@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndexTop */
.secIndexTop .titIndexTop{
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 9px;
	padding: 50px 0 36px;
	position: relative;
}
.secIndexTop .titIndexTop:after{
	content: "";
	display: block;
	background: #70B438;
	width: 50px;
	height: 6px;
	position: absolute;
	left: calc(50% - 32px);
	bottom: 0;
}
@media only screen and (max-width:767px){
	.secIndexTop .titIndexTop{
		font-size: 18px;
		letter-spacing: 0.5px;
		padding: 25px 0 18px;
	}
	.secIndexTop .titIndexTop:after{
		width: 30px;
		height: 4px;
		left: calc(50% - 15px);
	}
}

/* secMap */
.secMap{
	height: 540px;
	background: url(../img/company/bgMap.jpg) center top no-repeat;
	border-top: 1px solid #CECEC4;
	border-bottom: 1px solid #CECEC4;
}
.secMap .wrapper{
	width: 1000px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}
.secMap .boxIco li{
	position: absolute;
}
.secMap .boxIco li.item01{
	left: 406px;
	top: 75px;
}
.secMap .boxIco li.item02{
	left: 459px;
	top: 89px;
}
.secMap .boxIco li.item03{
	left: 439px;
	top: 43px;
}
.secMap .boxIco li.item04{
	left: 351px;
	top: 137px;
}
.secMap .boxIco li.item05{
	left: 335px;
	top: 199px;
}
.secMap .boxIco li.item06{
	left: 271px;
	top: 289px;
}
.secMap .boxIco li.item07{
	left: 202px;
	top: 449px;
}
/* ▼250924 */
.secMap .boxIco li.item08{
	/* left: 812px;
	top: 30px; */
	left: 920px;
	top: 75px;
}
.secMap .boxIco li.item09{
	left: 812px;
	top: 30px;
}
.secMap .boxIco li.item10{
	left: 611px;
	top: 39px;
}
/* .secMap .boxIco li.item10{
	left: 567px;
	top: 135px;
}
.secMap .boxIco li.item11{
	left: 607px;
	top: 133px;
} */
.secMap .boxIco li.item11{
	left: 567px;
	top: 135px;
}
.secMap .boxIco li.item12{
	left: 651px;
	top: 138px;
}
.secMap .boxIco li.item13{
	left: 541px;
	top: 162px;
}
.secMap .boxIco li.item14{
	left: 545px;
	top: 245px;
}
.secMap .boxIco li.item15{
	left: 594px;
	top: 332px;
}
.secMap .boxIco li.item16{
    left: 290px;
    top: 465px;
}
.secMap .boxIco li input{
	display: none;
}
.secMap .boxIco li img{
	cursor: pointer;
	width: 26px;
	height: 35px;
	padding: 7.5px 5.5px;
	box-sizing: content-box;
}
.secMap .boxIco li img.hover{
	width: 37px;
	height: 50px;
	padding: 0;
}
.secMap .boxWindow li{
	display: none;
	width: 240px;
	background: #FFF;
	border: 1px solid #CCC;
	position: absolute;
	padding: 0 14px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
.secMap .boxWindow li.item01{
	left: 311px; /* boxIcoのleft-95 */
	top: 125px;
}
.secMap .boxWindow li.item02{
	left: 364px;
	top: 140px;
}
.secMap .boxWindow li.item03{
	left: 344px;
	top: 93px;
}
.secMap .boxWindow li.item04{
	left: 256px;
	top: 187px;
}
.secMap .boxWindow li.item05{
	left: 240px;
	top: 250px;
}
.secMap .boxWindow li.item06{
	left: 176px;
	top: 340px;
}
.secMap .boxWindow li.item07{
	left: 107px;
	top: 500px;
}
.secMap .boxWindow li.item08{
	/* left: 713px;
	top: 76px; */
	left: 800px;
    top: 130px;
}
.secMap .boxWindow li.item09{
	left: 713px;
	top: 76px;
}
.secMap .boxWindow li.item10{
	left: 516px;
	top: 90px;
}
.secMap .boxWindow li.item11{
	left: 472px;
	top: 185px;
}
/* .secMap .boxWindow li.item11{
	left: 512px;
	top: 183px;
} */
.secMap .boxWindow li.item12{
	left: 556px;
	top: 190px;
}
.secMap .boxWindow li.item13{
	left: 446px;
	top: 213px;
}
.secMap .boxWindow li.item14{
	left: 446px;
	top: 295px;
}
.secMap .boxWindow li.item15{
	left: 499px;
	top: 383px;
}
.secMap .boxWindow li.item16{
    left: 185px;
    top: 515px;
}
.secMap .boxWindow li .btnClose{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 5px 8px;
}
.secMap .boxWindow li .tit{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.secMap .boxWindow li .txt{
	margin-top: 1px;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
.secMap .boxWindow li .boxBtn{
	margin: 8px 0 12px;
}
.secMap .boxWindow li .boxBtn a:first-child{
	margin-right: 3px;
}

/* secIndexList */
.secIndexList .titIndexList{
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 6px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}
.secIndexList.tsukuba .titIndexList{
	background: repeating-linear-gradient(-45deg, #EB6652, #EB6652 24.8px, #FFA399 24.8px, #FFA399 49.6px);
	background-color: #EB6652;
}
.secIndexList.joban .titIndexList{
	background: repeating-linear-gradient(-45deg, #1177C7, #1177C7 24.8px, #96BBE9 24.8px, #96BBE9 49.6px);
	background-color: #1177C7;
}
.secIndexList .wrapper{
	background: #FBFAF9;
	padding: 50px 0 20px;
}
.secIndexList.joban .wrapper{
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.secIndexList .boxList{
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.secIndexList .boxList li{
	display: inline-block;
	width: 300px;
	margin: 0 50px 50px 0;
}
.secIndexList .boxList li:nth-child(3n){
	margin-right: 0;
}
.secIndexList .boxList li .img{
	width: 300px;
	height: 200px;
	position: relative;
}
.secIndexList.tsukuba .boxList li .img{
	border: 3px solid #EB6652;
}
.secIndexList.joban .boxList li .img{
	border: 3px solid #69C;
}
.secIndexList .boxList li .tit{
	color: #000;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	margin: 13px 0 15px;
	letter-spacing: 2.25px;
}
.secIndexList .boxList li .txt{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	padding: 11px 0 17px;
	letter-spacing: 1.5px;
}
.secIndexList .boxList li .tel a{
	display: block;
	color: #FFF;
	width: 220px;
	height: 50px;
	margin: 15px auto 0;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0 0 50px;
	letter-spacing: 2px;
}
.secIndexList.tsukuba .boxList li .tel a{
	background: url(../img/company/bgTel01.gif) center top / cover no-repeat;
}
.secIndexList.joban .boxList li .tel a{
	background: url(../img/company/bgTel02.gif) center top / cover no-repeat;
}
.secIndexList .boxList li .mail{
	text-align: center;
	line-height: 1.7;
	margin: 11px 0 22px;
	letter-spacing: 0.75px;
	font-size: 12px;
}
.mailBox{
	width: 100%;
	height: 20px;
    margin: 11px 0 22px;
}
.mailBox .imgBox{
    height: 0;
    padding-top: 6.67%;
	position: relative;
}
.mailBox .imgBox img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
dd .mailBox{
    margin: 0;
}
dd .mailBox .imgBox {
    padding-top: 2.846%;
}
dd .mailBox .imgBox img{
    right: auto;
    bottom: auto;
}
.secIndexList .boxList li .mail a{
	padding-bottom: 3px;
	border-bottom: 1px solid #7DB0E2;
}
.secIndexList .boxList li .btn a{
	display: block;
	width: 300px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #FFF;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	box-shadow: 0 -4px #D9D9D9 inset;
	letter-spacing: 3.5px;
}
@media only screen and (max-width:767px){
	.secIndexList.joban{
		margin-bottom: 30px;
	}
	.secIndexList .titIndexList{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secIndexList .wrapper{
		padding: 25px 0 0;
	}
	.secIndexList.joban .wrapper{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.secIndexList .boxList{
		width: 93.75%;
	}
	.secIndexList .boxList li{
		display: block;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.secIndexList .boxList li:nth-child(3n){
		margin: 0 0 25px 0;
	}
	.secIndexList .boxList li:last-child{
		margin: 0;
		padding-bottom: 25px;
	}
	.secIndexList .boxList li .img{
		width: 83.33%;
		height: 0;
		padding-top: 55.67%;
		margin: 0 auto;
	}
	.secIndexList .boxList li .tit{
		font-size: 15px;
		line-height: 1.5;
		margin: 10px 0;
		letter-spacing: 0.5px;
	}
	.secIndexList .boxList li .txt{
		padding: 5px 0 10px;
		letter-spacing: 0.5px;
	}
	.secIndexList .boxList li .tel a{
		width: 180px;
		height: 41px;
		margin: 10px auto 0;
		font-size: 15px;
		padding: 15px 0 0 45px;
	}
	.secIndexList .boxList li .mail{
		line-height: 1.5;
		margin: 10px 0 15px;
		letter-spacing: 0.5px;
	}
	.secIndexList .boxList li .btn a{
		width: 250px;
		height: 45px;
		font-size: 13px;
		line-height: 41px;
		letter-spacing: 0.5px;
		margin: 0 auto;
	}
	.mailBox .imgBox {
		padding-top: 5.636%!important;
	}
	.mailBox{
		height: auto;
	}
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
/* secDetailsTop */
.secDetailsTop{
	background: url(../img/company/bgDetailsTop02.png) center bottom no-repeat, url(../img/company/bgDetailsTop01.gif) left top;
}
.secDetailsTop .wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 73px;
}
.secDetailsTop .boxTit .img{
	width: 366px;
	margin: 0 auto;
}
.secDetailsTop .boxTit .tit{
	color: #FFF;
	font-size: 52px;
	line-height: 78px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 12px;
}
.secDetailsTop .boxTit .txt{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 9px;
	line-height: 1.5;
	letter-spacing: 5px;
}
.secDetailsTop .boxTit .txt .postal{
	margin-right: 21px;
}
.secDetailsTop .boxList{
	margin-top: 41px;
	font-size: 0;
}
.secDetailsTop .boxList li{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	position: relative;
	margin-right: 20px;
}
.secDetailsTop .boxList li:last-child{
	margin-right: 0;
}
.secDetailsTop .boxList li .tit{
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 0;
	width: 56px;
	height: 43px;
	background: url(../img/company/bgDetailsTop03.png) center top no-repeat;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	z-index: 10;
}
.secDetailsTop .boxList li .img{
	width: 320px;
	height: 250px;
	position: relative;
}
.secDetailsTop .boxList li .txt{
	width: 300px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 17px 21px;
	box-shadow: 5px 5px rgba(255, 255, 255, 0.4);
	background: url(../img/company/bgDetailsTop04.gif) left top;
	margin: 22px auto 0;
	position: relative;
	letter-spacing: 0.25px;
}
.secDetailsTop .boxList li .txt:before{
	content: "";
	display: block;
	width: 20px;
	height: 13px;
	background: url(../img/company/bgDetailsTop05.png) center top;
	position: absolute;
	left: calc(50% - 10px);
	top: -13px;
}
@media only screen and (max-width:767px){
	.secDetailsTop{
		background: url(../img/company/bgDetailsTop01.gif) left top;
	}
	.secDetailsTop .wrapper{
		width: 93.75%;
		padding: 25px 0;
	}
	.secDetailsTop .boxTit .img{
		width: 83.33%;
	}
	.secDetailsTop .boxTit .tit{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secDetailsTop .boxTit .txt{
		font-size: 13px;
		margin-top: 5px;
		letter-spacing: 0.5px;
	}
	.secDetailsTop .boxTit .txt .postal{
		margin-right: 0;
	}
	.secDetailsTop .boxTit .txt .address{
		display: block;
	}
	.secDetailsTop .boxList{
		margin-top: 20px;
	}
	.secDetailsTop .boxList li{
		display: block;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.secDetailsTop .boxList li:last-child{
		margin: 0;
	}
	.secDetailsTop .boxList li .tit{
		left: 11.5%;
	}
	.secDetailsTop .boxList li .img{
		width: 83.33%;
		height: 0;
		padding-top: 65%;
		margin: 0 auto;
	}
	.secDetailsTop .boxList li .txt{
		width: 83.33%;
		line-height: 1.5;
		padding: 10px;
		box-shadow: 3px 3px rgba(255, 255, 255, 0.4);
	}
}

/* secDetailsMessage */
.secDetailsMessage{
	background: #F9F8F7;
}
.secDetailsMessage .tit{
	height: 120px;
	line-height: 120px;
	background: #AA6226;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
}
.secDetailsMessage .wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.secDetailsMessage .boxLeft{
	display: table-cell;
	vertical-align: middle;
}
.secDetailsMessage .boxLeft .txt01{
	width: 780px;
	color: #000;
	font-size: 13px;
	line-height: 2.4;
	letter-spacing: 1.25px;
	padding-right: 68px;
}
.secDetailsMessage .boxLeft .txt02{
	text-align: right;
	color: #000;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 20px;
	padding-right: 56px;
}
.secDetailsMessage .boxLeft .txt02 .name{
	font-size: 16px;
	margin-left: 22px;
}
.secDetailsMessage .boxRight{
	display: table-cell;
	width: 220px;
	vertical-align: middle;
}
.secDetailsMessage .boxRight .img{
	position: relative;
	width: 220px;
	height: 260px;
}
@media only screen and (max-width:767px){
	.secDetailsMessage .tit{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secDetailsMessage .wrapper{
		width: 93.75%;
		padding: 15px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
	}
	.secDetailsMessage .boxLeft{
		display: block;
		order: 2;
	}
	.secDetailsMessage .boxLeft .txt01{
		width: 100%;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding-right: 0px;
	}
	.secDetailsMessage .boxLeft .txt02{
		letter-spacing: 0.5px;
		margin-top: 10px;
		padding-right: 0;
	}
	.secDetailsMessage .boxLeft .txt02 .name{
		font-size: 15px;
		margin-left: 10px;
	}
	.secDetailsMessage .boxRight{
		display: block;
		order: 1;
		width: 165px;
		margin: 0 auto 15px;
	}
	.secDetailsMessage .boxRight .img{
		width: 165px;
		height: 195px;
	}
}

/* secDetailsTable */
.secDetailsTable{
	width: 1000px;
	margin: 0 auto;
}
.secDetailsTable .boxTable{
	margin: 50px 0 30px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.secDetailsTable .boxTable dt,
.secDetailsTable .boxTable dd{
	display: table-cell;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	line-height: 2;
	padding: 18px;
	letter-spacing: 0.5px;
}
.secDetailsTable .boxTable dt{
	width: 259px;
	height: 73px;
	background: #F6F6F6;
}
.secDetailsTable .boxTable dd{
	width: 740px;
}
.secDetailsTable .boxTable dd.homepage{
	padding-bottom: 24px;
}
.secDetailsTable .boxTable dd a{
	letter-spacing: 1.5px;
}
.secDetailsTable .boxTable dd .txtNote{
	font-size: 11px;
	margin: 5px 0 3px;
}
.secDetailsTable .btnList a{
	display: block;
	width: 230px;
	height: 70px;
	border-radius: 12px;
	border: 1px solid #395C1D;
	background: #70B438;
	color: #FFF;
	line-height: 62px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin: 70px auto 100px;
	box-shadow: 0 -4px #5F9930 inset;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secDetailsTable{
		width: 100%;
	}
	.secDetailsTable .boxTable{
		margin: 30px 0 20px;
		border-left: none;
	}
	.secDetailsTable .boxTable dt,
	.secDetailsTable .boxTable dd{
		display: block;
		width: 100%;
		border-right: none;
		font-size: 13px;
		line-height: 1.5;
		padding: 10px;
	}
	.secDetailsTable .boxTable dt{
		height: auto;
	}
	.secDetailsTable .boxTable dd.homepage{
		padding-bottom: 10px;
	}
	.secDetailsTable .boxTable dd a{
		letter-spacing: 0.5px;
	}
	.secDetailsTable .boxMap iframe{
		width: 100%;
		height: 240px;
	}
	.secDetailsTable .btnList a{
		height: 50px;
		border-radius: 8px;
		line-height: 44px;
		font-size: 13px;
		margin: 20px auto 30px;
		box-shadow: 0 -4px #5F9930 inset;
		letter-spacing: 0.5px;
	}
}
