@charset "utf-8";
/*
color
rgba(102, 102, 102, 1);
link
rgba(0, 82, 183, 1);

*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 175%;
	color: rgba(102, 102, 102, 1);
	box-sizing: border-box;
	font-size: 1.6rem;
}

* { padding: 0; margin: 0; box-sizing: border-box; }
img { vertical-align: bottom; }
a {
	color: rgba(0, 82, 183, 1);
	transition: 0.3s;
}
	a img { border: none; }
li { list-style: none; }
h3 {
	padding-bottom: 0.5rem;
	border-bottom: 2px solid rgba(100, 100, 100, 0.25);
	margin-bottom: 0.5rem;
	position: relative;
}
	h3::before {
		content: '';
		width: 25%;
		color: rgba(102, 196, 213, 1);
		font-size: 2.0rem;
		border-bottom: 2px solid rgba(102, 196, 213, 1);
		position: absolute;
		bottom: -2px;
		left: 0;
	}
p, 
h5 { padding-bottom: 1em; }
input, textarea, select {
	padding: 0.5em;
	background: rgba(255, 255, 255, 1);
	border: none;
	border: 1px solid rgba(100, 100, 100, 0.5);
	border-radius: 3px;
}
textarea { width: 100%; }
:placeholder-shown { color: rgba(100, 100, 100, 0.5); }

.pcHide { display: none; }
.spHide { display: block; }
#drawerBox { display: none; }
.pcBlock { display: block; }
.spBlock { display: inline; }

h2, 
.bigText { font-size: 2.4rem; }
.largerText { font-size: 140%; }
.largeText { font-size: 2.0rem; }
.smallText { font-size: 1.2rem; }
.smallerText { font-size: 86%; }
.tinyText { font-size: 1.0rem; }

.fixImgM, 
.fixImg {
	width: 100%;
	max-width: 1200px;
}
.rightImg {
	width: 30%;
	margin: 0 0 1em 2em;
	float: right;
}
.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sectionBox { margin-bottom: 1em; }
.unitBox { margin-bottom: 2em; }
.unitBox2 { margin-bottom: 4em; }

#mainContentsBox::after, 
.clearBox::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.initBox {
	width: 80vw;
	max-width: 1190px;
	margin: 0 auto;
}
.centerText, 
.centerBox { text-align: center; }
.leftText, 
.leftBox { text-align: left; }
.rightText, 
.rightBox { text-align: right; }

#mainContentsBox {}

#footerBox {
	margin-top: 12rem;
	/*margin-top: 3rem;*/
	background: rgba(155, 164, 173, 1);
	color: rgba(255, 255, 255, 1);
	padding: 3rem 0 1rem 0;
	font-size: 1.4rem;
	line-height: 140%;
}
	#footerBox a {
		text-decoration: none;
		color: rgba(255, 255, 255, 1);
	}
		#footerBox a:hover { color: rgba(255, 255, 0, 1); }
	#footerBox h1 {
		font-size: 1.8rem;
		padding-bottom: 0.5em;
	}
	#footerBox .leftBox { width: 33%; }
	#footerBox .rightBox { width: 33%; text-align: left !important; }

	#footerBox #footerSubMenuBox {
		text-align: left;
		line-height: 160%;
	}
	#footerBox #footerSubMenuBox ul{
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		flex-direction: row;
	}
	#footerBox #footerSubMenuBox ul li{
		margin: 0 1.5em 0 0;
	}

		#footerBox #copyrightBox { text-align: center; }

.columnFlexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.5em;
}
	.column2 > div { width: 48%; }
	.column3 > div { width: 30%; }
	.columnFlexBox .textBox { width: 70%; }
	.columnFlexBox .imgBox { width: 25%; text-align: center; }
	
	.columnFlexBox:not(:last-child) { margin-bottom: 2em; }
	.alternateBox .column2 .textBox { order: 2 }
	.alternateBox .column2 .imgBox { order: 1 }

	.leftThTable, 
	.topThTable {
		border-collapse: collapse;
		width: 100%;
		border-top: 1px solid rgba(102, 196, 213, 1);
		border-left: 1px solid rgba(102, 196, 213, 1);
		margin-bottom: 0.5em;
	}
	.topThTable th, 
	.topThTable td, 
	.leftThTable th, 
	.leftThTable td {
		font-weight: normal;
		border-right: 1px solid rgba(102, 196, 213, 1);
		border-bottom: 1px solid rgba(102, 196, 213, 1);
		padding: 1em;
	}
	.topThTable th, 
	.leftThTable th {
		background: rgba(102, 196, 213, 0.1);
	}
	.topThTable td { vertical-align: top; } 
	.leftThTable th { text-align: left; }

	.leftThlineTable {
		border-collapse: collapse;
		border-top: 1px solid rgba(100, 100, 100, 1);
		margin-bottom: 0.5em;
		width: 100%;
	}
		.leftThlineTable th,
		.leftThlineTable td {
			border-bottom: 1px dotted rgba(100, 100, 100, 1);
			padding: 0.5em;
			vertical-align: top;
		}
		.leftThlineTable tr:last-child th,
		.leftThlineTable tr:last-child td { border-bottom-style: solid }
	.leftThnolineTable {
		border-collapse: collapse;
		margin-bottom: 0.5em;
		width: 100%;
	}
		.leftThnolineTable th,
		.leftThnolineTable td {
			padding: 0.5em;
			vertical-align: top;
		}

#footerBox a#backToTopBtn::before, 
#backToTopBtn {
	display: block;
	position: fixed;
	bottom: 1em;
	right: 3vw;
	width: 50px;
	height: 50px;
	transition: 0.3s;
}
#backToTopBtn {
	text-indent: -2000em;
	background: rgba(102, 196, 213, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
	font-size: 2.5rem;
}
#footerBox a#backToTopBtn::before {
	text-indent: 0;
	text-align: center;
	line-height: 50px;
}
#footerBox a.hideBtn { opacity: 0; }
#footerBox a.showBtn { opacity: 1; }

.backBtn, 
.submitBtn {
	padding: 2rem 0;
	font-size: 2.2rem;
/*	background: rgba(0, 82, 183, 1);*/
	background: rgba(102, 196, 213, 1);
	color: rgba(255, 255, 255, 1);
	width: 45vw;
	border: none;
	border-radius: 5px;
}
.backBtn { background: rgba(102, 102, 102, 1); }

.privacyBox {
	width: 100%;
	height: 20vh;
	overflow: scroll;
	border: 1px solid rgba(102, 102, 102, 1);
	padding: 1em;
}

#privacypolicyBody ol { margin: 1em 0; }
	#privacypolicyBody ol > li {
		margin: 0 0 3rem 1em;
		list-style: decimal;
		padding-left: 0.5em;
	}
	#privacypolicyBody ol > li > ul > li {
		list-style: disc;
		margin-left: 1em;
		margin-bottom: 30px;
	}
#policy02Body ol { margin: 1em 0; }
	#policy02Body ol > li {
		margin: 0 0 3rem 1em;
		list-style: decimal;
		padding-left: 0.5em;
	}
	#policy02Body ol > li > ul > li {
		list-style: disc;
		margin-left: 1em;
	}
#guideBody ol { margin: 1em 0; }
	#guideBody ol > li {
		margin: 0 0 3rem 1em;
		list-style: decimal;
		padding-left: 0.5em;
	}
	#guideBody ol > li > ul > li {
		list-style: disc;
		margin-left: 1em;
	}
#policyBody ol { margin: 1em 0; }
	#policyBody ol > li {
		margin: 0 0 3rem 1em;
		list-style: decimal;
		padding-left: 0.5em;
	}
	#policyBody ol > li > ul > li {
		list-style: disc;
		margin-left: 1em;
	}
#contactBody .required { color: rgba(204, 0, 0, 1); }
#contactBody .error {
	margin-top: 1rem;
	padding: 0.5rem 2rem;
	color: rgba(204, 0, 0, 1);
	font-weight: bold;
	background: rgba(204, 0, 0, 0.1);
	display: inline-block;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
	 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

#homeBody .ggmap {
	position: relative;
	padding-bottom: 25%;
}
#homeMainImageBox {
	width: 100vw;
	height: calc( 160vw / 3 );
	background: url(../img/home/mainimage.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
	#homeMainImageBox a {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 5vw;
		width: 300px;
		height: 168px;
		background: url(../img/home/banner_youtube.png) no-repeat 50% 50%;
		background-size: contain;
	}
@media only screen and (max-width: 890px) {
	#footerBox h1{
		font-size: 1.6rem;
	}
}
/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
	.initBox { width: 90vw; }
	.pcHide { display: block; }
	.spHide { display: none; }
	.pcBlock { display: inline; }
	.spBlock, 
	#drawerBox { display: block; }
	
	.fixImgM {
		width: 70%;
		margin: 0 auto;
	}

	.spLeftText { text-align: left !important; }
	.smallText { font-size: 1.4rem; }
	.leftBox, 
	.rightBox { float: none !important; width: 100% !important; }
	.myContentBox { margin: 0; }

	.flexBox > div, 
	.column2 > div, 
	.column3 > div, 
	.columnFlexBox .textBox, 
	.columnFlexBox .imgBox { width: 100%; margin-bottom: 1em; }

	.spTable tr, 
	.spTable th, 
	.spTable td {
		float: left;
		width: 100% !important;
		box-sizing: border-box;
	}
	.spTable thead { display: none; }
	.spTable td { padding: 0.25em 1em; }
	.spTable td:not(:last-child) { border-bottom-style: dotted; }
	.spTable tbody td::before { content: attr(data-name)' '; }

	.leftThnolineTable th {
		border-top: 1px solid rgba(100, 100, 100, 0.5);
		border-bottom: 1px solid rgba(100, 100, 100, 0.5);
	}
	.leftThnolineTable td { margin-bottom: 4rem; }

	.backBtn, 
	.submitBtn, 
	input, textarea, select, 
	.spTable { width: 100%; }
	.backBtn, 
	.submitBtn { margin-bottom: 0.5em; }
	.mwform-tel-field input { width: auto; }
	
	#footerBox #footerSubMenuBox ul{display: block;}
	#footerBox #footerSubMenuBox li { width: 100%; margin-bottom: 0.5em; }

	.ggmap {
		padding-bottom: 56.25%;
	}

	.rightImg {
		float: none;
		width: 100%;
		margin: 0 0 0.5em 0;
	}
}

@media screen\0 {
	#recruitBody .leftThnolineTable th, 
	#recruitBody .leftThnolineTable td {
		vertical-align: middle;
		padding-top: 1em;
	}
}