@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  letter-spacing: 0.03em;
}

body {
  width: 100%;
  line-height: 1.6;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* safari hover対策 */
  font-variant-numeric: tabular-nums;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

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

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
@font-face {
  font-family: "Terass Sans Japanese";
  src: url("./font/TerassSansJapanese-Medium.woff") format("woff");
}
@font-face {
  font-family: "Terass Sans Japanese bold";
  src: url("./font/TerassSansJapanese-Bold.woff") format("woff");
}
@font-face {
  font-family: "Terass Sans Japanese light";
  src: url("./font/TerassSansJapanese-Light.woff") format("woff");
}
img {
  width: 100%;
}

/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
body {
  background: var(--background-semiLightGray, #f1f1f1);
}

.page_wrap {
  width: 375px;
  margin: 0 auto;
  color: var(--TextBlack, #213544);
  background: var(--Gold-50, #e4ded1);
  /*-------------------------------------------------------------------
  header
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
}

@media screen and (max-width: 768px) {
  .page_wrap {
    width: 100vw;
  }
}
.page_wrap .sub_ttl {
  display: inline-block;
  display: table;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 6px 12px 8px 12px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  line-height: 18px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background: var(--Gold-50, #e4ded1);
}

.page_wrap .sub_ttl.bg_white {
  background: #fff;
}

.page_wrap .sub_ttl.bg_blue {
  background: var(--Terass-UI-Border-Gray, #e2e8f0);
}

.page_wrap .sub_ttl.bg_beige {
  background: #e9e5dc;
}

.page_wrap header {
  display: flex;
  height: 64px;
  padding: 0 16px;
  background-color: #fff;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .page_wrap header {
    height: 17.0666666667vw;
    padding: 0 4.2666666667vw;
    gap: 3.2vw;
  }
}
.page_wrap header .header_txt {
  position: relative;
  padding-left: 12px;
  color: #2d3748;
  line-height: 182.143%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .page_wrap header .header_txt {
    padding-left: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.page_wrap header .header_txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: #2d3748;
}

@media screen and (max-width: 768px) {
  .page_wrap header .header_txt::after {
    height: 6.6666666667vw;
  }
}
.page_wrap .mv {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .page_wrap .mv {
    margin-bottom: 3.4666666667vw;
  }
}
.page_wrap .mv .mv_img {
  margin-bottom: 12px;
}
.page_wrap .mv .mv_catch {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page_wrap .mv .mv_catch {
    font-size: 3.7333333333vw;
  }
}
/*-------------------------------------------------------------------
cv_btn
/*-------------------------------------------------------------------*/
.cv_btn {
  display: flex;
  width: 343px;
  height: 73px;
  margin: 0 auto;
  padding: 0 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
  background: #26a1a0;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .cv_btn {
    width: 91.4666666667vw;
    height: 19.4666666667vw;
    padding: 0 4.2666666667vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0px 0.5333333333vw 1.6vw 0px rgba(0, 0, 0, 0.2);
    gap: 1.0666666667vw;
  }
}
.cv_btn .cv_btnTop {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  line-height: normal;
  font-family: "Terass Sans Japanese light";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .cv_btn .cv_btnTop {
    padding-bottom: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.cv_btn .cv_btnBottom {
  display: block;
  width: 100%;
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .cv_btn .cv_btnBottom {
    font-size: 6.4vw;
  }
}
.fixed_btn {
  visibility: visible;
  position: fixed;
  bottom: 15px;
  left: 50%;
  opacity: 1;
  transition: 0.4s;
  transform: translateX(-50%);
  z-index: 1000;
}

.fixed_btn.is-hidden {
  visibility: hidden;
  bottom: 4vw;
  opacity: 0;
}

.fv_cv_btn {
  margin-bottom: 13px;

}

/*-------------------------------------------------------------------
introduction
/*-------------------------------------------------------------------*/
.introduction {
  padding: 32px 16px;
}

@media screen and (max-width: 768px) {
  .introduction {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.introduction .introduction_ttl {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .introduction .introduction_ttl {
    margin-bottom: 2.66666667vw;
  }
}
/*-------------------------------------------------------------------
prerequisiteKnowledge
/*-------------------------------------------------------------------*/
.prerequisiteKnowledge {
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge {
    padding: 10.6666666667vw 0;
  }
}
.prerequisiteKnowledge .sec_ttl {
  width: 331px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .sec_ttl {
    width: 88.2666666667vw;
    margin: 0 auto 6.4vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profile {
  width: 345px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--White, #fff);
  border-radius: 16px;
  background: var(--Background-Light-Gray, #f1f6fb);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profile {
    width: 92vw;
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    -webkit-backdrop-filter: blur(1.0666666667vw);
    backdrop-filter: blur(1.0666666667vw);
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTop {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTop {
    margin-bottom: 6.4vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopImg {
  display: block;
  width: 84px;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopImg {
    width: 22.4vw;
    margin-right: 4.2666666667vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopName {
  color: #2d3748;
  line-height: 36px;
  font-family: "Terass Sans Japanese bold";
  font-size: 28px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopName {
    line-height: 9.6vw;
    font-size: 7.4666666667vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopPotision {
  color: #2d3748;
  line-height: 130%; /* 15.6px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopPotision {
    font-size: 3.2vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileBottom {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileBottom {
    font-size: 4.2666666667vw;
  }
}
/*-------------------------------------------------------------------
provision
/*-------------------------------------------------------------------*/
.provision {
  padding: 44px 0 24px;
  background-image: url(./img/provision_bg01.jpg);
  background-position: top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .provision {
    padding: 11.7333333333vw 0 6.4vw;
  }
}
.provision > .sub_ttl {
  line-height: 18px; /* 112.5% */
  font-family: "Noto Sans JP";
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .provision > .sub_ttl {
    line-height: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.provision .sec_ttl {
  width: 331px;
  margin: 23px auto 22px;
}

@media screen and (max-width: 768px) {
  .provision .sec_ttl {
    width: 88.2666666667vw;
    margin: 6.13333333vw auto 5.8666666667vw;
  }
}
.provision .provision_list {
  margin: 0 16px 24px;
  padding: 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}

@media screen and (max-width: 768px) {
  .provision .provision_list {
    margin: 0 4.2666666667vw 6.4vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.provision .provision_list:last-child {
  margin-bottom: 0;
}

.provision .provision_list .sub_ttl {
  margin-bottom: 24px;
  padding-right: 25px;
  padding-left: 25px;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 17.5px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .provision .provision_list .sub_ttl {
    margin-bottom: 6.4vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.provision .provision_listImg {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .provision .provision_listImg {
    margin-bottom: 6.4vw;
  }
}
.provision .provision_listSubTtl {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 30px */
  /* Title/S */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .provision .provision_listSubTtl {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.provision .provision_listTxt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .provision .provision_listTxt {
    font-size: 4.2666666667vw;
  }
}
/*-------------------------------------------------------------------
question
/*-------------------------------------------------------------------*/
.question {
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .question {
    padding: 6.4vw 0;
  }
}
.question .question_ttl {
  margin-bottom: 24px;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 30px */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .question .question_ttl {
    margin-bottom: 6.4vw;
    font-size: 6.4vw;
  }
}
.question .question_topList {
  display: flex;
  width: 343px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 12px 8px 12px 16px;
  border-radius: 8px;
  font-family: "Terass Sans Japanese bold";
  background: var(--White, #fff);
  align-items: center;
  gap: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 768px) {
  .question .question_topList {
    width: 91.4666666667vw;
    margin-bottom: 2.1333333333vw;
    padding: 3.2vw 2.1333333333vw 3.2vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    gap: 4.2666666667vw;
  }
}
.question .question_topList::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url(./img/question_topListIco01.png);
  background-size: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .question .question_topList::before {
    width: 4vw;
    height: 6.6666666667vw;
  }
}
/*-------------------------------------------------------------------
useImage
/*-------------------------------------------------------------------*/
.useImage {
  display: flex;
  flex-direction: column;
  width: 343px;
  margin: 23px auto 0;
  padding: 24px 16px;
  border-radius: 8px;
  background: var(--White, #fff);
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .useImage {
    width: 91.4666666667vw;
    margin: 6.1333333333vw auto 0;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    gap: 6.4vw;
  }
}
.useImage .useImage_ttl {
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 30px */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .useImage .useImage_ttl {
    font-size: 6.4vw;
  }
}
.useImage .useImage_list {
  display: flex;
  margin-bottom: 8px;
  font-family: "Terass Sans Japanese bold";
  gap: 16px;
  align-items: center;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .useImage .useImage_list {
    margin-bottom: 2.1333333333vw;
    gap: 4.2666666667vw;
  }
}
.useImage .useImage_list:last-child {
  margin-bottom: 0;
}

.useImage .useImage_listNum {
  display: flex;
  flex-direction: column;
  width: 46px;
  height: 46px;
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--Text-Text-Black, #2d3748);
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  background: var(--Gold-50, #e4ded1);
  justify-content: center;
  align-items: center;
  gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 768px) {
  .useImage .useImage_listNum {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 6.4vw;
    gap: 6.4vw;
    -webkit-backdrop-filter: blur(1.0666666667vw);
    backdrop-filter: blur(1.0666666667vw);
  }
}
.useImage .useImage_listTxt {
  display: block;
  width: 250px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .useImage .useImage_listTxt {
    width: 66.6666666667vw;
  }
}
.useImage .useImage_listTxtBox {
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .useImage .useImage_listTxtBox {
    margin-top: 2.1333333333vw;
  }
}
.useImage .list03 {
  align-items: flex-start;
}

.useImage .list03 .useImage_listNum {
  position: relative;
}

.useImage .list03 .useImage_listNum::after {
  content: "";
  display: block;
  width: 32.5px;
  height: 112px;
  position: absolute;
  top: 61px;
  background-image: url(./img/useImage_listNumIco01.svg);
  background-repeat: no-repeat;
  background-size: 30.5px;
}

@media screen and (max-width: 768px) {
  .useImage .list03 .useImage_listNum::after {
    width: 8.6666666667vw;
    height: 29.8666666667vw;
    top: 16.2666666667vw;
    background-size: 8.1333333333vw;
  }
}
.useImage .list03 .useImage_listTxtBox {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .useImage .list03 .useImage_listTxtBox {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.useImage .list03 .useImage_listTxtBoxBold {
  font-family: "Terass Sans Japanese bold";
}

.useImage .useImage_bottom_txt {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .useImage .useImage_bottom_txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
/*-------------------------------------------------------------------
pricePlan
/*-------------------------------------------------------------------*/
.pricePlan {
  margin: 0 auto;
  padding: 24px 0;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 30px */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .pricePlan {
    padding: 6.4vw 0;
    font-size: 6.4vw;
  }
}
.pricePlan .pricePlan_ttl {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_ttl {
    margin-bottom: 6.4vw;
  }
}
.pricePlan .pricePlan_txt {
  width: 343px;
  margin: 0 auto 36px;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_txt {
    width: 91.4666666667vw;
    margin-bottom: 9.6vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.pricePlan .pricePlan_boxWrap {
  width: 343px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_boxWrap {
    width: 91.4666666667vw;
  }
}
.pricePlan .pricePlan_box {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 8px;
  background: var(--White, #fff);
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.pricePlan .pricePlan_box.box01 .box_ttl {
  margin-bottom: 8px;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box01 .box_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.pricePlan .pricePlan_box.box01 .box_txt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.48px;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box01 .box_txt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
  }
}
.pricePlan .pricePlan_box.box01 .box_noteTxt {
  width: 303px;
  margin: 0 auto;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box01 .box_noteTxt {
    width: 80.8vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.pricePlan .pricePlan_box.box02 .box_ttl {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box02 .box_ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.pricePlan .pricePlan_box.box02 .box_ttl span {
  color: var(--TextBlack, #213544);
  line-height: 64px; /* 133.333% */
  font-family: "Terass Sans Japanese bold";
  font-size: 48px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box02 .box_ttl span {
    line-height: 17.0666666667vw; /* 133.333% */
    font-size: 12.8vw;
  }
}
.pricePlan .pricePlan_box.box02 .simulator {
  padding: 16px;
  border-radius: 16px;
  background: var(--Gold-5, #f2ede1);
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box02 .simulator {
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.pricePlan .pricePlan_box.box02 .simulator h3 {
  color: var(--TextBlack, #213544);
  line-height: 36px; /* 128.571% */
  font-family: "Terass Sans Japanese bold";
  font-size: 28px;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box02 .simulator h3 {
    line-height: 9.6vw; /* 128.571% */
    font-size: 7.4666666667vw;
  }
}
.pricePlan .pricePlan_box.box02 .simulator .box_noteList li {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 18px */
  font-family: "Terass Sans Japanese";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.36px;
}

@media screen and (max-width: 768px) {
  .pricePlan .pricePlan_box.box02 .simulator .box_noteList li {
    font-size: 3.2vw;
    letter-spacing: -0.096vw;
  }
}
.pricePlan .icon_plus {
  width: 30px;
  margin: 12px auto;
}

@media screen and (max-width: 768px) {
  .pricePlan .icon_plus {
    width: 8vw;
    margin: 3.2vw auto;
  }
}
/*-------------------------------------------------------------------
voice
/*-------------------------------------------------------------------*/
.voice {
  padding: 24px 0px;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 6.4vw 0px;
  }
}
.voice .sec_ttl {
  width: 343px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  .voice .sec_ttl {
    width: 91.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.voice .sub_ttl {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .voice .sub_ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.voice .voice_swiper {
  overflow: hidden;
  margin-bottom: 36px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .voice .voice_swiper {
    margin-bottom: 9.6vw;
    margin-left: 4.2666666667vw;
  }
}
.voice li.swiper-slide {
  height: auto;
  padding: 24px 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}

@media screen and (max-width: 768px) {
  .voice li.swiper-slide {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.voice li.swiper-slide > div {
  height: 100%;
}

.voice .voice_head {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .voice .voice_head {
    margin-bottom: 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
.voice .voice_head .voice_img {
  width: 64px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .voice .voice_head .voice_img {
    width: 17.0666666667vw;
  }
}
.voice .voice_head .voice_headTxt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .voice .voice_head .voice_headTxt {
    font-size: 4.2666666667vw;
  }
}
.voice .voice_txt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .voice .voice_txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.voice .voice_note {
  margin: 0 16px;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 18px */
  font-family: "Terass Sans Japanese";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.36px;
}

@media screen and (max-width: 768px) {
  .voice .voice_note {
    margin: 0 4.2666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.096vw;
  }
}
/*-------------------------------------------------------------------
differences
/*-------------------------------------------------------------------*/
.differences {
  padding: 24px 0px;
}

@media screen and (max-width: 768px) {
  .differences {
    padding: 6.4vw 0px;
  }
}
.differences .sec_ttl {
  width: 343px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  .differences .sec_ttl {
    width: 91.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.differences .differences_listWrap {
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .differences .differences_listWrap {
    margin: 0 4.2666666667vw;
  }
}
.differences .differences_list {
  padding: 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}

@media screen and (max-width: 768px) {
  .differences .differences_list {
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.differences .differences_list:nth-child(3) dt {
  letter-spacing: -0.08em;
}

.differences .differences_list dt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .differences .differences_list dt {
    font-size: 4.2666666667vw;
  }
}
.differences .differences_list dt span {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 24px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 17.5px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-style: normal;
  text-align: center;
  background: var(--Terass-UI-Border-Gray, #e2e8f0);
}

@media screen and (max-width: 768px) {
  .differences .differences_list dt span {
    margin-bottom: 6.4vw;
    padding: 2.1333333333vw 6.4vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.differences .differences_list dt img {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .differences .differences_list dt img {
    margin-bottom: 6.4vw;
  }
}
.differences .differences_list dd {
  margin-top: 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 768px) {
  .differences .differences_list dd {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.differences .differences_list + li {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .differences .differences_list + li {
    margin-top: 4.2666666667vw;
  }
}
/*-------------------------------------------------------------------
promise
/*-------------------------------------------------------------------*/
.promise {
  padding: 24px 0px;
}

@media screen and (max-width: 768px) {
  .promise {
    padding: 6.4vw 0;
  }
}
.promise .sec_ttl {
  width: 294px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  .promise .sec_ttl {
    width: 78.4vw;
    margin-bottom: 9.6vw;
  }
}
.promise .promise_listWrap {
  margin: 0 16px;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .promise .promise_listWrap {
    margin: 0 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.promise .promise_list {
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .promise .promise_list {
    padding: 4.2666666667vw;
  }
}
.promise .promise_list + li {
  border-top: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0);
}

.promise .promise_list dt {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .promise .promise_list dt {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.promise .promise_list dt span {
  display: block;
  flex-direction: column;
  width: 120px;
  margin: 0 auto 16px;
  padding: 8px 24px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  line-height: 125%; /* 17.5px */
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  background: var(--Terass-UI-Border-Gray, #e2e8f0);
  align-items: center;
}

@media screen and (max-width: 768px) {
  .promise .promise_list dt span {
    width: 32vw;
    margin-bottom: 4.2666666667vw;
    padding: 2.1333333333vw 6.4vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.promise .promise_list dd {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .promise .promise_list dd {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
/*-------------------------------------------------------------------
freeProvision
/*-------------------------------------------------------------------*/
.freeProvision {
  margin: 0 16px;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .freeProvision {
    padding: 6.4vw 0;
  }
}
.freeProvision .sec_ttl {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .freeProvision .sec_ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.freeProvision .freeProvision_box {
  padding: 24px 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_box {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.freeProvision .freeProvision_box .sub_ttl {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_box .sub_ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.freeProvision .freeProvision_box .sec_ttl {
  width: 275px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_box .sec_ttl {
    width: 73.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.freeProvision .sub_ttl {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .freeProvision .sub_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.freeProvision .freeProvision_topBox + .freeProvision_topBox {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_topBox + .freeProvision_topBox {
    margin-top: 4.2666666667vw;
  }
}
.freeProvision .freeProvision_topImg {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_topImg {
    margin-bottom: 4.2666666667vw;
  }
}
.freeProvision .freeProvision_topTxt, .freeProvision .freeProvision_bottomTxt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_topTxt, .freeProvision .freeProvision_bottomTxt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.freeProvision .freeProvision_bottomTtl {
  margin-top: 24px;
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .freeProvision .freeProvision_bottomTtl {
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.freeProvision .cv_btn {
  margin-top: 16px;
}

/*-------------------------------------------------------------------
faq
/*-------------------------------------------------------------------*/
.faq {
  padding: 24px 0px;
  background: var(--TerassGray, #e7ecec);
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 6.4vw 0;
  }
}
.faq .sec_ttl {
  width: 343px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  .faq .sec_ttl {
    width: 91.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.faq .faq_accListWrap {
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .faq .faq_accListWrap {
    margin: 0 4.2666666667vw;
  }
}
.faq .faq_accList {
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}

@media screen and (max-width: 768px) {
  .faq .faq_accList {
    margin-bottom: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.faq .faq_accList:last-child {
  margin-bottom: 0;
}

.faq .acc_headTxt {
  display: flex;
  width: 100%;
  padding: 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.48px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .faq .acc_headTxt {
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
    gap: 4.2666666667vw;
  }
}
.faq .acc_headTxt span {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .faq .acc_headTxt span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.faq .acc_headTxt span::before, .faq .acc_headTxt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #213544;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .faq .acc_headTxt span::before, .faq .acc_headTxt span::after {
    top: 1.8666666667vw;
  }
}
.faq .acc_headTxt span::after {
  transform: rotate(90deg);
}

.faq .acc_headTxt.active span::after {
  transform: rotate(0);
}

.faq .acc_contTxt {
  display: none;
  padding: 0 16px 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  /* Annotation/M */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .faq .acc_contTxt {
    padding: 0 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
/*-------------------------------------------------------------------
footer
/*-------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 10px 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2.6666666667vw 6.4vw;
  }
}
footer .footer_linkWrap {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    margin-bottom: 2.6666666667vw;
  }
}
footer .footer_linkWrap a {
  padding: 0 5px;
  color: #2d3748;
  line-height: 150%; /* 15px */
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    padding: 0 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
footer .copyright {
  color: #2d3748;
  line-height: 150%; /* 15px */
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.6666666667vw;
  }
}
.provision {
  /* swiper arrow */
  /* swiper pagination */
}
.provision .features_box {
  margin: 0 16px 22px;
  padding: 24px 16px 17px;
  border-radius: 8px;
  background: var(--White, #fff);
}
.provision .features_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .provision .features_box {
    margin: 0 4.2666666667vw 5.8666666667vw;
    padding: 6.4vw 4.2666666667vw 4.5333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.provision .features_num {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .provision .features_num {
    margin-bottom: 4.2666666667vw;
  }
}
.provision .features_num span {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 36px;
  color: var(--White, #fff);
  line-height: 125%; /* 17.5px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: var(--Navy-black, #213544);
}
@media screen and (max-width: 768px) {
  .provision .features_num span {
    padding: 2.1333333333vw 6.4vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.provision .features_ttl {
  color: var(--TextBlack, #213544);
  line-height: 120%; /* 28.8px */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .provision .features_ttl {
    font-size: 6.4vw;
  }
}
.provision .features_swiperWrap {
  position: relative;
}
.provision .swiper-button-next, .provision .swiper-button-prev {
  width: 15px;
  height: 32px;
  top: 42%;
  margin-top: 0;
  background-image: url(./img/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .provision .swiper-button-next, .provision .swiper-button-prev {
    width: 4vw;
    height: 8.5333333333vw;
  }
}
.provision .swiper-button-next::after, .provision .swiper-button-prev::after {
  content: none;
}
.provision .swiper-button-next {
  right: -2px;
}
@media screen and (max-width: 768px) {
  .provision .swiper-button-next {
    right: -0.5333333333vw;
  }
}
.provision .swiper-button-prev {
  left: -2px;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .provision .swiper-button-prev {
    left: -0.5333333333vw;
  }
}
.provision .swiper-pagination {
  position: static;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .provision .swiper-pagination {
    margin-top: 8vw;
  }
}
.provision .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #e2e8f0;
}
@media screen and (max-width: 768px) {
  .provision .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.provision .swiper-pagination-bullet-active {
  background-color: #d5cbb5;
}
.provision .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .provision .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.3333333333vw;
  }
}

.features01_swiper {
  overflow: hidden;
  padding: 23px 0 5px;
}
@media screen and (max-width: 768px) {
  .features01_swiper {
    padding: 6.1333333333vw 0 1.3333333333vw;
  }
}
.features01_swiper li.swiper-slide > div {
  width: 300px;
  margin: 0 auto;
  padding: 24px 0;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .features01_swiper li.swiper-slide > div {
    width: 80vw;
    padding: 6.4vw 0;
    border-radius: 4.2666666667vw;
  }
}
.features01_swiper .features01_img {
  overflow: hidden;
  width: 252px;
  margin: 0 auto 16px;
  border-radius: 5.614px;
}
@media screen and (max-width: 768px) {
  .features01_swiper .features01_img {
    width: 67.2vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 1.4970666667vw;
  }
}
.features01_swiper .features01_txt {
  margin-bottom: 12px;
  color: #1e1e1e;
  line-height: 120%; /* 21.6px */
  font-family: "Terass Sans Japanese";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features01_swiper .features01_txt {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.features01_swiper .features01_subTxt {
  margin-bottom: 12px;
  color: #1e1e1e;
  line-height: 130%; /* 15.6px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features01_swiper .features01_subTxt {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}
.features01_swiper .worries_box {
  width: 266px;
  margin: 0 auto;
  padding: 16px 10px;
  border-radius: 16px;
  background: var(--Gold-5, #f2ede1);
}
@media screen and (max-width: 768px) {
  .features01_swiper .worries_box {
    width: 70.9333333333vw;
    padding: 4.2666666667vw 2.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.features01_swiper .worries_box dt {
  margin-bottom: 5px;
  color: var(--Navy-black, #213544);
  line-height: 150%; /* 24px */
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features01_swiper .worries_box dt {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.features01_swiper .worries_box dd p {
  display: flex;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 170%; /* 20.4px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .features01_swiper .worries_box dd p {
    font-size: 3.2vw;
    gap: 3.2vw;
  }
}
.features01_swiper .worries_box dd p:before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url(./img/question_topListIco01.png);
  background-size: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .features01_swiper .worries_box dd p:before {
    width: 4vw;
    height: 6.6666666667vw;
  }
}
.features01_swiper .worries_box dd p + p {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .features01_swiper .worries_box dd p + p {
    margin-top: 1.6vw;
  }
}

.features02_swiper {
  overflow: hidden;
  padding: 23px 0 5px;
}
@media screen and (max-width: 768px) {
  .features02_swiper {
    padding: 6.1333333333vw 0 1.3333333333vw;
  }
}
.features02_swiper li.swiper-slide {
  height: auto;
}
.features02_swiper li.swiper-slide > div {
  width: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 24px 24px 50px;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .features02_swiper li.swiper-slide > div {
    width: 80vw;
    padding: 6.4vw 6.4vw 13.3333333333vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0px 0.5333333333vw 1.6vw 0px rgba(0, 0, 0, 0.2);
  }
}
.features02_swiper .profile_img {
  width: 170px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .features02_swiper .profile_img {
    width: 45.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.features02_swiper .profile_name {
  margin-bottom: 12px;
  color: #1e1e1e;
  line-height: 120%; /* 21.6px */
  font-family: "Terass Sans Japanese";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features02_swiper .profile_name {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.features02_swiper .profile_txt {
  color: #1e1e1e;
  line-height: 130%; /* 15.6px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .features02_swiper .profile_txt {
    font-size: 3.2vw;
  }
}

.provision .features01 .swiper-button-next, .provision .features01 .swiper-button-prev {
  top: 37%;
}
.provision .features02 .swiper-button-next, .provision .features02 .swiper-button-prev {
  top: 37%;
}
.provision .features03 .features03_img {
  width: 230px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .provision .features03 .features03_img {
    width: 61.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.provision .features03 .features03_txt {
  color: var(--TextBlack, #213544);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .provision .features03 .features03_txt {
    font-size: 3.7333333333vw;
  }
}

.question .neutral_box {
  padding: 0 16px 24px;
}
@media screen and (max-width: 768px) {
  .question .neutral_box {
    padding: 0 4.2666666667vw 6.4vw;
  }
}
.question .neutral_ttl {
  width: 343px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .question .neutral_ttl {
    width: 91.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.question .neutral_txt {
  margin-bottom: 24px;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 21px */
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .question .neutral_txt {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.question .neutral_img {
  width: 132px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .question .neutral_img {
    width: 35.2vw;
  }
}
.question .consulting_box {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  border-radius: 16px;
  background: var(--Gold-5, #f2ede1);
}
@media screen and (max-width: 768px) {
  .question .consulting_box {
    margin-top: 2.1333333333vw;
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.question .consulting_box .consultingBox_txtWrap {
  margin-bottom: 10px;
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  .question .consulting_box .consultingBox_txtWrap {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.6vw;
  }
}
.question .consulting_box .consultingBox_txtWrap p {
  display: flex;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 170%; /* 20.4px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .question .consulting_box .consultingBox_txtWrap p {
    font-size: 3.2vw;
    gap: 3.2vw;
  }
}
.question .consulting_box .consultingBox_txtWrap p + p {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .question .consulting_box .consultingBox_txtWrap p + p {
    margin-top: 3.2vw;
  }
}
.question .consulting_box .consultingBox_txtWrap p::before {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  background-image: url(./img/icon_light.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .question .consulting_box .consultingBox_txtWrap p::before {
    width: 4vw;
    height: 6.4vw;
  }
}
.question .consulting_box .consultingBox_note li {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 18px */
  font-family: "Terass Sans Japanese";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .question .consulting_box .consultingBox_note li {
    font-size: 3.2vw;
  }
}
.question .nobuy_box {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .question .nobuy_box {
    margin-top: 12.5333333333vw;
  }
}
.question .nobuy_box .nobuy_img {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .question .nobuy_box .nobuy_img {
    margin-bottom: 5.8666666667vw;
  }
}
.question .nobuy_box .nobuy_noteTxt {
  margin: 0 8px;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%; /* 18px */
  font-family: "Terass Sans Japanese";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .question .nobuy_box .nobuy_noteTxt {
    font-size: 3.2vw;
  }
}

.index {
  font-weight: 500;
}
.index .fv {
  background-image: url("img/index-fv-bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.index .fv .copy {
  max-width: 1100px;
  margin: 0 auto;
}
.index .fv .copy .copyText {
  width: 100%;
}
.index .applyWrap, .index .ebookWrap {
  display: grid;
  place-items: center;
  position: relative;
  margin: 30px 0 40px;
  font-size: 16px;
}
.index .applyWrap p, .index .ebookWrap p{
  margin-bottom: 0.65vw;
  color: var(--black);
  font-feature-settings: normal;
}
.index .applyWrap .apply, .index .ebookWrap .ebook {
  transition: 0.3s;
}
@media (hover: hover) {
  .index .applyWrap .apply:hover, .index .ebookWrap .ebook:hover {
    opacity: 0.9;
  }
}
.index .applyWrap .apply img, .index .ebookWrap .ebook img {
  width: 410px;
}
.index .applyWrap .floatingMenu, .index .ebookWrap .floatingMenu {
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: 310px -50%;
  cursor: pointer;
}
@media (hover: hover) {
  .index .applyWrap .floatingMenu:hover, .index .ebookWrap .floatingMenu:hover {
    opacity: 0.7;
  }
}
.index .applyWrap .floatingMenu img, .index .ebookWrap .floatingMenu img {
  width: 51px;
}
.index .ebookWrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .index .fv {
    background-image: url(img/index-fv-bg-sp.png);
  }
  .index .fv .copy {
    max-width: 100%;
  }
  .index .applyWrap, .index .ebookWrap {
    gap: 5.33%;
    margin: 5.33vw auto 6.5vw;
    font-size: 13px;
  }
  .index .applyWrap .apply, .index .ebookWrap .ebook {
    width: 78.6%;
  }
  .index .applyWrap .apply img, .index .ebookWrap .ebook img {
    width: 100%;
  }
}
/* ブラウザバックで表示されるモーダル */
.ebook-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.ebook-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 32px;
  width: 80%;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
}
.ebook-modal-content img {
  width: 100%;
}
.ebook-modal-content p {
  margin: 24px 0;
  color: var(--black);
}
@media screen and (max-width: 750px) {
  .ebook-modal-content p {
    font-size: 12px;
  }
}


/* ボタン */

.ebook-modal-button {
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 2rem;
	background: #118780;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 750px) {
  .ebook-modal-button {
    width: 240px;
    font-size: 14px;
  }
}
a.ebook-modal-button::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
  margin-left: 0.5rem;
}

/* 閉じるボタン */
.ebook-modal-close {
  color: var(--gray);
  float: right;
  font-size: 30px;
  margin-bottom: 24px;
}

.ebook-modal-close:hover,
.ebook-modal-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}