@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/


/*福利厚生・研修制度*/

.bene01_01 ul {
	display: grid;
	row-gap: 2em;
	column-gap: 1em;
	grid-template-columns: repeat(2, 1fr);
}

.bene01_02 h3 {
	margin-right: .5em;
}

.bene01_02 ol li {
	padding: 3em 2em;
	width: 83%;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
	margin-top: 3.5em;
}

.bene01_02 ol li {
	margin-inline: auto;
}

/* 数字で見る働く環境 */

.envi01_02 {
	display: grid;
	row-gap: 3em;
	column-gap: 2em;
	grid-template-columns: repeat(2, 2fr);
}

.envi01_02 li,
.envi01_03 li,
.envi01_04 li {
	border: 1px solid #E6E6E6;
	padding: 2em 1em;
	text-align: center;
}

.envi01_02 div,
.envi01_03 div,
.envi01_04 div {
	height: 135px;
}

.envi01_02 img {
	margin-inline: auto;
}

.envi01_02_number {
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
	margin: 0 0.1em;
	line-height: 1;
}

.envi01_03 {
	display: grid;
	row-gap: 2em;
	column-gap: 2em;
	grid-template-columns: repeat(2, 5fr);
}

.envi01_03_year {
	line-height: 1;
	position: relative;
	top: -1.3em;
}

.envi01_03_txt span {
	line-height: 1;
}

.envi01_04 {
	display: grid;
	row-gap: 2em;
	column-gap: 2em;
	grid-template-columns: repeat(2, 5fr);
}

/* 会社を知る */

.top01_01btn.abou_btn a::after {
	background: url(../recruit_img/sub/abou-arrow.svg) no-repeat center center/ contain;
}

/* 仕事を知る */

.top01_01btn_FFF.work_btn a {
	border: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	max-width: 500px;
	width: 95%;
}

.work01_01 ul {
	display: grid;
	row-gap: 1.5em;
	grid-template-columns: repeat(1, 4fr);
}

.work01_01_link_txt {
	font-size: 13px;
}

/* インターンシップ */

.inte01_01 {
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	padding: 3em 2em;
	margin-top: 3em;
}

.inte01_01>ul>li {
	margin-top: .5em;
	color: #002e7f;
	font-weight: bold;
}

.inte01_01_point {
	color: #FFFFFF;
	background: #0040ce;
	padding: .1em 1em;
	border-radius: 30px;
	margin-right: 1em;
	width: 110px;
	display: block;
	text-align: center;
}

.inte01_01>ul>li {
	position: relative;
	padding:0.5em 0 0.5em 1.5em !important;
}

.inte01_01>ul>li::before {
	content: '';
	background: url("../recruit_img/cms/icon_maru.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width:7px;
	height:7px;
	top: 1.2em;
	left: 0;
}

.inte01_02 {
	width: 90%;
	margin-inline: auto;
}

.inte01_02>dl {
	margin-top: 2em;
}

.inte01_02>dl>dt {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.inte01_02>dl>dd {
	flex: 1;
	margin-top: .5em;
}

.inte01_02_list {
	padding-left: 1em;
}

.inte01_02_list li {
	list-style: disc;
}

/*よくある質問*/


.qa01_01sub{
	width:100%;
	margin:0 auto;
}

.qa01_00sub>ul>li{
	padding:1.5em 0;
}


.qa01_01sub>ul>li{
	background:#FFFFFF;
	margin:0 0 1.5em;
	

}

.qa01_01sub>ul>li>a{
	display: block;
	width:100%;
	padding:1.5em 2em 1.5em 1em;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}

.qa01_01sub>ul>li>ul>li{
	/*border-radius: 0 0 15px 15px;*/
	background:#F2F2F2;
}

.qa01_01sub>ul>li>ul>li>dl{
	width:100%;
	box-sizing: border-box;
	padding: 1em 5%;
}

.qa01_01sub .toggle>dl{
	display: table;
}
.qa01_01sub .toggle>dl>dt{
	display: table-cell;
	width:7%;
}
.qa01_01sub .toggle>dl>dd{
	display: table-cell;
	width:93%;
	padding:0.2em 2em 0 0;
	box-sizing: border-box;
}
.qa01_01sub .inner>li{
	padding:1em 2em;
	box-sizing: border-box;
}

.child {
    display: none;
}
.qa01_01sub>ul>li>a{
	position: relative;
}
.qa01_01sub>ul>li>a::after{
	content: '';
	background: url("../recruit_img/cms/faq_plus.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

.qa01_01sub>ul>li>a.active::after{
	content: '';
	background: url("../recruit_img/cms/faq_mai.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}


/*========================
	メールフォームテンプレ
========================*/


.mail01_01 dl {
	padding: 0.5em 0;
}

.mail01_01 dt {
	width: 98%;
	padding: 0 0 0 1%;
	margin: 0;
	color: #000000;
	float: none;
}

.mail01_01 dd {
	width: 98%;
	margin: 0 1%;
	float: none;
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text {
	font-family: 'Noto Sans JP', -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: #E6E6E6 2px solid;
	border-radius: 50px;
	padding: 1em;
	font-size: 16px;
	margin: 0.5em 0;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea.text {
	border-radius: 30px;
}


input.text_min,
select.text_min {
	width: 40%;
}

input.text_middle {
	width: 72%;
}

.mail01_02 {
	width: 100%;
	margin: 0 auto;
}

.mail01_02 input {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

input[type=checkbox] {
	margin: 0.5em;
	transform: scale(1.5);
}

input[type=radio] {
	margin: 0.5em;
	transform: scale(1.5);
}

::placeholder {
	color: #ccc
}

.mail01_01title>ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.mail01_01title>ul>li {
	padding: 0 0.5em;
}

.hissu {
	display: inline-block;
	background: #FF0000;
	border-radius: 50px;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 0 0.8em;
	padding: 0.2em 1em;
	line-height: 1.4;
	color: #FFFFFF;
}

.ninni {
	background: #B3B3B3;
	padding: 0.1em 1em;
	color: #FFFFFF;
}

input[type="submit"] {
	font-family: 'Noto Sans JP', -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	height: 100%;
	letter-spacing: 2px;
	margin: 1em auto 0;
	display: block;
	border-radius: 50px;
	padding: 1.5em;
	background: linear-gradient(90deg, rgba(41, 171, 226, 1) 8.25%, rgba(0, 64, 206, 1) 100%);
	color: #FFFFFF;
	border: none;
	position: relative;
	font-size: 120%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-weight: bold;
}

input[type="submit"]:hover {
	transform: translateY(3px);
}

.mail01_02_wrap{
	position: relative;
	max-width: 440px;
	width: 100%;
}

.mail01_02_wrap::after {
	content: '';
	background: url("../recruit_img/top/icon_arrow_FFF.svg") no-repeat;
	width: 18px;
	height: 12px;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate(-50%, -50%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top01_02select_block {
	position: relative;
	box-sizing: border-box;
}

.top01_02select_block::after {
	content: '';
	background: url("../recruit_img/cms/icon_down.svg")no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
	width: 6px;
	height: 12px;
	top: 55%;
	right: 1.5em;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

	/*======================
	メイン
=======================*/


	.title {
		display: flex;
		align-items: center;
		justify-content: left;
		gap: 1em;
	}

	/*福利厚生・研修制度*/

	.bene01_01 ul {
		column-gap: 2em;

	}

	.bene01_02 ol li {
		padding: 4em 4em;
		width: 83%;
		margin-inline: 0;
	}

	.bene01_02 ol li:nth-child(even) {
		margin-left: auto;
	}

	/* 数字で見る働く環境 */

	.envi01_02 {
		column-gap: 4em;
	}

	.envi01_02 li {
		padding: 2.5em 2em;
	}

	.envi01_03 {
		grid-template-columns: repeat(3, 3fr);
	}

	.envi01_04 {
		grid-template-columns: repeat(3, 1fr);
	}

	/* 仕事を知る */

	.work01_01_link_txt {
		font-size: 20px;
	}

	/* インターンシップ */

	.inte01_01_flex {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.inte01_01 {
		padding: 3em 4em;
	}

	.inte01_02>dl {
		display: flex;
		align-items: flex-start;
		justify-content: left;
	}

	.inte01_02>dl>dt {
		width: 20%;
		margin-right: 2em;
	}

	.inte01_02>dl>dd {
		margin-top: 0;
	}

	


/*よくある質問*/
	
.qa01_01sub{
	width:90%;
	margin:0 5%;
}
.qa01_01sub>ul>li>a::after{
	content: '';
	background: url("../recruit_img/cms/faq_plus.svg") no-repeat;
	background-size: contain;
	width:10px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}

.qa01_01sub>ul>li>a{
	padding:1.5em 2em;
}
.qa01_01sub>ul>li>a.active::after{
	content: '';
	background: url("../recruit_img/cms/faq_mai.svg") no-repeat;
	background-size: contain;
	width:8px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}
.qa01_01sub>ul>li>ul>li>dl{
	display: flex;
	flex-wrap: wrap;
}
.qa01_01sub>ul>li>ul>li>dl>dt{
	width:5%;
}
.qa01_01sub>ul>li>ul>li>dl>dd{
	width:95%;
}
.qa01_01sub .inner>li{
	padding:1em 3em;
}


	/*=========================
	メールフォームテンプレ
==========================*/
	/*メールフォーム*/

	.mail01_01 dl {
		padding: 1.5em 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.mail01_01 dt {
		padding: 0;
		width: 23%;

	}

	.mail01_01 dd {
		width: 75%;
	}

	input.text_min,
	input.text,
	input.text_middle,
	select.text,
	select.text_min,
	textarea.text {
		padding: 1.5em;
	}

	input.text,
	select.text,
	textarea.text {
		width: 100%;
	}


	.mail01_02 {
		width: 75%;
		margin: 0 0 0 25%;
	}


	input.text_middle,
	select.text_middle {
		width: 55%;
	}

	input.text_min,
	select.text_min {
		width: 25%;
	}

	.mail01_02 input {
		width: 100%;
		padding: 1.5em;
		box-sizing: border-box;
		max-width: 450px;
		margin: 0;
	}

	input[type="submit"] {
		margin: 1em 0 0;
	}

	.mail01_02_wrap::after {
		right: 4em;
	}

}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1024px) {

	/* 仕事を知る */

	.work01_01 ul {
		grid-template-columns: repeat(2, 2fr);
	}

	.top01_01btn_FFF.work_btn a {
		max-width: 100%;
	}


}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {}


/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {}