@charset "UTF-8";
/* color
***************************************************************/
/* font
***************************************************************/
/*************************************

Page：keyframe.scss

***************************************/
/*

Keyframe：zoomUp

***************************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

/********************************

Page：common.scss

********************************/
html {
  scroll-behavior: smooth;
  scroll-padding: 140px;
}
@media (width < 893px) {
  html {
    scroll-padding: 80px;
  }
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-block {
  display: none;
}
@media (width < 576px) {
  .sp-block {
    display: block;
  }
}

.md-block {
  display: none;
}
@media (width < 893px) {
  .md-block {
    display: block;
  }
}

.lg-block {
  display: none;
}
@media (width < 1261px) {
  .lg-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (width < 576px) {
  .sp-none {
    display: none;
  }
}
.sp-none--inline-block {
  display: inline-block;
}
@media (width < 576px) {
  .sp-none--inline-block {
    display: none;
  }
}

.md-none {
  display: block;
}
@media (width < 893px) {
  .md-none {
    display: none;
  }
}

.lg-none {
  display: block;
}
@media (width < 1261px) {
  .lg-none {
    display: none;
  }
}

.keep-all {
  word-break: keep-all;
}

.highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FFF367), to(transparent));
  background-image: linear-gradient(transparent 60%, #FFF367 80%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.white-space-nowrap {
  white-space: nowrap;
}

.space-delete {
  margin-top: -1.5rem;
}

/*************************************

Parts：共通パーツ

***************************************/
/*

Parts：heading

***************************************/
.heading-lv2 {
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.4347826087;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .heading-lv2 {
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}
@media (width < 576px) {
  .heading-lv2 {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

.heading-lv2-sub {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}
@media (width < 893px) {
  .heading-lv2-sub {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media (width < 576px) {
  .heading-lv2-sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*

Parts：arrow

***************************************/
.arrow {
  position: relative;
  display: inline-block;
  width: 1.181875rem;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .arrow {
    width: 0.8125rem;
    height: 1px;
  }
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: inherit;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
@media (width < 893px) {
  .arrow::before, .arrow::after {
    top: calc(50% - 0.75px);
    width: 0.5rem;
    height: 1px;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
            transform-origin: calc(100% - 0.5px) 50%;
  }
}
.arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 1.8125rem;
  height: 1.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*************************************

Page：top-page.scss

***************************************/
/*

Section：mv

***************************************/
.mv {
  padding-top: 7.875rem;
  padding-bottom: 1.875rem;
}
@media (width < 1261px) {
  .mv {
    padding-top: 5.625rem;
  }
}
@media (width < 893px) {
  .mv {
    padding-bottom: 0;
  }
}

.mv__container {
  display: grid;
  grid-template-columns: 10.2fr 3.46fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (width < 893px) {
  .mv__container {
    grid-template-columns: 81.0256% 18.9744%;
  }
}

.mv__slick-wrapper {
  margin-left: 3.1875rem;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
}
@media (width < 893px) {
  .mv__slick-wrapper {
    max-width: 75.3846vw;
    margin-left: 4.375rem;
  }
}
@media (width < 576px) {
  .mv__slick-wrapper {
    margin-left: 1.375rem;
  }
}

.mv__slick-img {
  aspect-ratio: 963/591;
}
@media (width < 893px) {
  .mv__slick-img {
    aspect-ratio: 294/328;
  }
}

.mv__text-wrapper {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-right: auto;
  margin-bottom: -1.25rem;
  margin-left: -1.5625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-right: 2.96875rem;
  position: relative;
  z-index: 2;
}
@media (width < 893px) {
  .mv__text-wrapper {
    padding-right: 0;
    margin-right: 2.3125rem;
    margin-bottom: -19.125rem;
  }
}

.mv__heading-lv2 {
  height: 29.062vw;
  margin-top: 0.2875rem;
  margin-left: 1.0625rem;
}
@media (width < 893px) {
  .mv__heading-lv2 {
    margin-top: 0;
    margin-left: 0.5625rem;
  }
}
@media (width >= 893px) {
  .mv__heading-lv2 svg {
    width: 11.25vw;
    height: 29.062vw;
  }
}

.mv__svg-wrap {
  background-color: #fff;
  padding: 6.3px 6.3px 0;
  margin-left: 0.9375rem;
  min-height: 21.5625rem;
}
.mv__svg-wrap:last-of-type {
  padding-top: 3.6px;
  margin-left: 0;
}

.mv__svg {
  width: 15.8264vw;
}
@media (width < 893px) {
  .mv__svg {
    width: 48.84px;
  }
}
.mv__svg:nth-of-type(2) {
  width: 15.6497vw;
}
@media (width < 893px) {
  .mv__svg:nth-of-type(2) {
    width: 48.29px;
  }
}

.mv__text {
  font-size: 1.61vw;
  letter-spacing: 0.18em;
}
@media (width < 893px) {
  .mv__text {
    font-size: 1.375rem;
    margin-left: 0.4375rem;
  }
}
@media (width < 576px) {
  .mv__text {
    font-size: 1.08125rem;
    line-height: 1;
  }
}
.mv__text .mv__band {
  display: inline-block;
  background: #fff;
  padding: 0.73125rem;
}
@media (width < 893px) {
  .mv__text .mv__band {
    padding: 0.58125rem 0.60625rem 0.79375rem;
  }
}
.mv__text:nth-of-type(2) {
  font-size: 1.3177vw;
  letter-spacing: 0.18em;
}
@media (width < 893px) {
  .mv__text:nth-of-type(2) {
    font-size: 1.125rem;
    margin-left: 0;
  }
}
@media (width < 576px) {
  .mv__text:nth-of-type(2) {
    font-size: 0.896875rem;
  }
}
.mv__text:nth-of-type(2) .mv__band {
  padding: 0.73125rem 0.48125rem;
}
@media (width < 893px) {
  .mv__text:nth-of-type(2) .mv__band {
    padding: 0.58125rem 0.4125rem 0.56875rem;
  }
}

/*

Section：business

***************************************/
.business {
  padding-top: 13rem;
  position: relative;
}
@media (width < 893px) {
  .business {
    padding-top: 30.8125rem;
  }
}

.business__svg {
  position: absolute;
  top: 9.89375rem;
  left: 4.75vw;
  width: 21.445vw;
}
@media (width < 893px) {
  .business__svg {
    width: 18.309rem;
    left: -2.8125rem;
  }
}
@media (width < 576px) {
  .business__svg {
    top: 7.375rem;
    width: 14.995625rem;
  }
}

.business__heading-lv2 {
  position: relative;
  z-index: 1;
}

.business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem 1.6875rem;
  margin: 6.0625rem auto 0;
  max-width: 85.375rem;
  padding: 0 2.25rem;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .business__list {
    grid-template-columns: repeat(2, minmax(auto, 25.8125rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width < 893px) {
  .business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 1.3125rem;
  }
}
@media (width < 576px) {
  .business__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 21.75rem));
    margin-top: 4.5rem;
  }
}

.business__item {
  border-radius: 0.5rem;
}
@media (width < 893px) {
  .business__item {
    min-width: 21.75rem;
  }
}
@media (width < 576px) {
  .business__item {
    min-width: auto;
  }
}
.business__item:nth-of-type(3) .business__heading-lv3 {
  font-size: 1.625rem;
  margin-top: 10px;
}
.business__item:nth-of-type(3) .business__text {
  margin-top: 5px;
}
.business__item:nth-of-type(3) .business__detail {
  margin: 0.625rem auto 1.4375rem;
}

.business__link {
  display: block;
  height: 100%;
}

.business__item-wrap {
  display: inline-block;
  background-color: #52B493;
  border-radius: 0.5rem;
  opacity: 0.95;
  margin: 0.6875rem;
  width: 95%;
  height: 93.4624%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .business__item-wrap {
    height: 90.4624%;
    margin-bottom: 1rem;
  }
}
.business__item-wrap:hover {
  background-color: #1F916C;
}

.business__item-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  opacity: 0.75;
  margin: 0.6875rem;
  min-height: 16rem;
  height: 93.4624%;
}
@media (width < 893px) {
  .business__item-border {
    gap: 0.0625rem;
    min-height: 91.4624%;
    height: auto;
  }
}

.business__heading-lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 0.875rem;
  height: 5rem;
}
@media (width < 893px) {
  .business__heading-lv3 {
    font-size: 1.75rem;
    line-height: 1.2;
    height: 4.625rem;
    margin-top: 0.25rem;
  }
}

.business__text {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.5555555556;
  text-align: center;
}
@media (width < 893px) {
  .business__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.business__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.65625rem;
  color: #fff;
  margin: auto 0 2.4375rem;
  position: relative;
}
@media (width < 893px) {
  .business__detail {
    gap: 0.3125rem;
    margin: 1.3125rem auto 1.4375rem;
  }
}
.business__detail::before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -6.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 12rem;
}
@media (width < 893px) {
  .business__detail::before {
    max-width: 6.6875rem;
  }
}

.business__detail-text {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}
@media (width < 893px) {
  .business__detail-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (width < 893px) {
  .business__detail-arrow {
    margin-top: 4px;
  }
}

.business__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business__item:nth-of-type(1) {
  background-image: url("../img/layout/top/business01.jpg");
}
.business__item:nth-of-type(2) {
  background-image: url("../img/layout/top/business02.jpg");
}
.business__item:nth-of-type(3) {
  background-image: url("../img/layout/top/business03.jpg");
}
.business__item:nth-of-type(4) {
  background-image: url("../img/layout/top/business04.jpg");
}
.business__item:nth-of-type(5) {
  background-image: url("../img/layout/top/business05.jpg");
}
.business__item:nth-of-type(6) {
  background-image: url("../img/layout/top/business06.jpg");
}

/*

Section：heart

***************************************/
.heart {
  padding-top: 23.75rem;
  position: relative;
}
@media (width < 893px) {
  .heart {
    padding-top: 12rem;
    overflow: hidden;
  }
}

.heart__svg {
  position: absolute;
  top: 5.732vw;
  right: 0.3px;
  width: 23.6764375rem;
}
@media (width < 893px) {
  .heart__svg {
    top: 6.732vw;
    right: -81.7px;
    width: 18.91375rem;
  }
}

.heart__container {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: 1.4375rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media (width < 893px) {
  .heart__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
    padding-right: 0;
  }
}

@media (width < 893px) {
  .heart__text-wrapper {
    width: 81.1794%;
    margin: auto;
  }
}
@media (width < 576px) {
  .heart__text-wrapper {
    width: 87.1794%;
  }
}

.heart__heading-lv2 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  margin-left: 1.4375rem;
  position: relative;
}
@media (width < 893px) {
  .heart__heading-lv2 {
    font-size: 1.375rem;
    text-align: center;
    margin-left: 0;
  }
}
.heart__heading-lv2::before {
  content: "";
  position: absolute;
  bottom: -14.5px;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
}
@media (width < 893px) {
  .heart__heading-lv2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.heart__text-wrap {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.625rem 0.8125rem 0.9375rem 1.4375rem;
  margin-top: 2.25rem;
  position: relative;
  z-index: 2;
}
@media (width < 893px) {
  .heart__text-wrap {
    padding: 0;
  }
}

.heart__text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.1111111111;
  margin-top: 2.375rem;
}
@media (width < 893px) {
  .heart__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0;
  }
}
.heart__text:nth-of-type(1) {
  margin-top: 0;
}

.heart__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28%;
  position: relative;
  z-index: 1;
}

.heart__img-item {
  margin-top: -11.25rem;
  margin-left: -9.1875rem;
  max-width: 40.0625rem;
}
@media (width < 893px) {
  .heart__img-item {
    margin: auto;
    max-width: 87.1794%;
  }
}

.heart__img {
  border-radius: 8px;
}
@media (width < 893px) {
  .heart__img {
    aspect-ratio: 340/224;
  }
}

.heart__btn-wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.3125rem;
}
@media (width < 893px) {
  .heart__btn-wrapper {
    display: none;
  }
}

.heart__btn-wrapper--md {
  display: none;
}
@media (width < 893px) {
  .heart__btn-wrapper--md {
    display: grid;
    margin-top: 2.3125rem;
  }
}

.heart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #52B493;
  margin-right: auto;
  position: relative;
}
.heart__btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 1.25rem;
  background-color: #61CCA8;
}
.heart__btn:hover .heart__btn-text {
  color: #52B493;
}
.heart__btn:hover .heart__btn-arrow {
  background-color: #52B493;
}

.heart__btn-text {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heart__btn-arrow {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 15.5px;
  height: 1px;
}
.heart__btn-arrow::before, .heart__btn-arrow::after {
  top: calc(50% - 0.5px);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  width: 8px;
  height: 1px;
}

/*

Section：strength

***************************************/
.strength {
  padding-top: 11.25rem;
  position: relative;
}
@media (width < 893px) {
  .strength {
    padding-top: 7.5rem;
  }
}

.strength__inner {
  max-width: 90%;
  margin: 0 auto;
}
@media (width < 576px) {
  .strength__inner {
    max-width: 87.1794%;
  }
}

.strength__container {
  display: grid;
  grid-template-columns: 4.72fr 7.01fr;
  max-width: 73.3125rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .strength__container {
    gap: 1rem;
  }
}
@media (width < 893px) {
  .strength__container {
    display: block;
  }
}

@media (width < 893px) {
  .strength__svg {
    position: absolute;
    top: 5.732vw;
    left: 0;
    width: 18.91375rem;
  }
}
@media (width < 893px) {
  .strength__svg {
    top: 24.13125rem;
    left: -121px;
    width: 19.6875rem;
  }
}

.strength__contents {
  padding-right: 0.8125rem;
  margin-top: 4.9375rem;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .strength__contents {
    padding-right: 0;
  }
}
@media (width < 893px) {
  .strength__contents {
    margin-top: 0;
  }
}

.strength__heading-lv2 {
  font-size: 2.75rem;
}
@media (width < 893px) {
  .strength__heading-lv2 {
    line-height: 1.3;
  }
}

.strength__heading-lv2-sub {
  margin-bottom: 0.4375rem;
}
@media (width < 893px) {
  .strength__heading-lv2-sub {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 1.25rem;
  }
}

.strength__list {
  margin-top: 3.5625rem;
  max-width: 43.8125rem;
}
@media (width < 893px) {
  .strength__list {
    margin: 3.4375rem auto 0;
  }
}

.strength__item {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  background-color: #EDEDED;
  padding: 0.9375rem;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}
@media (width < 893px) {
  .strength__item {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.strength__item:nth-of-type(1) {
  margin-top: 0;
}

/*

Section：medical

***************************************/
.medical {
  padding-top: 15rem;
}
@media (width < 893px) {
  .medical {
    padding-top: 6.25rem;
  }
}

.medical__inner {
  max-width: 92.5%;
  margin: 0 auto;
}
@media (width < 893px) {
  .medical__inner {
    max-width: 77%;
  }
}
@media (width < 576px) {
  .medical__inner {
    padding: 0 2.25rem;
    max-width: 100%;
  }
}

.medical__heading-lv2 {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4666666667;
  text-align: center;
}
@media (width < 893px) {
  .medical__heading-lv2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.medical__content {
  display: grid;
  grid-template-columns: 5.26fr 2.7fr;
  background-color: #61CCA8;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 2.3125rem 2.375rem 2.0625rem 2.75rem;
  margin: 4.375rem auto 0;
  max-width: 54.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .medical__content {
    display: block;
    padding: 1.6125rem 2rem;
    margin-top: 2.375rem;
  }
}
.medical__content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #1F916C;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.medical__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.71875rem;
}
@media (width < 893px) {
  .medical__ttl-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.medical__heading-lv3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  padding-left: 1.125rem;
  position: relative;
}
@media (width < 893px) {
  .medical__heading-lv3 {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.medical__heading-lv3::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 1.9375rem;
  background-color: #fff;
}
@media (width < 893px) {
  .medical__heading-lv3::before {
    top: 2px;
    height: 1.5rem;
  }
}

.medical__text {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-right: 2.125rem;
  margin-top: 0.84375rem;
}
@media (width < 893px) {
  .medical__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    padding-right: 0;
    margin-top: 1rem;
  }
}

@media (width < 893px) {
  .medical__arrow-wrap {
    width: 1.5625rem;
    height: 1.5625rem;
    min-width: 1.5625rem;
    margin-top: 3px;
    margin-right: 4px;
  }
}

.medical__arrow {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 15.5px;
  height: 1px;
}
@media (width < 893px) {
  .medical__arrow {
    width: 0.625rem;
  }
}
.medical__arrow::before, .medical__arrow::after {
  top: calc(50% - 0.5px);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  width: 8px;
  height: 1px;
}
@media (width < 893px) {
  .medical__arrow::before, .medical__arrow::after {
    width: 0.375rem;
  }
}

@media (width < 893px) {
  .medical__img-wrap {
    display: none;
  }
}

.medical__img-wrap--md {
  display: none;
}
@media (width < 893px) {
  .medical__img-wrap--md {
    display: block;
    margin-top: 1.425rem;
  }
}

.medical__img {
  border-radius: 0.375rem;
}
@media (width < 893px) {
  .medical__img {
    aspect-ratio: 252/166;
  }
}

/*

Section：voice

***************************************/
.voice {
  padding-top: 15rem;
  position: relative;
}
@media (width < 893px) {
  .voice {
    padding-top: 7.5rem;
    overflow: hidden;
  }
}

.voice__svg {
  position: absolute;
  top: 12.4375rem;
  right: 4.0625rem;
  width: 15.480875rem;
  height: 18.364625rem;
}
@media (width < 893px) {
  .voice__svg {
    top: 1.875rem;
    right: -6.25rem;
    width: 12.644375rem;
    height: 14.999375rem;
  }
}

.voice__inner {
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .voice__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (width < 576px) {
  .voice__inner {
    padding: 0 1.5625rem;
    max-width: 100%;
  }
}

@media (width < 893px) {
  .voice__heading-lv2 {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

@media (width < 893px) {
  .voice__heading-lv2-sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 2.625rem;
  margin: 6.25rem auto 0;
  max-width: 70.25rem;
  position: relative;
  z-index: 1;
}
@media (width < 893px) {
  .voice__list {
    grid-template-columns: repeat(1, 24.796875rem);
    grid-template-rows: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.9375rem;
  }
}
@media (width < 576px) {
  .voice__list {
    grid-template-columns: repeat(1, minmax(auto, 21.25rem));
  }
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #61CCA8;
  background-color: #fff;
  border: 1px solid #61CCA8;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media (width < 893px) {
  .voice__coming-soon {
    display: none;
  }
}

.voice__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__heading-lv3 {
  color: #61CCA8;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  border-bottom: 1px solid #61CCA8;
  padding-bottom: 0.625rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media (width < 893px) {
  .voice__heading-lv3 {
    margin-top: 1.6875rem;
  }
}

.voice__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__text {
  letter-spacing: 0.06em;
  margin-top: 1.25rem;
}
.voice__text:nth-of-type(1) {
  font-size: 1.25rem;
  line-height: 1.5;
}
.voice__text:nth-of-type(2) {
  font-size: 1rem;
  line-height: 1.75;
}

.voice__link {
  display: block;
  color: #61CCA8;
  border: 1px solid #61CCA8;
  border-radius: 0.25rem;
  padding: 0.875rem;
  margin-top: 1.625rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .voice__link {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.voice__link:hover {
  background-color: #61CCA8;
  color: #fff;
}

.voice__img {
  aspect-ratio: 346/230;
  border-radius: 0.5rem;
}

/*

Section：before-contact

***************************************/
.before-contact {
  margin-top: 16.125rem;
  position: relative;
}
@media (width < 893px) {
  .before-contact {
    margin-top: 0;
    padding-top: 8.4375rem;
  }
}

.before-contact__svg {
  position: absolute;
  top: -3.875rem;
  left: -5.6875rem;
}

.before-contact__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (width < 576px) {
  .before-contact__inner {
    padding: 0 1.5625rem;
    max-width: 100%;
  }
}

.before-contact__heading-lv2 {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  text-align: center;
}
@media (width < 893px) {
  .before-contact__heading-lv2 {
    font-size: 1.625rem;
    line-height: 1.6923076923;
  }
}

@media (width < 576px) {
  .before-contact__heading-lv2-sub {
    display: none;
  }
}

.before-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem;
  margin: 4.375rem auto 0;
  max-width: 70.25rem;
}
@media (width < 1261px) {
  .before-contact__list {
    grid-template-columns: repeat(1, minmax(auto, 33.8125rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width < 576px) {
  .before-contact__list {
    grid-template-columns: repeat(1, minmax(auto, 21.25rem));
    gap: 1rem;
    margin-top: 3.5625rem;
  }
}

.before-contact__item {
  max-width: 33.8125rem;
}
@media (width < 1261px) {
  .before-contact__item {
    max-width: 100%;
  }
}

.before-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #61CCA8;
  background-color: #fff;
  border: 1px solid #61CCA8;
  border-radius: 0.25rem;
  padding: 2.9375rem 2.5rem 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 11.25rem;
}
@media (width < 576px) {
  .before-contact__btn {
    padding: 1.4375rem 1.375rem 1.625rem 1.5rem;
    min-height: 6.75rem;
  }
}
.before-contact__btn:hover {
  color: #fff;
  background-color: #61CCA8;
}
.before-contact__btn:hover .before-contact__btn-arrow-wrap {
  border-color: #fff;
}
.before-contact__btn:hover .before-contact__btn-arrow {
  background-color: #fff;
}

.before-contact__btn-text {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
}
@media (width < 576px) {
  .before-contact__btn-text {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.before-contact__btn-text-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media (width < 576px) {
  .before-contact__btn-text-sub {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.before-contact__btn-arrow-wrap {
  border: 1px solid #61CCA8;
  margin: auto 0;
  width: 3.1875rem;
  height: 3.1875rem;
}
@media (width < 576px) {
  .before-contact__btn-arrow-wrap {
    width: 1.9375rem;
    height: 1.9375rem;
    min-width: 1.9375rem;
  }
}

.before-contact__btn-arrow {
  background-color: #61CCA8;
}
.before-contact__btn-arrow::before, .before-contact__btn-arrow::after {
  top: calc(50% - 0.75px);
  width: 12px;
}
@media (width < 576px) {
  .before-contact__btn-arrow::before, .before-contact__btn-arrow::after {
    top: calc(50% - 0.5px);
    width: 0.5rem;
  }
}

/*

Section：area

***************************************/
.area {
  padding-top: 17.125rem;
  padding-bottom: 14.4375rem;
  position: relative;
  overflow: hidden;
}
@media (width < 893px) {
  .area {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}

.area__svg {
  width: 23.5341875rem;
  height: 18.8123125rem;
  position: absolute;
  top: 22.125rem;
  right: 12px;
}
@media (width < 893px) {
  .area__svg {
    top: 10rem;
    right: -4.5rem;
    width: auto;
    height: auto;
  }
}

.area__inner {
  max-width: 70.375rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .area__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.area__heading-lv2 {
  font-size: 2.875rem;
  letter-spacing: 0.08em;
  line-height: 1.4347826087;
  text-align: center;
}
@media (width < 893px) {
  .area__heading-lv2 {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

.area__media {
  display: grid;
  grid-template-columns: 5.32fr 5.15fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4.875rem;
  margin-top: 6.3125rem;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .area__media {
    gap: 2rem;
    max-width: 61.625rem;
    margin: 6.3125rem auto 0;
  }
}
@media (width < 893px) {
  .area__media {
    grid-template-columns: repeat(1, 1fr);
    max-width: 41.75rem;
    margin-top: 3.75rem;
  }
}
@media (width < 576px) {
  .area__media {
    max-width: 21.25rem;
  }
}

.area__text {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 1.6923076923;
}
@media (width < 1261px) {
  .area__text {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}
@media (width < 893px) {
  .area__text {
    font-size: 1.375rem;
    line-height: 1.8181818182;
    margin-left: 5px;
  }
}

.area__list {
  margin-top: 2.625rem;
  margin-left: 0.40625rem;
}
@media (width < 576px) {
  .area__list {
    margin-top: 0.9375rem;
  }
}

.area__item {
  color: #52B493;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding-left: 0.75rem;
  margin-top: 0.75rem;
  position: relative;
}
@media (width < 1261px) {
  .area__item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (width < 893px) {
  .area__item {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
@media (width < 576px) {
  .area__item {
    margin-top: 0.9375rem;
  }
}
.area__item:nth-of-type(1) {
  margin-top: 0;
}
.area__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #52B493;
}
@media (width < 893px) {
  .area__item::before {
    top: 3px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (width < 576px) {
  .area__item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.area__img {
  border-radius: 0.5rem;
}

/*************************************

header

***************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
  max-width: 85.375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-right: 1.25rem;
    padding-left: 0.5rem;
  }
}

.header__logo {
  padding: 1.71875rem 0 2.09375rem;
  max-width: 17rem;
}
@media (width < 1261px) {
  .header__logo {
    padding: 0.475rem 0 0.475rem 0.625rem;
    max-width: 12.790625rem;
  }
}

.header__logo-svg {
  max-width: 17rem;
  height: auto;
}
.header__logo-svg--white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (width < 1261px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2rem 0;
}
@media (width < 1261px) {
  .header__list {
    gap: 1rem;
  }
}

.header__item {
  position: relative;
  padding: 0.5625rem 0 1.4375rem;
}

.header__nav-link {
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.4705882353;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1261px) {
  .header__nav-link {
    font-size: 0.875rem;
  }
}
.header__nav-link:hover {
  color: #60CCA8;
}

.header__btn {
  background: #60CCA8;
  border: 1px solid #60CCA8;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: #fff;
}
.header__btn:hover .header__btn-link {
  color: #60CCA8;
}

.header__btn-link {
  display: block;
  color: #fff;
  padding: 0.875rem 1.8125rem;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (width < 1261px) {
  .header__btn-link {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

/*

hamburger-btn

***************************************/
.hamburger-btn {
  display: none;
}
@media (width < 1261px) {
  .hamburger-btn {
    display: block;
    position: relative;
    margin-left: 0.65625rem;
    width: 1.5625rem;
    height: 1.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
}

.hamburger-btn__line {
  display: block;
  background-color: #000;
  position: absolute;
  top: 0.625rem;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 1.5625rem;
  height: 1px;
}
.hamburger-btn__line::before {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  top: -0.625rem;
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger-btn__line::after {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0.625rem;
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

/*

hamburger-btn [aria-expanded="true"]

********************************/
.hamburger-btn[aria-expanded=true] {
  margin-left: 0.625rem;
}
.hamburger-btn[aria-expanded=true] .hamburger-btn__line {
  background-color: transparent;
  width: 2rem;
}
.hamburger-btn[aria-expanded=true] .hamburger-btn__line::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
.hamburger-btn[aria-expanded=true] .hamburger-btn__line::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

/*

Section：global-menu

***************************************/
.body.is-drawerActive {
  overflow: hidden;
}
.body.is-drawerActive .header {
  background-color: transparent;
}
.body.is-drawerActive .global-menu {
  visibility: visible;
  opacity: 1;
}
.body.is-drawerActive .global-menu__nav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.global-menu {
  display: block;
  background: linear-gradient(-125deg, #ECF581 0%, #7EDDC7 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4.375rem 0 6.79375rem;
  padding-top: 7.25rem;
}

.global-menu__inner {
  max-width: 67.846%;
  margin: 0 auto;
}

.global-menu__nav-item {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-top: 0.625rem;
}
.global-menu__nav-item:first-of-type {
  margin-top: 0;
}

.global-menu__nav-link {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-menu__nav-link:hover {
  opacity: 0.7;
}

.global-menu__logo-link {
  display: block;
  width: 17rem;
  height: auto;
  margin: 7.5rem auto 0;
}

.global-menu__logo-svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.global-menu__info-text {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  margin-top: 0.5625rem;
  color: #fff;
  text-align: center;
}
.global-menu__info-text a {
  color: #fff;
}

.global-menu__copyright {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 5rem;
  color: #fff;
}

.global-menu__nav-list-sub-wrapper {
  margin-top: 0.625rem;
}

.global-menu__nav-list-sub {
  margin-top: 0.9375rem;
}

.global-menu__nav-list-sub-item {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.4230769231;
  margin-top: 0.625rem;
  margin-left: 1.6rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.global-menu__nav-list-sub-item:first-of-type {
  margin-top: 0;
}

.global-menu__nav-list-sub-link {
  display: block;
  color: #fff;
  padding-left: 1.5125rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-menu__nav-list-sub-link:hover {
  opacity: 0.7;
}
.global-menu__nav-list-sub-link::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1.1375rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__nav-menu-child {
  position: absolute;
  top: 80%;
  left: 0;
  padding: 1.25rem 1.875rem;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: default;
  min-width: 15.625rem;
}

.header__item:hover .header__nav-menu-child {
  opacity: 1;
  visibility: visible;
}

.header__child-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 1.25rem;
}
.header__child-list--process {
  grid-template-columns: 1fr;
}

.header__child-link {
  padding-left: 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__child-link:hover {
  opacity: 0.7;
}
.header__child-link::before {
  content: "";
  display: block;
  background-color: #60CCA8;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
}

/*************************************

Page：footer.scss

***************************************/
/*

Section：contact-flow

***************************************/
.contact-flow {
  color: #fff;
  background: linear-gradient(45deg, #ECF581 0%, #7EDDC7 50%);
  padding: 4.6875rem 0 5.5625rem;
}
@media (width < 893px) {
  .contact-flow {
    padding: 3.0625rem 0 3.5625rem;
  }
}
@media (width < 576px) {
  .contact-flow {
    background: linear-gradient(160deg, #ECF581 0%, #7EDDC7 35%);
  }
}

.contact-flow__inner {
  text-align: center;
}
@media (width < 1261px) {
  .contact-flow__inner {
    padding: 0 1.5625rem;
  }
}
@media (width < 576px) {
  .contact-flow__inner {
    padding: 0 2.5%;
  }
}

.contact-flow__heading-lv2 {
  font-size: 2.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4347826087;
}
@media (width < 893px) {
  .contact-flow__heading-lv2 {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

.contact-flow__text {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  padding-right: 2.3125rem;
  margin-top: 2.625rem;
}
@media (width < 1261px) {
  .contact-flow__text {
    padding-right: 0;
  }
}
@media (width < 893px) {
  .contact-flow__text {
    font-size: 1rem;
    line-height: 2.0625;
    margin-top: 1.9375rem;
  }
}
@media (width < 576px) {
  .contact-flow__text {
    padding-left: 1.5rem;
    padding-left: 6.1%;
  }
}

.contact-flow__btn-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 2.0625rem auto 0;
  max-width: 60rem;
}
@media (width < 893px) {
  .contact-flow__btn-container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
  }
}

.contact-flow__btn {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #61CCA8;
  background-color: #fff;
  border-radius: 3.375rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  padding-right: 2.425rem;
  padding-left: 2.5rem;
  max-width: 29.375rem;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .contact-flow__btn {
    gap: 0.625rem;
    padding: 1.6875rem 1.425rem 1.8125rem 1.375rem;
    margin: 0 auto;
  }
}
@media (width < 576px) {
  .contact-flow__btn {
    gap: 0;
    width: 100%;
    max-width: 21.25rem;
    white-space: nowrap;
  }
}
.contact-flow__btn:nth-of-type(2) {
  padding-top: 1.0625rem;
  padding-bottom: 1.25rem;
}
@media (width < 893px) {
  .contact-flow__btn:nth-of-type(2) {
    padding: 1.6875rem 1.625rem 1.625rem;
  }
}
@media (width < 576px) {
  .contact-flow__btn:nth-of-type(2) {
    padding-right: 0.5rem;
  }
}
.contact-flow__btn:hover {
  color: #fff;
  background-color: #61CCA8;
}
.contact-flow__btn:hover .contact-flow__arrow {
  background-color: #fff;
}

.contact-flow__btn-text {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 1.4230769231;
  font-weight: 400;
}
@media (width < 1261px) {
  .contact-flow__btn-text {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (width < 576px) {
  .contact-flow__btn-text {
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.contact-flow__btn-phone-text {
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 400;
  margin-left: 8px;
}
@media (width < 1261px) {
  .contact-flow__btn-phone-text {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}
@media (width < 576px) {
  .contact-flow__btn-phone-text {
    line-height: 1.2;
    margin-left: 0;
  }
}

.contact-flow__btn-text-sub {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.06em;
  font-weight: 300;
}
@media (width < 1261px) {
  .contact-flow__btn-text-sub {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.contact-flow__btn-text-small {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-left: 3px;
}
@media (width < 576px) {
  .contact-flow__btn-text-small {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}

.contact-flow__arrow {
  background-color: #61CCA8;
  width: 1.66rem;
}
@media (width < 576px) {
  .contact-flow__arrow {
    margin-top: 0.625rem;
    width: 1.340625rem;
    height: 2px;
  }
}
.contact-flow__arrow::before, .contact-flow__arrow::after {
  width: 16px;
}
@media (width < 576px) {
  .contact-flow__arrow::before, .contact-flow__arrow::after {
    width: 0.875rem;
    height: 2px;
  }
}

/*

Section：footer

***************************************/
.footer {
  background-color: #F2F2F2;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.9125rem 4.0625rem 2.4375rem 2.9375rem;
  min-height: 25.125rem;
}
@media (width < 1261px) {
  .footer__inner {
    padding: 2.475rem 3rem 2.4375rem;
  }
}
@media (width < 893px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6.25rem;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  display: block;
  width: 22.23rem;
}
@media (width < 1261px) {
  .footer__logo {
    width: 18.289375rem;
  }
}
@media (width < 893px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__info-text {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  margin-top: 0.5625rem;
  margin-left: 0.875rem;
}
@media (width < 893px) {
  .footer__info-text {
    text-align: center;
  }
}
.footer__info-text:nth-of-type(1) {
  line-height: 1.6666666667;
  margin-top: 0.90625rem;
}
@media (width < 893px) {
  .footer__info-text:nth-of-type(1) {
    margin-top: 1.96875rem;
    margin-left: 0;
  }
}

@media (width < 893px) {
  .footer__info-link-wrap {
    text-align: center;
  }
}

.footer__info-link {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 1.125rem;
}
@media (width < 893px) {
  .footer__info-link {
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

.footer__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__site-map {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 0.4rem;
}
@media (width < 893px) {
  .footer__site-map {
    display: none;
  }
}

.footer__menu {
  margin-left: 3rem;
}
.footer__menu:first-of-type {
  margin-left: 0;
}

.footer__menu-item {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  margin-top: 0.375rem;
}
.footer__menu-item:first-of-type {
  margin-top: 0;
}

.footer__menu-link {
  color: #000;
  line-height: 1.6666666667;
}

.footer__menu-sub {
  margin-top: 0.875rem;
  margin-left: 1.75rem;
}

.footer__menu-item-sub {
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  margin-top: 0.75rem;
}
.footer__menu-item-sub:first-of-type {
  margin-top: 0;
}

.footer__menu-link-sub {
  color: #7C7C7C;
}

.footer__copyright {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  text-align: right;
}
@media (width < 893px) {
  .footer__copyright {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4285714286;
    text-align: center;
    margin-top: 3.5rem;
  }
}

/*************************************

Page：about.scss

***************************************/
/*

Section：eyecatch

***************************************/
.eyecatch {
  padding-top: 7.875rem;
}
@media (width < 1261px) {
  .eyecatch {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (width < 893px) {
  .eyecatch {
    max-width: 100%;
    padding: 4rem 1.5625rem 0;
  }
}

.eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  margin-top: 4.375rem;
  text-align: center;
}
@media (width < 893px) {
  .eyecatch__heading-lv1 {
    font-size: 2rem;
    line-height: 1.4375;
    margin-top: 3.5rem;
  }
}

.eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 0.3125rem;
}
@media (width < 893px) {
  .eyecatch__heading-lv1-sub {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.eyecatch__img-wrapper {
  max-width: 67.3125rem;
  margin: 6.875rem auto 0;
}
@media (width < 893px) {
  .eyecatch__img-wrapper {
    margin-top: 2.5rem;
  }
}

/*

Section：about-philosophy

***************************************/
.about-philosophy {
  padding-top: 10.875rem;
  padding-bottom: 7.125rem;
}
@media (width < 1261px) {
  .about-philosophy {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (width < 893px) {
  .about-philosophy {
    padding-top: 4.75rem;
    padding-bottom: 5.375rem;
  }
}

.heading-lv2-project {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.4411764706;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .heading-lv2-project {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.about-philosophy__text {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6923076923;
  margin-top: 3.0625rem;
  text-align: center;
}
@media (width < 893px) {
  .about-philosophy__text {
    font-size: 1.375rem;
    line-height: 1.9090909091;
    margin-top: 1.625rem;
  }
}

/*

Section：philosophy-direction

***************************************/
.philosophy-direction {
  background: linear-gradient(135deg, rgba(236, 245, 129, 0.35) 0%, rgba(126, 221, 199, 0.35) 100%);
  padding: 7.8125rem 9.0625rem 9.375rem;
}
@media (width < 1261px) {
  .philosophy-direction {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (width < 893px) {
  .philosophy-direction {
    padding: 3.625rem 1.5625rem 4.125rem;
  }
}

.philosophy-direction__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}

.philosophy-direction__container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12.5%;
}
@media (width < 1261px) {
  .philosophy-direction__container {
    gap: 9.5%;
  }
}
@media (width < 893px) {
  .philosophy-direction__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.philosophy-direction__container:nth-of-type(2) {
  grid-template-columns: auto 1.68fr 6fr;
  gap: 8.5%;
  margin-top: 8.75rem;
}
@media (width < 1261px) {
  .philosophy-direction__container:nth-of-type(2) {
    gap: 4.5%;
  }
}
@media (width < 893px) {
  .philosophy-direction__container:nth-of-type(2) {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.75rem;
  }
}
.philosophy-direction__container:nth-of-type(2) .philosophy-direction__heading-lv2 {
  margin-top: 0.9375rem;
}
@media (width < 893px) {
  .philosophy-direction__container:nth-of-type(2) .philosophy-direction__heading-lv2 {
    margin-top: 0;
  }
}

.philosophy-direction__heading-lv2 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  position: relative;
}
@media (width < 893px) {
  .philosophy-direction__heading-lv2 {
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: center;
  }
}
.philosophy-direction__heading-lv2::before {
  content: "";
  position: absolute;
  top: 3.03125rem;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
}
@media (width < 893px) {
  .philosophy-direction__heading-lv2::before {
    top: 2.71875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (width < 893px) {
  .philosophy-direction__list {
    max-width: 31.25rem;
    margin: 3.125rem auto 0;
  }
}

.philosophy-direction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-top: 0.8125rem;
}
@media (width < 1261px) {
  .philosophy-direction__item {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 0.625rem;
  }
}
@media (width < 893px) {
  .philosophy-direction__item {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0.75rem;
  }
}
.philosophy-direction__item:first-of-type {
  margin-top: 0;
}

.philosophy-direction__number {
  color: #52B493;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media (width < 893px) {
  .philosophy-direction__number {
    margin-top: -7px;
  }
}

@media (width < 893px) {
  .philosophy-direction__img-wrapper {
    max-width: 8.75rem;
    margin: 0 auto;
  }
}

.philosophy-direction__text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.1111111111;
  margin-top: 0.8125rem;
}
@media (width < 893px) {
  .philosophy-direction__text {
    font-size: 1rem;
    line-height: 2;
    max-width: 32.8125rem;
    margin: 0 auto;
  }
}
@media (width < 576px) {
  .philosophy-direction__text {
    max-width: 100%;
  }
}

/*

Section：attitude

***************************************/
.attitude {
  padding-top: 10.9375rem;
}
@media (width < 893px) {
  .attitude {
    padding-top: 5rem;
  }
}

.attitude__container {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: 1.4375rem;
  max-width: 68.75rem;
  margin: 22.9375rem auto 0;
}
@media (width < 893px) {
  .attitude__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
    padding-right: 0;
    margin-top: 3.75rem;
  }
}

.attitude__heading-lv3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  margin-left: 0.75rem;
  position: relative;
}
@media (width < 893px) {
  .attitude__heading-lv3 {
    font-size: 1.375rem;
    text-align: center;
    margin-left: 0;
  }
}
.attitude__heading-lv3::before {
  content: "";
  position: absolute;
  top: 3.03125rem;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
}
@media (width < 893px) {
  .attitude__heading-lv3::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.attitude__text-wrap {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.8125rem 1.5rem 1.4375rem 0.75rem;
  margin-top: 2.25rem;
  position: relative;
  max-width: 36.4375rem;
  z-index: 2;
}
@media (width < 893px) {
  .attitude__text-wrap {
    padding: 0;
    margin: 2.25rem auto 0;
    max-width: 81.1794%;
  }
}

.attitude__text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.1111111111;
  margin-top: 2.375rem;
}
@media (width < 893px) {
  .attitude__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0;
  }
}
.attitude__text:nth-of-type(1) {
  margin-top: 0;
}

.attitude__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28%;
  position: relative;
  z-index: 1;
}

.attitude__img-item {
  margin-top: -12.625rem;
  margin-left: -9.1875rem;
  max-width: 40.0625rem;
  width: 134%;
}
@media (width < 1261px) {
  .attitude__img-item {
    width: auto;
  }
}
@media (width < 893px) {
  .attitude__img-item {
    margin: auto;
    max-width: 87.1794%;
  }
}

.attitude__img {
  border-radius: 8px;
}
@media (width < 893px) {
  .attitude__img {
    aspect-ratio: 340/224;
  }
}

/*

Section：before-contact-about

***************************************/
.before-contact-about {
  padding-bottom: 14.375rem;
}
@media (width < 893px) {
  .before-contact-about {
    padding-top: 7.1875rem;
    padding-bottom: 0;
  }
}

/*************************************

Page：company.scss

***************************************/
.company-overview__list {
  max-width: 67.3125rem;
  margin: 7.5rem auto 0;
}
@media (width < 1261px) {
  .company-overview__list {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .company-overview__list {
    padding: 0 1.5625rem;
    max-width: 100%;
    margin-top: 5rem;
  }
}

.company-overview__item {
  display: grid;
  grid-template-columns: 14.2875rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #61CBA8;
  padding: 2.421875rem 0;
}
@media (width < 893px) {
  .company-overview__item {
    grid-template-columns: 1fr;
    padding: 1.875rem 1.09375rem;
  }
}
.company-overview__item:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.company-overview__item:last-of-type .company-overview__item-text {
  line-height: 1.6111111111;
}
.company-overview__item:first-of-type {
  border-top: 1px solid #61CBA8;
}

.company-overview__item-ttl {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  font-weight: 400;
  margin-left: -3.25rem;
  text-align: center;
}
@media (width < 893px) {
  .company-overview__item-ttl {
    margin-left: 0;
    text-align: left;
  }
}

.company-overview__item-text {
  color: #000;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media (width < 893px) {
  .company-overview__item-text {
    margin-top: 0.625rem;
  }
}

/*

Section：access

***************************************/
.access {
  padding-top: 11.25rem;
}

.access__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .access__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .access__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.access__heading-lv2 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  position: relative;
}
@media (width < 893px) {
  .access__heading-lv2 {
    text-align: center;
  }
}
.access__heading-lv2::before {
  content: "";
  position: absolute;
  top: 3.03125rem;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
}
@media (width < 893px) {
  .access__heading-lv2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.access__content {
  display: grid;
  grid-template-columns: 5.28fr 4.64fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.28125rem;
  margin-top: 7.0625rem;
}
@media (width < 1261px) {
  .access__content {
    gap: 2.96875rem;
  }
}
@media (width < 893px) {
  .access__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.78125rem;
    margin-top: 4rem;
  }
}

@media (width < 893px) {
  .access__list {
    padding: 0 0.375rem;
    width: 100%;
  }
}

.access__item {
  display: grid;
  grid-template-columns: 3.875rem auto;
}
@media (width < 1261px) {
  .access__item {
    grid-template-columns: 2.8125rem auto;
  }
}
.access__item:first-of-type .access__text {
  border-top: 0;
  padding-top: 0;
}
.access__item:nth-of-type(1) .access__icon {
  margin-top: 2px;
}
.access__item:nth-of-type(2) .access__icon {
  margin-top: 22px;
}
.access__item:nth-of-type(3) .access__icon {
  margin-top: 28px;
  margin-left: 3px;
}
.access__item:nth-of-type(4) .access__icon {
  margin-top: 22px;
}

.access__text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.5555555556;
  border-top: 1px dotted #61CBA8;
  border-bottom: 1px dotted #61CBA8;
  padding: 1.53125rem 0;
}
@media (width < 576px) {
  .access__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.access__map {
  width: 100%;
  position: relative;
  padding-top: 65.301%;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__map-text {
  color: #61CBA8;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (width < 893px) {
  .access__map-text {
    bottom: -2.125rem;
  }
}
.access__map-text:hover {
  opacity: 0.7;
}

/*

Section：before-contact-company

***************************************/
.before-contact-company {
  padding-bottom: 14.375rem;
  margin-top: 10.96875rem;
}
@media (width < 893px) {
  .before-contact-company {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    margin-top: 0;
  }
}

/*************************************

Page：interview.scss

***************************************/
.interview-eyecatch {
  padding-top: 11.875rem;
}
@media (width < 1261px) {
  .interview-eyecatch {
    padding-top: 7.5rem;
  }
}

.interview-eyecatch__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .interview-eyecatch__inner {
    max-width: 52.375rem;
  }
}
@media (width < 893px) {
  .interview-eyecatch__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.interview-eyecatch__container {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.4375rem;
}
@media (width < 893px) {
  .interview-eyecatch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.interview-eyecatch__heading-lv2 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.4230769231;
  letter-spacing: 0.08em;
}

.interview-eyecatch__heading-lv2-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-left: 0.75rem;
}
@media (width < 1261px) {
  .interview-eyecatch__heading-lv2-sub {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0;
  }
}

.interview-eyecatch__heading-lv3 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.375rem;
}
@media (width < 1261px) {
  .interview-eyecatch__heading-lv3 {
    font-size: 1.625rem;
    line-height: 1.5384615385;
    margin-top: 0.6875rem;
  }
}

.interview-eyecatch__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-top: 2.875rem;
  margin-left: 0.75rem;
}
@media (width < 1261px) {
  .interview-eyecatch__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 1.625rem;
    margin-left: 0;
  }
}

.interview-text-wrapper {
  max-width: 44rem;
  margin: 7.875rem auto 0;
}
@media (width < 893px) {
  .interview-text-wrapper {
    padding: 0 1.5625rem;
    margin-top: 2.875rem;
  }
}

.interview-text {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
  font-weight: 300;
}

@media (width < 893px) {
  .interview-eyecatch__img-wrapper {
    max-width: 69.7435vw;
    margin-left: auto;
  }
}

/*

Section：profile

***************************************/
.profile {
  background: linear-gradient(45deg, rgba(236, 245, 129, 0.35) 0%, rgba(126, 221, 199, 0.35) 100%);
  padding: 3.75rem 0 5.71875rem;
  margin-top: 7.875rem;
}
@media (width < 893px) {
  .profile {
    padding-bottom: 3.40625rem;
    margin-top: 2.75rem;
  }
}

.profile__inner {
  max-width: 67.0625rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .profile__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .profile__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.profile__heading-lv2 {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  text-align: center;
}
@media (width < 893px) {
  .profile__heading-lv2 {
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: left;
  }
}

.profile__list {
  position: relative;
  margin-top: 2.71875rem;
}
@media (width < 893px) {
  .profile__list {
    margin-top: 3.25rem;
  }
}
.profile__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9.6875rem;
  width: 1px;
  height: 100%;
  background-color: #61CBA8;
}
@media (width < 576px) {
  .profile__list::before {
    left: 5.28125rem;
  }
}

.profile__item {
  display: grid;
  grid-template-columns: 9.6875rem auto;
  gap: 2.28125rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-top: 1.125rem;
}
@media (width < 893px) {
  .profile__item {
    gap: 1.03125rem;
  }
}
@media (width < 576px) {
  .profile__item {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    grid-template-columns: 5.28125rem auto;
    margin-top: 0.7142857143rem;
  }
}
.profile__item:first-of-type {
  margin-top: 0;
}
.profile__item:nth-of-type(2) .profile__item-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.profile__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.28125rem;
}
@media (width < 893px) {
  .profile__item-text {
    padding-right: 0.65625rem;
  }
}
@media (width < 576px) {
  .profile__item-text {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

/*

Section：interview

***************************************/
.interview {
  padding-top: 7.5rem;
}
@media (width < 893px) {
  .interview {
    padding-top: 3rem;
  }
}

.interview__inner {
  max-width: 44rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .interview__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .interview__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.interview__item {
  margin-top: 4.75rem;
}
@media (width < 893px) {
  .interview__item {
    margin-top: 3.5rem;
  }
}
.interview__item:first-of-type {
  margin-top: 0;
}

.interview__heading-lv3 {
  color: #52B493;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .interview__heading-lv3 {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.interview__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-top: 1.0625rem;
}
@media (width < 893px) {
  .interview__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.2857142857rem;
  }
}

.interview__img-wrap {
  margin-top: 3.625rem;
}
@media (width < 893px) {
  .interview__img-wrap {
    margin-top: 2.375rem;
  }
}

.interview__full-img-wrap {
  margin-top: 4.875rem;
}
@media (width < 576px) {
  .interview__full-img-wrap {
    margin-top: 3rem;
  }
}

.interview__full-img {
  aspect-ratio: 1366/380;
}
@media (width < 576px) {
  .interview__full-img {
    aspect-ratio: 390/172;
  }
}

/*

Section：before-contact-interview

***************************************/
.before-contact-interview {
  margin-top: 10.9375rem;
  padding-bottom: 14.375rem;
}
@media (width < 893px) {
  .before-contact-interview {
    padding-top: 7.5rem;
    margin-top: 0;
    padding-bottom: 5rem;
  }
}

/*************************************

Page：reviews.scss

***************************************/
/*

Section：reviews-eyecatch

***************************************/
.reviews {
  padding-bottom: 8.125rem;
}
@media (width < 893px) {
  .reviews {
    padding-bottom: 7.5rem;
  }
}

.reviews__inner {
  max-width: 70.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .reviews__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .reviews__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.reviews-eyecatch {
  padding: 12.0625rem 0 4.75rem;
}
@media (width < 1261px) {
  .reviews-eyecatch {
    padding: 7.75rem 0 3.75rem;
  }
}

.reviews-eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
}

.reviews-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 0.3125rem;
}

/*

Section：reviews

***************************************/
.reviews__heading-lv2 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 1.21875rem;
  border-bottom: 1px solid #61CBA8;
}

.reviews__list {
  margin-top: 3.125rem;
}
@media (width < 1261px) {
  .reviews__list {
    grid-template-columns: repeat(auto-fill, minmax(auto, 21.25rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.875rem 2.625rem;
  }
}
@media (width < 576px) {
  .reviews__list {
    grid-template-columns: repeat(1, minmax(auto, 21.25rem));
    gap: 3.125rem;
  }
}

.reviews__heading-lv3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 1.0625rem;
}

.reviews__clinic-info {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 1.125rem;
}

/*

Section：reviews-single-eyecatch

***************************************/
.reviews-single-eyecatch {
  padding-top: 11.875rem;
}

.reviews-eyecatch__inner {
  max-width: 70.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .reviews-eyecatch__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .reviews-eyecatch__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.reviews-single-eyecatch__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .reviews-single-eyecatch__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .reviews-single-eyecatch__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.reviews-single-eyecatch__container {
  display: grid;
  grid-template-columns: 4.79fr 5.39fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.6875rem;
}
@media (width < 1261px) {
  .reviews-single-eyecatch__container {
    gap: 1.5625rem;
  }
}
@media (width < 893px) {
  .reviews-single-eyecatch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.reviews-single-eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .reviews-single-eyecatch__heading-lv1 {
    font-size: 1.625rem;
    line-height: 1.5384615385;
  }
}

.reviews-single-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-top: 3px;
  margin-bottom: 0.875rem;
}

.reviews-single-eyecatch__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-top: 2.875rem;
  margin-left: 0.75rem;
}

.reviews-single-eyecatch__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1261px) {
  .reviews-single-eyecatch__text-wrapper {
    gap: 2.125rem;
  }
}

.reviews-single-eyecatch__clinic-name {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media (width < 893px) {
  .reviews-single-eyecatch__clinic-name {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.reviews-single-eyecatch__clinic-info-item {
  font-size: 1.125rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media (width < 893px) {
  .reviews-single-eyecatch__clinic-info-item {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.reviews-single-eyecatch__clinic-info-item:nth-of-type(2) {
  margin-top: 1.25rem;
}
@media (width < 1261px) {
  .reviews-single-eyecatch__clinic-info-item:nth-of-type(2) {
    margin-top: 0.875rem;
  }
}

@media (width < 1261px) {
  .reviews-single-eyecatch__img-wrapper {
    max-width: 69.7435vw;
    margin-left: auto;
  }
}

/*

Section：reviews-single-faq

***************************************/
.reviews-single-faq {
  padding-top: 9rem;
}
@media (width < 893px) {
  .reviews-single-faq {
    padding-top: 2.875rem;
  }
}

.reviews-single-faq__inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .reviews-single-faq__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .reviews-single-faq__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.reviews-single-faq__item {
  margin-top: 2.25rem;
}
.reviews-single-faq__item:first-of-type {
  margin-top: 0;
}

.reviews-single-faq__heading-lv2 {
  color: #52B493;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media (width < 893px) {
  .reviews-single-faq__heading-lv2 {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.reviews-single-faq__text {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-top: 0.5625rem;
}
@media (width < 893px) {
  .reviews-single-faq__text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    margin-top: 1rem;
  }
}

/*

Section：reviews-single-img-container

***************************************/
.reviews-single-img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6875rem;
  max-width: 67.25rem;
  margin: 6rem auto 0;
}
@media (width < 1261px) {
  .reviews-single-img-container {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .reviews-single-img-container {
    grid-template-columns: repeat(1, minmax(auto, 32.3125rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

/*

Section：reviews-single-cta

***************************************/
.reviews-single-cta {
  padding-top: 13.5rem;
}
@media (width < 893px) {
  .reviews-single-cta {
    padding-top: 8.625rem;
  }
}

.reviews-single-cta__heading-lv2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (width < 893px) {
  .reviews-single-cta__heading-lv2 {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.reviews-single-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  max-width: 83.75rem;
  margin: 4.875rem auto 0;
}
@media (width < 893px) {
  .reviews-single-cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    margin-top: 3rem;
  }
}
@media (width < 576px) {
  .reviews-single-cta__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.reviews-single-cta__item {
  margin: 0 10px;
  max-width: 21.25rem;
}
@media (width < 576px) {
  .reviews-single-cta__item {
    margin: 0 1rem;
    max-width: 100%;
  }
}

.reviews-single-cta__clinic-info {
  margin-top: 1.125rem;
}
@media (width < 893px) {
  .reviews-single-cta__clinic-info {
    margin-top: 0.4375rem;
  }
}

/*************************************

Page：process.scss

***************************************/
/*

Section：process-eyecatch

***************************************/
.process-eyecatch {
  padding-top: 11.875rem;
  padding-bottom: 0;
}

.process-eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
}

.process-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 0.3125rem;
}

.process-eyecatch__img-wrapper {
  max-width: 67.25rem;
  margin: 6.875rem auto 0;
}
@media (width < 1261px) {
  .process-eyecatch__img-wrapper {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .process-eyecatch__img-wrapper {
    padding: 0 1.5625rem;
    max-width: 100%;
    margin-top: 2.875rem;
  }
}
.process-eyecatch__img-wrapper img {
  aspect-ratio: 1076/406;
  width: 100%;
}
@media (width < 893px) {
  .process-eyecatch__img-wrapper img {
    aspect-ratio: 340/184;
  }
}

/*

Section：process

***************************************/
.process {
  padding-top: 6.25rem;
  padding-bottom: 10.1875rem;
}
@media (width < 893px) {
  .process {
    padding-top: 2.5rem;
    padding-bottom: 7.475rem;
  }
}

.process__inner {
  max-width: 58.5rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .process__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .process__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.process__item {
  display: grid;
  grid-template-columns: 7.40625rem auto;
  gap: 3rem;
  margin-top: 3.58125rem;
}
@media (width < 893px) {
  .process__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.process__item:first-of-type {
  margin-top: 0;
}

.process__number {
  text-align: center;
  color: #52B493;
  font-size: 1.9375rem;
  line-height: 1.6774193548;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-right: 2.21875rem;
}
@media (width < 893px) {
  .process__number {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    padding-right: 0;
  }
}

.process__number-sub {
  display: block;
  font-size: 4.3125rem;
  line-height: 1.4492753623;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -1.125rem;
}
@media (width < 893px) {
  .process__number-sub {
    font-size: 3.4375rem;
    line-height: 1.4545454545;
  }
}

.process__item-content {
  position: relative;
  margin-top: 0.5rem;
}
@media (width < 893px) {
  .process__item-content {
    margin-top: 0;
  }
}
.process__item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.03125rem;
  width: 1px;
  height: 100%;
  background-color: #61CBA8;
}
@media (width < 893px) {
  .process__item-content::before {
    display: block;
    top: -1.875rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #61CBA8;
    position: relative;
  }
}

.process__heading-lv2 {
  color: #52B493;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4230769231;
}
@media (width < 893px) {
  .process__heading-lv2 {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}

.process__text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.1111111111;
  font-weight: 300;
  margin-top: 1.125rem;
}

.process__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.15rem;
  color: #fff;
  background-color: #61CCA8;
  border-radius: 4px;
  padding: 0.753125rem 0.7625rem;
  margin-top: 1.05rem;
  min-height: 4.86625rem;
}
@media (width < 893px) {
  .process__feature {
    margin-top: 1.125rem;
  }
}

.process__feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.435875rem;
  height: 3.33925rem;
  margin-top: -5px;
  margin-left: 5px;
}

.process__feature-text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  font-weight: 400;
}
@media (width < 893px) {
  .process__feature-text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

/*

Section：tell

***************************************/
.tell {
  padding: 5rem 0 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(236, 245, 129, 0.35)), to(rgba(126, 221, 199, 0.35)));
  background: linear-gradient(90deg, rgba(236, 245, 129, 0.35) 0%, rgba(126, 221, 199, 0.35) 100%);
}
@media (width < 893px) {
  .tell {
    padding: 3.625rem 0 1.875rem;
  }
}

.tell__inner {
  max-width: 58.75rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .tell__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .tell__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.tell__heading-lv2 {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  text-align: center;
}
@media (width < 893px) {
  .tell__heading-lv2 {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}

.tell__heading-lv2-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-bottom: 0.875rem;
}
@media (width < 893px) {
  .tell__heading-lv2-sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.tell__img-wrapper {
  margin-top: 4rem;
}
@media (width < 893px) {
  .tell__img-wrapper {
    margin-top: 3rem;
  }
}

.tell__img {
  aspect-ratio: 939/318;
}
@media (width < 893px) {
  .tell__img {
    aspect-ratio: 340/164;
  }
}

.tell__text {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 2.1111111111;
  font-weight: 300;
  max-width: 44.3125rem;
  margin: 3.625rem auto 0;
}
@media (width < 893px) {
  .tell__text {
    font-size: 1rem;
    line-height: 2;
    max-width: 100%;
    margin-top: 2.375rem;
  }
}

.tell__price {
  background-color: #fff;
  border-radius: 8px;
  padding: 3.625rem 2.25rem;
  margin-top: 4.8125rem;
}
@media (width < 893px) {
  .tell__price {
    padding: 3rem 0.9375rem 1.90625rem;
    margin-top: 3.625rem;
  }
}

.tell__price-inner {
  max-width: 51.5625rem;
  margin: 0 auto;
}
@media (width < 893px) {
  .tell__price-inner {
    max-width: 100%;
  }
}

.tell__heading-lv3 {
  font-size: 1.8125rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (width < 893px) {
  .tell__heading-lv3 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.4583333333;
    text-align: center;
  }
}
.tell__heading-lv3::before {
  content: "";
  position: absolute;
  bottom: -1.15625rem;
  left: 0;
  width: 3.5625rem;
  height: 1px;
  background-color: #52B493;
}
@media (width < 893px) {
  .tell__heading-lv3::before {
    bottom: -1.21875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.4375rem;
  }
}

.tell__price-text-wrap {
  font-weight: 300;
  display: inline-block;
  padding-left: 12%;
  margin-top: 4px;
}
@media (width < 893px) {
  .tell__price-text-wrap {
    padding-left: 0;
    margin-top: 2.875rem;
  }
}

.tell__price-text {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 300;
}
@media (width < 893px) {
  .tell__price-text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.tell__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 3.25rem auto 0;
  position: relative;
  max-width: 49.3125rem;
}
@media (width < 893px) {
  .tell__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.46875rem;
    max-width: 100%;
  }
}
.tell__list::before {
  content: "";
  position: absolute;
  top: 6.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: 14px 3px;
  background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
  background-repeat: repeat-x;
}
@media (width < 893px) {
  .tell__list::before {
    display: none;
  }
}

.tell__item {
  position: relative;
}
.tell__item:nth-of-type(1) {
  padding-bottom: 1.90625rem;
  padding-left: 0.6125rem;
}
@media (width < 893px) {
  .tell__item:nth-of-type(1) {
    padding-left: 1.125rem;
    padding-bottom: 1.15625rem;
  }
  .tell__item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-size: 14px 3px;
    background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
    background-repeat: repeat-x;
  }
}
.tell__item:nth-of-type(2) {
  padding-bottom: 1.90625rem;
  padding-left: 2.4375rem;
}
@media (width < 893px) {
  .tell__item:nth-of-type(2) {
    padding-top: 1rem;
    padding-left: 1.125rem;
    padding-bottom: 1.15625rem;
  }
}
.tell__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 1px;
  height: 5.625rem;
  background-image: linear-gradient(rgb(71, 203, 179) 6px, transparent 6px);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: left top;
}
@media (width < 893px) {
  .tell__item:nth-of-type(2)::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-size: 14px 3px;
    background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
    background-repeat: repeat-x;
  }
}
.tell__item:nth-of-type(3) {
  padding-top: 1.25rem;
  padding-left: 0.6125rem;
}
@media (width < 893px) {
  .tell__item:nth-of-type(3) {
    padding-top: 1rem;
    padding-left: 1.125rem;
    padding-bottom: 1.15625rem;
  }
  .tell__item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-size: 14px 3px;
    background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
    background-repeat: repeat-x;
  }
}
.tell__item:nth-of-type(4) {
  padding-top: 1.25rem;
  padding-left: 2.4375rem;
}
@media (width < 893px) {
  .tell__item:nth-of-type(4) {
    padding-top: 1rem;
    padding-left: 1.125rem;
    padding-bottom: 1.15625rem;
  }
}
.tell__item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 23.5px;
  left: 0;
  width: 1px;
  height: 5.625rem;
  background-image: linear-gradient(rgb(71, 203, 179) 6px, transparent 6px);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: left top;
}
@media (width < 893px) {
  .tell__item:nth-of-type(4)::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-size: 14px 3px;
    background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
    background-repeat: repeat-x;
  }
}

.tell__heading-lv4 {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  position: relative;
  padding-left: 8px;
}
@media (width < 893px) {
  .tell__heading-lv4 {
    font-size: 1.1875rem;
    line-height: 1.4210526316;
  }
}
.tell__heading-lv4::before {
  content: "";
  position: absolute;
  top: 0.46875rem;
  left: 0;
  width: 2px;
  height: 1.4375rem;
  background-color: #61CBA8;
}
@media (width < 893px) {
  .tell__heading-lv4::before {
    top: 0.429375rem;
    height: 1.258125rem;
  }
}

.tell__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 19.8125rem;
  margin-top: -0.625rem;
  gap: 0.625rem;
}

.tell__item-text {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 300;
}
@media (width < 893px) {
  .tell__item-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media (width < 893px) {
  .tell__item-text:nth-of-type(2) {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}

.tell__item-text-price {
  color: #52B493;
  font-size: 2.4375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4358974359;
}
@media (width < 893px) {
  .tell__item-text-price {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}

/*

Section：contact-flow

***************************************/
.contact-flow--process {
  margin-top: 0;
}

/*************************************

Page：faq.scss

***************************************/
/*

Section：faq-eyecatch

***************************************/
.faq-eyecatch {
  padding: 12.0625rem 0 4.75rem;
}
@media (width < 893px) {
  .faq-eyecatch {
    padding: 7.5625rem 0 3.625rem;
  }
}

.faq-eyecatch__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .faq-eyecatch__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .faq-eyecatch__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.faq-eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .faq-eyecatch__heading-lv1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.faq-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 0.3125rem;
}
@media (width < 893px) {
  .faq-eyecatch__heading-lv1-sub {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

/*

Section：faq-contents

***************************************/
.faq-contents__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .faq-contents__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .faq-contents__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.faq-contents__heading-lv2 {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1.15625rem;
  border-bottom: 1px solid #61CCA8;
}

.faq-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2.875rem;
  margin-top: 3.78125rem;
}
@media (width < 1261px) {
  .faq-contents__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    grid-auto-rows: 1fr;
    grid-auto-flow: dense;
    gap: 1.875rem 2.8125rem;
  }
}
@media (width < 893px) {
  .faq-contents__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.375rem;
  }
}
@media (width < 576px) {
  .faq-contents__list {
    gap: 0.75rem 1.625rem;
  }
}

.faq-contents__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 0.625rem;
  min-width: 14.625rem;
  height: 100%;
  border-bottom: 1px solid #61CCA8;
}
@media (width < 1261px) {
  .faq-contents__btn {
    min-width: auto;
    gap: 1rem;
    padding-bottom: 6px;
  }
}
@media (width < 576px) {
  .faq-contents__btn {
    gap: 8px;
  }
}

.faq-contents__btn-text {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  font-weight: 400;
}
@media (width < 893px) {
  .faq-contents__btn-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (width < 576px) {
  .faq-contents__btn-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.faq-contents__btn-arrow {
  min-width: 1.5rem;
  height: 1.5rem;
  position: relative;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #61CCA8;
}
@media (width < 576px) {
  .faq-contents__btn-arrow {
    min-width: 1.25rem;
    height: 1.25rem;
  }
}
.faq-contents__btn-arrow::before, .faq-contents__btn-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 5.5px;
  left: calc(50% - 1px);
  width: 1px;
  height: 10px;
  background-color: #61CCA8;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
  border-radius: 9999px;
}
@media (width < 576px) {
  .faq-contents__btn-arrow::before, .faq-contents__btn-arrow::after {
    height: 6px;
    left: calc(50% - 0.5px);
    -webkit-transform-origin: 50% calc(100% - 0.5px);
            transform-origin: 50% calc(100% - 0.5px);
  }
}
.faq-contents__btn-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (width < 576px) {
  .faq-contents__btn-arrow::before {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
.faq-contents__btn-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (width < 576px) {
  .faq-contents__btn-arrow::after {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
}

/*

Section：faq

***************************************/
.faq {
  margin-top: 6.75rem;
  margin-bottom: 14.375rem;
}
@media (width < 893px) {
  .faq {
    margin-top: 3.75rem;
    margin-bottom: 7.5rem;
  }
}

.faq__inner {
  max-width: 65.375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .faq__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .faq__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.faq__container {
  margin-top: 2.75rem;
}
.faq__container:first-of-type {
  margin-top: 0;
}

.faq__heading-lv3 {
  color: #52B493;
  font-size: 1.5rem;
  letter-spacing: 0.038em;
  line-height: 1.4583333333;
  font-weight: 400;
}

.faq__list {
  margin-top: 1.875rem;
}
@media (width < 893px) {
  .faq__list {
    margin-top: 0.875rem;
  }
}

.faq__item {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}
.faq__item:first-of-type {
  margin-top: 0;
}

.faq__question-wrap {
  display: grid;
  grid-template-columns: 2.125rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #61CCA8;
}
@media (width < 893px) {
  .faq__question-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.5625rem;
  }
}

.faq__question-mark {
  color: #62CBA8;
  font-size: 2.125rem;
  letter-spacing: 0.04em;
  line-height: 1.4411764706;
  font-weight: 300;
}
@media (width < 893px) {
  .faq__question-mark {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.faq__question-text {
  font-size: 1.375rem;
  letter-spacing: 0.038em;
  line-height: 1.7272727273;
  font-weight: 300;
}
@media (width < 893px) {
  .faq__question-text {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.faq__answer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 1.125rem;
  position: relative;
}
@media (width < 893px) {
  .faq__answer-wrap {
    padding-top: 0.5rem;
  }
}
.faq__answer-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: 14px 3px;
  background-image: linear-gradient(to right, rgb(71, 203, 179) 6px, transparent 6px);
  background-repeat: repeat-x;
}

.faq__answer-mark {
  color: #ACB8ED;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-weight: 300;
}
@media (width < 893px) {
  .faq__answer-mark {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.faq__answer-text {
  display: inline-block;
  max-width: 59.4375rem;
  vertical-align: middle;
  margin-left: 2rem;
  font-size: 1rem;
  letter-spacing: 0.038em;
  line-height: 1.75;
  font-weight: 300;
}
@media (width < 1261px) {
  .faq__answer-text {
    max-width: 86%;
    margin-left: 1.625rem;
  }
}
@media (width < 893px) {
  .faq__answer-text {
    margin-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}

.faq__link {
  color: #61CCA8;
  text-decoration: underline;
}

/*************************************

Page：service.scss

***************************************/
/*

Section：service-eyecatch

***************************************/
.service-eyecatch {
  padding-top: 12.0625rem;
}
@media (width < 893px) {
  .service-eyecatch {
    padding-top: 7.5625rem;
  }
}

.service-eyecatch__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}

.service-eyecatch__heading-lv1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .service-eyecatch__heading-lv1 {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.service-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 0.3125rem;
  text-transform: uppercase;
}
@media (width < 893px) {
  .service-eyecatch__heading-lv1-sub {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.service-eyecatch__text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 5.9375rem;
  text-align: center;
}
@media (width < 893px) {
  .service-eyecatch__text {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 4.125rem;
    text-align: left;
  }
}

/*

Section：service-business

***************************************/
.service-business {
  padding-top: 10.625rem;
  padding-bottom: 14.375rem;
}
@media (width < 893px) {
  .service-business {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

.service-business__heading-lv2 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .service-business__heading-lv2 {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

.service-business__heading-lv2-sub {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}
@media (width < 893px) {
  .service-business__heading-lv2-sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.service-business__list {
  margin-top: 5.625rem;
}
@media (width < 893px) {
  .service-business__list {
    margin-top: 4.375rem;
  }
}

/*************************************

Page：hr-advisor.scss

***************************************/
/*

Section：hr-advisor-eyecatch

***************************************/
.hr-advisor-eyecatch {
  padding-top: 12.0625rem;
}
@media (width < 893px) {
  .hr-advisor-eyecatch {
    padding-top: 7.5625rem;
  }
}

.hr-advisor-eyecatch__inner {
  max-width: 67.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .hr-advisor-eyecatch__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .hr-advisor-eyecatch__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}
@media (width < 576px) {
  .hr-advisor-eyecatch__inner {
    padding: 0 0.9375rem;
  }
}

.hr-advisor-eyecatch__container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1261px) {
  .hr-advisor-eyecatch__container {
    gap: 2rem;
  }
}
@media (width < 893px) {
  .hr-advisor-eyecatch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.hr-advisor-eyecatch__heading-lv1 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.4230769231;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .hr-advisor-eyecatch__heading-lv1 {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    text-align: center;
  }
}

.hr-advisor-eyecatch__heading-lv1-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.hr-advisor-eyecatch__heading-lv2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0.875rem;
}
@media (width < 1261px) {
  .hr-advisor-eyecatch__heading-lv2 {
    font-size: 1.875rem;
  }
}
@media (width < 893px) {
  .hr-advisor-eyecatch__heading-lv2 {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    text-align: center;
    margin-top: 2rem;
  }
}

.hr-advisor-eyecatch__img-wrap {
  max-width: 33.6875rem;
  margin-left: auto;
}
.hr-advisor-eyecatch__img-wrap img {
  aspect-ratio: 539/246;
  border-radius: 8px;
}
@media (width < 1261px) {
  .hr-advisor-eyecatch__img-wrap img {
    aspect-ratio: 294/166;
  }
}
@media (width < 893px) {
  .hr-advisor-eyecatch__img-wrap img {
    aspect-ratio: 539/246;
  }
}
@media (width < 893px) {
  .hr-advisor-eyecatch__img-wrap {
    margin-left: 0;
    max-width: 100%;
  }
}

/*

Section：service-point

***************************************/
.service-point {
  padding-top: 6.5625rem;
}
@media (width < 893px) {
  .service-point {
    padding-top: 3.75rem;
  }
}

.service-point__inner {
  max-width: 48.125rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .service-point__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .service-point__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.service-point__heading-lv2 {
  display: inline-block;
  color: #52B493;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.08em;
  position: relative;
}
@media (width < 893px) {
  .service-point__heading-lv2 {
    display: block;
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: center;
  }
}
.service-point__heading-lv2::before {
  content: "";
  position: absolute;
  bottom: -1.71875rem;
  left: 0;
  width: 2rem;
  height: 1px;
  background-color: #52B493;
}
@media (width < 893px) {
  .service-point__heading-lv2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.service-point__list {
  margin-top: 3.4375rem;
}

.service-point__item {
  margin-top: 1.875rem;
}
@media (width < 893px) {
  .service-point__item {
    margin-top: 0.875rem;
  }
}
.service-point__item:first-of-type {
  margin-top: 0;
}

.service-point__heading-lv3 {
  color: #52B493;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .service-point__heading-lv3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.service-point__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.038em;
  margin-top: 0.625rem;
}
@media (width < 893px) {
  .service-point__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.5rem;
  }
}

/*

Section：can-do

***************************************/
.can-do {
  margin-top: 6.125rem;
}

.can-do__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .can-do__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .can-do__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.can-do__container {
  background: linear-gradient(45deg, rgba(236, 245, 129, 0.1) 0%, rgba(126, 221, 199, 0.1) 100%);
  border: 3px solid #BBEAA0;
  padding: 4.1875rem 2.125rem 5.625rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (width < 893px) {
  .can-do__container {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}

.can-do__heading-lv2 {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .can-do__heading-lv2 {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.can-do__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.5625rem;
  max-width: 49.3625rem;
  margin: 4.28125rem auto 0;
  position: relative;
}
@media (width < 1261px) {
  .can-do__list-wrapper {
    padding-right: 0;
  }
}
@media (width < 893px) {
  .can-do__list-wrapper {
    display: grid;
    grid-template-columns: repeat(1, auto);
    place-content: center;
    gap: 0;
    max-width: 100%;
  }
}
.can-do__list-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #61CCA8;
}
@media (width < 893px) {
  .can-do__list-wrapper::before {
    display: none;
  }
}

.can-do__list-wrapper--hr-advisor {
  gap: 4.75rem;
}
@media (width < 893px) {
  .can-do__list-wrapper--hr-advisor {
    gap: 0;
  }
}

.can-do__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.65rem;
}
@media (width < 893px) {
  .can-do__item {
    gap: 0.775rem;
  }
}
.can-do__item:first-of-type {
  margin-top: 0;
}

.can-do__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.038em;
}
@media (width < 893px) {
  .can-do__text {
    font-size: 1rem;
  }
}

/*

Section：service-difference

***************************************/
.service-difference {
  color: #fff;
  background-color: #70CEB8;
  padding: 5.25rem 0 7.3125rem;
  margin-top: 11.125rem;
}
@media (width < 893px) {
  .service-difference {
    padding: 3.625rem 0 4.25rem;
  }
}

.service-difference__inner {
  max-width: 49.9375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .service-difference__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .service-difference__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.service-difference__heading-lv2 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
}
@media (width < 893px) {
  .service-difference__heading-lv2 {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.service-difference__heading-lv2::before {
  content: "";
  position: absolute;
  bottom: -1.59375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 1px;
  background-color: #fff;
}
@media (width < 893px) {
  .service-difference__heading-lv2::before {
    bottom: -1.53125rem;
  }
}

.service-difference__list {
  margin-top: 5rem;
}
@media (width < 893px) {
  .service-difference__list {
    margin-top: 3.125rem;
  }
}

.service-difference__item {
  margin-top: 1.375rem;
}
.service-difference__item:first-of-type {
  margin-top: 0;
}

.service-difference__heading-lv3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .service-difference__heading-lv3 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.service-difference__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.038em;
  margin-top: 0.5rem;
}
@media (width < 893px) {
  .service-difference__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

/*

Section：voice--hr-advisor

***************************************/
.voice--hr-advisor {
  padding-top: 10.625rem;
}
@media (width < 893px) {
  .voice--hr-advisor {
    padding-top: 4.75rem;
  }
}

.voice__heading-lv2--hr-advisor {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
}
@media (width < 893px) {
  .voice__heading-lv2--hr-advisor {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.voice__heading-lv2-sub--hr-advisor {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media (width < 893px) {
  .voice__heading-lv2-sub--hr-advisor {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

/*

Section：faq-service

***************************************/
.faq-service {
  margin-top: 12.5rem;
}
@media (width < 893px) {
  .faq-service {
    margin-top: 7.375rem;
  }
}

.faq-service__inner {
  max-width: 65.375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .faq-service__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .faq-service__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

@media (width < 893px) {
  .faq__heading-lv3--service {
    text-align: center;
    position: relative;
  }
  .faq__heading-lv3--service::before {
    content: "";
    position: absolute;
    bottom: -0.96875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2rem;
    height: 1px;
    background-color: #52B493;
  }
}

@media (width < 893px) {
  .faq__list--service {
    margin-top: 3.375rem;
  }
}

.faq__question-wrap--service {
  position: relative;
  cursor: pointer;
}
.faq__question-wrap--service .faq__question-text {
  padding-right: 2.1875rem;
}
.faq__question-wrap--service.is-open .faq__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq__answer-wrap--service {
  display: none;
}

.faq__answer-mark {
  display: inline-block;
}

.faq__toggle {
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1px;
  background-color: #61CCA8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1px;
  background-color: #61CCA8;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__answer-text-service {
  display: inline-block;
  max-width: 59.4375rem;
  margin-top: -0.5rem;
  vertical-align: text-top;
  margin-left: 2rem;
}
@media (width < 1261px) {
  .faq__answer-text-service {
    max-width: 86%;
    margin-left: 1.625rem;
  }
}
@media (width < 893px) {
  .faq__answer-text-service {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.faq-service__link {
  display: block;
  max-width: 21.625rem;
  margin: 5.625rem auto 0;
  color: #61CCA8;
  padding: 0.875rem 0;
  border: 1px solid #61CCA8;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .faq-service__link {
    margin-top: 3rem;
  }
}
.faq-service__link:hover {
  background-color: #61CCA8;
  color: #fff;
}

/*

Section：other-service

***************************************/
.other-service {
  margin-top: 13.125rem;
  margin-bottom: 14.375rem;
}
@media (width < 893px) {
  .other-service {
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }
}

.other-service__inner {
  max-width: 65.375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .other-service__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .other-service__inner {
    max-width: 100%;
    padding: 0 1.5625rem;
  }
}

.other-service__heading-lv2 {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (width < 893px) {
  .other-service__heading-lv2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.other-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-top: 4.5625rem;
}
@media (width < 1261px) {
  .other-service__list {
    margin-top: 3.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (width < 576px) {
  .other-service__list {
    grid-template-columns: repeat(1, minmax(auto, 21.25rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.other-service__item {
  border-radius: 0.375rem;
  min-height: 5.9375rem;
}

.other-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0625rem 2rem;
  border: 1px solid #61CCA8;
  color: #61CCA8;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.other-service__link:hover {
  background-color: #61CCA8;
  color: #fff;
}
.other-service__link:hover .other-service__arrow-wrap {
  border-color: #fff;
}
.other-service__link:hover .other-service__arrow {
  background-color: #fff;
}
.other-service__link:hover .other-service__arrow::before, .other-service__link:hover .other-service__arrow::after {
  background-color: #fff;
}
.other-service__link.disabled {
  border-color: #CECECE;
  color: #CCCCCC;
  background-color: #E6E6E6;
  pointer-events: none;
}
.other-service__link.disabled .other-service__arrow-wrap {
  border-color: #CCCCCC;
}
.other-service__link.disabled .other-service__arrow {
  background-color: #CCCCCC;
}
.other-service__link.disabled .other-service__arrow::before, .other-service__link.disabled .other-service__arrow::after {
  background-color: #CCCCCC;
}

.other-service__arrow-wrap {
  min-width: 2.3125rem;
  width: 2.3125rem;
  height: 2.3125rem;
  border: 1px solid #61CCA8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 893px) {
  .other-service__arrow-wrap {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
  }
}

.other-service__arrow {
  background-color: #61CCA8;
}
.other-service__arrow::before, .other-service__arrow::after {
  -webkit-transition: inherit;
  transition: inherit;
  width: 12px;
}

/*

Section：voice--slider

***************************************/
@media (width < 893px) {
  .voice__inner--slider {
    padding: 0;
    max-width: 100%;
  }
}

@media (width < 893px) {
  .voice__list--slider {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media (width < 893px) {
  .voice__item--slider {
    margin: 0 0.9375rem;
  }
}

@media (width < 893px) {
  .voice__link--slider {
    display: none;
  }
}

.voice__item-inner--slider {
  pointer-events: none;
  cursor: default;
}
@media (width < 893px) {
  .voice__item-inner--slider {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*************************************

Page：subsidy-advisor.scss

***************************************/
/*

Section：subsidy-support

***************************************/
.subsidy-support {
  padding: 3.75rem 0;
  max-width: 62.5rem;
  margin: 6.25rem auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 245, 129, 0.35)), to(rgba(126, 221, 199, 0.35)));
  background: linear-gradient(to bottom, rgba(236, 245, 129, 0.35) 0%, rgba(126, 221, 199, 0.35) 100%);
}
@media (width < 1261px) {
  .subsidy-support {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .subsidy-support {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    padding: 3.875rem 0 1.51875rem;
  }
}

.subsidy-support__inner {
  max-width: 56rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .subsidy-support__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .subsidy-support__inner {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.subsidy-support__heading-lv2 {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width < 893px) {
  .subsidy-support__heading-lv2 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.subsidy-support__content {
  margin-top: 3.5rem;
}
@media (width < 893px) {
  .subsidy-support__content {
    margin-top: 3.125rem;
  }
}
.subsidy-support__content:first-of-type {
  margin-top: 2.5rem;
}
@media (width < 893px) {
  .subsidy-support__content:first-of-type {
    margin-top: 1.4375rem;
  }
}

.subsidy-support__heading-lv3 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #61CCA8;
  padding: 0.6875rem 0;
  text-align: center;
}
@media (width < 893px) {
  .subsidy-support__heading-lv3 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0.5625rem 0.75rem;
  }
}

.subsidy-support__text-wrap {
  display: grid;
  grid-template-columns: 13rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.8125rem;
}
@media (width < 893px) {
  .subsidy-support__text-wrap {
    grid-template-columns: 5.21875rem auto;
    gap: 0.71875rem;
    margin-top: 0.9375rem;
  }
}
@media (width < 576px) {
  .subsidy-support__text-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.subsidy-support__text-wrap:nth-of-type(2) {
  margin-top: 0.6875rem;
}
@media (width < 893px) {
  .subsidy-support__text-wrap:nth-of-type(2) {
    margin-top: 0.66875rem;
  }
}
.subsidy-support__text-wrap:nth-of-type(2) .subsidy-support__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .subsidy-support__text-wrap:nth-of-type(2) .subsidy-support__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.subsidy-support__text-label {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 0.875rem 0;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: #BFECD0;
}
@media (width < 893px) {
  .subsidy-support__text-label {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.8125rem 0 0.9375rem;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  }
}

.subsidy-support__text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
}
@media (width < 893px) {
  .subsidy-support__text {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.subsidy-support__list {
  background-color: #F3FBF2;
  padding: 1.8125rem 2rem 1.625rem;
  margin-top: 1.625rem;
}
@media (width < 893px) {
  .subsidy-support__list {
    padding: 0.8125rem 1.0625rem 1.0625rem;
    margin-top: 1.25rem;
  }
}

.subsidy-support__item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9375;
  letter-spacing: 0.038em;
  padding-left: 1rem;
  position: relative;
}
@media (width < 893px) {
  .subsidy-support__item {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.subsidy-support__item::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
}

/*

Section：voice--subsidy-advisor

***************************************/
.voice--subsidy-advisor {
  padding-top: 8.5rem;
}

/*************************************

Page：contact.scss

***************************************/
.contact-page-container {
  display: grid;
  grid-template-columns: 4.38fr 5.83fr;
  gap: 3.5rem;
  max-width: 67.25rem;
  margin: 0 auto;
  padding: 11.875rem 0 12.5rem;
}
@media (width < 1261px) {
  .contact-page-container {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .contact-page-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.75rem;
    max-width: 100%;
    padding: 7.75rem 0 7.5rem;
  }
}

/*

Section：contact

***************************************/
@media (width < 893px) {
  .contact {
    padding: 0 1.5625rem;
  }
}

.contact__heading-lv1 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.4230769231;
  letter-spacing: 0.08em;
  position: relative;
}
@media (width < 893px) {
  .contact__heading-lv1 {
    font-size: 2rem;
    line-height: 1.4375;
    text-align: center;
  }
}
.contact__heading-lv1::before {
  content: "";
  position: absolute;
  bottom: -1.28125rem;
  left: 0;
  width: 1.3125rem;
  height: 1px;
  background-color: #52B493;
}
@media (width < 893px) {
  .contact__heading-lv1::before {
    display: none;
  }
}

.contact__text {
  font-size: 1.125rem;
  letter-spacing: 0.038em;
  line-height: 2;
  margin-top: 2.25rem;
}
@media (width < 893px) {
  .contact__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 3.125rem;
  }
}

.contact__heading-lv2 {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  position: relative;
  margin-top: 5.625rem;
}
@media (width < 893px) {
  .contact__heading-lv2 {
    text-align: center;
    margin-top: 2.5rem;
  }
}
.contact__heading-lv2::before {
  content: "";
  position: absolute;
  bottom: -1.28125rem;
  left: 0;
  width: 1.3125rem;
  height: 1px;
  background-color: #52B493;
}
@media (width < 576px) {
  .contact__heading-lv2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contact__tel {
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4411764706;
  margin-top: 2.5rem;
}
@media (width < 893px) {
  .contact__tel {
    text-align: center;
  }
}

.contact__time {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 300;
}
@media (width < 893px) {
  .contact__time {
    text-align: center;
    padding-bottom: 2.5rem;
  }
}

.contact__text-small {
  font-size: 1rem;
  letter-spacing: 0.038em;
  line-height: 2.0625;
  font-weight: 300;
  margin-top: 2.5rem;
}
@media (width < 893px) {
  .contact__text-small {
    text-align: center;
  }
}

.contact__img-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  margin-top: 3.125rem;
}

/*

Section：form-container

***************************************/
.form-container {
  background: linear-gradient(135deg, rgba(236, 245, 129, 0.35) 0%, rgba(126, 221, 199, 0.35) 100%);
  padding: 2.625rem 2.5625rem 2.8125rem;
}
@media (width < 893px) {
  .form-container {
    padding: 3.125rem 1.5625rem 2.8125rem;
  }
}

.form-container__inner {
  max-width: 31.25rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .form-container__inner {
    max-width: 27.25rem;
  }
}
@media (width < 893px) {
  .form-container__inner {
    max-width: 100%;
  }
}

.form__item {
  margin-top: 1.875rem;
}
.form__item:first-of-type {
  margin-top: 0;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 400;
}

.form__label-required {
  display: inline-block;
  color: #fff;
  background-color: #E20722;
  border-radius: 0.75rem;
  padding: 0.1875rem 1rem 0.1875rem 1.0625rem;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-right: 0.75rem;
}

.form__input {
  background-color: #fff;
  padding: 1.375rem 2.25rem;
  margin-top: 0.9375rem;
  width: 100%;
}
.form__input::-webkit-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__input::-moz-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__input:-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__input::-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__input::placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}

label:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
label:has(input[type=checkbox])::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #61CCA8;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item:nth-of-type(2), .wpcf7-list-item:nth-of-type(5) {
  margin-left: -4.5rem;
}
@media (width < 1261px) {
  .wpcf7-list-item:nth-of-type(2), .wpcf7-list-item:nth-of-type(5) {
    margin-left: 0;
  }
}
@media (width < 893px) {
  .wpcf7-list-item:nth-of-type(2), .wpcf7-list-item:nth-of-type(5) {
    margin-left: -2rem;
  }
}
@media (width < 576px) {
  .wpcf7-list-item:nth-of-type(2), .wpcf7-list-item:nth-of-type(5) {
    margin-left: 0;
  }
}
.wpcf7-list-item:nth-of-type(8) label:has(input[type=checkbox]) {
  display: none;
}

input[type=checkbox] {
  display: none;
}

label:has(input[type=checkbox]) {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
}
label:has(input[type=checkbox])::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #61CCA8;
  border-radius: 50%;
  margin-right: 0.625rem;
}
label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #FCE21A;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 4px;
}

.wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 0;
  margin-top: 0.9375rem;
}
@media (width < 1261px) {
  .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 893px) {
  .wpcf7-form-control {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 576px) {
  .wpcf7-form-control {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__textarea {
  background-color: #fff;
  padding: 1.375rem 2.25rem;
  width: 100%;
  min-height: 29.4375rem;
  margin-top: 0.9375rem;
}
.form__textarea::-webkit-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__textarea::-moz-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__textarea:-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__textarea::-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}
.form__textarea::placeholder {
  color: #BEBEBE;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  font-weight: 300;
}

.form__submit-wrap {
  text-align: center;
}

input[type=submit] {
  display: block;
  background-color: #fff;
  border: 1px solid #52B493;
  color: #52B493;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.6111111111;
  font-weight: 400;
  padding: 0.875rem 5.9375rem;
  max-width: 17.25rem;
  margin: 2.4375rem auto 0;
  width: 100%;
  cursor: pointer;
}

.form__privacy-policy {
  color: #292929;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  font-weight: 300;
  margin-top: 1.6875rem;
  text-align: center;
}

/*************************************

Page：thanks.scss

***************************************/
.thanks-mv {
  padding-top: 9.1175rem;
  padding-bottom: 7.5rem;
}
@media (width < 893px) {
  .thanks-mv {
    padding-top: 3.75rem;
    padding-bottom: 5.625rem;
  }
}

@media (width < 893px) {
  .thanks-mv__inner {
    padding: 0 1.875rem;
  }
}

.thanks-mv__text-container {
  margin-top: 3.375rem;
}
@media (width < 893px) {
  .thanks-mv__text-container {
    margin-top: 3.125rem;
    margin-left: 0;
  }
}
@media (width < 893px) {
  .thanks-mv__text-container svg {
    margin: 0 auto;
  }
}

.thanks-mv__text {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  margin-top: 4.84375rem;
}
@media (width < 893px) {
  .thanks-mv__text {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 3.125rem;
  }
}
@media (width < 576px) {
  .thanks-mv__text {
    text-align: left;
  }
}

.thanks-mv__btn-container {
  margin-top: 5rem;
  text-align: center;
}

.thanks-mv__btn {
  background-color: #61CCA8;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 1.4444444444;
  border-radius: 1.4375rem;
  padding: 0.625rem 2.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks-mv__btn:hover {
  opacity: 0.7;
}

/*************************************

Page：privacy-policy.scss

***************************************/
.privacy-policy-mv {
  padding-top: 8.125rem;
  padding-bottom: 5.1375rem;
}
@media (width < 1261px) {
  .privacy-policy-mv {
    padding-top: 3.75rem;
    padding-bottom: 3.85rem;
  }
}

@media (width < 1261px) {
  .privacy-policy-mv__inner {
    padding: 0 1.875rem;
  }
}

.privacy-policy {
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
  margin-top: calc(rem / 16);
}
@media (width < 893px) {
  .privacy-policy {
    padding-top: 2.5rem;
    padding-bottom: 5.625rem;
  }
}

.privacy-policy__inner {
  max-width: 56.28125rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .privacy-policy__inner {
    max-width: 90%;
  }
}
@media (width < 893px) {
  .privacy-policy__inner {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}

.privacy-policy__ttl {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 1.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #61CCA8;
}

.privacy-policy__text {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 0.625rem;
  font-weight: 300;
}
.privacy-policy__text:nth-of-type(1) {
  margin-top: 0;
}

.thanks-mv__btn-container {
  text-align: center;
  margin-top: 3.75rem;
}

.thanks-mv__btn {
  background-color: #61CCA8;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 1.4444444444;
  border-radius: 1.4375rem;
  padding: 0.625rem 2.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*************************************

Page：404.scss

***************************************/
.error404 {
  padding: 6.875rem 0 7.5rem;
  padding-bottom: 7.5rem;
  margin-top: 6.875rem;
}
@media (width < 1261px) {
  .error404 {
    padding: 2.5rem 0 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.error404__heading-lv1 {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  color: #61CCA8;
}

.error404__text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-align: center;
  margin-top: 1.25rem;
}

.error404__btn-container {
  text-align: center;
  margin-top: 3.75rem;
}

.error404__btn {
  background-color: #61CCA8;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 1.4444444444;
  border-radius: 1.4375rem;
  padding: 0.625rem 2.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #61CCA8;
}
.error404__btn:hover {
  background-color: #fff;
  color: #61CCA8;
  border: 1px solid #61CCA8;
}

/*************************************

Component：pagenavi.scss

***************************************/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 5rem;
}
.wp-pagenavi a {
  border: none !important;
  color: #7C7C7C;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  color: #60CCA8;
  border: none;
}
.wp-pagenavi .first {
  margin-right: 1.5625rem;
}
.wp-pagenavi .last {
  margin-left: 1.5625rem;
}

/*************************************

Page：news.scss

***************************************/
/*

Section：news-mv

***************************************/
.news-mv {
  padding-top: 8.125rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
@media (width < 893px) {
  .news-mv {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (width < 576px) {
  .news-mv {
    padding-bottom: 3.125rem;
  }
}

.news-mv__heading-lv2 {
  font-size: 2.625rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 4.3125rem;
  margin-left: 11.3469985359vw;
  font-weight: 300;
}
@media (width < 893px) {
  .news-mv__heading-lv2 {
    margin: 4.375rem auto 0;
    text-align: center;
  }
}
@media (width < 576px) {
  .news-mv__heading-lv2 {
    font-size: 1.9375rem;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 3.125rem;
  }
}

.news-mv__heading-lv2-sub {
  display: block;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  margin-left: 0.25rem;
  margin-top: 0.3125rem;
}
@media (width < 576px) {
  .news-mv__heading-lv2-sub {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-top: 0;
  }
}

.news-list-container {
  max-width: 56.25rem;
  margin: 0 auto 5rem;
}
@media (width < 1261px) {
  .news-list-container {
    max-width: 90%;
  }
}
@media (width < 576px) {
  .news-list-container {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}

.news-list__list {
  margin-bottom: 5rem;
}

.news-list__item {
  background-color: #F2F2F2;
  margin-top: 1.25rem;
}
.news-list__item:first-of-type {
  margin-top: 0;
}

.news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 1.1875rem 1.875rem;
}
@media (width < 576px) {
  .news-list__link {
    display: block;
    padding: 1.25rem 0.9375rem;
  }
}

.news-list__time {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  font-weight: 300;
}

.news-list__text {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
}
@media (width < 576px) {
  .news-list__text {
    margin-top: 0.25rem;
  }
}

/*************************************

Page：single-news.scss

***************************************/
.news-single-mv {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
@media (width < 893px) {
  .news-single-mv {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (width < 576px) {
  .news-single-mv {
    padding-bottom: 4.46875rem;
  }
}

.news-single-mv__heading-lv1 {
  margin-top: 8.125rem;
  margin-left: 11.6032210835vw;
}
@media (width < 893px) {
  .news-single-mv__heading-lv1 {
    margin-top: 4.375rem;
    text-align: center;
  }
}
@media (width < 576px) {
  .news-single-mv__heading-lv1 {
    margin-top: 3.125rem;
  }
}
.news-single-mv__heading-lv1 svg {
  margin: 0 auto;
}

.news-single-mv__heading-lv1-sub {
  display: block;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  margin-left: 0.25rem;
  margin-top: 0.3125rem;
  font-weight: 300;
}
@media (width < 576px) {
  .news-single-mv__heading-lv1-sub {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-top: 0;
  }
}

.news-content__img-wrap {
  text-align: center;
}
.news-content__img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 51.28125rem;
  aspect-ratio: 820/536;
}
@media (width < 1261px) {
  .news-content__img-wrap img {
    max-width: 90%;
  }
}
@media (width < 576px) {
  .news-content__img-wrap img {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}

.news-content__text-container {
  max-width: 62.5625rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media (width < 1261px) {
  .news-content__text-container {
    max-width: 90%;
  }
}
@media (width < 576px) {
  .news-content__text-container {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}
.news-content__text-container h2 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  font-weight: 500;
  margin-top: 5rem;
  padding-bottom: 0.65625rem;
}
@media (width < 893px) {
  .news-content__text-container h2 {
    line-height: 1.3333333333;
    margin-top: 3.125rem;
    padding-bottom: 0.75rem;
  }
}
.news-content__text-container h3 {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  font-weight: 500;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #959595;
  margin-top: 3.75rem;
}
@media (width < 893px) {
  .news-content__text-container h3 {
    padding-bottom: 0.75rem;
    margin-top: 2.5rem;
  }
}
.news-content__text-container h4 {
  padding: 0.5625rem 0;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  font-weight: 500;
  margin-top: 3.75rem;
}
@media (width < 893px) {
  .news-content__text-container h4 {
    padding: 0.75rem 0;
    margin-top: 2.5rem;
    font-weight: 300;
  }
}
.news-content__text-container p {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 300;
  margin-top: 1.28125rem;
}
@media (width < 893px) {
  .news-content__text-container p {
    margin-top: 1.25rem;
  }
}

.news-pagination {
  margin: 5rem 0;
  text-align: center;
}

.news-pagination__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}

.news-pagination__all {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-pagination__all:hover {
  opacity: 0.7;
}

.news-pagination__arrow {
  position: relative;
  display: inline-block;
  width: 1.171875rem;
  height: 1.5px;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-pagination__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
}
.news-pagination__arrow .news-pagination__arrow-line {
  width: 1.25rem;
  height: 1.5px;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-pagination__arrow .news-pagination__arrow-line::before, .news-pagination__arrow .news-pagination__arrow-line::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: inherit;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.news-pagination__arrow .news-pagination__arrow-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news-pagination__arrow .news-pagination__arrow-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news-pagination__arrow:hover {
  opacity: 0.7;
}

.news-pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}