@charset "UTF-8";
/*
Theme Name: sumi
Theme URI: 
Author: One-X
Author URI: https://one-x.co.jp/
Version: 1.0
*/
/** default setting **********************************************************/
*, *:before, *:after {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0;
	min-width : 0;
}
html {
	scroll-padding-top: 80px;
}
body {
	color: #202123;
	font-size: 16px;
	line-height: 2.0;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-weight: 400;
	width: 100%;
	letter-spacing: 0.05em;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}
.no-scroll { overflow: hidden;}
.en { font-family: "Montserrat", sans-serif;}
.auto-ph { word-break: auto-phrase;}

a { color: #202124; text-decoration: none; transition-duration: 0.5s;}
a:active { color: #202124; text-decoration: underline;}
a:visited { color: #202124;}

h1,h2,h3,h4,h5 { line-height: 1.4; font-weight: 700;}
img { border: none; max-width: 100%; height: auto;}
table,th,td,input,select,textarea { font-size: inherit; font-family: inherit;}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #CACCCE;
	border-left: solid 1px #CACCCE;
	width: 100%;
	margin-bottom: 20px;
}
.entry-body table { width: auto;}
table th {
	padding: 15px;
	background: #f4f4f4;
	border-right: solid 1px #CACCCE;
	border-bottom: solid 1px #CACCCE;
}
table thead th {
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
	border-right: solid 1px #CACCCE;
	background: #F8F7F6;
}
table td {
	padding: 15px;
	background: #fff;
	border-bottom: solid 1px #CACCCE;
	border-right: solid 1px #CACCCE;
}
table ul, table ol { margin: 0; padding-left: 1.35rem;}

.bold { font-weight: 700!important;}
.mediumbold { font-weight: 500!important;}
.normalweight { font-weight: 400!important;}
.light { font-weight: 300!important;}
.large { font-size: 18px!important;}
.x-large { font-size: 20px!important;}
.xx-large { font-size: 24px!important;}
.normal { font-size: 16px!important;}
.small { font-size: 12px!important;}
.medium { font-size: 14px!important;}
.lh-25 { line-height: 2.5;}
.lh-18 { line-height: 1.8;}
.lh-15 { line-height: 1.5;}
.lh-12 { line-height: 1.2;}
.lh-1 { line-height: 1;}
iframe { vertical-align: bottom;}
.gmap iframe { width: 100%;}
.w100 { width: 100%;}
.h100 { height: 100%;}
.max-850 { max-width: 850px; margin: 0 auto;}
.max-900 { max-width: 900px; margin: 0 auto;}
.mb-6 { margin-bottom: 80px;}
.object-cover { object-fit: cover;}
.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.color-red { color: #f00;}

/* bg */
.bg-grey { background: #F6F8FA;}
.wave {
	margin-top: 19px;
	background: #6EE2FF;
	position: relative;
	padding: 35px 0;
}
.wave.index-count {
	padding-bottom: 500px;
}
.wave:before {
	content: "";
	width: 100%;
	height: 19px;
	background: url(images/wave_sp.png) repeat-x 0% 0% / auto 100%;
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
}
.wave:after {
	content: "";
	width: 100%;
	height: 19px;
	background: url(images/wave_sp.png) repeat-x 0% 0% / auto 100%;
	display: block;
	position: absolute;
	bottom: -18px;
	left: 0;
	transform: scale(1, -1);
}

/* headline */
.headline-stroke {
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
	text-shadow: 
		#202123 5px 5px,  #202123 -2px -2px,
		#202123 0px 5px, #202123 0px 5px,
		#202123 5px 1px , #202123 0px 5px,
		#202123 2px -3px, #202123 -1px -3px,
		#202123 1px 2px,  #202123 -1px 4px,
		#202123 3px -3px, #202123 5px 5px,
		#202123 5px 5px,  #202123 5px 4px,
		#202123 2px -1px, #202123 -2px -1px;
}
.headline-stroke::first-letter,
.headline-stroke span.color-yellow { font-size: 60px;}
.headline-stroke span.small-txt { font-size: 27px;}
.index-work .headline-stroke::first-letter {
	color: #6EE2FF;
	letter-spacing: 0;
}
.index-interview .headline-stroke::first-letter,
.index-count .headline-stroke::first-letter { color: #F965B5;}
.index-training .headline-stroke::first-letter,
.index-benefit .headline-stroke::first-letter,
.index-training .headline-stroke .color-yellow { color: #FFF000;}
.index-message .headline-stroke::first-letter { color: #6EE2FF;}
.headline-subtitle {
	font-size: 16px;
	font-weight: 700;
}
.headline-work {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.headline-work span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-top: 5px;
}
.headline-question {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 0 0 10px 25px;
	position: relative;
	border-bottom: solid 1px #202123;
	letter-spacing: 0em;
}
.headline-question:before {
	content: "Q";
	font-size: 23px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #F965B5;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
}
.headline-gallery {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	position: relative;
	padding-top: 20px;
}
.headline-gallery:before {
	content: "";
	width: 89px;
	height: 121px;
	background: url(images/icn_character.png) no-repeat 50% 0% / 89px;
	display: block;
	position: absolute;
	top: -105px;
	left: calc(50% - 45px);
}
.headline-bold {
	font-size: 22px;
	font-weight: 700;
}
.headline-bold-l {
	font-size: 25px;
	font-weight: 700;
}
.headline-bold-s {
	font-size: 20px;
	font-weight: 700;
}
.headline-underline {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	padding-bottom: 20px;
}
.headline-underline:after {
	content: "";
	width: 70px;
	height: 4px;
	background: #6EE2FF;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 35px );
}
.headline-recruit01 {
	font-size: 22px;
	text-align: center;
	background: url(images/icn_character02.png) no-repeat 50% 0% / 62px;
	padding-top: 70px;
	margin-bottom: 30px;
}
.headline-recruit02 {
	font-size: 22px;
	text-align: center;
	background: url(images/icn_character03.png) no-repeat 50% 0% / 104px;
	padding-top: 70px;
	margin-bottom: 30px;
}

/* button */
.link-arrow a {
	display: inline-block;
	background: url(images/icn_chevron.png) no-repeat 100% 50% / 1em;
	padding-right: 1.25em;
}
.link-outlink a {
	display: inline-block;
	background: url(images/icn_outerlink.png) no-repeat 100% 50% / 1em;
	padding-right: 1.25em;
}
.btn-yellow a {
	width: 260px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px #202123;
	background: #ff0;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 3px 6px rgb(32,33,35,0.16);
	margin: 0 auto;
	transition-duration: 0.3s;
}
.btn-yellow a:active {
	background-color: #202123;
	color: #fff;
	text-decoration: none;
}
.btn-line a {
	width: 260px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px #202123;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition-duration: 0.3s;
}
.btn-line.btn-character a {
	margin-top: 77px;
}
.btn-largelink a {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: start;
	align-items: center;
	border: solid 2px #202123;
	background: #F8F7F6;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	margin: 0 auto;
	padding: 0 50px 0 20px;
	position: relative;
	z-index: 2;
	transition-duration: 0.3s;
}
.btn-line a:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/icn_chevron.png) no-repeat 0% 0% / 100%;
	display: inline-block;
	margin-left: 5px;
}
.btn-largelink a:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/icn_chevron.png) no-repeat 0% 0% / 100%;
	display: block;
	position: absolute;
	right: 15px;
	top: calc( 50% - 10px);
}
.btn-line.btn-character a:before {
	content: "";
	width: 87px;
	height: 75px;
	background: url(images/icn_character.png) no-repeat 50% 0% / 100%;
	position: absolute;
	top: -76.5px;
	left: calc( 50% - 52px );
	display: block;
	z-index: -1;
}
.btn-line a:active,
.btn-largelink a:active {
	background-color: #ff0;
	text-decoration: none;
}

/* list */
.list-box li:before {
	content: "■";
	color: #6EE2FF;
	display: inline-block;
	margin-right: 0.25em;
}

/* table */
table.recruit-tbl {
	border: none;
	border-bottom: dotted 1px #707070;
}
.recruit-tbl tbody th {
	background: transparent;
	position: relative;
	border: none;
	border-top: dotted 1px #707070;
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	vertical-align: top;
}
.recruit-tbl tbody th:before {
	content: "";
	width: 6px;
	height: 40px;
	background: #6EE2FF;
	position: absolute;
	top: 12px;
	left: 0;
}
.recruit-tbl tbody td {
	border: none;
	border-top: dotted 1px #707070;
}



#wrapper { overflow-x: hidden; flex: 1;}
.page main { padding-top: 100px;}

/* header */
header {
	width: 100%;
	position: relative;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header-logo img { max-width: 280px;}
.header-toggle-menu {
	position: fixed;
	width: 70px;
	top: 10px;
	right: 0px;
	padding: 0 10px;
	z-index: 100;
}
.header-toggle-menu.active {
	width: 100%;
	max-width: 660px;
	max-height: calc(100dvh - 20px);
}
.toggle-txt {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 65.5px;
	background: url(images/icn_menu.png) no-repeat 50% 50% / auto 100%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 20;
}
.header-toggle-menu.active .toggle-txt {
	background-image: url(images/icn_close.png);
}

.header-sub-menu {
	opacity: 0;
	height: 0;
	transition-duration: 0.5s;
}
.header-sub-menu.active {
	opacity: 1;
	background: #6EE2FF;
	border-radius: 20px;
	padding: 15px;
	margin-top: 120px;
	width: 100%;
	height: calc( 100dvh - 145px );
	overflow-y: auto;

}
.header-sub-menu:before {
	height: 0;
	opacity: 0;
}
.header-sub-menu.active:before {
	content: "";
	opacity: 1;
	width: 127px;
	height: 117px;
	display: block;
	background: url(images/img_water.png) no-repeat 100% 0% / 100%;
	position: absolute;
	top: 50px;
	right: 15px;
}
.header-sub-menu nav { display: none;}
.header-sub-menu.active nav { display: block;}
.header-sub-menu ul {
	padding-left: 50px;
}
.header-sub-menu ul li {
	font-weight: 700;
	margin-bottom: 30px;
}
.header-sub-menu ul li a:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border: solid 2px #fff;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
}
@media screen and ( max-width: 767px ) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: 3rem;}
	.header-logo img { width: 245px;}
	.header-sub-menu-inner { position: relative;}
	.header-sub-menu-inner:after {
		content: "";
		display: block;
		width: 15px;
		height: 156px;
		background: url(images/icn_scroll.png) no-repeat 50% 0% / 100%;
		position: fixed;
		top: 50%;
		right: 30px;
	}
}
.index-work .img-left img { margin-left: -30px;}
.index-work .img-right img { margin-right: -30px;}


/* main */
section { margin-bottom: 60px;}
.breadcrumbs {
	color: #999;
	margin-bottom: 80px;
}
.breadcrumbs a { color: #ccc;}
.breadcrumb li+li:before {
	content: "›";
	display: inline-block;
	margin: 0 5px;
}
.main-visual {
	position: relative;
}
.main-visual #lottie-logo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.main-visual .scroll-btn {
	position: absolute;
	bottom: 0px;
	left: calc( 50% - 28px);
	display: block;
}

.index-interview .details {
	position: relative;
	margin-top: 17px;
	padding: 20px;
	border: 2px solid #202123;
	border-radius: 11px;
	background: #fff;
	text-align: left;
	transition-duration: 0.3;
}
.index-interview .details:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 12px 17px 12px;
	border-color: transparent transparent #202123;
	translate: -50% -100%;
}
.index-interview .details:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 9.6px 13.5px 9.6px;
	border-color: transparent transparent #ffffff;
	translate: -50% -100%;
}
.index-interview summary {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-top: 25px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	list-style: none;
}
summary:before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(images/icn_plus.png) no-repeat 0 0 / 26px;
	position: absolute;
	top: -10px;
	right: -5px;
	transition-duration: 0.3s;
}
details[open] summary:before { transform: rotate(45deg);}
summary::marker { content: ""; display: none;}
summary::-webkit-details-marker { display: none;}
.interview-no {
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	position: absolute;
	top: -13px;
	left: 0;
}
.index-interview .sub-menu {
	padding-top: 20px;
}
.index-interview .details p {
	letter-spacing: 0.02em;
	line-height: 1.75;
}
.index-gallery {
	padding-bottom: 85px;
	position: relative;
}
.index-gallery .gallery-wrapper {
	gap: 30px;
	overflow: hidden;
	width: 7240px;
}
.index-gallery .gallery {
	width: 3620px;
	gap: 30px;
	animation: scroll-left 50s infinite linear;
}
.index-gallery .gallery-item {
	width: 250px;
	min-width: 250px;
	height: 185px;
}
.index-gallery .gallery-item img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}
.index-gallery .move-txt {
	width: 100%;
	min-width: 725px;
	height: 68px;
	background: url(images/move_txt.png) repeat-x 0% 50% / 725px;
	animation: scroll-right 20s infinite linear;
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: 2;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    background-position: -725px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.border-box {
	background: #fff;
	border: solid 2px #202123;
	box-shadow: 3px 3px 0 rgb(32,33,35,1);
	padding: 20px;
	border-radius: 10px;
}
.training-img01 h2 {
	background: url(images/training_img01.png) no-repeat 100% 50% / 87px;
	word-break: auto-phrase;
	padding: 20px 97px 20px 0;
}
.training-img02 h2 {
	background: url(images/training_img02.png) no-repeat 100% 50% / 110px;
	word-break: auto-phrase;
	padding: 20px 120px 20px 0;
}
.career-box {
	padding-top: 90px;
	background: url(images/bg_career.png) no-repeat 0% 0% / 100%;
}
.career-title {
	position: relative;
	padding-top: 160px;
	margin-bottom: 15px;
}
.career-title h2 {
	border: solid 2px #202123;
	background: #ff0;
	width: 100%;
	height: 100px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 22px 0;
	text-align: center;
}
.career-title .en {
	display: block;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.career-step02 .career-title h2 { background-color: #68FF82;}
.career-step03 .career-title h2 { background-color: #6EE2FF;}
.career-step01 .career-title:before {
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	background: url(images/career_img01.png) no-repeat 50% 0% / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.career-step02 .career-title:before {
	content: "";
	width: 100%;
	height: 145px;
	display: block;
	background: url(images/career_img02.png) no-repeat 50% 0% / auto 100%;
	position: absolute;
	top: 15px;
	left: 0;
}
.career-step03 .career-title:before {
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	background: url(images/career_img03.png) no-repeat 50% 0% / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.count-box h2 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
}
.count-box.count01 h2 { background: url(images/icn_count01.png) no-repeat 50% 10px / 47px;}
.count-box.count02 h2 { background: url(images/icn_count02.png) no-repeat 50% 10px / 38px;}
.count-box.count03 h2 { background: url(images/icn_count03.png) no-repeat 50% 10px / 53px;}
.count-box.count04 h2 { background: url(images/icn_count04.png) no-repeat 50% 12px / 30px;}
.count-box.count05 h2 { background: url(images/icn_count05.png) no-repeat 50% 8px / 63px;}
.count-box.count06 h2 { background: url(images/icn_count06.png) no-repeat 50% 10px / 50px;}
.count-box .txt {
	font-size: 24px;
	font-weight: 700;
}
.count-box .txt.col-12 { font-size: 18px;}
.count-box .large-txt {
	font-size: 58px;
	font-weight: 700;
	color: #F965B5;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	letter-spacing: 0;
}
.count-box .large-txt .d-block {
	color: #202123;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
}
.index-benefit {
	margin-top: -460px;
	position: relative;
	z-index: 5;
}
.box-recruit {
	position: relative;
	margin-top: 60px;
	padding-top: 40px;
}
.box-recruit:before {
	content: "";
	width: 57px;
	height: 77px;
	background: url(images/icn_character.png) no-repeat 50% 0% / auto 100%;
	position: absolute;
	top: -45px;
	left: calc(50% - 28.5px);
	z-index: 5;
}


/* contact */
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=date],
.contact-form textarea {
	background: #fff;
	border: solid 1px #202123;
	width: 100%;
	padding: 10px;
	transition-duration: 0.3s;
	-webkit-appearance: none;
	appearance: none;
}
.contact-form select:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
	border-radius: 4px;
}
.contact-form input#your-name,
.contact-form input#your-kana,
.contact-form input#your-tel,
.contact-form input#your-email {
	max-width: 360px;
}
.contact-form input#your-birthday { max-width: 200px;}
.contact-form input#your-address,
.contact-form textarea {
	max-width: 100%;
}
.contact-form .btns { text-align: center;}
.contact-form .btns div { vertical-align: top;}
.contact-form .contact-label {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.contact-form .require {
	color: #f00;
}
.contact-form textarea { height: 260px;}
label { cursor: pointer;}
form.sent .contact-form { display: none;}
::-webkit-input-placeholder { color:#D8D8D8;}
:-ms-input-placeholder { color:#D8D8D8;}
::placeholder{ color:#D8D8D8;}
.contact-form input[type=submit],
.contact-form input[type=reset] {
	display: block;
	width: 260px;
	color: #202123;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 auto;
	padding: 26px 0;
	line-height: 1;
	border: solid 2px #202123;
	background: #FFF000;
	transition-duration: 0.3s;
	text-align: center;
}
.contact-form input[type=reset] {
	background: #fff;
	color: #202123;
	font-weight: 500;
}
.contact-form input[type=submit]:active,
.contact-form input[type=reset]:active {
	background: #202123;
	text-decoration: none;
}
.contact-form p { margin-bottom: 0;}


#pagetop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}
footer {
	background: url(images/wave_sp.png) repeat-x 50% 0% / auto 19px;
	padding-top: 18px;
}
footer .footer-inner {
	background: #6EE2FF;
}

/* SMALL SP ********************************************************/
@media screen and ( max-width: 316px ) {
	.count-box h2 { font-size: 18px!important;}
	.count-box .large-txt { font-size: 43px;}
	.count-box .txt { font-size: 16px; word-break: auto-phrase;}
	.count-box .txt.col-12 { font-size: 14px;}
}
@media screen and ( max-width: 360px ) {
	.count-box h2 { font-size: 18px!important;}
	.count-box .large-txt { font-size: 47px;}
	.count-box .txt { font-size: 16px; word-break: auto-phrase;}
	.count-box .txt.col-12 { font-size: 16px;}
}

/* TABLET **********************************************************/
@media ( min-width: 768px ) {
	.headline-stroke { font-size: 90px;}
	.headline-stroke::first-letter,
	.headline-stroke span.color-yellow { font-size: 110px;}
	.headline-subtitle { font-size: 20px;}
	.headline-stroke span.small-txt { font-size: 50px;}
	.headline-work { font-size: 45px; margin-bottom: 30px; letter-spacing: 0.06em;}
	.headline-work span { font-size: 16px; letter-spacing: 0.05em;}
	.headline-bold { font-size: 26px;}
	.headline-bold-l { font-size: 30px;}
	.headline-underline { font-size: 42px;}
	.headline-recruit01 {
		font-size: 26px;
		background-size: 80px;
		padding-top: 97px;
	}
	.headline-recruit02 {
		font-size: 26px;
		background-size: 128px;
		padding-top: 85px;
	}
	.btn-largelink a { font-size: 22px;}
	.index-work .img-left img { width: calc( 100% + 80px );  margin-left: -80px; max-width: none;}
	.index-work .img-right img { width: calc( 100% + 80px ); margin-right: -80px; max-width: none;}
	.career-box { padding-top: 100px;}
	.career-step01 { margin-top: 120px;}
	.career-step02 { margin-top: 70px;}
	.box-recruit {
		margin-top: 130px;
		padding-top: 50px;
	}
	.box-recruit:before {
		content: "";
		width: 88px;
		height: 119px;
		top: -80px;
		left: calc(50% - 44px);
		z-index: 5;
	}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
	.count-box h2 { font-size: 20px;}
	.count-box .large-txt { font-size: 62px;}
	.career-step02 .career-title:before {background-size: contain; background-position-y: bottom;}
}

/* TABLET LANDSCAPE ***********************************************/
@media ( min-width: 1024px ) {
	body { letter-spacing: 0.08em;}
	section { margin-bottom: 100px;}
	.headline-stroke { font-size: 100px;}
	.headline-stroke::first-letter,
	.headline-stroke span.color-yellow { font-size: 120px;}
	.wave {
		margin: 60px 0 100px;
	}
	.wave.index-count { padding-bottom: 400px;}
	.wave:before {
		background-size: auto 60px;
		height: 60px;
		top: -60px;
	}
	.wave:after {
		background-size: auto 60px;
		height: 60px;
		bottom: -60px;
	}
	.mb-md-6 { margin-bottom: 100px!important;}
	.py-md-6 { padding: 100px 0 100px!important;}
	.index-work .img-left img { width: calc( 100% + 160px );  margin-left: -160px; max-width: none;}
	.index-work .img-right img { width: calc( 100% + 160px ); margin-right: -160px; max-width: none;}
	.count-box .large-txt { font-size: 65px; }
	.index-gallery .gallery {
		animation: scroll-left 60s infinite linear;
	}
	.index-gallery .move-txt {
		min-width: 1213px;
		height: 125px;
		background-size: 1213px;
		bottom: -75px;
		animation: scroll-right2 30s infinite linear;
	}
	@keyframes scroll-right2 {
		0% {
			background-position: -1213px 0;
		}
		100% {
			background-position: 0 0;
		}
	}
	.training-img01 h2,
	.training-img02 h2 {
		font-size: 26px;
		background: transparent;
		padding: 20px 0;
	}
	.index-training .border-box { padding: 15px 30px 30px;}
	.training-img01 p {
		background: url(images/training_img01.png) no-repeat 100% 50% / auto 120px;
		padding-right: 147px;
		min-height: 120px;
	}
	.training-img02 p {
		background: url(images/training_img02.png) no-repeat 100% 50% / auto 120px;
		padding-right: 148px;
		min-height: 120px;
	}
	.career-title h2 { font-size: 26px;}
	.career-title .en { font-size: 20px;}
	.index-benefit { margin-top: -400px;}
	footer {
		background: url(images/wave_sp.png) repeat-x 50% 0% / auto 60px;
		padding-top: 60px;
	}
}

/* DESKTOP *******************************************************/
@media ( min-width: 1280px ) {
	a:hover {
		color: #202124;
		text-decoration: underline;
	}
	a[href^="tel:"] { pointer-events: none;}
	a[href^="tel:"]:hover { text-decoration: none;}
	a:hover img {
		opacity: 0.7;
		transition-duration: 0.5s;
	}
	.btn-yellow a:hover,
	.contact-form input[type=submit]:hover,
	.contact-form input[type=reset]:hover {
		background: #202123;
		color: #fff;
		text-decoration: none;
	}
	.btn-line a:hover,
	.btn-largelink a:hover {
		text-decoration: none;
	}
	.btn-line a:hover:before,
	.btn-largelink a:hover:before {
		transform: scaleX(1);
		transform-origin: left;
	}
	.btn-line a:before,
	.btn-largelink a:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #ff0;
		transform: scaleX(0);
		transform-origin: right;
		transition: all 0.5s ease;
		transition-property: transform;
		z-index: -1;
	}
	.btn-line.btn-character a:before {
		transform: inherit;
		z-index: 1;
	}
	.btn-line.btn-character a:hover:before {
		transform: inherit;
	}
	.btn-line.btn-character a:hover {
		background-color: #ff0;
	}
	.header-sub-menu.active {
		height: 520px;
	}
}

