html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
html * {
  outline: none;
}

[x-cloak] {
  display: none !important;
}

body {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  margin: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #001A4C;
  letter-spacing: 0.05em;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.l-container {
  overflow: hidden;
}

a {
  color: #001A4C;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  line-height: 1.2;
}

svg,
img {
  max-width: 100%;
}

svg {
  overflow: visible;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  transition: 1s ease;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 1s ease;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

html {
  scroll-padding-top: 6rem;
  scroll-behavior: smooth;
  background-color: #ECF2FA;
  font-family: "Noto Sans JP", sans-serif;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3rem;
  padding-block: 1.3rem 0.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__nav-wrap {
    padding: 0.8rem 1.1rem 0.8rem 1.5rem;
  }
}
.l-header__logo {
  width: 41rem;
  height: 2.9rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 25.9rem;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__nav-list {
  width: auto;
  height: 4.2rem;
}
.l-header__nav-list-wrap-pc {
  width: 100%;
  height: 100%;
}
.l-header__nav-list-wrap-pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.l-header__nav-list-wrap-pc a img {
  width: 1.9rem;
  height: auto;
}
.l-header__nav-list-wrap-pc a span {
  font-size: 1.2rem;
  font-weight: 700;
}
.l-header__nav-list-wrap-sp {
  position: relative;
  width: 10rem;
  height: 100%;
  background-color: #004EA2;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 9999;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-icon {
  position: relative;
  width: 3.61rem;
  height: 2.2rem;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: auto;
  transition: all 0.3s ease;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-icon img:nth-child(1) {
  left: 0;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-icon img:nth-child(2) {
  left: 22.5%;
}
.l-header__nav-list-wrap-sp .sp-hamburguer-icon img:nth-child(3) {
  right: 0;
}
.l-header__nav-list-wrap-sp.is-active .sp-hamburguer-icon img:nth-child(1) {
  opacity: 0;
}
.l-header__nav-list-wrap-sp.is-active .sp-hamburguer-icon img:nth-child(2) {
  left: 30%;
  transform: translateY(-50%) scale(-1, 1);
}
.l-header__nav-list-wrap-sp.is-active .sp-hamburguer-icon img:nth-child(3) {
  right: 17%;
}

#nav-slide-inner {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #004EA2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10rem 2rem;
  overflow-y: scroll;
  scrollbar-width: none;
}
#nav-slide-inner.open {
  display: block;
  animation: SlideIn 0.7s forwards;
}
#nav-slide-inner:not(.open) {
  display: block;
  animation: SlideOut 0.7s forwards;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes SlideOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(200%);
  }
}
.nav-slide-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem 2rem;
  gap: 1rem;
}
.nav-slide-header__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.nav-slide-header__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-slide-header__close-icon {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.nav-slide-menu-inner {
  overflow-y: scroll;
  scrollbar-width: none;
}

.nav-slide-menu {
  width: 100%;
  height: auto;
  padding-inline: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-slide-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-slide-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.nav-slide-menu__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-slide-menu__arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.7rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  transform: rotate(45deg);
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-slide-menu__toggle-icon {
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
}
.nav-slide-menu__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 0.1rem;
  background-color: #fff;
}
.nav-slide-menu__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.8rem;
  height: 0.1rem;
  background-color: #fff;
}
.nav-slide-menu__toggle-icon.is-expanded::after {
  opacity: 0;
}

.nav-slide-submenu {
  display: none;
}
.nav-slide-submenu__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 2.5rem 0.7rem 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.nav-slide-submenu__dash {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}

.nav-slide-contact {
  width: 100%;
  padding-top: 4rem;
}
.nav-slide-contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #001A4C;
  border-radius: 0.5rem;
  border: 0.2rem solid #fff;
  padding: 3.9rem 2rem 3.9rem 3rem;
}
.nav-slide-contact__text {
  flex: 1;
}
.nav-slide-contact__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.nav-slide-contact__description {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.nav-slide-contact__btn {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-slide-contact__arrow {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  max-height: 68rem;
  min-height: 55vw;
  padding-top: 6rem;
  width: 100%;
  position: relative;
  background-image: url("./images/mv-background-ellipse.png");
  background-size: 48% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-mv {
    background-image: url("./images/mv-background-ellipse-sp.png");
    background-size: 100% 52.5%;
    background-position: center top;
    min-height: 100dvh;
    height: 100%;
    max-height: 100%;
  }
}

.section-mv__inner-wrap {
  min-height: calc(100vh - 6rem);
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-mv__inner-wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.left-content-wrap {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 4rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .left-content-wrap {
    order: 2;
    padding: 5.7rem 2rem 2rem;
    height: 100%;
  }
}

.main-title {
  font-size: 5.2rem;
  font-weight: 700;
  color: #004EA2;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.sub-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #001A4C;
  margin: 0;
  line-height: 1.3;
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

.left-content__text-wrap {
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .left-content__text-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.6rem;
  }
}

.left-content__sub-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 39rem;
}
.left-content__sub-text-wrap p {
  font-size: 1.6rem;
  color: #001A4C;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .left-content__sub-text-wrap p {
    font-size: 1.4rem;
  }
}

.mv-works-icon-wrap {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv-works-icon-wrap {
    align-self: flex-end;
  }
}

.mv-works-icon {
  width: 13rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mv-works-icon {
    margin-top: 1.8rem;
    width: 12rem;
  }
}
.mv-works-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.sorimachi-dx-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 10.2rem;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 0.6;
  text-transform: uppercase;
  margin: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sorimachi-dx-text {
    font-size: 5.7rem;
    line-height: 1;
    bottom: -1rem;
    left: 0;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }
}

.right-content-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 3rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .right-content-wrap {
    order: 1;
    gap: 1rem;
    padding: 1.7rem 3.5rem;
  }
}

.card-content {
  width: 100%;
  max-width: 43rem;
  min-height: 16rem;
  position: relative;
  display: grid;
  grid-template-columns: 23.9rem auto;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .card-content {
    max-width: 100%;
    min-height: auto;
    grid-template-columns: 21.6rem auto;
    gap: 1.4rem;
  }
}
.card-content--reverse {
  grid-template-columns: auto 23.9rem;
}
@media screen and (max-width: 767px) {
  .card-content--reverse {
    grid-template-columns: auto 21.6rem;
  }
}
.card-content--reverse .card-content__inner-wrap-item img {
  transform: scaleX(-1);
}
.card-content--reverse .card-content__inner-wrap-item p {
  left: auto;
  right: 45%;
  transform: translate(50%, -50%);
  padding-right: 0;
  padding-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .card-content--reverse .card-content__inner-wrap-item p {
    padding-left: 1.1rem;
  }
}
.card-content__inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .card-content__inner-wrap {
    gap: 0.6rem;
  }
}
.card-content__inner-wrap-item {
  position: relative;
  width: 100%;
}
.card-content__inner-wrap-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .card-content__inner-wrap-item img {
    height: 4.4rem;
  }
}
.card-content__inner-wrap-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #001A4C;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .card-content__inner-wrap-item p {
    font-size: 1.2rem;
    text-align: center;
    padding-right: 1.1rem;
  }
}
.card-content__inner-wrap-item p span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .card-content__inner-wrap-item p span {
    font-size: 1.4rem;
  }
}
.card-content__inner-wrap-item p span.strong-orange {
  color: #F99900;
}
.card-content__inner-wrap-item p span.strong-blue {
  color: #68BFF5;
}
.card-content__inner-wrap-item p span.strong-green {
  color: #0EA295;
}
.card-content__character-img {
  height: 16rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .card-content__character-img {
    height: 9rem;
  }
}

.section-points {
  position: relative;
  width: 100%;
  min-height: 69.3rem;
  padding: 12rem 6rem 1rem;
  margin-bottom: 15rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-points {
    padding: 8rem 2.18rem 5rem;
    margin-bottom: 8rem;
    min-height: auto;
  }
}
.section-points:after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .section-points:after {
    bottom: -4rem;
    height: 4rem;
  }
}
.section-points__inner-wrap {
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-points__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 24.3rem;
  height: 5.7rem;
}
@media screen and (max-width: 767px) {
  .section-points__label {
    width: 20rem;
    height: 4.5rem;
  }
}
.section-points__label span {
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-points__label span {
    font-size: 1.3rem;
  }
}
.section-points__label img {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-points__title-wrap {
  margin-top: -2.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-points__title-wrap {
    margin-top: -1rem;
  }
}
.section-points__title-bg {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 13rem;
  color: #ECF2FA;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-points__title-bg {
    font-size: 7.4rem;
  }
}
.section-points__title-bg span {
  font-size: 18rem;
}
@media screen and (max-width: 767px) {
  .section-points__title-bg span {
    font-size: 10rem;
    margin-right: -1rem;
  }
}
.section-points__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #001A4C;
  margin: 0;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-points__title {
    font-size: 2.6rem;
    font-weight: 500;
    transform: translate(-50%, -35%);
  }
}
.section-points__cards-wrap {
  margin-top: 3rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section-points__cards-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.section-points__note {
  width: 100%;
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #001A4C;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .section-points__note {
    margin-top: 1.2rem;
  }
}
.section-points__note p {
  color: #001A4C;
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-points__note p {
    font-size: 1rem;
    text-align: left;
  }
}

.points-card {
  display: flex;
  flex-direction: column;
  background-color: #ECF2FA;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .points-card {
    padding: 2rem 2.5rem;
  }
}
.points-card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004EA2;
  border-radius: 0.5rem;
  text-align: center;
  padding: 2rem 2.4rem;
  gap: 1.6rem;
  height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .points-card__header {
    padding-block: 0.65rem;
    height: 4rem;
  }
}
.points-card__number {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  font-size: 3.6rem;
  color: #001A4C;
}
@media screen and (max-width: 767px) {
  .points-card__number {
    font-size: 3.2rem;
  }
}
.points-card__title {
  font-size: 2rem;
  font-weight: 500;
  color: #ECF2FA;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .points-card__title {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.points-card__content {
  margin-top: 1.6rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .points-card__content {
    margin-top: 1rem;
  }
}
.points-card__content p {
  font-size: 1.6rem;
  color: #001A4C;
  line-height: 1.7;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .points-card__content p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.section-solution {
  position: relative;
  width: 100%;
  padding: 15rem 2.8rem 0;
  background: #ECF2FA;
}
@media screen and (max-width: 767px) {
  .section-solution {
    padding: 7.3rem 1.5rem 0;
  }
}
.section-solution__inner-wrap {
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .section-solution__inner-wrap {
    gap: 5.5rem;
  }
}
.section-solution__title-wrap {
  position: relative;
  text-align: center;
  width: 100%;
}
.section-solution__title-bg {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 13rem;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-solution__title-bg {
    font-size: 7.4rem;
    top: -2rem;
  }
}
.section-solution__titles {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section-solution__titles {
    padding-top: 2rem;
  }
}
.section-solution__subtitle {
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 1.5rem 0;
  display: flex;
  position: relative;
  top: -10rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-solution__subtitle {
    top: -6.5rem;
    justify-content: center;
    align-items: center;
  }
}
.section-solution__subtitle span {
  position: relative;
  z-index: 1;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-solution__subtitle span {
    font-size: 1.4rem;
    top: -1.9rem;
    white-space: nowrap;
    left: 0;
    transform: translateX(0);
  }
}
.section-solution__subtitle img {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 36.3rem;
  height: 5.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-solution__subtitle img {
    max-width: 30rem;
    max-height: 5rem;
    width: 100%;
    top: -3rem;
  }
}
.section-solution__title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #001A4C;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-solution__title {
    font-size: 2.6rem;
    text-align: center;
    top: auto;
    bottom: -5.5rem;
    line-height: 1.2;
  }
}
.section-solution__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .section-solution__items {
    gap: 0;
  }
}

.solution-pair {
  display: grid;
  background-color: #fff;
  grid-template-columns: 1fr auto 1fr;
  padding: 1.5rem 4rem;
  gap: 3rem;
  align-items: center;
  border: 0.1rem solid #001A4C;
  border-radius: 0.8rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .solution-pair {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem 2rem;
    gap: 1rem;
    cursor: default;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 26, 76, 0.08);
    margin-bottom: 2.5rem;
    border: 0.2rem solid #001A4C;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .solution-pair.is-opened {
    padding-bottom: 2rem;
  }
}
.solution-pair:hover .solution-answer__btn {
  color: #001A4C;
}
.solution-pair:hover .solution-answer__btn::after {
  transform: translateY(-50%) scale(40);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .solution-pair .solution-problem__header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4rem;
    background-color: #fff;
    border: 0.2rem solid #001A4C;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #001A4C;
    padding: 0.8rem 1rem;
  }
}
.solution-pair .solution-answer__btn {
  border: 0.2rem solid #001A4C;
  transition: all 0.5s ease;
}
.solution-pair .solution-answer__btn:after {
  transition: all 0.8s ease;
}
.solution-pair:nth-child(1) .solution-answer__logo {
  height: 3.5rem;
}
.solution-pair:nth-child(1) .solution-problem__img {
  width: 12.8rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(1) .solution-problem__img {
    width: 10rem;
    left: -0.9rem;
  }
}
.solution-pair:nth-child(2) .solution-answer__logo {
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(2) .solution-answer__logo {
    height: 2rem;
  }
}
.solution-pair:nth-child(2) .solution-problem__img {
  width: 12.56rem;
  left: 0.16rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(2) .solution-problem__img {
    width: 9.38rem;
    left: -0.77rem;
  }
}
.solution-pair:nth-child(3) .solution-answer__logo {
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(3) .solution-answer__logo {
    height: 4.3rem;
  }
}
.solution-pair:nth-child(3) .solution-problem__img {
  width: 11.4rem;
  left: 0.55rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(3) .solution-problem__img {
    width: 8.8rem;
    left: -0.3rem;
  }
}
.solution-pair:nth-child(4) .solution-answer__logo {
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(4) .solution-answer__logo {
    height: 2.4rem;
  }
}
.solution-pair:nth-child(4) .solution-problem__img {
  width: 12.8rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(4) .solution-problem__img {
    width: 9.9rem;
    left: -1rem;
  }
}
.solution-pair:nth-child(5) .solution-answer__logo {
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(5) .solution-answer__logo {
    height: 4.6rem;
  }
}
.solution-pair:nth-child(5) .solution-problem__img {
  width: 13.5rem;
  left: -1.4rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(5) .solution-problem__img {
    width: 9.7rem;
    left: -0.9rem;
  }
}
.solution-pair:nth-child(6) .solution-answer__logo {
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(6) .solution-answer__logo {
    height: 2.4rem;
  }
}
.solution-pair:nth-child(6) .solution-problem__img {
  width: 13.4rem;
  left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .solution-pair:nth-child(6) .solution-problem__img {
    width: 9.5rem;
    left: -0.7rem;
  }
}

.solution-problem {
  background-color: #fff;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .solution-problem {
    height: auto;
    width: 100%;
  }
}
.solution-problem__category {
  background-color: #fff;
  width: 100%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  border: 0.2rem solid #001A4C;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #001A4C;
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .solution-problem__category {
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
  }
}
.solution-problem__header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #001A4C;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  padding: 1.6rem 2.4rem;
  text-align: center;
  min-height: 5.6rem;
  flex-shrink: 0;
  border: 2px solid #001A4C;
  display: none;
}
@media screen and (max-width: 767px) {
  .solution-problem__header {
    display: none;
  }
}
.solution-problem__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  flex: 1;
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .solution-problem__body {
    padding-top: 0.8rem;
    width: 100%;
  }
}
.solution-problem__title {
  font-size: 1.8rem;
  color: #001A4C;
  font-weight: 700;
  margin: 0;
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .solution-problem__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.solution-problem__title::after {
  content: "";
  width: 100%;
  height: 1.6rem;
  background-color: #ECF2FA;
  display: block;
  margin-top: -1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .solution-problem__title::after {
    height: 1.2rem;
    margin-top: -0.8rem;
  }
}
.solution-problem__img-wrap {
  position: relative;
  width: 13.4rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .solution-problem__img-wrap {
    width: 9.2rem;
  }
}
.solution-problem__img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  max-width: inherit;
  max-height: inherit;
  height: auto;
}
.solution-problem__texts {
  width: 100%;
  display: grid;
  grid-template-columns: auto 28.6rem;
  justify-content: space-between;
  align-items: end;
  gap: 0;
  position: relative;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .solution-problem__texts {
    grid-template-columns: 9.2rem 21.8rem;
    margin-top: 1.2rem;
    justify-content: inherit;
  }
}
.solution-problem__text-item {
  height: auto;
  width: 100%;
  flex: 1;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .solution-problem__text-item {
    height: 7.5rem;
  }
}
.solution-problem__text-item img {
  height: 100%;
  width: auto;
}
.solution-problem__text-item .solution-problem__text-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #001A4C;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution-problem__text-item .solution-problem__text-content {
    font-size: 1.4rem;
    line-height: 1.5;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.solution-problem__text-item .solution-problem__text-items-strong {
  font-size: 1.8rem;
  color: #004EA2;
}
@media screen and (max-width: 767px) {
  .solution-problem__text-item .solution-problem__text-items-strong {
    font-size: 1.6rem;
  }
}

.solution-arrow {
  position: relative;
  width: 9.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution-arrow {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}
.solution-arrow__text {
  color: #001A4C;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution-arrow__text {
    font-size: 1.6rem;
    z-index: 1;
  }
}
.solution-arrow__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}
@media screen and (max-width: 767px) {
  .solution-arrow__img {
    position: relative;
    width: 7.3rem;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.solution-answer {
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.solution-answer__header {
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #004EA2;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1rem 2.4rem;
  text-align: center;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .solution-answer__header {
    font-size: 2rem;
    padding: 0.2rem 0;
    height: 4rem;
    border-radius: 0.5rem;
  }
}
.solution-answer__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0 0;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .solution-answer__body {
    display: none;
    padding: 2rem 0 0;
    gap: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .solution-pair.is-opened .solution-answer__body {
    display: flex;
  }
}
.solution-answer__logo {
  height: 4rem;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .solution-answer__logo {
    height: 3rem;
  }
}
.solution-answer__text {
  font-size: 1.6rem;
  color: #001A4C;
  margin: 0;
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .solution-answer__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.solution-answer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  background-color: #001A4C;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 3rem;
  position: relative;
  text-align: center;
  transition: color 0.3s ease;
  pointer-events: auto;
  overflow: hidden;
  z-index: 2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .solution-answer__btn {
    font-size: 1.4rem;
    padding: 1rem 0;
    font-weight: 500;
    border-radius: 2.8rem;
  }
}
.solution-answer__btn::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .solution-answer__btn::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 0.5rem;
  }
}
.solution-answer__btn-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.6%;
  top: 50%;
  transform: translate(-100%, -100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .solution-answer__btn-icon {
    width: 0.8rem;
    height: 0.7rem;
    right: 0.1rem;
    top: 37%;
  }
}
.solution-answer__btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution-open-btn-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .solution-open-btn-wrap {
    display: block;
    position: absolute;
    height: 5rem;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    pointer-events: auto;
  }
  .solution-open-btn-wrap .solution-open-btn {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: center;
    width: 16.4rem;
    height: 3.3rem;
    padding: 0.3rem 1.2rem;
    background-color: #001A4C;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 1.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
    border: 0.1rem solid #fff;
  }
  .solution-open-btn-wrap .solution-open-btn .solution-open-btn-icon {
    display: block;
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 9999px;
    background-color: #fff;
  }
  .solution-open-btn-wrap .solution-open-btn .solution-open-btn-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 35%;
    height: 35%;
    border-top: 0.1rem solid #001A4C;
    border-right: 0.1rem solid #001A4C;
    transform: translate(-35%, -30%) rotate(-45deg);
  }
  .solution-open-btn-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
    z-index: -1;
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
.solution-pair.is-opened .solution-open-btn-wrap {
  display: none;
}

.section-features {
  background-color: #ECF2FA;
  max-width: 108rem;
  margin: 0 auto;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .section-features #moneylink {
    padding-top: 14rem;
    margin-top: -7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-features {
    padding: 7.5rem 2rem 0;
    max-width: 100%;
  }
}
.section-features .anchor-link-02 {
  content: "";
  display: block;
  padding-top: 10rem;
  margin-top: -10rem;
  height: 0;
}
@media screen and (max-width: 767px) {
  .section-features .anchor-link-02 {
    padding-top: 2rem;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-features__inner-wrap {
    margin-top: 7rem;
  }
}
.section-features__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .section-features__title-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
  }
}
.section-features__title-wrap-left {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-features__title-wrap-left {
    align-items: center;
  }
}
.section-features__title-wrap-left .section-features__title-bg {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 13rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-features__title-wrap-left .section-features__title-bg {
    font-size: 7.4rem;
  }
}
.section-features__title-wrap-left .section-features__title {
  position: absolute;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  z-index: 3;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #001A4C;
}
@media screen and (max-width: 767px) {
  .section-features__title-wrap-left .section-features__title {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
}
.section-features__title-wrap-right {
  width: 24.4rem;
  height: auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .section-features__title-wrap-right {
    width: 18rem;
    margin-top: 0;
  }
}
.section-features__item {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-features__item {
    margin-bottom: 3rem;
  }
}
.section-features__item-header {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2.4rem 4rem;
  gap: 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .section-features__item-header {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 1.6rem 2rem;
    gap: 0.8rem;
  }
}
.section-features__item-header-category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  width: auto;
  padding-inline: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #004EA2;
  border-radius: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-features__item-header-category {
    height: 2.2rem;
  }
}
.section-features__item-header-icon {
  height: 100%;
  width: auto;
}
.section-features__item-header-icon img {
  height: 3.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-features__item-header-icon img {
    height: 3.5rem;
  }
}
.section-features__item-content {
  padding: 2.6rem 4rem 4rem;
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 0 1rem 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .section-features__item-content {
    padding: 0 1.5rem 2.5rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.section-features__tab-switch {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, 79%);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  height: 4.7rem;
  border-bottom: 0.2rem solid #004EA2;
}
@media screen and (max-width: 767px) {
  .section-features__tab-switch {
    justify-content: space-between;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    gap: 0;
    transform: translate(0%, -100%);
  }
}
.section-features__tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  border: 0.2rem solid #004EA2;
  border-bottom: none;
  background-color: #fff;
  color: #004EA2;
  border-radius: 2.2rem 2.2rem 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 23rem;
}
.section-features__tab-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-features__tab-btn {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    gap: 0.5rem;
    border-radius: 1.6rem 1.6rem 0 0;
    border-bottom: none;
    width: 17.4rem;
  }
}
.section-features__tab-btn--active {
  background-color: #004EA2;
  color: #fff;
}
.section-features__tab-btn--active .section-features__tab-icon {
  background-color: #fff;
  background-image: url("./images/feature-tab-switch-arrow01.png");
}
.section-features__tab-btn--active .section-features__tab-text {
  color: #fff;
}
.section-features__tab-btn:hover:not(.section-features__tab-btn--active) {
  background-color: #ECF2FA;
}
.section-features__tab-icon {
  content: "";
  width: 2rem;
  height: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #004EA2;
  border-radius: 50%;
  background-color: #004EA2;
  background-image: url("./images/feature-tab-switch-arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .section-features__tab-icon {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
  }
}
.section-features__tab-text {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-features__tab-text {
    font-size: 1.2rem;
  }
}
.section-features__item-content-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #001A4C;
  padding-left: 1.6rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #001A4C;
}
@media screen and (max-width: 767px) {
  .section-features__item-content-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.section-features__item-content-title::before {
  content: "";
  height: 2.5rem;
  width: 0.7rem;
  background-color: #001A4C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10rem;
  background-color: #001A4C;
}
@media screen and (max-width: 767px) {
  .section-features__item-content-title::before {
    height: 100%;
    width: 0.5rem;
  }
}
.section-features__item-content-subdescription {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #001A4C;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-features__item-content-subdescription {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}
.section-features__item-content-subdescription-highlight {
  text-align: end;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-features__item-content-subdescription-highlight {
    font-size: 1.2rem;
    text-align: start;
    line-height: 1.5;
  }
}
.section-features__item-content-images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  padding: 2rem 4.6rem 2.7rem;
  margin-top: 3rem;
  background-color: #ECF2FA;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section-features__item-content-images {
    flex-direction: column;
    padding: 2rem;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.section-features picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-features .features-images-content-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  background-color: #004EA2;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  text-align: center;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-features .features-images-content-title {
    font-size: 1.6rem;
    padding: 0.5rem 0;
    width: 100%;
  }
}
.section-features .features-left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-features .features-left-content {
    gap: 1.5rem;
  }
}
.section-features .features-left-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-features .features-arrow-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .section-features .features-arrow-content {
    transform: rotate(90deg);
    margin: 1rem 0;
  }
}
.section-features .features-arrow-content img {
  width: 6rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-features .features-arrow-content img {
    width: 4rem;
  }
}
.section-features .features-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-features .features-right-content {
    gap: 1.5rem;
    width: 100%;
  }
}
.section-features .features-right-content img {
  width: 15.8rem;
}
.section-features .features-right-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .section-features .features-right-buttons {
    flex-wrap: nowrap;
    gap: 0.6rem;
  }
}
.section-features .features-right-buttons .features-right-btn {
  padding: 0.8rem 2rem;
  line-height: 1;
  background-color: #fff;
  border: 0.1rem solid #004EA2;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #004EA2;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-features .features-right-buttons .features-right-btn {
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
    width: 100%;
  }
}
.section-features .features-category-tags {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-features .features-category-tags:hover {
  background-color: #001A4C;
  color: #fff;
}
.section-features .features-category-tag {
  background-color: #fff;
  color: #001A4C;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border: 1px solid #004EA2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-features .features-category-tag {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
}
.section-features .bg-circle {
  position: absolute;
  right: -78%;
  top: 124%;
  transform: translateY(-50%);
  width: 65.8rem;
  height: 52rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
  transition: width 0.6s ease, right 0.6s ease;
}
@media screen and (max-width: 767px) {
  .section-features .bg-circle {
    width: 40.3rem;
    height: 40.5rem;
    right: -79%;
    top: 124%;
  }
}
.section-features .features-bottom-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .section-features .features-bottom-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.section-features .how-use-content {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #004EA2;
  padding: 3.5rem 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section-features .how-use-content {
    padding: 2.5rem 1.7rem;
    min-height: 13rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.section-features .how-use-content-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 3;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .section-features .how-use-content-title {
    font-size: 1.6rem;
  }
}
.section-features .how-use-content-items {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-features .how-use-content-items {
    width: 100%;
    gap: 0.6rem;
  }
}
.section-features .how-use-content-item-top,
.section-features .how-use-content-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #fff;
  border: 0.1rem solid #001A4C;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  position: relative;
  transition: all 0.5s ease;
  width: 33rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features .how-use-content-item-top,
  .section-features .how-use-content-item-bottom {
    width: 100%;
    padding: 0.8rem 1.2rem;
    height: 2.8rem;
  }
}
.section-features .how-use-content-item-top .how-use-content-item-title,
.section-features .how-use-content-item-bottom .how-use-content-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #001A4C;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .section-features .how-use-content-item-top .how-use-content-item-title,
  .section-features .how-use-content-item-bottom .how-use-content-item-title {
    font-size: 1.2rem;
  }
}
.section-features .view-more-content:hover .bg-circle {
  width: 100rem;
  right: -50%;
}
@media screen and (max-width: 767px) {
  .section-features .view-more-content:hover .bg-circle {
    width: 80rem;
    height: 120rem;
  }
}
.section-features .how-use-content-item-top:hover,
.section-features .how-use-content-item-bottom:hover {
  background-color: #001A4C;
}
.section-features .how-use-content-item-top:hover .how-use-content-item-title,
.section-features .how-use-content-item-bottom:hover .how-use-content-item-title {
  color: #fff;
}
.section-features .how-use-content-item-top:hover .btn-arrow,
.section-features .how-use-content-item-bottom:hover .btn-arrow {
  background-color: #fff;
}
.section-features .how-use-content-item-top:hover .btn-arrow img,
.section-features .how-use-content-item-bottom:hover .btn-arrow img {
  filter: invert(1);
}
.section-features .btn-arrow {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001A4C;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .section-features .btn-arrow {
    width: 2rem;
    height: 2rem;
  }
}
.section-features .btn-arrow img {
  transition: filter 0.5s ease;
}
@media screen and (max-width: 767px) {
  .section-features .btn-arrow img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.section-features .view-more-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F99900;
  padding: 3rem 4rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section-features .view-more-content {
    padding: 2.5rem 1.7rem;
    gap: 1rem;
    min-height: 13rem;
  }
}
.section-features .view-more-content-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .section-features .view-more-content-title {
    font-size: 1.8rem;
  }
}
.section-features .view-more-content-title-sub {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 3.8rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-features .view-more-content-title-sub {
    font-size: 2.2rem;
  }
}
.section-features .view-more-content:hover .view-more-content-title,
.section-features .view-more-content:hover .view-more-content-title-sub {
  color: #001A4C;
}
.section-features .btn-arrow-white {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #fff;
  right: 1.4rem;
  bottom: 1.4rem;
  transition: background-color 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-features .btn-arrow-white {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.section-features .btn-arrow-white img {
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .section-features .btn-arrow-white img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.section-features .view-more-content:hover .btn-arrow-white {
  background-color: #001A4C;
}
.section-features .view-more-content:hover .btn-arrow-white img {
  filter: invert(1);
}

.section-features__item:nth-child(1) .section-features__item-content {
  border-radius: 0 0 1rem 1rem;
}
.section-features__item:nth-child(1) .features-left-content {
  height: 100%;
}
.section-features__item:nth-child(1) .features-left-content img {
  height: auto;
  width: 37.95rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(1) .features-left-content img {
    width: 27rem;
    height: auto;
  }
}
.section-features__item:nth-child(1) .features-right-content {
  height: 100%;
}
.section-features__item:nth-child(1) .features-right-content img {
  width: 25.9rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(1) .features-right-content img {
    width: 27rem;
  }
}
.section-features__item:nth-child(1) .section-features__item-content-images {
  height: 42rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(1) .section-features__item-content-images {
    height: auto;
  }
}
.section-features__item:nth-child(1) .features-right-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(1) .section-features__item-header {
    border-radius: 0;
  }
  .section-features__item:nth-child(1) .features-right-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .section-features__item:nth-child(1) .how-use-content {
    gap: 1.4rem;
  }
  .section-features__item:nth-child(1) .how-use-content-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .section-features__item:nth-child(1) .how-use-content-item-top,
  .section-features__item:nth-child(1) .how-use-content-item-bottom {
    padding: 0.5rem 0.5rem;
  }
}

.section-features__item:nth-child(2) {
  padding-top: 5rem;
  margin-top: -5rem;
}
.section-features__item:nth-child(2) .section-features__item-header-icon img {
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(2) .section-features__item-header-icon img {
    height: 6.4rem;
  }
}
.section-features__item:nth-child(2) .features-images-content-title {
  height: 5.8rem;
  max-height: 6rem;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.7rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(2) .features-images-content-title {
    padding: 0.55rem 0;
    height: 100%;
    max-height: 5.3rem;
    min-height: auto;
  }
}
.section-features__item:nth-child(2) .features-left-content {
  width: 100%;
}
.section-features__item:nth-child(2) .features-left-content img {
  width: 33.15rem;
}
@media screen and (max-width: 768px) {
  .section-features__item:nth-child(2) .features-left-content img {
    width: 21.1rem;
  }
}
.section-features__item:nth-child(2) .features-right-content img {
  width: 19.3rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(2) .features-right-content img {
    width: 27.6rem;
  }
}
.section-features__item:nth-child(2) .features-right-content .features-images-content-title {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(2) .features-arrow-content img {
    width: 21rem;
    height: auto;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(2) .how-use-content-title {
    width: 100%;
    text-align: center;
  }
}

.section-features__item:nth-child(3) {
  padding-top: 5rem;
  margin-top: -5rem;
}
.section-features__item:nth-child(3) .section-features__item-header-icon img {
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .section-features__item-header-icon img {
    height: 4.7rem;
  }
}
.section-features__item:nth-child(3) .features-arrow-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.section-features__item:nth-child(3) .features-arrow-content img:last-child {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .features-arrow-content {
    flex-direction: row;
    transform: none;
  }
  .section-features__item:nth-child(3) .features-arrow-content img:first-child {
    transform: rotate(90deg);
  }
  .section-features__item:nth-child(3) .features-arrow-content img:last-child {
    transform: rotate(-90deg);
  }
}
.section-features__item:nth-child(3) .features-right-content {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.section-features__item:nth-child(3) .features-right-content img {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .features-right-content img {
    width: 15.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .features-right-content .features-right-buttons {
    width: 8.3rem;
    margin: 0 auto;
  }
}
.section-features__item:nth-child(3) .features-left-content img {
  width: 39.6rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .features-left-content img {
    width: 27rem;
  }
}
.section-features__item:nth-child(3) .features-left-content .features-right-buttons .features-right-btn {
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .features-left-content .features-right-buttons .features-right-btn {
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
  }
}
.section-features__item:nth-child(3) .how-use-content {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(3) .how-use-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.section-features__item:nth-child(3) .how-use-content:hover .how-use-content-title, .section-features__item:nth-child(3) .how-use-content:hover .view-more-content-title-sub {
  color: #001A4C;
}
.section-features__item:nth-child(3) .how-use-content:hover .bg-circle {
  width: 100rem;
  right: -50%;
}
.section-features__item:nth-child(3) .how-use-content:hover .btn-arrow-white {
  background-color: #001A4C;
}
.section-features__item:nth-child(3) .how-use-content:hover .btn-arrow-white img {
  filter: invert(1);
}

.section-features__item:nth-child(4) {
  padding-top: 5rem;
  margin-top: -5rem;
}
.section-features__item:nth-child(4) .section-features__item-header-icon img {
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .section-features__item-header-icon img {
    height: 4.7rem;
  }
}
.section-features__item:nth-child(4) .section-features__item-content-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .section-features__item-content-images {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.section-features__item:nth-child(4) .features-arrow-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70%, 0%);
  width: 5.4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
    margin: 1rem 0;
    width: 4rem;
  }
}
.section-features__item:nth-child(4) .features-images-content-title {
  padding-block: 0.5rem;
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-images-content-title {
    min-height: auto;
    padding: 0.5rem 0;
  }
}
.section-features__item:nth-child(4) .features-left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  height: 100%;
  width: 100%;
}
.section-features__item:nth-child(4) .features-left-content img {
  width: 21.7rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-left-content img {
    width: 27rem;
    height: auto;
  }
}
.section-features__item:nth-child(4) .features-middle-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.section-features__item:nth-child(4) .features-middle-content img {
  width: 12rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-middle-content img {
    width: 19.2rem;
    height: auto;
  }
}
.section-features__item:nth-child(4) .features-middle-content .features-arrow-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70%, 0%);
  width: 5.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-middle-content .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
    margin: 1rem 0;
    width: 4rem;
  }
}
.section-features__item:nth-child(4) .features-right-buttons {
  align-self: start;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-right-buttons {
    align-self: center;
  }
}
.section-features__item:nth-child(4) .features-right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section-features__item:nth-child(4) .features-right-content img {
  width: 26rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-right-content img {
    width: 27.8rem;
  }
}
.section-features__item:nth-child(4) .features-right-content .features-right-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-right-content .features-right-buttons {
    width: 100%;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .features-right-content .features-right-btn {
    width: auto;
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
  }
}
.section-features__item:nth-child(4) .how-use-content-title {
  width: 100%;
  text-align: center;
}
.section-features__item:nth-child(4) .how-use-content-items {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  grid-template-rows: auto;
  gap: 1rem;
}
.section-features__item:nth-child(4) .how-use-content-items .how-use-content-item-top {
  grid-column: 1/3;
}
.section-features__item:nth-child(4) .how-use-content-items .how-use-content-item-bottom {
  width: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(4) .how-use-content-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
  }
  .section-features__item:nth-child(4) .how-use-content-items .how-use-content-item-top {
    grid-column: 1/3;
  }
}
.section-features__item:nth-child(4) .bg-circle {
  transform: translateY(-65%);
}

.section-features__item:nth-child(5) {
  padding-top: 5rem;
  margin-top: -5rem;
}
.section-features__item:nth-child(5) .section-features__item-content-images {
  gap: 5.9rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .section-features__item-content-images {
    gap: 2rem;
  }
}
.section-features__item:nth-child(5) .features-images-content-title {
  padding-block: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-images-content-title {
    padding: 1.2rem 1.5rem;
  }
}
.section-features__item:nth-child(5) .section-features__item-header-icon img {
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .section-features__item-header-icon img {
    height: 7rem;
  }
}
.section-features__item:nth-child(5) .section-features__item-content-title span {
  padding-left: 1.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #001A4C;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .section-features__item-content-title span {
    font-size: 1.2rem;
    padding-left: 0;
    margin-left: 2.5rem;
  }
}
.section-features__item:nth-child(5) .features-arrow-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
    margin: 1rem 0;
    width: 4rem;
  }
}
.section-features__item:nth-child(5) .features-left-content {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-left-content {
    gap: 1.5rem;
  }
}
.section-features__item:nth-child(5) .features-left-content img {
  width: 38.2rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-left-content img {
    width: 27.4rem;
  }
}
.section-features__item:nth-child(5) .features-left-content .features-arrow-content {
  transform: translate(70%, 0%);
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-left-content .features-arrow-content {
    transform: rotate(90deg);
  }
}
.section-features__item:nth-child(5) .features-left-content .features-right-btn {
  padding: 0.6rem 0.5rem;
  letter-spacing: 0.02em;
}
.section-features__item:nth-child(5) .features-middle-content {
  position: relative;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-middle-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.section-features__item:nth-child(5) .features-middle-content img {
  width: 12rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-middle-content img {
    width: 50%;
  }
}
.section-features__item:nth-child(5) .features-middle-content .features-arrow-content {
  transform: translate(140%, -61%);
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-middle-content .features-arrow-content {
    transform: rotate(90deg);
  }
}
.section-features__item:nth-child(5) .features-right-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-right-content img {
    width: 24.4rem;
  }
}
.section-features__item:nth-child(5) .features-right-content img {
  width: 24.4rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .features-right-content img {
    width: 25.2rem;
  }
}
.section-features__item:nth-child(5) .how-use-content {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(5) .how-use-content {
    flex-direction: row;
    align-items: center;
  }
  .section-features__item:nth-child(5) .how-use-content .view-more-content-title-sub {
    white-space: nowrap;
  }
}
.section-features__item:nth-child(5) .how-use-content:hover .how-use-content-title, .section-features__item:nth-child(5) .how-use-content:hover .view-more-content-title-sub {
  color: #001A4C;
}
.section-features__item:nth-child(5) .how-use-content:hover .bg-circle {
  width: 100rem;
  right: -50%;
}
.section-features__item:nth-child(5) .how-use-content:hover .btn-arrow-white {
  background-color: #001A4C;
}
.section-features__item:nth-child(5) .how-use-content:hover .btn-arrow-white img {
  filter: invert(1);
}

.section-features__item:nth-child(6) {
  padding-top: 5rem;
  margin-top: -5rem;
}
.section-features__item:nth-child(6) .section-features__item-header-icon img {
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .section-features__item-header-icon img {
    height: 3rem;
  }
}
.section-features__item:nth-child(6) .section-features__item-content-images {
  gap: 5.9rem;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .section-features__item-content-images {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 3rem;
  }
}
.section-features__item:nth-child(6) picture {
  justify-content: end;
}
.section-features__item:nth-child(6) .features-images-content-title {
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-images-content-title {
    padding: 0.5rem 0;
  }
}
.section-features__item:nth-child(6) .features-arrow-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
    margin: 1rem 0;
    width: 4rem;
  }
}
.section-features__item:nth-child(6) .features-left-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.section-features__item:nth-child(6) .features-left-content img {
  width: 37.3rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-left-content img {
    width: 100%;
  }
}
.section-features__item:nth-child(6) .features-left-content .features-arrow-content {
  right: -10%;
  top: 13rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-left-content .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
  }
}
.section-features__item:nth-child(6) .features-middle-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.section-features__item:nth-child(6) .features-middle-content img {
  width: 12rem;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-middle-content img {
    width: 50%;
  }
}
.section-features__item:nth-child(6) .features-middle-content .features-arrow-content {
  right: -65%;
}
.section-features__item:nth-child(6) .features-middle-content .features-arrow-content img {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-middle-content .features-arrow-content {
    position: relative;
    transform: rotate(90deg);
  }
}
.section-features__item:nth-child(6) .features-right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.section-features__item:nth-child(6) .features-right-content picture {
  align-items: end;
}
.section-features__item:nth-child(6) .features-right-content img {
  max-width: inherit;
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .features-right-content img {
    width: 26.1rem;
    height: 100%;
  }
}
.section-features__item:nth-child(6) .how-use-content {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-features__item:nth-child(6) .how-use-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: space-between;
  }
}
.section-features__item:nth-child(6) .how-use-content:hover .how-use-content-title, .section-features__item:nth-child(6) .how-use-content:hover .view-more-content-title-sub {
  color: #001A4C;
}
.section-features__item:nth-child(6) .how-use-content:hover .bg-circle {
  width: 100rem;
  right: -50%;
}
.section-features__item:nth-child(6) .how-use-content:hover .btn-arrow-white {
  background-color: #001A4C;
}
.section-features__item:nth-child(6) .how-use-content:hover .btn-arrow-white img {
  filter: invert(1);
}

.l-footer {
  background-color: #1a3a6e;
}
.l-footer__inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner-wrap {
    flex-direction: column;
    padding: 4rem 2rem;
    gap: 3rem;
  }
}
.l-footer__logo-wrap {
  flex-shrink: 0;
}
.l-footer__logo {
  height: auto;
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 15rem;
  }
}
.l-footer__contact-wrap {
  flex: 1;
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__contact-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004EA2;
  text-align: end;
  gap: 2rem;
  padding: 2rem 3rem;
  border: 0.2rem solid #ffffff;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.l-footer__contact-link:hover .l-footer__contact-text,
.l-footer__contact-link:hover .l-footer__contact-subtext {
  color: #001A4C;
}
.l-footer__contact-link:hover .l-footer__contact-btn::before {
  transform: scale(30);
}
@media screen and (max-width: 767px) {
  .l-footer__contact-link {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    gap: 0.4rem;
  }
}
.l-footer__contact-text {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.l-footer__contact-subtext {
  color: #ffffff;
  font-size: 1.4rem;
  flex: 1;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-subtext {
    font-weight: 500;
  }
}
.l-footer__contact-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.l-footer__contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.8s ease;
  z-index: -1;
}
.l-footer__contact-btn img {
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-btn {
    width: 4rem;
    height: 4rem;
    align-self: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-footer__contact-btn img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer__copyright {
  background-color: #f5f5f5;
  padding: 2rem;
  text-align: center;
}
.l-footer__copyright-text {
  color: #333333;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-text {
    font-size: 1.2rem;
  }
}

.u-mt-0 {
  margin-top: 0rem;
}

.u-mt-0_1 {
  margin-top: 0.1rem;
}

.u-mt-0_2 {
  margin-top: 0.2rem;
}

.u-mt-0_3 {
  margin-top: 0.3rem;
}

.u-mt-0_4 {
  margin-top: 0.4rem;
}

.u-mt-0_5 {
  margin-top: 0.5rem;
}

.u-mt-0_6 {
  margin-top: 0.6rem;
}

.u-mt-0_7 {
  margin-top: 0.7rem;
}

.u-mt-0_8 {
  margin-top: 0.8rem;
}

.u-mt-0_9 {
  margin-top: 0.9rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mt-1_1 {
  margin-top: 1.1rem;
}

.u-mt-1_2 {
  margin-top: 1.2rem;
}

.u-mt-1_3 {
  margin-top: 1.3rem;
}

.u-mt-1_4 {
  margin-top: 1.4rem;
}

.u-mt-1_5 {
  margin-top: 1.5rem;
}

.u-mt-1_6 {
  margin-top: 1.6rem;
}

.u-mt-1_7 {
  margin-top: 1.7rem;
}

.u-mt-1_8 {
  margin-top: 1.8rem;
}

.u-mt-1_9 {
  margin-top: 1.9rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mt-2_1 {
  margin-top: 2.1rem;
}

.u-mt-2_2 {
  margin-top: 2.2rem;
}

.u-mt-2_3 {
  margin-top: 2.3rem;
}

.u-mt-2_4 {
  margin-top: 2.4rem;
}

.u-mt-2_5 {
  margin-top: 2.5rem;
}

.u-mt-2_6 {
  margin-top: 2.6rem;
}

.u-mt-2_7 {
  margin-top: 2.7rem;
}

.u-mt-2_8 {
  margin-top: 2.8rem;
}

.u-mt-2_9 {
  margin-top: 2.9rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mt-3_1 {
  margin-top: 3.1rem;
}

.u-mt-3_2 {
  margin-top: 3.2rem;
}

.u-mt-3_3 {
  margin-top: 3.3rem;
}

.u-mt-3_4 {
  margin-top: 3.4rem;
}

.u-mt-3_5 {
  margin-top: 3.5rem;
}

.u-mt-3_6 {
  margin-top: 3.6rem;
}

.u-mt-3_7 {
  margin-top: 3.7rem;
}

.u-mt-3_8 {
  margin-top: 3.8rem;
}

.u-mt-3_9 {
  margin-top: 3.9rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mt-4_1 {
  margin-top: 4.1rem;
}

.u-mt-4_2 {
  margin-top: 4.2rem;
}

.u-mt-4_3 {
  margin-top: 4.3rem;
}

.u-mt-4_4 {
  margin-top: 4.4rem;
}

.u-mt-4_5 {
  margin-top: 4.5rem;
}

.u-mt-4_6 {
  margin-top: 4.6rem;
}

.u-mt-4_7 {
  margin-top: 4.7rem;
}

.u-mt-4_8 {
  margin-top: 4.8rem;
}

.u-mt-4_9 {
  margin-top: 4.9rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .u-mt-sp-0 {
    margin-top: 0rem;
  }
  .u-mt-sp-0_1 {
    margin-top: 0.1rem;
  }
  .u-mt-sp-0_2 {
    margin-top: 0.2rem;
  }
  .u-mt-sp-0_3 {
    margin-top: 0.3rem;
  }
  .u-mt-sp-0_4 {
    margin-top: 0.4rem;
  }
  .u-mt-sp-0_5 {
    margin-top: 0.5rem;
  }
  .u-mt-sp-0_6 {
    margin-top: 0.6rem;
  }
  .u-mt-sp-0_7 {
    margin-top: 0.7rem;
  }
  .u-mt-sp-0_8 {
    margin-top: 0.8rem;
  }
  .u-mt-sp-0_9 {
    margin-top: 0.9rem;
  }
  .u-mt-sp-1 {
    margin-top: 1rem;
  }
  .u-mt-sp-1_1 {
    margin-top: 1.1rem;
  }
  .u-mt-sp-1_2 {
    margin-top: 1.2rem;
  }
  .u-mt-sp-1_3 {
    margin-top: 1.3rem;
  }
  .u-mt-sp-1_4 {
    margin-top: 1.4rem;
  }
  .u-mt-sp-1_5 {
    margin-top: 1.5rem;
  }
  .u-mt-sp-1_6 {
    margin-top: 1.6rem;
  }
  .u-mt-sp-1_7 {
    margin-top: 1.7rem;
  }
  .u-mt-sp-1_8 {
    margin-top: 1.8rem;
  }
  .u-mt-sp-1_9 {
    margin-top: 1.9rem;
  }
  .u-mt-sp-2 {
    margin-top: 2rem;
  }
  .u-mt-sp-2_1 {
    margin-top: 2.1rem;
  }
  .u-mt-sp-2_2 {
    margin-top: 2.2rem;
  }
  .u-mt-sp-2_3 {
    margin-top: 2.3rem;
  }
  .u-mt-sp-2_4 {
    margin-top: 2.4rem;
  }
  .u-mt-sp-2_5 {
    margin-top: 2.5rem;
  }
  .u-mt-sp-2_6 {
    margin-top: 2.6rem;
  }
  .u-mt-sp-2_7 {
    margin-top: 2.7rem;
  }
  .u-mt-sp-2_8 {
    margin-top: 2.8rem;
  }
  .u-mt-sp-2_9 {
    margin-top: 2.9rem;
  }
  .u-mt-sp-3 {
    margin-top: 3rem;
  }
  .u-mt-sp-3_1 {
    margin-top: 3.1rem;
  }
  .u-mt-sp-3_2 {
    margin-top: 3.2rem;
  }
  .u-mt-sp-3_3 {
    margin-top: 3.3rem;
  }
  .u-mt-sp-3_4 {
    margin-top: 3.4rem;
  }
  .u-mt-sp-3_5 {
    margin-top: 3.5rem;
  }
  .u-mt-sp-3_6 {
    margin-top: 3.6rem;
  }
  .u-mt-sp-3_7 {
    margin-top: 3.7rem;
  }
  .u-mt-sp-3_8 {
    margin-top: 3.8rem;
  }
  .u-mt-sp-3_9 {
    margin-top: 3.9rem;
  }
  .u-mt-sp-4 {
    margin-top: 4rem;
  }
  .u-mt-sp-4_1 {
    margin-top: 4.1rem;
  }
  .u-mt-sp-4_2 {
    margin-top: 4.2rem;
  }
  .u-mt-sp-4_3 {
    margin-top: 4.3rem;
  }
  .u-mt-sp-4_4 {
    margin-top: 4.4rem;
  }
  .u-mt-sp-4_5 {
    margin-top: 4.5rem;
  }
  .u-mt-sp-4_6 {
    margin-top: 4.6rem;
  }
  .u-mt-sp-4_7 {
    margin-top: 4.7rem;
  }
  .u-mt-sp-4_8 {
    margin-top: 4.8rem;
  }
  .u-mt-sp-4_9 {
    margin-top: 4.9rem;
  }
  .u-mt-sp-5 {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=style.css.map */