@charset "UTF-8";
/*------------------------------------------
Animation
------------------------------------------*/
@-webkit-keyframes anima-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@-webkit-keyframes circle2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-0.5turn);
            transform: rotate(-0.5turn);
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-0.5turn);
            transform: rotate(-0.5turn);
  }
}
.wrapper {
  opacity: 0;
}

/*------------------------------------------
main 「shape & icon」
------------------------------------------*/
.home2025,
.interview2025 {
  position: relative;
}
.home2025 .shape--1,
.interview2025 .shape--1 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -274px;
  left: -223px;
  -webkit-transform: translate(-100%, -100%) scale(0.5);
          transform: translate(-100%, -100%) scale(0.5);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1e57b), to(#95ce9a));
  background: linear-gradient(#d1e57b 0%, #95ce9a 100%);
  -webkit-animation: morph 10s linear 0s infinite;
          animation: morph 10s linear 0s infinite;
}
@media (min-width: 1025px) {
  .home2025 .shape--1,
  .interview2025 .shape--1 {
    top: -34.4070278184vw;
    left: -24.5241581259vw;
    width: 59.4436310395vw;
    height: 59.4436310395vw;
  }
}
.home2025 .shape--2,
.interview2025 .shape--2 {
  width: 220px;
  height: 220px;
  position: absolute;
  top: -200px;
  right: 84px;
  -webkit-transform: translateY(-100%) scale(0.5);
          transform: translateY(-100%) scale(0.5);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  background: #f0ecba;
  border-radius: 50%;
  -webkit-animation: morph 10s linear 0s infinite;
          animation: morph 10s linear 0s infinite;
}
@media (min-width: 1025px) {
  .home2025 .shape--2,
  .interview2025 .shape--2 {
    width: 32.3572474378vw;
    height: 32.3572474378vw;
    top: -29.2825768668vw;
    right: 18.8872620791vw;
  }
}
.home2025 .icon--1,
.interview2025 .icon--1 {
  display: none;
  -webkit-transform: translate(-100%, -175%);
          transform: translate(-100%, -175%);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  position: absolute;
  top: 3.3674963397vw;
  left: 19.3997071742vw;
}
@media (min-width: 1025px) {
  .home2025 .icon--1,
  .interview2025 .icon--1 {
    display: block;
  }
}

.home2025 .icon--1 {
  width: 4.1727672035vw;
  height: 4.6120058565vw;
}

.interview2025 .icon--1 {
  width: 2.7818448023vw;
  height: 3.074670571vw;
}

/*------------------------------------------
interview__list
------------------------------------------*/
.interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1025px) {
  .interview__list {
    gap: 40px 26px;
  }
}
.interview__list .list__item {
  width: 100%;
  border-radius: 0px 0px 30px 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .interview__list .list__item {
    width: calc(33.3333333333% - 17.5px);
    border-radius: 0 0 60px 20px;
  }
}
.interview__list .list__item > a {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(247, 244, 244, 0)), color-stop(97%, #ffffff));
  background: linear-gradient(to bottom, rgba(247, 244, 244, 0) 3%, #ffffff 97%);
}
.interview__list .list__item > a .item__date {
  color: #4D9B6E;
  font-size: 15px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__date {
    font-size: 18px;
  }
}
.interview__list .list__item > a .photo {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.interview__list .list__item > a .photo img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.interview__list .list__item > a .item__inner {
  background: #fff;
  padding: 12px 20px 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__inner {
    padding: 20px 36px 40px;
  }
}
.interview__list .list__item > a .item__ttl {
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__ttl {
    margin-bottom: 20px;
  }
}
.interview__list .list__item > a .item__ttl > span {
  width: 100%;
  display: inline-block;
  border-radius: 60px;
  background: #76C066;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 32px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__ttl > span {
    padding: 8px 18px;
    font-size: 15px;
  }
}
.interview__list .list__item > a .item__txt {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__txt {
    font-size: 15px;
    margin-bottom: 26px;
  }
}
.interview__list .list__item > a .item__category {
  margin-bottom: 22px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__category {
    margin-bottom: 30px;
  }
}
.interview__list .list__item > a .item__category > span {
  border: 1px solid #4D9B6E;
  border-radius: 6px;
  color: #4D9B6E;
  font-size: 12px;
  padding: 3px 7px 5px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__category > span {
    font-size: 14px;
    padding: 3px 8px 5px;
  }
}
.interview__list .list__item > a .item__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 20px;
  line-height: 1;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a .item__btn {
    font-size: 14px;
  }
}
.interview__list .list__item > a .item__btn::after {
  content: "";
  background: url(../images/2025/icon_arrow.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  width: 11px;
  height: 9px;
}
@media (min-width: 1025px) {
  .interview__list .list__item > a:hover .photo > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.list__back--btn {
  border: 1px solid #4D9B6E;
  border-radius: 42px;
  width: 206px;
  height: 50px;
  margin: 30px auto 0;
}
@media (min-width: 1025px) {
  .list__back--btn {
    width: 304px;
    height: 84px;
    margin: 4.39238653vw auto 0;
  }
}
.list__back--btn > a {
  width: 100%;
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 13px;
  position: relative;
  color: #4D9B6E;
  padding-top: 5px;
}
@media (min-width: 1025px) {
  .list__back--btn > a {
    padding-left: 40px;
    font-size: 17px;
  }
}
.list__back--btn > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_2.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .list__back--btn > a::after {
    width: 13px;
    height: 12px;
    right: 40px;
  }
}

/*------------------------------------------
dist common parts
------------------------------------------*/
.dist__cmn--ttl {
  width: 246px;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .dist__cmn--ttl {
    width: 424px;
    margin: 0 auto 76px;
  }
}

/*------------------------------------------
btm__container
------------------------------------------*/
.btm__container {
  padding: 50px 0 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .btm__container {
    padding: 5.8565153734vw 0 7.3206442167vw;
  }
}
.btm__container .btm__inner {
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .btm__container .btm__inner {
    padding: 0 5.4904831625vw;
  }
}
.btm__container .back__btn {
  border: 1px solid #4D9B6E;
  border-radius: 42px;
  width: 206px;
  height: 50px;
  margin: 0 auto 60px;
}
@media (min-width: 1025px) {
  .btm__container .back__btn {
    width: 304px;
    height: 84px;
    margin: 0 auto 80px;
  }
}
.btm__container .back__btn > a {
  width: 100%;
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 13px;
  position: relative;
  color: #4D9B6E;
  padding-top: 5px;
}
@media (min-width: 1025px) {
  .btm__container .back__btn > a {
    padding-left: 40px;
    font-size: 17px;
  }
}
.btm__container .back__btn > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_2.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .btm__container .back__btn > a::after {
    width: 13px;
    height: 12px;
    right: 40px;
  }
}
.btm__container .btm--shape {
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
  width: 436px;
  position: absolute;
  right: -178px;
  bottom: -190px;
}
@media (min-width: 1025px) {
  .btm__container .btm--shape {
    width: 75.4758418741vw;
    right: -15.3733528551vw;
    bottom: -37.8477306003vw;
  }
}

/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  position: relative;
  z-index: 3;
}
.cmn__breadcrumb .inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #ededed;
}

.breadcrumb__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__list--item {
  color: #155338;
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 1025px) {
  .breadcrumb__list--item {
    font-size: 15px;
  }
}
.breadcrumb__list--item a {
  color: #4D9B6E;
  display: block;
  text-decoration: underline;
  padding-right: 15px;
  margin-right: 12px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #4D9B6E;
  border-bottom: 1px solid #4D9B6E;
}

/*------------------------------------------
dist icon
------------------------------------------*/
.dist__icon--1 {
  width: 36px;
  position: absolute;
  top: 176px;
  left: -2px;
}
@media (min-width: 1025px) {
  .dist__icon--1 {
    width: 4.7584187408vw;
    top: 22.6939970717vw;
    left: 3.1478770132vw;
  }
}

.dist__icon--2 {
  width: 30px;
  position: absolute;
  top: 304px;
  right: 0;
}
@media (min-width: 1025px) {
  .dist__icon--2 {
    width: 3.953147877vw;
    top: 32.3572474378vw;
    right: -1.0248901903vw;
  }
}

/*------------------------------------------
detail__inner--1
------------------------------------------*/
.detail__inner--1 {
  width: 100%;
  margin: 0 auto 60px;
}
@media (min-width: 1025px) {
  .detail__inner--1 {
    max-width: 1216px;
    margin: 0 auto 70px;
  }
}

.detail__cnt__1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 {
    gap: 36px;
    margin-bottom: 60px;
  }
}
.detail__cnt__1 .img {
  width: 100%;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .img {
    max-width: 800px;
  }
}
.detail__cnt__1 .info {
  width: 100%;
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
.detail__cnt__1 .info .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .category {
    gap: 16px;
    margin-bottom: 30px;
  }
}
.detail__cnt__1 .info .category > span {
  display: block;
}
.detail__cnt__1 .info .category .category--1 {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .category .category--1 {
    padding-top: 3px;
    font-size: 20px;
  }
}
.detail__cnt__1 .info .category .category--2 {
  line-height: 1;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  border: 1px solid #155338;
  border-radius: 6px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .category .category--2 {
    font-size: 18px;
    height: 34px;
  }
}
.detail__cnt__1 .info .category .category--2.type--seminar {
  width: 70px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .category .category--2.type--seminar {
    width: 104px;
  }
}
.detail__cnt__1 .info .category .category--2.type--interview {
  width: 86px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .category .category--2.type--interview {
    width: 128px;
  }
}
.detail__cnt__1 .info .label {
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .label {
    margin-bottom: 25px;
  }
}
.detail__cnt__1 .info .label > span {
  width: 100%;
  display: inline-block;
  border-radius: 60px;
  background: #76C066;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 20px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .label > span {
    padding: 12px 40px;
    font-size: 16px;
  }
}
.detail__cnt__1 .info .ttl {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 1025px) {
  .detail__cnt__1 .info .ttl {
    font-size: 28px;
  }
}

.detail__lead {
  line-height: 2;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .detail__lead {
    max-width: 1000px;
    font-size: 18px;
    padding: 0;
  }
}
.detail__lead.mg-btm {
  margin: 0 auto 40px;
}
@media (min-width: 1025px) {
  .detail__lead.mg-btm {
    margin: 0 auto 60px;
  }
}

.cnt1__btn {
  background: -webkit-gradient(linear, left top, right top, from(#49c281), to(#abbe45));
  background: linear-gradient(to right, #49c281 0%, #abbe45 100%);
  width: 246px;
  height: 56px;
  margin: 35px auto 0;
  border-radius: 80px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .cnt1__btn {
    width: 100%;
    max-width: 440px;
    height: 100px;
    margin: 60px auto 0;
  }
}
.cnt1__btn > a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt1__btn > a {
    font-size: 20px;
  }
}
.cnt1__btn > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_3.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .cnt1__btn > a::after {
    width: 44px;
    height: 44px;
    right: 20px;
  }
}
.cnt1__btn.mg-b40 {
  margin: 0 auto 25px;
}
@media (min-width: 1025px) {
  .cnt1__btn.mg-b40 {
    margin: 0 auto 40px;
  }
}

/*------------------------------------------
detail__inner--2
------------------------------------------*/
.detail__inner--2 {
  width: 100%;
  margin: 0 auto;
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .detail__inner--2 {
    max-width: 1000px;
    padding: 0;
  }
}

.speaker__ttl {
  text-align: center;
  margin: 0 auto 50px;
}
@media (min-width: 1025px) {
  .speaker__ttl {
    margin: 0 auto 40px;
  }
}
.speaker__ttl > span {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .speaker__ttl > span {
    font-size: 30px;
    padding: 0 28px;
  }
}
.speaker__ttl > span::before, .speaker__ttl > span::after {
  content: "";
  background: url(../images/common/ico_speaker.png) no-repeat center/100%;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}
.speaker__ttl > span::before {
  left: 0;
}
.speaker__ttl > span::after {
  right: 0;
}

.speaker__list {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .speaker__list {
    margin-bottom: 60px;
  }
}

.speaker__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 15px;
}
@media (min-width: 1025px) {
  .speaker__item {
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px 0 50px;
  }
}
.speaker__item:last-child {
  margin-bottom: 0;
}
.speaker__item .speaker--img {
  width: 164px;
  height: 164px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--img {
    width: 200px;
    height: 200px;
  }
}
.speaker__item .speaker--img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--img img {
    top: 0;
    left: -44px;
    right: auto;
    bottom: 0;
  }
}
.speaker__item .speaker--info {
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 20px 30px;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 50px 0 0;
    margin-left: -14px;
  }
}
.speaker__item .speaker--info .txt--1 {
  line-height: 2;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--info .txt--1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.speaker__item .speaker--info .txt--2 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--info .txt--2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.speaker__item .speaker--info .txt--2 > a {
  text-decoration: underline;
}
.speaker__item .speaker--info .name {
  color: #4D9B6E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding-right: 18px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--info .name {
    font-size: 24px;
    padding-right: 26px;
    margin-bottom: 20px;
  }
}
.speaker__item .speaker--info .name::after {
  content: "様";
  font-weight: 600;
  font-size: 70%;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.speaker__item .speaker--info .detail {
  line-height: 2;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .speaker__item .speaker--info .detail {
    font-size: 16px;
  }
}

.detail__seminar .seminar__op {
  line-height: 2;
  text-align: center;
  font-size: 11px;
}
@media (min-width: 1025px) {
  .detail__seminar .seminar__op {
    font-size: 13px;
  }
}

.seminar__ttl {
  position: relative;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .seminar__ttl {
    margin: 0 auto 40px;
  }
}
.seminar__ttl > span {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 0 22px;
}
@media (min-width: 1025px) {
  .seminar__ttl > span {
    font-size: 24px;
    padding: 0 0 0 24px;
  }
}
.seminar__ttl > span::before {
  content: "";
  background: url(../images/common/ico_speaker.png) no-repeat center/100%;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}
.seminar__ttl.mg-b32 {
  margin: 0 auto 15px;
}
@media (min-width: 1025px) {
  .seminar__ttl.mg-b32 {
    margin: 0 auto 32px;
  }
}

.seminar__list {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .seminar__list {
    margin-bottom: 60px;
  }
}

.seminar__item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .seminar__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .seminar__item:last-child {
    margin-bottom: 60px;
  }
}
.seminar__item .ttl {
  line-height: 1.7;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .seminar__item .ttl {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.seminar__item .txt {
  line-height: 2;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .seminar__item .txt {
    font-size: 18px;
  }
}
.seminar__item.mg-b80 {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .seminar__item.mg-b80 {
    margin-bottom: 80px;
  }
}

.seminar__img--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .seminar__img--list {
    margin-bottom: 60px;
  }
}
.seminar__img--list > li {
  width: 100%;
}
@media (min-width: 1025px) {
  .seminar__img--list > li {
    width: calc(50% - 15px);
  }
}

/*------------------------------------------
detail__inter
------------------------------------------*/
.inter__ttl {
  position: relative;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .inter__ttl {
    margin: 0 auto 50px;
  }
}
.inter__ttl > span {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 0 22px;
}
@media (min-width: 1025px) {
  .inter__ttl > span {
    font-size: 24px;
    padding: 0 0 0 24px;
  }
}
.inter__ttl > span::before {
  content: "";
  background: url(../images/common/ico_speaker.png) no-repeat center/100%;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
}
@media (min-width: 1025px) {
  .inter__ttl > span::before {
    top: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
.inter__ttl.mg-b32 {
  margin: 0 auto 15px;
}
@media (min-width: 1025px) {
  .inter__ttl.mg-b32 {
    margin: 0 auto 32px;
  }
}

.inter__list {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .inter__list {
    margin-bottom: 80px;
  }
}

.inter__item {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .inter__item {
    margin-bottom: 60px;
  }
}
.inter__item:last-child {
  margin-bottom: 0;
}
.inter__item .ttl {
  line-height: 1.7;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 26px;
}
@media (min-width: 1025px) {
  .inter__item .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 42px;
  }
}
.inter__item .ttl::before {
  content: "";
  background: url(../images/interview/icon_q.png) no-repeat center/100%;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (min-width: 1025px) {
  .inter__item .ttl::before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 15px;
  }
}
.inter__item .txt {
  line-height: 2;
  color: #4E9B6F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .inter__item .txt {
    gap: 4px;
  }
}
.inter__item .txt .txt--1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .inter__item .txt .txt--1 {
    font-size: 20px;
  }
}
.inter__item .txt .txt--2 {
  width: 100%;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .inter__item .txt .txt--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
  }
}
.inter__item .txt .option--txt {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
@media (min-width: 1025px) {
  .inter__item .txt .option--txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
.inter__item .pdm__txt {
  line-height: 2;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  padding-left: 46px;
}
@media (min-width: 1025px) {
  .inter__item .pdm__txt {
    font-size: 18px;
    padding-left: 70px;
  }
}
.inter__item .pdm__txt::before {
  content: "";
  background: url(../images/interview/icon_pdm.png) no-repeat center/100%;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (min-width: 1025px) {
  .inter__item .pdm__txt::before {
    top: 12px;
    width: 57px;
    height: 15px;
  }
}

.inter__img {
  width: 100%;
}
.inter__img .img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .inter__img .img {
    margin: 0 auto;
  }
}
.inter__img .img__op {
  font-size: 13px;
  margin: 5px auto 0;
}
@media (min-width: 1025px) {
  .inter__img .img__op {
    font-size: 16px;
    margin: 10px auto 0;
  }
}
.inter__img .img__op > a {
  color: #4E9B6F;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .inter__img.w-760 {
    max-width: 760px;
    margin: 0 auto;
  }
}

/*------------------------------------------
pickup__container
------------------------------------------*/
.pickup__container {
  padding: 76px 0 0;
  position: relative;
}
@media (min-width: 1025px) {
  .pickup__container {
    padding: 7.3206442167vw 0 0;
  }
}
.pickup__container::before {
  content: "";
  background: url(../images/common/pickup_bg.png) no-repeat center/100%;
  width: 672px;
  height: 500px;
  position: absolute;
  top: -26px;
  left: -148px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1025px) {
  .pickup__container::before {
    width: 118.7408491947vw;
    height: 88.3601756955vw;
    top: -4.39238653vw;
    left: -10.7613469985vw;
  }
}
.pickup__container .pickup__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 23px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .pickup__container .pickup__inner {
    max-width: 1216px;
    padding: 0;
  }
}
.pickup__container .pickup__ttl {
  color: #4D9B6E;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .pickup__container .pickup__ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.page-show .wrapper {
  -webkit-animation: anima-opacity 1s linear forwards;
          animation: anima-opacity 1s linear forwards;
}
.page-show .wrapper .header__container::before {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.page-show .wrapper .header__container .gbtn {
  opacity: 1;
}
.page-show .wrapper .home2025 .shape--1,
.page-show .wrapper .home2025 .shape--2 {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.page-show .wrapper .home2025 .about__container .about__bg {
  -webkit-transform: rotate(-10deg) translate(0, 0) scale(1);
          transform: rotate(-10deg) translate(0, 0) scale(1);
}
.page-show .wrapper .home2025 .mv__container .mv__shape {
  -webkit-transform: rotate(-15deg) translate(0, 0) scale(1);
          transform: rotate(-15deg) translate(0, 0) scale(1);
}
.page-show .wrapper .home2025 .icon--1,
.page-show .wrapper .home2025 .mv__container .mv__icon--1,
.page-show .wrapper .home2025 .mv__container .mv__icon--2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*------------------------------------------
mv__container
------------------------------------------*/
.mv__container {
  position: relative;
  padding: 42px 0 0;
}
@media (min-width: 1025px) {
  .mv__container {
    padding: 5.8565153734vw 0 0;
  }
}
.mv__container .mv__cnt {
  width: 100%;
  padding: 0 24px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt {
    padding: 0 5.8565153734vw 0 5.4904831625vw;
    gap: 5.8565153734vw;
  }
}
.mv__container .mv__cnt .mv__ttl {
  width: 246px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__ttl {
    padding-top: 12.4450951684vw;
    width: 27.8184480234vw;
  }
}
.mv__container .mv__cnt .mv__img {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mv__container .mv__cnt .mv__img .img {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__img .img {
    border-radius: 2.9282576867vw;
  }
}
.mv__container .mv__cnt .mv__img .icon {
  width: 82px;
  position: absolute;
  top: -72px;
  right: 10px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__img .icon {
    width: 9.9560761347vw;
    top: 1.4641288433vw;
    left: -9.0043923865vw;
  }
}
.mv__container .mv__cnt .mv__img .shape {
  display: none;
  width: 25.0366032211vw;
  height: 25.0366032211vw;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dbeadb), to(#d1e57b));
  background: linear-gradient(#dbeadb 0%, #d1e57b 100%);
  position: absolute;
  bottom: 1.756954612vw;
  left: -13.8360175695vw;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation: morph 10s linear 0s infinite;
          animation: morph 10s linear 0s infinite;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__img .shape {
    display: block;
  }
}
.mv__container .mv__shape {
  position: absolute;
  width: 230px;
  right: -148px;
  bottom: -103px;
  z-index: 4;
  -webkit-transform: translate(0, 50%) scale(0.5);
          transform: translate(0, 50%) scale(0.5);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
@media (min-width: 1025px) {
  .mv__container .mv__shape {
    width: 37.701317716vw;
    right: -20.7906295754vw;
    bottom: -5.6368960469vw;
  }
}
.mv__container .mv__icon--1 {
  position: absolute;
  width: 36px;
  left: 28px;
  bottom: 60px;
  z-index: 4;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
@media (min-width: 1025px) {
  .mv__container .mv__icon--1 {
    width: 4.7584187408vw;
    left: 18.5212298682vw;
    bottom: 16.8374816984vw;
  }
}
.mv__container .mv__icon--2 {
  position: absolute;
  width: 30px;
  right: 4px;
  bottom: 60px;
  z-index: 5;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
@media (min-width: 1025px) {
  .mv__container .mv__icon--2 {
    width: 3.953147877vw;
    right: -1.0248901903vw;
    bottom: 25.3294289898vw;
  }
}
.mv__container .mv__wave {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .mv__container .mv__wave {
    width: 100vw;
    bottom: -5.270863836vw;
  }
}

/*------------------------------------------
about__container
------------------------------------------*/
.about__container {
  padding: 125px 0 132px;
  position: relative;
}
@media (min-width: 1025px) {
  .about__container {
    padding: 17.2035139092vw 0 8.78477306vw;
  }
}
.about__container .about__bg {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 418.1333333333vw;
  height: 449.6vw;
  top: -255px;
  left: -663px;
  -webkit-transform: translateY(5%) scale(0.5);
          transform: translateY(5%) scale(0.5);
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
@media (min-width: 1025px) {
  .about__container .about__bg {
    width: 130.0878477306vw;
    height: 149.9267935578vw;
    top: -25.2562225476vw;
    left: -17.2767203514vw;
  }
}
.about__container .about__icon--1 {
  position: absolute;
  width: 41px;
  top: 125px;
  left: -7px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .about__container .about__icon--1 {
    width: 6.7349926794vw;
    top: 27.5988286969vw;
    left: 7.6866764275vw;
  }
}
.about__container .about__icon--2 {
  display: none;
  position: absolute;
  width: 4.7584187408vw;
  top: 13.17715959vw;
  right: 5.4904831625vw;
  z-index: 3;
}
@media (min-width: 1025px) {
  .about__container .about__icon--2 {
    display: block;
  }
}
.about__container .about__info {
  position: relative;
  z-index: 4;
  width: 288px;
  margin: 0 auto 40px;
}
@media (min-width: 1025px) {
  .about__container .about__info {
    width: 100%;
    max-width: 532px;
    padding: 0;
    margin: 0 auto 5.8565153734vw;
  }
}
.about__container .about__info .ttl {
  width: 166px;
  margin: 0 auto 38px;
}
@media (min-width: 1025px) {
  .about__container .about__info .ttl {
    width: 380px;
    margin: 0 auto 4.5387994143vw;
  }
}
.about__container .about__info .txt__info .txt {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .about__container .about__info .txt__info .txt {
    font-size: 17px;
    margin-bottom: 2.196193265vw;
  }
}
.about__container .about__info .txt__info .txt:last-child {
  margin-bottom: 0;
}
.about__container .about__list--group {
  position: relative;
  z-index: 3;
  width: 270px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .about__container .about__list--group {
    width: 100%;
    max-width: 1056px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 2.196193265vw;
  }
}
.about__container .about__list--group .list--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 140px;
  gap: 40px;
  position: relative;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--1 {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.about__container .about__list--group .list--1::after {
  display: none;
  content: "";
  background: url(../images/2025/icon_4.png) no-repeat center/100%;
  width: 92px;
  height: 102px;
  position: absolute;
  top: -202px;
  right: -20px;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--1::after {
    display: block;
  }
}
.about__container .about__list--group .list--1 > li {
  width: 100%;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--1 > li {
    width: 230px;
    border: 6px solid #FFFFFF;
  }
}
.about__container .about__list--group .list--1 > li .txt {
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--1 > li .txt {
    font-size: 20px;
  }
}
.about__container .about__list--group .list--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 185px;
  gap: 8px;
  margin: 0 0 0 -58px;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--2 {
    max-width: 718px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: -142px auto 0;
  }
}
.about__container .about__list--group .list--2 > li {
  width: 185px;
  height: 174px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--2 > li {
    width: 315px;
    height: 285px;
  }
}
.about__container .about__list--group .list--2 > li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/2025/icon_ring.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about__container .about__list--group .list--2 > li .txt {
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .about__container .about__list--group .list--2 > li .txt {
    font-size: 18px;
  }
}
.about__container .about__list--group .list--2.is-animate > li::before {
  -webkit-animation: circle2 1.5s linear forwards;
          animation: circle2 1.5s linear forwards;
}
.about__container .op__txt {
  position: relative;
  z-index: 3;
  width: 246px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 11px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .about__container .op__txt {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}

/*------------------------------------------
esg__container
------------------------------------------*/
.esg__container {
  position: relative;
  z-index: 3;
  background: #f7f4f4;
  padding: 50px 0 146px;
}
@media (min-width: 1025px) {
  .esg__container {
    padding: 8.0527086384vw 0 19.7657393851vw;
  }
}
.esg__container .esg__shape--1 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 292px;
  position: absolute;
  top: -50px;
  left: -153px;
}
@media (min-width: 1025px) {
  .esg__container .esg__shape--1 {
    width: 48.8286969253vw;
    top: -16.1054172767vw;
    left: -25.8418740849vw;
  }
}
.esg__container .esg__shape--2 {
  width: 282px;
  height: 282px;
  position: absolute;
  bottom: 83px;
  right: -219px;
  z-index: 2;
  border-radius: 50%;
  background: #95ce9b;
  -webkit-animation: morph 10s linear 0s infinite;
          animation: morph 10s linear 0s infinite;
}
@media (min-width: 1025px) {
  .esg__container .esg__shape--2 {
    width: 41.2884333821vw;
    height: 41.2884333821vw;
    bottom: 1.0980966325vw;
    right: -31.3323572474vw;
  }
}
.esg__container .inner {
  position: relative;
  width: 100%;
  padding-left: 15px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .esg__container .inner {
    padding-left: 5.4904831625vw;
  }
}
.esg__container .ttl__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 0 24px 0 8px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .esg__container .ttl__area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 108px;
    padding-left: 5.4904831625vw;
    margin-bottom: 5.8565153734vw;
  }
}
.esg__container .ttl__area .logo {
  width: 246px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .esg__container .ttl__area .logo {
    width: 424px;
  }
}
.esg__container .ttl__area .lead {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .esg__container .ttl__area .lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 17px;
  }
}
.esg__container .esg__slide .splide {
  overflow: hidden;
}
.esg__container .esg__slide .splide.no-slide {
  visibility: visible;
}
.esg__container .esg__slide .splide.no-slide .splide__slide {
  width: 100%;
}
.esg__container .esg__slide .splide.no-slide .splide__arrows {
  display: none;
}
.esg__container .esg__slide .splide__wrapper {
  width: 100%;
  position: relative;
  padding: 0 24px 0 0;
  padding-bottom: 76px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__wrapper {
    width: 44.5095168375vw;
    padding-bottom: 0;
  }
}
.esg__container .esg__slide .splide__track {
  border-radius: 0;
  border: 0;
  overflow: visible;
}
.esg__container .esg__slide .splide__slide {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: scale(0.78) translateX(-12%) translateY(-14%);
            transform: scale(0.78) translateX(-12%) translateY(-14%);
  }
}
.esg__container .esg__slide .splide__slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.esg__container .esg__slide .splide__slide .slide--date {
  width: 2px;
  position: relative;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--date {
    width: 18px;
  }
}
.esg__container .esg__slide .splide__slide .slide--date::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #155338;
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.esg__container .esg__slide .splide__slide .slide--date .date {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--date .date {
    background: #f7f4f4;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
    left: 0;
  }
}
.esg__container .esg__slide .splide__slide .slide--inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 20px 20px 60px 20px;
  background: #FFFFFF;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--inner {
    margin-top: 0;
  }
}
.esg__container .esg__slide .splide__slide .slide--img {
  aspect-ratio: 426/246;
  overflow: hidden;
}
.esg__container .esg__slide .splide__slide .slide--img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.esg__container .esg__slide .splide__slide .slide--detail {
  padding: 12px 20px 26px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--detail {
    padding: 20px 26px 40px;
  }
}
.esg__container .esg__slide .splide__slide .slide--detail .ttl {
  background: #76C066;
  width: 100%;
  height: 32px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--detail .ttl {
    height: 48px;
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.esg__container .esg__slide .splide__slide .slide--detail .txt {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide .slide--detail .txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.esg__container .esg__slide .splide__slide .slide--detail .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 20px;
  line-height: 1;
}
.esg__container .esg__slide .splide__slide .slide--detail .btn::after {
  content: "";
  background: url(../images/2025/icon_arrow.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  width: 11px;
  height: 9px;
}
.esg__container .esg__slide .splide__slide.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide.is-next {
    margin-right: -15% !important;
  }
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__slide:hover > a {
    opacity: 1;
  }
  .esg__container .esg__slide .splide__slide:hover .slide--img > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.esg__container .esg__slide .splide__arrows {
  z-index: 10;
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 82px;
  height: 36px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__arrows {
    width: 106px;
    height: 46px;
    right: -100%;
    bottom: 50px;
  }
}
.esg__container .esg__slide .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  width: 36px;
  height: 100%;
}
@media (min-width: 769px) {
  .esg__container .esg__slide .splide__arrows .splide__arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .esg__container .esg__slide .splide__arrows .splide__arrow:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__arrows .splide__arrow {
    width: 46px;
  }
}
.esg__container .esg__slide .splide__arrows .splide__arrow::before {
  content: "";
  background: url(../images/2025/slider_arrow.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.esg__container .esg__slide .splide__arrows .splide__arrow svg {
  display: none;
}
.esg__container .esg__slide .splide__arrows .splide__arrow--prev {
  left: 0;
}
.esg__container .esg__slide .splide__arrows .splide__arrow--next {
  right: 0;
}
.esg__container .esg__slide .splide__arrows .splide__arrow--next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}
.esg__container .esg__slide .splide__pagination {
  counter-reset: pagination-num;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: auto;
  padding: 0;
  gap: 10px;
  left: 8px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__pagination {
    left: auto;
    bottom: 60px;
    right: -80%;
    gap: 12px;
  }
}
.esg__container .esg__slide .splide__pagination__page {
  background: none;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  width: 16px;
  height: 14px;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__pagination__page {
    width: 20px;
    height: 18px;
  }
}
.esg__container .esg__slide .splide__pagination__page.is-active {
  background: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.esg__container .esg__slide .splide__pagination__page::before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
  display: inline-block;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__pagination__page::before {
    font-size: 18px;
  }
}
.esg__container .esg__slide .splide__pagination__page::after {
  content: "0";
  display: inline-block;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .esg__container .esg__slide .splide__pagination__page::after {
    font-size: 18px;
  }
}
.esg__container .esg__btn {
  border: 1px solid #4D9B6E;
  border-radius: 42px;
  width: 206px;
  height: 50px;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .esg__container .esg__btn {
    width: 304px;
    height: 84px;
    margin: 40px auto 0;
  }
}
.esg__container .esg__btn > a {
  width: 100%;
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 13px;
  position: relative;
  color: #4D9B6E;
  padding-top: 5px;
}
@media (min-width: 1025px) {
  .esg__container .esg__btn > a {
    padding-left: 40px;
    font-size: 17px;
  }
}
.esg__container .esg__btn > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_2.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 9px;
}
@media (min-width: 1025px) {
  .esg__container .esg__btn > a::after {
    width: 13px;
    height: 12px;
    right: 40px;
  }
}
.esg__container .why__wave--1 {
  width: 100%;
  height: 25.0666666667vw;
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  z-index: 1;
}
@media (min-width: 1025px) {
  .esg__container .why__wave--1 {
    height: 17.2035139092vw;
    bottom: -5px;
  }
}

/*------------------------------------------
why__container
------------------------------------------*/
@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.why__container {
  position: relative;
  z-index: 3;
  background: #E4EBC6;
  padding: 50px 0 0;
}
@media (min-width: 1025px) {
  .why__container {
    padding: 6.588579795vw 0 0;
  }
}
.why__container .why__block--1 {
  position: relative;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 {
    padding: 0 0 21.9619326501vw;
  }
}
.why__container .why__block--1 .cnt__1 {
  margin-bottom: 160px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 {
    margin-bottom: 80px;
  }
}
.why__container .why__block--1 .cnt__1 .ttl {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .ttl {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.why__container .why__block--1 .cnt__1 .list__group {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group {
    max-width: 1064px;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .txt {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 600;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group .txt {
    line-height: 2;
    font-size: 17px;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .list--1 {
  width: 250px;
  margin: 0 0 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group .list--1 {
    width: 100%;
    max-width: 836px;
    height: 260px;
    gap: 0;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .list--1 > li {
  width: 100%;
  height: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/2025/why_bg_1.png) no-repeat center/100%;
  mix-blend-mode: multiply;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group .list--1 > li {
    width: 380px;
    height: 100%;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .list--1 > li:last-child {
  background: url(../images/2025/why_bg_2.png) no-repeat center/100%;
}
.why__container .why__block--1 .cnt__1 .list__group .list--2 {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  position: absolute;
  top: 107px;
  left: 140px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group .list--2 {
    width: 100%;
    max-width: 836px;
    height: 272px;
    gap: 0;
    margin: -78px 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .list--2 > li {
  width: 100%;
  height: 179px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/2025/why_bg_3.png) no-repeat center/100%;
  mix-blend-mode: multiply;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__1 .list__group .list--2 > li {
    width: 380px;
    height: 100%;
  }
}
.why__container .why__block--1 .cnt__1 .list__group .list--2 > li:last-child {
  background: url(../images/2025/why_bg_4.png) no-repeat center/100%;
}
.why__container .why__block--1 .cnt__2 {
  margin-bottom: 160px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 {
    margin-bottom: 80px;
  }
}
.why__container .why__block--1 .cnt__2 .ttl {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .ttl {
    font-size: 22px;
    margin-bottom: 46px;
  }
}
.why__container .why__block--1 .cnt__2 .card__list {
  width: 100%;
  padding: 0 24px 0 23px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list {
    max-width: 1140px;
    gap: 20px;
    padding: 0;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li {
  width: 100%;
  height: 100px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li {
    width: 240px;
    height: 360px;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li .q__txt {
  letter-spacing: 0.08em;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li .q__txt {
    font-size: 24px;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li .icon {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 22px;
    left: 0;
    right: 0;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li .icon::before {
  content: "";
  background: url(../images/2025/icon_open.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.why__container .why__block--1 .cnt__2 .card__list > li .front,
.why__container .why__block--1 .cnt__2 .card__list > li .back {
  border-radius: 180px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li .front,
  .why__container .why__block--1 .cnt__2 .card__list > li .back {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li .front {
  background: linear-gradient(315deg, #6ec249 0%, #abbe45 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li .front .q__txt {
    text-align: center;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li .back {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: linear-gradient(135deg, #49c281 0%, #abbe45 100%);
}
.why__container .why__block--1 .cnt__2 .card__list > li .back .q__txt {
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 13px;
  width: 206px;
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li .back .q__txt {
    width: 180px;
    font-size: 15px;
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li.is-active .front {
  -webkit-transform: scale(1) rotateY(180deg);
          transform: scale(1) rotateY(180deg);
}
.why__container .why__block--1 .cnt__2 .card__list > li.is-active .back {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(0);
          transform: scale(1) rotateY(0);
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li.is-active .back {
    -webkit-transform: scale(1.125) rotateY(0);
            transform: scale(1.125) rotateY(0);
  }
}
@media (min-width: 1025px) {
  .why__container .why__block--1 .cnt__2 .card__list > li.is-active .back .icon {
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
}
.why__container .why__block--1 .cnt__2 .card__list > li.is-active .back .icon::before {
  background: url(../images/2025/icon_close.png) no-repeat center/100%;
}
.why__container .why__block--1 .cnt__2 .card__list > li:nth-child(4) .front {
  background: linear-gradient(45deg, #49c281 0%, #abbe45 100%);
}
.why__container .why__wave--2 {
  width: 100%;
  height: 26.1333333333vw;
  position: absolute;
  bottom: -0.5333333333vw;
  z-index: 1;
}
@media (min-width: 1025px) {
  .why__container .why__wave--2 {
    height: 14.494875549vw;
    left: 0;
  }
}
.why__container .why__block--2 {
  background: #D0E6D0;
  position: relative;
  padding: 52px 0 50px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 {
    padding: 8.78477306vw 0 4.7584187408vw;
  }
}
.why__container .why__block--2 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 0 23px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .inner {
    max-width: 1064px;
    padding: 0;
  }
}
.why__container .why__block--2 .cnt__1 {
  margin: 0 auto 50px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 {
    margin: 0 auto 8.0527086384vw;
  }
}
.why__container .why__block--2 .cnt__1 .ttl {
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.why__container .why__block--2 .cnt__1 .lead {
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 14px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .lead {
    font-size: 18px;
    margin-bottom: 75px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 18px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list {
    gap: 40px 20px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li {
  background: #FFFFFF;
  border-radius: 180px;
  position: relative;
  width: calc(50% - 9px);
  height: 218px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li {
    width: calc(50% - 10px);
    height: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li .txt {
  padding: 126px 0 0 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li .txt {
    padding: 0 0 0 52px;
    font-size: 16px;
    text-align: left;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li .img {
  opacity: 0;
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li:first-child .img {
  position: absolute;
  width: 142px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li:first-child .img {
    width: 228px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 46px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(2) .img {
  position: absolute;
  width: 155px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(2) .img {
    width: 270px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 35px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(3) .img {
  position: absolute;
  width: 155px;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(3) .img {
    width: 231px;
    top: auto;
    bottom: -2px;
    left: auto;
    right: 34px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(4) .img {
  position: absolute;
  width: 155px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__1 .cnt1__list > li:nth-child(4) .img {
    width: 253px;
    top: -10px;
    left: auto;
    right: 38px;
  }
}
.why__container .why__block--2 .cnt__1 .cnt1__list > li.is-active .img {
  -webkit-animation: bounceInUp 1s 0s forwards;
          animation: bounceInUp 1s 0s forwards;
}
.why__container .why__block--2 .cnt__2 .ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__2 .ttl {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.why__container .why__block--2 .cnt__2 .cnt2__info {
  width: 100%;
  border-radius: 40px;
  background: #FFFFFF;
  padding: 170px 40px 35px;
  position: relative;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__2 .cnt2__info {
    border-radius: 80px;
    max-width: 760px;
    padding: 72px 262px 72px 76px;
  }
}
.why__container .why__block--2 .cnt__2 .cnt2__info::before {
  opacity: 0;
  content: "";
  background: url(../images/2025/why_img_5.png) no-repeat center/100%;
  width: 246px;
  height: 182px;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__2 .cnt2__info::before {
    width: 532px;
    height: 393px;
    top: auto;
    bottom: -62px;
    left: auto;
    right: -304px;
    margin: 0;
  }
}
.why__container .why__block--2 .cnt__2 .cnt2__info .txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .why__container .why__block--2 .cnt__2 .cnt2__info .txt {
    font-size: 18px;
  }
}
.why__container .why__block--2 .cnt__2 .cnt2__info.is-active::before {
  -webkit-animation: bounceInUp 1s 0s forwards;
          animation: bounceInUp 1s 0s forwards;
}

/*------------------------------------------
service__container
------------------------------------------*/
.service__container {
  position: relative;
  z-index: 4;
  padding: 155px 0 0;
}
@media (min-width: 1025px) {
  .service__container {
    padding: 21.9619326501vw 0 3.953147877vw;
  }
}
.service__container .why__wave--3 {
  width: 100%;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1025px) {
  .service__container .why__wave--3 {
    height: 10.6881405564vw;
  }
}
.service__container .service__shape--1 {
  display: none;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 270px;
  position: absolute;
  top: 0;
  right: -153px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .service__container .service__shape--1 {
    display: block;
    width: 50.9516837482vw;
    right: -22.6939970717vw;
  }
}
.service__container .service__shape--2 {
  width: 263px;
  position: absolute;
  bottom: -40px;
  left: -150px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .service__container .service__shape--2 {
    width: 54.4655929722vw;
    left: -29.7218155198vw;
    bottom: -14.6412884334vw;
  }
}
.service__container .inner {
  width: 100%;
  padding: 0 24px 0 23px;
}
@media (min-width: 1025px) {
  .service__container .inner {
    padding: 0 2.5622254758vw 0 5.4904831625vw;
  }
}
.service__container .inner .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .service__container .inner .ttl {
    text-align: left;
    padding-left: 5.5636896047vw;
    font-size: 18px;
    margin-bottom: 4.7584187408vw;
  }
}
.service__container .inner .service__slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.service__container .inner .service__slide .splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__container .inner .service__slide .splide {
  overflow: hidden;
}
.service__container .inner .service__slide .splide.no-slide {
  visibility: visible;
}
@media (max-width: 768px) {
  .service__container .inner .service__slide .splide.no-slide {
    width: 100%;
  }
}
.service__container .inner .service__slide .splide.no-slide .splide__wrapper {
  width: 100%;
}
.service__container .inner .service__slide .splide.no-slide .splide__arrows {
  display: none;
}
@media (max-width: 768px) {
  .service__container .inner .service__slide .splide.no-slide .splide__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__container .inner .service__slide .splide.no-slide .slide--img {
  position: absolute;
  z-index: 2;
  width: 100%;
  aspect-ratio: 684/410;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide.no-slide .slide--img {
    width: 50.0732064422vw;
  }
}
.service__container .inner .service__slide .splide__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__wrapper {
    width: 91.9472913616vw;
    height: 43.1918008785vw;
    padding-bottom: 4.39238653vw;
  }
}
.service__container .inner .service__slide .splide__track {
  border-radius: 0;
  border: 0;
}
.service__container .inner .service__slide .splide__slide {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide {
    margin-bottom: 0;
  }
}
.service__container .inner .service__slide .splide__slide .slide--cnt {
  position: relative;
  width: 100%;
}
.service__container .inner .service__slide .splide__slide .slide--info {
  width: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 9.3333333333vw 40px 48vw;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info {
    width: 89.019033675vw;
    height: 38.7994143485vw;
    border-radius: 80px;
    padding: 4.39238653vw 50.0732064422vw 8.78477306vw 5.5636896047vw;
  }
}
.service__container .inner .service__slide .splide__slide .slide--info .info__ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info .info__ttl {
    font-size: 30px;
    margin-bottom: 2.9282576867vw;
  }
}
.service__container .inner .service__slide .splide__slide .slide--info .info__lead {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info .info__lead {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.service__container .inner .service__slide .splide__slide .slide--info .detail {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info .detail {
    margin-bottom: 1.8301610542vw;
  }
}
.service__container .inner .service__slide .splide__slide .slide--info .detail:last-child {
  margin-bottom: 0;
}
.service__container .inner .service__slide .splide__slide .slide--info .detail .d--ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info .detail .d--ttl {
    font-size: 20px;
  }
}
.service__container .inner .service__slide .splide__slide .slide--info .detail .d--ttl::before {
  content: "";
  background: url(../images/2025/ttl_icon.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.service__container .inner .service__slide .splide__slide .slide--info .detail .d--txt {
  line-height: 2;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--info .detail .d--txt {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .service__container .inner .service__slide .splide__slide .slide--info .info__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .service__container .inner .service__slide .splide__slide .slide--info .info__lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .service__container .inner .service__slide .splide__slide .slide--info .detail {
    margin-bottom: 15px;
  }
  .service__container .inner .service__slide .splide__slide .slide--info .detail .d--ttl {
    font-size: 16px;
  }
  .service__container .inner .service__slide .splide__slide .slide--info .detail .d--txt {
    line-height: 1.6;
    font-size: 12px;
  }
}
.service__container .inner .service__slide .splide__slide .slide--img {
  width: calc(100% - 40px);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 684/410;
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__slide .slide--img {
    border-radius: 50px;
    width: 50.0732064422vw;
    height: 30.0146412884vw;
    top: 0;
    left: auto;
    right: 0vw;
    bottom: 0;
  }
}
.service__container .inner .service__slide .splide__slide .slide--img img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service__container .inner .service__slide .splide__arrows {
  z-index: 10;
  position: absolute;
  width: 244px;
  height: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service__container .inner .service__slide .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  width: 36px;
  height: 100%;
}
@media (min-width: 769px) {
  .service__container .inner .service__slide .splide__arrows .splide__arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .service__container .inner .service__slide .splide__arrows .splide__arrow:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1025px) {
  .service__container .inner .service__slide .splide__arrows .splide__arrow {
    width: 46px;
  }
}
.service__container .inner .service__slide .splide__arrows .splide__arrow::before {
  content: "";
  background: url(../images/2025/slider_arrow.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.service__container .inner .service__slide .splide__arrows .splide__arrow svg {
  display: none;
}
.service__container .inner .service__slide .splide__arrows .splide__arrow--prev {
  left: 0;
}
.service__container .inner .service__slide .splide__arrows .splide__arrow--next {
  right: 0;
}
.service__container .inner .service__slide .splide__arrows .splide__arrow--next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}
.service__container .inner .service__slide .splide__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
.service__container .inner .service__slide .splide__pagination::after {
  content: "";
  background: #4d9b6e;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  z-index: -1;
}
.service__container .inner .service__slide .splide__pagination .presentation {
  position: relative;
  z-index: 2;
}
.service__container .inner .service__slide .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #4d9b6e;
  margin: 0;
  opacity: 1;
}
.service__container .inner .service__slide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #d2e82b;
}

/*------------------------------------------
vision__container
------------------------------------------*/
.vision__container {
  position: relative;
  z-index: 4;
  padding: 54px 0 55px;
  height: 624px;
  mix-blend-mode: multiply;
}
@media (min-width: 1025px) {
  .vision__container {
    padding: 3.953147877vw 0 4.2459736457vw;
    height: 86.1639824305vw;
  }
}
.vision__container .vision__shape--1 {
  width: 171px;
  position: absolute;
  top: auto;
  bottom: 120px;
  right: -180px;
  z-index: 2;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (min-width: 1025px) {
  .vision__container .vision__shape--1 {
    width: 28.6969253294vw;
    top: 24.3045387994vw;
    right: -17.0571010249vw;
  }
}
.vision__container .vision__shape--2 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 302px;
  position: absolute;
  bottom: 0px;
  left: -179px;
}
@media (min-width: 1025px) {
  .vision__container .vision__shape--2 {
    width: 48.8286969253vw;
    bottom: -12.3718887262vw;
    left: -19.0336749634vw;
  }
}
.vision__container .vision__bg {
  position: absolute;
  top: 0;
  left: -74px;
  right: auto;
  bottom: auto;
  margin: auto;
  width: 520px;
  height: 520px;
  z-index: 3;
  mix-blend-mode: multiply;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d9b6e), to(#95ce9b));
  background: linear-gradient(#4d9b6e 0%, #95ce9b 100%);
  -webkit-animation: morph 10s linear 0s infinite;
          animation: morph 10s linear 0s infinite;
}
@media (min-width: 1025px) {
  .vision__container .vision__bg {
    width: 83.4553440703vw;
    height: 83.4553440703vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.vision__container .vision__txt {
  position: absolute;
  top: 222px;
  left: 0;
  right: 0;
  margin: auto;
  width: 266px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (min-width: 1025px) {
  .vision__container .vision__txt {
    width: 44.5095168375vw;
    top: 37.701317716vw;
  }
}
.vision__container .vision__icon--1 {
  position: absolute;
  width: 28px;
  top: 36px;
  right: 146px;
}
@media (min-width: 1025px) {
  .vision__container .vision__icon--1 {
    width: 4.7584187408vw;
    top: 10.980966325vw;
    right: 11.9326500732vw;
  }
}
.vision__container .vision__icon--2 {
  position: absolute;
  width: 33px;
  bottom: 85px;
  left: 98px;
}
@media (min-width: 1025px) {
  .vision__container .vision__icon--2 {
    width: 4.7584187408vw;
    bottom: 23.0600292826vw;
    left: 0;
  }
}
.vision__container .vision__icon--3 {
  position: absolute;
  width: 66px;
  bottom: 0;
  right: 146px;
}
@media (min-width: 1025px) {
  .vision__container .vision__icon--3 {
    width: 11.1273792094vw;
    right: 14.2020497804vw;
  }
}
.vision__container .cmn__ttl.vision {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.vision__container.is-active .vision__bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.vision__container.is-active .vision__txt,
.vision__container.is-active .cmn__ttl.vision {
  opacity: 1;
}

/*------------------------------------------
contact__container
------------------------------------------*/
.contact__container {
  position: relative;
  z-index: 3;
  padding: 0 0 50px 0;
}
@media (min-width: 1025px) {
  .contact__container {
    padding: 0;
  }
}
.contact__container .ring__bg {
  width: 610px;
  height: 610px;
  position: absolute;
  top: -74px;
  left: -31.2vw;
  right: 0;
  -webkit-animation: circle 120s linear 0s infinite;
          animation: circle 120s linear 0s infinite;
}
@media (min-width: 1025px) {
  .contact__container .ring__bg {
    width: 77.8916544656vw;
    height: 77.8916544656vw;
    top: -15.5197657394vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.contact__container .information__box {
  width: 328px;
  margin: 0 auto;
  background: #d0e6d0;
  border-radius: 30px;
  padding: 10px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .contact__container .information__box {
    width: 100%;
    max-width: 912px;
  }
}
.contact__container .information__box .inner {
  padding: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner {
    padding: 30px 104px;
  }
}
.contact__container .information__box .inner .ttl {
  width: 218px;
  margin: 0 auto 28px;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .ttl {
    width: 436px;
    margin: 0 auto 46px;
  }
}
.contact__container .information__box .inner .txt {
  line-height: 2;
  left: 0.04em;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.contact__container .information__box .inner .btn {
  background: -webkit-gradient(linear, left top, right top, from(#49c281), to(#abbe45));
  background: linear-gradient(to right, #49c281 0%, #abbe45 100%);
  width: 246px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 80px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .btn {
    width: 100%;
    max-width: 550px;
    height: 120px;
    margin: 0 auto 30px;
  }
}
.contact__container .information__box .inner .btn > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 15px;
  position: relative;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .btn > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
.contact__container .information__box .inner .btn > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_3.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 34px;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .btn > a::after {
    width: 44px;
    height: 44px;
    right: 46px;
  }
}
.contact__container .information__box .inner .option {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .contact__container .information__box .inner .option {
    font-size: 13px;
    text-align: center;
  }
}
.contact__container .contact__info {
  position: relative;
}
@media (min-width: 1025px) {
  .contact__container .contact__info {
    padding: 21.4494875549vw 0 6.2957540264vw;
  }
}
.contact__container .contact__info .contact__shape {
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 672px;
  top: -54px;
  left: -61px;
  z-index: 4;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .contact__shape {
    width: 118.7408491947vw;
    top: -17.1303074671vw;
    left: -9.3704245974vw;
  }
}
.contact__container .contact__list {
  width: 100%;
  margin: 0 auto;
  padding: 166px 24px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1025px) {
  .contact__container .contact__list {
    max-width: 1064px;
    padding: 0;
    gap: 76px;
  }
}
.contact__container .contact__list .left {
  width: 100%;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contact__container .contact__list .left .lead {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .left .lead {
    font-size: 19px;
    text-align: left;
  }
}
.contact__container .contact__list .left .txt {
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .left .txt {
    font-size: 16px;
  }
}
.contact__container .contact__list .right {
  width: 246px;
  height: 78px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .right {
    width: 456px;
    height: 150px;
  }
}
.contact__container .contact__list .right > a {
  width: 100%;
  height: 100%;
  background: #e3bd47;
  border-radius: 75px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact__container .contact__list .right > a .group {
  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;
}
.contact__container .contact__list .right > a .group > span {
  display: block;
  text-align: center;
  width: 100%;
}
.contact__container .contact__list .right > a .en {
  font-size: 11px;
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .right > a .en {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.contact__container .contact__list .right > a .ja {
  letter-spacing: 0.06em;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .right > a .ja {
    font-size: 20px;
  }
}
.contact__container .contact__list .right > a::after {
  content: "";
  background: url(../images/2025/icon_arrow_4.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 12px;
}
@media (min-width: 1025px) {
  .contact__container .contact__list .right > a::after {
    width: 22px;
    height: 21px;
    right: 54px;
  }
}
.contact__container .contact__bnr {
  width: 330px;
  margin: 40px auto 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .contact__container .contact__bnr {
    width: 800px;
    margin: 80px auto 0;
  }
}

/*------------------------------------------
common parts
------------------------------------------*/
@-webkit-keyframes ttl-txt-pc {
  0% {
    background-position: 400px 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@keyframes ttl-txt-pc {
  0% {
    background-position: 400px 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@-webkit-keyframes ttl-txt-sp {
  0% {
    background-position: 100px 0;
  }
  100% {
    background-position: -150px 0;
  }
}
@keyframes ttl-txt-sp {
  0% {
    background-position: 100px 0;
  }
  100% {
    background-position: -150px 0;
  }
}
.cmn__ttl {
  position: absolute;
  width: 100vw;
  z-index: 5;
  left: 0;
}
.cmn__ttl::before {
  content: "";
  background-image: url(../images/2025/txt_about.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.cmn__ttl.about {
  top: 38px;
  height: 41px;
}
@media (min-width: 1025px) {
  .cmn__ttl.about {
    top: 2.4890190337vw;
    height: 82px;
  }
}
.cmn__ttl.about::before {
  content: "";
  background-image: url(../images/2025/txt_about.png);
  background-size: 766px auto;
  background-position: -128px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.about::before {
    background-size: 1533px auto;
    background-position: -160px 0;
  }
}
.cmn__ttl.why-1 {
  top: -42px;
  height: 51px;
}
@media (min-width: 1025px) {
  .cmn__ttl.why-1 {
    top: -6.0029282577vw;
    height: 101px;
  }
}
.cmn__ttl.why-1::before {
  content: "";
  background-image: url(../images/2025/txt_why_1.png);
  background-size: 1066px auto;
  background-position: -240px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.why-1::before {
    background-size: 2132px auto;
    background-position: -380px 0;
  }
}
.cmn__ttl.why-2 {
  top: -34px;
  height: 50px;
}
@media (min-width: 1025px) {
  .cmn__ttl.why-2 {
    top: -4.39238653vw;
    height: 101px;
  }
}
.cmn__ttl.why-2::before {
  content: "";
  background-image: url(../images/2025/txt_why_2.png);
  background-size: 1112px auto;
  background-position: -260px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.why-2::before {
    background-size: 2223px auto;
    background-position: -425px 0;
  }
}
.cmn__ttl.service {
  top: 70px;
  height: 39px;
}
@media (min-width: 1025px) {
  .cmn__ttl.service {
    top: 13.17715959vw;
    height: 77px;
  }
}
.cmn__ttl.service::before {
  content: "";
  background-image: url(../images/2025/txt_service.png);
  background-size: 875px auto;
  background-position: -150px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.service::before {
    background-size: 1749px auto;
    background-position: -212px 0;
  }
}
.cmn__ttl.vision {
  top: 150px;
  height: 40px;
}
@media (min-width: 1025px) {
  .cmn__ttl.vision {
    top: 23.4260614934vw;
    height: 79px;
  }
}
.cmn__ttl.vision::before {
  content: "";
  background-image: url(../images/2025/txt_vision.png);
  background-size: 754px auto;
  background-position: -128px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.vision::before {
    background-size: 1508px auto;
    background-position: -13px 0;
  }
}
.cmn__ttl.contact {
  top: 80px;
  height: 39px;
}
@media (min-width: 1025px) {
  .cmn__ttl.contact {
    top: 10.2489019034vw;
    height: 77px;
  }
}
.cmn__ttl.contact::before {
  content: "";
  background-image: url(../images/2025/txt_contact.png);
  background-size: 955px auto;
  background-position: -166px 0;
}
@media (min-width: 1025px) {
  .cmn__ttl.contact::before {
    background-size: 1910px auto;
    background-position: -244px 0;
  }
}

/* =========================================================
splash 
========================================================= */
@-webkit-keyframes logo {
  0% {
    opacity: 0;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #fff;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #fff;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.splash {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f4f4;
}
.splash .splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.splash .splash__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splash .logo {
  width: 228px;
}
@media (min-width: 1025px) {
  .splash .logo {
    width: 100%;
    max-width: 456px;
  }
}
.splash .logo > span {
  display: block;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.9s 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.splash .logo > span:first-child {
  margin-bottom: 14px;
}
.splash.is-active .logo > span {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}