html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #28427C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

a {
  display: block;
  transition: 0.1s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * l-footer
 * -------------------------------------------------------------
 */

.l-footer__inner {
  margin: auto;
  max-width: 164.8rem;
  padding: 0 4rem;
  /* vw */
  width: min(164.8rem, 85.833vw);
}

.l-footer__body {
  display: flex;
  justify-content: flex-start;
  padding: 8rem 0 4.8rem;
}

.l-footer__info {
  margin-right: 9.8rem;
  /* vw */
  margin-right: min(9.8rem, 5.104167vw);
  max-width: 44.2rem;
  width: min(44.2rem, 23.021vw);
}

.l-footer__logo {
  max-width: 43.7rem;
  /* vw */
  width: min(43.7rem, 22.760416666vw);
}

.l-footer__tel {
  color: #222;
  font-size: 1.74rem;
  /* vw */
  font-size: min(1.74rem, 0.90625vw);
  letter-spacing: 0.14em;
  margin-top: 2rem;
  margin-top: min(2rem, 1.04166667vw);
}

.l-footer__tel a {
  display: inline-block;
  font-size: 3.3rem;
  /* vw */
  font-size: min(3.3rem, 1.71875vw);
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-right: 0.4em;
}

.l-footer__tel small {
  font-size: 80%;
}

.l-footer__info address {
  color: #222;
  font-size: 1.8rem;
  /* vw */
  font-size: min(1.8rem, 0.9375vw);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1rem;
  margin-top: min(1rem, 0.520833vw);
}

.l-footer__nav {
  padding-top: 1rem;
  padding-top: min(1rem, 0.520833vw);
  /* vw */
  width: min(61.7rem, 32.13542vw);
}

.l-footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* vw */
  gap: min(2.5rem, 1.3021vw);
}

.l-footer__nav a {
  -webkit-text-decoration: underline;
  align-items: center;
  display: flex;
  font-size: 2rem;
  /* vw */
  font-size: min(2rem, 1.04166667vw);
  font-weight: 600;
  gap: 1rem;
  gap: min(1rem, 0.520833vw);
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.l-footer__nav a::after {
  background: url(./../images/f_link.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.9rem;
  height: min(1.9rem, 0.98958vw);
  width: 1.9rem;
  /* vw */
  width: min(1.9rem, 0.98958vw);
}

.l-footer__end {
  margin-top: auto;
  max-width: 18.3rem;
  /* vw */
  width: min(18.3rem, 9.53125vw);
}

.l-footer_copyright {
  background: #28427c;
  padding: 3.3rem 0 7.2rem;
  /* vw */
  padding: min(3.3rem, 1.71875vw) 0 min(7.2rem, 3.75vw);
  position: relative;
}

.l-footer_copyright::before {
  background: #28427c;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-footer_copyright small {
  color: #fff;
  font-size: 1.7rem;
  /* vw */
  font-size: max(1.2rem, min(0.8854167vw, 1.7rem));
  font-weight: 500;
  letter-spacing: 0.08em;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

.l-header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1rem rgba(34, 34, 34, 0.2);
  height: 18rem;
  /* vw */
  height: min(18rem, 9.375vw);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.2s;
  width: 100%;
  z-index: 100;
}

.l-header.is-active {
  background: #fff;
}

.l-header__inner {
  align-items: center;
  display: flex;
  gap: 7.7rem;
  /* vw */
  gap: min(7.7rem, 4.0104167vw);
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 185rem;
  padding: 0 4rem;
}

.l-header__logo {
  max-width: 37rem;
  position: relative;
  top: max(1.1rem, 0.572912vw);
  /* vw */
  width: min(37rem, 19.270833vw);
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 128rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-cta-text
 * -------------------------------------------------------------
 */

.c-cta-text {
  align-items: center;
  color: #FFF100;
  display: flex;
  font-size: 2.8rem;
  font-weight: 900;
  gap: 3.4rem;
  justify-content: center;
  letter-spacing: 0.08em;
}

.c-cta-text::before,
.c-cta-text::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 4rem;
  width: 0.15rem;
}

.c-cta-text::before {
  transform: rotate(-30deg);
}

.c-cta-text::after {
  transform: rotate(30deg);
}

/*
 * c-section-ttl
 * -------------------------------------------------------------
 */

.c-section-ttl {
  border-bottom: 3px solid #28427C;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 auto;
  max-width: 63.2rem;
  padding-bottom: 2.6rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-section-ttl::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #28427C;
  bottom: -0.9rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: inline-block;
  height: 0.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.6rem;
}

/*
 * c-tel
 * -------------------------------------------------------------
 */

.c-tel {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 3.35rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.04em;
}

.c-tel::before {
  background: url(./../images/icon_tel.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 4.7rem;
  margin-right: 2.2rem;
  width: 4.7rem;
}

.c-tel small {
  font-size: 1.74rem;
  letter-spacing: 0.14em;
}

/*
 * u-fadein
 * -------------------------------------------------------------
 */

.u-fadein {
  opacity: 0;
  transform: translateY(50px);
  /* 下からの移動 */
  transition: all 0.5s ease-out;
  /* アニメーションのスタイル */
}

.u-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に移動 */
}

.u-sp-fadein {
  opacity: 0;
  transform: translateY(50px);
  /* 下からの移動 */
  transition: all 0.5s ease-out;
  /* アニメーションのスタイル */
}

.u-sp-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に移動 */
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * case
 * -------------------------------------------------------------
 */

.case {
  background: #eef9ff;
  padding: 10rem 0 16rem;
}

.case__slider {
  margin: 5.7rem auto 0;
  max-width: 114rem;
}

.case__item {
  background: #fff;
  border: 1px solid #264077;
  letter-spacing: 0.04em;
  padding: 2.3rem 3.5rem;
}

.case__ttl {
  border-bottom: 1px solid #B5B5B6;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}

.case__details {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 1.5rem;
}

.case__user {
  font-size: 1.8rem;
}

.case__text {
  color: #2B2C2D;
  line-height: 1.5;
  margin-top: 1.2rem;
}

.case__lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.case__list {
  font-feature-settings: "palt";
  border: 1px solid #C5E1F9;
  border-radius: 1.8rem;
  color: #2B2C2D;
  font-size: 1.7rem;
  padding: 0.8rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.case__end-text {
  align-items: center;
  display: flex;
  font-size: 3.7rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-top: 10rem;
}

.case__end-text::before,
.case__end-text::after {
  background: #1a2f6e;
  content: "";
  display: inline-block;
  height: 3.8rem;
  width: 1px;
}

.case__end-text::before {
  margin-right: 5.6rem;
  transform: rotate(-35deg);
}

.case__end-text::after {
  margin-left: 3.3rem;
  transform: rotate(35deg);
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #eef9ff;
  padding: 12rem 0 14rem;
}

.contact__inner {
  max-width: 111.9rem;
}

.contact__header {
  text-align: center;
}

.contact__text {
  color: #2B2C2D;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

.contact__copy {
  align-items: center;
  background: #2374BB;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2rem;
  font-weight: 600;
  height: 5.6rem;
  justify-content: center;
  letter-spacing: 0.04em;
  margin: 4.2rem auto 0;
  max-width: 30rem;
  position: relative;
  text-align: center;
}

.contact__copy::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #2374bb;
  bottom: -0.8rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2rem;
}

.contact__body {
  background: #fff;
  margin-top: 4.2rem;
  padding: 8rem 9.5rem;
}

/*
 * cta
 * -------------------------------------------------------------
 */

.cta {
  background: #28427c;
  padding: 4.5rem 0 5.5rem;
}

.cta__inner {
  max-width: 125.6rem;
  position: relative;
}

.cta__header {
  padding-left: 13rem;
  text-align: center;
}

.cta__tag {
  left: 5rem;
  max-width: 7.5rem;
  position: absolute;
  top: -4.8rem;
}

.cta__text {
  gap: 0;
}

.cta__text::before {
  margin-right: 2.5rem;
}

.cta__text::after {
  margin-left: 1.7rem;
}

.cta__body {
  display: flex;
  gap: 3.4rem;
  margin-top: 3rem;
}

.cta__btn {
  align-items: center;
  background: linear-gradient(180deg, #f0bc68 50%, #ECA83D 50%);
  border-radius: 3.2rem;
  display: flex;
  gap: 4.4rem;
  height: 6.9rem;
  justify-content: flex-start;
  max-width: 79.6rem;
  padding-left: 4rem;
  transition: none 0s ease 0s;
  transition: initial;
  width: 100%;
}

.cta__btn:hover {
  filter: brightness(110%);
}

.cta__btn-copy {
  font-feature-settings: "palt";
  align-content: center;
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 3px 3px 1px #584c38;
  color: #EC9629;
  display: inline-block;
  font-size: 2rem;
  height: 3.7rem;
  max-width: 23.2rem;
  text-align: center;
  width: 100%;
}

.cta__btn-text {
  color: #292B2C;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  position: relative;
}

.cta__btn-text::after {
  background: url(./../images/cta_arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.3rem;
  position: absolute;
  right: -3.8rem;
  top: 52%;
  transform: translateY(-50%);
  width: 0.74rem;
}

.cta__tel {
  flex: 1;
  flex-wrap: wrap;
}

.cta__tel small {
  display: block;
  padding: 0.4rem 0 0 3.7rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  background: #fff;
  padding: 15rem 0 19.4rem;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 5.4rem;
}

.faq__item {
  background: #FEFCE7;
  border-radius: 0.5rem;
  padding: 2.3rem 5rem 2.3rem 2.8rem;
}

.faq__text {
  color: #3C3E3E;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.faq__question {
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  padding-left: 3.8rem;
  position: relative;
}

.faq__eng {
  font-size: 2rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 1.5rem;
}

.faq__eng span {
  visibility: hidden;
}

.faq__q {
  background: url(./../images/faq_Q.webp) no-repeat center/100%;
}

.faq__btn {
  border-left: 3px solid #F39800;
  border-top: 3px solid #F39800;
  cursor: pointer;
  display: inline-block;
  height: 1.3rem;
  margin-left: auto;
  position: relative;
  top: 0.7rem;
  transform: rotate(225deg);
  transition: all 0.2s;
  width: 1.3rem;
}

.faq__answer {
  display: none;
  font-size: 1.7rem;
  margin-top: 2.4rem;
  padding-left: 3.8rem;
  position: relative;
}

.faq__a {
  background: url(./../images/faq_A.webp) no-repeat center/100%;
}

.faq__question.open .faq__btn {
  transform: rotate(405deg);
}

/*
 * features
 * -------------------------------------------------------------
 */

.features {
  background: url(./../images/bg_grid.webp) no-repeat top/100% 110.3rem;
  background-position-y: 25rem;
  margin-top: -21rem;
  padding-bottom: 15rem;
  padding-top: 15rem;
  position: relative;
}

.features::before {
  background: url(./../images/features_deco01.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 71.1rem;
  max-width: 56.4rem;
  position: absolute;
  right: 0;
  top: 30rem;
  width: 100%;
}

.features::after {
  background: url(./../images/features_deco02.webp) no-repeat center/100%;
  bottom: 24.2rem;
  content: "";
  display: block;
  height: 75.5rem;
  left: 0;
  max-width: 38.5rem;
  position: absolute;
  width: 100%;
}

.features__items {
  margin-top: 5.6rem;
  position: relative;
  z-index: 1;
}

.features__item {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.features__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.features__img {
  max-width: 58.5rem;
}

.features__details {
  flex: 1;
}

.features__head {
  font-family: "vdl-logomaru-jr", sans-serif;
  letter-spacing: 0.04em;
}

.features__eng {
  color: #D4D9E5;
  display: block;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.features__num {
  color: #28427C;
  display: block;
  font-size: 7.3rem;
  margin-top: 0.8rem;
}

.features__body {
  margin-top: 2rem;
}

.features__ttl {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.features__ttl span {
  color: #FF7B89;
}

.features__text {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 2.3rem;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  background: url(./../images/bg_grid.webp) no-repeat top/100% 111.4rem #FEFCE7;
  padding: 14.4rem 0 17.5rem;
}

.flow__items {
  grid-gap: 10rem 17.8rem;
  display: grid;
  gap: 10rem 17.8rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 9rem auto 0;
  max-width: 106rem;
  position: relative;
}

.flow__items::before {
  background: #28427c;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.flow__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
}

.flow__item::after {
  background: url(./../images/flow_separator.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 37rem;
  position: absolute;
  right: -9.5rem;
  top: 0;
  width: 3rem;
}

.flow__item:nth-child(3)::after,
.flow__item:nth-child(6)::after {
  display: none;
}

.flow__num {
  font-family: "vdl-logomaru-jr", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
}

.flow__eng {
  border-bottom: 1px solid #28427C;
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 1.4rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-transform: uppercase;
  top: -0.8rem;
}

.flow__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.flow__ttl small {
  display: block;
  font-size: 1.4rem;
  margin: 0.5rem calc(50% - 50vw) 0;
}

.flow__img {
  margin: 2rem auto 0;
  max-width: 23rem;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__group {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  gap: 1.5rem;
  letter-spacing: 0.04em;
}

.form__group:not(:nth-child(1)) {
  margin-top: 5rem;
}

.form__group:last-child {
  margin-top: 0;
}

.form label {
  color: #3C3E3E;
}

.form input,
.form textarea {
  background: #fff;
  border: 1px solid #002C3F;
  border-radius: 5px;
  color: #3C3E3E;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 1.2rem 2rem;
  width: 100%;
}

.form__row-name {
  display: flex;
  gap: 3rem;
}

.form__row-tel {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.form__row-tel span {
  color: #002C3F;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.form textarea {
  aspect-ratio: 910/200;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #002C3F;
  font-weight: 400;
  opacity: 0.3;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #002C3F;
  font-weight: 400;
  opacity: 0.3;
}

.form__check-links {
  color: #3C3E3E;
  display: flex;
  justify-content: center;
}

.form__check-links a {
  -webkit-text-decoration: underline;
  color: #2374BB;
  text-decoration: underline;
}

.form__checkbox label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 1.5rem auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.form__checkbox label::before {
  background: #fff;
  border: 1px solid #002C3F;
  border-radius: 0.9rem;
  content: "";
  height: 3rem;
  width: 3rem;
}

.form__checkbox label:has(:checked)::after {
  border: solid #3C3E3E;
  border-width: 0 2px 2px 0;
  content: "";
  height: 1.6rem;
  left: 1.1rem;
  position: absolute;
  top: 0.5rem;
  transform: rotate(45deg);
  width: 0.7rem;
}

.form__checkbox input {
  display: none;
}

.form__group-btn {
  text-align: center;
}

.form__btn {
  align-content: center;
  background: #2374BB;
  border-radius: 5px;
  color: #fff;
  height: 6.6rem;
  margin: 4rem auto 0;
  max-width: 35rem;
  text-align: center;
  width: 100%;
}

input:-webkit-autofill {
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form input:valid,
.form textarea:valid {
  background: #f0f8ff;
}

/* reCAPTCHA */
.form__group.reCAPTCHA01 .g-recaptcha{
  margin: 0 auto;
}

/*
 * intro01
 * -------------------------------------------------------------
 */

.intro01 {
  aspect-ratio: 1920/1142;
  background: url(./../images/intro01_bg.webp) no-repeat center/cover;
  /* vw */
  margin-top: min(-22.92vw, -44rem);
  padding: 42rem 0 19rem;
  position: relative;
  width: 100%;
}

.intro01 .intro01__ttl {
  margin: 0 auto;
  max-width: 75.9rem;
}

.intro01__text {
  border-color: #2B2C2D;
  border-radius: 12px;
}

.intro01__items {
  display: flex;
  flex-wrap: wrap;
  gap: 4.4rem 20rem;
  justify-content: space-between;
  margin-top: 4.5rem;
  position: relative;
}

.intro01__items::before {
  background: url(./../images/intro01_img.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 39rem;
  left: 50%;
  max-width: 33.4rem;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.intro01__item {
  align-content: center;
  background: #fff;
  border-radius: 2.2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  max-width: 34.4rem;
  padding: 5.1rem 2rem 4.5rem;
  position: relative;
  width: 100%;
}

.intro01__item::before {
  background: url(./../images/intro01_check.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 2.5rem;
  margin-top: 0.5rem;
  width: 3.1rem;
}

.intro01__item::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 3.3rem;
  width: 5.6rem;
}

.intro01__item:nth-child(2n-1)::after {
  -webkit-clip-path: polygon(18% 0, 0% 100%, 100% 100%);
  bottom: 2.1rem;
  clip-path: polygon(18% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: -3.5rem;
}

.intro01__item:nth-child(2n)::after {
  -webkit-clip-path: polygon(82% 0, 0% 100%, 100% 100%);
  bottom: 2.1rem;
  clip-path: polygon(82% 0, 0% 100%, 100% 100%);
  left: -3.5rem;
  position: absolute;
}

.intro01__text {
  align-content: center;
  color: #2B2C2D;
  font-size: 1.8rem;
  line-height: 1.645;
}

.intro01__text span {
  color: #C30D23;
  display: block;
}

.intro01__bottom {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #28427c;
  bottom: -7rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  color: #fff;
  font-size: 3.2rem;
  height: 13.8rem;
  left: 50%;
  letter-spacing: 0.04em;
  max-width: 49rem;
  padding-top: 2.4rem;
  position: relative;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

/*
 * intro02
 * -------------------------------------------------------------
 */

.intro02 {
  padding: 17rem 0 15rem;
}

.intro02__lead {
  border-bottom: 1px solid #2B2C2D;
  border-top: 1px solid #2B2C2D;
  color: #2B2C2D;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.52;
  margin: 0 auto;
  max-width: 72rem;
  padding: 1.1rem 0;
  text-align: center;
}

.intro02__lead span {
  font-weight: 700;
  margin: 0 0.8em;
}

.intro02__details {
  margin-top: 10rem;
  position: relative;
}

.intro__ttl {
  font-size: 4.17rem;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.intro__ttl strong {
  display: inline-block;
  margin: 0 2.7rem 0 4.3rem;
  max-width: 36.8rem;
}

.intro__ttl span {
  background: linear-gradient(transparent 0%, #FAEE00 0%);
  display: inline-block;
  line-height: 1;
  padding: 0.1rem 0.4rem 0.3rem;
}

.intro02__text {
  background: #28427c;
  border-radius: 0.9rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 3.5rem;
  max-width: 113.8rem;
  padding: 1.7rem 4.5rem 1.6rem;
  width: 100%;
}

.intro02__img {
  bottom: 0;
  max-width: 62.8rem;
  position: absolute;
  right: -1.1rem;
  width: 100%;
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  aspect-ratio: 1920/1350;
  background: url(./../images/mv_bg.webp) no-repeat center/cover;
  width: 100%;
}

.mv__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  gap: 1.5625vw;
  max-width: 167.8rem;
  padding-top: 25rem;
  padding-top: min(25rem, 13.020833333vw);
  position: relative;
  /* vw */
  width: min(167.8rem, 87.395833333vw);
  z-index: 1;
}

.mv__left {
  flex: 1;
  padding-top: min(10rem, 5.208333333vw);
  /* vw */
  width: min(77.5rem, 40.364583333vw);
}

.mv__ttl {
  /* vw */
  width: min(77.5rem, 40.3645833333vw);
}

.mv__cta {
  background: #28427c;
  border-radius: 2.1rem;
  margin: min(8.5rem, 4.427083333vw) auto 0;
  padding: min(3rem, 1.5625vw) min(3.6rem, 1.875vw);
  position: relative;
  /* vw */
  width: min(77rem, 40.104166666vw);
}

.mv__cta-tag {
  display: inline-block;
  left: min(5.5rem, 2.864583333vw);
  position: absolute;
  top: -0.5rem;
  /* vw */
  width: min(7.1rem, 3.697916666vw);
}

.mv__cta-text {
  color: #FFF100;
  display: flex;
  /* vw */
  font-size: min(2.7rem, 1.40625vw);
  gap: min(2rem, 1.041666666vw);
  justify-content: center;
  left: min(5rem, 2.604166666vw);
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
}

.mv__cta-text::before,
.mv__cta-text::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 3.2rem;
  /* vw */
  height: min(3.2rem, 1.6666666666vw);
  width: 0.18rem;
}

.mv__cta-text::before {
  transform: rotate(-30deg);
}

.mv__cta-text::after {
  position: relative;
  right: 1rem;
  transform: rotate(30deg);
}

.mv__cta-btn {
  background: #EC9629;
  border-radius: 1.6rem;
  margin-top: min(0.89vw, 1.7rem);
  /* vw */
  padding: min(0.83vw, 1.6rem) min(0.52vw, 1rem) min(0.99vw, 1.9rem);
}

.mv__cta-btn:hover {
  filter: brightness(110%);
}

.mv__cta-btnCopy {
  align-content: center;
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 3px 3px 1px #584C38;
  color: #EC9629;
  display: block;
  /* vw */
  font-size: min(1.583vw, 1.9rem);
  height: min(2.75vw, 3.3rem);
  margin: 0 auto;
  max-width: min(16.833vw, 20.2rem);
  text-align: center;
}

.mv__cta-btnText {
  color: #292B2C;
  /* vw */
  font-size: min(2.5rem, 1.3021vw);
  letter-spacing: 0.06em;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__cta-btnText::after {
  background: url(./../images/cta_arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.1rem;
  position: absolute;
  right: -2rem;
  top: 58%;
  transform: translateY(-50%);
  width: 0.65rem;
}

.mv__right {
  /* vw */
  width: min(79.8rem, 41.5625vw);
}

.mv__text {
  margin-left: auto;
  /* vw */
  width: min(69rem, 35.9375vw);
}

.mv__img {
  margin-top: min(4.4rem, 2.292vw);
  /* vw */
  width: min(79.8rem, 41.5625vw);
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  display: flex;
  flex: 1;
  height: 100%;
}

.nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.6s;
  visibility: visible;
  z-index: 10;
}

.nav__items {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  /* vw */
  gap: min(3.2rem, 1.6667vw);
  justify-content: flex-end;
}

.nav__item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.nav__link {
  align-items: center;
  display: flex;
  font-size: 2rem;
  /* vw */
  font-size: min(2rem, 1.04167vw);
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.02em;
  position: relative;
}

.nav__link::after {
  background: #28427c;
  bottom: 0;
  content: "";
  display: block;
  /* vw */
  height: min(0.7rem, 0.364583333vw);
  opacity: 0;
  position: absolute;
  transition: all 0.1s;
  width: 100%;
}

.nav__link:hover::after {
  opacity: 1;
  transition: all 0.1s;
  /* vw */
}

.nav__contact {
  align-items: center;
  background: #eca83d;
  border-radius: 6rem;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-size: min(2rem, 1.04167vw);
  font-weight: 600;
  gap: 1rem;
  gap: min(1rem, 0.520833vw);
  justify-content: center;
  letter-spacing: 0.14em;
  padding: 4.8rem;
  /* vw */
  padding: min(4.8rem, 2.5vw);
  position: relative;
}

.nav__contact:hover {
  filter: brightness(110%);
}

.nav__contact::before {
  background: url(./../images/icon_mail.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.9rem;
  height: min(1.583vw, 1.9rem);
  min-width: 2.8rem;
  min-width: min(2.333vw, 2.8rem);
  width: 2.8rem;
  /* vw */
  width: min(2.333vw, 2.8rem);
}

/*
 * page-top
 * -------------------------------------------------------------
 */

.page-top {
  align-items: center;
  background: #2374bb;
  border-radius: 50%;
  bottom: 2vw;
  display: grid;
  height: 15.3rem;
  height: min(7.96875vw, 15.3rem);
  justify-items: center;
  margin-left: auto;
  max-width: 15.3rem;
  place-items: center;
  position: fixed;
  right: 4vw;
  width: 100%;
  /* vw */
  width: min(7.96875vw, 15.3rem);
  z-index: 222;
}

.page-top:hover {
  filter: brightness(120%);
}

.page-top::before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 4rem;
  height: min(2.08333vw, 4rem);
  position: relative;
  top: 1rem;
  top: min(0.520833vw, 1rem);
  transform: rotate(45deg);
  width: 4rem;
  /* vw */
  width: min(2.08333vw, 4rem);
}

/*
 * phone
 * -------------------------------------------------------------
 */

.phone {
  background: #28427c;
  padding: 5rem 0;
  text-align: center;
}

.phone__tel {
  margin-top: 2.8rem;
}

.phone__tel small {
  margin-top: 0.6rem;
}

/*
 * plan
 * -------------------------------------------------------------
 */

.plan {
  background: #fff;
  padding: 25rem 0 70rem;
}

.plan__inner {
  max-width: 129.7rem;
  position: relative;
}

.plan__header {
  margin-left: 18rem;
  max-width: 49rem;
}

.plan__lead {
  color: #2B2C2D;
  font-size: 1.67rem;
  letter-spacing: 0.04em;
  line-height: 1.53;
  text-align: center;
}

.plan__lead {
  margin-top: 2.2rem;
}

.plan__body {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.plan__items {
  max-width: 108.2rem;
}

.plan__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 48rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.plan__item::before {
  background: url(./../images/question_mark.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 7.4rem;
  position: absolute;
  width: 4.4rem;
}

.plan__item.item01 {
  right: 3.7rem;
  top: 7rem;
}

.plan__item.item01::before {
  right: 11rem;
  top: -10rem;
}

.plan__item.item02 {
  right: 18rem;
  top: 47rem;
}

.plan__item.item02::before {
  right: 2rem;
  top: -3rem;
}

.plan__item.item03 {
  right: 64.8rem;
  top: 44.8rem;
}

.plan__item.item03::before {
  right: 7rem;
  top: -11.1rem;
  transform: rotate(-10deg);
}

.plan__text {
  max-width: 33rem;
}

.plan__text {
  color: #2B2C2D;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.43;
  text-align: center;
}

.plan__answer {
  font-size: 1.9rem;
  margin-top: -0.6rem;
}

.plan__clip {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #28427c;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  height: 7rem;
  letter-spacing: 0.04em;
  margin: 0 auto;
  max-width: 24.8rem;
  padding: 1.3rem 0 0 0.5rem;
  text-align: center;
  width: 100%;
}

.plan__circle {
  max-width: 108.2rem;
  position: absolute;
  right: 4rem;
  top: -4rem;
  width: 100%;
}

.plan__img01 {
  max-width: 23rem;
  position: absolute;
  right: 38rem;
  top: -15rem;
  width: 100%;
}

.plan__img02 {
  left: 3rem;
  max-width: 21.2rem;
  position: absolute;
  top: 42rem;
  width: 100%;
}

/*
 * slider
 * -------------------------------------------------------------
 */

.slider {
  width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slide {
  margin: 0 1.5rem !important;
}

.slick-slide {
  max-width: 36rem;
  width: calc(33.333% - 20px);
}

.slick-list {
  margin: 0 -1.5rem;
}

.slider__dots {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 5rem;
}

.slider__dots li {
  background: #fff;
  border: 1px solid #264077;
  border-radius: 50%;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
}

.slider__dots li.slick-active {
  background: #28427C;
}

.slider__dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  display: none;
  outline: none;
  padding: 0;
}

.slider .slick-prev,
.slider .slick-next {
  display: none;
}

.slider__prev,
.slider__next {
  align-items: center;
  background: #fff;
  border: 1px solid #264077;
  border-radius: 50%;
  display: grid;
  height: 6rem;
  justify-items: center;
  place-items: center;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  width: 6rem;
  z-index: 1;
}

.slider__prev {
  left: -3.5rem;
}

.slider__next {
  right: -3.5rem;
}

.slider__prev::before,
.slider__next::before {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
}

.slider__prev::before {
  border-left: 2px solid #264077;
  border-top: 2px solid #264077;
  margin-left: 0.4rem;
  transform: rotate(-45deg);
}

.slider__next::before {
  border-right: 2px solid #264077;
  border-top: 2px solid #264077;
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

/*
 * sp-menu-btn
 * -------------------------------------------------------------
 */

.sp-menu-btn {
  align-items: center;
  background: #28427c;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 6.5rem;
}

.sp-menu-btn span {
  background: #fff;
  display: block;
  height: 1px;
  transition: all 0.2s;
  width: 2rem;
}

.sp-menu-btn span.is-active {
  position: absolute;
}

.sp-menu-btn span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}

.sp-menu-btn span.is-active:nth-child(2) {
  opacity: 0;
}

.sp-menu-btn span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

/*
 * sp-menu
 * -------------------------------------------------------------
 */

.sp-menu {
  display: none;
}

.sp-menu__contact {
  align-items: center;
  background: #eca83d;
  display: grid;
  height: 100%;
  justify-items: center;
  place-items: center;
  width: 6.5rem;
}

.sp-menu__contact::before {
  background: url(./../images/icon_mail.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.9rem;
  width: 2.8rem;
}

/*
 * thanks
 * -------------------------------------------------------------
 */

.thanks {
  color: #2B2C2D;
  letter-spacing: 0.04em;
  padding: 36rem 0;
  text-align: center;
}

.thanks__ttl {
  font-size: 4rem;
}

.thanks__text {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 6rem;
}

.thanks a {
  -webkit-text-decoration: underline;
  color: #28427C;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 8rem;
  text-decoration: underline;
}

/*
 * wwd
 * -------------------------------------------------------------
 */

.wwd {
  background: url(./../images/wwd_bg.webp) no-repeat top/cover;
  padding: 0 0 22rem;
  position: relative;
}

.wwd::before {
  background: #eef9ff;
  content: "";
  display: block;
  height: 72%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.wwd__lists {
  background: #fff;
  border: 1px solid #1A2F6E;
  display: flex;
  margin-top: 9rem;
  padding: 3rem 0;
}

.wwd__lists::before {
  background: url(./../images/sp/wwd_deco02.webp) no-repeat center/100%;
  bottom: 23.3rem;
  content: "";
  display: block;
  height: 46.4rem;
  left: -2rem;
  max-width: 23.6rem;
  position: absolute;
  width: 100%;
}

.wwd__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 3rem 0;
  position: relative;
  text-align: center;
}

.wwd__list:not(:last-child) {
  border-right: 1px solid #1A2F6E;
}

.wwd__list-num {
  align-items: center;
  background: #28427c;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  display: grid;
  font-family: "vdl-logomaru-jr", sans-serif;
  font-size: 2.33rem;
  font-weight: bold;
  height: 7.5rem;
  justify-items: center;
  left: 50%;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.2rem 0 0 0.4rem;
  place-items: center;
  position: absolute;
  top: -6.75rem;
  transform: translateX(-50%);
  width: 7.5rem;
}

.wwd__list-text {
  color: #2B2C2D;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.wwd__list-img {
  margin-top: auto;
  max-width: 24rem;
  width: 100%;
}

.wwd__others {
  display: flex;
  gap: 3rem;
  padding: 5.2rem 0;
  position: relative;
}

.wwd__others::after {
  background: url(./../images/wwd_doted.webp) no-repeat center/100%;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: 0 auto;
  max-width: 111rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.wwd__others-head {
  color: #2B2C2D;
  max-width: 30.9rem;
  padding-top: 5rem;
}

.wwd__others-ttl {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.wwd__others-ttleng {
  color: #28427C;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.wwd__others-lead {
  font-feature-settings: "palt";
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 2rem;
}

.wwd__others-items {
  grid-gap: 0 3.9rem;
  display: grid;
  flex: 1;
  gap: 0 3.9rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 2rem;
}

.wwd__others-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 17.5rem;
}

.wwd__others-item:nth-child(n+1):nth-child(-n+4) {
  padding-bottom: 2rem;
}

.wwd__others-item:nth-child(n+5):nth-child(-n+8) {
  padding-top: 2.6rem;
}

.wwd__others-img {
  width: 100%;
}

.wwd__others-itemTtl {
  color: #2B2C2D;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}


.dlPageLinks{background: #fefae6;text-align: center;padding: 90px 0 90px 0;color: #2A2C2E;}
.dlPLinks_header{margin: 0 auto;}
.dlPLinks_header .text01{font-size: 19px;line-height: 2.0;}
.dlPLinks_header .text02{color: #0062b1;font-size: 24px;}
.dlPLinksblock{max-width: 880px;margin: 0 auto;background: #fff;border: 2px solid #f8b421;border-radius: 5px;margin-top: 32px;padding-bottom: 60px;}
.dlPLinksblock_header{background: #f8b421;text-align: center;padding: 16px 0;}
.dlPLinksblock_header .text01{color: #fff;font-size:20px;line-height:2.0; }
.dlPLinksblock_header .text02{color: #0062b1;font-size: 24px;}
.dlPLinksblock_content{margin: 0 auto;display: flex;gap: 42px;justify-content: center;padding: 45px 0;}
.dlPLinksblock_content img{max-width:200px;margin: 0 auto;margin-bottom: 16px;}
.dlPLinksblock_content ul{padding-left: 16px;}
.dlPLinksblock_content li{text-align: left;list-style: disc;font-size: 17px;line-height: 1.6;}
.dlPLinksblock a{background: #0062b1;padding: 24px 64px;color: #fff;font-weight: bold;display: inline-block;border-radius: 42px;font-size: 21px;}




@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1280px) {

  html {
    font-size: 0.78125vw;
  }

  .l-footer__info {
    max-width: 34rem;
    width: 100%;
  }

  .l-footer__tel {
    font-size: 1.4rem;
  }

  .l-footer__tel a {
    display: block;
    font-size: 2.4rem;
  }

  .l-footer__info address {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }

  .l-footer__nav a {
    font-size: 1.6rem;
  }

  .l-header__inner {
    padding: 0 2rem;
    gap: 3.5rem;
  }

  .nav__link {
    font-size: 1.5rem;
  }

  .page-top {
    right: 1vw;
  }

}

@media screen and (max-width: 768px) {

  html {
    font-size: 10px;
    font-size: 2.667vw;
  }

  .l-footer__inner {
    padding: 0 2rem;
    width: 100%;
  }

  .l-footer__body {
    flex-direction: column;
    padding: 5.5rem 0 3.6rem;
    position: relative;
  }

  .l-footer__info {
    max-width: 100%;
  }

  .l-footer__logo {
    max-width: 24.6rem;
    width: 100%;
  }

  .l-footer__tel {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.4rem;
  }

  .l-footer__tel a {
    font-size: 2.4rem;
  }

  .l-footer__tel small {
    font-size: 1.4rem;
  }

  .l-footer__nav {
    margin-top: 3rem;
    width: 100%;
  }

  .l-footer__nav-items {
    gap: 1rem;
  }

  .l-footer__nav a {
    font-size: 1.4rem;
  }

  .l-footer__nav a::after {
    height: 1.45rem;
    width: 1.45rem;
  }

  .l-footer__end {
    margin: 2.8rem auto 0;
    max-width: 16.8rem;
    width: 100%;
  }

  .l-footer_copyright {
    padding: 2.4rem 2.4rem 4.3rem;
  }

  .l-footer_copyright::before {
    left: 0;
  }

  .l-footer_copyright small {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .l-header {
    height: 6rem;
  }

  .l-header__inner {
    padding: 0 0 0 2rem;
  }

  .l-header__logo {
    top: auto;
    width: min(100%, 13.5rem);
  }

  .l-inner {
    padding: 0 2rem;
  }

  .c-cta-text {
    align-items: flex-end;
    font-size: 1.9rem;
    gap: 1.5rem;
    line-height: 1.22;
  }

  .c-cta-text::before,
  .c-cta-text::after {
    height: 1.8rem;
    width: 0.14rem;
  }

  .c-section-ttl {
    border-width: 2px;
    font-size: 2.1rem;
    padding-bottom: 2.5rem;
  }

  .c-section-ttl::after {
    bottom: -0.5rem;
    height: 0.4rem;
    width: 0.84rem;
  }

  .c-tel {
    flex-wrap: wrap;
    font-size: 3rem;
  }

  .c-tel::before {
    height: 4.2rem;
    margin-right: 2rem;
    width: 4.2rem;
  }

  .c-tel small {
    display: block;
    font-size: 1.5rem;
    margin-left: 1em;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .case {
    padding: 5rem 0;
  }

  .case__slider {
    margin-top: 2.7rem;
  }

  .case__item {
    padding: 2.3rem 3rem;
  }

  .case__ttl {
    font-size: 1.8rem;
    line-height: 1.87;
  }

  .case__details {
    font-size: 1.4rem;
    padding-top: 1.2rem;
  }

  .case__user {
    font-size: 1.4rem;
  }

  .case__lists {
    gap: 0.6rem;
    margin-top: 1.1rem;
  }

  .case__list {
    font-size: 1.32rem;
    padding: 0.6rem 1.7rem;
  }

  .case__end-text {
    align-items: flex-end;
    font-size: 2.3rem;
    line-height: 1.36;
    margin-top: 4rem;
  }

  .case__end-text::before,
  .case__end-text::after {
    height: 2.2rem;
  }

  .case__end-text::before {
    margin-right: 1.5rem;
  }

  .case__end-text::after {
    margin-left: 0.5rem;
  }

  .contact {
    padding: 5rem 0 3.6rem;
  }

  .contact__text {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .contact__copy {
    font-size: 1.38rem;
    height: 3.9rem;
    margin-top: 2.4rem;
    max-width: 20.8rem;
  }

  .contact__copy::after {
    bottom: -0.5rem;
    height: 0.7rem;
    width: 1.4rem;
  }

  .contact__body {
    margin-top: 3.2rem;
    padding: 2.7rem 2.4rem 3.4rem;
  }

  .cta {
    padding: 2.5rem 0;
  }

  .cta__header {
    padding-left: 0;
  }

  .cta__tag {
    left: 2rem;
    max-width: 5.8rem;
    top: -2.8rem;
  }

  .cta__text {
    font-size: 1.3rem;
    gap: 0.7rem;
    line-height: 1.3;
    padding-left: 6.5rem;
  }

  .cta__text::before {
    margin: 0;
  }

  .cta__text::after {
    margin: 0;
  }

  .cta__body {
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0;
  }

  .cta__btn {
    background: #eca83d;
    border-radius: 1.6rem;
    flex-direction: column;
    gap: 0.8rem;
    height: 8rem;
    justify-content: center;
    margin: 1.3rem auto 0;
    max-width: 29.4rem;
    padding: 0;
  }

  .cta__btn-copy {
    font-size: 1.4rem;
    height: 2.5rem;
    max-width: 14.9rem;
  }

  .cta__btn-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }

  .cta__btn-text::after {
    height: 0.8rem;
    right: -1.2rem;
    width: 0.5rem;
  }

  .cta__tel small {
    padding: 1rem 0 0 0;
  }

  .faq {
    padding: 5rem 0;
  }

  .faq__items {
    gap: 1rem;
    margin-top: 2.8rem;
  }

  .faq__item {
    font-size: 1.4rem;
    padding: 1.2rem 2rem 1.4rem;
  }

  .faq__question {
    font-size: 1.4rem;
    gap: 2rem;
    line-height: 1.43;
    padding-left: 3.2rem;
  }

  .faq__eng {
    font-size: 1.4rem;
    top: 0.1rem;
    width: 1.1rem;
  }

  .faq__btn {
    height: 0.77rem;
    min-width: 0.77rem;
    width: 0.77rem;
  }

  .faq__answer {
    font-size: 1.3rem;
    line-height: 1.35;
    margin-top: 1.3rem;
    padding-left: 3.2rem;
  }

  .features {
    background: url(./../images/sp/bg_grid.webp) repeat top/100%;
    background-position-y: 17rem;
    margin-top: 0;
    padding: 5.5rem 0;
  }

  .features::before {
    display: none;
    height: 18.9rem;
    max-width: 15rem;
  }

  .features::after {
    display: none;
    height: 27.1rem;
    max-width: 13.8rem;
  }

  .features__items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }

  .features__item {
    flex-direction: column-reverse;
    gap: 1.4rem;
    position: relative;
  }

  .features__item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .features__img {
    max-width: 31.7rem;
  }

  .features__details {
    width: 100%;
  }

  .features__eng {
    font-size: 0.9rem;
  }

  .features__num {
    font-size: 4rem;
    margin-top: 0.5rem;
  }

  .features__body {
    margin-top: 1rem;
  }

  .features__ttl {
    font-size: 2rem;
    line-height: 1.32;
  }

  .features__text {
    font-size: 1.34rem;
    line-height: 1.45;
    margin-top: 1.3rem;
  }

  .features__item.item01::before {
    background: url(./../images/features_deco01.webp) no-repeat center/100%;
    content: "";
    display: block;
    height: 18.9rem;
    max-width: 15rem;
    position: absolute;
    right: -2rem;
    top: 3rem;
    width: 100%;
    z-index: -1;
  }

  .features__item.item03::before {
    background: url(./../images/features_deco02.webp) no-repeat center/100%;
    content: "";
    display: block;
    height: 27.1rem;
    left: -2rem;
    max-width: 13.8rem;
    position: absolute;
    top: -10rem;
    width: 100%;
    z-index: -1;
  }

  .features__item.item05::before {
    background: url(./../images/features_deco01.webp) no-repeat center/100%;
    content: "";
    display: block;
    height: 18.9rem;
    max-width: 15rem;
    position: absolute;
    right: -2rem;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .flow {
    background: url(./../images/sp/bg_grid.webp) no-repeat top/cover #FEFCE7;
    padding: 5rem 0;
  }

  .flow__items {
    gap: 12rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.7rem;
  }

  .flow__items::before {
    display: none;
  }

  .flow__item {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 27.2rem;
    width: 100%;
  }

  .flow__item::after {
    background: url(./../images/sp/flow_separator.webp) no-repeat center/100%;
    bottom: -8rem;
    height: 1.9rem;
    left: 50%;
    max-width: 25.3rem;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 100%;
  }

  .flow__item:nth-child(3)::after {
    display: block;
  }

  .flow__head {
    margin-right: auto;
    position: relative;
    text-align: left;
    z-index: 1;
  }

  .flow__num {
    font-size: 2.9rem;
  }

  .flow__eng {
    font-size: 1.5rem;
    margin-right: 1.2rem;
  }

  .flow__ttl {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .flow__ttl small {
    font-feature-settings: "palt";
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
  }

  .flow__ttl span {
    font-feature-settings: "palt";
  }

  .flow__img {
    margin: 0 0 0 auto;
    max-width: 13rem;
    position: absolute;
    right: 0;
    top: -1.3rem;
  }

  .form__group {
    font-size: 1.5rem;
    gap: 1.1rem;
  }

  .form__group:not(:nth-child(1)) {
    margin-top: 2.5rem;
  }

  .form input,
  .form textarea {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }

  .form__row-name {
    flex-direction: column;
    gap: 0.9rem;
  }

  .form__row-tel {
    gap: 0.8rem;
  }

  .form__row-tel span {
    font-size: 1.4rem;
  }

  .form textarea {
    aspect-ratio: 285/155;
  }

  .form__check-links a {
    font-size: 1.4rem;
  }

  .form__checkbox label {
    gap: 1.1rem;
  }

  .form__checkbox label::before {
    border-radius: 2px;
    height: 1.7rem;
    position: relative;
    top: 0.1rem;
    width: 1.7rem;
  }

  .form__checkbox label:has(:checked)::after {
    height: 1.2rem;
    left: 0.6rem;
    top: 0.3rem;
    width: 0.5rem;
  }

  .form__btn {
    font-size: 1.6rem;
    height: 4.7rem;
    margin-top: 0;
    max-width: 28.5rem;
  }

  .intro01 {
    background: url(./../images/sp/intro01_bg.webp) no-repeat center/cover;
    margin-top: 0;
    margin-top: -12rem;
    padding: 12.2rem 0 9.4rem;
  }

  .intro01 .intro01__ttl {
    max-width: 33.5rem;
  }

  .intro01__items {
    gap: 2rem;
    margin: 2.6rem auto 0;
    max-width: 29rem;
  }

  .intro01__items::before {
    height: 21rem;
    margin: 0 auto 0.6rem;
    max-width: 18.3rem;
    position: static;
    transform: none;
    transform: initial;
  }

  .intro01__item {
    gap: 0.8rem;
    justify-content: flex-start;
    padding: 2.4rem 1.2rem 2.5rem 3.8rem;
  }

  .intro01__item::before {
    height: 2.1rem;
    width: 2.5rem;
  }

  .intro01__item::after {
    height: 1.3rem;
    width: 2.4rem;
  }

  .intro01__item:nth-child(2n-1)::after {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
  }

  .intro01__item:nth-child(2n)::after {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
  }

  .intro01__text {
    font-size: 1.5rem;
    line-height: 1.66;
  }

  .intro01__bottom {
    bottom: -4.5rem;
    font-size: 2.1rem;
    height: 9.4rem;
    max-width: 33.5rem;
    padding-top: 2rem;
  }

  .intro02 {
    padding: 7.4rem 0 4rem;
    position: relative;
    z-index: 11;
  }

  .intro02__lead {
    font-size: 1.6rem;
    line-height: 1.47;
    max-width: 30rem;
    padding: 1.2rem 0;
  }

  .intro02__lead span {
    margin: 0 0.5em 0 0;
  }

  .intro02__details {
    margin-top: 2.7rem;
  }

  .intro__ttl {
    font-size: 2.4rem;
    margin: 0 calc(50% - 50vw);
    text-align: center;
  }

  .intro__ttl strong {
    margin: 0 1.7rem 0 2.7rem;
    max-width: 21.1rem;
  }

  .intro02__text {
    font-size: 1.5rem;
    margin-top: 2.6rem;
    padding: 2.6rem 2.6rem 22.4rem;
  }

  .intro02__img {
    bottom: 0;
    left: 50%;
    max-width: 30.8rem;
    right: auto;
    transform: translateX(-50%);
  }

  .mv {
    aspect-ratio: 375/927;
    background: url(./../images/sp/mv_bg.webp) no-repeat top/101%;
  }

  .mv__inner {
    flex-direction: column;
    gap: 0;
    padding-top: 8.7rem;
    width: 100%;
  }

  .mv__left {
    display: contents;
  }

  .mv__ttl {
    order: 2;
    width: 100%;
  }

  .mv__cta {
    border-radius: 7px;
    margin: 1.5rem auto 0;
    order: 4;
    padding: 1.4rem 1.8rem 2rem;
    width: 100%;
  }

  .mv__cta-tag {
    width: 6.2rem;
  }

  .mv__cta-text {
    align-items: flex-end;
    font-size: 1.55rem;
    gap: 1.3rem;
    left: 2.5rem;
    line-height: 1.29;
  }

  .mv__cta-text::before,
  .mv__cta-text::after {
    height: 1.85rem;
    width: 1px;
  }

  .mv__cta-btn {
    margin-top: 1.5rem;
    padding: 1.2rem 1.2rem 1.8rem;
  }

  .mv__cta-btnCopy {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    height: 2.4rem;
    justify-content: center;
    max-width: 14.8rem;
  }

  .mv__cta-btnText {
    font-size: 1.84rem;
    margin-top: 1rem;
  }

  .mv__cta-btnText::after {
    height: 0.8rem;
    right: -1.3rem;
    top: 50%;
    width: 0.5rem;
  }

  .mv__right {
    display: contents;
  }

  .mv__text {
    left: 1rem;
    order: 1;
    position: relative;
    width: max(26.8rem, 80%);
  }

  .mv__img {
    margin-top: 1.2rem;
    order: 3;
    width: 100%;
  }

  .nav {
    background: #fff;
    height: auto;
    opacity: 0;
    padding: 3.8rem 2.4rem 5rem;
    position: fixed;
    right: 0;
    top: 6rem;
    transition: all 0.6s;
    visibility: hidden;
    width: 100%;
  }

  .nav__items {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .nav__item {
    border-top: 1px solid #28427C;
    text-align: center;
    width: 100%;
  }

  .nav__item:nth-child(5) {
    border-bottom: 1px solid #28427C;
  }

  .nav__item--contact {
    display: none;
  }

  .nav__link {
    font-size: 1.4rem;
    justify-content: center;
    padding: 1.8rem 0;
  }

  .nav__link:hover::after {
    display: none;
  }

  .nav__contact {
    display: none;
  }

  .page-top {
    height: 6.7rem;
    max-width: 6.7rem;
    width: 100%;
  }

  .page-top::before {
    border-width: 1px;
    height: 1.7rem;
    top: 0.5rem;
    width: 1.7rem;
  }

  .phone {
    padding: 2.8rem 0 3.4rem;
  }

  .phone__tel {
    margin-top: 1.8rem;
  }

  .phone__tel small {
    margin-top: 0.3rem;
  }

  .plan {
    padding: 5rem 0;
  }

  .plan__header {
    margin: 0 auto;
  }

  .plan__lead {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .plan__lead {
    margin-top: 1.6rem;
  }

  .plan__body {
    margin-top: 9.3rem;
    position: static;
  }

  .plan__items {
    display: flex;
    flex-direction: column;
    gap: 5.3rem;
  }

  .plan__item {
    background: #EEF9FF;
    border-radius: 10.7rem;
    box-shadow: 2.83px 5.67px 0px rgba(66, 147, 167, 0.5);
    gap: 0;
    height: 31.1rem;
    justify-content: center;
    padding: 0 1.8rem;
    position: static;
    position: relative;
    width: 100%;
  }

  .plan__item::before {
    height: 4.6rem;
    width: 3.4rem;
  }

  .plan__item.item01::before {
    left: 6rem;
    right: auto;
    top: -2.5rem;
    transform: rotate(-45deg);
  }

  .plan__item.item02::before {
    right: 6rem;
    top: -2.9rem;
  }

  .plan__item.item03 {
    margin-top: 4rem;
  }

  .plan__item.item03::before {
    right: 5.8rem;
    top: -1.5rem;
    transform: none;
    transform: initial;
  }

  .plan__item.item01,
  .plan__item.item02,
  .plan__item.item03 {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }

  .plan__text {
    font-size: 1.4rem;
  }

  .plan__answer {
    font-size: 1.5rem;
    margin-top: 1.3rem;
  }

  .plan__clip {
    margin: 1.7rem auto 0;
    max-width: 24.5rem;
  }

  .plan__circle {
    display: none;
  }

  .plan__img01 {
    max-width: 11.6rem;
    right: 2rem;
    top: 23.7rem;
    z-index: 1;
  }

  .plan__img02 {
    bottom: 28rem;
    left: 2rem;
    max-width: 11.3rem;
    top: auto;
    z-index: 1;
  }

  .slick-slide {
    margin: 0 2.4rem 0 0 !important;
  }

  .slick-slide {
    max-width: 28rem;
    width: 100%;
  }

  .slick-list {
    margin-right: calc(50% - 50vw) !important;
    padding: 0 16% 0 0 !important;
  }

  .slick-list {
    margin: 0;
  }

  .slider__dots {
    gap: 1rem;
    margin-top: 1rem;
  }

  .slider__dots li {
    height: 1rem;
    width: 1rem;
  }

  .slider__prev,
  .slider__next {
    display: none !important;
  }

  .sp-menu {
    display: flex;
    height: 100%;
    margin-left: auto;
  }

  .thanks {
    padding: 17rem 0 8rem;
  }

  .thanks__ttl {
    font-size: 1.8rem;
  }

  .thanks__text {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }

  .thanks a {
    font-size: 1.4rem;
    margin-top: 4rem;
  }

  .wwd {
    background: #eef9ff;
    padding: 4.5rem 0 0;
  }

  .wwd__inner {
    position: relative;
    z-index: 2;
  }

  .wwd::before {
    background: url(./../images/sp/wwd_deco01.webp) no-repeat center/100%;
    height: 33.1rem;
    left: 50%;
    margin: 0 calc(50% - 50vw);
    max-width: 39rem;
    top: -6.2rem;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
  }

  .wwd::after {
    background: url(./../images/sp/wwd_deco03.webp) no-repeat center/100%;
    bottom: -2.9rem;
    content: "";
    display: block;
    height: 7.9rem;
    position: absolute;
    width: 100%;
  }

  .wwd__lists {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #2B2C2D;
    flex-direction: column;
    gap: 5.7rem;
    margin-top: 6.5rem;
    padding: 0 1.7rem 5rem;
    position: relative;
  }

  .wwd__list {
    background: #fff;
    border: 1px solid #1A2F6E;
    margin: 0 auto;
    max-width: 30rem;
    padding: 5.8rem 3rem 2.6rem;
  }

  .wwd__list-num {
    top: -3.75rem;
  }

  .wwd__list-img {
    margin-top: 1.1rem;
    max-width: 30rem;
  }

  .wwd__others {
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem 0;
  }

  .wwd__others::after {
    background: url(./../images/sp/wwd_doted.webp) no-repeat center/100%;
    content: "";
    display: block;
    height: 2px;
    margin: 3rem auto 0;
    max-width: 33.5rem;
    width: 100%;
    width: 100%;
  }

  .wwd__others-head {
    max-width: 100%;
    padding: 0 0 0 1.6rem;
  }

  .wwd__others-ttl {
    font-size: 2.2rem;
    line-height: 1.27;
  }

  .wwd__others-ttleng {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }

  .wwd__others-lead {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.8rem;
  }

  .wwd__others-items {
    gap: 2.2rem 2.7rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.6rem;
  }

  .wwd__others-item {
    gap: 1.5rem;
    max-width: 100%;
  }

  .wwd__others-item:nth-child(n+1):nth-child(-n+4) {
    padding: 0;
  }

  .wwd__others-item:nth-child(n+5):nth-child(-n+8) {
    padding: 0;
  }

  .wwd__others-itemTtl {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 calc(50% - 50vw);
  }

  .wwd__others-item:nth-child(5) .wwd__others-itemTtl {
    font-feature-settings: "palt";
  }


.dlPageLinks{background: #fefae6;text-align: center;padding: 30px 20px 30px 20px;color: #2A2C2E;}
.dlPLinks_header{margin: 0 auto;}
.dlPLinks_header .text01{font-size: 15px;line-height: 2.0;}
.dlPLinks_header .text02{color: #0062b1;font-size: 18px;line-height: 1.4;}
.dlPLinksblock{max-width: 880px;margin: 0 auto;background: #fff;border: 2px solid #f8b421;border-radius: 5px;margin-top: 20px;padding-bottom: 24px;}
.dlPLinksblock_header{background: #f8b421;text-align: center;padding: 16px 16px 10px 16px;}
.dlPLinksblock_header .text01{color: #fff;font-size:16px;line-height:1.4; }
.dlPLinksblock_header .text02{color: #0062b1;font-size: 19px;line-height: 2.0;}
.dlPLinksblock_content{margin: 0 auto;display: flex;gap: 32px;justify-content: center;padding: 24px 16px;flex-direction: column;}
.dlPLinksblock_content img{max-width:120px;margin: 0 auto;margin-bottom: 16px;}
.dlPLinksblock_content ul{padding-left: 32px;}
.dlPLinksblock_content li{text-align: left;list-style: disc;font-size: 15px;line-height: 1.6;}
.dlPLinksblock a{background: #0062b1;padding: 16px 34px;color: #fff;font-weight: bold;display: inline-block;border-radius: 32px;font-size: 18px;}



}


/*# sourceMappingURL=style.css.map */