@charset "UTF-8";
.adlp-footer {
  padding: min( 4.6296296296vw, 50px ) 0 min( 11.2962962963vw, 122px );
  background: #FFF;
  border-top: min( 0.1851851852vw, 2px ) solid #666;
}
.adlp-footer__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.adlp-footer__logo {
  grid-area: col1;
}
.adlp-footer__info__wrapper {
  grid-area: col2;
}
.adlp-footer__menu__wrapper {
  grid-area: col3;
}
.adlp-footer__main {
  display: grid;
  grid-template-areas: "col1 . col2 . col3";
  grid-template-columns: min( 36.4814814815vw, 394px ) min( 1.8518518519vw, 20px ) min( 35.5555555556vw, 384px ) min( 1.8518518519vw, 20px ) min( 16.8518518519vw, 182px );
}
.adlp-footer__logo {
  padding-left: min( 3.7037037037vw, 40px );
}
.adlp-footer__logo img {
  width: min( 15.6481481481vw, 169px );
}
.adlp-footer__company {
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.adlp-footer__info {
  margin-top: min( 1.1111111111vw, 12px );
}
.adlp-footer__zip {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-style: normal;
}
.adlp-footer__location {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-style: normal;
}
.adlp-footer__company-info {
  margin-top: min( 0.3703703704vw, 4px );
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.adlp-footer__menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) 0 min( 0.9259259259vw, 10px ) min( 3.5185185185vw, 38px );
  border-left: min( 0.1851851852vw, 2px ) solid #666;
}
.adlp-footer__menu a {
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.adlp-footer__menu a:hover {
  opacity: 0.7;
}
.adlp-footer__copyright {
  margin-top: min( 2.7777777778vw, 30px );
  color: var(--text-666666, #666);
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 8vw 0 20vw;
    border-top-width: 0.2666666667vw;
  }
  .adlp-footer__inner {
    padding: 0 8vw;
  }
  .adlp-footer__main {
    grid-template-columns: 100%;
    grid-template-areas: "col1" "col2" "col3";
    gap: 0;
  }
  .adlp-footer__logo img {
    padding: 0;
    width: 40vw;
    margin: 0 auto;
  }
  .adlp-footer__company {
    font-size: 4.2666666667vw;
  }
  .adlp-footer__info {
    margin-top: 0.2666666667vw;
  }
  .adlp-footer__info__wrapper {
    margin-top: 8.2666666667vw;
  }
  .adlp-footer__zip {
    font-size: 3.2vw;
  }
  .adlp-footer__location {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
  }
  .adlp-footer__company-info {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
  }
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
    margin: 5.7333333333vw auto 0;
    width: fit-content;
    padding: 0.9333333333vw 0 0.9333333333vw min( 4.6296296296vw, 50px );
  }
  .adlp-footer__menu a {
    font-size: 3.2vw;
  }
  .adlp-footer__copyright {
    margin-top: 8.2666666667vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min( 1.8518518519vw, 20px ) min( 7.4074074074vw, 80px ) min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min( 1.8518518519vw, 20px );
  height: min( 1.1111111111vw, 12px );
  right: min( 4.1666666667vw, 45px );
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min( 1.8518518519vw, 20px );
  width: min( 0.1851851852vw, 2px );
  right: min( 4.537037037vw, 49px );
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min( 1.8518518519vw, 20px );
  height: min( 0.1851851852vw, 2px );
  right: min( 3.7037037037vw, 40px );
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .--lead {
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    margin-right: 2.6666666667vw;
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min( 1.8518518519vw, 20px );
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min( 32.4074074074vw, 350px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: 2.6666666667vw;
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-card__title {
  font-size: min( 2.7777777778vw, 30px );
  background: #fff;
  flex: 1;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: 5.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: 2.6666666667vw;
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: 2.6666666667vw;
  }
}
.adlp-card__img {
  width: min( 4.6296296296vw, 50px );
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: 10.6666666667vw;
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 13.8888888889vw, 150px );
  height: min( 13.8888888889vw, 150px );
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: 20vw;
    height: 20vw;
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: 4.2666666667vw;
  }
}
.adlp-circle__text .text02 {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: 2.6666666667vw;
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min( 5.5555555556vw, 60px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(8vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min( 4.3518518519vw, 47px );
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min( 1.8518518519vw, 20px );
  padding: min( 3.7037037037vw, 40px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    grid-gap: 6.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min( 0.3703703704vw, 4px );
  height: calc(100% - min( 7.4074074074vw, 80px ));
  position: absolute;
  top: min( 3.7037037037vw, 40px );
  left: min( 12.2222222222vw, 132px );
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: 4vw;
  }
}
.adlp-flow__img {
  width: min( 17.1296296296vw, 185px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: 25.3333333333vw;
  }
}
.adlp-flow__body {
  width: min( 48.8888888889vw, 528px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: 54.6666666667vw;
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min( 3.8888888889vw, 42px );
  margin-right: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: 6.6666666667vw;
    margin-right: 1.6vw;
  }
}
.adlp-flow__head .--title {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: 4.2666666667vw;
  }
}

.adlp-flow02 {
  gap: min( 0.9259259259vw, 10px );
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min( 7.4074074074vw, 80px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: 92vw;
    margin: 2.6666666667vw auto 0;
    gap: 6.6666666667vw;
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min( 0.3703703704vw, 4px );
  width: 100%;
  position: absolute;
  top: min( 6.4814814815vw, 70px );
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: 4vw;
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: 32vw;
  }
}
.adlp-flow02__body {
  width: min( 12.962962963vw, 140px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: 4vw;
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: 3.2vw;
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min( 4.6296296296vw, 50px );
  height: min( 0.462962963vw, 5px );
  background: #E75B18;
  margin: min( 0.9259259259vw, 10px ) auto 0;
}
.adlp-head .text01 {
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: 4vw;
  }
}
.adlp-head .text02 {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: 6.1333333333vw;
  }
}

.adlp-list {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min( 1.8518518519vw, 20px ) min( 1.8518518519vw, 20px );
  background-position: left top min( 0.3703703704vw, 4px );
  padding-left: min( 2.7777777778vw, 30px );
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4vw;
    background-position: left top 1.0666666667vw;
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min( 1.4814814815vw, 16px ) min( 1.4814814815vw, 16px );
  background-position: left min( 0.462962963vw, 5px ) top min( 0.7407407407vw, 8px );
  padding-left: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4vw;
    background-position: left top 1.0666666667vw;
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min( 212.5925925926vw, 2296px );
}
.adlp-logo__wrapper {
  display: flex;
  width: min( 425.1851851852vw, 4592px );
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: 612.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: 306.1333333333vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min( 4.6296296296vw, 50px );
  width: 100%;
  height: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: 10.6666666667vw;
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min( 3.7037037037vw, 40px );
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min( 2.2222222222vw, 24px );
  height: min( 7.7777777778vw, 84px );
  background-repeat: no-repeat;
  background-position: center;
  background-size: min( 2.2222222222vw, 24px ) min( 7.7777777778vw, 84px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: 4vw;
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.0666666667vw;
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min( 0.9259259259vw, 10px );
  width: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: 8vw;
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #f1f1f1;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: 1.3333333333vw 4vw;
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min( 0.2777777778vw, 3px ) solid #f1f1f1;
  padding: min( 2.7777777778vw, 30px );
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #fff;
  width: fit-content;
  margin: 0 auto min( 2.7777777778vw, 30px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min( 3.2407407407vw, 35px );
  height: min( 1.8518518519vw, 20px );
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: 6.6666666667vw;
    height: 2.6666666667vw;
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--accent::after {
  background: #E75B18;
}

.adlp-text__label__para {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  min-width: min( 18.5185185185vw, 200px );
  margin: 0 auto min( 2.7777777778vw, 30px );
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
    min-width: 26.6666666667vw;
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #E75B18;
}

.adlp-stroke {
  position: relative;
  font-size: min( 10.1851851852vw, 110px );
  font-weight: 700;
  filter: drop-shadow(0px min( 0.462962963vw, 5px ) min( 0.9259259259vw, 10px ) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: 14.6666666667vw;
    filter: drop-shadow(0px 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #E75B18;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min( 0.9259259259vw, 10px ) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}

.cases {
  padding-top: min( 4.6296296296vw, 50px );
  padding-bottom: min( 2.7777777778vw, 30px );
  font-family: "Noto Sans JP";
}
.cases__lead {
  color: var(--text-121212, #121212);
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
}
.cases__title {
  margin-top: min( 0.7407407407vw, 8px );
  color: var(--main-0088CC, #08C);
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
}
.cases__title span {
  font-size: min( 5.5555555556vw, 60px );
  line-height: 1;
}
.cases__title small {
  font-size: min( 1.1111111111vw, 12px );
}
.cases .cases__logos {
  margin-top: min( 2.7777777778vw, 30px );
  width: min( 509.8148148148vw, 5506px );
}
.cases .cases__logos img {
  width: min( 254.9074074074vw, 2753px );
}
.cases__note {
  margin-top: min( 0.9259259259vw, 10px );
  color: var(--text-666666, #666);
  text-align: center;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cases {
    padding-top: 7.3333333333vw;
    padding-bottom: 10.1333333333vw;
  }
  .cases__lead {
    font-size: 4.2666666667vw;
  }
  .cases__title {
    font-size: 6.4vw;
    margin-top: 2.4vw;
  }
  .cases__title span {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
  .cases__title small {
    font-size: 2.6666666667vw;
  }
  .cases .cases__logos {
    width: 363.7333333333vw;
    margin-top: 4.5333333333vw;
  }
  .cases .cases__logos img {
    width: 181.8666666667vw;
    animation: infinity-scroll-left 15s infinite linear 0.5s both;
  }
  .cases__note {
    margin-top: 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
.cases {
  padding-top: min( 4.6296296296vw, 50px );
  padding-bottom: min( 2.7777777778vw, 30px );
  font-family: "Noto Sans JP";
}
.cases__lead {
  color: var(--text-121212, #121212);
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
}
.cases__title {
  margin-top: min( 0.7407407407vw, 8px );
  color: var(--main-0088CC, #08C);
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
}
.cases__title span {
  font-size: min( 5.5555555556vw, 60px );
  line-height: 1;
}
.cases__title small {
  font-size: min( 1.1111111111vw, 12px );
}
.cases .cases__logos {
  margin-top: min( 2.7777777778vw, 30px );
  width: min( 509.8148148148vw, 5506px );
}
.cases .cases__logos img {
  width: min( 254.9074074074vw, 2753px );
}
.cases__note {
  margin-top: min( 0.9259259259vw, 10px );
  color: var(--text-666666, #666);
  text-align: center;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cases {
    padding-top: 7.3333333333vw;
    padding-bottom: 10.1333333333vw;
  }
  .cases__lead {
    font-size: 4.2666666667vw;
  }
  .cases__title {
    font-size: 6.4vw;
    margin-top: 2.4vw;
  }
  .cases__title span {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
  .cases__title small {
    font-size: 2.6666666667vw;
  }
  .cases .cases__logos {
    width: 363.7333333333vw;
    margin-top: 4.5333333333vw;
  }
  .cases .cases__logos img {
    width: 181.8666666667vw;
    animation: infinity-scroll-left 15s infinite linear 0.5s both;
  }
  .cases__note {
    margin-top: 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
.about {
  padding-bottom: min( 6.4814814815vw, 70px );
  background-color: #FFF;
  font-family: "Noto Sans JP";
}
.about__heading {
  position: relative;
}
.about__header {
  position: absolute;
  inset: 0;
  width: min( 100vw, 1080px );
  margin-top: min( 9.1203703704vw, 98.5px );
  padding-right: min( 9.2592592593vw, 100px );
  padding-left: min( 9.2592592593vw, 100px );
  margin-right: auto;
  margin-left: auto;
}
.about__label {
  position: absolute;
  left: min( 5.5555555556vw, 60px );
  top: 0;
  color: var(--main-0088CC, #08C);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-align: center;
}
.about__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  display: block;
  width: min( 0.0925925926vw, 1px );
  height: min( 7.4074074074vw, 80px );
  background: #08C;
  translate: -50% 100%;
}
.about__title {
  color: var(--text-121212, #121212);
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.about__title strong {
  color: var(--main-0088CC, #08C);
  font-size: min( 5.1851851852vw, 56px );
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.about__title span {
  color: var(--text-121212, #121212);
  font-size: min( 3.7037037037vw, 40px );
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.about__lead {
  margin-top: min( 1.8518518519vw, 20px );
  color: var(--text-121212, #121212);
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.about__body {
  position: relative;
  z-index: 2;
  width: min( 100vw, 1080px );
  margin-top: max( -7.4074074074vw, -80px );
  margin-right: auto;
  margin-left: auto;
  padding-right: min( 3.7037037037vw, 40px );
  padding-left: min( 3.7037037037vw, 40px );
  display: flex;
  gap: min( 4.0740740741vw, 44px );
  background: url(../img/common/icon-plus.svg) left min( 27.037037037vw, 292px ) center/min( 2.5925925926vw, 28px ) no-repeat;
}
.about__booking {
  width: min( 22.5vw, 243px );
}
.about__box {
  height: 100%;
  background-color: var(--base-FFFFFF, #FFF);
  border: min( 0.0925925926vw, 1px ) solid var(--main-0088CC, #08C);
  border-radius: min( 1.4814814815vw, 16px );
}
.about__box-heading {
  margin-top: max( 0vw, 0px );
}
.about__booking .about__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min( 3.3333333333vw, 36px ) min( 1.8518518519vw, 20px );
}
.about__function .about__box {
  padding: min( 3.3333333333vw, 36px ) min( 3.3333333333vw, 36px );
}
.about__box-icon {
  width: min( 9.2592592593vw, 100px );
  height: min( 9.2592592593vw, 100px );
  margin-right: auto;
  margin-left: auto;
}
.about__box-icon img {
  width: 100%;
  height: 100%;
}
.about__box-title {
  margin-top: min( 0.7407407407vw, 8px );
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.about__box-list li {
  padding-left: min( 2.5925925926vw, 28px );
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.8;
  background: url(../img/common/icon-check-02.svg) left center/min( 1.8518518519vw, 20px ) no-repeat;
}
.about__box-list li + li {
  margin-top: min( 1.4814814815vw, 16px );
}
.about__box-note {
  margin-top: min( 1.8518518519vw, 20px );
  color: var(--text-secondary, #666);
  font-size: min( 1.2962962963vw, 14px );
  text-align: right;
}
.about__function {
  width: min( 66.0185185185vw, 713px );
}
.about__function-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 3.3333333333vw, 36px ) min( 2.962962963vw, 32px );
}
.about__function-list li {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: min( 0.7407407407vw, 8px );
  text-align: center;
}
.about__function-list img {
  width: min( 9.2592592593vw, 100px );
}
.about__function-list span {
  color: var(--text-121212, #121212);
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 0 0 8vw;
  }
  .about__header {
    width: 100%;
    margin-top: 10.6666666667vw;
    padding-left: 18.1333333333vw;
    padding-right: 0;
  }
  .about__label {
    left: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .about__label::after {
    bottom: -1.6vw;
    width: 0.2666666667vw;
    height: 10.6666666667vw;
  }
  .about__title {
    font-size: 4.2666666667vw;
  }
  .about__title strong {
    font-size: 8.5333333333vw;
  }
  .about__title span {
    font-size: 6.6666666667vw;
  }
  .about__lead {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .about__body {
    width: 100%;
    margin-top: 0;
    padding: 0vw 2.6666666667vw;
    flex-direction: column;
    gap: 13.6vw;
    background-position: center top 61.6vw;
    background-size: 6.1333333333vw;
  }
  .about__booking {
    width: 100%;
  }
  .about__box {
    border-width: 0.1333333333vw;
    border-radius: 2.1333333333vw;
    position: relative;
  }
  .about__booking .about__box {
    padding: 3.8666666667vw 0 6vw;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10vw;
    gap: 8vw;
  }
  .about__function .about__box {
    padding: 3.3333333333vw 4.2666666667vw;
  }
  .about__box-icon {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
  .about__box-title {
    margin-top: 0vw;
    font-size: 3.2vw;
  }
  .about__box-list li {
    padding-left: 5.0666666667vw;
    font-size: 3.4666666667vw;
    background-size: 4vw;
    line-height: 1.8;
  }
  .about__box-list li + li {
    margin-top: 2.6666666667vw;
  }
  .about__box-note {
    margin-top: 0;
    font-size: 3.2vw;
    position: absolute;
    right: 9.3333333333vw;
    bottom: 6vw;
  }
  .about__function {
    width: 100%;
  }
  .about__function-list {
    gap: 4.8vw 4.2666666667vw;
  }
  .about__function-list img {
    width: 17.3333333333vw;
  }
  .about__function-list span {
    font-size: 3.2vw;
  }
}
.installation {
  padding-bottom: min( 4.1666666667vw, 45px );
  font-family: "Noto Sans JP";
  position: relative;
}
.installation::before {
  content: "";
  position: absolute;
  left: 50%;
  top: min( 10.6481481481vw, 115px );
  bottom: 0;
  display: block;
  width: min( 92.5925925926vw, 1000px );
  background-color: #ececec;
  border-radius: min( 1.4814814815vw, 16px );
  translate: -50% 0;
  z-index: 1;
}
.installation__header {
  position: relative;
  max-width: min( 100vw, 1080px );
  margin-right: auto;
  margin-left: auto;
  padding-right: min( 7.4074074074vw, 80px );
  padding-left: min( 7.4074074074vw, 80px );
  z-index: 2;
}
.installation__label {
  position: absolute;
  left: min( 5.5555555556vw, 60px );
  top: 0;
  color: var(--main-0088CC, #08c);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.installation__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  display: block;
  width: min( 0.0925925926vw, 1px );
  height: min( 9.8148148148vw, 106px );
  background: #08c;
  translate: -200% 100%;
}
.installation__title {
  padding-left: min( 1.8518518519vw, 20px );
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.installation__title strong {
  display: block;
  margin-top: min( 1.8518518519vw, 20px );
  color: var(--main-0088CC, #08c);
  font-size: min( 5.1851851852vw, 56px );
  line-height: 1.4;
}
.installation__body {
  position: relative;
  max-width: min( 78.9814814815vw, 853px );
  margin-top: min( 7.4074074074vw, 80px );
  margin-right: auto;
  margin-left: auto;
}
.installation .swiper-slide {
  padding-right: min( 3.1018518519vw, 33.5px );
  padding-left: min( 3.1018518519vw, 33.5px );
  position: relative;
  height: auto;
}
.installation__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: min( 0.7407407407vw, 8px );
  box-shadow: min( 0.9259259259vw, 10px ) min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px ) rgba(0, 0, 0, 0.15);
  position: relative;
}
.installation__card-header {
  padding-top: min( 2.7777777778vw, 30px );
}
.installation__num {
  position: absolute;
  left: min( 3.7037037037vw, 40px );
  top: max( -5.3703703704vw, -58px );
  color: rgba(0, 136, 204, 0.2);
  font-family: Roboto;
  font-size: min( 9.2592592593vw, 100px );
  font-weight: 600;
  line-height: 1.4;
}
.installation__tag {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: min( 1.4814814815vw, 16px );
  padding: min( 0.2777777778vw, 3px ) min( 2.7777777778vw, 30px ) min( 0.2777777778vw, 3px ) min( 3.7037037037vw, 40px );
  background: var(--main-0088CC, #08c);
  color: #fff;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.installation__company {
  width: min( 32.8703703704vw, 355px );
  height: 4.8em;
  margin-top: min( 1.6666666667vw, 18px );
  padding-left: min( 3.7037037037vw, 40px );
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.6;
}
.installation__company span {
  margin-left: min( 0.7407407407vw, 8px );
  font-size: min( 1.2962962963vw, 14px );
}
.installation__image {
  position: absolute;
  top: max( -3.3333333333vw, -36px );
  right: min( 3.7037037037vw, 40px );
  width: min( 30.0925925926vw, 325px );
}
.installation__image img {
  width: 100%;
  height: auto;
}
.installation__content {
  position: relative;
  display: flex;
  flex: auto;
  margin-top: min( 3.7037037037vw, 40px );
  border-top: min( 0.1851851852vw, 2px ) solid rgba(0, 136, 204, 0.2);
}
.installation__content-title {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.installation__after .installation__content-title {
  color: var(--main-0088CC, #08c);
}
.installation__list {
  margin-top: min( 1.2962962963vw, 14px );
}
.installation__list li {
  position: relative;
  padding-left: min( 1.5740740741vw, 17px );
  font-size: min( 1.2962962963vw, 14px );
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
.installation__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: min( 0.7407407407vw, 8px );
  display: block;
  width: min( 0.7407407407vw, 8px );
  height: min( 0.7407407407vw, 8px );
  background: url(../img/common/icon-rect-black.svg) center/contain no-repeat;
}
.installation__after .installation__list li::before {
  background: url(../img/common/icon-rect-blue.svg) center/contain no-repeat;
}
.installation__list li + li {
  margin-top: min( 0.3703703704vw, 4px );
}
.installation__after .installation__list li strong {
  color: var(--main-0088CC, #08c);
}
.installation__before, .installation__after {
  width: 50%;
  padding: min( 2.7777777778vw, 30px ) min( 3.7037037037vw, 40px ) min( 4.4444444444vw, 48px );
}
.installation__after {
  background: var(--base-F1F6F8, #f1f6f8);
  border-radius: 0 0 min( 0.7407407407vw, 8px ) 0;
  position: relative;
}
.installation__after::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: min( 3.7962962963vw, 41px );
  height: min( 3.7037037037vw, 40px );
  background: url(../img/common/icon-arrow-double.svg) center/contain no-repeat;
  translate: -50% -50%;
}
.installation .swiper {
  overflow: visible;
  padding-bottom: min( 5.0925925926vw, 55px );
}
.installation .swiper-buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min( 79.8148148148vw, 862px );
  translate: -50% -50%;
  z-index: 3;
}
.installation .swiper-button-next,
.installation .swiper-button-prev {
  width: min( 5.1851851852vw, 56px );
  height: min( 5.1851851852vw, 56px );
  background: #fff;
  border-radius: 50%;
  translate: 0 -70%;
  opacity: 0.9;
}
.installation .swiper-button-next::after,
.installation .swiper-button-prev::after {
  display: none;
}
.installation .swiper-button-prev {
  background: url(../img/common/icon-sli-arrow_l.svg) center/contain no-repeat;
}
.installation .swiper-button-next {
  background: url(../img/common/icon-sli-arrow_r.svg) center/contain no-repeat;
}
.installation .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.installation .swiper-pagination-bullet {
  width: min( 0.9259259259vw, 10px );
  height: min( 0.9259259259vw, 10px );
  margin: 0 min( 0.8333333333vw, 9px ) !important;
  background: var(--main-0088CC, #08c);
  opacity: 0.2;
}
.installation .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .installation {
    margin-top: 10.2666666667vw;
    padding-bottom: 7.6vw;
  }
  .installation::before {
    width: 92vw;
    border-radius: 2.1333333333vw;
    translate: -50% 0;
    top: 24vw;
  }
  .installation__header {
    max-width: 100%;
    padding-right: 0;
    padding-left: 15.4666666667vw;
  }
  .installation__label {
    left: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .installation__label::after {
    bottom: -1.6vw;
    width: 0.2666666667vw;
    height: 20vw;
  }
  .installation__title {
    padding-left: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .installation__title strong {
    margin-top: 3.2vw;
    font-size: 8.5333333333vw;
  }
  .installation__body {
    max-width: 100%;
    margin-top: 15.6vw;
  }
  .installation .swiper-slide {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .installation__card {
    border-radius: 2.1333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.15);
  }
  .installation__card-header {
    padding-top: 3.7333333333vw;
  }
  .installation__num {
    left: 4.5333333333vw;
    top: -12.1333333333vw;
    font-size: 17.3333333333vw;
  }
  .installation__tag {
    padding: 0.4vw 4vw 0.4vw 5.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.01em;
  }
  .installation__company {
    width: 100%;
    height: auto;
    margin-top: 38.4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    font-size: 3.4666666667vw;
    position: absolute;
  }
  .installation__company span {
    margin-left: 0.5333333333vw;
    font-size: 1.6vw;
  }
  .installation__image {
    position: static;
    width: 100%;
    margin-top: -3.7333333333vw;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
    padding-bottom: 22.9333333333vw;
  }
  .installation__content {
    margin-top: 0vw;
    flex-direction: column;
    border-top-width: 0.1333333333vw;
  }
  .installation__content-title {
    font-size: 4vw;
  }
  .installation__list {
    margin-top: 1.6vw;
  }
  .installation__list li {
    padding-left: 4vw;
    font-size: 3.2vw;
  }
  .installation__list li::before {
    top: 1.8666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .installation__list li + li {
    margin-top: 0.5333333333vw;
  }
  .installation__before, .installation__after {
    width: 100%;
    padding: 3.7333333333vw 6.9333333333vw 0 5.7333333333vw;
  }
  .installation__after {
    margin-top: 5.3333333333vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
    flex: auto;
    padding-top: 3.7333333333vw;
    padding-bottom: 5.0666666667vw;
    border-top: min( 0.1851851852vw, 2px ) solid rgba(0, 136, 204, 0.2);
  }
  .installation__after::after {
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 6.6666666667vw;
    height: 6.5333333333vw;
    rotate: 90deg;
  }
  .installation .swiper {
    padding-bottom: 9.0666666667vw;
  }
  .installation .swiper-buttons {
    width: 100%;
    padding: 0 1.6vw;
  }
  .installation .swiper-button-next,
  .installation .swiper-button-prev {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    translate: 0 -50%;
  }
  .installation .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2.4vw !important;
  }
}
.func01 {
  padding-top: min( 8.3333333333vw, 90px );
  padding-bottom: min( 3.1481481481vw, 34px );
  font-family: "Noto Sans JP";
}
.func01__inner {
  max-width: min( 100vw, 1080px );
  margin-right: auto;
  margin-left: auto;
  padding-right: min( 3.7037037037vw, 40px );
  padding-left: min( 3.7037037037vw, 40px );
}
.func01__header {
  position: relative;
  line-height: 1;
}
.func01__label {
  position: absolute;
  left: min( 1.8518518519vw, 20px );
  top: 0;
  color: var(--main-0088CC, #08C);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.func01__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  display: block;
  width: min( 0.0925925926vw, 1px );
  height: min( 7.037037037vw, 76px );
  background: #08C;
  translate: -50% 100%;
}
.func01__title {
  padding-left: min( 5.7407407407vw, 62px );
  font-weight: 700;
  letter-spacing: 0.08em;
}
.func01__title .--r01 {
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1;
}
.func01__title .--r02 {
  color: var(--text-121212, #121212);
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.func01__title strong {
  color: #08C;
}
.func01__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min( 3.7037037037vw, 40px );
  margin-top: min( 3.9814814815vw, 43px );
}
.func01__num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto max( -2.1296296296vw, -23px );
  line-height: 1;
  position: relative;
  z-index: 1;
  width: min( 6.8518518519vw, 74px );
}
.func01__card-header {
  position: relative;
  padding-top: min( 3.1481481481vw, 34px );
  background: #ECECEC;
  border-radius: min( 0.7407407407vw, 8px ) min( 0.7407407407vw, 8px ) 0 0;
  text-align: center;
}
.func01__problem {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5em;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.func01__image img {
  width: min( 11.1111111111vw, 120px );
  height: auto;
}
.func01__card-body {
  background: #ECECEC;
  border-radius: 0 0 min( 0.7407407407vw, 8px ) min( 0.7407407407vw, 8px );
  text-align: center;
  overflow: hidden;
}
.func01__solution {
  margin-top: max( -1.4814814815vw, -16px );
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 220/122;
  background: url(../img/pc/func01-card-body-bg.svg) center bottom/contain no-repeat;
  color: #FFF;
  position: relative;
}
.func01__solution span {
  position: relative;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.func01__solution span::after {
  content: "";
  position: absolute;
  bottom: max( -0.3703703704vw, -4px );
  left: 50%;
  width: 100%;
  height: min( 0.1851851852vw, 2px );
  background: #FFF;
  translate: -50% 0;
}

@media screen and (max-width: 767px) {
  .func01 {
    padding-top: 17.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .func01__inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .func01__label {
    left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .func01__label::after {
    bottom: -1.6vw;
    width: 0.1333333333vw;
    height: 17.3333333333vw;
  }
  .func01__title {
    padding-left: 10.1333333333vw;
    line-height: 1;
  }
  .func01__title .--r01 {
    font-size: 4.2666666667vw;
  }
  .func01__title .--r02 {
    font-size: 7.4666666667vw;
    letter-spacing: 0.04em;
    display: inline-block;
    margin-top: 0vw;
  }
  .func01__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
    margin-top: 8.6666666667vw;
  }
  .func01__num {
    width: 13.4666666667vw;
    margin: 0 auto -4vw;
  }
  .func01__card-header {
    padding-top: 6vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    background-color: #ECECEC;
    margin-bottom: -1px;
  }
  .func01__problem {
    font-size: 3.2vw;
    padding: 0 1.0666666667vw;
  }
  .func01__image {
    margin-top: -1.3333333333vw;
    width: 100%;
  }
  .func01__card-body {
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
  .func01__solution {
    height: auto;
    aspect-ratio: 300/166;
    background: url(../img/sp/func01-card-body-bg.svg) center/contain no-repeat;
    margin-top: -2.9333333333vw;
  }
  .func01__solution span {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .func01__solution span::after {
    bottom: -0.4vw;
    height: 0.2666666667vw;
  }
}
.features {
  padding: min( 14.8148148148vw, 160px ) 0 min( 9.2592592593vw, 100px );
  background: var(--base-F1F6F8, #f1f6f8) url(../img/pc/features-header-bg.svg) center top no-repeat;
}
.features__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.features__header {
  position: relative;
  line-height: 1;
}
.features__label {
  position: absolute;
  left: min( 1.8518518519vw, 20px );
  top: 0;
  color: var(--main-0088CC, #08c);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.features__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  width: min( 0.0925925926vw, 1px );
  height: min( 7.5925925926vw, 82px );
  background: #08c;
  translate: -50% 100%;
}
.features__title {
  padding-left: min( 5.7407407407vw, 62px );
}
.features__title-sub {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
}
.features__title-main {
  display: block;
  margin-top: min( 1.1111111111vw, 12px );
  color: var(--blue-primary, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
}
.features__list {
  margin-top: min( 11.2037037037vw, 121px );
}
.features__item {
  position: relative;
  padding: min( 5.5555555556vw, 60px ) min( 4.6296296296vw, 50px ) min( 4.6296296296vw, 50px );
  border-radius: 16px;
  background: var(--base-FFFFFF, #fff);
  box-shadow: 10px 10px 30px rgba(76, 131, 158, 0.15);
}
.features__item + .features__item {
  margin-top: min( 11.6666666667vw, 126px );
}
.features__item-number {
  position: absolute;
  top: max( -4.6296296296vw, -50px );
  left: min( 4.6296296296vw, 50px );
  font-family: Roboto, sans-serif;
  font-size: min( 9.2592592593vw, 100px );
  font-weight: 700;
  line-height: 1;
  color: var(--blue-primary, #08c);
}
.features__item-header {
  width: min( 44.4444444444vw, 480px );
}
.features__item-subtitle {
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.features__item-title {
  margin-top: min( 0.9259259259vw, 10px );
  color: var(--main-0088CC, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 3.8888888889vw, 42px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.features__item-text {
  margin-top: min( 1.8518518519vw, 20px );
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.features__item-text span {
  color: var(--main-0088CC, #08c);
  font-weight: 700;
}
.features__item-moc {
  position: absolute;
  right: 0;
  top: max( -5.9259259259vw, -64px );
  width: min( 40.7407407407vw, 440px );
}
.features__item-points {
  margin-top: min( 2.7777777778vw, 30px );
  display: flex;
  gap: min( 1.1111111111vw, 12px );
  justify-content: center;
  align-items: flex-start;
}
.features__point {
  width: min( 27.037037037vw, 292px );
  height: min( 7.7777777778vw, 84px );
  background: var(--base-ECECEC, #ececec);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features__point span {
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.features__point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: 34px solid transparent;
  border-top: 28px solid #08c;
}
.features__item-main {
  width: min( 83.3333333333vw, 900px );
  margin: min( 5.2777777778vw, 57px ) auto 0;
}
.features__item-main-title {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  color: var(--text-121212, #121212);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.features__item-main-title span {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min( 0.462962963vw, 5px ) min( 2.7777777778vw, 30px ) min( 0.5555555556vw, 6px );
  background-color: #fff;
}
.features__item-main-content {
  position: relative;
}
.features__item-main-content-inner {
  border: 1px solid var(--main-0088CC, #08c);
  height: auto;
}
.--i00 .features__item-main-content-inner {
  padding: min( 2.7777777778vw, 30px ) min( 1.2962962963vw, 14px ) min( 1.2962962963vw, 14px );
}
.--i01-1 .features__item-main-content-inner {
  padding: min( 4.3518518519vw, 47px ) min( 7.8703703704vw, 85px ) min( 2.3148148148vw, 25px );
}
.--i02 .features__item-main-content-inner {
  display: flex;
  align-items: center;
  gap: min( 5.3703703704vw, 58px );
  padding: min( 4.7222222222vw, 51px ) min( 5vw, 54px ) min( 2.7777777778vw, 30px ) min( 6.1111111111vw, 66px );
}
.--i03 .features__item-main-content-inner {
  display: flex;
  align-items: center;
  gap: min( 3.2407407407vw, 35px );
  padding: min( 5.5555555556vw, 60px ) min( 3.7037037037vw, 40px ) min( 1.6666666667vw, 18px );
}
.--i04 .features__item-main-content-inner {
  display: flex;
  align-items: center;
  gap: min( 3.3333333333vw, 36px );
  padding: min( 4.7222222222vw, 51px ) min( 5.5555555556vw, 60px ) min( 2.7777777778vw, 30px );
}
.features__item-main-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: min( 3.3333333333vw, 36px );
}
.features__item-main-slide {
  padding: min( 4.3518518519vw, 47px ) min( 7.8703703704vw, 85px ) min( 1.7592592593vw, 19px );
  height: auto;
}
.--s02 .features__item-main-slide {
  padding: min( 3.1481481481vw, 34px ) min( 3.7037037037vw, 40px ) min( 2.2222222222vw, 24px );
}
.--s03 .features__item-main-slide {
  padding: min( 5.2777777778vw, 57px ) min( 3.7037037037vw, 40px ) min( 2.2222222222vw, 24px );
}
.features__item-main-cloude {
  padding: min( 1.8518518519vw, 20px );
  position: relative;
  border-radius: 8px;
  background: var(--base-F1F6F8, #f1f6f8);
}
.features__item-main-cloude-text {
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.features__item-main-cloude-text span {
  color: var(--main-0088CC, #08c);
  font-weight: 700;
}
.features__item-main-cloude::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  border-right: 20px solid #f1f6f8;
  left: 0;
  top: 50%;
  translate: -100% -50%;
}
.--i02 .features__item-main-cloude {
  width: min( 27.6851851852vw, 299px );
  padding: min( 1.9444444444vw, 21px ) min( 3.5185185185vw, 38px );
}
.--i04 .features__item-main-cloude {
  width: min( 41.0185185185vw, 443px );
  padding: min( 2.962962963vw, 32px ) min( 5.5555555556vw, 60px ) min( 2.8703703704vw, 31px ) min( 3.2407407407vw, 35px );
}
.features__item-main-cloude-list {
  width: fit-content;
}
.features__item-main-cloude-list li {
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 1em;
  position: relative;
  width: fit-content;
}
.features__item-main-cloude-list li::before {
  content: "・";
  position: absolute;
  left: 0.25em;
  top: 0.1em;
}
.features__item-main-cloude-list-wrap {
  position: relative;
  width: fit-content;
}
.features__item-main-cloude-list-note {
  color: var(--text-121212, #121212);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: absolute;
  right: -4em;
  bottom: 0;
}
.--i02 .features__item-main-cloude-list {
  margin-top: min( 0.7407407407vw, 8px );
}
.features__item-main-check-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.features__item-main-check-list li + li {
  margin-top: min( 1.8518518519vw, 20px );
}
.features__item-main-check-list li span {
  position: relative;
  z-index: 2;
  margin-left: -0.5em;
  color: var(--main-0088CC, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
}
.features__item-main-check-list li span sup {
  font-size: min( 1.1111111111vw, 12px );
  vertical-align: middle;
}
.features__item-main-check-list li span.--note {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 21.6px */
  letter-spacing: 0.96px;
  margin-top: min( 0.7407407407vw, 8px );
  padding-left: min( 4.2592592593vw, 46px );
}
.features__item-main-check-list li::before {
  content: "";
  width: min( 4.4444444444vw, 48px );
  height: min( 3.3333333333vw, 36px );
  background: url(../img/common/icon-feature-check.svg) center/contain no-repeat;
}
.--i03 .features__item-main-check-list {
  width: min( 27.5vw, 297px );
  align-items: flex-start;
}
.features__item-main-desc {
  display: flex;
  align-items: center;
  gap: min( 6.2037037037vw, 67px );
}
.--s03 .features__item-main-desc {
  gap: min( 3.8888888889vw, 42px );
}
.features__item-main-checked-text {
  color: var(--main-0088CC, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: fit-content;
  position: relative;
}
.features__item-main-checked-text::before {
  content: "";
  width: min( 9.9074074074vw, 107px );
  height: min( 7.3148148148vw, 79px );
  background: url(../img/common/icon-feature-check.svg) center/contain no-repeat;
  position: absolute;
  right: max( -1.9444444444vw, -21px );
  bottom: max( -1.7592592593vw, -19px );
}
.--s02 .features__item-main-checked-text {
  width: min( 21.8518518519vw, 236px );
}
.features__item-main-icon-list {
  display: flex;
  gap: min( 1.4814814815vw, 16px );
}
.features__item-main-icon-list li {
  width: min( 9.2592592593vw, 100px );
}
.features__item-main-icon-list li p {
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min( 0.3703703704vw, 4px );
}
.features__item-main-copy {
  margin-top: min( 2.1296296296vw, 23px );
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.features__item-main-slide-cards {
  display: flex;
  gap: min( 0.7407407407vw, 8px );
}
.features__item-main-slide-cards .features__item-main-slide-card {
  width: min( 15.5555555556vw, 168px );
  background: var(--base-F1F6F8, #f1f6f8);
  padding: min( 1.4814814815vw, 16px ) min( 1.1111111111vw, 12px );
}
.features__item-main-slide-cards dt {
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: min( 0.9259259259vw, 10px );
  border-bottom: 1px solid #08c;
}
.features__item-main-slide-cards dd {
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
  margin-top: min( 0.9259259259vw, 10px );
  display: flex;
  gap: min( 0.3703703704vw, 4px );
}
.--s02 .features__item-main-slide-img {
  width: min( 47.962962963vw, 518px );
}
.features__item-main-content .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.features__item-main-content .swiper-pagination-bullet {
  width: min( 0.9259259259vw, 10px );
  height: min( 0.9259259259vw, 10px );
  margin: 0 min( 0.8333333333vw, 9px ) !important;
  background: var(--main-0088CC, #08c);
  opacity: 0.2;
}
.features__item-main-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.features__item-main-content .swiper-buttons {
  position: absolute;
  inset: 0;
}
.features__item-main-content .swiper-button-next,
.features__item-main-content .swiper-button-prev {
  width: min( 5.1851851852vw, 56px );
  height: min( 5.1851851852vw, 56px );
  background: #fff;
  border-radius: 50%;
  translate: 0 -20%;
  opacity: 0.9;
}
.features__item-main-content .swiper-button-next::after,
.features__item-main-content .swiper-button-prev::after {
  display: none;
}
.features__item-main-content .swiper-button-prev {
  background: url(../img/common/icon-sli-arrow_l.svg) center/contain no-repeat;
  left: max( -2.7777777778vw, -30px );
}
.features__item-main-content .swiper-button-next {
  background: url(../img/common/icon-sli-arrow_r.svg) center/contain no-repeat;
  right: max( -2.7777777778vw, -30px );
}
.features__item-main-panels {
  display: flex;
  gap: min( 1.4814814815vw, 16px );
}
.features__item-main-panel {
  flex: 0 0 min( 25.9259259259vw, 280px );
  border-radius: min( 0.5555555556vw, 6px );
  background: var(--base-F1F6F8, #F1F6F8);
  padding: min( 2.7777777778vw, 30px ) min( 1.6666666667vw, 18px );
}
.features__item-main-panel-title {
  display: flex;
  justify-content: center;
  gap: min( 1.1111111111vw, 12px );
  min-height: min( 7.037037037vw, 76px );
  margin: 0 max( -0.9259259259vw, -10px ) min( 1.1111111111vw, 12px );
}
.features__item-main-panel-title .num {
  color: var(--text-121212, #121212);
  font-family: Roboto, sans-serif;
  font-size: min( 2.5vw, 27px );
  font-weight: 600;
  line-height: 140%;
}
.features__item-main-panel-title .text {
  color: #08C;
  font-size: min( 2.5vw, 27px );
  font-weight: 700;
  line-height: 140%;
}
.features__item-main-panel-icon {
  width: min( 11.1111111111vw, 120px );
  margin: 0 auto min( 1.1111111111vw, 12px );
}
.features__item-main-panel-text {
  color: #121212;
  text-align: center;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding-bottom: min( 4.4444444444vw, 48px );
}
.features__item-main-panel-text:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='37' viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1101 32.9104L36 19.0896L31.8899 15L18 28.8263L4.11011 15L1.43856e-06 19.0896L13.8899 32.9104L18 37L22.1101 32.9104Z' fill='%230088CC'/%3E%3Cpath d='M18 22L22.1101 17.9104L36 4.08963L31.8899 1.39395e-06L18 13.8263L4.11011 1.79658e-07L1.43856e-06 4.08963L13.8899 17.9104L18 22Z' fill='%23A3D8F3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min( 3.4259259259vw, 37px );
  height: min( 3.3333333333vw, 36px );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min( 0.5555555556vw, 6px );
}
.features__item-main-panel-result {
  color: #08C;
  text-align: center;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .features {
    background: var(--base-F1F6F8, #f1f6f8) url(../img/sp/features-header-bg.svg) center top no-repeat;
    padding: 20.1333333333vw 0 17.3333333333vw;
    background-size: 100% auto;
  }
  .features__inner {
    padding: 0 4vw;
  }
  .features__header {
    text-align: center;
  }
  .features__label {
    left: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .features__label::after {
    bottom: -1.6vw;
    width: 0.1333333333vw;
    height: 17.3333333333vw;
  }
  .features__title {
    padding-left: 14vw;
  }
  .features__title-sub {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .features__title-main {
    font-size: 7.4666666667vw;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
  .features__list {
    margin-top: 18.4vw;
  }
  .features__item {
    padding: 10.1333333333vw 4vw 12.5333333333vw;
    border-radius: 2.1333333333vw;
  }
  .features__item + .features__item {
    margin-top: 25.6vw;
  }
  .features__item-number {
    top: -9.3333333333vw;
    left: 8vw;
    font-size: 17.3333333333vw;
  }
  .features__item-header {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .features__item-subtitle {
    font-size: 4.8vw;
  }
  .features__item-title {
    font-size: 6.9333333333vw;
    margin-top: 0vw;
  }
  .features__item-text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .features__item-moc {
    position: static;
    width: 100%;
  }
  .--i04 .features__item-moc {
    margin-top: 3.6vw;
  }
  .features__item-points {
    margin: 1.0666666667vw auto;
    flex-direction: column;
    gap: 2.4vw;
    width: 64.8vw;
  }
  .features__point {
    width: 100%;
    height: 18.6666666667vw;
  }
  .features__point span {
    font-size: 3.4666666667vw;
  }
  .features__point::before {
    border-right-width: 7.4666666667vw;
    border-top-width: 6.1333333333vw;
  }
  .features__item-main {
    width: 100%;
    margin-top: 11.4666666667vw;
  }
  .features__item-main-title span {
    font-size: 4.8vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
  .--i02 .features__item-main-content-inner, .--i03 .features__item-main-content-inner, .--i04 .features__item-main-content-inner {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .--i00 .features__item-main-content-inner {
    padding: 11.3333333333vw 6vw 7.3333333333vw;
  }
  .--i02 .features__item-main-content-inner {
    gap: 8vw;
    padding: 16.4vw 6vw 7.3333333333vw;
  }
  .--i03 .features__item-main-content-inner {
    gap: 5.8666666667vw;
    padding: 14.4vw 6vw 4vw;
  }
  .--i04 .features__item-main-content-inner {
    gap: 4.2666666667vw;
    padding: 14.4vw 6vw 8.2666666667vw;
  }
  .--i04 .features__item-main {
    margin-top: 17.2vw;
  }
  .features__item-main-cloude-text {
    font-size: 3.4666666667vw;
  }
  .features__item-main-cloude::before {
    border-bottom-width: 2.8vw;
    border-top-width: 2.8vw;
    border-right-width: 4.2666666667vw;
    rotate: 90deg;
    left: 50%;
    top: 0;
    translate: -50% -90%;
  }
  .--i02 .features__item-main-cloude {
    width: 69.3333333333vw;
    margin: 0 auto;
    padding: 3.8666666667vw 6.9333333333vw;
  }
  .--i04 .features__item-main-cloude {
    width: 69.3333333333vw;
    margin: 0 auto;
    padding: 5.0666666667vw 5.8666666667vw;
  }
  .features__item-main-cloude-list li {
    font-size: 3.4666666667vw;
  }
  .features__item-main-cloude-list-note {
    font-size: 3.2vw;
  }
  .--i02 .features__item-main-cloude-list {
    margin-top: 1.3333333333vw;
  }
  .features__item-main-check-list li + li {
    margin-top: 4.2666666667vw;
  }
  .features__item-main-check-list li span {
    font-size: 3.4666666667vw;
  }
  .features__item-main-check-list li span sup {
    font-size: 2.6666666667vw;
  }
  .features__item-main-check-list li span.--note {
    font-size: 2.6666666667vw;
    padding-left: 10.6666666667vw;
  }
  .features__item-main-check-list li::before {
    width: 10.6666666667vw;
    height: 8vw;
  }
  .--i03 .features__item-main-check-list {
    width: 100%;
  }
  .features__item-main-desc {
    flex-direction: column;
    gap: 8.8vw;
  }
  .--s03 .features__item-main-desc {
    gap: 4vw;
  }
  .features__item-main-checked-text {
    font-size: 4vw;
    width: fit-content;
  }
  .features__item-main-checked-text::before {
    width: 21.0666666667vw;
    height: 15.4666666667vw;
    right: 0;
    top: 0;
    bottom: inherit;
  }
  .--s02 .features__item-main-checked-text {
    width: 48vw;
  }
  .features__item-main-icon-list {
    gap: 2.9333333333vw 7.0666666667vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .features__item-main-icon-list li {
    width: 22.6666666667vw;
  }
  .features__item-main-icon-list li p {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
  .features__item-main-copy {
    margin-top: 3.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .features__item-main-slide-cards {
    flex-direction: column;
    gap: 1.6vw;
    margin-top: 4.5333333333vw;
  }
  .features__item-main-slide-cards .features__item-main-slide-card {
    width: 100%;
    padding: 3.2vw 2.6666666667vw;
  }
  .features__item-main-slide-cards dt {
    font-size: 3.4666666667vw;
    padding-bottom: 2vw;
  }
  .features__item-main-slide-cards dd {
    font-size: 3.2vw;
    margin-top: 2vw;
    gap: 1.0666666667vw;
    letter-spacing: 0.2em;
    text-align: center;
    justify-content: center;
  }
  .--s02 .features__item-main-slide-img {
    width: 100%;
  }
  .features__item-main-slider {
    padding-bottom: 6.9333333333vw;
  }
  .features__item-main-slide {
    padding: 14.6666666667vw 8.9333333333vw 8vw !important;
  }
  .--i01 .--s02 .features__item-main-slide {
    padding: 14.6666666667vw 5.3333333333vw 8vw !important;
  }
  .features__item-main-content .swiper-pagination {
    bottom: 0;
    line-height: 1;
  }
  .features__item-main-content .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 min( 1.4814814815vw, 16px ) !important;
  }
  .features__item-main-content .swiper-button-next,
  .features__item-main-content .swiper-button-prev {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    translate: 0 -20%;
  }
  .features__item-main-content .swiper-button-next::after,
  .features__item-main-content .swiper-button-prev::after {
    display: none;
  }
  .features__item-main-content .swiper-button-prev {
    left: -6.1333333333vw;
  }
  .features__item-main-content .swiper-button-next {
    right: -6.1333333333vw;
  }
  .features__item-main-panels {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .features__item-main-panel {
    border-radius: 1.0666666667vw;
    padding: 5.3333333333vw 3.2vw;
  }
  .features__item-main-panel-title {
    gap: 2.1333333333vw;
    min-height: auto;
    margin: 0 max( 0vw, 0px ) 2.6666666667vw;
  }
  .features__item-main-panel-title .num {
    font-size: 4.8vw;
  }
  .features__item-main-panel-title .text {
    font-size: 4.8vw;
  }
  .features__item-main-panel-icon {
    width: 22.6666666667vw;
    margin: 0 auto 2.1333333333vw;
  }
  .features__item-main-panel-text {
    font-size: 3.4666666667vw;
    padding-bottom: 8.5333333333vw;
  }
  .features__item-main-panel-text:after {
    width: 6.5333333333vw;
    height: 6.4vw;
    bottom: 1.0666666667vw;
  }
  .features__item-main-panel-result {
    font-size: 3.4666666667vw;
  }
}
.options {
  padding: min( 7.037037037vw, 76px ) 0 min( 4.6296296296vw, 50px );
  background: #FFF;
}
.options__inner {
  position: relative;
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.options__lead {
  position: absolute;
  left: 50%;
  top: max( -7.037037037vw, -76px );
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  background-color: #08C;
  border-radius: 50%;
  color: var(--base-FFFFFF, #FFF);
  font-family: "Noto Sans JP";
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  translate: -50% -50%;
}
.options__title {
  text-align: center;
}
.options__title-sub {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.options__title-main {
  display: block;
  margin-top: min( 1.1111111111vw, 12px );
  color: var(--blue-primary, #08C);
  font-family: "Noto Sans JP";
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.options__content {
  margin-top: min( 1.4814814815vw, 16px );
}
@media screen and (min-width: 768px) {
  .options__slide-wrapper {
    display: flex;
    justify-content: center;
    gap: min( 2.2222222222vw, 24px );
  }
}
.options__slide {
  width: min( 21.2962962963vw, 230px );
}
.options__name {
  width: min( 29.6296296296vw, 320px );
  height: min( 5.5555555556vw, 60px );
  margin: 0 auto;
  background: #00B900;
  border-radius: min( 5.5555555556vw, 60px );
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.options__img {
  margin-top: min( 2.7777777778vw, 30px );
}
.options__text {
  margin-top: min( 1.8518518519vw, 20px );
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.17em;
}

@media screen and (max-width: 767px) {
  .options {
    padding: 15.4666666667vw 0 9.8666666667vw;
  }
  .options__inner {
    padding: 0;
  }
  .options__lead {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.2vw;
    top: -15.4666666667vw;
  }
  .options__title-sub {
    font-size: 4.2666666667vw;
  }
  .options__title-main {
    margin-top: 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .options__content {
    margin-top: 9.3333333333vw;
    position: relative;
  }
  .options__content .swiper-pagination {
    bottom: 0;
    line-height: 1;
  }
  .options__content .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw !important;
  }
  .options__content .swiper-button-next,
  .options__content .swiper-button-prev {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    top: 40%;
  }
  .options__content .swiper-button-next::after,
  .options__content .swiper-button-prev::after {
    display: none;
  }
  .options__content .swiper-button-prev {
    background: url(../img/common/icon-sli-arrow_l.svg) center/contain no-repeat;
    left: 8vw;
  }
  .options__content .swiper-button-next {
    background: url(../img/common/icon-sli-arrow_r.svg) center/contain no-repeat;
    right: 8vw;
  }
  .options__slide {
    width: 100%;
    padding: 0 8vw 12.8vw;
  }
  .options__img {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
  .options__text {
    width: 72vw;
    margin: 4vw auto 0;
    font-size: 3.4666666667vw;
    letter-spacing: 0.08em;
  }
}
.compare {
  padding: min( 6.4814814815vw, 70px ) 0 min( 3.8888888889vw, 42px );
  background: #fff;
}
.compare__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.compare__header {
  text-align: center;
  margin-top: min( 3.7037037037vw, 40px );
}
.compare__numbers {
  display: flex;
  justify-content: center;
  gap: min( 3.5185185185vw, 38px );
}
.compare__note {
  margin-top: min( 3.7037037037vw, 40px );
  color: var(--text-666666, #666);
  font-family: "Noto Sans JP";
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.compare__note.--right {
  margin-top: min( 1.8518518519vw, 20px );
  text-align: right;
}
.compare__content {
  margin-top: min( 6.9444444444vw, 75px );
}
.compare__title {
  text-align: center;
}
.compare__title-wrap {
  display: block;
  align-items: center;
  gap: min( 1.4814814815vw, 16px );
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.compare__title-main {
  margin-top: min( 1.4814814815vw, 16px );
  font-family: "Noto Sans JP";
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.compare__title-main span {
  color: var(--main-0088CC, #08c);
  font-size: min( 4.4444444444vw, 48px );
  line-height: 1;
}
.compare__table {
  width: 100%;
  margin-top: min( 2.3148148148vw, 25px );
  border-collapse: collapse;
}
.compare__table th,
.compare__table td {
  padding: min( 1.2962962963vw, 14px ) min( 1.8518518519vw, 20px );
  border: 2px solid #fff;
  vertical-align: middle;
  text-align: left;
}
.compare__table th {
  background: var(--base-F1F6F8, #f1f6f8);
  font-family: "Noto Sans JP";
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.compare__table th.--primary {
  color: #fff;
  background: var(--main-0088CC, #08c);
  font-size: min( 2.2222222222vw, 24px );
}
.compare__table td {
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
}
.compare__table td:nth-child(2) {
  border-bottom: 2px solid #ececec;
}
.compare__table td:nth-child(3), .compare__table td:nth-child(4) {
  background: #ececec;
}
.compare__table thead th {
  text-align: center;
  padding: min( 0.9259259259vw, 10px ) 0;
}
.compare__table thead th:nth-child(1) {
  width: min( 26.8518518519vw, 290px );
  background-color: transparent;
  border: 0;
}
.compare__table thead th:nth-child(2) {
  width: min( 32.8703703704vw, 355px );
}
.compare__table thead th:nth-child(3), .compare__table thead th:nth-child(4) {
  width: min( 16.3888888889vw, 177px );
  background: #666;
  color: #fff;
}
.compare__table-text {
  font-size: min( 1.2962962963vw, 14px );
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.compare__table-icon.--bold {
  color: var(--main-0088CC, #08c);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 4px var(--main-0088CC, #08c);
}
.compare__table-icon.--normal {
  color: var(--text-121212, #121212);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.compare-number {
  width: min( 42.22222222215vw, 456px );
  min-height: min( 12.5925925926vw, 136px );
  border: 2px solid var(--sub-d-4-af-38, #d4af38);
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: min( 1.1111111111vw, 12px );
}
.compare-number::after {
  content: "";
  position: absolute;
  left: min( 1.1111111111vw, 12px );
  top: min( 1.1111111111vw, 12px );
  width: 100%;
  height: 100%;
  background: var(--sub-d-4-af-38, #d4af38);
  opacity: 0.08;
}
.compare-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: min( 2.5925925926vw, 28px ) min( 3.1481481481vw, 34px ) 0 0;
  border-color: #cfb674 transparent transparent transparent;
}
.compare-number__label {
  color: var(--sub-d-4-af-38, #d4af38);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.--i01 .compare-number__label {
  padding-left: min( 0.9259259259vw, 10px );
}
.--i03 .compare-number__label {
  padding-left: min( 0.9259259259vw, 10px );
}
.compare-number__value {
  display: block;
  color: #d4af38;
  font-family: Roboto;
  font-size: min( 6.1111111111vw, 66px );
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.compare-number__value small {
  font-family: "Noto Sans JP";
  font-size: min( 2.7777777778vw, 30px );
}
.--i01 .compare-number__value {
  margin-left: min( 1.8518518519vw, 20px );
  font-size: min( 8.3333333333vw, 90px );
}
.--i01 .compare-number__value small {
  font-size: min( 5.5555555556vw, 60px );
}
.--i02 .compare-number__value {
  margin-left: min( 0.7407407407vw, 8px );
}
.--i03 .compare-number__value {
  letter-spacing: -0.06em;
}
.--i03 .compare-number__value small {
  writing-mode: vertical-rl;
  font-size: min( 2.2222222222vw, 24px );
  position: relative;
  top: min( 0.3703703704vw, 4px );
}
.compare-number__note {
  position: absolute;
  right: min( 0.9259259259vw, 10px );
  bottom: min( 0.9259259259vw, 10px );
  color: var(--sub-d-4-af-38, #d4af38);
  font-family: "Noto Sans JP";
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .compare {
    padding: 11.0666666667vw 0 8.8vw;
  }
  .compare__inner {
    padding: 0 4vw;
  }
  .compare__numbers {
    flex-wrap: wrap;
    gap: 6.6666666667vw 4.9333333333vw;
  }
  .compare__header {
    margin-top: 6vw;
  }
  .compare__note {
    margin-top: 5.6vw;
    margin-right: 4vw;
    margin-left: 4vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
  .compare__note.--right {
    margin: 2.1333333333vw 0 0;
  }
  .compare__content {
    margin-top: 8.5333333333vw;
  }
  .compare__title-wrap {
    font-size: 4.8vw;
  }
  .compare__title-main {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
  .compare__title-main span {
    font-size: 7.4666666667vw;
  }
  .compare__table {
    margin-top: 5.7333333333vw;
  }
  .compare__table th,
  .compare__table td {
    padding: 6.4vw 2.4vw;
  }
  .compare__table th {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .compare__table th.--primary {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
  .compare__table td {
    font-size: 3.2vw;
  }
  .compare__table thead th {
    padding: 2vw 0;
  }
  .compare__table thead th:nth-child(1) {
    width: 28vw;
  }
  .compare__table thead th:nth-child(2) {
    width: 34.6666666667vw;
  }
  .compare__table thead th:nth-child(3), .compare__table thead th:nth-child(4) {
    width: 14.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .compare__table-cell-inner {
    display: flex;
    align-items: center;
    gap: min( 0.9259259259vw, 10px );
  }
  .compare__table-text {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
  .compare__table-icon.--bold {
    font-size: 4.8vw;
    -webkit-text-stroke-width: 0.5333333333vw;
  }
  .compare__table-icon.--bold + .compare__table-text {
    text-align: left;
  }
  .compare__table-icon.--normal {
    font-size: 3.7333333333vw;
  }
  .compare-number {
    width: 40.5333333333vw;
    height: 27.7333333333vw;
    padding-top: 0;
    flex-direction: column;
  }
  .compare-number.--i01 {
    margin: 0 13.3333333333vw;
  }
  .compare-number::after {
    left: 1.8666666667vw;
    top: 1.8666666667vw;
  }
  .compare-number::before {
    border-width: 5.0666666667vw 5.8666666667vw 0 0;
  }
  .compare-number__label {
    font-size: 3.7333333333vw;
  }
  .--i01 .compare-number__label, .--i03 .compare-number__label {
    padding-left: 0;
  }
  .compare-number__value {
    font-size: 10.1333333333vw;
  }
  .compare-number__value small {
    font-size: 4.5333333333vw;
  }
  .--i01 .compare-number__value {
    margin-left: 0;
    font-size: 13.3333333333vw;
    line-height: 0.9;
  }
  .--i01 .compare-number__value small {
    font-size: 9.3333333333vw;
    line-height: 0.9;
  }
  .--i02 .compare-number__value, .--i03 .compare-number__value {
    margin-left: 1.6vw;
  }
  .--i03 .compare-number__value {
    display: flex;
    align-items: center;
  }
  .--i03 .compare-number__value small {
    font-size: 4.2666666667vw;
    top: 0vw;
  }
  .compare-number__note {
    right: inherit;
    bottom: 2vw;
    font-size: 2.6666666667vw;
    left: 50%;
    translate: -50% 0;
  }
}
.flow {
  padding: min( 6.4814814815vw, 70px ) 0;
  background: var(--base-F1F6F8, #f1f6f8);
}
.flow__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.flow__header {
  position: relative;
}
.flow__label {
  position: absolute;
  left: min( 1.8518518519vw, 20px );
  top: 0;
  color: var(--main-0088CC, #08c);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.flow__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  width: min( 0.0925925926vw, 1px );
  height: min( 7.5925925926vw, 82px );
  background: #08c;
  translate: -50% 100%;
}
.flow__title {
  padding-left: min( 5.7407407407vw, 62px );
}
.flow__title-sub {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
}
.flow__title-main {
  display: block;
  margin-top: min( 1.1111111111vw, 12px );
  color: var(--blue-primary, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
}
.flow__content {
  margin-top: min( 3.7037037037vw, 40px );
}
.flow__steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flow__step {
  width: min( 18.7037037037vw, 202px );
  text-align: center;
}
.flow__step.--s01 {
  width: min( 17.7777777778vw, 192px );
}
.flow__step-header {
  height: min( 3.7037037037vw, 40px );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: rgba(0, 136, 204, 0.4);
}
.--s01 .flow__step-header {
  background: url(../img/pc/flow-step-num01-bg.svg) center/contain no-repeat;
}
.--s02 .flow__step-header {
  background: url(../img/pc/flow-step-num02-bg.svg) center/contain no-repeat;
}
.--s03 .flow__step-header {
  background: url(../img/pc/flow-step-num03-bg.svg) center/contain no-repeat;
}
.--s04 .flow__step-header {
  background: url(../img/pc/flow-step-num04-bg.svg) center/contain no-repeat;
}
.--s05 .flow__step-header {
  background: url(../img/pc/flow-step-num05-bg.svg) center/contain no-repeat;
}
.flow__step-num {
  color: #fff;
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 0.6;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 0.5555555556vw, 6px );
}
.flow__step-num small {
  display: block;
  font-size: min( 2.4074074074vw, 26px );
  line-height: 0.8;
}
.flow__step-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: min( 1.8518518519vw, 20px ) min( 1.1111111111vw, 12px ) 0 min( 2.037037037vw, 22px );
}
.--s01 .flow__step-body {
  padding: min( 1.8518518519vw, 20px ) min( 1.1111111111vw, 12px ) 0;
}
.flow__step-title {
  order: 2;
  margin-top: min( 0.9259259259vw, 10px );
  color: var(--main-0088CC, #08c);
  font-family: "Noto Sans JP";
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.flow__step-img {
  order: 1;
  width: min( 12.962962963vw, 140px );
  margin: 0 auto;
}
.flow__step-text {
  order: 3;
  margin-top: min( 0.9259259259vw, 10px );
  color: var(--text-121212, #121212);
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
.flow__step-text > strong {
  line-height: 1;
}
.flow__step-button {
  order: 4;
  margin-top: min( 1.4814814815vw, 16px );
}
.flow__step-button .adlp-btn {
  position: relative;
  width: 100%;
  height: min( 4.2592592593vw, 46px );
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min( 0.3703703704vw, 4px );
  background: var(--main-0088CC, #08c);
  border-radius: min( 9.2592592593vw, 100px );
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: filter 0.3s;
}
.flow__step-button .adlp-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min( 1.1111111111vw, 12px );
  width: min( 1.2962962963vw, 14px );
  height: min( 1.2962962963vw, 14px );
  background: url(../img/common/icon-translate.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.flow__step-button .adlp-btn__label, .flow__step-button .adlp-btn__text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.flow__step-button .adlp-btn__label {
  margin-top: max( -0.1851851852vw, -2px );
}
@media screen and (hover: hover) {
  .flow__step-button .adlp-btn:hover {
    filter: brightness(1.2);
  }
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 13.4666666667vw 0 14.8vw;
  }
  .flow__inner {
    padding: 0 8vw;
  }
  .flow__header {
    text-align: left;
  }
  .flow__label {
    left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .flow__label::after {
    bottom: -1.6vw;
    width: 0.2666666667vw;
    height: 17.3333333333vw;
  }
  .flow__title {
    padding-left: 10.6666666667vw;
  }
  .flow__title-sub {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .flow__title-main {
    font-size: 8.5333333333vw;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
  .flow__content {
    margin-top: 9.3333333333vw;
  }
  .flow__steps {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .flow__step {
    width: 100%;
    display: flex;
    min-height: 61.0666666667vw;
  }
  .flow__step.--s01 {
    width: 100%;
    min-height: 61.8666666667vw;
  }
  .flow__step.--s05 {
    width: 100%;
    min-height: 53.8666666667vw;
  }
  .flow__step-header {
    width: 12vw;
    height: auto;
    background: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .--s01 .flow__step-header {
    background: url(../img/sp/flow-step-num01-bg.svg) center/contain no-repeat;
  }
  .--s02 .flow__step-header {
    background: url(../img/sp/flow-step-num02-bg.svg) center/contain no-repeat;
  }
  .--s03 .flow__step-header {
    background: url(../img/sp/flow-step-num03-bg.svg) center/contain no-repeat;
  }
  .--s04 .flow__step-header {
    background: url(../img/sp/flow-step-num04-bg.svg) center/contain no-repeat;
  }
  .--s05 .flow__step-header {
    background: url(../img/sp/flow-step-num05-bg.svg) center/contain no-repeat;
  }
  .flow__step-num {
    font-size: 3.4666666667vw;
    gap: 0.8vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.01em;
  }
  .flow__step-num small {
    font-size: 7.4666666667vw;
    font-weight: 600;
    line-height: 1;
  }
  .flow__step-body {
    flex: 1;
    align-items: center;
    gap: 1.3333333333vw;
    padding: 0 3.3333333333vw 0 6.6666666667vw;
  }
  .--s01 .flow__step-body {
    padding: 0 3.3333333333vw 0 6.6666666667vw;
  }
  .flow__step-title {
    font-size: 4vw;
    margin-top: 0;
  }
  .flow__step-img {
    width: 26.6666666667vw;
    margin: 0;
  }
  .--s01 .flow__step-img {
    margin-top: -2.6666666667vw;
  }
  .--s02 .flow__step-img {
    margin-top: 2.6666666667vw;
    width: 29.3333333333vw;
  }
  .--s03 .flow__step-img {
    margin-top: 1.3333333333vw;
    margin-bottom: -4vw;
    width: 33.3333333333vw;
  }
  .--s04 .flow__step-img {
    margin-top: 1.3333333333vw;
  }
  .flow__step-text {
    font-size: 3.2vw;
    margin-top: 0;
    text-align: left;
    letter-spacing: 0.08em;
  }
  .flow__step-button {
    margin: 0;
    width: 100%;
  }
  .flow__step-button .adlp-btn {
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .flow__step-button .adlp-btn::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
  .flow__step-button .adlp-btn__label, .flow__step-button .adlp-btn__text {
    font-size: 3.4666666667vw;
  }
  .flow__step-button .adlp-btn__label {
    margin-top: 0;
  }
}
.document {
  padding: 0 0 min( 7.962962963vw, 86px );
  position: relative;
  background: url(../img/pc/document-bg.webp) center top no-repeat;
}
.document__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.document__title {
  padding-top: min( 6.4814814815vw, 70px );
  text-align: center;
}
.document__title-sub {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.document__title-sub strong {
  font-size: min( 2.7777777778vw, 30px );
}
.document__title-sub .--accent {
  color: var(--main-0088CC, #08C);
  line-height: 1;
}
.document__title-main {
  display: block;
  margin-top: min( 1.1111111111vw, 12px );
  color: var(--blue-primary, #08C);
  font-family: "Noto Sans JP";
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.document__content {
  margin: min( 4.6296296296vw, 50px ) auto 0;
  padding: min( 4.6296296296vw, 50px );
  width: 100%;
  background: #FFF;
  border-radius: min( 1.4814814815vw, 16px );
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.document__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
.document__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min( 0.8333333333vw, 9px ) min( 2.7777777778vw, 30px );
  background: var(--main-0088CC, #08C);
  border-radius: min( 9.2592592593vw, 100px );
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.document__lead {
  font-family: "Noto Sans JP";
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.document__body {
  position: relative;
  margin-top: min( 4.6296296296vw, 50px );
  padding: min( 3.9814814815vw, 43px ) min( 4.537037037vw, 49px ) min( 2.5925925926vw, 28px );
  border: 1px solid var(--main-0088CC, #08C);
}
.document__body-label {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  translate: -50% -50%;
  text-align: center;
}
.document__body-label span {
  display: inline-block;
  padding: min( 0.462962963vw, 5px ) min( 5.1851851852vw, 56px ) min( 0.5555555556vw, 6px );
  background: #FFF;
  color: var(--main-0088CC, #08C);
  font-family: "Noto Sans JP";
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.document__items {
  display: flex;
  justify-content: space-between;
  gap: min( 1.8518518519vw, 20px );
}
.document__item {
  width: min( 23.5185185185vw, 254px );
  text-align: center;
}
.document__item-img {
  margin-top: min( 2.5925925926vw, 28px );
}
.document__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.document__item-text::before {
  content: "";
  position: relative;
  top: max( -0.3703703704vw, -4px );
  width: min( 4.4444444444vw, 48px );
  height: min( 3.3333333333vw, 36px );
  margin-right: -1em;
  background: url(../img/common/icon-feature-check.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .document {
    padding: 0 0 12.4vw;
    background: url(../img/sp/document-bg.webp) center top/contain no-repeat;
  }
  .document__inner {
    padding: 0 4vw;
  }
  .document__title {
    padding-top: 12.4vw;
  }
  .document__title-sub {
    font-size: 4.5333333333vw;
    line-height: 1.2;
  }
  .document__title-sub strong {
    font-size: 5.3333333333vw;
  }
  .document__title-main {
    margin-top: 2.1333333333vw;
    font-size: 7.4666666667vw;
    line-height: 1.1;
  }
  .document__content {
    margin-top: 11.3333333333vw;
    padding: 9.4666666667vw 4vw 10.4vw;
    border-radius: 2.1333333333vw;
  }
  .document__header {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .document__label {
    padding: 1.2vw 5.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .document__lead {
    font-size: 5.6vw;
    text-align: center;
  }
  .document__body {
    margin-top: 12.4vw;
    padding: 8vw 2.6666666667vw 8vw;
  }
  .document__body-label span {
    padding: 1.0666666667vw 5.3333333333vw;
    font-size: 4.8vw;
  }
  .document__items {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 3.2vw;
    margin-top: 4vw;
  }
  .document__item {
    width: 36.8vw;
  }
  .document__item.--i01 {
    margin: 0 4vw;
  }
  .document__item-img {
    margin: 2.6666666667vw auto 0;
    width: 100%;
    max-width: 40vw;
  }
  .document__item-text {
    font-size: 3.2vw;
  }
  .document__item-text::before {
    width: 8vw;
    height: 6vw;
    top: -0.8vw;
  }
}
.faq {
  padding: min( 6.4814814815vw, 70px ) 0;
  background: var(--base-F1F6F8, #FFF);
}
.faq__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.faq__header {
  position: relative;
}
.faq__label {
  position: absolute;
  left: min( 1.8518518519vw, 20px );
  top: 0;
  color: var(--main-0088CC, #08C);
  font-family: Roboto;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.faq__label::after {
  content: "";
  position: absolute;
  bottom: max( -0.9259259259vw, -10px );
  left: 50%;
  width: min( 0.0925925926vw, 1px );
  height: min( 5.5555555556vw, 60px );
  background: #08C;
  translate: -50% 100%;
}
.faq__title {
  padding-left: min( 5.5555555556vw, 60px );
  padding-top: min( 1.8518518519vw, 20px );
}
.faq__title-main {
  display: block;
  font-family: "Noto Sans JP";
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-0088CC, #08C);
  letter-spacing: 0.08em;
}
.faq__content {
  margin-top: min( 5.7407407407vw, 62px );
}
.faq__content .adlp-accordion {
  background: rgba(236, 236, 236, 0.6);
  border-radius: min( 1.4814814815vw, 16px );
  padding: 0 min( 3.7037037037vw, 40px );
}
.faq__content .adlp-accordion + .faq__content .adlp-accordion {
  margin-top: min( 2.7777777778vw, 30px );
}
.faq__content .adlp-accordion__header__inner {
  padding: min( 2.7777777778vw, 30px ) 0;
  min-height: min( 11.8518518519vw, 128px );
}
.faq__content .adlp-accordion__header__inner .text {
  color: var(--main-0088CC, #08C);
  /* pc/headline/h5 */
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.04em;
}
.faq__content .adlp-accordion__body__inner {
  padding: min( 2.7777777778vw, 30px ) 0 min( 4.6296296296vw, 50px );
  border-top: 2px solid var(--base-FFFFFF, #FFF);
}
.faq__content .adlp-accordion__body__inner .text {
  color: var(--txt-333333, #333);
  text-align: justify;
  /* pc/body/small (regular) */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.04em;
}
.faq__content .adlp-accordion__body__inner .note {
  margin-top: min( 1.4814814815vw, 16px );
  color: var(--txt-333333, #333);
  text-align: justify;
  /* pc/caption/normal */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
.faq .adlp-accordion__body__inner {
  flex-direction: column;
}
.faq .adlp-accordion__header::after {
  width: min( 3.1481481481vw, 34px );
  height: min( 3.1481481481vw, 34px );
  background: url(../img/common/icon-acc-plus.svg) center/contain no-repeat;
  right: 0;
}
.faq .adlp-accordion__header.--open::after {
  background: url(../img/common/icon-acc-minus.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 13.4666666667vw 0 17.7333333333vw;
  }
  .faq__inner {
    padding: 0 8vw;
  }
  .faq__label {
    left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .faq__label::after {
    bottom: -1.6vw;
    width: 0.2666666667vw;
    height: 8vw;
  }
  .faq__title {
    padding-left: 10.1333333333vw;
    padding-top: 2.6666666667vw;
  }
  .faq__title-label {
    font-size: 3.4666666667vw;
  }
  .faq__title-main {
    font-size: 7.4666666667vw;
  }
  .faq__content {
    margin-top: 13.2vw;
  }
  .faq__content .adlp-accordion {
    border-radius: 2.1333333333vw;
    padding: 0 5.3333333333vw;
  }
  .faq__content .adlp-accordion + .faq__content .adlp-accordion {
    margin-top: 6.6666666667vw;
  }
  .faq__content .adlp-accordion__header__inner {
    padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 0;
    min-height: 13.3333333333vw;
  }
  .faq__content .adlp-accordion__header__inner .text {
    font-size: 4.2666666667vw;
  }
  .faq__content .adlp-accordion__body__inner {
    padding: 4vw 0 6.6666666667vw;
  }
  .faq__content .adlp-accordion__body__inner .text {
    font-size: 3.2vw;
  }
  .faq__content .adlp-accordion__body__inner .note {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
  .faq .adlp-accordion__header::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.fv02 {
  position: relative;
  width: 100%;
  background-color: var(--bg-primary, #f1f6f8);
  padding: min( 3.5185185185vw, 38px ) 0 min( 4.0740740741vw, 44px );
}
@media screen and (max-width: 767px) {
  .fv02 {
    padding: 5.4666666667vw 0 12.2666666667vw;
  }
}
.fv02__inner {
  padding: 0 min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .fv02__inner {
    padding: 0;
  }
}
.fv02__content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .fv02__content {
    display: block;
  }
}
.fv02__desc {
  width: min( 48.1481481481vw, 520px );
}
@media screen and (max-width: 767px) {
  .fv02__desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv02__heading {
    margin-left: 4vw;
  }
}
.fv02__heading-main {
  display: block;
  margin-bottom: min( 0.7407407407vw, 8px );
  font-size: min( 4.0740740741vw, 44px );
  font-weight: bold;
  color: var(--text-121212, #121212);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv02__heading-main {
    margin-bottom: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.fv02__heading-sub {
  display: block;
  font-size: min( 1.6666666667vw, 18px );
  color: var(--text-121212, #121212);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fv02__heading-sub {
    font-size: 3.7333333333vw;
  }
}
.fv02__body {
  position: relative;
}
.fv02__image {
  width: min( 49.1666666667vw, 531px );
  margin-left: max( -5.5555555556vw, -60px );
}
@media screen and (max-width: 767px) {
  .fv02__image {
    width: 92vw;
    margin-left: -4vw;
  }
}
.fv02__medals {
  width: min( 29.0740740741vw, 314px );
  position: absolute;
  top: min( 24.537037037vw, 265px );
  right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .fv02__medals {
    width: 49.3333333333vw;
    top: 37.8666666667vw;
    right: 0.5333333333vw;
  }
}
.fv02__form {
  width: min( 44.4444444444vw, 480px );
  padding: min( 1.6666666667vw, 18px ) min( 1.6666666667vw, 18px ) min( 3.4259259259vw, 37px );
  background-color: var(--white, #ffffff);
}
@media screen and (max-width: 767px) {
  .fv02__form {
    width: 84vw;
    margin: 0 auto;
    padding: 5.3333333333vw 3.3333333333vw 6.6666666667vw;
  }
}
.fv02__form-heading-title {
  font-size: min( 2.4074074074vw, 26px );
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv02__form-heading-title {
    font-size: 4.5333333333vw;
  }
}
.fv02__form-heading-text {
  font-size: min( 1.4814814815vw, 16px );
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv02__form-heading-text {
    font-size: 2.6666666667vw;
  }
}
.fv02__form-heading-text strong {
  font-size: min( 1.5740740741vw, 17px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv02__form-heading-text strong {
    font-size: 2.9333333333vw;
  }
}
.fv02__form-content {
  margin-top: min( 1.9444444444vw, 21px );
}
@media screen and (max-width: 767px) {
  .fv02__form-content {
    margin-top: 5.4666666667vw;
  }
}
.fv02__notes {
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .fv02__notes {
    top: 0vw;
    text-align: center;
    margin-top: 4.5333333333vw;
  }
}
.fv02__note {
  font-size: min( 1.1111111111vw, 12px );
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv02__note {
    font-size: 2.6666666667vw;
  }
}
/*# sourceMappingURL=lp_sp.css.map */
