@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400&display=swap");
/* すべて */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #242424;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 200ms;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.flex {
  display: flex;
}
.flex_center {
  justify-content: center;
}
.flex_between {
  justify-content: space-between;
}
.flex_evenly {
  justify-content: space-evenly;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.flex_column {
  flex-direction: column;
}
.flex_wrap {
  flex-wrap: wrap;
}
.wrapper {
  overflow: hidden;
}
.inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.scroll_down {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 6;
  font-size: 12px;
  transform: translateY(-50%);
  color: #fff;
  writing-mode: vertical-rl;
  flex-direction: row;
  align-items: center;
}
.scroll_arrow {
  margin-top: 1em;
}
.scroll_arrow img {
  vertical-align: middle;
}
.totop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

#concept,
#plan,
#studio {
  margin-top: -1px;
  padding-top: 1px;
}
#campaign {
  margin-top: -100px;
  padding-top: 100px;
}

/* すべてここまで */

/* ヘッダー */

header {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header_wrapper {
  width: 100%;
  height: 100%;
}
.header_container {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
}
.header_logo {
  width: 75px;
  max-width: 12.5%;
  margin-left: 1em;
  margin-right: 3em;
}
.header_menu {
  flex-grow: 1;
  max-width: 1000px;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.header_menu ul {
  flex-grow: 1;
  height: 100%;
}
.header_menu ul li {
  width: 25%;
  height: 100%;
  font-size: 15px;
}
.header_menu ul li:hover {
  background-color: #e53535;
  color: #fff;
}
.header_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header_contact {
  width: 260px;
  max-width: 16vw;
  height: 100%;
  font-size: 15px;
  color: #fff;
  background-color: #3b3b3b;
}
.header_contact:hover {
  background-color: #e53535;
}
.header_contact a {
  width: 100%;
  height: 100%;
}
.header_contact a span {
  position: relative;
  padding-right: 1.6em;
  line-height: 0;
}
.header_contact a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-50%);
}
.sp_header {
  display: none;
}

/* ヘッダーここまで */

/* メイン */
.mv_wrapper {
  position: relative;
}
.mv_container {
  position: relative;
  width: 100vw;
  min-width: 100vw;
}
.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}
.mv_text {
  position: absolute;
  top: 50%;
  left: 75%;
  width: 38%;
  transform: translate(-120%, -50%);
}
.mv_news {
  position: absolute;
  bottom: 1.4em;
  right: 58%;
  width: 50vw;
  padding: 0.6em 3em;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.mv_news_container span {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #242424;
}

.float.hidden {
  display: none !important;
  visibility: hidden;
}
.float_circle {
  position: fixed;
  top: 40%;
  right: 3%;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background-color: #d99d55;
  color: #fff;
}
.float_circle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.float_close {
  position: relative;
  z-index: 4;
  cursor: pointer;
  margin-bottom: 0.6em;
}
.float_text {
  margin-bottom: 1.2em;
}

.concept_inner {
  position: relative;
  margin: 6em auto;
}
.concept_text {
  width: 50vw;
  text-align: left;
}
.concept_right {
  width: 50vw;
  text-align: left;
}
.concept_img {
  width: 100%;
}
.concept_img img {
  max-width: none;
}
.box_shadow img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.section_title {
  margin-bottom: 1em;
  font-size: 38px;
  font-weight: 600;
  color: #e53535;
}
.has_circle {
  position: relative;
}
.has_circle h3 {
  position: relative;
  z-index: 3;
  padding: 0.2em 0;
  background-color: #fff;
  font-weight: 600;
}
.bg_circle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid #e53535;
  transform: translate(-80%, -50%);
}
.bg_circle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50vw;
  height: 1px;
  background-color: #e53535;
}
.concept_text_block {
  width: 780px;
  max-width: 50vw;
}
.concept_text_box {
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 3em;
}
.concept_text p {
  padding-left: 2em;
  font-size: 16px;
  line-height: 2.4em;
}
.value_wrapper {
  padding: 4em 0;
  background-color: #3b3b3b;
  color: #fff;
}
.value_inner {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
.value_title {
  margin-bottom: 1em;
  font-size: 38px;
  font-weight: 600;
}
.value_block {
  position: relative;
  margin-bottom: 3.2em;
  border: 1px solid #fff;
}
.value_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-style: italic;
  width: 2em;
  height: 2em;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #3b3b3b;
  transform: translate(-50%, -50%);
}
.value_num span {
  transform: translateX(-15%);
}
.value_left {
  width: 50%;
  text-align: left;
}
.value_text {
  width: 270px;

  padding: 8% 3%;
}
.value_text h4 {
  margin-bottom: 0.8em;
  font-size: 25px;
  font-weight: 600;
}
.value_text p {
  font-size: 14px;
  line-height: 1.9em;
}
.value_right {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.value_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.plan_wrapper {
  padding: 6em 0 4em;
}
.plan_inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
.plan_title {
  margin-bottom: 1.2em;
  font-size: 38px;
  font-weight: 600;
}
.plan_box {
  position: relative;
  width: 31.5%;
  padding: 2.5em 0 2em;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.plan_box > span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.6em;
  height: 1.6em;
  font-size: 26px;
  border-radius: 50%;
  background-color: #e53535;
  color: #fff;
  transform: translate(-50%, -50%);
}
.plan_top {
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #3b3b3b;
}
.plan_bottom {
  padding-top: 1em;
}
.plan_bottom p {
  font-size: 12px;
  line-height: 2.3em;
}
.plan_bottom p span.text1 {
  font-size: 2.15em;
  font-weight: 600;
}
.plan_bottom p span.text2 {
  font-size: 1.4em;
}
.plus {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1em auto;
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #242424;
}
.plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #242424;
}
.plan_bottom_box {
  width: 450px;
  max-width: 80%;
  margin: 1.5em auto;
  padding: 2em 2em 1.8em;
  border: 2px solid #242424;
  border-radius: 20px;
}
.plan_bottom_box p {
  width: 360px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}
.plan_text {
  font-size: 14px;
}
.plan_text p {
  line-height: 2em;
}
.plan_text p a {
  border-bottom: 1px solid #242424;
}
.plan_text p span.text3 {
  margin-left: 0.6em;
  font-size: 1.8em;
  font-weight: 600;
}
.plan_text p span del {
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: #e53535;
}
.plan_text p.revised_price {
  color: #e53535;
}
.plan_text p span.text4 {
  font-size: 0.85em;
}
.plan_bottom_box p span.text5 {
  font-size: 1.5em;
  font-weight: 600;
}
.plan_bottom_box p span.text6 {
  font-size: 1.85em;
  font-weight: 600;
}
.plan_bottom_box p span.text6 span {
  font-size: 0.48em;
  font-weight: 400;
}
.counseling {
  width: 680px;
  max-width: 100%;
  margin-top: 4em;
  padding: 0 20px;
}
.counseling_img {
  width: 249px;
  max-width: 38%;
}
.counseling_text {
  padding-left: 6%;
  text-align: left;
}
.counseling_text h6 {
  margin-bottom: 0.6em;
  font-size: 22px;
  font-weight: 500;
}
.counseling_text p {
  font-size: 14px;
}

.campaign_wrapper {
  background-color: #d99d55;
  color: #fff;
}
.campaign_container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4em 0;
}
.campaign_circle {
  position: absolute;
  top: 0;
  right: 5%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #d99d55;
  background-color: #fff;
  color: #d99d55;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1.2em;
}
.campaign_circle p span {
  font-size: 0.7em;
}
.campaign_inner p {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.campaign_inner p span {
  margin-left: 0.5em;
  font-size: 1.25em;
  font-weight: 600;
}
.campaign_inner p span span {
  font-size: 0.5em;
  font-weight: 400;
}
.campaign_inner > span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.studio_wrapper .concept_inner {
  margin-bottom: 0;
}
.origin_container {
  position: relative;
  margin-top: -2em;
  z-index: 2;
}
.origin_inner {
  width: 960px;
  max-width: 74%;
  margin: 0 auto;
}
.origin_text {
  width: 50vw;
  text-align: left;
}
.origin_img {
  width: 50vw;
}
.origin_text_inner {
  width: 420px;
  max-width: 94%;
}
.origin_title {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
}
.origin_text_inner p {
  font-size: 14px;
  line-height: 1.9em;
}

.trainer_wrapper {
  margin-top: 6em;
  padding: 4em 0;
  background-color: #3b3b3b;
  color: #fff;
}
.trainer_container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2em;
}
.trainer_text {
  margin-left: 10%;
  text-align: left;
}
.trainer_text h6 {
  margin-bottom: 1.2em;
  font-size: 18px;
  font-weight: 600;
}
.trainer_text h6 span {
  margin-left: 1.2em;
  font-size: 1.125em;
}
.trainer_text p {
  font-size: 14px;
  line-height: 1.9em;
}

.voice_wrapper {
  padding: 6em 0;
}
.voice_title {
  margin-bottom: 1.2em;
  font-size: 38px;
  font-weight: 600;
}
.voice_container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2em;
}
.voice_box {
  width: 32%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #0000001a;
}
.voice_text {
  margin-top: 1em;
  text-align: left;
}
.voice_text h6 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
}
.voice_text p {
  font-size: 12px;
  line-height: 1.8em;
}

.news_wrapper {
  padding: 4em 0;
  background-color: #f2f2f2;
}
.news_title {
  margin-bottom: 1em;
  font-size: 25px;
  font-weight: 600;
}
.news_container {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.news ul li {
  margin-bottom: 0.8em;
  padding: 0.3em 0.2em;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #242424;
  cursor: pointer;
}
.news_date {
  width: 12em;
}
.news_topic {
  width: 75%;
}
.news_text {
  display: none;
  padding-top: 0.6em;
}
.news_text a {
  border-bottom: 1px solid #242424;
}
.news_plus {
  position: relative;
  width: 14px;
  height: 14px;
}
.news_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background-color: #242424;
  transition: 150ms;
}
.news_plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
}
li.open .news_plus::before {
  opacity: 0;
}

.contact_img {
  width: 50vw;
}
.contact_img img {
  width: 100%;
  max-width: none;
}
.contact_right {
  width: 50vw;
}
.contact_text_container {
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  text-align: center;
}
.contact_text {
  display: inline-block;
  text-align: left;
}
.contact_text h3 {
  margin-bottom: 1em;
  font-size: 38px;
  font-weight: 600;
  color: #e53535;
}
.contact_text p {
  font-size: 16px;
  line-height: 2em;
}
.contact_btn {
  width: 350px;
  max-width: 90%;
  margin: 1.5em 0;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #00000029;
  color: #fff;
  font-size: 18px;
}
.contact_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1.2em 0;
  text-align: center;
}
.contact_btn a span {
  position: relative;
  padding-right: 2em;
}
.contact_btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  background-image: url("../img/icon-right.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.contact_btn.btn1 {
  background-color: #e53535;
}
.contact_btn.btn2 {
  background-color: #3b3b3b;
}
.contact_btn.btn3 {
  background-color: #06c755;
}
.instagram_container {
  padding: 4em 0;
}
.instagram {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1200px;
  max-width: 100%;
  margin: 2em auto;
  padding: 0 2em;
}
.instagram_container h4 {
  position: relative;
  display: inline-block;
  padding-right: 1.1em;
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
}
.instagram_container h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.7em;
  height: 0.7em;
  background-image: url("../img/icon-insta.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.instagram_container h4 span {
  width: 0.8em;
  margin-left: 0.4em;
}
.instagram_container > span {
  display: block;
  width: 100%;
  font-size: 18px;
}
.insta_post {
  width: 200px;
  height: 200px;
  margin: 2% 1%;
  box-shadow: 2px 2px 5px #0000001a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.insta_post a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.insta_post a img {
  visibility: hidden;
  opacity: 0;
}

/* FOOTER */
footer {
  background-color: #3b3b3b;
  color: #fff;
}
.footer_container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3em 40px;
  font-size: 14px;
  text-align: left;
}
.footer_inner {
  margin-bottom: 4em;
}
.footer1 {
  width: 35%;
  padding: 0 2%;
}
.footer2 {
  width: 35%;
  padding: 0 2%;
}
.footer3 {
  width: 30%;
  padding: 0 2%;
}
.footer_logo {
  max-width: 66px;
}
.footer_insta {
  max-width: 20px;
}
.footer1_top {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #fff;
}
.footer1_bottom {
  margin-top: 3em;
}
.footer1_bottom ul li {
  width: 50%;
  margin-bottom: 2em;
}
.footer_address {
  line-height: 2.4em;
}
.footer_btn_container {
  margin-top: 2em;
}
.footer_copyright {
  text-align: center;
}
.footer_btn {
  width: 48%;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
}
.footer_btn.red_btn {
  background-color: #e53535;
  border: 1px solid #e53535;
}
.footer_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.8em 0;
}
.footer_map iframe {
  width: 100%;
  max-width: 100%;
  height: 200px;
}

/* FAQ */
.faq_wrapper {
  padding: 8em 0 6em;
}
.faq_container {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.page_title {
  margin-bottom: 3em;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
.faq_block {
  margin-bottom: 2.5em;
  text-align: left;
}
.faq_topic {
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: 500;
  color: #e53535;
  border-bottom: 1px solid #242424;
}
.faq_text {
  font-size: 16px;
  line-height: 2em;
}
.faq_text a {
  border-bottom: 1px solid #242424;
}
.faq_contact_wrapper {
  padding: 6em 0;
  background-color: #f2f2f2;
}
.faq_contact_container {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.faq_contact_left {
  width: 50%;
  text-align: left;
}
.faq_contact_right {
  width: 50%;
}
.faq_contact_left h6 {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 600;
}
.faq_contact_left p {
  line-height: 2.7em;
}

/* TERMS */
.terms_wrapper {
  padding: 8em 0 6em;
}
.terms_container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
.terms p {
  margin-bottom: 2.5em;
  font-size: 14px;
  line-height: 1.9em;
}

/* POLICY */
.policy_wrapper {
  padding: 8em 0 6em;
}
.policy_container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
.policy p {
  font-size: 14px;
  line-height: 1.9em;
}

/* CONTACT */
.form_wrapper {
  padding: 8em 0;
  font-size: 14px;
}
.form_container h1 {
  font-size: 25px;
  font-weight: bold;
}
.form_container form {
  width: 800px;
  max-width: 94%;
  margin: 3em auto 0;
  text-align: left;
}
.form_container form ul {
  width: 100%;
}
.form_container form ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5em auto;
}
.form_container form ul li.th_top {
  align-items: flex-start;
}
.form_container form ul li label {
  position: relative;
  flex-shrink: 0;
  width: 28%;
  padding-right: 2.5em;
  text-align: right;
}
.form_container form ul li.require label span {
  position: relative;
}
.form_container form ul li.require label span::after {
  content: "＊";
  position: absolute;
  top: 50%;
  right: -1.5em;
  color: #e53535;
  transform: translateY(-50%);
}
.form_container form ul li input,
.form_container form ul li select {
  max-width: 100%;
  padding: 0.4em;
  font-size: 14px;
}
.form_container form ul li input[type="checkbox"] {
  width: 1.4em;
  height: 1.4em;
  border-radius: 0;
  vertical-align: middle;
}
.form_container form ul li span {
  margin: 0.8em 0.3em 0.8em 0.1em;
}
.form_container form ul li span.time {
  margin-left: 1.4em;
}
.form_container form ul li span.mini {
  margin: 0;
  font-size: 0.75em;
}
.form_container form input[type="submit"] {
  position: relative;
  width: 400px;
  max-width: 80%;
  min-height: 50px;
  margin: 1em auto 0 24%;
  padding: 0.8em 0;
  font-size: 18px;
  letter-spacing: 0.15em;
  border-radius: 10px;
  color: #fff;
  background-color: #d2d2d2;
  border: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: -1;
}
.form_container form input[type="submit"].ok {
  background-color: #e53535;
  z-index: 1;
}
.form_text {
  padding-right: 10%;
  text-align: right;
}
.form_text span.acc {
  font-weight: bold;
  color: #e53535;
}
.top_back_btn {
  margin-top: 3em;
  text-align: center;
}
.top_back_btn a {
  display: inline-block;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0.8em 1em;
  font-size: 20px;
  color: #fff;
  background-color: #e53535;
  border-radius: 10px;
}
.space_left {
  margin-left: 1em;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a:hover {
    opacity: 0.7;
  }
  .trainer_text {
    width: 60%;
    margin-left: 10%;
    text-align: left;
  }
  .voice_container {
    width: 90%;
  }
  .campaign_inner p.campaign_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp_flex {
    display: flex;
  }
  .sp_column {
    flex-direction: column;
  }
  .totop {
    right: 3vw;
    bottom: 6vw;
  }
  header {
    height: 10vw;
  }
  .header_menu ul {
    display: none;
  }
  .header_contact {
    width: 38vw;
    max-width: 38vw;
    font-size: 3.2vw;
  }
  .sp_header_btn {
    width: 14vw;
    height: 10vw;
    background-color: #e53535;
  }
  .sp_menu_btn {
    position: relative;
    z-index: 12;
    width: 60%;
    height: 33%;
  }
  .sp_menu_btn span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .sp_menu_btn span:nth-child(1) {
    top: 0;
  }
  .sp_menu_btn span:nth-child(3) {
    top: 100%;
  }
  .sp_header {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #242424;
  }
  .header_logo {
    position: relative;
    z-index: 12;
  }
  .sp_header_inner {
    width: 80%;
    margin: 20vw 10%;
  }
  .sp_header ul {
    margin-bottom: 14vw;
  }
  .sp_header ul li {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .sp_header ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1em 0;
  }
  .sp_header .contact_btn {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    font-size: 4.2vw;
  }
  .sp_header_insta {
    margin-top: 20vw;
    padding-right: 10%;
    text-align: right;
  }
  .header_open .header_logo {
    filter: brightness(100);
  }
  .header_open .sp_menu_btn {
    background-image: url("../img/icon-close_sp.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_open .sp_menu_btn span {
    display: none;
  }
  .float_circle {
    top: 10%;
    width: 30vw;
    height: 30vw;
    font-size: 3vw;
  }
  .mv_text {
    top: 40%;
    bottom: 50%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .mv_news {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 2em;
    font-size: 2.6vw;
  }
  .mv_news_container {
    justify-content: flex-start;
  }
  .section_title {
    margin-bottom: 0.6em;
    font-size: 6.4vw;
    font-weight: 500;
  }
  .concept_inner {
    margin: 15vw auto;
  }
  .concept_text {
    width: 100%;
    max-width: 100%;
  }
  .concept_text_block {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
  .concept_text_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vw;
    padding: 0;
  }
  .concept_text p {
    font-size: 3.2vw;
    line-height: 2.1em;
  }
  .bg_circle {
    width: 15vw;
    height: 15vw;
  }
  .has_circle h3 {
    padding: 0;
  }
  .concept_right {
    width: 90%;
    margin-left: auto;
  }
  .concept_img img {
    max-width: 100%;
  }
  .value_wrapper {
    padding: 10vw 0 6vw;
  }
  .value_inner {
    padding: 0 10%;
  }
  .value_title {
    font-size: 6.4vw;
  }
  .value_title h3 {
    font-weight: 600;
  }
  .value_block {
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .value_left {
    width: 100%;
    padding: 10% 5% 8%;
  }
  .value_text h4 {
    margin-bottom: 0.4em;
    font-size: 4.8vw;
    text-align: center;
  }
  .value_text p {
    font-size: 3.2vw;
  }
  .value_right {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .value_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .value_num {
    font-size: 6.4vw;
  }
  .plan_wrapper {
    padding: 12vw 0 10vw;
  }
  .plan_title {
    font-size: 6.4vw;
  }
  .plan_box {
    display: flex;
    width: 84%;
    margin: 0 auto 5vw;
    padding: 0;
  }
  .plan_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding: 0;
    font-size: 4.8vw;
    border-bottom: none;
    border-right: 1px dashed #3b3b3b;
  }
  .plan_bottom {
    width: 60%;
    padding: 4vw 0;
  }
  .plan_box > span {
    left: 0;
    width: 2em;
    height: 2em;
    font-size: 4.8vw;
    line-height: 2em;
    transform: translate(-15%, -15%);
  }
  .plan_bottom p {
    font-size: 2.7vw;
  }
  .plus {
    width: 4vw;
    height: 4vw;
    margin: 1vw auto 2vw;
  }
  .plan_bottom_box {
    border-radius: 3vw;
  }
  .plan_text {
    font-size: 3.2vw;
  }
  .plan_bottom_box p span.text6 {
    font-size: 1.5em;
  }
  .counseling {
    flex-direction: column-reverse;
    margin-top: 8vw;
    margin-bottom: 10vw;
    padding: 0;
  }
  .counseling_text {
    margin-bottom: 5vw;
    padding-left: 0;
  }
  .counseling_text h6 {
    font-size: 4.8vw;
    text-align: center;
  }
  .counseling_text p {
    font-size: 3.2vw;
  }
  .counseling_img {
    width: 90%;
    max-width: 90%;
  }
  .campaign_container {
    padding: 6vw 0 8vw;
  }
  .campaign_circle {
    width: 20vw;
    height: 20vw;
    font-size: 3.6vw;
    font-weight: 500;
  }
  .campaign_inner p {
    margin: 1.2em 1em;
    font-size: 3.4vw;
  }
  .campaign_inner p.campaign_title {
    font-size: 4.8vw;
  }
  .campaign_inner > span {
    font-size: 2.4vw;
  }
  .origin_inner {
    flex-direction: column-reverse;
    max-width: 84%;
    padding-left: 10%;
  }
  .studio_wrapper .concept_right {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
  .origin_text {
    width: 100%;
    margin-top: 8vw;
    padding-right: 1em;
  }
  .origin_text_inner {
    width: 100%;
    max-width: 100%;
  }
  .origin_text_inner p {
    padding-left: 1em;
  }
  .origin_img {
    width: 60vw;
  }
  .trainer_wrapper {
    padding: 0 0 10vw;
  }
  .trainer_img {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .trainer_img img {
    width: 45%;
    transform: translateY(-15%);
  }
  .trainer_img h6 {
    width: 100%;
    padding-left: 8vw;
    text-align: left;
    font-size: 3vw;
    font-weight: 500;
    line-height: 2.7em;
    letter-spacing: 0.08em;
    transform: translateY(-10%);
  }
  .trainer_img h6 span {
    font-size: 1.6em;
    font-weight: 400;
  }
  .trainer_text {
    margin-left: 0;
    font-size: 3.2em;
  }
  .voice_wrapper {
    padding: 12vw 0;
  }
  .voice_container {
    padding: 0 3vw;
  }
  .voice_box.swiper-slide {
    padding: 2vw;
  }
  .voice_title {
    font-size: 6.4vw;
  }
  .news_wrapper {
    padding: 10vw 0;
  }
  .news_container {
    padding: 0 6vw;
  }
  .news_title {
    font-size: 4.8vw;
  }
  .news ul li {
    padding: 0.6em 0.8em;
    font-size: 2.4vw;
  }
  .news_date {
    width: 25%;
  }
  .news_plus {
    width: 3vw;
    height: 3vw;
  }
  .contact_img {
    width: 100%;
  }
  .contact_right {
    width: 100%;
  }
  .contact_text_container {
    width: 74%;
    max-width: 74%;
    margin: 10vw auto 5vw;
  }
  .contact_text {
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_text h3 {
    margin-bottom: 0.5em;
    font-size: 5.4vw;
  }
  .contact_text p {
    font-size: 3.6vw;
    line-height: 2em;
  }
  .contact_btn {
    width: 100%;
    max-width: 100%;
    margin: 1.4em auto;
    font-size: 3.6vw;
    border-radius: 3vw;
  }
  .instagram_container h4 {
    font-size: 5.6vw;
  }
  .instagram_container > span {
    font-size: 4.2vw;
  }
  .instagram {
    margin: 3vw auto;
    padding: 0 2vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .insta_post {
    width: 30vw;
    height: 30vw;
    margin: 1vw;
  }

  .footer_container {
    padding: 8vw;
  }
  .footer1 {
    width: 100%;
    padding: 0;
  }
  .footer_logo {
    width: 14vw;
  }
  .footer1_bottom {
    margin-top: 8vw;
  }
  .footer1_bottom ul li {
    width: 33%;
    margin-bottom: 6vw;
    font-size: 2.7vw;
  }
  .footer1_bottom ul li:nth-child(1) {
    order: 1;
    width: 32%;
  }
  .footer1_bottom ul li:nth-child(2) {
    order: 5;
    width: 32%;
  }
  .footer1_bottom ul li:nth-child(3) {
    order: 3;
    width: 36%;
  }
  .footer1_bottom ul li:nth-child(4) {
    order: 4;
    width: 32%;
  }
  .footer1_bottom ul li:nth-child(5) {
    order: 2;
    width: 32%;
  }
  .footer1_bottom ul li:nth-child(6) {
    order: 6;
    width: 36%;
  }
  .footer2 {
    width: 100%;
    padding: 0;
  }
  .footer_btn_container {
    margin-top: 3vw;
  }
  .footer3 {
    width: 100%;
    margin-top: 8vw;
    padding: 0;
  }
  .footer_address {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .footer_inner {
    margin-bottom: 10vw;
  }

  .page_title {
    margin-bottom: 8vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .faq_wrapper {
    padding: 20vw 0 12vw;
  }
  .faq_container {
    padding: 0 6%;
  }
  .faq_topic {
    margin-bottom: 0.6em;
    font-size: 3.6vw;
  }
  .faq_text {
    font-size: 3vw;
    line-height: 1.8em;
  }
  .faq_contact_wrapper {
    padding: 16vw 0;
  }
  .faq_contact_inner {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
  .faq_contact_left {
    width: 100%;
  }
  .faq_contact_left h6 {
    margin-bottom: 0.6em;
    font-size: 4.8vw;
    text-align: center;
  }
  .faq_contact_left p {
    font-size: 3.8vw;
    line-height: 1.9em;
  }
  .faq_contact_right {
    width: 100%;
  }
  .terms_wrapper {
    padding: 20vw 0 12vw;
  }
  .terms_container {
    padding: 0 6%;
  }
  .terms p {
    font-size: 3.2vw;
  }
  .policy_wrapper {
    padding: 20vw 0 12vw;
  }
  .policy_container {
    padding: 0 6%;
  }
  .policy p {
    font-size: 3.2vw;
  }
  .form_wrapper {
    padding: 20vw 0 12vw;
    font-size: 3.2vw;
  }
  .form_container h1 {
    font-size: 4.8vw;
  }
  .form_container form {
    margin-top: 4vw;
  }
  .form_container form ul li {
    flex-wrap: wrap;
    text-align: left;
  }
  .form_container form ul li label {
    width: 100%;
    margin-bottom: 0.3em;
    text-align: left;
    font-weight: 600;
  }
  .form_container form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin: 4vw auto;
  }
  input[type="text"] {
    font-size: 16px !important;
  }
  textarea {
    font-size: 16px !important;
  }
}
/* レスポンシブここまで */
