@charset "UTF-8";
html {
  color: #5E5E5E;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media (max-width: 1000px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: 1.6rem;
  /* = 16px */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 630px) {
  body {
    font-size: 12px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .inner {
    width: calc(100% - 40px);
  }
}
@media (max-width: 350px) {
  .inner {
    width: calc(100% - 20px);
  }
}

.container {
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 630px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

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

.title_design1 {
  margin-top: 10rem;
}
@media (max-width: 630px) {
  .title_design1 {
    margin-top: 60px;
  }
}
.title_design1 h2 {
  font-size: 4rem;
  text-align: center;
  color: #5E5E5E;
  margin-bottom: 8rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 630px) {
  .title_design1 h2 {
    font-size: 24px;
  }
}
.title_design1 span {
  font-family: "Kapakana", sans-serif;
  color: #EA9791;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  display: block;
}

@media (max-width: 630px) {
  .sp-off,
  .pc-only {
    display: none !important;
  }
}

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

.sp2-only {
  display: none;
}
@media (max-width: 350px) {
  .sp2-only {
    display: block !important;
  }
}

.sp2-only {
  display: none;
}
@media (max-width: 350px) {
  .sp2-only {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .pc3-only {
    display: none !important;
  }
}

.sp3-only {
  display: none;
}
@media (max-width: 480px) {
  .sp3-only {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .sp3-off {
    display: none !important;
  }
}

/* スクリーンリーダー対応 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cta > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.cta > a:hover::before {
  left: 100%;
}
.cta img {
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .cta img img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .deco_bg img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

main {
  overflow: hidden;
}

.inner {
  max-width: 1000px;
}

h1 {
  margin: 0;
}

.first-view {
  width: 100%;
  height: 780px;
  background-image: url(../img/mv_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1000px) {
  .first-view {
    height: 600px;
  }
}
@media (max-width: 630px) {
  .first-view {
    height: 100%;
    background-image: url(../img/mv_bg_sp.jpg);
  }
}
.first-view .first-view-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 3rem;
  position: relative;
}
@media (max-width: 1000px) {
  .first-view .first-view-container {
    padding-top: 6rem;
  }
}
@media (max-width: 630px) {
  .first-view .first-view-container {
    padding-top: 0;
  }
}
.first-view .first-view-container .logo {
  width: 25%;
  text-align: left;
  position: absolute;
  left: 2rem;
}
@media (max-width: 630px) {
  .first-view .first-view-container .logo {
    width: 35%;
    margin-top: 1.5rem;
  }
}
.first-view .first-view-container .logo img {
  width: 100%;
}
.first-view .first-view-container .first-view-inner {
  display: flex;
  gap: 5%;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 3rem;
}
@media (max-width: 1000px) {
  .first-view .first-view-container .first-view-inner {
    gap: 2%;
  }
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner {
    display: block;
    margin-top: 0;
    padding-bottom: 6rem;
  }
}
.first-view .first-view-container .first-view-inner .main-visual {
  flex: 3;
  top: 54px;
  left: 0;
  max-width: 720px;
  height: auto;
}
.first-view .first-view-container .first-view-inner .main-visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .main-visual img {
    border-radius: 0px 250px 250px 0;
  }
}
.first-view .first-view-container .first-view-inner .first-view-content {
  margin-top: 3%;
  flex: 2;
  color: #F6F6F6;
  margin-right: 3rem;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .first-view-content {
    margin: -55% auto 0;
    width: 90%;
    text-align: center;
  }
}
.first-view .first-view-container .first-view-inner .first-view-content .catchphrase {
  margin-bottom: 8%;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .first-view-content .catchphrase {
    margin: 0 auto 20%;
    width: 100%;
  }
}
.first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn {
  width: 55%;
  display: block;
  position: relative;
  color: #EA9791;
  border: none;
  padding: 3rem 5rem;
  border-radius: 60px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-bottom: 6rem;
  text-decoration: none;
  background-color: #f4f4f4;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn {
    font-size: 18px;
    padding: 4rem 7rem;
    margin: 0 auto 4rem;
    width: 60%;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn {
    font-size: 16px;
    white-space: nowrap;
    padding: 3rem 4rem;
    width: 70%;
  }
}
@media (max-width: 350px) {
  .first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn {
    white-space: wrap;
    padding: 3rem 4rem;
    width: 80%;
  }
}
.first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn:hover {
  text-decoration: none;
  color: #fafafa;
  background-color: #6BBBCA;
}
.first-view .first-view-container .first-view-inner .first-view-content #btn_animation .btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
@keyframes btn_animation {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}
.first-view .first-view-container .first-view-inner .first-view-content .features {
  display: flex;
  flex-direction: column;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .first-view-content .features {
    width: 80%;
    margin: 0 auto;
  }
}
.first-view .first-view-container .first-view-inner .first-view-content .features .features-child {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
.first-view .first-view-container .first-view-inner .first-view-content .features .features-child p {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: dotted 5px #fff;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
@media (max-width: 630px) {
  .first-view .first-view-container .first-view-inner .first-view-content .features .features-child p {
    font-size: 16px;
    border-bottom: dotted 3px #fff;
  }
}

@media (max-width: 480px) {
  .reason .reason_wrapper {
    margin-bottom: 10rem;
  }
}
@media (max-width: 350px) {
  .reason .reason_wrapper {
    margin-bottom: 8rem;
  }
}
.reason .reason_wrapper .reason_ul {
  display: flex;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 630px) {
  .reason .reason_wrapper .reason_ul {
    gap: 5%;
  }
}
.reason .reason_wrapper .reason_ul li {
  width: 31.3333333333%;
  max-width: 312px;
  margin: 1.5rem 0;
  text-align: center;
}
@media (max-width: 630px) {
  .reason .reason_wrapper .reason_ul li {
    width: 44%;
  }
}
@media (max-width: 480px) {
  .reason .reason_wrapper .reason_ul li {
    width: 94%;
    max-width: 400px;
  }
}
.reason .reason_wrapper .reason_ul li .reason_icon {
  width: 45px;
}
@media (max-width: 630px) {
  .reason .reason_wrapper .reason_ul li .reason_icon {
    width: 35px;
  }
}
.reason .reason_wrapper .reason_ul li .reason_title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 1px dashed rgba(94, 94, 94, 0.4);
}
.reason .reason_wrapper .reason_ul li .reason_title span {
  color: #EA9791;
}
.reason .reason_wrapper .reason_ul li .reason_desc {
  line-height: 1.8;
  padding: 1.5rem 2rem;
}
@media (max-width: 1000px) {
  .reason .reason_wrapper .reason_ul li .reason_desc {
    font-size: 12px;
  }
}
@media (max-width: 630px) {
  .reason .reason_wrapper .reason_ul li .reason_desc {
    padding: 1rem 3.5rem;
  }
}
@media (max-width: 350px) {
  .reason .reason_wrapper .reason_ul li .reason_desc {
    padding: 1rem 0.5rem;
  }
}

.point {
  background-image: url(../img/sec3_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 15rem;
}
@media (max-width: 630px) {
  .point {
    padding-bottom: 110px;
    background-image: url(../img/sec_3bg_sp.jpg);
  }
}
.point .title_design1 {
  padding-top: 10rem;
}
.point .point_ul li {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 630px) {
  .point .point_ul li {
    display: block;
  }
}
.point .point_ul li .point_img_box {
  width: 45%;
}
@media (max-width: 630px) {
  .point .point_ul li .point_img_box {
    width: 100%;
    text-align: center;
  }
}
.point .point_ul li .point_img_box img {
  border-radius: 40px;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 630px) {
  .point .point_ul li .point_img_box img {
    width: 100%;
    max-width: 480px;
    border-radius: 25px;
    margin: 0 auto;
  }
}
.point .point_ul li .point_desc {
  max-width: 450px;
  width: 45%;
}
@media (max-width: 630px) {
  .point .point_ul li .point_desc {
    width: 100%;
    margin: 0 auto;
  }
}
.point .point_ul li .point_desc span {
  font-family: "Kapakana", sans-serif;
  color: #EA9791;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #BBB;
  font-size: 3.6rem;
  display: block;
  margin-top: 2rem;
  line-height: 1.1;
}
@media (max-width: 630px) {
  .point .point_ul li .point_desc span {
    font-size: 28px;
  }
}
.point .point_ul li .point_desc h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #EA9791;
  margin-bottom: 4rem;
}
@media (max-width: 630px) {
  .point .point_ul li .point_desc h3 {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
}
.point .point_ul li .point_desc p {
  line-height: 1.8;
  font-weight: normal;
}
@media (max-width: 1000px) {
  .point .point_ul li .point_desc p {
    font-size: 14px;
  }
}
.point .point_ul li + li {
  margin-top: 8%;
}
@media (max-width: 630px) {
  .point .point_ul li + li {
    margin-top: 15%;
  }
}
.point .point_ul .point_li_reverse {
  flex-direction: row-reverse;
}

.lesson .lesson_wrapper .lesson_ul {
  display: flex;
  width: 100%;
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul {
    display: block;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_li_1 {
  background: linear-gradient(180deg, #fff, #F6E3E2 40%);
}
.lesson .lesson_wrapper .lesson_ul .lesson_li_1 h3::before {
  content: "group";
}
.lesson .lesson_wrapper .lesson_ul .lesson_li_2 {
  background: linear-gradient(180deg, #fff, #FAC0C0);
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_li_2 {
    padding-top: 8rem;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_li_2 h3::before {
  content: "personal";
}
.lesson .lesson_wrapper .lesson_ul .lesson_box {
  width: 50%;
  padding-bottom: 8rem;
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box {
    width: 100%;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title {
    margin-left: -2rem;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title > img {
  width: 15%;
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title h3 {
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-weight: bold;
  position: relative;
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title h3::before {
  position: absolute;
  font-family: "Kapakana", sans-serif;
  color: #EA9791;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(234, 151, 145, 0.5019607843);
  font-size: 3rem;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title h3::before {
    left: 30%;
  }
}
@media (max-width: 480px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_child_title h3::before {
    left: 40%;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_box p {
  text-align: center;
  margin-bottom: 5rem;
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_img {
  text-align: center;
  margin-bottom: 5rem;
}
.lesson .lesson_wrapper .lesson_ul .lesson_box .lesson_img img {
  border-radius: 15px;
  max-width: 270px;
  width: 100%;
}
.lesson .lesson_wrapper .lesson_ul .lesson_box ul {
  margin: 0 auto;
  padding-left: 2em;
  max-width: 400px;
}
@media (max-width: 1000px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box ul {
    padding-left: 3em;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_box ul li {
  border-bottom: 4px dotted #EA9791;
  font-size: 1.8rem;
  margin-left: 2em;
  line-height: 2.5;
  position: relative;
}
@media (max-width: 1000px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box ul li {
    padding-left: 1rem;
    max-width: 280px;
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box ul li {
    max-width: 85%;
  }
}
.lesson .lesson_wrapper .lesson_ul .lesson_box ul li::before {
  content: "";
  background-image: url(../img/sec4_check.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 1.4rem;
  left: -2em;
}
@media (max-width: 1000px) {
  .lesson .lesson_wrapper .lesson_ul .lesson_box ul li::before {
    width: 22px;
    height: 22px;
    top: 1.1rem;
    background-size: contain;
  }
}

.price {
  margin-bottom: 15rem;
}
.price .price_wrapper {
  margin-bottom: 18rem;
}
.price .price_wrapper .trial {
  background: linear-gradient(2255deg, #c3ebf3, #E9FCFF 40%, #bfe5ec 80%);
  margin-bottom: 10rem;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1000px) {
  .price .price_wrapper .trial {
    width: 100%;
    margin: 0 auto 10rem;
    min-width: 300px;
  }
}
.price .price_wrapper .trial::after {
  content: "";
  background-image: url(../img/trial_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20%;
  height: 40%;
  right: -3%;
  bottom: -1rem;
}
@media (max-width: 1000px) {
  .price .price_wrapper .trial::after {
    width: 15%;
    height: 30%;
    right: 0;
    bottom: -5rem;
  }
}
@media (max-width: 630px) {
  .price .price_wrapper .trial::after {
    width: 30%;
    height: 30%;
    right: 0;
    bottom: -7rem;
  }
}
.price .price_wrapper .trial .trial_container {
  width: 85%;
  margin: 0 auto;
  padding: 5rem;
  color: #5E5E5E;
}
@media (max-width: 630px) {
  .price .price_wrapper .trial .trial_container {
    padding: 4rem 0;
  }
}
.price .price_wrapper .trial .trial_container > p {
  font-size: 1.4rem;
}
@media (max-width: 1000px) {
  .price .price_wrapper .trial .trial_container > p {
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  .price .price_wrapper .trial .trial_container > p {
    font-size: 12px;
  }
}
.price .price_wrapper .trial h3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.price .price_wrapper .trial .trial_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 630px) {
  .price .price_wrapper .trial .trial_price {
    gap: 5px;
    margin-top: 2rem;
  }
}
.price .price_wrapper .trial .trial_price .special {
  max-width: 35%;
}
.price .price_wrapper .trial .trial_price .special3 {
  width: 130px;
}
.price .price_wrapper .trial .trial_price p {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  display: inline;
}
.price .price_wrapper .trial .trial_price p .through {
  text-decoration: line-through;
}
.price .price_wrapper .trial .trial_price p .through > .small {
  font-size: 1.1rem;
  text-decoration: none !important;
  display: block;
  text-align: right;
}
@media (max-width: 630px) {
  .price .price_wrapper .trial .trial_price > span .free2 {
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  .price .price_wrapper .trial .trial_price > span .free3 {
    width: 110px;
  }
}
.price .price_wrapper .plan_list_ul > li {
  margin-bottom: 10rem;
}
.price .price_wrapper .plan_list_ul .plan_block {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.price .price_wrapper .plan_list_ul .plan_block .plan_title {
  padding: 2rem;
}
.price .price_wrapper .plan_list_ul .plan_block .plan_title h3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
.price .price_wrapper .plan_list_ul .price_cards_ul {
  display: flex;
  width: 100%;
  /* パーソナル専用 */
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card {
  width: 50%;
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card .price_card_header {
  text-align: center;
  margin-top: 6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .price_cards_ul .price_card .price_card_header span {
    font-size: 10px;
  }
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card .price_card_header h4 {
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card .price_table {
  width: 50%;
  border-collapse: separate;
  margin: 1.5rem auto 5rem;
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card .price_table td {
  padding: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 4px dotted rgba(94, 94, 94, 0.2);
}
.price .price_wrapper .plan_list_ul .price_cards_ul .group_li h4::before {
  position: absolute;
  content: "group";
  font-family: "Kapakana", sans-serif;
  color: #EA9791;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #BBB;
  font-size: 3.4rem;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .price_cards_ul .group_li h4::before {
    font-size: 2.4rem;
    top: -1.5rem;
  }
}
.price .price_wrapper .plan_list_ul .price_cards_ul .personal_li h4::before {
  position: absolute;
  content: "personal";
  font-family: "Kapakana", sans-serif;
  color: #EA9791;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #BBB;
  font-size: 3.4rem;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .price_cards_ul .personal_li h4::before {
    font-size: 2.4rem;
    top: -1.5rem;
  }
}
.price .price_wrapper .plan_list_ul .price_cards_ul .price_card_body {
  width: 50%;
  margin: 6rem auto 0px;
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .price_cards_ul .price_card_body {
    width: 70%;
    margin: 4rem auto 0px;
  }
}
.price .price_wrapper .plan_list_ul .price_cards_ul .personal_desc {
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.6;
  border-bottom: 4px dotted rgba(94, 94, 94, 0.2);
  padding-bottom: 0.8rem;
}
.price .price_wrapper .plan_list_ul .price_cards_ul .personal_price {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .price_cards_ul .personal_price {
    font-size: 2rem;
  }
}
.price .price_wrapper .plan_list_ul .member {
  text-align: center;
}
.price .price_wrapper .plan_list_ul .member > span {
  color: #C21632;
  font-weight: bold;
  font-size: 2rem;
}
.price .price_wrapper .plan_list_ul .member .plan_title {
  background-color: #C21632;
}
.price .price_wrapper .plan_list_ul .member .group_li {
  background-color: #fffef9;
  position: relative;
}
.price .price_wrapper .plan_list_ul .member .group_li::after {
  content: "";
  background-image: url(../img/price2_group_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 45%;
  height: 35%;
  left: -12%;
  top: 3rem;
}
@media (max-width: 1000px) {
  .price .price_wrapper .plan_list_ul .member .group_li::after {
    width: 28%;
    height: 35%;
    left: 0;
    top: 1rem;
  }
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .member .group_li::after {
    display: none;
  }
}
.price .price_wrapper .plan_list_ul .member .personal_li {
  background-color: #FDFAEF;
  position: relative;
}
.price .price_wrapper .plan_list_ul .member .personal_li::after {
  content: "";
  background-image: url(../img/price2_personal_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 55%;
  height: 30%;
  right: -15%;
  bottom: 1rem;
}
@media (max-width: 1000px) {
  .price .price_wrapper .plan_list_ul .member .personal_li::after {
    width: 35%;
    height: 25%;
    right: 0;
  }
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .member .personal_li::after {
    width: 50%;
    height: 20%;
    right: 0;
    bottom: 0;
  }
}
.price .price_wrapper .plan_list_ul .normal {
  text-align: center;
}
.price .price_wrapper .plan_list_ul .normal > span {
  color: #EA9791;
  font-weight: bold;
  font-size: 2rem;
}
.price .price_wrapper .plan_list_ul .normal .plan_title {
  background-color: #EA9791;
}
.price .price_wrapper .plan_list_ul .normal .group_li {
  background-color: #FCF3F2;
  position: relative;
}
.price .price_wrapper .plan_list_ul .normal .group_li::after {
  content: "";
  background-image: url(../img/price3_group_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20rem;
  height: 18rem;
  left: -7rem;
  top: 3rem;
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .normal .group_li::after {
    display: none;
  }
}
.price .price_wrapper .plan_list_ul .normal .personal_li {
  background-color: #FAE6E5;
  position: relative;
}
.price .price_wrapper .plan_list_ul .normal .personal_li::after {
  content: "";
  background-image: url(../img/price3_personal_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 22rem;
  height: 12rem;
  right: -8rem;
  bottom: 2rem;
}
@media (max-width: 1000px) {
  .price .price_wrapper .plan_list_ul .normal .personal_li::after {
    bottom: -2rem;
    right: 0rem;
    width: 40%;
    height: 40%;
  }
}
@media (max-width: 630px) {
  .price .price_wrapper .plan_list_ul .normal .personal_li::after {
    bottom: -5rem;
    right: 0rem;
    width: 50%;
    height: 30%;
  }
}

.note {
  font-size: 1.4rem !important;
  font-weight: bold;
  margin-top: 1rem;
}
@media (max-width: 630px) {
  .note {
    font-size: 1.2rem !important;
    margin-top: 0 !important;
  }
}
.note a {
  color: #5E5E5E;
  border-bottom: 1px solid #5E5E5E;
  margin-left: 2rem;
}

.ba {
  background-image: url(../img/ba_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  padding-top: 80px;
  padding-bottom: 110px;
}
.ba .title_design1 {
  margin: 0;
}
.ba .ba_contents {
  display: flex;
  justify-content: center;
  gap: 2%;
  width: 100%;
}
@media (max-width: 630px) {
  .ba .ba_contents {
    flex-direction: column;
  }
}
@media (max-width: 630px) {
  .ba .ba_contents .ba_arrow {
    margin: 2rem auto;
    transform: rotate(90deg);
  }
}
.ba .ba_contents .ba_img {
  width: 45%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1450980392);
  border-radius: 20px;
}
@media (max-width: 630px) {
  .ba .ba_contents .ba_img {
    width: 96%;
    margin: 0 auto;
  }
}
.ba .ba_text_box {
  gap: 2%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  align-items: center;
}
@media (max-width: 480px) {
  .ba .ba_text_box {
    align-items: flex-start;
    gap: 3%;
  }
}
.ba .ba_text_box .ba_icon {
  width: 15%;
}
@media (max-width: 630px) {
  .ba .ba_text_box .ba_icon {
    width: 30%;
    min-width: 70px;
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .ba .ba_text_box .ba_icon {
    width: 40%;
    min-width: 80px;
  }
}
@media (max-width: 350px) {
  .ba .ba_text_box .ba_icon {
    width: 40%;
    min-width: 80px;
  }
}
.ba .ba_text_box .ba_icon img {
  width: 100%;
}
.ba .ba_text_box .ba_text {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .ba .ba_text_box .ba_text {
    margin-top: 3rem;
  }
}
.ba .ba_text_box .ba_text h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #EA9791;
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .ba .ba_text_box .ba_text h3 {
    font-size: 20px;
  }
}
@media (max-width: 630px) {
  .ba .ba_text_box .ba_text h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.ba .ba_text_box .ba_text p {
  line-height: 1.8;
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  .ba .ba_text_box .ba_text p {
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  .ba .ba_text_box .ba_text p {
    font-size: 12px;
  }
}

.voice {
  background-image: url(../img/voice-bg.jpg);
  background-image: url(../img/ba_bg.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: right top;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 630px) {
  .voice {
    padding-bottom: 60px;
  }
}
@media (max-width: 630px) {
  .voice .title_design1 {
    margin-top: 0;
  }
}
.voice .voice_cards_ul {
  display: flex;
  justify-content: center;
  gap: 6%;
  flex-wrap: wrap;
}
@media (max-width: 630px) {
  .voice .voice_cards_ul {
    display: block;
  }
}
.voice .voice_cards_ul .voice_card {
  width: 45%;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 3.4rem 4rem;
  margin-bottom: 50px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1450980392);
}
@media (max-width: 630px) {
  .voice .voice_cards_ul .voice_card {
    width: 100%;
  }
}
.voice .voice_cards_ul .voice_card .person {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
@media (max-width: 630px) {
  .voice .voice_cards_ul .voice_card .person > img {
    width: 60px;
  }
}
.voice .voice_cards_ul .voice_card .person .name {
  font-size: 2.2rem;
  color: #EA9791;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media (max-width: 630px) {
  .voice .voice_cards_ul .voice_card .person .name {
    font-size: 16px;
  }
}
.voice .voice_cards_ul .voice_card .person .star {
  color: #6BBBCA;
  font-size: 2rem;
}
.voice .voice_cards_ul .voice_card > p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.banner {
  margin-top: 4rem;
  margin-bottom: 4.5rem;
}
.banner p {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.banner p span {
  color: #C21632;
}
.banner > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.banner > a:hover::before {
  left: 100%;
}

.faq {
  background-color: #FBFBFB;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 630px) {
  .faq .title_design1 {
    margin-top: 0;
  }
}
.faq dt,
.faq dd {
  display: flex;
  gap: 5px;
  align-items: center;
}
.faq .label {
  font-weight: bold;
  display: inline-block;
  width: 25px;
}
.faq dt {
  font-weight: bold;
  background: #EA9791;
  padding: 12px 12px 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .faq dt {
    font-size: 14px;
  }
}
.faq dt .label {
  color: #fff;
}
@media (max-width: 630px) {
  .faq dt .label {
    font-size: 16px;
  }
}
.faq dt .question {
  margin-right: 2rem;
  color: #fff;
}
.faq dd {
  padding: 12px 12px 12px 16px;
  margin-bottom: 20px;
}
.faq dd .label {
  color: #EA9791;
}
@media (max-width: 630px) {
  .faq dd .label {
    font-size: 16px;
  }
}
.faq dd .answer {
  width: 85%;
  font-size: 14px;
  margin-right: 2rem;
}

.access {
  margin-bottom: 150px;
}
@media (max-width: 630px) {
  .access {
    margin-bottom: 80px;
  }
}
.access .info_box {
  display: flex;
  justify-content: center;
  gap: 8%;
  margin-bottom: 4rem;
}
@media (max-width: 630px) {
  .access .info_box {
    display: block;
  }
}
.access .info_box h3 {
  font-size: 2rem;
  font-weight: normal;
  padding: 2rem 3rem;
  border-bottom: 1px solid #EA9791;
}
.access .info_box dl,
.access .info_box .traffic_box {
  padding: 2rem 3rem;
}
.access .info_box .studio {
  width: 45%;
}
@media (max-width: 630px) {
  .access .info_box .studio {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 4rem;
  }
}
.access .info_box .studio dl {
  display: flex;
  flex-wrap: wrap;
}
.access .info_box .studio dl dt {
  width: 25%;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 630px) {
  .access .info_box .studio dl dt {
    margin-bottom: 1rem;
  }
}
.access .info_box .studio dl dd {
  width: 75%;
  margin-bottom: 2rem;
  line-height: 1.8;
}
@media (max-width: 630px) {
  .access .info_box .studio dl dd {
    margin-bottom: 1rem;
  }
}
.access .info_box .traffic {
  width: 45%;
}
@media (max-width: 630px) {
  .access .info_box .traffic {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 4rem;
  }
}
.access .info_box .traffic p {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.access .info_box .traffic p span {
  margin-right: 1rem;
}
@media (max-width: 630px) {
  .access .info_box .traffic p {
    margin-bottom: 1rem;
  }
}
.access .info_box .traffic p span {
  margin-right: 2rem;
}
.access iframe {
  width: 100%;
}
@media (max-width: 630px) {
  .access iframe {
    height: 400px;
  }
}

footer .footer_top {
  background-color: #5E5E5E;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_top .container {
  display: flex;
  gap: 4%;
  justify-content: space-around;
  margin-top: 15rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 630px) {
  footer .footer_top .container {
    display: block;
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
footer .footer_top .container .footer_left {
  font-size: 2.4rem;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_left {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}
footer .footer_top .container .footer_left .logo_footer {
  margin-bottom: 4rem;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_left .logo_footer {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    width: 60%;
    margin: 0 auto 1rem;
    max-width: 250px;
  }
}
footer .footer_top .container .footer_left p {
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 300;
}
footer .footer_top .container .footer_left p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_left p {
    text-align: center;
    font-size: 1.6rem;
  }
}
footer .footer_top .container .footer_left .address {
  margin-bottom: 3rem;
  line-height: 1.7;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_left .address {
    margin-bottom: 1.5rem;
  }
}
footer .footer_top .container .footer_left .footer_tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_left .footer_tel {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
footer .footer_top .container .footer_left .footer_tel img {
  width: 20px;
}
footer .footer_top .container .footer_right {
  font-size: 2rem;
  display: flex;
  gap: 6%;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  footer .footer_top .container .footer_right {
    display: block;
    text-align: right;
    margin-top: 0.5rem;
  }
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_right {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
  }
}
footer .footer_top .container .footer_right a {
  max-width: 500px;
  min-width: 300px;
  border-radius: 20px;
  padding: 5rem 3rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 1000px) {
  footer .footer_top .container .footer_right a {
    margin-bottom: 3rem;
  }
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_right a {
    padding: 4rem 3rem;
  }
}
@media (max-width: 480px) {
  footer .footer_top .container .footer_right a {
    width: 70%;
    min-width: 250px;
  }
}
@media (max-width: 350px) {
  footer .footer_top .container .footer_right a {
    max-width: 280px;
    width: 85%;
    min-width: 120px;
    padding: 3rem 3rem;
  }
}
footer .footer_top .container .footer_right a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 3%;
  top: 48%;
  background-repeat: no-repeat;
}
footer .footer_top .container .footer_right .trial {
  background-color: #6BBBCA;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_right .trial {
    font-size: 16px;
  }
}
footer .footer_top .container .footer_right .trial:hover {
  background-color: #5da2ae;
  transition: all 0.5s;
}
footer .footer_top .container .footer_right .trial::after {
  background-image: url("../img/footer_btn_arrow.svg");
}
footer .footer_top .container .footer_right .hp {
  background-color: #fff;
  white-space: nowrap;
  color: #C21632;
  letter-spacing: 1px;
}
@media (max-width: 630px) {
  footer .footer_top .container .footer_right .hp {
    font-size: 16px;
  }
}
footer .footer_top .container .footer_right .hp:hover {
  background-color: #f4d1cb;
  transition: all 0.5s;
}
footer .footer_top .container .footer_right .hp::after {
  background-image: url("../img/footer_btn_arrow_bk.svg");
}
footer .footer_bottom {
  background-color: #5E5E5E;
  color: #d3d3d3;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
footer .footer_bottom small {
  font-size: 1rem;
  font-weight: lighter;
}/*# sourceMappingURL=style.css.map */