@charset "UTF-8";
.fv-section {
  width: 100%;
  height: 650px;
  padding-top: 172px;
  background-color: #fffcf4;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section {
    height: 600px;
    padding-bottom: 414px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section {
    height: 400px;
    padding-bottom: 310px;
    padding-top: 90px;
  }
}
.fv-section .fv-banner-area {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .fv-section .fv-banner-area {
    max-width: 600px;
    left: 3%;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-banner-area {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-banner-area {
    bottom: 20px;
  }
}
.fv-section .fv-banner-area img {
  width: 100%;
  aspect-ratio: 390/155;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-banner-area img {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-banner-area img {
    width: 95%;
  }
}
.fv-section .fv-text-area {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .fv-section .fv-text-area {
    top: 240px;
    right: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-text-area {
    bottom: 202px;
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-text-area {
    bottom: 120px;
    left: 2%;
  }
}
.fv-section .fv-text-area .fv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-text-area .fv-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-text-area .fv-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.fv-section .fv-text-area .fv-title__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  border-right: 3px dashed #b28850;
  padding: 10px 24px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-text-area .fv-title__item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    line-height: 1.5;
    white-space: normal;
    border-right: none;
    border-bottom: 3px dashed #b28850;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-text-area .fv-title__item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: normal;
    border-right: none;
    border-bottom: 3px dashed #b28850;
    padding: 0 0 10px 0;
  }
}
.fv-section .fv-text-area .fv-title__item--text1 {
  color: #6e9617;
}
.fv-section .fv-text-area .fv-title__item--text2 {
  color: #3a2205;
}
.fv-section .fv-text-area .fv-title__item--text3 {
  color: #3a2205;
}
.fv-section .fv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.fv-section .fv-image-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.fv-section .fv-mask-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-mask-svg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-mask-svg {
    width: 100%;
  }
}
.fv-section .fv-mask-svg img,
.fv-section .fv-mask-svg svg {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-mask-svg img,
  .fv-section .fv-mask-svg svg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-mask-svg img,
  .fv-section .fv-mask-svg svg {
    width: 100%;
  }
}
.fv-section .fv-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.fv-section .fv-slider-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: 1;
  -webkit-animation: fadeAnimation 15s infinite ease-in-out;
          animation: fadeAnimation 15s infinite ease-in-out;
}
@media screen and (min-width: 1025px) {
  .fv-section .fv-slider-item {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-section .fv-slider-item {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .fv-slider-item {
    background-size: cover;
    background-position: center center;
  }
}
.fv-section .fv-slider-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fv-section .fv-slider-item:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.fv-section .fv-slider-item:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}

.counseling {
  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;
  overflow: hidden;
  padding: 65px 0 90px;
  background-color: #fffcf4;
}
@media screen and (min-width: 1025px) {
  .counseling {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .counseling {
    padding: 65px 16px 90px;
  }
}
@media screen and (max-width: 767px) {
  .counseling {
    padding: 40px 16px 86px;
  }
}
.counseling__inner {
  position: relative;
  display: inline-block;
}
.counseling__inner a {
  width: 100%;
  display: block;
}
.counseling__inner a img {
  max-width: 800px;
  display: block;
  height: auto;
  width: 100%;
}
.counseling__inner::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -250px;
  width: 230px;
  height: 216px;
  background: url(../images/top/tooth-counseling-a.png) no-repeat center/contain;
}
.counseling__inner::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -190px;
  width: 166px;
  height: 260px;
  background: url(../images/top/tooth-counseling-b.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .counseling__inner::before, .counseling__inner::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .counseling__inner::before, .counseling__inner::after {
    display: none;
  }
}

.fp-news {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  background: url(../images/top/news-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fp-news {
    padding: 40px 20px;
    background-image: none;
    background-color: #ffcf8a;
  }
}
@media screen and (max-width: 767px) {
  .fp-news {
    padding: 40px 16px;
    background-image: none;
    background-color: #ffcf8a;
  }
}
.fp-news::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/top/nami.svg) no-repeat center top/cover;
}
.fp-news::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/top/nami.svg) no-repeat center top/cover;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.fp-news__inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fffcf4;
  border: 4px solid #90c31f;
  border-radius: 32px;
  padding: 22px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fp-news__inner {
    padding: 20px 16px;
  }
}
.fp-news__title-wrap {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
  text-align: center;
}
.fp-news__title-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15%;
  aspect-ratio: 106/73;
  background: url(../images/top/hibiscus.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fp-news__title-wrap::before {
    left: 16%;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .fp-news__title-wrap::before {
    left: 6%;
    width: 24%;
  }
}
.fp-news__title-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  width: 15%;
  aspect-ratio: 106/73;
  background: url(../images/top/hibiscus.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fp-news__title-wrap::after {
    right: 16%;
  }
}
@media screen and (max-width: 767px) {
  .fp-news__title-wrap::after {
    right: 6%;
    width: 24%;
  }
}
.fp-news__title {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #3a2205;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fp-news__title {
    font-size: 1.4rem;
  }
}
.fp-news__title-en {
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1rem;
  margin-top: 8px;
}
.fp-news__scroll-area {
  max-height: 210px;
  overflow-y: auto;
  padding-right: 15px;
  margin-bottom: 30px;
}
.fp-news__scroll-area::-webkit-scrollbar {
  width: 6px;
}
.fp-news__scroll-area {
  /* スクロールバーの背景 */
}
.fp-news__scroll-area::-webkit-scrollbar-track {
  background: transparent;
}
.fp-news__scroll-area {
  /* つまみ */
}
.fp-news__scroll-area::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 999px;
}
.fp-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fp-news__item {
  border-bottom: 1px dashed #b28850;
  padding: 16px 0;
}
.fp-news__item:last-child {
  border-bottom: none;
}
.fp-news__link {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fp-news__link:hover {
  opacity: 0.7;
}
.fp-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.fp-news__date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #b28850;
  font-weight: 500;
  margin-bottom: 3px;
}
.fp-news__category {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  color: #fffcf4;
  background-color: #6e9617;
  padding: 5px 15px 7px;
  border-radius: 999px;
  font-weight: 400;
}
.fp-news__text {
  font-size: 16px;
  color: #b28850;
  line-height: 1.4;
  margin-bottom: 22px;
}

.feature {
  position: relative;
  overflow: hidden;
  background: url(../images/top/feature-bg.png) repeat center top/100% auto;
  padding: 126px 0 234px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature {
    padding: 126px 16px 172px;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 90px 16px 0;
    background-size: 300% auto;
  }
}
.feature__title-wrap {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .feature__title-wrap {
    margin: 0 auto 60px;
  }
}
.feature__title-wrap::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24%;
  aspect-ratio: 160/131;
  background: url(../images/top/bird-flower-a.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__title-wrap::before {
    width: 20%;
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .feature__title-wrap::before {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    width: 95%;
    aspect-ratio: 369/116;
    background: url(../images/top/bird-flower-sp.png) no-repeat center/contain;
  }
}
.feature__title-wrap::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24%;
  aspect-ratio: 160/129;
  background: url(../images/top/bird-flower-b.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__title-wrap::after {
    width: 20%;
    right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .feature__title-wrap::after {
    display: none;
  }
}
.feature__title {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #3a2205;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 1.45rem;
  }
}
.feature__title span {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffc600;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .feature__title span {
    font-size: 1.75rem;
  }
}
.feature__title-en {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1rem;
  margin-top: 8px;
}
.feature .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .feature .feature-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .feature .feature-item:nth-child(odd) .feature-item__body {
    margin-right: 0;
    margin-left: -3%;
    padding: 46px 29px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item:nth-child(odd) .feature-item__body {
    padding: 46px 16px 46px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item:nth-child(odd) .feature-item__body {
    padding: 56px 20px 20px;
  }
}
.feature .feature-item__img {
  position: relative;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item__img {
    -webkit-transform: none;
            transform: none;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item__img {
    -webkit-transform: none;
            transform: none;
    padding-bottom: 16px;
  }
}
.feature .feature-item__img .number-sp {
  position: absolute;
  top: -30px;
  left: 13px;
  width: 72px;
  height: 65px;
}
@media screen and (min-width: 1025px) {
  .feature .feature-item__img .number-sp {
    display: none;
  }
}
.feature .feature-item__img .number-sp img {
  width: 100%;
  height: auto;
}
.feature .feature-item__img .number-sp span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-right: 5px;
  color: #fffcf4;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.feature .feature-item__img .main-img img {
  width: 100%;
  max-width: 470px;
  aspect-ratio: 471/273;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  display: block;
}
.feature .feature-item__body {
  position: relative;
  width: 50%;
  background-color: #fffcf4;
  padding: 46px 29px 80px;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(207, 207, 207, 0.5);
          box-shadow: 4px 4px 3px 0px rgba(207, 207, 207, 0.5);
}
@media screen and (min-width: 1025px) {
  .feature .feature-item__body {
    margin-right: -3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item__body {
    width: auto;
    max-width: 470px;
    margin: 0;
    padding: 46px 16px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item__body {
    width: auto;
    margin: 0;
    padding: 17px 20px 55px;
  }
}
.feature .feature-item__body .number-pc {
  position: absolute;
  top: -30px;
  left: 15px;
  width: 72px;
  height: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item__body .number-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item__body .number-pc {
    display: none;
  }
}
.feature .feature-item__body .number-pc img {
  width: 100%;
  height: auto;
}
.feature .feature-item__body .number-pc span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-right: 5px;
  color: #fffcf4;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.feature .feature-item .beach-a {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 33%;
  aspect-ratio: 197/100;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item .beach-a {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item .beach-a {
    width: 36%;
  }
}
.feature .feature-item .beach-a img {
  width: 100%;
  height: auto;
}
.feature .feature-item .beach-b {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 25%;
  aspect-ratio: 197/100;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature .feature-item .beach-b {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-item .beach-b {
    width: 36%;
  }
}
.feature .feature-item .beach-b img {
  width: 100%;
  height: auto;
}
.feature .feature-item__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #3a2205;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #b28850;
}
.feature .feature-item__title span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6e9617;
}
.feature .feature-item__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3a2205;
}
.feature .btn-primary {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feature [class^=feature__deco-] {
  display: none;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .feature [class^=feature__deco-] {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature [class^=feature__deco-] {
    display: block;
  }
}
.feature__deco-grass-a {
  left: 4%;
  top: 22%;
  width: 9%;
  aspect-ratio: 188/500;
  background: url(../images/top/grass-deco.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__deco-grass-a {
    left: 5%;
    top: 19%;
    width: 17%;
  }
}
.feature__deco-squirrel {
  left: 3%;
  top: 60%;
  width: 11%;
  aspect-ratio: 212/362;
  background: url(../images/top/squirrel-acorn-deco.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__deco-squirrel {
    left: 3%;
    top: 59%;
    width: 22%;
  }
}
.feature__deco-cat {
  right: 1%;
  top: 26%;
  width: 12%;
  aspect-ratio: 201/325;
  background: url(../images/top/cat-deco.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__deco-cat {
    right: 3%;
    top: 26%;
    width: 21%;
  }
}
.feature__deco-grass-b {
  right: 3%;
  bottom: 12%;
  width: 9%;
  aspect-ratio: 188/500;
  background: url(../images/top/grass-deco.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__deco-grass-b {
    right: 5%;
    bottom: 14%;
    width: 17%;
  }
}

.pickUp {
  position: relative;
  padding: 250px 0 80px 0;
  background-color: #fffcf4;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickUp {
    padding: 170px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .pickUp {
    padding: 188px 0 80px 0;
  }
}
.pickUp::before {
  content: "";
  position: absolute;
  top: -268px;
  left: 0;
  width: 100%;
  height: 275px;
  background: url(../images/top/pickUp-mokomoko-pc.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickUp::before {
    top: -174px;
    height: 170px;
    background: url(../images/top/pickUp-mokomoko-sp.png) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767px) {
  .pickUp::before {
    top: -70px;
    height: 138px;
    background: url(../images/top/pickUp-mokomoko-sp.png) no-repeat center top/cover;
  }
}
.pickUp::after {
  content: "";
  position: absolute;
  bottom: -268px;
  left: 0;
  width: 100%;
  height: 275px;
  background: url(../images/top/pickUp-mokomoko-pc.png) no-repeat center top/cover;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickUp::after {
    bottom: -155px;
    height: 170px;
    background: url(../images/top/pickUp-mokomoko-sp.png) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767px) {
  .pickUp::after {
    bottom: -58px;
    height: 138px;
    background: url(../images/top/pickUp-mokomoko-sp.png) no-repeat center top/cover;
  }
}
.pickUp__h2-title h2 {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 25%;
  aspect-ratio: 357/101;
  background: url(../images/top/pickUp-h2.png) no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pickUp__h2-title h2 {
    top: 35px;
    width: 58%;
  }
}
.pickUp__inner-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: 80px;
}
@media screen and (max-width: 767px) {
  .pickUp__inner-wrapper {
    gap: 60px;
  }
}
.pickUp__inner {
  max-width: 470px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .pickUp__inner {
    max-width: 1000px;
  }
}
.pickUp__inner + .pickUp__inner {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .pickUp__inner + .pickUp__inner {
    padding-top: 110px;
  }
}
.pickUp__inner + .pickUp__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  border-top: 2px dashed #b28850;
}
@media screen and (max-width: 767px) {
  .pickUp__inner + .pickUp__inner::before {
    max-width: 280px;
  }
}
.pickUp__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .pickUp__main-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
  }
}
.pickUp__image-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .pickUp__image-wrapper {
    width: 45%;
  }
}
.pickUp__main-image {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.pickUp__main-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickUp__illust {
  position: absolute;
  width: 92%;
  z-index: 1;
  aspect-ratio: 312/69;
}
.pickUp__illust img {
  width: 100%;
  height: auto;
}
.pickUp .illust-a {
  top: -68px;
  left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickUp .illust-a {
    top: -96px;
  }
}
@media screen and (min-width: 1025px) {
  .pickUp .illust-a {
    top: -90px;
  }
}
.pickUp .illust-b {
  top: -73px;
  left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickUp .illust-b {
    top: -102px;
  }
}
@media screen and (min-width: 1025px) {
  .pickUp .illust-b {
    top: -97px;
  }
}
.pickUp__text-content {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .pickUp__text-content {
    width: 50%;
  }
}
.pickUp__h3-title {
  font-size: 24px;
  color: #3a2205;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pickUp__h3-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  border-bottom: 2px dashed #b28850;
}
.pickUp__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.pickUp__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .pickUp__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pickUp .c-menu-card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #6e9617;
  border-radius: 16px;
  padding: 30px 24px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.pickUp .c-menu-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 70px;
  height: 70px;
  background-color: #6e9617;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.pickUp .c-menu-card__number {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: 6px;
  left: 12px;
  color: #fffcf4;
  font-size: 24px;
  font-weight: 500;
  z-index: 2;
  padding-left: 3px;
}
.pickUp .c-menu-card__title {
  font-size: 20px;
  color: #3a2205;
  font-weight: 500;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickUp .c-menu-card__title {
    font-size: 18px;
  }
}
.pickUp .c-menu-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  border-bottom: 2px solid #6e9617;
}

.medicalInfo {
  padding: 330px 0 98px;
  background-color: #ffffff;
  background-image: radial-gradient(#fff4ba 35%, transparent 35%), radial-gradient(#fff4ba 35%, transparent 35%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medicalInfo {
    padding: 186px 0;
  }
}
@media screen and (max-width: 767px) {
  .medicalInfo {
    padding: 82px 0;
  }
}
.medicalInfo__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.medicalInfo__header {
  text-align: center;
  margin-bottom: 40px;
}
.medicalInfo__title {
  font-size: 32px;
  letter-spacing: 0.1rem;
  color: #3a2205;
  font-weight: 500;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .medicalInfo__title {
    font-size: 24px;
  }
}
.medicalInfo__title-en {
  font-size: 1rem;
  color: #6e9617;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 8px;
}
.medicalInfo__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 161px));
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 500px) {
  .medicalInfo__list {
    grid-template-columns: repeat(3, minmax(0, 161px));
  }
}
@media screen and (min-width: 1025px) {
  .medicalInfo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 860px;
    margin: 0 auto;
  }
  .medicalInfo__list .c-info-card {
    width: calc((100% - 60px) / 4);
    max-width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medicalInfo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 860px;
    margin: 0 auto;
  }
  .medicalInfo__list .c-info-card {
    width: calc((100% - 60px) / 4);
    max-width: 190px;
  }
}
.medicalInfo .c-info-card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  text-decoration: none;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  max-width: 161px;
}
.medicalInfo .c-info-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.medicalInfo .c-info-card.m-green {
  background-color: #90c31f;
}
@media screen and (max-width: 767px) {
  .medicalInfo .c-info-card.m-green:nth-child(3), .medicalInfo .c-info-card.m-green:nth-child(7) {
    background-color: #ffc600;
  }
}
.medicalInfo .c-info-card.m-yellow {
  background-color: #ffc600;
}
@media screen and (max-width: 767px) {
  .medicalInfo .c-info-card.m-yellow:nth-child(4) {
    background-color: #90c31f;
  }
}
.medicalInfo .c-info-card__icon {
  width: 88%;
  max-width: 131px;
  aspect-ratio: 131/100;
  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;
  margin-bottom: 12px;
}
.medicalInfo .c-info-card__icon img {
  width: 100%;
  height: auto;
}
.medicalInfo .c-info-card__label {
  font-size: 14px;
  font-weight: bold;
  color: #3a2205;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.treatmentCases {
  padding: 60px 0;
  background-color: #fffcf4;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatmentCases {
    padding: 80px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .treatmentCases {
    padding: 213px 0 260px;
  }
}
@media screen and (min-width: 1025px) {
  .treatmentCases {
    padding: 100px 0;
  }
}
.treatmentCases-deco-a, .treatmentCases-deco-b, .treatmentCases-deco-c, .treatmentCases-deco-d {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.treatmentCases-deco-a {
  top: 40px;
  right: calc(50% - 640px);
  width: 25%;
  aspect-ratio: 480/378;
  background-image: url("../images/top/treatmentCases-deco-a.png");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatmentCases-deco-a {
    top: 22px;
    right: calc(50% - 408px);
  }
}
@media screen and (max-width: 767px) {
  .treatmentCases-deco-a {
    right: calc(50% - 173px);
    width: 56%;
  }
}
.treatmentCases-deco-b {
  bottom: 20px;
  right: calc(50% - 580px);
  width: 16%;
  aspect-ratio: 249/175;
  background-image: url("../images/top/treatmentCases-deco-b.png");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatmentCases-deco-b {
    bottom: 96px;
    right: calc(50% - 372px);
  }
}
@media screen and (max-width: 767px) {
  .treatmentCases-deco-b {
    bottom: 162px;
    right: calc(50% - 170px);
    width: 33%;
  }
}
.treatmentCases-deco-c {
  bottom: 60px;
  left: calc(50% - 680px);
  width: 18%;
  aspect-ratio: 368/355;
  background-image: url("../images/top/treatmentCases-deco-c.png");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatmentCases-deco-c {
    bottom: 24px;
    left: calc(50% - 385px);
  }
}
@media screen and (max-width: 767px) {
  .treatmentCases-deco-c {
    bottom: 66px;
    left: calc(50% - 176px);
    width: 43%;
  }
}
.treatmentCases-deco-d {
  top: 80px;
  left: calc(50% - 570px);
  width: 18%;
  aspect-ratio: 271/209;
  background-image: url("../images/top/treatmentCases-deco-d.png");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatmentCases-deco-d {
    top: 85px;
    left: calc(50% - 368px);
  }
}
@media screen and (max-width: 767px) {
  .treatmentCases-deco-d {
    top: 105px;
    left: calc(50% - 170px);
    width: 33%;
  }
}
.treatmentCases__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.treatmentCases__header {
  text-align: center;
  margin-bottom: 30px;
}
.treatmentCases__title {
  font-size: 32px;
  color: #3a2205;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .treatmentCases__title {
    font-size: 24px;
  }
}
.treatmentCases__title span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #90c31f;
}
@media screen and (min-width: 768px) {
  .treatmentCases__title {
    font-size: 32px;
  }
}
.treatmentCases__lead {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  color: #3a2205;
  margin: 0;
}
.treatmentCases__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .treatmentCases__comparison {
    gap: 24px;
  }
}
.treatmentCases__image-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.treatmentCases__image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.treatmentCases__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fffcf4;
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 0.1rem;
  z-index: 2;
  background-color: #90c31f;
}
@media screen and (max-width: 767px) {
  .treatmentCases__badge {
    top: 6px;
    left: 6px;
    font-size: 10px;
    padding: 4px 10px;
  }
}
.treatmentCases__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.infectionControl {
  padding: 60px 0 128px;
  position: relative;
  overflow: hidden;
  background: url(../images/top/infectionControl-bg.png) repeat center top/100% auto;
}
@media screen and (min-width: 1025px) {
  .infectionControl {
    padding: 100px 0 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infectionControl {
    padding: 100px 0 400px;
  }
}
.infectionControl__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infectionControl__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .infectionControl__inner {
    padding: 0 16px;
  }
}
.infectionControl__container {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 40px 20px;
}
.infectionControl__header {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 1025px) {
  .infectionControl__header {
    margin-bottom: 40px;
  }
}
.infectionControl__title {
  font-size: 32px;
  color: #3385d2;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .infectionControl__title {
    font-size: 24px;
  }
}
.infectionControl__lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a2205;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infectionControl__lead {
    max-width: 600px;
  }
}
.infectionControl__list {
  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: 40px;
}
@media screen and (max-width: 767px) {
  .infectionControl__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 140px));
    gap: 6px 16px;
  }
  .infectionControl__list .infectionControl-item:nth-child(1) {
    grid-column: 1/span 2;
    justify-self: center;
  }
}
.infectionControl .infectionControl-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infectionControl .infectionControl-item {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .infectionControl .infectionControl-item {
    max-width: 127px;
  }
}
.infectionControl .infectionControl-item__image img {
  width: 100%;
}
.infectionControl .infectionControl-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3385d2;
  margin: 0;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .infectionControl .infectionControl-item__title {
    font-size: 12px;
  }
}

.whyChooseUs {
  position: relative;
  z-index: 10;
  padding: 210px 0 100px;
  background-color: #f5f9f0;
}
@media screen and (min-width: 1025px) {
  .whyChooseUs {
    padding: 100px 0 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs {
    padding: 120px 0 180px;
  }
}
.whyChooseUs::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 302px;
  background: url(../images/top/whyChooseUs-arch-pc.svg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .whyChooseUs::before {
    top: -72px;
    background: url(../images/top/whyChooseUs-arch-sp.svg) no-repeat center top/cover;
    height: 83px;
  }
}
.whyChooseUs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1371/87;
  background: url(../images/top/tree-line.png) repeat-x center top/contain;
}
@media screen and (max-width: 767px) {
  .whyChooseUs::after {
    bottom: 0;
    aspect-ratio: 433/65;
    background: url(../images/top/tree-line.png) repeat-x center top/auto 100%;
  }
}
.whyChooseUs__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.whyChooseUs__title-wrap {
  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .whyChooseUs__title-wrap {
    top: -10px;
  }
}
.whyChooseUs__title-inner {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs__title-inner {
    max-width: 800px;
  }
}
.whyChooseUs__title-inner::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24%;
  aspect-ratio: 284/238;
  background: url(../images/top/flower-field.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs__title-inner::before {
    width: 18%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .whyChooseUs__title-inner::before {
    display: none;
  }
}
.whyChooseUs__title-inner::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  width: 24%;
  aspect-ratio: 284/238;
  background: url(../images/top/flower-field.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs__title-inner::after {
    width: 18%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .whyChooseUs__title-inner::after {
    display: none;
  }
}
.whyChooseUs__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  line-height: 1.6;
  color: #3a2205;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .whyChooseUs__title {
    font-size: 24px;
  }
}
.whyChooseUs__title span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6e9617;
}
.whyChooseUs__title .m-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .whyChooseUs__title .m-num {
    font-size: 42px;
  }
}
.whyChooseUs__list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media screen and (min-width: 1025px) {
  .whyChooseUs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px 50px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.whyChooseUs .whyChooseUs-card {
  width: 100%;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .whyChooseUs .whyChooseUs-card {
    width: calc((100% - 80px) / 3);
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whyChooseUs .whyChooseUs-card {
    width: calc((100% - 40px) / 2);
    max-width: 340px;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .whyChooseUs .whyChooseUs-card:nth-child(1) {
    margin-top: 0;
  }
  .whyChooseUs .whyChooseUs-card:nth-child(2) {
    margin-top: 50px;
  }
  .whyChooseUs .whyChooseUs-card:nth-child(3) {
    margin-top: 100px;
  }
  .whyChooseUs .whyChooseUs-card:nth-child(4) {
    margin-top: -20px;
  }
  .whyChooseUs .whyChooseUs-card:nth-child(5) {
    margin-top: 30px;
  }
}
.whyChooseUs .whyChooseUs-card__image-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.whyChooseUs .whyChooseUs-card__image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
.whyChooseUs .whyChooseUs-card__point-badge {
  position: absolute;
  top: -65px;
  right: -20px;
  width: 96px;
  aspect-ratio: 97/118;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whyChooseUs .whyChooseUs-card__point-badge > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.whyChooseUs .whyChooseUs-card__point-badge .whyChooseUs-card__point-text {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3a2205;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.whyChooseUs .whyChooseUs-card__body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.whyChooseUs .whyChooseUs-card__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3a2205;
  line-height: 1.5;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px dashed #b28850;
}
.whyChooseUs .whyChooseUs-card__title span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6e9617;
  font-weight: 700;
}
.whyChooseUs .whyChooseUs-card__btn {
  margin-top: 30px;
}
.whyChooseUs .whyChooseUs-card__btn-wrap {
  text-align: right;
}

.greeting {
  padding: 80px 0;
  background: url(../images/top/greeting-bg.png) no-repeat center/cover, #ffffff;
  color: #3a2205;
}
@media screen and (min-width: 1025px) {
  .greeting {
    padding: 120px 0;
  }
}
.greeting__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.greeting__header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .greeting__header {
    margin-bottom: 60px;
  }
}
.greeting__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .greeting__title {
    font-size: 24px;
    margin: 0;
  }
}
.greeting__title-en {
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1em;
}
.greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .greeting__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 72px;
  }
}
.greeting__content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1025px) {
  .greeting__content {
    width: calc(100% - 440px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.greeting__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #6e9617;
  line-height: 1.6;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .greeting__lead {
    font-size: 22px;
    margin-bottom: 23px;
  }
}
.greeting__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;
  gap: 16px;
}
.greeting__media {
  width: 100%;
  max-width: 420px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1025px) {
  .greeting__media {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.greeting__image-box {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .greeting__image-box {
    max-width: 360px;
    margin: 0 30px 0 auto;
  }
}
.greeting__image {
  width: 100%;
  height: auto;
  display: block;
}
.greeting__profile-card {
  background-color: #fffcf4;
  border: 3px solid #6e9617;
  border-radius: 16px;
  padding: 17px 18px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  margin: -75px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .greeting__profile-card {
    padding: 20px 24px;
  }
}
.greeting__qualifications {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  border-bottom: 2px dashed #b28850;
  padding-bottom: 12px;
}
.greeting__qualifications li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 4px;
  position: relative;
  color: #3a2205;
}
@media screen and (max-width: 767px) {
  .greeting__qualifications li {
    font-size: 14px;
  }
}
.greeting__qualifications li:last-child {
  margin-bottom: 0;
}
.greeting__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  color: #3a2205;
}
.greeting__position {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.greeting__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .greeting__name {
    font-size: 20px;
  }
}
.greeting .btn-primary__btn-wrap {
  text-align: right;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .greeting .btn-primary__btn-wrap {
    margin-top: 30px;
  }
}

.payment {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #fffcf4;
  color: #3a2205;
}
@media screen and (min-width: 1025px) {
  .payment {
    padding: 120px 0;
  }
}
.payment::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60%;
  height: 60px;
  background: url(../images/top/payment-line-deco-pc.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .payment::before {
    width: 36%;
    background: url(../images/top/payment-line-deco-sp.svg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767px) {
  .payment::before {
    top: -13px;
    height: 30px;
    width: 54%;
    background: url(../images/top/payment-line-deco-sp.svg) no-repeat center top/cover;
  }
}
.payment::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 60%;
  height: 60px;
  background: url(../images/top/payment-line-deco-pc.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .payment::after {
    width: 36%;
    background: url(../images/top/payment-line-deco-sp.svg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767px) {
  .payment::after {
    height: 30px;
    width: 54%;
    bottom: -16px;
    background: url(../images/top/payment-line-deco-sp.svg) no-repeat center top/cover;
  }
}
.payment__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.payment__header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .payment__header {
    margin-bottom: 64px;
  }
}
.payment__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .payment__title {
    font-size: 24px;
  }
}
.payment__title-en {
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1em;
}
.payment__method-list {
  list-style: none;
  padding: 0;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .payment__method-list {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .payment__method-list {
    gap: 60px;
  }
}
.payment__method-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.payment__method-icon {
  width: 1;
  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;
  margin-bottom: 16px;
}
.payment__method-icon img {
  max-height: 100%;
  max-width: 140px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .payment__method-icon img {
    max-width: 100px;
  }
}
.payment__method-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .payment__method-name {
    font-size: 1rem;
  }
}
.payment__method-note {
  font-size: 1rem;
  color: #3a2205;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .payment__method-note {
    font-size: 12px;
  }
}
.payment__simulation {
  background-color: #e3ebe5;
  border-radius: 16px;
  padding: 50px 32px 39px;
  position: relative;
  margin: 40px auto 0;
  max-width: 800px;
}
@media screen and (min-width: 1025px) {
  .payment__simulation {
    padding: 64px 48px 48px;
  }
}
.payment__simulation-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #5d5a69;
  color: #fffcf4;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 9px 35px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .payment__simulation-title {
    font-size: 24px;
    padding: 14px 48px;
  }
}
.payment__simulation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .payment__simulation-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .payment__simulation-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.payment__price {
  max-width: 320px;
}
.payment__price img {
  width: 100%;
}
.payment .btn-ex__btn {
  background-color: #3687ac;
}

.faq {
  margin-inline: auto;
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #f3fae3;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq__inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 0 16px;
  }
}
.faq__header {
  text-align: center;
  margin-bottom: 40px;
}
.faq__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #3a2205;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 24px;
  }
}
.faq__title-en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1em;
}
.faq .accordion-item {
  margin-bottom: 24px;
  border: 1px solid #90c31f;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fffcf4;
}
.faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq .accordion-title {
  background-color: #6e9617;
  color: #fffcf4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 13px 42px 17px 20px;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1025px) {
  .faq .accordion-title {
    font-size: 18px;
    padding: 24px 80px 24px 32px;
  }
}
.faq .accordion-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: url(../images/top/arrow-faq.svg) no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .faq .accordion-title::after {
    right: 32px;
    width: 23px;
    height: 11px;
  }
}
.faq .accordion-title.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.faq .accordion-q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fffcf4;
  color: #90c31f;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq .accordion-q {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.faq .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  visibility: hidden;
}
.faq .accordion-content.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
}
.faq .accordion-content-inner {
  overflow: hidden;
}
.faq .accordion-text {
  padding: 32px 28px;
}
@media screen and (max-width: 767px) {
  .faq .accordion-text {
    padding: 12px 18px 20px;
  }
}

.column {
  padding: 80px 0;
  background-color: #fffcf4;
}
@media screen and (min-width: 1025px) {
  .column {
    padding: 120px 0;
  }
}
.column__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.column__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .column__header {
    margin-bottom: 64px;
  }
}
.column__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #3a2205;
}
@media screen and (max-width: 767px) {
  .column__title {
    font-size: 24px;
  }
}
.column__title-en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1em;
}
.column__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 740px;
}
@media screen and (min-width: 1025px) {
  .column__list {
    margin-bottom: 48px;
  }
}
.column__item {
  border-bottom: 2px dashed #b28850;
}
.column__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 24px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .column__link {
    padding: 28px 12px;
  }
}
.column__link:hover {
  opacity: 0.75;
}
.column__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.column__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #b28850;
  letter-spacing: 0.03em;
}
.column__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffc600;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px 7px;
  border-radius: 999px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.column__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  color: #3a2205;
}
@media screen and (min-width: 1025px) {
  .column__item-title {
    font-size: 18px;
  }
}

.recruit {
  padding: 80px 0;
  background: url(../images/top/recruit-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 1025px) {
  .recruit {
    padding: 120px 0;
  }
}
.recruit__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit__inner {
    padding: 0 60px;
  }
}
.recruit__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
}
@media screen and (min-width: 1025px) {
  .recruit__card {
    padding: 60px 64px;
  }
}
.recruit__header {
  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: 12px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .recruit__header {
    gap: 20px;
    margin-bottom: 48px;
  }
}
.recruit__header-icon {
  width: 60px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .recruit__header-icon {
    width: 56px;
  }
}
.recruit__header-icon img {
  width: 100%;
  height: auto;
}
.recruit__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.recruit__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #3a2205;
}
@media screen and (min-width: 1025px) {
  .recruit__title {
    font-size: 32px;
  }
}
.recruit__title-en {
  font-size: 1rem;
  font-weight: 500;
  color: #ffc600;
  letter-spacing: 0.1em;
}
.recruit__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1025px) {
  .recruit__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.recruit__content {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1025px) {
  .recruit__content {
    width: calc(100% - 520px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.recruit__text {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .recruit__text {
    margin-bottom: 32px;
  }
}
.recruit__image-box {
  width: 100%;
  max-width: 480px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1025px) {
  .recruit__image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recruit__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}