@charset "utf-8";
/*===================
共通パーツ
===================*/
[data-aos="fade-up"] {
  transform: translateY(10px); /* 下に潜った初期位置 */
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.5s; /* custom-fade-up と同じ時間 */
  transition-timing-function: cubic-bezier(
    0.165,
    0.84,
    0.44,
    1
  ); /* 同じイージング */
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}
.entry__btn {
  transition: opacity 0.2s ease, transform 0.2s ease; /* ここが重要！ */
  opacity: 1;
  transform: translateY(0); /* 初期位置 */
}
.entry__btnLink {
  display: block;
  max-width: 295px;
  padding: 16px 0 17px;
  margin: 0 auto;
  background: #bfff0d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2e6f53;
  text-align: center;
  position: relative;
  transition: 0.4s;
  opacity: 1;
}
.entry__btnLink::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/index/arrow_g.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.4s;
}
.entry__btnLink:hover {
  background: #fff;
}
.entry__btn.hide {
  opacity: 0;
  pointer-events: none;
  /* transform: translateY(20px);  */
}

/* リキャプチャのバッチを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* ローディング全体 */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #6a4d3a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}

/* 非表示状態 */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* スピナー */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #fff;
  border-top: 6px solid #444;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}
.fv__pic {
  width: 93.59%;
  height: 100%;
}
.fv__pic .img {
  height: 100%;
  border-radius: 0 30px 30px 0;
  object-fit: cover;
}
.fv__deco01 {
  width: 91px;
  position: absolute;
  top: 50px;
  left: 0;
}
.fv__deco02 {
  width: 235px;
  position: absolute;
  bottom: -80px;
  right: 0;
}
.fv__ttlAnime {
  display: none;
}
.fv__txtBox {
  position: absolute;
  top: 16%;
  right: 10%;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
}
.fv__txt-ja {
  font-size: clamp(20px, 2.34375vw, 30px);
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.18em;
  color: #523b2b;
}
/* .fv__txt-ja.type2 {
  transform: translateX(clamp(0px, 8.75vw, 112px));
} */
.fv__txt-en {
  position: absolute;
  /* top: 51%; */
  bottom: 50px;
  left: 3%;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: clamp(34px, 4.6875vw, 60px);
  line-height: 1.08;
  color: #fff;
}
.scroll {
  position: absolute;
  bottom: 3%;
  right: 51px;
}
.scroll__link {
  display: block;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: 12px;
}
/* スクロールダウンの位置 */
.scroll__box {
  position: absolute;
  right: 50%;
  top: 10%;
}
/* 線のアニメーション部分 */
.scroll__box::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 5px;
  content: "";
  height: 50px;
  left: 56px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 750px) {
  /* .fv__txtBox {
    top: 10%;
    left: 5%;
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
  }
  .fv__txt-ja {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.18em;
  }
  .fv__txt-ja.type2 {
    transform: none;
  } */
  .fv__txt-en {
    top: 56%;
    left: 5%;
    line-height: 1.1764;
  }
  /* .scroll {
    bottom: 24%;
    right: 25px;
  } */
  .scroll__box::before {
    left: 45px;
  }
  .scroll__link {
    font-size: 10px;
  }
  .scroll__box::before {
    height: 43px;
  }
}
/*===================
about
===================*/
.about {
  /* padding-bottom: 512px; */
  padding-top: clamp(156px, 15.625vw, 200px);
  padding-bottom: clamp(300px, 40vw, 512px);

  position: relative;
  /* top: -2.7vw; */
}
.about::before {
  content: "";
  position: absolute;
  /* height: 348px; */
  height: 26vw;
  width: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #fff;
  left: 0;
  /* bottom: -2.73vw; */
  bottom: -1px;
  z-index: 1;
}
.about__inner {
  max-width: 1300px;
  padding-left: 0px;
  margin: 0 auto;
  position: relative;
}
.about__deco {
  width: 14.6%;
  position: absolute;
  left: 0;
  bottom: 0.8%;
  z-index: 2;
}
.about__wrap {
  /* margin-bottom: 157px; */
  display: flex;
  justify-content: space-between;
}
.about__leftContainer {
  width: 53%;
  /* padding-left: 13%; */
  padding-left: 15vw;
  padding-left: clamp(40px, 13.828125vw, 177px);
  /* padding-top: 94px; */
  padding-top: 7vw;
}
.about__rightContainer {
  /* width: 39%; */
  width: 37.5vw;
  width: clamp(206px, 38.28125vw, 490px);
}
.about__txtBox {
  width: 78.5%;
  margin-left: auto;
  margin-top: 6.8vw;
}
@media screen and (max-width: 750px) {
  .about {
    padding-bottom: 70vw;
    /* padding-bottom: 0px; */
    /* top: -8.7vw; */
  }
  .about::before {
    height: 47vw;
    /* bottom: -10.73vw; */
  }
  .about__inner {
    padding-top: 15px;
    /* padding-bottom: 150px; */
    padding-bottom: 47vw;
  }
  .about__deco {
    width: 29%;
    bottom: -46vw;
  }
  .about__wrap {
    display: block;
  }
  .about__leftContainer {
    width: 100%;
    padding: 0;
  }
  .about__rightContainer {
    width: 55%;
    position: absolute;
    bottom: -29vw;
    right: 0;
    z-index: 2;
  }
  .about__txtBox {
    width: 100%;
    min-width: auto;
    padding: 0 18px;

    margin-top: 36px;
    margin-bottom: 12px;
  }
}
/*===================
between
===================*/
.between {
  width: 100%;
  padding-top: 157px;
  /* position: absolute;
  top: -13.6vw;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  z-index: 2;
}
.between__wrap {
  position: relative;
  overflow: hidden;
}
.between__pic {
  max-width: 900px;
  width: 70%;
  margin: 0 auto;
}
.between__txtBox {
  position: absolute;
  top: 47%;
  width: fit-content;
}

.between__txt {
  display: block;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: 19px;
  letter-spacing: 0.087em;

  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .between {
    padding-top: 72vw;
    /* position: static; */
    /* transform: none; */
  }
  .between__pic {
    width: 100%;
  }
}

/*===================
story
===================*/
.story {
  background: #fff;
}
.story__bg--white {
  background: #fff;
  position: relative;
}
.story__bg--beige {
  padding-top: clamp(0px, 7.34375vw, 94px);
  padding-bottom: clamp(89px, 22.8125vw, 292px);
  background: #f7f6f0;
}
.story__bg--white::before {
  content: "";
  position: absolute;
  /* height: 348px; */
  height: 26vw;
  width: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #f7f6f0;
  left: 0;
  /* bottom: -2.73vw; */
  bottom: -1px;
  z-index: 1;
}
.story__h3 {
  color: #f7f6f0 !important;
}
.story .passing .passing-bar.story__passing-bar:before {
  background: #674f3f;
}
.story__wrap01 {
  padding-bottom: clamp(45px, 40vw, 512px);
  position: relative;
}

.story__wrapInner {
  max-width: 1280px;
  margin: 0 auto;
}
.story__wrapInner02 {
  max-width: 1075px;
  margin: 0 auto;
}
.story__ttlBox {
  max-width: 920px;
  margin: 0 auto 40px;
}
.story .sec__jpTtl {
  color: #fff;
}
.story .sec__enTtl {
  color: #fff;
}
.story .passing .passing-bar:before {
  background: #416f53;
}
.story__contTxt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #416f53;
}
.story__contTxt02 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #674f3f;
}
.story__contTxt02--mt01 {
  margin-top: 75px;
}
.story__contTxt02--mt02 {
  margin-top: 59px;
}
.story__container01 {
  /* max-width: 920px;
  margin: 0 auto 192px; */
  margin-bottom: 192px;
  padding-left: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 87px;
}
.story__leftBox01 {
  max-width: 343px;
  padding-top: 71px;
}
.story__contTtl {
  width: 65px;
  margin: 0 auto 92px;
}
.story__pic01 {
  max-width: 640px;
}

.story__container02 {
  /* max-width: 920px;
  margin: 0 auto 170px; */
  padding-right: 18px;
  margin-bottom: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 114px;
}
.story__container02 .story__contTtl {
  margin: 0 auto 77px;
}
.story__pic02 {
  max-width: 693px;
}
.story__leftBox02 {
  max-width: 346px;
  padding-top: 25px;
}
.story__container03 {
  position: relative;
  padding-right: 18px;
}
.story__container03--inner {
  max-width: 983px;
  margin: 0 auto;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 84px;
}
.story__leftBox03 {
  max-width: 549px;
}
.story__container03 .story__contTtl {
  margin: 17px 0 0 66px;
  position: relative;
  z-index: 1;
}
.story__txtBox {
  max-width: 347px;
  transform: translate(31px, 54px);
}
.story__pic03 {
  margin-top: -49px;
}
.story__pic04 {
  max-width: 434px;
  width: 37%;
  position: absolute;
  top: -33px;
  right: 36px;
}
.story__contTxtBox01 {
  max-width: 345px;
  padding-top: 84px;
  margin-left: 45px;
}
.story__contTxtBox02 {
  max-width: 383px;
}
.story__container04 {
  margin-bottom: 162px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.story__leftBox04 {
  width: 50%;
  padding-left: 7%;
  padding-top: 67px;
  padding-right: 20px;
}
.story__pic05 {
  width: 50%;
}
.story__container05 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.story__pic06 {
  width: 50%;
}
.story__leftBox05 {
  width: fit-content;
  padding-right: 50px;
  padding-top: 30px;
  padding-left: 20px;
}
.story__developer {
  max-width: 227px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: 41px;
}
@media screen and (max-width: 1140px) {
  .story__txtBox {
    transform: none;
  }
  .story__pic04 {
    top: -67px;
  }
}
@media screen and (max-width: 750px) {
  .story__ttlBox {
    margin: 0 auto 97px;
  }
  .story__contTtl {
    margin: 0 auto 81px;
  }
  .story__container01 {
    padding-left: 0;
    margin-bottom: 110px;
    flex-direction: column;
    gap: 73px;
  }
  .story__leftBox01 {
    max-width: 325px;
    padding: 0 18px;
    margin: 0 auto;
  }
  .story__pic01 {
    max-width: 500px;
    margin: 0 auto;
  }
  .story__container02 {
    padding-right: 0;
    flex-direction: column-reverse;
  }
  .story__container02 .story__contTtl {
    margin: 0 auto 83px;
  }
  .story__container02 .story__contTxt {
    max-width: 326px;
    padding: 0 18px;
    margin: 0 auto;
  }
  .story__leftBox02 {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-top: 0;
  }
  .story__pic02 {
    max-width: 500px;
    margin: 0 auto 83px;
  }

  .story__container03 {
    padding-right: 0;
  }
  .story__container03--inner {
    flex-direction: column;
    gap: 59px;
  }
  .story__container03 .story__contTtl {
    margin: 30px 0 0 50px;
  }
  .story__leftBox03 {
    margin: 0 auto;
  }
  .story__txtBox {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 18px;
  }
  .story__pic03 {
    max-width: 500px;
    margin: -49px auto 0;
  }
  .story__pic04 {
    width: 54%;
    max-width: 263px;
    top: -100px;
    right: 0;
  }
  .story__container04 {
    margin-bottom: 75px;
    flex-direction: column;
    row-gap: 65px;
  }
  .story__leftBox04 {
    width: 100%;
    padding: 0 18px;
  }
  .story__contTxtBox01 {
    max-width: 278px;
    padding-top: 22px;
    margin: 0 auto;
  }
  .story__pic05 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .story__leftBox05 {
    width: 100%;
    padding: 0;
  }
  .story__contTxtBox02 {
    max-width: none;
  }
  .story__pic06 {
    width: 100%;
    max-width: 500px;
    margin: 74px auto 0;
  }
  .story__contTxt02Box {
    max-width: 278px;
    margin: 0 auto;
  }
  .story__contTxt02--mt01 {
    margin-top: 49px;
  }
  .story__contTxt02--mt02 {
    margin-top: 43px;
  }
  .story__developer {
    width: 190px;
    margin-top: 12px;
    margin-right: 0px;
  }
}
/*===================
product
===================*/
.product {
  border-top: 1px solid #2e6f53;
  background: #2e6f53;
  position: relative;
}
.product::after {
  content: "";
  position: absolute;
  height: 26vw;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #6a4d3a;
  left: 0;
  top: 100%;
  z-index: 1;
}

.product__wrap {
  /* padding-top: 238px; */
  padding-top: clamp(26px, 18.59375vw, 238px);
  border-bottom: 1px solid #2e6f53;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  position: relative;
}
.product__wrap::before {
  content: "";
  position: absolute;
  /* height: 324px; */
  height: 25vw;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #2e6f53;
  left: 0;
  top: 100%;
  z-index: 1;
}
.product__container {
  width: 100%;
  max-width: 100%;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

/* loop=======↓ */
.loop {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.loop__wrapper {
  display: none;
  margin-bottom: 2vw;
  gap: 2vw;
  transition-timing-function: linear;
  position: relative;
  z-index: 3;
}
.loop__slide {
  /* width: calc(100% / 3 ) !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.loop__slide01 {
  width: 17% !important;
}
.loop__slide02 {
  width: 16.5% !important;
}
.loop__slide03 {
  width: 17.5% !important;
}
.loop__slide04 {
  width: 17% !important;
}
.loop__slide05 {
  width: 19.8% !important;
}
.loop__slide06 {
  width: 18.2% !important;
}
.loop__slide07 {
  width: 17.9% !important;
}
.loop__slide08 {
  width: 17.6% !important;
}
.loop__slide09 {
  width: 17.7% !important;
}
.loop__slide10 {
  width: 18.6% !important;
}
.loop__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* loop=======↑ */

.product__ttlBox {
  padding-top: clamp(40px, 10.5vw, 136px);
  padding-right: clamp(20px, 14.14vw, 181px);
  margin-left: 4vw;
  grid-column: 2;
  grid-row: 1;
}
.product .sec__jpTtl,
.product .sec__enTtl {
  text-align: right;
  color: #2e6f53;
}
.product__introTxt {
  max-width: 355px;
  margin-left: auto;
  margin-top: 46px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}
.product__contentsFade {
  position: relative;
}

.product__contentsBox {
  grid-column: 1 / span 2; /* 左右両方にまたがる */
  grid-row: 2;
}
.product__contentsArea {
  max-width: 1024px;
  margin: clamp(40px, 4.6093vw, 59px) auto 0;
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  justify-content: center;
  gap: 7vw;
  /* overflow: hidden; */
}
.product__contentsGroup {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.product__contentsGroup.fade-in {
  opacity: 1;
}
.fade-anime {
  opacity: 0;
  transform: translateY(100px);
}
.fade-anime1 {
  opacity: 0;
  transform: translateY(100px);
}
.fade-anime2 {
  opacity: 0;
  transform: translateY(100px);
}
.fade-anime3 {
  opacity: 0;
  transform: translateY(100px);
}
/* 初期状態 */
/* .passing1, .passing2, .passing3 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
} */
.product__contentsGroup {
  /* min-width: 282px; */
  width: clamp(225px, 22.08vw, 282px);
  min-height: 247px;
  display: flex;
  position: relative;
}
.product__contentsGroup.group01 {
  transform: translate(53px, 0px);
}
.product__contentsGroup.group02 {
  margin-top: 57px;
  transform: translate(34px, 0px);
}
.product__contentsGroup.group03 {
  margin-top: 128px;
  transform: translate(7px, 0px);
}
.product__contentsLeft {
  width: 79%;
  padding: 18px 24px;
  padding-left: clamp(12px, 1.875vw, 24px);
  background: #e5e2d0;
}
.product__contentsRight {
  width: 21%;
  background: #2e6f53;
}
.product__contentsSubTtl {
  display: block;
  margin-bottom: 20px;
  font-family: "NHaasGroteskDSPro-55Rg";
  /* font-size: 13px; */
  font-size: clamp(11px, 1.0156vw, 13px);
  line-height: 1.1538;
  color: #6a4d3a;
}
.product__contentsTtl {
  /* font-size: 24px; */
  font-size: clamp(20px, 1.875vw, 24px);
  font-weight: 400;
  line-height: 1.25;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #6a4d3a;
}
.product__contentsTxtBox {
  position: absolute;
  top: 57px;
  left: 6.7vw;
}
.product__contentsGroup.group02 .product__contentsTxtBox {
  top: 29%;
}
.product__contentsGroup.group03 .product__contentsTxtBox {
  top: 34%;
}
.product__contentsTxt {
  margin-bottom: 8px;
  /* font-size: 20px; */
  font-size: clamp(15px, 1.5625vw, 20px);
  font-weight: 400;
  line-height: 1.55;
  white-space: nowrap;
  color: #e5e2d0;
}
.product__wrap02 {
  padding-top: clamp(134px, 21.875vw, 280px);
  padding-bottom: 74px;
  background: #6a4d3a;
}
.product__sec {
  max-width: 900px;
  margin: 0 auto clamp(73px, 14.14vw, 181px);
}
.product__sec.sec1 {
  margin-bottom: clamp(73px, 18.8281vw, 241px);
}
.product__sec:last-of-type {
  margin-bottom: 0;
}
.product__sec.width-100 {
  max-width: none;
}
.product__bg {
  position: relative;
  z-index: 1;
}
.product__bg::before {
  display: block;
  content: "";
  width: 28.5vw;
  padding-top: 49vw;
  background: url(../imgs/index/deco01.png) center center / cover no-repeat;
  position: absolute;
  left: 0;
  /* top: 24vw; */
  top: 15.7%;
  z-index: -1;
}
.product__bg::after {
  display: block;
  content: "";
  width: 34vw;
  padding-top: 57vw;
  background: url(../imgs/index/deco02.png) center center / cover no-repeat;
  position: absolute;
  right: 0;
  /* top: 64.6vw; */
  top: 46%;
  z-index: -1;
}
.product__deco {
  /* width: 29.1%;
  padding-top: 38vw;
  background: url(../imgs/index/deco03.png) center center / cover no-repeat;
  position: absolute;
  left: 0;
  top: 84%;
  z-index: -1; */
  display: none;
}
.product__bg02 {
  margin-top: clamp(100px, 23.28125vw, 298px);
  margin-top: clamp(100px, 24.069375vw, 315px);
  margin-bottom: clamp(85px, 14.84375vw, 190px);
  position: relative;
  z-index: 1;
}
/* .product__bg02::before {
  display: block;
  content: "";
  width: 28.8vw;
  padding-top: 38vw;
  background: url(../imgs/index/deco03.png) center center / cover no-repeat;
  position: absolute;
  left: 0;
  top: -61%;
  z-index: -1;
} */
.sec__ttlH3 {
  margin-bottom: clamp(20px, 1.9531vw, 25px);
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.1875;
  color: #6a4d3a;
}
.sec__ttlH3.type-02 {
  /* margin-bottom: clamp(38px, 3.046vw, 39px); */
  font-size: clamp(22px, 2.109375vw, 27px);
  font-weight: 400;
  line-height: 1.1875;
  color: #6a4d3a;
  /* color: red; */
}

.product__merit {
  background: #e5e2d0;
  padding: 6px 0 8px;
  margin-top: clamp(53px, 4.6875vw, 60px);
  margin-bottom: 11px;
  margin-left: clamp(50px, 7.421vw, 95px);
  font-size: 16px;
  font-weight: 400;
  color: #6a4d3a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.product__meritContainer {
  margin-left: clamp(50px, 16.693vw, 206px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: clamp(40px, 5vw, 64px);
}
.product__meritBox {
  width: 47%;
  /* margin-bottom: clamp(30px, 3.28125vw, 42px); */
}
.product__meritNum {
  display: block;
  margin-bottom: 23px;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: 14px;

  display: flex;
  align-items: center;
  position: relative;
}
.product__meritNum::after {
  content: "";
  height: 1px;
  border-top: 1px solid #cec0aa;
  flex-grow: 1;
}
.product__meritTtl {
  padding-left: 10px;
  margin-bottom: 18px;
  font-size: clamp(24px, 2.031vw, 26px);
  line-height: 1.4615;
}
.product__meritTxt {
  padding-left: 10px;
  font-size: clamp(14px, 1.1718vw, 15px);
  line-height: 1.533;
}
.product__normalTtl {
  margin-bottom: 49px;
  font-size: 29px;
  font-weight: 400;
  color: #e5e2d0;
  text-align: center;
}
.product__swiper-btn {
  max-width: 1422px;
  margin: 0 auto;
  position: relative;
}
.product__swiper {
  max-width: 1422px;
  /* min-width: 1422px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #6a4d3a;
  display: flex;
  /* overflow: visible;  */
}
.product__swiper-slide {
  height: auto;
}
.product__swiper-item {
  height: 100%;
  /* width: 30%; */
  /* padding: 30px 45px 46px; */
  padding: clamp(18px, 1.171875vw, 22px) clamp(35px, 3.515625vw, 45px)
    clamp(18px, 2.8125vw, 36px);

  background: #e5e2d0;
  display: flex;
  flex-direction: column;
}
.product__swiper-num {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.product__swiper-belong {
  width: fit-content;
  padding: 4px 8px;
  margin: 0 auto;
  background: #6a4d3a;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #e5e2d0;
}
.product__swiper-name {
  margin-bottom: -9px;
  font-size: 29px;
  letter-spacing: 0.02em;
  text-align: center;
}
.product__swiper-sama {
  display: inline-block;
  padding-left: 10px;
  font-size: 21px;
}
.product__swiper-city {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}
.product__swiper-pic {
  width: 82%;
  margin: 0 auto 31px;
}
.product__swiper-dl {
  padding: 19px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  gap: 39px;
}
.product__swiper-dl:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.product__swiper-dt {
  min-width: 60px;
}
.product__swiper-point {
  margin-bottom: 24px;
}
.product__swiper-box {
  display: flex;
  gap: 18px;
}
.product__swiper-container {
  margin-bottom: 20px;
}
.product__swiper-box + .product__swiper-box {
  margin-top: 20px;
}
.product__swiper-more {
  max-width: 295px;
  margin: auto auto 0;
  background: #674f3f;
}
.product__swiper-moreLink {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  position: relative;
}
.product__swiper-moreLink::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/index/arrow_w.svg) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

/* ------前後の矢印 */
.product__swiper-btn .swiper-button-prev,
.product__swiper-btn .swiper-button-next {
  top: -3.9vw;
  width: 14px;
  height: 12px;
}
.product__swiper-btn .swiper-button-prev {
  left: 11.4%;
}
.product__swiper-btn .swiper-button-next {
  right: 11.4%;
}

.product__swiper-btn .swiper-button-prev::after,
.product__swiper-btn .swiper-button-next::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  margin: auto;
}
.product__swiper-btn .swiper-button-prev::after {
  background: url(../imgs/index/swiper_arrow.png) center center / cover
    no-repeat;
}
.product__swiper-btn .swiper-button-next::after {
  background: url(../imgs/index/swiper_arrow.png) center center / cover
    no-repeat;
  transform: rotate(180deg);
}

.product__sec.sec4 .sec04__box {
  width: 63%;
  padding-right: 18px;
  margin-left: auto;
  margin-top: clamp(44px, 4.140625vw, 53px);
}

.product__hr {
  display: none;
}
.product__linkArrow {
  display: block;
  position: relative;
}
.passing02 .passing-bar.product__arrow {
  padding: 5px 27px 5px 10px !important;
}
.product__linkArrow::before {
  display: block;
  content: "";
  width: 12px;
  height: 11px;
  background: url(../imgs/index/arrow_beige.svg) center center / cover no-repeat;
  position: absolute;
  top: 8px;
  right: -18px;
  z-index: 1;
}

@media screen and (max-width: 1040px) {
  .product__contentsArea {
    gap: 3vw;
  }
  .product__contentsGroup.group01 {
    transform: none;
  }
  .product__contentsGroup.group02 {
    transform: none;
  }
  .product__contentsGroup.group03 {
    transform: none;
  }
}

@media screen and (max-width: 975px) {
  .product__merit {
    margin-left: 0;
    margin-left: 0px;
  }
  .product__meritContainer {
    /* padding: 0 18px; */
    margin-left: 0;
  }
  .product .sec__txt.width-57 {
    padding-left: 18px;
  }
  .product__meritSection {
    padding-left: 18px;
  }
}

@media screen and (max-width: 750px) {
  /* .product {
    padding-top: 56vw;
  } */
  .product::after {
    /* height: 47vw; */
    display: none;
  }
  .product__sec.sec1 {
    /* margin-bottom: 66px; */
    margin-bottom: 18.5vw;
  }

  .product__wrap {
    display: flex;
    flex-direction: column;
    padding-top: 6.93vw;
  }
  .product__wrap::before {
    height: 47vw;
  }
  .product__wrap02 {
    padding-bottom: 0;
  }

  .product__ttlBox {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    /* padding: 40px 20px 0; */
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .product__introTxt {
    padding: 0 18px;
    text-align: left;
  }
  .product__contentsBox {
    margin-bottom: 16vw;
    order: 2;
  }

  .product__container {
    order: 3;
    padding-bottom: 6vw;
  }

  .product__contentsArea {
    margin-top: -1px;
    flex-direction: column;
    /* gap: 9vw; */
    gap: 35px;
  }

  .product__contentsGroup {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
  }
  .product__contentsGroup.group01 {
  }
  .product__contentsGroup.group02 {
    min-height: 217px;
    margin-top: 0;
  }
  .product__contentsGroup.group03 {
    min-height: 197px;
    margin-top: 0;
  }

  .product__contentsTxtBox {
    /* position: static; */
    /* margin-top: 10px; */
    margin-left: 0;
    left: 88px;
  }
  .product__contentsGroup.group02 .product__contentsTxtBox {
    top: 33%;
  }
  .product__contentsGroup.group03 .product__contentsTxtBox {
    top: 42%;
  }

  .product__contentsLeft {
    /* width: 43%; */
    width: 161px;
    padding-top: 23px;
    padding-left: 24px;
  }

  .product__contentsRight {
    /* width: 57%; */
    width: calc(100% - 161px);
  }
  .product__contentsTxt {
    font-size: 20px;
    margin-bottom: 9px;
    /* white-space: normal; */
  }

  /* loop======= */
  .loop__wrapper {
    margin-bottom: 10vw;
    gap: 6vw;
  }

  .loop__slide {
    gap: 10px;
  }
  .loop__slide01 {
    width: 26.5% !important;
  }
  .loop__slide02 {
    width: 25.5% !important;
  }
  .loop__slide03 {
    width: 27.5% !important;
  }
  .loop__slide04 {
    width: 27% !important;
  }
  .loop__slide05 {
    width: 29.8% !important;
  }
  .loop__slide06 {
    width: 28.2% !important;
  }
  .loop__slide07 {
    width: 27.9% !important;
  }
  .loop__slide08 {
    width: 27.6% !important;
  }
  .loop__slide09 {
    width: 27.7% !important;
  }
  .loop__slide10 {
    width: 28.6% !important;
  }

  .product__normalTtl {
    margin-bottom: 26px;
    font-size: 27px;
  }
  .product__swiper-item {
    padding: 30px 18px 46px;
  }
  .product__swiper-num {
    margin-bottom: 38px;
  }
  .product__swiper-belong {
    margin-bottom: 5px;
  }
  .product__swiper-name {
    margin-bottom: 8px;
    line-height: 1.1724;
  }
  .product__swiper-pic {
    width: 100%;
    margin-bottom: 37px;
  }
  .product__swiper-point {
    margin-bottom: 29px;
  }
  .product__swiper-box {
    margin-bottom: 22px;
  }
  .product__swiper-box:last-of-type {
    margin-bottom: 0;
  }
  .product__swiper-pointNum {
    line-height: 1.5714;
  }
  .product__swiper-pointTxt {
    line-height: 1.5714;
  }
  /* swiper */
  /* ------前後の矢印 */
  .product__swiper-btn .swiper-button-prev,
  .product__swiper-btn .swiper-button-next {
    top: 65px;
    width: 12px;
    height: 9px;
  }
  .product__swiper-btn .swiper-button-prev {
    left: 27%;
  }
  .product__swiper-btn .swiper-button-next {
    right: 27%;
  }
  .product__swiper-btn .swiper-button-prev::after,
  .product__swiper-btn .swiper-button-next::after {
    width: 12px;
    height: 9px;
  }
  .product__swiper-btn .swiper-button-prev::after {
    background: url(../imgs/index/swiper_arrow_b.png) center center / cover
      no-repeat;
    transform: rotate(180deg);
  }
  .product__swiper-btn .swiper-button-next::after {
    background: url(../imgs/index/swiper_arrow_b.png) center center / cover
      no-repeat;
    transform: rotate(360deg);
  }

  .product__sec.sec4 .sec04__box {
    width: 100%;
    padding-left: 18px;
    padding-bottom: 15vw;
  }

  .product__bg {
  }
  .product__bg::before {
    /* width: 52.8vw;
  padding-top: 61vw;
  background: url(../imgs/index/deco01_sp.png) center center / cover no-repeat;
  left: auto;
  right: 0;
  top: 10.2%; */
    display: none;
  }
  .product__bg::after {
    /* width: 62.5vw;
  padding-top: 85vw;
  background: url(../imgs/index/deco02_sp.png) center center / cover no-repeat;
  right: 0;
  top: 61.5%; */

    display: none;
  }
  .product__bg02 {
  }
  /* .product__bg02::before {
  width: 64.8vw;
  padding-top: 53vw;
  background: url(../imgs/index/deco03_sp.png) center center / cover no-repeat;
  left: 0;
  top: -295%;
} */
  .product__deco {
    width: 64.8%;
    padding-top: 53vw;
    background: url(../imgs/index/deco03_sp.png) center center / cover no-repeat;
    position: absolute;
    left: 0;
    /* top: 24vw; */
    top: 18.2%;
  }
  .sec1 .product__meritSection,
  .sec2 .product__meritSection {
    position: relative;
  }
  .sec1 .product__meritSection::before {
    display: block;
    content: "";
    width: 52.8vw;
    padding-top: 61vw;
    background: url(../imgs/index/deco01_sp.png) center center / cover no-repeat;
    position: absolute;
    left: auto;
    right: 0;
    top: 6.5%;
    z-index: -1;
  }
  .sec1 .product__meritSection::after {
    display: block;
    content: "";
    width: 64.8%;
    z-index: -1;
    padding-top: 53vw;
    background: url(../imgs/index/deco03_sp.png) center center / cover no-repeat;
    position: absolute;
    left: 0;
    /* top: 24vw; */
    top: 51.2%;
    top: 78.2%;
  }
  .sec2 .product__meritSection::before {
    display: block;
    content: "";
    width: 62.5vw;
    padding-top: 85vw;
    background: url(../imgs/index/deco02_sp.png) center center / cover no-repeat;
    position: absolute;
    right: 0;
    top: -2.5%;
    z-index: -1;
  }
  .product__swiper-more {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  /* 横スクロール */

  .product__meritSection {
    width: 100% !important;
    padding: 0 0 0 18px;
  }
  .product__meritSticky {
    padding-top: 41px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
  }
  .product__merit {
    margin-top: 0;
  }
  .product__meritTtl {
    padding-left: 0;
    line-height: 1.5833;
  }
  .product__meritTxt {
    width: 216px;
    padding-left: 0;
    line-height: 2;
  }
  .product__meritWrapper {
    width: 100%;
    overflow: hidden;
    /* border-bottom: 1px solid #fff; */
  }
  .product__meritContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 92px;
    /* gapを変える場合はindex.jsのitemGapの値も変更する */
  }
  .js-item {
    width: 281px !important;
    flex-shrink: 0;
  }
  .product__meritBox {
    /* widthを変える場合はindex.jsのitemWidthの値を変更する。（メリットの横スクロールの方） */
  }
  .product__meritNum {
    display: none;
  }

  /* ページャースタイル */
  .page {
    margin-top: -10px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "NHaasGroteskDSPro-55Rg";
  }

  .page span {
    margin: 0 1px;
  }

  .page .dash {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 1px;
    background: #fff;
  }
  .product__hr {
    width: 96%;
    margin-right: auto;
    margin-top: 151px;
  }
  .product__hr {
    display: block;
  }

  /* もや */
  .scroll-wrapper {
    position: relative;
  }

  .scroll-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to right, #6a4d3a 20%, transparent 100%);
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 10;
  }

  .scroll-wrapper.fade-on::before {
    opacity: 1;
  }
}

@media screen and (max-width: 340px) {
  .product__contentsTxt {
    font-size: 15px;
  }
}

/*===================
recruit
===================*/
.recruit {
  padding-top: clamp(187px, 32.421875vw, 415px);
  border-top: 1px solid #6a4d3a;

  background: #2e7750;
  /* overflow: hidden; */
}
.recruit .sec__jpTtl {
  margin-bottom: clamp(20px, 2.34375vw, 30px);
  color: #bfff0d;
  text-align: center;
}
.recruit .sec__enTtl {
  margin-bottom: clamp(53px, 8.046vw, 103px);
  color: #bfff0d;
  text-align: center;
}
.recruit__allPic {
  margin-bottom: 120px;
}
.recruit__ttlTxt {
  max-width: 424px;
  margin: 0 auto 67px;
  /* font-size: clamp(25px, 2.421875vw, 31px);
  line-height: 1.39;
  text-align: center; */
}
.recruit .entry__btn {
  margin-bottom: 20px;
  position: sticky;
  width: 100%;
  top: 80vh;
  z-index: 9;
}

.recruit__inner {
  /* max-width: 936px; */
  max-width: 1316px;
  padding: 0 18px;
  margin: 0 auto;
}
.recruit__inner01 {
  margin-top: clamp(51px, 8.828125vw, 113px);
}
.recruit__inner02 {
  margin-top: clamp(84px, 10.9375vw, 140px);
}
.recruit__topTxt {
  width: 77%;
  width: 56%;
  margin-left: auto;
  margin-left: clamp(50px, 29.531vw, 378px);
}
.recruit__ttlWrap {
  padding-right: 18px;
}
.recruit__ttl {
  max-width: 900px;
  margin-top: clamp(53px, 4.5321vw, 58px);
  margin-bottom: 11px;
  margin: clamp(53px, 4.5321vw, 58px) auto 11px;
  /* margin-left: clamp(50px, 7.421vw, 95px); */
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.recruit__ttl.type02 {
  /* max-width: 900px; */
  margin: clamp(68px, 10.15625vw, 130px) auto 30px;
}
.recruit__jobWrapper {
  margin-top: clamp(26px, 2.578125vw, 33px);
}
.recruit__jobContainer {
  /* margin-left: clamp(50px, 13.75vw, 176px); */
  margin-left: clamp(50px, 26.75vw, 342px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  row-gap: 10px;
  gap: 10px 4vw;
}
.recruit__jobBox {
  width: 46%;
  width: 38%;
  margin-bottom: clamp(45px, 5.078vw, 65px);
}
.recruit__jobNum {
  display: block;
  padding-left: 3px;
  margin-bottom: 24px;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: 14px;
  color: #bfff0d;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.recruit__jobNum::after {
  content: "";
  height: 1px;
  border-top: 1px solid #ffffff;
  flex-grow: 1;
}
.recruit__jobTtl {
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: clamp(20px, 1.71875vw, 22px);
  line-height: 1.2727;
}
.recruit__jobTtl.type02 {
  margin-top: -14px;
  padding-left: 20px;
}
.recruit__jobTxt {
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.5714;
}
.recruit__contents {
  overflow: hidden;
  /* padding-bottom: 300px; */
}

.recruit__pinWrap {
  /* max-width: 900px;
  margin: 0 auto; */
}
.recruit__scroll {
  max-width: 1298px;
  padding-left: 18px;
  /* padding-bottom: 132px; */
  margin: 0 auto;
  /* overflow: hidden; */
}
.recruit__scroll {
  overflow: hidden;

  position: relative;
}
/* .recruit__scroll::after {
  display: block;
  content: "";
  width: 24vw;
  height: 37vw;
  background: #2E7750;
  background: #000;
  clip-path: polygon(0 0, 48% 0, 49% 30%, 100% 31%, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
} */
.recruit__scrollGroup {
}
.recruit__scrollWrapper {
  /* width: 70%; */
  /* width: calc(100% - clamp(46px, 29.6875vw, 380px)); */
  /* width: calc(100% - 387px); */
  /* margin-left: 387px; */
  /* margin-left: clamp(46px, 30.2343vw, 387px); */
  margin-left: 20vw;
  /* margin-left: clamp(50px, 13.75vw, 176px); */
  margin-left: clamp(50px, 26.75vw, 342px);
  margin-left: clamp(50px, 29.375vw, 376px);
  /* margin-left: auto; */
  /* margin: 0 auto; */
  overflow: hidden;
}
.recruit__scrollContainer {
  width: max-content;
  padding-bottom: 64px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 200px;
  /* padding-right: 30px; */
  display: flex;
  flex-wrap: nowrap;
  gap: 60px; /* index.jsのitemGapと合わせる */

  /* margin-bottom: 500px; */
}

.recruit__scrollContainer {
  position: relative;
}

/* 左もや */
.recruit__scrollWrapper::before {
  content: "";
  position: absolute;
  top: 192px;
  width: 60px; /* もやの幅は調整可能 */
  height: 301px;
  z-index: 5;

  pointer-events: none;
  left: clamp(50px, 29.375vw, 376px);
  background: linear-gradient(to right, #2e7750 0%, transparent 100%);
  opacity: 0;
}
.recruit__scrollWrapper.fade-on::before {
  opacity: 1;
}

.recruit__scrollBox {
  width: 270px; /*widthを変更するときはindex.jsのitemWidthを変更する（こういう人に向いていますの方）*/
  flex-shrink: 0;

  transition: opacity 0.3s ease;
}
.recruit__scrollTtl {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.375;
}
.recruit__scrollTxt {
  width: 222px;
  font-size: 14px;
  line-height: 1.5714;
}
.recruit__hr {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-top: 64px;
}

@media screen and (max-width: 1120px) {
  .recruit__topTxt {
    margin-left: 17vw;
  }
  .recruit__jobContainer {
    margin-left: 15vw;
  }
  .recruit__jobBox {
    width: 47%;
  }
  .recruit__scrollWrapper {
    margin-left: 18vw;
  }
  .recruit__scrollWrapper::before {
    left: 18vw;
    top: 154px;
  }
}

@media screen and (max-width: 750px) {
  .recruit {
    padding-top: 25vw;
  }
  .recruit .entry__btn {
    top: 93vh;
  }
  .recruit__ttl {
    margin-top: 32px;
    margin-bottom: 21px;
    font-size: 17px;
  }
  .recruit__ttl.type02 {
    margin-top: 74px;
    margin-bottom: 39px;
  }
  .recruit__allPic {
    margin-bottom: 58px;
  }
  .recruit__ttlTxt {
    max-width: 292px;
    margin-bottom: 0px;
  }
  .recruit__topTxt {
    width: 87%;
    margin-left: auto;
    margin-right: 17px;
    line-height: 1.5714;
  }
  .recruit__inner01 {
    margin-top: 30px;
  }
  .recruit__inner02 {
    margin-top: 77px;
  }
  .recruit__jobContainer {
    margin-left: 0;
    flex-direction: column;
  }
  /* .recruit__jobTxt {
    
  } */
  .recruit__jobBox {
    width: 100%;
  }
  .recruit__jobNum {
    margin-bottom: 11px;
  }
  .recruit__jobTtl {
    padding-left: 27px;
  }
  .recruit__jobTxt {
    padding-left: 28px;
  }
  .recruit__scrollGroup {
    margin-left: 30px;
  }
  .recruit__scrollWrapper {
    width: 100%;
    margin-left: 0px;
    /* overflow: hidden; */
  }
  .recruit__scrollWrapper::before {
    left: 36px;
    top: 102px;
  }
  .recruit__scrollContainer {
    padding-bottom: 30px;
    /* gap: 40px; index.jsのitemGapと合わせる */
  }
  .recruit__scrollTtl {
    margin-bottom: 21px;
  }
  .recruit__scrollTxt {
    width: 187px;
  }
}

/*===================
member
===================*/
.member {
  padding-top: clamp(77px, 15.7031vw, 201px);
  padding-bottom: clamp(0px, 12.109375vw, 155px);
  background: #e4e1d2;
}
.member__inner {
  max-width: 936px;
  padding: 0 18px;
  margin: 0 auto 89px;
}
.member .sec__jpTtl,
.member .sec__enTtl {
  color: #2e6f53;
}
.member__main {
  max-width: 1075px;
  margin: 0 auto 125px;
  position: relative;
}
.member__mainTtl {
  max-width: 166px;
  width: 16%;
  position: absolute;
  top: -93px;
  right: 89px;
}
.member__nameBox {
  width: fit-content;
  position: absolute;
  bottom: 50px;
  right: 90px;
}
.member__txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.87;
  color: #416f53;
}
.member__container01 {
  max-width: 1200px;
  margin: 0 auto 118px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 91px;
}
.member__txtBox01 {
  max-width: 341px;
  padding-left: 18px;
}
.member__pic01 {
  max-width: 565px;
}
.member__container02 {
  max-width: 1075px;
  margin: 0 auto 126px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 91px;
}
.member__pic02 {
  max-width: 537px;
}
.member__txtBox02 {
  max-width: 408px;
  padding-right: 18px;
}
.member__container03 {
  max-width: 1075px;
  margin: 0 auto 129px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 91px;
}
.member__txtBox03 {
  max-width: 397px;
  padding-left: 18px;
}
.member__pic03 {
  max-width: 509px;
}
/* .member__container {
  margin-top: clamp(42px, 8.28125vw, 106px);
  margin-bottom: clamp(68px, 10.390625vw, 133px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.member__leftBox {
  width: 37.5%;
}
.member__rightBox {
  width: 50%;
  margin-top: -4px;
  color: #2e6f53;
}
.member__pic {
  margin-bottom: 35px;
} */
.member__name {
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.member__years {
  display: inline-block;
  padding: 3px 8px 2px 4px;
  border: 1px solid #fff;
  /* margin-left: 16px; */
  /* transform: translate(0px, -5px); */
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
}
.number__kana {
  display: block;
  margin-bottom: 10px;
  font-family: "NHaasGroteskDSPro-55Rg";
  font-size: 15px;
  color: #fff;
}
.member__bottomPic {
  margin-top: 192px;
}
.member .entry__btnLink {
  /* margin-bottom: 205px; */
  background: #2e6f53;
  color: #fff;
}
.member .entry__btnLink::before {
  background: url(../imgs/index/arrow_w.png) center center / cover no-repeat;
  transition: 0.4s;
}
.member .entry__btnLink:hover {
  background: #fff;
  color: #2e6f53;
}
.member .entry__btnLink:hover::before {
  background: url(../imgs/index/arrow_g.png) center center / cover no-repeat;
}
@media screen and (max-width: 750px) {
  .member {
    padding-bottom: 0px;
  }
  .member__inner {
    margin: 0 auto 78px;
  }
  .member .sec__jpTtl {
    margin-bottom: 17px;
  }
  .member__main {
    margin-bottom: 66px;
  }
  .member__mainTtl {
    width: 37%;
    max-width: 125px;
    width: 37%;
    max-width: 125px;
    top: -39px;
    right: auto;
    left: 18px;
  }
  .member__txt {
    font-size: 14px;
    line-height: 2;
  }
  .member__nameBox {
    bottom: 33px;
    right: 25px;
  }
  .member__container01 {
    margin-bottom: 78px;
    flex-direction: column;
    gap: 70px;
  }
  .member__txtBox01 {
    max-width: 318px;
    margin: 0 auto;
    padding: 0 18px;
  }
  .member__pic01 {
    padding: 0 18px;
  }
  .member__container02 {
    margin-bottom: 74px;
    flex-direction: column-reverse;
    gap: 83px;
  }
  .member__txtBox02 {
    max-width: 318px;
    margin: 0 auto;
    padding: 0 18px;
  }
  .member__container03 {
    margin-bottom: 96px;
    flex-direction: column;
    gap: 82px;
  }
  .member__txtBox03 {
    max-width: 318px;
    margin: 0 auto;
    padding: 0 18px;
  }
  .member__pic03 {
    padding: 0 18px;
  }
  /* .member__container {
    flex-direction: column;
    gap: 34px;
  }
  .member__leftBox {
    width: 100%;
  }
  .member__rightBox {
    width: 100%;
  }
  .member__pic {
    margin-bottom: 33px;
  } */
  .member__name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .number__kana {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .member__years {
    /* margin-left: 19px; */
    font-size: 10px;
  }
  .member .entry__btnLink {
    margin-bottom: 53px;
  }
  .member__bottomPic {
    margin-top: 96px;
  }
}

/*===================
company
===================*/
.company {
  padding-top: clamp(79px, 7.65625vw, 98px);
  padding-bottom: clamp(28px, 15.625vw, 200px);
  background: #2e6f53;
}
.company__inner {
  max-width: 1111px;
  padding: 0 18px;
  margin: 0 auto;
}
.company .sec__jpTtl,
.company .sec__enTtl {
  color: #bfff0d;
}
.company__contentsInner {
  max-width: 900px;
  margin: 0 auto;
}
.company__container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.company__leftBox {
  width: 50%;
  padding-top: 61px;
}
.company__rightBox {
  width: 38%;
}
.company__group {
  padding: 29px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.company__groupTtl {
  width: 26%;
  font-weight: 400;
}
.company__groupTxt {
  width: 74%;
  font-weight: 400;
  padding-left: 10px;
}
.company__pic {
  margin-bottom: 35px;
}
.company__pic:last-of-type {
  margin-bottom: 0;
}
.company__cap {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .company {
    padding-bottom: 6vw;
  }
  .company__container {
    margin-top: 44px;
    flex-direction: column-reverse;
  }
  .company__group {
    padding: 22px 0;
    font-size: 14px;
    line-height: 1.57;
  }
  .company__leftBox {
    width: 100%;
    padding-top: 45px;
  }
  .company__rightBox {
    width: 100%;
  }
  .company__cap {
    margin-top: 3px;
    padding-left: 6px;
  }
  .company__pic {
    margin-bottom: 39px;
  }
  .company__groupTxt {
    width: 72%;
    padding-left: 0;
  }
}

/*===================
タイトルテキストアニメーション
===================*/
/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }

  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  } /* ずっと残す */
}
@keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }

  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  } /* ずっと残す */
}
@keyframes passing-bar-vertical {
  0% {
    left: 0;
    right: auto;
    height: 0;
  }
  50% {
    left: 0;
    right: auto;
    height: 97%;
  }
  51% {
    left: auto;
    right: 0;
    height: 97%;
  }
  100% {
    left: auto;
    right: 0;
    height: 0;
  }

  0% {
    left: 0;
    height: 0;
  }
  100% {
    left: 0;
    height: 97%;
  } /* ずっと残す */
}
/* @-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
} */
/* css */
.passing {
  display: block;
}
.passing02 {
  display: block;
}
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing02 .passing-box {
  display: block;
  text-align: center;
}

.passing .passing-bar {
  padding: 5px 15px 5px 10px;
  /* margin-bottom: clamp(38px, 3.046vw, 39px); */
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing02 .passing-bar {
  padding: 5px 15px 5px 10px;
  /* margin-bottom: clamp(38px, 3.046vw, 39px); */
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing02.up .passing-bar {
  padding-top: 0px;
  padding-bottom: 5px;
}
.passing02.up .passing-bar {
  padding-top: 0px;
  padding-bottom: 5px;
}
/* .fv__txtBox .passing .passing-bar {
  padding: 1px 0px 2px 2px;
}
.fv__txtBox .passing.up .passing-bar {
  padding: 1px 0px 2px 8px;
} */
.fv__txtBox .passing .passing-bar {
  padding: 5px 2px 2px 2px;
}
.fv__txtBox .passing.up .passing-bar {
  padding: 5px 2px 0px 2px;
}
.fv__txtBox .passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #bfff0d;
}
.fv__txtBox .passing.move .passing-bar:before {
  -webkit-animation: passing-bar-vertical 0.5s ease 0s 1 normal forwards;
  animation: passing-bar-vertical 0.5s ease 0s 1 normal forwards;
}
.sec__jpTtl.passing .passing-bar {
  padding: 0px 10px 4px 10px;
}
.product__contentsTxt.passing .passing-bar {
  padding: 1px 15px 3px 10px;
}
.sec__ttlH3 .passing .passing-bar {
  padding: 3px 12px 3px 4px;
}
.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  /* 任意の値 */
  background: #bfff0d;
}
.passing02 .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  /* 任意の値 */
  background: #bfff0d;
}
.passing.up .passing-bar:before {
  top: -1px;
}
.passing02.up .passing-bar:before {
  top: -1px;
}
.passing.product__contentsTxt .passing-bar:before {
  background: #6a4d3a;
}
.passing02.product__contentsTxt .passing-bar:before {
  background: #6a4d3a;
}
.passing .passing-txt {
  /* opacity: 0; */
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1;
}
.passing02 .passing-txt {
  /* opacity: 0; */
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 0.5s ease 0s 1 normal forwards;
  animation: passing-bar 0.5s ease 0s 1 normal forwards;
}
.passing02.move .passing-bar:before {
  -webkit-animation: passing-bar 0.5s ease 0s 1 normal forwards;
  animation: passing-bar 0.5s ease 0s 1 normal forwards;
}

/* .passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
} */

.passing02 {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.passing02.move {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 750px) {
  .passing .passing-bar {
    padding: 5px 7px 5px 17px;
  }
  .sec__jpTtl.passing .passing-bar {
    padding: 0px 7px 1px 17px;
  }
  .product .sec__jpTtl.passing .passing-bar {
    padding: 0px 16px 0px 5px;
  }
  .product .sec__enTtl .passing .passing-bar {
    padding: 5px 17px 5px 9px;
  }
  .product .sec__enTtl .passing.up .passing-bar {
    padding: 5px 17px 1px 9px;
  }
  .product__contentsTxt.passing .passing-bar {
    padding: 1px 10px 3px 10px;
  }
  .product__contentsTxt.passing02 .passing-bar {
    padding: 1px 10px 3px 10px;
  }

  .sec__ttlH3 .passing .passing-bar {
    padding: 3px 11px 3px 16px;
  }
  .product__sec.sec2 .passing .passing-bar {
    padding: 0px 11px 4px 21px;
  }
  .sec__ttlH3.type-02 .passing .passing-bar {
    padding: 2px 14px 2px 16px;
  }
  .sec__ttlH3.type-02 .passing.up .passing-bar {
    padding: 0px 14px 3px 16px;
  }
  /* .fv__txtBox .passing .passing-bar {
    padding: 5px 2px 2px 2px;
  }
  .fv__txtBox .passing.up .passing-bar {
    padding: 5px 2px 0px 2px;
  }
  .fv__txtBox .passing .passing-bar:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #bfff0d;
  }
  .fv__txtBox .passing.move .passing-bar:before {
    -webkit-animation: passing-bar-vertical 0.5s ease 0s 1 normal forwards;
    animation: passing-bar-vertical 0.5s ease 0s 1 normal forwards;
  } */
}
