/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header{
  background-color: rgba(255, 255, 255, 1);
}
.g-header .gnav__item--13 a {
  color: #0B8943;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/

.page-value .l-page-wrapper {
  overflow: hidden;
}
.c-contents{
  background-image: none;
  background-color: #fff;
}
.page-value .inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.page-value .l-page__main{
  font-family: "Noto Serif JP", serif, sans-serif;
  color: #052438;
  font-weight: 400;
}
.page-value .l-page__main .en{
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 767px) {
  .page-value .inner{
    padding: 0;
  }
}



/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
.m-page-mv__img{
  height: 110vh;
}
.m-page-mv__body{
  padding: 11% 6% 7%;
}
.m-page-mv__body .m-page-mv__hdg .en {
  font-family: "Heebo", sans-serif;
}

@media only screen and (max-width: 767px) {
    .m-page-mv__body {
      padding: 10% 6.25%;
    }
    .m-page-mv__img{
      height: calc(100vh - 80px);
      height: calc(var(--vh) * 100 - 80px);
    }
}


/*--------------------------------------------------------------------------
   m-intro
---------------------------------------------------------------------------*/

.m-intro{
  background: linear-gradient(180deg, #052438 50.29%, rgba(6, 43, 65, 0.74) 72.5%, rgba(7, 51, 75, 0.44) 82.94%, rgba(124, 147, 155, 0.71) 89.7%, #F9F7F0 99.65%);
  color: #fff;
  padding: 0 0 120px; 
}
.m-intro .m-intro__obj {
  position: static;
  display: flex;
  justify-content: center;
  padding: 120px 0;
  background: url(../../img/value/bg_summary_t.png) no-repeat left top ;
}
.m-intro .m-intro__obj .m-intro__lead{
	font-size: 40px;
  line-height: 1.64;
  /* margin-bottom: 120px; */
}
.m-intro .m-intro__body{
  background: url(../../img/value/bg_summary_m.png) no-repeat center center;
}
.m-intro .m-intro__body > ul > li + li{
  margin-top: 120px;
}
.m-intro .m-intro__body ul li{
  text-align: left;
}
.m-intro .m-intro__body ul li h2{
  position: relative;
  font-size: 73px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 0.8;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.2em;
}

.m-intro .m-intro__body ul li h2::after{
  position: absolute;
  left: 0;
  bottom: -0.82em;
  transform: scaleY(-1);
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.20) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-intro .m-intro__body ul li:first-child h2::after{
  content: "SUMMARY";
}
.m-intro .m-intro__body ul li:last-child h2::after{
  content: "INDEX";
}
.m-intro .m-intro__body .m-intro__txt{
  font-size: 28px;
  margin-top: 0;
  text-align: justify;
}
.m-intro .m-intro__body .m-intro__point{
  display: grid;
  gap: 30px 38px;
  grid-template-columns: repeat(2, auto);
}
.m-intro .m-intro__body .m-intro__point li{
  display: flex;
  align-items: stretch;
}
.m-intro .m-intro__body .m-intro__point li a{
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 20px 0;
}
.m-intro .m-intro__body .m-intro__point li a::after{
  position: absolute;
  right: 8px;
  bottom: 8px;
  content: "";
  background: url(../../img/common/ico_arw_wh_b.svg) no-repeat left bottom / cover;
  width: 13px;
  height: 7px;
}
.m-intro .m-intro__body .m-intro__point li a > span._arw {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 40px;
  display: inline-block;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: linear-gradient(219deg, #052438 23.34%, #0E669E 76.66%);
}
.m-intro .m-intro__body .m-intro__point li a > span{
  background: #00375A;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 14px;
}
.m-intro .m-intro__body .m-intro__point li a > span strong{
  font-size: 50px;
  font-weight: 400;
  line-height: 0.5;
}
.m-intro .m-intro__body .m-intro__point li a > p{
  font-size: 22px;
  color: #052438;
  font-family: "Noto Serif JP", serif, sans-serif;
}
.m-intro .m-intro__body .m-intro__point li a > p strong{
  position: relative;
  font-size: 28px;
  font-weight: 700;
}
.m-intro .m-intro__body .m-intro__point li a > p strong::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 1px;
  background: rgba(254, 239, 120, 0.30);
  mix-blend-mode: multiply;
}





/*--------------------------------------------------------------------------
   sec-value
---------------------------------------------------------------------------*/
.sec-value {
  position: relative;
  background: linear-gradient(180deg, #F9F7F0 0%, #FFF 100%);
  padding: 100px 0 0;
}
/* .sec-value:nth-of-type(even){
  background: linear-gradient(180deg, #F9F7F0 0%, #FFF 100%);
} */
.sec-value + .sec-value {
  margin-top: 140px;
}

.sec-value--point > .inner{
  position: relative;
  z-index: 2;
}


.sec-value__obj-txt {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(186deg, #052438 63.34%, #0E669E 88.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-10deg);
  padding: 50px 0 0 12px;
}
.sec-value--point .bgnum{
  position: absolute;
  width: 710px;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

#p3 .sec-value__obj-txt,
#p4 .sec-value__obj-txt{
  padding: 50px 0 14px 12px;
}
.sec-value__obj-txt strong{
  font-size: 145px;
  font-weight: 400;
  transform: skewX(-2deg);
}
.sec-value__obj-txt2{
  font-size: 38px;
  color: #052438;
  font-weight: 400;
  padding: 30px 0 40px;
}
.sec-value__content {
  position: relative;
}
.sec-value__mv {
  position: relative;
  margin-bottom: 30px;
}
.sec-value__mv img {
  width: 100%;
  height: 100%;
}
.sec-value__mv figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-value__body figure{
  position: relative;
}
.sec-value__body figure .c-img-caption{
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-value__body figure .c-img-caption.nobg{
  position: static;
  background: none;
  color: #052438;
  text-align: right;
  padding: 10px 0 0;
  width: 100%;
  font-size: 13px;
}

.sec-value__body img {
  width: 100%;
  height: 100%;
}
.sec-value__body .sec-value__txt {
  font-size: 18px;
  line-height: 2.22;
}
.sec-value__body .sec-value__txt p + p{
  margin-top: 35px;
}
.sec-value__body .sec-value__col{
  display: grid;
  gap: 12px;
}
.sec-value__body .sec-value__col._col2{
  grid-template-columns: repeat(2, auto);
}
.sec-value__body .sec-value__col._col3{
  grid-template-columns: repeat(3, auto);
}
#p1 .sec-value__body > .sec-value__txt + .sec-value__col{
  margin-top: 100px;
}
.sec-value__body .sec-value__txt + .sec-value__col{
  margin-top: 55px;
}
.sec-value__body .sec-value__col + .sec-value__txt{
  margin-top: 40px;
}

.sec-map {
  padding: 55px 0 70px;
}
.sec-map__img {
  position: relative;
}
.sec-map__img img {
  width: 100%;
  height: auto;
}





/*--------------------------------------------------------------------------
   sec-prof
---------------------------------------------------------------------------*/

.sec-prof{
  background: url(../../img/value/bg_prof.png), linear-gradient(180deg, #052438 0.48%, #2E4859 99.65%);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 90px 20px 54px;
  margin-top: 165px;
}
.sec-prof .inner{
  max-width: 962px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(2px);
  padding: 28px 66px 32px;
  display: flex;
  align-items: center;
  gap: 60px;
  color: #fff;
}
.sec-prof .sec-prof__txt{
  width: 80%;
}
.sec-prof .sec-prof__txt .name{
  font-size: 32px;
  line-height: 0.8;
  margin-bottom: 25px;
}
.sec-prof .sec-prof__txt small{
  font-size: 50%;
  margin-bottom: 16px;
  display: inline-block;
}
.sec-prof .sec-prof__txt p:last-child{
  text-align: justify;
  font-size: 15px;
}
.sec-prof figure{
  max-width: 266px;
}
.sec-prof figure img{
  width: 100%;
}


/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1440px) {

  .page-value .inner{
    padding: 0 20px;
  }
  .m-intro .m-intro__body .m-intro__point li a > p br{
    display: none;
  }
  .sec-map {
    padding-bottom: 6.25vw;
  }
  .sec-map::before {
    top: 7.63vw;
    width: 78.8vw;
  }
  /* .sec-map__img {
    max-width: 70vw;
    margin-top: 9vw;
  } */
  .sec-prof .inner{
    padding: 28px 66px 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .m-intro .m-intro__body .m-intro__point{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .m-intro .m-intro__body .m-intro__point li a > p strong{
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-value + .sec-value {
    margin-top: 60px;
  }
  .sec-value + #p4.sec-value {
    margin-top: 0px;
  }

  .m-intro{
    padding-bottom: 70px;
  }
  .m-intro .m-intro__obj{
    padding: 40px 25px 60px;
    justify-content: flex-start;
  }
  .m-intro .m-intro__obj .m-intro__lead {
    font-size: 23px;
  }
  .m-intro__body {
    padding: 0 25px;
  }
  .m-intro__body .inner{
    padding: 0;
  }
  
  .m-intro .m-intro__body ul li h2.m-intro__ttl{
    font-size: 30px;
    margin-bottom: 1.3em;
  }
  .m-intro .m-intro__body .m-intro__txt{
    font-size: 20px;
  }
  .m-intro .m-intro__body .m-intro__point{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .m-intro .m-intro__body .m-intro__point li a{
    flex-direction: column;
    gap: 14px;
    padding: 0 0 14px;
  }
  .m-intro .m-intro__body .m-intro__point li a > span:first-child{
    width: 100%;
    text-align: center;
    padding: 8px 12px 5px;
    font-size: 12px;
  }
  .m-intro .m-intro__body .m-intro__point li a > span strong{
    line-height: 0.2;
    font-size: 22px;
  }
  .m-intro .m-intro__body .m-intro__point li a > p{
    padding: 0 20px;
    font-size: 17px;
  }
  .m-intro .m-intro__body .m-intro__point li a > p strong{
    font-size: 20px;
  }

  .sec-value{
    padding: 90px 0 0;
  }


  .sec-value__obj-txt {
    font-size: 22px;
    padding: 2vw 25px 0;
    margin-bottom: 30px;
  }
  #p3 .sec-value__obj-txt,
  #p4 .sec-value__obj-txt{
    padding: 0 25px 10px;
  }

  .sec-value__obj-txt2{
    font-size: 20px;
    padding: 0 25px 22px;
  }
  .sec-value__obj-txt strong{
    font-size: 49px;
  }
  .sec-value--point .bgnum{
    width: 65vw;
    left: 25px;
    top: -4vw;
  }
  #p1 .sec-value__mv{
    height: 80vw /*300px*/;
  }
  #p1 .sec-value__mv img{
    object-fit: cover;
  }
  #p1 .sec-value__body > .sec-value__txt + .sec-value__col{
    margin-top: 30px;
  }
  .sec-value__body .sec-value__txt{
    padding: 0 25px;
    font-size: 14px;
  }
  .sec-value__body .sec-value__txt p + p{
    margin-top: 20px;
  }

  .sec-value__body .sec-value__col._col2,
  .sec-value__body .sec-value__col._col3{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sec-value__body .sec-value__col + .sec-value__txt{
    margin-top: 25px;
  }


  .sec-map {
    padding: 45px 0;
  }
  .sec-map::before {
    top: 20px;
    width: calc(100% - 20px);
  }
  .sec-map__img {
    width: 100%;
    overflow: auto;
    margin: -13px 0 0;
    /* -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; */
  }
  .sec-map__img img {
    width: auto;
    height: 60svh;
  }
  .m-pinch::before{
    top: 50%;
    background: url(../../img/value/ico_swipe.svg) no-repeat 50% 50% / cover;
    left: 33%;
    transform: translate(45%, -50%);
  }
  .sec-value__body figure .c-img-caption.nobg{
    padding: 20px 25px 0;
    font-size: 12px;
    text-align: left;
  }


  .sec-prof{
    padding: 45px 25px 26px;
    margin-top: 70px;
  }
  .sec-prof .inner{
    padding: 20px 25px;
    flex-direction: column;
    gap: 30px;
  }
  .sec-prof .sec-prof__txt{
    width: 100%;
  }
  .sec-prof .sec-prof__txt .name{
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sec-prof .sec-prof__txt small{
    font-size: 50%;
    margin-bottom: 16px;
  }
  .sec-prof .sec-prof__txt p:last-child{
    font-size: 14px;
  }
  .sec-prof figure{
    max-width: 300px;
  }




}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .sec-map__img img {
    width: 100%;
    height: auto;
  }
}