@charset "UTF-8";
/*
Theme Name:humanr_pc
Theme URI: 
Description: 
Version: 0.2
Author:
Author URI: 
Tags:*/



header {
	width: 100%;
	background:#fff;
	text-align:center;
	}
	
#pagetopInfo {
	background:#f2f2f2;
	padding:8px 0 13px;
	display: flex;
	justify-content: center;
	align-items: center; 
	} 

#pagetopInfo ul {
	display: -webkit-flex;
 	display: flex;
	justify-content: center;
	}
	
#pagetopInfo li {
	font-size:1.2rem;
	}
	
#pagetopInfo li a {
	display:block;
	padding:5px 40px;
	}
	
#pagetopInfo li span:before {
	content: "";
    width: 15px;
    height: 17px;
    background: url(../../../img/common/tel2.svg) no-repeat;
    background-position: left bottom;
    background-size: 13px;
    margin: 0 0 0 6px;
    display: inline-block;
    position: relative;
    bottom: -2px;
	}
	
#pagetopInfo li span {
	font-size:2.3rem;
	font-family: 'EB Garamond', serif;
	}
	
#pagetopInfo li + li {
	border-left:1px solid #b3b3b3;
	}

#pagetopInfo .sns_btn {
	display: flex;
}
#pagetopInfo .sns_btn div {
	width: 40px;
}

#pagetopInfo .sns_btn div + div {
	margin-left: 10px;
}
	
header .h_inner {
	padding:30px;
	overflow:hidden;
	} 			

header #logo {
	float:left;
  	}
	
header #logo h1 {
	line-height:0;
	}
	
header nav {
	float:right;
	}	
	
header nav ul {
	font-size:1.3rem;
	display: -webkit-flex;
 	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	}
	
header nav ul li a {
	display:block;
	padding:20px 25px;
	}
	
header nav ul li:last-of-type a {
	background:#0094c1;
	color:#fff;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	padding:15px 30px;
	}	
	
#container {
	
	}	


footer {
	background:#4d4d4d;
	color:#fff;
	text-align:center;
	padding:40px 0;
	}
	
footer a {
	color:#fff;
	}
	
footer .companyName {
	margin-bottom:10px;
	}
	
footer .companyName div:first-of-type {
	font-family: 'Noto Serif', serif;
	font-size:3rem;
	margin-bottom:5px;
	font-family:'EB Garamond', serif;
	}
	
footer .companyName div:nth-of-type(2) {
	font-size:1rem;
	}	
	
footer .tel a {
	font-family: 'EB Garamond', serif;
	font-size:3rem;
	margin:5px 0 10px;
	}
	
footer .tel a:before {
	content:"";
	width:20px;
	height:25px;
	background:url(../../../img/common/tel.svg) no-repeat center bottom;
	background-size:17px;
	display:inline-block;
	position:relative;
	bottom:-2px;
	}	
	
footer .inner {
	border-top:1px solid #c8c8c8;
	margin-top:30px;
	padding:30px 0;
	}
	
footer .inner ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	}
	
footer .inner li a {
	display:block;
	font-size:1.2rem;
	padding:10px 20px;
	}		
	
footer .inner + div {
	font-size:1rem;
	}			
		


.ttl01 {
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.4rem;
	letter-spacing:0.1em;
	margin-bottom:35px;
	}
	
.ttl01:after {
	content: "";
    width: 30px;
    height: 2px;
    border-bottom: 2px solid #2f70b7;
    display: block;
    margin: 7px auto 10px;
	}	

.ttl02 {
	background:#eeeeee;
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.4rem;
	letter-spacing:0.1em;
	padding:10px 0;
	}

.ttl03 {
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.4rem;
	letter-spacing:0.1em;
	color:#29a7de;
	margin-bottom:10px;
	}
	
.ttl04 {
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.8rem;
	letter-spacing:0.1em;
	margin-bottom:50px;
	color:#2f70b7;
	}
	
.ttl04:after {
	content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #2f70b7;
    display: block;
    margin: 12px auto 0;
	}	

.ttl05 {
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	letter-spacing:0.1em;
	background:#c8e6ff;
	padding:6px 30px;
	margin-bottom:10px;
	border-radius: 20px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	margin-top:60px;
	}

.copy {
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	letter-spacing:0.1em;
	margin-bottom:35px;
	}	

			 	


	
#searchBox {
	background:#e8f5fa;
	padding:60px 0;
	}
	
#searchBox dl {
	overflow:hidden;
	float:left;
	}
	
#searchBox input[type="submit"] {
	padding: 10px 0;
    width: 140px;
    display: block;
    background: #666;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 0.3em;
	}	
	
#searchBox dt {
	float:left;
	padding:12px 10px 10px;
	}
	
#searchBox dt:after {
	content:"：";
	}			
		
#searchBox dd {
	float:left;
	width:200px;
	}
	
#searchBox dd select {
    background-image: url(../../../image/common/arrow.svg) 92% 45% no-repeat;
    background-size: 10%;
    height: 40px !important;
    /* padding: 13px 10px !important; */
    font-size: 1.5rem;	
	}
	
#searchBox dd + dt {
	margin-left:20px;
	}	
	
#favorite_button {
	padding:0 !important;
	}

#favorite_button a {
	display:block;
	background:#eb8939;
	color:#fff;
	padding:35px 0;
	text-align:center;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:1.8rem;
	color:#fff;
	}


#buttonRow {
	display: -webkit-flex;
	display: flex;
	}	
	
#buttonRow li {
	-webkit-flex: 1;
	 flex: 1;
	 }

#buttonRow li + li {
	margin-left:20px;
	}	

#buttonRow li a {
	display:block;
	color:#29a7de;
	border:2px solid #c10818;
	border-radius: 5px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	padding:25px 0;
	text-align:center;
	}
	
#buttonRow li + li a {
	background:#c10818;
	border:2px solid #c10818;
	color:#fff;
	}	


.lower #searchBox {
	background:#ffffff;
	}
	

#home .visual {
	color:#fff;
	font-family:'YakuHanJP','BIZ UDMincho';
	margin-bottom:-1px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	height:740px;
	position:relative;
	}
	
#home .visual:before {
	content:"";
	background:url(../../../img/top/visual_pc.jpg) no-repeat center;
	background-size:cover;
	width:85%;
	height:640px;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
	
#home .visual:after {
	content:"";
	background:#2f70b7;
	width:85%;
	height:640px;
	position:absolute;
	right:0;
	bottom:50px;
	z-index:-2;
	}
	
#home .visual .inner:after {
	content:"";
	border-right:1px solid #4d4d4d;
	width:1px;
	height:190px;
	position:absolute;
	left:50%;
	bottom:0;
	}  			
	
#home .visual h1 {
	font-size: 5.7rem;
    line-height: 1.2;
	letter-spacing:0;
	}
	
#home .visual h1 span {
	letter-spacing:-7px;
	}	
	
#home .visual h2 {
	font-size: 2.2rem;
	margin:10px 0 20px;
	}
	
#home #number {
	width:330px;
	background:#eb8939;
	padding:13px 0 10px;
	color:#333333;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	text-align:center;
	}
	
#home #number span {
	font-size:3.5rem;
	font-family: 'EB Garamond', serif;
	}
	
#home .news {
	width:920px;
	margin:40px auto 0;
	padding:40px;
	border:1px solid #29a7de;
	text-align:center;
	}
	
#home .box_about {
	padding:100px 0;
	}
	
#home .box_reason {
	padding:110px 0;
	background:url(../../../img/top/back_img.jpg) no-repeat center;
	background-size:cover;
	}
	
#home .box_reason ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	}
	
#home .box_reason li {
	background:#fff;
	width:182px;
	height:182px;
	text-align:center;
	color:#2f70b7;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:1.8rem;
	line-height:1.5;
	margin-top:30px;
	}

#home .box_reason li + li {
	margin-left:20px;
	}
#home .box_reason li:before {
	display:block;
	color:#e6e6e6;
	font-size:2.8rem;
	font-family: 'EB Garamond', serif;
	margin: 36px 0 10px;
	}

#home .box_reason li:nth-of-type(1):before {
	content:"01";
	}
	
#home .box_reason li:nth-of-type(2):before {
	content:"02";
	}
	
#home .box_reason li:nth-of-type(3):before {
	content:"03";
	}
	
#home .box_reason li:nth-of-type(4):before {
	content:"04";
	}
	
#home .box_reason li:nth-of-type(5):before {
	content:"05";
	}					


#home .box_reason .button a {
	background:#0094c1;
	color:#fff;
	margin-top:40px;
	padding:20px 0;
	}
	 	
		
#home .box1 #searchBox {
	background: #fff;
	}	
		
#home .box1 .catNav {
	display: -webkit-flex;
	display: flex;
	}
	
#home .box1 .catNav li {
	-webkit-flex: 1;
	flex: 1;
	text-align:center;
	}
	
#home .box1 .catNav li a {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	}
	
#home .box1 .catNav li:nth-of-type(1) a {
	background-image:url(../../../img/top/img01.jpg);
	}	
	
#home .box1 .catNav li:nth-of-type(2) a {
	background-image:url(../../../img/top/img02.jpg);
	}	
	
#home .box1 .catNav li:nth-of-type(3) a {
	background-image:url(../../../img/top/img03.jpg);
	}	
	
#home .box1 .catNav li:nth-of-type(4) a {
	background-image:url(../../../img/top/img04.jpg);
	}
	
#home .box1 .catNav li a {
	display:block;
	color:#fff;
	padding-top:200px;
	font-size:1.2rem;
	}						
	
#home .box1 .catNav li a > div {
	padding:30px 10px 30px 15px;
	}			

#home .box1 .catNav li:nth-of-type(1) a > div {
	background:#c10818;
	}
	
#home .box1 .catNav li:nth-of-type(2) a > div {
	background:#2a8f3f;
	}
	
#home .box1 .catNav li:nth-of-type(3) a > div {
	background:#2f70b7;
	}
	
#home .box1 .catNav li:nth-of-type(4) a > div {
	background:#eb8939;
	}			

#home .box1 .catNav li a > div div:nth-of-type(1) {
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.2rem;
	margin-bottom:10px;
	}
	
#home .box1 .areaNav {
	display: -webkit-flex;
	display: flex;
	border-top:1px solid #fff;
	}
	
#home .box1 .areaNav li {
	-webkit-flex: 1;
	flex: 1;
	text-align:center;
	}
	
#home .box1 .areaNav li + li {
	border-left:1px solid #fff;
	}	
	
#home .box1 .areaNav li a {
	display:block;
	width:100%;
	color:#fff;
	background:#0094c1;
	text-align:center;
	font-size:1.5rem;
	padding:40px 0;
	}	
	
#home .box2 {
	padding:60px 0;
	}	
	
#home .box2 ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	}	
	
#home .box2 li {
	width:230px;
	margin:0 26px 50px 0;
	position:relative;
	}
	
#home .box2 li:nth-of-type(4n) {
	margin-right:0;
	}

#home .box2 li .photo {
	margin-bottom:10px;
	}	
	
#home .box2 li .photo img {
	width: 230px;
	height: 150px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}
	
#home .box2 li .photo img.noimage {
	border: 1px solid #efefef;
	}	
	
#home .box2 li .cat {
	color:#2f70b7;
    margin-bottom: 5px;
    font-size: 1.2rem;
	}				
	
#home .box2 li h3 {
	font-weight:500;
	margin-bottom:10px;
	font-size:1.8rem;
	line-height:1.4;
	}	
	
#home .box2 li p {
	font-size:1.3rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	height: 1.3em;
	}
	
#home .box2 .button a {
	background:#0094c1;
	color:#fff;
	}			
	

/*lower*/
.lower #pagetop {
	padding:60px 0 100px !important;
	font-family:'YakuHanJP','BIZ UDMincho';
	text-align:center;
	position:relative;
	margin-bottom:20px;
	}
	
.lower #pagetop:before {
	content:"";
	background:#f2f2f2;	
	width:85%;
	height:190px;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	}
	
.lower #pagetop:after {
	content:"";
	background:#0094c1;
	width:85%;
	height:175px;
	position:absolute;
	left:0;
	bottom:0px;
	z-index:-2;
	}	

.lower #pagetop h1 {
	font-size:3rem;
	}
	
.lower #pagetop div {
	color:#0094c1;	
    font-size: 1.8rem;
	letter-spacing:0.1em;
	margin-top:10px;
	}	
	
.lower #container > * {
	padding:60px 0;
	}	

/*joblist*/
#joblist #condition {
	padding:20px 0 !important;
	}
	
#joblist #condition dt {
	font-weight:500;
	float:left;
	font-weight: 500;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    height: 4.3em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	}
	
#joblist #condition dd {
	padding-left: 90px;
	}
	
#joblist #condition dd span {
	color:#29a7de;
	}			

#joblist .listbox {
	background:#e8f5fa;
	}

#joblist .list {
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding:40px;
	}
	
#joblist .list + .list {
	margin-top:20px;
	} 	

#joblist .list h2 a {
	font-weight: 500;
    color: #2f70b7;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom:20px;
    display: block;
    letter-spacing: 0;
	}

#joblist .list .photo {
	float:right;
	margin-left:20px;
	}	
	
#joblist .list .photo img {
	width: 360px;
    height: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}
	
#joblist .list .photo img.noimage {
	border: 1px solid #efefef;
	}
	
#joblist .list .photo p {
	width:500px;
	}		

#joblist .list dl {
	overflow:hidden;
	margin:20px 0 15px;
	width:500px;
	}

#joblist .list dt {
	clear:left;
	float:left;
	width:70px;
	background:#959595;
	color:#fff;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	text-align:center;
	padding:3px 0;
	font-size:1.3rem;
	margin-top:2px;
	height: 1.4em;
	}
	
#joblist .list dd {
	margin-top:2px;
	padding:3px 0 5px 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	height: 1.4em;
	}
	
#joblist .list ul {
	clear: both;
    padding-top: 20px;
	display: -webkit-flex;
	display: flex;
	}
	
#joblist .list li {
	-webkit-flex: 1;
	flex: 1;
	 }
	 
#joblist .list li + li {
	margin-left:20px;
	}	
	
#joblist .list li a {
	display:block;
	background:#2f70b7;
	color:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:25px 0;
    text-align: center;
	}		

#joblist .b_pagenav {
	margin-top:30px;
	}
	

/*jobdetail*/
#jobdetail #container .inner {
	padding:0 0 40px 0 !important;
	}

#jobdetail .detail {
	padding-top:0 !important;
	}

#jobdetail .detail h2 {
	padding:15px;
	border-bottom:1px solid #c8c8c8;
	color:#2f70b7;
	font-size:2rem;
	font-weight:500;
	}
	
#jobdetail .detail .photo {
	width:500px;
	float:left;
	}
	
#jobdetail .detail .photo img {
	width: 500px;
    height: 350px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}		
	
#jobdetail .detail .cat dl {
	padding:15px 15px 10px 15px;
	overflow:hidden;
	} 	

#jobdetail .detail .cat dt {
	clear:left;
	float:left;
	width:70px;
	background:#959595;
	color:#fff;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	text-align:center;
	padding:3px 0;
	font-size:1.3rem;
	}
	
#jobdetail .detail .cat dd {
	padding:3px 0 5px 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}	

#jobdetail .detail .point {
	padding:30px;
    background: #e8f5fa;
    margin-top: -3px;
	width: 440px;
	 height:290px;
    float: left;
	}

#jobdetail .detail .point h3 {
	color:#29a7de;
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:10px;
	}

#jobdetail .detail > dl {
	overflow:hidden;
	background:#f6f5f5;
	border-bottom:1px solid #e2e2e2;
	margin:30px 0;
	}
	
#jobdetail .detail > dl dt {
	clear:left;
	float:left;
	width:25%;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #e2e2e2;
	}	
	
#jobdetail .detail > dl dd {
	float:left;
	background:#fff;
	width : -webkit-calc(75% - 30px) ;
	width : calc(75% - 30px) ;
	padding:10px 15px;
	border-top:1px solid #e2e2e2;
	min-height:1.5em;
	}	

#jobdetail #container #searchBox .inner {
	padding-bottom:0 !important;
	}


/*favorite*/

#favorite .fv_list {
	background:#e8f5fa;
	}
	
#favorite .fv_list li {
   padding: 25px 40px !important;
    font-size: 1.7rem;
    line-height: 1.4;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
    border: none !important;
	}
	
#favorite .fv_list li a:after {
    content: "詳細を見る";
    display: inline-block;
    font-size: 1.3rem;
    background: #2f70b7;
    padding: 12px 0;
    width: 220px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin: 8px 0 0 20px;
    color: #fff;
    text-align: center;
}		

.simplefavorite-button {
	border: 1px solid #039fea;
    color: #039fea;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 25px 0;
    text-align: center;
    }
	
.simplefavorite-button:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
.no-favorites {
	text-align:center;
	}		

.simplefavorite-button.active {
    color: #eb8939;
    border: 1px solid #eb8939;
    background: none;
    padding: 24px 0;
    opacity: 1 !important;
}

.simplefavorites-clear {
    background: #eb8939;
    color: #fff;
    cursor: pointer;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    padding: 25px 0;
    text-align: center;
    margin: 50px auto 0px;
    width: 100%;
    display: block;
    border: none;
}



/*aplct*/

#aplct .mw_wp_form,
#confirm .mw_wp_form {
	padding:0 !important;
	}
	
#aplct .box1,
#confirm .box1 {
	padding:30px 0 20px !important;
	}
	
#aplct .box1 dt,
#confirm .box1 dt
 {
	background: #e8f5fa;
    padding: 10px 20px;
	}

#aplct .box1 dd,
#confirm .box1 dd {	
	padding: 10px 20px 12px 20px;
    min-height: 1.5em;
    background: #fff;		
	}
	
#aplct .box2,
#confirm .box2 {
	background:#e8f5fa;
	padding:40px 0 40px;
	}	
	
#confirm .privacy {
	display:none;
	}
	


/*reason*/
#reason .box1 .lnav {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top:70px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
    font-family: 'YakuHanJP','BIZ UDMincho';
	}
	
#reason .box1 .lnav li a {
	display:block;
	text-align:center;
	width:198px;
	padding:10px 0 20px;
	line-height:1.4;
	font-size:1.7rem;
	color:#2f70b7;
	}
	
#reason .box1 .lnav li a:before {
	display:block;
	color:#b3b3b3;
	font-family: 'EB Garamond', serif;
	margin-bottom:5px;
	}

#reason .box1 .lnav li:nth-of-type(1) a:before,
#reason #reason01 h1:before {
	content:"01";
	}
	
#reason .box1 .lnav li:nth-of-type(2) a:before,
#reason #reason02 h1:before {
	content:"02";
	}
	
#reason .box1 .lnav li:nth-of-type(3) a:before,
#reason #reason03 h1:before {
	content:"03";
	}
	
#reason .box1 .lnav li:nth-of-type(4) a:before,
#reason #reason04 h1:before {
	content:"04";
	}
	
#reason .box1 .lnav li:nth-of-type(5) a:before,
#reason #reason05 h1:before {
	content:"05";
	}					
	
#reason .box1 .lnav li + li {
	border-left:1px solid #e6e6e6;
	}		


#reason .reasonDtl h1:before {
	display:block;
	color:#b3b3b3;
	font-family: 'EB Garamond', serif;
	margin-bottom:5px;
	} 

#reason .reasonDtl .photo {
	float:right;
	width:54%;
	}
	
#reason .reasonDtl:nth-of-type(even) .photo {
	float:left;
	}	
	
#reason .reasonDtl .photo img {
	width:100%;
	height:auto;
	}

#reason .reasonDtl .photo + div {
	width:32%;
	margin:0 7%;
	float:left;
	}

#reason .reasonDtl h2 {
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.8rem;
	letter-spacing:0.05em;
	margin:10px 0 40px;
	line-height:1.8;
	}

#reason .reasonDtl p.txt {
	font-family:'YakuHanJP','BIZ UDMincho';
	line-height:1.9;
    font-size: 1.5rem;
    letter-spacing: 0;
	}


#reason #reason02 .disclosure {
	background:#e6e6e6;
	text-align:center;
	padding:25px 0;
	margin-top:30px;
	}
	
#reason #reason02 .disclosure ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top:13px;	
	}
	
#reason #reason02 .disclosure .button a {
	background:#fff;
	padding:15px 0;
	margin:0 10px;
	}	

#reason #reason03 .button a {
	background:#0094c1;
	color:#fff;
	padding:15px 0;
	}

#reason #reason05 dt {
	color:#2f70b7;
	font-family:'YakuHanJP','BIZ UDMincho';
	border-bottom:1px solid #2f70b7;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:1.9rem;
	}
	
#reason #reason05 dd + dt {
	margin-top:30px;
	}	

/*staff*/
#staff .staffList > div {
	background:#ebf5fa;
	padding:50px 0;
	}

#staff .staffList li {
	background:#fff;
	padding:40px 40px 40px 70px;
	overflow:hidden;
	border-top:1px solid #0094c1;
	}
	
#staff .staffList li + li {
	margin-top:40px;
	}	

#staff .staffList .portrait {
	width:226px;
	height:226px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center; 
	align-items: center;
	background:#f2f2f2;
	float:right;
	margin-top:40px;
	}

#staff .staffList .name {
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2.8rem;
	margin:30px 50px 0 0;
	float:left;
	letter-spacing:0.5em;
	}
	
#staff .staffList dl {
	float:left;
	overflow:hidden;
	font-size:1.3rem;
	width:530px;
	}
	
#staff .staffList dt {
	float:left;
	clear:left;
	padding:7px 0 7px 20px;
	}
	
#staff .staffList dd {
	padding:7px 20px 7px 200px;
	border-bottom:1px solid #e6e6e6;
	}
	
#staff .staffList dd:last-of-type {
	border-bottom:none;
	}
		
/*#staff .license {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	}
	
#staff .license ul {
	margin:0 20px;
	width:310px;
	}
	
#staff .license li {
	border-bottom:1px solid #e6e6e6;
	padding:15px 20px;
	}
	
#staff .license li:last-of-type {
	border-bottom:none;
	}	*/		



/*company*/
	
#company .box1 .slogan {
	text-align:center;
	font-size:2.6rem;
	letter-spacing:0.1em;
	font-family:'YakuHanJP','BIZ UDMincho';
	margin-bottom:25px;
	}
	
#company .box1 .slogan span {
	color:#0094c1;
	font-family: 'EB Garamond', serif;
	font-size:5rem;
	}

#company .box2 p {
	font-size:1.5rem;
	line-height:2.2;
	font-family:'YakuHanJP','BIZ UDMincho';
	}

#company .info {
	overflow:hidden;
	background:#999999;
	}

#company .info dt {
	float:left;
	clear:left;
	color:#fff;
	width:90px;
	padding:15px 30px;
	border-top:1px solid #e6e6e6;
	}

#company .info dd {
	float:left;
	width:-webkit-calc(100% - 210px) ;
  	width:calc(100% - 210px) ;
	padding:15px 30px;
	border-top:1px solid #e6e6e6;
	background:#fff;
	}
	
#company .info dt:first-of-type,
#company .info dd:first-of-type	{
	border:none;
	}

#company .box3 .graph {
	float:right;
	margin-left:30px;
	}
	
#company .box5 ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	text-align:center;
	}	

#company .box5 li + li {
	padding-left:60px;
	margin-left:60px;
	border-left:1px solid #cccccc;
	}

#company .box5 li .map iframe {
	width:440px;
	height:360px;
	}
	
#company .box5 li h3 {
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	letter-spacing:0.1em;
	margin:25px 0 15px;
	} 
	
#company .box5 li div {
	line-height:1.3
	}


/*contact*/

.contact_tel {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	text-align:center;
	}
	
.contact_tel li + li {
	padding-left:100px;
	margin-left:100px;
	border-left:1px solid #e6e6e6;
	}	

.contact_tel li div {
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	line-height:1.3;
	}
	
.contact_tel li a {
	color:#2f70b7;
	background:url(../../../img/common/tel3.svg) no-repeat left center;
	padding-left:25px;
	font-size:3.5rem;
	font-family: 'EB Garamond', serif;
	margin-top:10px;
	}	

.contact_tab {
	border-bottom:1px solid #2f70b7;
	margin:70px 0 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	text-align:center;
	}
	
.contact_tab li + li {
	margin-left:10px;
	}	

.contact_tab a {
	display:block;
	background:#cccccc;
	font-family:'YakuHanJP','BIZ UDMincho';
	font-size:2rem;
	width:450px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius:  10px 10px 0 0;
	-moz-border-radius:  10px 10px 0 0;
	padding:25px 0;
	}

#request .contact_tab li:nth-of-type(1) a,
#contact .contact_tab li:nth-of-type(2) a {
	background:#2f70b7;
	color:#fff;
	}  



/*TOPnumberbox、サポート体制ページ-20210408追加**********/

#new_number {
	background-color: #ff931e;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
#new_number .ttl {
	position: relative;
	line-height: 1;
	margin-bottom: -3px;
}
#new_number .ttl:before {
	background-color: #fff;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#new_number .ttl div {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color:#ff931e;
	font-weight: bold;
	padding: 0 8px;
	font-family: 'Muli','YakuHanJP','Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
}
#new_number .num {
	background-color: #ff931e;
	font-size: 2.7rem;
	line-height: 1;
}
#new_number .num div {
	display: inline;
	font-size: 4.8rem;
	font-family: 'EB Garamond', serif;
	font-weight: bold;
}
#new_number .fukidashi {
	background-color: #fff;
	color: #ff931e;
	font-size: 1.4rem;
	font-family: 'Muli','YakuHanJP','Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	position: relative;
	font-weight: bold;
	padding: 9px 10px;
	margin-top: 8px;
	letter-spacing: -0.2px;
}
#new_number .fukidashi:before {
	content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 15px 8px;
    border-color: transparent transparent #fff transparent;
}

/****************************************/
.ttl06 {
	font-family: 'YakuHanJP','BIZ UDMincho';
	text-align: center;
	font-size: 2.1rem;
	background-color: #c8e6ff;
	border-radius: 50px;
	padding: 5px 0 6px 0;
	margin-bottom: 35px;
	margin-top: 60px;
}

#support #container .inner > p {
	font-family: 'YakuHanJP','BIZ UDMincho';
	font-size: 2rem;
	text-align: center;
	line-height: 2;
}
#support #container .inner > p strong {
		font-size: 2.5rem;
		color: #0094c1;
		display: block;
		line-height: 1.8;
		margin-bottom: 20px;
}
#support .box1 {
	font-family: 'YakuHanJP','BIZ UDMincho';
}
#support .box1 .flex01 {
	display: flex;
	justify-content: center;

}
#support .box1 .flex01 li {
	width: 220px;
	margin: 0 10px;
}
#support .box1 .flex01 .num {
	text-align: center;
	font-size: 3.9rem;
	color: #b3b3b3;
	position: relative;
	z-index: 1;
	margin-bottom: -20px;
}
#support .box1 .flex01 .img {
	
}
#support .box1 .flex01 li img {
	width: 100%;
	height: auto;
	display: block;
}
#support .box1 .flex01 h3 {
	text-align: center;
	font-size: 1.65rem;
	background-color: #999999;
	color: #fff;
	padding: 12px 0;
}
#support .box1 .flex01 li:nth-of-type(2n) h3 {
	background-color: #0094c1;
}
#support .box1 .flex01 p {
	padding: 8px;
	font-size: 1.4rem;
	letter-spacing: -0.5px;
}

#support .box1 .flex02 {
	margin-top: 80px;
}
#support .box1 .flex02 li {
	display: flex;
	width: 940px;
	margin: 0 auto 50px auto;
	justify-content: space-between;
	align-items: center;
}
#support .box1 .flex02 li:nth-of-type(1) .img {
	order: 2;

}
#support .box1 .flex02 li .img {
	width: 510px;
}
#support .box1 .flex02 li img {
	width: 100%;
	height: auto;
}

#support .box1 .flex02 .text {
	width: 390px;
}
#support .box1 .flex02 h3 {
	font-size: 2.8rem;
	color: #2f70b7;
	line-height: 1.8;
}
#support .box1 .flex02 h3:after {
	content: "";
	border-bottom: 1px solid #2f70b7;
	width: 60px;
	display: block;
	margin: 20px 0 30px 2px;
}
#support .box1 .flex02 p {
	font-size: 1.42rem;
	line-height: 2.6;
	letter-spacing: -0.5px;
}

