@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	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 2rem;
	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;
	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: #000000;
	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;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 2rem;
	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;
	line-height: 1.8;
	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: #000000;
}
a:visited {
	color: #000000;
}
a.normal:link {
	color: #000000;
}
a.normal:visited {
	color: #000000;
}
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;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 10px;
	}
	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.4rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		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: #ff3f00;
}
.blue {
	color: #1184df;
}
.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%;
	}
}

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

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

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

@media screen and (min-width:768px){
	.l-cover {
		display: none !important;
	}
}

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

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


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

 l-humberger

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

	.l-humberger {
		width: 70px;
		height: 70px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 70px;
		height: 70px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 70px;
		height: 70px;
	}
	.menu-trigger span {
		position: absolute;
		left: 24px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		/*background-color: #fff;*/
	}
	.menu-trigger span:nth-of-type(1) {
		width: 23px;
		top: 25px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 13px;
		top: 33px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 19px;
		bottom: 25px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 105px;
		padding-bottom: 30px;
	}

	.l-drawerMenu__inner ul {
		margin-bottom: 30px;
		font-size: 21px;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul li {
		margin-bottom: 1.2em;
		text-align: center;
	}

	.l-drawerMenu__inner ul li:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner ul li a {
		text-decoration: none;
	}

	.l-drawerMenu__inner .recruit {
		width: 250px;
		margin: 0 auto 30px;
	}

	.l-drawerMenu__inner .recruit a {
		display: block;
		padding: 11px 15px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background-color: #1d5a2e;
		border-radius: 10px;
	}

	.l-drawerMenu__inner .recruit a span {
		padding-left: 27px;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .recruit a span:before {
		content: "";
		display: block;
		width: 20.5px;
		height: 12px;
		background: url(../images/common/icon_recruit01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-drawerMenu__inner .contact {
		width: 250px;
		margin: 0 auto;
	}

	.l-drawerMenu__inner .contact a {
		display: block;
		padding: 11px 15px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background-color: #000000;
		border-radius: 10px;
	}

	.l-drawerMenu__inner .contact a span {
		padding-left: 25px;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .contact a span:before {
		content: "";
		display: block;
		width: 18px;
		height: 13.5px;
		background: url(../images/common/icon_mail01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}



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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 10.8rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.l-header__navi {
	display: flex;
	height: 100%;
}

.l-header__navi ul {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 5rem;
	font-weight: bold;
}

.l-header__navi ul li {
	margin-right: 4.5rem;
}

.l-header__navi ul li:last-child {
	margin-right: 0;
}

.l-header__navi ul li a {
	color: #fff;
}

.l-header__navi .recruit {
	height: 100%;
}

.l-header__navi .recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14rem;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #1d5a2e;
}

.l-header__navi .recruit a span {
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.l-header__navi .recruit a span:before {
	content: "";
	display: block;
	width: 3.6rem;
	height: 2rem;
	background: url(../images/common/icon_recruit01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-header__navi .contact {
	height: 100%;
}

.l-header__navi .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14rem;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #000000;
}

.l-header__navi .contact a span {
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.l-header__navi .contact a span:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (max-width:767px){
	.l-header {
		display: block;
		height: .7rem;
	}

	.l-header__navi {
		display: none;
	}
}

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

 l-footer

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

}

.l-footer__inner {

}

.l-footer__inner-top {
	display: flex;
	justify-content: space-between;
}

.l-footer__inner-top-logo {
	width: 8.4rem;
}

.l-footer__inner-top-navi {
	display: flex;
	height: 10.8rem;
}

.l-footer__inner-top-navi ul {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 5rem;
	font-weight: bold;
}

.l-footer__inner-top-navi ul li {
	margin-right: 4.5rem;
}

.l-footer__inner-top-navi ul li:last-child {
	margin-right: 0;
}

.l-footer__inner-top-navi ul li a {
}

.l-footer__inner-top-navi .recruit {
	height: 100%;
}

.l-footer__inner-top-navi .recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14rem;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #1d5a2e;
}

.l-footer__inner-top-navi .recruit a span {
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.l-footer__inner-top-navi .recruit a span:before {
	content: "";
	display: block;
	width: 3.6rem;
	height: 2rem;
	background: url(../images/common/icon_recruit01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-footer__inner-top-navi .contact {
	height: 100%;
}

.l-footer__inner-top-navi .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14rem;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #000000;
}

.l-footer__inner-top-navi .contact a span {
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.l-footer__inner-top-navi .contact a span:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-footer__inner-bottom {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.l-footer__inner-bottom p {
	color: #999999;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .07em;
}

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

	.l-footer__inner-top {
		display: block;
	}

	.l-footer__inner-top-logo {
		width: 5rem;
		margin: 0 auto;
	}

	.l-footer__inner-top-navi {
		display: none;
	}

	.l-footer__inner-bottom {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.l-footer__inner-bottom p {
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 5rem;
}

.c-title01__txt01 {
	display: inline-block;
	padding: .9rem 2.4rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	background: #000000;
}

.c-title01__txt02 {
	display: inline-block;
	padding: 1.3rem 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 2.5rem;
	}

	.c-title01__txt01 {
		padding: .45rem 1.2rem;
		font-size: 1.4rem;
	}

	.c-title01__txt02 {
		padding: .65rem 1.2rem;
		font-size: 1.4rem;
	}
}

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

 c-sub-hero

***********************************/
.c-sub-hero {
	background: #333 url(../images/recruit/hero_bg01_pc.jpg) no-repeat center right / cover;
	position: relative;
	/*z-index: 1;*/
}

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

.c-sub-hero__inner-logo {
	width: 8.4rem;
	margin: 4rem 0 0 6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.c-sub-hero__inner-head {
	padding-top: 15.5rem;
}

.c-sub-hero__inner-head .c-title01 {
	margin-bottom: 0;
}

.c-sub-hero__inner-sec {
	margin-top: -6.5rem;
}

.c-sub-hero__inner-sec .ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
}

.c-sub-hero__inner-sec .txt01 {
	margin-top: 3rem;
	text-align: center;
}

.c-sub-hero__inner-sec .txt01 span {
	display: inline-block;
	padding: 1.5rem 2rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #000;
}


@media screen and (max-width:767px){
	.c-sub-hero {
		background: #333 url(../images/recruit/hero_bg01_sp.jpg) no-repeat center / cover;
		position: relative;
		z-index: 1;
	}

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

	.c-sub-hero__inner-logo {
		width: 13.333vw;
		margin: 5.333vw 0 0 0;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-sub-hero__inner-head {
		padding-top: 10rem;
	}

	.c-sub-hero__inner-head .c-title01 {
		margin-bottom: 0;
	}

	.c-sub-hero__inner-sec {
		margin-top: 1.5rem;
	}

	.c-sub-hero__inner-sec .ttl {
		font-size: 1.8rem;
	}

	.c-sub-hero__inner-sec .txt01 {
		margin-top: 1.5rem;
	}

	.c-sub-hero__inner-sec .txt01 span {
		padding: .75rem 1.2rem;
		font-size: 1.1rem;
	}

}

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

 c-breadcrumb

***********************************/
.c-breadcrumb {
	margin-bottom: 3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-breadcrumb__inner {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
}

.c-breadcrumb__inner br {
	display: none;
}

.c-breadcrumb__inner > span {
	padding-right: 1.4rem;
	margin-right: .8rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-breadcrumb__inner > span:before {
	content: "/";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-breadcrumb__inner > span:last-child:before {
	display: none;
	padding-right: 0;
	margin-right: 0;
}

.c-breadcrumb__inner a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-breadcrumb__inner a:hover {
	text-decoration: none;
}

@media screen and (max-width:767px){
	.c-breadcrumb {
		width: 100%;
	}

	.c-breadcrumb__inner {
		width: 100%;
		font-size: .9rem;
	}

	.c-breadcrumb__inner > span {
		padding-right: 1.2rem;
		margin-right: .6rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2.3rem 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 100px;
	background: #000000;
	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 span {
	display: block;
	position: relative;
	z-index: 1;
}

a.c-btn01 span:before {
	content: "";
	display: block;
	width: .6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 1.2rem 0;
		font-size: 1.4rem;
		vertical-align: top;
	}

	a.c-btn01 span:before {
		width: .55rem;
		height: .95rem;
		margin-right: 1.5rem;
	}
}

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

 c-form

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

.c-form:before {
}

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 26rem;
	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.6rem;
	font-weight: bold;
}

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

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

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

.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 input,
.c-form__content dl dd textarea,
.c-form__content dl dd select {
	font-size: 1.6rem;
	border: 1px solid #dddddd;
}

.c-form__content dl dd input[name="birthday"] {
	width: 21rem;
}

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

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	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.8rem;
}

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

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

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

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit .submit,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.3rem 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 100px;
	background: #000000;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit .submit span {
	display: block;
	position: relative;
	z-index: 1;
}

.c-form__submit .submit span:before {
	content: "";
	display: block;
	width: .6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.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__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 2.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;
	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;
}

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

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

	.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.2rem;
		text-align: center;
	}

	.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 input,
	.c-form__content dl dd textarea,
	.c-form__content dl dd select {
		font-size: 1.2rem;
	}

	.c-form__content dl dd input[name="birthday"],
	.c-form__content dl dd select[name="job"] {
		width: 100%;
	}

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

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		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 {
		width: 24rem;
	}

	.c-form__submit .submit,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.2rem 0;
		font-size: 1.4rem;
		vertical-align: top;
	}

	.c-contact__inner-content-submit .submit span:before {
		width: .55rem;
		height: .95rem;
		margin-right: 1.5rem;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


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

 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 {
}

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

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

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

.c-faq-list-acc dl dt .icon {
	width: 8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #1861ae;
	border-radius: 2rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 8rem;
	padding: 2.2rem 7.5rem 2.2rem 3rem;
	margin-left: 2rem;
	color: #1860ad;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 3.9rem 3rem 0 0;
	background-color: #1860ad;
	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: 3.1rem 3.8rem 0 0;
	background-color: #1860ad;
	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;
	margin-top: 2.3rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 8rem;
	color: #1860ad;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 8rem;
	padding: 2.5rem 3rem;
	margin-left: 2rem;
	font-size: 1.6rem;
	background-color: #fff;
	border-radius: 2rem;
}

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

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

	.c-faq-list-acc {
	}

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

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 4rem .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.4rem;
		margin: 1.3rem 2.1rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 1.2rem;
	}

	.c-faq-list-acc dl dd .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

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

}


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

 c-completeSec

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

}

.c-completeSec__inner {
	padding: 12rem 0;
}

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

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


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

	.c-completeSec__inner {
		padding: 6rem 0;
	}

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

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



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

 c-hero

***********************************/
.c-hero {
	background: url(../images/top/hero_bg01_pc.jpg) no-repeat center bottom / cover;
	position: relative;
}

.c-hero__inner {
	height: 84.5rem;
	padding-top: 10.8rem;
}

.c-hero__inner-logo {
	width: 8.4rem;
	margin: 4rem 0 0 6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.c-hero__inner-box {
	padding-top: 4.6rem;
	position: relative;
	z-index: 1;
}

.c-hero__inner-box-ttl {
	margin-bottom: 4.5rem;
	color: #fff;
	font-size: 4.6rem;
	font-weight: 900;
	letter-spacing: .07em;
}

.c-hero__inner-box-ttl .block {
	display: inline-block;
	padding: .2rem 2.5rem;
	margin-bottom: 3rem;
	vertical-align: top;
	background: #000000;
}

.c-hero__inner-box-ttl .block:last-child {
	margin-bottom: 0;
}

.c-hero__inner-box-copy {
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
}

.c-hero__inner-box-copy .block {
	display: inline-block;
	padding: .8rem 2rem;
	vertical-align: top;
	border: .5rem solid #fff;
}

.c-hero__inner-box-txt01 {
	width: 43.4rem;
	margin-right: -1.5rem;
	margin-bottom: -.5rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

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

	.c-hero {
		background: url(../images/top/hero_bg01_sp.jpg) no-repeat center bottom / cover;
		position: relative;
	}

	.c-hero__inner {
		height: 124vw;
		padding-top: 18.667vw;
	}

	.c-hero__inner-logo {
		width: 13.333vw;
		margin: 5.333vw 0 0 0;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-hero__inner-logo img {
		width: 100%;
		max-width: none;
	}

	.c-hero__inner-box {
		padding-top: 4.8vw;
	}

	.c-hero__inner-box-ttl {
		margin-bottom: 6vw;
		font-size: 4.267vw;
	}

	.c-hero__inner-box-ttl .block {
		padding: 0.267vw 3.333vw;
		margin-bottom: 4vw;
	}

	.c-hero__inner-box-ttl .block:last-child {
		margin-bottom: 0;
	}

	.c-hero__inner-box-copy {
		font-size: 3.733vw;
	}

	.c-hero__inner-box-copy .block {
		padding: 1.067vw 2.667vw;
		border: 2.5px solid #fff;
	}

	.c-hero__inner-box-txt01 {
		width: 57.867vw;
		margin: 4.8vw 0 0 0;
		position: static;
	}
}


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

 c-news

***********************************/
.c-news {
	background: url(../images/top/news_bg01_pc.jpg) no-repeat center / cover;
}

.c-news__inner {
	display: flex;
	justify-content: space-between;
	padding: 8rem 0 7rem;
}

.c-news__inner-head {
	flex: 1;
	margin-right: 5rem;
}

.c-news__inner-body {
	width: 96rem;
}

.c-news__inner-body-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-news__inner-body-list:after {
	content: "";
	display: block;
	width: 27rem;
}

.c-news__inner-body-list-sec {
	width: 27rem;
}

.c-news__inner-body-list-sec .pic {
	text-align: center;
}

.c-news__inner-body-list-sec .date {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: .07em;
}

.c-news__inner-body-list-sec .date span {
	display: inline-block;
	padding: .4rem 1.5rem;
	background: #000000;
}

.c-news__inner-body-list-sec .ttl {
	margin-top: .5em;
	font-weight: bold;
}

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

	.c-news {
		background: url(../images/top/news_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-news__inner {
		display: block;
		padding: 4rem 0 4rem;
	}

	.c-news__inner-head {
		flex: 1;
		margin-right: 5rem;
	}

	.c-news__inner-body {
		width: auto;
	}

	.c-news__inner-body-list {
		display: block;
		padding: 0 5.882352941176471%;
	}

	.c-news__inner-body-list:after {
		display: none;
	}

	.c-news__inner-body-list-sec {
		display: flex;
		justify-content: space-between;
		width: auto;
		margin-bottom: 2.5rem;
	}

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

	.c-news__inner-body-list-sec .pic {
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}

	.c-news__inner-body-list-sec .box {
		flex: 1;
	}

	.c-news__inner-body-list-sec .date {
		font-size: 1.05rem;
	}

	.c-news__inner-body-list-sec .date span {
		padding: .2rem .75rem;
	}

	.c-news__inner-body-list-sec .ttl {
		font-size: 1.2rem;
	}
}


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

 c-business

***********************************/
.c-business {
	background: url(../images/top/business_bg01.png) repeat center top;
	background-size: 132rem auto;
}

.c-business__inner {
	padding: 7rem 0;
}

.c-business__inner-list {
	display: flex;
	justify-content: space-between;
}

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

.c-business__inner-list-sec a:hover {
	opacity: 0.7;
}

.c-business__inner-list-sec .pic {

}

.c-business__inner-list-sec .ttl {
	margin-top: -2.5rem;
	position: relative;
	z-index: 1;
}

.c-business__inner-list-sec .ttl__txt01 {
	display: inline-block;
	padding: .8rem 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
}

.c-business__inner-list-sec .ttl__txt02 {
	display: inline-block;
	padding: 1.1rem 1.5rem;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

.c-business__inner-list-sec .txt01 {
	margin-top: .8em;
}

.c-business__inner-btn {
	width: 35rem;
	margin: 2.5rem auto 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-business__inner-btn a {
	display: block;
	padding: 2rem 5rem;
	color: #fff;
	background: #1d5a2e;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
}

.c-business__inner-btn a:before {
	content: "";
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 2rem;
	background: url(../images/common/icon_arr02_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-business {
		background: url(../images/top/business_bg02.png) repeat center top;
		background-size: 100vw auto;
	}

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

	.c-business__inner-list {
		display: block;
		padding: 0 5.882352941176471%;
	}

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

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

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

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

	.c-business__inner-list-sec .ttl {
		margin-top: -1.5rem;
	}

	.c-business__inner-list-sec .ttl__txt01 {
		padding: .3rem .75rem;
		font-size: 1.4rem;
	}

	.c-business__inner-list-sec .ttl__txt02 {
		padding: .45rem .75rem;
		font-size: 1.2rem;
	}

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

	.c-business__inner-btn {
		width: 21rem;
		margin: 2.5rem auto 0;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		letter-spacing: .12em;
	}

	.c-business__inner-btn a {
		display: block;
		padding: 1.5rem 4rem;
		color: #fff;
		background: #1d5a2e;
		border-radius: 20rem;
		position: relative;
		z-index: 1;
	}

	.c-business__inner-btn a:before {
		width: 2.2rem;
		height: 2.2rem;
		margin-right: 1.5rem;
		background: url(../images/common/icon_arr02_sp.png) no-repeat center / contain;
	}
}


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

 c-philosophy

***********************************/
.c-philosophy {
	background: url(../images/top/philosophy_bg01_pc.jpg) no-repeat center top / cover;
}

.c-philosophy__inner {
	padding: 7rem 0 8rem;
	position: relative;
	z-index: 1;
}

.c-philosophy__inner:before {
	content: "";
	display: block;
	width: 66.2rem;
	height: 34rem;
	margin-right: -36rem;
	background: url(../images/top/philosophy_txt01.png) no-repeat center top / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.c-philosophy__inner-head {
	display: flex;
	margin-bottom: 5rem;
}

.c-philosophy__inner-head .c-title01 {
	margin-bottom: 0;
}

.c-philosophy__inner-head-txt01 {
	margin-top: 4.5rem;
	margin-left: 5rem;
}

.c-philosophy__inner-body {
	display: flex;
	justify-content: space-between;
}

.c-philosophy__inner-body-content {
	flex: 1;
	margin-right: -34rem;
	position: relative;
}

.c-philosophy__inner-body-content-txt01 {
	font-size: 3.4rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-philosophy__inner-body-content-txt01 span {
	display: inline-block;
	padding: 1.3rem 2.5rem;
	margin-bottom: 4rem;
	background: #fff;
}

.c-philosophy__inner-body-content-txt01 span:last-child {
	margin-bottom: 0;
}

.c-philosophy__inner-body-content-bg {
	height: 100%;
	margin-left: calc((1200px - 100vw) /2);
	background: url(../images/top/philosophy_bg02_pc.jpg) no-repeat center top / cover;
}

.c-philosophy__inner-body-pic {
	width: 64rem;
	padding: 7rem 0;
	position: relative;
	z-index: 2;
}

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

	.c-philosophy__inner-body-content-bg {
		margin-left: -5rem;
	}
}

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

	.c-philosophy {
		background: #f8f7f5;
	}

	.c-philosophy__inner {
		padding: 4rem 0 6.5rem;
	}

	.c-philosophy__inner:before {
		width: 33.1rem;
		height: 17rem;
		margin-left: 3.5rem;
		margin-right: 0;
		background: url(../images/top/philosophy_txt01.png) no-repeat center top / contain;
		position: absolute;
		top: 0;
		right: auto;
		left: 0;
		z-index: -1;
	}

	.c-philosophy__inner-head {
		display: block;
		margin-bottom: 3rem;
	}

	.c-philosophy__inner-head-txt01 {
		padding: 0 5.882352941176471%;
		margin-top: 2rem;
		margin-left: 0;
		font-size: 1.2rem;
	}

	.c-philosophy__inner-body {
		display: block;
		padding-bottom: 1px;
		margin: 0 -5.147058823529412%;
		background: url(../images/top/philosophy_bg02_sp.jpg) no-repeat center top / cover;
	}

	.c-philosophy__inner-body-content {
		flex: 1;
		padding: 35px 10% 0;
		margin-right: 0;
		position: relative;
	}

	.c-philosophy__inner-body-content-txt01 {
		margin-bottom: 2rem;
		font-size: 1.4rem;
		font-weight: bold;
		position: static;
		transform: none;
		-webkit-transform: none;
	}

	.c-philosophy__inner-body-content-txt01 span {
		display: inline-block;
		padding: .65rem 1.25rem;
		margin-bottom: 2rem;
	}

	.c-philosophy__inner-body-content-txt01 span:last-child {
		margin-bottom: 0;
	}

	.c-philosophy__inner-body-content-bg {
		display: none;
	}

	.c-philosophy__inner-body-pic {
		width: 80%;
		padding: 0;
		margin: 0 auto -65px;
	}
}


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

 c-company

***********************************/
.c-company {
	display: flex;
	background: #f8f7f5;
}

.c-company__content {
	width: 50%;
	padding: 5rem 7rem 8rem;
}

.c-company__content-list {
}

.c-company__content-list dl {
	display: flex;
	padding: 3rem 0;
	border-bottom: 1px solid #dddddd;
}

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

.c-company__content-list dl dt {
	width: 20rem;
	padding-left: 2rem;
	padding-right: 1em;
	font-weight: bold;
}

.c-company__content-list dl dd {
	flex: 1;
}

.c-company__pic {
	width: 50%;
}

.c-company__pic .pic {
	height: 100%;
	background: url(../images/top/company_pic01_pc.jpg) no-repeat center / cover;
}

@media screen and (max-width:1799px){
	.c-company {
		display: block;
		padding-bottom: 8rem;
	}

	.c-company__content {
		width: 120rem;
		max-width: 100%;
		padding: 5rem 0 6rem;
		margin: 0 auto;
	}

	.c-company__pic {
		width: 80vw;
		height: 42.656vw;
		max-width: 100%;
		margin: 0 auto;
	}

	.c-company__pic .pic {
		background: url(../images/top/company_pic01_tb.jpg) no-repeat center / cover;
	}

}

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

	.c-company__pic {
		width: 120rem;
		height: 64rem;
	}
}

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

	.c-company {
		display: block;
		padding: 4rem 4.666666666666667% 3rem;
	}

	.c-company__content {
		width: auto;
		padding: 0;
	}

	.c-company__content-list {
		padding: 0 5.88235294117647%;
		margin-bottom: 3rem;
	}

	.c-company__content-list dl {
		display: block;
		padding: 1.5rem 0;
	}

	.c-company__content-list dl dt {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: .5em;
		font-size: 1.2rem;
		text-align: center;
	}

	.c-company__content-list dl dd {
		font-size: 1.2rem;
		text-align: center;
	}

	.c-company__pic {
		width: auto;
		height: 42.666666666666667vw;
		padding: 0 5.88235294117647%;
	}

	.c-company__pic .pic {
		background: url(../images/top/company_pic01_sp.jpg) no-repeat center / cover;
	}
}


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

 c-cv

***********************************/
.c-cv {
	display: flex;
}

.c-cv__recruit {
	width: 50%;
}

.c-cv__recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 21rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	background: #1d5a2e;
	position: relative;
	z-index: 1;
}

.c-cv__recruit a:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	margin-right: 6rem;
	background: url(../images/top/cv_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__contact {
	width: 50%;
}

.c-cv__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 21rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	background: #000000;
	position: relative;
	z-index: 1;
}

.c-cv__contact a:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	margin-right: 6rem;
	background: url(../images/top/cv_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-cv__recruit a {
		height: 9rem;
		padding-right: 1rem;
		font-size: 1.4rem;
	}

	.c-cv__recruit a:before {
		width: 2.2rem;
		height: 2.2rem;
		margin-right: 1.5rem;
	}

	.c-cv__contact a {
		height: 9rem;
		padding-right: 1rem;
		font-size: 1.4rem;
	}

	.c-cv__contact a:before {
		width: 2.2rem;
		height: 2.2rem;
		margin-right: 1.5rem;
	}

}


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

 c-member

***********************************/
.c-member {

}

.c-member__head {

}

.c-member__head-inner {
	padding: 7rem 0 3.5rem;
}

.c-member__head-inner .c-title01 {
	margin-bottom: 0;
}

.c-member__body {

}

.c-member__body-slider {

}

.c-member__body-slider-item {
	margin: 0 10px;
}

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

	.c-member__head-inner {
		padding: 4rem 0 3rem;
	}

	.c-member__body-slider {

	}

	.c-member__body-slider-item {
		margin: 0 5px;
	}

	.c-member__body-slider-item img {
		width: 150px;
	}

}


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

 c-contact

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

}

.c-contact__inner {
	padding: 7rem 0 7.5rem;
}

.c-contact__inner .c-title01 {
	margin-bottom: 2rem;
}

.c-contact__inner-txt01 {
	line-height: 2;
	text-align: center;
}

.c-contact__inner-note {
	margin-top: 1em;
	margin-bottom: 4rem;
	color: #1d5a2e;
	font-size: 1.4rem;
	text-align: center;
}

.c-contact__inner-content {
	max-width: 80rem;
	margin: 0 auto;
}

.c-contact__inner-content dl {
	margin-bottom: 3.5rem;
}

.c-contact__inner-content dl:last-child {
	margin-bottom: 0;
}

.c-contact__inner-content dl dt {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-contact__inner-content dl dt .require {
	color: #1d5a2e;
}

.c-contact__inner-content dl dd {

}

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

.c-contact__inner-content-privacy {
	margin-bottom: 3rem;
}

.c-contact__inner-content-privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

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

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

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

.c-contact__inner-content-privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.c-contact__inner-content-privacy-content-scroll p {
	font-size: 1.6rem;
}

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

.c-contact__inner-content-privacy input {
	margin-right: .5em;
}

.c-contact__inner-content-submit {
	width: 34rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-contact__inner-content-submit .submit {
	display: block;
	width: 100%;
	padding: 2.3rem 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 100px;
	background: #000000;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-contact__inner-content-submit .submit span {
	display: block;
	position: relative;
	z-index: 1;
}

.c-contact__inner-content-submit .submit span:before {
	content: "";
	display: block;
	width: .6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-contact__inner {
		padding: 4rem 0;
	}

	.c-contact__inner .c-title01 {
		margin-bottom: 2rem;
	}

	.c-contact__inner-txt01 {
		font-size: 1.2rem;
	}

	.c-contact__inner-note {
		margin-top: 1.5em;
		margin-bottom: 2.5rem;
		font-size: 1.1rem;
	}

	.c-contact__inner-content {
		max-width: none;
		padding: 0 5.882352941176471%;
		margin: 0 auto;
	}

	.c-contact__inner-content dl {
		margin-bottom: 2.5rem;
	}

	.c-contact__inner-content dl dt {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}

	.c-contact__inner-content dl dt .require {
		color: #1d5a2e;
	}

	.c-contact__inner-content dl dd {

	}

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

	.c-contact__inner-content-privacy {
		margin-bottom: 3rem;
	}

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

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

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

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

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

	.c-contact__inner-content-privacy-txt01 {
		font-size: 1.4rem;
	}

	.c-contact__inner-content-submit {
		width: 22rem;
	}

	.c-contact__inner-content-submit .submit {
		padding: 1.2rem 0;
		font-size: 1.4rem;
		vertical-align: top;
	}

	.c-contact__inner-content-submit .submit span:before {
		width: .55rem;
		height: .95rem;
		margin-right: 1.5rem;
	}
}


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

 c-know

***********************************/
.c-know {
	background: url(../images/recruit/know_bg01_pc.png) repeat center top;
	background-size: 132rem auto;
}

.c-know__inner {
	padding: 7rem 0;
}

.c-know__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-know__inner-list-sec {
	width: 36rem;
}

.c-know__inner-list-sec .icon {
	display: flex;
	justify-content: center;
	height: 17.7rem;
	padding-top: 3rem;
	background: url(../images/recruit/know_bg02.png) no-repeat center / contain;
}

.c-know__inner-list-sec .icon img {
	display: block;
	width: 9rem;
	height: 9rem;
}

.c-know__inner-list-sec .ttl {
	margin-top: -3rem;
	text-align: center;
}

.c-know__inner-list-sec .ttl span {
	display: inline-block;
	padding: 1.4rem 2rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #000;
}

.c-know__inner-list-sec .txt01 {
	margin-top: 1.5rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.c-know__inner-list-sec .txt01 span {
	display: inline-block;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1;
}

@media screen and (max-width:767px){
	.c-know {
		background: url(../images/recruit/know_bg01_sp.png) repeat center top;
		background-size: 100vw auto;
	}

	.c-know__inner {
		padding: 4rem 0;
	}

	.c-know__inner-list {
		display: block;
	}

	.c-know__inner-list-sec {
		width: 18rem;
		margin: 0 auto 2rem;
	}

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

	.c-know__inner-list-sec .icon {
		height: 8.85rem;
		padding-top: 1.5rem;
	}

	.c-know__inner-list-sec .icon img {
		width: 4.5rem;
		height: 4.5rem;
	}

	.c-know__inner-list-sec .ttl {
		margin-top: -1.5rem;
	}

	.c-know__inner-list-sec .ttl span {
		padding: .6rem 1rem;
		font-size: .9rem;
	}

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

	.c-know__inner-list-sec .txt01 span {
		font-size: 3.2rem;
	}

}


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

 c-employees

***********************************/
.c-employees {
	background: url(../images/recruit/employees_bg01_pc.jpg) no-repeat center / cover;
}

.c-employees__head {

}

.c-employees__head-inner {
	padding: 7rem 0 5rem;
}

.c-employees__head-inner .c-title01 {
	margin-bottom: 0;
}

.c-employees__body {
	padding-bottom: 7rem;
}

.c-employees__body-slider {

}

.c-employees__body-slider .slick-list {
	margin: 0 -3.75rem;
}

.c-employees__body-slider-item {
	margin: 0 3.75rem;
}

.c-employees__body-slider-item .pic {
	width: 35rem;
}

.c-employees__body-slider-item .name {
	margin-top: -2.6rem;
	position: relative;
	z-index: 1;
}

.c-employees__body-slider-item .name span {
	display: inline-block;
	padding: 0.8rem 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
}

.c-employees__body-slider-item .sub {

}

.c-employees__body-slider-item .sub span {
	display: inline-block;
	padding: 1.1rem 1.5rem;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

@media screen and (max-width:767px){
	.c-employees {
		background: url(../images/recruit/employees_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-employees__head {

	}

	.c-employees__head-inner {
		padding: 4rem 0 2.5rem;
	}

	.c-employees__body {
		padding-bottom: 2.5rem;
	}

	.c-employees__body-slider {

	}

	.c-employees__body-slider .slick-list {
		margin: 0 -1.875rem;
	}

	.c-employees__body-slider-item {
		margin: 0 1.875rem;
	}

	.c-employees__body-slider-item .pic {
		width: auto;
		/*width: 16.25rem;*/
	}

	.c-employees__body-slider-item .name {
		margin-top: -1.3rem;
		font-size: 0;
		position: relative;
		z-index: 1;
	}

	.c-employees__body-slider-item .name span {
		padding: 0.4rem 0.75rem;
		font-size: 1rem;
	}

	.c-employees__body-slider-item .sub {
		font-size: 0;
	}

	.c-employees__body-slider-item .sub span {
		padding: 0.6rem 0.75rem;
		font-size: .8rem;
	}

}


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

 c-recruiting01

***********************************/
.c-recruiting01 {
	background: url(../images/recruit/recruiting01_bg01_pc.png) repeat center top;
	background-size: 132rem auto;
}

.c-recruiting01__inner {
	padding: 7rem 0 7rem;
}

.c-recruiting01__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -7rem;
}

.c-recruiting01__inner-list-sec {
	display: flex;
	flex-direction: column;
	width: 56rem;
	margin-bottom: 7rem;
}

.c-recruiting01__inner-list-sec .head {
	position: relative;
	z-index: 1;
}

.c-recruiting01__inner-list-sec .head .pic {
}

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

.c-recruiting01__inner-list-sec .head .ttl {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-recruiting01__inner-list-sec .head .ttl .txt01 {
	display: block;
	padding: 1.1rem 1.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	background: #000000;
}

.c-recruiting01__inner-list-sec .head .ttl .txt02 {
	display: block;
	padding: 1.1rem 1.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	background: #1d5a2e;
}

.c-recruiting01__inner-list-sec .body {
	flex: 1;
	padding: 6.2rem 2rem 2rem 2rem;
	margin-right: 4rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.c-recruiting01__inner-list-sec .body .ttl {
	padding: 1.2rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-recruiting01__inner-list-sec .body .txt01 {
}

@media screen and (max-width:767px){
	.c-recruiting01 {
		background: url(../images/recruit/recruiting01_bg01_sp.png) repeat center top;
		background-size: 100vw auto;
	}

	.c-recruiting01__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-recruiting01__inner-list {
		display: block;
		width: 88.235294117647059%;
		margin: 0 auto;
	}

	.c-recruiting01__inner-list-sec {
		display: block;
		width: auto;
		margin-bottom: 3.5rem;
	}

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

	.c-recruiting01__inner-list-sec .head .ttl .txt01 {
		padding: .5rem .75rem;
		font-size: 1.4rem;
	}

	.c-recruiting01__inner-list-sec .head .ttl .txt02 {
		padding: .5rem .75rem;
		font-size: 1.4rem;
	}

	.c-recruiting01__inner-list-sec .body {
		padding: 4rem 1.5rem 1.5rem 1.5rem;
		margin-right: 2rem;
	}

	.c-recruiting01__inner-list-sec .body .ttl {
		padding: .55rem .75rem;
		font-size: 1.2rem;
	}

	.c-recruiting01__inner-list-sec .body .txt01 {
		font-size: 1.2rem;
	}

}


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

 c-recruiting02

***********************************/
.c-recruiting02 {
	background: #f8f7f5;
}

.c-recruiting02__inner {
	padding: 7rem 0 8rem;
}

.c-recruiting02__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 7rem;
	line-height: 2;
}

.c-recruiting02__inner-tab {

}

.c-recruiting02__inner-tab-head {

}

.c-recruiting02__inner-tab-head ul {
	display: flex;
	align-items: flex-end;
	height: 9rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .12em;
}

.c-recruiting02__inner-tab-head ul li {
	width: 25%;
	overflow: hidden;
}

.c-recruiting02__inner-tab-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 8rem;
	padding: 0 1rem;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-recruiting02__inner-tab-head ul li:first-child a {
	border-radius: 1rem 0 0 0;
	border-left: 1px solid #dddddd;
}

.c-recruiting02__inner-tab-head ul li:last-child a {
	border-radius: 0 1rem 0 0;
}

.c-recruiting02__inner-tab-head ul li a.is-active {
	color: #fff;
	border-top: 1px solid #1d5a2e;
	border-right: none;
	border-left: none;
	background-color: #1d5a2e;
}

.c-recruiting02__inner-tab-body {

}

.c-recruiting02__inner-tab-body-sec {
	display: none;
}

.c-recruiting02__inner-tab-body-sec:first-child {
	display: block;
}

.c-recruiting02__inner-tab-body-sec-ttl {
	padding: 2.2rem 1.5rem;
	margin-bottom: 5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .12em;
	text-align: center;
	background-color: #1d5a2e;
	border-radius: 0 0 1rem 1rem;
}

.c-recruiting02__inner-tab-body-sec-detail {

}

.c-recruiting02__inner-tab-body-sec-detail dl {
	display: flex;
	padding: 3.3rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-recruiting02__inner-tab-body-sec-detail dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-recruiting02__inner-tab-body-sec-detail dl dt {
	display: flex;
	align-items: center;
	width: 26rem;
	padding-right: 3rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-recruiting02__inner-tab-body-sec-detail dl dt:after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - .7em);
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-recruiting02__inner-tab-body-sec-detail dl dd {
	flex: 1;
	padding-left: 3rem;
}

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

	.c-recruiting02__inner-tab-head ul li a.is-active {
		height: 9rem;
		border-radius: 1rem 1rem 0 0;
	}
}

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

	.c-recruiting02__inner {
		padding: 4rem 0 4rem;
	}

	.c-recruiting02__inner-txt01 {
		padding: 0 5.882352941176471%;
		margin-top: -.5em;
		margin-bottom: 3.5rem;
		font-size: 1.2rem;
	}

	.c-recruiting02__inner-tab {
		padding: 0 5.882352941176471%;
	}

	.c-recruiting02__inner-tab-head {
		margin-bottom: 3rem;
	}

	.c-recruiting02__inner-tab-head ul {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		height: auto;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .12em;
	}

	.c-recruiting02__inner-tab-head ul li {
		width: 50%;
		overflow: hidden;
	}

	.c-recruiting02__inner-tab-head ul li a {
		height: 4rem;
		padding: 0 .5rem;
		background: #fff;
		border-top: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-recruiting02__inner-tab-head ul li:first-child a {
		border-radius: .6rem 0 0 0;
		border-left: 1px solid #dddddd;
	}

	.c-recruiting02__inner-tab-head ul li:nth-child(2) a {
		border-radius: 0 .6rem 0 0;
	}

	.c-recruiting02__inner-tab-head ul li:nth-child(3) a {
		border-radius: 0 0 0 .6rem;
		border-left: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-recruiting02__inner-tab-head ul li:nth-child(4) a {
		border-bottom: 1px solid #dddddd;
		border-radius: 0 0 .6rem 0;
	}

	.c-recruiting02__inner-tab-head ul li a.is-active {
	}

	.c-recruiting02__inner-tab-head ul li:nth-child(1) a.is-active,
	.c-recruiting02__inner-tab-head ul li:nth-child(3) a.is-active {
		border-left: 1px solid #1d5a2e;
	}

	.c-recruiting02__inner-tab-head ul li:nth-child(4) a.is-active,
	.c-recruiting02__inner-tab-head ul li:nth-child(3) a.is-active {
		border-bottom: 1px solid #1d5a2e;
	}

	.c-recruiting02__inner-tab-body {

	}

	.c-recruiting02__inner-tab-body-sec {
		display: none;
	}

	.c-recruiting02__inner-tab-body-sec:first-child {
		display: block;
	}

	.c-recruiting02__inner-tab-body-sec-ttl {
		padding: 1.1rem 1.5rem;
		margin-bottom: 2.5rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-recruiting02__inner-tab-body-sec-detail {

	}

	.c-recruiting02__inner-tab-body-sec-detail dl {
		display: block;
		padding: 1.5rem 0;
		font-size: 1.2rem;
		letter-spacing: .05em;
	}

	.c-recruiting02__inner-tab-body-sec-detail dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		margin-bottom: 0.75em;
		text-align: center;
	}

	.c-recruiting02__inner-tab-body-sec-detail dl dt:after {
		display: none;
	}

	.c-recruiting02__inner-tab-body-sec-detail dl dd {
		flex: auto;
		padding-left: 0;
	}
}


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

 c-entry-form

***********************************/
.c-entry-form {

}

.c-entry-form__inner {
	padding: 7rem 0 8rem;
}

.c-entry-form__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 5.5rem;
	line-height: 2;
}

.c-entry-form__inner-content {
	width: 100rem;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
}

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

	.c-entry-form__inner {
		padding: 4rem 0 4rem;
	}

	.c-entry-form__inner-txt01 {
		padding: 0 5.882352941176471%;
		margin-top: -1em;
		margin-bottom: 2.5rem;
		line-height: 1.8;
		font-size: 1.2rem;
	}

	.c-entry-form__inner-content {
		width: 88.235294117647059%;
		margin: 0 auto;
		border-top: 1px solid #dddddd;
	}

}


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

 xxx

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

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

}

