@charset "utf-8";


/* --------------- header --------------- */

.header__wrap{
  position: fixed;
  z-index: 100;
  top: 0.6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98.3333%;
  height: 4.8em;
  padding: 0 1em;
}
.top-header .header__wrap{
  opacity: 0;
  pointer-events: none;
  transition: 0.12s linear;
}
.scroll .top-header .header__wrap{
  opacity: 1;
  pointer-events: inherit;
}
.header__wrap::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.99);
  border-radius: 0.75em;
  box-shadow: 2px 4px 20px 0px rgb(51, 51, 51, 0.03), 2px 4px 30px 4px rgb(51, 51, 51, 0.02);
}
.header__logo{
  width: 14em;
}
.header__nav>ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3em;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .header__nav>ul{
    font-size: 11px;
    gap: 1.6em;
  }
  .header__nav>ul>li>a{
    text-decoration: underline;
  }
  .header__logo{
    width: 2.5em;
  }
}



/* --------------- footer --------------- */
.footer__wrap{
  padding: 3.3em 0 1.5em;
  border-top: 1px solid rgb(51, 51, 51, 0.3);
}
.footer__inner{
  display: flex;
  justify-content: space-between;
}
.footer__logo{
  width: 19em;
}
.footer__info{
  color: rgb(51, 51, 51, 0.6);
  margin: 0.8em 0 0 4.55em;
}
.footer__right{
  flex: 1;
}
.footer__nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2em 2.5em;
}
.footer__nav-top .footer__nav-item+.footer__nav-item{
  margin-top: 0.6em;
}
.footer__nav-item>a{
  display: block;
  width: fit-content;
  padding: 0.2em 0;
}
.footer__nav-child{
  margin-top: 0.4em;
}
.footer__nav-child>li>a{
  display: block;
  width: fit-content;
  color: rgb(51, 51, 51, 0.6);
}
.footer__nav-child>li+li>a{
  margin-top: 0.2em;
}
.copyright{
  color: rgb(51, 51, 51, 0.6);
  margin-top: 5em;
}
@media (max-width: 1199px){
  .footer__inner{
    flex-direction: column;
  }
  .footer__nav{
    justify-content: space-between;
    margin-top: 3.5em;
  }
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .footer__wrap{
    padding: 2.5em 0 1.5em;
  }
  .footer__logo{
    width: 14em;
  }
  .footer__info{
    margin: 1.5em 0 0 0;
  }
  .footer__nav{
    gap: 2em 0;
  }
  .footer__nav-list{
    width: 50%;
  }
}


/* --------------- common --------------- */
/* to-contact */
.to-contact{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2em 0 2em;
  border-top: 1px solid rgb(51, 51, 51, 0.3);
  border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}
.to-contact__btn{
  display: flex;
  align-items: center;
  padding: 1.1em 0;
  border-radius: 0.5em;
  transition: background-color 0.8s cubic-bezier(.15,1,.2,1);
}
.to-contact__btn:hover{
  background-color: #2e8400;
}
.to-contact__btn-txt{
  text-decoration: underline;
  padding: 0 1.6em 0 1.8em;
}
.to-contact__btn-arrow{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  margin-right: 1em;
}
.to-contact__btn-arrow::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: transform 0.8s cubic-bezier(.15,1,.2,1);
}
.to-contact__btn:hover .to-contact__btn-arrow::before,
.to-contact__btn:active .to-contact__btn-arrow::before{
  transform: scale(1.1);
}
.to-contact__btn-arrow::after{
  content: "→";
  font-size: 0.9em;
  font-weight: 700;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .to-contact{
    flex-direction: column;
    text-align: center;
  }
  .to-contact__right{
    margin-top: 1.2em;
  }
  .to-contact__btn{
    padding: 1em 0;
  }
  .to-contact__btn-txt{
    padding: 0 1.4em 0 1.6em;
  }
  .to-contact__btn-arrow{
    margin-right: 0.8em;
  }
}

@media (max-width: 1023px){
}
@media (max-width: 767px){
}


/* --------------- top --------------- */
/* ---- fv ---- */
.top-fv__nav{
  margin-top: 1.7em;
}
.top-fv__nav>ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-fv__nav>ul>li:not(:last-child){
  margin-right: 3.4em;
}
.top-fv__nav-contact>a>span{
  text-decoration: underline;
}
.top-fv__head{
  position: relative;
  z-index: 1;
  padding: 5em 0 0;
}
/* 144-240-284 */
.top-fv__logo{
  width: clamp(9rem, 6.876rem + 9.06vw, 17.75rem);
  margin: 0 auto;
}
.top-fv__bg{
  position: relative;
  overflow: hidden;
  margin-top: -2%;
}
.top-fv__bg::after{
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 102%;
  height: 11.65vw;
  background-image: url(../image/top/fv_mountain_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1023px){
  .top-fv__bg{
    margin-top: 1%;
  }
}
@media (max-width: 767px){
  .top-fv__nav{
    font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.806rem);
  }
  .top-fv__bg{
    margin-top: 8%;
  }
}

/* ---- philosophy ---- */
.top-philosophy__cont-left .top-ttl__en{
  margin: 0 0 0.18em;
}
.top-philosophy__box{
  width: fit-content;
}
.top-philosophy__message:nth-child(1){
  margin-top: -0.5em;
}
.top-philosophy__info{
  margin-top: 4em;
  padding-top: 2.5em;
  border-top: 1px solid rgb(255, 255, 255, 0.8);
}
.top-philosophy__info-list>li:nth-child(1){
  margin-top: 1em;
}
.top-philosophy__info-list>li{
  margin-top: 0.5em;
}
.top-philosophy__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  overflow-x: clip;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .top-philosophy__cont-right{
    margin-top: 3em;
  }
  .top-philosophy__info{
    margin-top: 4.8em;
    padding-top: 2.8em;
  }
  .top-philosophy__bg{
    height: 93%;
  }
}

/* ---- about ---- */
.top-about__head{
  align-items: center;
}
.top-about__right{
  padding-bottom: 2em;
}
.top-about__cont{
  padding: 0 8.5968% 8%;
  border-radius: 0.75em;
}
.top-about__cont-ttl{
  text-decoration: underline;
  margin-top: -0.5em;
}
.top-about__list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: min(2.2222vw,2em);
  margin-top: 3.5em;
}
.top-about__list>li>a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.34em 0;
  border-radius: 0.5em;
}
.top-about__list-txt{
  text-decoration: underline;
  transition: color 0.5s cubic-bezier(.15,1,.2,1);
}
.top-about__list>li>a:hover .top-about__list-txt{
  color: #2e8400;
}
.top-about__list-arrow{
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.62em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about__list-arrow::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/top/bout_btn_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.8s cubic-bezier(.15,1,.2,1);
}
.top-about__list>li>a:hover .top-about__list-arrow::before,
.top-about__list>li>a:active .top-about__list-arrow::before{
  transform: scale(1.1);
}
.top-about__list-arrow::after{
  content: "";
  position: relative;
  z-index: 1;
  width: 50%;
  height: 28%;
  background-image: url(../image/top/bout_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-about__link{
  margin-top: 4em;
  padding-top: 2.25em;
  border-top: 1px solid #e7eae4;
}
.top-about__link-head{
  position: relative;
  padding-left: 0.5em;
}
.top-about__link-head::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: #599134;
}
.top-about__link-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: min(1em,1vw);
  margin-top: 1.2em;
}
.top-about__link-item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.8em 0 0.8em;
  overflow: hidden;
  border-bottom: 2px solid rgb(46, 132, 0, 0.8);
  border-radius: 0.35em 0.35em 0.2em 0.2em;
}
.top-about__link-item.disabled .top-about__link-txt{
  color: rgb(51, 51, 51, 0.4);
}
.top-about__link-txt{
  color: rgb(51, 51, 51, 0.8);
}
@media (max-width: 1023px){
  .top-about__cont{
    padding: 0 7.3355% 7%;
  }
}
@media (max-width: 767px){
  .top-about__head{
    row-gap: 3.5em;
  }
  .top-about__cont{
    padding: 0 13.0177% 3em;
  }
  .top-about__list{
    grid-template-columns: repeat(1,1fr);
    grid-gap: min(3.7334vw, 1em);
    margin-top: 2.8em;
  }
  .top-about__list>li>a{
    padding: 1.2em 0;
  }
  .top-about__link-list{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1em;
    margin-top: 2.5em;
    padding-top: 2.5em;
  }
}

/* ---- info ---- */
.top-info__table{
  width: 100%;
}
.top-info__table tr{
  display: flex;
  align-items: center;
  padding: 1.4em 0.2em 1.2em;
  border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}
.top-info__table tr:nth-child(1){
  padding-top: 0;
}
.top-info__table th{
  width: 34.487%;
  font-weight: 500;
  padding-right: 1em;
}
.top-info__table td{
  flex: 1;
  text-align: justify;
}
@media (max-width: 1023px){
  .top-info__right{
    margin-top: 3.2em;
  }
  .top-info__table th{
    width: 36.677%;
  }
}
@media (max-width: 767px){
  .top-info__right{
    margin-top: 1.5em;
  }
  .top-info__table tr{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4em 0.1em 0.8em;
  }
  .top-info__table th{
    width: 100%;
  }
  .top-info__table td{
    margin-top: 0.2em;
  }
}



/* --------------- lower --------------- */
/* ---- fv ---- */
.lower-fv__image{
  height: 62svh;
}
.lower-fv__image img{
  height: 100%;
  object-fit: cover;
}
.lower-fv__cont{
  margin-top: -2.2vw;
}
.about-fv__figure{
  margin-top: 1em;
}
.lower-fv__texture{
  content: "";
  position: absolute;
  top: -8.9583vw;
  left: 0;
  width: 100%;
  height: 31.1112vw;
  background-image: url(../image/common/lower_fv_texture_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .lower-fv__cont{
    margin-top: 0;
  }
  .about-fv__figure{
    margin-top: 2em;
  }
}

/* ---- breadcrumbs ---- */
.breadcrumbs{
  display: flex;
}
.breadcrumbs a{
  color: rgb(51, 51, 51, 0.4);
}
.breadcrumbs>li:not(:last-child){
  margin-right: 1.5em;
}
.breadcrumbs>li:nth-child(n+2){
  color: rgb(51, 51, 51, 0.7);
}
.breadcrumbs>li:nth-child(n+2)::before{
  content: "/";
  font-weight: 400;
  margin-right: 1.5em;
  color: rgb(51, 51, 51, 0.4);
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}



/* --------------- about --------------- */
/* ---- merit ---- */
.about-merit__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: min(2.2222vw,2em);
}
.about-merit__list>li{
  padding: 1px 1.25em 1.25em;
  border: 1px solid rgb(51, 51, 51, 0.3);
  border-radius: 0.625em;
}
.about-merit__point{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: -0.6em 0 0.2em -0.2em;
  padding: 0 0.2em;
}
.about-merit__list-ttl::after{
  content: "";
  display: block;
  width: 1.4em;
  height: 0.2em;
  background-image: url(../image/about/merit_ttl_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  margin: 0.3em 0 0.5em;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .about-merit__ttl{
    margin-top: 1em;
  }
  .about-merit__list{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2em;
  }
}

/* ---- meaning ---- */
.about-meaning__list>li+li{
  margin-top: 2.5em;
}
.about-meaning__list-txt{
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgb(51, 51, 51, 0.4);
}
.about-meaning__list-txt::before{
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 4em;
  height: 2px;
  background-color: #2e8400;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .about-meaning__right{
    grid-row: 1;
  }
  .about-meaning__figure{
    grid-row: 2;
    margin-top: 3em;
  }
}

/* ---- strong ---- */
.about-strong__ttl{
  margin-top: 4em;
}
.about-strong__message-box+.about-strong__message-box{
  margin-top: 1.5em;
}
.about-strong__message-txt{
  margin-top: 0.3em;
}
.about-strong__info{
  margin-top: 2.8em;
  padding-top: 2.8em;
  border-top: 1px solid rgb(51, 51, 51, 0.4);
}
.about-strong__info-outline{
  width: fit-content;
  margin-top: 2em;
  padding: 1.6em 4em 1.6em 2em;
  border: 1px solid #599134;
}
.about-strong__info-outline>div{
  display: flex;
}
.about-strong__info-outline>div+div{
  margin-top: 0.5em;
}
.about-strong__info-outline dt{
  width: 11em;
  font-weight: 500;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .about-strong__ttl{
    margin-top: 0;
  }
  .about-strong__right{
    margin-top: 2em;
  }
  .about-strong__info{
    margin-top: 2.4em;
    padding-top: 2.4em;
  }
  .about-strong__info-outline{
    padding: 1em 2em 1em 1em;
  }
  .about-strong__info-outline dt{
    width: 10em;
  }
}

/* ---- people ---- */
.abput-people__list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: min(2.2222vw,2em);
  margin-top: 2em;
}
.abput-people__list>li{
  padding: 1.5em;
  border-radius: 0.5em;
}
.abput-people__list dl>div{
  display: flex;
}
.abput-people__list dl>div+div{
  margin-top: 0.8em;
}
.abput-people__list dt{
  font-weight: 700;
  width: 3.5em;
}
.abput-people__list dd{
  flex: 1;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .abput-people__list{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1em;
  }
}


/* --------------- evaluation --------------- */
/* ---- common ---- */
.evaluation__ttl{
  padding-bottom: 1.2em;
  border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}
.evaluation__ttl-inner{
  position: relative;
  padding-left: 0.6em;
}
.evaluation__ttl-inner::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 65%;
  background-color: #599134;
}
.evaluation__figure{
  margin-top: 4.5em;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
  .evaluation__ttl{
    padding-bottom: 0.8em;
  }
  .evaluation__figure{
    margin-top: 3.5em;
  }
}

/* ---- flow ---- */
.evaluation-flow__list{
  margin-top: 5em;
}
.evaluation-flow__list>li:not(:last-child){
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgb(51, 51, 51, 0.2);
}
.evaluation-flow__list-num{
  width: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evaluation-flow__list-head{
  display: flex;
  align-items: center;
  gap: 1em;
}
.evaluation-flow__list-ttl{
  flex: 1;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}


/* --------------- contact --------------- */

.contact-ttl{
  padding-bottom: 1.2em;
  border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}
.contact-ttl__inner{
  position: relative;
  padding-left: 0.6em;
}
.contact-ttl__inner::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 65%;
  background-color: #599134;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}

/* howto */
.contact-howto__download{
  display: flex;
  gap: 0.5em;
}
.contact-howto__download>li>a{
  display: flex;
  background-color: #f6f7f5;
  padding: 0.2em 0.8em;
  text-decoration: underline;
  border-radius: 0.2em;
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}




@media (max-width: 1023px){
}
@media (max-width: 767px){
}