:root {
  --color-site-background: #fbf6e6;
  --color-site-primary: #4d4d4d;
  --color-site-secondary: #008a6e;
  --color-site-tertiary: #dcf0ec;
  --color-site-quaternary: #efb55c;
  --color-site-quinary: #d9ede9;
  --color-site-senary: #33bc84;
  --color-site-septenary: #666;
  --color-link-default: #008a6e;
  --color-link-hover: #efb55c;
  --color-link-active: #008a6e;
  --color-link-visited: #989898;
  --color-link-pager: #FDAEBC;
  --color-txt-selection: #dcf0ec;
  --color-recommend-new: #FFD6CF;
  --color-recommend-kids: #ffe56f;
  --color-recommend-popular: #96f0e9;
}

::selection {
  background-color: var(--color-txt-selection);
}

.top-wrapper {
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
.top-wrapper .top-title {
  display: grid;
  place-items: center;
  row-gap: 8px;
  color: #fff;
  line-height: 1.17;
  margin-bottom: 24px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title {
    row-gap: 10px;
    margin-bottom: 35px;
  }
}
.top-wrapper .top-title__main {
  font-size: 28px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__main {
    font-size: 40px;
  }
}
.top-wrapper .top-title__sub {
  font-family: "Bodoni Moda", serif;
  font-size: 17px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__sub {
    font-size: 22px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title--secondary {
    place-items: start;
  }
}
.top-wrapper .top-title--secondary .top-title__main {
  color: var(--color-site-secondary);
  font-size: 45px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title--secondary .top-title__main {
    font-size: 55px;
  }
}
.top-wrapper .top-lead {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-lead {
    font-size: 18px;
  }
}
.top-wrapper .top-mv {
  display: grid;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv {
    grid-template-columns: 1fr 54.861svw;
    padding-left: 90px;
  }
}
.top-wrapper .top-mv__top {
  display: grid;
  place-items: end;
  position: relative;
  z-index: 1;
  margin-left: 37px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__top {
    place-items: start;
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 0;
  }
}
.top-wrapper .top-mv__bottom {
  margin-top: -30px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__bottom {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0 0 30px;
  }
}
.top-wrapper .top-mv__slider {
  position: relative;
  z-index: 1;
  width: 74.666svw;
  aspect-ratio: 280/350;
  overflow: hidden;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__slider {
    width: 54.861svw;
    aspect-ratio: 1/1;
  }
}
.top-wrapper .top-mv__slider .swiper-slider {
  height: 100%;
}
.top-wrapper .top-mv__slider .swiper-pagination {
  left: auto;
  right: 9px;
  bottom: 9px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 6px;
  z-index: 5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__slider .swiper-pagination {
    right: 45px;
    bottom: 20px;
    column-gap: 10px;
  }
}
.top-wrapper .top-mv__slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--color-site-secondary);
  opacity: 0.5;
  cursor: pointer;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.top-wrapper .top-mv__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-site-secondary);
  border-color: var(--color-site-secondary);
  opacity: 1;
}
.top-wrapper .top-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-wrapper .top-mv__mainimg {
  width: 26.666svw;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__mainimg {
    width: 13.888svw;
    left: -7.777svw;
    bottom: -16px;
  }
}
.top-wrapper .top-mv__catchcopy {
  margin-bottom: 23px;
  color: var(--color-site-secondary);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5625;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__catchcopy {
    margin-bottom: 40px;
    font-size: min(3.888svw, 56px);
    line-height: 1.625;
  }
}
.top-wrapper .top-mv__lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__lead {
    font-size: min(1.25svw, 18px);
    line-height: 2;
  }
}
.top-wrapper .top-service {
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service {
    margin-top: 165px;
    padding-bottom: 100px;
  }
}
.top-wrapper .top-service::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: calc(100% - 80svw);
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service::after {
    height: 73.959%;
  }
}
.top-wrapper .top-service__header {
  display: grid;
  grid-template-columns: 1fr 85.333svw 1fr;
  grid-template-rows: 1fr 110px;
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__header {
    display: grid;
    grid-template-columns: 66.458% min(20.972%, 302px) 1fr;
    grid-template-rows: 100%;
  }
}
.top-wrapper .top-service__thumbnail {
  grid-column: 1/4;
  grid-row: 1/2;
  height: 80svw;
  position: relative;
  z-index: 1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__thumbnail {
    grid-column: 1/2;
    grid-row: 1/2;
    height: clamp(514px, 35.694svw, 620px);
  }
}
.top-wrapper .top-service__mv {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-wrapper .top-service__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: end;
  background-color: var(--color-site-secondary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__title {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 420px;
    height: clamp(340px, 27.083svw, 320px);
    align-self: center;
    justify-self: end;
  }
}
.top-wrapper .top-service__contents {
  position: relative;
  z-index: 2;
  display: grid;
  row-gap: 42px;
  width: max(320px, 85.333svw);
  margin: auto;
  container-type: inline-size;
  container-name: sContent;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__contents {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 8.26%;
    width: min(96.638svw, 1150px);
  }
}
.top-wrapper .top-service__img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  aspect-ratio: 8/5;
}
.top-wrapper .top-service__hd {
  font-family: "Zen Old Mincho", serif;
  display: grid;
  position: relative;
  padding-left: 12px;
  margin-bottom: 19px;
  font-weight: 400;
  line-height: 1.2;
  border-left: 1px solid var(--color-site-secondary);
}
.top-wrapper .top-service__hd__main {
  font-size: 30px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__hd__main {
    font-size: min(2.608cqw, 30px);
  }
}
.top-wrapper .top-service__hd__sub {
  color: var(--color-site-secondary);
  font-size: 16px;
}
.top-wrapper .top-service__hd::before, .top-wrapper .top-service__hd::after {
  position: absolute;
  content: "";
}
.top-wrapper .top-service__hd::before {
  top: 1px;
  right: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: var(--color-site-quaternary);
  border-radius: 50%;
}
.top-wrapper .top-service__hd::after {
  top: 13px;
  right: 14px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
.top-wrapper .top-service__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-service__txt {
    font-size: 18px;
  }
}
.top-wrapper .top-content {
  padding: 30px 0 270px;
  background: linear-gradient(90deg, #008a6e, #82c190);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-content {
    padding-top: 90px;
    padding-bottom: 375px;
  }
}
.top-wrapper .top-news {
  position: relative;
  z-index: 3;
  display: grid;
  row-gap: 40px;
  margin: 0 0 80px 25px;
  padding: 45px min(9.333svw, 35px) 120px;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news {
    grid-template-columns: auto 1fr;
    gap: 0 6.015cqw;
    margin-left: 7.638svw;
    margin-bottom: 160px;
    padding: 105px 10.526cqw 100px 8.27cqw;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__head {
    position: relative;
  }
}
.top-wrapper .top-news__head .top-title {
  margin-bottom: 0;
  place-items: start;
  color: var(--color-site-secondary);
}
.top-wrapper .top-news__head .c-btn--primary {
  position: absolute;
  left: min(9.333svw, 35px);
  bottom: 50px;
  font-size: 16px;
  padding: 10px 55px 10px 14px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__head .c-btn--primary {
    left: 0;
    bottom: 0;
    padding-right: 48px;
    padding-left: 10px;
    font-size: 13px;
  }
}
.top-wrapper .top-news__head .c-btn--primary::after {
  width: 8px;
  height: 8px;
}
.top-wrapper .top-recommend {
  margin-bottom: 65px;
  display: grid;
  row-gap: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend {
    margin-bottom: 85px;
    grid-template-columns: 1fr clamp(240px, 20.695%, 250px) min(708px, 100% - 500px) clamp(240px, 20.695%, 250px) 1fr;
    place-items: center;
    row-gap: 40px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend .top-title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend .top-lead {
    grid-column: 3/4;
    grid-row: 1/2;
    padding: 0 15px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend__contents {
    grid-column: 1/6;
    grid-row: 2/3;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend__contents .p-recommend {
    padding: 0 8px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-wrapper .top-recommend__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recommend__link {
    grid-column: 4/5;
    grid-row: 1/2;
    justify-content: end;
  }
}
.top-wrapper .top-brand__title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__title {
    margin-bottom: 38px;
  }
}
.top-wrapper .top-brand__contents {
  width: 96.8svw;
  margin: 0 auto 45px;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__contents {
    width: min(1330px, 92.361svw);
    margin-bottom: 95px;
  }
}
.top-wrapper .top-brand__contents .swiper-slider {
  width: 81.333svw;
  margin: auto;
  overflow: hidden;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__contents .swiper-slider {
    width: min(1200px, 83.333svw);
  }
}
.top-wrapper .top-brand__contents .swiper-button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 19px;
  height: 19px;
  margin-top: 0;
  background-color: var(--color-site-quaternary);
  border-radius: 50%;
}
.top-wrapper .top-brand__contents .swiper-button-prev {
  left: 0;
  rotate: 180deg;
}
.top-wrapper .top-brand__contents .swiper-button-next {
  right: 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__contents .swiper-button {
    width: 43px;
    height: 43px;
  }
}
.top-wrapper .top-brand__contents .swiper-button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  rotate: 45deg;
  translate: -1px 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__contents .swiper-button::before {
    width: 12px;
    height: 12px;
    translate: -2px 0;
  }
}
.top-wrapper .top-brand__link {
  text-align: center;
}
.top-wrapper .top-brand__link .c-btn {
  width: max(250px, 66.666svw);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-brand__link .c-btn {
    width: 350px;
  }
}
.top-wrapper .top-philosophy {
  position: relative;
  overflow-x: hidden;
  margin-top: -222px;
  margin-bottom: 28px;
  padding: 80px 24px 145px 59px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy {
    padding: 170px 0 165px;
  }
}
.top-wrapper .top-philosophy__bg {
  position: absolute;
  top: 51px;
  left: 25px;
  z-index: 1;
  width: max(835px, 222.6666svw);
  height: calc(100% - 102px);
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__bg {
    top: max(85px, 5.902svw);
    left: 100px;
    width: max(1440px, 100%);
    height: calc(100% - max(170px, 11.804svw));
  }
}
.top-wrapper .top-philosophy__bg::before, .top-wrapper .top-philosophy__bg::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51px;
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__bg::before, .top-wrapper .top-philosophy__bg::after {
    height: max(85px, 5.902svw);
  }
}
.top-wrapper .top-philosophy__bg::before {
  top: -50px;
  background-image: url(../images/top/bg_philosophy_top_sp.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__bg::before {
    top: min(-84px, -5.8333svw);
    background-image: url(../images/top/bg_philosophy_top.svg);
  }
}
.top-wrapper .top-philosophy__bg::after {
  bottom: -51px;
  background-image: url(../images/top/bg_philosophy_bottom_sp.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__bg::after {
    bottom: min(-85px, -5.902svw);
    background-image: url(../images/top/bg_philosophy_bottom.svg);
  }
}
.top-wrapper .top-philosophy__inner {
  display: grid;
  row-gap: 50px;
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__inner {
    display: grid;
    grid-template-columns: 1fr 60.93%;
    column-gap: 5.3%;
    width: 74.652svw;
    margin: auto;
    padding-top: 175px;
  }
}
.top-wrapper .top-philosophy__head .top-title {
  margin-bottom: 50px;
  color: var(--color-site-secondary);
  place-items: start;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__head .top-title {
    position: absolute;
    left: 0;
    top: 18px;
  }
}
.top-wrapper .top-philosophy__lead {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__lead {
    margin-top: 10px;
    margin-bottom: 57px;
    font-size: 25px;
    white-space: nowrap;
  }
}
.top-wrapper .top-philosophy__icon {
  width: max(248px, 66.133svw);
  margin: 0 auto 35px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__icon {
    position: absolute;
    width: 270px;
    right: 0;
    top: 0;
  }
}
.top-wrapper .top-philosophy__txt {
  font-size: 15px;
  line-height: 1.733;
}
.top-wrapper .top-philosophy__txt:not(:last-child) {
  margin-bottom: 33px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__txt {
    font-size: 16px;
    line-height: 2;
  }
  .top-wrapper .top-philosophy__txt:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__body {
    container-type: inline-size;
    container-name: basePhilosophyContent;
  }
}
.top-wrapper .top-philosophy__contents {
  display: grid;
  row-gap: 13px;
  margin-bottom: 30px;
}
@media print, screen and (width > 768px) {
  .top-wrapper .top-philosophy__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
    margin-bottom: 70px;
  }
}
.top-wrapper .top-philosophy__item {
  background-color: #f3f8f7;
  padding: 24px 24px 24px 80px;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__item {
    padding: 4.8854961832cqw 1.5267175573cqw 4.1221374046cqw 14.0458015267cqw;
  }
}
.top-wrapper .top-philosophy__item::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.top-wrapper .top-philosophy__item--sandglass::before {
  top: 32px;
  left: 27px;
  width: 29px;
  height: 47px;
  background-image: url(../images/common/icon_sandglass.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__item--sandglass::before {
    top: 5.3435114504cqw;
    left: 4.1221374046cqw;
    width: 38px;
    height: 55px;
  }
}
.top-wrapper .top-philosophy__item--badge::before {
  top: 26px;
  left: 24px;
  width: 33px;
  height: 44px;
  background-image: url(../images/common/icon_badge.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__item--badge::before {
    top: 4.427480916cqw;
    left: 3.9694656489cqw;
    width: 37px;
    height: 50px;
  }
}
.top-wrapper .top-philosophy__item--eye::before {
  top: 38px;
  left: 22px;
  width: 40px;
  height: 17px;
  background-image: url(../images/common/icon_eye.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__item--eye::before {
    top: 6.5648854962cqw;
    left: 3.6641221374cqw;
    width: 45px;
    height: 19px;
  }
}
.top-wrapper .top-philosophy__item--support::before {
  top: 24px;
  left: 19px;
  width: 44px;
  height: 32px;
  background-image: url(../images/common/icon_support.svg);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__item--support::before {
    top: 3.9694656489cqw;
    left: 3.2061068702cqw;
    width: 51px;
    height: 36px;
  }
}
.top-wrapper .top-philosophy__faith {
  margin-bottom: 4px;
  color: var(--color-site-secondary);
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__faith {
    font-size: max(14px, 2.4427480916cqw);
  }
}
.top-wrapper .top-philosophy__hd {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__hd {
    font-size: max(15px, 2.7480916031cqw);
  }
}
.top-wrapper .top-philosophy__desc {
  font-size: 14px;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__desc {
    font-size: max(11px, 1.8320610687cqw);
    line-height: 1.5;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__link {
    text-align: right;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-philosophy__link .c-btn {
    width: 350px;
    height: 80px;
    font-size: 21px;
  }
  .top-wrapper .top-philosophy__link .c-btn::after {
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.top-wrapper .top-comuoon {
  width: max(320px, 85.333svw);
  margin: auto;
  padding-bottom: 68px;
  container-type: inline-size;
  container-name: tComuoon;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-comuoon {
    width: 900px;
    padding-bottom: 145px;
  }
}
.top-wrapper .top-comuoon__hd {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 38px;
  text-align: center;
  font-size: 25px;
  line-height: 1.72;
  font-weight: 400;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-comuoon__hd {
    margin-bottom: 23px;
  }
}
.top-wrapper .top-comuoon__inner {
  width: 100%;
  padding: 18px 12px 20px;
  background-color: #fff;
  border: 5px solid var(--color-site-secondary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-comuoon__inner {
    display: grid;
    grid-template-columns: 34.111cqw 1fr;
    column-gap: 3cqw;
    padding: 1.666cqw 3.333cqw;
  }
}
.top-wrapper .top-comuoon__logo {
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-comuoon__logo {
    width: auto;
    margin-bottom: 0;
  }
}
.top-wrapper .top-comuoon__txt {
  font-size: 14px;
  line-height: 1.642;
  font-weight: 400;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-comuoon__txt {
    font-size: 16px;
  }
}
.top-wrapper .top-column {
  position: relative;
  z-index: 2;
  padding: 64px 28px 100px;
  background: linear-gradient(90deg, #008a6e, #82c190);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column {
    padding: 135px 0 120px;
  }
}
.top-wrapper .top-column__link {
  text-align: center;
}
.top-wrapper .top-column__link .c-btn {
  width: max(250px, 66.666svw);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__link .c-btn {
    width: 350px;
  }
}
.top-wrapper .top-voice {
  padding-bottom: 80px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice {
    position: relative;
    padding: 118px 0 140px;
  }
  .top-wrapper .top-voice::after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: calc(100% - 32.291svw);
    background-color: var(--color-site-quinary);
  }
}
.top-wrapper .top-voice__header {
  display: grid;
  grid-template-columns: 1fr 85.333svw 1fr;
  grid-template-rows: 1fr 110px;
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice__header {
    display: grid;
    grid-template-columns: 1fr min(23.4%, 335px) 66.458%;
    grid-template-rows: 100%;
  }
}
.top-wrapper .top-voice__thumbnail {
  grid-column: 1/4;
  grid-row: 1/2;
  height: 80svw;
  position: relative;
  z-index: 1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice__thumbnail {
    grid-column: 3/4;
    grid-row: 1/2;
    height: clamp(514px, 35.694svw, 620px);
  }
}
.top-wrapper .top-voice__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-wrapper .top-voice__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: end;
  background-color: var(--color-site-secondary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice__title {
    grid-column: 2/4;
    grid-row: 1/2;
    width: 420px;
    height: clamp(340px, 27.083svw, 390px);
    align-self: center;
  }
}
.top-wrapper .top-voice__inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice__contents .p-voice {
    background-color: var(--color-site-quinary);
  }
}
.top-wrapper .top-voice__contents .p-voice__card::after {
  background-color: rgb(from var(--color-site-tertiary) r g b/0.5);
}
.top-wrapper .top-voice__link {
  text-align: center;
}
.top-wrapper .top-voice__link .c-btn {
  width: max(250px, 66.666svw);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-voice__link .c-btn {
    width: 350px;
  }
}
.top-wrapper .top-instagram {
  background-color: #fff;
  padding: 40px 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-instagram {
    padding: 115px 0;
  }
}
.top-wrapper .top-instagram__inner {
  width: max(320px, 85.333svw);
  margin: auto;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-instagram__inner {
    width: min(96.774svw, 1200px);
  }
}
.top-wrapper .top-instagram__title {
  display: flex;
  align-items: flex-end;
  column-gap: 28px;
  margin-bottom: 20px;
  color: var(--color-site-secondary);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-instagram__title {
    column-gap: 56px;
    margin-bottom: 40px;
    font-size: 65px;
  }
}
.top-wrapper .top-instagram__title::after {
  position: relative;
  top: -6px;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/common/icon_instagram.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-instagram__title::after {
    top: -10px;
    width: 41px;
    height: 41px;
  }
}
.top-wrapper .top-recruit {
  width: max(320px, 89.635svw);
  margin: 60px auto;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-recruit {
    width: 900px;
    margin: 115px auto;
  }
}
.top-wrapper .top-recruit__img {
  width: 100%;
}
