@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .12em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .12em;
}
p {
	letter-spacing: .12em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .12em;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .12em;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .12em;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    /*overflow: hidden;*/
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
}
.ovImg:hover img {	
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Montserrat {
	font-family: "YakuHanJP", 'Montserrat', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:1299px){
	html {
		font-size: .76923077vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 2.66666667vw;
		/*font-size: 10px;*/
	}
	body {
		font-size: 1.4rem;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		letter-spacing: .07em;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		letter-spacing: .07em;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		letter-spacing: .07em;
		border: .2rem solid #dddddd;
	}
}


/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #d8192c;
}
.blue {
	color: #004c99;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 120rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 anime-text-link

***********************************/
.anime-text-link {
}

.anime-text-link .wrap {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

.anime-text-link .main,
.anime-text-link .sub {
	display: inline-block;
	vertical-align: top;
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anime-text-link .sub {
	inset: 0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

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

	.anime-text-link:not(.is-active):hover .main {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}

	.anime-text-link:not(.is-active):hover .sub {
		transform: none;
		-webkit-transform: none;
	}
}

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

	.anime-text-link .sub {
		display: none;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	width: 6.2rem;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 5;
}

.l-pageTop a {
	display: block;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-pageTop a:hover {
	opacity: 1;
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}

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

	.l-wrap.top {
		padding-bottom: 6rem;
	}

	.l-pageTop {
		width: 3.1rem;
		bottom: 1.5rem;
		right: 4%;
	}

	.l-wrap.top .l-pageTop {
		bottom: 7.5rem;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10rem;
	position: relative;
	z-index: 5;
}

.l-header__logo {
	width: 31.2rem;
}

.l-header__btn {

}

.l-header__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.6rem;
	padding: 0 2.8rem;
	color: #fff;
	font-weight: bold;
	border-radius: 20rem;
	border: .2rem solid #db1a2d;
	background-color: #db1a2d;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__btn a:hover {
	color: #db1a2d;
	background-color: #fff;
}

.l-header__btn a span {
	padding-left: 4.6rem;
	padding-right: 2.2rem;
	position: relative;
	z-index: 1;
}

.l-header__btn a span:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.4rem;
	background: url(../../../images/lp/recruit/icon_remote01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__btn a:hover span:before {
	background: url(../../../images/lp/recruit/icon_remote02.png) no-repeat center / contain;
}

.l-header__btn a span:after {
	content: "";
	display: block;
	width: .7rem;
	height: 1.1rem;
	background: url(../../../images/lp/recruit/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__btn a:hover span:after {
	background: url(../../../images/lp/recruit/icon_arr02.png) no-repeat center / contain;
}

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

	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5.5rem;
		background: #fff;
	}

	.l-header__logo {
		width: 23.4rem;
	}

	.l-header__btn {
		display: none;
	}
}

/**********************************

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	background-color: #db1a2d;
	position: relative;
	z-index: 1;
}

.l-fixed-content a:after {
	content: "";
	display: block;
	width: .7rem;
	height: 1.1rem;
	background: url(../../../images/lp/recruit/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content a span {
	padding-left: 3rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 2.3rem;
	height: 1.8rem;
	background: url(../../../images/lp/recruit/icon_remote01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 6rem 0;
}

.l-footer__inner-logo {
	width: 31.2rem;
	margin: 0 auto;
	text-align: center;
}

.l-footer__inner-copy {
	margin-top: 3rem;
	color: #b8b8b8;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

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

	.l-footer__inner {
		padding: 3rem 0;
	}

	.l-footer__inner-logo {
		width: 23.4rem;
	}

	.l-footer__inner-copy {
		margin-top: 2rem;
		font-size: .9rem;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .15em;
}

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

	.c-title01 {
		font-size: 2.4rem;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 1.6rem 3rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .15em;
	background: #004c99;
	border-radius: 1.5rem;
}

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

	.c-title02 {
		padding: .7rem 1.5rem;
		font-size: 1.6rem;
		border-radius: .8rem;
	}
}

/**********************************

 c-sub-hero

***********************************/
.c-sub-hero {
	background-color: #004c99;
}

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner__ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 15rem;
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,eb3122+100 */
	background: linear-gradient(to bottom,  rgba(238,87,74,1) 0%,rgba(235,49,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 .5rem 0 #9e180e;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-btn01:hover {
	box-shadow: 0 0 0 #9e180e;
	transform: translateY(.5rem);
	-webkit-transform: translateY(.5rem);
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 1.2rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .35rem 0 0 #9e180e;
	}

	a.c-btn01:hover {
		box-shadow: 0 0 0 #9e180e;
		transform: translateY(.35rem);
		-webkit-transform: translateY(.35rem);
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form:before {
}

.c-form__content {
	margin-bottom: 3rem;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 3rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 30.5rem;
	padding-right: 2.5rem;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .name .small {
	font-size: 1.2rem;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #eb4a39;
}

.c-form__content dl dt .inner .any {
	background-color: #999999;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 1rem);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__content dl dd .type {
}

.c-form__content dl dd .mwform-checkbox-field {
	margin-right: 1.5rem;
}

.c-form__content dl dd .mwform-checkbox-field:last-child {
	margin-right: 0;
}

.c-form__content dl dd .mwform-checkbox-field input {
	margin-right: 0;
}

.c-form__content dl dd .mwform-checkbox-field-text {
	font-weight: bold;
}

.c-form__privacy {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 4rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-top: 2rem;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 15rem;
	padding-right: 2.9rem;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
	letter-spacing: .07em;
}

.c-form__privacy-txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-form__privacy-txt01 .mwform-checkbox-field-text {
	font-weight: bold;
}

.c-form__privacy-txt01 .mwform-checkbox-field input {
	margin-right: 0;
}

.c-form__privacy input {
	margin-right: .5em;
}

.c-form__submit {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
}

.confirm-wrap,
.submit-wrap {
}

.mw_wp_form_confirm .confirm-wrap {
	display: none;
}

.submit-wrap {
	display: none;
	position: relative;
	z-index: 1;
}

.mw_wp_form_confirm .submit-wrap {
	display: block;
}

.back-wrap {
	display: none;
}

.mw_wp_form_confirm .back-wrap {
	display: block;
	margin-right: 5rem;
}

.c-form__submit .submit {
	display: block;
	color: #fff;
	width: 32rem;
	max-width: 100%;
	padding: 2.2rem 1.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 20rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,eb3122+100 */
	background: linear-gradient(to bottom,  rgba(238,87,74,1) 0%,rgba(235,49,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 .5rem 0 #9e180e;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit .submit:hover {
	box-shadow: 0 0 0 #9e180e;
	transform: translateY(.5rem);
	-webkit-transform: translateY(.5rem);
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 36rem;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 3rem;
}

.c-form__submit .back {
	display: block;
	color: #fff;
	width: 32rem;
	max-width: 100%;
	padding: 2.2rem 1.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 20rem;
	box-shadow:0 .5rem 0 0 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit .back:hover {
	box-shadow: 0 0 0 #333333;
	transform: translateY(.5rem);
	-webkit-transform: translateY(.5rem);
}

@media screen and (max-width:767px){
	.c-form {
	}

	.c-form__content {
		margin-bottom: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 1.5rem;
		border-right: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 1.6rem;
		text-align: center;
	}

	.c-form__content dl dt .inner .name .small {
		font-size: 1.2rem;
	}

	.c-form__content dl dt .inner .require,
	.c-form__content dl dt .inner .any {
		padding: .3rem .5rem;
		font-size: .9rem;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 1.4rem;
	}

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 1.5rem;
	}

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .type {
	}

	.c-form__content dl dd .type .mwform-checkbox-field {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.c-form__content dl dd .type .mwform-checkbox-field:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy {
		flex-direction: column;
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-top: 0;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2.5rem;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

	.c-form__privacy-txt01 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		display: flex;
		justify-content: center;
		max-width: 100%;
		margin: 0 auto;
	}

	.mw_wp_form_confirm .back-wrap {
		display: block;
		width: calc(50% - .75rem);
		margin-right: 1.5rem;
	}

	.mw_wp_form_confirm .submit-wrap {
		display: block;
		width: calc(50% - .75rem);
	}

	.c-form__submit .submit {
		width: 24rem;
		padding: 1.4rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .35rem 0 #9e180e;
	}

	.c-form__submit .submit:hover {
		box-shadow: 0 0 0 #9e180e;
		transform: translateY(.35rem);
		-webkit-transform: translateY(.35rem);
	}

	.c-form__confirmBtn {
		display: flex;
		justify-content: center;
	}

	.c-form__confirmBtn__btn {
		width: 24rem;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 2.5rem;
	}

	.c-form__submit .back {
		width: 24rem;
		padding: 1.4rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .35rem 0 #333333;
	}

	.c-form__submit .back:hover {
		box-shadow: 0 0 0 #333333;
		transform: translateY(.35rem);
		-webkit-transform: translateY(.35rem);
	}

}


/**********************************

 c-faq-list

***********************************/
.c-faq-list {
}

.c-faq-list dl {
	margin-bottom: 6rem;
}

.c-faq-list dl:last-child {
	margin-bottom: 0;
}

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.c-faq-list dl dt .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #2b536a;
	border-radius: .5rem;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

.c-faq-list dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq-list dl dd .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #4481a5;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont p {
}

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

	.c-faq-list dl dt .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont p {
	}

}


/**********************************

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
	margin: 4.5rem auto 0;
}

.c-faq-list-acc dl {
	padding-left: 3rem;
	border-bottom: 1px solid #dddddd;
}

.c-faq-list-acc dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	color: #004c99;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 10rem;
	margin-left: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 1.9rem 3rem 0 0;
	background-color: #004c99;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 1.1rem 3.8rem 0 0;
	background-color: #004c99;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	color: #999999;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	margin-left: 2rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.c-faq-list-acc dl dd .cont p {
	padding-right: 8rem;
}

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

	.c-faq-list-acc {
		margin: 2.5rem auto 0;
	}

	.c-faq-list-acc dl {
		padding-left: 0;
		border-bottom: 1px solid #dddddd;
	}

	.c-faq-list-acc dl dt {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dt .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		padding-right: 3.5rem;
		margin-left: .5rem;
		font-size: 1.4rem;
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.2rem;
		height: .2rem;
		margin: 1.2rem 1rem 0 0;
	}

	.c-faq-list-acc dl dt.is-active .ttl:before {
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.2rem;
		margin: .7rem 1.5rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dd .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dd .cont {
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.c-faq-list-acc dl dd .cont p {
		padding-right: 0;
	}

}


/**********************************

 c-table-style01

***********************************/
.c-table-style01 {

}

.c-table-style01 dl {
	display: flex;
	padding: 4rem 0;
	font-size: 1.8rem;
	border-bottom: .1rem solid #dddddd;
}

.c-table-style01 dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-table-style01 dl.is-top-line-none {
	border-top: none;
}

.c-table-style01 dl dt {
	display: flex;
	align-items: center;
	width: 29rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

.c-table-style01 dl dd {
	flex: 1;
	padding-left: 4rem;
}

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

	.c-table-style01 dl {
		display: block;
		padding: 2rem 0;
		font-size: 1.4rem;
	}

	.c-table-style01 dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		border-right: none;
	}

	.c-table-style01 dl dd {
		padding-left: 0;
	}
}

/**********************************

 c-2column-list

***********************************/
.c-2column-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.c-2column-list-sec {
	width: 47rem;
	padding: 3rem 3rem 2.5rem;
	margin-top: 6.3rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.1);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-2column-list-sec:nth-child(1),
.c-2column-list-sec:nth-child(2) {
	margin-top: 0;
}

.c-2column-list-sec .num {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #1f6d50;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-2column-list-sec .pic {
	text-align: center;
}

.c-2column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #1f6c50;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-2column-list-sec .txt01 {
	margin-top: 1rem;
}

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

	.c-2column-list {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 4rem;
	}

	.c-2column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 1.5rem;
		margin-top: 3.9rem;
		box-shadow: 0 .15rem 0 rgba(0,0,0,0.1);
		border-radius: 1rem;
	}

	.c-2column-list-sec:nth-child(2) {
		margin-top: 3.9rem;
	}

	.c-2column-list-sec .num {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-2column-list-sec .pic {
		text-align: center;
	}

	.c-2column-list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-2column-list-sec .ttl {
		margin-top: .8rem;
		font-size: 1.6rem;
	}

	.c-2column-list-sec .txt01 {
		margin-top: .6rem;
	}
}




/**********************************

 c-3column-list

***********************************/
.c-3column-list {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}

.c-3column-list-sec {
	width: 30rem;
	padding: 3.7rem 3rem 2.5rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-3column-list-sec .num {
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	background: #ffdf00;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-3column-list-sec .pic {
	text-align: center;
}

.c-3column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #0e6eb8;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-3column-list-sec .txt01 {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #dddddd;
}

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

	.c-3column-list {
		display: block;
		margin-top: 4rem;
	}

	.c-3column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 2rem;
		margin-bottom: 4.6rem;
		box-shadow: 0 .15rem 0 rgba(0,0,0,0.05);
		border-radius: 1rem;
	}

	.c-3column-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-3column-list-sec .num {
		width: 2.8rem;
		height: 2.8rem;
		line-height: 2.8rem;
		font-size: 1.4rem;
		border-radius: .6rem;
	}

	.c-3column-list-sec .pic {
		text-align: center;
	}

	.c-3column-list-sec .ttl {
		margin-top: 1rem;
		font-size: 1.6rem;
	}

	.c-3column-list-sec .txt01 {
		padding-top: 1rem;
		margin-top: 1rem;
	}
}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 8rem 0 3rem;
}

.c-completeSec__inner .intro {
	margin-bottom: 6rem;
	font-size: 1.8rem;
}

.c-completeSec__inner .back {
	max-width: 36rem;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 4rem 0 1.5rem;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



/**********************************

 c-hero

***********************************/
.c-hero {
	margin-top: -10rem;
	background: url(../../../images/lp/recruit/hero_bg01_pc.png) no-repeat center / cover;
}

.c-hero__inner {
	width: 1300px;
	height: 785px;
	padding-top: 9.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.c-hero__inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	gap: 20px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .15em;
}

.c-hero__inner ul li {
	padding: 1px 12px;
	background: #fff;
	border: 2px solid #dddddd;
	border-radius: 10px;
}

.c-hero__inner-ttl {
	margin-top: 25px;
	font-size: 66px;
	font-weight: 900;
	line-height: 1.55;
}

.c-hero__inner__btn {
	margin-top: 35px;
	font-size: 24px;
	font-weight: 900;
}

.c-hero__inner__btn a {
	display: inline-block;
	padding: 16px 35px;
	color: #fff;
	border-radius: 20rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e94152+0,d71a2d+100 */
	background: linear-gradient(to bottom,  rgba(233,65,82,1) 0%,rgba(215,26,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 5px 0 rgba(82, 7, 15, 0.9);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	box-sizing: border-box;
}

.c-hero__inner__btn a:hover {
	box-shadow: 0 0 0 rgba(82, 7, 15, 0.9);
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
}

.c-hero__inner__btn a span {
	padding-left: 46px;
	padding-right: 22px;
	position: relative;
	z-index: 1;
}

.c-hero__inner__btn a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 24px;
	background: url(../../../images/lp/recruit/icon_remote01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner__btn a span:after {
	content: "";
	display: block;
	width: 7px;
	height: 11px;
	background: url(../../../images/lp/recruit/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner__pic {
	width: 615px;
	margin-top: 105px;
	margin-right: -20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.c-hero__inner {
		width: 92.857vw;
		height: 56.071vw;
	}

	.c-hero__inner ul {
		width: 61.429vw;
		gap: 1.429vw;
		margin-left: 0.714vw;
		font-size: 1.714vw;
	}

	.c-hero__inner ul li {
		padding: 0.071vw 0.857vw;
		border: 0.14285714vw solid #dddddd;
		border-radius: 0.714vw;
	}

	.c-hero__inner-ttl {
		margin-top: 1.786vw;
		font-size: 4.714vw;
	}

	.c-hero__inner__btn {
		margin-top: 2.5vw;
		font-size: 1.714vw;
	}

	.c-hero__inner__btn a {
		padding: 1.143vw 2.5vw;
		box-shadow: 0 0.35714286vw 0 rgba(82, 7, 15, 0.9);
	}

	.c-hero__inner__btn a:hover {
		transform: translateY(0.35714286vw);
		-webkit-transform: translateY(0.35714286vw);
	}

	.c-hero__inner__btn a span {
		padding-left: 3.286vw;
		padding-right: 1.571vw;
	}

	.c-hero__inner__btn a span:before {
		width: 2.214vw;
		height: 1.714vw;
	}

	.c-hero__inner__btn a span:after {
		width: 0.5vw;
		height: 0.786vw;
	}

	.c-hero__inner__pic {
		width: 43.929vw;
		margin-top: 7.5vw;
		margin-right: -1.429vw;
	}
}

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

	.c-hero {
		margin-top: 0;
		background: url(../../../images/lp/recruit/hero_bg01_sp.png) no-repeat center / cover;
	}

	.c-hero__inner {
		width: auto;
		height: auto;
		padding-top: 3rem;
		padding-bottom: 7rem;
		margin: 0;
	}

	.c-hero__inner ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
		gap: 1rem;
		margin-left: 0;
		font-size: 1.4rem;
		letter-spacing: .07em;
	}

	.c-hero__inner ul li {
		padding: .2rem .7rem;
		border: .15rem solid #dddddd;
		border-radius: .5rem;
	}

	.c-hero__inner-ttl {
		margin-top: 1.5rem;
		font-size: 2.4rem;
		text-align: center;
	}

	.c-hero__inner-ttl .block {
		display: inline-block;
		text-align: left;
	}

	.c-hero__inner__btn {
		margin-top: 1.5rem;
		font-size: 1.8rem;
		text-align: center;
	}

	.c-hero__inner__btn a {
		padding: 1.4rem 2rem;
		box-shadow: 0 .35rem 0 rgba(82, 7, 15, 0.9);
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		box-sizing: border-box;
	}

	.c-hero__inner__btn a:hover {
		box-shadow: 0 .35rem 0 rgba(82, 7, 15, 0.9);
		transform: none;
		-webkit-transform: none;
	}

	.c-hero__inner__btn a span {
		padding-left: 3rem;
		padding-right: 1.6rem;
	}

	.c-hero__inner__btn a span:before {
		width: 2.3rem;
		height: 1.8rem;
	}

	.c-hero__inner__btn a span:after {
		width: .7rem;
		height: 1.1rem;
	}

	.c-hero__inner__pic {
		display: none;
	}
}


/**********************************

 c-recruitment

***********************************/
.c-recruitment {
	margin-top: -10rem;
	background: url(../../../images/lp/recruit/recruitment_bg01_pc.png) no-repeat center top;
	background-size: 100% auto;
}

.c-recruitment__inner {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.c-recruitment__inner-ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: .15em;
}

.c-recruitment__inner-list {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.c-recruitment__inner-list-sec {
	width: 35.4rem;
	margin: 0 2rem;
	border: .3rem solid #003c77;
	border-radius: 1.5rem;
	overflow: hidden;
}

.c-recruitment__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.6rem;
	padding-bottom: .3rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	background: url(../../../images/lp/recruit/recruitment_arr01.png) no-repeat center bottom / cover;
}

.c-recruitment__inner-list-sec .txt01 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-recruitment__inner-list-sec .txt01 .Lato {
	display: inline-block;
	font-size: 6.4rem;
	letter-spacing: .05em;
}

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

	.c-recruitment {
		margin-top: -2rem;
		background: url(../../../images/lp/recruit/recruitment_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.c-recruitment__inner {
		padding-top: .1rem;
		padding-bottom: 4rem;
	}

	.c-recruitment__inner__pic {
		width: 27.25rem;
		margin: -3.2rem auto 0;
		text-align: center;
	}

	.c-recruitment__inner-ttl {
		margin-top: 2rem;
		font-size: 1.8rem;
	}

	.c-recruitment__inner-list {
		display: flex;
		justify-content: space-between;
		margin-top: 1.2rem;
	}

	.c-recruitment__inner-list-sec {
		width: 13rem;
		margin: 0;
		border: .15rem solid #003c77;
		border-radius: 1rem;
	}

	.c-recruitment__inner-list-sec:nth-child(2) {
		width: 19.5rem;
	}

	.c-recruitment__inner-list-sec .ttl {
		height: 3.5rem;
		padding-bottom: .15rem;
		font-size: 1.4rem;
		background: url(../../../images/lp/recruit/recruitment_arr02.png) no-repeat center bottom / cover;
	}

	.c-recruitment__inner-list-sec:nth-child(2) .ttl {
		background: url(../../../images/lp/recruit/recruitment_arr03.png) no-repeat center bottom / cover;
	}

	.c-recruitment__inner-list-sec .txt01 {
		font-size: 1.4rem;
	}

	.c-recruitment__inner-list-sec .txt01 .Lato {
		font-size: 3.2rem;
	}

}


/**********************************

 c-movie

***********************************/
.c-movie {
	background: url(../../../images/lp/recruit/movie_bg01_pc.png) no-repeat center top;
	background-size: 224.8rem auto;
}

.c-movie__inner {
	padding-top: 8rem;
}

.c-movie__inner-list {
	width: 100rem;
	margin: 5rem auto 0;
	color: #004c99;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6;
}

.c-movie__inner-list li {
	display: flex;
	align-items: center;
	min-height: 6.6rem;
	padding: .5rem 3rem .5rem 9rem;
	margin-top: 3rem;
	background: #fff;
	border: .3rem solid #004c99;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-movie__inner-list li:first-child {
	margin-top: 0;
}

.c-movie__inner-list li:before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 100%;
	background: #004c99 url(../../../images/lp/recruit/icon_check01.png) no-repeat center;
	background-size: 2.2rem 1.6rem;
	border-radius: 1rem 0 0 1rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-movie__inner-box {
	width: 100rem;
	margin: 6rem auto 0;
	position: relative;
	z-index: 3;
}

.c-movie__inner-box video {
	display: block;
	width: 100%;
	border-radius: 1.5rem;
}

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

	.c-movie {
		background: url(../../../images/lp/recruit/movie_bg01_sp.png) no-repeat center top;
		background-size: 96rem auto;
	}

	.c-movie__inner {
		padding-top: 4rem;
	}

	.c-movie__inner-list {
		width: auto;
		margin: 2.5rem auto 0;
		font-size: 1.6rem;
	}

	.c-movie__inner-list li {
		min-height: 3.3rem;
		padding: .5rem .5rem .5rem 4.2rem;
		margin-top: 2rem;
		border: .15rem solid #004c99;
		border-radius: .75rem;
	}

	.c-movie__inner-list li:before {
		width: 3.3rem;
		background: #004c99 url(../../../images/lp/recruit/icon_check01.png) no-repeat center;
		background-size: 1.1rem .8rem;
		border-radius: .5rem 0 0 .5rem;
	}

	.c-movie__inner-box {
		width: auto;
		margin: 2.5rem auto 0;
	}

	.c-movie__inner-box video {
		border-radius: .75rem;
	}
}



/**********************************

 c-about

***********************************/
.c-about {
	margin-top: -11rem;
	background: url(../../../images/lp/recruit/about_bg01_pc.png) no-repeat center top;
	background-size: 192rem auto;
	position: relative;
	z-index: 1;
}

.c-about:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../images/lp/recruit/about_bg02_pc.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.c-about__inner {
	padding-top: 19rem;
	padding-bottom: 10rem;
}

.c-about__inner-intro {
	width: 100rem;
	margin: 4rem auto 0;
}

.c-about__inner-intro p {
	margin-top: 1.5em;
	color: #fff;
	line-height: 2;
}

.c-about__inner-intro p:first-child {
	margin-top: 0;
}

.c-about__inner-sec {
	width: 100rem;
	padding: 3rem 0 4rem;
	margin: 5rem auto 0;
	background: #fff;
	border-radius: 1.5rem;
}

.c-about__inner-sec-ttl {
	color: #004c99;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-about__inner-sec-txt01 {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.c-about__inner-sec-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	width: 89rem;
	margin: 2.5rem auto 0;
}

.c-about__inner-sec-list-item {
	width: calc(100%/4 - 2.3rem);
	flex: 0 1 calc(100%/4 - 2.3rem);
	padding: 1.2rem 1rem 2.5rem 1rem;
	background: #f0f8fd;
	border-radius: 1.5rem;
}

.c-about__inner-sec-list-item .ttl {
	color: #004c99;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
}

.c-about__inner-sec-list-item .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-about__inner-sec-list-item .note {
	margin-top: .5rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-about__inner-sec-txt02 {
	margin-top: 2.5rem;
	color: #004c99;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.9;
}

.c-about__inner-pic {
	width: 100rem;
	margin: 6rem auto 0;
	text-align: center;
}

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

	.c-about {
		margin-top: -5.729vw;
		background-size: 100% auto;
	}

	.c-about__inner {
		padding-top: 9.896vw;
	}
}

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

	.c-about {
		margin-top: -2.5rem;
		background: url(../../../images/lp/recruit/about_bg01_sp.png) no-repeat center top;
		background-size: 37.5rem auto;
	}

	.c-about:before {
		background: url(../../../images/lp/recruit/about_bg02_sp.png) no-repeat center bottom;
		background-size: 100% auto;
	}

	.c-about__inner {
		padding-top: 6rem;
		padding-bottom: 4rem;
	}

	.c-about__inner-intro {
		width: auto;
		margin: 2rem auto 0;
	}

	.c-about__inner-intro p {
		margin-top: 1.5em;
		color: #fff;
		line-height: 2;
	}

	.c-about__inner-intro p:first-child {
		margin-top: 0;
	}

	.c-about__inner-sec {
		width: auto;
		padding: 1.5rem 1.5rem 1.5rem;
		margin: 2rem auto 0;
		border-radius: 1rem;
	}

	.c-about__inner-sec-ttl {
		font-size: 2rem;
	}

	.c-about__inner-sec-txt01 {
		margin-top: .75rem;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.8;
	}

	.c-about__inner-sec-list {
		gap: 1.5rem 1rem;
		width: auto;
		margin: 1.5rem auto 0;
	}

	.c-about__inner-sec-list-item {
		width: calc(100%/2 - .5rem);
		flex: 0 1 calc(100%/2 - .5rem);
		padding: 1rem .5rem 1.5rem .5rem;
		border-radius: 1rem;
	}

	.c-about__inner-sec-list-item .ttl {
		font-size: 3rem;
	}

	.c-about__inner-sec-list-item .txt01 {
		font-size: 1.3rem;
	}

	.c-about__inner-sec-list-item .note {
		margin-top: .25rem;
		font-size: 1rem;
	}

	.c-about__inner-sec-txt02 {
		margin-top: 1rem;
		font-size: 1.7rem;
		line-height: 1.9;
	}

	.c-about__inner-pic {
		width: auto;
		margin: 2.5rem auto 0;
	}

	.c-about__inner-pic img {
		width: 100%;
		max-width: none;
	}
}



/**********************************

 c-reason

***********************************/
.c-reason {
	background: url(../../../images/lp/recruit/reason_bg01_pc.jpg) no-repeat center top / cover;
}

.c-reason__inner {
	padding: 8rem 0 9rem;
}

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	width: 102rem;
	max-width: 100%;
	padding-bottom: 7rem;
	margin: 6.5rem auto 0;
	position: relative;
	z-index: 1;
}

.c-reason__inner-list:before {
	content: "";
	display: block;
	width: 116rem;
	height: 26rem;
	background: url(../../../images/lp/recruit/reason_list_bg01_pc.png) no-repeat center bottom / cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-reason__inner-list-sec {
	width: 30rem;
	padding: 2.8rem 2.8rem 1.5rem;
	background: #fff;
	border: .2rem solid #ccdbeb;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec .num {
	width: 3rem;
	height: 3rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background: #004c99;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-list-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	background: #f0f8ff;
	border-radius: 1.5rem;
}

.c-reason__inner-list-sec .icon img {
	display: block;
	width: 5.4rem;
}

.c-reason__inner-list-sec .ttl {
	margin-top: 1rem;
	margin-left: -1em;
	margin-right: -1em;
	color: #004c99;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-reason__inner-list-sec .txt01 {
	margin-top: 1rem;
}

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

	.c-reason {
		background: url(../../../images/lp/recruit/reason_bg01_sp.jpg) no-repeat center top / cover;
	}

	.c-reason__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-reason__inner-list {
		display: block;
		width: 30rem;
		padding-bottom: 3.5rem;
		margin: 3.25rem auto 0;
	}

	.c-reason__inner-list:before {
		width: 34rem;
		height: 13rem;
		background: url(../../../images/lp/recruit/reason_list_bg01_sp.png) no-repeat center bottom / cover;
	}

	.c-reason__inner-list-sec {
		width: auto;
		padding: 2.5rem 1.9rem 1.5rem;
		margin-top: 4rem;
		border: .1rem solid #ccdbeb;
		border-radius: 1.5rem;
	}

	.c-reason__inner-list-sec:first-child {
		margin-top: 0;
	}

	.c-reason__inner-list-sec .num {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		border-radius: .8rem;
	}

	.c-reason__inner-list-sec .icon {
		height: 6.7rem;
		border-radius: 1rem;
	}

	.c-reason__inner-list-sec .icon img {
		width: 4.1rem;
	}

	.c-reason__inner-list-sec .ttl {
		margin-top: 1rem;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.8rem;
	}

	.c-reason__inner-list-sec .txt01 {
		margin-top: .5rem;
		font-size: 1.6rem;
	}
}



/**********************************

 c-system

***********************************/
.c-system {
	background: url(../../../images/lp/recruit/bg_stripe01.png) repeat center top;
	background-size: 3rem 3rem;
}

.c-system__inner {
	padding: 8rem 0 9rem;
}

.c-system__inner-txt01 {
	margin-top: 4rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .15em;
}

.c-system__inner-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 4rem;
	width: 116rem;
	margin: 4.5rem auto 0;
	padding: 3.8rem 3.8rem 3rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 3rem;
}

.c-system__inner-content-sec {
	width: calc(100%/4 - 3rem);
	flex: 0 1 calc(100%/4 - 3rem);
}

.c-system__inner-content-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	background: #f0f8ff;
	border-radius: 2rem;
}

.c-system__inner-content-sec .icon img {
	display: block;
	width: 6.2rem;
}

.c-system__inner-content-sec .ttl {
	margin-top: 1rem;
	color: #004c99;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-system {
		background-size: 1.5rem 1.5rem;
	}

	.c-system__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-system__inner-txt01 {
		margin-top: 1.5rem;
		font-size: 1.6rem;
	}

	.c-system__inner-content {
		gap: 1.75rem 1rem;
		width: 33rem;
		margin: 2rem auto 0;
		padding: 1.9rem 1.9rem 1.5rem;
		background: #fff;
		border: .1rem solid #dddddd;
		border-radius: 1.5rem;
	}

	.c-system__inner-content-sec {
		width: calc(100%/2 - .5rem);
		flex: 0 1 calc(100%/2 - .5rem);
	}

	.c-system__inner-content-sec .icon {
		height: 4rem;
		border-radius: 1rem;
	}

	.c-system__inner-content-sec .icon img {
		width: 3.1rem;
	}

	.c-system__inner-content-sec .ttl {
		margin-top: .5rem;
		font-size: 1.4rem;
	}
}



/**********************************

 c-business

***********************************/
.c-business {
	background: #f0f8ff;
}

.c-business__inner {
	padding: 8rem 0 9rem;
}

.c-business__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6rem 0;
	width: 116rem;
	margin: 6rem auto 0;
}

.c-business__inner-list-sec {
	width: 54rem;
}

.c-business__inner-list-sec .pic {
	width: 46rem;
	margin: 0 auto -10.2rem;
	position: relative;
	z-index: 2;
}

.c-business__inner-list-sec .content {
	padding: 11.5rem 4.3rem 2rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 3rem;
}

.c-business__inner-list-sec .content .ttl {
	color: #004c99;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-business__inner-list-sec .content .txt01 {
	margin-top: 1.2rem;
	font-size: 1.8rem;
	line-height: 1.8;
}

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

	.c-business__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-business__inner-list {
		display: block;
		width: 30rem;
		margin: 2.5rem auto 0;
	}

	.c-business__inner-list-sec {
		width: auto;
		margin-top: 2.5rem;
	}

	.c-business__inner-list-sec:first-child {
		margin-top: 0;
	}

	.c-business__inner-list-sec .pic {
		width: 23rem;
		margin: 0 auto -5.1rem;
	}

	.c-business__inner-list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-business__inner-list-sec .content {
		padding: 6.5rem 2rem 1.5rem;
		border: .1rem solid #dddddd;
		border-radius: 1.5rem;
	}

	.c-business__inner-list-sec .content .ttl {
		font-size: 1.8rem;
	}

	.c-business__inner-list-sec .content .txt01 {
		margin-top: .8rem;
		font-size: 1.6rem;
	}
}



/**********************************

 c-office

***********************************/
.c-office {

}

.c-office__head {
	background: url(../../../images/lp/recruit/office_head_bg01_pc.png) no-repeat center bottom / cover;
}

.c-office__head-inner {
	height: 35rem;
	padding-top: 6.5rem;
}

.c-office__head-inner .block {
	display: inline-block;
	padding: .8rem 2rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-office__body {

}

.c-office__body-inner {
	padding: 4.5rem 0 8rem;
}

.c-office__body-inner-content {

}

.c-office__body-inner-content-sec {
	margin-top: 6rem;
}

.c-office__body-inner-content-sec:first-child {
	margin-top: 0;
}

.c-office__body-inner-content-sec .philosophy {
}

.c-office__body-inner-content-sec .philosophy dl {
	display: flex;
	padding: 5rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-office__body-inner-content-sec .philosophy dl dt {
	width: 36rem;
}

.c-office__body-inner-content-sec .philosophy dl dt .txt01 {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1;
}

.c-office__body-inner-content-sec .philosophy dl dt .txt02 {
	display: block;
	margin-top: 2.5rem;
	margin-left: .5rem;
	color: #004c99;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}

.c-office__body-inner-content-sec .philosophy dl dd {
	flex: 1;
	margin-top: -.3em;
	font-size: 1.8rem;
	line-height: 2;
}

.c-office__body-inner-content-sec .philosophy dl dd .sec {
	margin-top: 2.5rem;
}

.c-office__body-inner-content-sec .philosophy dl dd .sec:first-child {
	margin-top: 0;
}

.c-office__body-inner-content-sec .philosophy dl dd .sec .ttl {
}

.c-office__body-inner-content-sec .philosophy dl dd .sec p {
}

.c-office__body-inner-content-sec-txt01 {
	margin-top: 2.5rem;
	margin-bottom: -.5em;
	font-size: 1.8rem;
	line-height: 2;
}

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

	.c-office__head {
		background: url(../../../images/lp/recruit/office_head_bg01_sp.png) no-repeat center bottom / cover;
	}

	.c-office__head-inner {
		height: 17.5rem;
		padding-top: 3.25rem;
	}

	.c-office__head-inner .block {
		padding: .4rem 1rem;
		border-radius: .75rem;
	}

	.c-office__body-inner {
		padding: 2rem 0 4rem;
	}

	.c-office__body-inner-content-sec {
		margin-top: 3.25rem;
	}

	.c-office__body-inner-content-sec .philosophy dl {
		display: block;
		padding: 3rem 0;
	}

	.c-office__body-inner-content-sec .philosophy dl dt {
		width: auto;
	}

	.c-office__body-inner-content-sec .philosophy dl dt .txt01 {
		font-size: 2rem;
		text-align: center;
	}

	.c-office__body-inner-content-sec .philosophy dl dt .txt02 {
		margin-top: 2rem;
		margin-left: 0;
		font-size: 1.3rem;
		text-align: center;
	}

	.c-office__body-inner-content-sec .philosophy dl dd {
		margin-top: 1.75rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.c-office__body-inner-content-sec .philosophy dl dd .sec {
		margin-top: 1.25rem;
	}

	.c-office__body-inner-content-sec-txt01 {
		margin-top: 1.25rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}



/**********************************

 c-reward

***********************************/
.c-reward {
	background: #f0f8ff;
}

.c-reward__inner {
	width: 116rem;
	padding: 8rem 0 8rem;
}

.c-reward__inner-txt01 {
	margin-top: 3.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.c-reward__inner-table {
	margin-top: 4.5rem;
}

.c-reward__inner-table table {
	width: 100%;
	border-spacing: 0;
}

.c-reward__inner-table table thead tr th {
	padding: 1.6rem 1rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #004c99;
	border-right: 1px solid #003162;
}

.c-reward__inner-table table thead tr:first-child th:first-child {
	border-radius: 3rem 0 0 0;
}

.c-reward__inner-table table thead tr:first-child th:nth-child(2) {
	border-bottom: 1px solid #003162;
}

.c-reward__inner-table table thead tr:first-child th:last-child {
	border-radius: 0 3rem 0 0;
	border-right: none;
}

.c-reward__inner-table table tbody tr th {
	padding: 1.4rem 1rem;
	color: #004c99;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-left: 2px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-reward__inner-table table tbody tr:last-child th {
	border-bottom: 2px solid #dddddd;
	border-radius: 0 0 0 3rem;
}

.c-reward__inner-table table tbody tr td {
	padding: 1.4rem 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-reward__inner-table table tbody tr td:last-child {
	border-right: 2px solid #dddddd;
}

.c-reward__inner-table table tbody tr:last-child td {
	border-bottom: 2px solid #dddddd;
}

.c-reward__inner-table table tbody tr:last-child td:last-child {
	border-radius: 0 0 3rem 0;
}

.c-reward__inner-note {
	margin-top: 2.5rem;
}

.c-reward__inner-note li {
	text-indent: -.75em;
	margin-left: .75em;
}

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

	.c-reward__inner {
		width: auto;
		padding: 3.5rem 0 4rem;
	}

	.c-reward__inner-txt01 {
		margin-top: 1.75rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.c-reward__inner-table {
		margin-right: -1.75rem;
		margin-top: 2.25rem;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-reward__inner-table table {
		width: 62rem;
	}

	.c-reward__inner-table table thead tr th {
		padding: .3rem .5rem;
		font-size: 1.2rem;
		border-right: .1rem solid #003162;
	}

	.c-reward__inner-table table thead tr:first-child th:first-child {
		border-radius: 1.5rem 0 0 0;
	}

	.c-reward__inner-table table thead tr:first-child th:nth-child(2) {
		border-bottom: .1rem solid #003162;
	}

	.c-reward__inner-table table thead tr:first-child th:last-child {
		border-radius: 0 1.5rem 0 0;
	}

	.c-reward__inner-table table tbody tr th {
		padding: .4rem .5rem;
		font-size: 1.2rem;
		border-left: .2rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-reward__inner-table table tbody tr:last-child th {
		border-bottom: .2rem solid #dddddd;
		border-radius: 0 0 0 1.5rem;
	}

	.c-reward__inner-table table tbody tr td {
		padding: .4rem .5rem;
		font-size: 1.2rem;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-reward__inner-table table tbody tr td:last-child {
		border-right: .2rem solid #dddddd;
	}

	.c-reward__inner-table table tbody tr:last-child td {
		border-bottom: .2rem solid #dddddd;
	}

	.c-reward__inner-table table tbody tr:last-child td:last-child {
		border-radius: 0 0 1.5rem 0;
	}

	.c-reward__inner-note {
		margin-top: 1.25rem;
		font-size: 1.2rem;
	}

	.c-reward__inner-note li .kome {
		display: block;
	}
}



/**********************************

 c-model

***********************************/
.c-model {
	background: url(../../../images/lp/recruit/bg_stripe01.png) repeat center top;
	background-size: 3rem 3rem;
}

.c-model__inner {
	width: 116rem;
	padding: 8rem 0;
}

.c-model__inner-txt01 {
	margin-top: 3.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.c-model__inner-list {
	margin-top: 4.5rem;
}

.c-model__inner-table {
	margin-top: 6rem;
}

.c-model__inner-table:first-child {
	margin-top: 0;
}

.c-model__inner-table table {
	width: 100%;
	border-spacing: 0;
}

.c-model__inner-table table thead tr th {
	padding: 1.3rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #004c99;
	border-radius: 3rem 3rem 0 0;
}

.c-model__inner-table table tbody tr th {
	width: 23rem;
	padding: 1.4rem 2rem;
	color: #004c99;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	background: #f0f8ff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-model__inner-table table tbody tr th:first-child {
	border-left: 2px solid #dddddd;
}

.c-model__inner-table table tbody tr:last-child th {
	border-bottom: 2px solid #dddddd;
	border-radius: 0 0 0 3rem;
}

.c-model__inner-table table tbody tr th.bottom-line {
	border-bottom: 2px solid #dddddd;
}

.c-model__inner-table table tbody tr td {
	width: 34rem;
	padding: 1.4rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-model__inner-table table tbody tr td.nowrap {
	white-space: nowrap;
}

.c-model__inner-table table tbody tr td.right-line {
	border-right: 2px solid #dddddd;
}

.c-model__inner-table table tbody tr td.bottom-line {
	border-bottom: 2px solid #dddddd;
}

.c-model__inner-table table tbody tr td.right-bottom {
	border-radius: 0 0 3rem 0;
}

.c-model__inner-table table tbody tr td .small {
	font-size: 1.4rem;
}

.c-model__inner-table table tbody tr td .calc {
	margin-top: .75em;
	font-size: 1.2rem;
}

.c-model__inner-note {
	margin-top: 3rem;
}

.c-model__inner-note .ttl {
	font-size: 1.4rem;
	line-height: 2;
}

.c-model__inner-note ul {
	font-size: 1.4rem;
	line-height: 2;
}

.c-model__inner-note ul li {
	text-indent: -.75em;
	margin-left: .75em;
}

@media screen and (max-width:767px){
	.c-model {
		background-size: 1.5rem 1.5rem;
	}

	.c-model__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-model__inner-txt01 {
		margin-top: 1.75rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.c-model__inner-list {
		margin-top: 2.25rem;
	}

	.c-model__inner-table {
		margin-right: -1.75rem;
		margin-top: 2.5rem;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-model__inner-table:first-child {
		margin-top: 0;
	}

	.c-model__inner-table table {
		width: 74rem;
	}

	.c-model__inner-table table thead tr th {
		padding: .55rem .5rem;
		font-size: 1.2rem;
		border-radius: 1.5rem 1.5rem 0 0;
	}

	.c-model__inner-table table tbody tr th {
		width: 15.5rem;
		padding: .5rem 1rem;
		font-size: 1.2rem;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr th:first-child {
		border-left: .2rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr:last-child th {
		height: 5rem;
		border-bottom: .2rem solid #dddddd;
		border-radius: 0 0 0 1.5rem;
	}

	.c-model__inner-table table tbody tr th.bottom-line {
		border-bottom: .2rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr td {
		width: 21.5rem;
		padding: .5rem 1rem;
		font-size: 1.2rem;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr td.right-line {
		border-right: .2rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr td.bottom-line {
		border-bottom: .2rem solid #dddddd;
	}

	.c-model__inner-table table tbody tr td.right-bottom {
		border-radius: 0 0 1.5rem 0;
	}

	.c-model__inner-table table tbody tr td .small {
		font-size: 1rem;
	}

	.c-model__inner-table table tbody tr td .calc {
		margin-top: 0;
		font-size: .9rem;
	}

	.c-model__inner-note {
		margin-top: 1.25rem;
	}

	.c-model__inner-note .ttl {
		font-size: 1.2rem;
	}

	.c-model__inner-note ul {
		font-size: 1.2rem;
	}

}



/**********************************

 c-guidelines

***********************************/
.c-guidelines {

}

.c-guidelines__inner {
	width: 116rem;
	padding: 8rem 0 9rem;
}

.c-guidelines__inner-list {
	margin-top: 4rem;
}

.c-guidelines__inner-list dl {
	display: flex;
	padding: 3.5rem 0;
	font-size: 1.6rem;
	border-bottom: .1rem solid #dddddd;
}

.c-guidelines__inner-list dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-guidelines__inner-list dl.is-top-line-none {
	border-top: none;
}

.c-guidelines__inner-list dl dt {
	display: flex;
	align-items: center;
	width: 29rem;
	padding-right: 3rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

.c-guidelines__inner-list dl dd {
	flex: 1;
	padding-left: 3rem;
}

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

	.c-guidelines__inner {
		width: auto;
		padding: 3.5rem 0 4rem;
	}

	.c-guidelines__inner-list {
		margin-top: 2.5rem;
	}

	.c-guidelines__inner-list dl {
		display: block;
		padding: 2.8rem 0;
		font-size: 1.6rem;
	}

	.c-guidelines__inner-list dl dt {
		width: auto;
		padding-right: 0;
		border-right: none;
	}

	.c-guidelines__inner-list dl dd {
		padding-left: 0;
		margin-top: .8em;
	}

	.c-guidelines__inner-list dl dd .list-item {
		display: block;
		text-indent: -1.1em;
		margin-left: 1.1em;
	}
}



/**********************************

 c-flow

***********************************/
.c-flow {
	background: #f0f8ff;
}

.c-flow__inner {
	width: 116rem;
	padding: 8rem 0 9rem;
}

.c-flow__inner-list {
	margin-top: 5rem;
}

.c-flow__inner-list-sec {
	display: flex;
	margin-bottom: 8.8rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:last-child {
	margin-bottom: 0;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 4.2rem;
	height: 2.8rem;
	margin-bottom: -5.8rem;
	background: url(../../../images/lp/recruit/flow_arr01.png) no-repeat center top / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-list-sec:last-child:before {
	display: none;
}

.c-flow__inner-list-sec .head {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24rem;
	background: #004c99;
	border-radius: 3rem 0 0 3rem;
}

.c-flow__inner-list-sec .head .num {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.c-flow__inner-list-sec .body {
	flex: 1;
	padding: 1.3rem 2rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 0 3rem 3rem 0;
}

.c-flow__inner-list-sec .body .ttl {
	color: #004c99;
	font-size: 2rem;
	font-weight: bold;
}

.c-flow__inner-list-sec .body .txt01 {
	font-weight: bold;
}

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

	.c-flow__inner {
		width: auto;
		padding: 3.5rem 0 4rem;
	}

	.c-flow__inner .c-title01 {
		font-size: 2.1rem;
	}

	.c-flow__inner-list {
		margin-top: 2.5rem;
	}

	.c-flow__inner-list-sec {
		display: block;
		margin-bottom: 5.1rem;
	}

	.c-flow__inner-list-sec:before {
		width: 3.2rem;
		height: 2.1rem;
		margin-bottom: -3.6rem;
	}

	.c-flow__inner-list-sec:last-child:before {
		display: none;
	}

	.c-flow__inner-list-sec .head {
		display: block;
		width: auto;
		padding: .3rem 0;
		border-radius: 1.5rem 1.5rem 0 0;
	}

	.c-flow__inner-list-sec .head .num {
		font-size: 1.6rem;
		text-align: center;
	}

	.c-flow__inner-list-sec .body {
		flex: 1;
		padding: 1.2rem 1.5rem;
		border: .1rem solid #dddddd;
		border-radius: 0 0 1.5rem 1.5rem;
	}

	.c-flow__inner-list-sec .body .ttl {
		font-size: 1.6rem;
		text-align: center;
	}

	.c-flow__inner-list-sec .body .txt01 {
		font-size: 1.4rem;
		text-align: center;
	}
}



/**********************************

 c-faq

***********************************/
.c-faq {

}

.c-faq__inner {
	width: 116rem;
	padding: 8rem 0 0;
}

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

	.c-faq__inner {
		padding: 3.5rem 0 0;
	}

}



/**********************************

 c-contact

***********************************/
.c-contact {

}

.c-contact__inner {
	width: 116rem;
	padding: 8rem 0 3rem;
}

.c-contact__inner-content {
	padding: 1rem 5.9rem 6.4rem;
	margin-top: 5rem;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-contact__inner-content:first-child {
	margin-top: 0;
}

.c-contact__inner-content:before {
	content: "";
	display: block;
	width: 100%;
	height: .3rem;
	background-color: #004c99;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-contact__inner {
		padding: 3.5rem 0 1.5rem;
	}

	.c-contact__inner-content {
		padding: .2rem 1.4rem 3.2rem;
		margin-top: 2.5rem;
		background-color: #fff;
		border-radius: 1rem;
		box-shadow: none;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-contact__inner-content:before {
		height: .2rem;
	}
}


/**********************************

 xxx

***********************************/

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

}




/* 2026-07-21 Updata by KOU START */
.c-youtube{
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  /* background-color: #f0f8ff; */
}

@media screen and (max-width: 767px) {
  .c-youtube{
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c-youtube__inner{max-width: 1440px;width: 100%;margin: 0 auto;}

.c-youtube-card{width:100%;}

.c-youtube__list {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
  padding: 40px;
  background-color: #fff;
  margin-top: 45px;
}
/* 第1～3个：第一行3列 */
.c-youtube-card {
  grid-column: span 4;
}

/* 第4～7个：第二行4列 */
/* .c-youtube-card:nth-child(n + 4) {
  grid-column: span 3;
} */

/* 第4～9个：第二行6列 */
.c-youtube-card:nth-child(n + 4) {
  grid-column: span 2;
}

.c-youtube-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-youtube-card__thumbnail {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 4px solid transparent;
  border-radius: 8px;
  background: transparent;
  transition:
    border-color 0.3s ease,
    border-radius 0.3s ease;
}

.c-youtube-card__title{font-size: 14px;margin-top: 8px;}

#c-youtube figure{margin: 0;padding: 0;}
#c-youtube figure img{width: 100%;height: auto;}

.c-youtube-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.4s ease,
    filter 0.3s ease;
}

/* 渐变覆盖层 */
.c-youtube-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      135deg,
      rgba(255, 0, 70, 0) 0%,
      rgba(255, 0, 70, 0) 40%,
      rgba(0, 90, 255, 0) 60%,
      rgba(0, 90, 255, 0) 100%
    );
  opacity: 0;
  transition:
    opacity 0.3s ease,
    background 0.3s ease;
}

/* 播放按钮 */
.c-youtube-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  display: grid;
  place-items: center;

  /* width: 64px;
  height: 64px; */
  width: 22%;           /* 84px / 418px ≈ 20.1% */
  aspect-ratio: 1 / 1;    /* 核心：强制宽高比为 1:1 的正方形 */

  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.c-youtube-card--story .c-youtube-card__play {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.c-youtube-card__play-icon {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
}

.c-youtube-card__play-icon circle {
  fill: rgba(0, 0, 0, .8);
  transition: fill 0.3s ease;
}

.c-youtube-card__play-icon path {
  fill: #fff;
}

.c-youtube-card__play-text {
  grid-area: 1 / 1;

  color: #fff;
  font-size: 12px;
  /* font-size: 18.5em; */
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;

  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
}

/* Hover */
.c-youtube-card__link:hover .c-youtube-card__thumbnail {
  border-color: #004c99;
  border-radius: 16px;
}

.c-youtube-card__link:hover .c-youtube-card__image {
  transform: scale(1.04);
}

.c-youtube-card__link:hover .c-youtube-card__overlay {
  opacity: 1;
  background:
    /* linear-gradient(
      135deg,
      rgba(255, 25, 70, 0.32) 0%,
      rgba(255, 25, 70, 0.16) 42%,
      rgba(0, 105, 255, 0.2) 58%,
      rgba(0, 105, 255, 0.38) 100%
    ); */
    linear-gradient(
      45deg,
      rgba(0, 72, 153, .5) 0%,
      rgba(255, 0, 0, .5) 100%
    );
}

.c-youtube-card__link:hover .c-youtube-card__play {
  background-color: #004C99;
  /* transform: translate(-50%, -50%) scale(1.08); */
  transform: translate(-50%, -50%) scale(1.00);
}

.c-youtube-card--story .c-youtube-card__link:hover
.c-youtube-card__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.c-youtube-card__link:hover .c-youtube-card__play-icon {
  opacity: 0;
  transform: scale(0.8);
}

.c-youtube-card__link:hover .c-youtube-card__play-text {
  opacity: 1;
  transform: translateY(0);
}

#c-youtube .c-system__inner-txt01{margin-top: 24px;}

#c-youtube .c-agent-story__link {
    display: flex;
    justify-content: center;
}
#c-youtube .c-btn.with-icon {
    /* min-width: 372px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    padding: 16px 80px;
    margin-top: 48px;
    font-size: 16px;
    font-weight: bold;
    background-color: #004899;
    color: #fff;
    text-decoration: none;
    border-radius: 1000px;
    transition: background-color 0.3s ease;
}
#c-youtube .c-btn.with-icon:hover {
    background-color: #a61e1e;
}

@media (max-width: 768px) {
  /* body {padding: 16px;} */

  .c-youtube-card__thumbnail {
    width: 100% !important;
  }

  .c-youtube__list {
    margin-top: 24px;
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 0px;
    background-color: transparent;
  }

  /* 原第一行的3个视频：每行1个 */
  .c-youtube-card {
    grid-column: span 2;
  }

  /* 原第二行的4个视频：每行2个 */
  /* .c-youtube-card:nth-child(n + 4) {
    grid-column: span 1;
  } */
  /* 第4个以后：每行2个 */
  .c-youtube-card:nth-child(n + 4) {
    grid-column: span 1;
  }

  #c-youtube .c-title01,
  #c-youtube .c-system__inner-txt01{letter-spacing: 0;}
  #c-youtube .c-btn.with-icon {
    width: 100%;padding: 24px 32px;
  }
}
@media (max-width: 375px) {
  #c-youtube .c-system__inner-txt01 {margin-top: 16px;}
  .c-youtube__list {margin-top: 16px;}
  #c-youtube .c-btn.with-icon {margin-top: 16px;}
}
.c-guidelines,.c-agent-story__link,.c-faq,.c-contact,.c-youtube,.l-footer{
  background-color: #f0f8ff;
}
/* 2026-07-21 Updata by KOU START */
