@charset "utf-8";
/* CSS Document */

html{
	font-family: 'Lora', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	font-size: 62.5%;
	line-height:1.5;
	color:#0e2e33;
	
	}

body{
	margin:0;
	min-width:1000px;
	-webkit-text-size-adjust: none;
	font-size: 1.4rem;
	}

#loader {
        width: 100%;
        height: 100%;
        background: #fff;
        text-align: center;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
}

#loader div {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.loaderIcon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        &::after {
                border-radius: 50%;
                width: 50px;
                height: 50px;
        }
        margin: auto;
        position: relative;
        text-indent: -9999em;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        border-left: 2px solid #0e2e33;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 .8s infinite linear;
        animation: load8 .8s infinite linear;
}
@-webkit-keyframes load8 {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}
@keyframes load8 {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}

/*common
------------------------------------------*/
h1,h2,h3,h4,h5,ul,li,dl,dt,dd,table.tableBox,figure,p{
	border-collapse:collapse;
	list-style:none;
	margin:0;
	padding:0;
	}

span{
	font-weight: 300;
	letter-spacing: 0.15rem;
}
h3{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.15rem;
}
h3 span{
	font-size: 1.4rem;
}

*{
	box-sizing:border-box;
	}

img{
	border:none;
	vertical-align:middle;
	max-width:100%;
	transition: .3s;
	}

a{
	color:#0e2e33;
	text-decoration:none;
	-webkit-transition:all .3s;
	transition:all .3s;
	}

a:hover{
	opacity: 0.6;
	}

a.btn01{
	display: inline-block;
	color: #fff;
	padding: 4px 30px;
	background-color: #206069;
	text-align: center;
	}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.inner{ max-width:960px; margin:0 auto; position:relative; }
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt80{ margin-top: 80px;}
ul.disc li{ list-style: disc; margin-left: 20px;}

.mb10{ margin-bottom: 10px;}

.ls{
	letter-spacing: 0.1rem;
}

.flex{
	display: flex;
	justify-content: space-between;
	}

.clear{ clear:both;}

.cf:after{
	content:" ";
	display:block;
	clear:both;
	}

 dl{
	flex-wrap: wrap;
	gap: 15px 0;
}

dt{
	width: 20%;
	letter-spacing: 0.05em;
	}

dd{
	width: 80%;
	}

/*pagetop
------------------------------------------*/
.pagetop{
    background: #e7eceb;
    text-decoration: none;
	position: absolute;
    top: -30px;
    right: 0; 
    font-weight: 700;
    line-height: 1;
}

p.pagetop a{
	display: block;
	padding: 10px 25px;
	transition: none;
}
.pagetop a:hover{
	opacity: .6;
	}



/*header
------------------------------------------*/
header{
	padding: 15px 0;
	background-color: #0f5659;
	color: #fff;
	font-size: 1rem;
	}

header h1{
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 25px;
	}

header img{
	height: 45px;
	}

header div{
	height: 85px;
}

header ul.flex{
	justify-content: flex-end;
	margin-bottom: 25px;
	}

header ul li:not(:first-child)::before{
	content: "|";
	margin: 0 10px;
	color: #fff;
	}

header ul a{
	color: #fff;
	}


/*nav
--------------*/
nav ul.flex{
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	justify-content: flex-end;
	color: #fff;
	column-gap: 30px;
	}

nav ul li:not(:first-child)::before{
	content: "";
	margin: 0;
	}

nav ul li{
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.15rem;
}

nav ul li span{
	font-size: 1rem;
	padding-bottom: 10px;
}

nav ul li.ac a{
	display: block;
	position: relative;
	padding-bottom: 8px;
}

nav ul li.ac a::before{
	content: "";
	display: block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
	}



.navToggle,
#open{
	display:none;
	}  


/*footer
------------------------------------------*/
div#footerTop{
	background-color: #0f5659;
	padding: 30px 0;
	}

div#footerTop ul.flex{
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 800px;
	grid-row-gap: 20px;
	}

div#footerTop ul li:not(:last-child){
	font-weight: 500;
	flex-basis: 170px;
	}

footer ul li a{
	color: #fff;
	}

div#footerBottom{
	padding: 30px 0;
}

div#footerBottom ul.flex{
	letter-spacing: 0.1rem;
	margin-bottom: 25px
}

div#footerBottom ul.flex li{
	width: 30%;
	margin-top: 30px;
	font-size: 1.3rem;
}

div#footerBottom ul.flex li span{
	font-weight: 700;
	display: block;
	margin-bottom: -15px;
}

div#footerBottom  p strong{
	font-size: 1.8rem;
	}

.copyright{
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
	}


/*top
------------------------------------------*/
#kv{
	position: relative;
	height: 550px;
    width: 100%;
}

.bx-wrapper{
	height: 550px;
    width: 100%;
}

.bx-viewport{
	height: 100%;
    width: 100%;
}

.bx-viewport *{
	height: 100%;
    width: 100%;
}

#kv div.bx-viewport ul.bxslider li img{
	object-fit: cover;
}

#kv div.inner{
	bottom: 15%;
}

div.catch{
    position: absolute;
    bottom: 38%;
    left: 27%;
	transform: translateY(-50%) translateX(-50%);
	font-family: 'Noto Serif JP', serif;
	color: #0f5659;
}

h2{
	font-size: 5.6rem;
	font-weight: 500;
}

h2 span{
	font-size: 3.6rem;
}

p.en{
	font-size: 1.6rem;
	margin-bottom: 15px;
	letter-spacing: 0.25rem;
}

p.kvSub{
	color: #0e2e33;
	font-size: 1.8rem;
	margin-top: 30px;
}

/*contents
-----------------------*/
#contents{
	padding: 80px 0;
	}

main{
	display: block;
	width: 700px;
	}

aside{
	display: block;
	width: 220px;
	}

aside ul.sbnr li{
	margin-bottom: 10px;
	}

ul.top01 li{
	flex-basis: 335px;
	}

ul.top01 li h3{
	padding-top: 20px
	}

ul.top01 li p{
	padding-top: 18px;
	}

ul.top01 li p + p{
	text-align: right;
	margin-top: 0;
	}

.topics{
	margin-top: 50px;
	background-color: #f7f8f9;
	padding: 27px 40px;
	}

.topics h3{
	border-bottom: 1px solid #0e2e33;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}


/*sub
------------------------------------------*/
div.sectionTitle{
	width: 100%;
	height: 200px;
	position: relative;
}
div.sectionTitle img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.sectionTitle h2{
	font-size: 3.4rem;
	position: absolute;
	bottom: 28%;
	left: 33%;
	right: 33%;
	text-align: center;
}

div.sectionTitle h2 span{
	font-size: 2rem;
}

div#pankuzu{
	font-size: 1rem;
	color: #407080;
	margin-top: 10px;
}

#pankuzu ul{
	display: flex;
}

#pankuzu li:not(:first-child)::before{
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pankuzu li a{
	color: #407080;
}

h3.border{
	margin-bottom: 30px;
	border-bottom: 1px solid #0e2e33;
	padding-bottom: 7px;
}
h3.border:not(:first-of-type){
	margin-top: 60px;
}

table.tableBox{
	width: 100%;
	border-collapse: collapse;
	
}

table.tableBox th{
	width: 15%;
	background: rgba(80,134,142,0.4);
	border: 1px solid #407080;
	text-align: start;
	padding: 15px;
}
table.tableBox td{
	width: 70%;
	border: 1px solid #407080;
	padding: 15px;
}

.recruitimg{
	display: flex;
	column-gap: 15px;
	margin: 20px 0;
}

.recruitimg img{
	display: block;
	width: 31%;	
}


h4{
	font-size: 1.6rem!important;
}

h4.square{
	width: auto;
	height: 13px;
	background: url("../img/square.png") no-repeat;
	background-size: contain;
	padding-left: 20px;
	line-height: 13px;
	margin-bottom: 30px;
	display: inline-block;
}


div.map{
	display: block;
	margin-top: 20px;
}

main dl.flex{
	gap: 0;
	line-height: 25px;
}

main dl.flex dt{
	width: 25%;
}

main dl.flex dd{
	width: 75%;
}

p.entry{
	text-align: center;
	margin-top: 20px;
}
p.entry a{
	font-size: 3rem;
	display: inline-block;
	width: 280px;
	height: 70px;
	line-height: 70px;
	background-color: #206069;
	text-align: center;
	color: #fff;
}

ul.btn li a{
	display: inline-block;
	width: 300px;
	height: 13px;
	background: url("../img/btn.svg") no-repeat;
	background-size: contain;
	padding-left: 20px;
	line-height: 13px;
	margin-bottom: 30px;
}

form#mailformpro table.tableBox th {
    width: 30%;
}



.tab_box .btn_area {
	display: -webkit-box;
	display: flex;
	border-bottom: solid 1px #0e2e33;
}

.tab_box .tab_btn {
	width: 188px;
	padding: 8px 0;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #dce1e4;
}

.tab_box .tab_btn.active {
    background:#0e2e33;
    color:#fff;
}


.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

h5{
	font-weight: 900;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.flex.x2{
	gap: 20px;
}

.flex.x2 div,.flex.x2 p{
	width: 50%;
}

.bg{
	color: #fff;
	background:#0e2e33; 
	height: 35px;
    line-height: 35px;
}

.borderbox{
	border: solid 1px #e3ebf3;
}

.pd20{
padding: 20px;
}
.mb0{
	margin-bottom: 0;
}

div.detail_txt{
	width: 70%;
	margin-right: 15px;
}

.border_w100{
	border-bottom: 1px solid #000;
    width: 100%;
}
.border_w100 h4.square{
	margin-bottom: 0;
}
.border{
	border-bottom: 1px solid #000;
}
ul.detail.flex.x2.mt30 li{
    width: 50%;
}

.ls.square.mb0{
    margin-bottom: 8px;
}
.outLink{
	content: "";
    background: url(../img/i_outLink_wt.svg) no-repeat center right 10px/15px;
    display: inline-block;
}
.btn01.outLink{
	padding: 4px 40px 4px 20px;
	text-align: left;
}

.jobFlow{
	margin-bottom: 20px;
}

.jobFlow li > p:first-child{
	width: 100%;
	margin-bottom: 0;
}

.jobFlow li > p.txtArea{
	padding: 10px 50px;
	min-height: 105px;
}

.jobFlow li > p.txtArea span{
	font-size: 18px;
	font-weight: bold;
	color: #0e2e33;
}


.jobFlow .bx-pager a{
	width: 230px;
	margin-right: 10px;
	float: left;
	display: block;
	position: relative;
}


.jobFlow .bx-pager a.active::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(8,1,0,.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
br.sp{
	display: none;
}


/*SP
================================================================================================================================*/
@media screen and (max-width: 600px){

	body{
		min-width:initial;
		}

	.inner{
		max-width: 90vw;
	}
/*header
----------------------------------*/
	header{
	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    width: 100%;
    z-index: 20;
	}
	
	h1, header ul.flex{
		display: none;
		}
	
	header img{
		height: 20px;
	}
	
	header div{
	height: 20px;
}
	
/*nav
--------------------
/* navToggle
	------------------------------------------*/ 
	.navToggle{
		display: block;
		width: 30px;
		height: 20px;
		position: absolute;
		top: -2px;
		right: 5px;
		z-index: 10;
	}

	.navToggle div{
		position: relative;
	}

	.navToggle span{
		display: block;
		height: 2px;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		background: #fff;
	}

	.navToggle span:nth-child(1){
		top: 0px;
	}

	.navToggle span:nth-child(2){
		top: 10px;
	}

	.navToggle span:nth-child(3){
		top: 20px;
	}

	.open .navToggle span:nth-child(1){
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.open .navToggle span:nth-child(2){
		width: 0;
		left: 50%;
	}

	.open .navToggle span:nth-child(3){
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	
	
	nav{
		display: none;
		position: absolute;
		width: 100vw;
		padding: 0;
		z-index: 1000;
		top: 35px;
		left: -5vw;
		background-color: #0f5659;;
	}
	
	nav ul.inner.flex{
		display: block;
		left: -5vw;
		margin-bottom: 0;
	}
	
	nav ul.inner.flex li{
		border-top: 1px solid #fff;
		padding: 0.75vh 0;
		width: 100vw;
	}
	
	nav ul.inner.flex li a{
		display: block;		
		text-align: center;
		padding-bottom: 0;
	}
	
	nav ul li.ac a::before{
		display: none;
	}




.navToggle{
	display:inherit;
	}  


/*main
--------------------*/	
	main{
		width: 100%;
	}
	
	#contents{
		flex-direction: column;
		padding: 50px 0;
	}
	
	.bx-wrapper{
		height: 240px;
	}
	
	#kv{
		height: 240px;
		margin-top: 50px;
	}
	
	.bx-wrapper{
		height: 240px;
		width: 100%;
	}
	
	#kv div.inner {
    bottom: 80%;
	}
	
	div.catch{
		font-size: 30%;
		position: relative;
		left: 0;
		transform: none;
	}
	
	h2{
		font-size: 2.4rem;
	}

	h2 span{
		font-size: 1.6rem;
	}

	p.en{
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	p.kvSub{
		font-size: 1.2rem;
		margin-top: 25px;
}
	
	
/*top01
-------------------*/
	ul.top01{
		flex-direction: column;
	}
	
	ul.top01 li:first-child{
		margin-bottom: 20px;
	}
	
	ul.top01 li img{
		width: 100%;
		}
	
	div.topics{
		margin-top: 30px;
	}

	.topics dl{
		flex-direction: column;
		gap: 5px;
	}
	.topics dl dd{
		margin-bottom: 10px;
	}
/*common
--------------------*/
	aside{
		width: 100%;
		margin-top: 50px;
	}
	
	ul.sbnr{
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
	}
	
	ul.sbnr li{
		width: 48%;
	}
	
	ul.sbnr li img{
		width: 100%;
	}
	
 /*sub
------------------------------------------*/
	div.sectionTitle{
		height: 150px;
		margin-top: 50px;
	}
	
	div.sectionTitle h2{
		font-size: 2.4rem;
		bottom: 33%;
		left: 32%;
		right: 28%;
	}

	div.sectionTitle h2 span{
		font-size: 1.6rem;
		
	}

	#pankuzu ul{
		justify-content: center;
	}

	h3.border{
		font-size: 2.2rem;
		margin-bottom: 20px;
		border-bottom: 1px solid #0e2e33;
		padding-bottom: 7px;
	}
	h3.bourder:not(:first-of-type){
		margin-top: 40px;
	}

	table.tableBox{
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #407080;
	}

	table.tableBox th{
		display: block;
		width: 100%;
		border-top: none;
	}
	table.tableBox td{
		display: block;
		width: 100%;
		border-top: none;
	}
    
	ul.detail.flex.x2.mt30 li{
    width: 100%;
}
	
	.recruitimg{
		column-gap: 10px;
	}
	
	div.map iframe{
		width: 100%;
	}
	main dl.flex{
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
	}

	main dl.flex dt{
		width: 70%;
	}

	main dl.flex dd{
		width: 30%;
		padding-left: 10px;
	}
	
		main dl.flex.news{
		width: 100%;
	}

	main dl.flex.news dt{
		width: 100%;
}

	main dl.flex.news dd{
		width: 100%;
		margin-left: -10px;
	}
	
	h4.mt50.square + p{
		margin-top: 7px;
	}
	
	p.entry a{
	font-size: 2.7rem;
	display: inline-block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	}


/*footer
---------------------------*/	
	footer{
		text-align: center;
		
		
	}
	
	footer div.inner{
		max-width: inherit;
		display: block;
	}
	
	p.pagetop {
		display: block;
		width: 100vw;
		position: relative;
		left: 0;
		top: 0px;
	}
	
	p.pagetop a{
		padding: 0;
		display: block;
		height: 50px;
		line-height: 50px;

	}
	
	div#footerTop{
		padding: 0;
	}
	
	div#footerTop ul.flex{
		border-top: 1px solid #fff;
   		border-right: 1px solid #fff;
		grid-row-gap: 0;
		width: 100%;
	}
	
	div#footerTop ul.flex li{
		padding: 2vh 0;
		border-bottom: 1px solid #fff;
   		border-left: 1px solid #fff;
	}
	
	footer div.inner ul.flex li:first-child{
		width: 100%;
	}
	
	footer div.inner ul.flex li:nth-child(odd){
		border-right: none;
	}
	
	footer div.inner ul.flex li{
		width: 50%;
	}
	
	div#footerTop ul li:not(:last-child) {
        flex-basis: inherit; 
	}		
	
	div#footerBottom ul.flex {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	div#footerBottom ul.flex li{
		width: 100%;
	}
	
	form#mailformpro table.tableBox th {
    width: 100%;
	}	
	
	.flex.x2{
	flex-wrap: wrap;
	}
	
	.flex.x2 div,.flex.x2 p{
	width: 100%;
	}
	
	.wrap{
	flex-wrap: wrap;
	}
	
	div.detail_txt {
    width: 100%;
    margin-right: 0;
	}
	
	.sp100{
		width: 100%;
	}
	
	.flex.x2.wrap p img{
	ext-align: center;
	}
	br.sp{
	display: inherit;
	}
	.btn01.outLink{
	    width: 200px;
	}
	.tab_box .btn_area {
     border-left: solid 1px #0e2e33;
	 border-right: solid 1px #0e2e33;
	}
	.tab_box .tab_btn {
    width: 100%;
		border-top: solid 1px #0e2e33;
    }
	.tab_box .tab_btn + .tab_btn {
    margin-left: 0;
}
}