@charset "UTF-8";
/**
 * 引数のfontSizeを元に指定されたpx数をemに変換
 * @param px 変換するpx数
 * @param fontSize フォントサイズ
 */
/**
 * 引数のfontSizeを元に指定されたpx数をemに変換
 * @param fileName backgroundに表示する画像ファイル名 
 * @param url
 */
/*****************************************
 *
 * Common
 *
*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: max(15px,min(2.4vw,18px));
  }
}

h1 {
  font-size: 48px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.25em;
  width: auto;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: max(20px,min(6.4vw,48px));
  }
}

h2 {
  font-size: 40px;
  font-family: "Oswald, sans-serif";
  font-weight: bold;
  letter-spacing: 0.5em;
  line-height: 1.5em;
  width: auto;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: max(18px,min(5.333vw,40px));
  }
}

h3 {
  font-size: 28px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /* letter-spacing: 0.25em; */
  letter-spacing: 0.1em;
  line-height: 1.5em;
  width: auto;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: max(18px,min(3.733vw,28px));
  }
}

h4 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  h4 {
    /* font-size: max(14px,min(2.667vw,20px)); */
    font-size: max(16px,min(2.667vw,20px));
  }
}

section {
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

ol li,
ul li {
  margin: 0;
}

.inner {
  /* max-width: 1240px; */
  max-width: 1000px;
  height: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    /* padding: 0 10vw; */
    padding: 0 6vw;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

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

/*****************************************
 *
 * Header Area
 *
*****************************************/
.header {
  height: 70px;
  width: 100%;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.25));
  display: flex;
  align-items: center;
}
.header .site-title {
  padding: 0 20px;
}
.logo-pc {
  width: 500px;
}
.logo-sp {
  width: 210px;
  display: none;
}
@media only screen and (max-width: 768px) {
  /* .logo {
    width: 200px;
  } */
  .logo-pc {
    display: none;
  }
  .logo-sp {
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .header {
    height: 60px;
  }
  .logo {
    width: 180px;
  }
}

/*****************************************
 *
 * Footer Area
 *
*****************************************/
.footer {
  background: #fff;
  width: 100%;
  height: 100px;
}
.footer__text {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer__text {
    padding: 0.4em 0.7em;
    padding: 0.5em 0em;
  }
}
.footer__text img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 40px;
  position: relative;
  margin: 0.5em 0.5em 0.5em 2em;
  margin-left: 20px;
}
.footer__text p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin: 0.5em 0.5em 0.5em 2em;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__text p {
    font-size: max(14px,min(2.667vw,20px));
  }
}
.footer__text span {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer__text span {
    font-size: max(12px,min(1.6vw,12px));
    padding-left: 0.5em;
  }
}
.footer .copyright {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 11px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    font-size: max(11px,min(1.467vw,11px));
  }
}

/*************************************************************************************************
 * Section Parts
 *
***************************************************************************************************/
.fv {
  height: calc(100vh - 70px);
  width: 100%;
  background: url("../img/fv_pc.jpg") center center/cover no-repeat;
  background-position-x: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv {
    background: url("../img/fv_sp.jpg") right 40% center/cover no-repeat;
  }
}
@media only screen and (max-width: 375px) {
  .fv {
    background: url("../img/fv_sp.jpg") right 42% center/cover no-repeat;
  }
}
.fv .inner {
  display: flex;
  flex-direction: column;
}
.fv__sub {
  /* position: absolute;
  top: 3em;
  left: 5%; */
  background: #D6BB6B;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .fv__sub {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 430px) {
  .fv__sub {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .fv__sub img {
    width: 100%;
  }
}
/* .fv__title {
  position: absolute;
  top: 11.5em;
  left: 14%;
  display: flex;
  flex-direction: column;
} */
.fv__copy {
  margin-top: 100px;
}
.fv__copy_pc {
  max-width: 480px;
}
.fv__copy_sp {
  display: none;
  /* max-width: 300px; */
}

@media only screen and (max-width: 768px) {
  .fv__copy {
    margin-top: 40px;
  }
  .fv__copy_pc {
    display: none;
  }
  .fv__copy_sp {
    display: block;
    max-width: 320px;
  }
}
@media only screen and (max-width: 450px) {
  .fv__copy_sp {
    max-width: 200px;
  }
}
@media only screen and (max-width: 375px) {
  .fv__copy {
    margin-top: 20px;
  }
  .fv__copy_sp {
    max-width: 180px;
  }
}

.fv__title p {
  font-weight: 500;
}
.fv__cta {
  width: 330px;
  position: absolute;
  /* top: 370px; */
  /* left: 14%; */
  /* top: 60%; */
  bottom: 10%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.fv__cta .ctabtn__wrapper {
  width: 100%;
  position: relative;
}
.fv__cta .ctabtn__btn {
  width: 300px;
  height: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem 0.5rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #E56F7D;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #E56F7D;
}
.fv__cta .ctabtn__btn:hover {
  transform: translate(0, 3px);
  opacity: 0.7;
}
.fv__cta .ctabtn__btn:hover:before {
  left: 2rem;
}
.fv__cta .ctabtn__btn span {
  font-size: 0.8rem;
  position: absolute;
  top: -15px;
  left: 12%;
  display: block;
  width: 230px;
  padding: 0.2rem 0;
  color: #E56F7D;
  border: 2px solid #E56F7D;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 15%;
}
.fv__cta .ctabtn__btn img {
  margin: 0 0.5rem;
}
.fv__cta .ctabtn__wrapper {
  margin: 25px auto;
}
@media only screen and (max-width: 768px) {
  .fv__cta {
    top: auto;
    /* bottom: 50px; */
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 375px) {
  .fv__cta {
    bottom: 2%;
  }
  .fv__cta img {
    max-width: 280px;
    display: inline-block;
    margin: 0 auto;
  }
}

.intro {
  background-color: #FCF8EE;
}
.intro__back {
  height: 800px;
  width: 100%;
  background: url("../img/intro_img01-pc.png") center center/cover no-repeat;
  background-position-x: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro__back {
    background: url("../img/intro_img01-sp.png") top center/contain no-repeat;
    /* height: 100vw; */
    height: 121vw;
  }
}
.intro .inner {
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .intro .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.intro__title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro__title img {
    width: 100%;
  }
}
.intro__graph {
  background: #fff;
  border-radius: 0.75em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 0 1em 1em;
}
@media only screen and (max-width: 768px) {
  .intro__graph {
    background: none;
    flex-direction: column;
    /* 追加240711 */
    padding: 0;
  }
}
.intro__graph img {
  width: 25%;
  height: 25%;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .intro__graph img {
    width: 100%;
    height: auto;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro__graph img:nth-child(3) {
    display: block;
    width: 80px;
    margin: auto;
  }
}
.intro__ranking {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro__ranking {
    width: 100%;
  }
}
.intro__ranking-title {
  color: #EEC548;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.intro__ranking-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #EEC548;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-title:after {
    left: 50%;
    bottom: 50%;
  }
}
.intro__ranking-sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.2em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-sub {
    font-size: max(18px,min(4.267vw,32px));
  }
}
.intro__ranking-title {
  width: 100%;
  padding: 1em 0;
}
.intro__ranking-title:after {
  bottom: 2.25em;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-title:after {
    bottom: 2.25em;
  }
}
@media only screen and (max-width: 768px) {
  .intro__ranking-title img {
    width: 175px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .intro__ranking-title-sub {
    padding: 0;
  }
}
.intro__ranking-list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-list {
    font-size: max(16px,min(2.667vw,20px));
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 768px) {
  .intro__ranking-list {
    border-radius: 1rem;
    background-color: #fff;
    text-align: left;
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    position: initial;
  }
}
.intro__ranking-list li {
  width: 100%;
  padding-left: 8em;
  line-height: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-list li {
    padding-left: 5em;
  }
}
.intro__ranking-list li::before {
  content: "";
  height: 1.5em;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.9em);
  left: 1em;
  transform: translateX(-40%);
}
@media only screen and (max-width: 768px) {
  .intro__ranking-list li::before {
    top: 10%;
    /* left: 6%; */
    left: 8%;
    transform: translateX(-50%);
  }
}
.intro__ranking-list li:first-child::before {
  background: url(../img/icon_gold.svg) center center/contain no-repeat;
}
.intro__ranking-list li:nth-child(2)::before {
  background: url(../img/icon_silver.svg) center center/contain no-repeat;
}
.intro__ranking-list li:nth-child(3):before {
  background: url(../img/icon_bronze.svg) center center/contain no-repeat;
}
.intro__ranking-list li:nth-child(4)::before {
  background: url(../img/icon_no4.svg) center center/contain no-repeat;
}
.intro__ranking-caution {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .intro__ranking-caution {
    font-size: max(14px,min(1.333vw,10px));
    letter-spacing: 0.01em;
  }
}
.intro__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.intro__summary-title {
  color: #EEC548;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.intro__summary-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #EEC548;
}
@media only screen and (max-width: 768px) {
  .intro__summary-title:after {
    left: 50%;
    bottom: 50%;
  }
}
.intro__summary-sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.2em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .intro__summary-sub {
    font-size: max(18px,min(4.267vw,32px));
  }
}
@media only screen and (max-width: 768px) {
  .intro__summary {
    padding-bottom: 60px;
  }
}
.intro__summary-title {
  width: 100%;
  padding: 2.5em 0;
}
.intro__summary-title:after {
  background: none;
}
.intro__summary-title img {
  width: auto;
  height: 1em;
  display: block;
  margin: auto;
}
.intro__summary-list {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .intro__summary-list {
    font-size: max(16px,min(2.667vw,20px));
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .intro__summary-list {
    border-radius: 1rem;
    background-color: #fff;
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    position: initial;
  }
}
.intro__summary-list li {
  width: 100%;
  padding: 0.25em 0.5em 0.25em 8em;
  line-height: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro__summary-list li {
    padding-bottom: 1.4666666667em;
    padding-left: 4em;
  }
}
.intro__summary-list li::before {
  content: "";
  height: 2em;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.9em);
  left: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .intro__summary-list li::before {
    top: 10%;
    /* left: 6%; */
    left: 8%;
    transform: translateX(-50%);
  }
}
.intro__summary-list li:first-child::before {
  background: url(../img/icon_gold.svg) center center/contain no-repeat;
}
.intro__summary-list li:nth-child(2)::before {
  background: url(../img/icon_silver.svg) center center/contain no-repeat;
}
.intro__summary-list li:nth-child(3):before {
  background: url(../img/icon_bronze.svg) center center/contain no-repeat;
}
.intro__summary-list li:nth-child(4)::before {
  background: url(../img/icon_no4.svg) center center/contain no-repeat;
}
.intro__summary-caution {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .intro__summary-caution {
    font-size: max(14px,min(1.333vw,10px));
    letter-spacing: 0.01em;
  }
}

.feature img:first-child {
  width: 100%;
  height: auto;
}
.feature__lead {
  position: relative;
  padding: 10px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .feature__lead {
    padding: 0 10vw;
  }
}
.feature__lead img {
  display: block;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .feature__lead img {
    width: 100%;
  }
}
.feature__lead p {
  position: absolute;
  top: -5em;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .feature__lead p {
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: max(14px,min(3.2vw,24px));
  }
}
.feature .inner {
  background-color: #B6D9EC;
  margin-top: 60px;
  padding-bottom: 60px;
}
.feature__sec-title {
  color: #EEC548;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.feature__sec-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #EEC548;
}
@media only screen and (max-width: 768px) {
  .feature__sec-title:after {
    left: 50%;
    bottom: 50%;
  }
}
.feature__sec-sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.2em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .feature__sec-sub {
    font-size: max(18px,min(4.267vw,32px));
  }
}
.feature__sec-title {
  color: #fff;
}
.feature__sec-title:after {
  background: none;
}
.feature__sec-accent {
  font-size: 38px;
  font-weight: bold;
  color: #E56F7D;
  font-family: "Oswald, sans-serif";
}
@media only screen and (max-width: 768px) {
  .feature__sec-accent {
    font-size: max(14px,min(4.8vw,36px));
  }
}
.feature__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .feature__wrapper {
    flex-direction: column;
  }
}
.feature__box {
  width: calc((100% - 2em) / 4);
  position: relative;
  background: #FCF8EE;
  border-radius: 15px;
  text-align: center;
  margin: 2em 1em;
}
@media only screen and (max-width: 768px) {
  .feature__box {
    width: 100%;
    margin: 2em 0 1em;
    /* 追加240711 */
    padding: 10px;
  }
}
.feature__box-sticker {
  position: absolute;
  top: -2rem;
  left: -1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  aspect-ratio: 1/1;
  min-width: 0;
  background-repeat: no-repeat;
  background-image: url(../img/icon_feature-sticker.svg);
  background-size: contain;
  text-align: center;
  color: #fff;
}
.feature__box h4 {
  width: auto;
  text-align: left;
  padding: 0.25em;
}
@media only screen and (max-width: 768px) {
  .feature__box h4 {
    padding: 0.75em;
  }
}
.feature__box p {
  padding: 0.75em;
  margin: 0;
  text-align: left;
}
.feature__box img {
  width: 100px;
}
.feature__morebox {
  /* padding: 2em 0; */
  /*追加 240711  */
  padding: 4em 0 0;
  color: #2c2c2f;
  background: #FCF8EE;
  text-align: center;
}
.feature__morebox-title {
  margin: 0;
  padding: 1em;
  border-top: solid 2px #EEC548;
  border-bottom: solid 2px #EEC548;
}
.feature__morebox-title .accent {
  color: #E56F7D;
  line-height: 1.5em;
  margin: 0 auto;
}
.feature__morebox-list {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  /* padding: 2em; */
  padding: 1.5em;
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .feature__morebox-list {
    /* font-size: max(14px,min(2.667vw,20px)); */
    font-size: max(16px,min(2.667vw,20px));
    margin: 0 auto;
  }
}
.feature__morebox-list li {
  padding-left: 4.5em;
  position: relative;
  border-bottom: dotted 2px #B6D9EC;
  padding: 0.5em 0 0.5em 3.5em;
}
@media only screen and (max-width: 768px) {
  .feature__morebox-list li {
    /* padding: 0.5em 0 0.5em 3.5em; */
    padding: 0.5em 0 0.5em 2.5em;
    border-bottom: dotted 2px #B6D9EC;
  }
}
.feature__morebox-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  transform: translateX(-50%);
  width: 100%;
  height: 3em;
  background: url(../img/icon_check.png) center center/contain no-repeat;
}
.feature .ctabtn__wrapper {
  width: 100%;
  position: relative;
}
.feature .ctabtn__btn {
  width: 300px;
  height: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem 0.5rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #E56F7D;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #E56F7D;
}
.feature .ctabtn__btn:hover {
  transform: translate(0, 3px);
  opacity: 0.7;
}
.feature .ctabtn__btn:hover:before {
  left: 2rem;
}
.feature .ctabtn__btn span {
  font-size: 0.8rem;
  position: absolute;
  top: -15px;
  left: 12%;
  display: block;
  width: 230px;
  padding: 0.2rem 0;
  color: #E56F7D;
  border: 2px solid #E56F7D;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 15%;
}
.feature .ctabtn__btn img {
  /* margin: 0 0.5rem; */
  margin: 0 0 0 1rem;
}
.feature .ctabtn__wrapper {
  background: #FCF8EE;
  height: 150px;
  padding: 2.5em 0;
}
.feature .ctabtn__btn {
  margin: 0 auto;
  display: block;
}
.flow {
  background: #B6D9EC;
}
.flow .inner {
  padding-bottom: 60px;
}
.flow__sec-title {
  color: #EEC548;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.flow__sec-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #EEC548;
}
@media only screen and (max-width: 768px) {
  .flow__sec-title:after {
    left: 50%;
    bottom: 50%;
  }
}
.flow__sec-sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.2em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .flow__sec-sub {
    font-size: max(18px,min(4.267vw,32px));
  }
}
.flow__sec-title {
  color: #fff;
}
.flow__sec-title:after {
  background: none;
}
.flow__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow__wrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.flow__card {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* 追加 */
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flow__card {
    width: 100%;
    flex-direction: row;
    padding: 1rem 0;
    padding-left: 1rem;
    justify-content: left;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .flow__card p {
    width: 50%;
    padding: 10vw 0 10vw 1em;
    font-size: max(14px,min(2.667vw,20px));
  }
}
.flow__card h4 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow__card h4 {
    /* width: 46.667vw; */
    text-align: left;
    padding: 1.5em;
    padding-right: 0;
  }
}
.flow__card h4 img {
  height: 5em;
  width: auto;
  display: block;
  position: absolute;
  top: -12em;
  left: 20%;
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .flow__card h4 img {
    top: -3em;
  }
}
.flow__circle {
  position: relative;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid 3px #fff;
  background: #B6D9EC;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow__circle {
    width: 125px;
    height: 125px;
  }
}
.flow__circle-sticker {
  position: absolute;
  top: -1.5em;
  left: -0.5em;
  z-index: 10;
  width: 60px;
  aspect-ratio: 1/1;
  min-width: 0;
}
.flow__circle .sticker1 {
  background: url("../img/icon_flow-sticker1.png") no-repeat;
  background-size: contain;
}
.flow__circle .sticker2 {
  background: url("../img/icon_flow-sticker2.png") no-repeat;
  background-size: contain;
}
.flow__circle .sticker3 {
  background: url("../img/icon_flow-sticker3.png") no-repeat;
  background-size: contain;
}
.flow .circle1 {
  background: url("../img/icon_flow-circle1.png") no-repeat;
  background-size: contain;
  background-color: #FCF8EE;
}
.flow .circle2 {
  background: url("../img/icon_flow-circle2.png") no-repeat;
  background-size: contain;
  background-color: #FCF8EE;
}
.flow .circle3 {
  background: url("../img/icon_flow-circle3.png") no-repeat;
  background-size: contain;
  background-color: #FCF8EE;
}
.flow__mark {
  transform: rotate(270deg);
  display: block;
  margin: auto;
}
.flow .ctabtn__wrapper {
  width: 100%;
  position: relative;
}
.flow .ctabtn__btn {
  width: 300px;
  height: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem 0.5rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #E56F7D;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #E56F7D;
}
.flow .ctabtn__btn:hover {
  transform: translate(0, 3px);
  opacity: 0.7;
}
.flow .ctabtn__btn:hover:before {
  left: 2rem;
}
.flow .ctabtn__btn span {
  font-size: 0.8rem;
  position: absolute;
  top: -15px;
  /* left: 15%; */
  left: 12%;
  display: block;
  width: 230px;
  padding: 0.2rem 0;
  color: #E56F7D;
  border: 2px solid #E56F7D;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 15%;
}
.flow .ctabtn__btn img {
  /* margin: 0 0.5rem; */
  margin: 0 0 0 1rem;
}
.flow .ctabtn__wrapper {
  height: auto;
  padding: 4.5em 0 0;
}
.flow .ctabtn__btn {
  margin: 0 auto;
  display: block;
}

.qa {
  background: #FCF8EE;
  padding-bottom: 40px;
}
.qa__sec-title {
  color: #EEC548;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.qa__sec-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #EEC548;
}
@media only screen and (max-width: 768px) {
  .qa__sec-title:after {
    left: 50%;
    bottom: 50%;
  }
}
.qa__sec-sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.2em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .qa__sec-sub {
    font-size: max(18px,min(4.267vw,32px));
  }
}
.qa__sec-title {
  color: #B6D9EC;
}
.qa__sec-title:after {
  background: none;
}
.qa__box {
  width: 100%;
}
.qa__box-question {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-align: left;
  vertical-align: middle;
  background: #B6D9EC;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .qa__box-question {
    padding: 0.2em;
  }
}
.qa__box-question::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 80px;
  line-height: 1.8em;
  z-index: 99;
  padding: 0 1em;
  margin-right: 20px;
  margin-left: 10px;
  content: "";
  background: url(../img/icon_question.svg) center center/contain no-repeat;
}
.qa__box-answer {
  width: 100%;
  /* height: 100px; */
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem 1rem 6rem;
  padding-bottom: 2rem;
  color: #333;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa__box-answer {
    /* height: 160px; */
    padding-left: 5rem;
    padding-bottom: 2rem;
  }

}
.qa__box-answer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 2em;
  transform: translateX(-50%);
  width: 56px;
  height: 80px;
  line-height: 1.8em;
  z-index: 99;
  padding: 0 1em;
  margin-right: 20px;
  margin-left: 10px;
  background: url(../img/icon_answer.svg) center center/contain no-repeat;
}
.qa .ctabtn__wrapper {
  background: #FCF8EE;
  height: auto;
  padding: 3em 0;
}
.qa .ctabtn__wrapper {
  width: 100%;
  position: relative;
}
.qa .ctabtn__btn {
  width: 300px;
  height: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem 0.5rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #E56F7D;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #E56F7D;
}
.qa .ctabtn__btn:hover {
  transform: translate(0, 3px);
  opacity: 0.7;
}
.qa .ctabtn__btn:hover:before {
  left: 2rem;
}
.qa .ctabtn__btn span {
  font-size: 0.8rem;
  position: absolute;
  top: -15px;
  left: 12%;
  display: block;
  width: 230px;
  padding: 0.2rem 0;
  color: #E56F7D;
  border: 2px solid #E56F7D;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 15%;
}
.qa .ctabtn__btn img {
  /* margin: 0 0.5rem; */
  margin: 0 0 0 1rem;
}
.qa .ctabtn__btn {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 450px) {
  .qa .ctabtn__wrapper {
    padding: 1em 0;
  }

}