@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　value
 */


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

.c-contents {
    position: relative;
    z-index: 1;
    margin-top: 100vh;
    background: #fff;
}

@media only screen and (max-width: 767px) {
  header .ttl{
    width: 50%;
  }
}



/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/

/* .page-value .l-page-wrapper {
  overflow: hidden;
} */
.page-value .inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .sec-value .inner {
      padding: 0;
  }
}

.c-contents {
  .en{
    font-family: "Playfair Display";
  }
}


/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
.m-page-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}
.m-page-mv__content {
  position: relative;
  height: 100%;
}
.m-page-mv__img{
  position: relative;
  width: 100%;
  height: 100vh;
}
.m-page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-page-mv__body{
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 11% 6% 7%;
}
.m-page-mv__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 60px;
  background: linear-gradient(162deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  z-index: -1;
}
.m-page-mv__hdg {
  color: #fff;
}
.m-page-mv__hdg .en {
  display: block;
  font-size: min(3.5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.m-page-mv__hdg .ja {
  display: block;
  font-size: min(1.1vw, 16px);
  font-weight: 400;
  line-height: 1.2;
}
.m-page-mv__txt {
  margin-top: 20px;
  font-size: 26px;
  color: #fff;
  line-height: 1.55;
}


/*--------------------------------------------------------------------------
   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(../../asset/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(../../asset/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: 4px;
  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(../../asset/img/value/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,
#p5 .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 {
  margin-bottom: 30px;
}
.sec-value__mv img {
  width: 100%;
}
@media screen and (min-width: 769px){
  .sec-value__mv img {
    width: 100%;
    aspect-ratio: 25 / 17;
    object-fit: cover;
  }
}
#p5 .sec-value__mv img {
  object-position: 0% 85%;
}

.sec-value figure{
  position: relative;
}
.sec-value figure .c-img-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  font-size: 11px;
  text-shadow: 0 0 5px rgba(0,0,0,0.7), 0 0 5px rgba(0,0,0,0.7), 0 0 5px rgba(0,0,0,0.7), 0 0 5px rgba(0,0,0,0.7);

}
.sec-value figure .c-img-caption._bk{
  width: 100%;
  position: static;
  color: #000;
  text-align: right;
  text-shadow: none;
}



.sec-value__body img {
  width: 100%;
  height: 100%;
}
.sec-value__body .sec-value__txt {
  font-size: 18px;
  line-height: 2.22;
  text-align: justify;
}
.sec-value__body .sec-value__txt p + p{
  margin-top: 35px;
}
.sec-value__body .sec-value__col{
  display: grid;
  gap: 12px;
}
#p3 .sec-value__body .sec-value__col{
  gap: 30px;
}

.sec-value__body .sec-value__col._col2{
  grid-template-columns: repeat(2, 1fr);
}
.sec-value__body .sec-value__col._col2 + .sec-value__col._col2{
  margin-top: 30px;
}
#p2 .sec-value__body .sec-value__col._col2 img{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .sec-value__body .sec-value__col._col2-1{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 30px;
  }

  .sec-value__body .sec-value__col._col2-1 li{
    &:first-child{
      grid-area: 1 / 1 / 2 / 2;
    }
    &:nth-child(2){
      grid-area: 1 / 2 / 2 / 3;
    }
    &:last-child{
      grid-area: 2 / 1 / 3 / 3;
      padding: 0;
    }
    img{
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
  }
}

#p1 .sec-value__body > .sec-value__txt + .sec-value__col{
  margin-top: 100px;
}
.sec-value__body .sec-value__txt + .sec-value__col{
  margin-top: 40px;
}
.sec-value__body .sec-value__col + .sec-value__txt{
  margin-top: 40px;
}
.sec-value__body .sec-value__col .sec-value__col-txt{
  padding: 0 10px;
}

.sec-map {
  padding: 55px 0 70px;
  --scrollbar-width: 15px;
}
.sec-map__img {
  position: relative;
}
.sec-map__img img {
  width: 100%;
  height: auto;
}

.sec-value__access{
  margin-top: 40px;
}
.sec-value__access .sec-value__access_col{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 60px;
}
.sec-value__access .sec-value__access_txt{
  flex-basis: 40%;
  display: grid;
  grid-gap: 15px;
}
.sec-value__access .sec-value__access_map{
  background: #fff;
  flex-basis: 56%;
  padding: 30px 5% 20px;
}
.sec-value__access .sec-value__access_map .notes{
  font-size: 10px;
  display: flex;
  gap: 6px;
  margin-top: 20px;
}
.sec-value__body .sec-value__access .sec-value__txt{
  padding: 35px 0 0;
}


.sec-value__landplan{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-value__landplan figure{
  padding: 35px 20px;
}



._box_feature{
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 0;
}

._box_feature li{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: min(2vw, 3rem);
}

._box_feature li ._num{
  display: flex;
  align-items: center;
  gap: min(2.85vw, 2rem);
  font-size: 2rem;
  line-height: 1.5;
  color: #00375A;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  ._box_feature li ._num{
    align-items: flex-start;
  }
  ._box_feature li ._num br{
    display: none;
  }
}
._box_feature li ._num .en{
  font-size: 3rem;
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  background: #00375A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 1rem;
}
._box_feature li p{
  text-align: justify;
}
._box_feature li p + figure{
  margin-top: 25px;
}

.sec-value__secom{
  display: grid;
  gap: 40px;
  justify-items: center;
  margin-top: 60px;
}
.sec-value__secom figure{
  max-width: 330px;
}



/*--------------------------------------------------------------------------
   sec-prof
---------------------------------------------------------------------------*/

.sec-prof{
  background: url(../../asset/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: 0;
  }
  .sec-map::before {
    top: 7.63vw;
    width: 78.8vw;
  }
  .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 + #p2.sec-value,
  .sec-value + #p3.sec-value,
  .sec-value + #p4.sec-value {
    margin-top: 0px;
  }
  .m-page-mv__body {
    top: 0;
    left: 0;
    z-index: 1;
    padding: 18% 6.25% 10%;
  }
  .m-page-mv__body::before {
    height: 180px;
  }
  .m-page-mv__img{
    height: calc(7.07px * 100 - 80px);
    padding-top: 100px;
  }
  .m-page-mv__hdg {
    font-weight: 400;
  }
  .m-page-mv__hdg .en {
      font-size: 48px;
  }
  .m-page-mv__hdg .ja {
      font-size: 14px;
  }
  .m-page-mv__txt {
    font-size: 20px;
    line-height: 1.6;
  }


  .c-img-caption {
    display: inline-block;
    padding: 2px 6px;
    font-size: 10px;
    color: #fff;
  }
  .sec-value {
    background: #F9F7F0;
    padding: 90px 0 0;
  }
  .sec-value + .sec-value {
    margin-top: 0;
  }
  .sec-value__body.bg{
    background: #F9F7F0;
  }

  .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__obj-txt {
    font-size: 22px;
    padding: 2vw 25px 0;
    margin-bottom: 30px;
  }
  #p3 .sec-value__obj-txt,
  #p4 .sec-value__obj-txt,
  #p5 .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: -10vw;
  }

  #p1 .sec-value__body > .sec-value__txt + .sec-value__col{
    margin-top: 30px;
  }
  .sec-value__body .sec-value__txt{
    padding: 0 20px;
    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,
  #p3 .sec-value__body .sec-value__col{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #p2 .sec-value__body .sec-value__col._col2 img{
    aspect-ratio: 16 / 14;
    object-fit: cover;
  }

  .sec-value__access{
    margin-top: 40px;
    background: #fff;
    padding: 40px 20px;
  }

  .sec-value__access .sec-value__access_col{
    flex-direction: column;
    gap: 30px;
  }
  .sec-value__access .sec-value__access_map{
    background: none;
    padding: 0;
  }
  .sec-value__access + .sec-value__mv{
    margin-bottom: 40px;
  }

  .sec-value__body .sec-value__col .sec-value__col-txt{
    padding: 30px 0;
  }
  .sec-value__body .sec-value__col{
    gap: 12px;
  }

  .sec-value__landplan{
    background: #fff;
    padding: 0 0 70px;
  }


  ._box_feature{
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  ._box_feature li{
    padding: 2.5rem 2rem;
  }

  ._box_feature li ._num{
    align-items: flex-start;
    gap: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  ._box_feature li ._num .en{
    font-size: 2.8rem;
    width: 45px;
    height: 45px;
  }
  ._box_feature li p{
    font-size: 13px;
  }

  .sec-value__secom{
    gap: 40px;
    justify-items: center;
    padding: 40px 20px;
    margin-top: 0;
  }


  .sec-map {
    margin-top: 50px;
    padding: 0 0 70px;
    background: #fff;
  }
  .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;
    max-width: fit-content;
  }
  .scroll-hint-icon{
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    width: 85px;
    transform: translate(45%, -50%);
    padding: 10px 10px 6px;
    border-radius: 20px;
  }
  .scroll-hint-icon:before{
    width: 42px;
    height: 55px;
    background-image: url(../../asset/img/value/ico_swipe.svg);
    vertical-align: text-top;
  }
    /* background: url(../../asset/img/value/ico_swipe.svg) no-repeat 50% 50% / cover; */
  .scroll-hint-icon:after{
    background-image: none;
  }

  .sec-prof{
    padding: 45px 25px 26px;
    margin-top: 0;
  }
  .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;
  }
}