@charset "UTF-8";

/*==================================================
reset
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

button,
a {
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {

  button:hover,
  a:hover {
    opacity: 0.7;
  }
}

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

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

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

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

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }

  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}

/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}


/*==================================================
leyout 
==================================================*/
:root {
  /*size*/
  --site-padding: 40px;
  --lead-margin: 64px;
  /*color*/
  --accent-color: #2CB0AF;
  --main-color: #204D97;
  --sub-color: #F0F3FC;
  --section-space: 130px;
  /*font*/
  --font-base: 1.4rem;
  --font-middle: 1.6rem;
  --font-large: 2rem;
  --font-title: 2.5rem;
  --font-jp: "Noto Sans JP",
    sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --base-line: 1.6;
}

@media all and (min-width: 768px) and (max-width: 1080px) {
  :root {
    /*size*/
    --site-padding: 40px;
    --section-space: 100px;
    /*font*/
    --font-base: 1.3rem;
    --font-middle: 1.5rem;
    --font-large: 1.8rem;
    --font-title: 2.2rem;
  }
}

@media all and (max-width: 767px) {
  :root {
    /*size*/
    --lead-margin: 30px;
    --site-padding: 20px;
    --section-space: 50px;
    /*font*/
    --font-base: 1.2rem;
    --font-middle: 1.4rem;
    --font-large: 1.6rem;
    --font-title: 1.8rem;
    --font-small: 1em;
  }
}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: #333;
  letter-spacing: 0.07em;
}

/*==================================================
module
==================================================*/
.section-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 0 10px 35px 10px;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.07em;
}


@media all and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
    padding: 0 10px 5px 10px;
    font-size: 1.8rem;
  }
}

.section-title__ico {
  position: relative;
  font-weight: inherit;


}

.section-title__ico:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -5px;
  z-index: -1;
  width: 52px;
  height: 36px;
  display: block;
  background: url("../img/title-bg.svg") no-repeat left center / contain;
}

@media all and (max-width: 767px) {
  .section-title__ico:before {
    left: -2px;
    width: 24px;
    gap: 18px;
  }
}

.section-title--problem {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .section-title--problem {
    margin-bottom: 30px;
  }
}

.section-title--feature {
  margin-bottom: 30px;
}

.section-title--form,
.section-title--flow {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {

  .section-title--form,
  .section-title--flow {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .section-title--faq {
    margin-bottom: 10px;
  }
}

.text-em {
  color: var(--main-color);
  font-style: normal;
}

.underline {
  text-decoration: underline;
}

/*==================================================
l-header
==================================================*/
.l-header {
  position: relative;
}

.l-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 104px;
  max-width: 1920px;
  margin-inline: auto auto;
  padding: 0 100px;
  font-size: var(--font-middle);
}

@media all and (max-width: 1023px) {
  .l-header-row {
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  .l-header-row {
    height: 65px;
    padding: 0 50px;
  }
}

.l-header-list {
  display: flex;
  gap: 16px;
}

@media all and (max-width: 1023px) {
  .l-header-list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}

.l-header-button {
  display: grid;
  place-content: center;
  place-items: center;
  width: 210px;
  height: 56px;
  padding-inline: 10px;
  border-radius: 40px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  .l-header-button {
    width: 100%;
    height: 52px;
    border-radius: 16px 16px 0 0;
  }
}

@media all and (max-width: 767px) {
  .l-header-button {
    font-size: 1.2rem;
  }
}

.l-header-button--mail {
  background: #C92F55;
}

.l-header-button--file {
  background: #2CB0AF;
}

.l-header-button--tel {
  background: #75748B;
}

.l-header-button__text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: inherit;
}

@media all and (max-width: 767px) {
  .l-header-button__text {
    gap: 5px;
  }
}

.l-header-button__num {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1.26px;
  font-weight: inherit;
}

.l-header-button__small {
  font-size: 0.9rem;
  font-weight: inherit;
}

.l-header-button__row {
  display: grid;
  place-items: center;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}

@media all and (max-width: 767px) {
  .l-header-button__row {
    gap: 0;
  }
}

@media all and (max-width: 767px) {
  .l-header-button img {
    width: 14px;
  }
}

@media all and (max-width: 1023px) {
  .l-header-button__pc {
    display: none;
  }
}

@media all and (min-width: 1201px) {
  .l-header-button__sp {
    display: none;
  }
}

/*==================================================
l-main
==================================================*/
.l-main {
  line-height: var(--base-line);
  font-size: var(--font-base);
}

/*==================================================
mv
==================================================*/
.mv {
  width: 100%;
  background: url("../img/main-img.jpg") no-repeat center;
}

@media all and (max-width: 767px) {
  .mv {
    background-image: url("../img/sp-main-img.jpg");
    background-size: cover;
  }
}

.mv-inner {
  display: grid;
  place-content: center end;
  max-width: 1580px;
  margin-inline: auto auto;
  height: 580px;
}

@media all and (max-width: 1023px) {
  .mv-inner {
    place-content: center;
    padding: 15px;
  }
}

@media all and (max-width: 767px) {
  .mv-inner {
    padding: 20px;
  }
}

.mv-title {
  margin-bottom: 15px;
  color: #2CB0AF;
  text-shadow: 4px 4px 0 #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 3.5px;
}

@media all and (max-width: 1023px) {
  .mv-title {
    font-size: 4rem;
  }
}

@media all and (max-width: 767px) {
  .mv-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-shadow: 3px 2px 0 #FFF;
    letter-spacing: 1.96px;
  }
}

.mv-unit {
  padding: 47px 0 79px 104px;
  background: url("../img/main-mg-illust.svg") no-repeat left center/contain;
}

@media all and (max-width: 767px) {
  .mv-unit {
    margin-bottom: 30px;
    padding: 15px 0 0 0;
    background-position: left top;
    background-size: 127px auto;
  }
}

.mv-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .mv-list {
    display: grid;
  }
}

.mv-list li {
  padding: 2px 0 2px 35px;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 1.89px;
  text-shadow: 2px 2px 2px #2CB0AF;
  background: url("../img/mv-check.svg") no-repeat left center;
}

@media all and (max-width: 767px) {
  .mv-list li {
    font-size: 1.8rem;
  }
}

.mv-text {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 1.68px;
  text-shadow: 2px 2px 2px #2CB0AF;
}

@media all and (max-width: 767px) {
  .mv-text {
    font-size: 1.8rem;
  }
}

/*==================================================
problem
==================================================*/
.problem {
  padding-block: var(--section-space);
}

.problem-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1145px;
  margin: 0 auto 25px auto;
}

@media all and (max-width: 767px) {
  .problem-list {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

.problem-list li {
  position: relative;
}

.problem-list li:first-child,
.problem-list li:last-child {
  z-index: 1;
  padding-top: 70px;
}

@media all and (max-width: 767px) {

  .problem-list li:first-child,
  .problem-list li:last-child {
    width: 47%;
  }
}

@media all and (max-width: 767px) {
  .problem-list li:first-child {
    order: 1;
  }
}

@media all and (max-width: 767px) {
  .problem-list li:last-child {
    order: 2;
  }
}

@media all and (max-width: 767px) {
  .problem-list li:nth-child(2) {
    order: 3;
    width: 60%;
    margin: 10px auto 0 auto;
  }
}

.problem-list__box {
  position: absolute;
  top: -100px;
  display: grid;
  place-content: center;
  width: 300px;
  padding: 30px 0;
  border-radius: 16px 16px 16px 0;
  background: #F0F3FC;
  box-shadow: 0 0 14px 0 rgba(40, 40, 40, 0.3);
  font-size: var(--font-large);
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .problem-list__box {
    top: -80px;
    width: 240px;
  }
}

@media all and (max-width: 767px) {
  .problem-list__box {
    top: -20px;
    width: 100%;
    padding: 15px 5px;
    font-size: 1.3rem;
  }
}

.problem-list__box:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -15px;
  width: 37px;
  height: 30px;
  background: url("../img/ico-quart.svg") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  .problem-list__box:before {
    left: 10px;
    width: 20px;
  }
}

li:first-child .problem-list__box {
  right: -140px;
}

@media all and (max-width: 1023px) {
  li:first-child .problem-list__box {
    right: -80px;
  }
}

@media all and (max-width: 767px) {
  li:first-child .problem-list__box {
    right: 0;
  }
}

li:last-child .problem-list__box {
  left: -140px;
}

@media all and (max-width: 1023px) {
  li:last-child .problem-list__box {
    left: -80px;
  }
}

@media all and (max-width: 767px) {
  li:last-child .problem-list__box {
    left: 0;
  }
}

.problem-list__em {
  color: var(--main-color);
  font-size: var(--font-title);
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .problem-list__em {
    font-size: 1.6rem;
  }
}

.problem-message {
  width: fit-content;
  margin-inline: auto auto;
  font-size: var(--font-large);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2;
}

@media all and (max-width: 767px) {
  .problem-message {
    font-size: 1.5rem;
  }
}

.problem-message__strong {
  color: var(--main-color);
  font-weight: inherit;
  font-size: var(--font-title);
  background: #fff783;
  background: linear-gradient(to bottom, transparent 60%, #fff783 61%);
}

@media all and (max-width: 767px) {
  .problem-message__strong {
    font-size: 1.7rem;
  }
}

/*==================================================
about
==================================================*/
.about {
  position: relative;
  padding-block: var(--section-space) var(--section-space);
  background: #F0F3FC;
}

.about:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 226px;
  height: 56px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

@media all and (max-width: 767px) {
  .about:before {
    width: 113px;
    height: 28px;
  }
}

.about-title {
  display: grid;
  place-items: center;
  place-content: center;
  gap: 35px;
  margin-bottom: 20px;
}

.about-title__comment {
  position: relative;
  display: grid;
  place-items: center;
  padding: 10px 40px;
  border-radius: 30px;
  background: var(--accent-color);
  color: #fff;
  font-size: var(--font-large);
  letter-spacing: 0.035em;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .about-title__comment {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}

.about-title__comment:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  display: block;
  width: 30px;
  height: 14px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: var(--accent-color);
}

@media all and (max-width: 767px) {
  .about-title__comment:after {
    bottom: -13px;
  }
}

.about-lead {
  margin-bottom: var(--lead-margin);
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.07em;
  text-align: center;
}

@media all and (max-width: 767px) {
  .about-lead {
    font-size: 1.8rem;
  }
}

.about-lead em {
  color: var(--main-color);
  font-style: normal;
}

.about-scene {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .about-scene {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.about-scene li:nth-child(2) {
  padding-top: 30px;
}

.about-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media all and (max-width: 1023px) {
  .about-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767px) {
  .about-list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-point {
  display: grid;
  place-items: start center;
  place-content: start center;
  gap: 24px;
  padding: 40px 10px;
  background: #fff;
  border-radius: 16px;
  background: #FFF;
}

@media all and (max-width: 767px) {
  .about-point {
    place-content: start;
    padding: 20px 10px;
  }
}

.about-point__text {
  display: block;
  font-size: var(--font-middle);
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
}

.about-point__em {
  font-style: normal;
  color: var(--main-color);
  font-size: var(--font-large);
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .about-point__em {
    font-size: 1.6rem;
  }
}

.about-point__small {
  display: block;
  color: #9F9F9F;
  font-size: 1rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media all and (max-width: 767px) {
  .about-point__small {
    text-align: left;
  }
}

/*==================================================
feature
==================================================*/
.feature {
  padding-block: var(--section-space) var(--section-space);
}

.feature-box {
  position: relative;
  padding: 64px var(--section-space);
  background: #F0F3FC;
}

@media all and (max-width: 1023px) {
  .feature-box {
    padding: 60px 50px 320px 50px;
  }
}

@media all and (max-width: 767px) {
  .feature-box {
    padding: 30px 20px;
  }
}

.feature-point {
  display: grid;
  gap: 48px;
}

.feature-point__01 {
  max-width: 640px;
}

.feature-point__02 {
  max-width: 479px;
}

.feature-point dt {
  padding: 6px 6px 6px 48px;
  border-radius: 8px;
  background: var(--main-color) url("../img/feature-check.svg") no-repeat 16px center;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
}

@media all and (max-width: 767px) {
  .feature-point dt {
    background-position: 8px center;
    font-size: 1.6rem;
  }
}

.feature-point dd {
  padding-top: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-size: var(--font-large);
}

@media all and (max-width: 767px) {
  .feature-point dd {
    font-size: 1.4rem;
  }
}

.feature-person {
  position: absolute;
  right: 60px;
  bottom: -30px;
}

@media all and (max-width: 767px) {
  .feature-person {
    position: static;
    display: block;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

/*==================================================
step
==================================================*/
.flow {
  padding-block: 0px var(--section-space);
}

.flow-lead {
  margin-bottom: 54px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.87;
}

@media all and (max-width: 767px) {
  .flow-lead {
    margin-bottom: 35px;
    text-align: left;
  }
}

.flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

@media all and (max-width: 1023px) {
  .flow-list {
    gap: 10px;
  }
}

@media all and (max-width: 767px) {
  .flow-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.flow-list__col {
  display: grid;
  place-content: start;
}

.flow-list__body {
  max-width: 230px;
  margin-inline: auto auto;
}

.flow-list__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: var(--font-middle);
}

@media all and (max-width: 1023px) {
  .flow-list__title {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }
}

@media all and (max-width: 767px) {
  .flow-list__title {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }
}

.flow-list__num {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url("../img/flow-num-bg-01.svg") no-repeat center/contain;
  color: #fff;
  line-height: 1;
}

.flow-list__num--bg-02 {
  background-image: url("../img/flow-num-bg-02.svg");
}

.flow-list__text {
  line-height: 1.64;
}

.flow-list__small {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  color: #9f9f9f;
}

.flow-message {
  padding: 10px;
  text-align: center;
  background: var(--sub-color);
  font-size: var(--font-title);
  font-weight: 700;
  border-radius: 8px;
}

/*==================================================
system
==================================================*/
.system {
  padding-block: var(--section-space) var(--section-space);
  background: #f5f5f5;
}

.system-wrap {
  display: grid;
  gap: 40px;
}

@media all and (max-width: 767px) {
  .system-wrap {
    gap: 20px;
  }
}

.system-box {
  border-radius: 8px;
  padding: 25px var(--section-space);
  background: #fff;
  border-left: 10px solid var(--main-color);
}

@media all and (max-width: 1023px) {
  .system-box {
    padding: 25px;
  }
}

@media all and (max-width: 767px) {
  .system-box {
    border-width: 5px;
    padding: 20px 20px;
  }
}

.system-box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

@media all and (max-width: 767px) {
  .system-box__inner {
    display: grid;
    gap: 20px;
  }
}

.system-box__img {
  width: 40%;
}

@media all and (max-width: 767px) {
  .system-box__img {
    width: 100%;
    order: 1;
  }
}

.system-box__body {
  width: 54%;
}

@media all and (max-width: 767px) {
  .system-box__body {
    display: contents;
  }
}

.system-box__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--main-color);
  font-size: var(--font-title);
  font-weight: 700;
  color: var(--main-color);
}

@media all and (max-width: 767px) {
  .system-box__title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.system-box__text {
  line-height: 1.64;
}

/*==================================================
price
==================================================*/
.price {
  padding-block: var(--section-space) var(--section-space);
  background: var(--sub-color);
}

.price-title {
  margin-bottom: 15px;
  text-align: center;
  color: var(--main-color);
  font-size: var(--font-title);
  font-weight: 700;
}

.price-title--contract {
  color: var(--accent-color);
}

.price-summary {
  margin-bottom: 15px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .price-summary {
    text-align: left;
  }
}

.price-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 50px;
  margin-bottom: var(--lead-margin);
}

@media all and (max-width: 767px) {
  .price-wrap {
    width: 100%;
  }
}

.price-table {
  max-width: 924px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .price-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.price-table table {
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .price-table table {
    min-width: 924px;
  }
}

.price-table th:first-child {
  width: 58%;
  border-radius: 8px 0 0 0;
}

@media all and (max-width: 1023px) {
  .price-table th:first-child {
    width: 40%;
  }
}

@media all and (max-width: 767px) {
  .price-table th:first-child {
    width: 30%;
  }
}

@media all and (max-width: 767px) {

  .price-table th:nth-child(4),
  .price-table th:nth-child(3),
  .price-table th:nth-child(2) {
    width: 20%;
  }
}

.price-table th:last-child {
  border-radius: 0 8px 0 0;
}

.price-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.price-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.price-table th,
.price-table td {
  vertical-align: middle;
  border: 2px solid var(--sub-color);
  background: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {

  .price-table th,
  .price-table td {
    font-size: 1.4rem;
  }
}

.price-table th {
  padding: 15px 10px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--font-large);
}

.price-table td {
  padding: 13px 10px;
}

.price-table td:not(:first-child) {
  letter-spacing: normal;
}

.price-table__yen {
  font-size: 1rem;
}

.price-table--contract th {
  background: var(--accent-color);
}

.price-table--contract th:first-child {
  width: 15%;
}

.price-table--contract th:nth-child(2) {
  width: 20%;
}

@media all and (max-width: 767px) {
  .price-table--contract th:last-child {
    width: 65%;
  }
}

.price-table--contract td:last-child {
  text-align: left;
}

.price-table__notice {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.price-notice {
   font-size: 1.2rem;
}

@media all and (max-width: 767px) {
  .price-notice {
    padding-left: 0;
  }
}

.price-notice li {
  padding-left: 1em;
  text-indent: -1em;
}

.price-consultant {
  padding: 40px;
  border-radius: 8px;
  background: #DBE3FC;
}

@media all and (max-width: 767px) {
  .price-consultant {
    padding: 20px;
  }
}

.price-consultant__header {
  display: grid;
  align-items: center;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  margin-bottom: 8px;
}

@media all and (max-width: 767px) {
  .price-consultant__header {
    grid-template-columns: 60px 1fr;
  }
}

.price-consultant__title {
  font-size: var(--font-title);
  font-weight: 700;
  color: var(--main-color);
}

@media all and (max-width: 767px) {
  .price-consultant__title {
    order: 1;
  }
}

.price-consultant__free {
  display: grid;
  place-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--font-title);
  font-weight: 700;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .price-consultant__free {
    font-size: 1.6rem;
  }
}

.price-consultant__inner {
  display: grid;
  grid-template-columns: 1fr 342px;
  gap: 32px;
  max-width: 954px;
  margin-inline: auto auto;
}

@media all and (max-width: 1023px) {
  .price-consultant__inner {
    grid-template-columns: 1fr 250px;
  }
}

@media all and (max-width: 767px) {
  .price-consultant__inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media all and (max-width: 767px) {
  .price-consultant__img {
    order: 2;
  }
}

.price-consultant__img img {
  border-radius: 16px;
}

.price-consultant__text {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.875;
  font-size: var(--font-middle);
}

@media all and (max-width: 767px) {
  .price-consultant__text {
    order: 3;
    margin-bottom: 0;
  }
}

.price-consultant__button {
  order: 3;
}

.price-consultant__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 316px);
  height: 64px;
  padding-inline: 20px;
  border-radius: 40px;
  color: #fff;
  line-height: 1;
  background: #C92F55;
  font-size: var(--font-middle);
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .price-consultant__button a {
    width: 90%;
    height: 50px;
    margin-inline: auto auto;
  }
}

@media all and (max-width: 767px) {
  .price-consultant__body {
    display: contents;
  }
}

/*==================================================
type
==================================================*/
.type {
  padding-block: var(--section-space) var(--section-space);
}

.type-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media all and (max-width: 767px) {
  .type-row {
    grid-template-columns: 1fr;
  }
}

.type-unit {
  position: relative;
  padding: 0 30px 30px 30px;
}

@media all and (max-width: 767px) {
  .type-unit {
    padding: 0 15px 20px 15px;
  }
}

.type-unit:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 70px);
  background: var(--sub-color);
  border-radius: 8px;
}

.type-unit__header {
  display: grid;
  grid-template-columns: 1em 1fr;
  margin-inline: -30px;
}

@media all and (max-width: 767px) {
  .type-unit__header {
    margin-inline: -20px;
  }
}

.type-unit__header--pos {
  position: absolute;
  left: 30px;
  top: 0;
}

.type-unit__num {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--main-color);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.type-unit__item {
  display: grid;
  place-items: center;
  height: 147px;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .type-unit__item {
    height: 170px;
  }
}

@media all and (max-width: 767px) {
  .type-unit__item {
    height: auto;
    margin-bottom: 20px;
  }
}

.type-unit__title {
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: var(--font-large);
  text-align: center;
  font-weight: 700;
}

.type-unit__text {
  margin-bottom: 30px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .type-unit__text {
    margin-bottom: 15px;
  }
}

.type-unit__scene img {
  border-radius: 8px;
}

@media all and (max-width: 767px) {
  .type-unit__scene {
    width: fit-content;
    margin-inline: auto auto;
  }
}

.type-unit__row {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  padding-top: 100px;
}

@media all and (max-width: 1023px) {
  .type-unit__row {
    grid-template-columns: 250px 1fr;
    gap: 20px;
  }
}

@media all and (max-width: 767px) {
  .type-unit__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    margin: 0 auto 30px auto;
  }

  .type-unit__row:last-child {
    margin-bottom: 0;
  }
}

.type-unit__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  background: url("../img/type-arrow.svg") no-repeat center;
  position: relative;
}
.type-unit__body_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  position: relative;
}

@media all and (max-width: 767px) {
  .type-unit__body {
    gap: 40px;
    grid-template-columns: 1fr;
    background-image: url("../img/type-arrow-under.svg");
    background-size: 30px auto;
  }
}

.type-unit__move {
  display: block;
  margin-inline: auto auto;
}

.type-unit__time {
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: 700;
  background: url("../img/ico-clock.svg") no-repeat left center;
}

@media all and (max-width: 767px) {
  .type-unit__time {
    padding-left: 25px;
    background-size: contain;
  }
}

.type-unit__location {
  margin: 10px 0;
  color: var(--accent-color);
  font-weight: 700;
}

.type-notice {
  width: fit-content;
  margin-inline: auto auto;
  margin-top: 30px;
  font-size: 1.2rem;
}

.type-notice li {
  padding-left: 1em;
  text-indent: -1em;
}

/*==================================================
step
==================================================*/
.step {
  padding-block: var(--section-space) var(--section-space);
  background: #f5f5f5;
}

.step-wrap {
  display: grid;
  gap: 60px;
  max-width: 1000px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .step-wrap {}
}

.step-box {
  position: relative;
  padding: 24px;
  background: #fff;
  border-radius: 40px 0 0 0;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(137, 137, 137, 0.25);
}

@media all and (max-width: 767px) {
  .step-box {
    padding: 15px;
  }
}

.step-box:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  display: block;
  width: 56px;
  height: 26px;
  margin: auto;
  background: url("../img/step-arrow.svg") no-repeat center/contain;
}

.step-box:last-child:after {
  content: none;
}

.step-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  max-width: 760px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .step-row {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 767px) {
  .step-img {
    order: 3;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .step-body {
    display: contents;
  }
}

.step-num {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: var(--accent-color);
  font-size: 3rem;
  font-weight: 800;
}

@media all and (max-width: 767px) {
  .step-num {
    order: 1;
  }
}

.step-num__text {
  font-size: var(--font-large);
  color: #333;
}

.step-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  font-size: var(--font-title);
}

@media all and (max-width: 767px) {
  .step-title {
    order: 2;
    margin-bottom: 0;
  }
}

.step-text {
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .step-text {
    order: 4;
  }
}

/*==================================================
faq
==================================================*/
.faq {
  padding-block: var(--section-space) var(--section-space);
}

.faq-wrap {
  max-width: 1118px;
  margin: 0 auto 64px auto;
}

@media all and (max-width: 767px) {
  .faq-wrap {
    margin-bottom: 35px;
  }
}

.faq-unit:nth-child(n+6) {
  display: none;
}

.faq-unit__title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 15px;
  border-bottom: 1px solid #333;
  gap: 10px;
  font-size: var(--font-large);
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .faq-unit__title {
    padding-right: 35px;
  }
}

.faq-unit__title:before,
.faq-unit__title:after {
  content: "";
  position: absolute;
  display: block;
  background: #333;
}

.faq-unit__title:before {
  right: 39px;
  width: 2px;
  height: 20px;
}

@media all and (max-width: 767px) {
  .faq-unit__title:before {
    right: 19px;
  }
}

.faq-unit__title:after {
  right: 30px;
  width: 20px;
  height: 2px;
}

@media all and (max-width: 767px) {
  .faq-unit__title:after {
    right: 10px;
  }
}

.faq-unit__title.show:before {
  opacity: 0;
}

.faq-unit__q {
  font-size: var(--font-title);
  font-weight: 700;
  color: var(--main-color);
}

.faq-unit__body {
  display: none;
  padding: 24px 50px;
  font-weight: 700;
  font-size: var(--font-middle);
  background: var(--sub-color);
}

.faq-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 316px;
  height: 60px;
  margin: auto;
  border-radius: 40px;
  background: #C92F55;
  font-size: var(--font-middle);
  color: #fff;
  border: none;
}

.faq-button:before,
.faq-button:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}

.faq-button:before {
  right: 39px;
  width: 2px;
  height: 20px;
}

.faq-button:after {
  right: 30px;
  width: 20px;
  height: 2px;
}

.faq-button.more:before {
  display: none;
}

.faq-wrap.more .faq-unit {
  display: block;
}

/*==================================================
cta
==================================================*/
.cta {
  position: relative;
  height: 472px;
  background: url("../img/cta-bg.png") no-repeat center/cover;
  color: #fff;
}

@media all and (max-width: 767px) {
  .cta {
    height: auto;
  }
}

.cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(46, 88, 156, 0.6980392157);
}

.cta-body {
  position: relative;
  padding: 64px 20px;
}

@media all and (max-width: 767px) {
  .cta-body {
    padding-block: 40px;
  }
}

.cta-title {
  margin-bottom: var(--lead-margin);
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 0.07em;
}

@media all and (max-width: 767px) {
  .cta-title {
    font-size: 2rem;
  }
}

.cta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  max-width: 900px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .cta-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
}

@media all and (max-width: 767px) {
  .cta-unit:last-child {
    grid-column: 1/3;
  }
}

.cta-ico {
  display: block;
  margin: 0 auto 20px auto;
}

@media all and (max-width: 767px) {
  .cta-ico {
    margin-bottom: 10px;
  }
}

.cta-text {
  margin-bottom: 40px;
  font-size: var(--font-middle);
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .cta-text {
    display: grid;
    place-items: center;
    height: 3em;
    margin-bottom: 15px;
  }
}

.cta-button {
  display: grid;
  place-items: center;
  width: 210px;
  height: 52px;
  margin-inline: auto auto;
  border-radius: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .cta-button {
    width: 100%;
  }
}

.cta-button--contact {
  background: #C92F55;
}

.cta-button--file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent-color);
}

@media all and (max-width: 767px) {
  .cta-button--file {
    gap: 6px;
  }
}

.cta-tel {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
}

@media all and (max-width: 767px) {
  .cta-tel {
    margin-bottom: 0;
  }
}

.cta-time {
  font-weight: 700;
  text-align: center;
  font-size: var(--font-middle);
  line-height: 1.25;
}

/*==================================================
form
==================================================*/
.form {
  padding-block: var(--section-space) var(--section-space);
}

.form-lead {
  margin-bottom: var(--lead-margin);
  font-size: var(--font-middle);
  text-align: center;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .form-lead {
    text-align: left;
  }
}

.form-wrap {
  max-width: 1000px;
  margin-inline: auto auto;
}

.form-wrap dl {
  margin-bottom: 30px;
}

.form-wrap dl dt {
  margin-bottom: 10px;
  font-weight: 700;
}

.form-wrap dl dt p {
  font-weight: inherit;
}

.form-wrap input[type=tel],
.form-wrap input[type=email],
.form-wrap input[type=text] {
  width: 100%;
  height: 52px;
  background: #F5F5F5;
  border-radius: 8px;
  border: none;
  padding: 0 20px;
}

.form-wrap input[type=tel]::placeholder,
.form-wrap input[type=email]::placeholder,
.form-wrap input[type=text]::placeholder {
  color: #bfbfbf;
}

.form-wrap textarea {
  width: 100%;
  height: 265px;
  padding: 16px 20px;
  background: #F5F5F5;
  border: none;
}

.form-wrap textarea::placeholder {
  color: #bfbfbf;
}

.form-wrap__ico {
  margin-right: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #E31B1B;
  color: #fff;
}

.form-check {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: var(--lead-margin);
  font-size: 1.6rem;
}

.form-check input[type=checkbox] {
  accent-color: #333;
}

.form-check a {
  color: #3A4AC0;
  text-decoration: underline;
  font-weight: inherit;
}

.form-button-group {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
}

@media all and (max-width: 767px) {
  .form-button-group {}
}

.form-submit,
.form-reset {
  display: grid;
  place-items: center;
  width: 316px;
  height: 64px;
  border-radius: 40px !important;
  border: none;
  font-size: var(--font-middle);
}

@media all and (max-width: 767px) {

  .form-submit,
  .form-reset {
    width: 90%;
    margin-inline: auto auto;
    height: 50px;
  }
}

.form-submit {
  margin-inline: auto auto;
  background: #C92F55 !important;
  color: #fff;
}

.form-reset {
  margin-inline: auto auto;
  border: 2px solid #C92F55;
  color: #C92F55;
  background: #fff;
  font-weight: 700;
  font-size: var(--font-middle);
}

/*==================================================
bnr
==================================================*/
.bnr-space {
  padding-inline: 40px;
  text-align: center;
  background: #D8E2F3;
}

@media all and (max-width: 767px) {
  .bnr-space {
    padding: 0 10px;
  }
}

/*==================================================
footer
==================================================*/
.pagetop {
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

@media all and (max-width: 1023px) {
  .pagetop {
    bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 60px;
    width: 40px;
  }
}

.pagetop.-fadein {
  opacity: 1;
}

.footer {
  font-size: 1.4rem;
}

@media all and (max-width: 1023px) {
  .footer {
    padding-bottom: 80px;
  }
}

@media all and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
  }
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  padding: 64px 40px 40px 40px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .footer-row {
    display: block;
    padding: 40px 20px 20px 20px;
  }
}

.footer-list {
  display: flex;
  gap: 40px;
}

@media all and (max-width: 767px) {
  .footer-list {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
}

.footer-list a {
  font-weight: 700;
}

.footer-copy {
  text-align: center;
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .footer-copy {
    font-size: 1rem;
  }
}

/*==================================================
module
==================================================*/
/*--------------------
inner
--------------------*/
.inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: var(--site-padding);
}

@media all and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

/*--------------------
box unit
--------------------*/
/*==================================================
page
==================================================*/
/*JS*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: red;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li.slick-active button {
  background: blue;
}

/*SASS MODULE*/