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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position:relative;
	background:#FFF;
	margin: 0;
	padding: 0;
	font-family:'Roboto','Noto Sans JP',YuGothic,'Yu Gothic', 'メイリオ', Meiryo, "sans-serif"; 
	font-size: 16px;
	line-height:1.6em;
	color:#020202;
}
button,
input,
select,
textarea {
	font-family:'Noto Sans JP',YuGothic,'Yu Gothic', 'メイリオ', Meiryo, "sans-serif"; 
	font-size: 15px;
	font-size: 1rem;
	line-height:1.6;
	color:#020202;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}

h1 {
	margin:0;
	padding:0;
	line-height:1.4em;
}

.gol {
	font-family: "nitalago-ruika", sans-serif;
	font-weight:400;
}
.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

.header {
	background:#FFF;
	padding:15px 0;
	width:100%;
	position:fixed;
	z-index:500;
}
#pagetop {
	height:100px;
}
img.logo {
	width:50%;
	max-width:240px;
	display:inline-block;
}


.menu {
	width:50%;
	float:right;
	text-align: right;
}
.menu.footmenu {
	width:100%;
	float:none;
	text-align: center;
}
.menu a {
	display: inline-block;
	padding:10px 10px 10px 30px;
	margin:24px 0 0 20px;
	color:#0039B7;
	font-size:12px;
	font-family: "nitalago-ruika", sans-serif;
	font-weight:400; 
}
.menu a.sns-link {
	display:inline-block;
	padding:0;
	width:24px;
	margin:24px 20px 0 0;
}
.bg-toi a.sns-link {
	display:inline-block;
	padding:0;
	width:40px;
	margin:5px 40px 0 10px;
}
.menu.footmenu a {
	margin:12px 0 0 20px;
}
.menu a.home {
	background:url("img/i-home.png") left center no-repeat;
	background-size:24px 24px;
}
.menu a.mail {
	background:url("img/i-mail.png") left center no-repeat;
	background-size:24px 24px;
}

.topimg {
	height:450px;
	background:url("img/topimg.png") top center no-repeat;
	background-size:cover;
}
.toptxt {
	background:#FFFF00;
	text-align: center;
	padding-bottom:20px;
}
.inner {
	width:94%;
	margin:0 auto;
	max-width:900px;
	position:relative;
/*	display:flex; 
	align-items: flex-start;*/
}
.inner-s {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.inner-top {
	width:71.28%;
	float:right;
}

.tit-standard {
	width:90%;
	max-width:700px;
	margin:-2% auto 30px;
}

.bg-saiten {
	background:#1351BA;
	color:#FFF;
}
.otameshi-l {
	width:60%;
	float:left;
}
.otameshi-r {
	width:36%;
	float:right;
}

.tit {
	text-align: center;
	margin:0 auto 50px;
}
.tit img {
	width:90%;
	max-width:400px;
}
.step img {
	height:57px;
}
.step-cont {
	padding:15px 0 15px 65px;
	background:url("img/arr.png") left top no-repeat;
	background-size:54px auto;
}
.bg-toi {
	background:#EEE;
}

.subtit {
	text-align:center;
	font-size:22px;
	font-weight:600;
	margin:20px auto;
	padding-bottom:10px;
	border-bottom:solid 2px #0034B0;
}
.subtit-l {
	font-size:18px;
	font-weight:600;
	color: #0034B0;
	padding:4px 0 4px 10px;
	border-left: solid 8px #A1DFF7;
	margin:40px 0 20px;
}



.p-job {
	position:relative;
}
.list3 a {
	text-decoration:none;
}
.p-job .img {
	z-index:1;
	height:180px;
	overflow:hidden;
}
.p-job span {
	display:block;
	position:absolute;
	left:15px;
	bottom:-15px;
	z-index:10;
	padding:5px 15px;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
.p-job span.event {
	background:#195BBD;
}
.p-job span {
	background:#06CCD2;
}

.txt-job {
	background:#eee;
	color:#000;
	text-decoration:none;
	padding:30px 15px 10px;
	min-height:90px;
}
.date {
 	color:#999;
	text-decoration:none;
	font-size:10px;
}


a.btn {
	display:inline-block;
	padding:10px 30px;
	border-radius: 12px;
	background:#195BBD;
	color:#FFF;
	font-size:18px;
	line-height:1.2em;
	margin:10px 0;
}
a.btn:hover {
	background:#666;
}

a.link-tel {
	display:block;
	width:270px;
	padding:10px 0 10px 30px;
	background:url("img/i-tel.png") left center no-repeat;
	background-size:24px 24px;
	color:#0034B0;
	font-size:32px;
	font-weight:bold;
	margin:20px auto 0;
}
span.btm-r {
	display:block;
	width:270px;
	margin:0 auto 5px;
	font-size:12px;
	font-weight:200;
	text-align: right;
	color:#000;
}
a.link-mail {
	display:block;
	width:270px;
	padding:10px 10px 10px 40px;
	background:url("img/i-mail.png") 10px center no-repeat #FFF;
	background-size:24px 24px;
	border:solid 2px #0034B0;
	color:#0034B0;
	font-size:18px;
	font-weight:400;
	margin:20px auto 0;
}
a.link-mail:hover {
	background:url("img/i-mail.png") 10px center no-repeat #EEE;
	background-size:24px 24px;
}

.bg-nagare {
	background:url("img/bg-step.png") right bottom no-repeat;
}

.wk-toi {
	background:#EEF4FB;
	padding:40px;
	border-radius: 20px;
}

form.wpcf7-form li {
	display:block;
	padding:15px 0;
}

input.s2form {
	width:240px;
}
input#zip {
	width:150px;
}


.foot {
	height:200px;
	background:url("img/bg-foot.png") center center no-repeat #76deff;
	background-size:auto 200px;
	text-align: center;
}
.foot-inner {
	width:80%;
	max-width:340px;
	margin:0 auto;
	padding:0 0 15px;
	text-align: center;
	font-size:12px;
	line-height:1.4em;
}
img.logo-foot {
	display:block;
	width:60%;
	margin:0 auto 15px;
}



.block4 li {
	display: inline-block;
	width:25%;
}
.block2 li {
	display: block;
	width:48%;
	margin:0 4% 0 0;
	float:left;
}
.block2 li:nth-child(2n) {
	margin:0;
	clear:right;
}
.block2 li:nth-child(2n+1) {
	clear:left;
}


.px32 {
	font-size:32px;
	line-height:1.4em;
}
.px30 {
	font-size:30px;
	line-height:1.4em;
}
.px28 {
	font-size:28px;
}
.px24btit {
	font-size:24px;
	line-height:1.4em;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:15px;
}
.px22 {
	font-size:22px;
}
.px18 {
	font-size:18px;
}
.px18b {
	font-size:18px;
	font-weight:600;
}
.px16 {
	font-size:16px;
	line-height:2.0em;
}
.px14 {
	font-size:14px;
}
.px12 {
	font-size:12px;
}
.px11 {
	font-size:11px;
}
.white {
	color:#FFF;
}
.orange {
	color:#ff6c1f;
}






.block3 li {
	display:block;
	width:31%;
	margin:30px 1%;
	float:left;
}






.mov {
	width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}


















a#ptop {
	display:block;
	position:fixed;
	width:40px;
	height:40px;
/*	background:rgba(255,255,255,0.5);*/
	right:0;
	bottom:0;
}









a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.clear {clear:both;}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}




a {
	text-decoration: none;
}





.pc-left{float:left;}
.pc-right{float:right;}

	.pc-center {
		text-align: center;
	}




img.img100 {width:100%;max-width: none;}



.pc-view {display:inline-block;}
.sp-view {display:none;}



@media only screen and (max-width: 870px) {
	
.pc-view, img.pc-view {display:none;}
.sp-view {display:inline-block;}
	
	.pc-center {
		text-align: left;
	}

.menu a.sptop {
	display: inline-block;
	padding:10px 0 10px 28px;
	margin:10px 0 0 10px;
	color:#0039B7;
	font-size:0;
	text-indent: 5000px;
	width:30px;
	height:30px;
	overflow: hidden;
}
.menu a.home {
	background:url("img/i-home.png") left bottom no-repeat;
	background-size:24px 24px;
}
.menu a.mail {
	background:url("img/i-mail.png") left bottom no-repeat;
	background-size:24px 24px;
}

.menu a.sns-link {
	display:inline-block;
	padding:0;
	width:24px;
	height:24px;
	margin:0 10px 24px 0;
	padding:0;
		line-height: 32px;
}
	.menu a.sns-link img {
vertical-align: top;
	}
	

#pagetop {
	height:80px;
}

.topimg {
	height:55vw;
	background:url("img/topimg.png") top center no-repeat;
	background-size:cover;
}
.toptxt {
	background:#FFFF00;
	text-align: center;
	padding:0 20px 20px;
}
	
.otameshi-l {
	width:100%;
	float:none;
	margin-bottom:20px;
}
.otameshi-r {
	width:100%;
	float:none;
}
	
	

.p-job .img img {
	width:100%;
	height:auto;
}

.px30 {
	font-size:24px;
	line-height:1.4em;
}
.px32 {
		font-size:24px;
		line-height:1.4em;
	}
	
.block3 li {
	display:block;
	width:100%;
	margin:30px auto;
	float:none;
}	

	

	
.icon-list a {
	display:block;
	float:left;
	width:32%;
	margin:0 2% 2% 0;
	text-align: center;
	color:#E50044;
	font-size:13px;
}
.icon-list a:nth-child(3n) {
	margin:0 0 2% 0;
}	
	.icon-list a img {
		margin:0 auto 5px;
	}	
	
.subtit {
	text-align:center;
	font-size:18px;
	font-weight:600;
	margin:20px auto;
	padding-bottom:10px;
	border-bottom:solid 2px #0034B0;
}	
.wk-toi {
	background:#EEF4FB;
	padding:20px;
	border-radius: 20px;
}	
	
	
	
	
	
	
	
.panel3 {
	text-align: left;
	font-size:12px;
	margin:20px 0 20px;
}
.panel3 li {
	display:block;
	padding:0 1%;
	width:90%;
	float:none;
	margin:0 auto;
	border-right:none;
}
.panel3 li:nth-child(2) {
	width:90%;
	margin-top:20px;
}
.panel3 li:nth-child(3n) {
	display:block;
	padding:0 1%;
	width:90%;
	float:none;
	margin:20px auto 0;
	border-right:none;
}
	
.wk-panel {
	display:block;padding:5px;border:solid 1px #582500;
	text-align: center;
}
	
.other2 {
	width:100%;
	max-width:640px;
	margin:0 auto 50px;
}
.other2 li {
	display:block;
	float:none;
	width:80%;
	margin:0 auto 4%;
}	
	
	
	

.title {
	margin-bottom:20px;
	font-size:24px;
}

	
	.block4, .block2 li {
		display:block;
		float:none;
		width:100%;
	}


.movie li {
	width:100%;
	margin-right:0;
	margin-bottom:40px;
	float:none;
}
	
	
.foot {
	height:200px;
	background:url("img/bg-footsp.png") center center no-repeat #76deff;
	background-size:800px auto;
	text-align: center;
}



a#ptop {
	display:block;
	position:fixed;
	width:40px;
	height:40px;
/*	background:rgba(255,255,255,0.5);*/
	right:10px;
	bottom:10px;
}


}

