@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
	transform: rotate(0.05deg);
}

ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	line-height: 2em;
	transform: rotate(0.05deg);
}

a {
	transform: rotate(0.05deg);
}

a:focus,
*:focus {
	outline: none;
}

.wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.inner_wrap {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.page_contents {
	padding: 50px 0;
}

.split_outer {
	display: flex;
	flex-wrap: wrap;
}

span.cr {
	display: block;
}

span.caution {
	color: #c90028;
}

/* --------------------------------
   HEADER
-------------------------------- */
.header {
	width: 100%;
	background: #ffffff;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.3);
}

header.front_page {
	background: #c90028;
}

p.logo_sub {
	margin: 0 0 0 30px;
	font-size: 2.3rem;
	font-weight: 700;
}


header.front_page p.logo_sub {
	color: #ffffff;
}


#inner-header {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin: 0 auto;
}

div.header_logo_outer {
	display: flex;
	align-items: center;
}


/* --------------------------------
   NAVIGATION
-------------------------------- */
#nav_outer {
	padding: 5px 0;
}

ul.main_nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	max-width: 1040px;
	min-height: 20px;
	padding: 0 0 0 20px;
	margin: 0 auto;
}

ul.main_nav li {
	text-align: center;
}

ul.main_nav li a,
ul.main_nav li a:hover,
ul.main_nav li a:focus {
	display: block;
/*
	padding: 3px 5px;
*/
	color: #ffffff;
}

header.normal_page ul.main_nav li a,
header.normal_page ul.main_nav li a:hover,
header.normal_page ul.main_nav li a:focus {
	color: #000000;
}

/* --------------------------------
   SLIDER
-------------------------------- */
div#slider {
	max-width: 920px;
	margin: 0 auto;
}

/* --------------------------------
   FOOTER
-------------------------------- */
div#inner-footer {
	padding: 0 20px 60px 20px;
}

div#inner-footer hr {
	margin: 0 auto 20px auto;
	border: none;
	border-top: 2px solid #000000;
}

div.footer_logo_outer {
	padding: 10px 20px;
	background: #c90028;
	text-align: center;
}

div.footer_page_logo_outer {
	display: flex;
	align-items: center;
}

p.footer_page_logo_text {
	margin: 0 0 0 1em;
	font-size: 3.4rem;
	font-weight: 700;
}

div.footer_mail {
	margin: 20px auto 0 auto;
	gap: 20px;
}

div.footer_mail div.split_left {
	min-width: 155px;
	padding: 8px 0 0 0;
	font-size: 2rem;
}

div.footer_mail div.split_right {

}

p.footer_mail_name {
	font-size: 2.2rem;
	font-weight: 700;
}

p.footer_mail_name span {
	font-weight: 500;
}

div.footer_mail_address_outer {
	display: flex;
	gap: 20px;
	font-size: 2rem;
}

/* --------------------------------
   SIDEBAR
-------------------------------- */


/* --------------------------------
   WIDGETS
-------------------------------- */


/* --------------------------------
   TOP
-------------------------------- */
main.top_content section {
	position: relative;
	padding: 60px 0 0 0;
}

div.recruit_link_outer {
	margin: 0 auto;
	column-gap: calc(40 / 920 * 100%);
	row-gap: 20px;
}

div.recruit_link_box {
	display: block;
	width: calc(440 / 920 * 100%);
	border-radius: 10px;
	border: 2px solid #c90028;
	font-size: 2.1rem;
	text-align: center;
	transition: .5s;
}

div.recruit_link_box_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	background: #c90028;
	font-size: 2.3rem;
	text-align: center;
	color: #ffffff;
}

div.recruit_link_box_inner span {
	font-size: 1.8rem;
}

div.recruit_link_wrap {
	padding: 0 30px 30px 30px;
}

div.recruit_link_box a.split_inner {
	display: block;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 20px 10px;
	border-radius: 10px;
	font-size: 2.1rem;
	text-align: center;
	transition: .5s;
}

a.rikunabi_link {
	border: 1px solid #c90028;
	background: #c90028;
	font-weight: 700;
	color: #ffffff;
}

a.rikunabi_link:hover,
a.rikunabi_link:focus {
	background: #ffffff;
	color: #c90028;
}

a.n_navi_link {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}

a.n_navi_link:hover,
a.n_navi_link:focus {
	background: #ffffff;
	color: #000000;
}

div.top_anchor_link_outer {
	max-width: 800px;
	margin: 50px auto 0 auto;
	gap: 10px;
}

div.top_anchor_link_outer a.split_inner {
	display: block;
	width: 192px;
	padding: 15px 2px;
	border-radius: 10px;
	font-size: 1.5rem;
	text-align: center;
	transition: .5s;
}

a.top_anchor_link {
	border: 2px solid #c90028;
	background: #ffffff;
	font-weight: 700;
	color: #c90028;
}

a.top_anchor_link:hover,
a.top_anchor_link:focus {
	background: #c90028;
	color: #ffffff;
}

section#face {
	padding: 100px 0 0 0;
}

figure.nissan_face {
	text-align: center;
}

h3.face_title {
	margin: 100px auto 0 auto;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #c90028;
}

p.face_text {
	margin: 20px auto 0 auto;
	font-size: 1.7rem;
	text-align: center;
}

a.instagram_link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0 auto;
}

p.instagram_link_text {
	padding: 0 20px;
	font-size: 2rem;
	font-weight: 700;
	color: #c90028;
}

h2.top_title {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 1.4rem;
	font-weight: 900;
	color: #c90028;
}

div.massage_movie_outer {
	justify-content: space-between;
	gap: 45px;
	margin: 30px auto 0 auto;
}

div.massage_movie_outer div.split_inner {
	width: calc(425 / 920 * 100%);
}

div.massage_movie {

}

div.massage_movie iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

div.massage_caption_outer {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
}

div.massage_caption_outer span {
	padding: 0 1em;
	font-size: 1.4rem;
	font-weight: 700;
}

section#greeting {
	padding: 100px 0 0 0;
}

div.greeting_outer {
	position: relative;
	flex-wrap: wrap-reverse;
	gap: 20px;
	max-width: 980px;
	margin: 30px 0 0 auto;
}

div.greeting_outer div.split_left {
	width: calc(640 / 980 * 100%);
}

p.greeting_text {
	line-height: 2em;
	font-size: 1.5rem;
}

p.greeting_sign {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 30px auto 0 auto;
	font-size: 1.4rem;
}

p.greeting_sign span {
	padding: 0 0 0 1em;
	font-size: 2rem;
	font-weight: 700;
}

div.greeting_outer div.split_right {
	position: relative;
	width: calc(300 / 980 * 100%);
}

figure.top_massage_p01 {
	position: absolute;
	top: -80px;
	right: 0;
}

section#work {
	padding: 220px 0 0 0;
}

figure.top_work_p01 {
	position: absolute;
	top: 100px;
	width: calc(430 / 920 * 100%);
}

h2.top_work_title {
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #c90028;
}

h2.top_work_title span.top_work_caption {
	display: block;
	margin: 10px auto 0 auto;
	font-size: 1.7rem;
	color: #000000;
}

figure.top_work_p02 {
	margin: 40px auto 0 auto;
}

section#step {
	padding: 160px 0 0 0;
}

figure.top_step_p01 {
	position: absolute;
	top: 40px;
	right: 0;
	width: calc(420 / 920 * 100%);
}

section#step h2.top_work_title {
	margin: 0 auto 20px auto;
}

section#challenge {
	padding: 20px 0 0 0;
}

a.challenge_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #c90028;
	background: #c90028;
	color: #ffffff;
	transition: .5s;
}

a.challenge_link:hover,
a.challenge_link:focus {
	background: #ffffff;
	color: #c90028;
}

div.challenge_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 10px 0 0 0;
}

/*
width="135px" height="25px"
width="195px" height="25px"
width="215px" height="25px"
*/

div.challenge_title_nissan svg {
	max-width: 135px;
	width: 100%;
}

div.challenge_title_mechanic svg {
	max-width: 195px;
	width: 100%;
}

div.challenge_title_challenge svg {
	max-width: 215px;
	width: 100%;
}


a.challenge_link .st0 {
	transition: .5s;
}

a.challenge_link:hover .st0,
a.challenge_link:focus .st0 {
	fill: #c90028;
}

p.challenge_text {
	margin: -10px auto 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

div.challenge_link_text,
div.training_link_text {
	min-width: 132px;
	font-size: 1.8rem;
	font-weight: 700;
}

section#faq {
	padding: 100px 0 0 0;
}

div.faq_link_outer {
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 40px auto 0 auto;
}

div.faq_link_outer div.split_left {
	width: calc(432 / 920 * 100%);
}

div.faq_link_outer div.split_right {
	width: calc(432 / 920 * 100%);
}

a.faq_link {
	display: block;
	width: 100%;
	padding: 20px 10px;
	border-radius: 10px;
	font-size: 2.1rem;
	text-align: center;
	transition: .5s;
}

a.faq_link {
	border: 1px solid #c90028;
	background: #c90028;
	font-weight: 700;
	color: #ffffff;
}

a.faq_link:hover,
a.faq_link:focus {
	background: #ffffff;
	color: #c90028;
}

div.about_list_outer {
	column-gap: calc(48 / 920 * 100%);
}

div.about_list_inner {
	width: calc(145 / 920 * 100%);
}

h3.about_title {
	margin: 0 auto 15px auto;
	padding: 5px;
	background: #000000;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

a.training_link {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-size: 3rem;
	text-align: center;
	transition: .5s;
}

a.training_link {
	border: 1px solid #c90028;
	background: #c90028;
	font-weight: 700;
	color: #ffffff;
}

a.training_link:hover,
a.training_link:focus {
	background: #ffffff;
	color: #c90028;
}

a.training_link span {
	display: block;
	margin: 10px auto 0 auto;
	font-size: 2.2rem;
}

div.training_link_text {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

section#profile {
	padding: 200px 0 60px 0;
}

div.profile_outer {
	gap: 20px;
	margin: 20px 0 0 0;
}

div.profile_outer div.split_left {
	width: calc(350 / 920 * 100%);
}

div.profile_outer div.split_right {
	width: calc(550 / 920 * 100%);
}

figure.top_title_profile_map {
	position: absolute;
	top: 11%;
	right: 0;
	width: calc(550 / 920 * 100%);
}

div.profile_outer {
	padding: 0 0 150px 0;
}

div.profile_list_outer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 10px auto;
	font-size: 1.6rem;
}

div.profile_list_title {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	min-width: 100px;
	padding: 0 0 0 1.5em;
}

div.profile_list_title::before {
	content: '●';
	position: absolute;
	left: 0;
	color: #c90028;
}

div.profile_list_text {
	width: calc(220 / 350 * 100%);
}

p.profile_list_bottom_text {
	line-height: 1.8em;
	padding: 0 0 0 23px;
	font-size: 1.4rem;
}

div.profile_description_outer {
	max-width: 700px;
	margin: 40px auto 80px auto;
}

div.profile_address_outer {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}

div.profile_address_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	font-size: 1.5rem;
}

div.profile_company {
	display: flex;
	justify-content: space-between;
	min-width: 177px;
	font-size: 1.8rem;
	font-weight: 700;
}

div.profile_zip {
	min-width: 86px;
}

div.profile_tel {
	min-width: 130px;
}

/* --------------------------------
   PAGE
-------------------------------- */
article.page_contents section {
	padding: 100px 0 0 0;
}

/* training */
h2.page_content_title {
	padding: 20px;
	border-radius: 10px;
	background: #c90028;
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

section#training_head {
	padding: 0;
}

h2.training_head_title {
	padding: 40px 20px;
	font-size: 5.5rem;
}

h2.training_head_title span.training_head_title_caption {
	display: block;
	margin: 1em auto 0 auto;
	font-size: 4rem;
}

div.training_head_description {
	justify-content: space-between;
	margin: 40px auto 0 auto;
}

div.training_head_description div.split_left {
	width: calc(240 / 920 * 100%);
}

div.training_head_description div.split_right {
	width: calc(645 / 920 * 100%);
}

p.training_head_description_text {
	line-height: 1.6em;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

p.training_text_second {
	font-size: 2.6rem;
}

div.training_head_description figure {
	margin: 20px auto;
}

div.training_abroad_description {
	justify-content: space-between;
	margin: 40px auto 0 auto;
}

div.training_abroad_description div.split_left {
	line-height: 1.5em;
	width: calc(610 / 920 * 100%);
	font-size: 2.3rem;
}

div.training_abroad_description div.split_right {
	width: calc(280 / 920 * 100%);
}

h3.page_content_sub_title {
	margin: 40px auto 0 auto;
	padding: 20px;
	border-radius: 10px;
	background: #000000;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

ul.training_abroad_list {
	margin: 40px auto 0 auto;
}

ul.training_abroad_list li {
	position: relative;
	line-height: 1.5em;
	padding: 0 0 0 1.2em;
	font-size: 2.5rem;
	font-weight: 700;
}

ul.training_abroad_list li::before {
	content: '●';
	position: absolute;
	left: 0;
	color: #c90028;
}

p.training_abroad_text {
	line-height: 1.5em;
	margin: 40px auto 0 auto;
	font-size: 2.5rem;
	font-weight: 700;
}

h4.training_how_to_title {
	margin: 40px auto 0 auto;
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
}

section#training_how_to ul.training_abroad_list {
	max-width: 325px;
	margin: 40px auto 0 auto;
}

section#training_how_to ul.training_abroad_list li {
	line-height: 1.2em;
	margin: 0 auto;
}

p.training_how_to_text {
	margin: 40px auto 0 auto;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

figure.training_how_to_p01,
figure.training_how_to_p02 {
	margin: 40px auto 0 auto;
}


div.training_features_list {
	flex-wrap: nowrap;
	margin: 40px auto 0 auto;
	gap: 30px;
}

div.training_features_list div.split_left {
	display: flex;
	justify-content: center;
	min-width: 90px;
	background: #000000;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

p.training_features_list_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.training_features_list div.split_right ul {
	margin: 0;
}

div.training_features_fee {
	flex-wrap: nowrap;
	margin: 60px auto 0 auto;
	gap: 20px;
}

div.training_features_fee div.split_left {
	width: calc(400 / 920 * 100%);
}

div.training_features_fee div.split_right {
	width: calc(500 / 920 * 100%);
	text-align: right;
}

p.training_features_fee_text {
	font-size: 2rem;
	text-align: left;
}

ul.training_abroad_list_big li {
	font-size: 3.5rem;
}

ul.training_caution_list {
	margin: 40px auto 0 auto;
}

ul.training_caution_list li {
	position: relative;
	line-height: 1.8em;
	padding: 0 0 0 1.2em;
	font-size: 2rem;
}

ul.training_caution_list li::before {
	content: '※';
	position: absolute;
	left: 0;
}

/* faq */
section#faq {
	padding: 0;
}

div.faq_wrap {
	max-width: 860px;
	margin: 0 auto;
}

h2.faq_cat_title {
	position: relative;
	display: inline-block;
	margin: 40px 0 20px 0;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #c90028;
	background: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #c90028;
}

h2.faq_cat_title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 41%;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: #c90028 transparent transparent;
	translate: -50% 100%;
	transform: skew(25deg);
	transform-origin: top;
}

h2.faq_cat_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 41%;
	border-style: solid;
	border-width: 15.2px 0 0 15.2px;
	border-color: #ffffff transparent transparent;
	translate: calc(-50% + 0.4px) 100%;
	transform: skew(25deg);
	transform-origin: top;
}

div.faq_description_outer {
	margin: 30px auto 0 auto;
}

div.faq_qa_outer {
	flex-wrap: nowrap;
	margin: 10px auto;
	font-size: 2.6rem;
	font-weight: 700;
	gap: 5px;
}

div.faq_q {
	min-width: 30px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #c90028;
	text-align: right;
}

div.faq_q_text {
	color: #c90028;
}

div.faq_a {
	min-width: 30px;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: right;
}

div.faq_a_text {
	line-height: 1.8em;
	font-size: 2rem;
}

/* --------------------------------
   MEDIA QUERY
-------------------------------- */

@media (max-width: 767px) {
	span.cr {
		display: inline;
	}

	span.mobile_cr {
		display: block;
	}

	div.header_logo_outer {
		flex-wrap: wrap;
	}

	p.logo_sub {
		width: 100%;
		margin: 0 auto;
		font-size: 1.8rem;
	}

	div.recruit_link_box {
		width: 100%;
	}

	div.profile_address_outer,
	div.footer_page_logo_outer,
	div.footer_mail_address_outer {
		flex-wrap: wrap;
	}

	div.recruit_link_box_inner {
		font-size: 1.8rem;
	}

	div.recruit_link_box_inner span {
		font-size: 1.4rem;
	}

	div.recruit_link_box a.split_inner {
		margin: 20px auto 0 auto;
		padding: 10px;
		font-size: 1.8rem;
	}

	div.recruit_link_wrap {
		padding: 0 20px 20px 20px;
	}

	div.top_anchor_link_outer {
		display: none;
		visibility: hidden;
	}

	section#face {
		padding: 50px 0 0 0;
	}

	h3.face_title {
		margin: 50px auto 0 auto;
		font-size: 2rem;
	}

	p.face_text {
		font-size: 1.6rem;
		text-align: left;
	}

	p.instagram_link_text {
		padding: 0 10px;
		font-size: 1.5rem;
	}

	div.massage_movie_outer div.split_inner {
		width: 100%;
	}

	div.massage_caption_outer {
		font-size: 1rem;
	}

	div.massage_caption_outer span {
		padding: 0 0.5em;
		font-size: 1.2rem;
	}

	h2.top_title {
		font-size: 1.2rem;
		font-weight: 900;
		color: #c90028;
	}

	figure.top_massage_p01 {
		position: relative;
		top: 0;
		right: 0;
		padding: 0 50px;
	}

	div.greeting_outer div.split_left,
	div.greeting_outer div.split_right {
		width: 100%;
	}

	p.greeting_sign {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	p.greeting_sign span {
		width: 100%;
		padding: 0 0 0 1em;
		font-size: 2rem;
		font-weight: 700;
		text-align: right;
	}

	section#work {
		padding: 0;
	}

	figure.top_work_p01 {
		position: relative;
		width: 100%;
	}

	h2.top_work_title {
		padding: 0 0 0 80px;
		font-size: 2rem;
	}

	h2.top_work_title span.top_work_caption {
		display: block;
		margin: 10px auto 0 auto;
		font-size: 1.5rem;
		color: #000000;
	}

	section#step {
		padding: 50px 0 0 0;
	}

	figure.top_step_p01 {
		position: static;
		top: 0;
		width: 100%;
		margin: 0 auto;
	}

	section#step h2.top_work_title {
		margin: -30px 0 0 0;
		padding: 0;
		font-size: 2rem;
		text-align: left;
	}

	figure.top_step_p02,
	figure.top_step_p03,
	figure.top_step_p04,
	figure.top_step_p05 {
		margin: 30px auto 0 auto;
	}

	a.challenge_link {
		flex-wrap: wrap;
		gap: 10px;
	}

	div.challenge_title {
		gap: 10px;
		padding: 0;
	}

	p.challenge_text {
		line-height: 1.5em;
		margin: 0 auto;
		font-size: 1.4rem;
	}

	div.faq_link_outer {
		gap: 20px;
		margin: 60px auto 0 auto;
	}

	div.faq_link_outer div.split_left,
	div.faq_link_outer div.split_right {
		width: 100%;
	}

	div.about_list_outer {
		gap: 30px;
		margin: 50px auto 0 auto;
	}

	div.about_list_inner {
		width: 45%;
	}

	a.training_link {
		font-size: 2rem;
		text-align: center;
		transition: .5s;
	}

	div.training_link_text {
		position: relative;
		top: 0;
		right: 0;
		margin: 10px auto 0 auto;
		transform: unset;
	}

	section#profile {
		padding: 50px 0 60px 0;
	}

	div.profile_outer div.split_left,
	div.profile_outer div.split_right {
		width: 100%;
	}

	p.profile_list_bottom_text {
	}

	figure.top_title_profile_map {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}

	div.profile_outer {
		flex-wrap: wrap-reverse;
		padding: 0 0 50px 0;
	}

	div.profile_address_outer {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap: 0;
		width: 100%;
	}

	div.profile_address_inner {
		flex-wrap: wrap;
		gap: 0;
		width: 100%;
	}

	div.profile_company {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		min-width: unset;
		margin: 20px auto 10px auto;
		padding: 5px 10px;
		border: 1px solid #000000;
	}

	div.profile_zip {
		width: 100%;
	}

	article.page_contents section {
		padding: 50px 0 0 0;
	}

	h2.training_head_title {
		padding: 20px;
	}

	h2.training_head_title,
	h2.training_head_title span.mobile_cr {
		line-height: 1.5em;
		font-size: 3rem;
	}

	h2.training_head_title span.training_head_title_caption {
		margin: 0;
		font-size: 1.8rem;
	}

	div.training_head_description div.split_left {
		display: none;
		visibility: hidden;
	}

	div.training_head_description div.split_right {
		width: 100%;
	}

	p.training_head_description_text {
		line-height: 1.6em;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
	}

	h2.page_content_title {
		font-size: 2.2rem;
	}

	div.training_abroad_description div.split_left {
		width: 100%;
	}

	div.training_abroad_description div.split_right {
		display: none;
		visibility: hidden;
	}

	h3.page_content_sub_title {
		font-size: 2.2rem;
	}

	h4.training_how_to_title {
		line-height: 1.5em;
		font-size: 3.2rem;
	}

	p.training_how_to_text {
		margin: 40px auto 0 auto;
		font-size: 2rem;
	}

	div.training_features_list {
		flex-wrap: wrap;
		gap: 20px;
	}

	div.training_features_list div.split_left {
		width: 100%;
	}

	div.training_features_fee {
		flex-wrap: wrap;
		margin: 60px auto 0 auto;
		gap: 40px;
	}

	div.training_features_fee div.split_left,
	div.training_features_fee div.split_right {
		width: 100%;
	}

	p.training_features_fee_text {
		margin: 10px auto 0 auto;
		font-size: 1.3rem;
		text-align: center;
	}

	ul.training_abroad_list_big li {
		font-size: 2.8rem;
	}

	div.footer_page_logo_outer {
		justify-content: center;
	}

	div.footer_mail {
		gap: 0;
	}

	p.footer_mail_name {
		font-size: 1.6rem;
	}

	div.footer_mail_address_outer {
		gap: 0;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	p.logo_sub {
		margin: 0 0 0 20px;
		font-size: 1.8rem;
		font-weight: 700;
	}

	div.recruit_link_box_inner {
		font-size: 1.8rem;
	}

	div.recruit_link_box_inner span {
		font-size: 1.6rem;
	}

	div.top_anchor_link_outer a.split_inner {
		width: 174px;
		font-size: 1.3rem;
	}

	p.face_text {
		font-size: 1.4rem;
	}

	div.massage_caption_outer {
		font-size: 1rem;
	}

	div.massage_caption_outer span {
		font-size: 1.2rem;
	}

	figure.top_massage_p01 {
		position: relative;
		top: 0;
		right: 0;
	}

	p.challenge_text {
		font-size: 1.6rem;
	}

	a.training_link {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px;
		border-radius: 10px;
		font-size: 2.5rem;
		text-align: center;
		transition: .5s;
	}

	a.training_link span {
		margin: 0 auto;
	}

	div.profile_list_outer {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10px auto;
		font-size: 1.4rem;
	}

	div.profile_list_title {
		min-width: 80px;
	}

	h2.training_head_title {
		font-size: 4.5rem;
	}

	p.training_head_description_text {
		font-size: 1.8rem;
	}

	div.training_abroad_description div.split_left {
		font-size: 1.8rem;
	}

	p.training_abroad_text {
		font-size: 2.2rem;
	}

	h4.training_how_to_title {
		font-size: 4rem;
	}

	p.training_how_to_text {
		font-size: 2.2rem;
	}

	p.training_features_fee_text {
		font-size: 1.5rem;
		text-align: left;
	}
}

@media (min-width: 1024px) {

}

@media (min-width: 1921px) {

}