/**********ヘッダー(ここから)**********/
#header {
    background-color: #fefaf2 !important;
}
.siteName{
	display: none;
}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		padding: 0.5em 0.5em 0.2em 0.5em !important;
	}
	.head_name{
		flex-basis: calc(684 / 750 * 100%);
	}
}
@media screen and (min-width: 731px){/*PC*/
	.customHeader{
		max-width: 1070px;
	}
	.head_name{
		padding-right:1em;
	}
	#headerContactInfo{
		display: none;
	}
}
/**********ヘッダー(ここまで)**********/

/*見出し*/
#main .pointTit .t_pageHeading {
    background: linear-gradient(to left,rgb(102, 212, 55, 0.7), rgba(102, 212, 55, 1.0));
}



/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section .pointTit .t_pageHeading{
		border-radius: 0;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
@media screen and (min-width: 731px){/*PC*/
	img{
		image-rendering: -webkit-optimize-contrast !important;
	}
}
/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
p.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	p.if_box{
		margin:0 -2.5% !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	#access .no_lh ~ .no_lh{
		margin-top: 12.5vw !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#access .no_lh ~ .no_lh{
		margin-top: 3.125em !important;
	}
}
/*インラインフレームページ*/
#houjingaiyou .pointTit,
#staff .pointTit,
#nittei .pointTit,
#mediainfo .pointTit,
#link .pointTit,
#access .pointTit{
		display: none;
}

/*先輩インタビュー*/
.int_mokuji{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0.5em !important;
}
.int_mokuji li{
	padding-bottom: 0.3em !important;
}
@media screen and (min-width: 731px) {/* PC */
	.int_mokuji li{
		width: calc(100%/3);
		box-sizing: border-box;
	}
}

/*募集要項・説明会日程・応募方法*/
p[class^="btn_"] a,ul[class^="btn_"] a {
	display: block;
	border-radius: 0.4em;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px #333333;
	text-align: center;
}
p[class^="btn_"] a:before,ul[class^="btn_"] a:before{
	font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	speak: none;
}
p[class^="btn_"] a:before,ul[class^="btn_"] a:before {
	margin-right: .1em !important;
}
.btn_oubo{
	margin: 0.5em auto 0 !important;
}
.btn_connection a {
	background-color: #198b04 !important;
	background: linear-gradient(to bottom, #198b04 0%, #105a02 100%) !important;
}
.btn_oubo a {
	background-color: #268bff !important;
	background: linear-gradient(to bottom, #268bff 0%, #0a26d8 100%) !important;
}
.btn_connection a:before,
.btn_oubo a:before {
	content: '\f138';
}
.otoiawase{
	margin-top: 2em !important;
}
.otoiawase dt {
	font-weight: bold;
}
.otoiawase dt:before {
	content: "";
	box-sizing: border-box;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: 0.15em;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	border: 0.25em solid #f45;
	vertical-align: middle;
}
.otoiawase dd{
	margin-left: 1em !important;
}
@media screen and (max-width: 730px){/*SP*/
	p[class^="btn_"],ul[class^="btn_"] {
		width: 100%;
	}
	p[class^="btn_"] a,ul[class^="btn_"] a {
		padding: 0.75em 0 !important;
	}
	.btn_connection{
		margin: 2em auto 0 !important;
	}
	.btn_connection li ~ li{
		margin-top: 1.5em !important;
	}
	#main .textBox .otoiawase img{
		height: 5vw;
		vertical-align: middle !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	p[class^="btn_"] a,ul[class^="btn_"] a {
		padding: 0.7em 1em !important;
		font-size: 1.4em;
	}
	p[class^="btn_"] a:hover,ul[class^="btn_"] a:hover {
		opacity: 0.6;
	}
	.btn_oubo{
		width: 40%;
	}
	.btn_connection{
		display: flex;
		justify-content:center;
		margin-top: 2em !important;
		gap:1em;
	}
	#main .textBox .otoiawase img{
		height: 1.6vw;
		max-height: 16px;
		vertical-align: middle !important;
	}
}

/*新卒応募方法*/
.shinsotsu_oubo p {
    text-indent: 0;
    text-align: center;
    font-size: 18px;
}
@media screen and (min-width: 731px) {/*PC用*/
	.allshinsotsusite {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.shinsotsusite{
		flex-basis: 35%;
	}
	.shinsotsusite:nth-child(odd){
		margin-right:3em !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.shinsotsusite{
		width: 60%;
		margin:0 auto !important;
	}
}

/*代表メッセージ*/
@media screen and (min-width: 731px) {/* PC */
	.prolink_img .imgBox{
		float: right;
		width: 40.41%;
	}
}

/*採用サイトリンクバナー*/
@media screen and (min-width: 731px) {/*PC用*/
	.allsaiyousite{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.saiyousite{
		flex-basis: 45%;
	}
	.saiyousite:nth-child(even){
		margin-left:3em !important;
	}
}

/*サイドお問合せ非表示*/
.sideBorderBox{
	display:none;
}

/*魅力*/
@media screen and (min-width: 731px) {/* PC */
	.miryoku img{
		width: 45%;
		margin: auto !important;
		display: block;
		margin-top: 1em !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.miryoku img{
		margin-top: 0.5em !important;
	}
}

/*選考ステップ*/
.senkoustep{
	border: solid 3px #CCCCCC;
}
.senkoustep h2{
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
    	background-color: #E4F9A4 !important;
    	padding:0.3em 0 0.2em 0 !important;
	text-align: center;
}
.senkoustep p{
    	padding:0.4em 0.5em 0.2em 0.5em !important;
}

/*Q&A画像化*/
.qa_right{
	margin-top:-1.5em;
	padding-left: 2.5em !important;
}

/*お問い合わせ窓口横並び*/
@media screen and (min-width: 731px){/*PC*/
	.madoguchiflex{
		display:flex;
		align-items: center;
	}
	.madoguchiflex .articleWrap .tit03,.madoguchiflex .articleWrap .textBox{
		width:23vw;
	}
}

@media screen and (min-width: 731px){/*PC*/
	.madoguchi .btn_connection{
		 justify-content:flex-start;
	}
	.madoguchi .btn_connection li{
		flex-basis:50%;
		margin-left:2em !important;
	}
	.madoguchi .btn_connection a{
		white-space:nowrap;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.madoguchi .btn_connection{
		width: 55%;
		margin:0 auto !important;
	}
}

/*募集要項*/
.youkou li {
	list-style-type: disc !important;
	list-style-position: inside !important;
}
.youkou .fa{
    	padding:0 0.2em 0 0 !important;
}
.youkou .fas{
    	padding:0 0.2em !important;
}
.youkou dt{
    	line-height: 1.5em;
}
.youkou dd{
    	line-height: 1.3em;
    	text-indent: 1em;
   	padding-bottom:0.5em !important;
}
.youkou .backyellow{
	background-color: #ffff80 !important;
	margin: -0.5em -0.5em 0 !important;
	padding: 0.3em 0.5em 0 !important;
	border-radius: 5px;
}
@media screen and (min-width: 731px) {/* PC */
	body .colorback {
		background-color: #dff2fb !important;
	}
	.youkou th {
		text-align: center;
    		width:8em;
	}
	.youkou td {
    		padding:0.5em 1em 0.5em 0.5em !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.youkou th,.youkou td{
		display:block;
		width: 100%;
	}
	.youkou th{
    		margin:0.5em 0.7em 0 !important;
    		width: 48%;
    		min-width: 180px;
    		font-weight: bold;
    		letter-spacing: .1em;
    		background: #fee95a !important;
    		border-color: #078f00;
    		color: #078f00;
   		border-right: 1px solid !important;
   		border-bottom: 1px solid !important;
   		border-radius: 1em !important;
   		text-align: center;
	}
	.youkou td{
    		padding:0.5em 1em !important;
	}
	.wide_section{
		margin: 0 -0.6em;
	}
}

/*仕事内容*/
.work img{
	display:block;
	margin:0.5em auto 0 !important;
}
@media screen and (min-width: 731px) {/* PC */
	.work_flex{
		display:flex;
		padding:0 1em !important;
	}
	.work img{
		width: 45%;
	}
}

/*アコーディオン*/
.toggle {
	display: none;
}
.accordion{
	margin-top: 0.3em !important;
}
.accordion span{
	color:#ff0000;
}
.interview_acc .Label::after{		/*タイトル横の矢印*/
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f13a';
	color:#FC8A03;
	font-size: 1.2em;
	position: absolute;
	text-align:center;
	padding: 1.2em 0;
}
@media screen and (max-width: 730px){/*SP*/
	.interview_acc .Label::after{
		right: 1.3em;
	}	
}
.Label,.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:0.3em !important;
	overflow: hidden;
}
.toggle:checked +.Label + .content {	/*開閉時*/
	height: auto;
	padding:1em 0 !important;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	transform: rotate(180deg) !important;
}