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

/* common */
html,
body {
	height: 100%;
	color: #434343;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}
p {
	text-align: justify;
}

/* fonts */
.heebo {
	font-family: 'Heebo', sans-serif;
}
.worksans{
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.font_white {
	color: #FFF;
}
.font_red {
	color: #D70C18;
}

/* navigation */
nav {
	padding: 10px 0;
	background-color: rgba(255,255,255,0.65);
}
nav a {
	color: #004F8D;
}
nav img,
footer img {
	height: 30px;
}
.navbar-brand {
	padding: 6px 10px;
}
/* footer */
footer {
}
.foot1 {
	height: 60px;
	text-align: right;
	padding: 10px;
	background-color: #EEF9FF;
}
.foot2 {
	height: 30px;
}
.foot2 p {
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
}
.foot3 {
	height: 4px;
	background-color: #D70C18;
}
@media ( max-width : 767px ) {
	.foot1 {
		text-align: center;
	}
	footer img {
		height: 32px;
		margin-top: 3px;
	}
}


/* index */
section,
article {
	height: 100%;
	padding: 100px 0 60px;
}
#top_cover {
	background-image: ;
}
@media screen and (max-width: 700px) {
    /*　画面サイズ 499pxまで適用　*/
#top_cover {
	background-image: ;
}
}
#top_info,
#top_access {
	height: auto;
}
#top_access {
	padding: 0;
}
#top_relationship {
	background-image: url(../img/relationship.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#top_about {
	background-image: url(../img/3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 599px) { 
/* スマホ用（幅が600px未満のウインドウ用）*/
#top_about {
background-image: url(../img/3_1.jpg);
background-repeat: no-repeat;
}
}

#top_bus {
	background-image: url(../img/topimg03.jpg);
}
	/* 背景画像の4K対応 */
	#top_cover,
	#top_prof,
	#top_about 
	#top_bus,
	.profile_img,
	.stuff_img,
	.access_img,
	.contact_img,
	.operation_img {
		-moz-background-size: cover;
		background-size : cover;
	}
.top_copy {
	margin-top: 100px;
	text-align: center;
}
.top_copy img {
	max-width: 100%;
	height: auto;
}
.top_copy h1 {
	font-size: 38px;
	line-height: 2em;
	color: #FFF;
	
	-moz-text-shadow:0px 0px 8px #000;
	-webkit-text-shadow:0px 0px 8px #000;
	text-shadow:0px 0px 8px #000;
}

section#top_video{
	height:30%;
}


@media ( max-width : 767px ) {
	.top_copy {
		margin-top: 30px;
	}
	.top_copy img {
		max-width: 50%;
	}
	.top_copy h1 {
		font-size: 25px;
		line-height: 1.4em;
	}
	#top_cover {
		background-position: left;
	}
	#top_prof {
		background-position: 800px 0;
	}
	#top_bus {
		background-position: -320px 0;
	}
}
/*iPad横*/
@media ( min-width : 768px ) and (max-width: 1024px) {
	.top_copy {
		margin-top: 150px;
	}
	.top_copy h1 {
		font-size: 32px;
		line-height: 1.6em;
	}
	section {
		padding-top: 4em;
	}
	#top_cover {
		background-position: left center;
	}
	#top_prof {
		background-position: center center;
	}
	#top_bus {
		background-position: -320px 0;
	}
}
/*iPhone横*/
@media ( min-width : 560px ) and (max-width: 767px) {
	.top_copy {
		margin-top: 0;
	}
	.top_copy img {
		max-width: 20%;
	}
	.top_copy div h1 {
		font-size: 20px;
	}
	section {
		padding-top: 2em;
	}
}
.info_box h1,
.fb_box h1 {
	font-size: 28px;
	margin-bottom: 0.5em;
}
.info_box dl,
.sub_text dl {
	width: 100%;
	height: auto;
	margin: 0.5em 0;
	padding: 0.25em 0 0.5em;
	border-bottom: 1px solid #7D7D7D;
}
.info_box dl:first-child {
	padding-top: 0.85em;
	border-top: 1px solid #7D7D7D;
}
.sub_text dl:first-child {
	padding-top: 0.85em;
	border-top: 1px solid #7D7D7D;
}
.info_box dt,
.sub_text dt {
	width: 8em;
	padding-left: 0.5em;
	float: left;
	font-size: 16px;
}
.info_box dd,
.sub_text dd {
	margin-left: 10em;
	min-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
}
@media ( max-width : 767px ) {
	.info_box {
		margin-bottom: 40px;
	}
	.info_box dt,
	.info_box dd,
	.sub_text dt,
	.sub_text dd {
		float: none;
		margin-left: 0;
		padding-left: 0;
		font-size: 14px;
	}
}
.comment_box,
.comment_box2 {
	width: 95%;
	margin: 0 auto;
}
.comment_box2 {
	margin: 80px auto 60px;
}
.comment_box h1,
.comment_box2 h1 {
	font-size: 35px;
}
.comment_box hr {
	border-top: 1px solid #FFF;
}
.comment_box2 hr {
	border-top: 1px solid #434343;
}
.comment_box h2,
.comment_box2 h2 {
	width: 100%;
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.comment_box p,
.comment_box2 p {
	margin-top: 1em;
	font-size: 16px;
	line-height: 1.556em;
	text-align: justify;
}
@media ( max-width : 767px ) {
	.comment_box p,
	.comment_box2 p {
		font-size: 16px;
	}
	.comment_box hr {
		margin-top: 0.5em;
		margin-bottom: 0.6em;
	}
}
.comment_box h1,
.comment_box hr,
.comment_box h2,
.comment_box p,
.link_button a {
	-moz-text-shadow:0px 0px 5px #000;
	-webkit-text-shadow:0px 0px 5px #000;
	text-shadow:0px 0px 5px #000;
}
.link_button {
	margin-top: 1em;
	size: 14px;
	line-height: 2em;
	text-align: center;
	width: 7em;
	height:2em;
}
.link_button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border: 1px solid #FFF;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.access_box {
	margin-top: 2em;
}
.access_box h3 {
	font-size: 24px;
}
.access_box p {
	font-size: 16px;
	margin: 0.5em 0;
	}
.access_box p:first-child {
	font-size: 18px;
}
.gmap {
	position: relative;
	padding-top: -80px;
	overflow: hidden;
}
.ggmap iframe, 
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: -15px;
	width: 100%;
	height: 100%;
}
@media ( max-width : 767px ) {
	.gmap {
		height: 400px;
	}
}
@media ( max-width : 500px ) {
	.gmap {
		margin-bottom: 15px;
	}
}
/*facebook*/
@media screen and (min-width:768px) {
	.fb-page {
		width:500px !important;
	}
}

@media screen and (max-width:767px) {
	.fb-page {
		width:100% !important;
	}
}
#fb_container {
	width: 500px;
	margin: 0 auto;
}
@media ( max-width : 500px ) {
	#fb_container {
		width: 100%;
		margin: 0 auto;
	}
}

/*
#map_container {
	position: relative;
	padding-top: 50%;
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
*/


/* sub page */
#sub_cover {
	width: 100%;
	height: 500px;
}
.mainwrap {
	margin: 60px 0 0;
}
.mainwrap img {
	width: 100%;
}
.subwrap {
	margin: 10px 0 40px;
}
.title_box {
	margin-top: 1.5em;
}
.title {
	min-height: 3em;
}
.title h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 2px solid #D70C18;
}
.title h2 {
	width: 100%;
	margin: 0.5em 0;
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.title h3 {
	width: 100%;
	margin: 0.5em 0;
	font-size: 24px;
	font-weight: 700;
}
.sub_text p {
	font-size: 18px;
	line-height: 1.556em;
}
.sub_photo {
	margin-bottom: 20px;
}
.sub_photo:nth-of-type(2) {
	margin-bottom: 0;
}
.sub_photo img {
	width: 100%;
}
/* news */
.newMark{
	display: inline-block;
	border: 1px solid indianred;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 100%;
	background: indianred;
	color: #fff;
	border-radius: 3px;
}

/* profile */
.profile_img {
	background-image: url(../img/15.jpg);
	background-position: center center;
}
/*@media ( min-width : 1921px ) {
	.profile_img {
		background-position: -380px 0;
	}
}*/
@media screen and (max-width: 599px) { 
/* スマホ用（幅が600px未満のウインドウ用）*/
.profile_img {
background-image: url(../img/15_1.jpg);
background-repeat: no-repeat;
}
}
@media ( max-width : 500px ) {
	.profile_img {
		background-position: 47%;
	}
}
@media ( max-width : 1199px ) {
	.title_box {
		margin-top: 0.5em;
	}
}
@media ( max-width : 991px ) {
	.title_box {
		margin-top: 0em;
	}
}
@media ( max-width : 767px ) {
	.title_box {
		margin-left: 0;
	}
}
/* stuff */
.stuff_img {
	background-image: url(../img/15.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 599px) { 
/* スマホ用（幅が600px未満のウインドウ用）*/
.stuff_img {
background-image: url(../img/15_1.jpg);
background-repeat: no-repeat;
}
}
@media ( max-width : 767px ) {
	.stuff_img {
		background-position: 60% 0;
	}
}
@media ( max-width : 500px ) {
	.stuff_img {
		background-position: 50% 0;
	}
}
/* access */
.access_img {
	background-image: url(../img/13.jpg);
	background-position: center center;
}
@media screen and (max-width: 599px) { 
/* スマホ用（幅が600px未満のウインドウ用）*/
.access_img {
background-image: url(../img/13_1.jpg);
background-repeat: no-repeat;
}
}
@media ( max-width : 767px ) {
	.access_img {
		background-position: 60% 0;
	}
}
@media ( max-width : 500px ) {
	.access_img {
		background-position: 50% 0;
	}
}
/* contact */
.contact_img {
	background-image: url(../img/15.jpg);
	background-position: center center;
}
@media screen and (max-width: 599px) { 
.contact_img {
background-image: url(../img/15_1.jpg);
background-repeat: no-repeat;
}
}
@media ( max-width : 767px ) {
	.contact_img {
		background-position: 60% 0;
	}
}
@media ( max-width : 500px ) {
	.contact_img {
		background-position: 50% 0;
	}
}
.service_list {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;	
	color: #004F8D;
}
.service_list ul {
	margin: 10px 0;
}
.service_list ul li {
	display: block;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 0.25em;
	border: 1px solid #004F8D;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.contact_box {
	margin-top: 40px;
	padding: 1em 2em;
	vertical-align: bottom;
	border: 4px solid #004F8D;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.contact_box h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0.5em;
}
.contact_box dl {
	width: 100%;
	font-size: 20px;
}
.contact_box dt {
	width: 7em;
	padding-left: 1em;
	float: left;
	line-height: 40px;
}
.contact_box dd {
	font-size: 28px;
}
.cb_datalist_tel dt {
	padding-top: 18px;
}
.cb_datalist_tel dd {
	font-size: 42px;
	color: #004F8D;
	font-weight: 700;
	overflow: hidden;
}
@media ( max-width : 767px ) {
	.contact_box {
		padding: 1em;
	}
	.contact_box dt,
	.contact_box dd {
		line-height: 1.1em;
		float: none;
		margin: 0;
		padding: 0;
	}
	.contact_box dd {
		margin-left: 10px;
	}
}

/*recluit 2017.1.18追加*/
/*2017.1.18追記分がアップロードされない？反映されない？ため、HTML内にstyleを記述してある（）*/

/*indexページのバナーに対するCSS*/
.top_ban {
	width: 100%;
	text-align: center;
}
.top_ban img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
}

/*recluitページの表化CSS*/
#recluit_wrap {
	width: 980px;
	margin: 0 auto;
	padding: 1.5em;
	background-color: #FFF;
	font-size: 18px;
}
#recluit_wrap h1 {
	font-size: 28px;
	margin-bottom: 1em;
	text-align: center;
	color: #004F8D;
}
#recluit_wrap dl {
	border-bottom: 1px solid #004F8D;
	clear: both;
	background-color: #FFF;
}
#recluit_wrap dl:nth-of-type(1) {
	border-top: 1px solid #004F8D;
}
#recluit_wrap dt, #recluit_wrap dd {
	display: block;
	float: left;
	padding: 0.8em;
	line-height: 1.5em;
}
#recluit_wrap dt {
	width: 20%;
	font-weight: bold;
	color: #004F8D;
}
#recluit_wrap dd {
	width: 80%;
}
#recluit_wrap p {
	line-height: 1.5em;
}
.modoru {
	display: block;
	margin: 3em auto 2em;
	width: 10em;
}
.modoru a {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 1em 1.5em;
	background-color: #004F8D;

	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
@media (max-width:1023px) {
	#recluit_wrap {
		width: 90%;
		font-size: 16px;
	}
	#recluit_wrap h1 {
		margin-top: 0.5em;
	}
}
@media (max-width:767px) {
	#recluit_wrap {
		width: 100%;
		padding: 1em;
	}
	#recluit_wrap dt, #recluit_wrap dd {
		display: inline-block;
		float: inherit;
		width: 100%;
		padding: 0.8em;
		line-height: 1.5em;
	}
	#recluit_wrap dt {
		background-color: rgba(0,79,141,0.15);
	}
}
/*2017.1.18追記 ここまで*/
.kyujin-shuryo {
	margin-bottom: 1.2em;
}
.kyujin-shuryo p {
	size: 1.5em;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*2017.2.6追記 ここまで*/



@media ( max-width : 500px ) {
	video.vid {
		width:100%;
	}
}

.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
}