@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_pc.webp");}

#page_header_sinsotsu{background-image: url("../img/sinsotsu/header_img_pc.webp");background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 100px; padding: 10em 0 10em;}
#page_header_career{background-image: url("../img/career/header_img_pc.webp");background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 100px; padding: 10em 0 10em;}
#page_header_sinsotsu h2,#page_header_career h2{text-align: left; font-size: 3.4em;color: #ffffff;}
#page_header_sinsotsu h2 span,#page_header_career h2 span{display: block;font-size: 0.5em;}

.flexbox {
    display: flex;
    justify-content: center;
}
.entry_menu{width: 34%;display: block;margin: 0 1%;}

.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 5% 0 5%;
	padding: 0;

}
.company_info dt {
  width: 10%;
  padding: 20px 5%;
 margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
	border-bottom: solid 2px #009ede;
	font-size: 1em;
	font-weight: bold;
}

.company_info dd {
  width: 72%;
  padding: 20px 5% 20px 3%;
  margin: 0 0 0 0;
	border-bottom: solid 1px #979898;
	font-size: 1em;
	text-align: left;
	line-height: 1.8em;
}
.company_info dd span{font-size: 0.84em;}
.company_info dd span.time{display: inline-block; width: 3.8em; text-align:right;font-size: 1em;}
.company_info dd span.kara{margin-left: 0.6em;font-size: 1em;}

.title_h2{font-size: 2.0em;text-align: center;}
.thanks_h3{font-size: 1.3em;margin-bottom: 1%;margin-top: 1em;line-height: 1.6em;}
.w90per{width: 90%;margin: 0 auto;}
.form_box{background-color: #e4f3f9;padding: 2% 5%;border-radius: 15px;margin-top: 3em;}
.tel_bnr{width: 66%;margin: 0 auto;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	
#page_header_sinsotsu{background-image: url("../img/sinsotsu/header_img_sp.webp");background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 90px; padding: 4em 0 4em;}
#page_header_career{background-image: url("../img/career/header_img_sp.webp");background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 90px; padding: 4em 0 4em;}
#page_header_sinsotsu h2,#page_header_career h2{text-align: left; font-size: 2.2em;color: #ffffff;}
#page_header_sinsotsu h2 span,#page_header_career h2 span{display: block;font-size: 0.5em;}

.entry_menu{width: 48%;display: block;margin: 0 1%;}
.company_info{
width: 100%;
  height: auto;
margin: 0 auto;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 10% auto;
	padding: 0;
}
.company_info dt {
  width: 96%;
  padding: 2% 2% 1%;
  margin: 0 0 0px 0;
display: flex;
  align-items: center;
  justify-content: left;
border-bottom: solid 1px #979898;
border-right: none;
	position: relative;
}
.company_info dd {
  width: 96%;
  padding: 2% 2% 3%;
  margin: 0 0 0px 0;
border-bottom: none;
}
.company_info dt::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 30%;
  height: 2px;
margin-left: -2%;
  background: #009ede;/*左：ブルー*/
}	
.title_h2{font-size: 1.6em;text-align: left;margin-top: 3em;}	
.thanks_h3{font-size: 1.2em;margin-bottom: 1%;margin-top: 1em;line-height: 1.4em;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.tel_bnr{width: 100%;margin: 0 auto;}
}
