@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	font-size:16px;
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	min-width: 1260px;
}
:root{
	--header: 80px;
	scroll-padding: var(--header);
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6,strong{
  font-weight: 800;
  font-style: normal;
}

img{
	max-width: 100%;
}
.topimagebox{
	position: relative;
}
.topimage{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.topimage .slick-slide{
	width: 1240px;
}
.slider{
	width: 3720px;
	position: absolute;
	top:0;
	left:calc(-1240px + 50% - 620px);
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
/*クローン*/
.hedmenu-clone{
	position: absolute;
	z-index: 999999;
	top:-100px;
	left: 0;
	width: 100%;
	transition: 1s;
	background-color: rgba(48, 131, 150, 0.8);
}
.hedmenu-clone.visible{
	position: fixed;
	top:0px;
	left: 0;
	width: 100%;
}
header{
	position: absolute;
	z-index: 999999;
	top:0;
	left: 0;
	width: 100%;
	background-color: #308396;
}
header.top{
	background-color: transparent;
}
.header{
	width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header a{
	text-decoration: none;
	color: #FFF;
}
.header .logo{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 18px;
	line-height: 1;
	font-size: 24px;
}
.header .navi{
	text-align: right;
}
.header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	width: 800px;
	display: flex;
	justify-content: flex-end;
}
.header li{
	position: relative;
}

.header li a{
	padding: 0 30px;
	display: block;
	height: 40px;
	padding-top: 20px;
	line-height: 1;
	transition: 0.5s;
}
.navi li:hover a{
	color: #fff700;
}

.navi li:hover::after{
	content: "▲";
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom:1em;
	line-height: 0;
	left: 0;
	z-index: 9999999;
}
.navi li .menulist{
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:50px;
	width: 260px;
	text-align: left;
	padding: 0 10px;
	opacity: 0;
	transition: 0.5s;
	z-index: 999999;
}
.navi li .menulist div{
	border-bottom: solid 1px #308396;
	margin: 0;
	padding: 0;
}
.navi li .menulist div:last-child{
	border-bottom: 0;
}
.navi li .menulist a{
	display: block;
	color: #000;
	padding: 15px 10px;
	line-height: 1;
	margin: 0;
	height: auto;
	position: relative;
}
.navi li .menulist a::after{
	content: ">";
	position: absolute;
	top:0;
	right:10px;
	padding: 15px 0;
	transform: scaleX(0.5);
	transition: 0.5s;
}
.navi li .menulist a:hover::after{
	right:0px;
}


.navi li.contactbutton a{
	background-color: #D02D27;
	transition: 0.5s;
}
.navi li.contactbutton a:hover{
	background-color: #ff4b45;
}
.navi li.contactbutton:hover::after{
	content: "";
}

.navi li:hover .menulist{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	height: auto;
	opacity: 1;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.staff{
	position: absolute;
	bottom:-20px;
	left:0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.staff > div{
	width: 1100px;
	margin: 0 auto;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.staff img{
	width: 100px;
	margin-top: 40px;
}
.staff p{
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	text-align: center;
}
.staff p:after{
	content: "";
	display: block;
	background-image: url("../images/fukidashi.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top:30px;
	right: -16px;
	background-size: contain;
}
/**/
.h2{
	font-size: 30px;
	color: #308396;
	text-align: center;
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}
.h2 small{
	font-weight: 400;
	font-size: 14px;
	color: #888;
	display: block;
}
section.about{
	margin-top: 50px;
}
.contentbox{
	display: flex;
	margin: 0 0 0 auto;
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.contentbox > div{
	flex: 1;
}
.contentbox .copy > div{
	text-align: left;
	margin: 0;
	margin-left: auto;
	padding: 20px 40px;
	box-sizing: border-box;
	width: 550px;
}
.contentbox .img{
	width: 50%;
}
.contentbox .img img{
	width: 100%;
	border-radius: 20px 0 0 20px;
}
.h3{
	font-size: 20px;
}
.link a{
	display: block;
	width: 300px;
	background-color: #FFCE2B;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 10px;
	background-image: url("../images/next.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: 0.5s;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
.link a:hover{
	background-color: #ffef3a;
	background-position: right 10px center;
}

.about .link a{
	margin: 0 auto;
}

section.businessbox{
	margin-top: 50px;
}
.businessbutton{
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px;
	background-color: #EEE;
}
.businessbutton .buttonbox{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.businessbutton .buttonbox li{
	width: calc(50% - 20px);
	margin: 20px 0;
}
.businessbutton .buttonbox a{
	text-decoration: none;
	display: block;
	color: #308396;
}
.businessbutton .buttonbox a img{
	border: solid 4px #FFF;
	transition: 0.5s;
}
.businessbutton .buttonbox a:hover img{
	border: solid 4px #fff700;
}

.recruitbutton{
	background-color: #308396;
	padding: 40px 0;
	margin-top: 100px;
}
.recruitbutton .buttonbox{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.recruitbutton .interviewitem{
	display: flex;
	width: 600px;
	justify-content: space-between;
}
.recruitbutton .interviewitem a{
	display: block;
	color: #FFF;
	width: calc(33% - 20px);
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}
.recruitbutton .interviewitem a img{
	display: block;
	background-color: #FFF;
	padding: 10px 20px;
	box-sizing: border-box;
	transition: 0.5s;
}
.recruitbutton .interviewitem a:hover img{
	background-color: #fffac0;
}

.buttonbox .copy{
	padding: 0 30px;
	text-align: left;
	color: #FFF;
}
.buttonbox .h2recruitbutton{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	line-height: 1;
	font-size: 30px;
}
footer{
	background-image: url("../images/footer.webp");
	background-size: cover;
	margin: 0;
	padding: 0;
}
.footer{
	background-color: rgba(48, 131, 150, 0.6);
	padding: 20px;
}
.footerbox{
	color: #FFF;
	display: flex;
	justify-content: center;
}

.footerbox > div{
	width: 600px;
	text-align: left;
}
.footer .map{
	width: 600px;
	height: 300px;
}
.footer p{
	margin: 5px 0;
}
.footer .insta{
	width: 40px;
}
.campanyname{
	font-size: 24px;
	margin: 20px 0;
}
.footer p.copyright{
	width: 1200px;
	display: block;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}
#gopagetop{
	position: fixed;
	bottom:20px;
	right:20px;
}
#gopagetop a{
	position: relative;
	display: block;
	height:50px;
	width: 50px;
	border-radius: 50%;
	background-color: rgba(220, 220, 220, 0.8);
	padding-top: 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#gopagetop a::before{
	content: "▲";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top:5px;
	left: 0;
	transition: 0.5s;
}
#gopagetop a:hover::before{
	top:2px;
	color: #D02D27;
}
.ol-sp{
	display: none;
}
#spmenu{
	display: none;
}

/**/
.main{
	margin-top: 150px;
}
.link + .link{
	margin-top: 10px;
}


section.interviewbox{
	margin-top: 50px;
}
.interviewbutton{
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px;
	background-color: #BBE0E8;
}
.interviewbutton .buttonbox{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.interviewbutton .buttonbox li{
	width: calc(33% - 20px);
	margin: 20px 0;
	box-sizing: border-box;
}
.interviewbutton .buttonbox a{
	text-decoration: none;
	display: block;
	color: #000;
	line-height: 1;
	height: 100%;
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
}

.interviewbutton .buttonbox strong,
.interviewbutton .buttonbox span{
	display: block;
	margin-top: 10px;
	text-align: left;
}
.interviewbutton .buttonbox span.img{
	text-align: center;
}
.interviewbutton .buttonbox img{
	width: 120px;
}
.interviewbutton .buttonbox .link{
	background-color: #FFCE2B;
	text-align: center;
	padding: 10px;
	background-image: url("../images/next.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	border-radius: 4px;
	transition: 0.5s;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.interviewbutton .buttonbox a:hover .link{
	background-color: #ffef3a;
	background-position: right 10px center;
}
.gocontact{
	margin: 100px auto;
	width: 340px;
	box-sizing: border-box;
}
.gocontact a{
	display: block;
	background-color: #D02D27;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0;
	background-image: url("../images/next2.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 40px center;
	transition: 0.5s;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.gocontact a:hover{
	background-color: #FF0000;
	background-position: right 30px center;
}
h1.h2{
	margin-bottom: 50px;
}

/**/
.mainwith{
	width: 1000px;
	margin: 0 auto;
}
.intervbox{
	display: flex;
	justify-content: space-between;
	align-items: last baseline;
}
.intervbox > div{
	width: calc(50% - 20px);
}
.intervbox .img{
	text-align: left;
}
.intervbox .img img{
	width: 240px;
	display: block;
	margin: 0 auto;
}
.intervbox .intervh3{
	font-size: 24px;
	margin: 0;
}
.days > div{
	background-color: #EBFCFF;
	color: #308396;
	padding: 0;
	padding-bottom: 10px;
}
.days ul{
	margin: 10px;
	padding: 0;
	list-style: none;
	display: table;
}
.days li{
	display: table-row;
}
.days li div{
	position: relative;
	display: table-cell;
	text-align: left;
	padding: 8px;
	line-height: 1.2;
	vertical-align: top;
}
.days li div:first-child{
	padding-right: 20px;
}
.days li div:first-child::after{
	content: "●";
	border-left: solid 1px #AAA;
	position: absolute;
	right: 0px;
	top:15px;
	font-size: 10px;
	text-indent: -0.5em;
	height: 100%;
}
.days li:last-child div:first-child::after{
	border: 0;
}
.interv{
	text-align: left;
}
.interv .h3{
	color: #308396;
	font-size: 20px;
	margin: 0;
	margin-top: 40px;
}
.goback{
	margin: 100px 0;
}
.days > div h3{
	background-color: #308396;
	color: #fff;
	padding: 5PX;
	font-size: 18px;
}

/**/
.company {
	text-align: left;
}

.maxwidth{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.aisatu{
	text-align: left;
}
.aisatu img{
	float: right;
	width: 250px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aisatu::after{
	content: "";
	display: block;
	clear: both;
}
.company .h3{
	border-bottom: solid 1px #308396;
	padding-bottom: 10px;
	color: #308396;
	margin: 0;
}
.company section{
	margin-bottom: 100px;
}
.company table{
	border-collapse: separate;
	border-spacing: 3px;
	margin-top: 1em;
}
.company table th{
	white-space: nowrap;
	vertical-align: top;
	padding: 5px;
	background-color: #EEE;
	font-weight: normal;
	min-width: 8em;
}
.company table td{
	vertical-align: top;
	padding: 5px;
}

/**/
.company h4{
	font-size: 18px;
	border-left: solid 1em #308396;
	line-height: 1;
	margin: 0;
	margin-top: 1em;
	padding-left: 0.5em;
	font-weight: 600;
}
.company strong{
	color: #308396;
}
.company ul.type1{
	margin: 0;
	padding: 0;
	margin: 1em 0;
}
.company ul.type1 li{
	display: inline-block;
	white-space: nowrap;
	margin-right: 2em;
}
.company ul.type1 li::before{
	content: "●";
	color: #308396;
	display: inline-block;
	padding-right: 0.2em;
	font-size: 12px;
	vertical-align: 2px;
}

/**/
.telbox{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
	border: solid 5px #308396;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
}
.telbox .tel{
	font-size: 40px;
	font-weight: 900;
	margin-top: 20px;
}
.telbox .tel a{
	color: #D02D27;
	text-decoration: none;
}
.telbox .tel span{
	display: inline-block;
	width: 5em;
	border-radius: 10px;
	background-color: #308396;
	color: #FFF;
	font-size: 24px;
	margin: 0 auto;
	font-weight: 600;
	vertical-align: 5px;
	margin-right: 10px;
}
.telbox .fax span{
	background-color: #888;
}
.telbox .tel{
	color: #666;
}