@charset "UTF-8";
@font-face {
  font-family: "font-family-en";
  src: url("../fonts/KTEGAKI.ttf") format("truetype");
}
body {
  font-family: "Zen Maru Gothic", serif;
  background-color: #efeae5;
  color: white;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.8035714286vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  overflow-x: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 40px;
  }
}
main {
  overflow-x: clip;
}

.fade-in-up {
  opacity: 1;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.is-in-view .fade-in-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inner {
  margin-right: clamp(1.75rem, 1.1071428571rem + 3.2142857143vw, 4rem);
  margin-left: clamp(1.75rem, 1.1071428571rem + 3.2142857143vw, 4rem);
}

.button {
  position: relative;
  background: #efc45a;
  font-weight: 700;
  padding: 19px 44px;
  text-align: center;
  border-radius: 48px;
  line-height: 40px;
  border: 2px solid rgba(0, 0, 0, 0);
  color: white;
  -webkit-transition: border, color, background 0.3s;
  transition: border, color, background 0.3s;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 24px 64px;
  }
}
.button::after {
  position: absolute;
  content: "";
  background: url(../img/icon_button.png) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  right: 24px;
}
@media screen and (min-width: 768px) {
  .button::after {
    right: 44px;
  }
}
.button.button_sm {
  padding: 19px 32px 19px 64px;
}
.button.button_sm::after {
  display: none;
}
.button.button_sm::before {
  position: absolute;
  content: "";
  background: url(../img/icon_mail.png) no-repeat center center/contain;
  width: 24px;
  height: 20px;
  top: calc(50% - 10px);
  left: 32px;
}
.button:hover {
  border: 2px solid #efc45a;
  background: white;
  color: #efc45a;
}
.button:hover::after {
  background: url(../img/icon_button-hv.png) no-repeat center center/contain;
}
.button:hover.button_sm::before {
  background: url(../img/icon_mail-hv.png) no-repeat center center/contain;
}

.title {
  position: absolute;
  color: #5b5b5b;
  z-index: 2;
  top: clamp(5.625rem, -0.8035714286rem + 32.1428571429vw, 28.125rem);
  left: -39px;
}
@media screen and (min-width: 768px) {
  .title {
    left: -90px;
  }
}

.title-text {
  position: absolute;
  top: clamp(5rem, 4.1071428571rem + 4.4642857143vw, 6.25rem);
  left: clamp(5rem, 4.1071428571rem + 4.4642857143vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .title-text {
    top: clamp(6.25rem, 0.5357142857rem + 11.9047619048vw, 11.25rem);
    left: clamp(7.5rem, 5.3571428571rem + 4.4642857143vw, 9.375rem);
  }
}

.track-record__title-deco {
  width: clamp(15.625rem, 11.375rem + 21.25vw, 30.5rem);
  height: clamp(10.75rem, 7.3928571429rem + 16.7857142857vw, 22.5rem);
}

.title-text-en {
  font-size: clamp(0.875rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  font-family: "font-family-en", sans-serif;
}

.title-text-ja {
  margin-top: 4px;
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-weight: 700;
}

.header {
  position: absolute;
  right: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: clamp(1.5rem, 0.7857142857rem + 3.5714285714vw, 4rem);
  margin-left: myClamp 24, 64;
}

.fv__title {
  font-family: "font-family-en", sans-serif;
  font-size: clamp(1.5rem, 0.9285714286rem + 2.8571428571vw, 3.5rem);
  font-weight: 400;
  margin-top: -25px;
  position: absolute;
  text-align: right;
  z-index: 4;
  top: 60px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .fv__title {
    top: 90px;
    left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__title {
    top: 150px;
    left: 70px;
  }
}

.fv__title-deco {
  position: absolute;
  width: clamp(15.625rem, 12.6355229592rem + 12.7551020408vw, 18.75rem);
  height: 197px;
  left: -110px;
  top: -90px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv__title-deco {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__title-deco {
    width: 500px;
    height: 591px;
    top: -110px;
    left: -150px;
  }
}

.fv__inner {
  padding-top: clamp(3.9375rem, 2.5625rem + 6.875vw, 8.75rem);
}

.header__content {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 24px;
  }
}

.fv__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .fv__image {
    width: auto;
    max-width: 1252px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__image {
    margin-top: 130px;
  }
}

.fv__image.active {
  opacity: 1;
  z-index: 2;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    font-size: 20px;
    font-weight: 700;
    background: #90b8a5;
    border-radius: 60px;
    padding: 24px 32px;
  }
}

.header__link {
  position: relative;
  display: inline-block; /* アニメーションが適用されるようにブロック要素に変更 */
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.header__link:hover {
  -webkit-animation: float 0.8s ease-in-out;
  animation: float 0.8s ease-in-out;
}

.header__button {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__button {
    display: block;
  }
}

.header__open {
  margin-top: 3px;
  position: relative;
}
.header__open::after {
  position: absolute;
  content: "";
  background: url(../img/icon-header.png) no-repeat center center/contain;
  width: 76.734px;
  height: 64px;
  right: -24px;
  top: -22px;
  z-index: -1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header__open:hover::after {
  background: url(../img/icon-header-hv.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 25px;
  height: 21px;
  position: fixed;
  z-index: 100;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 4px;
  border-radius: 6px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear,
    -webkit-transform 0.3s linear;
  background: white;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  margin-top: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0; 
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s,
    -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0s 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s,
    -webkit-transform 0.5s ease;
}
.drawer-content.is-checked {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 1200px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__img {
  position: absolute;
  width: clamp(60rem, 67.3953276699rem - 31.5533980583vw, 43.75rem);
  height: 912.483px;
  top: clamp(-22.5rem, -24.4642857143rem + 9.8214285714vw, -15.625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.drawer-content__menu {
  position: relative;
  z-index: 1;
  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: 56px;
}

.drawer-content__link {
  position: relative;
  padding-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
}
.drawer-content__link::before {
  position: absolute;
  content: "";
  border-bottom: 1px dashed white;
  width: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
}
.drawer-content__link:hover::before {
  -webkit-animation: flow 1s linear;
  animation: flow 1s linear;
}

@-webkit-keyframes flow {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 50%;
    width: 140px;
  }
  100% {
    left: 50%;
    width: 140px;
  }
}

@keyframes flow {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 50%;
    width: 140px;
  }
  100% {
    left: 50%;
    width: 140px;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scaleX(1.2);
    transform: translateX(-50%) scaleX(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scaleX(1.2);
    transform: translateX(-50%) scaleX(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .fv {
    margin-left: 188px;
  }
}

.track-record__button {
  margin-top: clamp(2.5rem, 1.7857142857rem + 3.5714285714vw, 5rem);
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.track-record {
  padding-top: clamp(17.5rem, 7.3214285714rem + 50.8928571429vw, 53.125rem);
  padding-bottom: clamp(2.9375rem, 1.4910714286rem + 7.2321428571vw, 8rem);
  position: relative;
}

.track-record__slider {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-left: clamp(2.875rem, 1.1964285714rem + 8.3928571429vw, 8.75rem);
  margin-right: clamp(2.875rem, 1.1964285714rem + 8.3928571429vw, 8.75rem);
}

.swiper-slide__img img {
  border-radius: 20px;
}

.swiper-slide__img {
  transition: opacity 0.3s ease;
}

.swiper-slide__img:hover {
  opacity: 0.7;
}

.swiper-wrapper {
  margin-bottom: 40px;
}

.track-record__prev,
.track-record__next {
  width: clamp(1.875rem, 1.3392857143rem + 2.6785714286vw, 3.75rem);
  height: clamp(1.875rem, 1.3392857143rem + 2.6785714286vw, 3.75rem);
}
.track-record__prev::after,
.track-record__next::after {
  display: none;
}

.track-record__prev {
  left: -46px;
  background: url(../img/icon-prev.png) no-repeat center center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.track-record__prev:hover {
  background: url(../img/icon-prev-hv.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .track-record__prev {
    left: -76px !important;
  }
}

.track-record__next {
  right: -46px;
  background: url(../img/icon-next.png) no-repeat center center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.track-record__next:hover {
  background: url(../img/icon-next-hv.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .track-record__next {
    right: -76px !important;
  }
}

.swiper-scrollbar {
  background-color: #c0ddb7;
  width: clamp(19rem, 16.3214285714rem + 13.3928571429vw, 28.375rem) !important;
  height: 10px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-scrollbar-drag {
  background-color: #67aa38;
}

.production {
  padding-top: clamp(12.5rem, 10.7142857143rem + 8.9285714286vw, 18.75rem);
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
.production .title-text {
  top: 60px;
}

.production2 {
  padding-top: clamp(9rem, 7.2857142857rem + 8.5714285714vw, 15rem);
  padding-bottom: clamp(8.125rem, 0.5915178571rem + 32.1428571429vw, 16rem);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .production2 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .production2 {
    padding-bottom: 670px;
  }
}

.production__title {
  white-space: nowrap;
  position: absolute;
  left: auto;
  right: -40px;
  top: 10px;
  text-align: right;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .production__title {
    top: 30px;
    right: 34px;
  }
  .production__title .title-text {
    top: clamp(4.375rem, 0.0773099851rem + 8.9418777943vw, 8.125rem);
    right: 15px;
  }
}
.production__title.title-type2 {
  right: auto;
  left: -50px;
  top: -50px;
}
@media screen and (min-width: 768px) {
  .production__title.title-type2 {
    left: -110px;
    top: -40px;
    text-align: left;
  }
  .production__title.title-type2 .title-text {
    top: clamp(6.25rem, 0.5357142857rem + 11.9047619048vw, 11.25rem);
  }
}
.production__title.title-type2 .production__title-deco {
  left: 10px;
  top: -10px;
}

.production__title-deco {
  position: relative;
  top: -50px;
  right: -20px;
  width: clamp(17.625rem, 13.375rem + 21.25vw, 32.5rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .production__title-deco {
    top: -80px;
    right: -85px;
  }
}

@media screen and (min-width: 768px) {
  .production__list {
    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;
  }
}

.production__item {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .production__item {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .production__item:nth-child(2) .production__item-deco__green {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    top: -70px;
    left: clamp(18.75rem, -2.6785714286rem + 44.6428571429vw, 37.5rem);
    right: -158px;
  }
}
.production__item:nth-child(2) .production__item-deco__white {
  left: auto;
  right: -115px;
  top: 140px;
}
@media screen and (min-width: 768px) {
  .production__item:nth-child(2) .production__item-deco__white {
    top: -130px;
    right: -200px;
  }
}
.production__item:nth-child(3) .production__item-deco__white {
  top: 140px;
}
@media screen and (min-width: 768px) {
  .production__item:nth-child(3) .production__item-deco__white {
    top: -220px;
  }
}
@media screen and (min-width: 768px) {
  .production__item:nth-child(3) .production__item-deco__green {
    top: -120px;
    left: -200px;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .production__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .production__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.production2__item {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .production2__item {
    max-width: none;
    margin-left: 270px;
    margin-right: 190px;
  }
  .production2__item:nth-child(1) {
    position: absolute;
  }
  .production2__item:nth-child(2) {
    top: 500px;
  }
  .production2__item:nth-child(3) {
    top: 400px;
  }
}
.production2__item:nth-child(2) .production2__item-deco__green {
  top: 110px;
  left: -28px;
}
@media screen and (min-width: 900px) {
  .production2__item:nth-child(2) .production2__item-deco__green {
    top: 120px;
    left: auto;
    right: -158px;
  }
}
@media screen and (min-width: 900px) {
  .production2__item:nth-child(2) .production2__item-img {
    text-align: right;
  }
}
.production2__item:nth-child(2) .production2__item-texts {
  text-align: right;
}
@media screen and (min-width: 900px) {
  .production2__item:nth-child(2) .production2__item-text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.production2__item:nth-child(3) .production2__item-deco__green {
  top: clamp(7.5rem, 6.4285714286rem + 5.3571428571vw, 11.25rem);
  position: absolute;
}
@media screen and (min-width: 900px) {
  .production2__item:nth-child(3) .production2__item-deco__green {
    left: -200px;
  }
}

.production__item-img img {
  width: clamp(41.8125rem, 41.8125rem + 0vw, 41.8125rem);
}

.production2__item-img {
  text-align: center;
}
.production2__item-img img {
  width: clamp(12.5rem, 8.9107142857rem + 17.9464285714vw, 25.0625rem);
  height: clamp(11.0625rem, 8.0982142857rem + 14.8214285714vw, 21.4375rem);
}
@media screen and (min-width: 900px) {
  .production2__item-img {
    text-align: left;
  }
}

.production__item-deco__green {
  position: absolute;
  z-index: -1;
  width: clamp(28.125rem, 20.0892857143rem + 40.1785714286vw, 56.25rem);
  height: clamp(21.8125rem, 14.5803571429rem + 36.1607142857vw, 47.125rem);
  top: 120px;
  left: -90px;
}
@media screen and (min-width: 768px) {
  .production__item-deco__green {
    left: -246px;
    top: -70px;
  }
}

.production2__item-deco__green {
  position: absolute;
  z-index: -1;
  width: clamp(24.875rem, 18.7678571429rem + 30.5357142857vw, 46.25rem);
  height: clamp(21.8125rem, 16.9375rem + 24.375vw, 38.875rem);
  top: 100px;
  left: -47px;
}
@media screen and (min-width: 900px) {
  .production2__item-deco__green {
    left: -150px;
    top: 100px;
  }
}

.production__item-deco__white {
  position: absolute;
  z-index: -2;
  width: clamp(17.9375rem, 6.1964285714rem + 58.7053571429vw, 34.375rem);
  height: clamp(15.1875rem, 13.5803571429rem + 8.0357142857vw, 20.8125rem);
  top: 110px;
  left: -135px;
}
@media screen and (min-width: 768px) {
  .production__item-deco__white {
    width: 600px;
    top: -150px;
    left: -250px;
  }
}

.production__item-texts {
  margin-top: clamp(0.75rem, -0.8214285714rem + 7.8571428571vw, 6.25rem);
}

.production2__item-texts {
  margin-top: clamp(0.75rem, 0.5357142857rem + 1.0714285714vw, 1.5rem);
  max-width: clamp(12rem, 8.2678571429rem + 18.6607142857vw, 25.0625rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .production2__item-texts {
    margin-left: 0;
    margin-right: 0;
  }
}

.production__item-title-en {
  font-family: "font-family-en", sans-serif;
  font-size: clamp(0.875rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
}

.production__item-title-ja {
  white-space: nowrap;
  margin-top: 4px;
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-weight: 700;
  line-height: 40px;
}
.production__item-title-ja span {
  white-space: nowrap;
}

.production__item-text {
  margin-top: clamp(0.5rem, 0.2142857143rem + 1.4285714286vw, 1.5rem);
  text-align: left;
  max-width: clamp(20rem, 17.6785714286rem + 11.6071428571vw, 28.125rem);
}

.production__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: 25px;
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4rem, 2rem + 30vw, 20rem);
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__background {
  position: absolute;
  z-index: -99;
  width: clamp(99.6875rem, 122.3839285714rem + 136.5178571429vw, 200rem);
  height: clamp(59.0625rem, 37.5625rem + 107.5vw, 134.3125rem);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__icon {
  text-align: center;
}

.about__content {
  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;
}

.about__icon img {
  max-width: clamp(19rem, 14.6071428571rem + 21.9642857143vw, 34.375rem);
  height: auto;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about__title-en {
  font-family: "font-family-en", sans-serif;
  font-size: clamp(0.875rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
}

.about__title-ja {
  margin-top: 8px;
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-weight: 700;
  line-height: 40px;
}

.about__texts {
  margin-top: 15px;
}

.about__text {
  margin-top: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  font-weight: 700;
}

.about__text h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.about__text h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #67aa38;
  padding-bottom: 0.5rem;
  font-weight: 300;
}

.about__text p {
  margin-bottom: 1rem;
  text-align: left;
}

.about__text ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.about__text ul li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.about__text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #67aa38 !important;
  font-size: 1rem;
  -webkit-text-fill-color: #67aa38;
}

.about__text strong {
  color: #efc45a;
}

@media (max-width: 768px) {
  .about__text {
    padding: 1rem;
  }

  .about__text h1 {
    font-size: 1.3rem;
  }

  .about__text h2 {
    font-size: 1.2rem;
  }

  .about__text p {
    font-size: 0.9rem;
  }
}

.skill {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: clamp(5rem, 1.8571428571rem + 15.7142857143vw, 16rem);
  position: relative;
  overflow: hidden;
}

.skill__inner {
  padding-bottom: 300px;
}

.skill__title {
  top: -60px;
  left: auto;
  right: -60px;
}
@media screen and (min-width: 768px) {
  .skill__title {
    top: -80px;
  }
}
.skill__title .title-text {
  top: clamp(6.25rem, 4.9077181208rem + 6.711409396vw, 8.125rem);
  left: clamp(6.25rem, 4.9077181208rem + 6.711409396vw, 8.125rem);
}
@media screen and (min-width: 768px) {
  .skill__title .title-text {
    top: 140px;
    left: 150px;
  }
}
.skill__title .title-text .title-text-en {
  text-align: right;
}

.skill__title-deco {
  width: clamp(15.75rem, 11.5357142857rem + 21.0714285714vw, 30.5rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
}

.skill__lists {
  position: relative;
  z-index: 5;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .skill__lists {
    padding-top: 0;
  }
}

.skill__list {
  font-family: "font-family-en", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .skill__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    width: 551px;
    margin-left: auto;
    margin-right: auto;
  }
}

.skill__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .skill__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.skill__img img {
  width: clamp(6.4375rem, 5.7589285714rem + 3.3928571429vw, 8.8125rem);
  height: clamp(6.4375rem, 5.7589285714rem + 3.3928571429vw, 8.8125rem);
}

.skill__text {
  font-size: 16px;
}

.sns {
  padding-top: 80px;
  padding-bottom: clamp(
    16.875rem,
    14.8035714286rem + 10.3571428571vw,
    24.125rem
  );
  position: relative;
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.sns__background {
  position: absolute;
  z-index: -99;
  width: clamp(98.0625rem, 80.0982142857rem + 89.8214285714vw, 160.9375rem);
  height: clamp(90.375rem, 73.8392857143rem + 82.6785714286vw, 148.25rem);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sns__title {
  top: -60px;
  left: -80px;
}
.sns__title .title-text {
  top: 115px;
  left: 110px;
}
@media screen and (min-width: 768px) {
  .sns__title .title-text {
    top: 190px;
    left: 160px;
  }
}

.sns__title-deco {
  width: clamp(17.625rem, 13.9464285714rem + 18.3928571429vw, 30.5rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
}

.sns__content {
  position: relative;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .sns__content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}

.sns__post {
  position: relative;
  z-index: 5;
  border: 8px solid #90b8a5;
  border-radius: 20px;
  top: -45px;
  height: clamp(23.5625rem, 13.9196428571rem + 48.2142857143vw, 57.3125rem);
  margin-top: 100px;
  width: 100%;
}

#twitter-widget-0 {
  height: clamp(
    22.5rem,
    12.8571428571rem + 48.2142857143vw,
    56.25rem
  ) !important;
  width: 100% !important;
  border-radius: 13px;
}

.sns__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(1.5625rem, 0.9375rem + 3.125vw, 3.75rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns__button {
  white-space: nowrap;
}

.contact {
  position: relative;
  position: absolute;
  overflow-x: clip;
  width: 100%;
}
.contact.contact-type3 {
  top: 1320px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .contact.contact-type3 {
    top: 1100px;
  }
}

.contact__title {
  left: auto;
  top: -200px;
  right: -47px;
  text-align: right;
  z-index: 3;
}
.contact__title .title-text {
  top: clamp(5rem, 2.3154362416rem + 13.4228187919vw, 8.75rem);
  left: clamp(3.125rem, 1.7827181208rem + 6.711409396vw, 5rem);
}
@media screen and (min-width: 768px) {
  .contact__title .title-text {
    top: clamp(7.5rem, 1.0714285714rem + 13.3928571429vw, 13.125rem);
    left: 90px;
  }
}

.contact__title-deco {
  width: clamp(16.375rem, 11.9464285714rem + 22.1428571429vw, 31.875rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
}

.contact-text {
  left: 30px;
}

.contact__filds {
  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-top: 78px;
}
@media screen and (min-width: 768px) {
  .contact__filds {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.form__field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: clamp(0.25rem, 0.1785714286rem + 0.3571428571vw, 0.5rem);
  margin-bottom: 4px;
}

.form__field__label {
  color: #5b5b5b;
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  font-weight: 700;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
}

.form__field__tag {
  border-radius: 10px;
  background: #f87171;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: clamp(0.25rem, 0.1785714286rem + 0.3571428571vw, 0.5rem)
    clamp(0.875rem, 0.6607142857rem + 1.0714285714vw, 1.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__field__item ::-webkit-input-placeholder {
  color: #d6d6d6;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.form__field__item ::-moz-placeholder {
  color: #d6d6d6;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.form__field__item :-ms-input-placeholder {
  color: #d6d6d6;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.form__field__item ::-ms-input-placeholder {
  color: #d6d6d6;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.form__field__item ::placeholder {
  color: #d6d6d6;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.form-text {
  border-radius: 24px;
  border: 2px solid white;
  padding: 16px clamp(1.5rem, 1.3571428571rem + 0.7142857143vw, 2rem);
  width: 100%;
  color: #5b5b5b;
}
.form-text:focus {
  outline: 1px solid #67aa38;
}
.form-text.is-error {
  border-color: #f87171;
}

.form__textarea {
  border-radius: 30px;
  border: 2px solid white;
  width: 100%;
  height: clamp(11.25rem, 8.7142857143rem + 12.6785714286vw, 20.125rem);
  padding: clamp(1rem, 0.7857142857rem + 1.0714285714vw, 1.75rem)
    clamp(1.5rem, 1.3571428571rem + 0.7142857143vw, 2rem);
  color: #5b5b5b;
}
.form__textarea:focus {
  outline: 1px solid #67aa38;
}
.form__textarea.is-error {
  border-color: #f87171;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  color: #5b5b5b;
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  font-weight: 700;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  position: relative;
  padding-left: 34px;
}
.form-checkbox__text button {
  text-decoration: underline;
  color: #5b5b5b;
}
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 30px;
  height: 30px;
  border: 1px solid #5b5b5b;
}
.form-checkbox__text::after {
  opacity: 0;
  width: 22px;
  height: 19px;
  left: 4px;
  margin-top: -1.2px;
  background: url(../img/check.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}
.form-checkbox__text a {
  text-decoration: underline;
}

.wpcf7-not-valid {
  border: 1px solid #f87171;
}

.wpcf7-not-valid + .wpcf7-form-control-wrap span {
  color: #f87171;
  font-size: 14px;
}

.wpcf7-response-output {
  color: #f87171;
  font-weight: bold;
  margin-top: 10px;
}
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

.contact__button {
  margin-top: 24px;
  text-align: center;
}

.contact-button {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #efc45a;
  font-weight: 700;
  padding: 24px 44px;
  text-align: center;
  border-radius: 48px;
  border: 2px solid transparent;
  color: white;
  -webkit-transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.contact-button:hover {
  border: 2px solid #efc45a;
  background: white;
  color: #efc45a;
}

.contact__background {
  width: clamp(68.6875rem, 41.1517857143rem + 137.6785714286vw, 165.0625rem);
  height: clamp(73.1875rem, 51.5089285714rem + 108.3928571429vw, 149.0625rem);
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -300px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5000;
}

#overlay.show {
  display: block;
}

.contact-modal {
  position: fixed;
  inset: 0;
  overflow: auto;
  padding: clamp(4rem, 3.7142857143rem + 1.4285714286vw, 5rem)
    clamp(1.5rem, 0.5rem + 5vw, 5rem);
  border-radius: clamp(2.5rem, 2.1428571429rem + 1.7857142857vw, 3.75rem);
  border: none;
  z-index: 6000;
  background: #efeae5;
  margin: 19px 21px;
}
@media screen and (min-width: 768px) {
  .contact-modal {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-modal__body {
  color: #5b5b5b;
}
.contact-modal__body h1,
.contact-modal__body h2 {
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-weight: 700;
  line-height: clamp(2.5rem, 2.3571428571rem + 0.7142857143vw, 3rem);
  margin-bottom: clamp(0.125rem, -0.0535714286rem + 0.8928571429vw, 0.75rem);
}
.contact-modal__body h2 {
  margin-top: clamp(0.25rem, -0.1071428571rem + 1.7857142857vw, 1.5rem);
}
.contact-modal__body p,
.contact-modal__body li {
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  letter-spacing: -0.48px;
  text-align: left;
}

.contact-modal__close-icon {
  width: clamp(3.5625rem, 3.2232142857rem + 1.6964285714vw, 4.75rem);
  height: clamp(2.9375rem, 2.6339285714rem + 1.5178571429vw, 4rem);
  position: absolute;
  right: clamp(0.6875rem, 0.3303571429rem + 1.7857142857vw, 1.9375rem);
  top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}

.footer {
  padding-top: 120px;
  position: relative;
  padding-bottom: 16px;
  top: 800px;
  overflow: hidden;
  width: 100%;
  background: url(../img/deco-footer-bg.png) no-repeat;
  background-size: 160% auto;
  background-position: center 9%;
}
.footer-type3{
  top: 0;
}
.footer-type4{
  top: 1000px;
}

@media screen and (min-width: 768px) {
  .footer {
    top: 1100px;
  }

  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}

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

.footer__link {
  margin-right: 8px;
  position: relative;
  display: inline-block;
}
@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.footer__link:hover {
  -webkit-animation: float 0.8s ease-in-out;
  animation: float 0.8s ease-in-out;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2.057px solid var(--, #fff);
}
.footer__sns img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.footer__sns img:hover {
  border: 2px solid #ffffff;
}

.footer__copyright {
  text-align: center;
  margin-top: clamp(5rem, 4.2857142857rem + 3.5714285714vw, 7.5rem);
}

.flow {
  padding-top: clamp(5rem, 1.8571428571rem + 15.7142857143vw, 16rem);
  padding-bottom: clamp(11.25rem, 5.9642857143rem + 26.4285714286vw, 29.75rem);
  position: relative;
  overflow: hidden;
  top: -100px;
}

.flow__background {
  position: absolute;
  z-index: -5;
  width: clamp(170.4375rem, 154.1149553571rem + 69.6428571429vw, 187.5rem);
  height: 2313px;
  top: clamp(-6.25rem, -12.2289540816rem + 25.5102040816vw, 0rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow__background {
    width: 2330px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__background {
    width: 2600px;
    height: 2166px;
    top: 135px;
    left: 30%;
  }
}

.flow__title {
  white-space: nowrap;
  position: absolute;
  left: auto;
  right: -20px;
  top: 5px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .flow__title {
    right: 0px;
  }
}

.flow__title-deco {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: clamp(14.375rem, 9.7678571429rem + 23.0357142857vw, 30.5rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .flow__title-deco {
    position: relative;
  }
}

.flow__texts {
  margin-top: clamp(7.75rem, 5.2986288265rem + 10.4591836735vw, 10.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__texts {
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow__item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
  }
}

.flow__num {
  position: absolute;
  left: calc(50% - 170px);
  top: 10px;
}
@media screen and (min-width: 768px) {
  .flow__num {
    top: 80px;
    left: auto;
  }
}
.flow__num img {
  width: 79px;
  height: 65px;
}
.flow__num p {
  color: #90b8a5;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .flow__num p {
    top: 10px;
  }
}

.flow__image {
  margin-top: clamp(1.5rem, 0.5rem + 5vw, 5rem);
}
.flow__image img {
  max-width: 325.254px;
  height: 263.858px;
}

.flow__item-texts {
  margin-top: 24px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow__item-texts {
    max-width: 505px;
    text-align: left;
  }
}

.flow__item-title {
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-weight: 700;
  line-height: clamp(2.5rem, 2.3571428571rem + 0.7142857143vw, 3rem);
}

.flow__item-text {
  margin-top: clamp(0.25rem, 0.1071428571rem + 0.7142857143vw, 0.75rem);
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  letter-spacing: -0.48px;
  text-align: left;
}

.question {
  top: -200px;
  padding-top: clamp(5rem, 1.8571428571rem + 15.7142857143vw, 16rem);
  position: relative;
}
@media screen and (min-width: 900px) {
  .question {
    top: -330px;
    margin-left: 64px;
    margin-right: 64px;
  }
}

@media screen and (min-width: 768px) {
  .question__inner {
    max-width: 1190px;
    margin: 0 auto;
  }
}

.question__title {
  text-align: right;
  z-index: -5;
  top: clamp(-4.375rem, -4.9107142857rem + 2.6785714286vw, -2.5rem);
}
.question__title .title-text {
  left: 50px;
}
@media screen and (min-width: 768px) {
  .question__title .title-text {
    top: clamp(6.25rem, -0.8928571429rem + 14.880952381vw, 12.5rem);
    left: 120px;
  }
}

.question__title-deco {
  width: clamp(14.5rem, 9.9285714286rem + 22.8571428571vw, 30.5rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
}
@media screen and (min-width: 768px) {
  .question__title-deco {
    margin-left: 50px;
  }
}

.qa__boxes {
  margin-top: clamp(1.875rem, -0.0892857143rem + 9.8214285714vw, 8.75rem);
  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;
}
.qa__box {
  background: white;
  border-radius: 20px;
}
.qa__box.is-open .qa__box-q-text::after {
  content: "ー";
}
.qa__box-question,
.qa__box-q,
.qa__box-q-text,
.qa__box-answer {
  -webkit-appearance: none;
}

.qa__box-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  .qa__box-question {
    padding: 30px;
  }
}

.qa__box-q {
  margin-left: 20px;
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  z-index: 2;
}
.qa__box-q::after {
  position: absolute;
  content: "";
  background: url(../img/deco-q.png) no-repeat center center/contain;
  width: 58px;
  height: 53px;
  left: -20px;
  top: -5px;
  z-index: -1;
}

.qa__box-q-text {
  text-align: left;
  max-width: clamp(8.75rem, -7.3573825503rem + 80.5369127517vw, 31.25rem);
}
@media screen and (min-width: 768px) {
  .qa__box-q-text {
    max-width: none;
  }
}
.qa__box-q-text::after {
  position: absolute;
  content: "+";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  right: 30px;
  top: 25%;
}

.qa__box-body {
  display: none;
}

.qa__box-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 28px;
  border-top: 1px solid #67aa38;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  .qa__box-answer {
    padding: 30px;
  }
}

.qa__box-a {
  margin-left: 20px;
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  z-index: 2;
  text-align: left;
}
.qa__box-a::after {
  position: absolute;
  content: "";
  background: url(../img/deco-a.png) no-repeat center center/contain;
  width: 48px;
  height: 55px;
  left: -15px;
  top: -5px;
  z-index: -1;
}

.qa__box-a-text {
  text-align: left;
  max-width: clamp(10rem, -18.6353467562rem + 143.1767337808vw, 50rem);
}
@media screen and (min-width: 768px) {
  .qa__box-a-text {
    max-width: none;
  }
}

.track-record-list {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .track-record-list {
    padding-bottom: 385px;
  }
}

.qa__box,
.qa__box-question,
.qa__box-answer,
.qa__box-q,
.qa__box-a {
  color: #5b5b5b;
}

.track-record-list__title {
  position: absolute;
  color: #5b5b5b;
  z-index: -1;
  top: -80px;
  left: -39px;
}
@media screen and (min-width: 768px) {
  .track-record-list__title {
    left: -90px;
  }
}
.track-record-list__title .title-text {
  white-space: nowrap;
  top: clamp(6.25rem, 4.4642857143rem + 8.9285714286vw, 12.5rem);
}
@media screen and (min-width: 768px) {
  .track-record-list__title .title-text {
    left: 120px;
  }
}

.track-record-list__title-deco {
  width: clamp(16.875rem, 12.7678571429rem + 20.5357142857vw, 31.25rem);
}

.track-record-list__background {
  width: auto;
  height: 100%;
  aspect-ratio: 1450 / 1280;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: clamp(4.375rem, 3.3035714286rem + 5.3571428571vw, 8.125rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .track-record-list__background {
    width: clamp(75rem, 68.4821428571rem + 32.5892857143vw, 97.8125rem);
  }
}

.track-record-list__contents {
  padding-top: 150px;
}

.track-record-list__content {
  margin-top: clamp(0rem, -4.4642857143rem + 22.3214285714vw, 15.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .track-record-list__content {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
.track-record-list__inner {
  margin-right: clamp(1.75rem, 1.1071428571rem + 3.2142857143vw, 4rem);
  margin-left: clamp(1.75rem, 1.1071428571rem + 3.2142857143vw, 4rem);
}

@media screen and (min-width: 1200px) {
  .track-record-list__inner {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.track-record-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.track-record-list__item:hover {
  opacity: 0.7;
}
.track-record-list__image img {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .track-record-list__image img {
    width: 380px;
  }
}

.track-record-list__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.track-record-list__text {
  color: #5b5b5b;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .track-record-list__text {
    max-width: none;
  }
}

.type {
  font-size: 18px;
  position: relative;
  color: #90b8a5;
  padding-right: 17px;
  white-space: nowrap;
}
.type.type-2 {
  color: #67aa38;
  padding-right: 5px;
}
.type::after {
  position: absolute;
  content: "";
  background: url(../img/deco-bg.png) no-repeat center center/contain;
  width: 69px;
  height: 56px;
  z-index: -1;
  right: 0;
  top: -57%;
}
@media screen and (min-width: 768px) {
  .type::after {
    top: -30%;
  }
}

.track-record-list__pagination .pagination {
  margin-top: clamp(2.5rem, 2.2142857143rem + 1.4285714286vw, 3.5rem);
  text-align: center;
}

.track-record-list__pagination .page-numbers {
  display: inline-block;
  color: #90b8a5;
  background: white;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
.track-record-list__pagination .page-numbers:hover {
  opacity: 0.7;
}

.track-record-list__pagination .current {
  color: white;
  background: #67aa38;
}

.link-underline {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.link-underline:hover {
  opacity: 0.7;
}

.detail {
  padding-top: 170px;
}

.detail__title {
  white-space: nowrap;
  z-index: -5;
  position: absolute;
  color: #5b5b5b;
  z-index: -1;
  top: -50px;
  left: -39px;
}
.detail__title .title-text {
  top: clamp(6.25rem, 4.2857142857rem + 9.8214285714vw, 13.125rem);
  left: clamp(3.125rem, 1.6964285714rem + 7.1428571429vw, 8.125rem);
}

.detail__title-deco {
  width: clamp(15.625rem, 10.625rem + 25vw, 33.125rem);
  height: clamp(13.125rem, 9.0178571429rem + 20.5357142857vw, 27.5rem);
}

@media screen and (min-width: 768px) {
  .detail__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}

.detail__image {
  margin: 0 auto;
  max-width: clamp(19rem, 13.3928571429rem + 28.0357142857vw, 38.625rem);
}

.detail__top-title {
  margin-top: 8px;
  color: #5b5b5b;
  font-size: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 10px solid #90b8a5;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail__type::after {
  top: -20%;
}
@media screen and (min-width: 768px) {
  .detail__box {
    width: 670px;
  }
}

.detail__box dt {
  color: #90b8a5;
  margin-top: 40px;
  background: white;
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  padding: 8px 24px;
  border-left: 6px solid #90b8a5;
  border-right: 1px solid #90b8a5;
  border-top: 1px solid #90b8a5;
  border-bottom: 1px solid #90b8a5;
}
.detail__box dd {
  margin-top: 12px;
  color: #5b5b5b;
  font-size: 24px;
  line-height: clamp(1.5rem, 1.2142857143rem + 1.4285714286vw, 2.5rem);
  letter-spacing: -0.48px;
}

.derail__button {
  margin-top: 80px;
  text-align: center;
}

.inquiry {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 50px;
  text-align: center;
  color: #5b5b5b;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inquiry__inner {
    padding: 64px;
  }
}

.inquiry__text-main {
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(2.5rem, 2.3571428571rem + 0.7142857143vw, 3rem);
  letter-spacing: 2.4px;
}
.inquiry__text-main span {
  display: inline-block;
}

.inquiry__text-sub {
  margin-top: 40px;
}

.inquiry__button {
  margin-top: 50px;
}

.inquiry__background {
  width: clamp(68.6875rem, 41.1517857143rem + 137.6785714286vw, 165.0625rem);
  height: clamp(73.1875rem, 51.5089285714rem + 108.3928571429vw, 149.0625rem);
  position: absolute;
  top: clamp(14.375rem, 12.7678571429rem + 8.0357142857vw, 20rem);
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.pagetop {
  position: fixed;
  right: clamp(0.625rem, 0.5178571429rem + 0.5357142857vw, 1rem);
  bottom: 10px;
  width: clamp(4.0625rem, 3.2589285714rem + 4.0178571429vw, 6.875rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop.is-show:hover {
  opacity: 0.7;
}
