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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #888;
  border-radius: none;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

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

body {
  font-family: "Noto Sans JP", "Inter", "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: bold;
}

img {
  display: block;
  height: auto;
}

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.mv {
  padding-top: 65px;
  background-image: url(./images/mv_pc_back.jpg);
}
@media screen and (max-width: 820px) {
  .mv {
    background-image: none;
    padding: 0;
  }
  .mv .wrapper {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .mv .wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 820px) {
  .pc_none {
    display: block;
  }
}

.tb_none {
  display: block;
}
@media screen and (max-width: 820px) {
  .tb_none {
    display: none;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 576px) {
  .sp_none {
    display: none;
  }
}

/*===================================
  動画
===================================*/
.movie {
  padding: 30px 0 60px;
}
@media screen and (max-width: 820px) {
  .movie {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .movie {
    padding: 20px 0 20px;
  }
}
.movie_text {
  font-size: clamp(1.5rem, 3.75vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .movie_text {
    margin-bottom: 15px;
  }
}
.movie_text::before, .movie_text::after {
  content: "▼";
  font-size: 0.7em;
  margin: 0 25px;
}
@media screen and (max-width: 576px) {
  .movie_text::before, .movie_text::after {
    margin: 0 10px;
  }
}
.movie iframe {
  width: 60%;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16/9;
  height: auto;
  border: none;
}
@media screen and (max-width: 820px) {
  .movie iframe {
    width: 80%;
  }
}

/*===================================
  こんなお悩みありませんか
===================================*/
.problem {
  position: relative;
  padding: 80px 0 210px;
  background: url(./images/problem_back.png) no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .problem {
    background: url(./images/problem_sp_back.png) no-repeat center/cover;
    width: 100%;
    padding: 40px 0 80px;
  }
}

/*===================================
  解決します
===================================*/
.solution {
  position: relative;
  margin-top: -80px;
  background: url(./images/solution_back.jpg) no-repeat center top;
  background-size: cover;
  z-index: 0;
  padding: 120px 0 80px;
}
@media screen and (max-width: 576px) {
  .solution {
    margin-top: -150px;
    padding-bottom: 20px;
  }
}

/*===================================
  EXIT BASE内容
===================================*/
.contents_head {
  background: #202020;
  color: #fff;
}
.contents_head h2 {
  text-align: center;
  font-size: clamp(2.2rem, 6.25vw, 5rem);
  padding: 10px 0;
}
.contents_item {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0;
}
@media screen and (max-width: 1024px) {
  .contents_item {
    margin: 40px 0;
    gap: 0;
  }
}
.contents_item.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .contents_item {
    max-width: 100%;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
}
.contents .contents_text,
.contents .contents_image {
  flex: 1;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .contents .contents_text,
.contents .contents_image {
    max-width: 90%;
    min-width: 520px;
  }
}
@media screen and (max-width: 576px) {
  .contents .contents_text,
.contents .contents_image {
    min-width: auto;
  }
}
.contents_num {
  text-align: left;
  font-family: inter;
  font-weight: bold;
  color: #e3e3e3;
  line-height: 1;
  font-size: clamp(2.5rem, 5vw, 10.5rem);
  margin: 0 0 14px;
}
.contents_title {
  white-space: nowrap;
  margin: 0 0 22px;
  line-height: 1.25;
  font-weight: 900;
  font-size: clamp(4rem, 3.3333333333vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .contents_title {
    font-size: clamp(3rem, 4.8780487805vw, 4rem);
  }
}
@media screen and (max-width: 576px) {
  .contents_title {
    font-size: 26px;
    margin-bottom: 15px;
    white-space: normal;
  }
}
.contents_title .line {
  display: inline-block;
  color: #fff;
  padding: 1px 14px 5px;
  margin: 6px 0 0;
  background: linear-gradient(90deg, #01c5f6 0%, #015eab 100%);
}
.contents_desc {
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.3333333333vw, 1.8rem);
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .contents_desc {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .contents_desc {
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .contents_image {
    max-width: 520px;
    width: 100%;
    margin: 25px auto 0;
  }
}

/*===================================
  オーナー紹介
===================================*/
.owner {
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .owner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .owner {
    padding-bottom: 30px;
  }
}
.owner_wrapper {
  position: relative;
  display: flex;
  gap: 5%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .owner_wrapper {
    flex-direction: column-reverse;
  }
}
.owner_wrapper::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -40px;
  width: 100%;
  height: 100%;
  background: url("./images/shinyatoda.svg") no-repeat top right;
  background-size: 75%;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .owner_wrapper::before {
    background: url("./images/shinyatoda_sp.svg") no-repeat top right;
    background-size: 50%;
    top: 290px;
    right: -15px;
  }
}
@media screen and (max-width: 576px) {
  .owner_wrapper::before {
    top: 270px;
    right: -10px;
  }
}
.owner_item {
  padding-top: 110px;
  width: 46%;
}
@media screen and (max-width: 820px) {
  .owner_item {
    padding-top: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
  }
}
@media screen and (max-width: 576px) {
  .owner_item {
    padding-top: 20px;
  }
}
.owner_label {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px; /* 文字と線の間隔 */
}
.owner_label::after {
  content: "";
  flex: 1; /* 残りの幅いっぱいに伸ばす */
  height: 2px; /* 線の太さ */
  background: #000; /* 線の色 */
}
.owner_name {
  margin-top: 17px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: bold;
  line-height: 1;
}
.owner_text {
  margin-top: 45px;
  font-size: clamp(1.5rem, 2.25vw, 1.8rem);
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .owner_text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .owner_text {
    margin-top: 20px;
  }
}

/*===================================
  推薦コメント
===================================*/
.comment {
  padding: 0 0 180px;
  background: url("./images/comment_back.jpg") no-repeat center top;
  background-size: cover;
}
.comment_wrapper {
  width: 92%;
}
.comment_head {
  background: #202020;
  color: #fff;
}
.comment_head h2 {
  text-align: center;
  font-size: clamp(2.2rem, 6.25vw, 5rem);
  padding: 10px 0;
}
.comment_box {
  background: #fff;
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 0;
  padding: 45px 0.58%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .comment_box {
    margin-top: 20px;
    padding: 20px 2%;
  }
}
.comment_box h3 {
  text-align: center;
  font-size: clamp(1.8rem, 2.75vw, 3rem);
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 576px) {
  .comment_box h3 {
    margin-bottom: 20px;
  }
}
.comment_body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7%;
}
@media screen and (max-width: 820px) {
  .comment_body {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
.comment_profile {
  text-align: center;
  min-width: 205px;
}
.comment_profile img {
  display: block;
  margin-bottom: 10px;
}
.comment_profile span {
  font-size: 15px;
}
.comment_profile .name {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.comment_text {
  text-align: left;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.6;
}
.comment_text .paragraph {
  margin-top: 25px;
}

/*===================================
  メッセージ
===================================*/
.message {
  position: relative;
  z-index: 1;
  margin-top: -150px;
  background: url(./images/message_back.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .message {
    background: url(./images/message_back_sp.png) no-repeat;
    background-size: cover;
    padding: 20px 0;
  }
}
.message_wrapper {
  max-width: 1057px;
  padding: 60px 0;
}
.message_title {
  text-align: center;
  font-size: clamp(2rem, 5vw, 4.8rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .message_title {
    margin-bottom: 20px;
  }
}
.message .message_body p + p {
  margin-top: 25px;
}
.message_body {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 1.8;
}
.message_body_group {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .message_body_group {
    flex-direction: column;
  }
}
.message_body_group_firsttext {
  min-width: 554px;
}
.message_body_group_secondtext {
  min-width: 489px;
}
.message_body .first_group {
  gap: 8%;
}
.message_body .second_group {
  margin-top: 60px;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .message_body .second_group {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .message_body .second_group {
    margin-top: 20px;
  }
}
.message_body .first_image {
  min-width: 418px;
}
@media screen and (max-width: 1024px) {
  .message_body .first_image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .message_body .first_image {
    min-width: auto;
  }
}
.message_body .second_image {
  min-width: 502px;
}
@media screen and (max-width: 1024px) {
  .message_body .second_image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .message_body .second_image {
    min-width: auto;
  }
}

/*===================================
  メディア
===================================*/
.media {
  position: relative;
  color: #fff;
  padding: 250px 0 90px;
  margin-top: -150px;
}
@media screen and (max-width: 1024px) {
  .media {
    padding-bottom: 30px;
  }
}
.media::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(./images/medhia_back.png) no-repeat center/cover;
  z-index: 0;
}
.media > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .media {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 576px) {
  .media {
    padding-top: 80px;
    margin-top: -60px;
  }
}

/*===================================
  よくある質問
===================================*/
.faq {
  padding: 0 0 80px;
}
@media screen and (max-width: 820px) {
  .faq {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    padding: 0 0 30px;
  }
}
.faq_head {
  background: #202020;
  color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 6.25vw, 5rem);
  padding: 10px 0;
}
.faq_wrapper {
  padding-top: 60px;
  max-width: 973px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .faq_wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .faq_wrapper {
    padding: 30px 0;
  }
}
.faq_item {
  line-height: 1.6;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .faq_item {
    margin-bottom: 15px;
  }
}
.faq_q {
  font-size: clamp(1.4rem, 2.25vw, 1.8rem);
  background: #003366;
  color: #fff;
  padding: 14px 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .faq_q {
    padding: 8px 15px;
  }
}
.faq_q::before {
  content: "Q";
  margin-right: 10px;
}
.faq_a {
  font-size: clamp(1.5rem, 2.25vw, 1.8rem);
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .faq_a {
    padding: 10px;
    line-height: 1.5;
  }
}

/*===================================
  オンラインサロン会費
===================================*/
.price_head {
  background: #202020;
  color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 6.25vw, 5rem);
  padding: 10px 0;
  margin-bottom: 60px;
}
.price_text {
  margin: 40px auto 40px;
  text-align: center;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  max-width: 628px;
}
@media screen and (max-width: 576px) {
  .price_text {
    text-align: left;
  }
}

/*===================================
  CTAボタン
===================================*/
.cta {
  padding: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cta {
    padding: 0 0 40px;
  }
}
.cta_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: #e46f20;
  color: #fff;
  font-size: clamp(2.5rem, 5.625vw, 5.7rem);
  padding: 55px 70px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px #b44900;
  transition: 0.3s ease;
}
.cta_btn::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: url("./images/icon_arrow.png") no-repeat center;
  background-size: 35% auto;
}
.cta_btn:hover {
  background: #d05c18;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 820px) {
  .cta_btn {
    padding: 55px 30px;
  }
}
@media screen and (max-width: 576px) {
  .cta_btn {
    padding: 25px 25px;
  }
  .cta_btn::after {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }
}

/*===================================
  追従ボタン
===================================*/
.cta_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 16px 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 576px) {
  .cta_fixed {
    padding: 8px 0;
  }
  .cta_fixed .cta_btn {
    font-size: 14px;
    padding: 12px 24px;
    gap: 12px;
  }
  .cta_fixed .cta_btn::after {
    width: 18px;
    height: 18px;
    border: 1.5px solid #fff;
  }
}
.cta_fixed.is_hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.cta_fixed .cta_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #e46f20;
  color: #fff;
  font-size: 30px;
  padding: 18px 40px;
  border-radius: 12px;
  border: none;
  box-shadow: 3px 3px 6px rgba(180, 73, 0, 0.4);
  transition: 0.3s ease;
}
@media screen and (max-width: 576px) {
  .cta_fixed .cta_btn {
    padding: 12px 40px;
    font-size: 18px;
  }
}
.cta_fixed .cta_btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url("./images/icon_arrow.png") no-repeat center;
  background-size: 40% auto;
}
.cta_fixed .cta_btn:hover {
  background: #d05c18;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

/*===================================
  フッター
===================================*/
.footer {
  background: #002b52;
  padding: 15px 0;
  text-align: center;
}
.footer_copy {
  color: #fff;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */