@charset "UTF-8";
/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

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

ul {
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ページ全体の設定 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

body {
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
body source {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

ul,
li {
  list-style-type: none;
}

.br-pc {
  display: block;
}
@media (max-width: 1200px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media (max-width: 1200px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 800px) {
  .br-sp {
    display: block;
  }
}

.br-none-sp {
  display: block;
}
@media (max-width: 800px) {
  .br-none-sp {
    display: none;
  }
}

.txt-pink {
  color: #d13072;
}

/* ページ全体の設定ここまで */
.header-pc {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  padding: 0 50px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .header-pc {
    padding: 0 20px;
  }
}
.header-pc img {
  width: 100px;
}

h1,
.nav_logo img {
  display: block;
  width: 345px;
}
@media (max-width: 1200px) {
  h1,
  .nav_logo img {
    width: 183px;
  }
}

@media (max-width: 1200px) {
  .gnav-pc {
    display: none;
  }
}

.gnav-pc ul {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.gnav-pc ul li {
  font-weight: 500;
}
.gnav-pc ul .nav-btn-pc a {
  padding: 11px 16px 13px 20px;
  border-radius: 2em;
  color: #fff;
  background: rgb(145, 41, 126);
  background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
}

.mv-pc {
  background-image: url(images/mv_bg_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
  padding: 0 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .mv-pc {
    background-image: none;
    height: auto;
    padding: 0;
  }
}

.mv-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}
@media (max-width: 1200px) {
  .mv-content {
    padding-top: 0;
  }
}

.mv-wrapper {
  display: flex;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .mv-wrapper {
    display: block;
    margin-bottom: 60px;
  }
}

.mv-txt {
  width: 600px;
}
@media (max-width: 1200px) {
  .mv-txt {
    display: none;
  }
}

.mv-app {
  position: absolute;
  bottom: -3%;
  right: -18%;
  transform: translate(-50%, -50%);
  content: "";
  width: 280px;
  height: 44px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .mv-app {
    display: none;
  }
}

.mv-img-ios img {
  width: 128px;
}

.mv-img-android img {
  width: 138px;
  margin-left: 20px;
}

.mv-person {
  position: absolute;
  bottom: -39.5%;
  right: -19%;
  transform: translate(-50%, -50%);
  content: "";
  width: 560px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .mv-person {
    display: none;
  }
}

.mv-cv {
  margin-top: -50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .mv-cv {
    margin: 0 auto;
    padding: 15px 0 20px;
    width: 100%;
    background: rgb(145, 41, 126);
    background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
  }
}
.mv-cv p {
  position: relative;
  margin-bottom: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .mv-cv p {
    margin: 0 auto 6px;
    max-width: 300px;
    color: #fff;
    font-size: 12px;
  }
}
.mv-cv p::before {
  position: absolute;
  left: 11%;
  top: 10%;
  content: "";
  width: 2px;
  height: 80%;
  background: #202020;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media (max-width: 1200px) {
  .mv-cv p::before {
    left: 13%;
    background: #fff;
  }
}
.mv-cv p::after {
  position: absolute;
  right: 11%;
  top: 10%;
  content: "";
  width: 2px;
  height: 80%;
  background: #202020;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media (max-width: 1200px) {
  .mv-cv p::after {
    right: 13%;
    background: #fff;
  }
}
.mv-cv a {
  position: relative;
  display: block;
  padding: 22px 70px;
  border-radius: 2em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background: rgb(145, 41, 126);
  background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
  .mv-cv a {
    margin: 0 auto;
    padding: 16px 0px;
    width: 66%;
    max-width: 300px;
    background: #fff;
    color: #d13072;
    font-size: 16px;
    text-align: center;
  }
}
.mv-cv a::after {
  position: absolute;
  top: 42%;
  right: 7%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .mv-cv a::after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #d13072;
    border-right: solid 2px #d13072;
  }
}

.mv_img_sp {
  display: none;
}
@media (max-width: 1200px) {
  .mv_img_sp {
    display: block;
  }
}

.cv-bottom {
  display: none;
  height: 65px;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 800px) {
  .cv-bottom {
    display: block;
  }
}

.cv-bottom-container {
  display: flex;
  height: 65px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.scroll-show {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none; /* 最初は非表示 */
}

@media (max-width: 1200px) {
  .scroll-show.show {
    display: block; /* スクロールで表示するときはブロック要素として表示 */
  }
}

.cv-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.01em;
}

.cv-bottom-contact {
  width: 153px;
  padding: 12px 15px;
  background: #5a4290;
  text-align: center;
  border-radius: 2em;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.6);
}

.cv-bottom-dl {
  position: relative;
  width: 149px;
  padding: 12px 15px;
  background: #d13072;
  text-align: right;
  border-radius: 5px;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.6);
}
.cv-bottom-dl::before {
  content: url(images/icon-dl.svg);
  display: inline-block;
  transform: translate(-45%, -45%);
  vertical-align: middle;
  width: 16px;
  height: 11.5px;
}

.attention {
  background-image: url(images/attention_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .attention {
    background-image: url(images/attention_back_sp.jpg);
  }
}

.attention-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12% 0;
}
@media (max-width: 800px) {
  .attention-content {
    padding: 24% 0;
  }
}

.attention-title {
  margin: 0 auto;
}

.attention-lead {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .attention-lead {
    width: 300px;
    margin: 0 0 15px;
  }
}

.attention-txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  color: #fff;
}
@media (max-width: 800px) {
  .attention-txt {
    margin-bottom: 32px;
    font-size: 30px;
  }
}
.attention-txt .emphasis-attention-title {
  margin-right: 0.2em;
  padding: 0 5px 5px;
  background-color: #741a4c;
}

.attention-list {
  display: flex;
  justify-content: center;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .attention-list {
    flex-direction: column;
  }
}
.attention-list li {
  margin: 0 8px;
  max-width: 340px;
  border-bottom: none;
}
.attention-list :nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .attention-list :nth-child(2) {
    margin-top: 20px;
  }
}
.attention-list :nth-child(3) {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .attention-list :nth-child(3) {
    margin-top: 20px;
  }
}

.consult {
  margin-bottom: 150px;
  overflow-x: clip;
}

.consult-lead {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .consult-lead {
    width: 240px;
    margin-bottom: 10px;
  }
}

.consult-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media (max-width: 800px) {
  .consult-title {
    display: none;
  }
}
.consult-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(145, 41, 126);
  background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
}

.consult-title-logo {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .consult-title-logo {
    width: 300px;
  }
}

.consult-title-txt {
  font-size: 40px;
  font-weight: 700;
  margin-left: 0.3em;
}
.consult-title-txt span {
  font-size: 0.8em;
}

.consult-title-sp {
  display: none;
}
@media (max-width: 800px) {
  .consult-title-sp {
    display: block;
    margin-bottom: 70px;
  }
}

.consult-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .consult-wrapper {
    display: block;
  }
}
.consult-wrapper img {
  width: 55vw;
}
@media (max-width: 1200px) {
  .consult-wrapper img {
    width: calc(100% - 40px);
  }
}

.consult-useimg {
  flex: 0 2 auto;
}

.consult-inner {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -140px;
  padding: 80px 0 80px 35px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .consult-inner {
    margin-top: -40px;
    margin-left: 25px;
    padding: 30px 20px 30px 20px;
  }
}
.consult-inner p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .consult-inner p {
    font-size: 14px;
  }
}
.consult-inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(images/consult_shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50%;
  z-index: -1;
  width: 500px;
  height: 500px;
}
@media (max-width: 800px) {
  .consult-inner::after {
    left: -20%;
  }
}

h3 {
  margin-bottom: 0.8em;
  font-size: 32px;
  font-feature-settings: "palt";
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}
h3 span {
  background-color: #90569a;
  padding: 0 10px 3px;
}
@media (max-width: 800px) {
  h3 span {
    line-height: 1.7;
  }
}

.about {
  max-width: 1200px;
  margin: 0 auto 200px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .about {
    max-width: 640px;
    margin-bottom: 100px;
  }
}

.point-txt {
  position: relative;
  margin-bottom: 24px;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #666666;
}
.point-txt::before {
  position: absolute;
  display: inline-block;
  margin: -14px 0 0 -24px;
  content: "";
  width: 2.6em;
  height: 2.6em;
  border: solid 1px #9c939b;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .point-txt-02,
  .point-txt-04,
  .h4-02,
  .h4-04 {
    text-align: right;
  }
}

h4 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}

.point-desc {
  max-width: 600px;
  text-align: justify;
  text-justify: auto;
}

.point-01-desc {
  max-width: 700px;
  margin-bottom: 140px;
}
@media (max-width: 800px) {
  .point-01-desc {
    margin-bottom: 70px;
  }
}

.point-01-list {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .point-01-list {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    gap: 70px;
  }
}
.point-01-list :nth-child(even) {
  width: 15%;
}
@media (max-width: 800px) {
  .point-01-list :nth-child(even) {
    display: none;
  }
}
.point-01-list :last-child {
  margin-top: -9.9%;
}
@media (max-width: 800px) {
  .point-01-list :last-child {
    margin-top: -5%;
    max-width: 300px;
  }
}

.about-line1-pc {
  background-image: url(images/about_dotted-line1_pc.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  margin: 40px auto;
}
@media (max-width: 1200px) {
  .about-line1-pc {
    background-image: url(images/about_dotted-line1_sp.svg);
    height: 100px;
    margin: 20px auto;
  }
}

.point-02,
.point-04 {
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
}
@media (max-width: 1200px) {
  .point-02,
  .point-04 {
    flex-direction: column;
    gap: 50px;
  }
}

.point-container {
  width: 50%;
}
@media (max-width: 1200px) {
  .point-container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .point-02-desc,
  .point-04-desc {
    margin: 0 0 0 auto;
  }
}

.about-promotion-image {
  width: 50%;
}
@media (max-width: 1200px) {
  .about-promotion-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.about-line2-pc {
  background-image: url(images/about_dotted-line2_pc.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  margin: 40px auto;
}
@media (max-width: 1200px) {
  .about-line2-pc {
    background-image: url(images/about_dotted-line2_sp.svg);
    height: 100px;
    margin: 20px auto;
  }
}

.point-03 {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .point-03 {
    flex-direction: column;
    gap: 50px;
  }
}

.point-03 .point-container {
  width: 40%;
}
@media (max-width: 1200px) {
  .point-03 .point-container {
    width: 100%;
  }
}

.about-discount-image-wrapper {
  position: inherit;
  width: 60%;
}
@media (max-width: 1200px) {
  .about-discount-image-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 1200px) {
  .about-discount-image {
    display: block;
    margin: 0 auto 30px;
    width: 550px;
  }
}

.point-04 {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .point-04 {
    flex-direction: column;
    gap: 50px;
  }
}

.point-04 .point-container {
  width: 41%;
}
@media (max-width: 1200px) {
  .point-04 .point-container {
    width: 100%;
  }
}

.about-reserve-image {
  width: 59%;
}
@media (max-width: 1200px) {
  .about-reserve-image {
    display: block;
    margin: 0 auto 30px;
    width: 500px;
  }
}

.plan {
  padding: 40px 25px 100px;
  margin-bottom: 160px;
  background-color: #fff2f4;
}
@media (max-width: 800px) {
  .plan {
    padding: 40px 0 100px;
    margin-bottom: 100px;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.section-title h5 {
  order: 2;
  position: relative;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .section-title h5 {
    font-size: 28px;
  }
}
.section-title h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 103%;
  height: 1px;
  background: rgb(145, 41, 126);
  background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
}

.section-title-english {
  order: 1;
  margin-bottom: -0.65em;
  color: rgba(255, 242, 244, 0.6);
  font-family: "Libre Baskerville", serif;
  font-size: 140px;
}
@media (max-width: 800px) {
  .section-title-english {
    font-size: 90px;
  }
}

.section-title-english-reverse {
  color: rgba(255, 255, 255, 0.6);
}

.section-title-english-transparent {
  color: rgba(255, 255, 255, 0.2);
}

.section-title-desc {
  order: 3;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section-title-desc {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .plan-grid-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
}

.plan-grid {
  display: grid;
  grid-template-columns: 180px auto auto auto;
  grid-template-rows: 120px auto auto auto;
  max-width: 1100px;
  min-width: 800px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .plan-grid {
    grid-template-columns: 80px 150px 200px 200px;
    grid-template-rows: 70px auto auto auto;
    padding-left: 25px;
    min-width: 680px;
  }
}

.plan-grid div {
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .plan-grid div {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.emphasis-plan {
  font-size: 40px;
  margin: 0 0.05em 0.3em 0.05em;
}

.plan-grid-a1 {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  background-color: #dc417d;
  border-radius: 20px 0 0 0;
}

.plan-grid-b1 {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  background-color: #e84584;
  color: #fff;
}

.plan-grid-c1 {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  background-color: #dc417d;
  color: #fff;
}

.plan-grid-d1 {
  grid-column: 4;
  grid-row: 1;
  display: flex;
  background-color: #e84584;
  color: #fff;
  border-radius: 0 20px 0 0;
}

.plan-grid-a2 {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  background-color: #f2f2f2;
}

.plan-grid-bcd2 {
  grid-column: 2/-1;
  grid-row: 2;
  display: flex;
}

.plan-grid-a3 {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  background-color: #f2f2f2;
}

.plan-grid-bc3 {
  grid-column: 2/4;
  grid-row: 3;
  display: flex;
}

.plan-grid-d3 {
  grid-column: 4;
  grid-row: 3;
}

.plan-grid-a4 {
  grid-column: 1;
  grid-row: 4;
  display: flex;
  background-color: #f2f2f2;
  border-radius: 0 0 0 20px;
}

.plan-grid-b4 {
  grid-column: 2;
  grid-row: 4;
  display: flex;
}

.plan-grid-c4 {
  grid-column: 3;
  grid-row: 4;
  display: flex;
}

.plan-grid-d4 {
  grid-column: 4;
  grid-row: 4;
  display: flex;
  border-radius: 0 0 20px 0;
}

.plan-grid-bcd2,
.plan-grid-bc3,
.plan-grid-d3,
.plan-grid-b4,
.plan-grid-c4,
.plan-grid-d4 {
  background-color: #fff;
}

.plan-grid-a2,
.plan-grid-bcd2,
.plan-grid-a3,
.plan-grid-bc3,
.plan-grid-d3,
.plan-grid-a4,
.plan-grid-b4,
.plan-grid-c4,
.plan-grid-d4 {
  border: solid 1px #a09a96;
}

.flow-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 968px;
  gap: 25px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .flow-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.flow-wrapper-1 {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .flow-wrapper-1 {
    margin-bottom: 25px;
  }
}

.flow-wrapper-2 {
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  .flow-wrapper-2 {
    margin-bottom: 100px;
  }
}

.flow-inner {
  position: relative;
  width: 230px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #000;
}
@media (max-width: 800px) {
  .flow-inner {
    display: flex;
    align-items: center;
    width: 90%;
    padding: 14px 20px;
    gap: 20px;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .flow-inner img {
    width: 90px;
  }
}
@media (max-width: 800px) {
  .flow-inner div {
    width: 60%;
  }
}
.flow-inner .flow-title {
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
@media (max-width: 800px) {
  .flow-inner .flow-title {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.flow-inner .flow-title span {
  background: linear-gradient(transparent 60%, #ffb6be 50%);
}
.flow-inner p {
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
}
.flow-inner::after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3c3c3c;
}

.flow-next {
  width: 56px;
}
@media (max-width: 800px) {
  .flow-next {
    display: none;
  }
}

.flow-next-sp {
  display: none;
}
.voice {
  height: auto;
}

.voice-back {
  position: relative;
}
@media (max-width: 800px) {
  .voice-back {
    margin-bottom: 10px;
  }
}
.voice-back::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-image: url(images/voice_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 85%;
  height: 200%;
}
@media (max-width: 800px) {
  .voice-back::before {
    width: 90%;
    height: 300%;
    border-radius: 0 20px 20px 0;
  }
}

.slider-wrapper {
  margin: 0 auto 160px;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 800px) {
  .slider-wrapper {
    margin-bottom: 100px;
  }
}

.voice-container {
  display: flex;
  flex-direction: column;
  width: 508px;
}

.voice-title {
  order: 3;
  margin: 24px 0 10px;
  font-weight: 700;
}

.voice-comment {
  order: 2;
  font-size: calc(18px + 8 * (100vw - 800px) / 1100);
  font-weight: 700;
  margin-top: -4em;
  line-height: 1.8;
}
.voice-comment span {
  background-color: #fff;
}

.voice-thumb {
  order: 1;
}
.voice-thumb img {
  border-radius: 20px;
}

.voice-desc {
  order: 4;
}

.faq {
  margin-bottom: 160px;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .faq {
    margin-bottom: 100px;
  }
}

.accordion-wrapper {
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media (max-width: 800px) {
  .accordion-wrapper {
    margin-bottom: 40px;
  }
}

.accordion {
  border-top: solid 1px #a09a96;
}
.accordion:last-child {
  border-bottom: solid 1px #a09a96;
}

.accordion:not([open]) {
  margin-bottom: 7px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0.2em 0 0 3em;
  padding: 1.6em 2em;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.accordion-icon {
  position: relative;
}
.accordion-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
  content: "";
  width: 42px;
  height: 42px;
  background-color: #d13072;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .accordion-icon::before {
    transform: translate(50%, 70%);
    width: 30px;
    height: 30px;
  }
}
.accordion-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(80%, 55%);
  content: "Q";
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .accordion-icon::after {
    transform: translate(80%, 70%);
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #d13072;
  content: "";
}

.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate 0.3s;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #4d4d4d;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

.faq-more {
  text-align: center;
}
.faq-more p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .faq-more p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.btn-style-001 {
  position: relative;
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 3em;
  font-size: 22px;
  font-weight: 700;
  color: #d13072;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: solid 2px #d13072;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 800px) {
  .btn-style-001 {
    width: 250px;
    font-size: 16px;
    padding: 16px;
    background: #d13072;
    color: #fff;
  }
}
.btn-style-001:hover {
  background: #d13072;
  color: #fff;
  transition: 0.2s;
  opacity: 1;
}
.btn-style-001::after {
  position: absolute;
  top: 42%;
  right: 7%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #d13072;
  border-right: solid 2px #d13072;
  transform: rotate(45deg);
}
@media (max-width: 800px) {
  .btn-style-001::after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.contact {
  position: relative;
  background: #fff2f4;
  z-index: 100;
  padding: 0 20px;
}
.contact::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-image: url(images/contact_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 450px;
}

.contact-back {
  position: relative;
  z-index: 1;
}
.contact-back h5 {
  color: #fff;
}
.contact-back h5::after {
  background: #fff;
}

.section-title-desc-contact {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 800px) {
  .section-title-desc-contact {
    font-size: 14px;
  }
}

.contact-form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 800px) {
  .contact-form {
    padding: 20px 20px 40px;
  }
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 750px;
  margin: 32px auto;
}
@media (max-width: 800px) {
  .contact-container {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.contact-title {
  width: 40%;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 800px) {
  .contact-title {
    position: relative;
    width: 100%;
    text-align: left;
  }
}
.contact-title span {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 2em;
  background: rgb(145, 41, 126);
  background: linear-gradient(45deg, rgb(145, 41, 126) 0%, rgb(186, 31, 138) 50%, rgb(235, 20, 89) 100%);
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .contact-title span {
    position: absolute;
    right: 0;
    padding: 4px 12px;
  }
}
.contact-title .contact-title-any {
  background: #fff;
  color: #202020;
  border: solid 1px #202020;
}

.contact-input {
  width: 60%;
}
@media (max-width: 800px) {
  .contact-input {
    width: 100%;
  }
}

.contact-input input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: solid 1px #707070;
}

.contact-radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 60%;
}
@media (max-width: 800px) {
  .contact-radio-wrapper {
    width: 100%;
  }
}

.contact-radio {
  font-weight: 500;
}
.contact-radio :first-child {
  padding-right: 15px;
}

.textarea-question {
  min-height: 100px;
  width: 100%;
}

.contact-title-check {
  display: flex;
  justify-content: right;
  gap: 20px;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .contact-title-check {
    justify-content: left;
    margin-bottom: 2.5em;
  }
}
.contact-title-check div {
  text-align: right;
}
.contact-title-check span {
  margin-left: 0;
}

.contact-title .contact-title-detail {
  margin: 0;
  padding: 0;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  background: none;
}
@media (max-width: 800px) {
  .contact-title .contact-title-detail {
    right: auto;
    left: 0;
    font-size: 12px;
  }
}

.checkbox {
  width: 60%;
}
@media (max-width: 800px) {
  .checkbox {
    width: 100%;
  }
}

.checkbox-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: -1.5em;
}

.checkbox-item {
  font-size: 16px;
  line-height: 1;
}

.checkbox-txt {
  margin-left: 0.2em;
}

.contact-submit {
  text-align: center;
}
.contact-submit p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 800px) {
  .contact-submit p {
    font-size: 12px;
  }
}

.contact-bottom-space {
  height: 70px;
  margin-top: 10px;
  background: #fff2f4;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #d13072;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 800px) {
  footer {
    margin-bottom: 65px;
  }
}/*# sourceMappingURL=style.css.map */