@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}
address {
	font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
	vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
display: none;
}
/**
 * Remove padding
 */
option {
	padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}
/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@media screen and (min-width: 751px) {
	.sp_txt{display: none;}
html {
	/*scroll-padding-top: 90px;*/
	scroll-behavior: smooth;
}
.bg {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #000;
	font-size: 18px;
	/* width: clamp(750px, 100vw, 1920px);*/
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background-color: #fff;
}
header {
	padding: min(5em, 5vw) 0 min(5em, 5vw) 4.722em;
	background-color: #F36922;
}
.logo_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: end;
	width: 100%;
}
.logo_box {
	width: 40vw;
}
.logo_wrap img {
	width: 80%;
}
.logo_txt {
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	font-size: clamp(1rem, 0.444rem + 1.45vw, 2.188rem);
}
.txt_header_title {
	/*width: 50.31vw;*/
	margin-left: clamp(1.125rem, 0.564rem + 1.2vw, 2rem);
}
p.txt_header_title img {
	width: 100%;
}
span.txt_orange {
	color: #FC570E;
	font-size: clamp(1.188rem, -0.295rem + 3.16vw, 3.5rem);
	font-weight: 600;
}
h1.txt_h1 {
	color: #fff;
	font-weight: 600;
	font-size: clamp(1.313rem, -0.13rem + 3.08vw, 3.563rem);
	text-align: center;
	margin-top: 1.439em;
	line-height: 1;
}
.kv {
	position: relative;
}
.kv img {
	width: 100%;
}
.kv_txt {
	position: absolute;
	top: 5vh;
	left: 1vw;
	backdrop-filter: blur(6px);
	margin-top: 7.81vw;
	padding: 2.66vw;
	width: 64%;
}
h2.kv_h2 {
	font-size: clamp(1.5rem, 0.178rem + 2.82vw, 3.563rem);
	font-weight: 600;
}
p.txt_pc.kv_read {
	font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
	line-height: 1.4;
	margin-top: 7vw;
}
/*----lead txt-----------------------------*/
.lead_wrap {
	background-color: #fff;
	width: 100%;
	border-bottom: solid 5px #000;
}
.lead_inner {
	display: flex;
	justify-content: center;
	padding: 86px 24px 44px 24px;
	max-width: 1080px;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}
.kv_txt {
	position: absolute;
	top: 5vh;
	left: 1vw;
	backdrop-filter: blur(6px);
	margin-top: 7.81vw;
	padding: 2.66vw;
	width: 64%;
}
.lead_text_wrap {
	max-width: 1080px;
	/* font-size: 2.188em; */
	line-height: 1.4;
}
.lead_inner {
	padding: 86px 1em 44px 1em;
}
.lead_text_wrap {
	max-width: 60em;
	font-size: 2.188em;
	line-height: 1.4;
}
.lead_text_wrap p {
	margin-bottom: 89px;
	font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
	font-weight: 500;
	text-align: center;
}
.txt_orange_lead {
	color: #FC570E;
	font-weight: 600;
}
p.btn_apply::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	top: 45%;
	right: 2em;
}
p.btn_apply {
	background-color: #FEE6DB;
	border-radius: 65px;
	padding: 48px;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
	max-width: 980px;
	width: 90vw;
	font-size: clamp(1.125rem, -2.359rem + 7.42vw, 2.188rem);
	text-align: center;
}
/* --content area---------------------------------------------------*/
.txt_orange_color {
	color: #FC570E;
	font-weight: 600;
}
.pc_none {
	display: none;
}

	}
/*----training area ----------------------------------------------*/	
@media screen and (min-width:981px) {
.txt_header_title {
font-size: 1.563em;
}
}
@media screen and (min-width: 751px) {
.training_inner {
	max-width: 1440px;
	padding: 7.176em 7.5em;
	margin: 0 auto;
}
p.training_txt {
	font-size: clamp(1.125rem, 0.844rem + 0.6vw, 1.563rem);
	margin-top: 5.313rem;
}
.training_info {
	background-color: #F6FEDF;
	border-radius: 25px;
	padding: 2.5rem clamp(1rem, -0.767rem + 3.76vw, 3.75rem);
}
.training_info_area {
	margin: 50px 0 32px 0;
	display: flex;
	align-items: center;
}
.training_info {
	width: 80%;
	display: flex;
	align-items: center;
	margin-right: 32px;
}
ul.ul_training_info {
	font-size: clamp(1.125rem, 0.844rem + 0.6vw, 1.563rem);
}
li.li_training_info {
	padding: 0.5em 0;
	text-indent: -1em;
	margin-left:1em;
}
img.training_pic1 {
	max-width: 281px;
	width: auto;
}
.training_info_area2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 32px;
}
p.training_txt_l {
	text-align: center;
	font-size: clamp(1.125rem, 0.442rem + 1.45vw, 2.188rem);
	margin-top: 3.029em;
}
.training_info_area2 img {
	width: calc(33.3% - 20px);
}
.content_h2 {
	background-color: #fff;
	padding: 5px 0;
	font-size: clamp(1.125rem, 0.442rem + 1.45vw, 2.188rem);
	font-weight: 700;
}

/*----merit ---------------------------------------------------------*/
.merit_wrap {
	background-color: #F36922;
}
.merit_inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 5.813em 1em 9.611em 5.563em;
}
h2.merit_h2 {
	color: #fff;
	font-size: clamp(5.313rem, 3.907rem + 2.99vw, 7.5rem);
	font-weight: 800;
	line-height: 1;
	padding-left: clamp(1.875rem, -0.128rem + 4.27vw, 5rem);
}
span.merit_sabtitle {
	color: #fff;
	font-size: clamp(1.125rem, 0.442rem + 1.45vw, 2.188rem);
	font-weight: 700;
	margin-left: 2.771em;
}
.merit_title_wrap {
	display: flex;
	align-items: end;
}
.merit_list {
	position: relative;
	background-color: #fff;
	width: 80%;
	margin-top: 8.75em;
	padding: 2.467em;
}
ol.merit_ol {
	list-style-type: decimal;
	max-width: 60%;
	font-size: clamp(1.125rem, 0.644rem + 1.03vw, 1.875rem);
	font-weight: 500;
	margin-left: 1em;
}
ol.merit_ol li {
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.merit_img {
	position: relative;
	width: 40%;
}
.merit_list {
	background-color: #fff;
	/*width: 91%;*/
	margin-top: 8.75em;
	padding: 2.467em;
	display: flex;
}
	}
@media screen and (min-width:1063px) {
img.merit_img1 {
	position: absolute;
	top: -153px;
	left: 0;
	max-width: 274px;
	width: auto;
	z-index: 10;
}
img.merit_img2 {
	position: absolute;
	max-width: 274px;
	right: -127px;
	top: 0;
	z-index: 1;
}
img.merit_img3 {
	position: absolute;
	max-width: 274px;
	right: 0px;
	bottom: -98px;
}
.merit_sp_only {
	display: none;
}
}

@media screen and ( max-width:1062px) {
ol.merit_ol {
	list-style-type: decimal;
	max-width: 100%;
	font-size: clamp(1.125rem, 0.644rem + 1.03vw, 1.875rem);
	font-weight: 500;
	margin-left: 1em;
}
.merit_pc_only {
	display: none;
}
.merit_img {
	position: relative;
	width: auto;
}
.merit_sp_only {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	align-items: end;
}
.merit_list {
	background-color: #fff;
	width: 95%;
	margin-top: 8.75em;
	padding: 2.467em;
	display: flex;
	flex-direction: column;
}
}
/*----apply2------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
.apply2 {
	display: flex;
	justify-content: center;
	padding: 5.889em 0;
	border-bottom: 5px solid #4D4D4D;
}
/*----trainer ---------------------------------------------------------*/
.trainer_wrap {
	background-color: #4D4D4D;
	border-top: solid 30px #fff;
}
.trainer_inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 5.813em 1em 6.778em 5.563em;
}
h2.trainer_h2 {
	color: #C5C4C4;
	font-size: clamp(5.313rem, 3.907rem + 2.99vw, 7.5rem);
	font-weight: 800;
	line-height: 1;
	padding-left: clamp(1.875rem, -0.128rem + 4.27vw, 5rem);
}
span.trainer_sabtitle {
	color: #fff;
	font-size: clamp(1.125rem, 0.442rem + 1.45vw, 2.188rem);
	font-weight: 700;
	margin-left: 2.771em;
}
.trainer_title_wrap {
	display: flex;
	align-items: end;
}
.trainer1 {
	display: flex;
	background-color: #fff;
	padding-top: 33px;
	margin-top: 9.56em;
	min-height: 315px;
}
.trainer1_left img {
	position: absolute;
	bottom: 0;
}
.trainer1_left {
	position: relative;
	width: 276px;
    margin-left: clamp(1rem, -1.564rem + 5.47vw, 5rem);
}
.trainer1_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: clamp(0rem, -0.923rem + 4.1vw, 4rem);
	flex-grow: 1;
}
span.trainer_name_wrap {
	font-weight: 600;
	font-size: clamp(1.125rem, 0.845rem + 0.6vw, 1.563rem);
	color: #FC470E;
	line-height: 1.4;
	border: solid 1px #FC470E;
	padding: 0.5em;
	display: inline;
	text-align: center;
}
.trainer_comment_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	flex-grow: 1;
}
.trainer2 {
	display: flex;
	background-color: #fff;
	padding-top: 33px;
	margin-top: 8.5em;
	min-height: 315px;
	padding-left: 33px;
}
.trainer2_right img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.trainer2_right {
	position: relative;
	width: 276px;
	margin-right: clamp(1rem, -1.564rem + 5.47vw, 5rem);
}
.trainer2_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: clamp(0rem, -0.923rem + 4.1vw, 4rem);
	flex-grow: 1;
	margin-left: clamp(1rem, -1.564rem + 5.47vw, 5rem);
}
p.trainer_comment {
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}
/*----price---------------------------------------------------------------*/
	
.price_wrap {
	background-color: #fff;
}
.price_inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 5.813em 1em 0em 5.563em;
}
h2.price_h2 {
	color: #000;
	font-size: clamp(5.313rem, 3.907rem + 2.99vw, 7.5rem);
	font-weight: 800;
	line-height: 1;
	padding-left: clamp(1.875rem, -0.128rem + 4.27vw, 5rem);
}
span.price_sabtitle {
	color: #000;
	font-size: clamp(1.125rem, 0.442rem + 1.45vw, 2.188rem);
	font-weight: 700;
	margin-left: 2.771em;
}
.price_title_wrap {
	display: flex;
	align-items: end;
}
/*----apply3------------------------------------------------------------------------------*/
.apply3 {
	display: flex;
	justify-content: center;
	padding: 4.889em 0;
}
/*----trainer ---------------------------------------------------------*/
.content_wrap {
	max-width: 60em;
	padding: 78px 0.833em 100px 0.833em;
	margin: 0 auto;
	/*width: clamp(46.875rem, 33.654rem + 28.21vw, 67.5rem);*/
	width: 100%;
}

.content_h3 {
	font-size: 28px;
	font-weight: 900;
}
.step_wrap {
	margin-top: 30px;
	background-color: #cfcfcf;
	border-radius: 38px;
	padding: 45px 25px;
	border: solid 1px #707070;
}
.content_howto_txt {
	font-weight: 600;
	font-size: clamp(1.375rem, 1.135rem + 0.51vw, 1.75rem);
	padding-left: 129px;
}
.step_box {
	background-color: #fff;
	border: solid 2px #000;
	padding: 10px 15px 25px 15px;
	position: relative;
}
.step_box:not(:last-child) {
	margin-bottom: 65px;
}
.step_box:not(:last-child)::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 73px solid transparent;
	border-left: 73px solid transparent;
	border-top: 44px solid #fc570e;
	border-bottom: 0;
	content: "";
	position: absolute;
	bottom: -56px;
	left: calc(50% - 73px);
}
ul.list_icn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
li.li_app_txt {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}
ul.list_icn li {
	margin-bottom: 1em;
}
ul.list_icn_card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
ul.list_icn_card li {
	margin-bottom: 1em;
	margin: 1em 22px;
}
.content_flex {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 2.944em;
	margin-top: 43px;
}
.step2_qr {
	margin: 0 25px 0 0;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

.table_course_wrap {
	width: 100%;
}
.content_course_txt {
	background-color: #000;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.course_table {
	background-color: #F5F2F2;
	font-size: 25px;
	width: 100%;
	margin-top: 8px;
}
.course_table th {
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	padding-top: 7px;
}
.course_table td {
	padding: 15px;
}
td.txt_align_right {
	text-align: right;
	font-size: clamp(1.25rem, 1.09rem + 0.34vw, 1.5rem);
	width: 45%;
}
td.arrow {
	text-align: center;
	font-size: 15px;
	width: 10%;
}
.icn_triangle::before {
	content: "\025b6";
}
td.txt_align_left {
	text-align: left;
	width: 45%;
	font-size: clamp(1.25rem, 1.09rem + 0.34vw, 1.5rem);
}
td.table_notice {
	font-size: 18px;
	text-align: center;
}
.content_app_reservation {
	display: flex;
	margin-top: 40px;
	align-items: center;
}
.app_cap {
	padding-left: 8.222em;
}
.txt_step6 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	width: 100%;
	bottom: 3.25em;
}
.txt_step6 p {
	position: absolute;
}
.br_pc {
	display: block;
}
/*-- contact ------------------------------------------*/
.br_sp {
	display: none;
}
.contact_wrap {
	border-top: solid 5px #fff;
	padding-bottom: 25px;
	background: #FFF;/* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);*/
}
.contact_inner {
	background-color: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 5px #F36922;
	padding-bottom: 218px;
}
.c-heading .c-heading__en-text {
	margin-bottom: .5rem;
}
.c-heading .c-heading__en-text {
	display: block;
	font-size: 1.222rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .25rem;
}
.c-heading {
	text-align: center;
}
.c-heading .c-heading__main {
	font-size: 2.5rem;
}
.c-heading .c-heading__main {
	font-size: 2.778em;
	font-weight: 600;
	line-height: 1;/*margin-bottom: 1.5rem;*/
}
h2.contact_h2 rt {
	font-size: 22px;
	padding-bottom: 10px;
}
h2.contact_h2 {
	text-align: center;
	font-weight: 600;
	font-size: 50px;
}
p.contact_txt_orange {
	font-size: clamp(1.5rem, 0.871rem + 1.34vw, 2.333rem);
	font-weight: 600;
	color: #FC260E;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 124px;
}
.contact_form {
	background: #FDDF0F;
	background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
	color: #fff;
	text-align: center;
	padding: 120px 105px;
	font-size: 30px;
	font-weight: 600;
	max-width: 60em;
	width: clamp(750px, 100vw - 210px, 1080px);
	/*width:100%;*/
	margin-top: 85px;
	position: relative;
}
.contact_form::after {
	content: '';
	width: 20px;
	height: 20px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 123px;
	bottom: 0;
	margin: auto;
}
.top-contact__button-wrap.js-animation-fade-top {
	padding-top: 4.778rem;
	max-width: 60em;
	margin: 0 auto;
	width: 100%;
}
.button-primary {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 16.667em;
	text-align: center;
	background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
	overflow: hidden;
	-webkit-transition: ease .2s;
	transition: ease .2s
}
.button-primary span {
	font-size: 1.667em;
}
.button-primary::before {
	left: 5.889rem;
	width: 2.856rem;
	height: 1.872rem;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3!important;
}
.button-primary[data-style=contact]::before {
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/icn_mail.png)
}
.button-primary span {
	font-weight: 500;
	color: #fff;
	z-index: 3;
}
.button-primary span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 6.833rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	width: 20px;
	height: 20px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
.button-primary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #111;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
	transition: -webkit-transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
	transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
	transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.js-animation-fade-top {
	opacity: 0
}
.js-animation-fade-top[data-anime=active] {
	-webkit-animation: fadeTop .6s ease-out forwards;
	animation: fadeTop .6s ease-out forwards
}
@-webkit-keyframes fadein {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadein {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes fadeTop {
from {
opacity: 0;
-webkit-transform: translateY(-1.875rem);
transform: translateY(-1.875rem)
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fadeTop {
from {
opacity: 0;
-webkit-transform: translateY(-1.875rem);
transform: translateY(-1.875rem)
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.button-primary:hover:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
a[href^="tel:"] {
	pointer-events: none;
}
.contact_tel {
	font-size: 1.778em;
	font-weight: bold;
}
/*----footer-----------------------------------------------------*/
footer {
	background: #F36922;
}
ul.ul_footer {
	display: flex;
	justify-content: center;
}
li.li_footer {
	padding: 22px clamp(0.8rem, -2.764rem + 8.03vw, 3.66rem);
	font-size: clamp(0.938rem, 0.739rem + 0.47vw, 1.25rem);
	color: #fff;
	font-weight: 600;
	display: flex;
	line-height: 1;
	align-items: end;
	width: 33.3%;
}
img.footer_logo {
	width: min(19.889em, 100%);
}
/*----news area-----------------------------------------------------*/
.news_wrap {
    background-color: #FBF6A7;
}
.news_inner {
    display: flex;
    justify-content: center;
    padding: 0.3em 0;
    font-size: clamp(1.375rem, 0.213rem + 2.48vw, 3.188rem);
}
span.notice_txt_white {
    color: #fff;
    font-weight: 800;
    background-color: #FE2D5E;
    padding: 0.1em 0.2em;
    margin-right: 0.5em;
}
span.notice_txt_pink {
    font-weight: 800;
    color: #FE2D5E;
    padding: 0.1em 0.2em;
}
p.news_notice {
    font-size: 18px;
    color: #FE2D5E;
}
.news_wrap {
    padding: 0 clamp(4.688rem, -8.362rem + 27.8vw, 25rem);
    padding-bottom: 1em;
}
}

@media screen and (min-width:430px) and ( max-width:750px) {
.txt_header_title {
	font-size: 1.563em;
}
}

@media screen and (max-width: 750px) {
html {
	scroll-padding-top: 60px;
}
.bg {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #000;
	font-size: 1em;
	width: 100vw;
}
header {
	padding: 2.222em 0.556em;
	background-color: #F36922;
}
.logo_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;/*width:91.09vw;*/
}
.logo_txt {
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	font-size: clamp(1rem, 0.444rem + 1.45vw, 2.188rem);
	text-align: center;
	margin-bottom:0.5em;
}
.logo_box {
	width: 40vw;
}
.logo_wrap img {
	width: 90%;
}
.logo_left_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txt_header_title {
	padding: 0.514em 0.446em;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
span.txt_orange {
	color: #FC570E;
	font-size: 1em;
	font-weight: 600;
}
h1.txt_h1 {
	color: #fff;
	font-weight: 600;
	font-size: clamp(1.125rem, 1.016rem + 0.5vw, 1.25rem);
	text-align: center;
	margin-top: 1.439em;
	line-height: 1;
}
.kv img {
	width: 100%;
}
.kv {
	position: relative;
}
.kv_txt {
	position: absolute;
	top: 0;
	left: 1vw;
	backdrop-filter: blur(6px);
	margin-top: 7.81vw;
	padding: 1.563em;
	width: 64%;
}
h2.kv_h2 {
	font-size: clamp(1rem, 0.546rem + 2.27vw, 1.61rem);
	font-weight: 600;
}
p.txt_pc.kv_read {
	display: none;
}
a.btn_top:hover {
	text-decoration: none;
	opacity: 0.6;
}

/*----lead txt-----------------------------*/
.lead_wrap {
	background-color: #fff;
	width: 100%;
	padding-top: 30px;
}
.lead_inner {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1.25em 1.563em 0 1.563em;
	flex-direction: column;
	text-align: center;
}
.lead_wrap {
	padding-top: 0.75em;
	border-bottom: solid 2px #000;
}
.lead_text_wrap {
	max-width: 100%;
}
.lead_wrap::after {
	/*content: "";
	position: absolute;
	border-bottom: solid 5px #fff;
	bottom: -1.25em;
	width: 100%;*/
}
.lead_text_wrap p {
	margin-bottom: 2.1em;
	font-size: 1em;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0;
}
p.btn_apply::after {
	position: absolute;
	content: "";
	width: clamp(0.875rem, 0.596rem + 1.4vw, 1.25rem);
	height: clamp(0.875rem, 0.596rem + 1.4vw, 1.25rem);
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	top: 41%;
	right: 2em;
}
p.btn_apply {
	background-color: #FEE6DB;
	border-radius: 25px;
	padding: 1.5em 2.5em 1.5em 1.5em;
	font-weight: 600;
	position: relative;
	margin-bottom: 42px;
	max-width: 980px;
	width: 90vw;
	font-size: clamp(0.75rem, 0.313rem + 2.81vw, 1.63rem);
	text-align: center;
	margin-top: 10px;
}
.txt_orange_lead {
	color: #FC570E;
	font-weight: 600;
}
/*---training SP--------------------------------------------------------*/
.training_inner {
	max-width: 100%;
	padding: 2.625em 1.313em 3.313em 1.313em;
}
p.training_txt {
	font-size: 1em;
	margin-top: 2.6883rem;
}
.txt_orange_color {
	color: #FC570E;
	font-weight: 600;
}
.training_info {
	background-color: #F6FEDF;
	border-radius: 25px;
	padding: 2.5rem clamp(1rem, -0.767rem + 3.76vw, 3.75rem);
}
.training_info_area {
	margin: 50px 0 32px 0;
	display: flex;
	align-items: center;
}
.training_info {
	width: 100%;
	display: flex;
	align-items: center;
	
}
ul.ul_training_info {
	font-size: clamp(1.125rem, 0.844rem + 0.6vw, 1.563rem);
}
li.li_training_info {
	padding: 0.5em 0;
	text-indent: -1em;
    margin-left: 1em;
}
.training_pc_only {
        display: none;
    }

.training_info_area2 {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
p.training_txt_l {
	text-align: center;
	font-size: 1em;
	margin-top: 2.625em;
	line-height: 3;
	font-weight: 600;
}
.training_info_area2 img {
	width: calc(50% - 13px);
}
/*---merit SP--------------------------------------------------------*/
.merit_wrap {
	background-color: #F36922;
}
.merit_inner {
    width: 100%;
    padding: 2.625em 1.313em 3.313em 1.313em;
}
.merit_title_wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
}
h2.merit_h2 {
    color: #fff;
    font-size: 3.125em;
    font-weight: 800;
    line-height: 1;
    padding-left: 0.28em;
}
span.merit_sabtitle {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    margin-left: 0.7em;
}
.merit_list {
        background-color: #fff;
        width: 95%;
        margin-top: 2.313em;
        padding: 2.467em;
        display: flex;
        flex-direction: column;
    }	
ol.merit_ol {
        list-style-type: decimal;
        max-width: 100%;
        font-size: 1.25em;
        font-weight: 600;
        margin-left: 1em;
    }

.apply2 {
    display: flex;
    justify-content: center;
    padding: 2.563em 0 0;
    border-bottom: 2px solid #4D4D4D;
}	
/*----trainer SP---------------------------------------------------------*/
.trainer_wrap {
	background-color: #4D4D4D;
	border-top: solid 30px #fff;
}
.trainer_inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 2.625em 1.313em 3.313em 1.313em;
}
h2.trainer_h2 {
	color: #C5C4C4;
	font-size: 3.125em;
    font-weight: 800;
    line-height: 1;
    padding-left: 0.28em;
}
span.trainer_sabtitle {
	color: #fff;
	font-size: 1.25em;
    font-weight: 700;
    margin-left: 0.7em;
}
.trainer_title_wrap {
	display: flex;
	align-items: start;
    flex-direction: column;
}
.trainer1 {
	display: flex;
	background-color: #fff;
	padding-top: 33px;
	margin-top: 2.75em;
	padding-bottom: 30px;
	align-items: center;
    padding-left: 1em;
	padding-right: 1em;
}

.trainer1_left {
	width: 30%;
    /*padding: 0 1em;*/
}
.trainer1_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1em;
	flex-grow: 1;
	/*padding-top: 1.875em;*/
}
span.trainer_name_wrap {
	font-weight: 700;
	font-size: clamp(0.75rem, 0.657rem + 0.47vw, 0.875rem);
	color: #FC470E;
	line-height: 1.4;
	border: solid 1px #FC470E;
	padding: 0.5em;
	display: inline-block;
	text-align: center;
	margin-bottom: 1em;
}
.trainer_comment_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	/*flex-grow: 1;*/
}
.trainer2 {
	    display: flex;
        background-color: #fff;
        padding-top: 33px;
        margin-top: 1.25em;
        padding-left: 1em;
        flex-direction: row-reverse;
	   padding-bottom: 30px;
	    padding-right: 1em;
}
.trainer2_right img {

}
.trainer2_right {

	width: 30%;
}
.trainer2_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1em;
	flex-grow: 1;
	/*padding-top: 1.875em;*/
}
p.trainer_comment {
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}
/*----price---------------------------------------------------------------*/
	
.price_wrap {
	background-color: #fff;
}
.price_inner {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 2.625em 0 0 0;
}
h2.price_h2 {
	color: #000;
	font-size: 3.125em;
    font-weight: 800;
    line-height: 1;
    padding-left: 0.28em;
}
span.price_sabtitle {
	color: #000;
	font-size: 1.25em;
    font-weight: 700;
    margin-left: 0.7em;
}
.price_title_wrap {
	display: flex;
	align-items: start;
    flex-direction: column;
	margin-bottom: 27px;
}
/*----apply3------------------------------------------------------------------------------*/
.apply3 {
	display: flex;
	justify-content: center;
	padding: 3em 0;
}
/*--------contact----------------------------------*/	
.contact_wrap
 {
	    padding-bottom: 10px;
        background: #FFF;
	    position: relative;
}

.contact_inner {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 3px #F36922;
    padding-bottom: 3.375em;
	padding-right: 1.125em;
        padding-left: 1.125em;
}
.c-heading .c-heading__en-text {
        margin-bottom: .5rem;
    }
.c-heading .c-heading__en-text {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .25rem;
	text-align: center;
}
.c-heading {
    text-align: center;
}

.c-heading .c-heading__main {
	font-size: 1.563em;
    font-weight: 600;
    line-height: 1;
    /*margin-bottom: 1.5rem;*/
}

h2.contact_h2 {
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}
p.contact_txt_orange {
    font-size: 1.125em;
    font-weight: 600;
    color: #FC260E;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2em;
}
.contact_form {
    background: #FDDF0F;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 120px 105px;
    font-size: 30px;
    font-weight: 600;
    max-width: 60em;
    width:clamp(750px, 100vw - 210px, 1080px);
	/*width:100%;*/
    margin-top: 85px;
    position: relative;
}
.contact_form::after {
	content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 123px;
    bottom: 0;
    margin: auto;
	}
.top-contact__button-wrap.js-animation-fade-top {
        padding-top: 2.375rem;
        max-width: 60em;
        margin: 0 auto;
        width: 100%;
    }
.button-primary {
	overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.875em;
    text-align: center;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    overflow: hidden;
    -webkit-transition: ease .2s;
    transition: ease .2s
}
.button-primary span {
        font-size:clamp(0.75rem, 0.61rem + 0.7vw, 0.938rem);
    }
.button-primary::before {
    left: 5vw;
        width: 2rem;
        height: 2rem;
        background-size: 100%;
        top: 41%;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        z-index: 3 !important;
    }
.button-primary[data-style=contact]::before {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/icn_mail.png)
}
.button-primary span {
    font-weight: 500;
    color: #fff;
    z-index: 3;
}

.button-primary span::before {
        content: "";
        display: block;
        position: absolute;
        top: 43%;
        right: 2.125rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        width: 16px;
        height: 16px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);

}	
.button-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #111;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s,-webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

	.js-animation-fade-top {
    opacity: 0
}

.js-animation-fade-top[data-anime=active] {
    -webkit-animation: fadeTop .6s ease-out forwards;
    animation: fadeTop .6s ease-out forwards
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
   .button-primary:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
.contact_tel{
		font-size: 0.938em;
	font-weight: bold;
	}
p.sp_txt.contact_info {
    font-size: 0.875em;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 1.313em;
}
/*----footer-----------------------------------------------------*/
footer {
    background: #F36922;
}	

ul.ul_footer {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding:1.688em 1.375em 1em 1.375em
}
    li.li_footer {
        font-size: clamp(0.563rem, 0.376rem + 0.93vw, 0.813rem);
        color: #fff;
        font-weight: 600;
        display: flex;
        line-height: 1;
        align-items: end;
        text-align: center;
		justify-content: center;
		margin-bottom: 1.5em;
    }
.footer_2 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}
.footer_3 {
    grid-column-start: 2;
    grid-row-start: 1;
}
img.footer_logo {
    width: min(19.889em, 60%);
}
.pc_txt{
	display: none;	
	}
.br_pc{
		display: none;
	}
	.br_sp {
	display: block;
}
/*----news area-----------------------------------------------------*/
.news_wrap {
    background-color: #FBF6A7;
}
.news_inner {
    display: flex;
    justify-content: center;
    padding: 0.3em 0;
    font-size: clamp(1.375rem, 0.213rem + 2.48vw, 3.188rem);
}
span.notice_txt_white {
    color: #fff;
    font-weight: 800;
    background-color: #FE2D5E;
    padding: 0.1em 0.2em;
    margin-right: 0.5em;
}
span.notice_txt_pink {
    font-weight: 800;
    color: #FE2D5E;
    padding: 0.1em 0.2em;
}
.content_h2 {
	background-color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
p.news_notice {
    font-size: 0.556em;
    color: #FE2D5E;
    padding: 0 1.5em 1em 1.5em;
}
}
/* --content area---------------------------------------------------*/

.content_wrap {
	padding: 3.75em 0.833em 100px 0;
	margin: 0 auto;
}

.content_h3 {
	font-size: 1.25em;
	font-weight: 900;
}

.txt_orange {
	color: #FC570E;
	font-weight: 600;
}
.h2_orange {
	color: #FC570E;
}
.lead_wrap {
	background-color: #fff;
}

