@charset "UTF-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');

 *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  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]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
}
@media (max-width: 450px) {
  html {
    font-size: 2.5vw;
  }
}
@media (max-width: 375px) {
  html {

    /* font-size: 1.92vw; */
    font-size: 2.12079238vw;
  }
}
body {
  position: relative;
  z-index: -9999;
  color: #151639;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.219375rem;
}
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

th,
td {
  padding: 4px 6px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

/* inner
============================================================ */
.inner {
  margin-inline: auto;
  padding: 0 20px;
  max-width: 640px;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}

/* button
============================================================ */
.button a {
  display: block;
  position: relative;
}
/* u-display
=============================== */
.u-show-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-show-sp {
    display: block;
  }
}

.u-show-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-show-pc {
    display: none;
  }
}

/* main-visual
============================================================ */
.main-visual {
  background: url(../images/main-visual_pc.jpg) no-repeat center center / cover;
  position: relative;
}
.main-visual2 {
  background: url(../images/main-visual_pc_02.jpg) no-repeat center center / cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: url(../images/main-visual_sp.jpg) no-repeat center center / cover;
    height: 140vw;
  }
  .main-visual2 {
    background: url(../images/main-visual_sp_02.png) no-repeat center center / cover;
    height: 140vw;
  }
}
.main-visual__inner {
  padding: 3rem 1.25rem;
  max-width: 73.9375rem;
  margin-inline: auto;
}
.main-visual2 .main-visual__inner {
  padding: 6.5625rem 1.25rem 4.5625rem;
}
.main-visual__title-01 {
  width: 35.105625rem;
  max-width: 100%;
}
.main-visual2 .main-visual__title-01 {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main-visual__inner {
    height: 100%;
  }
  .main-visual__title-box {
    display: grid;
    height: 100%;
  }
  .main-visual__title-01 {
    width: 100%;
  }
  .main-visual2 .main-visual__inner {
    padding: 3.5625rem 1.25rem 4.5625rem;
  }
}
.main-visual__title-02 {
  width: 34.375rem;
  max-width: 100%;
  margin-top: 1.5rem;
}
.main-visual2 .main-visual__title-02 {
  width: 73%
}
@media screen and (max-width: 768px) {
  .main-visual__title-02 {
    width: 85%;
    margin-inline: auto;
    margin-top: auto;
  }
  .main-visual2 .main-visual__title-01 {
    width: 100%
  }
  .main-visual2 .main-visual__title-02 {
    width: 90%
  }
}
.main-visual__lead {
  font-size: 1.933125rem;
  color: #000;
  font-weight: 900;
}
.main-visual2 .main-visual__lead {
  filter: drop-shadow(0.383rem 0.479rem 0.313rem #0922304D);
  transform: translateY(85%);
}
.text__check {
  color: #00AAEB;
  font-size: 1.983125rem;
  background: #fff;
  padding-left: 2.35rem;
  padding-right: 0.645rem;
  position: relative;
  line-height: 1.06;
  margin-right: 0.3575rem;
}
.text__check::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.66125rem;
  width: 1.487344rem;
  height: 1.487344rem;
  background: url(../images/icon_check.svg) center center no-repeat;
  background-size: 1.487344rem auto;
}
.main-visual2 .main-visual__lead {
  font-size: 1.7rem;
  vertical-align: middle;
}
.main-visual2 .main-visual__lead .text__white-line {
  background-color: #fff;
  padding: 5px 0;
  padding-right: 5px;
  line-height: 0;
}
.main-visual2 .main-visual__lead .text__white-line .text__check {
  padding-right: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .main-visual__lead {
    width: 45%;
    margin-left: auto;
  }
  .text__check {
    display: inline-block;
    font-size: clamp(1.511rem, -5.235rem + 28.78vw, 2.5rem);
    margin-bottom: 6px;
    line-height: 1.5;
    padding-left: 3rem;
    padding-right: 1rem;
    letter-spacing: 0;
  }
  .text__check::before {
    width: 2rem;
    height: 2rem;
    background-size: 2rem auto;
  }
  .text__target {
    color: #fff;
    display: block;
    text-align: right;
    font-size: clamp(1.409rem, -6.032rem + 31.75vw, 2.5rem);
    line-height: 1;
    margin-right: 1.3em;
    position: relative;
  }
  .text__target::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 20%;
    width: 32px;
    height: 19px;
    background: url(../images/icon_arrow_white.svg) center center no-repeat;
    background-size: 32px auto;
  }
  .main-visual2 .main-visual__lead {
    width: 100%;
    text-align: center;
    transform: translateY(75%);
  }
  .main-visual2 .main-visual__lead .text__white-line {
    padding-top: 9px;
  }
  .main-visual2 .main-visual__lead .text__white-line .text__check {
    display: inline;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    background: none;
  }
  .main-visual2 .main-visual__lead .text__white-line .text__target {
    display: inline;
    color: #1A3746;
    margin-right: 0;
    padding: 1px 0;
    font-size: 1em;
  }
  .main-visual2 .main-visual__lead .text__white-line .text__target::after {
    display: none;
  }

}


.case__point-lists {
  position: absolute;
  bottom: -9.8rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 30rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.658125rem;
}
.case__point-list img {
  filter: drop-shadow(-0.548125rem 0.43875rem 0.625rem #0000004D);
}

/* case
============================================================ */
.case {
  background: #FAF3BB;
  padding-top: 15.75rem;
  padding-bottom: 6.3125rem;
}
.case__title {
  font-weight: bold;
  font-size: 2.193125rem;
  letter-spacing: 0.32875rem;
  text-align: center;
}
.case__title img {
  width: 16.0625rem;
  vertical-align: top;
}
.case__title span {
  font-size: 2.741875rem;
  letter-spacing: 0.109375rem;
}
.case__slider-container {
  margin-top: 2.8125rem;
  width: 80%;
  margin-inline: auto;
  position: relative;
}
.case__lists {
  width: 100%;
  height: 73rem;
}
.case__lists .swiper-wrapper {
  height: 100%;
}
.case__lists .swiper-slide {
  height: 100%;
}
.case__list,
.advisor__list {
  background: #fff;
  border-radius: 1.645rem;
  padding: 2.1875rem 2.0625rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 31.25rem;
}
.case__name {
  margin-left: -2.0625rem;
  display: flex;
  align-items: center;
}
.case__name-img {
  width: 51%;
  margin-right: 3.4375rem;
}
.case__name-text {
  font-weight: bold;
  font-size: 1.754rem;
  letter-spacing: 0.109rem;
  line-height: 1.4;
}
.case__name-text span {
  font-size: 1.25008906em;
  letter-spacing: -0.658rem;
  line-height: 1;
}
.case__name-text small {
  font-size: 0.87531172em;
  letter-spacing: 0.219rem;
  margin-left: 0.6em;
}
.case__before {
  margin-top: 2.5rem;
  background: #1031311C;
  border-radius: 0.768rem;
  width: 97%;
  margin-inline: auto;
  font-weight: bold;
  padding-bottom: 1.974rem;
  position: relative;
}
.case__before::after {
  content: '';
  position: absolute;
  bottom: -4.563rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 5.983rem;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: 2.8125rem auto;
}
.case__before-title {
  font-size: 2.193rem;
  letter-spacing: 0;
  line-height: 1;
  transform: translate(0.6em,-0.5em);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.case__before-text {
  text-align: center;
  font-size: 1.754rem;
  line-height: 1.62878518;
  letter-spacing: 0.109rem;
}
.case__before-text span {
  font-size: 2.851rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.case__after {
  margin-top: 5.264rem;
  background: #00AAEB;
  border: 0.329rem solid #151639;
  border-radius: 0.768rem;
  width: 96%;
  margin-inline: auto;
  font-weight: bold;
  padding-bottom: 1.125rem;
  position: relative;
}
.case__after-icon {
  position: absolute;
  top: -7.938rem;
  right: -1.875rem;
  width: 9.494rem;
}
.case__after-title {
  font-size: 3.691rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: -0.9em;
  margin-left: 0.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /* transform: translate(0.2em,-1em); */
}
.case__after-text {
  text-align: center;
  font-size: 2.294rem;
  color: #FFF699;
  text-shadow: 0.219rem 0.329rem 0 #0000005E;
}
.case__after-text small {
  margin-top: 1.426rem;
  font-size: 1.754rem;
  color: #fff;
  text-shadow: none;
}
.case__after-text span {
  font-size: 3.872rem;
  letter-spacing: 0;
  line-height: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.case__voice {
  margin-top: 3.016rem;
  padding-top: 2.577rem;
  border-top: 0.329rem dotted #151639;
  text-align: center;
}
.case__voice-lead {
  font-size: 1.864rem;
  letter-spacing: 0.219rem;
  line-height: 1.35300034;
  font-weight: bold;
}
.case__voice-text {
  margin-top: 0.6em;
  font-size: 1.645rem;
  line-height: 1.53343465;
  width: 95%;
  margin-inline: auto;
}
.case__slider-container .swiper-button-next,
.case__slider-container .swiper-rtl .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.125rem;
  display: block;
  width: 1.535rem;
  height: 3.729rem;
  z-index: 10;
  cursor: pointer;
}
.case__slider-container .swiper-button-prev,
.case__slider-container .swiper-rtl .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.125rem;
  display: block;
  width: 1.535rem;
  height: 3.729rem;
  z-index: 10;
  cursor: pointer;
}
.case__slider-container .swiper-button-next::after,
.case__slider-container .swiper-rtl .swiper-button-prev::after,
.case__slider-container .swiper-button-prev:after,
.case__slider-container .swiper-rtl .swiper-button-next:after {
  content: ''!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_arrow2.svg) center center no-repeat;
  width: 1.535rem;
  height: 3.729rem;
  background-size: 1.535rem auto;
  display: block;
}
.case__slider-container .swiper-button-prev:after,
.case__slider-container .swiper-rtl .swiper-button-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}


/* introduction
============================================================ */
.introduction {
  padding: 7.1875rem 0 7.625rem;
}
/* .introduction__inner {
  padding: 0;
} */
.introduction__title {
  font-size: 2.5225rem;
  letter-spacing: 0.32875rem;
  text-align: center;
  line-height: 1.2;
}
.introduction__title span {
  color: #10313169;
  font-size: 1.754375rem;
}
.introduction__content {
  margin-top: 3.125rem;
  position: relative;
  overflow: hidden;
  height: 22.8125rem;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}
.introduction__content > div {
  width: 441.5rem;
  height: 6rem;
  inset: 0 0 auto;
  position: absolute;
  background: url(../images/logo01.png);
  background-position: 0 0;
  background-size: 60%;
  background-repeat: repeat-x;
  animation-timing-function:
linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: move-left-infinite;
}
.introduction__content > div:nth-child(2) {
  inset: 7rem 0 0 6.5rem;
  background: url(../images/logo02.png);
  background-position: 0 0;
  background-size: 59%;
  background-repeat: repeat-x;
}
.introduction__content > div:last-child {
  inset: 14rem 0 auto;
  background: url(../images/logo03.png);
  background-position: 0 0;
  background-size: 30%;
  background-repeat: repeat-x;
}
@keyframes move-left-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* consult
============================================================ */
.consult {
  background: url(../images/consult_bg.jpg) no-repeat center center / cover;
  padding: 3.9375rem 0 5.5rem;
  text-align: center;
}
.consult__lead {
  font-size: 1.97375rem;
  font-weight: bold;
  line-height: 2;
}
.consult__lead span {
  background: #fff;
  padding: 0.1em 0.5em;
}
.consult__text {
  font-weight: 900;
  font-size: 2.43375rem;
  display: inline-block;
  position: relative;
}

.consult__text::before,
.consult__text::after {
  content: '';
  position: absolute;
  top: 58%;
  width: 3rem;
  height: 0.34125rem;
  background-color: currentColor;
  border-radius: 0.170625rem;
}

.consult__text::before {
  left: -3.4375rem;
  transform: translateY(-50%) rotate(55deg);
}

.consult__text::after {
  right: -3.4375rem;
  transform: translateY(-50%) rotate(-55deg);
}
.consult__text span {
  font-size: 1.33333333em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.consult__button a {
  background-color: #00AAEB;
  font-size: 1.97375rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border: 0.221875rem solid #000000;
  border-radius: 4.43875rem;
  width: 33.75rem;
  max-width: 100%;
  letter-spacing: 0.1em;
  margin-inline: auto;
  box-shadow: 3.55px 3.55px 0 #000;
}
.consult__button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4.125rem;
  transform: translateY(-50%);
  width: 0.986875rem;
  height: 0.986875rem;
  background-color: #fff;
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  border-radius: 0.1875rem;
}

/* advisor
============================================================ */
.advisor {
  background: #FFFBDB;
  padding: 5.89875rem 0 5.818125rem;
}
.advisor__title {
  font-weight: bold;
  font-size: 2.193125rem;
  letter-spacing: 0.32875rem;
  text-align: center;
  line-height: 2;
}
.advisor__title img {
  width: 16.0625rem;
  vertical-align: top;
}
.advisor__title span {
  font-size: 2.5225rem;
  letter-spacing: 0;
  line-height: 1;
}
.advisor__slider-container {
  margin-top: 2.8125rem;
  width: 80%;
  margin-inline: auto;
  position: relative;
}
.advisor__img {
  width: calc(100% + 4.125rem);
  margin: -2.1875rem -2.0625rem 0 -2.0625rem;
  border-radius: 1.645rem 1.645rem 0 0;
  overflow: hidden;
}
.advisor__img img {
  width: 100%;
  height: auto;
  display: block;
}
.advisor__job {
  font-size: 1.535625rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: -1.375rem;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}
.advisor__job span {
  background: #00AAEB;
  border-radius: 22px;
  padding: 0.3em 1.5em;
}
.advisor__name-text {
  margin-top: 1.5rem;
  font-size: 2.193125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.109375rem;
}
.advisor__name-text span {
  font-weight: 400;
  font-size: 1.425625rem;
  display: block;
  letter-spacing: 0.109375rem;
  line-height: 2.00438404;
}
.advisor__career {
  margin-top: 0.658125rem;
}
.advisor__career-title {
  font-size: 1.754375rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advisor__career-title::before,
.advisor__career-title::after {
  content: '';
  flex: 1;
  height: 3px;
  border-top: 3px dotted #151639;
  margin: 0 1.25rem;
}
.advisor__career-text {
  margin-top: 0.8rem;
  font-size: 1.535625rem;
  line-height: 1.64265364;
}
.advisor__message {
  margin-top: 1.096875rem;
  border-top: 3px dotted #151639;
}
.advisor__message-title {
  font-size: 1.754375rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 1.97375rem;
}
.advisor__message-title span {
  background: #103131;
  padding: 0.3em 1.5em;
}
.advisor__message-text {
  margin-top: 1.425625rem;
  font-size: 1.535625rem;
  line-height: 1.64265364;
}
.advisor__slider-container .swiper-button-next,
.advisor__slider-container .swiper-rtl .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.125rem;
  display: block;
  width: 1.535rem;
  height: 3.729rem;
  z-index: 10;
  cursor: pointer;
}
.advisor__slider-container .swiper-button-prev,
.advisor__slider-container .swiper-rtl .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.125rem;
  display: block;
  width: 1.535rem;
  height: 3.729rem;
  z-index: 10;
  cursor: pointer;
}
.advisor__slider-container .swiper-button-next::after,
.advisor__slider-container .swiper-rtl .swiper-button-prev::after,
.advisor__slider-container .swiper-button-prev:after,
.advisor__slider-container .swiper-rtl .swiper-button-next:after {
  content: ''!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_arrow2.svg) center center no-repeat;
  width: 1.535rem;
  height: 3.729rem;
  background-size: 1.535rem auto;
  display: block;
}
.advisor__slider-container .swiper-button-prev:after,
.advisor__slider-container .swiper-rtl .swiper-button-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* faq
============================================================ */
.faq {
  background: url(../images/faq_bg.jpg) no-repeat center center / cover;
  padding: 6.68375rem 0 7.981875rem;
}
.faq__title {
  font-weight: bold;
  font-size: 2.193125rem;
  letter-spacing: 0.32875rem;
  text-align: center;
  line-height: 1.35024223;
}
.faq__list {
  margin-top: 3.72875rem;
}
.faq__question {
  background: #fff;
  border-radius: 1.31625rem;
  min-height: 5.8125rem;
  padding: 1.4375rem 3.125rem;
  font-size: 1.645rem;
  font-weight: bold;
  width: 85%;
  margin-left: auto;
  line-height: 1.26671733;
  position: relative;
  display: flex;
  align-items: center;
}
.faq__question::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  right: 1.25rem;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 3.125rem solid transparent;
  border-right: 1.875rem solid #fff;
  transform: rotate(-20deg);
}
.faq__answer {
  margin-top: 1.754375rem;
  margin-left: 3.5rem;
  width: 87%;
  background: #FFFABE;
  padding: 1.875rem 1.0625rem 1.875rem 2.5rem;
  border-radius: 1.754375rem;
  font-size: 1.535625rem;
  line-height: 1.57102157;
  position: relative;
}
.faq__answer::before {
  content: '';
  background: url(../images/icon_faq.png) center center no-repeat;
  background-size: 5.155452728271484rem auto;
  position: absolute;
  bottom: -15%;
  left: -9%;
  width: 5.155452728271484rem;
  height: 5.262857913970947rem;
}

/* reason
============================================================ */
.reason {
  padding: 6.875rem 0 7.75rem;
  color: #1A3746;
}
.reason__title {
  font-weight: 900;
  font-size: 2.369375rem;
  letter-spacing: 0.32875rem;
  text-align: center;
  line-height: 1.8;
}
.reason__title img {
  width: 20.129375rem;
  vertical-align: sub;
}
.reason__title span {
  font-size: 2.665625rem;
  letter-spacing: 0;
  line-height: 1;
}
.reason__list {
  margin-top: 3.4375rem;
  font-weight: 800;
  font-size: 1.754375rem;
  text-align: center;
}
.reason__name {
  max-width: 30.4875rem;
  width: 100%;
  font-weight: 900;
  font-size: 2.5225rem;
  line-height: 1.19920714;
  background: #FFE8D6;
  padding-top: 6.25rem;
  border-radius: 16.770625rem;
  margin-inline: auto;
}
.reason__text {
  width: 32.13233184814453125rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.18rem;
  font-size: 1.754375rem;
  line-height: 1.62522266;
  letter-spacing: 0.2em;
}
.reason__list:first-child .reason__name img {
  width: 85%;
  margin-top: 1rem;
  margin-bottom: -2rem;
}
.reason__list:nth-child(2) .reason__name img {
  width: 85%;
  margin-bottom: -1.5rem;
}
.reason__list:last-child .reason__name img {
  width: 85%;
  margin-bottom: -1.5rem;
}

/* flow
============================================================ */
.flow {
  padding: 5.704375rem 0 6.893125rem;
  background: #FAF7DB;
}
.flow__title {
  font-weight: 900;
  font-size: 2.5225rem;
  text-align: center;
}
.flow__lists {
  padding-top: 2.1875rem;
}
.flow__list {
  margin-top: 2.1875rem;
  background: #fff;
  border: 0.219375rem solid #1A3746;
  border-radius: 1.97375rem;
  padding: 1.864375rem 2.1875rem;
}
.flow__name {
  font-weight: 600;
  font-size: 1.864375rem;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1.5fr 4.9fr;
}
.flow__name span {
  font-weight: bold;
  font-size: 1.754375rem;
  letter-spacing: 0.04em;
  color: #00AAEB;
  margin-right: 1.75rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.flow__content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 1.75rem;
  font-size: 1.31625rem;
  line-height: 2.08375rem;
  letter-spacing: 0.05em;
}
.flow__text span {
  font-size: 0.83333333em;
}

/* consult-form
============================================================ */
.consult-form {
  padding: 5.444375rem 0 4.176875rem;
  background: linear-gradient(to bottom, #2FCFDA, #1DB3FE);
}
.consult-form__title {
  font-weight: 900;
  font-size: 2.92rem;
  color: #103131;
}
.consult-form__title span {
  font-size: 0.75107021em;
}
.consult-form__title-box {
  text-align: center;
}
.consult-form__title-box .consult__text {
  color: #fff;
}

/* footer
============================================================ */
.footer {
  background: #16253C;
  padding: 3.39rem 5% 3.508125rem;
  color: #fff;
}
.footer__inner {
  border-bottom: 0.109375rem solid #EFEFEF;
  max-width: none;
  width: 100%;
}
.footer__logo {
  width: 13.489rem;
  margin-inline: auto;
}
.footer__lists {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 1em;
  font-size: 1.420625rem;
  margin-top: 2.08375rem;
  padding-bottom: 3.0625rem;
}
.footer__list:last-child {
  letter-spacing: 0;
}
.footer__list a {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 1.096875rem;
  font-weight: 300;
  text-align: center;
  margin-top: 1.59rem;
}


/* ーーーーーーーーーーーーステップフォームーーーーーーーーーーーー */
.c-form-step {
  background: #fff;
  border-radius: 3.0706rem;
  margin-top: 2.5444rem;
  box-shadow: 0 1.0969rem 3.29rem rgba(0, 0, 0, 0.38);
}
.c-form-step__wrapper-box {
  padding: 2.1931rem 2.4125rem 4.3913rem;
  display: grid;
}
.input-container {
  padding: 0 0.9375rem;
}
.form-btnWrap {
  margin-top: 2.9256rem;
  margin-inline: auto;
  width: 70%;
}

.next-btn,
.submit-btn,
.consult__button-to-top {
  display: block;
  background: #9EACAA;
  font-weight: bold;
  pointer-events: none;
  padding: 1em 0.8rem;
  border-radius: 999px;
  border: 0.221875rem solid #000000;
  transition: all 0.5s ease;
  color: #fff;
  width: 100%;
  font-size: 1.7756rem;
  letter-spacing: 0.1em;
  box-shadow: 0.2219rem 0.2219rem 0 0.1113rem #000;
  position: relative;
}
.submit-btn-wrap {
  position: relative;
}
.next-btn::after,
.submit-btn-wrap::after,
.consult__button-to-top::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 1px;
}
.submit-btn-wrap::after {
  top: 2.8rem;
  transform: translateY(0);
}
.next-btn.active,
.submit-btn.active,
.consult__button-to-top {
  pointer-events: auto;
  background: #F18E38;
  transition: all 0.5s ease;
  border: 0.2219rem solid #000000;
  box-shadow: 0.2219rem 0.2219rem 0 0.1113rem #000;
}
/* .next-btn.active:hover {
  transform: translate(3.55px, 3.55px);
  opacity: 0.8;
} */

.prev-btn {
  background: #9EACAA;
  color: #fff;
  font-weight: bold;
  display: block;
  border-radius: 999px;
  border: 0.221875rem solid #000000!important;
  font-size: 1.7756rem;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 1em 0.8rem;
  box-shadow: 0.221875rem 0.221875rem 0 0.11125rem #000!important;
  transition: all 0.5s ease;
  position: relative;
}
.prev-btn::after {
  content: '';
  position: absolute;
  left: 1.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 1px;
}
/* .prev-btn:hover {
  transform: translate(3.55px, 3.55px);
  box-shadow: none!important;
  opacity: 0.8;
  transition: all 0.5s ease;
} */

.label-wrap {
  color: #103131;
  font-weight: 900;
  font-size: 1.9738rem;
  line-height: 1.33343889;
}
.label-wrap.-center {
  text-align: center;
}
.input-wrap {
  font-size: 1.7756rem;
  color: #000000E0;
  font-weight: bold;
  width: 93%;
  margin-inline: auto;
  margin-top: 0.8em;
}
.situation-container .input-wrap {
  width: 75%;
}
.input-wrap input[type="text"],
.input-wrap input[type="tel"],
.input-wrap input[type="email"],
.input-wrap input[type="date"] {
  border: 0.221875rem solid #000;
  font-size: 1.7756rem;
  border-radius: 0.6656rem;
  padding: 0.8em;
  width: 100%;
  font-weight: 500;
}

.input-wrap input::placeholder {
  color: rgba(21, 22, 57, 0.39);
}
.input-wrap select {
  border: 0.221875rem solid #000;
  width: 100%;
  border-radius: 0.6656rem;
  padding: 0.8em;
  font-size: 1.7756rem;
  font-weight: 500;
}

.wpcf7 .input-wrap select option:first-child {
  color: rgba(21, 22, 57, 0.39) !important;
}

.input-wrap input[type="radio"] {
  position: relative;
  width: 1.7756rem;
  height: 1.7756rem;
  border: 0.221875rem solid #000;
  border-radius: 50%;
  vertical-align: -2px;
}

.input-wrap input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6594rem;
  height: 0.6594rem;
  border-radius: 50%;
  background: #FF8A00;
  content: '';
}
.input-container {
  margin-bottom: 1.875rem;
}

.c-form-step .wpcf7-form-control {
  display: grid;
  row-gap: 1.25rem;
}
.c-form-step .wpcf7-form-control.gender-btn {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.875rem;
}
.c-form-step .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  border: 0.2219rem solid #000000;
  border-radius: 0.6656rem;
  padding: 1.4375rem 2.4125rem;
}
.form-note {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-left: 1em;
  letter-spacing: 0.0625rem;
}


.form-submit {
  margin-top: 1.875rem;
  text-align: center;
}
/*
.submit {
  padding: 0.625rem 1.25rem;
  background: rgb(12,137,183);
  background: linear-gradient(0deg, rgba(12,137,183,1) 0%, rgba(12,183,183,1) 100%);
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
} */

.c-form-step__wrapper-box h3 {
  color: #103131;
  font-weight: 900;
  font-size: 1.9738rem;
  line-height: 1.33343889;
  text-align: center;
}

/* confirm__wrapper - アスペクト比273:136のテキストボックス風コンテナ */
.confirm__wrapper {
  aspect-ratio: 273 / 136;
  border: 1px solid #B7C1C1;
  padding: 1.25rem 1.5625rem;
  overflow-y: scroll;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #333;
  margin-top: 0.8em;
}

/* スクロールバーのスタイリング */
.confirm__wrapper::-webkit-scrollbar {
  width: 4px;
}

.confirm__wrapper::-webkit-scrollbar-track {
  background: #10313185;
  border-radius: 4px;
}

.confirm__wrapper::-webkit-scrollbar-thumb {
  background: #151639;
  border-radius: 4px;
}

.form-confirm-note {
  text-align: center;
  font-size: 1.5625rem;
  margin-top: 1em;
  line-height: 1.25;
  letter-spacing: 0.07em;
}
.form-confirm-note a {
  text-decoration: underline;
}
.step-num {
  margin-bottom: 49px;
  margin-top: 0.9375rem;
}

.l-thanks {
  background: #FCFAF7;
}
.l-thanks .thanks {
  background: url(../images/thanks_bg.png) no-repeat top center / contain;
}
.thanks__title {
  padding-top: 6.5rem;
  width: 17.15125rem;
  margin-inline: auto;
}
.thanks__wrapper {
  box-shadow: 0 16.19px 48.58px 0 rgba(0, 0, 0, 0.38);
  border-radius: 2.83375rem;
}
.thanks__content {
  background: #fff;
  border-radius: 2.83375rem 2.83375rem 0 0;
  padding: 4.25rem 2em 3.8125rem;
  margin-top: 2.9375rem;
}
.thanks__sub-title {
  width: 18.75rem;
  margin-inline: auto;
}
.thanks__text {
  margin-top: 2.875rem;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
}
.thanks__text span {
  color: #F18E38;
  font-size: 1.3em;
  font-weight: 900;
}
.thanks__text02 {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.113125rem;
}
.thanks__contact {
  background: #FFFBDB;
  padding: 3.625rem 4.75rem 4.375rem;
  border-radius: 0 0 2.83375rem 2.83375rem;
}
.thanks__contact-title {
  text-align: center;
  font-size: 2.02375rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.thanks__contact p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks__contact p:first-child a {
  padding-right: 3rem;
}
.thanks__contact p img {
  width: 2.9375rem;
}
.thanks__contact p {
  font-size: 1.95375rem;
}

.l-thanks .flow {
  background: none;
  padding-bottom: 0;
  margin-top: 8.25rem;
}
.thanks-flow__img {
  margin-top: 7.125rem;
}
.thanks-flow__img img {
  display: block;
  margin-bottom: -1px;
}


.main-visual__consult-form {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.45) translate(0%, -46%);
  /* width: 17.9375rem; */
  border-radius: 3.0706rem;
  background: linear-gradient(to bottom, #2FCFDA, #1DB3FE);
  padding: 1.25rem 0;
}
.main-visual__consult-form--top2 {
  transform: scale(0.45) translate(0%, -18%);
}
.main-visual__consult-form .consult-form__title {
  line-height: 1;
}
.main-visual__consult-form .c-form-step__wrapper-box h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .main-visual__consult-form {
    transform: scale(0.4) translate(40%, -50%);
  }
  .main-visual__consult-form--top2 {
    transform: scale(0.4) translate(44%, -20%);
  }
}
.main-visual__consult-form .situation-container .input-wrap {
  width: 95%;
}

@media screen and (max-width: 950px) {
  .main-visual__consult-form {
    position: static;
    transform: none;
    border-radius: 0;
    padding-top: 12rem;
    padding-bottom: 43px;
  }
  .case__point-lists {
    width: 100%;
    bottom: -9.9rem;
  }
  .main-visual__consult-form .consult-form__inner {
    padding: 0 30px;
    max-width: 480px;
  }
  .main-visual__consult-form .c-form-step__wrapper-box h3 {
    margin-bottom: 1em;
  }
  .main-visual__consult-form .form-btnWrap {
    width: 90%;
  }
}

.consult__button-to-top {
  font-size: 2.236875rem;
  font-weight: 900;
  padding: 0.5em;
  width: 83%;
  margin-inline: auto;
}
.consult__button-to-top span {
  font-size: 1.68rem;
}
@media screen and (max-width: 768px) {
  .consult__button-to-top {
    width: 90%;
    margin-top: 1rem;
  }
  .consult-form {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}