@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 820px) {
  .only-pc {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #163740;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body.is-scroll {
  overflow: hidden;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__block {
  padding: 32px 0 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .header__block {
    padding: 0;
  }
}

.header__contents {
  max-width: 1326px;
  padding: 0 30px 0 16px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .header__contents {
    padding-block: 24px;
    backdrop-filter: none;
  }
}

.header__logo {
  width: 260px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 820px) {
  .header__logo {
    width: 48vw;
    margin-inline: auto;
  }
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  height: 74px;
  padding: 0 80px 0 60px;
  margin-right: -18px;
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    padding: 16px 40px 16px 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-item {
  height: inherit;
}
.header__nav-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #163740;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__nav-item a {
    font-size: 0.875rem;
    padding: 0 10px;
  }
}

.header__nav-item a::before {
  content: "";
  background: url(../img/nav-hover.png) no-repeat center center/contain;
  width: 16px;
  height: 14px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .header__nav-item a:hover {
    color: #4487E8;
  }
  .header__nav-item a:hover::before {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.header__contact-link {
  padding: 10px 24px 10px 66px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .header__contact-link {
    width: 40px;
    padding: 20px 0;
    font-size: 1.25rem;
  }
}

.header__contact-link::before {
  width: 33px;
  left: 24px;
}
@media screen and (max-width: 1200px) {
  .header__contact-link::before {
    left: 6px;
    width: 28px;
  }
}

.header__contact-link:hover::before {
  width: 31px;
  left: 25px;
}
@media screen and (max-width: 1200px) {
  .header__contact-link:hover::before {
    width: 26px;
    left: 6.8px;
  }
}

.drawer-container {
  display: none;
}
@media screen and (max-width: 820px) {
  .drawer-container {
    display: block;
    width: calc(100% - 48px);
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
}

.drawer {
  width: 327px;
  height: 70px;
  margin-inline: auto;
  padding: 8px 0px;
  border-radius: 40px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer.active {
  height: 560px;
  background: #fff;
}

.drawer-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  z-index: 10;
}

.header__drawer-btn {
  display: block;
  padding: 8px 16px 8px 40px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#165CC3), to(#76AEFF));
  background-image: linear-gradient(to right, #165CC3 0%, #76AEFF 100%);
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  position: relative;
}

.header__drawer-btn::before {
  content: "";
  background: url(../img/menu.png) no-repeat center center/contain;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: content 0.3s ease-out background 0.3s ease-out;
  transition: content 0.3s ease-out background 0.3s ease-out;
}

.drawer.active .header__drawer-btn::before {
  content: "✕";
  background: none;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-top: 2px;
}

.header__drawer-btn::after {
  content: "MENU";
  display: inline-block;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer.active .header__drawer-btn::after {
  content: "CLOSE";
}

.g-nav__contact-link {
  width: 54px;
  height: 54px;
  display: grid;
  place-content: center;
}

.g-nav__contact-link::before {
  width: 26px;
  left: 14px;
}

/*========= ナビゲーションのためのCSS ===============*/
.drawer-menu {
  position: absolute;
  bottom: 94px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.drawer.active .drawer-menu {
  opacity: 1;
}

.g-nav__logo-img {
  margin-inline: auto;
}

.g-nav__logo-img:first-child {
  width: 42px;
}

.g-nav__logo-img:nth-child(2) {
  margin-top: 12px;
  width: 155px;
}

.g-nav__list {
  margin: 32px 40px 0;
  padding: 12px 0;
  border-top: 1px solid #163740;
  border-bottom: 1px solid #163740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-nav__item {
  padding: 12px 0;
  text-align: center;
}

.g-nav__item a {
  display: block;
  color: #163740;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  text-transform: uppercase;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(221, 221, 221, 0.5137254902);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer-overlay.active {
  display: block;
}

.footer__block {
  background: url(../img/footer-bg.png) no-repeat center top;
  background-size: cover;
  background-position: center 160px;
  padding: 160px 0 496px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .footer__block {
    background: url(../img/footer-bg-sp.png) no-repeat center top;
    background-size: cover;
    background-position: center 80px;
    padding: 152px 0 104px;
    background-color: #fff;
  }
}

.footer__block::after {
  content: "";
  background: url(../img/footer-img.png) no-repeat center center/contain;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 2878/726;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .footer__block::after {
    background: url(../img/footer-img-sp.png) no-repeat center center/contain;
    max-width: 375px;
  }
}

.footer__logo-img {
  margin-inline: auto;
  margin-top: 137px;
}

.footer__logo-img:first-child {
  width: 71px;
}
@media screen and (max-width: 820px) {
  .footer__logo-img:first-child {
    width: 18.9333333333vw;
    max-width: 71px;
  }
}

.footer__logo-img:nth-child(2) {
  margin-top: 20px;
  width: 265px;
}
@media screen and (max-width: 820px) {
  .footer__logo-img:nth-child(2) {
    width: 70.6666666667vw;
    max-width: 265px;
  }
}

.footer__company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .footer__company {
    margin-top: 24px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.footer__sns-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media screen and (max-width: 820px) {
  .footer__sns-list {
    margin-top: 40px;
  }
}

.footer__sns-item a {
  display: block;
  width: 80px;
  height: 40px;
  padding-inline: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .footer__sns-item a {
    width: 84px;
    height: 60px;
    padding: 0 12px;
  }
}
.footer__sns-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (any-hover: hover) {
  .footer__sns-item a:hover {
    opacity: 0.7;
  }
}
.footer__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .footer__list {
    margin: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__item a {
  display: block;
  padding-inline: 20px;
  color: #163740;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .footer__item a {
    padding: 12px 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
    text-align: center;
  }
}

@media (any-hover: hover) {
  .footer__item a:hover {
    color: #4487E8;
  }
}
.footer__contact-btn {
  width: 502px;
  margin: 60px auto 0;
}
@media screen and (max-width: 820px) {
  .footer__contact-btn {
    margin: 40px auto 0;
    width: 87.4666666667vw;
    max-width: 328px;
  }
}

.footer__contact-link {
  padding: 24px 80px 24px 136px;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .footer__contact-link {
    padding: 24px 40px 24px 90px;
  }
}

.footer__contact-link::before {
  width: 46px;
  left: 80px;
}
@media screen and (max-width: 820px) {
  .footer__contact-link::before {
    left: 40px;
  }
}

.footer__contact-link:hover::before {
  width: 45px;
  left: 81px;
}
@media screen and (max-width: 820px) {
  .footer__contact-link:hover::before {
    left: 40px;
  }
}

@media screen and (max-width: 820px) {
  .footer__contact-link .sp-none {
    display: none;
  }
}

.footer__small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  font-size: 0.8125rem;
}
@media screen and (max-width: 820px) {
  .footer__small {
    margin: 40px auto 0;
  }
}

.privacy__block {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.privacy__title {
  margin-top: 34px;
}

.privacy__top-text {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 820px) {
  .privacy__top-text .sp-change {
    display: block;
    margin-top: 16px;
  }
}

.privacy__list {
  margin: 184px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  .privacy__list {
    margin: 80px 0 0;
    gap: 40px;
  }
}

@media screen and (max-width: 820px) {
  .privacy__item-title.small-title::after {
    display: none;
  }
}

.privacy__item-text {
  margin-top: 24px;
  padding-left: 90px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .privacy__item-text {
    padding-left: 16px;
  }
}

.privacy__sub-list {
  padding-left: 90px;
}
@media screen and (max-width: 820px) {
  .privacy__sub-list {
    padding-left: 16px;
  }
}

.privacy__sub-item {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  position: relative;
}

.privacy__sub-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.privacy__cta {
  margin-top: 160px;
}

.thanks {
  margin-top: 160px;
  padding-bottom: 800px;
}
@media screen and (max-width: 820px) {
  .thanks {
    padding-bottom: 104vw;
  }
}

.thanks__title {
  color: #4487E8;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}

.thanks__text-box {
  margin-top: 40px;
}

.thanks__text {
  margin-top: 20px;
  color: #163740;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .thanks__text {
    word-break: keep-all;
  }
}

.thanks__to-top {
  margin: 40px auto 0;
  width: 280px;
  text-align: center;
}
.thanks__to-top a {
  padding: 20px 30px;
}

.error-contents {
  margin-top: 160px;
  padding-bottom: 300px;
}

.error__title {
  color: #4487E8;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .error__title {
    word-break: keep-all;
  }
}

.error__text {
  margin-top: 40px;
  color: #163740;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  word-break: keep-all;
}

.error__to-top {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
  word-break: keep-all;
}
.error__to-top a {
  color: #FF9859;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .error__to-top a:hover {
    opacity: 0.7;
  }
}
.fv__block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 820px) {
  .fv__block {
    aspect-ratio: auto;
  }
}

.fv__block-bg {
  width: 100%;
  aspect-ratio: 1440/918;
  position: absolute;
  top: -106px;
  left: 0;
  background-image: url(../img/bg.png);
  background-size: 1440px auto;
  background-position: center;
  opacity: 0.5;
  z-index: -3;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .fv__block-bg {
    background-image: url(../img/sp-bg.png);
    aspect-ratio: 375/590;
    background-size: 100% auto;
    top: -96px;
  }
}
@media screen and (max-width: 500px) {
  .fv__block-bg {
    aspect-ratio: 375/670;
  }
}

.fv__contents {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}

.fv__contents-bird {
  position: absolute;
  top: 50%;
  right: -0.5%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .fv__contents-bird {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media screen and (max-width: 820px) {
  .fv__contents-bird {
    right: -90px;
    -webkit-transform: translateY(-34%);
            transform: translateY(-34%);
  }
}
@media screen and (max-width: 500px) {
  .fv__contents-bird {
    right: -110px;
  }
}

.fv__contents-bird-img {
  display: block;
  width: 54.8611111111vw;
  aspect-ratio: 1582/2426;
  max-width: 790px;
  -webkit-animation: fvBirdZoomIn 0.5s ease-out forwards, 3s 1s fuwafuwa infinite;
          animation: fvBirdZoomIn 0.5s ease-out forwards, 3s 1s fuwafuwa infinite;
}
@media screen and (max-width: 820px) {
  .fv__contents-bird-img {
    width: 55.5555555556vw;
    aspect-ratio: 610/1051;
  }
}
@media screen and (max-width: 500px) {
  .fv__contents-bird-img {
    width: 81.3333333333vw;
  }
}

.fv__contents-dotted-gray {
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: -3;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
@media screen and (max-width: 1024px) {
  .fv__contents-dotted-gray {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv__contents-dotted-gray {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .fv__contents-dotted-gray {
    -webkit-transform: translateY(-148%);
            transform: translateY(-148%);
    right: -20px;
  }
}
.fv__contents-dotted-gray img {
  display: block;
  width: 10.6944444444vw;
  max-width: 154px;
  aspect-ratio: 1/1;
  -webkit-animation: fvDottedGrayZoomIn 0.5s ease-out forwards, 2.8s 1s fuwafuwa-reverse infinite;
          animation: fvDottedGrayZoomIn 0.5s ease-out forwards, 2.8s 1s fuwafuwa-reverse infinite;
}
@media screen and (max-width: 500px) {
  .fv__contents-dotted-gray img {
    width: 20.8vw;
  }
}

.fv__text-box {
  width: 49.7916666667vw;
  max-width: 717px;
  margin-right: auto;
  margin-top: 136px;
  padding-top: clamp(0px, 6.1111111111vw, 88px);
  margin-left: 5.5555555556vw;
  position: relative;
}
@media screen and (max-width: 820px) {
  .fv__text-box {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
    padding: 0 24px 0;
    margin-top: 96px;
  }
}

.fv__dotted-blue {
  position: absolute;
  top: 100%;
  left: 11.1111111111vw;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
@media screen and (max-width: 1024px) {
  .fv__dotted-blue {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@media screen and (max-width: 500px) {
  .fv__dotted-blue {
    -webkit-transform: translateY(66%);
            transform: translateY(66%);
    left: 13.8666666667vw;
  }
}
.fv__dotted-blue img {
  display: block;
  width: 10.6944444444vw;
  max-width: 154px;
  aspect-ratio: 1/1;
  -webkit-animation: fvDottedBlueZoomIn 0.5s ease-out forwards, 3.4s 1s fuwafuwa infinite;
          animation: fvDottedBlueZoomIn 0.5s ease-out forwards, 3.4s 1s fuwafuwa infinite;
}
@media screen and (max-width: 820px) {
  .fv__dotted-blue img {
    width: 13.4146341463vw;
  }
}
@media screen and (max-width: 500px) {
  .fv__dotted-blue img {
    width: 22.6666666667vw;
  }
}

.fv__polygon {
  position: absolute;
  top: 100%;
  left: 4.8611111111vw;
  z-index: -3;
  -webkit-transform: translateY(140%);
          transform: translateY(140%);
}
@media screen and (max-width: 1024px) {
  .fv__polygon {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@media screen and (max-width: 500px) {
  .fv__polygon {
    -webkit-transform: translateY(84%);
            transform: translateY(84%);
    left: 1.0666666667vw;
  }
}
.fv__polygon img {
  display: block;
  width: 6.9444444444vw;
  max-width: 100px;
  aspect-ratio: 1/1;
  -webkit-animation: fvPolygonZoomIn 0.5s ease-out forwards, 2.6s 1s fuwafuwa-reverse infinite;
          animation: fvPolygonZoomIn 0.5s ease-out forwards, 2.6s 1s fuwafuwa-reverse infinite;
}
@media screen and (max-width: 820px) {
  .fv__polygon img {
    width: 9.756097561vw;
  }
}
@media screen and (max-width: 500px) {
  .fv__polygon img {
    width: 14.9333333333vw;
  }
}

.fv__heading {
  font-size: clamp(2rem, 0.6774193548rem + 2.5806451613vw, 3rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  clip-path: inset(0% 100% 0% 0%);
}
@media screen and (max-width: 820px) {
  .fv__heading {
    gap: 0;
    line-height: 1.5;
  }
}

.fv__heading span {
  display: block;
}

.fv__heading.slide-in {
  -webkit-animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
          animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 820px) {
  .fv__heading.slide-in {
    -webkit-animation: slideIn 4s cubic-bezier(0.15, 1, 0.3, 1) forwards;
            animation: slideIn 4s cubic-bezier(0.15, 1, 0.3, 1) forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.fv__text {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  white-space: nowrap;
  clip-path: inset(0% 100% 0% 0%);
}
@media screen and (max-width: 820px) {
  .fv__text {
    margin-top: 60px;
    width: 75.8409785933%;
    font-size: 1.125rem;
    white-space: normal;
  }
}
@media screen and (max-width: 500px) {
  .fv__text {
    margin-top: 94px;
  }
}

.fv__text.slide-in {
  -webkit-animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
          animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 820px) {
  .fv__text.slide-in {
    -webkit-animation: slideIn 4s cubic-bezier(0.15, 1, 0.3, 1) forwards;
            animation: slideIn 4s cubic-bezier(0.15, 1, 0.3, 1) forwards;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
}

.fv-miqtora__box {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-top: clamp(0px, 26.3888888889vw, 380px);
}
@media screen and (max-width: 820px) {
  .fv-miqtora__box {
    margin-top: 57.3170731707vw;
  }
}
@media screen and (max-width: 500px) {
  .fv-miqtora__box {
    margin-top: 129.0666666667vw;
  }
}

.fv__miqtora {
  width: 100%;
  aspect-ratio: 1440/1349;
}
@media screen and (max-width: 820px) {
  .fv__miqtora {
    margin-bottom: -42.3728813559%;
  }
}
.fv__miqtora img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -5;
  backdrop-filter: blur(0px);
  -webkit-transition: backdrop-filter 0.2s ease;
  transition: backdrop-filter 0.2s ease;
}

.service__block {
  margin-top: -43.0555555556vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .service__block {
    margin-top: -40vw;
  }
}

.service__block::after {
  content: "";
  background-image: url(../img/service-deco-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 44.4444444444vw;
  aspect-ratio: 1076/432;
  position: absolute;
  top: 8.125vw;
  left: -8.6111111111vw;
  z-index: 1;
}
@media screen and (max-width: 1294px) {
  .service__block::after {
    left: -15.455950541vw;
  }
}
@media screen and (max-width: 820px) {
  .service__block::after {
    display: none;
  }
}

.service__block::before {
  content: "";
  background: url(../img/bird02.png) no-repeat center center/contain;
  width: 6.6319444444vw;
  aspect-ratio: 192/150;
  position: absolute;
  top: 17.8472222222vw;
  left: 30.6944444444vw;
  z-index: 2;
}
@media screen and (max-width: 1294px) {
  .service__block::before {
    top: 17.8472222222vw;
    left: 23.1839258114vw;
  }
}
@media screen and (max-width: 820px) {
  .service__block::before {
    display: none;
  }
}

.service__title {
  width: 27.7777777778vw;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.service__title::after {
  content: "service";
}

.service__head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .service__head-contents {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    position: relative;
  }
}

@media screen and (max-width: 820px) {
  .service__head-contents::after {
    content: "";
    background-image: url(../img/service-deco-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87.2vw;
    aspect-ratio: 1076/432;
    position: absolute;
    top: 100%;
    left: -24.5333333333vw;
    -webkit-transform: translateY(-34%);
            transform: translateY(-34%);
    z-index: 1;
  }
}

@media screen and (max-width: 820px) {
  .service__head-contents::before {
    content: "";
    background: url(../img/bird02.png) no-repeat center center/contain;
    width: 10.6666666667vw;
    aspect-ratio: 192/150;
    position: absolute;
    top: 100%;
    left: 53.3333333333vw;
    -webkit-transform: translateY(76%);
            transform: translateY(76%);
    z-index: 2;
  }
}

.service__heading {
  color: #4487E8;
  font-size: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}

.service__text-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 820px) {
  .service__text-box {
    margin-top: 24px;
    gap: 16px;
  }
}

.service__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.service__list {
  margin-top: 13.4722222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .service__list {
    gap: 60px;
    margin-top: 99px;
  }
}

.service__item {
  width: 88.1944444444vw;
  max-width: 1270px;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
  padding: 80px 40px 40px;
  position: relative;
}
@media screen and (max-width: 1294px) {
  .service__item {
    width: calc(100% - 24px);
    margin-left: 24px;
    padding: 0;
  }
}

.service__item::after {
  content: "";
  width: calc(1270px + (100vw - 1440px) / 2);
  height: 100%;
  -webkit-box-shadow: 0 0 50px 0 #ededed;
          box-shadow: 0 0 50px 0 #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DFECFF));
  background-image: linear-gradient(to bottom, #fff, #DFECFF);
  border-radius: 40px 0 0 40px;
  position: absolute;
  top: 0;
  right: calc(-1 * (100vw - 1440px) / 2);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .service__item::after {
    right: 0;
    width: 100%;
  }
}

.service__item:nth-of-type(even) {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 1294px) {
  .service__item:nth-of-type(even) {
    margin-right: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) {
    width: calc(100% - 24px);
  }
}

.service__item:nth-of-type(even)::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3e3d9));
  background-image: linear-gradient(to bottom, #fff, #f3e3d9);
  border-radius: 0 40px 40px 0;
  right: auto;
  left: calc(-1 * (100vw - 1440px) / 2);
}
@media screen and (max-width: 1440px) {
  .service__item:nth-of-type(even)::after {
    left: 0;
    width: 100%;
  }
}

.service__item:nth-of-type(even) .service__top-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) .service__top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) .service__top-heading {
    padding: 0 24px 0 16px;
  }
}

.service__item:nth-of-type(even) .service__top-contents-text {
  width: 100%;
  min-width: 573px;
  max-width: none;
  margin-left: -2.5vw;
}
@media screen and (max-width: 1024px) {
  .service__item:nth-of-type(even) .service__top-contents-text {
    max-width: 580px;
    min-width: auto;
  }
}
@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) .service__top-contents-text {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.service__item:nth-of-type(even) .service__top-contents-img {
  width: 40.2777777778vw;
  margin: 0 0 0 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) .service__top-contents-img {
    width: 100%;
    margin: 16px 0 -24px -44px;
    position: relative;
    z-index: 1;
  }
}

.service__item:nth-of-type(even) .service__bottom-contents {
  margin-top: -10px;
}
@media screen and (max-width: 820px) {
  .service__item:nth-of-type(even) .service__bottom-contents {
    margin: -44px -24px 0 0;
  }
}

.service__item:nth-of-type(even) .service__bottom-item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9859), to(#ff7366));
  background-image: linear-gradient(to bottom, #ff9859, #ff7366);
}

.service__item:nth-of-type(even) .service__bottom-contents::before {
  display: none;
}

.service__top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .service__top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    overflow: hidden;
  }
}

.service__top-contents-text {
  width: 37.5vw;
  max-width: 540px;
  position: relative;
}
@media screen and (max-width: 1294px) {
  .service__top-contents-text {
    width: 100%;
    padding: 80px 40px 40px;
    padding-bottom: 14.7222222222vw;
  }
}
@media screen and (max-width: 820px) {
  .service__top-contents-text {
    padding: 40px 0 0 24px;
    width: calc(100% - 24px);
    max-width: none;
  }
}

.service__top-heading {
  margin-top: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 820px) {
  .service__top-heading {
    padding: 0 24px;
    margin-top: 20px;
  }
}

.service__top-heading .orange {
  color: #FF9859;
}

.service__top-text-box {
  padding-left: 20px;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 820px) {
  .service__top-text-box {
    margin-top: 26px;
    padding: 0 24px;
    gap: 16px;
  }
}

.service__top-text {
  font-size: clamp(0.75rem, 0.4193548387rem + 0.6451612903vw, 1rem);
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.service__top-contents-img {
  width: 45.1388888889vw;
  max-width: 650px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -10px;
  -webkit-transform: translateY(-7%);
          transform: translateY(-7%);
}
@media screen and (max-width: 820px) {
  .service__top-contents-img {
    width: 120%;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .service__top-contents-img {
    margin: -35px 0 0 0;
  }
}
.service__top-contents-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__bottom-contents {
  margin-top: -80px;
  background: #fff;
  border-radius: 16px;
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 1294px) {
  .service__bottom-contents {
    margin: 0 40px 40px;
    padding: 60px 24px 80px;
  }
}
@media screen and (max-width: 820px) {
  .service__bottom-contents {
    width: calc(100% + 24px);
    padding: 30px 24px 40px;
    margin: 0 0 -24px -24px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 50px 0 #ededed;
            box-shadow: 0 0 50px 0 #ededed;
  }
}

.service__bottom-contents::before {
  content: "";
  width: 9.1666666667vw;
  max-width: 132px;
  aspect-ratio: 1/1;
  background: url(../img/service-first-img.png) no-repeat center center/contain;
  position: absolute;
  bottom: 100%;
  left: 85px;
}
@media screen and (max-width: 820px) {
  .service__bottom-contents::before {
    display: none;
  }
}

.service__bottom-title.orange {
  color: #FF9859;
}

.service__bottom-title.orange::after {
  background: #FF9859;
}

.service__bottom-list {
  max-width: 852px;
  margin: 84px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .service__bottom-list {
    margin: 56px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 7px;
  }
}

.service__bottom-item {
  padding: 16px;
  background-image: linear-gradient(69deg, #216ede 0%, #4487e8 100%);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .service__bottom-item {
    height: 96px;
    display: grid;
    padding: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service__bottom-item-img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 820px) {
  .service__bottom-item-img {
    margin-inline: auto;
    width: 52px;
    height: 52px;
  }
}
.service__bottom-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__bottom-item-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .service__bottom-item-text {
    font-size: 1rem;
    text-align: center;
  }
}

.strength__block {
  margin-top: 99px;
  padding: 220px 0 178px;
  background-image: url(../img/strength-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .strength__block {
    margin-top: 80px;
    padding: 90px 0 0;
    background-image: url(../img/strength-bg-sp.png);
    background-size: 100% auto;
  }
}

.strength__block::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: -2;
}

.strength__block::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #F2F7FF), color-stop(95%, rgba(242, 247, 255, 0.1254901961)), to(#ffffff));
  background: linear-gradient(to bottom, #F2F7FF 80%, rgba(242, 247, 255, 0.1254901961) 95%, #ffffff 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .strength__block::after {
    height: 90%;
  }
}

@media screen and (max-width: 820px) {
  .strength__block .l-inner {
    background: #fff;
  }
}

.strength-top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .strength-top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}

.strength__deco {
  display: block;
  margin-top: -114px;
}
@media screen and (max-width: 820px) {
  .strength__deco {
    margin-top: -37px;
  }
}
.strength__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength__text-container {
  max-width: 505px;
}
@media screen and (max-width: 820px) {
  .strength__text-container {
    margin-inline: auto;
  }
}

.section-title.strength__title::before {
  background: url(../img/section-title-img_red.png) no-repeat center center/contain;
}

.strength__title::after {
  content: "strength";
}

.strength__heading {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .strength__heading {
    margin-top: 40px;
  }
}

.strength__text-box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .strength__text-box {
    margin-top: 24px;
    gap: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.strength__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.strength__img-box {
  max-width: 555px;
}
@media screen and (max-width: 820px) {
  .strength__img-box {
    margin: 32px auto 0;
  }
}
.strength__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 820px) {
  .strength .l-inner {
    padding: 0;
  }
}

.strength-reason {
  margin-top: -46px;
  padding: 110px 40px 80px;
  background: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 820px) {
  .strength-reason {
    margin-top: -21px;
    padding: 70px 24px 40px;
  }
}

.strength-reason__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .strength-reason__list {
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  .strength-reason__list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strength-reason__item {
  padding: 40px 24px;
  width: 340px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(white, white) padding-box, linear-gradient(28deg, #216EDE 0%, #4487e8 100%) border-box;
  border-top: 4px solid transparent;
}
@media screen and (max-width: 1024px) {
  .strength-reason__item {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 820px) {
  .strength-reason__item {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}

.strength-reason__item-img {
  width: 13.8888888889vw;
  max-width: 200px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .strength-reason__item-img {
    width: 37.3333333333vw;
  }
}
.strength-reason__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength-reason__item-title {
  margin-top: 32px;
  color: #FF9859;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .strength-reason__item-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.strength-reason__item-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF9859;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.strength-reason__item-text {
  margin-top: 32px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.strength-reason__item-text .blue {
  color: #4487E8;
}

.strength-desc {
  margin: 80px 0 0;
  padding: 110px 0 80px;
  background: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 820px) {
  .strength-desc {
    margin-top: 40px;
    padding: 70px 24px 9px;
  }
}

.strength-desc__list {
  margin: 80px auto 0;
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .strength-desc__list {
    margin: 40px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    row-gap: 40px;
  }
}

.strength-desc__item {
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .strength-desc__item {
    margin-inline: auto;
  }
}

.strength-desc__item-img {
  width: 200px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .strength-desc__item-img {
    width: 154px;
  }
}
.strength-desc__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength-desc__item-text {
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .strength-desc__item-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 820px) {
  .plan .l-inner {
    padding: 0;
  }
}

.plan__block {
  position: relative;
  padding-bottom: 62px;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 38.4722222222vw;
}
@media screen and (max-width: 820px) {
  .plan__block {
    padding: 70px 0 30px;
    padding-bottom: 395px;
  }
}

.plan__block-bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/plan-bg.png);
  background-size: 1440px auto;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .plan__block-bg {
    height: calc(100% + 98px);
    background-size: 820px auto;
    margin-top: 0;
  }
}

.plan__title {
  width: 27.7777777778vw;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -10px;
}
@media screen and (max-width: 820px) {
  .plan__title {
    width: auto;
  }
}

.section-title.plan__title::before {
  content: "";
  background: url(../img/section-title-img_blue.png) no-repeat center center/contain;
  width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 820px) {
  .section-title.plan__title::before {
    left: 0px;
  }
}

.plan__title::after {
  content: "plan";
}

.plan__head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 231px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan__head-contents {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 21.8666666667vw;
  }
}

.plan__head-contents::after {
  content: "";
  background: url(../img/plan-deco_bird.png) no-repeat center center/contain;
  width: 5.625vw;
  aspect-ratio: 81/86;
  position: absolute;
  bottom: 0;
  right: 2.4305555556vw;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan__head-contents::after {
    width: 12.8vw;
    right: 6.4vw;
  }
}

.plan__head-contents::before {
  content: "";
  background: url(../img/plan-deco_line.png) no-repeat center center/contain;
  width: 88vw;
  aspect-ratio: 2350/476;
  position: absolute;
  bottom: -3.6111111111vw;
  right: 5.5555555556vw;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .plan__head-contents::before {
    width: 99.7333333333vw;
    right: auto;
    left: -21.8666666667vw;
    bottom: 1.3333333333vw;
  }
}

.plan__text-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .plan__text-box {
    margin-top: 24px;
  }
}

.plan__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.plan-sales {
  padding: 80px 40px 64px;
  border-radius: 40px;
  background-color: #EDF0F4;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .plan-sales {
    padding: 40px 24px;
  }
}

.plan__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .plan__list {
    margin-top: 64px;
    grid-template-columns: 1fr;
    gap: 40px;
    overflow-x: visible;
  }
}

.plan__item {
  min-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 820px) {
  .plan__item {
    min-width: auto;
  }
}

.plan__item-heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan__item-heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 820px) {
  .plan__item-heading .only-pc {
    display: none;
  }
}

.plan__item-heading.blue {
  color: #4487E8;
}

.plan__item-heading.orange {
  color: #FF9859;
}

.plan__item-contents {
  margin-top: 24px;
  padding: 40px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
}
@media screen and (max-width: 820px) {
  .plan__item-contents {
    width: 100%;
    max-width: 600px;
    margin: 8px auto 0;
    padding: 40px 24px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }
}

.plan__item-contents.blue {
  border: 4px solid #4487E8;
}

.plan__item-contents.orange {
  border: 4px solid #FF9859;
}

.plan__item-title {
  padding: 8px 0;
  background-color: #ebeeef;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan__item-title {
    font-weight: bold;
  }
}

.plan__item-title.blue {
  background: #4487E8;
  color: #fff;
}

.plan__item-title.orange {
  background: #FF9859;
  color: #fff;
}

.plan__item-text {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan__item-text {
    margin-top: 24px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.plan__item-price {
  margin-top: 40px;
  padding-bottom: 24px;
  font-family: Arial, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan__item-price {
    font-weight: bold;
  }
}

.plan__item-price.blue {
  color: #4487E8;
}

.plan__item-price.orange {
  color: #FF9859;
}

.plan__item-price.blue .monthly,
.plan__item-price.orange .monthly {
  color: #163740;
}

.plan__item-price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #163740;
  position: absolute;
  left: 0;
  bottom: 0;
}

.plan__item-price .monthly {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  margin: 0 auto 24px;
  border: solid 1px #163740;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .plan__item-price .monthly {
    font-weight: normal;
    margin: 0 auto 8px;
  }
}

.plan__item-price .yen {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

.plan__sub-list {
  margin-top: 40px;
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 820px) {
  .plan__sub-list {
    margin-top: 24px;
  }
}

.plan__sub-item {
  margin-left: 40px;
  padding: 4px 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan__sub-item {
    font-weight: bold;
    line-height: 1.3;
  }
}

.plan__sub-item::before {
  content: "";
  background: url(../img/check.png) no-repeat center center/contain;
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plan-recruit {
  margin-top: 80px;
  padding: 80px 40px;
  border-radius: 40px;
  background-color: #F8EFE9;
}
@media screen and (max-width: 820px) {
  .plan-recruit {
    margin-top: 40px;
    padding: 40px 24px;
  }
}

.plan-recruit .card-title {
  color: #FF9859;
}

.plan-recruit .card-title::after {
  background: #FF9859;
}

.plan-recruit .plan__sub-item::before {
  background: url(../img/check-orange.png) no-repeat center center/contain;
}

.cta.plan__cta {
  width: 100%;
  max-width: 1148px;
  padding-inline: 24px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: 4.8611111111vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .cta.plan__cta {
    margin-top: 40px;
    bottom: 30px;
  }
}

@media screen and (max-width: 820px) {
  .about .l-inner {
    padding: 0;
  }
}

.about__block {
  padding: 98px 0 473px;
  position: relative;
  z-index: 5;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .about__block {
    padding: 25px 0 35.7333333333vw;
  }
}

.about__block::before {
  content: "";
  background-image: url(../img/about-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2880/3654;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15.4%);
          transform: translateX(-50%) translateY(-15.4%);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .about__block::before {
    background-image: url(../img/about-bg-sp.png);
    aspect-ratio: auto;
    height: 90%;
    -webkit-transform: translateX(-50%) translateY(-7%);
            transform: translateX(-50%) translateY(-7%);
    z-index: -3;
  }
}
@media screen and (max-width: 500px) {
  .about__block::before {
    -webkit-transform: translateX(-50%) translateY(-4%);
            transform: translateX(-50%) translateY(-4%);
  }
}

.about__block::after {
  content: "";
  background: url(../img/about-bottom.png) no-repeat center center/contain;
  width: 100%;
  aspect-ratio: 2880/1388;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.about__title {
  width: 27.7777777778vw;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .about__title {
    width: auto;
  }
}

.about__title::after {
  content: "about us";
}

.about__head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .about__head-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__text-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .about__text-box {
    margin-top: 24px;
    gap: 16px;
  }
}

.about__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.about-contents {
  margin-top: 112px;
  background: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(30px);
  border-radius: 40px 40px 0 0;
  padding: 80px 40px 230px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .about-contents {
    margin-top: 40px;
    padding: 40px 24px 80px;
    overflow: hidden;
  }
}

.about-contents::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5019607843)), to(rgba(255, 255, 255, 0.5019607843))), url(../img/about-img-bg.png) no-repeat center center/contain;
  background: linear-gradient(rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.5019607843)), url(../img/about-img-bg.png) no-repeat center center/contain;
  width: 100%;
  aspect-ratio: 2880/3185;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .about-contents::before {
    display: none;
  }
}

.about__img {
  display: block;
  margin-top: 90px;
  width: 76.3888888889vw;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .about__img {
    width: 100%;
    max-width: 600px;
    margin: 32px auto 0;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (max-width: 500px) {
  .about__img {
    width: calc(100% + 48px);
    max-width: none;
    margin: 32px -24px 0;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__list {
  display: none;
}
@media screen and (max-width: 820px) {
  .about__list {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.about__item {
  padding: 24px 16px;
}

.about__item-title {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.about__item-title::after {
  content: "";
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -31px;
  text-transform: capitalize;
}

.about__item.purpose {
  background: rgba(199, 222, 255, 0.1882352941);
  border: 0.3px solid #4487E8;
}

.about__item-title.purpose {
  color: #4487E8;
}

.about__item-title.purpose::after {
  content: "purpose";
  color: #4487E8;
}

.about__item.future {
  background: rgba(250, 162, 154, 0.1882352941);
  border: 0.3px solid #FF7366;
}

.about__item-title.future {
  color: #FF7366;
}

.about__item-title.future::after {
  content: "future";
  color: #FF7366;
}

.about__item.our-way {
  background: rgba(255, 201, 169, 0.1882352941);
  border: 0.3px solid #FF9859;
}

.about__item-title.our-way {
  color: #FF9859;
}

.about__item-title.our-way::after {
  content: "our-way";
  color: #FF9859;
}

.about__item-text {
  margin-top: 47px;
  font-size: 1rem;
  line-height: 2;
}

.about-company {
  background: url(../img/about-company-bg.jpg) no-repeat center center/cover;
  border-radius: 40px;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .about-company {
    margin-top: -40px;
    padding: 40px 24px;
  }
}

.about-company__contents {
  margin-top: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about-company__contents {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 820px) {
  .about-company__contents {
    padding: 0;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-company__list {
  width: 43.4722222222vw;
  max-width: 626px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 1024px) {
  .about-company__list {
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  .about-company__list {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}

.about-company__item {
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 14px 0;
}
@media screen and (max-width: 820px) {
  .about-company__item {
    grid-template-columns: 1fr;
    padding: 8px 0 0;
  }
}

.about-company__item:not(:last-child) {
  border-bottom: solid 1px #B8CACF;
}

.about-company__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .about-company__title {
    font-size: clamp(1.125rem, 0.6225490196rem + 0.9803921569vw, 1.25rem);
  }
}

.about-company__text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .about-company__text {
    font-size: clamp(0.875rem, 0.3725490196rem + 0.9803921569vw, 1rem);
  }
}

.about-company__img {
  width: 30.1388888889vw;
  max-width: 434px;
  aspect-ratio: 868/848;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .about-company__img {
    width: 42%;
  }
}
@media screen and (max-width: 820px) {
  .about-company__img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}
.about-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact__block {
  background: #fff;
}

.contact-inner {
  width: 94.4444444444%;
  max-width: 1360px;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .contact-inner {
    width: 100%;
    margin: 0;
  }
}

.contact__contents {
  background: #4487E8;
  border-radius: 40px 0 0 40px;
  padding: 80px 170px 80px 90px;
  padding-right: 11.8055555556vw;
}
@media screen and (max-width: 820px) {
  .contact__contents {
    padding: 40px 24px 64px;
  }
}

.section-title.contact__title {
  width: 27.7777777778vw;
  max-width: 400px;
  min-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .section-title.contact__title {
    width: 100%;
  }
}

.contact__title::after {
  content: "contact";
  color: #fff;
}

.contact__head-contents {
  padding-bottom: 40px;
  border-bottom: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .contact__head-contents {
    margin-left: 0;
    border: none;
  }
}

.contact__text {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}

.contact__form {
  margin: 60px 0 0 90px;
}
@media screen and (max-width: 820px) {
  .contact__form {
    margin: 8px 0 0;
  }
}

.contact__list {
  max-width: 1010px;
}
@media screen and (max-width: 820px) {
  .contact__list {
    max-width: 702px;
    margin-inline: auto;
  }
}

.contact__item {
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .contact__item {
    padding: 16px 0;
  }
}

@media screen and (max-width: 820px) {
  .contact__item:first-child {
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #fff;
  }
}

@media screen and (max-width: 820px) {
  .contact__item:nth-child(2) {
    margin-top: 24px;
  }
}

.contact__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.contact__fieldset {
  display: contents;
}

.contact__label {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

.contact__label .label-small {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 8px 6px;
  background: #FF7366;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

.contact__radio-list {
  margin-top: 24px;
}
.contact__radio-check .wpcf7-list-item {
  margin: 0;
}
.contact__radio-check .wpcf7-list-item label {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contact__radio-check .wpcf7-list-item label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
  background: #EDF4FF;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact__radio-check .wpcf7-list-item label input:checked {
  position: relative;
}
.contact__radio-check .wpcf7-list-item label input:checked::after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #FF7366;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.contact__radio-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .contact__radio-check {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.contact__input {
  width: 100%;
  padding: 30px 24px;
  border-radius: 8px;
  border: none;
  background: #EDF4FF;
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .contact__input {
    padding: 19px 24px;
    margin-left: 0;
  }
}

::-webkit-input-placeholder {
  color: #A7BEE2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #A7BEE2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #A7BEE2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

::-ms-input-placeholder {
  color: #A7BEE2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}

::placeholder {
  color: #A7BEE2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  ::-webkit-input-placeholder {
    line-height: 1.3;
  }
  ::-moz-placeholder {
    line-height: 1.3;
  }
  :-ms-input-placeholder {
    line-height: 1.3;
  }
  ::-ms-input-placeholder {
    line-height: 1.3;
  }
  ::placeholder {
    line-height: 1.3;
  }
}

.contact__textarea {
  width: 100%;
  height: 400px;
  resize: none;
  padding: 30px 24px;
  border-radius: 8px;
  border: none;
  background: #EDF4FF;
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .contact__textarea {
    padding: 24px;
  }
}

.contact__privacy-check {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact__privacy-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.contact__privacy-check label a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .contact__privacy-check label {
    line-height: 1.3;
  }
}

.contact__check-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 16px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #EDF4FF;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__check-box:checked {
  position: relative;
}

.contact__check-box:checked::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/contact-check.png) no-repeat center center/contain;
  width: 20px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.contact__check-box:checked ~ .wpcf7-list-item-label a {
  color: #FFEA00;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.contact__submit-btn-box {
  margin-top: 40px;
  width: 100%;
  max-width: 472px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .contact__submit-btn-box {
    width: 87.2vw;
    max-width: 327px;
  }
}

.contact__submit-btn.contact-link {
  width: 100%;
  padding: 24px 0 24px 56px;
  font-size: 2rem;
  -webkit-box-shadow: 0 4px 4px 0 #1a62ca;
          box-shadow: 0 4px 4px 0 #1a62ca;
  border: none;
}
@media screen and (max-width: 1200px) {
  .contact__submit-btn.contact-link {
    padding: 26px 0 26px 56px;
    font-size: 1.5rem;
  }
}

.contact__submit-btn-box::before {
  content: "";
  background: url(../img/mail.png) no-repeat center center/contain;
  aspect-ratio: 83/56;
  width: 46px;
  left: 80px;
  position: absolute;
  top: 26px;
  z-index: 10;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 820px) {
  .contact__submit-btn-box::before {
    left: 40px;
  }
}

@media (any-hover: hover) {
  .contact__submit-btn.contact-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FF7366;
  }
  .contact__submit-btn-box:hover::before {
    background: url(../img/mail-open.png) no-repeat center center/contain;
    aspect-ratio: 108/80;
    top: 24px;
    width: 42px;
    left: 82px;
  }
}
@media screen and (any-hover: hover) and (max-width: 820px) {
  .contact__submit-btn-box:hover::before {
    left: 42px;
  }
}
.l-inner {
  width: 100%;
  height: 100%;
  max-width: 1328px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .l-inner {
    padding-inline: 30px;
  }
}

.m-inner {
  width: 100%;
  height: 100%;
  max-width: 1148px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .m-inner {
    padding-inline: 18px;
  }
}

.max-inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 820px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 820px) {
  .pc-br {
    display: none;
  }
}

.lg-br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .lg-br {
    display: none;
  }
}

.contact-link {
  display: block;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 4px 0 #d3e4fb;
          box-shadow: 0 4px 4px 0 #d3e4fb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9859), to(#ff7366));
  background-image: linear-gradient(to bottom, #ff9859 0%, #ff7366 100%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact-link::before {
  content: "";
  background: url(../img/mail.png) no-repeat center center/contain;
  aspect-ratio: 83/56;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (any-hover: hover) {
  .contact-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#165CC3), to(#76AEFF));
    background-image: linear-gradient(to right, #165CC3 0%, #76AEFF 100%);
    color: #fff;
  }
  .contact-link:hover::before {
    background: url(../img/mail-open.png) no-repeat center center/contain;
    aspect-ratio: 108/80;
    top: 49%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-text {
    display: none;
  }
}

.section-title {
  padding-top: 72px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 820px) {
  .section-title {
    width: calc(100% + 12px);
    padding: 52px 0 0;
    margin: 0 -6px;
  }
}

.section-title.js-text-slideIn {
  visibility: hidden;
}

.section-title span {
  display: block;
  font-size: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.section-title.is-active span {
  -webkit-animation: textSlideIn 1.3s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.03s * var(--index, 0));
          animation: textSlideIn 1.3s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.03s * var(--index, 0));
}

.section-title::before {
  content: "";
  background: url(../img/section-title-img.png) no-repeat center center/contain;
  width: 55px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 6px;
  left: 16px;
}
@media screen and (max-width: 820px) {
  .section-title::before {
    width: 42px;
    left: 0px;
  }
}

.section-title::after {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  left: 54px;
}
@media screen and (max-width: 820px) {
  .section-title::after {
    font-size: 1.25rem;
    left: 26px;
    letter-spacing: normal;
  }
}

.large-title {
  color: #4487E8;
  font-size: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .large-title {
    line-height: 1.3;
  }
}

.large-title::before {
  content: "";
  background: url(../img/large-title-img.png) no-repeat center center/contain;
  width: 57px;
  aspect-ratio: 57/30;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .large-title::before {
    top: -38px;
  }
}

.large-title .orange {
  color: #FF9859;
  font-size: clamp(2.5rem, 2.323943662rem + 0.7511737089vw, 3rem);
}

.small-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 6px 22px;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 820px) {
  .small-title {
    padding: 0 0 0 19px;
    font-weight: bold;
    line-height: 1.3;
  }
}
.small-title span {
  font-family: Arial, sans-serif;
  letter-spacing: 0.1em;
}

.small-title::before {
  content: "";
  background: url(../img/small-title-img.png) no-repeat center center/contain;
  width: 11px;
  aspect-ratio: 11/25;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
}

.small-title::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #163740;
  position: absolute;
  right: -118px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .small-title::after {
    width: 40px;
    right: -58px;
  }
}

.card-title {
  color: #4487E8;
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .card-title {
    line-height: 1.5;
  }
}

.card-title::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4487E8;
}
@media screen and (max-width: 820px) {
  .card-title::after {
    bottom: -14px;
  }
}

.heading {
  color: #4487E8;
  font-size: clamp(1.4375rem, 0.0322580645rem + 2.7419354839vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .heading {
    font-size: 1.75rem;
  }
}

.page-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.page-inner::after {
  content: "";
  background: url(../img/fv-miqtora.png) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 2878/2696;
  position: absolute;
  top: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .page-inner::after {
    top: 100px;
  }
}
@media screen and (max-width: 820px) {
  .page-inner::after {
    background: url(../img/fv-miqtora_sp.png) no-repeat center center/cover;
    aspect-ratio: 750/709;
    top: 300px;
  }
}
@media screen and (max-width: 500px) {
  .page-inner::after {
    top: 448px;
  }
}

.page-fv {
  width: 100%;
  max-width: 1246px;
  padding: 62px 0 24.5138888889vw 25px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .page-fv {
    padding: 10.6666666667vw 0 68.5333333333vw;
    aspect-ratio: auto;
    overflow: hidden;
  }
}

.page-fv::before {
  content: "";
  background: url(../img/dotted-square.png) no-repeat center center/contain;
  width: 10.6944444444vw;
  max-width: 154px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 86px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .page-fv::before {
    right: 24px;
    top: 16px;
  }
}
@media screen and (max-width: 820px) {
  .page-fv::before {
    width: 16vw;
    top: 2px;
    right: -17px;
  }
}

.page-fv__bird {
  width: 6.6666666667vw;
  max-width: 96px;
  aspect-ratio: 96/75;
  position: absolute;
  top: 252px;
  right: 138px;
}
@media screen and (max-width: 1200px) {
  .page-fv__bird {
    right: 15vw;
    top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .page-fv__bird {
    width: 10.6666666667vw;
    right: 13px;
    top: 82px;
  }
}

.page-fv__container {
  max-width: 717px;
  margin-left: 14.7916666667vw;
  margin-right: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .page-fv__container {
    width: 80.8vw;
    margin: 0 48px 0 24px;
  }
}

.page-fv__decoration {
  position: absolute;
  top: 7%;
  left: 2.9166666667vw;
}
@media screen and (max-width: 820px) {
  .page-fv__decoration {
    top: auto;
    left: auto;
  }
}
.page-fv__decoration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-fv__deco--red {
  display: block;
  width: 15vw;
  max-width: 216px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .page-fv__deco--red {
    width: 22.9333333333vw;
    max-width: 110px;
    top: auto;
    bottom: -16px;
    left: -28px;
  }
}

.page-fv__deco--blue {
  width: 6.9444444444vw;
  max-width: 100px;
  position: absolute;
  top: 86%;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .page-fv__deco--blue {
    width: 15.4666666667vw;
    max-width: 76px;
    top: 54%;
    left: 60%;
  }
}

.page-fv__title {
  color: #4487E8;
  font-size: clamp(1.6875rem, -0.0483870968rem + 3.3870967742vw, 3rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .page-fv__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.page-fv__text {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  .page-fv__text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 820px) {
  .page-fv__text .sp-change {
    display: block;
    margin-top: 16px;
  }
}

.cta__container {
  max-width: 1100px;
  margin-inline: auto;
  padding: 40px 0;
  aspect-ratio: 1100/324;
  background: url(../img/cta-bg.png) no-repeat center center/contain;
  border-radius: 40px;
}
@media screen and (max-width: 820px) {
  .cta__container {
    background: url(../img/cta-bg-sp.png) no-repeat center center/contain;
    aspect-ratio: auto;
    height: 324px;
    padding: 33px 0;
  }
}

.cta__heading {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(0.875rem, 0.0483870968rem + 1.6129032258vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .cta__heading {
    font-size: clamp(1.25rem, -0.2045454545rem + 7.2727272727vw, 1.5rem);
    line-height: 1.5;
  }
}

.cta__heading::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #FFEA00;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 820px) {
  .cta__heading::after {
    height: 2px;
    bottom: -8px;
  }
}

.cta__text {
  margin-top: 40px;
  color: #fff;
  font-size: clamp(1.375rem, -0.1129032258rem + 2.9032258065vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .cta__text {
    font-size: clamp(0.875rem, 0.1477272727rem + 3.6363636364vw, 1rem);
    line-height: 1.3;
  }
}

.cta__contact-btn {
  margin: 40px auto 0;
  width: 45.6363636364vw;
  max-width: 502px;
}
@media screen and (max-width: 820px) {
  .cta__contact-btn {
    margin: 24px auto 0;
    width: 100%;
    max-width: 340px;
    padding-inline: 16px;
  }
}

.cta__contact-btn .contact-link {
  -webkit-box-shadow: 0 4px 4px 0 #1A62CA;
          box-shadow: 0 4px 4px 0 #1A62CA;
  font-size: clamp(1.5rem, 0.8387096774rem + 1.2903225806vw, 2rem);
  padding: 24px 0 24px;
  padding-left: 27.0916334661%;
}
@media screen and (max-width: 820px) {
  .cta__contact-btn .contact-link {
    font-size: clamp(1.25rem, -0.2045454545rem + 7.2727272727vw, 1.5rem);
    padding: 32px 0 32px 0;
    padding-left: 21.7647058824%;
  }
}

.cta__contact-btn .contact-link::before {
  width: 46px;
  left: 15.9362549801%;
}
@media screen and (max-width: 820px) {
  .cta__contact-btn .contact-link::before {
    left: 18px;
    width: 14.9350649351%;
  }
}

@-webkit-keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fvBirdZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fvBirdZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fvDottedGrayZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fvDottedGrayZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fvDottedBlueZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fvDottedBlueZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fvPolygonZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fvPolygonZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes fuwafuwa-reverse {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fuwafuwa-reverse {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes textSlideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-in-left,
.slide-in-right {
  opacity: 0;
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw); /* 初期位置は後でJSで上書きもOK */
}

.slide-in-left {
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(1.85rem);
          transform: translateY(1.85rem); /* 2rem = 約32px */
}