@charset "UTF-8";

section.fv {
	background-image: url("../img/home/fv_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 140px 0 160px;
	position: relative;
}

.fv_inner {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

h2.fv_sub_catch {
    display: block;
    font-weight: 600;
    line-height: 30px;
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5), 0 0 12px rgba(0,0,0,0.5);
}

.fv_lead span {
    display: block;
    font-size: 2.5rem;
    background: #fff;
    width: max-content;
    margin-bottom: 20px;
    padding: 9px 25px 11px;
    font-weight: 600;
    color: #002D70;
    border-radius: 100px;
	position: relative;
    line-height: 26px;
}

.fv_lead span:after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    bottom: -5px;
    border-radius: 2px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
}

.fv_lead_en {
    position: absolute;
    right: 0;
    bottom: 0;
}

h1.fv_main_cath {
    width: 100%;
    margin: 10px 0 0;
}

.fv_main {
    max-width: 53%;
    margin-left: 47%;
}

h2.fv_sub_catch span {
    font-size: 1.8rem;
    background: #fff;
    padding: 0 4px 1px 5px;
    color: #0074CD;
    margin: 0 3px;
    text-shadow: none;
}

ul.fv_features {
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: space-between;
}

ul.fv_features li {
    width: 32.5%;
    overflow: hidden;
    box-shadow: 0px 10px 8px rgba(0,0,0,0.1), 0px 20px 18px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.fv_lead_en {
    position: absolute;
    width: 550px;
    bottom: -240px;
    right: 0;
    opacity: 0.5;
}

section.intro {
    background: linear-gradient(180deg, rgba(0, 112, 210, 1) 0%, rgba(0, 149, 255, 1) 50%);
    padding: 120px 0 100px;
}

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

ul.trouble_list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

ul.trouble_list li {
    width: 19.5%;
    text-align: center;
    padding: 26px 0;
    border-radius: 10px 0 10px;
    line-height: 22px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    border: 1px solid #fff;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ul.trouble_list li span {
    font-size: 1.6rem;
    font-weight: 500;
    background: linear-gradient(transparent 75%, #FFE88C 25%);
}

.object_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 18px 26px 0px 26px;
	margin: 20px auto 30px;
	display: block;
}

h2.solution_title {
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
}

.solution {
    position: relative;
}

p.coach_name {
    font-size: 1rem;
    text-align: right;
    font-weight: 500;
    color: #fff;
    line-height: 13px;
    margin: 8px 8px 0 0;
}

p.solution_text {
    padding: 0 0 40px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    line-height: 28px;
}

p.solution_text span {
    font-size: 1.8rem;
    font-weight: 500;
    background: rgba(255,255,255,0.25);
    padding: 2px 5px;
    margin: 0 2px;
}

img.coach_pic {
    width: 250px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

h2.solution_title span {
    width: 34px;
    display: block;
    margin-right: 10px;
}

.cta_area {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto 0;
}

h2.cta_title {
    width: 472px;
    margin: 0 auto;
}

a.cta_btn img {
    width: 30px;
    margin-left: 10px;
}

a.cta_btn {
    background: linear-gradient(90deg,#B5995F 0%, #D8B78F 100%);
    padding: 16px 16px 16px 37px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.1);
    display: flex;
    margin-top: 20px;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
    font-size: 2rem;
    border-radius: 300px;
    font-weight: 500;
    width: max-content;
}

h2.reason_title {
    width: 620px;
    margin: 0 auto 50px;
}

ul.reason_list {
    max-width: 900px;
    margin: 0 auto;
}

ul.reason_list li {
    width: 88%;
    position: relative;
    background: #EDF6FF;
    border-radius: 20px;
    margin: 30px 0;
}

.reason_num {
    position: absolute;
    width: 200px;
    top: 50%;
    margin-top: -100px;
}

ul.reason_list li:nth-child(odd) .reason_number {
    width: 90px;
    position: absolute;
    right: -15px;
    top: -15px;
}

ul.reason_list li:nth-child(even) .reason_number {
    position: absolute;
    width: 90px;
    left: -15px;
    top: -15px;
}

ul.reason_list li h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0074CD;
    line-height: 42px;
}

ul.reason_list li:nth-child(odd) {
    padding: 50px 50px 50px 150px;
    margin-left: 70px;
}

ul.reason_list li:nth-child(odd) .reason_num {
    left: -70px;
}

ul.reason_list li p {
    line-height: 26px;
    font-weight: 400;
    font-size: 1.4rem;
    padding-left: 25px;
}

ul.reason_list li:nth-child(even) {
    padding: 50px 140px 50px 80px;
}

ul.reason_list li:nth-child(even) .reason_num {
    right: -80px;
}

.cases_title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 30px;
}

.cases_title span {
    display: block;
    font-size: 3rem;
    margin-top: 0;
    color: #0074CD;
}

ul.cases {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #fff;
}

ul.cases li {
    width: 48%;
    padding: 30px;
    justify-content: space-between;
    display: flex;
    margin: 1%;
    box-shadow: 0 5px 18px rgba(0,0,0,0.1);
    border-radius: 12px;
	position: relative;
    align-items: center;
}

img.cases_num {
    position: absolute;
    right: 0;
    width: 160px;
    bottom: 0;
}

ul.cases li:nth-child(1), ul.cases li:nth-child(4),ul.cases li:nth-child(5) {
    background: linear-gradient(90deg,#0074CD 0%, #42A3FF 100%);
}

ul.cases li:nth-child(2), ul.cases li:nth-child(3), ul.cases li:nth-child(6) {
    background: linear-gradient(90deg,#04A4E8 0%, #6BC6ED 100%);
}

.cta_inner {
    padding: 30px;
    background: #fff;
}

.cta_area_box {
    max-width: 650px;
    margin: 50px auto 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.1);
}

.cta_head {
    background: #0074CD;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0;
}

.cta_head span {
    color: #FFEABD;
    font-size: 1.8rem;
}

img.cta_logo {
    width: 375px;
    margin: 0 auto;
}

img.cta_cashback {
    width: 94%;
    margin: 0 auto 20px auto;
}

a.cta_area_btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px 40px;
    border-radius: 100px;
    background: linear-gradient(90deg,#B5995F 0%, #D8B78F 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    width: max-content;
}

.cases_contents p {
    font-size: 1.3rem;
    line-height: 21px;
}

.cases_contents h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cases_icon {
    width: 15%;
}

.cases_contents {
    width: 78%;
}

section.reason {
    padding: 100px 0;
}

section.about {
	background-image: url("../img/home/about_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
}

.system_head img {
    width: 100%;
}

.about_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about_main_contents h3 {
    margin-bottom: 40px;
    margin-top: 80px;
}

.skill_list {
    width: 811px;
    margin: 0 auto;
}

.about_main_contents p {
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
}

.about_main_contents {
    width: 78%;
}

.about_main_contents p span {
	color: #C2AF70;
	font-size: 1.8rem;
	font-weight: 500;
}

h2.about_title img {
    width: 150px;
}

h2.about_title {
	width: 22%;
}

.certificate {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg,#0074CD 0%, #003A67 100%);
    padding: 10px;
    align-items: center;
    border-radius: 15px;
}

.certificate_cap {
    width: 68%;
    color: #fff;
    padding: 50px 2%;
}

.certificate_image {
    width: 30%;
}

.certificate_cap h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #FFEABD;
	display: flex;
	align-items: center;
}

.certificate_cap h3 img {
    width: 35px;
    margin-right: 10px;
}

.certificate_cap p {
    font-size: 1.5rem;
    line-height: 27px;
}

.comparison_area h2 {
    font-size: 3rem;
    width: max-content!important;
    font-weight: 700;
    margin-bottom: 30px!important;
}

.comparison_area h2 span {
    font-size: 3rem;
    color: #0074CD;
}

.comparison_area {
    padding: 100px 0 0;
}

section.system {
    padding: 70px 0 100px 0;
    background: #EDF6FF;
    position: relative;
}

.system_head {
    width: 800px;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -400px;
}

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

section.system h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

section.system h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 300;
    margin-bottom: 10px;
}

img.price {
    width: 688px;
    margin: 0 auto 80px;
}

.system_cap h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #0074CD;
}

.system_contens {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.system_image {
    width: 40%;
    background: #fff;
    border-radius: 10px;
}

.system_cap {
    width: 54%;
    padding: 20px 0;
}

.system_cap h3 span {
    font-size: 2.2rem;
    color: #FF8800;
    font-weight: 600;
}

.system_cap p {
    font-size: 1.5rem;
    line-height: 28px;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

.reskilling {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: -12px 12px 25px rgba(0,0,0,0.05);
}

.reskilling_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reskilling_logo {
    width: 29%;
}

.reskilling_cap {
    width: 67%;
}

.reskilling_cap h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.reskilling_cap p {
    font-size: 1.5rem;
    line-height: 30px;
    color: #555;
}

p.henkin {
    margin-bottom: 40px;
    font-size: 1.2rem;
}

p.henkin span {
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}

.target {
    border: 1px solid #0074CD;
    padding: 25px;
    font-size: 1.4rem;
    margin-top: 40px;
    color: #0074CD;
    text-align: center;
    line-height: 28px;
}

.target span {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #fff;
    background: #0074CD;
    text-align: center;
    padding: 12px;
}

section.recommended {
	padding: 150px 0 0;
	background-image: url("../img/home/recommended_head.png");
	background-size: 1500px;
	background-position: top -5px left;
	background-repeat: repeat-x;
}

.recommended_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.recommended_inner h2 {
    width: 10%;
    font-size: 4rem;
    writing-mode: vertical-lr;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.recommended_contents {
    width: 82%;
}

.recommended_profile h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.recommended_profile h3 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
}

ul.recommended_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

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

.recommended_image {
    width: 35%;
}

.recommended_profile {
    width: 60%;
}

.recommended_inner h2 span {
    font-size: 4rem;
    color: #FFEABD;
    font-weight: 600;
}

.recommended_profile p {
    font-size: 1.4rem;
    line-height: 27px;
}

section.features {
    padding: 0 0 100px 0;
}

.features_inner h2 {
    width: 308px;
    margin: 0 auto 80px;
}

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

.features_contents_odd {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.features_image {
    width: 42%;
    border-radius: 0 30px 0 30px;
}

.features_image_1 {
	background-image: url("../img/home/features_01.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.features_image_2 {
	background-image: url("../img/home/features_02.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.features_image_3 {
	background-image: url("../img/home/features_03.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.features_image_4 {
	background-image: url("../img/home/features_04.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.features_cap {
    width: 50%;
    padding: 50px 0;
}

.features_1 {
	background-image: url("../img/home/num_1.png");
	background-size: 20%;
	background-position: top right;
	background-repeat: no-repeat;	
}

.features_2 {
	background-image: url("../img/home/num_2.png");
	background-size: 40%;
	background-position: top right;
	background-repeat: no-repeat;
}

.features_3 {
	background-image: url("../img/home/num_3.png");
	background-size: 35%;
	background-position: top right;
	background-repeat: no-repeat;
}

.features_4 {
	background-image: url("../img/home/num_4.png");
	background-size: 38%;
	background-position: top right;
	background-repeat: no-repeat;
}

.features_contents_even {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.features_cap h3 {
    font-size: 2.8rem;
    line-height: 50px;
    font-weight: 600;
}

.features_cap h3 span {
    font-size: 2.8rem;
    font-weight: 600;
    background: linear-gradient(90deg,rgba(255, 247, 205, 1) 0%, rgba(234, 216, 157, 1) 50%);
    padding: 1px 8px 3px;
    margin: 0 5px;
}

.features_cap p {
    font-size: 1.5rem;
    line-height: 30px;
    margin-top: 30px;
    color: #555;
}

ul.trouble_list li:nth-child(even) {
}

.grad_bg {
    background: linear-gradient(180deg,#0074CD 0%, #66C9FF 50%);
}

section.curriculum {
    padding: 100px 0;
}

.curriculum_wrapper:before {
    content: "";
    height: 90%;
    width: 10px;
    border-left: 3px dotted #fff;
    display: block;
    position: absolute;
    left: 20%;
}

.curriculum_wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

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

.curriculum_inner h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.curriculum_inner h2 span {
    font-size: 2rem;
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.curriculum_inner h3 {
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.curriculum_box {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 250px;
    width: 95%;
    position: relative;
}

.curriculum_image {
    width: 35%;
    background: #333;
    text-align: center;
}

.curriculum_1 {
	background-image: url("../img/home/day1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.curriculum_2 {
	background-image: url("../img/home/day2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.curriculum_3 {
	background-image: url("../img/home/day3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.curriculum_4 {
	background-image: url("../img/home/day4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.curriculum_5 {
	background-image: url("../img/home/day5.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;		
}

.curriculum_image h4 {
    font-size: 2rem;
    font-weight: 500;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,0.65);
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
}

.curriculum_image h4 span {
    display: block;
    font-size: 2rem;
    font-family: "Inter", sans-serif;
    padding: 5px 30px 3px;
    border: 1px solid #fff;
    width: max-content;
    margin: 0 auto 20px;
    border-radius: 100px;
}

.curriculum_contents {
    width: 65%;
    padding: 40px;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    background: linear-gradient(-125deg,rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
}

ul.curriculum_contents_list li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    color: #000;
    padding-left: 15px;
}

ul.curriculum_contents_list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #0074CD;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

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

ul.curriculum_contents_list_small li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

ul.curriculum_contents_list_small li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #FF4D00;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

ul.curriculum_contents_list_small {
    width: 50%;
}

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

.cb_even {
    margin-left: 5%;
}

p.curriculum_ps {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}

section.outline {
	border-top: 1px solid #fff;
	padding-top: 100px;
	background-image: url("../img/home/white_wave.svg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

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

.outline_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}

.outline_inner h2 span {
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 2rem;
    margin-bottom: 10px;
}

p.outline_lead {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 60px;
}

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

.outline_schedule_box {
    text-align: center;
    border-radius: 10px;
    width: 48%;
    overflow: hidden;
    background: #fff;
    box-shadow: -5px 5px 20px rgba(0,0,0,0.1);
}

.outline_schedule_box h3 {
    background: #0074CD;
    color: #fff;
    padding: 12px 0;
    font-weight: 600;
    font-size: 2.4rem;
}

.ol_detail {
    padding: 30px;
}

.ol_time {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Inter", "Noto Sans JP";
    margin-bottom: 25px;
    color: #0074CD;
}

ul.ol_list {
    display: flex;
    justify-content: center;
}

ul.ol_list li {
    padding: 7px 10px 8px;
    border: 1px solid #0074CD;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 1.6rem;
    width: 40%;
    color: #0074CD;
}

a.ol_more {
    display: flex;
    padding: 15px 50px;
    background: linear-gradient(90deg,rgba(1, 174, 255, 1) 0%, rgba(1, 131, 255, 1) 50%);
    border-radius: 90px;
    margin: 30px auto 0;
    width: max-content;
    color: #fff;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
}

a.ol_more span {
    display: block;
    width: 20px;
    margin-right: 12px;
}

.support {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #1C4C4F;
    border-radius: 11px;
    margin-top: 40px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(9px);
}

.support h3 {
    padding: 15px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    color: #0074CD;
    border-bottom: 1px solid;
}

.support_inner {
    padding: 40px;
    display: flex;
    justify-content: center;
}

.support_box {
    width: 47%;
    display: flex;
    margin: 0 1%;
    align-items: center;
}

ul.support_list li {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.support_list li span {
    width: 32px;
    margin-right: 15px;
    border: 1px solid;
    border-radius: 100%;
}

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

h4.support_before {
    width: 100px;
    height: 100px;
    background: #fff;
    color: #0074CD;
    border-radius: 100%;
    font-size: 2rem;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    margin-right: 5%;
}


h4.support_after {
    width: 100px;
    height: 100px;
    background: #0074CD;
    border-radius: 100%;
    font-size: 2rem;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    color: #fff;
    margin-right: 5%;
}

.osusume_inner {
    padding: 50px 20px;
    background: #fff;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    max-width: 800px;
    margin: 80px auto 0;
}

ul.osusume_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

ul.osusume_list li {
    text-align: center;
    width: 33%;
    border-right: 1px solid #ddd;
}

ul.osusume_list li:last-child {
    border: none;
}

ul.osusume_list li h4 {
    font-weight: 500;
    line-height: 23px;
    margin-top: 15px;
    font-size: 1.4rem;
}

.osusume_inner h3 {
    width: 223px;
    margin: 0 auto 40px;
}

ul.osusume_list li span {
    width: 33px;
    display: block;
    margin: 0 auto;
}

ul.osusume_list li h4 span {
    color: #F92F14;
    width: inherit;
    font-weight: 600;
    display: inline;
}

section.flow {
    padding: 100px 0 80px;
}

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

.flow_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 60px;
}

.flow_inner h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 300;
    margin-bottom: 10px;
}

ul.flow_top {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
}

ul.flow_top li {
    width: 33.3%;
    padding: 40px;
    background: #E9F4FB;
    position: relative;
}

ul.flow_top li:first-child {
    border-radius: 12px 0 0 12px;
}

ul.flow_top li:first-child:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #E9F4FB;
	border-width: 32px 0px 32px 24px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -32px;
	z-index: 999;
}

ul.flow_top li h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
}

ul.flow_top li h3 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid;
    border-radius: 100px;
    width: max-content;
    padding: 3px 20px;
    margin: 0 auto 10px;
}

ul.flow_top li p {
    font-size: 1.4rem;
    line-height: 22px;
}

ul.flow_top li:nth-child(2) {
    background: #DCEDF8;
}

ul.flow_top li:nth-child(2):after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #DCEDF8;
	border-width: 32px 0px 32px 24px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -32px;
	z-index: 999;
}

ul.flow_top li:nth-child(3) {
    background: #D2E6F5;
    border-radius: 0 12px 12px 0;
}

ul.flow_top li:nth-child(3):after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #D2E6F5 transparent transparent transparent;
	border-width: 24px 32px 0px 32px;
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	margin-left: -32px;
	left: 50%;
}

.flow_middle {
    background: #74AADD;
    color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin: 30px 0;
    justify-content: space-between;
    position: relative;
}

.flow_middle:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #74AADD transparent transparent transparent;
	border-width: 24px 32px 0px 32px;
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -32px;
}

.flow_middle h3 {
    width: 25%;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}

.flow_middle p {
    width: 75%;
    border-left: 1px solid;
    padding-left: 5%;
    font-size: 1.4rem;
    line-height: 22px;
}

.flow_middle h3 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border: 1px solid;
    border-radius: 100px;
    width: max-content;
    padding: 3px 20px;
    font-weight: 300;
    margin: 0 auto 10px;
}

.flow_bottom {
    background: #0074CD;
    padding: 40px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 12px;
    margin: 30px 0;
    justify-content: space-between;
    position: relative;
}

.flow_bottom:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #0074CD transparent transparent transparent;
	border-width: 24px 32px 0px 32px;
	content: "";
	display: block;
}


.flow_bottom h3 {
    width: 25%;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}

.flow_bottom p {
    width: 75%;
    border-left: 1px solid;
    padding-left: 5%;
    font-size: 1.4rem;
    line-height: 22px;
}

.flow_bottom h3 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border: 1px solid;
    border-radius: 100px;
    width: max-content;
    padding: 3px 20px;
    font-weight: 300;
    margin: 0 auto 10px;
}

section.trial {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

section.trial h2 {
    width: 25%;
    text-align: center;
    border-top: 1px solid;
    font-size: 2.7rem;
    margin-right: 3%;
    line-height: 41px;
    font-weight: 600;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid;
}

ul.trial_contents li {
    width: 32.3%;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid;
}

ul.trial_contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.trial_contents li h3 {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 15px;
    color: #0074CD;
}

ul.trial_contents li p {
    font-size: 1.4rem;
    line-height: 23px;
}

ul.trial_contents li h3 span {
    display: block;
    width: 40px;
    margin: 0 auto 15px;
}

section.trial h2 span {
    display: block;
    width: 50px;
    margin: 0 auto 20px;
}

section.entry {
    padding: 100px 0;
}

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

.entry_inner h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 600;
}

.entry_inner h2 span {
    display: block;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

p.entry_lead {
    text-align: center;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 60px;
}

section.faq {
    background: #f9f9f9;
    padding: 100px 0;
}

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

.faq_inner h2 {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.faq_inner h2 span {
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.content p {
    background: #EDF6FF;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

/*よくある質問*/
.toggle {
    display: none;
}
.Label {
    padding: 30px;
    font-size: 2rem;
    display: flex;
    background: #fff;
    border-radius: 12px 12px 0 0;
    font-weight: 500;
    align-items: center;
}
.Label::before{
    content:"";
    width: 8px;
    height: 8px;
    border-top: 2px solid #0074CD;
    border-right: 2px solid #0074CD;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 30px;
    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;
    border-radius: 0 0 12px 12px;
    background: #fff;
}
.toggle:checked + .Label + .content {
    height: auto;
    padding: 0 40px 40px;
    transition: all .3s;
}
.toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}

span.text_q {
    font-size: 2rem;
    font-weight: 500;
}

span.icon_q {
    width: 40px;
    height: 40px;
    background: #0074CD;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.icon_a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    color: #0074CD;
    margin-right: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.text_a {
    font-size: 1.6rem;
    line-height: 32px;
    width: 92%;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.fv {
	background-image: url("../img/home/fv_bg_sp.png");
	padding: 220px 5% 55px;
	background-position: top center;
	background-size: 100%;
	background-color: rgba(0, 112, 210, 1);
}

.fv_main {
    max-width: 100%;
    margin-left: 0;
}

.fv_lead span {
    font-size: 1.8rem;
    padding: 7px 20px;
    line-height: 24px;
    margin: 0 auto 18px;
}

h1.fv_main_cath {
    width: 100%;
    margin: 15px 0 15px 0;
}

h2.fv_sub_catch {
    font-size: 1.5rem;
    line-height: 26px;
    padding: 0 5% 0px;
    margin-top: -25px;
    text-align: center;
}

h2.fv_sub_catch span {
    font-size: 1.5rem;
    padding: 0 3px 1px;
}

ul.fv_features {margin-top: 18px;display: block;}

ul.fv_features li {border-radius: 5px;width: 100%;margin-bottom: 5px;}

.fv_lead_en {
    width: 70%;
    bottom: -105px;
    right: 50%;
    margin-right: -35%;
}

section.intro {
    padding: 60px 5% 40px;
    margin-top: -1px;
}

ul.trouble_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
}

ul.trouble_list li {
    width: 100%;
    padding: 12px;
    font-size: 1.3rem;
    line-height: 22px;
    margin: 0.5%;
}

ul.trouble_list li span {
    font-size: 1.3rem;
}

.object_triangle {
    margin: 5px auto 10px;
    border-width: 10px 16px 0px 16px;
}

h2.solution_title {
    font-size: 1.6rem;
    width: 100%;
    padding: 0;
}

h2.solution_title span {
    width: 20px;
    margin-right: 5px;
}

p.solution_text {
    font-size: 1.2rem;
    text-align: left;
    line-height: 21px;
    padding: 0 5%;
}

p.solution_text span {
    font-size: 1.2rem;
    padding: 1px 3px;
    line-height: 22px;
}

.about_main_contents p br {
    display: none;
}

p.solution_text br {
    display: none;
}

.solution {
    border-radius: 8px;
}

.fv_lead span:after {
    width: 10px;
    height: 10px;
}

img.coach_pic {
    width: 72%;
    right: inherit;
    position: inherit;
    margin: 10px auto 0;
}

p.coach_name {
    font-size: 0.9rem;
    line-height: 12px;
}

.cta_area {
    padding: 15px 4% 4%;
    text-align: center;
    margin: 0;
    border-radius: 8px;
}

h2.cta_title {
    width: 95%;
}

a.cta_btn {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    border-radius: 6px;
    align-items: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg,#B5995F 0%, #D8B78F 100%);
}

section.reason {
    padding: 30px 5% 10px;
}

h2.reason_title {
    width: 100%;
    margin: 0 auto 50px;
}

ul.reason_list {
    width: 100%;
}

ul.reason_list li:nth-child(odd) {
    padding: 30px 6%;
    margin: 0 auto;
    width: 100%;
}

ul.reason_list li h3 {
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
}

ul.reason_list li p {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 3%;
}

ul.reason_list li {
    border-radius: 12px;
}

ul.reason_list li:nth-child(even) {
    padding: 125px 6%30px 6%;
    width: 100%;
    margin: 40px auto;
}

.reason_num {
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 70px;
}

ul.reason_list li:nth-child(odd) .reason_num {
    left: inherit;
    margin-left: inherit;
    right: 50%;
    margin-right: -70px;
}

ul.reason_list li:nth-child(odd) {
    padding: 125px 6% 30px 6%;
}

.cases_title {
    font-size: 1.6rem;
    margin: 30px 0 20px;
}

.cases_title span {
    font-size: 2.2rem;
}

ul.cases li {
    width: 100%;
    margin: 0 0 1px;
    border-radius: 0;
    padding: 18px;
}

section.about {
    padding: 40px 5% 60px;
    background-attachment: inherit;
    background-position: right center;
}
	
h2.about_title {
    width: 100%;
    margin-bottom: 20px;
}

h2.about_title img {
    width: 55%;
    margin: 0 auto;
}

.about_inner {
    display: block;
    width: 100%;
}

.about_main_contents {
    width: 100%;
}

.about_main_contents p {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0 0 0 4%;
    font-weight: 400;
}
	
.about_main_contents p span {
    font-size: 1.3rem;
}

.about_main_contents h3 {
    width: 70%;
    margin: 40px auto 25px;
}

.other_skill {
    width: 100%;
    margin-top: 30px;
}

.skill_list {
    width: 100%;
    margin: 0 auto 40px;
}

h3.other_skill_title {
    width: 92%;
    left: 50%;
    margin-left: -46%;
    top: -63px;
}

ul.other_skill_list {
    padding: 30px 5% 15px;
}

ul.other_skill_list li:first-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	
ul.other_skill_list li span {
    width: 60px;
    margin-right: 8px;
}

.trouble h2 {
    width: 72%;
    margin: 0 auto 20px;
}

ul.trouble_list li:last-child {
    width: 100%;
}

section.system {
    padding: 30px 5% 40px;
    box-shadow: 0 0px 70px rgba(0,0,0,0.2);
}

.system_head {
    width: 80%;
    left: 10%;
    margin-left: 0;
    top: -14px;
}

section.system h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

section.system h2 span {
    font-size: 1.4rem;
}

img.price {
    width: 100%;
    margin: 0 auto 20px;
}

.system_contens {
    display: block;
    margin-bottom: 0;
}

.system_image {
    width: 100%;
}

.system_cap {
    width: 100%;
}

.system_cap h3 {
    font-size: 1.4rem;
    line-height: 24px;
}

.system_cap h3 span {
    font-size: 1.4rem;
}

.system_cap p {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
}

.reskilling {
    padding: 20px 4% 4%;
}

.reskilling_inner {
    display: block;
}

.reskilling_logo {
    margin: 0 auto 20px;
    width: 64%;
}

.reskilling_cap {
    width: 100%;
}

.reskilling_cap h3 {
    font-size: 1.6rem;
    line-height: 26px;
    padding: 0 5%;
    font-weight: 700;
    margin-bottom: 10px;
}

.reskilling_cap p {
    font-size: 1.3rem;
    padding: 0 5% 10px;
    line-height: 24px;
}

.target {
    padding: 15px;
    margin-top: 15px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 20px;
}

.target span {
    font-size: 1.4rem;
    padding: 5px;
    margin-bottom: 10px;
}

.target br {
    display: none;
}

section.recommended {
    padding: 70px 5% 40px;
    background-size: 700px, 700px;
}

.recommended_inner {
    display: block;
    width: 100%;
}

.recommended_inner h2 {
    width: 100%;
    writing-mode: inherit;
    padding: 10px 0;
    display: inherit;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.recommended_inner h2 span {
    font-size: 2.4rem;
}

ul.recommended_list li {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.recommended_image {
    width: 100%;
    margin: 0 auto;
    padding-left: 5%;
}

.recommended_contents {
    width: 100%;
}

.recommended_profile {
    width: 100%;
    margin-top: -25px;
}

.recommended_profile h3 {
    font-size: 1.8rem;
    padding: 0 5%;
    margin-bottom: 10px;
}

.recommended_profile h3 span {
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: 500;
}

.recommended_profile p {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 5%;
    font-weight: 300;
}

section.features {
    padding: 20px 0 40px;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.features_inner h2 {
    width: 50%;
    margin: 0 auto 20px;
}

.features_contents_odd {
    display: block;
    padding: 0 5%;
    margin-bottom: 10px;
}

.features_image {
    width: 100%;
    height: 200px;
    border-radius: 0 15px 0 15px;
}

.features_cap {
    width: 100%;
    padding: 20px 4%;
}

.features_cap h3 {
    font-size: 1.8rem;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
}

.features_cap h3 span {
    font-size: 1.8rem;
}

.features_cap p {
    font-size: 1.3rem;
    line-height: 24px;
    margin-top: 15px;
}

.features_contents_even {
    display: block;
    padding: 0 5%;
    margin-bottom: 10px;
}

section.curriculum {
    padding: 40px 5%;
    border-top: 1px solid #fff;
}

.curriculum_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.curriculum_inner h2 span {
    font-size: 1.4rem;
}

.curriculum_inner h3 {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 40px;
    line-height: 24px;
    padding: 0 4%;
}

.curriculum_inner h3 br {
    display: none;
}

.curriculum_box {
    display: block;
    margin-bottom: 20px;
    min-height: inherit;
}

.curriculum_image {
    width: 100%;
}

.curriculum_image h4 {
    padding: 25px 0;
    font-size: 1.6rem;
}

.curriculum_image h4 span {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.curriculum_contents {
    width: 100%;
    padding: 25px 6%;
    display: block;
}

ul.curriculum_contents_list li {
    font-size: 1.2rem;
    line-height: 16px;
    margin-bottom: 10px;
}

ul.curriculum_contents_list_small li {
    font-size: 1.2rem;
    line-height: 16px;
}

ul.curriculum_contents_list_small li br {
    display: none;
}

ul.curriculum_contents_list_small li {
    width: 100%;
    margin-bottom: 10px;
}

ul.curriculum_contents_list_small {
    width: 100%;
    margin-bottom: 10px;
}

p.curriculum_ps {
    font-size: 1.1rem;
    text-align: left;
    line-height: 18px;
    font-weight: 400;
}

section.outline {
    padding: 40px 5% 0;
}

.outline_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.outline_inner h2 span {
    font-size: 1.4rem;
}

p.outline_lead {
    font-size: 1.3rem;
    line-height: 24px;
    text-align: left;
    padding: 0 4%;
    margin-bottom: 30px;
}

.outline_schedule {
    display: block;
}

.outline_schedule_box {
    width: 100%;
    margin-bottom: 15px;
}

.outline_schedule_box h3 {
    padding: 10px;
    font-size: 1.6rem;
}

.ol_detail {
    padding: 20px;
}

.ol_time {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

ul.ol_list li {
    width: 50%;
    font-size: 1.5rem;
    padding: 4px;
}

a.ol_more {
    margin: 15px auto 0;
    font-size: 1.3rem;
    padding: 10px 40px;
}

.support {
    margin-top: 60px;
}

.support h3 {
    padding: 10px;
    font-size: 1.8rem;
}

.support_inner {
    display: block;
    padding: 10px 5%;
}

.support_box {
    width: 100%;
    display: block;
    margin: 10px 0;
}

ul.support_list li {
    font-size: 1.3rem;
    line-height: 22px;
    margin-bottom: 10px;
    width: 100%;
}

h4.support_before {
    width: 100%;
    padding: 6px;
    border-radius: 2px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px;
    height: inherit;
}

h4.support_after {
    width: 100%;
    padding: 6px;
    border-radius: 2px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px;
    height: inherit;
}

ul.support_list {
    margin-bottom: 20px;
}

ul.support_list li span {
    width: 27px;
    margin-right: 10px;
}

ul.support_list li br {
}

.osusume_inner {
    padding: 30px 5% 20px;
    margin: 20px auto 0;
}

.osusume_inner h3 {
    width: 52%;
    margin: 0 auto 20px;
}

ul.osusume_list {
    display: block;
    margin-bottom: 0px;
}

ul.osusume_list li {
    width: 100%;
    padding: 0 4%;
    display: flex;
    text-align: left;
    margin-bottom: 16px;
    border-right: none;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

ul.osusume_list li span {
    margin: 0 4% 0 0;
    width: 8%;
}

ul.osusume_list li h4 {
    width: 85%;
    line-height: 20px;
    margin: 0;
}

ul.osusume_list li h4 span {
    margin: 0;
}

ul.osusume_list li h4 br {
    display: none;
}

section.flow {
    padding: 40px 5%;
}

.flow_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.flow_inner h2 span {
    font-size: 1.4rem;
}

ul.flow_top {
    display: block;
}

ul.flow_top li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 25px 7%;
}

ul.flow_top li:first-child:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #E9F4FB transparent transparent transparent;
	border-width: 24px 32px 0px 32px;
	content: "";
	display: block;
	top: inherit;
	bottom: -15px;
	left: 50%;
	margin-left: -32px;
}
	
ul.flow_top li:nth-child(2):after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #DCEDF8 transparent transparent transparent;
	border-width: 24px 32px 0px 32px;
	content: "";
	display: block;
	top: inherit;
	bottom: -15px;
	left: 50%;
	margin-left: -32px;
}

ul.flow_top li:first-child {
    border-radius: 10px;
}

ul.flow_top li:nth-child(3) {
    border-radius: 10px;
}

ul.flow_top li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

ul.flow_top li p {
    font-size: 1.2rem;
    line-height: 22px;
}

ul.flow_top li h3 span {
    font-size: 1.3rem;
    padding: 3px 20px;
    font-weight: 400;
}

.flow_middle {
    display: block;
    padding: 25px 7%;
    margin: 20px 0;
}

.flow_middle h3 span {
    font-size: 1.3rem;
    margin: 0 auto 10px;
    display: block;
}

.flow_middle h3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.flow_middle p {
    border: none;
    font-size: 1.2rem;
    line-height: 22px;
    width: 100%;
    padding: 0;
}

.flow_middle p br {
    display: none;
}
	
.flow_bottom {
    display: block;
    padding: 25px 7% 0;
    margin: 20px 0;
}

.flow_bottom h3 span {
    font-size: 1.3rem;
    margin: 0 auto 10px;
    display: block;
}

.flow_bottom h3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.flow_bottom p {
    border: none;
    font-size: 1.2rem;
    line-height: 22px;
    width: 100%;
    padding: 0;
}

.flow_bottom p br {
    display: none;
}
	
section.trial {
    display: block;
    padding: 0 5%;
}

section.trial h2 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 22px;
    padding: 20px 0;
    margin-bottom: 20px;
}

section.trial h2 br {
    display: none;
}

section.trial h2 span {
    width: 25px;
    margin: 0 auto 10px;
}

ul.trial_contents {
    display: block;
}

ul.trial_contents li {
    width: 100%;
    padding: 22px 7%;
    margin-bottom: 10px;
    border-radius: 10px;
}

ul.trial_contents li h3 {
    display: block;
    align-items: center;
    font-size: 1.6rem;
    text-align: center;
}

ul.trial_contents li h3 span {
    width: 30px;
    margin: 0 auto 7px;
}

ul.trial_contents li p {
    font-size: 1.3rem;
    line-height: 22px;
}

section.entry {
    padding: 40px 5%;
}

.entry_inner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.entry_inner h2 span {
    font-size: 1.4rem;
}

p.entry_lead {
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 4%;
}

p.entry_lead br {
    display: none;
}

section.faq {
    padding: 40px 5%;
}

.faq_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.faq_inner h2 span {
    font-size: 1.4rem;
}

.Label {align-items: center;padding: 12px 38px 12px 12px;border-radius: 0;}

span.text_q {
    font-size: 1.4rem;
    line-height: 22px;
    width: 90%;
}

span.icon_q {
    width: 10%;
    height: inherit;
    font-size: 1.3rem;
    line-height: 30px;
    margin-right: 4%;
    border-radius: 2px;
}

.Label::before {
    right: 5%;
    width: 6px;
    height: 6px;
}

.toggle:checked + .Label + .content {
    padding: 0 3% 3%;
}

.content p {
    border-radius: 5px;
    padding: 15px 5%;
}

span.text_a {
    font-size: 1.2rem;
    line-height: 22px;
    width: 90%;
}

span.icon_a {
    width: 10%;
    font-size: 1.4rem;
    border-radius: 2px;
    line-height: 30px;
    margin-right: 5%;
    height: inherit;
}

ul.trouble_list li br {
    display: none;
}

ul.reason_list li:nth-child(odd) .reason_number {
    left: -8px;
    top: -15px;
    width: 70px;
    z-index: 9;
    right: inherit;
}

ul.reason_list li:nth-child(even) .reason_number {
    width: 70px;
    left: -5px;
}

a.cta_btn img {
    width: 18px;
    margin-left: 5px;
}

.cta_head {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 15px 0;
}

.cta_head span {
    font-size: 1.3rem;
}

.cta_area_box {
    margin: 20px auto;
    border-radius: 12px;
}

.cta_inner {
    padding: 15px 4% 20px;
}

img.cta_logo {
    width: 100%;
    margin: -5px auto 0;
}

img.cta_cashback {
    width: 92%;
    margin: -10px auto 10px;
}

.cases_contents h3 {
    font-size: 1.6rem;
}

.cases_contents p {
    font-size: 1.1rem;
    line-height: 18px;
}

.cases_icon {
    width: 12%;
    margin-left: 3%;
}

img.cases_num {
    opacity: 0.6;
}

ul.cases li:nth-child(even) {
    background: linear-gradient(90deg,#04A4E8 0%, #6BC6ED 100%)!important;
}

ul.cases li:nth-child(odd) {
    background: linear-gradient(90deg,#0074CD 0%, #42A3FF 100%)!important;
}

.certificate {
    display: block;
    padding: 30px 0;
    border-radius: 0;
}

.certificate_image {
    width: 60%;
    margin: 0 auto;
}

.certificate_cap {
    width: 100%;
    padding: 15px 6% 0;
}

.certificate_cap h3 {
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 14px;
}

.certificate_cap p {
    font-size: 1.1rem;
    line-height: 18px;
}
	
.comparison_area {
	padding: 30px 0 0;
}

.comparison {
    padding: 0;
    overflow-x: scroll;
}

.comparison_area h2 {
    font-size: 1.8rem!important;
}

.comparison_area h2 span {
    font-size: 1.8rem!important;
}

.comparison_graph {
    overflow-x: scroll;
    padding: 0 5%;
    width: 200%;
}

.padding_5 {
    padding: 0 5%;
}
	
.certificate_cap h3 img {
    display: none;
}
}