/* CSS Document */
.js-parallax {
  overflow: hidden;
}

.bg--parallax .bg__img {
  height: 115%;
}

.bg__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -100;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg__img--right-center {
  -o-object-position: right center;
  object-position: right center;
}

.bg__img--top-center {
  -o-object-position: top center;
  object-position: top center;
}

.bg__img--left-center {
  -o-object-position: left center;
  object-position: left center;
}

.aboutUs-future {
  position: relative;
  /*margin: 0 calc(50% - 50vw);*/
  margin: 0;
  padding: 15vw 5vw 15vw;
  color: #fff;
  line-height: 1;
}

.aboutUs-future__body {
  padding: 0 0 0 9vw;
  margin-top: 15vw;
}

.aboutUs-future__cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.aboutUs-future__cover img {
  -o-object-position: center top;
     object-position: center top;
}

.aboutUs-future-ttl {
  text-align: center;
}

.aboutUs-future-ttl__sub {
  font-size: 3.64583vw;
}

.aboutUs-future-ttl__main {
  margin-top: 3.90625vw;
  font-size: 5.20833vw;
  font-weight: 500;
}

.aboutUs-future-ttl__note {
  margin-top: 6.25vw;
  font-size: 4.16667vw;
  font-weight: 500;
  line-height: 1.8125;
}

.aboutUs-timeline {
  position: relative;
}

.aboutUs-timeline__item {
  position: relative;
  padding: 0 0 0 12vw;
}

.aboutUs-timeline__item:nth-child(2) {
  margin-top: 8vw;
}

.aboutUs-timeline__item:nth-child(3) {
  margin-top: 8vw;
}

.aboutUs-timeline__item:nth-child(4) {
  margin-top: 8vw;
}

.aboutUs-timeline__item:nth-child(5) {
  margin-top: 0;
}

.aboutUs-timeline__year {
  position: absolute;
  top: 1.6vw;
  left: 0;
  display: block;
  width: 35px;
}

.aboutUs-timeline__year svg {
  width: auto;
  height: 3.77604vw;
}

.aboutUs-timeline__ttl {
  margin-top: 2.60417vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5;
}

.aboutUs-timeline__ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
}

.aboutUs-timeline__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
}

.aboutUs-timeline__txt {
  margin-top: 3vw;
}

.aboutUs-timeline .txt {
  line-height: 2;
  font-size: 3vw;
}

.aboutUs-timeline__logo {
  display: block;
  width: 130px;
  margin-top: 15px;
}

.aboutUs-timeline-desc {
  display: flex;
  height: 25vw;
}

.aboutUs-timeline-desc__head {
  position: absolute;
  top: -40%;
  left: 4.42708vw;
  height: 140%;
}

.aboutUs-timeline-desc__line {
  background: #f39800;
  width: 1px;
  height: calc(100% - 3.125vw);
}

.aboutUs-timeline-desc__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aboutUs-timeline-desc__icon svg {
  width: 2.73438vw;
  height: auto;
}

.aboutUs-timeline-desc__body {
  position: relative;
  width: 100%;
  font-weight: 500;
}

.aboutUs-timeline-desc__logo {
  width: 42.96875vw;
  margin-bottom: 3vw;
}

.aboutUs-timeline-line {
  position: absolute;
  top: 3vw;
  left: -5vw;
  width: 1px;
  height: 119vw;
}

.aboutUs-timeline-line__item {
  background: #fff;
  position: absolute;
  left: 50%;
  width: 2.60417vw;
  height: 2.60417vw;
  border-radius: 50%;
}

.aboutUs-timeline-line__item:nth-child(1) {
  top: 0;
  transform: translate(-50%, -50%);
}

.aboutUs-timeline-line__item:nth-child(2) {
  top: 33vw;
  transform: translate(-50%, -50%);
}

.aboutUs-timeline-line__item:nth-child(3) {
  top: 64.5vw;
  transform: translate(-50%, -50%);
}

.aboutUs-timeline-line__item:nth-child(4) {
  bottom: 0;
  transform: translate(-50%, 50%);
}

.aboutUs-timeline-line__bg {
  background: #fff;
  height: 100%;
  transform-origin: top center;
}

.aboutUs-world {
  position: relative;
  margin: 0;
  padding: 10.13542vw 5vw 10.09375vw;
  color: #fff;
}

.aboutUs-world__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.97396vw;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.017em;
}

.aboutUs-world__body {
  position: relative;
  margin-top: 19.53125vw;
}

.aboutUs-world__body::before {
  content: "";
  background: #fff;
  position: absolute;
  bottom: calc(100% + 4.6875vw);
  left: 23.75%;
  width: 1px;
  height: 14.84375vw;
}

.aboutUs-world__txt {
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
}

.aboutUs-world__txt:not(:first-child) {
  margin-top: 5.20833vw;
}

.aboutUs-world__flow {
  margin-top: 5.45833vw;
}

.aboutUs-world__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 22.13542vw;
  margin-top: 19.53125vw;
  padding: 0 1vw;
  border: 1px solid #fff;
  font-size: 3.25521vw;
  font-weight: 500;
  line-height: 2.08333;
  text-align: center;
}

.aboutUs-world__foot::before {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 23.75%;
  width: 1px;
  height: 14.84375vw;
}

.aboutUs-flow {
  position: relative;
}

.aboutUs-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 30.76042vw;
}

.aboutUs-flow__item:not(:first-child) {
  margin-top: 11.625vw;
}

.aboutUs-flow__item:not(:first-child)::before {
  content: "";
  background: url(../images/icon_aboutUs_flow_01_sp.svg) center/cover no-repeat;
  position: absolute;
  top: -6.78906vw;
  left: 50%;
  width: 7.55208vw;
  height: 3.38542vw;
  transform: translate(-50%, -50%);
}

.aboutUs-flow__img--01 {
  width: 13.88542vw;
}

.aboutUs-flow__img--02 {
  width: 17.53125vw;
}

.aboutUs-flow__img--03 {
  width: 16.48958vw;
}

.aboutUs-flow__img--04 {
  width: 24.95312vw;
}

.aboutUs-flow__ttl {
  position: relative;
  margin-top: 4.55729vw;
  font-size: 4vw;
  font-weight: 500;
}

.aboutUs-flow-desc {
  display: flex;
  align-items: center;
  position: absolute;
  top: 33.66667vw;
  right: 0;
  width: 60.1875%;
}

.aboutUs-flow-desc__picture {
  flex-shrink: 0;
  width: 31%;
}

.aboutUs-flow-desc__main {
  margin-left: 2.60417vw;
  text-align: center;
}

.aboutUs-flow-desc__head {
  width: 78.96825%;
}

.aboutUs-flow-desc__body {
  margin-top: 3.90625vw;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.5;
}

.aboutUs-flow-desc__body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
}

.aboutUs-flow-desc__body::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
}

@media screen and (min-width: 768px) {
  .aboutUs-future {
    margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 55%) 80px;
  }
  .aboutUs-future .txt {
    line-height: 2;
  }
  .aboutUs-future__body {
    padding: 0;
    margin-top: 70px;
    margin-bottom: 200px;
  }
  .aboutUs-future__cover {
    height: 100%;
  }
  .aboutUs-future__cover img {
    -o-object-position: left center;
       object-position: left center;
  }
  .aboutUs-future-ttl__sub {
    font-size: 20px;
  }
  .aboutUs-future-ttl__main {
    margin-top: clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
    font-size: 36px;
  }
  .aboutUs-future-ttl__note {
    margin-top: clamp(12px, 12px + 12 * (100vw - 768px) / 512, 24px);
    font-size: 17px;
  }
  .aboutUs-timeline {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    text-align: center;
  }
  .aboutUs-timeline .txt {
    line-height: 2;
    font-size: 16px;
  }
  .aboutUs-timeline__item {
    padding: 0;
    position: static;
    height: 300px;
  }
  .aboutUs-timeline__item:nth-child(1) {
    position: absolute;
    top: 25px;
    left: 80px;
    margin: 0;
    transform: translateX(-50%);
  }
  .aboutUs-timeline__item:nth-child(2) {
    position: absolute;
    top: 25px;
    left: 330px;
    margin: 0;
    transform: translateX(-50%);
  }
  .aboutUs-timeline__item:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 580px;
    margin: 0;
    transform: translateX(-50%);
  }
  .aboutUs-timeline__item:nth-child(4) {
    position: absolute;
    top: 25px;
    left: 838px;
    margin: 0;
    transform: translateX(-50%);
    width: 100%;
  }
  .aboutUs-timeline__item:nth-child(5) {
    margin: 0;
  }
  .aboutUs-timeline__year {
    position: static;
    display: flex;
    justify-content: center;
    width: auto;
  }
  .aboutUs-timeline__year svg {
    height: 23px;
  }
  .aboutUs-timeline__ttl {
    margin-top: 20px;
    font-size: 18px;
  }
  .aboutUs-timeline__txt {
    margin-top: 20px;
    font-size: 10px;
  }
  .aboutUs-timeline__logo {
    display: block;
    width: 150px;
    margin-top: 15px;
  }
  .aboutUs-timeline-desc {
    justify-content: center;
    position: relative;
    height: auto;
    margin-top: 48px;
    padding: 23px 12px 0 0;
  }
  .aboutUs-timeline-desc__head {
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 37.5px;
  }
  .aboutUs-timeline-desc__line {
    width: calc(100% - 12px);
    height: 1px;
  }
  .aboutUs-timeline-desc__icon {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
  }
  .aboutUs-timeline-desc__icon svg {
    width: 11px;
  }
  .aboutUs-timeline-desc__body {
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
  }
  .aboutUs-timeline-desc__logo {
    display: none;
  }
  .aboutUs-timeline-line {
    top: 0;
    left: 81px;
    right: auto;
    width: calc(100% - 170px);
    height: 1px;
  }
  .aboutUs-timeline-line__item {
    width: 10px;
    height: 10px;
  }
  .aboutUs-timeline-line__item:nth-child(1) {
    left: 0;
  }
  .aboutUs-timeline-line__item:nth-child(2) {
    top: 0;
    left: 33%;
  }
  .aboutUs-timeline-line__item:nth-child(3) {
    top: 0;
    left: 66%;
  }
  .aboutUs-timeline-line__item:nth-child(4) {
    top: 0;
    bottom: auto;
    left: 100%;
    transform: translate(-50%, -50%);
  }
  .aboutUs-timeline-line__bg {
    transform-origin: left center;
  }
  .aboutUs-world {
    margin: 0 calc(50% - 50vw);
    padding: 4.375vw calc(50vw - 50%);
  }
  .aboutUs-world__head {
    width: clamp(143px, 143px + 143 * (100vw - 768px) / 512, 286px);
    height: clamp(36px, 36px + 36 * (100vw - 768px) / 512, 72px);
    font-size: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
  }
  .aboutUs-world__body {
    margin-top: clamp(47px, 47px + 47 * (100vw - 768px) / 512, 94px);
  }
  .aboutUs-world__body::before {
    bottom: calc(100% + clamp(11px, 11px + 11 * (100vw - 768px) / 512, 22px));
    left: 50%;
    height: clamp(36px, 36px + 36 * (100vw - 768px) / 512, 72px);
  }
  .aboutUs-world__txt {
    font-size: clamp(16px, 16px + 6 * (100vw - 768px) / 512, 22px);
  }
  .aboutUs-world__txt:not(:first-child) {
    margin-top: clamp(5px, 5px + 5 * (100vw - 768px) / 512, 10px);
  }
  .aboutUs-world__flow {
    margin-top: clamp(19px, 19px + 19 * (100vw - 768px) / 512, 38px);
  }
  .aboutUs-world__foot {
    width: 22.65625%;
    height: auto;
    margin-top: clamp(54.5px, 54.5px + 54.5 * (100vw - 768px) / 512, 109px);
    margin-left: auto;
    padding: clamp(13px, 13px + 13 * (100vw - 768px) / 512, 26px) clamp(8px, 8px + 8 * (100vw - 768px) / 512, 16px);
    font-size: clamp(12px, 12px + 6 * (100vw - 768px) / 512, 16px);
    margin-right: -54px;
  }
  .aboutUs-world__foot::before {
    left: 50%;
    height: clamp(46.5px, 46.5px + 46.5 * (100vw - 768px) / 512, 93px);
  }
  .aboutUs-flow {
    display: flex;
    justify-content: center;
  }
  .aboutUs-flow__item {
    width: 100%;
  }
  .aboutUs-flow__item:not(:first-child) {
    margin: 0 0 0 clamp(64px, 64px + 64 * (100vw - 768px) / 512, 128px);
  }
  .aboutUs-flow__item:not(:first-child)::before {
    background: url(../images/icon_aboutUs_flow_01_pc.svg) center/cover no-repeat;
    top: clamp(18px, 18px + 18 * (100vw - 768px) / 512, 36px);
    left: auto;
    right: calc(100% + clamp(29px, 29px + 29 * (100vw - 768px) / 512, 58px));
    width: clamp(13px, 13px + 13 * (100vw - 768px) / 512, 26px);
    height: clamp(29px, 29px + 29 * (100vw - 768px) / 512, 58px);
    transform: none;
  }
  .aboutUs-flow__picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(41px, 41px + 41 * (100vw - 768px) / 512, 82px);
  }
  .aboutUs-flow__img--01 {
    width: clamp(33px, 33px + 33 * (100vw - 768px) / 512, 66px);
  }
  .aboutUs-flow__img--02 {
    width: clamp(38.5px, 38.5px + 38.5 * (100vw - 768px) / 512, 77px);
  }
  .aboutUs-flow__img--03 {
    width: clamp(45px, 45px + 45 * (100vw - 768px) / 512, 90px);
  }
  .aboutUs-flow__img--04 {
    width: clamp(76px, 76px + 76 * (100vw - 768px) / 512, 152px);
  }
  .aboutUs-flow__ttl {
    margin-top: clamp(11px, 11px + 11 * (100vw - 768px) / 512, 22px);
    font-size: clamp(16px, 16px + 6 * (100vw - 768px) / 512, 22px);
  }
  .aboutUs-flow-desc {
    display: block;
    top: calc(100% + clamp(8px, 8px + 8 * (100vw - 768px) / 512, 16px));
    left: 50%;
    right: auto;
    width: 48.4375%;
    transform: translateX(-50%);
  }
  .aboutUs-flow-desc__picture {
    width: auto;
  }
  .aboutUs-flow-desc__main {
    margin: clamp(11px, 11px + 11 * (100vw - 768px) / 512, 22px) 0 0;
  }
  .aboutUs-flow-desc__head {
    width: 172px;
  }
  .aboutUs-flow-desc__body {
    margin-top: clamp(18px, 18px + 18 * (100vw - 768px) / 512, 36px);
    font-size: clamp(12px, 12px + 6 * (100vw - 768px) / 512, 18px);
    line-height: 1.77778;
  }
  .aboutUs-flow-desc__body::before {
    margin-top: -0.38889em;
  }
  .aboutUs-flow-desc__body::after {
    margin-bottom: -0.38889em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .aboutUs-future {
    padding: clamp(50px, 50px + 50 * (100vw - 768px) / 512, 100px) 178px clamp(75px, 75px + 75 * (100vw - 768px) / 512, 150px);
    margin: 0 -178px;
  }
  .aboutUs-world {
    padding: 100px 178px;
    margin: 0 -178px;
  }
}/*# sourceMappingURL=message-vision.css.map */