/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,body {
	margin: 0;
	padding: 0;
	
}



body {

	font-family: "Noto Sans Japanese", sans-serif;
	background-color: white;
	font-feature-settings: 'palt' 1;
	color:black;
	overflow-x:hidden;
	position:relative;



}


body .line {
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 350px 0 0;
border-color: #79c078 transparent transparent transparent;

}

body .line-2 {
position:absolute;
top:0;
right:0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 350px 50px 0;
border-color: transparent #79c078 transparent transparent;

}

body .line-3 {
position:fixed;
top:0;
left:0;
height:100%;
width:15px;
background-color:#00AB5F;
z-index:10000;

}

body .line-4 {
position:fixed;
top:0;
right:0;
height:100%;
width:15px;
background-color:#00AB5F;
z-index:10000;

}


section {
min-width:1000px;
}


.marker {
background-color:transparent;
}

.owl-carousel .owl-nav {
	position:absolute;
	width:100%;
	left:0;
	top:80px;
	
}


.owl-carousel .owl-nav .owl-prev {
	border:2px solid white;
	display:inline-block;
	width:60px;
	height:60px;
	position:relative;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
		position:absolute;
		left:-30px;
	background-color:#54B983;
	border-radius:50%;


	
}

.owl-carousel .owl-nav .owl-prev:hover{
	background-color:#A7D28D;
}


.owl-carousel .owl-nav .owl-prev:before {
	content: "\f104";
    font-family: FontAwesome;
    font-size: 40px;
    color:white;
    position:absolute;
	top:6px;
	left:-2px;
    width:100%;
    text-align:center;
	line-height:1;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

.owl-carousel .owl-nav .owl-prev:hover:before {
    color:white;
}


.owl-carousel .owl-nav .owl-next {
	border:2px solid white;

	display:inline-block;
	width:60px;
	height:60px;	
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
		position:absolute;
		right:-30px;
	background-color:#54B983;
	border-radius:50%;


}

.owl-carousel .owl-nav .owl-next:hover{
	background-color:#A7D28D;
}


.owl-carousel .owl-nav .owl-next:before {
	content: "\f105";
    font-family: FontAwesome;
    font-size: 40px;
    color:white;
    position:absolute;
	top:6px;
	right:-2px;
    width:100%;
    text-align:center;
	line-height:1;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-next:hover:before {
    color:white;
}


.owl-carousel .owl-dots{

}


.owl-carousel .owl-dots .owl-dot{
	background-color:rgba(38,40,160,0.2);
	display:inline-block;
	height:10px;
	width:10px;
	line-height:1;
	border-radius:50%;
	margin-right:20px;
}


.owl-carousel .owl-dots .owl-dot.active{
	background-color:rgba(38,40,160,1);
}



.container {
	max-width:1030px;
}
.row {
margin:0;
}

.bg-gray {
	background-color:#fafafa;
}

.no-padding {
	padding:0;
}

.relative {
position:relative;
}

a, a:visited ,a:focus ,a:active,a:hover  {
  text-decoration:none;
 outline:none;
 
}



.button-1:visited,.button-2:visited {
	color:white;
}

.recruit {
padding:50px 0 50px 0;
background-color:rgba(0,150,155,0.03);

	position: relative;
}

.recruit .box {
	padding: 40px 20px;
	color: black;
	width: 96%;
	
}

.recruit .box .title-head img {
	height: 14px;
}

.recruit .box .title-text {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 1px;
}

.recruit .box .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.5;
}

.recruit .recruit-box {
	background-color: white;
	padding: 30px 0;
	margin-bottom: 30px;
	border:1px dashed #54B983;
	border-radius:10px;
}

.recruit .recruit-box  .text {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	color:#1E1209;
}

.recruit .recruit-box  .text-2 {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 20px;
	line-height: 70px;
}

.recruit .recruit-box a {
	display: inline-block;
	width: 170px;
	height: 37px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #54B983;
	border:2px solid #54B983;
	color: white;
	margin: 10px;
	border-radius:5px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.recruit .recruit-box a:hover {
	opacity:0.7;
}


.modal-content {
	border-radius: 0;
	padding: 0 50px;
}

.modal-content .title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
}

.modal-content .text {
	border-bottom:2px dotted #54B983;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 10px 10px;
}

.modal-content .table {
	color:#1E1209;
	font-size: 14px;
	font-weight: 400;
}

.modal-content .table>tbody>tr>td {
	border: 0;
	border-bottom:1px solid #54B983;
	line-height: 1.8;
	padding:10px;
	letter-spacing:0.05em;
}

.close-btn {
	display: inline-block;
	width: 170px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: gray;
	color: white;
	margin: 40px 0;
	border-radius:5px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.close-btn:hover {
	text-decoration: none;
	opacity: 0.7;
	color:white;
}


.common-table {
border:1px solid #A7D28D;



}

.common-table .content{
border-bottom:1px dashed #A7D28D;



}

.common-table .content:nth-child(odd){

background-color:white;


}


.common-table .content:last-child{
border-bottom:0;

}

.common-table .content .left{
float:left;
width:40%;
text-align:left;
font-weight:500;
font-size:17px;
color:#7D6858;
letter-spacing:0.05em;
vertical-align:middle;

padding:20px 15px;
}

.common-table .content .right{
float:left;
width:60%;
text-align:left;
font-weight:400;
font-size:17px;
letter-spacing:0.1em;
color:#1E1209;
line-height:2;
padding:15px 15px;
border-left:1px dashed #A7D28D;
}

.common-table .content .right span{
background-color:#54B983;
color:white;
margin-right:10px;
padding:4px 7px;
border-radius:5px;
font-size:14px;
line-height:1;
display:inline-block;
}

.sep-title {
	margin-bottom:40px;
	text-align:center;
	margin-top:10px;
	
}
 

section .box-title{
    font-weight: bold;
    font-size: 17px;
    color: #4f2802;
    letter-spacing: 0.15em;
    margin-bottom:40px;
    line-height:1;
    
}


section .box-title span{
    padding:6px 12px;
    background-color:#ffde17;
    border-radius:4px;
}


section .box-title-sub{
    font-weight: bold;
    font-size: 16px;
    color: #4f2802;
    letter-spacing: 0.1em;
    margin-bottom:15px;
    line-height:1;
    position:relative;
    padding-left:30px;
}

section .box-title-sub:last-child{
    margin-bottom:40px;
}


section .box-title-sub:before{
position:absolute;
content:"";
left:0;
top:-2px;
width:20px;
height:20px;
background-color:#ffde17;
border-radius:50%;
}

.section-title-box {
margin-top:40px;
text-align:center;
}
 
.section-title {
color: #7D6858;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    padding:0 31px 0 35px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-align:center;
    position:relative;
	
}


.section-title:before{
content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../img/c-deco11.png);
    background-size: contain;
        background-position:left top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 10px;
    left: 0;
}

.section-title:after{
content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../img/c-deco12.png);
    background-size: contain;
    background-position:right top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 10px;
    right: 0;
}



.section-title .sub{
	font-size:13px;
	position:absolute;
	width:100%;
	text-align:center;
	top:-25px;
	left:0;
	color:#00ab5f;
	letter-spacing:2px;
	font-weight:bold;
}





.section-title-main {
	font-size:28px;
	display:inline-block;
	font-weight:bold;
	padding:0;
	letter-spacing:0.1em;
	color:black;
	line-height:1;
	position:relative;
	
}

.section-title-main .sub{
	font-size:13px;
	position:absolute;
	width:100%;
	text-align:center;
	top:-25px;
	left:0;
	color:#00ab5f;
	letter-spacing:1px;
}


.section-title-main .line{
	border-top:4px dotted #00ab5f;
	margin-top:17px;

}



.section-title-sub {
font-size:14px;
text-align:center;
font-weight:bold;
letter-spacing:1px;
color:#4f2802;
padding-bottom:10px;
text-decoration:underline;
}


.section-text {
line-height:2.1;
letter-spacing:0.15em;
margin-bottom:50px;

}

h1,h2,h3{
	margin:inherit;
	padding:inherit;
font-family: inherit;
    font-weight:inherit;
    line-height:inherit;
    color: inherit;
    font-size:inherit;
}



p {

font-size:16px;
color:black;
letter-spacing:0.1em;
font-weight:bold;
line-height:1.7;

}


b {
	font-weight:600;
}


.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}


.logo-top {
text-align:center;
padding-bottom:25px;
}


.page-text {
padding-bottom:80px;
position:relative;
}

.page-text .text{
text-align:center;
font-weight:500;
font-size:16px;
line-height:3;
letter-spacing:0.1em;
margin-top:0px;
color: #1E1209;
}

.page-text .text span{
border-bottom:3px dotted #A7D28D;
padding-bottom:5px;

}

.page-text .left-deco {
position:absolute;
top:calc(50% - 150px);
left:8%;
height:250px;

}

.page-text .right-deco {
position:absolute;
top:calc(50% - 150px);
right:8%;
height:250px;

}

.page-top {
   background-position: center 101%,center bottom;
    background-repeat:no-repeat,no-repeat;
    -webkit-background-size: 100% auto,cover;
    -moz-background-size: 100% auto,cover;
    background-size: 100% auto,cover;
    -o-background-size: 100% auto,cover;
 background-image: url(../img/c-deco8.png),url(../img/2556c466b0a481892ee86c0889aa12f9_m.jpg);
 height:430px;
     padding-bottom:0;
     position:relative;

}

.page-top .title-box {
 
position:absolute;
top:80px;

left:calc(50% - 190px);

font-size: 26px;
color:#7D6858;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight:500;
    width:380px;
    height:380px;

    text-align:center;
    padding-top:47px;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco3.png);
}



.page-top .title-box .sub{
font-size:15px;
display:inline-block;
padding:0 5px;
padding-bottom:5px;
color:#7D6858;
    font-weight:500;
letter-spacing:0.1em;
margin:0 auto;
margin-bottom:15px;
border-bottom:2px solid #A6D18C;

}




#page-top-main {
background-position: center 101%,left center;
background-image: url(../img/c-deco8.png),url(../img/page03.jpg);
height:600px;
}

#page-top-main img{
position:absolute;
left:6%;
top:calc(50% - 250px);
height:450px;
border:2px solid #8ECBA2;
border-radius:5px;
}


#page-top-hokima {
background-image: url(../img/c-deco8.png),url(../img/hokima01.jpg);
}

#page-top-kawaguchi {
background-image: url(../img/c-deco8.png),url(../img/kawaguchi01.jpg);
}

#page-top-kawaguchi-anex {
background-image: url(../img/c-deco8.png),url(../img/anex01.jpg);
}

#page-top-hikifune {
background-image: url(../img/c-deco8.png),url(../img/hikifune01.jpg);
}

#page-top-shiki {
background-image: url(../img/c-deco8.png),url(../img/shiki01.jpg);
}



.page-top-2 {
   background-position: center 101%,center center;
    background-repeat:no-repeat,no-repeat;
    -webkit-background-size: 100% auto,cover;
    -moz-background-size: 100% auto,cover;
    background-size: 100% auto,cover;
    -o-background-size: 100% auto,cover;
 background-image: url(../img/c-deco8.png),url(../img/page01.jpg);
 height:470px;
     padding-bottom:0;
     position:relative;

}

.page-top-2 .title-box {
 
position:absolute;
top:90px;

left:calc(50% - 215px);

font-size: 26px;
color:#7D6858;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight:500;
    width:430px;
    height:430px;

    text-align:center;
    padding-top:40px;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco3.png);
}



.page-top-2 .title-box .sub{
font-size:15px;
display:inline-block;
padding:0 5px;
padding-bottom:5px;
color:#7D6858;
    font-weight:500;
letter-spacing:0.1em;
margin:0 auto;
margin-bottom:10px;
border-bottom:2px solid #A6D18C;

}


.page-top-2 .img-box-1 {

    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco7.png);
    width:230px;
        height:230px;
position:absolute;
top:280px;
left:6%;


}

.page-top-2 .img-box-1 .inner{
position:absolute;
top:70px;
left:40px;
letter-spacing:0.06em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:15px;


}


.page-top-2 .img-box-2 {


    width:260px;
        height:260px;
position:absolute;
top:250px;
right:5%;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco5.png);


}

.page-top-2 .img-box-2 .inner{
position:absolute;
top:70px;
left:26px;
letter-spacing:0.05em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:16px;

}



.page-top-2 .img-box-3 {


    width:220px;
        height:220px;
position:absolute;
top:290px;
left:7%;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco26.png);


}

.page-top-2 .img-box-3 .inner{
position:absolute;
top:60px;
left:28px;
letter-spacing:0.06em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:15px;

}



header {

    width: 100%;
    min-width: 1032px;
    padding-bottom:20px;

}

#header-top {
   background-position: center 101%,center center;
    background-repeat:no-repeat,no-repeat;
    -webkit-background-size: 100% auto,cover;
    -moz-background-size: 100% auto,cover;
    background-size: 100% auto,cover;
    -o-background-size: 100% auto,cover;
 background-image: url(../img/c-deco8.png),url(../img/page03.jpg);
 height:400px;
     padding-bottom:0;
}



header .link-seifukai {
display:block;
text-align:center;
height:50px;
line-height:48px;
border:2px solid #00a75f;
position:absolute;
right:30px;
top:40px;
background-color:white;
width:200px;
font-weight:bold;
font-size:16px;
color:#00ab5f;
letter-spacing:0.08em;
border-radius:2px;
z-index:100;
}


header .link-seifukai img{
height:30px;
margin-right:10px;
margin-top:-5px;
}


header .line-2 {
position:absolute;
bottom:0;
left:0;
width:100%;
height:10px;
    background-repeat:repeat;
    -webkit-background-size: 1500px 92px;
    -moz-background-size: 1500px 92px;
    background-size: 1500px 92px;
    -o-background-size: 1500px 92px;
    background-image:url(../img/deco15.png);

}


header .logo-contnet {
text-align:center;
position:relative;
    padding-top:30px;
    padding-bottom:20px;
    margin:0 auto;

}


header .logo-contnet .logo-label{
position:absolute;
top:50px;
left:0px;
width:200px;
}

header .logo-contnet .logo-label .inner{
position:absolute;
top:26px;
left:38px;
letter-spacing:0.06em;
font-weight:bold;
line-height:1.5;
text-align:center;
color:#ff0041;
font-size:16px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}


header .logo-contnet .logo-label img{
width:100%;
}



header .logo-contnet .sub{
display:inline-block;
font-size:25px;
color:#00a75f;
margin-bottom:0px;
letter-spacing:2px;
font-weight:bold;
line-height:1;


}
header .logo-contnet .sub span{
    background: linear-gradient(transparent 50%, rgba(255,255,0,1) 0%);
    padding:0 5px;
    padding-bottom: 5px;
    
}






header a {
    opacity: 1;
    transition: opacity 0.3s;
    color:#4f2802;
    text-decoration: none;


}


header .header-link {
padding-bottom:0px;
    width: 1000px;
    margin: 0 auto;
    font-size:12px;
    letter-spacing:0.15em;
    font-weight:bold;
}


header .header-link a{
margin: 0 10px;
text-decoration:underline;
background: linear-gradient(transparent 80%,#FFF3B2 80%);
}


header .header-link .left{
float:left;
width:50%;
text-align:left;

}

header .header-link .right{
float:left;
width:50%;
text-align:right;

}




header .site-title {
padding-bottom:20px;

padding-top:40px;

text-align:right;
    width: 1000px;
    margin: 0 auto;
    font-weight:bold;
    font-size:13px;
    letter-spacing:0.15em;
    color:#4f2802;
}


.top-section {
	background-color: transparent;
	background-image: url(../img/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position:relative;
	height:400px;


}


.top-section .line{
position:absolute;
top:0;
left:0;
width:100%;
}

.top-section .line-2{
position:absolute;
bottom:0;
left:0;
width:100%;
}


.page-section {
background-color:#F5FAF4;
position:relative;
height:560px;


}

.page-section .img-box-1 {

    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco7.png);
    width:170px;
        height:170px;
position:absolute;
top:70px;
left:calc(50% - 400px);


}

.page-section .img-box-1 .inner{
position:absolute;
top:55px;
left:30px;
letter-spacing:0.05em;
font-weight:500;
line-height:1.6;
text-align:center;
color:#7D6858;
font-size:14px;

}


.page-section .img-box-2 {
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius:50%;
    width:170px;
        height:170px;
position:absolute;
top:70px;
left:calc(50% + 230px);
border:2px solid white;

}


.page-section .img-box-3 {


    width:230px;
        height:230px;
position:absolute;
top:280px;
left:calc(50% + 240px);
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco5.png);


}

.page-section .img-box-3 .inner{
position:absolute;
top:60px;
left:28px;
letter-spacing:0.06em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:15px;

}

.page-section .img-box-4 {
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius:50%;
    width:230px;
        height:230px;
position:absolute;
top:280px;
left:calc(50% - 470px);
border:2px solid white;


}

.page-section .img-box-5 {
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius:50%;
    width:230px;
        height:230px;
position:absolute;
top:100px;
left:calc(50% - 700px);
border:2px solid #54B782;

}


.page-section .img-box-6 {
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius:50%;
    width:230px;
        height:230px;
position:absolute;
top:100px;
left:calc(50% + 470px);
border:2px solid #54B782;

}


.page-section .title-box {
 
position:absolute;
top:150px;

left:calc(50% - 225px);

font-size: 28px;
color:#7D6858;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight:600;
    width:450px;
    height:450px;

    text-align:center;
    padding-top:40px;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco3.png);
}


.page-section .title-box img{
width:40px;
margin-bottom:0px;
}


.page-section .title-box .sub{
font-size:17px;
padding-bottom:15px;
width:270px;
color:#7D6858;
    font-weight:500;
letter-spacing:0.1em;
margin:0 auto;
margin-bottom:15px;
border-bottom:2px dotted #A6D18C;

}

footer {
text-align:center;
border-top: 1px solid #79c078;
margin-top:150px;
}

footer .logo {
    position: relative;
    text-align: center;
    margin-top:-18px;
    
}

footer .logo span {
background-color: white;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding:0 30px;


}

footer .text{
padding-top:50px;
padding-bottom:50px;
line-height:2;
font-size:14px;
letter-spacing:0.1em;
font-weight:500;

}


footer .footer-link {
padding:30px;
background-color:#79c078;
text-align:center;
}


footer .footer-link a{
margin: 0 10px;
text-decoration:underline;
font-weight:400;
color:white;

}


footer .copy{

background-color:#79c078;
font-weight:300;
font-size:13px;
text-align:center;
color:white;
padding-top:10px;
padding-bottom:20px;
line-height:1;

}


.scroll-top {
position:fixed;
bottom:-10px;
right:25px;
width:70px;
z-index:1000;

}

.gnav-content {
background-color:#F5FAF4;
}

.gnav-content-top {
background-color:white;
}

#gnav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding:12px 20px;

}



#gnav ul{
	padding:0;
	margin:0;
}

#gnav li {
    float: left;
    box-sizing: border-box;
    width: 16.66%;
    text-align:center;
    font-weight:500;
    line-height:1;
    position:relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
    


}

#gnav li:before {
position:absolute;
content:"";
bottom:0;
right:0;
height:100%;
width:0;
display:block;
border-right:2px dashed #A7D28D;

}

#gnav li:last-child:before {
position:absolute;
content:"";
bottom:0;
right:0;
display:none;
}




#gnav li a{
display:inline-block;
 
}


#gnav li a .title{
    font-size:16px;
    letter-spacing:0.1em;
    color:#1E1209;
 
}

#gnav li a .sub{
    font-size:10px;
    color:#009D46;
    letter-spacing:1px;
    font-weight:bold;
    display:inline-block;
    margin-top:10px;

 
}


li {
    list-style-type: none;
}



#gnav li img {
    height: 25px;
    margin-bottom:10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}



.page-nav-content {
position:fixed;
bottom:10px;

right:20px;
z-index:99999;
}



#page-nav {

}



#page-nav ul{
	padding:0;
	margin:0;
}

#page-nav li {
    box-sizing: border-box;
    margin-bottom:15px;
    text-align:center;
    font-weight:500;
    line-height:1;
    position:relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
    


}

#page-nav li a{
text-align:center;
display:inline-block;
background-color:#79c078;
color:white;
width:100%;
font-size:15px;
font-weight:400;
height:65px;
width:65px;
box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
line-height:65px;
border-radius:50%;
letter-spacing:0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}


#page-nav li a:hover{
opacity:0.8;
}


#page-nav li a .title{
    font-size:16px;
    letter-spacing:0.1em;
    color:#1E1209;
 
}

#page-nav li a .sub{
    font-size:10px;
    color:#009D46;
    letter-spacing:1px;
    font-weight:bold;
    display:inline-block;
    margin-top:10px;

 
}








#top-page {
	margin-top:50px;
	position:relative;

height:640px;

	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 95% auto;
	-moz-background-size: 95% auto;
	background-size: 95% auto;
	-o-background-size: 95% auto;



}


#top-page .inner{

	position:absolute;
	top:30%;
	left:0;
	color:white;
	font-size:100px;
	font-family: 'Noto Sans Japanese';
	text-align:center;
	width:100%;
	line-height:1;
}


#top-page .inner .inner-title{

	font-size:50px;
	font-family: 'Noto Sans Japanese';
	font-weight:500;
	letter-spacing:0;
}

#top-page .inner .inner-title span{
	border-bottom:1px solid white;
	padding-bottom:10px;

}


#top-page .inner .inner-sub{

	font-size:20px;
	font-family: 'Noto Sans Japanese';
	font-weight:400;
	letter-spacing:0;
	padding-bottom:15px;
}


#top-page img {
	width:95%;
	position:absolute;
	top:20px;
	left:0;
	
}

#top-page .copy {
	position:absolute;
	top:20px;
	right:2%;
	font-size:15px;
	letter-spacing:1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;	
}


#top-page .stripe {
	position:absolute;
	bottom:-50px;
	right:0;
	height:380px;
	width:50%;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
background-color: #FBFBF4;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #fbdf55), color-stop(.5, transparent), to(transparent));
background-image: -moz-linear-gradient(#fbdf55 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(#fbdf55 50%, transparent 50%, transparent);
background-image: linear-gradient(#fbdf55 50%, transparent 50%, transparent);

}



#top-page .stripe-2 {
	position:absolute;
	top:0;
	left:0;
	height:380px;
	width:95%;

-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
background-size: 20px 20px;
background-color: #FBFBF4;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #74554A), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #74554A),
            color-stop(.75, #74554A), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #74554A 25%, transparent 25%,
          transparent 50%, #74554A 50%, #74554A 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #74554A 25%, transparent 25%,
          transparent 50%, #74554A 50%, #74554A 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #74554A 25%, transparent 25%,
          transparent 50%, #74554A 50%, #74554A 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #74554A 25%, transparent 25%,
          transparent 50%, #74554A 50%, #74554A 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #74554A 25%, transparent 25%,
          transparent 50%, #74554A 50%, #74554A 75%,
          transparent 75%, transparent);

}


#slider {

padding-top:80px;
position:relative;
margin:0 auto;


}


#slider .deco-1{
position:absolute;
top:40px;
right:21%;;
width:70px;
z-index:10;

}

#slider .deco-2{
position:absolute;
bottom:-10px;
left:28%;;
width:70px;
z-index:10;

}

#slider .deco-3{
position:absolute;
bottom:-60px;
right:35%;;
width:70px;
z-index:0;

}

#slider .deco-4{
position:absolute;
top:140px;
left:20%;;
width:70px;
z-index:10;

}

.contact {
padding:50px 0 50px 0;
background-color:rgba(0,150,155,0.03);
}



.group{

padding:50px 0 50px 0;


}

.group.bg-1 {
 background-color:rgba(0,150,155,0.03);

}

.group.bg-2 {
background-color:white;
}


.group .img-box {

	position:relative;
}

.group .img-box .img{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:380px;
	box-sizing:border-box;
	position:relative;
		border-radius:3px;
	margin-top:35px;
}

.group .img-box .img .frame{
	border:5px solid rgba(255,255,255,1);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:3px;
}

.group .img-bg{
	position:absolute;
	bottom:-40px;
	left:-40px;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:250px;
	width:250px;
	opacity:0.7;

}

.group .img-bg-2{
	position:absolute;
	bottom:-40px;
	right:-40px;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:250px;
	width:250px;
	opacity:0.7;

}

.group .content-box{
letter-spacing:0.05em;
}

.group .content-box.right{
padding-left:50px;
}

.group .content-box.left{
padding-right:50px;
}



.group .content-box a{
	position:relative;
	display:block;
	width:300px;
	height:50px;
	font-size:15px; 
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:0.1em;
	color:#424242;
	background:#fff;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
	border-radius:50px;
	border:3px solid #00ab5f;
	margin-top:30px;


}


.group .content-box a:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #00ab5f;
	border-right:2px solid #00ab5f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
.group .content-box a:hover{
	background:#00ab5f;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.group .content-box a:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	
	}


.group .content-box .title{
    font-size: 22px;
    font-weight: 500;
    color: #7D6858;
    text-align: center;
    margin-bottom:30px;
    letter-spacing:0.02em
}

.group .content-box .text{
    font-size: 14px;
    font-weight:bold;
    line-height: 1.8;
    color: #424242;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

}

.group .content-box ul {
background-color:white;

padding:5px 30px;
margin-top:25px;
border-radius:10px;
}


.group .content-box ul.right{
background-color:white;

}

.group .content-box ul.left{
background-color:rgba(0,150,155,0.03);

}


.group .content-box ul li{
padding: 15px;
    border-bottom: 2px dotted #54B983;
    line-height: 1.7;
    font-size: 15px;
    padding:15px 0;
    font-weight:400;
    color:#1E1209;
    letter-spacing: 0.05em;
 }

.group .content-box ul li:last-child{
    border-bottom: 0;
 }



.group .content-box ul li .head{
color:#54B983;
display:inline-block;
width:80px;
    vertical-align: top;
 }

.group .content-box ul li .content{
display:inline-block;
width:calc(100% - 80px);
    vertical-align: top;
 }
 
 
 
.facility-group {
padding:50px 0;
}

.facility-group.bg-blue {
background-color: rgba(0,150,155,0.03);
}



.facility-group .content-box{
border-radius:16px;
position:relative;
color: #1E1209;
}


.facility-group .content-box .address {


padding:0;
margin-top:20px;
border-radius:10px;
}



.facility-group .content-box .address li{

    border-bottom: 1px dashed #54B983;
    line-height: 1.7;
    font-size: 15px;
    padding:7px 0;
    font-weight:400;
letter-spacing:0.05em;

 }

.facility-group .content-box .address li:first-child{
    border-top: 1px dashed #54B983;
 }



.facility-group .content-box .address li .head{
color:#54B983;
display:inline-block;
width:100px;
font-weight:400;
    vertical-align: top;
 }

.facility-group .content-box .address li .content{
display:inline-block;
width:calc(100% - 100px);
    vertical-align: top;
 }
 

.facility-group .content-box .title{
font-size: 26px;
    line-height: 1.5;
    font-weight:500;
    text-align:center;
    margin:0 auto;
    margin-bottom:60px;
    color:#7D6858;
    letter-spacing: 0.05em;
    display:block;
    position:relative;
    display:inline-block;
}


.facility-group .content-box .title:before{
content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/c-deco18.png);
    background-size: contain;
        background-position:left top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 7px;
    left: -70px;
}

.facility-group .content-box .title:after{
content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/c-deco19.png);
    background-size: contain;
    background-position:right top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 7px;
    right: -67px;
}





.facility-group .content-box a{
	position:relative;
	display:block;
	width:300px;
	height:50px;
	font-size:15px; 
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
	font-weight:500;
	margin:0 auto;
	letter-spacing:0.1em;
	color:#1E1209;
	background:#fff;
	border-radius:50px;
	border:3px solid #54B983;
	margin-top:40px;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}


.facility-group .content-box a:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #54B983;
	border-right:2px solid #54B983;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
.facility-group .content-box a:hover{
	background:#54B983;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.facility-group .content-box a:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	
	}



.facility-group .content-box .left{
width:45%;
float:left;
}

.facility-group .content-box .img-box {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:280px;
	border-radius:10px;
	position:relative;
}



 
.facility-group .content-box .right{
width:52%;
float:right;

}

.facility-group .content-box .right .content{
padding-left:30px;
text-align:center;
    font-size:0;
}




.facility-group .content-box .right .content .box{
display:inline-block;
text-align: center;

    background-color: #54B983;
        padding: 13px 0px;
        width:23%;
	margin:0 1%;
    position: relative;
font-size: 14px;
    line-height: 1.4;
    color: white;
    font-weight:400;
    border-radius: 10px;
    letter-spacing:1px;


}
.facility-group .content-box .right .content .box-2{
display:inline-block;
text-align: center;
    padding: 14px 0px;
    background: #00ab5f;
    border-radius: 10px;
    position: relative;
font-size: 15px;
    line-height: 1.2;
    color: white;
    font-weight:500;
        width:25%;
    border:3px solid white;
}


.facility-group .content-box .right .content ul{
 padding:3px;
 margin:0;
 margin-top:30px;
 line-height:1.6;
 text-align:justify;
 font-weight:400;
 font-size:15px;
}

.facility-group .content-box .right .content li{
position:relative;
padding-left:18px;
margin-bottom:10px;
letter-spacing:0.05em;
}

.facility-group .content-box .right .content ul li:before{
position:absolute;
content:"";
width:9px;
height:9px;
background-color:#54B983;
border-radius:50%;
top:8px;
left:0;
}


.top-exp {

height:630px;
padding-top:100px;
background-color:white;
position:relative;  
   background-position: center bottom,center top;
    background-repeat:no-repeat,no-repeat;
    -webkit-background-size: 100% auto,100% auto;
    -moz-background-size: 100% auto,100% auto;
    background-size: 100% auto,100% auto;
    -o-background-size: 100% auto,100% auto;
 background-image: url(../img/c-deco114.png),url(../img/c-deco17.png);   

} 


.top-exp .content-box {
text-align:center;
}




.top-exp .content-box .title{
text-align:center;
line-height:1;
display:inline-block;
   font-size: 27px;
    line-height:1.7;
    font-weight: 400;
    color:#7D6858;
    text-align: center;
    margin-bottom:40px;
    letter-spacing:0.2em;
    position:relative;

}


.top-exp .content-box .title:before{
content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/c-deco18.png);
    background-size: contain;
        background-position:left top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 10px;
    left: -80px;
}

.top-exp .content-box .title:after{
content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/c-deco19.png);
    background-size: contain;
    background-position:right top;
    vertical-align: middle;
    position: absolute;
    background-repeat:no-repeat;
    top: 10px;
    right: -67px;
}



.top-exp .content-box .text {
    font-size: 16px;
    line-height: 2.5;
    color: #7D6858;
    text-align: center;
    margin-top: 30px;
    letter-spacing:0.05em;
    font-weight:400;

}


.top-facility {
padding-bottom:70px;
position:relative;
background-color: rgba(0,150,155,0.03);
  

}


.top-facility .row{
margin-bottom:70px;
}

.top-facility .row:last-child{
margin-bottom:0;
}


.top-facility .box-2 {
line-height:1;
	margin-bottom:50px;
	position:relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.top-facility .box-2 a{
position:absolute;
top:0;
left:0;
display:block;
width:100%;
height:100%;

}

.top-facility .box-2:hover {
opacity:0.7;
}

.top-facility .box-2 .img-box {
	height:210px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position:relative;
	border-radius:20px;
	position:relative;


}

.top-facility .box-2 img{
width:100%;

}

.top-facility .box-2 .name{
font-size:17px;
font-weight:500;
margin-top:10px;
letter-spacing:0em;
padding-left:5px;
color:#1E1209;

}


.top-facility .box-2 .address{
font-size:14px;
margin-top:8px;
font-weight:400;
letter-spacing:0.1em;
padding-left:5px;
color:#1E1209;
text-decoration:underline;
}

.top-facility .box-2 .box-title {
background-color:#ffde0b;
color:black;
text-align:center;
position:absolute;
top:0;
left:0;
width:100%;
padding:8px 0;
line-height:1;
font-size:13px;
font-weight:500;
letter-spacing:0.1em;
border-radius:20px 20px 0 0;
}


.top-recruit {
	background-color: transparent;
	background-image: url(../img/42340663.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position:relative;
	padding:0;
}


.top-recruit .mask{
	
	padding: 100px 0;
	color: black;
	background-color: rgba(0,0,0,0.4);
	
}


.top-recruit .box {
text-align:center;

}

.top-recruit .box .inner{

}

.top-recruit .title{
	line-height:1.7;
	font-size:27px;
	font-weight:500;
	color:white;
	letter-spacing:0.1em;
	text-align:center;
	padding:25px 0;


}

.top-recruit a{
	position:relative;
	display:block;
	width:300px;
	height:50px;
	font-size:15px; 
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
	font-weight:500;
	margin:0 auto;
	letter-spacing:0.1em;
	color:#1E1209;
	background:#fff;
	border-radius:50px;
	border:3px solid #54B983;
	margin-top:40px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}


.top-recruit a:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #54B983;
	border-right:2px solid #54B983;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
	
.top-recruit a:hover{
	background:#54B983;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
	
.top-recruit a:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	
	}




 
.facility-exp {

padding-bottom:120px;

background-color:#F5FAF4;
position:relative;

   

} 




.facility-exp .img-box {
width:1200px;
height:450px;
margin:0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
border-radius:20px;
position:relative;

}


.facility-exp .img-box img{
width:160px;
position:absolute;
right:50px;
top:-80px;
}


.facility-exp .img-box .title{
color: white;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    background-color: #00ab5f;
    text-align:center;
    position:absolute;
left:calc(50% - 160px);
top:-30px;
}

.facility-exp .title-box {
position:absolute;
top:70px;
left:calc(50% - 150px);
background-color:rgba(255,255,255,1);
font-size: 29px;
color:#00ab5f;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-weight:bold;
    width:300px;
    height:300px;
border-radius:50%;
    text-align:center;
    padding-top:50px;
}


.facility-exp .title-box img{
width:30px;
margin-bottom:0px;
}


.facility-exp .title-box span{
font-size:16px;
display:inline-block;
padding-bottom:15px;
color:#2e2e2e;
font-weight:bold;
letter-spacing:0.1em;
}


.facility-exp .content-box {
text-align:center;
}

.facility-exp .content-box .content-label {
color:#00ab5f;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    background-color: white;
    border:2px dashed #00ab5f;

}


.facility-exp .content-box .title{
text-align:center;
line-height:1;

   font-size: 22px;
    line-height:1.4;
    font-weight: 500;
    color:#7D6858;
    text-align: center;
    margin-bottom:40px;
    letter-spacing:0.07em;

}


.facility-exp .content-box .title span{
 
    padding: 10px;
    text-align: center;
    border-bottom: 2px dashed #78C178;
    border-top: 2px dashed #78C178;
    display: inline-block;
    background-color:white;

}


.facility-exp .content-box .text {
    font-size: 16px;
    line-height: 2.2;
    color: black;
    text-align: center;
    margin-top: 30px;
    letter-spacing:0.1em;
    font-weight:400;

}

.facility-exp .content-box-2{
    border: 2px solid #78C178;
    background: white;
    text-align: center;
    border-radius: 3px;
    padding: 40px 70px;
    margin-top:50px;
}

.facility-exp .content-box-2 .title{
font-size: 18px;
    font-weight: 500;
    color: #009D46;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing:0.05em;
    line-height:1;

}

.facility-exp .content-box-2 .text{
font-size: 15px;
    line-height: 2.2;
        font-weight:300;
    color: #000;
    text-align: justify;
    letter-spacing:0.07em;
}



.facility-future {
padding-bottom:120px;
position:relative;
background-color: rgba(0,150,155,0.03);
  

}


.facility-future .row{
margin-bottom:70px;
}

.facility-future .row:last-child{
margin-bottom:0;
}


.facility-future .img-box {
width:95%;
height:297px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
position:relative;

border-radius:5px;
display:inline-block;

}



.facility-future .img-box .title-label{
position:absolute;
top:-25px;
left:-20px;
width:70px;
}

.facility-future .img-box .title-label .inner{
position:absolute;
top:19px;
left:12px;
letter-spacing:0.03em;
line-height:1.2;
text-align:center;
color:white;
font-size:15px;
font-weight:300;

}


.facility-future .img-box .title-label img{
width:100%;
}




.facility-future .content-box {
text-align:left;
}


.facility-future .content-box .title{
font-size: 23px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #54B983;
    position:relative;
    padding-top:5px;
}




.facility-future .content-box .text {
    font-size: 15px;
    line-height: 2.1;
    color: #1E1209;
    text-align:justify;
    margin-top: 20px;
    font-weight:400;
    letter-spacing:0.05em;

}

.facility-equipment {

position:relative;

padding-bottom:120px;
}

.facility-equipment .row{
margin-bottom:70px;
}

.facility-equipment .row:last-child{
margin-bottom:0;
}


.facility-equipment .img-box {

	position:relative;
	padding-bottom:20px;
}

.facility-equipment .img-box .img{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width:220px;
	height:220px;
	border-radius:50%;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	border:2px solid #54B983;
}

.facility-equipment .img-box .img .title{
	border:2px solid #54B983;
	position:absolute;
	bottom:-15px;
	left:calc(50% - 70px);
	width:140px;
font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1E1209;
    text-align:center;
    padding:8px 0;
    background-color:white;
border-radius:50px;
}



.facility-equipment .content-box {
text-align:left;
margin-top:10px;
}


.facility-equipment .content-box .title{
font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #2e2e2e;
    text-align:center;
}


.facility-equipment .content-box .text {
    font-size: 15px;
    line-height:1.8;
    color: #000;
    text-align:justify;
    margin-top: 10px;

}



.facility-detail {
padding-bottom:120px;
background-color: rgba(0,150,155,0.03);
}

.facility-detail .row{
margin-bottom:70px;
}

.facility-detail .row:last-child{
margin-bottom:0;
}


.facility-detail .content-box{
letter-spacing:0.05em;
}




.facility-detail .content-box .title{
    font-size: 23px;
    font-weight: bold;
    color: #00ab5f;
    text-align: left;
    margin-bottom:20px;
    letter-spacing:0.07em
}

.facility-detail .content-box .text{
    font-size: 14px;
    line-height: 2;
    color: #1E1209;

}

.facility-detail .content-box ul {

padding:20px 30px;
margin-top:0;
border-radius:3px;
    border: 2px solid #54B983;
    background-color:white;
}



.facility-detail .content-box ul li{
padding: 15px;
    border-top: 2px dotted #54B983;
    line-height: 1.7;
    font-size: 15px;
    padding:15px 0;
    font-weight:400;
    color:#1E1209;
 }

.facility-detail .content-box ul li:first-child{
    border-top: 0;
 }



.facility-detail .content-box ul li .head{
color:#54B983;
display:inline-block;
width:110px;
font-weight:500;

letter-spacing:0.1em;
    vertical-align: top;
 }

.facility-detail .content-box ul li .content{
display:inline-block;
width:calc(100% - 110px);
    vertical-align: top;
 }
 

.facility-flow {
padding-bottom:120px;
background-color: rgba(0,150,155,0.03);

}


.facility-flow .row{
margin-bottom:70px;
}

.facility-flow .row:last-child{
margin-bottom:0;
}


.facility-flow .content-box{

padding:30px 30px;
border-radius:3px;
border-bottom:2px dotted #78C178;

}

.facility-flow .content-box:first-child{

padding-top:0;

}

.facility-flow .content-box:last-child{

border-bottom:0;
padding-bottom:0;

}


.facility-flow .content-box .left{
float:left;
width:120px;
position:relative;

}



.facility-flow .content-box .left .label{
border:3px solid white;
background-color:#54B983;
width:65px;
height:65px;
border-radius:50%;
color:white;
display:inline-block;
font-size:26px;
font-family:"arial";
font-weight:normal;
letter-spacing:0px;
text-align:center;
line-height:62px;
padding:0;
margin:0;
margin-top:5px;

}




.facility-flow .content-box .right{

float:left;
width:calc(100% - 120px);
}


.facility-flow .content-box .right .title{
    font-size: 23px;
    font-weight:500;
    color:#54B983;
    text-align: left;
    letter-spacing:0.05em;
    padding:10px 0 20px 0;
    line-height:1;

}

.facility-flow .content-box .right .text{
    font-size: 15px;
    line-height:1.9;
    color: #1E1209;
    text-align:justify;
    font-weight:400;
    padding:0;
    letter-spacing:0.05em;
}


.facility-flow .content-box .right .text ul{
 padding:10px 0;
 margin:0;
}

.facility-flow .content-box .right .text ul li{
position:relative;
padding-left:18px;
margin-bottom:3px;
}

.facility-flow .content-box .right .text ul li:before{
position:absolute;
content:"";
width:9px;
height:9px;
background-color:#00ab5f;
border-radius:50%;
top:9px;
left:0;
}


.facility-price {

position:relative;

    

padding-bottom:120px;
}

.facility-price .row{
margin-bottom:70px;
}


.facility-price .row:last-child{
margin-bottom:0;
}


.facility-price .content-box{
margin-bottom:50px;

}




.facility-price .content-box .title{
    font-size: 23px;
    line-height:1;
    font-weight: 500;
    color:#54B983;
    text-align: left;
    margin-bottom:30px;
    letter-spacing:0.05em;
    padding-bottom:15px;
    border-bottom:2px dotted #54B983;


}


.facility-price .content-box .title img{
height:20px;
margin-right:10px;
margin-top:-5px;
}



.facility-price .content-box .text{
    font-size: 15px;
    line-height:1.9;
    font-weight:400;
    color: #1E1209;
    text-align:justify;
    padding:0;
    letter-spacing:0.05em;
}


.facility-price .content-box .text ul{
 padding:10px 0;
 margin:0;
}

.facility-price .content-box .text ul li{
position:relative;
padding-left:18px;
margin-bottom:3px;
}

.facility-price .content-box .text ul li:before{
position:absolute;
content:"";
width:9px;
height:9px;
background-color:#54B983;
border-radius:50%;
top:9px;
left:0;
}



table {

width:100%;
font-size:16px;

}



table th {
font-weight:400;
}


table thead{

background-color:#54B983;
}


table thead th{

border-bottom-width:1px;
color:white;
font-weight:400;
letter-spacing:0.05em;

}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>thead>tr>th {
vertical-align:middle;
}


table.price {
background-color:white;
}

table.price td{
font-size:22px;
font-weight:400;
color:#1E1209;
padding-top:20px !important;
padding-bottom:20px !important;
}

table.price td span{
font-size:0.6em;
color:#1E1209;
margin-left:3px;
}

table.price td.total{
background-color:rgba(84,185,131,0.05);	
}


.table-bordered {
border: 1px solid #BFDFB8;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #BFDFB8;
}



.facility-contact {


padding-bottom:120px;

}

.facility-contact .row{
margin-bottom:70px;
}

.facility-contact .row:last-child{
margin-bottom:0;
}


.facility-contact .content-box{

padding-top:60px;
position:relative;
width:700px;
margin:0 auto;
margin-top:50px;
height:170px;
    background-position: left top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size: 100% auto;
    background-image:url(../img/c-deco9.png);


}


.facility-contact .content-box .head{
background-color:#54B983;
border:2px solid #54B983;
border-radius:50px;
    font-size: 17px;
    font-weight:500;
    color: white;
    text-align: center;
    letter-spacing:0.03em;
    padding:12px 0;
    line-height:1;
    position:absolute;
    top:-20px;
    width:300px;
    left:calc(50% - 150px);
}


.facility-contact .content-box .title{
    color: #424242;
    font-size: 30px;
    font-weight:600;
    text-align: center;
    letter-spacing:0.05em;
    line-height:1;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

}


.facility-contact .content-box .text{
	font-weight:bold;
     font-size: 15px;
    line-height:1.8;
    color: #424242;
    text-align:center;
    padding:0 10px;
    letter-spacing:0.07em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
margin-top:20px;

}


.facility-news {

padding-top:70px;
padding-bottom:120px;
background-color:rgba(0,150,155,0.03);

}

.facility-news .row{
margin-bottom:70px;
}

.facility-news .row:last-child{
margin-bottom:0;
}


.facility-news .content-box{

position:relative;
border:1px solid #A7D28D;
color:#1E1209;
margin-bottom:30px;
}

.facility-news .content-box .img{
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:150px;

}


.facility-news .content-box .content{
padding:35px 10px 20px 10px;
background-color:white;
height:200px;

}


.facility-news .content-box .category{
background-color:white;
padding:0 5px;
display:inline-block;
width:70%;
position:absolute;
top:135px;
left:15%;
text-align:center;
font-weight:500;
border:2px solid #A7D28D;
height:33px;
line-height:29px;
border-radius:33px;
letter-spacing:0.1em;
}


.facility-news .content-box .content .title{
font-size:15px;
font-weight:400;
text-align:justify;
line-height:1.7;
letter-spacing:0;

}

.facility-news .content-box .content .text{
font-size:14px;
letter-spacing:1px;
font-weight:300;
margin-bottom:10px;
text-decoration:underline;

}



.facility-map {
background-color:#f7f4e6;
    background-position: left top;
    background-repeat:repeat;
    -webkit-background-size: 420px 420px;
    -moz-background-size: 420px 420px;
    background-size: 420px 420px;
    -o-background-size: 420px 420px;
    background-image:url(../img/bg14.gif);

position:relative;
}

.facility-map .section-title-box {
position:absolute;
top:0;
left:0;
width:100%;
}


@media ( max-width :768px) {
section {
min-width:0;
}

header {
min-width:0;
}

header .logo-contnet {
padding-top:60px;
}

header .logo-contnet img{
width:90% !important;
}

#page-top-main {
background-position: center bottom,left bottom;
background-image: url(../img/c-deco8.png),url(../img/page03-sp.jpg);
height:300px;
margin-bottom:0!important;
}



.page-text {
padding-bottom:50px;
position:relative;
padding-top:30px;
}

.page-text .text{
text-align:justify;
font-size:14px;
letter-spacing:0.01em;
}

.section-title {
    font-size: 22px;
    padding:0;
    letter-spacing:0;
	
}


.section-title:before{
    width: 40px;
    height: 40px;
    top: 13px;
    left: -42px;
}

.section-title:after{
content: '';
    width: 40px;
    height: 40px;
    top: 13px;
    right: -36px;
}


.top-facility {
padding-bottom:40px;
position:relative;
background-color: rgba(0,150,155,0.03);
  

}

.top-facility .row{
margin-bottom:40px;
}



.top-facility .box-2 {
	margin-bottom:30px;
}


.top-facility .box-2 .img-box {
	height:150px;
	border-radius:10px;
	position:relative;


}



.top-facility .box-2 .name{
font-size:16px;

}



.top-recruit .mask{
	
	padding: 40px 0 60px 0;
}



.top-recruit .title{
	line-height:2.2;
	font-size:20px;
	font-weight:500;
	letter-spacing:0em;
}

.top-recruit a{
	width:100%;
	margin-top:30px;
}


.page-top {
   background-position: center bottom,center center;
 height:220px;

}

.page-top .title-box {
 
position:absolute;
top:32px;

left:calc(50% - 130px);
font-size: 21px;
    letter-spacing: 0em;
    width:260px;
    height:260px;
    padding-top:23px;

}



.page-top .title-box .sub{
font-size:14px;
letter-spacing:0.05em;


}



.page-top-2 {
   background-position: center bottom,center center;
 height:220px;
     padding-bottom:0;
     position:relative;
     margin-bottom:70px;

}

.page-top-2 .title-box {
 
position:absolute;
top:140px;

left:calc(50% - 155px);
font-size: 21px;
    letter-spacing: 0em;
    width:310px;
    height:310px;
    padding-top:20px;
}



.page-top-2 .title-box .sub{
font-size:14px;
letter-spacing:0.05em;

}


.page-top-2 .img-box-1 {

    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco7.png);
    width:230px;
        height:230px;
position:absolute;
top:280px;
left:6%;


}

.page-top-2 .img-box-1 .inner{
position:absolute;
top:70px;
left:40px;
letter-spacing:0.06em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:15px;


}


.page-top-2 .img-box-2 {


    width:260px;
        height:260px;
position:absolute;
top:250px;
right:5%;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco5.png);


}

.page-top-2 .img-box-2 .inner{
position:absolute;
top:70px;
left:26px;
letter-spacing:0.05em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:16px;

}



.page-top-2 .img-box-3 {


    width:220px;
        height:220px;
position:absolute;
top:290px;
left:7%;
    background-position: center top;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size:100% auto;
background-image: url(../img/c-deco26.png);


}

.page-top-2 .img-box-3 .inner{
position:absolute;
top:60px;
left:28px;
letter-spacing:0.06em;
font-weight:500;
line-height:2.2;
text-align:center;
color:#7D6858;
font-size:15px;

}



.facility-future {
padding-bottom:50px;
}


.facility-future .row{
margin-bottom:40px;
}


.facility-future .img-box {
width:100%;
height:150px;
border-radius:5px;

}



.facility-future .img-box .title-label{
top:-15px;
left:-15px;
width:50px;
}

.facility-future .img-box .title-label .inner{
top:13px;
left:14px;
letter-spacing:0.1em;
font-size:18px;

}


.facility-future .img-box .title-label img{
width:100%;
}



.facility-future .content-box .title{
font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0em;
}




.facility-future .content-box .text {
    font-size: 14px;
    line-height: 2.1;
    margin-top: 10px;
    letter-spacing:0.01em;

}



.facility-equipment {

padding-bottom:50px;

}

.facility-equipment .row{
margin-bottom:40px;
}



.facility-equipment .img-box {

	position:relative;
	padding-bottom:20px;
}

.facility-equipment .img-box .img{
	width:100%;
	height:170px;
	border-radius:5px;
}

.facility-equipment .img-box .img .title{
font-size: 15px;
    font-weight: 500;
    bottom:-19px;
}

.owl-carousel .owl-nav {
	position:absolute;
	width:100%;
	left:0;
	top:60px;
	
}

.owl-carousel .owl-nav .owl-prev {
	border:1px solid white;
	width:50px;
	height:50px;
	left:-25px;
}


.owl-carousel .owl-nav .owl-prev:before {
    font-size: 35px;
	top:5px;
	left:-2px;
	
}

.owl-carousel .owl-nav .owl-next {
	border:1px solid white;
	width:50px;
	height:50px;
	right:-25px;

}

.owl-carousel .owl-nav .owl-next:before {
   font-size: 35px;
	top:5px;
	right:-2px;
}


.facility-detail {
padding-bottom:50px;

}

.facility-detail .row{
margin-bottom:40px;
}


.facility-detail .content-box ul {

padding:10px;
border-radius:3px;
    border: 1px solid #54B983;
    margin-bottom:30px;
}



.facility-detail .content-box ul li{
    font-size: 14px;
    padding:10px 0;
 }

.facility-detail .content-box ul li:first-child{
    border-top: 0;
 }



.facility-detail .content-box ul li .head{
color:#54B983;
display:inline-block;
width:100%;
font-weight:500;

letter-spacing:0.1em;
    vertical-align: top;
 }

.facility-detail .content-box ul li .content{
display:inline-block;
width:100%;
    vertical-align: top;
 }
 



.facility-price {
padding-bottom:50px;
}

.facility-price .row{
margin-bottom:40px;
}




.facility-price .content-box{
margin-bottom:30px;

}




.facility-price .content-box .title{
    font-size: 19px;
    margin-bottom:10px;
    letter-spacing:0em;
    padding-bottom:10px;
}




.facility-price .content-box .text{
    font-size: 14px;
    line-height:1.9;
    letter-spacing:0.01em;
}


.facility-flow {
padding-bottom:50px;

}


.facility-flow .row{
margin-bottom:40px;
}



.facility-flow .content-box{

padding:10px 0 20px 0;


}

.facility-flow .content-box:first-child{

padding-top:0;

}



.facility-flow .content-box .left{
float:left;
width:100%;
position:relative;
text-align:center;

}



.facility-flow .content-box .left .label{
border:3px solid white;
background-color:#54B983;
width:50px;
height:50px;
border-radius:50%;
color:white;
display:inline-block;
font-size:20px;
font-family:"arial";
font-weight:normal;
letter-spacing:0px;
text-align:center;
line-height:45px;
padding:0;
margin:0;
margin-top:5px;

}




.facility-flow .content-box .right{

float:left;
width:100%;
}


.facility-flow .content-box .right .title{
    font-size: 19px;
    letter-spacing:0em;
    padding:10px 0 20px 0;
    line-height:1;
    text-align:center;

}

.facility-flow .content-box .right .text{
    font-size: 14px;
    line-height:1.9;
    font-weight:400;
    letter-spacing:0.01em;
}




.facility-contact {


padding-bottom:50px;

}

.facility-contact .row{
margin-bottom:40px;
}



.facility-contact .content-box{

padding-top:60px;
position:relative;
width:100%;
margin:0 auto;
margin-top:10px;
height:170px;
    background-image:none;
border:2px solid #54B983;
border-radius:5px;

}


.facility-contact .content-box .head{
background-color:#54B983;
border:2px solid #54B983;
border-radius:50px;
    font-size: 14px;
    font-weight:500;
    color: white;
    text-align: center;
    letter-spacing:0.01em;
    padding:10px 0;
    line-height:1;
    position:absolute;
    top:-20px;
    width:80%;
    left:10%;
}


.facility-contact .content-box .title{
    color: #424242;
    font-size: 23px;
    font-weight:600;
    text-align: center;
    letter-spacing:0.02em;
    line-height:1;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

}


.facility-contact .content-box .text{
	font-weight:bold;
     font-size: 14px;
    line-height:1.8;
    color: #424242;
    text-align:center;
    padding:0 10px;
    letter-spacing:0.07em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
margin-top:10px;

}




.facility-group {
padding:50px 0;
}

.facility-group.bg-blue {
background-color: rgba(0,150,155,0.03);
}



.facility-group .content-box{
border-radius:16px;
position:relative;
color: #1E1209;
}


.facility-group .content-box .address {


padding:0;
margin-top:20px;
margin-bottom:20px;
border-radius:10px;
}



.facility-group .content-box .address li{

    border-bottom: 1px dashed #54B983;
    line-height: 1.7;
    font-size: 14px;
    padding:4px 0;
    font-weight:400;
letter-spacing:0.05em;

 }

.facility-group .content-box .address li:first-child{
    border-top: 1px dashed #54B983;
 }



.facility-group .content-box .address li .head{
color:#54B983;
display:inline-block;
width:100%;
font-weight:400;
    vertical-align: top;
 }

.facility-group .content-box .address li .content{
display:inline-block;
width:100%;
    vertical-align: top;
 }
 


.facility-group .content-box .title{
font-size: 21px;
    line-height: 1.4;
    margin-bottom:30px;
    letter-spacing: 0em;
}


.facility-group .content-box .title:before{
    width: 40px;
    height: 40px;
    top: 8px;
    left: -40px;
}

.facility-group .content-box .title:after{
    width: 40px;
    height: 40px;
    top: 8px;
    right: -40px;
}





.facility-group .content-box a{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	font-size:15px; 
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
	font-weight:500;
	margin:0 auto;
	letter-spacing:0.1em;
	color:#1E1209;
	background:#fff;
	border-radius:50px;
	border:3px solid #54B983;
	margin-top:30px;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}


.facility-group .content-box a:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #54B983;
	border-right:2px solid #54B983;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
.facility-group .content-box a:hover{
	background:#54B983;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.facility-group .content-box a:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	
	}



.facility-group .content-box .left{
width:100%;
float:left;
}

.facility-group .content-box .img-box {
	height:170px;
	border-radius:5px;
}



 
.facility-group .content-box .right{
width:100%;
float:right;

}

.facility-group .content-box .right .content{
padding-left:0px;
}




.facility-group .content-box .right .content .box{
display:inline-block;
text-align: center;

    background-color: #54B983;
        padding: 5px 0px;
        width:48%;
	margin:0 1%;
	margin-bottom:7px;
    position: relative;
font-size: 13px;
    line-height: 1.4;
    color: white;
    font-weight:400;
    border-radius: 5px;
    letter-spacing:0.05em;


}
.facility-group .content-box .right .content .box-2{
display:inline-block;
text-align: center;
    padding: 14px 0px;
    background: #00ab5f;
    border-radius: 10px;
    position: relative;
font-size: 15px;
    line-height: 1.2;
    color: white;
    font-weight:500;
        width:25%;
    border:3px solid white;
}


.facility-group .content-box .right .content ul{
 padding:3px;
 margin:0;
 margin-top:10px;
 line-height:1.6;
 text-align:justify;
 font-weight:400;
 font-size:14px;
}

.facility-group .content-box .right .content li{
position:relative;
padding-left:14px;
margin-bottom:10px;
letter-spacing:0.01em;
}

.facility-group .content-box .right .content ul li:before{
position:absolute;
content:"";
width:7px;
height:7px;
background-color:#54B983;
border-radius:50%;
top:8px;
left:0;
}


.recruit {
padding:50px 0 50px 0;
background-color:rgba(0,150,155,0.03);

	position: relative;
}



.recruit .recruit-box {
	background-color: white;
	padding: 25px 0;
	margin-bottom: 20px;
	border:1px dashed #54B983;
	border-radius:10px;
}

.recruit .recruit-box  .text {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0em;
	padding-bottom: 20px;
	color:#1E1209;
}

.recruit .recruit-box  .text-2 {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 20px;
	line-height: 70px;
}

.recruit .recruit-box a {
	display: inline-block;
	width: 80%;
	height: 37px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #54B983;
	border:2px solid #54B983;
	color: white;
	margin: 5px 0;
	border-radius:5px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.recruit .recruit-box a:hover {
	opacity:0.7;
}


.modal-content {
	border-radius: 0;
	padding: 0 10px;
}

.modal-content .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
}

.modal-content .text {
	border-bottom:2px dotted #54B983;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 10px 10px;
}

.modal-content .table {
	color:#1E1209;
	font-size: 13px;
	font-weight: 400;
}

.modal-content .table>tbody>tr>td {
	border: 0;
	border-bottom:1px solid #54B983;
	line-height: 1.8;
	padding:10px 0;
	letter-spacing:0.01em;
}

.close-btn {
	display: inline-block;
	width: 170px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: gray;
	color: white;
	margin: 30px 0;
	border-radius:5px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.close-btn:hover {
	text-decoration: none;
	opacity: 0.7;
	color:white;
}



.group{

padding:30px 0 30px 0;


}

.group.bg-1 {
 background-color:rgba(0,150,155,0.03);

}

.group.bg-2 {
background-color:white;
}


.group .img-box {

	position:relative;
}

.group .img-box .img{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:380px;
	box-sizing:border-box;
	position:relative;
		border-radius:3px;
	margin-top:35px;
}

.group .img-box .img .frame{
	border:5px solid rgba(255,255,255,1);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:3px;
}

.group .img-bg{
	position:absolute;
	bottom:-40px;
	left:-40px;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:250px;
	width:250px;
	opacity:0.7;

}

.group .img-bg-2{
	position:absolute;
	bottom:-40px;
	right:-40px;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:250px;
	width:250px;
	opacity:0.7;

}

.group .content-box{
letter-spacing:0.05em;
}


.group .content-box.left{
padding-right:0px;
}



.group .content-box a{
	position:relative;
	display:block;
	width:300px;
	height:50px;
	font-size:15px; 
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:0.1em;
	color:#424242;
	background:#fff;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
	border-radius:50px;
	border:3px solid #00ab5f;
	margin-top:30px;


}


.group .content-box a:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #00ab5f;
	border-right:2px solid #00ab5f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
.group .content-box a:hover{
	background:#00ab5f;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.group .content-box a:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	
	}


.group .content-box .title{
    font-size: 20px;
    font-weight: 500;
    color: #7D6858;
    text-align: center;
    margin-bottom:0px;
    letter-spacing:0em
}

.group .content-box .text{
    font-size: 14px;
    font-weight:bold;
    line-height: 1.8;
    color: #424242;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

}

.group .content-box ul {
background-color:white;

padding:5px 10px;
margin-top:30px;
margin-bottom:30px;
border-radius:10px;
}



.group .content-box ul li{
padding: 15px;
    border-bottom: 2px dotted #54B983;
    line-height: 1.7;
    font-size: 14px;
    padding:10px 0;
    font-weight:400;
    color:#1E1209;
    letter-spacing: 0.05em;
 }



.group .content-box ul li .head{
color:#54B983;
display:inline-block;
width:100%;
    vertical-align: top;
 }

.group .content-box ul li .content{
display:inline-block;
width:100%;
    vertical-align: top;
 }
 



.common-table .content .left{
float:left;
width:100%;
text-align:left;
font-weight:500;
font-size:15px;
color:#7D6858;
letter-spacing:0.05em;
vertical-align:middle;

padding:15px 15px 0 15px;
}

.common-table .content .right{
float:left;
width:100%;
text-align:left;
font-weight:400;
font-size:15px;
letter-spacing:0.1em;
color:#1E1209;
line-height:2;
padding:15px 15px;
border-left:0px dashed #A7D28D;
}

.common-table .content .right span{
background-color:#54B983;
color:white;
margin-right:10px;
padding:4px 7px;
border-radius:3px;
font-size:12px;
line-height:1;
display:inline-block;
}


.sp-menu {
width:100%;
background-color:white;
position:fixed;
bottom:0;
left:0;
z-index:100;
padding:5px 0;
border-top:1px solid #A7D28D;
}

.sp-menu a {
display:inline-block;
width:25%;
text-align:center;
color:#1E1209;
padding:0;
margin:0;
border-right:1px solid #A7D28D;
line-height:2;
font-size:13px;
letter-spacing:0;
font-weight:500;
letter-spacing:1px;

}

.sp-menu a:last-child {

border:0;

}


.sp-menu a img{
height:26px;
}

footer {
margin-top:50px;
}

footer .logo {
    margin-top:-15px;    
}



footer .logo span {
    padding:0 20px;
}


footer .logo span img{
width:200px !important;

}

footer .text{
padding-top:30px;
padding-bottom:30px;
letter-spacing:0em;
font-weight:400;

}


footer .footer-link {
padding:30px 0;
background-color:#79c078;
text-align:center;
}


footer .footer-link a{
margin: 5px 10px;
display:inline-block;
text-decoration:underline;
font-weight:400;
color:white;

}


footer .copy{

background-color:#79c078;
font-weight:300;
font-size:12px;
text-align:center;
color:white;
padding-top:10px;
padding-bottom:90px;
line-height:1;

}



}