<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	color: #3C3C3C;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1.5em;
	
}
body.home{
	
}
::selection {
	background:#0D47A1;
	color: #FFF;/* Safari */
}

::-moz-selection {
	background:#0D47A1;
	color: #FFF;/* Firefox */
}
.text-main{
	color: #0D47A1;
}
.bg-main{
	background: #0D47A1;
}
.clearfix {
	clear: both;
}
.onPc{
	display:block;
}
.onSmt{
	display:none;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
	cursor: pointer;
}
/*a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out; 
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}*/
.imground{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgshadow{
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
}
.imgCenter{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:center;
}
.imgLeft{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}

.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.header {
	width: 100%;
	height: 70px;
	display: block;
	position: relative;
	top: 0px;
	z-index: 10000;
	background-color: #FFF;
	transition-property: all;
	transition: 0.6s ease;
}

.spHeader {
	width: 100%;
	height: 70px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.00);
	border-bottom: #D6000C 0px solid;
}

.box1080{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 1080px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.box960{
	width:960px;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 960px;
}

.box800{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 800px;
}

.box1280{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1280px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	
}
/*********************************/
/*sitemap(header and footer)*/
/*********************************/
.siteMap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.siteMapList:nth-of-type(1),
.siteMapList:nth-of-type(2){
	width: 27%;
}
.siteMapList:nth-of-type(3),
.siteMapList:nth-of-type(4){
	width: 23%;
}
.siteMapItem{
	display: block;
	transition: .3s;
	font-size: 0.9rem;
}
.siteMapTitle{
	font-weight: 700;
	margin-bottom: 5px;
}
.siteMapItem a{
	position: relative;
	display: block;
	color: #767676;
	text-decoration: none;
	padding: 7px 3px 7px 14px;
	transition: all .15s ease;
	line-height: 1;
}
.siteMapItem a:hover{
	color: #1976D2;
}
.siteMapItem a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 2px;
	height: 2px;
	width: 6px;
	background: #1976D2;
	transform: translateY(-50%);
}
.siteMapItem a:hover{
	transform: translateX(5px);
	font-weight: 600;
}
.siteMapItem a i{
	font-size: 90%;
	opacity: .5;
}

#menuButton {
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	/*border: 2px solid #FFF;
	background-color: #FFF;*/
	z-index: 1200;
	cursor: pointer;
}
#menuButton.on {
	border: 2px solid #666;
}

#menuButton span {
	display: block;
	background-color: #000;
	width: 40px;
	height: 4px;
	position: absolute;
	left: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 10px;
}
#menuButton span:nth-child(2) {
	top: 50%;
	left: 50%;
	width: 30px;
	transform: translate(-50%, -50%);
}
#menuButton span:last-child {
	bottom: 10px;
}
#menuButton.active span:first-child {
	transform: translateY(11px) rotate(35deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	transform: translateY(-15px) rotate(-35deg);
}
#menuButton.active {
	border: 2px solid #FFF;
}
#overlay{
	display: none;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 1100;
	background-color: #FFF;
	overflow: hidden;
}
#overlaySearch {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(0,0,0,0.50);
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition-property: all;
	transition: 0.4s ease;
	overflow: hidden;
}
.overlay-lock{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.overlay-lock #overlaySearch {
	display: block;
	background-color: rgba(0,0,0,0.50);
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	#overlay{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 1100;
		background-color: #FFF;
	}
	.siteMap{
		gap: 15px;
		max-width: 100%;
		padding-left: 0;
	}
	.siteMapList{
		width: 100%!important;
		display: flex;
		flex-wrap: wrap;
	}
	.siteMapItem{
		margin: 0;
		font-size: 0.8em;
		display: inline-block;
		width: auto;
		min-width: 50%;
	}
	.siteMapItem a{
		padding: 5px 3px 5px 14px;
	}
	.siteMapTitle{
		width: 100%;
		font-size: 0.85em;
		margin-bottom: 0;
	}
}
/*********************************/
/*header*/
/*********************************/
.headLogo{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.headLogoImg{
	width:auto;
	height: 52px;
}
.siteMap.-header{
	padding: 90px 0 60px;
}
.siteMapLogo{
	width: auto;
	position: absolute;
	top: 10px;
	left: 10px;
}
.siteMapLogoLink{
	display: block;
}
.siteMapLogoLink:hover{
	opacity: .75;
}
.siteMapLogoImg{
	width: auto;
	height: 52px;
}

@media screen and (max-width: 767px) {
	.siteMapLogo{
	}
	.siteMap.-header {
		padding: 80px 10px 0;
	}
	.-header .siteMapItem{
		width: 100%;
	}
	.siteMapLogo,
	.headLogo{
		top: 8px;
		left: 8px;
	}
	.siteMapLogoImg,
	.headLogoImg{
		height: 45px;
	}
	#menuButton{
		top: 5px;
		right: 10px;
	}
}



/*********************************/
/*footer*/
/*********************************/
.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #FFF;
	padding-top: 90px;
	padding-bottom: 45px;
}
.footMenu{
	display:block;
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	color:#3c3c3c;
	margin-bottom: 20px;
	text-align: center;
}
.footMenu a{
display:inline-block;
	color:#3c3c3c;
	text-decoration: none;
}
.footMenu a:hover{
	color: #D6000C;
	text-decoration: underline;
}

.footLogo{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.footLogo img{
	height: 130px;
	width: auto;
}
.siteMap.-footer{
	margin-bottom: 30px;
}

.siteMapBnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}
.siteMapBnr a{
	margin-right: 10px;
}
.siteMapBnr a:hover{
	opacity: .75;
}
.siteMapBnr img{
	max-height: 100px;
}
.siteMapBnr a.bnrTour img{
	border-radius: 5px;
}
.copyright{
	text-align:center;
	font-size:11px;
	color:#3c3c3c;
	line-height:12px;
}

#sns {
	margin: 20px 0;
}

#sns p {
	text-align: center;
	font-size: 14px;
    font-weight: bold;
}

#sns ul {
	display: flex;
	justify-content: center;
}

#sns ul li {
	margin: 0.5rem;
}

@media screen and (max-width: 767px) {
	.siteMap.-footer .siteMapBnr img{
		max-height: 100%;
		max-width: 300px;
	}
	#sns {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


/*********************************/
/*contents*/
/*********************************/
.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#FFF;
}

.contentBoxGrey {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#f1f1f1;
}
.contentBoxGrey02 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#e6e6e6;
}
.whtBox{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	background-color: #FFF;
}
.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
}
.goTopBtn{
	width:50px;
	height:50px;
	display:block;
	position:fixed;
	right:15px;
	bottom:-60px;
	z-index:80;
	transition-property: all;
	transition: 0.6s ease;
	background-color: #0D47A1;
}
.goTopBtn.on{
	bottom:15px;
}
.goTopBtn img{
	width:50px;
	height:auto;
	
}

.title24{
	display: block;
	width: 100%;
	font-size:24px;
	text-align:left;
	line-height:36px;
	font-weight:700;
	letter-spacing:0.1em;
}
.title24 span{
	border-bottom:#222 2px solid;
	padding-bottom:3px;
}
.text30{
	display: block;
	width: 100%;
	font-size:30px;
	text-align:left;
	line-height:40px;
}
.text36{
	display: block;
	width: 100%;
	font-size:36px;
	text-align:left;
	line-height:40px;
}
.text36Center{
	display: block;
	width: 100%;
	font-size:36px;
	text-align:center;
	line-height:40px;
}
.text24Center{
	display: block;
	width: 100%;
	font-size:24px;
	text-align:center;
	line-height:36px;
}
.text24{
	display: block;
	width: 100%;
	font-size:24px;
	text-align:left;
	line-height:36px;
}
.text18{
	 display: block;
	width: 100%;
	font-size:18px;
	text-align:left;
	line-height:28px;
}
.text18Center{
	 display: block;
	width: 100%;
	font-size:18px;
	text-align: center;
	line-height:28px;
}
.text16{
	 display: block;
	width: 100%;
	font-size:16px;
	text-align:left;
	line-height:26px;
}
.text16Center{
	 display: block;
	width: 100%;
	font-size:16px;
	text-align:center;
	line-height:26px;
}
.text14{
	 display: block;
	width: 100%;
	font-size:16px;
	text-align:left;
	line-height:28px;
}
.text14Center{
	 display: block;
	width: 100%;
	font-size:16px;
	text-align:center;
	line-height:28px;
}
.text12{
	 display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:12px;
	text-align:left;
	line-height:20px;
}
.text12Center{
	 display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:12px;
	text-align:center;
	line-height:20px;
}
.text14 a:hover{
	text-decoration: none;
}
.bd{
	font-weight: 700;
}
.bg-grey{
	background: #eee;
}
.text-center{
	text-align: center!important;
}
.text-color-main{
	color: #0D47A1;
}
.list-circle li{
	position: relative;
	padding-left: 23px;
}
.list-circle li:before{
	content: '';
	position: absolute;
	background: #b8c9d1;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 9px;
	left: 7px;
}




/*.secPd120 .box800 {
	padding-top: 120px;
	padding-bottom: 120px;
}*/
/*.secPd120 .box1280 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.secPd120 .box1080 {
	padding-top: 120px;
	padding-bottom: 120px;
}*/
.secPd60 .box800 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.secPd60 .box1280 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.secPd60 .box1080 {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*.naviBg {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: 0px;
	z-index: 10000;
	background-color: #f2f2f2;
	transition-property: all;
	transition: 0.6s ease;
	
}
.naviBg.on {
	position: fixed;
	background-color: #FFF;
	border-bottom: 3px solid #CF1126;
}*/

/*.contentBoxGrey.secType01{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 40px;
	position: relative;
	z-index: -2;
}
.contentBox.secType01{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 40px;
	position: relative;
	z-index: -2;
}*/
.secBox{
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	height: auto;
	width: 100%;
}
/*.contentBoxVoice {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	position: relative;
	z-index: -1;
}
.contentBoxVoice::before {
	top: 0;
	left: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: rgba(0,73,111,0.40);
}*/
/*.voiceSec{
	height: auto;
	width: 100%;
	float: left;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}*/
.mainTitleWht{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:64px;
	text-align:center;
	line-height:1.0em;
	color: #FFF;
	font-weight: 700;
	margin-top: 80px;
	margin-bottom: 10px;
}


.mainTitleWht span{
	font-size:40px;
}
.subTitleWht{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:18px;
	text-align:center;
	line-height:1.0em;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-family: 'Raleway', sans-serif;
}
.kuguri{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	text-align:center;
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
}
.kuguri span{
	width: 50px;
	height: 2px;
	display: inline-block;
	background-color: #FFF;
}
.wht{
	color: #FFF;
}
.mainTitleWht02{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.2em;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width:1350px){
	.mainTitleWht02{
		font-size:32px;
	}
}
.subTitleWht02{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:16px;
	text-align:left;
	line-height:1.0em;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-family: 'Raleway', sans-serif;
}

.kuguri02{
	display: block;
	/*float: left;
	height: auto;*/
	width: 100%;
	text-align:left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 12px;
}
.kuguri02 span{
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #0D47A1;
}

.kuguri03{
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 0em;
}
.kuguri03 span{
	width: 18px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
}

.moreBtnHalf{
	width:48%;
	height:auto;
	float:left;
	display:inline-block;
	margin: 40px 1% 0;
	position: relative;
}
.moreBtnHalf a{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	position: relative;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-size: 24px;
	line-height: 100px;
	color: #FFF;
	font-weight: 700;
	padding-left: 30px;
	background-color: #1976D2;
}
.moreBtnHalf a::after{
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 1;
	background-color: #1565C0;
	 background-image: url(../images/arrow_left_wht.png);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	transition-property: all;
	transition: 0.2s ease;
}
.moreBtnHalf a.t02{
	background-color: #E64A19;
}
.moreBtnHalf a.t02::after{
	 background-color: #D84315;
}
.moreBtnHalf a:hover{
	background-color: #0D47A1;
}
.moreBtnHalf a:hover::after{
	background-color: #0D47A1;
}
.moreBtnHalf a.t02:hover{
	background-color: #BF360C;
}
.moreBtnHalf a.t02:hover::after{
	background-color: #BF360C;
}
.headMg{
	margin-top: 70px;
}
.headMg.on{
	margin-top: 70px;
}
.mainTitleLeft{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:60px;
	text-align:left;
	line-height:1.0em;
	color: #313131;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
}
.subTitleLeft{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-size:18px;
	text-align:left;
	line-height:1.0em;
	color: #D6000C;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 40px;
}
.headSec {
	height: 240px;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color: #1976D2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	position: relative;
	z-index: 0;
}

.headSec .t01,
.headSec .t02,
.headSec .t03,
.headSec .t04,
.headSec .t05,
.headSec .t06,
.headSec .t07,
/*.headSec .t08,*/
.headSec .t09,
.headSec .t10{
	background-repeat: no-repeat;
}

.headSec .t01 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t01.png");
	background-position:
		center, 
		left 0 top -3em;
}
.headSec .t02 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t02.png");
	background-position: center,
		left 0 top -3em;
}

.headSec .t03 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t03.png");
	background-position:
		center, 
		left 0 top -3em;
}
.headSec .t04 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t04.png");
	background-position:
		center, 
		right 0 top -3em;
}
.headSec .t05 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t05.png");
	background-position:
		center, 
		right 0 top -3.5em;
}
.headSec .t09 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t09.png");
	background-position:
		center, 
		left 0 top -3em;
}
.headSec .t10 {
	background-image: linear-gradient(to right, rgba(25,118,210,0.6), rgba(25,118,210,0.6)),
url("../images/bg_company_t10.png");
	background-position:
		center, 
		right 0 top -3em;
}
@media (max-width: 575.98px) {
	.headSec .t09 {
		background-position:
			center, center top -3em
	}
}

.headSec::before {
	top: 0;
	left: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.headSec .box1080{
   padding: 0;
	width: 96%;
}
.headWhtBox{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
	position: absolute;
	background-color: #FFF;
	z-index: 2;
	bottom:-90px;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	border-top: #D6000C 6px solid;
}
.breadcrumb {
	list-style: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb &gt; li a {
	color: #3c3c3c;
}
.breadcrumb &gt; li a:hover {
	color: #D6000C;
}
.breadcrumb &gt; li {
	display: inline-block;
	float: left;
	font-size: 12px;
}
.breadcrumb &gt; li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.whtBoxPd{
	display: block;
	width: 100%;
	position: relative;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
}
.lineTitle{
	display: block;
	width: 100%;
	position: relative;
	font-size:18px;
	line-height:1.5em;
	font-weight: 700;
	margin-bottom: 20px;
}
.lineTitle span{
	border-bottom: #0D47A1 4px solid;
}
.mainTitleLeft02{
	display: inline-block;
	width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.0em;
	color: #313131;
	font-weight: 700;
	margin-bottom: 0px;
	position: relative;
}
._mainTitleLeft02::before{
	content: '1';
	position: relative;
	color: #D6000C;
	font-size: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: italic;
	margin-right: -15px;
	left: -20px;
}
.mainTitleLeft02 span{
	font-size: 0.8em;
	line-height: 0.8em;
}
.number{
	font-size:100px;
	line-height:1.0em;
	width: 100px;
	height: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	top: -45px;
	left: -30px;
	color: #0D47A1;
}
.kyoten{
	width: 100%;
}
.kyoten dl{
	display: flex;
	margin-bottom: 20px;
}
.kyoten dt{
	display: inline-block;
	width: 15%;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.kyoten dd{
	display: inline-block;
	width: 85%;
	font-size: 16px;
	line-height: 1.5em;
}
.kyoten dd a{
	color: #D6000C;
	text-decoration: none;
}
.kyoten dd a:hover{
	color: #FF1F2C;
	text-decoration: underline;
}
.shikakuList{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.shikakuList ul{
	display: inline-block;
	float: left;
	height: auto;
	/*width: 100%;*/
	position: relative;
	border: 1px solid #efefef;
	padding: 10px;
}
.shikakuList ul li{
	display: inline-block;
	float: left;
	height: auto;
	width: 33.3333%;
	position: relative;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.shikakuList ul li::before{
	content: '●';
	position: relative;
	color: #999;
	font-size: 8px;
	margin-right: 5px;
	top: -2px;
}
.kaisouTable{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}
.kaisouTable table{
	float: left;
	height: auto;
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.kaisouTable tr {
	border-left: 0px solid #d2d2d2;
	width: 100%;
}
.kaisouTable th {
	background-color: #eee;
	border-bottom: 1px solid #d2d2d2;
	border-left: 0px solid #FFF;
	border-right: 1px solid #d2d2d2;
	border-top: 0px solid #d2d2d2;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5em;
	 padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.kaisouTable td {
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 10px 10px;
	text-align: left;
	vertical-align: middle;
	width: auto;
	background-color: #FFF;
}
.kenshuList{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
}
.kenshuList ul{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}
.kenshuList ul li{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.kenshuList ul li::before{
	content: '●';
	position: relative;
	color: #999;
	font-size: 8px;
	margin-right: 5px;
	top: -2px;
}
.kenshuList h4{
	font-size: 15px;
	margin-top: 1em;
}
.kenshuList p{
	font-size: 14px;
}
.footBackBtn{
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footBackBtn a{
	width: auto;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #D6000C;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 5px 15px 4px;
	border: #D6000C 2px solid;
}
.footBackBtn a:hover{
	color: #FFF;
	background-color: #D6000C;
}
.moreBtnSmall{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:left;
	margin-bottom: 20px;
}
.moreBtnSmall a{
	 width: auto;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #0D47A1;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 5px 15px 4px;
	border: #0D47A1 2px solid;
}
.moreBtnSmall a:hover{
	color: #FFF;
	background-color: #0D47A1;
}
.leftBoxWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.leftBox60{
	width: calc(66.66% - 10px);
	display:inline-block;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.leftBox50{
	width:55.5555%;
	height:auto;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;   
}

.leftBox40{
	width:44.4444%;
	height:auto;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-right: 20px;   
}
.workPhWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.workPh{
	width: calc(33.33% - 10px);
	display:inline-block;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.workPh50{
	width:43%;
	height:auto;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1%;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}
.workPh img,
.workPh50 img{
	width:100%;
	max-height: 210px;
	object-fit: cover;
	float:left;
	position: relative;
	z-index: 0;
}
@media screen and (max-width:1080px){
	.workPh img,
	.workPh50 img{
		max-height: calc(30vw * 2 / 3);
	}
}


.workTitle{
	width:100%;
	height:auto;
	display:inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.50);
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
}
.jinzaiImg{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 40px;
	background-color: #eee;
	margin-bottom: 20px;
}
.jinzaiImg img{
	width:100%;
	height:auto;
	float:left;
}
.trainingPhWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}
.trainingPh{
	width: calc(25% - 12px);
	display:inline-block;
	position: relative;
	z-index: 0;
}
.trainingPh img{
	display: block;
	width:100%;
	height:auto;
	/*float:left;*/
	position: relative;
	z-index: 0;
}
.internBtn a{
	background-image: url(../images/top_illust06.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right 1.5em bottom -0.2em;
}

.tourBtn a{
	background-image: url(../images/top_illust07.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right 2em bottom;
}

.massageBox{
	width:49%;
	height:auto;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	margin-right: 1%;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
	transition-property: all;
	transition: 0.2s ease;
}
.massageBox:hover{
	background-color: #f2f2f2;
	opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.massageBox.rgt{
	margin-left: 1%;
	margin-right: 0;
}
.massageBox img{
	width:100%;
	height:auto;
	float:left;
	position: relative;
	z-index: 0;
}
.messageTop{
	width:100%;
	display:inline-block;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
}
.messageTop img{
	width:100%;
	height:auto;
	float:left;
	position: relative;
	z-index: 0;
}
.massageTitle{
	width:auto;
	height:auto;
	float:left;
	display:inline-block;
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 1;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	color: #FFF;
	text-align: left;
	font-size: 30px;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px #000;
}
.massageTitle span{
	font-size: 22px;
	position: relative;
}
.massageTitle span::before{
	content: '';
	width: 2.8em;
	height: 1px;
	background-color: #FFF;
	position: relative;
	display: inline-block;
	top: -7px;
	margin-right: 10px;
	-webkit-box-shadow: 1px 1px 2px #000;;
	-moz-box-shadow: 1px 1px 2px #000;;
	box-shadow: 1px 1px 2px #000;;
}
.massageTitle02{
	width:auto;
	height:auto;
	float:left;
	display:inline-block;
	position: absolute;
	bottom: 40px;
	left: 30px;
	z-index: 1;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	color: #FFF;
	text-align: left;
	font-size: 30px;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px #000;
}
.massageTitle02 span{
	font-size: 22px;
	position: relative;
}
.massageTitle02 span::before{
	content: '';
	width: 2.8em;
	height: 1px;
	background-color: #FFF;
	position: relative;
	display: inline-block;
	top: -7px;
	margin-right: 10px;
	-webkit-box-shadow: 1px 1px 2px #000;;
	-moz-box-shadow: 1px 1px 2px #000;;
	box-shadow: 1px 1px 2px #000;;
}
.halfPh{
	width:50%;
	height:auto;
	float:left;
	display:inline-block;
	margin-bottom: 40px;
}
.halfPh img{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
}
.halfPhCenter{
	display: block;
	text-align: center;
}
.halfPhCenter img{
	width: 100%;
	height: auto;
	max-width: 490px;
	padding-bottom: 40px;
}
.halfScWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.halfSc{
	width:calc(50% - 10px);
	height:auto;
	/*float:left;
	display:inline-block;*/
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	/*margin-right: 2%;*/
	position: relative;
	z-index: 0;
	background-color: #f2f2f2;
	padding: 20px;
}

ul.scList{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
}
ul.scList li.prt{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	font-size: 14px;
	background: url("../images/staff/img_highschool_sche01_blue.png") no-repeat left top;
	background-size: 14px auto;
padding-left: 30px;
padding-bottom: 40px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
ul.scList li.last {
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	font-size: 14px;
	background: url(../images/staff/img_highschool_sche02_blue.png) no-repeat left top;
	background-size: 14px auto;
	min-height: inherit;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
p.time {
	color: #00a0e9;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.0em;
	font-weight: 700;
}
p.timetit {
	font-size: 16px;
	margin-bottom: 0px;
}
ul.childul {
	padding: 0px;
	list-style-type: disc;
	padding-left: 20px;
}
ul.childul li {
	font-size: 13px;
	list-style-type: disc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scTitle{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	font-size: 16px;
	line-height: 1.0em;
	margin-bottom: 20px;
}
.scTitle span{
	color: #00a0e9;
	display:inline-block;
	border: #00a0e9 1px solid;
	border-radius: 40px;
	padding: 7px 15px 6px;
}
.caseImg{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	margin-top: 20px;
}
.caseImg img{
	width:100%;
	height:auto;
	float:left;
	max-width: 680px;
}
.jinzaiImg02{
	width:60%;
	height:auto;
	padding-right: 10px;
}
.jinzaiImg02 img{
	width:100%;
	height:auto;
	float:left;
}
.jinzaiScBox{
	width:100%;
	height:auto;
	display: flex;
	position: relative;
}
.jinzaiTextBox{
	width:40%;
	height:100%;
	/*float:left;*/
	display:inline-block;
	position: relative;
	margin-top: 90px;
}
.jinzaiText{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	position: relative;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-left: #b50303 4px solid;
	margin-bottom: 10px;
}
.jinzaiText.t01 .text16{
	font-weight: 700;
	color: #b50303;
}
.jinzaiText.t02{
	border-left-color: #c04f00;
}
.jinzaiText.t02 .text16{
	font-weight: 700;
	color: #c04f00;
}
.jinzaiText.t03{
	border-left-color: #007130;
}
.jinzaiText.t03 .text16{
	font-weight: 700;
	color: #007130;
}
.jinzaiText.t04{
	border-left-color: #0075a9;
}
.jinzaiText.t04 .text16{
	font-weight: 700;
	color: #0075a9;
}
.jinzaiText .moreBtnSmall{
	margin-bottom: 0;
	text-align: right;
}
section#movie{
	text-align: center;
}

section#movie iframe{
	margin: 20px auto;
	max-width: 100%;
}

.contBnr{
	text-align: center;
}

.contBnr img{
	max-width: 800px;
	margin: 0 auto;
}


/*#overlay .box800 {
	left: 0;
	margin-left: 0px;
	margin-top: 100px;
	position: relative;
	top: 0;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0 20%;
	width: 100%;
	max-width: 100%;
	padding-bottom: 60px;
}
#overlay ul li {
	width:48%;
	height:auto;
	line-height:2.0em;
	list-style:none;
	float:left;
	font-size:18px;
	display:block;
	padding-left:2%;
	text-align:left;
	margin-bottom: 20px;
}
#overlay ul li a {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	color:#333;
	text-decoration:none;
	font-weight:500;
	background-image: url(../images/right_sankaku_blue.png);
	background-size: 12px 12px;
	background-position: 6px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
#overlay ul li a:hover {
	background-color: #f2f2f2;
}
#overlay ul li a i{
	display: inline-block;
	font-size: 85%;
	opacity: .6;
	margin-left: 2px;
}*/
/*.topBn:hover .kuguri02 span{
	background-color: #FFF;
}
.topBn:hover .mainTitleWht02 {
	text-shadow: 0px 0px 0px #000;
}
.topBn:hover .subTitleWht02 {
	text-shadow: 0px 0px 0px #000;
}
.topBn:hover .text14 {
	text-shadow: 0px 0px 0px #000;
}*/

.illustText{
	display: block;
	/*float: left;*/
	height: auto;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.headMsgSp {
	width: 400px;
	height: auto;
	display: block;
	position: absolute;
	text-align: center;
	margin-top: 0px;
	top: 22px;
	left: 50%;
	margin-left: -200px;
}
.headMsgSp img {
   height: auto;
	width: 100%;
}


.whtBoxPd.company{
	padding: 40px 2% 20px 4%;
}

.ryouPh{
	display: block;
	float: left;
	height: auto;
	width: 23%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-right: 2%;
}
.ryouPh img{
	display: block;
	float: left;
	height: auto;
	width: 100%;
}

/* Q&amp;A */
.tit_faq{
	background-color: #F1F1F1;
	color: #0D47A1;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 10px;
	font-size: 18px;
}

.tabContainer dl {
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	font-weight: 700;
}

.tabContainer dl dt span.icon_q{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-color: #0D47A1;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 2px 6px;
	margin-right: 15px;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 0px;
	padding-left: 3em;
	text-indent: -3em;
}

.tabContainer dl dd span.icon_a{
	font-size: 24px;
	font-weight: 700;
	color: #0D47A1;
	font-family: "Helvetica Neue", Helvetica, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 2px 6px 15px 8px;
	margin-right: 15px;
}

.number_faq{
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 5px;
	color: #1976D2;
}


/* virtualTour */
#virtualTour {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 320px;
	z-index: 100;
}
#virtualTour a{
	display: block;
}
#virtualTour a:hover{
	opacity: 0.7;
}
#virtualTour img{
	max-width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 480px) {
	#virtualTour {
		width: 50%;
		right: auto;
		left: 0;
		bottom: 5px;
	}
	
	.massageTitle .d-sp-none{
		display: none;
	}
}
/********************************

	staff

********************************/
/*staffMenuBtn*/
.staffMenuBtn{
	padding-top: 100px;
	margin-top: -100px;
	margin-bottom: 30px;
}
.staffMenuBtn ul{
	width: 100%;
	max-width: 680px;
	display: flex;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	border: 2px solid #1976d2;
}
.staffMenuBtn ul li{
	display: inline-block;
	width: 50%;
	font-weight: 600;
}
.staffMenuBtn ul li a{
	text-decoration: none;
	width: 100%;
	display: block;
	color: #1976d2;
	padding: 6px;
}
.staffMenuBtn ul li a:nth-of-type(1){
	border-radius: 5px 0 0 5px;
}
.staffMenuBtn ul li a:nth-of-type(2){
	border-radius: 0 5px 5px 0;
}
.staffMenuBtn ul li.active{
	background: #1976d2;
	border: 1px solid #1976d2;
	pointer-events: none;
}
.staffMenuBtn ul li.active a{
	color: #fff;
}
.staffMenuBtn ul li:hover{
	background: #eee;
}
/*staffLocation*/
.staffLocation{
	position: relative;
}
.staffLocation .locationImg{
	background: url("../images/staff/staff_location.svg") no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	width: 700px;
	height: 700px;
}
.staffLocation .locationTxt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.staffLocation .locationTxt&gt;div{
	position: absolute;
}
.staffLocation .locationTxt .lcFukuoka{
	top: 60px;
}
.staffLocation .locationTxt .lcOsaka{
	top: 290px;
	left: 250px;
}
.staffLocation .locationTxt .lcKanagawa{
	top: 225px;
	left: 395px;
}
.staffLocation .locationTxt .lcIbaraki{
	top: 260px;
	right: 85px;
}
.staffLocation .locationTxt .lcChiba{
	top: 370px;
	right: 0;
}
.staffLocation .locationTxt .lcFukuoka,
.staffLocation .locationTxt .lcChiba{
	border: 3px solid #1976d2;
	padding: 10px;
}
.staffLocation .locationTxt&gt;div:after{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}
.staffLocation .locationTxt .lcFukuoka:after{
	background-image: url("../images/staff/staff_arrow_fukuoka.png");
	width: 120px;
	height: 160px;
	top: 100%;
	left: 55%;
}
.staffLocation .locationTxt .lcOsaka:after{
	background-image: url("../images/staff/staff_arrow_osaka.png");
	width: 100px;
	height: 160px;
	top: 100%;
	left: 60%;
}
.staffLocation .locationTxt .lcKanagawa:after{
	background-image: url("../images/staff/staff_arrow_kanagawa.png");
	width: 100px;
	height: 210px;
	top: 100%;
	left: 50%;
}
.staffLocation .locationTxt .lcIbaraki:after{
	background-image: url("../images/staff/staff_arrow_ibaraki.png");
	width: 160px;
	height: 190px;
	top: 70%;
	right: 100%;
}
.staffLocation .locationTxt .lcChiba:after{
	background-image: url("../images/staff/staff_arrow_chiba.png");
	width: 235px;
	height: 25px;
	top: 83%;
	right: 101%;
}
.staffLocation .locationTxt .lcListTitle{
	position: absolute;
	width: 70%;
	top: -10px;
	right: 50%;
	transform: translateX(50%);
	background: #fff;
	display: inline-block;
	color: #1976d2;
	font-weight: 600;
	text-align: center;
}
.staffLocation .locationTxt .lcListTitle.d-sp-block{
	display: none;
}
.staffLocation .locationTxt ul{
}
.staffLocation .locationTxt ul li div{
	font-size: 80%;
	color: #1976d2;
	font-weight: 600;
}
.staffLocation .locationTxt ul li button{
	position: relative;
	background: #1976d2;
	color: #fff;
	border: 0;
	font-weight: 600;
	width: 100%;
	min-width: 150px;
	padding: 6px 20px 6px 6px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 0.95em;
}
.staffLocation .locationTxt ul li button:hover,
.staffLocation .locationTxt ul li.active button{
	background: #d5000c;
}
.staffLocation .locationTxt ul li button:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
}
.staffLocation .locationTxt ul li button span{
	font-size: 94%;
	margin-left: 1px;
	font-weight: 400;
}
.staffLocation .locationTxt ul li.disabled button{
	pointer-events: none;
	padding: 6px 15px;
	background: #d2d2d2;
	border: 2px solid #d2d2d2;
	color: #666;
}
.staffLocation .locationTxt ul li.disabled button:after{
	content: none;
}

.staffLocation .c-modal_staff {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.staffLocation .c-modal_staff.is-show {
	opacity: 1;
	visibility: visible;
}
.staffLocation .c-modal_staff_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #fff;
	padding: 60px 30px 30px;
	border-radius: 5px;
	z-index: 9999;
	width: 1050px;
	margin: 0 auto;
}
.staffLocation .c-modal_staff .c-modal_staff_body{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-height: 420px;
	overflow-y: scroll;
}
.staffLocation .c-modal_staff .c-modal_staff_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
}
.staffLocation .c-modal_staff .c-modal_staff_closeBtn{
	position: absolute;
	top: -30px;
	right: -30px;
	border: 0;
	background: none;
	text-align: right;
	cursor: pointer;
	padding: 5px 6px;
	font-size: 1.8em;
	z-index: 2;
	color: #fff;
}
.staffLocation .c-modal_staff .c-modal_staff_closeBtn:hover{
	color: #a7a7a7;
}
.staffLocation .c-modal_staff .c-modal_staff_title{
	position: absolute;
	left: 30px;
	top: 30px;
	font-weight: 600;
	color: #1976d2;
}
.staffLocation .c-modal_staff .memberItem {
	position: relative;
	opacity: 0;
	background: #eee;
	margin-bottom: 15px;
}
.staffLocation .c-modal_staff .memberItem.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
	opacity: 0;
	transform: translateY(100px);
  }

  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.staffLocation .c-modal_staff .memberItem a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.staffLocation .c-modal_staff .memberItem .memberItemImg{
	position: relative;
	max-width: 200px;
}
.staffLocation .c-modal_staff .memberItem .memberItemImg:before,
.staffLocation .c-modal_staff .memberItem .memberItemImg:after{
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
}
.staffLocation .c-modal_staff .memberItem .memberItemImg:before{
	content: "";
	background: #1976d2;
	bottom: 7px;
}
.staffLocation .c-modal_staff .memberItem .memberItemImg:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #fff;
	bottom: 7px;
	line-height: 40px;
	transition: .3s;
	text-align: center;
}
.staffLocation .c-modal_staff .memberItem:hover .memberItemImg:before{
	background: #d5000c;
}
.staffLocation .c-modal_staff .memberItem:hover .memberItemImg:after{
	transform: translateX(3px);
}
.staffLocation .c-modal_staff .memberItem .memberItemImg img{
	max-width: 100%;
}
.staffLocation .c-modal_staff .memberItem .memberItemTxt{
	font-size: 80%;
	line-height: 1.5;
	padding: 5px 10px 10px;
	height: 95px;
}
.staffLocation .c-modal_staff .memberItem .memberItemTxt div:first-of-type{
	position: relative;
	margin-bottom: 16px;
}
.staffLocation .c-modal_staff .memberItem .memberItemTxt div:first-of-type:after{
	position: absolute;
	content: "";
	bottom: -8px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #1976d2;
}
.staffLocation .c-modal_staff .memberItem .memberItemTxt span{
	color: #888;
}
.staffLocation .c-modal_staff .memberItem .memberItemTxt br.d-pc-none{
	display: none;
}

#staffSearchBox{
	padding: 40px 40px 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	background-color: #f2f2f2;
}
#staffSearchBox .staffSearchBoxList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
#staffSearchBox .staffSearchBoxList .staffSearchBoxListTitle{
	width: 140px;
	color: #111;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-weight: 700;
}
#staffSearchBox .staffSearchBoxList .staffSearchBoxListTitle a.questionBtn{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	border-radius: 50%;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	color: #666;
	margin-left: 3px;
}
#staffSearchBox .staffSearchBoxList .staffSearchBoxListTitle a.questionBtn:hover{
	color: #fff;
	background: #666;
}
#staffSearchBox .staffSearchBoxList .staffSearchBoxListContent{
	width: calc(100% - 140px);
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check{
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check.d-none{
	display: none;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check input{
	display: none;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check label{
	cursor: pointer;
	border: #111 1px solid;
	padding: 3px 15px;
	transition-property: all;
	transition: 0.2s ease;
	display: inline;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check label:hover{
	color: #FFF;
	background-color: #666;
	border-color: #666;
}

#staffSearchBox .staffSearchBoxList .bl_selectBlock_check input[type=checkbox]:checked + label{
	color: #FFF;
	background-color: #d5000c;
	border-color: #d5000c;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check.t-process input[type=checkbox]:checked + label{
	background-color: #ef5350;
	border-color: #ef5350;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check.t-product input[type=checkbox]:checked + label{
	background-color: #03A9F4;
	border-color: #03A9F4;
}
#staffSearchBox .staffSearchBoxList .bl_selectBlock_check.t-engineering input[type=checkbox]:checked + label{
	background-color: #4CAF50;
	border-color: #4CAF50;
}
#staffSearchBox .bl_selectBlock_release{
	text-align: center;
	color: #999;
	padding: 3px 0;
	width: 100%;
	max-width: 120px;
	display: inline-block;
	letter-spacing: 0.05em;
	transition-property: all;
	transition: 0.2s ease;
	font-size: 12px;
	border: #999 1px solid;
	border-radius: 40px;
	cursor: pointer;
}
#staffSearchBox .bl_selectBlock_release:hover{
	background-color: #d5000c;
	border-color: #d5000c;
	color: #FFF;
}


/*staffVoiceGuide*/
.staffVoiceGuide{
	width: 100%;
	display: block;
	height: auto;
	box-sizing: border-box;
	position: relative;
	padding-right: 10px;
	padding-bottom: 20px;
}
.staffVoiceGuide ul{
	width: auto;
	display: block;
	height: auto;
	box-sizing: border-box;
	position: relative;
	float: right;
}
.staffVoiceGuide ul li{
	width: auto;
	display: block;
	height: auto;
	box-sizing: border-box;
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-left: 15px;
}
.staffVoiceGuide ul li span{
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 5px;
}
.staffVoiceGuide ul li span.dotProcess{
	background-color: #ef5350;
}
.staffVoiceGuide ul li span.dotProduct{
	background-color: #03A9F4;
}
.staffVoiceGuide ul li span.dotEngineering{
	background-color: #4CAF50;
}


/*staffVoiceList*/
.staffVoiceList{
	display: flex;
	flex-wrap: wrap;
}
.staffVoiceList .staffBox {
	width: 23%;
	margin: 0 1% 2%;
	background: #eee;
	position: relative;
}
.staffVoiceList .staffBox a{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.staffVoiceList .staffBox .staffImg{
	overflow: hidden;
	position: relative;
}
.staffVoiceList .staffBox .staffImg img{
	width: 100%;
	height: auto;
}
.staffVoiceList .staffBox .staffImg .businessDot{
	width: 100%;
	display: block;
	height: auto;
	box-sizing: border-box;
	position: absolute;
	text-align: right;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}
.staffVoiceList .staffBox .staffImg .businessDot span{
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #eee;
}
.staffVoiceList .staffBox .staffImg .businessDot span.dotProcess{
	background-color: #ef5350;
}
.staffVoiceList .staffBox .staffImg .businessDot span.dotProduct{
	background-color: #03A9F4;
}
.staffVoiceList .staffBox .staffImg .businessDot span.dotEngineering{
	background-color: #4CAF50;
}
.staffVoiceList .staffBox .staffTxt{
	position: relative;
	height: 120px;
	padding: 15px;
}
.staffVoiceList .staffBox .staffTxt:before,
.staffVoiceList .staffBox .staffTxt:after{
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
}
.staffVoiceList .staffBox .staffTxt:before{
	content: "";
	background: #1976d2;
	bottom: 0;
}
.staffVoiceList .staffBox .staffTxt:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #fff;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 40px;
	transition: .3s;
}
.staffVoiceList .staffBox:hover .staffTxt:before{
	background: #d5000c;
}
.staffVoiceList .staffBox:hover .staffTxt:after{
	transform: translateX(3px);
}
.staffVoiceList .staffBox .staffTxt div:first-of-type{
	position: relative;
	margin-bottom: 24px;
}
.staffVoiceList .staffBox .staffTxt div:first-of-type:after{
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #1976d2;
}
.staffVoiceList .staffBox .staffTxt .text12{
	line-height: 1.2em;
	color: #666;
}
.staffVoiceList .staffBox .staffTxt .text14{
	line-height: 1.3;
	margin-bottom: 3px;
}
.js_target{
	display: none;
	opacity: 0;
}
.js_target.js_selected{
	display: block;
	opacity: 1;
	animation-duration: 1.5s;
	animation-name: fade-in;
	-moz-animation-duration: 1.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
		0% {
	display: none;
	opacity: 0;
		}

		1% {
	display: block;
	opacity: 0;
		}

		100% {
	display: block;
	opacity: 1;
		}
	}

	@-moz-keyframes fade-in {
		0% {
	display: none;
	opacity: 0;
		}

		1% {
	display: block;
	opacity: 0;
		}

		100% {
	display: block;
	opacity: 1;
		}
	}

	@-webkit-keyframes fade-in {
		0% {
	display: none;
	opacity: 0;
		}

		1% {
	display: block;
	opacity: 0;
		}

		100% {
	display: block;
	opacity: 1;
		}
	}


/*moreInfoBtn*/
.moreInfoBtn{
	position: relative;
	border: none;
	width: 100%;
	text-align: left;
	margin-top: 3px;
	padding: 10px;
	border-radius: 5px;
	font-weight: 600;
	color: #666;
	box-shadow: 4px 4px 0 #ddd;
	cursor: pointer;
	transition: .3s;
}
.moreInfoBtn:after{
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	transition: .3s;
}
.moreInfoText{
	display: none!important;
}
.box-open .moreInfoBtn,
.moreInfoBtn:hover{
	box-shadow: none;
}
.box-open .moreInfoBtn:after{
	transform: rotate(45deg);
}
.box-open .moreInfoText{
	display: block!important;
	margin-top: 5px;
}
#courseChange{
	padding-top: 130px;
	margin-top: -100px;
}
span.badge-gray{
	background: #eee;
	padding: 0 5px;
	border-radius: 3px;
	color: #4f4f4f;
	line-height: 1.4;
	display: inline-block;
	margin-right: 5px;
}
@media screen and (max-width: 1199px) {
	.staffLocation .c-modal_staff_inner{
		width: 840px;
	}
	
	
}
@media screen and (max-width: 991px) {
	.staffLocation .c-modal_staff_inner{
		width: 680px;
	}
	.staffLocation .c-modal_staff .memberItem .memberItemImg{
		max-width: 160px;
	}
	
	.staffMenuBtn ul {
		max-width: 100%;
	}
	.staffLocation .locationImg{
		width: 500px;
		height: 500px;
		background: url("../images/staff/staff_location_sp.svg") no-repeat;
	}
	.staffLocation .locationTxt{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.staffLocation .locationTxt .lcFukuoka,
	.staffLocation .locationTxt .lcChiba{
		border: none;
		padding: 0;
	}
	.staffLocation .locationTxt&gt;div{
		position: relative;
		margin-bottom: 20px;
		border-top: 1px solid #ddd!important;
		padding-top: 15px!important;
	}
	.staffLocation .locationTxt&gt;div:after{
		content: none;
	}
	.staffLocation .locationTxt .lcListTitle{
		position: relative;
		transform: none;
		text-align: left;
		width: 100%;
		top: auto;
		right: auto;
	}
	.staffLocation .locationTxt .lcListTitle.d-sp-block{
		display: block;
	}
	.staffLocation .locationTxt ul li div span{
		display: none;
	}
	.staffLocation .locationTxt .lcFukuoka,
	.staffLocation .locationTxt .lcOsaka,
	.staffLocation .locationTxt .lcKanagawa,
	.staffLocation .locationTxt .lcIbaraki,
	.staffLocation .locationTxt .lcChiba{
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
	}
	.staffLocation .locationTxt .lcChiba{
		order: 0;
		border-top: none!important;
	}
	.staffLocation .locationTxt .lcFukuoka{
		order: 5;
	}
	.staffLocation .locationTxt .lcOsaka{
		order: 4;
	}
	.staffLocation .locationTxt .lcKanagawa{
		order: 3;
	}
	.staffLocation .locationTxt .lcIbaraki{
		order: 2;
	}
	.staffLocation .c-modal_staff .memberItem .memberItemTxt br.d-pc-none{
		display: inline;
	}
	
	
}


@media screen and (max-width: 767px) {
	
	.staffLocation .locationImg{
		width: 300px;
		height: 300px;
	}
	.staffLocation .c-modal_staff{
		z-index: 10002;
	}
	.staffLocation .c-modal_staff_inner{
		width: 80%;
		padding: 30px 10px;
	}
	.staffLocation .c-modal_staff_inner:after{
		position: absolute;
		right: 20px;
		bottom: 0;
		content: "↓ 下にスクロールできます";
		font-size: 0.6rem;
		color: #666;
	}
	.staffLocation .c-modal_staff .c-modal_staff_title{
		top: 5px;
		left: 15px;
	}
	.staffLocation .c-modal_staff .memberItem{
		margin-bottom: 5px;
	}
	.staffLocation .c-modal_staff .memberItem{
		opacity: 1;
	}
	.staffLocation .c-modal_staff .memberItem.fadeUp{
		opacity: 1;
		animation: none;
	}
	.staffLocation .c-modal_staff .memberItem .memberItemImg{
		max-width: 130px;
	}
	.staffLocation .c-modal_staff .memberItem .memberItemTxt{
		max-width: 130px;
		box-sizing: border-box;
		word-break: break-all;
		padding: 0 5px 5px;
		font-size: 75%;
	}
	.d-sp-none{
		display: none!important;
	}
	.staffLocation .c-modal_staff .c-modal_staff_closeBtn{
		top: -40px;
		right: -20px;
	}
	
}



/*******************************

about (.p-about)

********************************/
.content-row{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
}
.content-row__right,
.content-row__left{
	width: calc(50% - 15px);
}
.gap15.content-row{
	gap: 15px;
}
.gap15 .content-row__right,
.gap15 .content-row__left{
	width: calc(50% - 8px);
}
.content-row img{
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.p-about h3{
	color: #0d47a1;
	margin-bottom: 15px;
}
/*******************************
appeal-blog
********************************/
.appeal-blog__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}
.appeal-blog__item{
	width: calc(50% - 10px);
	border: 1px solid #ddd;
	border-radius: 5px;
}
.appeal-blog__link{
	text-decoration: none;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.appeal-blog__link:hover{
	opacity: .75;
}
.appeal-blog__image{
	width: calc(40% - 10px);
	margin-right: 10px;
	border-radius: 3px;
}
.appeal-blog__info{
	width: 60%;
}
.appeal-blog__title{
	color: #222;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 6px;
}
.appeal-blog__days{
	font-size: 0.8rem;
	color: #858585;
	line-height: 1.2;
}



/*教えて！三島光産のスゴイところ*/
.border-box{
	position: relative;
	border: 1px solid #ddd;
	padding: 10px 15px 10px 40px;
	width: calc(100% - 56px)!important;
}
.border-box:before{
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	color: #a9a9a9;
	position: absolute;
	font-weight: 900;
	left: 15px;
}
.border-box__title{
	color: #6f6f6f;
	font-weight: 500;
}
.mTW2line{
	margin-top: 30px !important;
}


/*******************************
about-interview
********************************/
.about-interview{
	transition: max-height 1s;
	background: #fffded;
}
.about-interview__inner{
	position: relative;
	overflow: hidden;
	transition: max-height 1s;
	padding: 30px;
	max-height: 110px;
	margin-bottom: 0;
}
.about-interview:has(:checked) .about-interview__inner {
	max-height: 160vh;
}
.about-interview__inner:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
	content: '';
}
.about-interview:has(:checked) .about-interview__inner:after {
	content: none;
}
.about-interview__label {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 0 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #4f96f6;
	z-index: 1;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.about-interview__label:hover {
	color: #c7511f;
	text-decoration: underline;
	cursor: pointer;
}
.about-interview:has(:checked) .about-interview__label {
	display: none;
}
.about-interview__label::after {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-color: #b6bdc3;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
.about-interview input {
	display: none;
}
.about-interview h3{
	color: #ab6231;
	margin-bottom: 15px;
}
.about-interview__profile{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 10px;
}
.about-interview__image{
	width: 100px;
}
.about-interview__image img{
	max-width: 100%;
	border-radius: 50%;
}
.about-interview__qa{
	
}
.about-interview__qa:nth-of-type(n+2){
	margin-top: 15px;
}
.about-interview__qa--question{
	position: relative;
	color: #ab6231;
	display: flex;
	align-items: center;
	font-size: 1.05rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.about-interview__qa--question:before{
	content: "Q";
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	background: #ab6231;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	line-height: 30px;
	font-weight: 600;
	font-size: 1.05rem;
}
.about-interview__info p{
	margin-top: 3px;
}
.about-interview__info--job,
.about-interview__info--qual{
	font-size: 0.9rem;
}
.about-interview__info span{
	display: inline-block;
	background: #e6e0c7;
	color: #655027;
	border-radius: 4px;
	padding: 0 7px;
	line-height: 1.3;
	font-size: 0.9rem;
	margin-right: 5px;
}

/*******************************
pageToc
********************************/
.pageToc{
	position: relative;
	max-width: 1080px;
	width: 100%;
	margin: 45px auto 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #f8f8f8;
	border: 1px solid #ddd;
	counter-reset: titlenum;
}

.pageTocTitle{
	display: inline-block;
	color: #6a6a6a;
	width: 100px;
	padding: 0 15px 0 20px;
	font-weight: 600;
}
.pageTocList{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(100% - 140px);
	margin: 0;
	padding: 5px 0;
}
.pageTocItem{
	position: relative;
	padding: 5px 10px;
}
.pageTocItem:before{
	counter-increment: titlenum;
	content: counter(titlenum) ".";
	color: #0d47a1;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.1rem;
	margin-right: 5px;
}
.pageTocLink{
	color: #0d47a1;
}
.pageTocLink:hover{
	text-decoration: none;
}

/*******************************
.popup-image
********************************/

.popup-image__container {
	position: relative;
}

.popup-image__thumbnail {
	width: 200px;
	height: auto;
	cursor: pointer;
	border: 1px solid #ddd;
}

.popup-image {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.popup-image:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	color: #fff;
	position: absolute;
	font-weight: 900;
	top: 110px;
	right: 6%;
	font-size: 2.1rem;
}
.popup-image__image {
	display: block;
	background: #fff;
	position: absolute;
	top: 53%;
	right: 50%;
	transform: translate(50%, -50%);
	max-width: 80% !important;
	max-height: 80% !important;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}


</pre></body></html>