@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-wrap {
  width: 100%;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}

.inner_contents {
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner_contents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .view_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .view_sp {
    display: none;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100svw;
  height: 70px;
  justify-content: space-between;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 1rem;
  }
}

.navbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  max-width: 1200px;
  margin: auto;
}

.navbar__cta {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 3.75rem;
  background-image: linear-gradient(92deg, #5E8DDE, #6BC9F2);
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .navbar__cta {
    padding: 1.5rem 2rem 1.5rem 1rem;
    font-size: 1rem;
  }
}

.navbar__cta__svg {
  margin-left: 0.5rem;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .navbar__cta__svg {
    position: absolute;
    right: 1.5rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kv {
  margin-top: 70px;
}
@media screen and (min-width: 1199px) {
  .kv {
    max-width: 90%;
    margin: 70px 0 auto auto;
  }
  .kv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/kv_pc_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.kv_under_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  min-height: 10.25rem;
  padding: 2rem 1rem;
  background-image: linear-gradient(92deg, #5E8DDE, #6BC9F2);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .kv_under_cta {
    gap: 0.75rem;
  }
}

.kv_under_cta__title {
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .kv_under_cta__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.kv_under_cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28.125rem;
  padding: 1.375rem 1rem;
  background-color: #FFF876;
  border-radius: 0.75rem;
  color: #213253;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .kv_under_cta__btn {
    min-width: auto;
    width: 100%;
    font-size: 1.5rem;
  }
}

.kv_under_cta__btn__svg {
  position: absolute;
  right: 2rem;
  fill: #4B77CA;
}
@media screen and (max-width: 767px) {
  .kv_under_cta__btn__svg {
    position: absolute;
    right: 1.25rem;
  }
}

.problem {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 1200/664;
  background-image: url("../images/problem_bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.problem::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 1200/200;
  background-image: url("../images/problem_bg_bridge.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.problem::after {
  content: "";
  position: absolute;
  top: 96%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 1200/220;
  background-image: url("../images/problem_bg_bridge_shadow.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1700px) {
  .problem {
    aspect-ratio: 1200/486;
  }
  .problem::before {
    aspect-ratio: 1200/160;
  }
}
@media screen and (max-width: 767px) {
  .problem {
    aspect-ratio: 750/2980;
    background-image: url("../images/problem_bg_sp.png");
  }
  .problem::before {
    aspect-ratio: 750/178;
    background-image: url("../images/problem_bg_bridge_sp.png");
  }
  .problem::after {
    top: 100%;
    aspect-ratio: 750/160;
  }
}

.problem__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  padding-top: 4.5rem;
  color: #213253;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .problem__lead {
    padding-top: 1.75rem;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0;
  }
}

.problem__lead__deco--right {
  transform: scaleX(-1);
}

.problem__title {
  max-width: 55rem;
  margin: auto auto 1.5rem;
}

.problem__text {
  margin-bottom: 4.625rem;
  color: #213253;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problem__text {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    letter-spacing: -0.0875rem;
    line-height: 1.7;
  }
}

.problem__scene__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .problem__scene__row {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}

.problem__scene__card {
  flex: 3;
}
@media screen and (max-width: 767px) {
  .problem__scene__card {
    padding: 0 1.5rem;
    flex-basis: 100%;
  }
}

.problem__scene__title {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 0.75rem 1rem;
  background-color: rgba(61, 91, 151, 0.6);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.problem__scene__title::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid rgba(61, 91, 151, 0.6);
  border-bottom: 0;
  transform: translateX(50%);
}

.problem__scene__img {
  margin-bottom: 1.25rem;
}

.problem__scene__explain {
  color: #213253;
  font-size: 1rem;
  text-align: center;
}

.feature {
  padding: 12rem 1rem 7rem;
  background-image: url("../images/feature_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #213253;
}
@media screen and (min-width: 1700px) {
  .feature {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 6rem 0 3rem;
    background-image: url("../images/feature_bg_sp.png");
    background-position: center;
  }
}

.feature__contents {
  position: relative;
  max-width: 1040px;
  margin: auto;
  padding: 3.75rem 5rem 3.125rem;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(233, 239, 244, 0.8));
  border-radius: 1.875rem;
  box-shadow: inset 0 0 0.75rem rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .feature__contents {
    padding: 2rem 1.5rem 2rem;
  }
}

.feature__content__title {
  max-width: 80%;
  margin: -6rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .feature__content__title {
    margin: -3.5rem auto 1rem;
  }
}

.feature__content__row {
  display: flex;
  justify-content: center;
  gap: 2rem 3.375rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .feature__content__row {
    gap: 1.5rem 0;
  }
}

.feature__block {
  flex-basis: calc(50% - 1.6875rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .feature__block .feature__block__img {
    margin-top: 1rem;
  }
}
.feature__block:nth-child(1) .feature__block__lead__img::before {
  background-image: url("../images/feature_lead_ico01.png");
}
.feature__block:nth-child(1) .feature__block__img {
  min-height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .feature__block:nth-child(1) .feature__block__img {
    min-height: auto;
  }
}
.feature__block:nth-child(2) .feature__block__lead__img::before {
  background-image: url("../images/feature_lead_ico02.png");
}
.feature__block:nth-child(2) .feature__block__img {
  min-height: 18.75rem;
  margin-top: 20px;
  margin-right: -16px;
}
@media screen and (max-width: 767px) {
  .feature__block:nth-child(2) .feature__block__img {
    min-height: auto;
    margin-right: 0;
  }
}
.feature__block:nth-child(3) .feature__block__lead__img::before {
  background-image: url("../images/feature_lead_ico03.png");
}
.feature__block:nth-child(4) .feature__block__lead__img::before {
  background-image: url("../images/feature_lead_ico04.png");
}
@media screen and (max-width: 767px) {
  .feature__block {
    flex-basis: 100%;
  }
}

.feature__block__lead {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.feature__block__lead h3 {
  margin-top: -0.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.feature__block__lead h3 small {
  font-size: 1.375rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .feature__block__lead {
    margin-bottom: 1rem;
  }
  .feature__block__lead h3 {
    font-size: 1.75rem;
  }
  .feature__block__lead h3 small {
    font-size: 1rem;
  }
}

.feature__block__lead__img {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
}
.feature__block__lead__img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feature__block__lead__img::before {
    width: 90%;
    height: 90%;
  }
}
.feature__block__lead__img::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 76, 124, 0.35);
  border-radius: 100px;
  filter: blur(10px);
  transform: translate(3%, 0%);
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .feature__block__lead__img::after {
    width: 90%;
    height: 90%;
  }
}

.feature__block__notes {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .feature__block__notes {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

.feature__block__text {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .feature__block__text {
    min-height: auto;
  }
}

.feature__content__notes {
  font-size: 0.75rem;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(92deg, #5E8DDE, #6BC9F2);
}

.cta__inner_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .cta__inner_contents {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }
}

.cta__block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__block {
    width: 100%;
  }
}

.cta__title {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.25rem;
  }
}

.cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28.125rem;
  padding: 1.375rem 1rem;
  border-radius: 0.75rem;
  color: #213253;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.cta__btn.yellow {
  background-color: #FFF876;
}
.cta__btn.white {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    min-width: auto;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
}

.cta__svg {
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .cta__svg {
    position: absolute;
    right: 1.25rem;
  }
}

.maintenance {
  padding-top: 5.125rem;
  background-image: url("../images/maintenance_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #213253;
}
@media screen and (min-width: 1700px) {
  .maintenance {
    background-position: center 100%;
  }
}
@media screen and (max-width: 767px) {
  .maintenance {
    padding: 3rem 0 1rem;
    background-position: center -3rem;
  }
}

.maintenance__kv {
  margin-bottom: 2.5rem;
}

.maintenance__arrow {
  margin: auto auto 2.25rem;
}
.maintenance__arrow > img {
  margin: auto;
}

.maintenance__cover__block {
  margin-bottom: 2rem;
  padding: 3rem;
  background: rgba(233, 239, 244, 0.8);
  border: 2px solid #4B77CA;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .maintenance__cover__block {
    padding: 1.25rem 1rem 1.5rem;
  }
}

.maintenance__cover__title {
  margin-bottom: 2.5rem;
  color: #4B77CA;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
}
.maintenance__cover__title small {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .maintenance__cover__title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
  .maintenance__cover__title small {
    font-size: 1.25rem;
  }
}

.maintenance__cover__lead {
  color: #213253;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .maintenance__cover__lead {
    font-size: 1rem;
  }
}

.maintenance__cover__card__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  flex-wrap: wrap;
}

.maintenance__cover__card {
  flex-basis: calc(33.3333333333% - 1.3333rem);
}
@media screen and (max-width: 767px) {
  .maintenance__cover__card {
    flex-basis: 100%;
  }
}

.maintenance__cover__card__lead {
  display: inline-block;
  margin: 1.5rem auto 1.25rem;
  padding: 0.25rem 1.5rem;
  border: solid 1px #5E8DDE;
  border-radius: 2rem;
  color: #5E8DDE;
  font-size: 1.125rem;
  font-weight: bold;
}

.maintenance__cover__card__desc h4 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.maintenance__cover__notes {
  margin-bottom: 5.875rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .maintenance__cover__notes {
    margin-bottom: 3.5rem;
  }
}

.rental {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .rental {
    margin-bottom: 1.875rem;
  }
}

.rental__title__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 5.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rental__title__row {
    margin-bottom: 3.5rem;
  }
}

.rental__desc {
  flex: 7;
}

.rental__title {
  color: #4B77CA;
  font-size: 2.125rem;
  font-weight: bold;
}
.rental__title span {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: #213253;
  font-size: 1.25rem;
  font-weight: 500;
}

.rental__img {
  position: relative;
  flex: 3;
  z-index: 3;
}
.rental__img::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.75rem);
  left: 50%;
  display: block;
  width: 130%;
  aspect-ratio: 291/45;
  background-image: url("../images/rental_img_shadow.png");
  background-position: center;
  background-size: 100% 140%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.rental__season__inner {
  padding: 0 3rem;
  border: 2px solid #4B77CA;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .rental__season__inner {
    padding: 0 1.5rem;
  }
}

.rental__season__title {
  padding: 1.5rem 1rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #4B77CA;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rental__season__title {
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
  }
}

.rental__season__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rental__season__row {
    padding: 1.25rem 0 1.875rem;
  }
}

.rental__season__block {
  flex-basis: calc(50% - 2.5rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rental__season__block {
    flex-basis: 100%;
  }
}

.rental__season__lead {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rental__season__lead {
    font-size: 1.25rem;
  }
}
.rental__season__lead.winter {
  color: #4B77CA;
}
.rental__season__lead.summer {
  color: #E27941;
  letter-spacing: -0.125rem;
}

.rental__block__closing {
  margin-bottom: 2rem;
  color: #213253;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rental__block__closing {
    margin-top: 0.875rem;
  }
}

.support {
  background-image: url("../images/support_bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #213253;
}

.support__kv__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 3.875rem 1rem;
  flex-wrap: wrap;
}

.support__kv__left {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .support__kv__left {
    order: 1;
    max-width: 4.5rem;
  }
}

.support__kv__center {
  flex: 4;
  flex-shrink: 0;
  text-align: center;
}
.support__kv__center h2 {
  margin-bottom: 1.125rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.8;
}
.support__kv__center p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .support__kv__center {
    order: 3;
    flex-basis: 100%;
  }
  .support__kv__center h2 {
    font-size: 1.125rem;
  }
}

.support__kv__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .support__kv__right {
    order: 2;
    max-width: 4.5rem;
  }
}

.support__kv__lead {
  margin-bottom: 3rem;
  color: #4B77CA;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support__kv__lead {
    font-size: 1.25rem;
  }
}

.support__slider {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .support__slider {
    margin-left: 0.5rem;
  }
}

.slick-prev, .slick-next {
  width: 0;
  height: 0;
  z-index: 3;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: -0.5rem;
  background: #4B77CA;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  opacity: 1;
  z-index: 3;
}

.slick-prev:before {
  content: url("../images/slick_arrow_left.svg");
  right: -3rem;
}

.slick-next:before {
  content: url("../images/slick_arrow_right.svg");
  left: -3.5rem;
}

footer {
  min-height: 8.75rem;
  background-color: #F4F4F4;
}

.footer__row {
  max-width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: auto;
  padding: 2.5rem 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__row {
    gap: 1rem;
  }
}

.footer__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__left {
    flex-basis: 100%;
    justify-content: center;
  }
}

.footer__logo img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    flex-basis: 100%;
    text-align: center;
  }
}

.footer__link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .footer__right {
    flex-basis: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */