@charset "UTF-8";
/* value.scss • v0.0.1 */
/*--------------------------------------------------------------------------
  value
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.l-page__header {
  z-index: 999;
}

.l-page__footer {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.m-contact {
  padding-top: 80px;
}

.g-header {
  position: fixed;
}

/*--------------------------------------------------------------------------
   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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.m-page-mv__content {
  position: relative;
  height: 100%;
}

.m-page-mv__images {
  position: relative;
  height: 100%;
}

.m-page-mv__images .fixed {
  display: block;
  position: sticky;
  top: 0px;
}

.m-page-mv__images .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__img {
  position: relative;
  width: 100%;
  height: 100vh;
}

.m-page-mv__img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-page-mv__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__sp-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__body {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 7% 6%;
}

.m-page-mv__body::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 355px;
  height: 235px;
  border-radius: 230px;
  background: rgba(6, 0, 0, 0.6);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="80" /></filter></svg>#filter');
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
}

.m-page-mv__body--multiple {
  position: fixed;
  top: 14%;
}

.m-page-mv__body--ds::before {
  content: none;
}

.m-page-mv__body--ds .en,
.m-page-mv__body--ds .ja,
.m-page-mv__body--ds .m-page-mv__txt {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.m-page-mv__hdg {
  color: #fff;
  z-index: 2;
}

.m-page-mv__hdg .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: min(3.5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .m-page-mv__hdg .en {
    font-size: 46px;
  }
}
.m-page-mv__hdg .ja {
  display: block;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(5.6vw, 32px);
  font-weight: 400;
  line-height: 1.2;
}

.m-page-mv__txt {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: clamp(13px, 1.8571428571vw, 26px);
  color: #fff;
  line-height: 1.55;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .m-page-mv__txt {
    font-size: 14px;
  }
}
.m-page-mv--multiple {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}

/*--------------------------------------------------------------------------
   c-contents
---------------------------------------------------------------------------*/
.c-contents {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  background: #fff;
}

.m-page-mv--multiple + .c-contents {
  margin-top: 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: -webkit-gradient(linear, left top, left bottom, color-stop(50.29%, #052438), color-stop(72.5%, rgba(6, 43, 65, 0.74)), color-stop(82.94%, rgba(7, 51, 75, 0.44)), color-stop(89.7%, rgba(124, 147, 155, 0.71)), color-stop(99.65%, #F9F7F0));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 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: "INTRODUCTION";
}

.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;
}

.m-intro .m-intro__body .m-intro__graph {
  margin-top: 80px;
}

.m-intro .m-intro__body .m-intro__graph img {
  width: 100%;
  height: auto;
}

.m-intro .m-intro__body .m-intro__cap {
  font-size: 20px;
  margin-top: 1em;
}

.m-intro .m-intro__body .m-intro__point {
  display: -ms-grid;
  display: grid;
  gap: 30px 38px;
  -ms-grid-columns: auto 38px auto;
  grid-template-columns: repeat(2, auto);
}

.m-intro .m-intro__body .m-intro__point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.m-intro .m-intro__body .m-intro__point li a {
  width: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.3);
  mix-blend-mode: multiply;
}

/*--------------------------------------------------------------------------
   sec-value
---------------------------------------------------------------------------*/
.sec-value {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F7F0), to(#FFF));
  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;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding: 50px 0 12px 12px;
}

.sec-value--point .bgnum {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 20px;
  translate: 0 -40%;
  z-index: -1;
  font-size: 124px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding: 50px 0 12px 12px;
  pointer-events: none;
  opacity: 0.8;
}

.sec-value--point .bgnum strong {
  font-size: 300px;
  font-weight: 400;
  -webkit-transform: skewX(-2deg);
          transform: skewX(-2deg);
}

#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;
  -webkit-transform: skewX(-2deg);
          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 figure .c-img-caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
}

.sec-value figure .c-img-caption._white {
  color: #fff;
}

.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: -ms-grid;
  display: grid;
  gap: 12px;
}

.sec-value__body .sec-value__col._col2 {
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
}

.sec-value__body .sec-value__col._col3 {
  -ms-grid-columns: (auto)[3];
  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-value__graph {
  margin-top: 40px;
}

.sec-value__graph img {
  width: 100%;
  height: auto;
}

.sec-value__body .m-cap-area {
  margin-top: 10px;
  padding: 0;
}

/*--------------------------------------------------------------------------
   sec-prof
---------------------------------------------------------------------------*/
.sec-prof {
  background: url(../img/value/bg_prof.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.48%, #052438), color-stop(99.65%, #2E4859));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-grid-columns: 1fr;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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__graph {
    margin-top: 40px;
  }
  .m-intro .m-intro__body .m-intro__txt {
    font-size: 20px;
  }
  .m-intro .m-intro__body .m-intro__point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .m-intro .m-intro__body .m-intro__point li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 6px;
    margin-bottom: 30px;
  }
  .sec-value--point .bgnum {
    left: 15px;
    top: -4vw;
    font-size: 40px;
    translate: 0 -45%;
  }
  .sec-value--point .bgnum strong {
    font-size: 100px;
  }
  #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;
  }
  #p1 .sec-value__mv {
    height: 80vw;
  }
  #p1 .sec-value__mv img {
    -o-object-fit: cover;
       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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sec-value__body .sec-value__col + .sec-value__txt {
    margin-top: 25px;
  }
  .sec-value__graph {
    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%;
    -webkit-transform: translate(45%, -50%);
            transform: translate(45%, -50%);
  }
  .sec-value figure .c-img-caption {
    font-size: 10px;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  }
}
/*# sourceMappingURL=value.css.map */