@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.common-main {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 0;
}

.common-section_inner {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .common-section_inner {
    max-width: 108rem;
    padding: 0 4rem;
  }
}

.common-section {
  position: relative;
}
.common-section img {
  width: 100%;
  height: auto;
}

.common-section_inner_banner {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 124rem;
}
@media (max-width: 767px) {
  .common-section_inner_banner {
    padding: 0;
  }
}

.nav-position {
  position: relative;
  height: 6.3rem;
}
@media (min-width: 768px) {
  .nav-position {
    height: 6.7rem;
  }
}

.nav-fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 1.3rem 0 1rem 0;
}
@media (min-width: 768px) {
  .nav-fixed {
    padding: 0.9rem 0 1.5rem 0;
  }
}
.nav-fixed.fixed {
  position: fixed;
}
.nav-fixed .third-links {
  flex-flow: column wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .nav-fixed .third-links {
    flex-flow: row nowrap;
    gap: 0 4.15rem;
  }
}
.nav-fixed .third-links .common-link_label {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-fixed .third-links .common-link_label {
    font-size: 1.2rem;
  }
}
.nav-fixed .third-links .common-link_label .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-fixed .third-links .common-link_label .jp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-fixed .third-links common-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.nav-fixed .icon {
  color: var(--color-text-blue);
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav-fixed .icon-close {
  opacity: 0;
}
.nav-fixed .nav-hamburger {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background: #EBF5FF;
  position: relative;
  margin: 0 2rem 0 auto;
}
@media (min-width: 768px) {
  .nav-fixed .nav-hamburger {
    display: none;
  }
}
.nav-fixed .common-section_inner {
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .nav-fixed .common-section_inner {
    display: block;
    padding: 0;
    position: relative;
    top: 0;
  }
}
.nav-fixed.open .icon-open {
  opacity: 0;
}
.nav-fixed.open .icon-close {
  opacity: 1;
}

.third-links {
  justify-content: center;
}
.third-links .common-link {
  display: inline-flex;
  gap: var(--space-10);
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.third-links .common-link_icon {
  color: var(--color-text-blue-hover);
}
.third-links li:focus-visible, .third-links li:focus, .third-links li:hover, .third-links a:focus-visible, .third-links a:focus, .third-links a:hover, .third-links .common-link_label:focus-visible, .third-links .common-link_label:focus, .third-links .common-link_label:hover {
  outline: none !important;
}

@media (min-width: 768px) {
  .page-df {
    display: flex;
    justify-content: space-between;
  }
}

.page-txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0;
}

.ttl-cus {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 3rem 0;
  padding: 0 0 0 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .ttl-cus {
    margin: 0 0 2.5rem 0;
  }
}
.ttl-cus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #0055A7;
  border-radius: 100%;
  margin: auto 0;
}

.ttl-cus-large {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #0055A7;
  margin: 0 0 1.6rem 0;
}
@media (min-width: 768px) {
  .ttl-cus-large {
    font-size: 4rem;
    margin: 0 0 3rem 0;
  }
}

.ttl-cus02 {
  font-size: 2.5rem;
  line-height: 4rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0 0 1.4rem 0;
  padding: 0 0 0 0;
  text-align: center;
  color: #0053A3;
  position: relative;
}
@media (min-width: 768px) {
  .ttl-cus02 {
    font-size: 3rem;
    line-height: 4.8rem;
    margin: 0 0 2.3rem 0;
    padding: 0 0 0.9rem 0;
  }
}
.ttl-cus02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3.3rem;
  height: 0.1rem;
  background: #0053A3;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ttl-cus02::before {
    width: 3.8rem;
  }
}
.ttl-cus02 span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 4.8rem;
  line-height: 8.3rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .ttl-cus02 span {
    font-size: 7rem;
    line-height: 9.2rem;
  }
}

@media (max-width: 767px) {
  #trusted_growth .ttl-cus02 span {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (max-width: 374px) {
  #trusted_growth .ttl-cus02 span {
    font-size: 4.2rem;
    margin: 0 -1rem;
  }
}

.desc-cus02 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0 0 4.7rem 0;
  text-align: center;
  color: #0053A3;
}
@media (min-width: 768px) {
  .desc-cus02 {
    margin: 0 0 6rem 0;
  }
}

.sub-ttl-cus02 {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .sub-ttl-cus02 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin: 0 0 5.1rem 0;
  }
}
.sub-ttl-cus02:not(:first-child) {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .sub-ttl-cus02:not(:first-child) {
    margin-top: 11.4rem;
  }
}
.sub-ttl-cus02.txt-blue {
  margin-top: 3.4rem;
}
@media (min-width: 768px) {
  .sub-ttl-cus02.txt-blue {
    margin-top: 5.2rem;
  }
}

.desc-cus02 + .sub-ttl-cus02 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .desc-cus02 + .sub-ttl-cus02 {
    margin-top: 4rem;
  }
}

.box-cus {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3rem) brightness(1.15);
  padding: 4.3rem 2rem 2.9rem 2rem;
}
@media (min-width: 768px) {
  .box-cus {
    padding: 5.3rem 8rem 6.6rem 8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .box-cus {
    padding: 5.3rem 3.0612244898vw 6.6rem 3.0612244898vw;
  }
}

.txt-center {
  text-align: center;
}

.txt-blue {
  color: #0053A3;
}

.above-parallax {
  position: relative;
  z-index: 1;
}

.has-parallax {
  clip-path: inset(0px);
  position: relative;
}

.parallax-image {
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
}

.common-section_bgd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
.common-section_bgd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.common-section_bgd.statement-bgd {
  background: url("/jp/ja/_assets/common/image/statement_bgd.jpg") repeat top left;
  background-size: 24.3rem;
}

.movie {
  padding: 3.3rem 0 5.7rem 0;
}
@media (min-width: 768px) {
  .movie {
    padding: 12rem 0 12rem 0;
  }
}
@media (min-width: 768px) {
  .movie .common-section_inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .movie .page-df {
    justify-content: center;
    gap: 0 4.5rem;
  }
}
@media (min-width: 768px) {
  .movie-text {
    width: 30.5rem;
    min-width: 30.5rem;
  }
}
.movie-text .page-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 2.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .movie-text .page-txt {
    letter-spacing: 0.04em;
    line-height: 2.8rem;
  }
}
.movie-photo {
  margin: 3.8rem auto 0 auto;
  aspect-ratio: 335/189;
}
@media (min-width: 768px) {
  .movie-photo {
    width: 61rem;
    max-width: 61rem;
    margin: 0;
    aspect-ratio: 610/343;
  }
}

.message {
  padding: 5.7rem 0 7.1rem 0;
}
@media (min-width: 768px) {
  .message {
    padding: 7.8rem 0 8.3rem 0;
  }
}
@media (min-width: 768px) {
  .message .common-section_inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .message .ttl-cus {
    margin: 0 0 3.5rem 0;
  }
}
.message .sub-ttl-cus {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 2.8rem 0;
}
@media (min-width: 768px) {
  .message .sub-ttl-cus {
    line-height: 2.4rem;
    margin: 0 0 4.4rem 0;
  }
}
.message-chart {
  width: 30.7rem;
  max-width: 100%;
  margin: 3.8rem auto 4.8rem auto;
  aspect-ratio: 307/662;
}
@media (min-width: 768px) {
  .message-chart {
    width: 89rem;
    margin: 4.9rem auto 4.8rem auto;
    aspect-ratio: 890/221;
  }
}
.message .page-txt + .page-txt {
  margin: 2.8rem 0 0 0;
}

.trusted-growth {
  padding: 5.7rem 0 11.2rem 0;
}
@media (min-width: 768px) {
  .trusted-growth {
    padding: 7.8rem 0 9.6rem 0;
  }
}
.trusted-growth-chart {
  margin: 2.3rem auto 0 auto;
  position: relative;
  z-index: 1;
  aspect-ratio: 295/236;
}
@media (min-width: 768px) {
  .trusted-growth-chart {
    margin: 5.8rem auto 0 auto;
    aspect-ratio: 840/353;
  }
}
.trusted-growth-chart.chart02 {
  margin: 3.2rem auto 0 auto;
  aspect-ratio: 295/688;
}
@media (min-width: 768px) {
  .trusted-growth-chart.chart02 {
    margin: 5.3rem auto 0 auto;
    aspect-ratio: 840/385;
  }
}
.trusted-growth-text {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #005EB8;
  border-radius: 1.1rem;
  padding: 2.8rem 2.5rem 2.6rem 2.5rem;
  margin: 3.3rem 0 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .trusted-growth-text {
    padding: 4rem 4rem 2.7rem 4rem;
    margin: 0;
  }
}
.trusted-growth-text .page-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .trusted-growth-text .page-txt {
    letter-spacing: 0.04em;
  }
}
.trusted-growth-text .page-txt + .page-txt {
  margin: 2.8rem 0 0 0;
}
.trusted-growth-strengths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 3.5rem 0 -0.4rem 0;
}
@media (min-width: 768px) {
  .trusted-growth-strengths {
    gap: 1.5rem;
    margin: -1.6rem 0 0 0;
  }
}
.trusted-growth .strengths-item {
  background: #fff;
  border: 1px solid #005EB8;
  border-radius: 2rem;
  padding: 1.6rem 3rem 2.9rem 3rem;
  width: 27rem;
  box-sizing: border-box;
}
.trusted-growth .strengths-item .page-df {
  margin-bottom: 1.1rem;
  display: flex;
  justify-content: space-between;
}
.trusted-growth .strengths-item .page-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
}
.trusted-growth .strengths-photo {
  width: 9.7rem;
  margin: 0 -0.2rem 0 0;
}
.trusted-growth .strengths-photo img {
  border-radius: 100%;
}
.trusted-growth .strengths-text {
  width: 11rem;
}
.trusted-growth .strengths-num {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #005EB8;
  padding: 0 0 0 1.85rem;
  margin: 1.1rem 0 1.8rem 0.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .trusted-growth .strengths-num {
    margin: 1.1rem 0 1.8rem 0.4rem;
  }
}
.trusted-growth .strengths-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  background: #005EB8;
  margin: auto 0;
}
.trusted-growth .strengths-ttl {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.trusted-growth .strengths-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.04em;
  line-height: 2.4rem;
  font-weight: 300;
}
.trusted-growth .group-solution {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  gap: 2rem;
  margin: 1.4rem 0 0 0;
}
@media (min-width: 768px) {
  .trusted-growth .group-solution {
    gap: 1.5rem;
    margin: -1rem 0 0 0;
    flex-flow: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .group-solution {
    justify-content: space-between;
    gap: 0;
    margin: -1.0204081633vw 0 0 0;
  }
}
.trusted-growth .solution-item {
  border: 1px solid #0055A7;
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem 2.2rem 1.8rem 2.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .trusted-growth .solution-item {
    width: 27rem;
    padding: 1.5rem 1.5rem 2.3rem 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item {
    border-radius: 2.0408163265vw;
    width: 27.5510204082vw;
    padding: 1.5306122449vw 1.0204081633vw 2.3469387755vw 1.0204081633vw;
  }
}
.trusted-growth .solution-item-label {
  background: #0055A7;
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  margin: 0 auto 0.9rem auto;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0.2rem 0 0 0;
}
@media (min-width: 768px) {
  .trusted-growth .solution-item-label {
    margin: 0 auto 1rem auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item-label {
    width: 3.5714285714vw;
    height: 3.5714285714vw;
    margin: 0 auto 1.0204081633vw auto;
    font-size: 2.4489795918vw;
    line-height: 3.2653061224vw;
    padding: 0.2040816327vw 0 0 0;
  }
}
.trusted-growth .solution-item-ttl {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .trusted-growth .solution-item-ttl {
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item-ttl {
    font-size: 2.0408163265vw;
    line-height: 2.8571428571vw;
    margin: 0 0 1.0204081633vw 0;
  }
}
.trusted-growth .solution-item-txt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 0 1.1rem 0;
}
@media (min-width: 768px) {
  .trusted-growth .solution-item-txt {
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item-txt {
    font-size: 1.6326530612vw;
    line-height: 2.4489795918vw;
    margin: 0 0 1.5306122449vw 0;
  }
}
.trusted-growth .solution-item-photo {
  width: 21rem;
  max-width: 100%;
  margin: 0 auto 1.5rem auto;
  transform: translateX(0.3rem);
}
@media (min-width: 768px) {
  .trusted-growth .solution-item-photo {
    margin: 0 auto 2.6rem auto;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item-photo {
    width: 21.4285714286vw;
    margin: 0 auto 2.6530612245vw auto;
    transform: none;
  }
}
.trusted-growth .solution-item.solution02 .solution-item-photo {
  margin: 1.6rem auto 1rem auto;
  transform: translateX(0.2rem);
}
@media (min-width: 768px) {
  .trusted-growth .solution-item.solution02 .solution-item-photo {
    margin: 0 auto 2.6rem auto;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item.solution02 .solution-item-photo {
    margin: 0 auto 2.6530612245vw auto;
    transform: none;
  }
}
.trusted-growth .solution-item.solution03 .solution-item-photo {
  margin: 1.3rem auto 1.3rem auto;
  transform: translateX(-0.2rem);
}
@media (min-width: 768px) {
  .trusted-growth .solution-item.solution03 .solution-item-photo {
    margin: 0 auto 2.6rem auto;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .trusted-growth .solution-item.solution03 .solution-item-photo {
    margin: 0 auto 2.6530612245vw auto;
    transform: none;
  }
}

.stage-2nd {
  padding: 5.6rem 0 8rem 0;
}
.message .stage-2nd {
  padding: 0;
}
@media (min-width: 768px) {
  .stage-2nd {
    padding: 7rem 0 10.6rem 0;
  }
  .message .stage-2nd {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .stage-2nd .ttl-cus02 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.stage-2nd .ttl-cus02 span {
  font-size: 3.4rem;
  line-height: 4.4rem;
  letter-spacing: 0.01em;
  margin: 1.4rem -1rem 0 -1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .stage-2nd .ttl-cus02 span {
    font-size: 5rem;
    line-height: 7.4rem;
    letter-spacing: 0;
    margin: 1.8rem 0 0 0;
    padding-bottom: 0;
  }
}
.stage-2nd .desc-cus02 {
  margin-bottom: 2.1rem;
}
@media (min-width: 768px) {
  .stage-2nd .desc-cus02 {
    margin-bottom: 6rem;
  }
}
.stage-2nd .trusted-growth-chart {
  aspect-ratio: 295/818;
}
@media (min-width: 768px) {
  .stage-2nd .trusted-growth-chart {
    aspect-ratio: 840/507;
  }
}

.group-banner {
  padding: 7rem 0 7rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .group-banner {
    padding: 8rem 0 8rem 0;
  }
}
.group-banner .third-links {
  gap: 0.9rem;
  justify-content: center;
  margin: 2rem auto 0 auto;
  padding: 1rem;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media (min-width: 768px) {
  .group-banner .third-links {
    gap: 2.9rem;
    flex-direction: row;
    margin: 2rem auto 0 auto;
  }
}
.group-banner .third-links li {
  padding: 0;
}
.group-banner .third-links .common-link {
  font-size: 1.4rem;
  line-height: 2rem;
  gap: 1.6rem;
}
.group-banner .banner {
  margin: 0 auto 0 auto;
  aspect-ratio: 335/113;
}
@media (min-width: 768px) {
  .group-banner .banner {
    width: 60rem;
    margin: 0 auto 0 auto;
    aspect-ratio: 600/201;
  }
}
@media (min-width: 768px) {
  .group-banner .banner {
    transition: opacity 0.2s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .group-banner .banner:hover {
    opacity: 0.8;
  }
}

.btn-cus02 {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  color: #0055A7 !important;
  padding: 0.7rem 3.2rem 0.7rem 3.2rem;
  box-sizing: border-box;
  width: 24.5rem;
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: color border-color var(--anim-duration) var(--anim-easing);
  border: 1px solid #0055A7;
  outline: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-cus02 {
    min-height: 2.4rem;
    border-radius: 0.5rem;
    padding: 0.4rem 3rem 0.4rem 3rem;
    width: 16.5rem;
    font-size: 1.6rem;
  }
  .btn-cus02:hover {
    color: #fff !important;
    border-color: rgba(0, 94, 184, 0.2);
  }
  .btn-cus02:hover::before {
    opacity: 1;
  }
  .btn-cus02:hover .icon {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-cus02 {
    min-height: 2.4489795918vw;
    border-radius: 0.5102040816vw;
    padding: 0.4081632653vw 3.0612244898vw 0.4081632653vw 3.0612244898vw;
    width: 16.8367346939vw;
    font-size: 1.2244897959vw;
    line-height: 2.4489795918vw;
  }
}
.btn-cus02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gradation);
  opacity: 0;
  transition: opacity var(--anim-duration) var(--anim-easing);
  pointer-events: none;
}
.btn-cus02 .button {
  position: relative;
  z-index: 1;
}
.btn-cus02 .icon {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  aspect-ratio: 1/1;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto 0;
  aspect-ratio: 1/1;
  background-color: #0055A7;
  background-size: cover;
  -webkit-mask-image: url("/jp/ja/_assets/common/image/icon_zoom.svg");
  mask-image: url("/jp/ja/_assets/common/image/icon_zoom.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .btn-cus02 .icon {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-cus02 .icon {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
    right: 1.3265306122vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-weight: normal;
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: none;
  height: 100dvh;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  color: #000;
  will-change: opacity, transform;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .modal {
    padding: 0 4rem;
  }
}
.modal-hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.modal-overlay.active {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal-mv {
  border: 1px solid #0055A7;
  border-radius: 2rem;
}
.modal_outer {
  background: #fff;
  transition: background 0.2s ease;
  width: 100%;
  max-width: 100rem;
  position: relative;
  z-index: 1;
  padding: 2.3rem 2rem 3rem 2rem;
  box-shadow: 2rem 2rem 1rem 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2rem 2rem 1rem 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2rem 2rem 1rem 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .modal_outer {
    padding: 5rem 8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal_outer {
    padding: 5rem 3rem;
  }
}
@media (max-width: 767px) {
  .modal_outer {
    max-width: calc(100% - 4rem);
    width: 100%;
  }
}
.modal-inner {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.6rem 2.2rem 1.6rem;
  max-height: 74vh;
  overflow-y: scroll;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .modal-inner {
    padding: 3.7rem 1.6rem 2.4rem 1.6rem;
    max-height: 80vh;
  }
}
.modal-inner::-webkit-scrollbar {
  width: 0;
}
.modal-inner::-webkit-scrollbar-track {
  background: transparent;
}
.modal-inner::-webkit-scrollbar-thumb {
  background: transparent;
}
.modal-inner::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.modal-img {
  line-height: 1;
}
.modal .btn-close {
  position: absolute;
  top: 0;
  left: auto;
  right: -5.9rem;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  display: none;
  background: url("/jp/ja/_assets/common/image/icon_close.svg");
  background-size: 100%;
}
@media (min-width: 768px) {
  .modal .btn-close {
    display: block;
  }
  .modal .btn-close:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  .modal .btn-close {
    right: -3.5rem;
  }
}
.modal-slide {
  display: none;
}
@media (min-width: 768px) {
  .modal-slide {
    text-align: center;
  }
}
.modal-slide .page-df {
  display: flex;
  margin: 0 0.3rem 1.7rem 0.3rem;
}
@media (min-width: 768px) {
  .modal-slide .page-df {
    margin: 0 0 0.7rem 0;
    justify-content: center;
  }
}
.modal-slide-label {
  background: #0055A7;
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  margin: auto 0.6rem auto 0;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0.2rem 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-slide-label {
    margin: auto 1.4rem auto 0;
  }
}
.modal-slide-ttl {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: auto 0;
  width: calc(100% - 4.1rem);
}
@media (min-width: 768px) {
  .modal-slide-ttl {
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 4.9rem);
  }
}
.modal-slide-ttl span {
  font-size: 1.4rem;
  display: block;
}
@media (min-width: 768px) {
  .modal-slide-ttl span {
    font-size: 2.4rem;
    display: inline;
  }
}
.modal-slide-txt {
  margin: 0 0.3rem 0 0.3rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .modal-slide-txt {
    margin: 0;
  }
}
.modal-slide-chart {
  margin: 1.9rem auto 0 auto;
  width: 26.1rem;
}
@media (min-width: 768px) {
  .modal-slide-chart {
    margin: 1.2rem auto 0 auto;
    width: 80.4rem;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .modal-slide-chart {
    max-width: 100%;
  }
}
.modal-slide-chart img {
  width: 100%;
  height: auto;
}
.modal-slide.modal02 .page-df {
  margin: 0.4rem 0.3rem 2.6rem 0.3rem;
}
@media (min-width: 768px) {
  .modal-slide.modal02 .page-df {
    margin: -0.5rem 0 0.7rem 0;
  }
}
.modal-slide.modal02 .modal-slide-chart {
  margin: 2.5rem auto 0 auto;
}
@media (min-width: 768px) {
  .modal-slide.modal02 .modal-slide-chart {
    margin: 2.8rem auto 1.5rem auto;
  }
}
.modal-slide.modal03 .page-df {
  margin: 0.4rem 0.3rem 2.6rem 0.3rem;
}
@media (min-width: 768px) {
  .modal-slide.modal03 .page-df {
    margin: -0.5rem 0 0.7rem 0;
  }
}
.modal-slide.modal03 .modal-slide-txt {
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .modal-slide.modal03 .modal-slide-txt {
    letter-spacing: 0;
  }
}
.modal-slide.modal03 .modal-slide-chart {
  margin: 2.1rem auto 0 auto;
}
@media (min-width: 768px) {
  .modal-slide.modal03 .modal-slide-chart {
    margin: 3.3rem auto -0.9rem auto;
  }
}

.modalActive body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: contain;
}
.modalActive .modal-overlay {
  display: block;
}/*# sourceMappingURL=vision-sf2ndstage.css.map */