html {
  font-size: 4.2666666667vw;
  scroll-behavior: smooth;
}

.header {
  position: absolute;
  top: 0.2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 99;
}

#fixed-header {
  position: fixed;
  top: -70px;
  width: 100%;
  font-size: 2em;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
}
#fixed-header.is-show {
  top: 0;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.mv {
  position: relative;
  background-image: url("../img/fv_bg.webp");
  padding: 100px 0 0;
}

.header_h {
  width: 50%;
}
.logo__txt {
  font-size: 9px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  margin-top: 2px;
}
#fixed-header .logo__txt {
  color: #004aad;
  border: 1px solid #004aad;
}
.header__link {
  color: #222;
  background-color: #f9d002;
  text-align: center;
  border-radius: 120px;
  font-weight: bold;
  padding: 12px;
  font-size: 13px;
  width: 40%;
  position: relative;
  border: 3px solid #fff4d1;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow {
  width: 10px;
  position: absolute;
  top: 36%;
  right: 5%;
  display: block;
  margin: 0 auto;
}
.mv__ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 2.5rem;
  text-shadow: 0 0 12px rgb(255, 255, 255, 0.7);
}
.mv__desc p {
  background-color: #fff;
  color: #004aad;
  font-weight: 600;
  padding: 4px 8px;
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 4px;
}
.mv__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.mv__human {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.mv__img {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.cta__link {
  width: 100%;
  position: absolute;
  bottom: 6%;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px 0;
}
.cta__link .arrow {
  width: 16px;
}

.head__en {
  color: #004aad;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.head__ttl {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 12px;
}

.section {
  padding: 64px 0 20px;
}

.problem {
  background-color: #eff6ff;
}
.p__list {
  margin-top: 32px;
}
.p__list__item {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
  margin-bottom: 12px;
}
.p__list__item p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-left: 12px;
}
.p__list__item img {
  width: 24%;
}

.contact_main {
  width: 100%;
  margin: 0 auto;
}
/* 見出し */
.contact_h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #004aad;
  margin-bottom: 16px;
}
/* ------------------------------------ */
/* フォーム共通書式 */
/* ------------------------------------ */
/* labelタグ：項目のラベルと入力欄を囲うタグ */
.form_block {
  display: block;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* 必須アイコン */
.form-required {
  margin-left: 12px;
  color: #fff;
  background-color: #004aad;
  padding: 1px 8px;
  font-size: 10px;
  border-radius: 3px;
}
.form_label {
  margin-bottom: 8px;
}
/* 入力欄 */
.form_field {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 14px 8px;
  width: 100%;
}
/* input[type="text" i] {
    color: #fff;
  } */
/* ------------------------------------ */
/* ラジオボタン専用 */
/* ------------------------------------ */
.label_radio + .label_radio {
  margin-left: 2em;
}
.radio_span {
  margin-left: 0.5em;
}
/* ------------------------------------ */
/* checkbox専用 */
/* ------------------------------------ */
.label_checkbox + .checkbox {
  margin-left: 2em;
}
.checkbox_span {
  margin-left: 0.5em;
}

/* ------------------------------------ */
/* セレクト：プルダウン専用 */
/* ------------------------------------ */
.select_block {
  padding-left: 1em;
}
/* ------------------------------------ */
/* 段落入力 */
/* ------------------------------------ */
.form_block.--textfield {
  align-items: start;
  height: auto;
}
.form_field.--textfield {
  height: 20em;
  resize: none;
}
/* ------------------------------------ */
/* 送信ボタン */
/* ------------------------------------ */
.form-btn {
  font-size: 14px;
  background-color: #f98b04;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 6px;
  width: 100%;
}
/* ------------------------------------ */
/* 個人情報保護 */
/* ------------------------------------ */
.privacy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}

/* ------------------------------------ */
/* 送信後のサンクスページ専用 */
/* ------------------------------------ */
.section-thanks {
  padding: 100px 40px;
}
.thanks_h1 {
  font-size: 2.8rem;
  text-align: center;
}
.thanks_a {
  background-color: #6695ed;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  width: 12em;
  height: 3em;
}

.tablet {
  display: none;
}
.sankaku {
  width: 100%;
}
.ft__text {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 48px;
}
.marker {
  background: linear-gradient(transparent 60%, #ffe601 30%);
}

.service {
  background-color: #eff6ff;
  padding: 56px 0;
}

.service__content {
  margin-top: 32px;
}

.service__cc {
  background-color: #004aad;
  padding: 24px 0;
  border-radius: 12px;
}
.service__logo {
  width: 72%;
  margin: 0 auto 12px;
  display: block;
}
.service__cc {
  margin-top: 20px;
}
.service__cc h3 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.feature {
  background-color: #004aad;
  padding: 56px 0;
}

.feature .head__en,
.feature .head__ttl {
  color: #fff;
}

.ft__list__item {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  margin-bottom: 12px;
}
.ft__num {
  width: 40%;
  display: block;
  margin: 0 auto 12px;
}
.ft__illust {
  width: 100%;
}
.ft__list {
  margin-top: 32px;
}
.ft__main h3 {
  font-weight: 700;
  text-align: center;
  color: #004aad;
}
.ft__main p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin-top: 12px;
}

.ft__main {
  margin-top: 12px;
}

.head__ex {
  margin-top: 32px;
}

.ex__list {
  margin-top: 32px;
}
.ex__list__item {
  background-color: #1c71e2;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  margin-bottom: 8px;
}
.ex__content {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.ex__point_i {
  display: flex;
  align-items: center;
}
.ex__content img {
  margin-right: 12px;
}
.ex__content p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.ex__point_i {
  margin-bottom: 12px;
}
.ex__point_i p {
  color: #fff;
  font-weight: 500;
  padding-left: 8px;
}
.ex__notice {
  position: absolute;
  color: #fff;
  font-size: 14px;
  right: 6%;
  bottom: 9%;
}

.cta {
  background-color: #f9d002;
  padding: 40px 0;
}
.cta p {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
}
.cta h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
}

.cta__btn {
  background-color: #222;
  border-radius: 120px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 28px 0;
  width: 340px;
  display: block;
  position: relative;
  margin-top: 24px;
}
.cta__btn img {
  position: absolute;
  right: 4%;
  top: 42%;
  width: 16px;
}

.case {
  padding: 56px 0;
  background-color: #eff6ff;
}

.case__content {
  margin-top: 32px;
}
.case_head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1.5px solid #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.case_head img {
  width: 30%;
  margin-right: 10px;
}
.case__point {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.case__ttl {
  width: 66%;
}
.case__ttl h3 {
  font-size: 1rem;
  font-weight: 600;
}
.case__label {
  margin: 8px auto;
}
.case__sub {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px;
}
.case__sub h4 {
  color: #004aad;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.case__sub p {
  font-size: 0.7rem;
  font-weight: 400;
}
.case__label p {
  color: #004aad;
  background-color: #e8f1fe;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}
.case__post h3 {
  color: #004aad;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
}
.case__post p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.case__other {
  margin-top: 32px;
}
.case__other h2 {
  font-size: 1.4rem;
  color: #004aad;
  font-weight: 600;
  text-align: center;
}

.swiper {
  max-width: 100%; /* スライドの最大幅 */
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide img {
  /* width: 100%;
  height: auto; */
}
.swiper-slide {
  margin-top: 32px;
}
/* 矢印とページネーションの色 */
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #eee; /* 矢印の色 */
}
.swiper-pagination-bullet-active {
  --swiper-pagination-color: #000; /* ページネーション、アクティブの色 */
}

.case .voice__h {
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.voice__item {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px;
}

.voice__item h4 {
  color: #004aad;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 6px;
}

.voice__item p {
  font-size: 0.7rem;
  font-weight: 400;
}

.voice__arrow {
  display: block;
  margin: 8px auto;
}

.item__blue {
  background-color: #e8f1fe;
}

.swiper-button-next,
.swiper-button-prev {
  color: #004aad;
  border: 1px solid #004aad;
  background-color: #fff;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  top: var(--swiper-navigation-top-offset, 94%) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #004aad;
  font-size: 18px !important;
}
.swiper-pagination-bullet-active {
  background-color: #004aad !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10% !important;
}
.swiper-horizontal {
  padding-bottom: 60px !important;
}

.flow {
  padding: 56px 0;
  background-color: #f4f4f4;
}

.contact {
  padding: 56px 0;
}

.flow__list__item {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
}
.flow__label {
  display: block;
  margin: 0 auto;
}
.flow__icon {
  margin: 12px auto;
  display: block;
}
.flow__list__item h3 {
  text-align: center;
  color: #004aad;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.flow__list__item p {
  font-size: 14px;
  padding: 0 12px;
  line-height: 20px;
}
.flow__list {
  margin-top: 32px;
}
.flow__list__item {
  margin-bottom: 12px;
}
.flow__arrow {
  margin: 12px auto;
  display: block;
}
.contact form {
  margin-top: 32px;
}
.contact .form_label {
  font-size: 14px;
}

.contact .form_field {
  padding: 20px 8px;
}

.contact .form_block {
  margin-bottom: 16px;
}
.contact .form-btn {
  padding: 20px;
}

.footer img {
  margin: 0 auto;
  display: block;
}
.contact form input {
  font-size: 16px;
}
.thanks {
  padding: 180px 0;
}
.form__select {
  position: relative;
}
select {
  appearance: none;
  background-color: #fff;
  color: #222;
  font-size: 16px;
}
textarea {
  font-size: 16px;
}

.form__select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #222;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
  top: 45%;
}
.thanks__desc {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}

.thanks__return {
  background-color: #004aad;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 340px;
  margin: 32px auto 0;
  display: block;
  border-radius: 120px;
  padding: 20px 0;
  text-align: center;
}
.thanks__l {
  color: #004aad;
  border-color: #004aad;
}

@media screen and (min-width: 1024px) {
  .header {
    top: 0.2%;
  }
  .tablet {
    display: block;
  }
  .mv__ttl {
    font-size: 0.9rem;
    color: #fff;
    text-align: left;
    font-weight: 700;
    line-height: 1.2rem;
  }
  .mv__desc p {
    text-align: left;
    font-size: 0.4rem;
  }
  .mv__desc {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .mv__left {
    width: 50%;
    z-index: 1;
  }
  .logo__txt {
    font-size: 12px;
    padding: 6px;
    margin-left: 20px;
    border: 2px solid #fff;
    border-radius: 6px;
  }
  .header__link {
    width: 260px;
    padding: 16px 12px;
    font-size: 16px;
  }
  .arrow {
    width: 14px;
    top: 40%;
  }
  .header_h {
    display: flex;
    width: 64%;
    align-items: center;
  }
  .mv__img {
    position: inherit;
    width: 80%;
    margin-left: 0;
    margin-top: 40px;
  }
  .mv .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv {
    padding: 80px 0 40px;
  }

  .mv__right {
    width: 40%;
    background-color: #fff;
    border-radius: 12px;
    padding: 32px;
    z-index: 1;
  }

  .mv__human {
    position: absolute;
    bottom: -7.5%;
    left: 36%;
    width: 300px;
    z-index: 0;
  }
  .p__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
  }
  .p__list__item {
    width: 32%;
    margin: 0 6px 12px;
  }
  .p__list__item p {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .head__ttl {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .p__list__item img {
    width: 50%;
  }
  .ft__text {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-bottom: 56px;
  }
  .service__img {
    width: 800px;
    margin: 0 auto 20px;
    display: block;
  }
  .service__cc {
    width: 800px;
    margin: 0 auto;
    display: block;
    padding: 32px 0 36px;
  }
  .service__logo {
    width: 40%;
  }
  .service__cc h3 {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .contact .form-btn {
    font-size: 20px;
  }
  .service,
  .feature,
  .contact {
    padding: 80px 0;
  }
  .ft__content {
    display: flex;
    align-items: center;
  }
  .ft__list__item {
    padding: 56px;
  }
  .ft__main h3 {
    text-align: left;
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin: 20px auto 12px;
  }
  .ft__main p {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .ft__num {
    width: 24%;
    margin-left: 0;
  }
  .ft__illust {
    width: 50%;
    margin-right: 32px;
  }
  .ft__list {
    margin-top: 48px;
  }
  .ex__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ex__list__item {
    width: 31%;
  }
  .ex__content p {
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
  .ex__point_i p {
    font-size: 0.3rem;
    padding-left: 8px;
  }
  .ex__list__item {
    margin: 8px;
  }
  .cta p {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 8px;
  }
  .cta h2 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .cta__btn {
    width: 516px;
    margin: 48px auto 0;
    font-size: 0.5rem;
    padding: 32px 0;
  }
  .cta {
    padding: 56px;
  }
  .case__content {
    display: flex;
    justify-content: center;
  }
  .case__point {
    width: 46%;
    margin: 0 12px;
  }
  .case__ttl h3 {
    font-size: 0.4rem;
  }
  .case__sub h4 {
    font-size: 0.3rem;
  }
  .case__sub p {
    font-size: 0.3rem;
  }
  .case__post h3 {
    font-size: 0.4rem;
  }
  .case__post p {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .case__label {
    line-height: 0;
  }
  .case__label p {
    line-height: 20px;
  }
  .case__other h2 {
    font-size: 0.6rem;
  }
  .voice__s {
    width: 100%;
  }
  .case .voice__h {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .voice__item h4 {
    font-size: 0.4rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 96%) !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5% !important;
  }
  .case__other {
    margin-top: 64px;
  }
  .voice__item {
    padding: 16px;
  }
  .flow {
    padding: 80px 0;
  }
  .flow__list__item {
    width: 22%;
  }
  .flow__list {
    display: flex;
    justify-content: center;
  }
  .flow__arrow {
    transform: rotate(-90deg);
  }
  .contact .wrap {
    max-width: 680px;
  }
  .contact .contact_h1 {
    font-size: 48px;
  }
  .footer {
    padding: 0.428571rem 1.4285714286rem;
  }
  a {
    transition: 0.6s;
  }
  a:hover {
    opacity: 0.6;
  }
  .case__sub p {
    font-size: 0.2rem;
  }
  .thanks {
    padding: 320px 0;
  }
  .form__select::after {
    top: 45%;
  }
}

@media screen and (min-width: 1200px) {
  .wrap {
    max-width: 85%;
  }
  .form_block {
    margin-bottom: 12px;
  }
  .ft__illust {
    width: 50%;
    margin-right: 56px;
  }
  .feature .wrap {
    max-width: 1200px;
  }
  .case__sub h4,
  .case__sub p,
  .voice__item h4 {
    font-size: 0.25rem;
  }
  .case__label p {
    font-size: 12px;
  }
  .case__label {
    margin-bottom: 12px;
  }
  .case__sub h4 {
    margin-bottom: 8px;
  }
  .case__sub {
    padding: 16px;
  }
  .case__post h3 {
    font-size: 0.3rem;
  }
  .case__post p {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
  .case .voice__h {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 5% !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 5% !important;
  }
  .case .wrap {
    max-width: 1200px;
  }
  .flow__list__item {
    margin-bottom: 0;
    padding: 32px 20px;
  }
  .service__cc h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .mv__human {
    position: absolute;
    left: 40%;
    width: 28%;
    bottom: -11%;
    z-index: 0;
  }
  .mv__right {
    width: 35%;
  }
  .mv {
    padding: 120px 0 60px;
  }
  .service__img {
    width: 1024px;
  }
  .service__cc {
    width: 1024px;
  }
  .case .wrap {
    max-width: 1200px;
  }
}
