@charset "utf-8";
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域テンプレート
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#region_area{
	overflow:hidden;
}
#region_area .title_wrap{
	line-height: 1.6;
}

/*エリアタイトル*/
.area_title{
	font-size:3.2rem;
	font-weight: bold;
	line-height:1.4;
	text-align: center;
	letter-spacing: -1px;
}
/*LINE*/
.line_style1{
	height: 1px;
	border: 0;
	background-color:rgba(255,255,255,0);
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(204,204,204,0.75), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(204,204,204,0.75), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(204,204,204,0.75), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(204,204,204,0.75), rgba(255,255,255,0));
}
.line_style1::after{
	content:'';
	display: block;
	width:240px;
	height:1px;
	margin:0 auto;
}
/*.sub_titleがあるとき*/
.ls_margin1{
	margin:40px 0 32px;
}
/*.sub_titleが無いとき*/
.ls_margin2{
	margin:40px 0 64px;
}
/*エリアサブタイトル*/
.sub_title{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 80px;
}

/*コンテンツタイトル*/
.cont_title{
	position: relative;
	display:block;
	font-size: 2.4rem;
	line-height:1;
	padding:0 0 24px 24px;
	margin-bottom:40px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.cont_title::before{
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 8px;
	width: 8px;
	height: 32px;
	border-radius: 8px;
}


.link_btn {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 72px 10px;
    border-width:2px;
    border-style: solid;
}
.link_btn::after{
	content: '\f488';
	position: relative;
	top:0;
	margin-left:8px;
	font-family: ionicons;
	font-weight: normal;
	font-size: 1.4rem;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メインビジュアル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.main_visual{
	position: relative;
	overflow:hidden;
	margin-top:105px;
}
/*slickslider*/
.mv_txt_cont{
	position: absolute;
	top:47px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:auto;
	height: calc(100% - 47px);
	padding:0 164px;
	line-height:1.6;
	z-index:200;
	background:rgba(255,255,255,0.7);
}
.mv_txt_cont .mv_t1{
	font-size:4rem;
	margin-bottom:32px;
}
.mv_txt_cont .mv_t2{
	font-size:2rem;
	margin-bottom:32px;
}

.mv_cont{
	/*display: none;*/
	float: right;
	width:100%;
	height:38.3vw;
	overflow:hidden;
}
.mv_cont.slick-initialized{
	display: block;
}
.mv_box{
	position: relative;
	width:100%;
	height:39.05vw;
	overflow:hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ver14.1.5
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width:641px){
	.main_visual{
		margin-top:105px!important;
	}
}

/*メタスライダー*/
.metaslider .flexslider{
	margin:0 !important;
}
.metaslider .flex-control-nav{
	width:960px;
	text-align: right;
	left:0;
	right:0;
}
.flex-control-paging li a {
	width: 8px !important;
	height: 8px !important;
	cursor: pointer;
	text-align: left;
	text-indent: -9999px;
	margin:0 0 0 8px !important;
	border-radius: 50%  !important;
	background: #dddddd !important;
}

.flex-control-paging li a.flex-active{
	background: #0056ad !important;
}





/*メインビジュアルC*/
.mv3{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:10;
}
.mv3 p{
	display: block;
	width:100%;
	max-height:100%;
	overflow: hidden;
}


/*メインビジュアルD*/
.mv_box4{
	position: relative;
	width:100%;
	height:39.05vw !important;
	overflow:hidden;
}

.abs_mv4{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width:33%;
	height:33%;
}
.abs_mv4 img{
	max-width:100%;
	height:auto;
}
.pos_left-top .abs_mv4{
	top:0;
	left:0;
}
.pos_left-center .abs_mv4{
	top:0;
	left:0;
}
.pos_right-top .abs_mv4{
	top:0;
	right:0;
}
.pos_left-center .abs_mv4{
	top:0;
	left:0;
	bottom:0;
	margin:auto;
}
.pos_center-center .abs_mv4{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.pos_right-center .abs_mv4{
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.pos_left-bottom .abs_mv4{
	bottom:0;
	left:0;
}
.pos_center-bottom .abs_mv4{
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.pos_right-bottom  .abs_mv4{
	bottom:0;
	right:0;
}


/*メインビジュアルE*/
.mv_movie_cont{
	margin-top:48px;
}
.mv_youtube_cont{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mv_youtube_cont::before {
    content: "";
    display: block;
    padding-top: 56.0%;
}
.mv_youtube_box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
新着情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.news_area{
	padding: 16px 0;
	margin-bottom:0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#region_area .news_area h2{
	float: left;
	font-size:1.4rem;
	width:88px;
	height:32px;
	padding-top:8px;
	text-align: center;
}
.news_cont{
	float:right;
	width:843px;
	padding-top:6px;
}
.news_cont h3{
	margin:0 0 8px;
}
.news_cont h3 time{
	font-size:1.6rem;
	margin-right:33px;
}
.news_cont h3 a{
	font-size: 1.6rem;
}
.news_area .link_box{
	position: absolute;
	bottom:9px;
    right: 0;
    font-size: 1.2rem;
}
.news_area .link_box::after{
	content:'\f363';
	position: relative;
	top:2px;
	margin-left:8px;
	font-family: ionicons;
	font-size: 2rem;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ウェルカムエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.concept_area .entry_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:553px;
	height:336px;
	padding:32px 0;
}
.concept_area .entry_box.imgoff{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:720px;
	height:auto;
	padding:0 0 56px;
	margin:0 auto;
	text-align: center;
}
.concept_area .entry_box .edit_box{
	width:100%;
	max-height:196px;
	overflow:hidden;
	line-height: 1.8;
}
.concept_area .entry_box .link_wrap{
	width:100%;
	padding-top:64px;
	text-align: center;
}
.concept_area .wrap_cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.concept_area .img_box{
	position: relative;
	width:336px;
	overflow:hidden;
}
.concept_area .img_box::before{
	content: '';
	display: block;
	padding-top:100%;
}
.concept_area .img_box img{
	position: absolute;
	top:0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブロックコンテンツエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*ul*/
.bca_area ul.pcrow1{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:960px;
	margin: 0 auto;
}
.bca_area ul.pcrow2{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:960px;
	margin: 0 auto;
}
.bca_area ul.pcrow3{
	display: flex;
	flex-wrap: wrap;
	width:960px;
	margin: 0 auto;
	list-style: none;
	padding:0;
}
.bca_area ul.pcrow4,
.bca_area ul.pcrow5{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	font-size:0;
	padding:0 20px;
}

/*li*/
.bca_area li{
	overflow:hidden;
}

.bca_area .pcrow1 li{
	width:560px;
	margin:0 0 56px;
}
.bca_area .pcrow2 li{
	width:424px;
	margin:0 0 56px;
}
.bca_area .pcrow3 li{
	width:288px;
	margin:0 48px 56px 0;
}
.bca_area .pcrow3 li:nth-child(3n){
	margin:0 0 56px 0;
}
.bca_area .pcrow4 li{
	width:calc(100% / 4);
	padding:0 20px;
	margin:0 0 40px;
}
.bca_area .pcrow5 li{
	width:calc(100% / 5);
	padding:0 20px;
	margin:0 0 40px;
}

/*h3 img_box*/
.bca_area .img_box{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width:100%;
	overflow:hidden;
}

.bca_area .pcrow1 .img_box{
	height:236px;
}
.bca_area .pcrow2 .img_box{
	height:181px;
}
.bca_area .pcrow3 .img_box{
	height:123px;
}
.bca_area .pcrow4 .img_box:before,
.bca_area .pcrow5 .img_box:before{
	content:'';
	display:block;
	padding-top:41%;
}

/*span bca　cont_title*/
.bca_area .bcacont_title{
	position: relative;
	font-size:2rem;
	line-height: 1.2;
	padding:0 10%;
	z-index:10;
}
.bca_area .pcrow4 .bcacont_title{
	position: absolute;
	word-break: break-word;
}
.bca_area .pcrow5 .bcacont_title{
	position: absolute;
	word-break: break-word;
}
/*その他*/
.bca_area img{
	position: absolute;
	top:0;
}
.bca_area .mask{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height:100%;
	z-index:2;
}
.bca_area .entry_box{
	font-size:1.6rem;
	line-height: 1.6;
	padding:8px 4px 0;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ポイント訴求エリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.particular_cont{
	width:646px;
	padding:56px 88px;
	margin:0 auto;
}
.particular_cont ul{
	margin:40px 0;
}
.particular_cont li{
	position: relative;
	width:100%;
	min-height: 72px;
	max-height:auto;
	padding-left:88px;
	margin-bottom:32px;
	line-height:1.6;
}
.particular_cont li h3{
	font-size:2.4rem;
}
.particular_cont li .number{
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	width:72px;
	height:72px;
	overflow:hidden;
	padding-top:5px;
	font-size: 5.6rem;
	line-height:1;
	text-align: center;
	border-radius: 50%;
}
.particular_area .img_box{
	display: flex;
	align-items: flex-end;
	position: absolute;
	top:0;
	left:0;
	width:390px;
	height:100%;
	overflow:hidden;
	vertical-align: bottom;
}
.ipad .particular_area {
	background-attachment: initial;
}

.particular_cont .link_wrap{
	text-align: center;
}
.particular_cont ul{
	list-style: none;
	padding:0;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
カスタム投稿A （お客様の声）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.voice_area .more1{
	display: block;
	position: absolute;
	top:-3px;
	right:0;
	width:128px;
	height:128px;
	overflow:hidden;
	padding-top:50px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	border-style:solid;
}
.voice_area .more1 span::after{
	content: "\f363";
	font-family: ionicons;
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 23px;
}

.voice_area ul{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	list-style: none;
	padding:0;
}
.voice_area li{
	position: relative;
	float:left;
	width:288px;
	overflow:hidden;
	padding:20px 22px;
	margin:0 48px 40px 0;
}
.voice_area li:before{
	content:'';
	display: block;
	position:absolute;
	top:0;
	left:22px;
	width:24px;
	height:4px;
}
.voice_area li:nth-child(3n){
	margin:0 0px 40px 0;
}
.voice_area li h3{
	display:flex;
	align-items: center;
	height:40px;
	line-height: 1.4;
	margin-bottom:12px;
}
.voice_area li .img_box{
	position: relative;
	width:100%;
	overflow:hidden;
	margin-bottom:16px;
}
.voice_area li .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.voice_area li .img_box img{
	position: absolute;
	top:0;
}
.voice_area .txt_box{
	border-top-width:1px;
	border-top-style:solid;
	padding:12px 0 0;
}
.voice_area .txt_box p{
	display: inline;
	font-size:1.6rem;
	line-height: 1.4;
	border-bottom-width:1px;
	border-bottom-style:solid;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
カスタム投稿B
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.construct_area .area_title{
	margin:0 0 80px 0;
}
.construct_area .more1{
	display: block;
	position: absolute;
	top:-47px;
	right:0;
	width:128px;
	height:128px;
	overflow:hidden;
	padding-top:50px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	border-style:solid;
}
.construct_area .more1 span::after{
	content: "\f363";
	font-family: ionicons;
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 23px;
}
.construct_area .loopslider{
	position: relative;
	height:310px;
	overflow: hidden;
}
.construct_area .loopslider.thumb_off{
	height:230px;
}
.construct_area  ul{
	display: inline;
	float: left;
	height:310px;
	overflow: hidden;
	list-style: none;
	padding:0;
}
.construct_area li{
	float: left;
	width:634px;
	overflow:hidden;
}
.construct_area li a{
	position: relative;
	display: block;
	width:570px;
	height:auto;
	max-height:310px;
	overflow:hidden;
	padding:24px;
	margin:0 auto;
	vertical-align: bottom;
}
.construct_area li h3{
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:12px;
	margin-bottom:16px;
}
.construct_area h3 span{
		padding-left:12px;
		border-left-width:4px;
		border-left-style: solid;
	}
.construct_area li .txt_box{
	font-size: 1.6rem;
	line-height: 1.4;
	overflow:hidden;
}
.construct_area .txt_box .txt_wrap{
	border-bottom-width:1px;
	border-bottom-style: solid;
}
.construct_area li .img_box{
	position: relative;
	display: block;
	float:left;
	width:212px;
	overflow:hidden;
	margin:0 16px 0 0;
}
.construct_area li .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.construct_area li .img_box img{
	position: absolute;
	top:0;
}
.construct_area li .arw{
	position:absolute;
	bottom:-22px;
	right:-22px;
	display: block;
	width:45px;
	height:45px;
	font-size:1rem;
	padding: 19px 0px 0px 3px;
	transform: rotate(45deg);
}
/* =================
ClearFixElements
================= */
.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フリーエリア1,2
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.free-area_area h2{
	text-align: center;
}
.free-area_area dl{
}
.free-area_area dd{
	line-height: 1.6;
	overflow: hidden;
	padding:0 24px;
	margin-bottom:56px;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
お問い合わせ１
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.info_area .ptn_wrap{
	position: relative;
	width:100%;
	overflow: hidden;
	margin-bottom:0;
}
.ipad  .info_area {
	background-attachment: initial;
}
.info_cont{
	width:912px;
	overflow: hidden;
	padding:40px 40px 38px 40px;
	margin:0 auto;
}
.info_tel_box{
	width:464px;
}
.info_tel_box .txt1{
	display: block;
	font-size:2.1rem;
	letter-spacing: -1px;
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:12px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.info_tel_box .tel{
	display: block;
	padding:0 0 0 60px;
}
.info_tel_box .txt2{
	position: relative;
	display:block;
	font-size:6.4rem;
	font-weight: bold;
	text-align: right;
	margin-bottom:6px;
}
.info_tel_box .txt2::before {
    content: '\f4b9';
    position: absolute;
    top:7px;
    left:-60px;
    font-family: ionicons;
    font-weight: normal;
    font-size: 9rem;
    transform: rotate(10deg);
}
.info_tel_box .txt3{
	display: block;
	font-size:1.6rem;
	text-align: center;
}
.info_mail_box{
	width:321px;
	padding:24px 18px 16px;
}
.info_mail_box span{
	display: block;
	font-size:1.6rem;
	margin-bottom:16px;
}
.info_mail_box span::before{
	content: '\f132';
	position: relative;
	top:7px;
	margin-right:8px;
	font-family: ionicons;
	font-weight: normal;
	font-size: 3rem;
}
.info_mail_box a{
	display: block;
	width:100%;
	height:56px;
	padding-top:18px;
	font-size:1.6rem;
	text-align: center;
	border-width:2px;
	border-style: solid;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ステップエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.step_area .entry_box{
	overflow:hidden;
	padding:0px 23px 0 24px;
	margin-bottom:88px;
}
.step_area .entry_box ul{
	border-bottom-width:2px;
	border-bottom-style:dotted;
	list-style: none;
	padding:0;
}
.step_area .entry_box li{
	position: relative;
	margin-bottom:56px;
}
.step_area .entry_box li h4{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	padding: 0;
	margin-bottom: 32px;
}
.step_area .entry_box li h4 .box1{
	float:left;
	font-family: "Lato";
	font-size: 3.2rem;
	line-height: 1.2;
	margin-right:24px;
}
.step_area .entry_box li h4 .box1 b{
	font-size: 4rem !important;
	margin-left:8px;
	font-size:2rem;
}
.step_area .entry_box li h4 .box2{
	display: inline-block;
	font-size:2rem;
	line-height: 1.3;
}

.step_area .step_cont{
	position: relative;
}
.step_area .step_cont small{
	font-size: 1.2rem;
}
.step_area .step_txt{
	float:left;
	width:471px;
	padding:8px 0 0 ;
	margin-left:128px;
	font-size: 1.6rem;
	line-height:2;
}
.step_area .step_txt_noimg{
	float:left;
	width:761px;
	padding:8px 0 0 ;
	margin-left:128px;
	font-size: 1.6rem;
	line-height:2;
}
.step_area .img_box{
	float:right;
	width:248px;
	height:248px;
	overflow:hidden;
	margin-right:42px;
}
.step_area .line{
	position: absolute;
	top:0;
	left:24px;
	width:32px;
	height:calc(100% + 30px);
}
.step_area .line::after{
	content: '\f35f';
	position: absolute;
	bottom: -65px;
	left: -16px;
	font-family: ionicons;
	font-size: 13rem;
	line-height: 1;
}
/*.step_area .entry_box li:last-child .step_txt{
	float: left;
	width: 589px;
	padding: 8px 0 0;
	margin-left: 10px;
	font-size: 1.6rem;
	line-height: 2;
}*/
.step_area .entry_box li:last-child .line{
	height:0;
}
.step_area .entry_box li:last-child .line:after{
	content: '';
}
.single_job_offer .step_area .entry_box li:last-child:after{
	content: '◎';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 80px;
	left: 10px;
	width:64px;
	height:64px;
	font-family: ionicons;
	font-size: 8rem;
	line-height: 1;
	background: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
エリア担当
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.area_staff .area_staff_cont{
	width:960px;
	overflow:hidden;
	padding:40px 48px;
	margin:0 auto;
}
.area_staff .area_title{
	margin-bottom:40px;
}
.area_staff .entry_box{
	width:568px;
}
.area_staff h3{
	font-size:2.4rem;
	padding:10px 0 20px 24px;
	margin-bottom:28px;
	border-bottom-width:2px;
	border-bottom-style:dotted;
}
.area_staff .entry_txt{
	line-height: 1.6;
	width:92%;
	height:120px;
	overflow:hidden;
	margin-bottom:13px;
}
.area_staff address {
	display: block;
	float:right;
	width: 568px;
}
.area_staff address .add_box1{
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	width: 160px;
	height:32px;
	padding-top:9px;
	margin-top: -33px;
	margin-right:24px;
	vertical-align: middle;
}
.area_staff address a{
	position: relative;
	display: inline-block;
	padding-left:34px;
}
.area_staff address a::before {
    content: '\f4b9';
    position: absolute;
    top:7px;
    left:0;
    font-family: ionicons;
    font-size: 5rem;
	transform: rotate(10deg);
}
.area_staff address .add_box2{
	display: block;
	font-size: 4rem;
	margin-bottom: 3px;
}
.area_staff address .add_box3{
	display: block;
	font-size: 1.2rem;
	letter-spacing: -0.5px;
	text-align: center;
}
.area_staff .img_box{
	position: relative;
	width:272px;
	overflow: hidden;
}
.area_staff .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.area_staff .img_box img{
	position: absolute;
	top:0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
カスタム投稿C
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.qa_area .area_title{
	margin-bottom:64px;
}
.qa_area.no_bg{
	background:none;
}
.qa_area .inner{
	width:912px;
}
.qa_area ul{
	padding-bottom:24px;
	list-style: none;
	padding:0;
}
.qa_area li{
	overflow:hidden;
	margin-bottom:16px;
}
.qa_area h3{
	position: relative;
	font-size:2.4rem;
	line-height:1.3;
	padding:19px 64px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.qa_area h3::before{
	content:'Q';
	position:absolute;
	top:calc(50% - 21px);;
    left: 21px;
	font-size:3rem;
	font-weight: bold;
}
.qa_area .qa_box{
	position: relative;
	font-size:1.6rem;
	line-height: 1.6;
	padding:19px 64px;
}
.qa_area .qa_box::before{
	content:'A';
	position:absolute;
	top: 11px;
    left: 24px;
	font-size:3rem;
	font-weight: bold;
}
.qa_area .link_wrap{
	text-align: center;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ニュース＆ブログ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post_area h3{
	font-size:2.4rem;
	margin-bottom:32px;
}
.post_cont_news{
	width:416px;
}
.post_cont_news ul{
	padding-bottom:24px;
	list-style: none;
	padding:0;
}
.post_cont_news li{
	margin-bottom:12px;
	padding:0 0 12px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.post_cont_news h4{
	font-size:1.6rem;
	line-height: 1.4;
}

.post_cont_blog{
	width:440px;
}
.post_cont_blog ul{
	padding-bottom:20px;
	list-style: none;
	padding:0;
}
.post_cont_blog li{
	overflow:hidden;
	margin-bottom:16px;
}
.post_cont_blog .img_box{
	float:left;
	position: relative;
	width:80px;
	overflow:hidden;
}
.post_cont_blog .img_box::before{
	content:'';
	display:block;
	padding-top:100%;
}
.post_cont_blog .img_box img{
	position: absolute;
	top:0;
}
.post_cont_blog .entry_box{
	float:right;
	width:calc(100% - 100px);
}
.post_cont_blog time{
	font-size:1.6rem;
}
.post_cont_blog h4{
	font-size:1.6rem;
	line-height: 1.6;
	margin-bottom:8px;
}
.post_cont_blog .pxp{
	font-size:1.2rem;
}

.post_area .link_wrap{
	text-align: center;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
固定ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サービス
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.page_service{

}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フリーエリア3
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.free-area_area3{

}
.free-area_area3 h2{
	text-align: center;
}
.free-area_area3 dl{
}
.free-area_area3 dd{
	line-height: 1.6;
	overflow: hidden;
	padding:0 24px;
	margin-bottom:56px;
}








/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
対応エリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.corresponding_area{
	overflow:hidden;
}
.corresponding_area h3{
	font-size:2.4rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width:100%;
	height:129px;
	margin-bottom:32px;
	border-left-width:8px;
	border-left-style:solid;
	background-size: cover;
	background-position: center center;
}
.corresponding_area h3 .parent_txt{
	position: relative;
	z-index:100;
}
.corresponding_area h3 .parent_txt:before{
	content:'■';
	position: relative;
	top:-3px;
	font-size:1rem;
	margin-right:12px;
}
.corresponding_area h3 .mask{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(img/mask1.png);
	opacity:0.72;
}
.corresponding_area_list{
	display: flex;
	flex-wrap: wrap;
	width:911px;
	overflow:hidden;
	margin:0 auto 48px;
	list-style: none;
	padding:0;
}
.corresponding_area_list li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width:113px;
	font-size:1.6rem;
	text-align: center;
	padding:4px 8px;
	margin:0 0 16px;
	border-left:1px solid;
}
.corresponding_area_list li a{
	display: block;
	line-height: 24px;
}

.corresponding_area_list li:nth-child(8n){
	border-right:1px solid;
}
.corresponding_area_list li:last-child{
	border-right:1px solid;
}


/*アーカイブ*/
.corresponding_archive_list_area{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	overflow:hidden;
	list-style: none;
	padding:0;
}
.corresponding_archive_list_area li{
	width:100%;
	border-width:1px;
	border-style: solid;
	margin:0 0 24px;
}
.corresponding_archive_list_area li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 16px 8px 16px 16px;
}
.corresponding_archive_list_area li a .img_box{
	width: 80px;
    height: 80px;
    overflow:hidden;
}
.corresponding_archive_list_area li a h3{
	width:85%;
	font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
会社概要
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*代表挨拶*/
.greet_area{

}
.greet_area .entry_cont{
	padding:0 24px;
}
.greet_area .cont_sub_title{
	font-size: 2rem;
	padding-bottom:16px;
	margin-bottom:32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.greet_area .entry_cont p{
	font-size:1.6rem;
	line-height: 1.4;
	overflow: hidden;
}
.greet_area .entry_cont p.ge_txt{
	margin:0 0 32px;
}
.greet_area .entry_cont .daihyou{
	display: block;
	text-align: right;
	margin:32px 0 0;
}
.greet_area .img_box1{
	float:left;
	width:250px;
	height:250px;
	overflow:hidden;
	margin:0 32px 0 0;
}
.greet_area .img_box2{
	float:right;
}
.greet_area .img_box2 img{
	width:auto;
	height:40px;
}



/*営業所*/
.office_area{

}
.office_cont{
	overflow:hidden;
	padding:0 56px;
}
.office_cont li{
	width:100%;
	overflow:hidden;
	padding:0 0 32px;
	margin:0 0 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.office_cont li h3{
	font-size: 2rem;
	padding-bottom:12px;
	margin-bottom:22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.office_cont li h3::before{
	content:'■';
	position: relative;
	top:-2px;
	margin-right:8px;
	font-size:1rem;
	line-height:1;
}
.office_cont li .txt_box{
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:22px;
}
.office_cont li .map_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width:64px;
	height:24px;
	font-size:1.4rem;
	text-align: center;
}
.office_cont li .map_btn span{
	font-family: ionicons;
	font-size:1.4rem;
	margin-left:8px;
}
.office_cont li .img_box{
	width:384px;
	height:280px;
	overflow:hidden;
}

.office_cont li .img_box iframe{
	width:100%;
	height:280px;
}


.edhit_the_cont{
	margin:0 0 48px;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.list_area{
	overflow:hidden;
	list-style: none;
	padding:0;
}
.list_area li{
	position: relative;
	float:left;
	width: 215px;
	margin-right: 22px;
	margin-bottom: 41px;
}
.list_area li:nth-child(3n){
	margin-right:0;
}
.list_area li .img_box{
	position: relative;
	display: block;
	width:100%;
	height: 215px;
	overflow:hidden;
	margin-bottom:7px;
	box-sizing: border-box;
}
.list_area li h3{
	height:40px;
	font-size: 1.6rem;
	line-height: 1.3;
	overflow:hidden;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.region_single_head{

}
.region_single_head h1{
    font-size: 2.4rem;
    font-weight: normal;
    padding-bottom:32px;
    margin-bottom:32px;
    border-bottom-width:3px;
    border-bottom-style:solid;
}
.region_cat{
	font-size: 1.2rem;
	font-weight: 200;
	text-align: left;
}
.region_cat a {
	display: inline-block;
	padding: 3px 0 3px;
	margin: 0 0 8px 0;
	line-height: 1;
}
.region_cat span{
	padding:0 5px;
}
.region_single_text{
	overflow: hidden;
	margin-bottom:40px;
}
.region_single_text .vst{
	font-size: 1.6rem;
	line-height: 1;
	padding: 0 0 0 8px;
	margin-bottom:32px;
}
.construct_tables{
	width:100%;
	padding:0 8px;
	border-collapse: collapse;
	border-spacing: 0;
}

.construct_tables th,
.construct_tables td{
	font-size:1.4rem;
	padding:8px;
}
.construct_tables th{
	width:30%;
	text-align: center;
	vertical-align: middle;
}
.construct_tables td{
	width:70%;
}

.region_single_text .thumb_box{
	display: block;
	float:left;
	width:250px;
	height:250px;
	overflow:hidden;
	margin:0 24px 20px 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single お客様の声(POST A)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post_a_single_cont_wrap{
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

.region_single_img{
	overflow:hidden;
	padding-bottom:48px;
	list-style: none;
	padding:0;
}
.region_single_img li{
	float:left;
	width: 22.7%;
	margin: 0 2.3% 2.3% 0;
}
.region_single_img li a{
	position: relative;
	display: block;
	width:100%;
	overflow: hidden;
}
.region_single_img li a::before{
	content:'';
	display: block;
	padding-top:100%;
}
.region_single_img li a img{
	position: absolute;
	top:0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single 実績紹介(POST B)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post_b_css-blog_box{
	padding: 0;
    margin-bottom:0px;
}
.region_construct_img{
	width: 100%;
	height:432px;
	overflow:hidden;
	margin-bottom:48px;
}
.region_construct_thumb_box{
	position: relative;
	display: block;
	float: left;
	width:432px;
	overflow: hidden;
}
.region_construct_thumb_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.region_construct_thumb_box img{
	position: absolute;
	top:0;
}
.region_construct_thumb_box .pop1{
	position: absolute;
	top:-59px;
	left:-59px;
	display: block;
	width:118px;
	height:118px;
	overflow:hidden;
	padding-top: 88px;
	font-size:1.8rem;
	letter-spacing: 2px;
	text-align: center;
	transform: rotate(-45deg);
	z-index:10;
}
.region_construct_img .pop2_img_box{
	position: relative;
	float:right;
	width:208px;
	overflow:hidden;
	margin:0 0 16px 0;
}
.region_construct_img .pop2_img_box a{
	position: relative;
	display: block;
	width:100%;
}
.region_construct_img .pop2_img_box a::before{
	content:'';
	display: block;
	padding-top:100%;
}
.region_construct_img .pop2_img_box a img{
	position: absolute;
	top:0;
}
.region_construct_img .pop2_img_box .pop2{
	position: absolute;
	top:-42px;
	left:-42px;
	display: block;
	width:84px;
	height:84px;
	overflow:hidden;
	padding-top: 64px;
	font-size:1.2rem;
	letter-spacing: 2px;
	text-align: center;
	transform: rotate(-45deg);
	z-index:10;
}
.region_construct_img ul{
	float:right;
	width:208px;
	overflow:hidden;
	list-style: none;
	padding:0;
}
.region_construct_img li{
	float:left;
	width:96px;
	margin:0 16px 16px 0;
}
.region_construct_img li:nth-child(2n){
	margin:0 0 16px 0;
}
.region_construct_img li a{
	position: relative;
	display: block;
	width:100%;
}
.region_construct_img li a::before{
	content:'';
	display: block;
	padding-top:100%;
}
.region_construct_img li a img{
	position: absolute;
	top:0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
求人ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.single_job_offer_title{
	width:960px;
	margin:0 auto;
}
/*共通*/
.shadow1{
	box-shadow: 1px 1px 15px rgba(6, 0, 1, 0.14);
}

/*求人Single*/
.single_job_offer{

}
/*TOPフリーエリア*/
.job_list .top_free_cont,
.single_job_offer .top_free_cont{
	margin-bottom:88px;
}

/*求人*/
.single_job_offer .construction_job_area{
  width:100%;
  margin:0 auto;
}
.single_job_offer .construction_job_area .ic_size{
	position: relative;
	top:0;
	width:24px;
	height:auto;
}
/*求人テーブル*/
.single_job_offer .construction_job_area .construction_job_cont{
	padding:0 24px;
	margin-bottom:88px;
}
.single_job_offer .construction_job_area table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size:16px;
}
.single_job_offer .construction_job_cont th,
.single_job_offer .construction_job_cont td{
	padding:24px;
	vertical-align: top;
	border-width:1px;
	border-style: solid;
}
.single_job_offer .construction_job_cont th{
	width:30%;
	font-weight: normal;
}
.single_job_offer .construction_job_cont td{
	width:70%;
}

/*企業情報*/
.single_job_offer .company_info_area{
	width:100%;
	margin:0 auto 88px;
}
.single_job_offer .company_info_cont{
	padding:0 24px;
}
.single_job_offer .company_info_cont .tablepress{
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	font-size:16px;
	margin:0;
}
.single_job_offer .company_info_cont .tablepress td{
	width:30%;
	padding:24px;
	border-width:1px;
	border-style: solid;
	font-weight: normal;
	vertical-align: top;
}
.single_job_offer .company_info_cont .tablepress td + td{
	width:70%;
	background:none;
}

/*エントリーボタン*/
.single_job_offer .apply_btn {
	display: block;
	width: 50%;
	height: 96px;
	color:#fff;
	font-size:24px;
	margin: 96px auto;
	background: #fab619;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
流れ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.single_job_offer .step_area ul{
	list-style-type: none;
    padding-left: 0;

}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
関連記事(一覧も一緒)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.hiring_area{
	line-height: 1.6;
}
.hiring_area ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
    padding-left: 0;
}
.hiring_area li{
	width:46%;
	margin:0 2% 48px;
	border-top-width:1px;
	border-top-style: solid;
}
.hiring_area li a{
	display: block;
	padding:24px;
}
.hiring_area li h3{
	display: flex;
    align-items: center;
	height: 72px;
	font-size:22px;
	line-height: 1.4;
	margin-bottom:16px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.hiring_area li .box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom:16px;
}
.hiring_area li .box span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:12px;
	font-weight: normal;
	width:64px;
}
.hiring_area li .box .box2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:calc(100% - 80px);
}
.hiring_area li .txt1{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	width:100%;
}
.hiring_area li .txt2{
	font-size: 16px;
	width:100%;
}

/*アイコン*/
.hiring_area li .ic_salary::before{
	content:'\f4f2';
	font-family: "Ionicons";
	font-size: 20px;
}
.hiring_area li .ic_add::before{
	content:'\f455';
	font-family: "Ionicons";
	font-size: 22px;
}
.hiring_area li .ic_time::before{
	content:'\f402';
	font-family: "Ionicons";
	font-size: 20px;
}






























































@media only screen and (max-width:960px){
/*ここから====================*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域テンプレート
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#region_area{
		overflow:hidden;
	}

	.area_title{
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: -2px;
	}

	/*LINE*/
	.line_style1{
		height: 1px;
		margin:6.25vw 0 5vw;
		border: 0;
	}
	.line_style1::after{
		content:'';
		display: block;
		width:37.5vw;
		height:1px;
		margin:0 auto;
	}

	/*.sub_titleがあるとき*/
	.ls_margin1{
		margin:6.25vw 0 6.25vw;
	}
	/*.sub_titleが無いとき*/
	.ls_margin2{
		margin:6.25vw 0 10vw;
	}
	/*エリアサブタイトル*/
	.sub_title{
		font-size: 1.3rem;
		line-height:1.3;
		text-align: center;
		margin-bottom: 6.25vw;
	}

	.cont_title {
		position: relative;
		display: block;
		font-size: 1.3rem;
		line-height: 1;
		padding: 0 0 3.75vw 3.75vw;
		margin-bottom: 6.25vw;
		border-bottom-width:1px;
		border-bottom-style:solid;
	}
	.cont_title::before {
		content: '';
		display: block;
		position: absolute;
		top: -0.625vw;
		left: 1.25vw;
		width: 1.25vw;
		height: 5vw;
		border-radius: 1.25vw;
	}



	.link_btn {
		display: inline-block;
		width: 100%;
		font-size: 1.1rem;
		line-height: 1;
		padding: 3.4375vw 0 3.4375vw;
	}
	.link_btn::after{
		content: '\f488';
		position: relative;
		top:0;
		margin-left:1.25vw;
		font-family: ionicons;
		font-weight: normal;
		font-size: 1rem;
	}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メインビジュアル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.main_visual{
		position: relative;
		overflow:hidden;
		margin-top:0;
	}


	/*slickslider*/
	.mv_txt_cont{
		position: absolute;
		top:0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width:48.4375vw;
		height: 100%;
		padding:0 4.6875vw;
		line-height:1.6;
		z-index:200;
		background:rgba(255,255,255,0.7);
	}
	.mv_txt_cont .mv_t1{
		font-size:2rem;
		margin-bottom:5vw;
	}
	.mv_txt_cont .mv_t2{
		font-size:1.3rem;
		margin-bottom:5vw;
	}
	.mv_txt_cont .mv_t3{
		font-size:1.1rem;
		margin-bottom:0;
	}

	.mv_cont{
		/*display: none;*/
		float: right;
		width:100%;
		height:100vw;
		overflow:hidden;
	}
	.mv_cont.slick-initialized{
		display: block;
	}
	.mv_box{
		position: relative;
		width:100%;
		height:100vw !important;
		overflow:hidden;
	}
	.metaslider .flexslider{
		margin:0;
	}
	.metaslider .flex-control-nav{
		width:960px;
		text-align: right;
		left:0;
		right:0;
	}
	.flex-control-paging li a {
		width: 8px !important;
		height: 8px !important;
		cursor: pointer;
		text-align: left;
		text-indent: -9999px;
		margin:0 0 0 8px !important;
		border-radius: 50%  !important;
		background: #dddddd !important;
	}

	.flex-control-paging li a.flex-active{
		background: #0056ad !important;
	}


	/*メインビジュアルD*/
	.mv_box4 {
	    position: relative;
	    width: 100%;
	    height: auto !important;
	    overflow: hidden;
	}

	/*メインビジュアルE*/
	.mv_movie_cont{
		margin-top:0;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
新着情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.news_area{
		padding: 2.5vw 0;
		margin-bottom:0vw;
		border-bottom-width:1px;
		border-bottom-style:solid;
	}
	#region_area .news_area h2{
		float: left;
		font-size:1.1rem;
		font-weight: normal;
		width:17.8125vw;
		height:6.5625vw;
		padding-top:1.5625vw;
		margin-top:3.125vw;
		text-align: center;
	}
	.news_cont{
		float:right;
		width:69.6875vw;
		height:12.5vw;
		padding-top:0;
	}
	.news_cont h3 {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		width:100%;
		height:12.5vw !important;
		margin:0 0 1.25vw;
	}
	.news_cont h3 time{
		display: block;
		font-size:1rem;
		margin-right:5vw;
	}
	.news_cont h3 a{
		font-size: 1rem;
		line-height: 1.4;
	}
	.news_area .link_box{
		display: none;
		clear: both;
		position: static;
		width:70%;
		padding: 3.4375vw 0;
		margin: 0 auto;
	    font-size: 1.1rem;
	    text-align: center;
	}
	.news_area .link_box::after{
		content:'\f363';
		position: relative;
		top:0.46875vw;
		margin-left:8px;
		font-family: ionicons;
		font-size: 1.4rem;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ウェルカム箇所
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.concept_area .sub_title{
		margin-bottom:6.25vw;
	}

	.concept_area .entry_box,
	.concept_area .entry_box.imgoff{
		width:100%;
		height:auto;
		padding:5vw 0 0;
	}
	.concept_area .entry_box .edit_box{
		width:100%;
		max-height:none;
		height:auto;
		overflow:hidden;
		line-height: 1.8;
	}
	.concept_area .entry_box .link_wrap{
		padding-top:7.8125vw;
		text-align: center;
	}
	.concept_area .entry_box a.link_btn{
		display:block;
		font-size:1.1rem;
		line-height: 1;
		padding: 3.4375vw 0 3.4375vw;
	}
	.concept_area .img_box{
		position: relative;
		overflow:hidden;
		margin:0 auto;
	}
	.concept_area .img_box::before{
		content: '';
		display: block;
		padding-top:48.3%;
	}
	.concept_area .img_box img{
		position: absolute;
		top:0;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブロックコンテンツエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.bca_area ul.sprow1{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:100% !important;
		padding:0 !important;
	}
	.bca_area ul.sprow2{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row !important;
    	align-items: stretch !important;
    	width:100% !important;
    	padding:0 4.6875vw !important;
	}
	.bca_area .sprow1 li{
		width:65.625vw ;
		padding:0;
		margin:0 0 5vw;
	}
	.bca_area .sprow1 .img_box{
		height:27.96875vw;
	}
	.bca_area .sprow2 li{
		width:43.75vw ;
		padding:0;
		margin:0 0 5vw;
	}

	.bca_area .sprow2 .img_box{
		height:27.96875vw;
	}
	.bca_area .sprow2 .img_box{
		height:18.4375vw;
	}
	.bca_area .pcrow3 li:nth-child(3n) {
		margin: 0 0 5vw 0;
	}

	.bca_area .bcacont_title{
		font-size:1.1rem !important;
	}
	.bca_area .entry_box {
		font-size: 1.1rem;
		padding: 0 0.625vw;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ポイント訴求エリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.particular_area{
		margin-bottom:0;
		background-attachment: scroll;
	}
	.particular_cont{
		position: relative;
		width:81.25vw;
		padding:5.78125vw 2.5vw 5.78125vw;
	}
	.particular_cont ul{
		margin:6.25vw 0;
	}
	.particular_cont li{
		position: relative;
		width:100%;
		height:auto;
		min-height: auto;
		padding-left:13.75vw;
		margin-bottom:5vw;
		line-height: 1.3;
	}
	.particular_cont li h3 {
		font-size: 1.3rem;
		font-weight: 500;
		margin-bottom:1.25vw;
	}
	.particular_cont li h3 span{
		font-size:1rem !important;
	}
	.particular_cont li .number{
		display: block;
		position: absolute;
		top:0;
		left:0;
		width:11.25vw;
		height:11.25vw;
		overflow:hidden;
		padding-top:0.78125vw;
		font-size: 2.8rem;
		line-height:1;
		text-align: center;
		border-radius: 50%;
	}

	.particular_cont .link_wrap{
		text-align: center;
	}
	.particular_cont .link_btn {
		display: inline-block;
		font-size: 1.1rem;
		line-height: 1;
		text-align: center;
		padding: 3.4375vw 0 3.4375vw;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
カスタム投稿A
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.voice_area .more1{
		display: block;
		position: absolute;
		top:3.125vw;
		right:-6.25vw;
		width:19.375vw;
		height:19.375vw;
		overflow:visible;
		padding-top:0;
		text-align: center;
		border-radius: 50%;
	}
	.voice_area .more1 span{
		position: absolute;
		top:42%;
		left:-7.8125vw;
		font-size: 1rem !important;
	}
	.voice_area .more1 span::after{
		content: '\f488';
		position: absolute;
		top: 0;
		margin-left: 8px;
		font-family: ionicons;
		font-weight: normal;
		font-size: 1rem;
	}
	.voice_area .sub_title {
	    font-size: 1.3rem;
	    text-align: center;
	}
	.voice_area ul{
		width:100%;
		overflow:hidden;
		margin:0 auto;
	}
	.voice_area li{
		float:none;
		width:100%;
		overflow:hidden;
		padding:6.25vw 3.75vw;
		margin:0 0 6.25vw 0;
	}
	.voice_area li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 3.75vw;
		width: 7.5vw;
		height: 0.625vw;
	}
	.voice_area li:nth-child(3n){
		margin:0 0 6.25vw 0;
	}
	.voice_area li h3{
		display:flex;
		align-items: center;
		height:10.625vw;
		font-size:1.3rem;
		line-height: 1.3;
		margin-bottom:2.5vw;
	}
	.voice_area li .img_box{
		float:left;
		position: relative;
		width:31.25vw;
		overflow:hidden;
		margin-right:3.75vw;
		margin-bottom:0;
	}
	.voice_area .txt_box{
		border-top:none;
		padding:0 0;
	}
	.voice_area .txt_box p{
		font-size:1.1rem;
		line-height: 1.4;
		padding:0;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
カスタム投稿B
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.construct_area .area_title {
		margin: 0 0 16.25vw 0;
	}
	.construct_area .more1{
		display: block;
		position: absolute;
		top:0vw;
		right:-6.25vw;
		width:19.375vw;
		height:19.375vw;
		overflow:visible;
		padding-top:0;
		text-align: center;
		border-radius: 50%;
	}
	.construct_area .more1 span{
		position: absolute;
		top:42%;
		left:-7.8125vw;
		font-size: 1rem !important;
	}
	.construct_area .more1 span::after{
		content: '\f488';
		position: absolute;
		top: 0;
		margin-left: 1.25vw;
		font-family: ionicons;
		font-weight: normal;
		font-size: 1rem;
	}
	.construct_area .slick_box{
		float: left;
		width:80.9375vw;
		overflow:hidden;
	}
	.construct_area .slick_box a{
		position: relative;
		display: block;
		width:75.9375vw;
		height:89.0625vw;
		overflow:hidden;
		padding:3.75vw;
		margin:0 auto;
	}
	.construct_area .slick_box h3{
		display: flex;
		align-items: center;
		height:12.96875vw;
		font-size:1.3rem;
		line-height: 1.3;
		border-bottom-width:1px;
		border-bottom-style:solid;
		padding-bottom:1.875vw;
		margin-bottom:2.5vw;
	}
	.construct_area .slick_box h3 span{
		padding-left:1.875vw;
		border-left-width:0.625vw;
		border-left-style: solid;
	}
	.construct_area .slick_box .txt_box{
		font-size: 1.1rem;
		line-height: 1.5;
		overflow:hidden;
	}
	.construct_area .slick_box .img_box{
		position: relative;
		display: block;
		float:left;
		width:31.25vw;
		height:31.25vw;
		overflow:hidden;
		margin:0 2.5vw 2.5vw 0;
	}
	.construct_area .slick_box .arw{
		position:absolute;
		bottom:-6.5625vw;
		right:-6.5625vw;
		display: block;
		width:13.125vw;
		height:13.125vw;
		font-size:0.7rem !important;
		padding: 5.625vw 0 0 1.5625vw;
		transform: rotate(45deg);
	}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フリーエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.free-area_area dl{
	}
	.free-area_area dt{
		position: relative;
		font-size:1.3rem;
		padding:0 0 2.5vw 3.75vw;
		margin-bottom:3.75vw;
		border-bottom:1px solid;
	}
	.free-area_area dt::before{
		content:'';
		display: block;
		position: absolute;
		top:-0.625vw;
		left:1.25vw;
		width:1.25vw;
		height:5vw;
		border-radius: 1.25vw;
	}
	.free-area_area dd{
		line-height: 1.6;
		overflow: hidden;
		padding:0;
		margin-bottom:7.5vw;
	}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
お問い合わせ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.info_area{
		background-attachment: scroll;
		position: relative;
	}
	.info_cont{
		position: static;
		display: block;
		width:81.25vw;
		height:auto;
		overflow: hidden;
		padding:6.25vw 6.25vw 6.25vw 6.25vw;
	}
	.info_tel_box{
		width:100%;
		margin-bottom:5vw;
	}
	.info_tel_box .txt1{
		display: block;
		font-size:1rem !important;
		line-height:1.3;
		padding-bottom:1.5625vw;
		margin-bottom:1.875vw;
		letter-spacing: -1px;
		text-align: center;
	}
	.info_tel_box .tel{
		display: block;
		padding:0 0 0 9.375vw;
	}
	.info_tel_box .txt2{
		position: relative;
		display: block;
		font-size:3.2rem;
		font-weight: normal;
		letter-spacing: -1px;
		margin-bottom:0.9375vw;
	}
	.info_tel_box .txt2::before{
	    content: '\f4b9';
	    position: absolute;
	    top:0.78125vw;
	    left:-9.375vw;
	    font-family: ionicons;
	    font-size: 5rem;
	    font-weight: normal;
	    transform: rotate(10deg);
	}
	.info_tel_box .txt3{
		font-size:0.9rem !important;
	}

	.info_mail_box{
		width:100%;
		padding:3.75vw 2.8125vw 2.5vw;
	}
	.info_mail_box span{
		display: block;
		font-size:1.1rem !important;
		margin-bottom:2.5vw;
		text-align: center;
	}
	.info_mail_box span::before{
		content: '\f132';
		position: relative;
		top:7px;
		margin-right:8px;
		font-family: ionicons;
		font-weight: normal;
		font-size: 2rem;
	}
	.info_mail_box a{
		display: block;
		width:100%;
		height:8.75vw;
		padding-top:2.1875vw;
		font-size:1.1rem;
		letter-spacing: 1px;
		text-align: center;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ステップエリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.step_area .entry_box{
		overflow:hidden;
		padding:0 1.09375vw;
		margin-bottom:13.75vw;
	}
	.step_area .entry_box ul{
		border-bottom:2px dotted #dddddd;
	}
	.step_area .entry_box li{
		margin-bottom:8.75vw;
	}
	.step_area .entry_box li h4{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size:1.3rem;
		padding: 0;
		margin-bottom: 5vw;
	}
	.step_area .entry_box li h4 .box1{
		display: inline-block;
		float:left;
		font-size: 1.6rem !important;
		line-height: 1.2;
		margin-right:3.75vw;
	}
	.step_area .entry_box li h4 .box1 b{
		font-size: 2rem !important;
		margin-left:1.25vw;
	}
	.step_area .entry_box li h4 .box2{
		display: inline-block;
		/* width: 68.28125vw; */
		font-size:1.3rem !important;
	}

	.step_area .step_cont{
		position: relative;
	}
	.step_area .step_cont small{
		font-size: 0.8rem;
	}
	.step_area .step_txt{
		float:left;
		width:68.28125vw;
		padding:1.25vw 0 0 ;
		margin-left:20vw;
		font-size: 1.1rem;
		line-height:1.4;
	}
	.step_area .img_box{
		float:right;
		width:31.25vw;
		height:31.25vw;
		overflow:hidden;
		margin:0 0 3.75vw 3.75vw;
	}
	.step_area .line{
		position: absolute;
		top:0;
		left:3.75vw;
		width:5vw;
		height:calc(100% + 3.125vw);
	}
	.step_area .line::after{
		content: '\f35f';
		position: absolute;
		bottom: -10.15625vw;
		left: -2.1875vw;
		font-family: ionicons;
		font-size: 6rem;
	}
	/*.step_area .entry_box li:last-child .step_txt {
		float: left;
		width: 87.34375vw;
		padding:1.25vw 0 0 ;
		margin-left:1.5625vw;
		font-size: 1.1rem;
		line-height:1.4;
	}*/

	.single_job_offer .step_area .entry_box li:last-child:after{
		content: '◎';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 12.5vw;
		left: 1.5625vw;
		width:10vw;
		height:10vw;
		font-family: ionicons;
		font-size: 4rem;
		line-height: 1;
		background: none;
	}

/*他固定ページ*/
	#page_area .step_area {
	    padding: 0 0;
	}
	#page_area .step_area .entry_box {
	    overflow: hidden;
	    padding: 0 1.09375vw;
	    margin-bottom: 0;
	}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
エリア担当
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.area_staff .area_staff_cont {
	    width: 100%;
	    overflow: hidden;
	    padding: 6.25vw 4.6875vw;
	    margin: 0 auto;
	}
	.area_staff h2{
		margin-bottom:6.25vw;
	}
	.area_staff .entry_box{
		float:right;
		width:52.34375vw !important;
		margin-bottom:5vw;
	}
	.area_staff h3{
		font-size:1.2rem;
		padding:1.5625vw 0 3.125vw 0;
		margin-bottom:4.375vw;
	}
	.area_staff .entry_txt{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-bottom:2.03125vw;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.area_staff address {
		display: flex;
		align-items: center;
		clear: both;
		width:100%;
		padding: 0;
	}
	.area_staff address .add_box1{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35vw;
		height:8.4375vw;
		font-size: 0.8rem !important;
		text-align: center;
		padding:1.40625vw;
		margin-top: 1.5625vw;
		margin-right:3.75vw;
		vertical-align: middle;
	}
	.area_staff address a{
		width:62.5625vw;
		position: relative;
		display: block;
		padding: 0 0 0 7.8125vw;
		line-height: 1;
	}
	.area_staff address a::before {
	    content: '\f4b9';
	    top:0.3125vw;
	    font-family: ionicons;
	    font-size: 3.5rem;
	    vertical-align: middle;
	    transform: rotate(10deg);
	}
	.area_staff address .add_box2{
		display:block;
		font-size: 2.3rem !important;
	}
	.area_staff address .add_box3{
		display:block;
		font-size: 0.7rem !important;
		letter-spacing: -0.5px;
		text-align: center;
	}

	.area_staff .img_box{
		float:left;
		position: relative;
		width:35vw !important;
		overflow: hidden;
	}
	.area_staff .img_box::before{
		content:'';
		display: block;
		padding-top:139%;
	}
	.area_staff .img_box img{
		position: absolute;
		top:0;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
よくある質問
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.qa_area .area_title{
		margin-bottom:10vw;
	}
	.qa_area .inner{
		width:100%;
	}
	.qa_area ul{
		padding-bottom:3.75vw;
	}
	.qa_area li{
		overflow:hidden;
		margin-bottom:2.5vw;
	}
	.qa_area h3{
		position: relative;
		font-size:1.2rem;
		line-height: 1.3;
		padding:2.96875vw 10vw;
	}
	.qa_area h3::before{
		content:'Q';
		position:absolute;
		top:calc(50% - 3.59375vw);
		left:3.4375vw;
		font-size:1.8rem;
		font-weight: bold;
	}
	.qa_area h3::after{
		content:'\f48a';
		position:absolute;
		top:calc(50% - 3.4375vw);;
		right:4.6875vw;
		font-family: ionicons;
		font-size:1.7rem;
		font-weight: bold;
	}
	.qa_area h3.open::after{
		content:'\f463';
	}
	.qa_area .qa_box{
		position: relative;
		font-size:1rem;
		line-height: 1.6;
		padding:2.96875vw 10vw;
	}
	.qa_area .qa_box::before{
		content:'A';
		position:absolute;
		top:2.34375vw;
		left:3.75vw;
		font-size:1.8rem;
		font-weight: bold;
	}
	.qa_area .link_wrap{
		text-align: center;
	}
	.qa_area .link_btn{
		display: inline-block;
		width:100%;
		font-size: 1.1rem;
		line-height: 1;
		padding: 3.4375vw 0 3.4375vw;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿表示箇所
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_area h2{
		font-weight: bold;
		text-align: center;
	}
	.post_area h2 span{
		font-size:1.2rem !important;
	}
	.post_area hr{
		margin: 6.25vw 0 9.6875vw;
	}
	.post_area h3{
		font-size:1.3rem;
		font-weight: bold;
		margin-bottom:5vw;
	}
	.post_cont_news{
		width:100%;
		margin-bottom:8.4375vw;
	}
	.post_cont_blog{
		width:100%;
	}

	.post_cont_news .sl_cont{
		width:81.25vw;
		padding:12.96875vw 0;
		margin:0 auto 6.25vw;
		background:url(img/bg5.png);
	}
	.post_cont_news .sl_box{
		width:71.875vw;
		margin:0 auto;
		padding:0 4.6875vw;
		border-bottom:none;
	}
	.post_cont_news .sl_box a{
		display: block;
		padding-bottom:0.9375vw;
		border-bottom:2px solid #dddddd;
	}
	.post_cont_news .sl_box time{
		font-size:1rem;
	}
	.post_cont_news h4{
		font-size:1.1rem;
		line-height: 1.4;
	}

	.post_cont_blog .sl_cont{
		width:81.25vw;
		padding:6.25vw 0;
		margin:0 auto 6.25vw;
		background:url(img/bg5.png);
	}
	.post_cont_blog .sl_box{
		width:71.875vw;
		margin:0 auto;
		padding:0 4.6875vw;
		border-bottom:none;
	}
	.post_cont_blog .sl_box a{
		display: block;
		padding-bottom:0.9375vw;
		border-bottom:2px solid #dddddd;
	}
	.post_cont_blog .img_box{
		float:left;
		position: relative;
		width:15.625vw;
		overflow:hidden;
	}
	.post_cont_blog .img_box::before{
		content:'';
		display:block;
		padding-top:100%;
	}
	.post_cont_blog .img_box img{
		position: absolute;
		top:0;
	}
	.post_cont_blog .entry_box{
		float:right;
		line-height: 1.4;
		width:calc(100% - 17.8125vw);
	}
	.post_cont_blog time{
		font-size:1rem;
	}
	.post_cont_blog h4{
		font-size:1.1rem;
		font-weight: bold;
	}
	.post_cont_blog .pxp{
		clear: both;
		font-size:1.1rem;
		line-height: 1.4;
	}

	.post_area .slick-prev {
		left: -4.6875vw;
		background:url(img/arw_l.png) no-repeat;
		background-size:100%;
	}
	.post_area .slick-next{
		right: -4.6875vw;
		background:url(img/arw_r.png) no-repeat;
		background-size:100%;
	}
	.post_area .slick-prev,
	.post_area .slick-next{
		position: absolute;
		width: 6.25vw;
		height: 9.375vw;
		top: 21.40625vw;
		padding: 0;
		border: none;
		cursor:pointer;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
	}
	.post_area .slick-prev:hover{
		background:url(img/arw_l.png) no-repeat;
		background-size:100%;
	}
	.post_area .slick-next:hover{
		background:url(img/arw_r.png) no-repeat;
		background-size:100%;
	}

	.post_area .link_wrap{
		text-align: center;
	}
	.post_area .link_btn{
		display: inline-block;
		width:100%;
		font-size: 1.1rem;
		line-height: 1;
		padding: 3.4375vw 0 3.4375vw;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フリーエリア3
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.free-area_area3{
		padding:0 0 13.75vw;
	}
	.free-area_area3 h2{
		text-align: center;
	}
	.free-area_area3 dl{
	}
	.free-area_area3 dd{
		line-height: 1.6;
		overflow: hidden;
		padding:0;
		margin-bottom:8.75vw;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
対応エリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.corresponding_area{
		overflow:hidden;
		padding:0 ;
	}
	.corresponding_area h3{
		font-size:1.2rem;
		font-weight: 500;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width:100%;
		height:20vw;
		margin-bottom:5vw;
		border-left-width:1.25vw;
		border-left-style:solid;
		background-size: cover;
	}
	.corresponding_area h3 .parent_txt{
		position: relative;
		z-index:100;
	}
	.corresponding_area h3 .parent_txt:before{
		content:'■';
		position: relative;
		top:-0.46875vw;
		font-size:1rem;
		margin-right:1.875vw;
	}
	.corresponding_area_list{
		display: flex;
		flex-wrap: wrap;
		width:100%;
		overflow:hidden;
		margin:0 auto 7.5vw;
	}
	.corresponding_area_list li{
		width:25%;
		height:auto;
		font-size:1.1rem;
		text-align: center;
		padding: 0.625vw 1.25vw;
		margin:0 0 3.75vw;
		border-left:1px solid;
	}
	.corresponding_area_list li a{
		line-height: 6.25vw;
	}
	.corresponding_area_list li.over--7{
		font-size: 1rem;
	}

	.corresponding_area_list li:nth-child(4n){
		border-right:1px solid;
	}
	.corresponding_area_list li:nth-child(8n){
		border-right:1px solid;
	}
	.corresponding_area_list li:last-child{
		border-right:1px solid;
	}

/*アーカイブ*/
	.corresponding_archive_list_area li{
		width:100%;
		margin:0 0 5vw;
	}
	.corresponding_archive_list_area li a{
		padding: 3.75vw 2.8125vw 3.75vw 3.75vw;
	}
	.corresponding_archive_list_area li a .img_box{
		width: 12.5vw;
	    height: 12.5vw;
	}
	.corresponding_archive_list_area li a h3{
		width:66.875vw;
		font-size: 1.1rem;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
会社概要
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	/*代表挨拶*/
	.greet_area{

	}
	.greet_area .entry_cont{
		padding:0 3.125vw;
	}
	.greet_area .cont_sub_title{
		font-size: 1.3rem;
		padding-bottom:2.5vw;
		margin-bottom:6.25vw;
		border-bottom-width: 0.3125vw;
		border-bottom-style: dotted;
	}
	.greet_area .entry_cont p{
		font-size:1.1rem;
		line-height: 1.4;
		overflow: hidden;
		margin-bottom:6.25vw;
	}
	.greet_area .entry_cont p.ge_txt{
		margin:0 0 5vw;
	}
	.greet_area .entry_cont .daihyou{
		margin:5vw 0 0;
	}
	.greet_area .img_box1{
		float:left;
		width:39.0625vw;
		height:39.0625vw;
		overflow:hidden;
		margin:0 2.5vw 2.5vw 0;
	}
	.greet_area .img_box2{
		float:right;
	}
	.greet_area .img_box2 img{
		width:auto;
		height:6.25vw;
	}



	/*営業所*/
	.office_area{

	}
	.office_cont{
		overflow:hidden;
		padding:0 3.125vw;
	}
	.office_cont li{
		width:100%;
		overflow:hidden;
		padding:0 0 6.25vw;
		margin:0 0 6.25vw;
		border-bottom-width: 0.3125vw;
		border-bottom-style: dotted;
	}
	.office_cont li h3{
		font-size: 1.3rem;
		padding-bottom:1.875vw;
		margin-bottom:3.4375vw;
		border-bottom-width: 0.3125vw;
		border-bottom-style: solid;
	}
	.office_cont li h3::before{
		content:'■';
		position: relative;
		top:-0.46875vw;
		margin-right:1.25vw;
		font-size:0.6rem;
	}
	.office_cont li .txt_box{
		font-size:1.1rem;
		line-height:1.6;
		margin-bottom:5vw;
	}
	.office_cont li .map_btn{
		display: flex;
		justify-content: center;
		align-items: center;
		width:39.375vw;
		height:8.75vw;
		font-size:1.1rem;
		text-align: center;
		margin-bottom:5vw;
	}
	.office_cont li .map_btn span{
		font-family: ionicons;
		font-size:1.1rem;
		margin-left:1.25vw;
	}
	.office_cont li .img_box{
		width:100%;
		height:57.8125vw;
		overflow:hidden;
	}
	.office_cont li .img_box iframe{
		width:100%;
		height: 62.5vw;
	}


	.edhit_the_cont{
		margin:0 0 7.5vw;
	}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

	.list_area{
		overflow:hidden;
	}
	.list_area li{
		position: relative;
		float:left;
		width: 31.3%;
		margin-right: 2.99%;
		margin-bottom: 6%;
	}
	.list_area li:nth-child(3n){
		margin-right:0;
	}
	.list_area li .img_box{
		position: relative;
		display: block;
		width:100%;
		height:auto;
		overflow:hidden;
		margin-bottom:1.25vw;
		box-sizing: border-box;
	}
	.list_area li .img_box::before{
		content:'';
		display: block;
		padding-top:100%;
	}
	.list_area li .img_box img{
		position: absolute;
		top:0;
	}
	.list_area li h3{
		height:8.75vw;
		font-size:1.1rem;
		line-height: 1.3;
	}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.region_single_head{

	}
	.region_single_head h1{
	    font-size: 1.6rem;
	    font-weight: normal;
	    padding-bottom:5vw;
	    margin-bottom:5vw;
	}
	.region_cat{
		font-size: 0.9rem;
		font-weight: 200;
		text-align: left;
	}
	.region_cat a {
		display: inline-block;
		padding: 3px 0 3px;
		margin: 0 0 1.25vw 0;
		line-height: 1;
	}
	.region_cat span{
		padding:0 0.78125vw;
	}
	.region_single_text{
		overflow: hidden;
		margin-bottom:6.25vw;
	}
	.region_single_text .vst{
		font-size: 1.2rem;
		line-height: 1.4;
		padding: 0 0 0 1.25vw;
		margin-bottom:5vw;
	}
	.construct_tables{
		width:100%;
		padding:0 1.25vw;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.construct_tables tr{

	}

	.construct_tables th,
	.construct_tables td{
		font-size:1.1rem;
		padding:1.25vw;
	}
	.construct_tables th{
		width:30%;
		text-align: center;
		vertical-align: middle;
	}
	.construct_tables td{
		width:70%;
	}

	.region_single_text .thumb_box{
		display: block;
		float:left;
		width:39.0625vw;
		height:39.0625vw;
		overflow:hidden;
		margin:0 3.75vw 3.125vw 0;
	}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single お客様の声
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.region_single_img{
		overflow:hidden;
		padding-bottom:7.5vw;
	}
	.region_single_img li{
		float:left;
		width: 23.2%;
		margin: 0 2.3% 2.3% 0;
	}
	.region_single_img li:nth-child(4n){
		margin: 0 0% 2.3% 0;
	}
	.region_single_img li a{
		position: relative;
		display: block;
		width:100%;
		overflow: hidden;
	}
	.region_single_img li a::before{
		content:'';
		display: block;
		padding-top:100%;
	}
	.region_single_img li a img{
		position: absolute;
		top:0;
	}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
地域Single 実績紹介
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.region_construct_img{
		width: 100%;
		height:auto;
		overflow:hidden;
		margin-bottom:48px;
	}
	.region_construct_thumb_box{
		position: relative;
		display: block;
		float: left;
		width:60%;
		overflow: hidden;
		margin-bottom:5vw;
	}
	.region_construct_thumb_box::before{
		content:'';
		display: block;
		padding-top:100%;
	}
	.region_construct_thumb_box img{
		position: absolute;
		top:0;
	}
	.region_construct_thumb_box .pop1{
		position: absolute;
		top:-9.375vw;
		left:-9.375vw;
		display: block;
		width:18.75vw;
		height:18.75vw;
		overflow:hidden;
		padding-top: 13.75vw;
		font-size:0.8rem;
		letter-spacing: 2px;
		text-align: center;
		transform: rotate(-45deg);
		z-index:10;
	}

	.region_construct_img .pop2_img_box{
		position: relative;
		float:right;
		width:38%;
		overflow:hidden;
		margin:0 0 2.5vw 0;
	}
	.region_construct_img .pop2_img_box a{
		position: relative;
		display: block;
		width:100%;
	}
	.region_construct_img .pop2_img_box a::before{
		content:'';
		display: block;
		padding-top:100%;
	}
	.region_construct_img .pop2_img_box a img{
		position: absolute;
		top:0;
	}
	.region_construct_img .pop2_img_box .pop2{
		position: absolute;
		top:-9.375vw;
		left:-9.375vw;
		display: block;
		width:18.75vw;
		height:18.75vw;
		overflow:hidden;
		padding-top: 13.75vw;
		font-size:0.8rem;
		letter-spacing: 2px;
		text-align: center;
		transform: rotate(-45deg);
		z-index:10;
	}

	.region_construct_img ul{
		float:right;
		width:38%;
		overflow:hidden;
	}
	.region_construct_img li{
		float:left;
		width:48%;
		margin:0 4% 2.5vw 0;
	}
	.region_construct_img li:nth-child(2n){
		margin:0 0 2.5vw 0;
	}
	.region_construct_img li a{
		position: relative;
		display: block;
		width:100%;
	}
	.region_construct_img li a::before{
		content:'';
		display: block;
		padding-top:100%;
	}
	.region_construct_img li a img{
		position: absolute;
		top:0;
	}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
求人ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.single_job_offer_title{
		width:100%;
	}

/*求人Single*/
	.single_job_offer{

	}
/*TOPフリーエリア*/
	.job_list .top_free_cont,
	.single_job_offer .top_free_cont {
		margin-bottom: 13.75vw;
	}
/*求人*/
	.single_job_offer .construction_job_area .construction_job_cont{
		padding:0;
		margin-bottom: 13.75vw;
	}
/*求人テーブル*/
	.single_job_offer .construction_job_area table{
		font-size:1rem;
	}
	.single_job_offer .construction_job_cont th,
	.single_job_offer .construction_job_cont td{
	  border:none;
	}
	.single_job_offer .construction_job_cont th,
	.single_job_offer .construction_job_cont td{
		display: block;
		width:100%;
		padding:3.75vw;
	}
	.single_job_offer .construction_job_cont th{
		font-weight: normal;
	}

/*企業情報*/
	.single_job_offer .company_info_area{
		width:100%;
		margin:0 auto 13.75vw;
	}
	.single_job_offer .company_info_cont{
		padding: 0;
	}
	.single_job_offer .company_info_cont .tablepress{
		font-size:1rem;
	}
	.single_job_offer .company_info_cont .tablepress td{
		display: block;
		width:100% !important;
		padding:3.75vw;
	}

/*エントリーボタン*/
	.single_job_offer .apply_btn {
		width: 77.5vw;
		height: 15vw;
		margin: 15vw auto;
	}

/*関連記事*/
	.hiring_area li{
		width:100%;
		margin-bottom:7.5vw;
	}
	.hiring_area li a{
		display: block;
		padding:3.75vw;
	}
	.hiring_area li h3{
		font-size: 1.1rem;
		margin-bottom:2.5vw;
	}
	.hiring_area li .box{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		margin-bottom:2.5vw;
	}
	.hiring_area li .box span{
		font-size:0.8rem;
		font-weight: normal;
		width:12vw;
	}
	.hiring_area li .box .box2{
		width:calc(100% - 15vw);
	}
	.hiring_area li .txt1{
		position: relative;
		font-size: 1.1rem;
		font-weight: bold;
	}
	.hiring_area li .txt2{
		font-size: 1rem;
	}

/*アイコン*/
	.hiring_area li .ic_salary::before{
		content:'\f4f2';
		font-family: "Ionicons";
		font-size: 1.4rem;
	}
	.hiring_area li .ic_add::before{
		content:'\f455';
		font-family: "Ionicons";
		font-size: 1.6rem;
	}
	.hiring_area li .ic_time::before{
		content:'\f402';
		font-family: "Ionicons";
		font-size: 1.4rem;
	}








/*ここまで====================*/
}/*END media*/
