.conceptSect {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .conceptSect {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect {
    overflow: hidden;
    padding-bottom: calc(80 / 390 * 100vw);
  }
}
.conceptSect:after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 40%;
  inset: 0;
  position: absolute;
  top: auto;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.conceptSect__visual {
  position: relative;
  width: 100vw;
  z-index: -1;
}
.conceptSect__visual .photo__capIn {
  bottom: auto;
  top: 0;
}
.conceptSect__visual .photo__pic,
.conceptSect__visual .photo__image {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(-200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__cont {
    margin-top: calc(-70 / 390 * 100vw);
  }
}
.conceptSect__flag {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag {
    height: calc(400 / 1440 * 100vw);
    padding-top: calc(140 / 1440 * 100vw);
    width: calc(820 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag {
    height: calc(190 / 390 * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(491 / 390 * 100vw);
  }
}
.conceptSect__flag--left {
  background-color: #2a4995;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag--left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-clip-path: polygon(0% 0%, 100% 34%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 34%, 0% 100%);
    padding-right: calc(355 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag--left {
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    padding-left: calc(16 / 390 * 100vw);
  }
}
.conceptSect__flag--right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #2b466b;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag--right {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 45%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 45%);
    margin-left: calc(-200 / 1440 * 100vw);
    padding-left: calc(387 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
    margin-left: calc(-101 / 390 * 100vw);
    margin-top: calc(-90 / 390 * 100vw);
    padding-right: calc(39 / 390 * 100vw);
  }
}
.conceptSect__flag .inner {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag .inner .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag .inner .txt {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag .inner .txt .large {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag .inner .txt .large {
    font-size: calc(16 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag .inner .txt + .heading {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag .inner .txt + .heading {
    margin-top: calc(8 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag .inner .heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag .inner .heading {
    font-size: calc(24 / 390 * 100vw);
  }
}
.conceptSect__flag .inner .heading .num {
  font-family: "Suranna", serif;
  line-height: 0;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__flag .inner .heading .num {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__flag .inner .heading .num {
    font-size: calc(48 / 390 * 100vw);
  }
}
.conceptSect__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__logos {
    gap: 16px 80px;
    margin: auto;
    margin-top: calc(-80 / 1440 * 100vw);
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__logos {
    gap: calc(16 / 390 * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__logos .photo {
    width: calc(169 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .contentGuidance {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 479px 479px 384px 384px;
  }
}
@media screen and (max-width: 768px) {
  .contentGuidance__item {
    height: calc(100svh - 80px);
  }
}
@media print, screen and (min-width: 768px) {
  .contentGuidance__item {
    grid-column: auto / span 2;
  }
}
@media print, screen and (min-width: 768px) {
  .contentGuidance__item--position,
  .contentGuidance__item--design {
    grid-column: auto / span 6;
  }
}
.guidanceCard {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.guidanceCard__inner {
  color: #ffffff;
  -webkit-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 56px 20px 32px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
  }
}
.guidanceCard__inner .moreBtn {
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__inner .moreBtn {
    display: block;
    margin-top: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__inner .moreBtn {
    margin-right: auto;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__inner .moreBtn__txt {
    display: none;
  }
}
.guidanceCard__inner .moreBtn .generalArrow {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: 0.7s ease-in-out background-color;
  transition: 0.7s ease-in-out background-color;
  will-change: background-color;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__inner .moreBtn .generalArrow {
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
  fill: #2b4da0;
  -webkit-transition: 0.7s ease-in-out fill;
  transition: 0.7s ease-in-out fill;
}
.guidanceCard__num {
  padding-bottom: 15px;
  position: relative;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__num {
    display: none;
  }
}
.guidanceCard__num:after {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.guidanceCard__num .current {
  color: #ffffff;
  display: inline-block;
  font-family: "Suranna", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.guidanceCard__num .current:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.guidanceCard__num .current:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.guidanceCard__num .current:before,
.guidanceCard__num .current:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.guidanceCard__num .total {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  font-family: "Suranna", serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 6px;
  padding-left: 6px;
  position: relative;
}
.guidanceCard__num .total:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) skew(-20deg);
  transform: translate(0, -50%) skew(-20deg);
  width: 1px;
}
.guidanceCard__ttl {
  font-family: "Suranna", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1;
}
.guidanceCard__ttl:before {
  content: "";
  margin-top: calc((1 - 1) * 0.5em);
}
.guidanceCard__ttl:after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.guidanceCard__ttl:before,
.guidanceCard__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  .guidanceCard__num + .guidanceCard__ttl {
    margin-top: 24px;
  }
}
.guidanceCard__txt {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .guidanceCard__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .guidanceCard__txt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .guidanceCard__txt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .guidanceCard__txt:before,
  .guidanceCard__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .guidanceCard__txt:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .guidanceCard__txt:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .guidanceCard__txt:before,
  .guidanceCard__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.guidanceCard__txt sup {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .guidanceCard__ttl + .guidanceCard__txt {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__ttl + .guidanceCard__txt {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__bg {
    -webkit-box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
    box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__bg {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.guidanceCard__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.guidanceCard__bg .photo__pic,
.guidanceCard__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .guidanceCard__bg .photo__pic,
  .guidanceCard__bg .photo__image {
    will-change: object-position;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__bg .photo__pic,
  .guidanceCard__bg .photo__image {
    -webkit-transition: 0.7s ease-in-out transform;
    transition: 0.7s ease-in-out transform;
    will-change: transform;
  }
}
.guidanceCard__bg .photo:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard__bg .photo:before {
    background-color: rgba(5, 5, 5, 0.4);
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__bg .photo:before {
    background-color: rgba(5, 5, 5, 0.4);
    opacity: 0;
    -webkit-transition: 2.5s ease;
    transition: 2.5s ease;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__bg .photo:after {
    background-image: radial-gradient(circle, rgba(5, 5, 5, 0.4) 0%, rgba(5, 5, 5, 0) 70%);
    content: "";
    display: block;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    height: 200vw;
    left: -100%;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: 3;
  }
}
.guidanceCard__bg .photo__capIn,
.guidanceCard__bg .photo__capInTop {
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .guidanceCard:hover .guidanceCard__bg .photo__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .guidanceCard:hover .guidanceCard__inner .moreBtn .generalArrow {
    background-color: transparent;
  }
  .guidanceCard:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
    fill: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .guidanceCard:hover .guidanceCard__bg .photo__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .guidanceCard:hover .guidanceCard__inner .moreBtn .generalArrow {
    background-color: transparent;
  }
  .guidanceCard:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
    fill: #ffffff;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--design {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position,
  .guidanceCard--design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__inner,
  .guidanceCard--design .guidanceCard__inner {
    color: #2b4da0;
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__inner .moreBtn,
  .guidanceCard--design .guidanceCard__inner .moreBtn {
    color: #2b4da0;
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__inner .moreBtn .generalArrow,
  .guidanceCard--design .guidanceCard__inner .moreBtn .generalArrow {
    background-color: #2b4da0;
    border-color: #2b4da0;
  }
  .guidanceCard--position .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path,
  .guidanceCard--design .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
    fill: #ffffff;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__bg .photo:before,
  .guidanceCard--design .guidanceCard__bg .photo:before {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__bg .photo__capIn,
  .guidanceCard--design .guidanceCard__bg .photo__capIn {
    bottom: auto;
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__ttl,
  .guidanceCard--design .guidanceCard__ttl {
    font-size: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__txt,
  .guidanceCard--design .guidanceCard__txt {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__ttl + .guidanceCard__txt,
  .guidanceCard--design .guidanceCard__ttl + .guidanceCard__txt {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position .guidanceCard__bg,
  .guidanceCard--design .guidanceCard__bg {
    position: relative;
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .guidanceCard--position:hover .guidanceCard__bg .photo__image,
  .guidanceCard--design:hover .guidanceCard__bg .photo__image {
    -webkit-transform: none;
    transform: none;
  }
  .guidanceCard--position:hover .guidanceCard__inner .moreBtn .generalArrow,
  .guidanceCard--design:hover .guidanceCard__inner .moreBtn .generalArrow {
    background-color: #ffffff;
  }
  .guidanceCard--position:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path,
  .guidanceCard--design:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
    fill: #2b4da0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .guidanceCard--position:hover .guidanceCard__bg .photo__image,
  .guidanceCard--design:hover .guidanceCard__bg .photo__image {
    -webkit-transform: none;
    transform: none;
  }
  .guidanceCard--position:hover .guidanceCard__inner .moreBtn .generalArrow,
  .guidanceCard--design:hover .guidanceCard__inner .moreBtn .generalArrow {
    background-color: #ffffff;
  }
  .guidanceCard--position:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path,
  .guidanceCard--design:hover .guidanceCard__inner .moreBtn .generalArrow .nextSVG__path {
    fill: #2b4da0;
  }
}
.contentGuidance__item.is-view .guidanceCard__inner {
  opacity: 1;
}
.contentGuidance__item.is-view .guidanceCard__bg .photo:before {
  opacity: 1;
}
.contentGuidance__item.is-view .guidanceCard__bg .photo:after {
  -webkit-animation: blowAway2 2s linear forwards;
  animation: blowAway2 2s linear forwards;
}
@-webkit-keyframes blowAway {
  0% {
    left: -100vw;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes blowAway {
  0% {
    left: -100vw;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes blowAway2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50vw;
    opacity: 1;
  }
}
@keyframes blowAway2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50vw;
    opacity: 1;
  }
}
.mainVisual {
  position: relative;
  width: 100%;
  z-index: 4;
}
.mainVisual.is-animation .swiper-container {
  opacity: 1;
}
.mainVisual .swiper-container {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.mainVisual__movie {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 2;
}
.mainVisual__movie .movieFrame {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: fill;
  object-fit: fill;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}
.mainVisual__movie__logo {
  opacity: 0;
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__movie__logo {
    left: calc(1110 / 1440 * 100vw);
    top: calc(50 / 1440 * 100vw);
    width: calc(208 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__movie__logo {
    left: 50%;
    top: calc(60 / 750 * 100vw);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(226 / 750 * 100vw);
  }
}
.mainVisual__movie__logo .svgIcon g {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
  -webkit-transform: initial;
  transform: initial;
}
.mainVisual__movie__logo .svgTxt {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.mainVisual__movie__logo .svgIcon + .svgTxt {
  opacity: 1;
  z-index: 300;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__movie__logo .svgIcon + .svgTxt {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__movie__logo .svgIcon + .svgTxt {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.mainVisual__movie.is-start .movieFrame {
  opacity: 1;
}
.mainVisual__movie.is-start .mp4Item__logo {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.mainVisual__movie.is-end {
  opacity: 0;
}
.mainVisual__scene {
  left: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.mainVisual__scene--2 {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  width: 100%;
}
.mainVisual__scene .photo__image {
  width: 100%;
}
.mainVisual__skip,
.mainVisual__replay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Suranna", serif;
  letter-spacing: 0.04em;
  line-height: 0.7;
  position: absolute;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__skip,
  .mainVisual__replay {
    color: #2c2c2c;
    font-size: 18px;
    right: 20px;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__skip,
  .mainVisual__replay {
    bottom: calc(10 / 390 * 100vw);
    color: #ffffff;
    font-size: calc(16 / 375 * 100vw);
    left: calc(10 / 390 * 100vw);
  }
}
.mainVisual__skip .icon,
.mainVisual__replay .icon {
  aspect-ratio: 13 / 9;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__skip .icon,
  .mainVisual__replay .icon {
    margin-left: 8px;
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__skip .icon,
  .mainVisual__replay .icon {
    margin-left: calc(10 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.mainVisual__replay {
  opacity: 0;
  pointer-events: none;
}
.mainVisual.video-end .mainVisual__skip {
  opacity: 0;
  pointer-events: none;
}
.mainVisual.video-end .mainVisual__replay {
  opacity: 1;
  pointer-events: auto;
}
.mainVisual.video-end .mainVisual__movie {
  display: none;
}
.mainVisual.video-end .swiper-container {
  opacity: 1;
}
.mainVisual.sai-animate .mainVisual__scene {
  opacity: 1;
}
.meritBox {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .meritBox {
    padding: 50px 0 145px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw) calc(91 / 390 * 100vw);
  }
}
.meritBox:before {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .meritBox:before {
    background: linear-gradient(89deg, #212836 1.02%, #193357 40.31%, #17355e 99.25%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .meritBox:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.28%, #212836), color-stop(40.03%, #193357), color-stop(99.66%, #17355e));
    background: linear-gradient(0deg, #212836 0.28%, #193357 40.03%, #17355e 99.66%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  }
}
.meritBox:after {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-color: #dce1e7;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}
@media print, screen and (min-width: 768px) {
  .meritBox:after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
  }
}
@media screen and (max-width: 768px) {
  .meritBox:after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.meritBox__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.meritBox__item:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .meritBox__item:has(.meritCard--link):before {
    width: calc(100% - 20px);
  }
}
.meritBox__item:first-of-type:before,
.meritBox__item:nth-of-type(5):before {
  content: initial;
}
@media screen and (max-width: 768px) {
  .meritBox__item:first-of-type:before,
  .meritBox__item:nth-of-type(5):before {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item + .meritBox__item {
    padding-left: 40px;
  }
  .meritBox__item + .meritBox__item:nth-of-type(5n) {
    margin-left: 0;
    padding-left: 0;
  }
  .meritBox__item + .meritBox__item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item + .meritBox__item {
    margin-top: calc(24 / 390 * 100vw);
  }
}
.meritBox__item .num {
  font-family: "Suranna", serif;
}
.meritBox__item .size-md {
  line-height: 1.5;
  display: inline-block;
}
.meritBox__item .size-md:before {
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.meritBox__item .size-md:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.meritBox__item .size-md:before,
.meritBox__item .size-md:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .size-md {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .size-md {
    font-size: calc(28 / 390 * 100vw);
  }
}
.meritBox__item .size-xs {
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .size-xs {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .size-xs {
    font-size: 12px;
    line-height: calc(40 / 24);
  }
}
.meritBox__item .en {
  font-family: "Suranna", serif;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .en .num {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .en .num {
    font-size: calc(48 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .en .size-md {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .en .size-md {
    font-size: calc(32 / 390 * 100vw);
  }
}
.meritBox__item .size-lg.num {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .size-lg.num {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .size-lg.num {
    font-size: calc(56 / 390 * 100vw);
  }
}
.meritBox__item .size-s {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .size-s {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .size-s {
    font-size: calc(20 / 390 * 100vw);
  }
}
.meritBox__item .size-m {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .size-m {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .size-m {
    font-size: calc(24 / 390 * 100vw);
  }
}
.meritBox__item .superscript {
  font-size: 12px;
  position: absolute;
  right: 0;
  vertical-align: text-top;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .superscript {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .superscript {
    bottom: calc(30 / 390 * 100vw);
  }
}
.meritBox__item .meritCard {
  color: #ffffff;
  display: block;
  letter-spacing: 0.15em;
  position: relative;
  text-align: center;
}
.meritBox__item .meritCard__col {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__col {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(14 / 390 * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__col--wide {
    gap: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__col + .meritCard__item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__col + .meritCard__item {
    margin-top: calc(5 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item--spFull {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-m {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-m {
    font-size: calc(18 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-s {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-s {
    font-size: calc(16 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-xs {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-xs {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-lg {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-lg {
    font-size: calc(20 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__item .size-lg.en {
  font-family: "Suranna", serif;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-lg.en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-lg.en {
    font-size: calc(24 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .size-xl {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .size-xl {
    font-size: calc(64 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__item .size-xl.num {
  line-height: 0;
}
.meritBox__item .meritCard__item .num {
  font-family: "Suranna", serif;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .num.size-lg {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .num.size-lg {
    font-size: calc(44 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__item .superscript {
  font-size: 12px;
  position: absolute;
  right: 0;
  vertical-align: text-top;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item .superscript {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item .superscript {
    bottom: calc(40 / 390 * 100vw);
    right: calc(-20 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__item + .meritCard__item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__item + .meritCard__item {
    margin-top: calc(5 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__box {
  background-color: #98382c;
  border: 1px solid #ffffff;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.6;
}
.meritBox__item .meritCard__box:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.meritBox__item .meritCard__box:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.meritBox__item .meritCard__box:before,
.meritBox__item .meritCard__box:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__box {
    font-size: 12px;
    padding: 14px 8px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__box {
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(40 / 24);
    padding: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__box .size-m {
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__box .size-m {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__box .size-m {
    font-size: calc(13 / 390 * 100vw);
  }
}
.meritBox__item .meritCard__box .size-s {
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item .meritCard__box .size-s {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item .meritCard__box .size-s {
    font-size: calc(12 / 390 * 100vw);
  }
}
.meritBox__item .meritCard > * {
  position: relative;
}
.meritBox__item .meritCard .color {
  color: #2270a7;
}
.meritBox__item .meritCard .bold {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .meritBox__item + .meritBox__item {
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox__item + .meritBox__item {
    margin-top: calc(15 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .meritBox + .caption {
    margin: auto;
    margin-top: 20px;
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .meritBox + .caption {
    margin-top: calc(20 / 390 * 100vw);
    padding: 0 calc(16 / 390 * 100vw);
  }
}
.uspCard {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .uspCard {
    padding-bottom: calc(124 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .uspCard {
    padding-bottom: calc(64 / 390 * 100vw);
  }
}
.uspCard:before {
  background-color: #b2bcc5;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  z-index: -2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media print, screen and (min-width: 768px) {
  .uspCard:before {
    -webkit-clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .uspCard:before {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    height: calc(385 / 390 * 100vw);
  }
}
.uspCard:after {
  background: linear-gradient(177deg, #17355e 2.18%, #2a7dbc 80.39%);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: auto;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media print, screen and (min-width: 768px) {
  .uspCard:after {
    -webkit-clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .uspCard:after {
    -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    height: calc(385 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard__cont {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: calc(-100 / 1440 * 100vw);
    max-width: 1440px;
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__cont {
    padding-left: calc(32 / 390 * 100vw);
    padding-right: calc(50 / 390 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .uspCard__inner {
    margin-top: calc(-30 / 390 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .uspCard__inner + .moreBtn {
    margin-top: calc(40 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard__txt {
    font-size: 24px;
    line-height: 2.3;
  }
  .uspCard__txt:before {
    content: "";
    margin-top: calc((1 - 2.3) * 0.5em);
  }
  .uspCard__txt:after {
    margin-bottom: calc((1 - 2.3) * 0.5em);
  }
  .uspCard__txt:before,
  .uspCard__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__txt {
    font-size: calc(16 / 390 * 100vw);
    line-height: 2;
  }
  .uspCard__txt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .uspCard__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .uspCard__txt:before,
  .uspCard__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.uspCard__txt .small {
  font-size: 12px;
}
.uspCard__txt sup {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .uspCard__txt sup.small {
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__txt sup.small {
    margin-left: -3px;
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard__txt + .moreBtn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__txt + .moreBtn {
    margin-top: calc(40 / 390 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard .moreBtn {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard .moreBtn {
    margin-bottom: calc(32 / 390 * 100vw);
  }
}
.uspCard__visual {
  position: relative;
  width: 100%;
  z-index: -3;
}
.uspCard__visual .photo__pic,
.uspCard__visual .photo__image {
  width: 100%;
}
.uspCard__visual .photo__capIn {
  bottom: auto;
  top: 0;
}
.uspCard__ttl {
  font-family: "Suranna", serif;
  white-space: nowrap;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .uspCard__ttl {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__ttl {
    font-size: calc(60 / 390 * 100vw);
    position: relative;
    line-height: 1;
  }
  .uspCard__ttl:before {
    content: "";
    margin-top: calc((1 - 1) * 0.5em);
  }
  .uspCard__ttl:after {
    margin-bottom: calc((1 - 1) * 0.5em);
  }
  .uspCard__ttl:before,
  .uspCard__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.uspCard__ttl.jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 768px) {
  .uspCard__ttl.jp {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__ttl.jp {
    font-size: calc(40 / 390 * 100vw);
    line-height: 1.4;
  }
  .uspCard__ttl.jp:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .uspCard__ttl.jp:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .uspCard__ttl.jp:before,
  .uspCard__ttl.jp:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard__ttl + .uspCard__txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard__ttl + .uspCard__txt {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.uspCard[data-sai="unique"] .uspCard__txt,
.uspCard[data-sai="unique"] .uspCard__ttl {
  background: -webkit-linear-gradient(0deg, #fff, #fff, rgba(0, 23, 34, 0), rgba(0, 23, 34, 0));
  -webkit-background-clip: text;
  background-position: 100% 0%;
  background-size: 300%;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.uspCard[data-sai="unique"] .uspCard__visual .photo:before {
  background-color: #e6eeff;
  content: "";
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(#fff));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, #fff);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(#fff));
  mask-image: linear-gradient(to right, transparent, #fff, #fff);
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 2.4s, -webkit-mask-position 1.2s;
  transition: opacity 2.4s, -webkit-mask-position 1.2s;
  transition: mask-position 1.2s, opacity 2.4s;
  transition: mask-position 1.2s, opacity 2.4s, -webkit-mask-position 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .uspCard[data-sai="unique"] .uspCard__visual .photo:before {
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 768px) {
  .uspCard[data-sai="unique"] .uspCard__visual .photo:before {
    width: 100%;
  }
}
.uspCard[data-sai="unique"].sai-animate .uspCard__visual .photo:before {
  -webkit-mask-position: left;
  mask-position: left;
  opacity: 0;
}
.uspCard[data-sai="unique"].sai-animate .uspCard__txt,
.uspCard[data-sai="unique"].sai-animate .uspCard__ttl {
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .uspCard--location .photo .capIn {
    left: 0;
    right: auto;
    top: 53.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard--location .photo .capIn--1 {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .uspCard--location .photo .capIn--1 {
    left: auto;
    right: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .uspCard--location .photo .capIn--2 {
    top: 44.4%;
  }
}
@media screen and (max-width: 768px) {
  .uspCard--location .photo .capIn--2 {
    left: auto;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-usp {
    padding: 56px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-usp {
    padding: 65px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-information {
    padding: 112px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-information {
    padding: calc(80 / 390 * 100vw) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-guidance {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-guidance {
    padding: 0 0 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-bottomInfo {
    padding: 0 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-bottomInfo {
    padding: 0 0 40px;
  }
}

/* 追加 */
.bels__banner {
  width: 40%;
  margin: 0 auto 80px;
}
.bels__txt {
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
}
.bels__img {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  .conceptSect__visual .photo__pic {
    padding-top: 30px;
  }
  /* 追加 */
  .bels__banner {
    width: 60%;
    margin: 0 auto 80px;
  }
  .bels__txt {
    font-size: 10px;
  }
}

/* 25年4月4日追加 */
.infoSect__closed {
  /* border-top: 1px solid #2b4da0;*/
  text-align: center;
  /* padding-top: 60px; */
  width: 900px;
  margin: 60px auto 0px;
}

@media print, screen and (max-width: 768px) {
  .infoSect__closed {
    width: initial;
  }
}


