.sideBorderBox{
	display: none;
}
/**********ヘッダー(ここから)**********/
.siteName{
	display: none;
}
#header .inner{
	display: block;
}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		padding: 0.7em !important;
	}
	.head_name{
		margin-top:calc(7 / 730 * 100%);
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
		max-width: 1100px;
		padding:0.7em 1.5em !important;
	}
	.head_name{
		margin-right:calc(6 / 1050 * 100%);
		width: calc(550 / 1050 * 100%);
	}
}
/**********ヘッダー(ここまで)**********/
/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	.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{
		display: none;
}

/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}

/*Q&A*/
.iconQ{
	background-color:#612800 !important;
}

/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
.img_reset img{
	display: block;
}
.img_fl{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.img_fr{
	float:right;
	margin: 0 0  10px 12px !important;
}
.txtimg_left .imgBox div{
	margin: 0 !important;
}
@media screen and (min-width: 731px){/*PC*/
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}

/*募集要項ボタン*/
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.2em;
	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_connection a {
	white-space:nowrap;
	background-color: #198b04 !important;
	background: linear-gradient(to bottom, #198b04 0%, #105a02 100%) !important;
}
.btn_connection a:before{
	content: '\f138';
}
@media screen and (max-width: 730px){/*SP*/
	p[class^="btn_"],ul[class^="btn_"] {
		width: 55%;
		margin:0 auto !important;
	}
	p[class^="btn_"] a,ul[class^="btn_"] a {
		padding: 0.75em 0 !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	p[class^="btn_"] a,ul[class^="btn_"] a {
		padding:0.7em 1.5em !important;
		font-size: 1.4em;
	}
	p[class^="btn_"] a:hover,ul[class^="btn_"] a:hover {
		opacity: 0.6;
	}
	.btn_connection{
		display:flex;
		margin-left: 2em !important;
	}
	.btn_connection li{
		flex-basis:32%;
	}
}

/*////////// 募集要項 //////////*/
.acc_btn dt{
    	line-height: 1.5em;
}
p~p, dt~dt{
    	margin-top:0.5em !important;
}
.acc_btn p{
    	text-indent: 0 !important;
}
.acc_btn p.sapporo{
    	margin-bottom:0.5em !important;
    	margin-top: 0 !important;
}

/*お問い合わせ窓口横並び*/
@media screen and (min-width: 731px){/*PC*/
	.madoguchiflex{
		display:flex;
		align-items: center;
	}
	.madoguchiflex .articleWrap .tit03,.madoguchiflex .articleWrap .textBox{
		width:23vw;
	}
}


.acc_btn h3+div{display: none;}
.acc_btn h3{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  position: relative;
  margin-bottom: .5em !important;
  padding: .4em .75em .25em .75em !important;
  background: #00953B !important;
  border-radius: .5em;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 1.5em !important;
  transition: .25s;
}
.acc_btn h3:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-70deg, rgb(250 255 210 / 40%), transparent 35%, transparent 65%, rgb(35 40 50 / 75%));
  mix-blend-mode: overlay;
}
.acc_btn h3:not(.acc_opened) {
    padding-bottom: calc(.25em + 5px) !important;
    box-shadow: inset 0 -5px 0 0 rgb(0 0 0/40%);
    transform: translateY(-5px) scale(1.00);
}
@media screen and (max-width: 730px){/* ■■■■ SP ■■■■ */
.acc_btn h3{
  font-size: 1.25em !important;
}
}/* ■■■■ SP(max-width: 730px) ■■■■ */
.acc_btn h3:after{
  content: "\f078";
  position: relative;
  font-family:"Font Awesome 5 Free";/*基本Freeブランドロゴ系はBrands*/
  font-size: 1em;
  font-weight: 900;/*400 or 900(400無効の場合あり)*/
  speak: none;
  transition: .25s;
}
.acc_btn h3.acc_opened:after {
  content: "\f057";
  transform: rotate(-90deg);
  transition: .25s;
  background: radial-gradient(#666 44%, transparent 46%);
}

#main .youkou_table {
    margin-bottom: 1em;
}
#main .youkou_table tr:nth-child(odd) {
    background: #E7F5FF;
}
#main .youkou_table th {
    width: 5.5em;
}
#main .youkou_table th, #main .youkou_table td {
    padding: .75em;
    line-height: 1.5;
}

.cls_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 2em auto !important;
  padding: .6em .8em !important;
  border-radius: .5em;
  box-sizing: content-box;
  width: 4.5em;
  font-size: 0.875em;
  font-weight: bold;
  background: #666 !important;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  text-indent: 0 !important;
}
.cls_btn:after{
  content: "\f057";
  font-family:"Font Awesome 5 Free";/*基本Freeブランドロゴ系はBrands*/
  font-size: 1.2em;
  font-weight: 900;/*400 or 900(400無効の場合あり)*/
  speak: none;
}

/*お役立ちQ&A*/
.oyakudachi_qanda span{
	display: inline-block;
	color:#fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-right:0.3em !important;
}
.oyakudachi_qanda dl {
	border-top: 1px solid #5a4a30;
	border-bottom: 1px solid #5a4a30;
	margin-bottom: 1em!important;
}
.oyakudachi_qanda dl dt {
	display: flex;
	background:#ecf5e8 !important;
	font-size: 1.05em;
	font-weight: bold;
	color: #399500;
	padding: 0.7em !important;
}
.oyakudachi_qanda dt span{
	background-color: #399500 !important;
}
.oyakudachi_qanda dl dd {
	display: flex;
	padding: 0.7em !important;
}
.oyakudachi_qanda dd span{
	background-color: #4F3D3F !important;
}
@media screen and (min-width: 731px){/*PC*/
	.oyakudachi_qanda dl dt {
		align-items: center;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.oyakudachi_qanda .tit03{
		padding:0 0.6em;
	}
}