@charset "UTF-8";
@font-face {
  font-family: "midashigo";
  src: url("../font/midashigo.woff") format("woff");
}
@font-face {
  font-family: "tegaki";
  src: url("../font/tegaki.woff") format("woff");
}
@font-face {
  font-family: "notosans";
  src: url("../font/notosansjp.woff") format("woff");
}
.l-header {
  background-color: #e5e4de;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
}

.l-header__title {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}

.l-header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    display: block;
  }
}

.l-header__list {
  display: flex;
}

.l-header__link {
  border-left: 1px solid #333;
  display: inline-block;
  padding: 0rem 1.875rem;
}

.l-header__item:last-child .l-header__link {
  border-right: 1px solid #333;
}

.l-inner--wide {
  margin: auto;
  max-width: 100%;
  padding: 0 0.9375rem;
  width: 80rem;
}

.l-inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0.9375rem;
  width: 68.75rem;
}

.l-mainvisual {
  margin-top: 3.05rem;
}

.l-youtube {
  margin: 5.625rem 0;
}

.l-feature {
  padding: 5.625rem 0;
}

.l-support {
  padding: 5.625rem 0;
  scroll-margin-top: 60px;
}

.l-flow {
  margin: 5.625rem auto;
  max-width: 50rem;
}

.l-routine {
  margin: 3.75rem auto;
}

.l-voice {
  background: url("../img/voice_bg01.jpg") center center/cover no-repeat;
  display: inline-block;
  height: 100%;
  padding: 3.75rem 0;
  scroll-margin-top: 60px;
  width: 100%;
}

.l-company {
  margin-top: 5.625rem;
}

.l-staff {
  padding-top: 5.625rem;
  scroll-margin-top: 60px;
}

.l-contact {
  margin: 3.75rem auto 0;
  max-width: 50rem;
}

.l-step {
  margin-top: 9.375rem;
}

.p-about {
  background-color: #e5e4de;
}

.p-about__inner {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.p-about__heading {
  text-align: center;
}

.p-about__title {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 1.75rem;
  }
}

.p-about__title--large {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__title--large {
    font-size: 2.625rem;
  }
}

.p-about__contents {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    margin-top: 3.75rem;
  }
}

.p-about-contents {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 3.75rem 0rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents {
    padding: 5.625rem 7.5rem;
  }
}

.p-about-contents__title {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-contents__title {
    font-size: 2rem;
  }
}

.p-about-contents__title--large {
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  font-size: 1.75rem;
  padding-top: 0.4em;
  position: relative;
}
.p-about-contents__title--large::before {
  background-color: #22aa6d;
  border-radius: 50%;
  content: "";
  height: 0.3em;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-about-contents__title--large {
    font-size: 2.5rem;
  }
}

.p-about-contents__worries {
  -ms-grid-columns: 1fr 0px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 50px 0px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  padding: 0 1.875rem;
  position: relative;
  width: 90%;
}
.p-about-contents__worries::before, .p-about-contents__worries::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
}
.p-about-contents__worries::before {
  background-image: url("../img/about_icon01.png");
  height: 6.25rem;
  left: 0.625rem;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
}
.p-about-contents__worries::after {
  background-image: url("../img/about_icon02.png");
  height: 5rem;
  right: -4.0625rem;
  top: 95%;
  transform: translate(-50%, -50%);
  width: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__worries {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-about-contents__worries::before {
    height: 9.375rem;
    left: -2.5rem;
    top: 80%;
    width: 6.25rem;
  }
  .p-about-contents__worries::after {
    height: 9.375rem;
    right: -9.375rem;
    top: 80%;
    width: 6.25rem;
  }
}

.p-about-contents__worry {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  padding: 0.3125rem 0rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-about-contents__worry::after {
  background: url("../img/about_deco01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about-contents__worry {
    font-size: 1rem;
    padding: 1.875rem 0;
  }
  .p-about-contents__worry::after {
    height: 9.375rem;
    width: 9.375rem;
  }
}

.p-about-contents__recommend {
  background-color: #22aa6d;
  border-radius: 3.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 3.125rem;
  padding: 0.625rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__recommend {
    padding: 1.25rem 1.875rem;
  }
}

.p-about-contents__recommend--highlight {
  background: linear-gradient(transparent 60%, #f4f485 60% 90%, transparent 90%);
  border: #22aa6d 2px solid;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__recommend--highlight {
    font-size: 2rem;
  }
}

.pabout-contenst__desc {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pabout-contenst__desc {
    font-size: 1rem;
    text-align: initial;
  }
}

.p-about-contents__bottom {
  margin-top: 1.875rem;
  padding: 0 1.25rem;
  position: relative;
}
.p-about-contents__bottom::before {
  background-image: url("../img/about_icon03.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.0625rem;
  content: "";
  display: inline-block;
  height: 5rem;
  position: absolute;
  right: -0.625rem;
  transform: translate(-50%, -50%);
  width: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__bottom {
    margin-top: 3.75rem;
    padding: 0 1.875rem;
  }
  .p-about-contents__bottom::before {
    bottom: 0;
    height: 9.375rem;
    transform: translate(-50%, 0);
    width: 6.25rem;
  }
}

.p-about-contents__finding {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-contents__finding {
    font-size: 2rem;
  }
}

.p-about-contents__finding--emphasis {
  color: #22aa6d;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__finding--emphasis {
    font-size: 2.5rem;
  }
}

.p-about-contents__support {
  font-size: 0.75rem;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-contents__support {
    font-size: 1rem;
  }
}

.p-youtube__lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-youtube__heading {
  text-align: center;
}

.p-youtube__title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-youtube__title {
    font-size: 1.875rem;
  }
}

.p-youtube__title--large {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-youtube__title--large {
    font-size: 2.875rem;
  }
}

.p-youtube__frame {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  max-width: 50rem;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.p-youtube__frame iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-feature__heading {
  text-align: center;
}

.p-feature__title {
  position: relative;
}

.p-feature__cards {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-feature__cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }
}

.p-feature__voice {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-feature__voice {
    margin-top: 5.625rem;
  }
}

.p-feature-card {
  border: 0.3125rem solid #22aa6d;
}

.p-feature-card__title {
  align-items: center;
  background-color: #22aa6d;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  padding: 0.625rem 0;
}

.p-feature-card__point {
  display: inline-block;
  font-family: "tegaki", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature-card__point {
    font-size: 1.75rem;
    padding-right: 1.875rem;
  }
}

.p-feature-card__text {
  background-color: #ccf1dc;
  font-family: "notosans", sans-serif;
  padding: 1.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-feature-card__text {
    padding: 1.25rem 1.875rem;
  }
}

.p-feature-card__image {
  overflow: hidden;
  padding-top: 49.9375780275%;
  position: relative;
}
.p-feature-card__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.p-line {
  background-color: #f1eac5;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-line {
    padding: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-line__contents {
    display: flex;
  }
}

.p-line__left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line__left {
    width: 50%;
  }
}

.p-line__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-line__right {
    margin-top: 0;
    width: 50%;
  }
}

.p-line__title {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-line__title--large {
    font-size: 2rem;
  }
}

.p-line__lead {
  color: #22aa6d;
  display: inline-block;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  position: relative;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line__lead {
    font-size: 1.5rem;
  }
}
.p-line__lead:before, .p-line__lead:after {
  background-color: #22aa6d;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 1.875rem;
}
.p-line__lead::before {
  left: 0;
  transform: rotate(60deg);
}
.p-line__lead::after {
  right: 0;
  transform: rotate(-60deg);
}

.p-line-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 25rem;
}
.p-line-banner__link {
  transition: all 0.5s 0s ease;
}
.p-line-banner__link:hover {
  opacity: 0.8;
}

.p-support__heading {
  text-align: center;
}

.p-support__step {
  margin-top: 3.75rem;
}

.p-support__voice {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-support__voice {
    margin-top: 5.625rem;
  }
}

.p-support-step__title {
  align-items: center;
  border-bottom: 2px solid #22aa6d;
  border-left: 15px solid #22aa6d;
  display: flex;
  font-size: 1.25rem;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-support-step__title {
    font-size: 1.5rem;
  }
}

.p-support-step__step {
  color: #22aa6d;
  font-family: "tegaki", sans-serif;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support-step__step {
    font-size: 2rem;
  }
}

.p-support-step__contents {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-support-step__contents {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-support-step__left {
    width: 50%;
  }
}

.p-support-step__box {
  border: 1px solid #22aa6d;
  border-radius: 5px;
  color: #22aa6d;
  font-size: 1.125rem;
  margin-top: 1.875rem;
  padding: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-support-step__box {
    font-size: 1.5rem;
  }
}

.p-support-step-text {
  font-family: "notosans", sans-serif;
  font-size: 1.125rem;
}

.p-support-step__advise {
  color: #22aa6d;
  text-align: center;
}

.p-support-step__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-support-step__right {
    margin-left: 1.875rem;
    margin-top: 0;
    width: calc(50% - 1.875rem);
  }
}

.p-support-step__button {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support-step__button {
    margin-top: 3.75rem;
  }
}

.p-support-step__list {
  background-color: #ccf1dc;
  border-radius: 1.25rem;
  padding: 1.875rem 1.25rem;
}

.p-support-step__list-title {
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-support-step__item {
  align-items: center;
  display: flex;
  line-height: 2;
  position: relative;
}
.p-support-step__item::before {
  background: #22aa6d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 8px;
  vertical-align: middle;
  width: 1em;
}

.p-support-step__item--bottom {
  text-align: right;
}

.p-support-step__icons {
  margin-top: 0.625rem;
}

.p-support-step__image {
  margin-top: -1.25rem;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .p-support-step__image {
    max-width: initial;
    width: 90%;
  }
}

.p-support-step__advise-desc {
  font-family: "notosans", sans-serif;
  text-align: center;
}

.p-flow__steps {
  position: relative;
}
.p-flow__steps::before {
  background-color: #ccf1dc;
  content: "";
  display: inline-block;
  height: 105%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  z-index: -1;
}
.p-flow__steps:after {
  background-color: #ccf1dc;
  bottom: -4.375rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 3.125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 9.375rem;
}

.p-flow__step:not(:first-child) {
  margin-top: 1.875rem;
}

.p-flow-step {
  background-color: #fff;
  border: 8px solid #ccf1dc;
  border-radius: 30px;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step {
    padding: 1.25rem 1.875rem;
  }
}

.p-flow-step__banners {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__banners {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}

.p-flow-step__banner:nth-child(2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__banner {
    width: 48%;
  }
  .p-flow-step__banner:nth-child(2) {
    margin-top: 0rem;
  }
}

.p-flow-step__title {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-flow-step__title {
    font-size: 1.5rem;
  }
}

.p-flow-step__text {
  font-family: "notosans", sans-serif;
  margin-top: 0.625rem;
}

.p-tel-banner {
  max-width: 100%;
  width: 25rem;
}

.p-tel-banner__link {
  transition: all 0.5s 0s ease;
}
.p-tel-banner__link:hover {
  opacity: 0.8;
}

.p-step__heading {
  text-align: center;
}

.p-step__image {
  margin-top: 3.75rem;
}

.p-routine__heading {
  text-align: center;
}

.p-routine__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .p-routine__contents {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    max-width: 37.5rem;
  }
}

.p-routine__icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  max-width: 10rem;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-routine__icon {
    max-width: 15.625rem;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .p-routine__info {
    margin-left: 1.25rem;
    width: 70%;
  }
}

.p-routine__tags {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-routine__tags {
    justify-content: left;
  }
}

.p-routine__tag {
  background-color: #22aa6d;
  border-radius: 2.5rem;
  color: #fff;
  display: inline-block;
  margin: 0 0.3125rem;
  padding: 0.3125rem 1.25rem;
}

.p-routine__text {
  margin-top: 0.625rem;
}

.p-routine__schedule {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  max-width: 37.5rem;
}

.p-voice__heading {
  text-align: center;
}

.p-voice__cards {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice__cards {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-voice-card__image {
  background-color: #dbffe9;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 12.5rem;
}

.p-voice-card__summary {
  margin-top: 0.3125rem;
  text-align: center;
}

.p-voice-card__name {
  text-align: center;
}

.p-voice-card__text {
  font-family: "notosans", sans-serif;
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
}

.p-voice-card__job {
  border-top: 1px solid #000;
  color: #22aa6d;
  padding-top: 0.625rem;
  text-align: center;
}

.p-staff__heading {
  text-align: center;
}

.p-staff__cards {
  -ms-grid-columns: 1fr 1.875rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff__cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-staff-card {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-card:hover .p-staff-card__mask {
    display: flex;
  }
}

.p-staff__heading {
  text-align: center;
}

.p-staff-card__mask {
  align-items: center;
  background-color: #22aa6d;
  border-radius: 50%;
  color: #fff;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  width: 100%;
  z-index: 1;
}

.p-staff-card__mask-caption--name {
  font-size: 1.375rem;
}

.p-staff-card__mask-caption--arrow {
  font-size: 1.5rem;
  margin-top: 1.875rem;
}

.p-company__heading {
  text-align: center;
}

.p-company__contents {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__contents {
    display: flex;
    margin-top: 3.75rem;
  }
}

.p-company__image {
  margin: 1.25rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-company__image {
    margin: 0 auto 0;
    margin-top: 0;
    order: 0;
    width: 45%;
  }
}

.p-company__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__body {
    margin-left: 1.875rem;
    margin-top: 0rem;
    order: 1;
    width: 55%;
  }
}

.p-company__row {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    align-items: center;
    display: flex;
  }
  .p-company__row:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.p-company__thread {
  background-color: #22aa6d;
  color: #fff;
  display: inline-block;
  font-family: "notosans", sans-serif;
  padding: 0.3125rem 1.25rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__thread {
    min-width: 6.875rem;
    width: initial;
  }
}

.p-company__desc {
  font-family: "notosans", sans-serif;
  padding: 0.625rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__desc {
    margin-left: 1.875rem;
    padding: 0;
    text-align: left;
  }
}

.p-contact__heading {
  text-align: center;
}

.p-contact__title {
  display: block;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.75rem;
  }
}

.p-footer {
  background-color: #22aa6d;
  color: #fff;
  font-family: "tegaki", sans-serif;
  padding: 0.625rem;
  text-align: center;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "midashigo", sans-serif;
  line-height: 1.6;
  margin: auto;
}
body.is-open {
  overflow-y: hidden;
}

.c-button {
  background: linear-gradient(90deg, #00afd8 0%, #22aa6d 100%, #00d4ff 100%);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  max-width: 100%;
  padding: 0.625rem 0.625rem;
  text-align: center;
  width: 18.75rem;
}
.c-button:hover {
  opacity: 0.8;
}

.c-secondary-button {
  background-color: #22aa6d;
  border-radius: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  max-width: 100%;
  padding: 0.9375rem 0.625rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s 0s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-secondary-button {
    font-size: 1.25rem;
    padding: 0.9375rem 0.625rem;
  }
}
.c-secondary-button:hover {
  opacity: 0.8;
}

.c-totop {
  border-radius: 50%;
  bottom: 3%;
  color: #fff;
  display: none;
  display: inline-block;
  height: 10rem;
  padding: 2rem;
  position: fixed;
  right: 3%;
  text-decoration: none;
  width: 10rem;
}

.c-hamburger {
  background-color: transparent;
  border: none;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  background: linear-gradient(90deg, #00afd8 0%, #22aa6d 100%, #00d4ff 100%);
  border-radius: 2px;
  display: block;
  height: 3px;
  position: relative;
  transition: ease 0.3s;
  width: 100%;
  width: 30px;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 8px 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

/* クリック時のハンバーガーメニューのスタイリング */
.c-hamburger.is-checked span:nth-child(1) {
  top: 0.5625rem;
  transform: rotate(45deg);
}

.c-hamburger.is-checked span:nth-child(2) {
  top: -0.125rem;
  transform: rotate(-45deg);
}

.c-hamburger.is-checked span:nth-child(3) {
  display: none;
}

.c-drawer {
  background-color: #e5e4de;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100vw;
  z-index: 100;
}

.c-drawer.is-checked {
  transform: translateX(0);
  width: 100%;
}

.c-drawer__list {
  margin-top: 3.75rem;
}

.c-drawer__item {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.c-drawer__item:not(:first-child) .c-drawer__link {
  border-top: 1px solid linear-gradient(90deg, #00afd8 0%, #22aa6d 100%, #00d4ff 100%);
}

.c-drawer__link {
  color: #1c273e;
  display: inline-block;
  font-size: 1.25rem;
  padding: 1.25rem 0.625rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-drawer__contact {
  display: flex;
  justify-content: center;
  margin: 3.125rem auto 0;
  max-width: 80%;
}

.c-title {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.75rem;
  }
}
.c-title::before, .c-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-title--feature {
  font-size: 0.875rem;
}
.c-title--feature::before {
  background: url("../img/feature_deco01.png") center center/contain no-repeat;
  height: 3.125rem;
  left: -2.5rem;
  width: 1.875rem;
}
.c-title--feature::after {
  background: url("../img/feature_deco02.png") center center/contain no-repeat;
  height: 3.125rem;
  right: -2.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--feature {
    font-size: 1.75rem;
  }
  .c-title--feature::before {
    background: url("../img/feature_deco01.png") center center/contain no-repeat;
    height: 5rem;
    left: -4.375rem;
    width: 3.125rem;
  }
  .c-title--feature::after {
    background: url("../img/feature_deco02.png") center center/contain no-repeat;
    height: 5.625rem;
    right: -4.375rem;
    width: 3.125rem;
  }
}

.c-title--support::before {
  background: url("../img/feature_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  left: -2.5rem;
  width: 1.5625rem;
}
.c-title--support::after {
  background: url("../img/feature_deco02.png") center center/contain no-repeat;
  height: 2.5rem;
  right: -2.5rem;
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-title--support::before {
    background: url("../img/feature_deco01.png") center center/contain no-repeat;
    height: 5rem;
    left: -4.375rem;
    width: 3.125rem;
  }
  .c-title--support::after {
    background: url("../img/feature_deco02.png") center center/contain no-repeat;
    height: 5.625rem;
    right: -4.375rem;
    width: 3.125rem;
  }
}

.c-title--step::before {
  background: url("../img/step_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  left: -2.5rem;
  width: 1.875rem;
}
.c-title--step::after {
  background: url("../img/step_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  right: -2.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--step::before {
    height: 5rem;
    left: -4.375rem;
    width: 3.75rem;
  }
  .c-title--step::after {
    height: 5rem;
    right: -4.375rem;
    width: 3.75rem;
  }
}

.c-title--voice::before {
  background: url("../img/step_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  left: -2.5rem;
  width: 1.875rem;
}
.c-title--voice::after {
  background: url("../img/step_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  right: -2.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--voice::before {
    height: 5rem;
    left: -4.375rem;
    width: 3.75rem;
  }
  .c-title--voice::after {
    height: 5rem;
    right: -4.375rem;
    width: 3.75rem;
  }
}

.c-title--staff::before {
  background: url("../img/staff_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  left: -2.5rem;
  width: 1.875rem;
}
.c-title--staff::after {
  background: url("../img/staff_deco02.png") center center/contain no-repeat;
  height: 2.5rem;
  right: -2.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--staff::before {
    height: 5rem;
    left: -4.375rem;
    width: 3.75rem;
  }
  .c-title--staff::after {
    height: 5rem;
    right: -4.375rem;
    width: 3.75rem;
  }
}

.c-title--company::after {
  background: url("../img/company_deco01.png") center center/contain no-repeat;
  height: 2.5rem;
  right: -2.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--company::after {
    height: 5rem;
    right: -4.375rem;
    width: 3.75rem;
  }
}

.c-lead {
  color: #22aa6d;
  display: inline-block;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.875rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.5rem;
    padding: 0 2.5rem;
  }
}
.c-lead:before, .c-lead:after {
  background-color: #22aa6d;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 1.875rem;
}
.c-lead::before {
  left: 0;
  transform: rotate(60deg);
}
.c-lead::after {
  right: 0;
  transform: rotate(-60deg);
}

.c-contact {
  background-color: #fff;
  padding: 1.875rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    padding: 1.875rem 2.5rem;
  }
}

.c-contact__label {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact__label {
    display: flex;
  }
}
.c-contact__label:not(:first-child) {
  margin-top: 1.25rem;
}

.c-contact__title {
  font-family: "notosans", sans-serif;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    width: 12.5rem;
  }
}

.p-contact__desc {
  color: #180614;
  margin-top: 3.75rem;
  padding: 1.25rem 1.25rem;
  text-align: center;
}

.c-contact__title--requied {
  background-color: #ec9000;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0.125rem 0.625rem;
}

.c-contact__input {
  background-color: #fff;
  border: 1px solid #22aa6d;
  margin-top: 0.625rem;
  min-height: 3.125rem;
  padding: 0.1875rem 0.3125rem;
  width: 100%;
}
.c-contact__input:focus {
  box-shadow: 0 0 4px #22aa6d;
  outline: none;
}
@media screen and (min-width: 768px) {
  .c-contact__input {
    margin-top: 0;
    width: calc(100% - 12.5rem);
  }
}

.c-contact__input--postal {
  max-width: 12.5rem;
}

.c-contact__search {
  background-color: #22aa6d;
  border-radius: 1.25rem;
  color: #fff;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
  padding: 0.3125rem 0.625rem;
}

.c-contact__textarea {
  background-color: #fff;
  border: 1px solid #22aa6d;
  height: 18.75rem;
  margin-top: 0.625rem;
  padding: 0.1875rem 0.3125rem;
  resize: vertical;
  width: 100%;
}
.c-contact__textarea:focus {
  box-shadow: 0 0 4px #22aa6d;
  outline: none;
}
@media screen and (min-width: 768px) {
  .c-contact__textarea {
    margin-top: 0;
    width: calc(100% - 12.5rem);
  }
}

.c-contact__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  text-align: center;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__button {
    transform: translateX(-3.125rem);
  }
}

.c-contact__radio {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact__radio {
    margin-top: 0;
  }
}
.c-contact__radio label {
  font-family: "notosans", sans-serif;
}
.c-contact__radio label:not(:first-child) {
  margin-left: 0.625rem;
}

.c-modal {
  position: relative;
  z-index: 1;
}

.c-modal__card {
  display: none;
  position: relative;
}
.c-modal__card.is-open {
  animation: works_modal_wrapper_open 0.5s ease forwards;
  display: block;
  height: 100%;
  width: 100%;
}

.c-modal__inner {
  align-items: center;
  background-color: #fff;
  border: none;
  bottom: 0;
  height: 90%;
  left: 0;
  margin: auto;
  max-height: 37.5rem;
  max-width: 56.25rem;
  padding: 1.25rem 0.625rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 90%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    display: flex;
    height: 70%;
    padding: 1.875rem;
  }
}

.c-modal__wrapper {
  background-color: red;
}

.c-modal-modal__close-wrap {
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

.c-modal__close {
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
}
.c-modal__close::before, .c-modal__close::after {
  /* 棒の高さ */
  background: #22aa6d;
  content: "";
  /* 棒の幅（太さ） */
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 5px;
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .c-modal__left {
    width: 30%;
  }
}

.c-modal__image {
  margin: 1.25rem auto 0;
  width: 12.5rem;
}

.c-modal__name {
  text-align: center;
}

.c-modal__en {
  text-align: center;
}

.c-modal__right {
  height: 16.875rem;
  margin-top: 1.25rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .c-modal__right {
    height: initial;
    margin-left: 2.5rem;
    overflow-y: initial;
    width: calc(70% - 2.5rem);
  }
}

.c-modal__text {
  min-height: 18.75rem;
}

.c-modal__bg {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.works_modal_wrapper.is_open {
  animation: works_modal_wrapper_open 0.5s ease forwards;
}

.works_modal_wrapper.is_open .works_modal_window {
  animation: works_modal_window_open 0.5s ease forwards;
}

.works_modal_wrapper.is_close {
  animation: works_modal_wrapper_close 0.5s ease forwards;
}

.works_modal_wrapper.is_close .works_modal_window {
  animation: works_modal_window_close 0.5s ease forwards;
}

@keyframes works_modal_wrapper_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スクロールCSS */
.c-fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.c-scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.u-sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-hidden {
    display: block;
  }
}

.u-pc-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-pc-hidden {
    display: none;
  }
}

.u-text-wrap {
  display: inline-block;
}
/*# sourceMappingURL=sourcemaps/style.css.map */