@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	word-wrap: break-word;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px;
	min-height: 139px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #FFFFFF;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.l-header.is-hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-footer {
	background: #000;
	color: #FFF;
}

.l-wrapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.navi {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 77.9%;
	padding: 48px 0 0;
	margin-bottom: -7px;
}

.navi__item {
	width: 18.9%;
	min-width: 140px;
	margin-left: 1.375%;
	margin-bottom: 7px;
}

.navi__item:first-child {
	margin-left: 0;
}

.navi__item a {
	display: block;
	border: 1px solid #000;
	background: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	text-align: center;
	border-radius: 12px;
	padding: 10px 0;
	text-decoration: none;
}

.navi__item--entry {
	position: absolute;
	top: 0;
	right: 0;
}

.navi__item--entry a {
	background: #DD960F;
	color: #ffffff;
	border-color: #DD960F;
	font-size: 2.2rem;
	font-weight: 900;
	padding: 6px 0;
}

.header-logo {
	width: 165px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 10px;
	margin-right: 20px;
}

.footer {
	position: relative;
	padding: 34px 0;
}

.footer__logo {
	position: absolute;
	top: 50%;
	left: 5.17%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 147px;
}

.footer__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 150px 0 170px;
}

.footer__navi__item {
	font-size: 1.2rem;
}

.footer__navi__item:not(:last-child)::after {
	content: "/";
	margin: 0 0.5em;
}

.footer__navi__item a {
	text-decoration: none;
}

.footer__copyright {
	position: absolute;
	top: 50%;
	right: 3.92%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 1rem "Raleway", sans-serif;
	letter-spacing: 0.09em;
}

.mainvisual {
	padding-top: 139px;
	height: auto;
}

.mainvisual__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 7;
}

.mainvisual__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 10%;
}

.mainvisual__text {
	font-size: 5.5rem;
	letter-spacing: -0.07em;
	line-height: 1.55;
	text-align: center;
	padding: 36px 0;
}

.mainvisual__text span {
	color: #DD960F;
}

.lead {
	padding: 8px 0 93px;
}

.lead__text {
	font-size: 2.3rem;
	letter-spacing: 0.06em;
	line-height: 2.61;
	text-align: center;
	margin-bottom: 40px;
}

.about {
	padding: 58px 0 70px;
}

.about__heading {
	text-align: center;
	margin-bottom: 38px;
}

.about__heading__jp {
	display: block;
	font-size: 2.515rem;
	letter-spacing: 0.09em;
	margin-bottom: 8px;
}

.about__heading__en {
	display: block;
	font: 900 5.659rem "Raleway", sans-serif;
	letter-spacing: 0.1em;
}

.about__copy {
	position: relative;
	padding: 60px 0 468px;
	text-align: center;
	background: url(../part_image/bg_about.jpg) no-repeat top center/100% auto;
}

.about__copy::before {
	position: absolute;
	bottom: -80px;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% - 168px);
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(21.1729%, #ffffff));
	background: linear-gradient(to bottom, transparent, #ffffff 21.1729%);
}

.about__copy__main {
	font: 900 11.326rem "Raleway", sans-serif;
	letter-spacing: 0.05em;
	color: #DD960F;
	margin-bottom: 10px;
}

.about__copy__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__copy__sub__item {
	font-size: 1.65rem;
}

.about__copy__sub__item span {
	font: 900 3.663rem "Raleway", sans-serif;
	color: #DD960F;
	padding-right: 12px;
	display: inline-block;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.about__copy__sub__item:not(:last-child)::after {
	content: "";
	width: 43px;
	height: 43px;
	display: inline-block;
	background: url(../part_image/icon_cross.svg) no-repeat center/contain;
	margin: 0 15px;
	vertical-align: middle;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.about__text {
	position: relative;
	font-size: 2.3rem;
	letter-spacing: 0.12em;
	line-height: 3.04;
	text-align: center;
	margin-top: -317px;
}

.article-employeeb {
	margin-bottom: 80px;
}

.article-work {
	margin-bottom: 80px;
}

.article-voice {
	margin-bottom: 120px;
}

.article-tac {
	margin-bottom: 110px;
}

.article-faq {
	margin-bottom: 100px;
}

.section-image {
	width: calc(50vw + 132px);
	height: 400px;
	border-radius: 40px 0 0 40px;
	overflow: hidden;
	margin-left: auto;
	position: relative;
	z-index: 10;
}

.section-image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-head {
	position: relative;
	padding-top: 94px;
	margin-top: -151px;
	margin-bottom: 55px;
}

.section-head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100%;
	min-width: 1200px;
	height: 200%;
}

.section-head--employeeb::before {
	background: url(../part_image/bg_employeeb.jpg) no-repeat center top/100% auto;
}

.section-head--work::before {
	background: url(../part_image/bg_work.jpg) no-repeat center top/100% auto;
}

.section-head--voice::before {
	background: url(../part_image/bg_voice.jpg) no-repeat center top/100% auto;
}

.section-head--tac::before {
	background: url(../part_image/bg_tac.jpg) no-repeat center top/100% auto;
}

.section-head--faq {
	margin-bottom: 90px;
}

.section-head--faq::before {
	background: url(../part_image/bg_faq.jpg) no-repeat center top/100% auto;
}

.section-head__title {
	position: relative;
	font-size: 4.259rem;
	letter-spacing: 0.2em;
	margin-bottom: 0.7em;
}

.section-head__title--narrow-1 {
	letter-spacing: 0.12em;
}

.section-head__title--narrow-2 {
	letter-spacing: 0;
}

.section-head__en {
	position: relative;
	font-weight: 800;
	font-size: 9.583rem;
	font-family: "Raleway", sans-serif;
	letter-spacing: 0.082em;
	line-height: 0.83;
	display: block;
}

.section-head__text {
	position: relative;
	font-size: 2.3rem;
	line-height: 2.39;
	letter-spacing: 0.03em;
	margin-top: 1.54em;
}

.employeeb {
	margin-bottom: 60px;
}

.employeeb__video + .employeeb__video {
	margin-top: 25px;
}

.employeeb__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 28px;
}

.employeeb__heading:not(:first-child) {
	margin-top: 36px;
}

.employeeb__heading__num {
	font-size: 5.28rem;
	font-weight: 800;
	font-family: "Raleway", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 0.5em;
	line-height: 0.53;
	letter-spacing: 0.1em;
}

.employeeb__heading__num::after {
	content: "";
	display: block;
	width: 1px;
	height: 0.63em;
	background: #000;
	margin-left: 0.21em;
	-webkit-transform: translateY(0.08em);
	-ms-transform: translateY(0.08em);
	transform: translateY(0.08em);
}

.employeeb__heading__text {
	font-size: 2.8rem;
	letter-spacing: 0.22em;
	line-height: 1.4;
}

.employeeb__text {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: -0.04em;
}

.video {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.video::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.1872%;
}

.video::after {
	content: '';
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 56.1872;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.video_hoikuen::after {
	background-image: url('../part_image/egao_Fukurikosei_hoikuen12s_230818.webp');
}
.video_gakudo::after {
	background-image: url('../part_image/egao_Fukurikosei_gakudo12s_230818.webp');
}
.video_shokudo::after {
	background-image: url('../part_image/egao_Fukurikosei_shokudo12s_230818.webp');
}
.video_cafe::after {
	background-image: url('../part_image/egao_Fukurikosei_cafe12s_230818.webp');
}
.video_gym::after {
	background-image: url('../part_image/egao_Fukurikosei_gym12s_230818.webp');
}

.video video {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.work:not(:last-child) {
	margin-bottom: 60px;
}

.work__heading {
	font-size: 3rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 16px;
}

.work__heading__icon {
	display: block;
	width: 125px;
}

.work__heading__icon--2 {
	padding-left: 1.2%;
}

.work__heading__icon--3 {
	padding-left: 0.8%;
}

.work__heading__text {
	padding-bottom: 8px;
	letter-spacing: 0.1em;
}

.work__body {
	background: #FAEFDB;
	border-radius: 40px;
	padding: 30px;
}

.work__main {
	font-size: 2.2rem;
	line-height: 1.8181818182;
	letter-spacing: 0.02em;
}

.work__list {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 2.2222222222;
}

.work__list li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.work__list li::before {
	content: "・";
}

.voice-primary:not(:last-child) {
	margin-bottom: 80px;
}

.voice-head {
	margin-bottom: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.voice-primary:nth-child(even) .voice-head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.voice-head__image {
	width: 36.45%;
	overflow: hidden;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.voice-head__image img {
	display: block;
	width: 100%;
}

.voice-head__main {
	width: 100%;
}

.voice-head__title {
	color: #DD960F;
	font-weight: 700;
	font-size: 3.234rem;
	letter-spacing: 0.07em;
	padding-bottom: 17px;
	border-bottom: 0.5px solid #000;
	margin-bottom: 17px;
	min-height: 2.8em;
	padding-left: 8.2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.voice-primary:nth-child(even) .voice-head__title {
	padding-left: 0;
	padding-right: 5%;
}

.voice-head__profile {
	line-height: 1.4;
	padding-left: 8.2%;
	letter-spacing: 0.08em;
}

.voice-primary:nth-child(even) .voice-head__profile {
	padding-left: 0;
	padding-right: 5%;
}

.voice-head__name {
	font-size: 2.48rem;
}

.voice-head__works {
	font-size: 1.941rem;
	margin-top: 8px;
}

.voice-main {
	margin-bottom: 47px;
}

.voice-main__button {
	background: #DD960F;
	font-weight: 500;
	font-size: 1.95rem;
	text-align: center;
	padding: 0;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 35px auto 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	letter-spacing: 0.15em;
}

.voice-main__button::after {
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 14px;
	height: 7px;
	background: url(../part_image/icon_arrow_under.svg) no-repeat center/contain;
}

.voice-main__button:hover,
.voice-main__button:focus-visible {
	opacity: 0.6;
}

.voice-main__detail {
	display: none;
}

.voice-section {
	margin-bottom: 30px;
}

.voice-section__heading {
	font-size: 2.4rem;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 12px;
	color: #DD960F;
}

.voice-section__text {
	font-size: 1.8rem;
	line-height: 2;
}

.heading-medium {
	text-align: center;
	font-size: 3.3rem;
	margin-bottom: 40px;
}

.heading-medium--voice::before {
	content: "";
	display: block;
	width: 96px;
	height: 93px;
	background: url(../part_image/icon_voice_heading.svg) no-repeat center/contain;
	margin: 0 auto 23px;
}

.heading-medium--bold {
	font-weight: 700;
}

.voice-secondary {
	background: #FAEFDB;
	border-radius: 30px;
	position: relative;
	margin-bottom: 40px;
}

.voice-secondary.is-opened {
	position: static;
}

.voice-secondary__heading {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.35;
	letter-spacing: 0.15em;
	padding: 25px 10px 12px;
	position: relative;
}

.voice-secondary__main {
	display: none;
}

.voice-secondary__inner {
	padding: 20px 0 25px;
	width: 91.875%;
	margin: 0 auto;
}

.voice-secondary__label {
	background: #DD960F;
	text-align: center;
	padding: 18px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 30px;
	margin-bottom: 30px;
}

.voice-secondary__label:not(:first-child) {
	margin-top: 42px;
}

.voice-secondary__text {
	font-size: 1.8rem;
	line-height: 2;
	padding: 0 0.5em;
}

.voice-secondary__text li::before {
	content: "・";
}

.voice-secondary__button {
	display: block;
	width: 100%;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 16px 0;
}

.voice-secondary.is-opened .voice-secondary__button {
	position: relative;
}

.voice-secondary.is-opened .voice-secondary__button--open {
	display: none;
}

.voice-secondary__button--open:hover img {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.voice-secondary__button--close {
	display: none;
}

.voice-secondary.is-opened .voice-secondary__button--close {
	display: block;
}

.voice-secondary__button--close img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.voice-secondary__button--close:hover img {
	-webkit-transform: rotate(180deg) scale(1.5);
	-ms-transform: rotate(180deg) scale(1.5);
	transform: rotate(180deg) scale(1.5);
}

.voice-secondary__button::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.voice-secondary__button img {
	display: block;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-wrap {
	margin-top: 100px;
}

.button {
	position: relative;
	display: block;
	border: none;
	font-size: 1.95rem;
	letter-spacing: 0.11em;
	background: #DD960F;
	border-radius: 30px;
	padding: 20px 0;
	text-decoration: none;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

.button::before {
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 17px;
	height: 7px;
	display: block;
	background: url(../part_image/arrow_right.svg) no-repeat center/contain;
}

.button--lg {
	font-size: 3.2rem;
	width: 500px;
	padding: 34px 0;
	border-radius: 50px;
}

.button--lg::before {
	right: 37px;
	width: 28px;
	height: 12px;
}

.training__heading-1 {
	text-align: center;
	margin-bottom: 23px;
}

.training__heading-1__en {
	font: 900 6.5rem "Raleway", sans-serif;
	letter-spacing: 0.16em;
	color: #DD960F;
}

.training__heading-1__jp {
	font-size: 2.3rem;
	letter-spacing: 0.2em;
	margin-top: 13px;
}

.training__heading-1__jp span {
	color: #DD960F;
}

.training__lead {
	font-size: 2.3rem;
	letter-spacing: 0.06em;
	line-height: 2.39;
	text-align: center;
	margin-bottom: 18px;
}

.training__heading-2 {
	font-size: 3.3rem;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 35px;
	color: #DD960F;
}

.training-step {
	position: relative;
	padding: 117px 0 0;
	margin-bottom: 80px;
}

.training-step::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 82px;
	height: 82px;
	display: block;
	background: url(../part_image/icon_step.svg) no-repeat center/contain;
}

.training-step__item {
	position: relative;
}

.training-step__item:not(:last-child) {
	margin-bottom: 86px;
}

.training-step__item:not(:last-child)::before {
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 39px;
	height: 29px;
	display: block;
	background: url(../part_image/arrow_step.svg) no-repeat center/contain;
}

.training-step__heading {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #000;
	padding-bottom: 13px;
	margin-bottom: 10px;
}

.training-step__text {
	font-size: 1.8rem;
	line-height: 1.78;
}

.training-step__text p:not(:last-child) {
	margin-bottom: 1.78em;
}

.training-career {
	padding: 10px 0 0;
}

.training-career__table {
	position: relative;
}

.training-career__table::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 36%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #ffffff), color-stop(50%, transparent));
	background: linear-gradient(to left bottom, #ffffff 50%, transparent 50%);
	z-index: 1;
}

.training-career__table::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #000;
	z-index: 1;
}

.training-career__table tbody tr {
	position: relative;
	display: block;
}

.training-career__table tbody tr::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #000;
	z-index: 1;
}

.training-career__table tbody tr:first-child th {
	background: #f8eacf;
}

.training-career__table tbody tr:nth-child(2) th {
	background: #efce8f;
}

.training-career__table tbody tr:nth-child(3) th {
	background: #e6b24f;
}

.training-career__table tbody tr:nth-child(4) th {
	background: #dd960f;
}

.training-career__table tbody th {
	position: relative;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	vertical-align: middle;
	width: 36%;
	text-align: left;
	padding: 0 10px 0 20px;
}

.training-career__table tbody th.training-career__table__lg {
	font-size: 2.9rem;
}

.training-career__table tbody th.training-career__table__lg span span {
	font-size: 2rem;
}

.training-career__table tbody th span {
	position: relative;
	z-index: 1;
}

.training-career__table tbody td {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.67;
	text-align: justify;
	padding: 16px 0;
}

.js-accordion-content {
	display: none;
}

.faq {
	position: relative;
	border-bottom: 0.5px solid #000;
	padding-bottom: 25px;
}

.faq:first-of-type {
	border-top: 0.5px solid #000;
}

.faq__question button {
	background: none;
	border: none;
	padding: 27px 30px 7px 1.2em;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	display: block;
	text-align: left;
	font-size: 2.8rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-indent: -1.2em;
}

.faq__question button::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.faq__question button span {
	padding-right: 0.18em;
}

.faq__question button.is-opend::before {
	pointer-events: none;
}

.faq__question button.is-opend img {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.faq__question img {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__answer {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.63;
	color: #DD960F;
	padding-right: 30px;
}

.faq__answer p {
	padding-left: 1.5em;
}

.faq__answer p:first-child {
	text-indent: -1.5em;
}

.faq__answer p:first-child::before {
	content: "A. ";
}

.faq__answer a {
	text-decoration: none;
}

.faq__answer a:hover {
	text-decoration: underline;
}

.scrollin,
.scrollins__item {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	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;
}

.modal__container {
	position: relative;
	background: #ffffff;
	padding: 0;
	max-width: 902px;
	max-height: 90%;
	width: 95vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 26px;
	height: 26px;
}

.modal__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 37px;
	height: 1px;
	display: block;
	background: #000;
}

.modal__close span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/**************************\
	Demo Animation Style
\**************************/

.modal[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
	will-change: transform;
}

@media screen and (min-width: 768px) {

.l-wrapper { /* pc */
	max-width: 960px;
}

.navi__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	opacity: 0.6;
}

.button { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button:hover {
	opacity: 0.6;
}

}

@media screen and (max-width: 960px) {

.section-image { /* md */
	width: 80%;
	height: 350px;
}

.section-head { /* md */
	margin-top: -80px;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-header { /* sp */
	padding: 12px 10px;
	min-height: auto;
}

.navi { /* sp */
	padding: 0;
	width: 73.1%;
}

.navi__item { /* sp */
	width: 31.8%;
	min-width: auto;
	margin-left: 0;
}

.navi__item:not(:nth-child(3n)) {
	margin-right: 2.3%;
}

.navi__item a { /* sp */
	font-size: 1rem;
	letter-spacing: 0.05em;
	padding: 3.5px 0;
	border-radius: 6px;
}

.navi__item--entry { /* sp */
	position: static;
}

.navi__item--entry a { /* sp */
}

.header-logo { /* sp */
	width: 82px;
	margin-top: 6px;
	margin-right: 0;
}

.footer { /* sp */
	padding: 40px 20px;
}

.footer__logo { /* sp */
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.footer__navi { /* sp */
	display: block;
	padding: 0;
	text-align: center;
}

.footer__navi__item { /* sp */
	font-size: 1.4rem;
}

.footer__navi__item:not(:last-child) {
	margin-bottom: 20px;
}

.footer__navi__item:not(:last-child)::after { /* sp */
	content: none;
}

.footer__copyright { /* sp */
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-top: 50px;
	text-align: center;
}

.mainvisual { /* sp */
	height: auto;
	min-height: auto;
	padding-top: 69px;
}

.mainvisual__video { /* sp */
	height: auto;
	aspect-ratio: 100 / 85.6;
}


.mainvisual__text { /* sp */
	font-size: 2.5rem;
	line-height: 1.4;
	padding: 13px 0 5px;
}

.lead { /* sp */
	padding: 0 0 30px;
}

.lead__text { /* sp */
	font-size: 1.15rem;
	letter-spacing: 0.03em;
	line-height: 2.39;
	margin-bottom: 15px;
}

.about { /* sp */
	padding: 50px 0;
}

.about__heading { /* sp */
	margin-bottom: 20px;
}

.about__heading__jp { /* sp */
	font-size: 2rem;
	margin-bottom: 5px;
}

.about__heading__en { /* sp */
	font-size: 4.5rem;
}

.about__copy { /* sp */
	padding: 50px 0 300px;
}

.about__copy::before { /* sp */
	bottom: -40px;
	height: calc(100% - 84px);
}

.about__copy__main { /* sp */
	font-size: 5rem;
}

.about__copy__sub__item { /* sp */
	font-size: 1rem;
}

.about__copy__sub__item span { /* sp */
	font-size: 2rem;
	padding-right: 5px;
}

.about__copy__sub__item:not(:last-child)::after { /* sp */
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.about__text { /* sp */
	font-size: 1.6rem;
	padding: 0 20px;
	margin-top: -230px;
}

.section-image { /* sp */
	border-radius: 20px 0 0 20px;
	height: 45vw;
}

.section-head { /* sp */
	margin-top: -18vw;
	padding-top: calc(18vw + 28px);
}

.section-head::before { /* sp */
	min-width: 750px;
}

.section-head__title { /* sp */
	font-size: 2.6rem;
}

.section-head__en { /* sp */
	font-size: 3.8rem;
}

.section-head__text { /* sp */
	font-size: 1.6rem;
	line-height: 1.8;
}

.employeeb__heading { /* sp */
	margin-bottom: 15px;
}

.employeeb__heading__num { /* sp */
	font-size: 3.8rem;
	margin-right: 0.3em;
}

.employeeb__heading__text { /* sp */
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}

.employeeb__text { /* sp */
	font-size: 1.4rem;
}

.video { /* sp */
	border-radius: 20px;
}

.work__heading { /* sp */
	font-size: 2.2rem;
}

.work__heading__icon { /* sp */
	width: 65px;
	margin-right: 15px;
}

.work__body { /* sp */
	border-radius: 20px;
	padding: 20px 6%;
}

.work__main { /* sp */
	font-size: 1.6rem;
}

.work__list { /* sp */
	font-size: 1.4rem;
	margin-top: 20px;
}

.voice-head { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice-head__image { /* sp */
	width: 32%;
}

.voice-head__main { /* sp */
	width: 68%;
}

.voice-head__title { /* sp */
	font-size: 2.4rem;
	line-height: 1.4;
	width: 100%;
	padding-left: 0;
}

.voice-primary:nth-child(even) .voice-head__title { /* sp */
	padding-right: 0;
}

.voice-head__name { /* sp */
	font-size: 1.7rem;
}

.voice-head__works { /* sp */
	font-size: 1.4rem;
}

.voice-main__button { /* sp */
	width: 300px;
	font-size: 1.4rem;
	height: 36px;
}

.voice-section__heading { /* sp */
	font-size: 2rem;
}

.voice-section__text { /* sp */
	font-size: 1.4rem;
}

.heading-medium { /* sp */
	font-size: 2.5rem;
}

.heading-medium--voice::before { /* sp */
	width: 50px;
	height: 48px;
	margin-bottom: 16px;
}

.voice-secondary { /* sp */
	border-radius: 20px;
	margin-bottom: 25px;
}

.voice-secondary__heading { /* sp */
	font-size: 1.8rem;
}

.voice-secondary__label { /* sp */
	font-size: 1.6rem;
	padding: 10px;
	margin-bottom: 10px;
}

.voice-secondary__label:not(:first-child) { /* sp */
	margin-top: 24px;
}

.voice-secondary__text { /* sp */
	font-size: 1.4rem;
}

.button-wrap { /* sp */
	margin-top: 50px;
}

.button { /* sp */
	font-size: 1.17rem;
	letter-spacing: 0.11em;
	border-radius: 18px;
	width: 180px;
	padding: 12px 0;
}

.button::before { /* sp */
	right: 12px;
	width: 9px;
	height: 4px;
}

.button--lg { /* sp */
	font-size: 2rem;
	width: 250px;
	padding: 15px 0;
	border-radius: 30px;
}

.button--lg::before { /* sp */
	right: 20px;
	width: 15px;
	height: 12px;
}

.training__heading-1__en { /* sp */
	font-size: 4rem;
}

.training__heading-1__jp { /* sp */
	font-size: 1.8rem;
	line-height: 1.3;
	margin-top: 6px;
}

.training__lead { /* sp */
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.training__heading-2 { /* sp */
	font-size: 2.7rem;
	line-height: 1.3;
}

.training-step { /* sp */
	padding: 100px 0 0;
}

.training-step::before { /* sp */
	width: 60px;
	height: 60px;
}

.training-step__item:not(:last-child)::before { /* sp */
	width: 30px;
	height: 20px;
}

.training-step__heading { /* sp */
	font-size: 2rem;
	line-height: 1.5;
	padding-bottom: 5px;
	text-indent: -2.6em;
	padding-left: 2.6em;
}

.training-step__text { /* sp */
	font-size: 1.6rem;
}

.training-career__table::before { /* sp */
	display: none;
}

.training-career__table tbody th { /* sp */
	display: block;
	width: 100%;
	font-size: 2rem;
	padding: 10px;
}

.training-career__table tbody th.training-career__table__lg { /* sp */
	font-size: 2.2rem;
}

.training-career__table tbody th.training-career__table__lg span span { /* sp */
	font-size: 1.8rem;
}

.training-career__table tbody td { /* sp */
	display: block;
	width: 100%;
	font-size: 1.6rem;
}

.faq { /* sp */
	padding-bottom: 18px;
}

.faq__question button { /* sp */
	font-size: 1.8rem;
	padding-top: 20px;
}

.faq__answer { /* sp */
	font-size: 1.4rem;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

