@media screen {
  .js-about-visible {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s ease-out;
  }
  .is-before-about-visible {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .is-about-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.about-mv {
  width: 100%;
}
@media (max-width: 1310px) {
  .about-mv {
    padding-top: calc(var(--header-height) - 8.78477306%);
  }
}
@media only screen and (max-width: 767px) {
  .about-mv {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-mv--pc {
    display: none;
  }
}
.about-mv--sp {
  display: none;
}
.about-mv--sp > img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-mv--sp {
    display: block;
  }
}
.about-mv__video {
  position: relative;
  aspect-ratio: 1920/1080;
}
.about-mv__video > video {
  width: 100%;
  vertical-align: middle;
}
.about-mv__video-controls {
  position: absolute;
  z-index: 2;
  right: min(20px, 1.4641288433vw);
  bottom: min(20px, 1.4641288433vw);
}
.about-mv__video-toggle-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(40px, 2.9282576867vw);
  height: min(40px, 2.9282576867vw);
  background-color: var(--color-black);
  border: min(2px, 0.1464128843vw) solid var(--color-black);
  border-radius: min(3px, 0.2196193265vw);
  overflow: hidden;
}
.about-mv__video-toggle-button::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color-white);
  border-radius: 50%;
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
.about-mv__video-toggle-button > span {
  position: relative;
  z-index: 2;
  display: block;
  width: min(14px, 1.0248901903vw);
  background-color: var(--color-white);
  aspect-ratio: 9/10;
  -webkit-mask-image: url(/assets/img/common/icon_play.svg);
          mask-image: url(/assets/img/common/icon_play.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.about-mv__video-toggle-button[aria-pressed=true] > span {
  aspect-ratio: 1/1;
  -webkit-mask-image: url(/assets/img/common/icon_stop.svg);
          mask-image: url(/assets/img/common/icon_stop.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .about-mv__video-toggle-button:hover::after {
    width: 300%;
  }
  .about-mv__video-toggle-button:hover > span {
    background-color: var(--color-black);
  }
}
.about-mv__video-toggle-button:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: min(4px, 0.2928257687vw);
  -webkit-box-shadow: inset 0 0 0 min(4.5px, 0.3294289898vw) var(--color-white);
          box-shadow: inset 0 0 0 min(4.5px, 0.3294289898vw) var(--color-white);
}

.about-lead {
  position: relative;
  width: 100%;
  padding-top: 15.6661786237vw;
}
@media only screen and (max-width: 767px) {
  .about-lead {
    padding-top: 4.4vw;
  }
}
.about-lead__bg {
  position: absolute;
  top: 19.6925329429vw;
  left: 0;
  width: 84.4802342606vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__bg {
    top: 63.0666666667vw;
    left: auto;
    right: 0;
    width: 230.8vw;
  }
}
.about-lead__bg > img {
  display: block;
  width: 100%;
}
.about-lead__image {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .about-lead__image {
    z-index: 2;
  }
}
.about-lead__image > img {
  display: block;
  width: 100%;
}
.about-lead__image--1 {
  top: 0.2196193265vw;
  left: 9.0043923865vw;
  width: 18.3748169839vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__image--1 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0.8vw;
    margin-left: 4.6666666667vw;
    width: 38.5333333333vw;
  }
}
.about-lead__image--2 {
  top: 15.0073206442vw;
  left: 60.102489019vw;
  width: 32.6500732064vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__image--2 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 13.0666666667vw;
    margin-left: 36.2666666667vw;
    width: 59.4666666667vw;
  }
}
.about-lead__image--3 {
  top: 34.4070278184vw;
  left: 56.8081991215vw;
  width: 36.2371888726vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__image--3 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 4.9333333333vw;
    margin-left: 3.7333333333vw;
    width: 66vw;
  }
}
.about-lead__image--4 {
  z-index: 11;
  top: 49.7071742313vw;
  left: 1.9765739385vw;
  width: 35.8711566618vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__image--4 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 14.4vw;
    margin-left: 5.6vw;
    width: 65.3333333333vw;
  }
}
.about-lead__image--5 {
  top: 63.5431918009vw;
  left: 5.4172767204vw;
  width: 37.8477306003vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__image--5 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 2.6666666667vw;
    margin-left: 11.8666666667vw;
    width: 68.9333333333vw;
  }
}
.about-lead__plate-wrap {
  position: relative;
  z-index: 10;
}
.about-lead__plate-wrap--1 {
  margin-left: 10.4685212299vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__plate-wrap--1 {
    margin-left: 3.3333333333vw;
  }
}
.about-lead__plate-wrap--2 {
  margin-top: 11.3469985359vw;
  margin-left: 50vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__plate-wrap--2 {
    margin-top: 4.4vw;
    margin-left: 16.6666666667vw;
  }
}
.about-lead__plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.635431918vw;
  width: 39.5314787701vw;
  min-height: 29.2825768668vw;
  background-color: var(--color-red);
  border-radius: 0.3660322108vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__plate {
    padding: 8.9333333333vw 6.6666666667vw;
    width: 80vw;
    min-height: 0;
    border-radius: 0.6666666667vw;
  }
}
.about-lead__plate::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2.196193265vw);
  left: 3.6603221083vw;
  width: 32.2108345534vw;
  height: 1.2445095168vw;
  border-radius: 0.6222547584vw;
}
@media only screen and (max-width: 767px) {
  .about-lead__plate::after {
    top: calc(100% + 5.3333333333vw);
    left: 8vw;
    width: 64vw;
    height: 3.4666666667vw;
    border-radius: 1.7333333333vw;
  }
}
.about-lead__plate--1::after {
  background-color: var(--color-about-shadow--1);
}
.about-lead__plate--2::after {
  background-color: var(--color-about-shadow--2);
}
.about-lead__text1 {
  font-size: calc(0.33rem + 18.7 * 0.0732064422vw);
  line-height: 2.7818448023vw;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-align: center;
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
.is-before-about-visible .about-lead__text1 {
  opacity: 0;
}
.is-about-visible .about-lead__text1 {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .about-lead__text1 {
    font-size: min(0.15rem + 28.5 * 0.1333333333vw, 3rem);
    line-height: 1.7;
  }
}
.about-lead__text2 {
  margin-top: 1lh;
  font-size: calc(0.255rem + 14.45 * 0.0732064422vw);
  line-height: 2.7818448023vw;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
.is-before-about-visible .about-lead__text2 {
  opacity: 0;
}
.is-about-visible .about-lead__text2 {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .about-lead__text2 {
    margin-top: 0.6923076923em;
    font-size: min(0.13rem + 24.7 * 0.1333333333vw, 2.6rem);
    line-height: 1.7;
  }
}

.about-value {
  position: relative;
  width: 100%;
}
.about-value__hgroup {
  position: absolute;
  top: 13.3235724744vw;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-value__hgroup {
    position: static;
  }
}
.about-value__hgroup-image {
  width: 2.4158125915vw;
  -webkit-transform: translateX(0.439238653vw);
          transform: translateX(0.439238653vw);
}
@media only screen and (max-width: 767px) {
  .about-value__hgroup-image {
    position: absolute;
    top: -4.2666666667vw;
    left: 47.6vw;
    width: 6.9333333333vw;
  }
}
.about-value__hgroup-image > img {
  width: 100%;
  display: block;
}
.about-value__title {
  margin-top: 0.7320644217vw;
}
@media only screen and (max-width: 767px) {
  .about-value__title {
    margin-top: 0;
    padding-top: 4.9333333333vw;
  }
}
.about-value__title > span {
  display: block;
  text-align: center;
}
.about-value__title > span:nth-child(1) {
  font-family: var(--font-family-raleway);
  font-size: calc(1.2rem + 68 * 0.0732064422vw);
  font-weight: var(--font-weight-light);
  color: var(--color-red);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-value__title > span:nth-child(1) {
    font-size: min(0.6rem + 114 * 0.1333333333vw, 12rem);
  }
}
.about-value__title > span:nth-child(2) {
  margin-top: 1.1713030747vw;
  font-size: calc(0.27rem + 15.3 * 0.0732064422vw);
  font-weight: var(--font-weight-medium);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-value__title > span:nth-child(2) {
    margin-top: 2.6666666667vw;
    font-size: min(0.16rem + 30.4 * 0.1333333333vw, 3.2rem);
  }
}
.about-value__section {
  position: relative;
}
.about-value__section--1 {
  padding: 3.6603221083vw 0 12.5183016105vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--1 {
    padding: 0;
  }
}
.about-value__section--2 {
  padding: 4.5387994143vw 0 16.4714494876vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--2 {
    padding: 0 0 27.0666666667vw;
  }
}
.about-value__section--3 {
  padding: 0 0 27.9648609078vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--3 {
    padding: 0;
  }
}
.about-value__section--4 {
  padding: 0 0 16.6178623719vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--4 {
    padding: 18.6666666667vw 0 22.6666666667vw;
  }
}
.about-value__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-value__section--1 .about-value__heading {
  margin-top: 8.2723279649vw;
  margin-left: 6.0761346999vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--1 .about-value__heading {
    margin-top: 10.6666666667vw;
    margin-left: 10vw;
  }
}
.about-value__section--1 .about-value__heading > img {
  margin-right: 2.635431918vw;
  width: 5.710102489vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--1 .about-value__heading > img {
    margin-right: 5.3333333333vw;
    width: 15.6vw;
  }
}
.about-value__section--2 .about-value__heading {
  margin-left: 51.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--2 .about-value__heading {
    margin-top: 10.6666666667vw;
    margin-left: 10vw;
  }
}
.about-value__section--2 .about-value__heading > img {
  margin-right: 1.9033674963vw;
  width: 7.6134699854vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--2 .about-value__heading > img {
    margin-right: 5.3333333333vw;
    width: 20.8vw;
  }
}
.about-value__section--3 .about-value__heading {
  margin-left: 6.0761346999vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--3 .about-value__heading {
    margin-left: 10vw;
  }
}
.about-value__section--3 .about-value__heading > img {
  margin-right: 1.9033674963vw;
  width: 7.3206442167vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--3 .about-value__heading > img {
    margin-right: 5.3333333333vw;
    width: 20vw;
  }
}
.about-value__section--4 .about-value__heading {
  margin-left: 51.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--4 .about-value__heading {
    margin-left: 10vw;
  }
}
.about-value__section--4 .about-value__heading > img {
  margin-right: 1.6837481698vw;
  width: 7.7598828697vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--4 .about-value__heading > img {
    margin-right: 5.3333333333vw;
    width: 21.2vw;
  }
}
.about-value__heading > span {
  display: block;
  font-size: calc(0.36rem + 20.4 * 0.0732064422vw);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-value__heading > span {
    font-size: min(0.18rem + 34.2 * 0.1333333333vw, 3.6rem);
    line-height: 1.7;
  }
}
.about-value__text {
  width: 38.0673499268vw;
  margin-top: 1.756954612vw;
  font-size: calc(0.24rem + 13.6 * 0.0732064422vw);
}
@media only screen and (max-width: 767px) {
  .about-value__text {
    width: 80vw;
    margin-top: 6.2666666667vw;
    font-size: min(0.13rem + 24.7 * 0.1333333333vw, 2.6rem);
  }
}
.about-value__section--1 .about-value__text {
  margin-left: 6.0761346999vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--1 .about-value__text {
    margin-left: 10vw;
  }
}
.about-value__section--2 .about-value__text {
  margin-left: 51.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--2 .about-value__text {
    margin-left: 10vw;
  }
}
.about-value__section--3 .about-value__text {
  margin-left: 6.0761346999vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--3 .about-value__text {
    margin-left: 10vw;
  }
}
.about-value__section--4 .about-value__text {
  margin-left: 51.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .about-value__section--4 .about-value__text {
    margin-left: 10vw;
  }
}
.about-value__bg > img {
  width: 100%;
}
.about-value__bg--section1-1 {
  position: absolute;
  z-index: -1;
  top: 8.4919472914vw;
  left: -12.3718887262vw;
  width: 61.2005856515vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section1-1 {
    top: 11.0666666667vw;
    right: 6vw;
    left: auto;
    width: 167.2vw;
  }
}
.about-value__bg--section1-2 {
  position: absolute;
  z-index: -1;
  top: 23.2064421669vw;
  right: 0;
  width: 42.3133235725vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section1-2 {
    top: auto;
    right: auto;
    bottom: 13.4666666667vw;
    left: 19.3333333333vw;
    width: 115.6vw;
  }
}
.about-value__bg--section2-1 {
  position: absolute;
  z-index: -1;
  top: 41.3616398243vw;
  right: 0;
  width: 48.0234260615vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section2-1 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 17.8666666667vw;
    width: 131.2vw;
  }
}
.about-value__bg--section3-1 {
  position: absolute;
  z-index: -1;
  top: 11.2005856515vw;
  right: 0;
  width: 71.7423133236vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section3-1 {
    top: auto;
    right: auto;
    bottom: 18.9333333333vw;
    left: 1.6vw;
    width: 196vw;
  }
}
.about-value__bg--section4-1 {
  position: absolute;
  z-index: -1;
  top: 5.1244509517vw;
  left: 0;
  width: 48.8286969253vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section4-1 {
    top: 75.3333333333vw;
    right: 2.6666666667vw;
    left: auto;
    width: 133.4666666667vw;
  }
}
.about-value__bg--section4-2 {
  position: absolute;
  z-index: -1;
  top: 34.1142020498vw;
  right: 0;
  width: 47.9502196193vw;
}
@media only screen and (max-width: 767px) {
  .about-value__bg--section4-2 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 16.6666666667vw;
    width: 131.0666666667vw;
  }
}
.about-value__image {
  position: relative;
}
.about-value__image > img {
  width: 100%;
}
.about-value__image--section1-1 {
  margin-left: 1.9765739385vw;
  width: 36.6032210835vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-1 {
    margin-top: 8vw;
    margin-left: 16.6666666667vw;
    width: 66.6666666667vw;
  }
}
.about-value__image--section1-2 {
  margin-left: 6.4421669107vw;
  width: 20.5710102489vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-2 {
    margin-top: 4.4vw;
    margin-left: 4.4vw;
    width: 37.4666666667vw;
  }
}
.about-value__image--section1-3 {
  position: relative;
  margin-top: 2.4158125915vw;
  margin-left: 6.0761346999vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-3 {
    margin-top: 9.4666666667vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section1-3 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-3 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section1-3 > img:nth-child(2) {
  position: absolute;
  top: 20.2781844802vw;
  left: 31.6251830161vw;
  width: 38.7262079063vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-3 > img:nth-child(2) {
    top: 43.0666666667vw;
    left: -7.8666666667vw;
    width: 70.5333333333vw;
  }
}
.about-value__image--section1-4 {
  position: absolute;
  top: 18.9604685212vw;
  right: 4.831625183vw;
  width: 33.4553440703vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-4 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 6.5333333333vw;
    left: 35.4666666667vw;
    width: 79.2vw;
  }
}
.about-value__image--section1-5 {
  position: absolute;
  top: 49.6339677892vw;
  left: 51.4641288433vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-5 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 14.2666666667vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section1-5 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-5 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section1-5 > img:nth-child(2) {
  position: absolute;
  right: 20.1317715959vw;
  bottom: 30.6734992679vw;
  width: 22.9136163982vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section1-5 > img:nth-child(2) {
    right: 43.2vw;
    bottom: 56.5333333333vw;
    width: 41.7333333333vw;
  }
}
.about-value__image--section2-1 {
  position: absolute;
  top: 0;
  left: 13.0307467057vw;
  width: 32.6500732064vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-1 {
    position: static;
    margin-left: 20.8vw;
    width: 59.4666666667vw;
  }
}
.about-value__image--section2-2 {
  position: absolute;
  z-index: 2;
  top: 23.1332357247vw;
  left: 20.9370424597vw;
  width: 14.6412884334vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-2 {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    margin-top: 0.8vw;
    margin-left: 35.2vw;
    width: 26.6666666667vw;
  }
}
.about-value__image--section2-3 {
  position: absolute;
  top: 34.6998535871vw;
  left: 6.8814055637vw;
  width: 42.0204978038vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-3 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -12.1333333333vw;
    margin-left: 9.6vw;
    width: 76.5333333333vw;
  }
}
.about-value__image--section2-4 {
  position: relative;
  margin-top: 4.39238653vw;
  margin-left: 51.4641288433vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-4 {
    margin-top: 9.4666666667vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section2-4 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-4 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section2-4 > img:nth-child(2) {
  position: absolute;
  top: 27.5256222548vw;
  left: 31.1859443631vw;
  width: 9.9560761347vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section2-4 > img:nth-child(2) {
    top: 46.8vw;
    left: 60.1333333333vw;
    width: 27.2vw;
  }
}
.about-value__image--section3-1 {
  position: absolute;
  top: 0;
  left: 51.4641288433vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section3-1 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15.7333333333vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section3-1 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section3-1 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section3-1 > img:nth-child(2) {
  position: absolute;
  top: 28.4040995608vw;
  right: 37.262079063vw;
  width: 48.3162518302vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section3-1 > img:nth-child(2) {
    top: auto;
    right: -4vw;
    bottom: 52.8vw;
    width: 88vw;
  }
}
.about-value__image--section4-1 {
  position: absolute;
  top: -3.3674963397vw;
  right: 0;
  width: 10.8345534407vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-1 {
    top: 4.2666666667vw;
    right: auto;
    left: 70.5333333333vw;
    width: 29.4666666667vw;
  }
}
.about-value__image--section4-2 {
  position: absolute;
  top: 18.0819912152vw;
  left: 6.0761346999vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-2 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15.7333333333vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section4-2 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-2 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section4-2 > img:nth-child(2) {
  position: absolute;
  bottom: 100%;
  left: 27.3060029283vw;
  width: 3.2942898975vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-2 > img:nth-child(2) {
    left: 64.9333333333vw;
    width: 9.0666666667vw;
  }
}
.about-value__image--section4-2 > img:nth-child(3) {
  position: absolute;
  top: 9.7364568082vw;
  left: 31.4787701318vw;
  width: 9.3704245974vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-2 > img:nth-child(3) {
    top: 16.4vw;
    left: 58.9333333333vw;
    width: 25.6vw;
  }
}
.about-value__image--section4-3 {
  position: relative;
  margin-top: 4.3191800878vw;
  margin-left: 51.4641288433vw;
  width: 42.4597364568vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-3 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 17.6vw;
    margin-left: 10vw;
    width: 80vw;
  }
}
.about-value__image--section4-3 > img:nth-child(1) {
  -webkit-box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-3 > img:nth-child(1) {
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
}
.about-value__image--section4-3 > img:nth-child(2) {
  position: absolute;
  top: 13.6896046852vw;
  left: -50.2196193265vw;
  width: 36.6032210835vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-3 > img:nth-child(2) {
    top: auto;
    right: 21.0666666667vw;
    bottom: 100%;
    left: auto;
    width: 66.6666666667vw;
  }
}
.about-value__image--section4-3 > img:nth-child(3) {
  position: absolute;
  top: 30.3074670571vw;
  left: 29.3557833089vw;
  width: 11.1273792094vw;
}
@media only screen and (max-width: 767px) {
  .about-value__image--section4-3 > img:nth-child(3) {
    top: 53.7333333333vw;
    left: 39.7333333333vw;
    width: 30.4vw;
  }
}

.about-future {
  position: relative;
  width: 100%;
  padding-top: 22.5475841874vw;
  padding-bottom: 2.9282576867vw;
  background-image: url(/assets/img/about/future_bg.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .about-future {
    padding-top: 34.2666666667vw;
    padding-bottom: 0;
    background-size: 183.268% auto;
    background-position: center -6.2666666667vw;
  }
}
.about-future__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s ease-out;
  transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s ease-out;
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s ease-out;
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s ease-out, -webkit-transform 0.5s 1.5s ease-out;
}
.about-future__decoration > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-future__decoration--pc {
    display: none;
  }
}
.about-future__decoration--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about-future__decoration--sp {
    display: block;
  }
}
.is-before-about-visible .about-future__decoration {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.is-about-visible .about-future__decoration {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-future__hgroup {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s ease-out;
  transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s ease-out;
  transition: opacity 0.5s 1s, transform 0.5s 1s ease-out;
  transition: opacity 0.5s 1s, transform 0.5s 1s ease-out, -webkit-transform 0.5s 1s ease-out;
}
.is-before-about-visible .about-future__hgroup {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.is-about-visible .about-future__hgroup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-future__title {
  width: 49.7803806735vw;
}
@media only screen and (max-width: 767px) {
  .about-future__title {
    width: 90.6666666667vw;
  }
}
.about-future__title > img {
  width: 100%;
}
.about-future__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.2049780381vw;
  height: 2.635431918vw;
  font-size: calc(0.27rem + 15.3 * 0.0732064422vw);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: var(--color-white);
  -webkit-transform: translateY(-1.0248901903vw);
          transform: translateY(-1.0248901903vw);
  clip-path: polygon(0.5856515373vw 0, 0 100%, calc(100% - 0.5856515373vw) 100%, 100% 0);
}
@media only screen and (max-width: 767px) {
  .about-future__subtitle {
    font-size: calc(0.405rem + 22.95 * 0.1333333333vw);
    width: 55.2vw;
    height: 7.2vw;
    -webkit-transform: translateY(-0.4vw);
            transform: translateY(-0.4vw);
    clip-path: polygon(1.6vw 0, 0 100%, calc(100% - 1.6vw) 100%, 100% 0);
  }
}
.about-future__text {
  position: relative;
  z-index: 2;
  margin-top: 11.3469985359vw;
  font-size: calc(0.27rem + 15.3 * 0.0732064422vw);
  font-weight: var(--font-weight-bold);
  line-height: 2.1111111111;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-future__text {
    margin-top: 18.2666666667vw;
    font-size: calc(0.45rem + 25.5 * 0.1333333333vw);
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.about-future__br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .about-future__br {
    display: inline;
  }
}
.about-future__mission-message {
  margin-top: 7.6866764275vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about-future__mission-message {
    margin-top: 14.6666666667vw;
  }
}
.about-future__mission-message > img {
  width: 61.2737920937vw;
}
@media only screen and (max-width: 767px) {
  .about-future__mission-message > img {
    width: 94.6666666667vw;
  }
}
.about-future__history {
  margin-top: 0.5856515373vw;
  margin-left: 11.2737920937vw;
}
@media only screen and (max-width: 767px) {
  .about-future__history {
    margin-top: 5.7333333333vw;
    margin-left: 2.9333333333vw;
  }
}
.about-future__history img {
  width: 80.9663250366vw;
}
@media only screen and (max-width: 767px) {
  .about-future__history img {
    width: 94.2666666667vw;
  }
}
.about-future__message {
  margin-top: 10.6149341142vw;
  font-size: calc(0.45rem + 25.5 * 0.0732064422vw);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-future__message {
    margin-top: 8.9333333333vw;
    font-size: calc(0.51rem + 28.9 * 0.1333333333vw);
  }
}/*# sourceMappingURL=about.css.map */