@charset "UTF-8";
/* ページ内共通パーツ
---------------------------------------------------------------------------- */
/*------------- l-content-vision -------------*/
.l-content-vision {
  width: 100%;
  max-width: 141.2rem;
  padding-inline: 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-content-vision {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
}
/*------------- m-ttl-vision -------------*/
.m-ttl-vision {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
  padding-left: 4rem;
  position: relative;
}

.m-ttl-vision::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.6rem;
  aspect-ratio: 1;
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .m-ttl-vision {
    font-size: 8.5333333333vw;
    line-height: 1.4;
    padding-left: 7.4666666667vw;
  }
  .m-ttl-vision::before {
    top: 2.6666666667vw;
    width: 3.2vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  width: 100%;
  aspect-ratio: 1600/1020;
  position: relative;
}

.p-mv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-mv-ttl {
  position: absolute;
  bottom: min(13vw, 208px);
  right: min(3.125vw, 50px);
}

.p-mv-ttl-ja {
  font-size: 6.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: min(4vw, 64px);
  color: #005EB8;
}

.p-mv-lists {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-block: min(5.9375vw, 95px) min(0.3125vw, 5px);
  background-color: #fff;
  border-radius: 4.8rem 4.8rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(5.625vw, 90px);
}

.p-mv-list-link {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: min(1vw, 16px);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-size: min(1.125vw, 18px);
  letter-spacing: normal;
  color: #005EB8;
}

.p-mv-list-link::before {
  content: "";
  width: min(1vw, 16px);
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/vision/icn_mv_list.svg);
}

@media screen and (min-width: 1601px) {
  .p-mv-ttl {
    bottom: 13vw;
    right: 3.125vw;
  }
  .p-mv-ttl-ja {
    font-size: 4vw;
  }
  .p-mv-lists {
    padding-block: 5.9375vw 0.3125vw;
    gap: 0 5.625vw;
  }
  .p-mv-list-link {
    font-size: 1.125vw;
    column-gap: 1vw;
  }
  .p-mv-list-link::before {
    width: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 375/760;
  }
  .p-mv-img {
    height: 153.3333333333vw;
  }
  .p-mv-ttl {
    bottom: 72vw;
    right: 1.3333333333vw;
  }
  .p-mv-ttl-ja {
    font-size: 7.4666666667vw;
  }
  .p-mv-lists {
    padding-block: 21.3333333333vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 6.4vw 6.4vw 0 0;
    flex-direction: column;
    align-items: initial;
    gap: 6.4vw;
  }
  .p-mv-list-link {
    column-gap: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-mv-list-link::before {
    width: 4.2666666667vw;
  }
}
/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  position: relative;
}

.p-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-color: #005EB8;
}

/* p-introduction
---------------------------------------------------------------------------- */
.p-introduction {
  padding-block: min(22.8125vw, 365px) min(17.5vw, 280px);
  position: relative;
}

.p-introduction::before,
.p-introduction::after {
  content: "";
  position: absolute;
}

.p-introduction::before {
  z-index: -1;
  top: min(12.1875vw, 195px);
  right: 0;
  width: min(57.625vw, 920px);
  aspect-ratio: 922/976;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/vision/bg_introduction_pc.png);
}

.p-introduction::after {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 4.8rem 4.8rem;
}

.p-introduction-wrap {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-introduction-wrap-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.p-introduction-wrap-ttl span {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  background-color: #005EB8;
  border-radius: 0.4rem;
  padding-block: 0.2em;
  padding-inline: 0.2em;
}

.p-introduction-wrap-txt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: normal;
}

@media screen and (min-width: 1601px) {
  .p-introduction {
    padding-block: 22.8125vw 17.5vw;
  }
  .p-introduction::before {
    width: 57.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-introduction {
    padding-block: 22.6666666667vw 172.5333333333vw;
  }
  .p-introduction::before {
    top: initial;
    bottom: 32vw;
    width: 100%;
    aspect-ratio: 375/465;
    background-image: url(./../../images/vision/bg_introduction_sp.png);
  }
  .p-introduction::after {
    border-radius: 0 0 6.4vw 6.4vw;
  }
  .p-introduction-wrap {
    gap: 10.6666666667vw;
  }
  .p-introduction-wrap-ttl {
    gap: 2.6666666667vw;
  }
  .p-introduction-wrap-ttl span {
    font-size: 6.4vw;
    border-radius: 0.5333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-introduction-wrap-ttl span {
      letter-spacing: -0.04em;
    }
  }
  @supports (-webkit-hyphens: none) {
    .p-introduction-wrap-ttl span {
      letter-spacing: -0.03em;
    }
  }
  .p-introduction-wrap-txt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.02em;
  }
  @supports (-moz-appearance: none) {
    .p-introduction-wrap-txt {
      letter-spacing: -0.05em;
    }
  }
  @supports (-webkit-hyphens: none) {
    .p-introduction-wrap-txt {
      letter-spacing: -0.04em;
    }
  }
}
/* .p-philosophy
---------------------------------------------------------------------------- */
.p-philosophy {
  padding-block: min(12.5vw, 200px);
  position: relative;
}

.p-philosophy::before,
.p-philosophy::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-philosophy::before {
  top: min(5.625vw, 100px);
  right: 0;
  width: min(20vw, 320px);
  aspect-ratio: 320/300;
  background-image: url(./../../images/vision/bg_philosophy_before_pc.png);
}

.p-philosophy::after {
  bottom: 0;
  left: 0;
  width: min(41.0625vw, 657px);
  aspect-ratio: 657/610;
  background-image: url(./../../images/vision/bg_philosophy_after_pc.png);
}

.p-philosophy-ttl.m-ttl-vision {
  color: #fff;
}

.p-philosophy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10.5rem;
}

.p-philosophy-wrapper-img {
  width: 76.5rem;
  aspect-ratio: 765/880;
  margin-left: -12rem;
}
.p-philosophy-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-philosophy-wrap {
  width: 64.5rem;
  margin-top: 2.7rem;
}

.p-philosophy-wrap-items {
  display: flex;
  flex-direction: column;
  gap: 8.2rem;
}

.p-philosophy-wrap-item-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: #fff;
}

.p-philosophy-wrap-item-ttl-en {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.p-philosophy-wrap-item-ttl-ja {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}

.p-philosophy-wrap-item-read {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  margin-top: 4rem;
}

.p-philosophy-wrap-item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  margin-top: 1.5rem;
}

.p-philosophy-wrap-item-img {
  width: 100%;
  aspect-ratio: 640/240;
  margin-top: 4rem;
}
.p-philosophy-wrap-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 1601px) {
  .p-philosophy {
    padding-block: 12.5vw;
  }
  .p-philosophy::before {
    top: 5.625vw;
    width: 20vw;
  }
  .p-philosophy::after {
    width: 41.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-block: 32vw 72vw;
  }
  .p-philosophy::before {
    top: 138.6666666667vw;
    width: 38.6666666667vw;
    aspect-ratio: 150/162;
    background-image: url(./../../images/vision/bg_philosophy_before_sp.png);
  }
  .p-philosophy::after {
    width: 89.0666666667vw;
    aspect-ratio: 337/232;
    background-image: url(./../../images/vision/bg_philosophy_after_sp.png);
  }
  .p-philosophy-wrapper {
    flex-direction: column;
    justify-content: initial;
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  .p-philosophy-wrapper-img {
    align-self: center;
    width: 70.1333333333vw;
    margin-left: initial;
  }
  .p-philosophy-wrap {
    width: 100%;
  }
  .p-philosophy-wrap-items {
    gap: 15.4666666667vw;
  }
  .p-philosophy-wrap-item-ttl {
    gap: 0.8vw;
  }
  .p-philosophy-wrap-item-ttl-en {
    font-size: 10.6666666667vw;
    letter-spacing: -0.02em;
  }
  .p-philosophy-wrap-item-ttl-ja {
    font-size: 3.2vw;
  }
  .p-philosophy-wrap-item-read {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-top: 8.8vw;
  }
  .p-philosophy-wrap-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .p-philosophy-wrap-item-img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    aspect-ratio: 375/393;
    margin-top: 9.3333333333vw;
  }
}
/* p-strengths
---------------------------------------------------------------------------- */
.p-strengths {
  padding-block: min(11.875vw, 190px) min(12.5vw, 200px);
  background-color: #fff;
  border-radius: 4.8rem 4.8rem 0 0;
}

.p-strengths-ttl.m-ttl-vision {
  color: #005EB8;
}

.p-strengths-items {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 9.5rem;
}

.p-strengths-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5rem;
}

.p-strengths-item-wrap {
  width: 55rem;
}

.p-strengths-item-wrap-num {
  width: 4rem;
  aspect-ratio: 1;
  background-color: #005EB8;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
}

.p-strengths-item-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 4rem;
}

.p-strengths-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 2.3rem;
}

.p-strengths-item-img {
  width: 64.5rem;
  aspect-ratio: 645/323;
  overflow: hidden;
  border-radius: 0.4rem;
}
.p-strengths-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1601px) {
  .p-strengths {
    padding-block: 11.875vw 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding-block: 32vw;
    border-radius: 6.4vw 6.4vw 0 0;
  }
  .p-strengths-items {
    gap: 15.2vw;
    margin-top: 17.3333333333vw;
  }
  .p-strengths-item {
    flex-direction: column;
    gap: 8vw;
  }
  .p-strengths-item-wrap {
    width: 100%;
  }
  .p-strengths-item-wrap-num {
    width: 8.5333333333vw;
    font-size: 4.2666666667vw;
    padding-top: 0.5333333333vw;
  }
  .p-strengths-item-wrap-ttl {
    font-size: 5.3333333333vw;
    margin-top: 8.5333333333vw;
  }
  .p-strengths-item-wrap-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.5333333333vw;
  }
  .p-strengths-item-img {
    width: 100%;
    border-radius: 1.0666666667vw;
  }
}
