@charset "utf-8";
/*================================================
reset
================================================*/
*{
	margin: 0;padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*================================================setting*/
html{scroll-behavior: smooth;}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
}
p{
	color: #171717;
	letter-spacing: 0.04rem;
}
li{list-style:none;}
img{border:none;}
a{text-decoration: none;}
h1{
	font-size:0.8rem;
	font-weight: normal;
}
h2{
	color: #171717;
	font-size: 16px;
	text-align: center;
}
.btn{
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.btnwhite{
	margin: 0 auto;
	height: 70px;
	width:330px;
	line-height: 70px;
	position: relative;
}

.btn a{
    display:inline-block;
    width:330px;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:1px solid #DFD09D;
    color:#1C5D86;
    font-size:21px;
    font-weight:bold;
		-webkit-transition: all .5s;
		transition: all .5s;
}
.btn a:hover{
    background:#1C5D86;
    color:#fff;
		border:none;
}

.kyubo a{width:680px!important;}
.btn ::after{
	content: "";
  position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
  width: 10px;
  height: 10px;
  border-top: 5px solid #dfd09d;
  border-right: 5px solid #dfd09d;
  transform: rotate(45deg);
}

/*================================================かざり用*/
#alacampagne{position: relative;}
.deco{position: relative;}
.deco01,.deco02,.deco03,.deco04,.deco05{position: absolute;}

.deco01{
	top:-3%;left: 1%;}
.deco02{left: 1%;}
.deco03{
	top:-0.1%;
	right: 0.5%;
	z-index: 40;
}
.deco04{
	left: 0.5%;
	z-index: 40;
}
.deco05{
	right: 0.1%;
	z-index: 40;
}

@media (max-width: 1390px) {
	.deco img,.deco01 img{
		max-width: 60%;
	}
	.deco01{
		top:1%;
		left: 1%;
	}
}

/*================================================sectionTitle*/

.sectionTitle{
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.sectionTitle h2{
	font-size: 16px;
	position: relative;
	top:-25px;
}

/*================================================header*/

header{
	background-color: #1c5d86;
	color: #fff;
	height: 80px;
	position: relative;
}
.navigation, .sitename, .menu{display: flex;}
.navigation{
	width: 90%;
	justify-content: space-between;
  align-items: center;
	margin: auto;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.sitename{
	margin: auto 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
h1{margin-left: 15px;}
.menu ul{height: 30px;}
.menu li{
	margin-right: 15px;
	padding-right: 15px;
	border-right: #fff solid 1px;
}
.menu li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.menu li a{color: #fff;}

/*================================================about*/

#about{background-color: #f2f2f2;}

.sliderOuter{
	margin: 0 auto;
	position: relative;
}
.slider img{width: 100%;}

.maincopy{
	position: absolute;
	right: 10%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

@media (max-width: 750px) {
	.maincopy{
		top: 30%;
	}
}

.maincopy .white{
	display: inline-block;
	margin-bottom: 1%;
	background-color: #1c5d86;
	color: #fff;
}
p.white{
	font-size: calc(16px + 3vw);
	letter-spacing: 0.1%;
}

.bodycopyOuter{
	width: 800px;
	padding: 50px 0;
	margin: 0 auto;
}

.bodycopy{
	line-height: 33px;
}

.staffmovie{
	position: relative;
	margin: 100px 0;
	padding-bottom: 20px;
	width:100%;
	padding-top:56.25%;
}

.staffmovie iframe{
position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*================================================alacampagne*/

#alacampagne{
	width: 100%;
	background-color: #efebdf;
	padding: 0 0 20px;
}
article{
	margin: 40px auto 50px;
	width: 1082px;
}
.interPhoto, .interview{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.interPhoto{
	z-index: 0;
	margin-bottom: 30px;
}
.interTitleOuter{
	position: relative;
	background-color: #1c5d86;
	width: 400px;
	height: 250px;
	margin-top: 50px;
	display: flex;
  justify-content: center;
  align-items: center;
	z-index:20;
}

.staff01 .interTitleOuter,
.staff03 .interTitleOuter{
	left: -3%;
}
.staff02 .interTitleOuter{
	right: -3%;
}
.interTitle{
	display:inline-block;
}
.interTitle p{
	margin: auto;
	color: #fff;
	margin-top:25px;
	text-align: right;
}
article h3{
	font-size: 33px;
	color: #fff;
}

.interCopyOuter{
	background-color: #fff;
	position: relative;
	margin-top: 70px;
	width: 600px;
	height: 430px;
	display: flex;
  justify-content: center;
  align-items: center;
	z-index:20;
}

.staff01 .interCopyOuter,
.staff03 .interCopyOuter{
	right: -3%;
}
.staff02 .interCopyOuter{
	left: -3%;
}

.interCopy{
	width: 90%;
	height: 90%;
	margin: auto;
}

.interCopy p{
	font-size: 18px;
	line-height: 30px;
}

/*================================================jobsearch*/

#jobsearch{
	width: 100%;
	background-color: #f2f2f2;
}

.searchOuter{
	margin: 40px auto 0;
	width: 1082px;
}

.searchTitle{
	padding: 40px 0 30px;
}

.area_map {
  position: relative;
}
.area_map_title{
	top:20;
}
.area_title{
	font-size: 21px!important;
	font-weight: bold;
	color: #1C5D86;
}
.area_map div {
  position: absolute;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.area_map div a {
  text-decoration: underline;
  color: #c92c2f;
  opacity: 1;
  transition: 0.2s;
}
.area_map div a:hover {
  opacity: 0.5;
}

/* 北海道・東北 */
.tohoku {top: 250px;left: 758px;}
.hokkaidou {top: 292px;left: 758px;}
.aomori {top: 317px;left: 758px;}
.iwate {top: 317px;left: 806px;}
.miyagi {top: 317px;left: 850px;}
.akita {top: 341px;left: 758px;}
.yamagata {top: 341px;left: 806px;}
.fukushima {top: 341px;left: 850px;}

/* 関東 */
.kanto {top: 399px;left: 872px;}
.tokyo {top: 440px;left: 747px;}
.kanagawa {top: 440px;left: 791px;}
.saitama {top: 440px;left: 852px;}
.tiba {top: 465px;left: 747px;}
.ibaraki {top: 465px;left: 791px;}
.totigi {top: 465px;left: 838px;}
.gunma {top: 465px;left: 882px;}

/* 東海 */
.tokai {top: 512px;left: 547px;}
.aichi {top: 552px;left: 547px;}
.gifu {top: 552px;left: 597px;}
.mie {top: 552px;left: 646px;}
.shizuoka {top: 552px;left: 696px;}

/* 甲信越・北陸 */
.koushinetsu {top: 150px;left: 413px;}
.yamanashi {top: 196px;left: 413px;}
.nagano {top: 196px;left: 459px;}
.niigata {top: 196px;left: 507px;}
.toyama {top: 220px;left: 459px;}
.isikawa {top: 220px;left: 413px;}
.fukui {top: 220px;left: 507px;}

/* 関西 */
.kansai {top: 284px;left: 343px;}
.osaka {top: 328px;left: 343px;}
.hyougo {top: 328px;left: 390px;}
.kyouto {top: 353px;left: 343px;}
.siga {top: 353px;left: 390px;}
.nara {top: 378px;left: 343px;}
.wakayama {top: 378px;left: 390px;}

/* 中国・四国 */
.shikooku {top: 576px;left: 398px;}
.okayama {top: 618px;left: 399px;}
.hitoshima {top: 618px;left: 446px;}
.tottori {top: 618px;left: 494px;}
.shimane {top: 643px;left: 399px;}
.yamaguchi {top: 643px;left: 446px;}
.kagawa {top: 643px;left: 494px;}
.tokushima {top: 670px;left: 399px;}
.ehime {top: 670px;left: 446px;}
.kouchi {top: 670px;left: 494px;}

/* 九州・沖縄 */
.kyushu {top: 394px;left: 165px;}
.fukuoka {top: 442px;left: 165px;}
.saga {top: 442px;left: 215px;}
.nagasaki {top: 442px;left: 261px;}
.kumamoto {top: 468px;left: 165px;}
.ooita {top: 468px;left: 215px;}
.miyazaki {top: 468px;left: 261px;}
.kagoshima {top: 494px;left: 165px;}
.okinawa {top: 494px;left: 225px;}


.search ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.search ul:last-child{margin-bottom: 0;}
.search ul li{margin-bottom: 30px;}

.box{
	width: 790px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

nput[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.area-control-style {
  width:680px!important;
	height: 70px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dfd09d;
	font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.1px;
	vertical-align: middle;
}

.formBtn-control-style{
  vertical-align: middle;
  color: #fff;
  background-color: #ffb479;
}

input[type="button"]{
	margin-left: 10px;
  width: 100px;
	height: 70px;
  vertical-align: middle;
  color: #fff;
  background-color: #dfd09d;
  font-family:  'Noto Sans JP', sans-serif;
  border-style: none;
}

/*================================================sisterbrand*/

#sisterbrand{
	width: 100%;
}

.sisterOuter{
	margin: 40px auto 50px;
	width: 1082px;
	text-align: center;
}

.sisterbtn{
	margin: 30px auto;
	height: 70px;
	width:680px!important;
	line-height: 70px;
	position: relative;
}
.sisterbtn a{
	width: 100%;
  display:inline-block;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
	border:1px solid #DFD09D;
  color:#1C5D86;
  font-size:21px;
  font-weight:bold;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sisterbtn a:hover{
    background:#1C5D86;
    color:#fff;
		border:none;
}
.sisterbtn ::after{
	content: "";
  position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
  width: 10px;
  height: 10px;
  border-top: 5px solid #dfd09d;
  border-right: 5px solid #dfd09d;
  transform: rotate(45deg);
}

/*================================================footer*/

footer{
	width: 100%;
	background-color: #1c5d86;
	color: #fff;
	position: relative;
	text-align: center;
}

.footercont{
	width: 1072px;
	margin: 0 auto;
	padding: 40px 0 10px;
	text-align: center;
}

.footercont ul{
	display: flex;
	margin: 30px auto;
	width: 180px;
}

.footercont ul li{margin-right: 10px;}
.footercont ul li:last-child{margin-left: 0;}

.footercont i{
	width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  line-height: 40px;
  text-align: center;
}

.footercont i:before {
	padding 0;
	line-height: 40px;
}

.footercont ul li a{
	color: #1c5d86;
	display: block;
	margin: 0 5px 5px 0;
  padding: 0;
}

address{
	font-size: 14px;
}
