@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	font-size:14px;
	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;
}
:root{
	--header: 50px;
	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{
	padding: 0;
	margin: 0;
}
.topimage .slick-slide{
	width: 100%;
}
main{
	margin-top: 60px;
}
/*クローン*/
.hedmenu-clone{
	display: none;
}

header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.header{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background-color: #308396;
	height: 60px;
}
.header a{
	text-decoration: none;
	color: #FFF;
}
.header .logo{
	margin: 0;
	padding: 20px 0;
	padding-left: 20px;
	line-height: 1;
	font-size: 18px;
}


.header .navi{
	position: fixed;
	top:60px;
	right: -200px;
	text-align: left;
	background-color: #888;
	width: 200px;
	transition: 1s;
}
.header .navi.open{
	right: 0;
	transition: 1s;
}
.header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header li{
	position: relative;
}

.header li a{
	padding: 20px;
	padding-right: 30px;
	display: block;
	padding-top: 20px;
	line-height: 1;
	transition: 0.5s;
	border-bottom: solid 1px #CCC;
}

.navi li .menulist{
	display: none;
}

.navi li a::after{
	content: ">";
	position: absolute;
	top:0;
	right:20px;
	padding: 20px 0;
	transform: scaleX(0.5);
	transition: 0.5s;
}
.navi li.contactbutton a{
	background-color: #D02D27;
	transition: 0.5s;
}


.staff{
	position: absolute;
	bottom:-60px;
	right:0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.staff > div{
	margin: 0 20px;
	text-align: right;
}
.staff img{
	width: 100px;
	margin-top: 0;
}
.staff p{
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	margin: 0;
}
.staff p:after{
	content: "";
	display: block;
	background-image: url("../images/fukidashi2.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: 80px;
	background-size: contain;
}
/**/
.h2{
	font-size: 20px;
	color: #308396;
	text-align: center;
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}
.h2 small{
	font-weight: 400;
	font-size: 12px;
	color: #888;
	display: block;
}
section.about{
	margin-top: 50px;
}

.contentbox .copy > div{
	text-align: left;
	margin: 0;
	margin-left: auto;
	padding: 20px;
	box-sizing: border-box;
}
.contentbox .img{
	margin: 0 20px;
}
.contentbox .img img{
	width: 100%;
	border-radius: 20px;
}
.h3{
	font-size: 16px;
	margin: 0;
}
.link a{
	display: block;
	margin: 0 auto;
	width: 280px;
	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;
	font-size: 16px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}


.about .link a{
	margin: 0 auto;
}

section.businessbox{
	margin-top: 50px;
}
.businessbutton{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 20px;
	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% - 6px);
	margin: 10px 0;
}
.businessbutton .buttonbox a{
	text-decoration: none;
	display: block;
	line-height: 1.2;
	color: #308396;
	font-size: 12px;
}
.businessbutton .buttonbox a img{
	display: block;
	border: solid 2px #FFF;
	transition: 0.5s;
}


.recruitbutton{
	background-color: #308396;
	padding: 40px 0;
}
.recruitbutton .buttonbox{
	margin: 0 20px;
}
.recruitbutton .interviewitem{
	display: flex;
	justify-content: space-between;
}
.recruitbutton .interviewitem a{
	display: block;
	color: #FFF;
	width: calc(33% - 6px);
	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;
	text-align: left;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.buttonbox .h2recruitbutton{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 20px;
}
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;
}

.footerbox > div{
	text-align: center;
}
.footer .map{
	height: 200px;
	margin: 10px 20px;
}
.footer p{
	margin: 5px 0;
}
.footer .insta{
	width: 40px;
	margin: 0 auto;
}
.campanyname{
	font-size: 18px;
	margin: 10px 0;
}
.footer p.copyright{
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}
#gopagetop{
	position: fixed;
	bottom:15px;
	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;
}

.ol-pc{
	display: none;
}
.spmenu{
	position: relative;
	top:10px;
	right: 20px;
	width: 40px;
	height: 40px;
}
.spmenu span{
	position: absolute;
	height: 2px;
	background-color: #FFF;
	display: block;
	width: 30px;
	line-height: 1;
	transition: 0.5s;
}

.spmenu span:first-child{
	top: 10px;
	left: 5px;
}

.spmenu span:nth-child(2){
	top: 20px;
	left: 5px;
}
.spmenu span:last-child{
	top: 30px;
	left: 5px;
}
.close span:first-child{
	top: 20px;
	left: 8px;
	transform: rotate(45deg);
}

.close span:nth-child(2){
	display: none;
}
.close span:last-child{
	top: 20px;
	left: 8px;
	transform: rotate(-45deg);
}



/**/
.main{
	margin-top: 100px;
}
.link + .link{
	margin-top: 20px;
}


section.interviewbox{
	margin-top: 50px;
}
.interviewbutton{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px;
	background-color: #BBE0E8;
}
.interviewbutton .buttonbox{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.interviewbutton .buttonbox li{
	width: calc(50% - 15px);
	margin: 5px;
	box-sizing: border-box;
}
.interviewbutton .buttonbox a{
	text-decoration: none;
	display: block;
	color: #000;
	line-height: 1;
	height: 100%;
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
}

.interviewbutton .buttonbox strong,
.interviewbutton .buttonbox span{
	display: block;
	margin-top: 5px;
	text-align: left;
}
.interviewbutton .buttonbox span.img{
	text-align: center;
}
.interviewbutton .buttonbox img{
	width: 80px;
}
.interviewbutton .buttonbox .link{
	background-color: #FFCE2B;
	text-align: center;
	padding: 10px 0;
	padding-right: 15px;
	background-image: url("../images/next.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 5px 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: 50px auto;
	width: 280px;
	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;
	text-align: center;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.gocontact a:hover{
	background-color: #FF0000;
	background-position: right 30px center;
}
h1.h2{
	margin-bottom: 50px;
}


/**/
.mainwith{
	margin: 0 20px;
}

.intervbox .img{
	text-align: left;
}
.intervbox .img img{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.intervbox .intervh3{
	font-size: 20px;
	margin: 0;
}
.days > div{
	background-color: #EBFCFF;
	color: #308396;
	padding: 0;
	padding-bottom: 10px;
}
.days > div h3{
	background-color: #308396;
	color: #fff;
	padding: 6px;
	font-size: 16px;
}
.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: 18px;
	margin: 0;
	margin-top: 40px;
}
.goback{
	margin: 50px 0;
}


/**/
.company {
	text-align: left;
}

.maxwidth{
	margin-left: 20px;
	margin-right: 20px;
}
.aisatu{
	text-align: left;
}
.aisatu img{
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.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: 50px;
}
.company table,
.company table tbody,
.company table thead,
.company table tr,
.company table th,
.company table td{
	display: block;
}
.company table{
	margin-top: 1em;
}
.company table th{
	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: 14px;
	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: 1em;
}
.company ul.type1 li::before{
	content: "●";
	color: #308396;
	display: inline-block;
	padding-right: 0.2em;
	font-size: 12px;
	vertical-align: 2px;
}

/**/
.telbox{
	margin: 0 10px;
	margin-bottom: 100px;
	border: solid 5px #308396;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
}

.telbox .tel{
	font-size: 30px;
	font-weight: 900;
	margin-top: 20px;
}
.telbox .tel a{
	color: #D02D27;
	text-decoration: none;
}
.telbox .tel span{
	display: block;
	width: 4em;
	border-radius: 50%;
	background-color: #308396;
	color: #FFF;
	font-size: 20px;
	margin: 0 auto;
	font-weight: 600;
}
.telbox .tel{
	color: #666;
}
.telbox .fax span{
	background-color: #888;
}