@charset "UTF-8";
* {　overflow : hidden ; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
	overflow: hidden;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
h4{
	margin-bottom:0px;}
body{
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
th{
	color:#fff;
	background-color:#208FB9;}
.entry-meta,.comments-area,#secondary{
	display:none;}
h3 {
color: #2898BA;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #2898BA;/*上線*/
border-bottom: solid 3px #2898BA;/*下線*/
}
dt{width:30%;
float:left;}
dd{width:70%;}
dl{
	width:100%;
	padding:10px 10px 20px;
	border-bottom:1px dotted #333;
	clear:both;}
p{margin:0;}
#header{
	width:100%;
	}
#header2{
	height:130px;
	width:100%;
	}
.active_link{
	padding-bottom:3px;
	border-bottom:solid 3px #F0A400;}
a {
   color: #333;
}
a:hover{
	color:#D80079;}
.float_left{
	float:left;
	margin-right:50px;
	}
p {
	padding-bottom:10px;
}
 img.float_left{
	width:12%;
	}
.float_left2{
	width:59%;
	float:left;
	margin-right:50px;
	}
	
.float_right{
	display: inline-block;
	float: right;
	margin-left: 50px;
}
.txtright {
	text-align: right;
	width: 200px;
	float: right;
}
.txtright2 {
	width: 500px;
	float: right;
}
.h3{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 50px;
}
.topics {
	background-image: url(../img/wave_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:30px;
	margin-bottom:30px;
}
.topics2 {
	padding-bottom:30px;
	margin-bottom:30px;
}
.h4{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #333;}
.h5{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	background-image: url(../img/wave_line3.png);
	background-repeat: repeat-x;
	background-position: bottom;}
#totop{
	position: fixed;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	}
.bg-slider {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/bg1.jpg);
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	padding-top:100px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

/*メニュー*/

.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    position: absolute;
    margin: 0px auto;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
	font-weight:bold;
    text-decoration: none;
}
#top-head .inner {
	float:right;
	padding-top:25px;
	position: relative;
	text-align: right;
    z-index: 10;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    z-index: 20;
}

#top-head .logo img {
    width:250px;
	height:auto;
}
#global-nav ul {
	display:block;
	/* width:950px; */
	margin:0px auto 0px;
	list-style: none;
	font-size: 14px;
	text-align:center;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
	color: #FFFFFF;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

	  
#top-head.fixed #global-nav ul li a {
   color: #333;
    padding: 0 20px;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #D80079;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #F8F8F8;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#top_wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
ul li .li {
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left: 15px;
}
.contents_area {
	max-width: 1000px;
	padding: 40px 15px;
	margin-left: auto;
	margin-right: auto;
}
.contents_area2 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/top_photo1.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 150px;
	text-align: center;
}
.contents_area3 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/top_photo2.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area4 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/recruit_img.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area5 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/bg1.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
.contents_area6 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head4.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area7 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head5.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_menu img{
	float:left;
	width:32%;
	margin-right:10px;
	margin-bottom:10px;
}
.undertitle {
	width:400px;
	position: absolute;
	bottom: -25px;
}
#footer_wrapper {
	margin-top: 20px;
}
#foot_nav {
	max-width:1000px;
	margin:0px auto;
	font-size:14px;
	font-weight:bold;
}
#foot_nav ul li {
	display:inline-block;
	padding:10px 6px 0px;
	margin:10px auto;
	background-repeat: repeat-x;
	
}
#foot_nav ul li a{
	text-decoration:none;
	background-image:none;
}
.ph_area {
	text-align: right;
	margin-bottom:15px;
}
.ph_area_name {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
}
.ph_area_name2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 4px;
}
#kyosan {
	margin-top:15px;
	border:1px solid #333;
	padding:20px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing:10px;
}
.kyosan_banner{
	font-weight:normal;
	width:33%;
	float:left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align:center;
	padding:10px;
	}
.kyosan_banner img{
	width:80%;
	padding-left:auto;
	padding-right:auto;
	height:auto;
	}
#footer {
	background-color: #0490b5;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration:underline;
	color: #fff;
}
#footer img {
	width:50%;
	height:auto;
	max-width:300px;
	margin-bottom:10px;
}
.fac_box {
	float: left;
	width:45%;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
	background-color:#FFF3EA;
}
.fac_box img {
	width:100%;
}
.about_box {
	float: left;
	width:45%;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.about_box img {
	width:100%;
}

.top_margin{
	margin-top:150px;
	}
.fac_txt{
	padding:10px;
	font-size:14px;
	text-align:center;}
	
.pro_box {
    padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: bottom;}

.whats_box {
    padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom:2px solid #F0A400;}
.whats_box_left{
	width:70%;
	float:left;
	padding-right:30px;}
.whats_box_title{
	font-size:24px;
	font-weight:bold;
	color:#F0A400;
	}
.whats_box_title2{
	font-size:24px;
	font-weight:bold;
	color:#2ACBB9;
	}
.whats_box img{
	width:30%;
	height:auto;
	}
.pro_box_left{
	width:52%;
	float:left;
	padding-right:30px;}

.pro_box_right{
	width:52%;
	float:right;
	padding-left:30px;}
	
.pro_box_title{
	font-size:18px;
	font-weight:bold;
	color:#F0A400;
	}
.pro_box_subbox{
	margin-top: 10px;
	background-color: #FFF3EA;
	padding: 10px;
	border-radius: 5px;
	overflow:auto;
	}
.proimg{
	width:48%;
	}

.about_img2{
	width:30%;
	float:right;
	margin-left:15px;
	}
.about_img3{
	width:45%;
	float:right;
	margin-left:20px;
	}
/*メニューend*/
#news {
	background-color: #208FB9;
}
#news a {
	color: #fff;
	text-decoration: none;	
}
#news a:hover {
	text-decoration:underline;
}
#news_inner{
	color: #fff;
	max-width: 1000px;
	padding: 10px 0px 10px;
	margin-right: auto;
	margin-left: auto;
}
#news_inner2{
	color: #fff;
	width: calc(100% - 124px);
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.center {
	text-align: center;
}
.bg-slider_copy {
	color: #FFFFFF;
	font-size: 30px;
}
.bg-slider_inner {
	max-width: 1000px;
	padding-top: 8%;
}
.bg-slider_img {
	float: right;
	width: 100%;
	text-align: right;
}
.bg-slider_img img {
	width: 300px;
	text-align: right;
}
.title {
	color: #FFFFFF;
	font-size: 40px;
	display: block;
	width: 100%;
	text-align: center;
}
.img {
	width: 100%;
}

.plus {
	text-align: center;
}
.plus_title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plus_honbun {
	padding-bottom:10px;
}
.plus_img img {
	width:100%;
}
.rightbox {
	width: 32%;
	border-right-width: 0px;
}
.smart {
	display:none;
}
.contents_area3_inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top:100px;
	padding-bottom:100px;
	color: #FFFFFF;
}
.title2 {
	font-size: 30px;
	letter-spacing: 5px;
	padding-bottom: 10px;
}
.square_btn {
	margin-top:20px;
    display: block;
    padding: 0.3em 1em;
    text-decoration: none;
	background-color: #2898BA;
    color: #fff;
    border-radius: 5px;
    transition: .4s;
	width:200px;
	text-align:center;
	font-size:18px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}
.frame { width: 100%; height: 160px; padding: 0; }
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.frame .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: 120px; height: 100%; }
.foot_bottom {
	background-color: #000000;
	color: #FFFFFF;
}
.foot_bottom_inner{
	max-width:1000px;
	margin:0px auto 0px;}
.foot_bottom_left {
	width:650px;
	float:left;
	font-size:14px;
}
.foot_bottom_right {
	width:350px;
	float:right;
	font-size:11px;
	padding-top:3px;
}
.height {
	height:600px;
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.home .h3,
.home .title,
.home .title2 {
    font-weight: bold;
}

/* Media Queries
--------------------------------------*/
@media screen and (max-width: 640px) {
dt{width:100%;
float:none;}
dd{width:100%;
display:block;
margin-left:0px;}
.height {
	height:200px;
}
.foot_bottom_inner{
	width:100%;
	margin:0px 15px 0px;}
.foot_bottom_left {
	width:100%;
	float:none;
	font-size:14px;
}
.foot_bottom_right {
	width:100%;
	float:none;
	font-size:11px;
	padding-top:3px;
}
.contents_area4 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/recruit_img2.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.txtright {
	text-align: left;
	width: 100%;
	float: none;
}
.txtright2 {
	width: 100%;
	float: none;
}
.contents_area3_inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top:100px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:100px;
	color: #FFFFFF;
}
.contents_area2 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/top_photo1.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.title{
	font-size:28px;}
.smart {
	display:block;
}
.column3 {
	width: 100%;
	float: none;
	border-right: none;
	padding-top: 15px;
	padding-right: 15px;
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inline-block;
}
#news_inner{
	color: #fff;
	width: 100%;
	padding: 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}
#news_inner2{
	color: #fff;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#news_inner3{
	display: block;
	text-align: right;
	width: 100%;
	float: none;
	font-size: 13px;
}
.bg-slider_inner {
	max-width: 1000px;
	padding-top: 0px;
}
.img {
	display:none;
}

.bg-slider_img {
	float: none;
	width: 100%;
	text-align: center;
}
.bg-slider_copy {
	color: #FFFFFF;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
#top-head .inner {
	float:right;
	padding-top:12px;
	position: relative;
	text-align: right;
}
#top-head .logo img {
    width:200px;
	height:auto;
}
html{
	font-size:85%;}
#header{
	height:560px;
	width:100%;
	}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	.bg-slider img{
	width:70%;
	height:auto;
}
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -480px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
	    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover {
        width: 100%;
        display: block;
        color: #D80079;
        padding: 18px 0;
    }
	
	
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	ul li .li {
	background-image: none;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left:10px;
}
img.float_left{
	width:12%;
	margin-right:30px;
	}
.float_left2{
	width:100%;
	float:left;
	margin-right:0px;
	}
	
.smart_img{
	width:100%;}
.contents_menu img{
	float:left;
	width:47%;
	margin-right:10px;
	margin-bottom:10px;
}
.undertitle {
	width:300px;
}
.h3{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
}
.h4{
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #333;}
#foot_nav {
	width:100%;
	margin:30px auto;
	text-align:center;
	line-height:14px;

}
#foot_nav ul li {
	margin:0px;
	margin-bottom:5px;


}
.ph_area img{
	width:100%
}
.ph_area_name {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 3px;
}

.ph_area_name2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 4px;
}
#kyosan {
	margin-top:15px;
	border:1px solid #333;
	padding:10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	letter-spacing:10px;
}
.kyosan_banner{
	font-weight:normal;
	width:48%;
	float:left;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align:center;
	padding:10px;
	}
.kyosan_banner img{
	width:90%;
	padding-left:auto;
	padding-right:auto;
	height:auto;
	}
	
	#footer img {
	width:70%;
	height:auto;
	max-width:300px;
	margin-bottom:10px;
}
.bg-slider__title{
	color: #fff;
	font-size: 28px;
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
#header2{
	height:200px;
	width:100%;
	}
.fac_box {
	float: left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;
	background-color:#FFF3EA;
}
.fac_box img {
	width:100%;
}
.about_box {
	float: left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	font-size:14px;
}
.about_box img {
	width:100%;
}
.top_margin{
	margin-top:0px;
	}
.fac_txt{
	padding:10px;
	font-size:14px;
	text-align:center;}
	
.pro_box_left{
	width:100%;
	float:none;
	padding-right:0px;}

.pro_box_right{
	width:100%;
	float:none;
	padding-left:0px;}
.proimg{
	margin-top:20px;
	width:100%;
	}
.about_img2{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;
	}
.about_img3{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;
	}
.whats_box_left{
	width:100%;
	float:none;
	padding-right:0px;
	margin-bottom:20px;}
.whats_box img{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;}

}

.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* 2018.10.03 add @ Jan Hit
----------------------------------*/
#access {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
}
.gmap {
    position: relative;
    padding-bottom: 36.25%;
    height: 0;
    overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#recruit {
    background-image: none;
    background-color: #f7f7f7;
    display: block;
}
#recruit .contents_area3_inner {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
#recruit .recruit_left {
    width: 55%;
    float: left;
}
#recruit .recruit_left img {
    max-width: 100%;
}
#recruit .txtright2 {
    width: 42%;
    padding: 2.888% 0;
    color: #333;
}
.table-rec table>tbody>tr:nth-child(odd) {
    background-color: #fdfdfd;
}
.table-rec table {
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}
.table-rec th {
    padding: 16px;
    width: 8em;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    color: #208fb9;
}
.table-rec td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}
.table-rec table>tbody>tr:last-child th,
.table-rec table>tbody>tr:last-child td {
    border-bottom: none;
}
/* 2018.11.26 add @ Jan Hit
--------------------------------------*/
.home #header.height {
    height: calc(100vh - 58.4px);
}
body {
    font-weight:500;
    font-feature-settings : "palt";
    letter-spacing: 0.08em;
}
.home img {max-width:100%;}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.home .contents_area2 {
    position: relative;
    width: 100%;
    height: 640px;
    background-image: url(../img/top_photo1.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 0;
}
.home .contents_area2 .bg-inner {
    background-color: rgba(0,0,0,.4);
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 7%;
}
.home .contents_area2 .bg-inner .title {
    margin-bottom: 16px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}
.home .contents_area2 .bg-inner p {
    color: #fff;
    line-height: 2.2;
    margin-bottom: 32px;
}
.home .contents_area2 .bg-inner .square_btn {
    margin: 0 auto;
}
.home .contents_area2 .bg-inner .img {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.home .square_btn {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.home .square_btn:hover {
    background: rgba(58, 68, 121,1);
}
.home .col3-inner {
    padding: 0 8px;
}
.home .contents_area2+.contents_area {
    max-width: 1170px;
}
.home #news_inner {
    padding: 16px 15px;
}

.home #news+.contents_area .cf {
    padding-bottom: 0;
}
.home #news+.contents_area .cf .h3 {
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.home #news+.contents_area .cf p {
    padding-bottom: 0;
    line-height: 2.2;
}
.home .contents_area3_inner {
    padding-left: 15px;
    padding-right: 15px;
}
.home .plus_honbun {
    padding-bottom: 16px;
    line-height: 2;
}
.home #about .contents_area3_inner {
    width: 40%;
    margin: 0 auto 0 0;
    background: rgba(0,0,0,.3);
    padding: 4% 8%;
    height: 100%;
}
.home #about .contents_area3_inner .title2 {
    text-align: center;
}
.home #about .contents_area3_inner p {
    line-height: 2;
}
.home .txtright2 p {
    line-height: 2.2;
}
.img img {
    width: 786px;
	max-width: 786px;
}
#footer {
    padding: 24px;
}
#foot_logo {
    padding-top: 24px;
    padding-bottom: 16px;
}
#footer img {
    max-width: 240px;
}
.foot_bottom {
    padding: 16px 0;
}
.foot_bottom_left,
.foot_bottom_right {
    font-size: 13px;
    width: 100%;
    float: none;
    text-align: center;
}
.foot_bottom a {
    color: #fff !important;
    text-decoration: none;
}
.foot_bottom a:hover {
    opacity: .8;
    text-decoration: underline;
}
.foot_bottom_inner {
    width: 100%;
}
.bg-slider .caption {
    text-align: center;
}
.bg-slider .caption img {
    max-width: 320px;
}
#top-head .inner #global-nav>ul>li>a {
    transition: .4s;
}
#top-head .inner #global-nav>ul>li>a:hover {
    color: rgba(58, 68, 121,.8);
}
.second-below .contents_area5_inner {
    height: 100px;
}


/* Media Queries
--------------------------------------*/
/* min-width */
@media screen and (min-width: 768px) {
  .home #top_wrapper {
    width: 100%;
  }
  .home #top-head {
    background-color: #0490b5;
    width: 100%;
  }
  .home #top-head .top-headinner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 100px;
  }
  #top-head .logo {
    height: 100px;
    line-height: 100px;
  }
  #top-head .inner {
    padding: 0;
  }
  #top-head .inner #global-nav>ul>li>a {
    display: block;
    height: 100px;
    line-height: 100px;
  }
  #global-nav ul {
    margin: 0 -8px 0 0;
  }
  #recruit .txtright2 span {
    display: block;
  }
  .home #news+.contents_area,
  .home #access+.contents_area,
  .home #recruit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .contents_area2+.contents_area {
    padding-bottom: 80px;
  }
  .home .h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .home .title,
  .home .title2 {
    font-size: 34px;
  }
  .column3 {
	width: 33.333%;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  #top-head .inner #global-nav>ul>li>a {
    padding-right: 16px;
    padding-left: 16px;
  }
  #global-nav ul {
    margin: 0 -16px 0 0;
  }
  .home #top_wrapper+div {
    background-position: top center !important;
  }
  .second-below #top-head {
    width: 1000px;
  }
}

/* max-width */
@media screen and (max-width: 1024px) {
  #recruit .contents_area3_inner {
    width: 100%;
  }
  #recruit .txtright2 {
    padding: 0;
  }
  .home #about .contents_area3_inner {
    width: 50%;
  }
  .img img {
	width: 688px;
  }
}
@media screen and (max-width: 768px) {
  #top-head {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  #top-head .logo img {
    width: 200px;
  }
  #global-nav ul li a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .gmap {
    padding-bottom: 56.25%;
  }
  .home .col3-inner {
    padding: 0;
  }
  .home .plus_honbun {
    line-height: 1.7;
  }
  .home .contents_area2 .bg-inner p,
  .home #news+.contents_area .cf p {
    line-height: 2;
  }
  .home .contents_area2 {
    height: 580px;
  }
  .home .contents_area2 .bg-inner {
    padding-top: 12%;
  }
  .home .contents_area2 .bg-inner .img img {
    width: 67%;
  }
  .home #about .contents_area3_inner {
    padding: 8%;
  }
  #foot_nav {
    width: 100%;
  }
  #news_inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #top-head .logo {
    left: 24px;
  }
  .second-below #top-head {
    top: 8px;
  }
  .open #global-nav {
    -moz-transform: translateY(592px);
    -webkit-transform: translateY(592px);
    transform: translateY(592px);
  }
  .second-below img {
    margin-bottom: 16px;
  }
  .column3 {
    padding-bottom: 40px;
  }
  .column3:last-child {
    padding-bottom: 0;
  }
  .column3,
  .foot_bottom_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .h3, .title, .title2 {
    font-size: 28px;
  }
  .home #news+.contents_area .cf .h3 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .gmap {
    padding-bottom: 106.25%;
  }
  #recruit {
    padding-left: 0;
    padding-right: 0;
  }
  #recruit .recruit_left {
    width: 100%;
    float: none;
    margin-bottom: 8px;
  }
  #recruit .txtright2 {
    width: 100%;
    float: none;
  }
  .foot_bottom_inner {
    margin: 0;
  }
  .home .contents_area2 {
    height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .contents_area2 .bg-inner {
    background-color: rgba(0,0,0,.5);
  }
  .home .contents_area2 .bg-inner .caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .home .contents_area2 .bg-inner .caption p {
    text-align: left;
    padding: 0 24px;
    line-height: 2.2;
  }
  .home .contents_area2 .bg-inner .caption p br {
    display: none;
  }
  .home .column3 {
    margin-left: 0;
    margin-right: 0;
  }
  .home .plus_honbun {
    line-height: 2.2;
  }
  .home #about .contents_area3_inner {
    width: 100%;
    margin: 0;
    padding: 8% 24px;
  }
  .home #recruit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #foot_logo {
    padding-top: 8px;
  }
  #foot_nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .home .contents_area2 {
    height: 60vh;
  }
}
@media screen and (max-width: 320px) {
  .home .contents_area2 {
    height: 70vh;
  }
}