﻿@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

#lp-resource {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.8);
  background-color: #F2F0ED;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #lp-resource {
    font-size: 4.2666666667vw;
    font-size: 16px;
  }
}

.l-wrap * {
  box-sizing: border-box;
}
.l-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrap p:not([class]) {
  margin: 0 0 1.5em 0;
}
.l-wrap p:not([class]):last-child {
  margin-bottom: 0;
}

.l-spmenu {
  background: url(../images/bg_menubtn.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 99;
  top: 20px;
  right: 20px;
  display: none;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  color: #058614;
  border: none;
}
.l-spmenu::after {
  content: "menu";
  display: block;
}
@media (max-width: 767px) {
  .l-spmenu {
    display: block;
  }
}
.l-spmenu.open::after {
  content: "close";
}
.l-spmenu.open .l-spmenu-inner span {
  background-color: transparent;
}
.l-spmenu.open .l-spmenu-inner span::before {
  top: 0;
  transform: rotate(210deg);
  background-color: #058614;
}
.l-spmenu.open .l-spmenu-inner span::after {
  bottom: 0;
  transform: rotate(-210deg);
  background-color: #058614;
}
.l-spmenu-inner {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
  vertical-align: bottom;
}
.l-spmenu-inner span,
.l-spmenu-inner span::before,
.l-spmenu-inner span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #058614;
  transition: 0.3s ease;
  margin: auto;
  left: 0;
  right: 0;
}
.l-spmenu-inner span {
  top: 50%;
}
.l-spmenu-inner span::before {
  top: -6px;
}
.l-spmenu-inner span::after {
  bottom: -6px;
}

.l-top {
  background: url(../images/bg_mv.webp) no-repeat center bottom;
}
@media (min-width: 1920px) {
  .l-top {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .l-top {
    background-size: 100%;
  }
}

.l-header {
  padding: 50px 25px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .l-header {
    padding: 30px 25px;
  }
}
.l-header-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .l-header-logo {
    display: block;
    margin-bottom: 0;
  }
}
.l-header-logo > div {
  flex: 0 1 90px;
}
@media (max-width: 767px) {
  .l-header-logo > div img {
    width: 60px;
  }
}
.l-header-logo h1 {
  /*flex: 0 1 350px;*/
  flex: 0 1 450px;
  margin: 0;
}
@media (max-width: 767px) {
  .l-header-logo h1 img {
    width: 100%;
    max-width: 280px;
  }
}

.open .l-nav-wrap {
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 767px) {
  .l-nav-wrap {
    visibility: hidden;
    background: url(../images/bg_spmenu.png) no-repeat center top;
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 75/136;
    padding-top: 33vw;
    z-index: 10;
    transition: 0.3s ease;
    transform: translateY(-100%);
  }
}

.l-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-nav {
    gap: 11vw 2vw;
  }
}
.l-nav li {
  margin: 0;
  flex: 0 1 22%;
}
@media (max-width: 1200px) {
  .l-nav li {
    flex: 0 1 48%;
  }
}
@media (max-width: 767px) {
  .l-nav li {
    flex: 0 1 40%;
  }
}
.l-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px 10px 10px 85px;
  height: 64px;
  background: #046DA9;
  border-radius: 90px;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-nav a {
    display: block;
    height: auto;
    border-radius: 0;
    background: none;
    padding: 0;
    text-align: center;
    padding-bottom: 8.5vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .l-nav a:hover {
    background-color: #004078;
  }
  .l-nav a:hover::after {
    background-color: #F8D421;
  }
  .l-nav a:hover .l-nav-icon {
    transform: translateY(-50%) scale(1.05);
  }
}
.l-nav a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 33px;
  height: 33px;
  background: #fff url(../images/icon_down.svg) no-repeat center;
  background-size: 27%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .l-nav a::after {
    background: url(../images/icon_dowarrow.svg) no-repeat;
    border-radius: 0;
    background-size: 100%;
    width: 7vw;
    height: 7vw;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.l-nav-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-nav-icon {
    width: 31vw;
    height: auto;
    position: static;
    transform: none;
    margin: 0 auto 10px;
  }
}

.l-anchor {
  display: flex;
  justify-content: center;
  gap: min(60px, 4vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-anchor {
    flex-wrap: wrap;
    gap: 10vw 9vw;
  }
}
.l-anchor li {
  flex: 0 1 min(200px, 18vw);
}
@media (max-width: 767px) {
  .l-anchor li {
    flex: 0 1 calc(50% - 6vw);
  }
}
.l-anchor a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  background: url(../images/icon_dowarrow.svg) no-repeat center bottom;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .l-anchor a:hover {
    color: #F8D421;
  }
  .l-anchor a:hover .l-anchor-icon {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .l-anchor a {
    font-size: 4.5vw;
    line-height: 1.6;
    padding-bottom: 11vw;
    background-size: 9vw;
  }
}
.l-anchor-icon {
  margin-bottom: 16px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-anchor-icon {
    margin-bottom: 10px;
  }
}

.l-inner-l {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-m {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.l-pagetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.l-pagetop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .l-pagetop {
    position: static;
    text-align: center;
    margin-top: 40px;
    opacity: 1;
    visibility: visible;
  }
  .l-pagetop img {
    width: 80px;
  }
}

.p-mv {
  text-align: center;
  position: relative;
  padding: 0 25px;
}
.p-mv-img {
  max-width: 1200px;
  margin: 0 auto;
}
.p-mv-img img {
  border-radius: 40px 40px 0 0;
}
.p-mv-deco01 {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-mv-deco01 {
    width: 70%;
    left: -20%;
  }
}
.p-mv-deco02 {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-mv-deco02 {
    width: 85%;
    right: -44%;
    bottom: -28px;
  }
}

.p-anchor {
  background: url(../images/bg_anchor.webp) no-repeat center top;
  /* height: 583px; */
  height: 575px;
  padding: 170px 25px 0;
  margin-bottom: -30px;
  position: relative;
}
@media (min-width: 1920px) {
  .p-anchor {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-anchor {
    padding-top: 100px;
    background: url(../images/bg_anchor_sp.webp) no-repeat center top;
    background-size: cover;
    height: auto;
    aspect-ratio: 150/269;
  }
}

.p-intro {
  position: relative;
  margin-bottom: -140px;
  padding: 160px 25px 300px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: url(../images/bg_intro.webp) no-repeat center top;
}
@media (min-width: 1920px) {
  .p-intro {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-intro {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: -16vw;
    font-size: 16px;
    background: url(../images/bg_intro_sp01.png) no-repeat left top, url(../images/bg_intro_sp02.png) no-repeat right bottom -150px;
    background-size: 375px auto;
  }
}
.p-intro-deco {
  text-align: center;
}
.p-intro-deco:first-child {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .p-intro-deco:first-child {
    margin-bottom: 40px;
  }
}
.p-intro-deco:last-child {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-intro-deco:last-child {
    margin-top: 40px;
  }
}
.p-intro-acc {
  transition: 0.3s ease;
  height: auto;
}
@media (max-width: 767px) {
  .p-intro-acc {
    overflow: hidden;
    height: 0;
  }
}
.p-intro-accBtn {
  border: none;
  display: none;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-intro-accBtn {
    display: block;
  }
}

.open .p-intro-accBtn {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.p-utilizing {
  padding: 160px 25px;
  background: url(../images/bg_soil.webp) center top;
}
@media (min-width: 1920px) {
  .p-utilizing {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-utilizing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-activities {
  /* padding: 160px 25px 395px; */
  padding: 100px 25px 395px;
  position: relative;
}
@media (max-width: 767px) {
  .p-activities {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.p-activities::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  height: 28px;
  left: 0;
  background: url(../images/bg_wave01.png) repeat-x center top;
}
@media (max-width: 767px) {
  .p-activities::before {
    height: 16px;
    background-size: auto 16px;
  }
}

.p-environment {
  /* padding: 0 25px 620px 25px; */
  padding: 100px 25px 620px 25px;
  background: url(../images/bg_mountain02.webp) center top;
  color: #fff;
  position: relative;
}
@media (min-width: 1920px) {
  .p-environment {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-environment {
    background-image: url(../images/bg_mountain02_sp.webp);
    background-size: 100%;
    padding-bottom: 50vw;
    padding-top: 26px;
  }
}
.p-environment .c-ttl-section,
.p-environment .c-ttl-section_en {
  color: #fff;
}
.p-environment::before {
  content: "";
  display: block;
  /* height: 235px; */
  height: 230px;
  background: url(../images/bg_mountain01.webp) no-repeat center top;
  position: absolute;
  bottom: calc(100% - 1px);
  width: 100%;
  left: 0;
}
@media (min-width: 1920px) {
  .p-environment::before {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-environment::before {
    background-image: url(../images/bg_mountain01_sp.webp);
    background-size: 100% auto;
    aspect-ratio: 25/4;
    height: auto;
  }
}

.p-challenges {
  padding: 100px 25px 160px 25px;
  background: url(../images/bg_arch.png) no-repeat center top;
  position: relative;
  /* margin-top: -480px; */
  margin-top: -475px;
}
@media (min-width: 1920px) {
  .p-challenges {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .p-challenges {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: calc(-25vw + 1px);
    background-size: 100%;
  }
}
.p-challenges > div {
  position: relative;
  z-index: 2;
}
.p-challenges::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: calc(100% - 480px);
  background: url(../images/bg_mv.webp) no-repeat center bottom;
}
@media (min-width: 1920px) {
  .p-challenges::after {
    background-size: 100%;
  }
}

.c-ttl-section {
  text-align: center;
  margin: 0 0 80px 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #046DA9;
}
@media (max-width: 767px) {
  .c-ttl-section {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.c-ttl-section_en {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  color: #489FDA;
  margin: 0 0 10px 0;
}

.c-icon-section {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-icon-section {
    margin-bottom: 24px;
  }
}
.c-icon-section img {
  width: 160px;
}
@media (max-width: 767px) {
  .c-icon-section img {
    width: 90px;
  }
}

.c-cols {
  display: flex;
  gap: 52px;
  align-items: center;
}
@media (max-width: 767px) {
  .c-cols {
    display: block;
  }
}
.c-cols.rv {
  flex-direction: row-reverse;
}
.c-cols + .c-cols {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-cols + .c-cols {
    margin-top: 60px;
  }
}
.c-cols-img {
  flex: 0 1 42%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cols-img {
    margin-bottom: 30px;
  }
}
.c-cols-img.w480 {
  flex: 0 1 50%;
}
.c-cols-txt {
  flex: 1;
}
.c-cols-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cols-btn {
    margin-top: 30px;
  }
}
.c-cols-caption {
  padding: 20px 16px;
  background-color: #DC512C;
  border-radius: 20px;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 28px;
}
.c-cols-caption::before {
  content: "";
  top: 88%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #DC512C transparent transparent transparent;
}
@media (max-width: 767px) {
  .c-cols-caption {
    border-radius: 16px;
  }
}

.c-box-utilizing {
  padding: 100px 130px 180px;
  background: #F2F0ED;
  border-radius: 240px;
}
@media (max-width: 767px) {
  .c-box-utilizing {
    padding: 50px 20px;
    border-radius: 60px;
  }
}

.c-box-vision {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #584E48;
  background: #FFFFFF;
  border-radius: 160px;
  padding: 120px 20px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .c-box-vision {
    border-radius: 40px;
    padding: 60px 20px;
    margin-top: 80px;
    font-size: 16px;
  }
}
.c-box-vision__head {
  top: -0.5em;
  left: 0;
  width: 100%;
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  color: #E2E0DC;
  margin: 0;
}
@media (max-width: 767px) {
  .c-box-vision__head {
    font-size: 40px;
  }
}
.c-box-vision__ttl {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .c-box-vision__ttl {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.c-btn-detail {
  margin-top: 20px;
  border: none;
  padding: 8px 8px 8px 32px;
  width: 270px;
  height: 70px;
  background-color: #046DA9;
  border-radius: 90px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: 0.12em;
}
@media (any-hover: hover) {
  .c-btn-detail:hover {
    background-color: #004078;
    padding-left: 36px;
  }
  .c-btn-detail:hover::before {
    background-color: #004078;
    transform: translate(2%);
  }
  .c-btn-detail:hover::after {
    background-image: url(../images/icon_plus_hover.svg);
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .c-btn-detail {
    font-size: 16px;
    height: 64px;
    width: 100%;
    max-width: 240px;
  }
}
.c-btn-detail.ver_white {
  background-color: #fff;
  color: #046DA9;
}
@media (any-hover: hover) {
  .c-btn-detail.ver_white:hover {
    color: #004078;
  }
  .c-btn-detail.ver_white:hover::after {
    background-color: #004078;
  }
}
.c-btn-detail.ver_white::before {
  background-color: #fff;
}
.c-btn-detail.ver_white::after {
  background-color: #046DA9;
  background-image: url(../images/icon_plus_white.svg);
}
.c-btn-detail::before {
  content: "";
  mask: url(../images/txt_more.svg) no-repeat;
  mask-size: 100%;
  background-color: #046DA9;
  right: -20px;
  top: -20px;
  position: absolute;
  width: 46px;
  height: 51px;
  transition: 0.3s ease;
}
.c-btn-detail::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff url(../images/icon_plus.svg) no-repeat center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn-detail::after {
    width: 44px;
    height: 44px;
  }
}

.u-img-radius {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .u-img-radius {
    border-radius: 14px;
  }
}

.u-fc-orange {
  color: #DC512C;
}

.u-fc-green {
  color: #058614;
}

.u-fc-blue {
  color: #046DA9;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 40px 25px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}
.modal-pickup {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal-pickup::before {
  content: url(../images/deco_pickup01.svg);
  margin-bottom: 0.2em;
}
.modal-pickup::after {
  content: url(../images/deco_pickup02.svg);
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .modal-pickup {
    font-size: 18px;
  }
}
.modal-ttl {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  color: #046DA9;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modal-ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-wrap {
  position: relative;
  transition: 0.3s ease;
  padding: 60px 100px;
  max-width: 1200px;
  background-color: #F2F0ED;
  border-radius: 140px;
}
@media (max-width: 767px) {
  .modal-wrap {
    padding: 60px 20px;
    border-radius: 48px;
    height: 100%;
  }
}

.modal-content {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .modal-content {
    padding-right: 0;
    max-height: calc(100% - 120px);
  }
}
.modal-content::-webkit-scrollbar {
  width: 8px;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #584E48;
  border-radius: 3px;
}
.modal-content::-webkit-scrollbar-track {
  background: #E2E0DC;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background: #046DA9 url(../images/icon_close.svg) no-repeat center;
  background-size: 40%;
  border: 8px solid #F2F0ED;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .close-btn:hover {
    background-color: #004078;
  }
}
@media (max-width: 767px) {
  .close-btn {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
  }
}
/* 20260318 ADD */
.l-wrap img {
    max-width: 100% !important;
}
button.c-btn-detail a {
    color: #fff;
    text-decoration: none;
}
#footer--wrap div#btnPagetop {
    display: none;
}
/* 20260528 ADD */
#environment button.c-btn-detail {
    background-color: #584e48;
}
#environment button.c-btn-detail::before {
    mask: url(../images/txt_more-01.svg) no-repeat;
    background-color: #fff;
}
#environment button.c-btn-detail::after {
    background: #fff url(../images/icon_plus-01.svg) no-repeat center;
}
