@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap");
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#main .member_group {
  padding: 0;
  border-radius: 15px 15px 0 0;
}
#main .member_group .contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #F0FCFF;
}
#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.56;
}
#main .member_group .contents *::after {
  content: none;
}
#main .member_group .contents a,
#main .member_group .contents a:focus {
  outline: none;
}
#main .member_group .contents a {
  color: inherit;
  text-decoration: none;
}
#main .member_group .contents .pc-none {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .pc-none {
    display: block;
  }
}
#main .member_group .contents .huge-none {
  display: block;
}
@media screen and (max-width: 1340px) {
  #main .member_group .contents .huge-none {
    display: none;
  }
}
#main .member_group .contents .sp-none {
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .sp-none {
    display: none;
  }
}
#main .member_group .contents .br__pc {
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .br__pc {
    display: none;
  }
}
#main .member_group .contents .br__tb {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .br__tb {
    display: block;
  }
}
#main .member_group .contents .br__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #main .member_group .contents .br__sp {
    display: block;
  }
}
#main .member_group .contents .common__en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#main .member_group .contents .common__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#main .member_group .contents .common__name::after {
  content: "さん";
  font-size: 13px;
  margin-left: 5px;
}
#main .member_group .contents .common__fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main .member_group .contents .common__fl_deco {
  position: relative;
}
#main .member_group .contents .common__fl_deco::before {
  content: "";
  background: #F0FCFF;
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main .member_group .contents .common__more {
  background: #F0FCFF;
  display: inline-block;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  margin-left: 10px;
}
#main .member_group .contents .common__more a {
  color: #fff;
  text-align: center;
  padding: 8px 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .common__more a {
    font-size: 14px;
    padding: 5px 33px;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .common__more a {
    padding: 5px 20px;
  }
}
#main .member_group .contents .common__more a::after {
  content: "";
  background: url(/file/jaht/img/arrow.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 6px;
  display: block;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#main .member_group .contents .common__more a:hover {
  opacity: 0.7;
}
#main .member_group .contents .common__more a:hover::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .member_group .contents .common__more span {
  color: #fff;
  text-align: center;
  padding: 8px 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .common__more span {
    font-size: 14px;
    padding: 5px 33px;
  }
}
@media screen and (max-width: 375px) {
  #main .member_group .contents .common__more span {
    padding: 5px 20px;
  }
}
#main .member_group .contents .common__more span::after {
  content: "";
  background: url(/file/jaht/img/arrow.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 6px;
  display: block;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#main .member_group .contents .common__more.mini a {
  padding: 8px 30px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .common__more.mini a {
    padding: 5px 30px;
  }
}
#main .member_group .contents .common__retop {
  border: 1px solid #F0FCFF;
  display: block;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  max-width: 283px;
  width: 100%;
  margin: 0 auto;
}
#main .member_group .contents .common__retop a {
  color: #F0FCFF;
  text-align: center;
  padding: 8px 0;
  position: relative;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents .common__retop a {
    font-size: 14px;
    padding: 5px 33px;
  }
}
#main .member_group .contents .common__retop a::before {
  content: "";
  background: url(/file/jaht/img/arrow_bl.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 34px;
  height: 6px;
  display: block;
  position: absolute;
  left: 23px;
  margin-top: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#main .member_group .contents .common__retop a:hover {
  opacity: 0.7;
}
#main .member_group .contents .common__retop a:hover::before {
  -webkit-transform: scale(-1, 1) translateX(10px);
          transform: scale(-1, 1) translateX(10px);
}
#main .member_group .contents .leader {
  overflow: hidden;
}
#main .member_group .contents .inview {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#main .member_group .contents .inview.view {
  opacity: 1;
}
#main .member_group .contents .inview_inL {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#main .member_group .contents .inview_inL.view_inL {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-animation: inview_inL 0.5s ease 0.5s forwards;
          animation: inview_inL 0.5s ease 0.5s forwards;
}
@-webkit-keyframes inview_inL {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes inview_inL {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@media screen and (max-width: 960px) {
  #main .member_group .contents-visual {
    margin-bottom: 40px;
  }
}
#main .member_group .contents-visual__img {
  position: relative;
}
#main .member_group .contents-visual__img--pc {
  display: block;
  height: 629px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents-visual__img--pc {
    display: none;
  }
}
#main .member_group .contents-visual__img--sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #main .member_group .contents-visual__img--sp {
    display: block;
  }
}
#main .member_group .contents-visual h1 {
  margin: 0;
}
#main .member_group .contents-visual h1 img {
  width: 100%;
  height: auto;
}

#main .member_group .contents .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#main .member_group .contents .modal.is-open {
  opacity: 1;
  visibility: visible;
}
#main .member_group .contents .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#main .member_group .contents .modal__content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #39FF14;
  width: 644px;
  max-width: 90%;
  border-radius: 12px;
  padding: 24px;
}
#main .member_group .contents .modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
#main .member_group .contents .modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #main .member_group .contents .modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .member_group .contents .modal__info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #main .member_group .contents .modal__info {
    width: 100%;
  }
}
#main .member_group .contents .modal__num {
  width: 116px;
  margin-bottom: 24px;
}
#main .member_group .contents .modal__title {
  color: #35414C;
  margin-top: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 16px;
}
#main .member_group .contents .modal__text {
  font-size: 16px;
  line-height: 1.6;
  color: black;
}
#main .member_group .contents .modal__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #main .member_group .contents .modal__img {
    width: 100%;
  }
}
#main .member_group .contents .modal__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

#main .member_group {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f4fafc 1px, transparent 1px), linear-gradient(to bottom, #f4fafc 1px, transparent 1px);
  background-size: 20px 20px;
}
#main .member_group .only-pc {
  display: inline !important;
}
#main .member_group .only-sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  #main .member_group .only-pc {
    display: none !important;
  }
  #main .member_group .only-sp {
    display: inline !important;
  }
}
#main .member_group .tit-h2 {
  line-height: 1.46;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  border: none;
  color: #168353;
}
@media screen and (max-width: 960px) {
  #main .member_group .tit-h2 {
    letter-spacing: 0;
  }
}
#main .member_group .tit-h2 span {
  display: block;
  font-size: 48px;
  text-align: left;
  position: relative;
  z-index: 1;
  min-height: 120px;
}
@media screen and (max-width: 960px) {
  #main .member_group .tit-h2 span {
    font-size: 38px;
    min-height: 100%;
    line-height: 1.2;
  }
}
#main .member_group .tit-h2 span::before {
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#main .member_group .tit-h3 {
  margin: 0;
  color: #35414C;
  font-weight: 900;
}
#main .member_group .about {
  position: relative;
  padding: 40px 50px;
  background-color: #F0FCFF;
  margin-bottom: min(15vw, 165px);
}
@media screen and (max-width: 960px) {
  #main .member_group .about {
    padding: 64px 16px 40px;
  }
}
#main .member_group .about::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15vw;
  max-height: 165px;
  background-color: #F0FCFF;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#main .member_group .about__tit {
  margin-bottom: 0;
}
#main .member_group .about__tit span::before {
  background: url(../img/icon__about__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__tit span::before {
    background-size: 60%;
  }
}
#main .member_group .about__sub-tit {
  text-align: right;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__sub-tit {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#main .member_group .about__sub-tit--green {
  font-size: 32px;
  color: #168353;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__sub-tit--green {
    font-size: 24px;
  }
}
#main .member_group .about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
#main .member_group .about__text {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__text {
    width: 100%;
  }
}
#main .member_group .about__text p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 20px;
}
#main .member_group .about__text p:last-child {
  margin-bottom: 0;
}
#main .member_group .about__text h4 {
  font-size: 24px;
  font-weight: 900;
  color: #168353;
  margin: 0;
}
#main .member_group .about__img {
  width: 50%;
  margin-right: -50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__img {
    margin-right: -32px;
    width: 100%;
  }
}
#main .member_group .about__img img {
  width: 496px;
  height: auto;
  display: block;
  aspect-ratio: 998/1092;
}
@media screen and (max-width: 960px) {
  #main .member_group .about__img img {
    width: 100%;
  }
}
#main .member_group .reason {
  padding: 64px 50px;
}
@media screen and (max-width: 960px) {
  #main .member_group .reason {
    padding: 64px 16px;
  }
}
#main .member_group .reason__tit span::before {
  background: url(../img/icon__reason__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .reason__tit span::before {
    background-size: 90%;
  }
}
#main .member_group .reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1080px;
}
#main .member_group .reason__item {
  width: 280px;
}
#main .member_group .reason__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  height: 246px;
  padding: 32px 20px;
  border: 2px solid #39FF14;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
}
#main .member_group .reason__card:hover {
  opacity: 0.8;
}
#main .member_group .reason__num {
  width: 116px;
}
#main .member_group .reason__title {
  color: #35414C;
  margin: 0;
  text-align: center;
}
#main .member_group .reason__title span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  border-bottom: dotted 3px #168353;
}
#main .member_group .reason__icon {
  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;
  width: 40px;
  height: 40px;
  border: 2px solid #168353;
  color: #168353;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}
#main .member_group .reason__gallery {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  margin-left: -50px;
  margin-right: -50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .reason__gallery {
    margin-left: -16px;
    margin-right: -16px;
  }
}
#main .member_group .reason__gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#main .member_group .voice {
  position: relative;
  margin-bottom: min(15vw, 165px);
  margin-top: -130px;
  padding: 104px 50px 40px;
  background-color: #F0FCFF;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice {
    margin-top: 0;
    padding: 64px 16px 40px;
  }
}
#main .member_group .voice::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15vw;
  max-height: 165px;
  background-color: #F0FCFF;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 1;
}
#main .member_group .voice::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15vw;
  max-height: 165px;
  background-color: #F0FCFF;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#main .member_group .voice__tit span::before {
  background: url(../img/icon__voice__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__tit span::before {
    background-size: 46%;
  }
}
#main .member_group .voice__inner {
  max-width: 1080px;
  margin: 0 auto;
}
#main .member_group .voice__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #333;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
#main .member_group .voice__video-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__video-block {
    margin-bottom: 64px;
  }
}
#main .member_group .voice__video-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
#main .member_group .voice__video-wrap img, #main .member_group .voice__video-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member_group .voice__article-block {
  position: relative;
}
#main .member_group .voice__slider {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__slider {
    padding: 0;
  }
}
#main .member_group .voice__track {
  overflow: hidden;
}
#main .member_group .voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__list {
    gap: 16px;
  }
}
#main .member_group .voice__list.slick-initialized {
  display: block;
  margin: 0 -12px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__list.slick-initialized {
    margin: 0 -8px;
  }
}
#main .member_group .voice__list.slick-initialized .voice__item {
  width: auto;
  padding: 0 12px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__list.slick-initialized .voice__item {
    padding: 0 8px;
  }
}
#main .member_group .voice__item {
  width: calc((100% - 72px) / 4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__item {
    width: 70%;
  }
}
#main .member_group .voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#main .member_group .voice__card:hover {
  opacity: 0.9;
}
#main .member_group .voice__card:hover .voice__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFF;
  border: 2px solid #39FF14;
}
#main .member_group .voice__img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 8px;
}
#main .member_group .voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member_group .voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#main .member_group .voice__text {
  color: #35414C;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#main .member_group .voice__btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #39FF14;
  border: 2px solid #F0FCFF;
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 8px;
  position: relative;
}
#main .member_group .voice__btn::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../img/icon__arrow.svg) no-repeat center/contain;
}
#main .member_group .voice__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url(../img/icon__btn__slider.svg) no-repeat center/contain;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#main .member_group .voice__arrow--prev {
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#main .member_group .voice__arrow--next {
  right: -20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .voice__arrow {
    display: none;
  }
}
#main .member_group .yieldPlan {
  padding: 64px 50px 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan {
    padding: 64px 16px 40px;
  }
}
#main .member_group .yieldPlan__tit {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__tit {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
#main .member_group .yieldPlan__tit span::before {
  background: url(../img/icon__yieldplan__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__tit span::before {
    background: url(../img/icon__yieldplan__ttl__sp.svg) no-repeat;
    background-size: 44%;
  }
}
#main .member_group .yieldPlan__sub-tit {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__sub-tit {
    display: none;
  }
}
#main .member_group .yieldPlan__inner {
  max-width: 1000px;
  margin: 0 auto;
}
#main .member_group .yieldPlan__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__item {
    margin-bottom: 24px;
  }
}
#main .member_group .yieldPlan__item:last-child {
  margin-bottom: 0;
}
#main .member_group .yieldPlan__title {
  position: relative;
  display: inline-block;
  color: #168353;
  margin-bottom: 8px;
  text-align: left;
}
#main .member_group .yieldPlan__title img {
  height: 40px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__title img {
    display: block;
    height: 30px;
    margin: 0;
  }
}
#main .member_group .yieldPlan__title span {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__title span {
    font-size: 20px;
  }
}
#main .member_group .yieldPlan__content {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #39FF14;
  padding: 20px 0;
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__content {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
}
#main .member_group .yieldPlan__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #main .member_group .yieldPlan__img {
    max-width: none;
  }
}
#main .member_group .yieldPlan__img--01 {
  aspect-ratio: 1401/595;
  width: 700px;
}
#main .member_group .yieldPlan__img--02 {
  aspect-ratio: 1504/350;
  width: 752px;
}
#main .member_group .yieldPlan__img--03 {
  aspect-ratio: 1539/481;
  width: 769px;
}
#main .member_group .yieldPlan__img--04 {
  aspect-ratio: 1504/872;
  width: 752px;
}
#main .member_group .flow {
  position: relative;
  margin-top: min(15vw, 165px);
  margin-bottom: min(15vw, 165px);
  padding: 64px 50px 40px;
  background-color: #F1F5F0;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow {
    padding: 64px 16px 40px;
  }
}
#main .member_group .flow::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15vw;
  max-height: 165px;
  background-color: #F1F5F0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 1;
}
#main .member_group .flow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15vw;
  max-height: 165px;
  background-color: #F1F5F0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
#main .member_group .flow__tit span::before {
  background: url(../img/icon__flow__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__tit span::before {
    background-size: 40%;
  }
}
#main .member_group .flow__inner {
  max-width: 900px;
  margin: 0 auto;
}
#main .member_group .flow__item {
  position: relative;
  margin-bottom: 44px;
}
#main .member_group .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 44px;
  background: url(../img/icon__arrow__under.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__item {
    margin-bottom: 48px;
  }
}
#main .member_group .flow__box {
  background-color: #fff;
  border: 2px solid #39FF14;
  border-radius: 20px;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
}
#main .member_group .flow__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .member_group .flow__step {
  height: 42px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 16px;
  display: inline-block;
}
#main .member_group .flow__title {
  color: #35414C;
  font-size: 24px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__title {
    margin-left: 20px;
    font-size: 20px;
  }
}
#main .member_group .flow__text {
  color: #35414C;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__text {
    font-size: 14px;
  }
}
#main .member_group .flow__img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__img {
    width: 100%;
  }
}
#main .member_group .flow__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member_group .flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .member_group .flow__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
#main .member_group .flow__labels li {
  width: calc(50% - 4px);
  border: 1.5px solid #168353;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-weight: 900;
  color: #168353;
  font-size: 15px;
}
#main .member_group .flow__note {
  background-color: #F0FCFF;
  border-radius: 12px;
  padding: 20px;
}
#main .member_group .flow__note-ttl {
  color: #168353;
  font-weight: 900;
  margin-bottom: 8px;
}
#main .member_group .flow__note-text {
  color: #35414C;
  font-size: 14px;
  line-height: 1.6;
}
#main .member_group .flow__img-group {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  #main .member_group .flow__img-group {
    width: 100%;
  }
}
#main .member_group .flow__img-group img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member_group .case {
  padding: 40px 50px 80px;
}
@media screen and (max-width: 960px) {
  #main .member_group .case {
    padding: 64px 16px 40px;
  }
}
#main .member_group .case__tit span::before {
  background: url(../img/icon__case__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__tit span::before {
    background-size: 47%;
  }
}
#main .member_group .case__inner {
  max-width: 720px;
  margin: 0 auto;
}
#main .member_group .case__item {
  border: 2px solid #39FF14;
  background-color: #FFF;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__item {
    padding: 24px;
    margin-bottom: 24px;
  }
}
#main .member_group .case__item:last-child {
  margin-bottom: 0;
}
#main .member_group .case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  text-align: left;
  padding-bottom: 24px;
  border-bottom: 1px solid #39FF14;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 24px;
  }
}
#main .member_group .case__label {
  height: 44px;
  width: auto;
  margin-top: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__label {
    margin-top: 0;
  }
}
#main .member_group .case__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #35414C;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__title {
    text-align: center;
  }
}
#main .member_group .case__info {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__info {
    margin-bottom: 24px;
  }
}
#main .member_group .case__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
#main .member_group .case__info-item:last-child {
  margin-bottom: 0;
}
#main .member_group .case__info-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 112px;
  text-align: center;
  background-color: #168353;
  color: #fff;
  padding: 4px 24px;
  border-radius: 20px;
  font-weight: 900;
}
#main .member_group .case__info-data {
  color: #35414C;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -8px;
    padding: 0 8px;
  }
}
#main .member_group .case__schedule-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__schedule-img {
    width: 500px;
    max-width: none;
  }
}
#main .member_group .case__schedule-img--large {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .case__schedule-img--large {
    width: 600px;
    max-width: none;
  }
}
#main .member_group .faq {
  padding: 80px 50px;
  background-color: #F0FCFF;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq {
    padding: 64px 16px;
  }
}
#main .member_group .faq__tit span::before {
  background: url(../img/icon__faq__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__tit span::before {
    background-size: 30%;
  }
}
#main .member_group .faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
#main .member_group .faq__list {
  list-style: none;
  padding: 0;
}
#main .member_group .faq__item {
  background-color: #fff;
  border: 2px solid #39FF14;
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}
#main .member_group .faq__item:last-child {
  margin-bottom: 0;
}
#main .member_group .faq__item.is-open .faq__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#main .member_group .faq__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 32px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__head {
    padding: 24px 20px;
    display: block;
    position: relative;
  }
}
#main .member_group .faq__q-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__q-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
#main .member_group .faq__icon-q, #main .member_group .faq__icon-a {
  height: 32px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#main .member_group .faq__question {
  font-size: 18px;
  font-weight: 900;
  color: #35414C;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__question {
    font-size: 16px;
    display: block;
  }
}
#main .member_group .faq__btn {
  width: 40px;
  height: 40px;
  background-color: #39FF14;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 0 #05ab1e;
          box-shadow: 0 4px 0 #05ab1e;
}
#main .member_group .faq__btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFF;
  border: 2px solid #39FF14;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__btn {
    position: absolute;
    top: 24px;
    right: 20px;
  }
}
#main .member_group .faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background: url(../img/icon__arrow.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#main .member_group .faq__body {
  display: none;
  padding: 0 32px 32px;
  margin-top: 0;
}
.is-open #main .member_group .faq__body {
  display: block;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__body {
    padding: 0 20px 24px;
    margin: 0;
  }
}
#main .member_group .faq__a-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #35414C;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__a-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
#main .member_group .faq__answer {
  font-size: 16px;
  line-height: 1.8;
  color: #35414C;
}
@media screen and (max-width: 960px) {
  #main .member_group .faq__answer {
    font-size: 14px;
    padding-top: 0;
  }
}
#main .member_group .contact {
  padding: 80px 50px;
  background-color: #3C842E;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact {
    padding: 64px 16px;
  }
}
#main .member_group .contact__tit {
  color: #FFF;
}
#main .member_group .contact__tit span::before {
  background: url(../img/icon__contact__ttl.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__tit span::before {
    background-size: 80%;
  }
}
#main .member_group .contact__inner {
  max-width: 800px;
  margin: 0 auto;
}
#main .member_group .contact__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 56px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__box {
    padding: 32px 24px;
  }
}
#main .member_group .contact__logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__logo {
    margin-bottom: 24px;
  }
}
#main .member_group .contact__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #35414C;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
  }
}
#main .member_group .contact__btn-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__btn-group {
    gap: 16px;
  }
}
#main .member_group .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
  gap: 4px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#main .member_group .contact__btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .member_group .contact__btn:hover .contact__btn-text {
  background-color: #39FF14;
}
#main .member_group .contact__btn:hover .contact__btn-arrow {
  border: 2px solid #39FF14;
  background-color: #FFF;
}
#main .member_group .contact__btn:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
#main .member_group .contact__btn:active .contact__btn-text, #main .member_group .contact__btn:active .contact__btn-arrow {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__btn {
    max-width: 100%;
  }
}
#main .member_group .contact__btn-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
  background-color: #fff;
  border: 2px solid #39FF14;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 #05ab1e;
          box-shadow: 0 4px 0 #05ab1e;
  font-weight: 900;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__btn-text {
    text-align: center;
    font-size: 14px;
    padding: 12px 16px;
  }
}
#main .member_group .contact__btn-arrow {
  width: 63px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #39FF14;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 #05ab1e;
          box-shadow: 0 4px 0 #05ab1e;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  #main .member_group .contact__btn-arrow {
    width: 68px;
  }
}
#main .member_group .contact__btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 24px;
  height: 24px;
  background: url(../img/icon__arrow.svg) no-repeat center/contain;
}