@charset "UTF-8";
/* CSS Document */

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

.float_btn {
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: -140px;
    left: 0;
    padding: 12px 0;
    background: rgba(255,255,255,0.9);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.float_btn a img {
	width: 92%;
	margin: 0 auto;
}

.float_btn_change {
    bottom: 0;
}

body {
	min-width: 1100px;
	margin: 0 auto;
	font-size: 1rem;
	font-family: "BIZ UDPGothic", serif;
	color: #000;
	background: #F5F5F5;
}

.trial_sp {
	display:none;
}

header {
    width: 100%;
    z-index: 9999;
    position: fixed;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.header_change {
    background: rgba(255,255,255,0.95);
}

.header_change .header_inner {
    padding: 16px 0;
}

.header_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

ul.header_menu {
    display: flex;
    align-items: center;
}

ul.header_menu li a {
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.35);
    font-weight: bold;
    font-size: 1.5rem;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.header_change ul.header_menu li a {
    color: #102a65;
	text-shadow: none;
}

ul.header_menu li a:hover {
	opacity: 0.5;
}

ul.header_menu li {
    margin-left: 30px;
}

a.header_cv {
    display: block;
    padding: 8px 30px;
    background: #222;
    color: #fff;
    margin-left: 24px;
    font-weight: 500;
    border-radius: 100px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

a.header_cv:hover {
	background: #fff;
	color: #222;
}

.header_contents {
    display: flex;
    align-items: center;
}

.header_logo {
    width: 150px;
}

.mv {
	position: relative;
}

.video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    min-width: 120%;
    min-height: 100vh;
}

h2.mv_inner_title {
    width: 500px;
}

.trial {
    position: absolute;
    right: 0;
    bottom: 80px;
    box-shadow: 0 8px 6px rgba(0,0,0,0.05);
    width: 340px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.about_effect_list_thumb {
    max-width: 240px;
    margin: 0 auto 20px;
}

.step_image img {
    width: 100%;
    height: auto;
}

ul.review_list {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 40px auto 80px;
}

ul.review_list li {
    width: 48%;
    padding: 20px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.04);
    background: #fff;
    border-radius: 15px;
}

.mv_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 0 80px;
    position: relative;
}

a.mv_cv {
    max-width: 530px;
    display: block;
    margin: 0;
}

a.mv_cv img {
    opacity: 1;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

a.mv_cv:hover img {
    opacity: 0.6;
}

.mv_badge_featured {
    margin-top: 10px;
    width: 530px;
}

.mv_badge_sns {
    position: absolute;
    right: 0;
    top: 120px;
    width: 220px;
}

section.ba {
    background: #566c92;
    padding-top: 40px;
    position: relative;
}

.ba h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    z-index: 999;
}

.ba h2 span {
    font-size: 22px;
    background: #102a65;
    color: #fff;
    padding: 5px 6px 5px;
    margin: 0 2px;
}

.ba_inner {
    padding-bottom: 20px;
    padding-top: 50px;
    margin-top: -90px;
    overflow: hidden;
}

.autoplay-slider{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}

.slide{
  width: 220px;
  margin: 0 30px;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.ba_title {
    padding-bottom: 0;
    padding-top: 0px;
    overflow: hidden;
    margin-top: -40px;
}

.autoplay-slider_title{
  display: flex;
  animation: 14s linear infinite sliderAnimation2;
  width: 100%;
  min-width: min-content;
  opacity: 0.3;
}

.slide_title{
  margin: 0 30px;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 120px;
  color: #fff;
  width: 890px;
  opacity: 0.35;
}

@keyframes sliderAnimation2 {
  100% {
    transform: translateX(-50%);
  }
}


section.about {
	background: #566c92;
	padding: 0;
	position: relative;
}

.ba_catch {
    background: #566c92;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 40px 0;
}

.ba_catch span {
    display: block;
    font-size: 40px;
    margin-top: 18px;
    color: #e4d097;
    text-shadow: 0 0 45px rgba(255,255,255,0.5), 0 0 3px rgba(255,255,255,0.25);
}

.cta {
    max-width: 680px;
    margin: 0 auto;
}

.about_inner {
    padding: 60px 0 150px 0;
}

.about_inner h2 {
    text-align: center;
    width: 664px;
    margin: 0 auto 50px;
}

p.about_what {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 100px;
}

p.about_what span {
	font-size: 2rem;
	color: #C0981E;
	border-bottom: 1px solid #C0981E;
}

.about_first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

.about_image {
    width: 49%;
    border-radius: 20px;
    position: relative;
    box-shadow: 25px 25px 35px rgba(0,0,0,0.08);
}

.about_first_inner .about_image {
    box-shadow: 25px 25px 35px rgba(0,0,0,0.08), 250px 200px 0 rgba(0,0,0,0.03);
}

.about_cap {
    width: 700px;
    margin: 0 auto;
}

.about_second {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.comparison {
    max-width: 800px;
    margin: 0 auto 100px;
}

h3.comparison_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 14px 50px;
    width: max-content;
    margin: 0 auto 30px;
}

.about_first_inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
}

.about_second_inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.about_result_contents {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    padding: 70px 0;
    background: #102a65;
    margin-bottom: 100px;
    color: #fff;
}

span.about_result_logo {
    display: inline-block;
    margin: 0 4px -15px;
    font-weight: 900;
    font-size: 30px;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 2px;
}

span.about_result_feature {
    display: block;
    font-size: 30px;
    line-height: 44px;
    color: #e4d097;
    margin-top: 2px;
}

h3.about_cap_title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0;
}

h3.about_cap_title span {
    font-size: 30px;
    background: #102a65;
    color: #fff;
    letter-spacing: 0;
    padding: 5px 6px;
    margin: 0 4px;
}

p.about_cap_text {
    font-weight: 500;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: left;
    margin-top: 30px;
}

.about_cap_num {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_first:before {
    content: "";
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 135px;
    height: 1px;
    background: #BCB2AC;
}

.about_second:before {
    content: "";
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    height: 1px;
    background: #BCB2AC;
}

.about_cap_num span {
    font-size: 35px;
    color: #fff;
    margin-left: 10px;
}

.about_nayami {
    max-width: 1000px;
    margin: 0 auto;
}

ul.about_nayami_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.about_nayami_list li {
    width: 32%;
    margin-bottom: 1%;
}

img.arrow_line {
    max-width: 130px;
    margin: 60px auto 0;
}

.trainer_inner h2 span {
    margin-right: 3px;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 900;
    font-family: "Fjalla One", sans-serif;
}

.about_nayami p {
    display: block;
    margin-top: 40px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #e4d097;
    line-height: 54px;
}

.about_nayami p span {
    font-weight: normal;
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.about_nayami h3 {
    max-width: 550px;
    margin: 0 auto 20px;
}

.about_effect {
    max-width: 1100px;
    position: relative;
    margin: 100px auto 0;
    border-right: 1px solid #fff;
    padding: 100px 70px 70px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.about_effect h2 {
    margin: 0 auto 50px;
    max-width: 400px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -200px;
}

.about_effect:before {
    height: 1px;
    width: 25%;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.about_effect:after {
    height: 1px;
    width: 25%;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
}

ul.about_effect_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.about_effect_list li {
    width: 22%;
    text-align: center;
}

ul.about_effect_list li h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #e4d097;
    line-height: 26px;
}

ul.about_effect_list li p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
}

ul.about_effect_list li p span {
    padding: 0px 1px;
    color: #e4d097;
    font-size: 14px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.middle_contents {
    background: #566c92;
    position: relative;
}

.trainer {
	background-image: url("../img/bg_left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background: #566c92;
	background-size: 60%;
}

.trainer_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    background: #566c92;
    position: relative;
    padding: 0 0 100px 0;
}

ul.trainer_head_bg {
    display: flex;
    background: #00184b;
}

ul.trainer_head_bg li {
    width: 33.33%;
    height: 500px;
    opacity: 0.45;
    background-size: 270%;
}

ul.trainer_head_bg li:nth-child(1) {
	background-image: url("../img/trainer_01.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(2) {
	background-image: url("../img/trainer_02.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(3) {
	background-image: url("../img/trainer_04.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(4) {
	background-image: url("../img/t_5.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 170%!important;
}

.trainer_head_contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.trainer_head {
    position: relative;
}

.trainer_title_bg {
    font-size: 90px;
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    top: 0;
    line-height: 93px;
    letter-spacing: 3px;
    font-weight: 900;
}

.trainer_inner h2 {
    z-index: 999;
    position: relative;
    font-size: 27px;
    margin-top: 30px;
    color: #fff;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.trainer_inner p {
    font-size: 18px;
    position: relative;
    margin: 40px 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}

.featured_inner h2 {margin: 0 auto 80px;text-align: center;font-weight: 700;align-items: center;color: #fff;font-size: 27px;display: flex;justify-content: center;}

.featured_inner h2 span {
    margin-right: 5px;
    font-family: "Fjalla One", sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
}

ul.trainer_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

ul.trainer_list li {
    width: 25%;
    margin: 2px;
    position: relative;
    overflow: hidden;
}

ul.trainer_list li:before {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #566c92;
    left: -25px;
    top: -25px;
    transform: rotate(45deg);
    z-index: 9999;
    content: "";
}

ul.trainer_list li:after {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #566c92;
    right: -25px;
    bottom: -25px;
    transform: rotate(45deg);
    z-index: 9999;
    content: "";
}

.trainer_list_image {
    width: 100%;
    background: #dddd;
    overflow: hidden;
    box-shadow: 25px 25px 35px rgba(0,0,0,0.05);
}

.trainer_list_name {
    margin: 0;
    font-weight: 400;
    position: absolute;
    font-size: 40px;
	font-family: "Fjalla One", sans-serif;
    padding: 50px 20px 10px;
    letter-spacing: 1px;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

section.featured {
    background: #566c92;
    position: relative;
}

ul.featured_list {
    display: flex;
    justify-content: space-between;
    padding: 0 0.15% 0.1%;
}

ul.featured_list li {
    width: 33.3%;
    background: #333;
    position: relative;
}

ul.featured_list li:nth-child(1) {
	background-image: url("../img/featured_bg1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.featured_list li:nth-child(2) {
	background-image: url("../img/featured_bg2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.featured_list li:nth-child(3) {
	background-image: url("../img/featured_bg3.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.featured_list_cap {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.77465) 100%);
}

.featured_list_cap h3 {
    display: flex;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-size: 21px;
    text-shadow: 0 0 15px rgba(0,0,0,0.5), 0 0 8px rgba(0,0,0,0.55);
    font-weight: 500;
    align-items: center;
    line-height: 27px;
}

.featured_list_cap h3 span {
    font-size: 64px;
    margin-right: 10px;
    letter-spacing: 0;
    font-family: "Fjalla One", sans-serif;
    font-weight: 200;
}

.featured_list_cap p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
}

.featured_label {
    padding: 150px 0;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    background-image: url("../img/label_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}

.featured_label_logo {
    width: 100px;
}

p.featured_label_text {
    display: block;
    color: #fff;
    width: 100%;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-size: 1.5rem;
    margin-top: 40px;
}

.featured_label h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-right: 40px;
    line-height: 45px;
    letter-spacing: 2px;
}

section.course {
    padding: 150px 0;
    background-image: url("../img/bg_right.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 60%;
}

.course_inner {
    margin: 0 auto;
    max-width: 1100px;
}

.course_inner h2 {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.course_inner h2 span {
    font-size: 40px;
    font-weight: 900;
    margin-right: 20px;
    letter-spacing: 2px;
}

.course_inner p {
    font-size: 14px;
    font-weight: 500;
    margin: 40px 0;
    line-height: 26px;
}

ul.course_list {
    display: flex;
    justify-content: space-between;
}

ul.course_list li {
    width: 31%;
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
}

.course_cap {
    padding: 30px;
    border-top: 1px solid #000;
}

.course_cap p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}

.course_cap h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_cap h3 span {
    width: 20px;
    margin-right: 10px;
}

.course_image {
    background: #eee;
}

section.step_review {
    padding: 150px 0;
    background-image: url("../img/bg_grunge_grey.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.step_review_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.step_review_inner h2 {font-size: 22px;font-weight: 700;color: #0e2965;display: flex;align-items: center;}

.step_review_inner h2 span {
    margin-right: 15px;
    font-size: 60px;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 2px;
}

.step_image {
    margin: 40px auto 80px;
}

p.plan_cap {
    margin: 30px 0;
    font-size: 15px;
    font-weight: 500;
    color: #0e2965;
}

a.cta {
    display: block;
    max-width: 530px;
    margin: 0 auto;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

a.cta:hover {
	opacity: 0.6;
}

section.faq {
    padding: 150px 0;
    background-image: url("../img/bg_grunge_beige.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.faq_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.faq_inner h2 {
    display: flex;
    font-size: 22px;
    align-items: center;
    color: #0e2965;
    font-weight: 700;
}

.faq_inner h2 span {
    font-size: 60px;
    margin-right: 20px;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 2px;
}

	.faq_list {
		margin-top: 40px;
	}

    /*ベース*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 30px;
    	background: #fff;
    	font-weight: 600;
    	display: flex;
    	line-height: 34px;
    	border-radius: 4px;
    	letter-spacing: 1px;
    	color: #102a65;
    	font-size: 16px;
    	align-items: center;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 12px;
    	height: 12px;
    	border-top: 1px solid #102a65;
    	border-right: 1px solid #102a65;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top: calc( 50% - 7px );
    	right: 28px;
    	transform: rotate(135deg);
    }
    .Label,
    .content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content {	/*開閉時*/
    	height: auto;
    	padding: 30px;
    	transition: all .3s;
    	background: #fff;
    	border-radius: 4px;
    	margin: 10px 0 10px 30px;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }
	.toggle:checked + .Label + .content p {
		font-size: 15px;
		font-weight: 500;
		line-height: 34px;
		display: flex;
		color: #102a65;
		align-items: center;
	}

span.icon_q {
    padding: 5px;
    background: #102a65;
    border-radius: 100%;
    color: #fff;
    width: 40px;
    margin-right: 12px;
    font-size: 23px;
    height: 40px;
    font-family: "Fjalla One", sans-serif;
    line-height: 29px;
    text-align: center;
    font-weight: 500;
    display: block;
}

.toggle:checked + .Label + .content p span {
    display: block;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    font-family: "Fjalla One", sans-serif;
    margin-right: 15px;
    color: #102a65;
    padding: 5px;
    border-radius: 100%;
    line-height: 31px;
    font-size: 23px;
    text-align: center;
}

.access_wrapper {
    background: url("../img/bg_grunge_beige.png");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center;
}

ul.plan_list {
    display: flex;
    align-items: center;
    background: #0e2965;
    justify-content: space-between;
    padding: 15px;
}

ul.plan_list li {
    width: 32.5%;
}

.plan_price {
    text-align: center;
    width: max-content;
    margin: 30px auto 60px;
}

.plan_price img {
    width: 320px;
    margin-bottom: 10px;
}

.plan_price span {
    display: block;
    font-weight: 500;
    color: #0e2965;
}

section.access {
    background: #102a65;
    padding: 150px 0 10px;
    border-radius: 0 200px 0 0;
}

.access_inner {
    color: #fff;
    margin: 0 auto;
    max-width: 1100px;
}

.access_inner h2 {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    color: #e4d097;
}

.access_inner h2 span {
    font-size: 60px;
    margin-right: 20px;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 2px;
}

.access_contents {
    display: flex;
    justify-content: space-between;
    background: #041949;
    padding: 50px;
    margin-bottom: 20px;
    border-radius: 9px;
}

.access_info h3 {
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}

.access_info {
    width: 39%;
}

.access_info h3:before {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    content: "";
    display: block;
    border-radius: 100%;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.access_info p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}

.access_image {
    width: 35%;
    background-image: url("../img/access_image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_higashiginza {
    width: 35%;
    background-image: url("../img/access_image_higashiginza.png")!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_aoyama {
    width: 35%;
    background-image: url("../img/access_image_aoyama.png")!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_map {
    width: 25%;
    background: #ddd;
}

.access_map iframe {
	-webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

footer {
    background: #041949;
    background-image: url("../img/footer_logo.png");
    background-position: left bottom;
    background-size: 540px;
    background-repeat: no-repeat;
    padding: 150px 0 80px;
    position: relative;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
}

ul.footer_menu {
    justify-content: end;
    display: flex;
    margin-bottom: 15px;
}

ul.footer_menu li a {
    color: #fff;
    font-size: 1.3rem;
}

ul.footer_menu li {
    margin-left: 20px;
}

small {
    text-align: right;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}
	
.trial_sp {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
    display: block;
}

ul.header_menu {
    display: none;
}

.header_inner {
    padding: 20px 5% 0;
}

.header_logo {
    width: 120px;
}
	
.header_change .header_inner {
    padding: 10px 5%!important;
}

.header_change {
    background: none!important;
}

a.header_cv {
    padding: 6px 30px;
}

.mv_inner {
    padding: 86px 5% 22%;
}
	
.mv_wave {
    position: relative;
}

.mv_wave:after {
    content: "";
    display: block;
    height: 4px;
    background: #566c92;
    position: absolute;
    bottom: -1px;
    width: 100%;
}

body {
    min-width: inherit;
}
	
header {
    position: absolute;
}
	
.mv_sp_bottom {
    padding-top: 0;
    background: #566c92;
    position: relative;
}

a.mv_cv {
    margin: 0 5% 0;
}
	
.mv {
	background-position: right 58% top;
	background-size: cover;
}
	
.video video {
    transform: inherit;
    left: -25%;
    min-height: auto;
    min-width: 206%;
}

.video {
    min-height: auto;
    min-width: 100%;
    background: #000;
}
	
h2.mv_inner_title {
    width: 80%;
}

.mv_badge_featured {
    width: 92%;
    left: inherit;
    position: inherit;
    bottom: inherit;
    margin: 0 auto;
}

.mv_badge_sns {
    width: 26%;
    right: inherit;
    bottom: -30px;
    top: inherit;
    z-index: 999;
    left: inherit;
    z-index: 99999;
}
	
.trial {
    width: 60%;
    bottom: -17px;
    z-index: 99;
    right: 5%;
}

.cta {
    max-width: 100%;
    margin: 0px auto;
}
	
.cta_first {
    width: 95%;
}
	
.about_inner {
    padding: 30px 0;
}

.about_inner h2 {
    width: 80%;
    margin: 0 auto 30px;
}
	
p.about_what {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-weight: 600;
}
	
p.about_what span {
    font-size: 18px;
    font-weight: 600;
    color: #C0981E;
    border-bottom: 1px solid;
}

.about_first {
    display: block;
    margin-bottom: 50px;
}

.about_first_inner {
    display: block;
    padding: 0 5%;
}

.about_image {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 6px 6px 15px rgba(0,0,0,0.08);
}

.about_first_inner .about_image {
    box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.08), 170px 52px 0 rgba(0, 0, 0, 0.03);
}

.about_cap {
    width: 88%;
    margin: 0 auto;
}

h3.about_cap_title {
    font-size: 24px;
    line-height: 36px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 25px;
}

h3.about_cap_title span {
    font-size: 24px;
    margin: 0 5px;
}

p.about_cap_text {
    font-size: 14px;
    line-height: 26px;
    margin-left: 0;
    text-align: left;
    font-weight: 400;
}

.about_second {
    display: block;
    margin-bottom: 50px;
}

.about_second_inner {
    display: block;
    max-width: 90%;
}
.comparison {
    width: 90%;
    margin: 0 auto 50px;
}
h3.comparison_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 0;
    letter-spacing: -1px;
    width: 100%;
    margin: 0 auto 20px;
}
.about_cap_num {
    text-align: center;
    font-size: 18px;
    margin-top: 19px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about_cap_num span {
    font-size: 27px;
}
	
.about_result_contents {
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 40px;
    font-size: 15px;
    padding: 30px 0;
}

span.about_result_logo {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: -10px;
    font-size: 21px;
    color: #e4d097;
    padding: 0px 8px 2px;
}

span.about_result_feature {
    font-size: 24px;
    margin-top: 6px;
    letter-spacing: -1px;
    display: block;
    line-height: 36px;
}

ul.about_nayami_list li {
    width: 100%;
    margin: 0 auto 3%;
}
	
.about_nayami p span {
    display: block;
    font-size: 13px;
    margin: 5px auto;
    line-height: 20px;
}

.about_nayami p {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    margin-top: 30px;
}

img.arrow_line {
    margin: 40px auto 30px;
    width: 100px;
}

.about_nayami h3 {
    margin: 0 auto 15px;
    width: 95%;
}

.about_nayami {
    padding: 0 4%;
}

.about_effect {
    margin: 50px auto 0;
    padding: 65px 3% 0px;
    width: 92%;
}

.about_effect h2 {
    margin-left: -35%;
    width: 70%;
    top: -36px;
}
.about_effect:before {
    width: 10%;
}

.about_effect:after {
    width: 10%;
}

ul.about_effect_list {
    display: flex;
}

ul.about_effect_list li {
    width: 45%;
    margin: 0 auto 20px;
}

.about_effect_list_thumb {
    width: 85%;
    margin: 0 auto 15px;
}

ul.about_effect_list li h4 {
    margin: 0 auto 5px;
    font-size: 15px;
    width: max-content;
    line-height: 22px;
    border-radius: 100px;
    color: #e4d097;
    font-weight: bold;
}

ul.about_effect_list li p {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

ul.about_effect_list li p span {
    font-size: 14px;
    font-weight: 500;
    color: #C0981E;
}
	
.about_first:before,
.about_second:before {
	display: none;		
}
	
.trainer_inner {
    padding: 0 0 50px 0;
}
	
ul.trainer_head_bg li {
    background-size: 480%;
    height: 350px;
}

.trainer_title_bg {
    font-size: 60px;
    line-height: 60px;
}
	
ul.trainer_head_bg li:nth-child(4) {
    background-size: 340%!important;
}

.trainer_inner h2 {
    font-size: 20px;
    margin-top: 30px;
    display: block;
    line-height: 35px;
    font-weight: bold;
}
	
.trainer_inner h2 span {
    display: block;
    font-size: 25px;
}

.trainer_inner p {
    margin: 30px 0;
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
}

ul.trainer_list {
    margin-top: 20px;
    padding: 0 5%;
}

ul.trainer_list li {
    width: 48%;
    margin: 1%;
}
	
.trainer_list_image {
    box-shadow: 12px 12px 18px rgba(0,0,0,0.05), 7px 7px 8px rgba(0,0,0,0.04);
}

.trainer_list_name {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    padding: 5px 10px;
}

.featured_inner h2 {
    font-size: 26px;
    margin: 0 auto 30px;
    display: block;
    line-height: 40px;
    font-weight: bold;
}

.featured_inner h2 span {
    display: block;
    font-size: 30px;
}

ul.featured_list {
    display: block;
    padding: 2%;
}

ul.featured_list li {
    width: 100%;
    margin-bottom: 2%;
    border-radius: 6px;
    overflow: hidden;
}

.featured_list_cap {
    padding: 40% 5% 6%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.37465) 100%);
}

.featured_list_cap h3 {
    font-size: 19px;
    margin: 0 auto 10px;
    font-weight: bold;
    width: 92%;
}

.featured_list_cap h3 span {
    font-size: 37px;
    margin-bottom: 5px;
    border: 1px solid;
    margin-right: 15px;
    line-height: 59px;
    border-radius: 4px;
    padding: 0px 14px 3px;
}

.featured_list_cap p {
    font-size: 14px;
    padding: 0 4%;
    line-height: 26px;
    font-weight: 400;
}

.featured_label {
    padding: 40px 0;
    display: block;
}

.featured_label h2 {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 34px;
}
	
p.featured_label_text {
    padding: 0 8%;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

p.featured_label_text span {
    font-size: 14px;
}
	
.featured_label_logo {
    margin: 0 auto;
    width: 100px;
}

section.course {
    padding: 60px 5% 30px;
}

.course_inner h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

.course_inner h2 span {
    font-size: 27px;
    margin-right: 14px;
}

.course_inner p {
    font-size: 12px;
    line-height: 22px;
    margin: 30px 0;
}

ul.course_list {
    display: block;
    margin-top: 40px;
}

ul.course_list li {
    width: 100%;
    margin-bottom: 15px;
}

.course_cap {
    padding: 20px 7%;
}

.course_inner p {
    margin: 10px 0 0px;
    font-size: 11px;
    line-height: 18px;
}

.course_cap h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

section.step_review {
    padding: 40px 5%;
    background-attachment: inherit;
}

.step_review_inner h2 span {
    font-size: 32px;
    margin-right: 14px;
    font-weight: 600;
}

.step_review_inner h2 {
    font-size: 20px;
    font-weight: 500;
}

.step_image {
    margin: 30px auto 60px;
    width: 100%;
}

ul.review_list {
    margin: 30px auto 40px;
    display: block;
}

ul.review_list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
	
.slide {
    width: 160px;
    margin: 0 15px;
}

.slide_title {
    font-size: 90px;
    width: 650px;
}

.ba h2 {
    font-size: 17px;
    line-height: 30px;
}

.ba h2 span {
    font-size: 17px;
}

section.ba {
    padding-top: 20px;
}

.ba_title {
    margin-top: -50px;
}

.ba_catch {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 40px 0;
}

.ba_catch span {
    font-size: 24px;
}
	
p.plan_cap {
    font-size: 13px;
    line-height: 22px;
    margin: 20px 0;
}

ul.plan_list {
    display: block;
    padding: 10px;
}

ul.plan_list li {
    background: #fff;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px;
}

ul.plan_list li:last-child {
    margin-bottom: 0;
}

.plan_price {
    width: 75%;
    margin: 20px auto 20px;
}

ul.plan_list li img {
    width: 70%;
    margin: 0 auto;
}

section.faq {
    padding: 40px 5%;
    background-attachment: inherit;
}

.faq_inner h2 {
    font-size: 20px;
    font-weight: 500;
}

.faq_inner h2 span {
    font-size: 32px;
    margin-right: 14px;
    font-weight: 600;
}

.faq_list {
    margin-top: 30px;
}

.Label {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 6px;
}

span.icon_q {border-radius: inherit;font-size: 17px;height: auto;width: 6%;padding: 0 8px 0 0;font-weight: bold;background: none;color: #102a65;}

.Label::before {
    right: 20px;
    width: 8px;
    height: 8px;
}

.toggle:checked + .Label + .content p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.toggle:checked + .Label + .content {
    padding: 15px;
    border-radius: 6px;
}

.toggle:checked + .Label + .content p span {
    font-size: 17px;
    background: none;
    width: 6%;
    opacity: 0.5;
    padding: 0 0px 0 0;
    height: auto;
}

section.access {
    padding: 40px 5%;
    border-radius: 0 100px 0 0;
}

.access_wrapper {
    background-attachment: inherit;
}

.access_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.access_inner h2 span {
    font-size: 30px;
    margin-right: 14px;
    font-weight: 600;
}

.access_contents {
    display: block;
    padding: 25px;
}

.access_info {
    width: 100%;
    margin-bottom: 30px;
}

.access_info h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.access_info p {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.75;
}

.access_image {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
}

.access_map {
    width: 100%;
}

footer {
    padding: 40px 5% 250px;
    background-size: 100%;
    background-position: bottom 85px center;
}

ul.footer_menu {
    justify-content: center;
}

small {
    text-align: center;
}
}