@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans;
  font-weight: 300;
  vertical-align: baseline;
  color: #000;
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
	font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

body {
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.tc{
	text-align: center;
}

.br767{
	display: none;
}
.flex_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
img {
  max-width: 100%;
  height: auto;
}

.mv_base {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 2s;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.btn{
	background-color: #6eb42a;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	transition: .3s;
}
.btn:hover{
	opacity: .6;
}
@media (max-width: 767px) {
	.br767{
		display: block;
	}

}



header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	padding: 20px 45px;
	background-color: #fff;
}
header h1{
	width: 125px;
}
.heade_right{
	align-items: flex-start;
}
.heade_right .tel_menu{
	margin-right: 25px;
}
.heade_right .tel{
	justify-content: flex-end;
	margin-bottom: 5px;
}
.heade_right .tel img{
	width: 230px;
	height: auto;
}
.heade_right .tel p{
	font-size: 13px;
	line-height: 18px;
	border-left: 1px solid #000;
	padding-left: 15px;
	margin-left: 15px;
}
.heade_right .gmenu>ul{
	align-items: flex-start;
}
.heade_right .gmenu>ul>li{
	margin-right: 30px;
	display: inline-block;
}
.heade_right .gmenu>ul>li:last-child{
	margin-right: 0;
}
.heade_right .gmenu>ul>li>a{
	font-size: 16px;
	font-weight: 400;
}
.heade_right .gmenu a{
	transition: .3s;
}
.heade_right .gmenu a:hover{
	color: #6eb42a;
}
.heade_right .gmenu .service_menu{
	position: relative;
	padding-right: 14px;
}
.heade_right .gmenu .service_menu::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
}
.heade_right .submenu{
	position: absolute;
	top: -500px;
	left: 0;
	width: 200px;
	background-color: #f8f6f2;
	border-radius: 5px;
	padding: 10px 14px 2px;
}
.heade_right .gmenu .service_menu:hover .submenu{
	transform: translateY(525px);
	-ms-transform: translateY(525px);
}
.heade_right .submenu li{
	margin-bottom: 8px;
	position: relative;
	padding-left: 14px;
}
.heade_right .submenu li::before{
	content: "●";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	color: #6eb42a;
	font-size: 10px;
}
.heade_right .submenu a{
	font-size: 15px;
	font-weight: 400;
}
.heade_right .btn_contact{
	width: 240px;
	padding: 20px 0;
}
.main_photo{
	margin: 120px auto 0;
	padding: 0 45px 0;
	z-index: 500;
	text-align: center;
}
.main_photo img{
	border-radius: 20px;
}


.overlay{
	transition: .3s;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	padding-top: 100px;
}
.overlay .gmenu li{
	margin-bottom: 30px;
	text-align: center;
}
.overlay .gmenu li p{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.overlay .gmenu li a{
	font-size: 16px;
}
.overlay .gmenu .submenu{
	
}
.overlay .gmenu .submenu li{
	margin-bottom: 5px;
}
.overlay .tel{
	text-align: center;
	margin-top: 50px;
}
.overlay .tel img{
	width: 250px;
	height: auto;
}
.overlay .tel p{
	margin-top: 5px;
	font-size: 14px;
}
.active .overlay{
	opacity: 1;
	z-index: 1000;
}
@media (max-width: 1199px) {
	header{
		padding: 20px 30px;
	}
	header h1{
		width: 115px;
	}
	.heade_right .tel img{
		width: 230px;
		height: auto;
	}
	.heade_right .tel p{
		font-size: 13px;
		line-height: 18px;
		border-left: 1px solid #000;
		padding-left: 15px;
		margin-left: 15px;
	}
	.heade_right .gmenu>ul>li{
		margin-right: 25px;
	}
	.heade_right .btn_contact{
		width: 220px;
	}
	.main_photo{
		margin: 110px auto 0;
		padding: 0 30px 0;
	}
}
@media (max-width: 991px) {
	header{
		padding: 15px 30px;
	}
	header h1{
		width: 100px;
	}
	.heade_right .tel_menu{
		margin-right: 15px;
	}
	.heade_right .tel img{
		width: 190px;
		height: auto;
	}
	.heade_right .tel p{
		font-size: 12px;
		line-height: 16px;
	}
	.heade_right .gmenu>ul>li{
		margin-right: 20px;
	}
	.heade_right .gmenu>ul>li>a{
		font-size: 14px;
	}
	.heade_right .gmenu .service_menu::after{
		top: 3px;
	}
	.heade_right .gmenu .service_menu:hover .submenu{
		transform: translateY(521px);
		-ms-transform: translateY(521px);
	}
	.heade_right .submenu a{
		font-size: 14px;
	}
	.heade_right .btn_contact{
		width: 160px;
		font-size: 14px;
		padding: 18px 0;
	}
	.main_photo{
		margin: 90px auto 0;
	}
}
@media (max-width: 767px) {
	header{
		padding: 10px 25px;
		align-items: center;
	}
	header h1{
		width: 80px;
	}
	.heade_right .tel_menu{
		display: none;
	}
	.heade_right .btn_contact{
		width: 150px;
		font-size: 13px;
		padding: 13px 0;
		margin-right: 50px;
	}
	.main_photo{
		margin: 70px auto 0;
		padding: 0 25px 0;
	}
	.main_photo img{
		border-radius: 10px;
	}

	.hamburger {
		margin-left: 15px;
    display: inline-block;
    width: 34px;
    height: 18px;
    position: fixed;
    top: 22px;
    right: 25px;
    caret-color: transparent;
    cursor: pointer;
    z-index: 2500;
	}

	.hamburger span {
	  display: inline-block;
	  -webkit-transition: all .4s;
	  transition: all .4s;
	  /*アニメーションの設定*/
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	          transform: translateX(-50%);
	  background: #000;
	}

	.hamburger span:nth-of-type(1) {
	  top: 0;
	}

	.hamburger span:nth-of-type(2) {
	  top: 10px;
	}

	.hamburger span:nth-of-type(3) {
	  top: 20px;
	}

	.active .hamburger span:nth-of-type(1) {
	  top: 0;
	  left: 0;
	  -webkit-transform: translateY(10px) rotate(-30deg);
	          transform: translateY(10px) rotate(-30deg);
	}

	.active .hamburger span:nth-of-type(2) {
	  opacity: 0;
	}

	.active .hamburger span:nth-of-type(3) {
	  top: 0;
	  left: 0;
	  -webkit-transform: translateY(10px) rotate(30deg);
	          transform: translateY(10px) rotate(30deg);
	}
}


/*common*/
.container{
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

article p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.ttl{
	font-size: 30px;
	font-weight: 400;
	color: #6eb42a;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.ttl::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	background-color: #b7b7b7;
}
.ptb{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 1199px) {
	.ttl{
		font-size: 28px;
	}
	.ptb{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 991px) {
	article p{
		font-size: 15px;
		line-height: 25px;
	}
	.ttl{
		font-size: 24px;
		padding-bottom: 30px;
		margin-bottom: 25px;
	}
	.ttl::after{
		height: 24px;
	}
	.ptb{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	article p{
		font-size: 14px;
		line-height: 22px;
	}
	.ttl{
		font-size: 22px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.ttl::after{
		height: 20px;
	}
	.ptb{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


.top_concept{
	padding-top: 110px;
}
.top_concept .sp_lead{
	display: none;
}
.top_concept .container{
	padding-left: 60px;
	padding-right: 60px;
}
.top_concept .container,
.top_concept ul{
	align-items: flex-start;
}
.top_concept h1{
	width: 5%;
}
.top_concept h1 img{
	border-right: 1px solid #6eb42a;
	padding-right: 20px;
}
.top_concept .text_area{
	padding: 0 55px;
	width: 53%;
	margin-top: -10px;
}
.top_concept .text_area p{
	line-height: 38px;
}
.top_concept ul{
	width: 42%;
}
.top_concept ul li:last-child{
	margin-left: 20px;
	margin-top: 50px;
}
.bg_concept{
	background: url(../images/bg_concept.jpg) center top;
	background-size: cover;
	height: 50vw;
	max-height: 700px;
	margin-top: -180px;
}
@media (max-width: 1199px) {
	.top_concept{
		padding-top: 90px;
	}
	.top_concept h1{
		width: 5.5%;
	}
	.top_concept .text_area{
		padding: 0 40px;
		width: 52.5%;
	}
	.top_concept .text_area p{
		line-height: 34px;
	}
	.top_concept ul li:last-child{
		margin-left: 20px;
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.top_concept{
		padding-top: 70px;
	}
	.top_concept .sp_lead{
		display: block;
		margin-bottom: 20px;
	}
	.top_concept .sp_lead img{
		width: 160px;
		height: auto;
		border-bottom: 1px solid #6eb42a;
		padding-bottom: 10px;
	}
	.top_concept .container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.top_concept h1{
		display: none;
	}
	.top_concept .text_area{
		padding: 0 30px 0 0;
		width: 56%;
	}
	.top_concept .text_area p{
		line-height: 30px;
	}
	.top_concept ul{
		width: 44%;
	}
	.top_concept ul li:last-child{
		margin-left: 15px;
		margin-top: 30px;
	}
	.bg_concept{
		margin-top: -120px;
	}
}
@media (max-width: 767px) {
	.top_concept{
		padding-top: 50px;
	}
	.top_concept .sp_lead img{
		width: 120px;
	}
	.top_concept .container{
		padding-left: 30px;
		padding-right: 30px;
		display: block;
	}
	.top_concept .text_area{
		padding: 0 ;
		width: 100%;
	}
	.top_concept .text_area p{
		line-height: 26px;
	}
	.top_concept ul{
		width: 100%;
		margin-top: 15px;
		padding: 0 20px;
	}
	.top_concept ul li:last-child{
		margin-left: 20px;
	}
	.bg_concept{
		margin-top: -60px;
	}
}


.top_service{
	max-width: 1000px;
}
.top_service li{
	width: 47%;
	text-align: center;
}
.top_service li a{
	transition: .3s;
}
.top_service li a:hover{
	opacity: .6;
}
.top_service figure img{
	border-radius: 10px;
}
.top_service dl{
	position: relative;
	padding-top: 20px;
}
.top_service li:first-child dt{
	width: 310px;
}
.top_service dt{
	font-size: 14px;
	color: #fff;
	background-color: #6eb42a;
	border-radius: 20px;
	text-align: center;
	padding: 5px 15px;
	display: inline;
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}
.top_service dd{
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
@media (max-width: 1199px) {
	.top_service dd{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.top_service li{
		width: 48%;
	}
	.top_service figure img{
		border-radius: 5px;
	}
	.top_service li:first-child dt{
		width: 290px;
	}
	.top_service dt{
		font-size: 13px;
		border-radius: 15px;
		padding: 5px 15px;
	}
	.top_service dd{
		font-size: 20px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.top_service ul{
		display: block;
	}
	.top_service li{
		width: 100%;
		margin-bottom: 30px;
	}
}




.top_news{
	background-color: #f8f6f2;
}
.top_news .container{
	align-items: flex-start;
}
.top_news .ttl{
	text-align: left;
	width: 22%;
}
.top_news .ttl::after{
	display: none;
}
.top_news ul{
	width: 78%;
}
.news_list li{
	margin-bottom: 35px;
}
.news_list dl{
	justify-content: flex-start;
	align-items: flex-start;
}
.news_list dt,
.news_list dd{
	font-size: 16px;
}
.news_list dt{
	width: 15%;
}
.news_list dd{
	width: 85%;
}
.news_list dd a{
	text-decoration: underline;
	font-weight: 400;
}
.news_list dd a:hover{
	text-decoration: none;
}
@media (max-width: 991px) {
	.top_news .ttl{
		width: 22%;
	}
	.top_news ul{
		width: 78%;
	}
	.news_list li{
		margin-bottom: 25px;
	}
	.news_list dt,
	.news_list dd{
		font-size: 15px;
	}
	.news_list dt{
		width: 18%;
	}
	.news_list dd{
		width: 82%;
	}
}
@media (max-width: 767px) {
	.news_list .flex_inner{
		display: block;
	}
	.top_news .ttl{
		margin-bottom: 0;
	}
	.top_news .ttl,
	.top_news ul,
	.news_list dt,
	.news_list dd{
		width: 100%;
	}
	.news_list dt,
	.news_list dd{
		font-size: 14px;
	}
	.news_list dd{
		margin-top: 5px;
	}
}



/*footer*/
footer{
	padding: 110px 45px 0;
}
footer .logo_place{
	align-items: flex-start;
}
footer .logo_place h1{
	width: 110px;
	margin-right: 40px;
	margin-top: 5px;
}
footer .logo_place dt{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
footer .logo_place dd{
	font-size: 14px;
	margin-bottom: 25px;
}
footer .tel h2{
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0;
	margin-bottom: 20px;
}
footer .tel .flex_inner{
	align-items: flex-start;
}
footer .tel dt{
	width: 230px;
}
footer .tel dd{
	font-size: 13px;
	margin-top: 5px;
}
footer .tel .btn_contact{
	width: 240px;
	padding: 18px 0;
	margin-left: 30px;
}
.copyright{
	text-align: center;
	padding: 50px 0;
	font-size: 11px;
}
@media (max-width: 1199px) {
	footer{
		padding: 90px 30px 0;
	}
	footer .logo_place h1{
		margin-right: 30px;
	}
	footer .logo_place dt{
		font-size: 15px;
	}
	footer .logo_place dd{
		font-size: 13px;
		margin-bottom: 20px;
	}
	footer .tel h2{
		font-size: 15px;
		padding: 8px 0;
		margin-bottom: 15px;
	}
	footer .tel dd{
		font-size: 13px;
		margin-top: 5px;
	}
	footer .tel .btn_contact{
		width: 220px;
		padding: 16px 0;
		margin-left: 20px;
	}
	.copyright{
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	footer{
		padding: 70px 30px 0;
	}
	footer .logo_place h1{
		width: 95px;
		margin-right: 25px;
	}
	footer .logo_place dt{
		font-size: 14px;
		margin-bottom: 0;
	}
	footer .logo_place dd{
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .tel h2{
		font-size: 14px;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	footer .tel dt{
		width: 180px;
	}
	footer .tel dd{
		font-size: 12px;
		margin-top: 5px;
	}
	footer .tel .btn_contact{
		width: 160px;
		padding: 16px 0;
		margin-left: 15px;
		font-size: 14px;
	}
	.copyright{
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	footer{
		padding: 50px 25px 0;
	}
	footer .flex_inner{
		display: block;
	}
	footer .inner{
		display: block;
	}
	footer .logo_place{
		margin-bottom: 25px;
		text-align: center;
	}
	footer .logo_place h1{
		width: 100px;
		margin: 0 auto 20px;
	}
	footer .logo_place dt{
		font-size: 16px;
	}
	footer .logo_place dd{
		font-size: 13px;
	}
	footer .tel dl{
		text-align: center;
		margin-bottom: 10px;
	}
	footer .tel dt{
		width: 230px;
		margin: 0 auto;
	}
	
	footer .tel .btn_contact{
		width: 100%;
		max-width: 500px;
		padding: 20px 0;
		margin: 0 auto;
	}
}




/*sub common*/
.page_title{
	width: 100%;
	background-color: #e5eddd;
	text-align: center;
	padding: 100px 0;
	margin-top: 112px;
}
.page_title h1{
	font-size: 30px;
	font-weight: 400;
}
.sub_container{
	width: 960px;
	padding: 0 30px;
	margin: 0 auto;
}
.ttl_m{
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	font-weight: 400;
	margin-bottom: 30px;
}
.ttl_m::after{
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	background-color: #6eb42a;
	position: absolute;
	left: 0;
	bottom: 0;
}
.col{
	margin-top: 120px;
}
.list li{
	padding-top: 30px;
}
.list dl{
	align-items: stretch;
}
.list dt,
.list dd{
	font-size: 16px;
	padding-bottom: 30px;
}
.list dt{
	font-weight: 400;
	width: 17%;
	border-bottom: 1px solid #6eb42a;
}
.list dd{
	width: 81%;
	border-bottom: 1px solid #d8d8d8;
}
.sub footer{
	border-top: 6px solid #f8f6f2;
	margin-top: 100px;
}
@media (max-width: 991px) {
	.page_title{
		padding: 70px 0;
		margin-top: 88px;
	}
	.page_title h1{
		font-size: 26px;
	}
	.sub_container{
		max-width: 960px;
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
	}
	.ttl_m{
		font-size: 24px;
	}
	.col{
		margin-top: 100px;
	}
	.list dt,
	.list dd{
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.page_title{
		padding: 35px 0;
		margin-top: 67px;
	}
	.page_title h1{
		font-size: 20px;
	}
	.sub_container{
		max-width: 960px;
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
	}
	.ttl_m{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ttl_m::after{
		width: 22px;
	}
	.col{
		margin-top: 60px;
	}
	.list dt,
	.list dd{
		font-size: 14px;
	}
	.list dt{
		width: 23%;
	}
	.list dd{
		width: 73%;
	}
	.sub footer{
		margin-top: 60px;
	}
}


/*about*/
.sub_concept .flex_inner{
	align-items: flex-start;
}
.sub_concept .left_col{
	width: 53%;
	padding-right: 55px;
}
.sub_concept h1{
	width: 206px;
	border-bottom: 1px solid #6eb42a;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sub_concept .text_area p{
	line-height: 38px;
}
.sub_concept ul{
	width: 47%;
}
.sub_concept ul li:last-child{
	margin-left: 20px;
	margin-top: 50px;
}
.btn_teikan{
	display: block;
	background-color: #f8f6f2;
	text-align: center;
	padding: 60px 0;
	margin-top: 100px;
	position: relative;
	transition: .3s;
}
.btn_teikan:hover{
	opacity: .6;
}
.btn_teikan p{
	font-size: 20px;
	font-weight: 400;
}
.btn_teikan span{
	font-size: 16px;
	font-weight: 400;
}
.btn_teikan .triangle{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
  border-bottom: 30px solid #6eb42a;
  border-left: 30px solid transparent;
}
@media (max-width: 1199px) {
	.sub_concept h1{
		width: 190px;
	}
	.sub_concept .text_area p{
		line-height: 34px;
	}
}
@media (max-width: 991px) {
	.sub_concept .left_col{
		padding-right: 30px;
	}
	.sub_concept h1{
		width: 160px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.sub_concept .text_area p{
		line-height: 30px;
	}
	.btn_teikan{
		padding: 50px 0;
		margin-top: 80px;
	}
	.btn_teikan .triangle{
		width: 25px;
		height: 25px;
	  border-bottom: 25px solid #6eb42a;
	  border-left: 25px solid transparent;
	}
}
@media (max-width: 767px) {
	.sub_concept>.flex_inner{
		display: block;
	}
	.sub_concept .left_col{
		width: 100%;
		padding-right: 0;
	}
	.sub_concept h1{
		width: 130px;
		margin-bottom: 20px;
	}
	.sub_concept .text_area p{
		line-height: 26px;
	}
	.sub_concept ul{
		width: 100%;
		margin-top: 15px;
		padding: 0 20px;
	}
	.sub_concept ul li:last-child{
		margin-top: 30px;
	}
	.btn_teikan{
		padding: 40px 0;
		margin-top: 60px;
	}
	.btn_teikan p{
		font-size: 18px;
	}
	.btn_teikan span{
		font-size: 12px;
		display: block;
		margin-top: 5px;
	}
	.btn_teikan .triangle{
		width: 20px;
		height: 20px;
	  border-bottom: 20px solid #6eb42a;
	  border-left: 20px solid transparent;
	}
}




/*access*/
.access .col .flex_inner{
	align-items: flex-start;
}
.access .col .text_area{
	width: 55%;
}
.access .col dt{
	color: #fff;
	font-size: 14px;
	background-color: #6eb42a;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;
}
.access .col dd{
	font-size: 26px;
	font-weight: 400;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.access .col dd::after{
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	background-color: #6eb42a;
	position: absolute;
	left: 0;
	bottom: 0;
}
.access .col p{
	line-height: 32px;
}
.access .col figure{
	width: 45%;
}
.access .col figure img{
	border-radius: 10px;
}
.gmap{
	width: 100%;
	height: 450px;
	margin-top: 50px;
}
.gmap iframe{
	width: 100%;
	height: 450px;
}
@media (max-width: 991px) {
	.access .col .text_area{
		width: 50%;
	}
	.access .col dd{
		font-size: 24px;
		padding-bottom: 17px;
		margin-bottom: 20px;
	}
	.access .col p{
		line-height: 30px;
	}
	.access .col figure{
		width: 50%;
	}
	.gmap{
		height: 400px;
		margin-top: 40px;
	}
	.gmap iframe{
		height: 400px;
	}
}
@media (max-width: 767px) {
	.access .col .flex_inner{
		display: block;
	}
	.access .col .text_area{
		width: 100%;
	}
	.access .col dd{
		font-size: 22px;
		margin-top: 5px;
		padding-bottom: 15px;
	}
	.access .col p{
		line-height: 26px;
	}
	.access .col figure{
		width: 100%;
		margin-top: 20px;
	}
	.gmap{
		height: 300px;
		margin-top: 30px;
	}
	.gmap iframe{
		height: 300px;
	}
}


.contact-complet .text_area p{
	font-size: 14px;
	text-align: center;
}

/*contact*/
.contact .text_area{
	text-align: center;
}
.contact .text_area p{
	font-size: 15px;
	line-height: 28px;
}
.contact .text_area .tel{
	margin-top: 50px;
}
.contact .text_area .tel img{
	width: 380px;
	height: auto;
}
.contact .text_area .tel p{
	font-size: 14px;
	margin-top: 5px;
}
.contact .form li{
	border-bottom: 1px solid #e4e2dd;
	padding: 40px 0;
}
.contact .form li:first-child{
	border-top: 1px solid #e4e2dd;
}
.contact .form dt{
	width: 24%;
	padding-right: 20px;
}
.contact .form dt p{
	font-size: 16px;
	font-weight: 400;
}
.contact .form dt span{
	background-color: #eb7070;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	padding: 1px 3px 2px;
	border-radius: 2px;
}
.contact .form dd{
	width: 76%;
}
.contact .form dd input{
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	background-color: #f6f5f3;
}
.contact .form .mwform-tel-field{
	font-size: 18px;
}
.contact .form .mwform-tel-field input{
	width: 25%;
}
.contact .form dd textarea{
	box-sizing: border-box;
	width: 100%;
	height:  180px;
	border: none;
	outline: none;
	font-size: 16px;
	background-color: #f6f5f3;
	padding: 30px;
}
.contact .form .btn_submit{
	border: none;
	width: 560px;
	margin: 60px auto 0;
	padding: 24px 0;
	display: block;
	background-color: #6eb42a;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
}
.contact ::placeholder {
  color: #ccc;
}
.contact .form .error{
	font-size: 15px;
}
@media (max-width: 991px) {
	.contact .text_area p{
		font-size: 14px;
		line-height: 26px;
	}
	.contact .text_area .tel{
		margin-top: 40px;
	}
	.contact .text_area .tel img{
		width: 320px;
		height: auto;
	}
	.contact .text_area .tel p{
		font-size: 13px;
	}
	.contact .form li{
		padding: 30px 0;
	}
	.contact .form dt{
		width: 26%;
		padding-right: 20px;
	}
	.contact .form dt p{
		font-size: 15px;
	}
	.contact .form dt span{
		font-size: 11px;
	}
	.contact .form dd{
		width: 74%;
	}
	.contact .form dd input{
		padding: 25px;
	}
	.contact .form dd textarea{
		height:  160px;
	}
	.contact .form .btn_submit{
		width: 500px;
		margin: 50px auto 0;
		padding: 22px 0;
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.contact .text_area>p{
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}
	.contact .text_area p br{
		display: none;
	}
	.contact .text_area .tel{
		margin-top: 30px;
	}
	.contact .text_area .tel img{
		width: 260px;
		height: auto;
	}
	.contact .text_area .tel p{
		font-size: 12px;
	}
	.contact .form li{
		padding: 20px 0;
	}
	.contact .form dl{
		display: block;
	}
	.contact .form dt{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		justify-content: flex-start;
	}
	.contact .form dt p{
		font-size: 14px;
		margin-right: 5px;
	}
	.contact .form dt span{
		font-size: 10px;
	}
	.contact .form dd{
		width: 100%;
	}
	.contact .form dd input{
		padding: 20px;
	}
	.contact .form dd textarea{
		height:  150px;
	}
	.contact .form .btn_submit{
		width: 100%;
		max-width: 350px;
		margin: 40px auto 0;
		padding: 20px 0;
	}
}



/*news*/
.news_wrap .col .date{
	font-size: 16px;
	margin-bottom: 10px;
}
.news_wrap .col h1{
	font-size: 26px;
	line-height: 40px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 25px;
	margin-bottom: 40px;
	font-weight: 400;
}
.news_wrap .col .text_area p{
	line-height: 32px;
	margin-bottom: 40px;
}
.news_wrap .col .text_area figure{
	margin-bottom: 40px;
}
.news_wrap .col .text_area img{
	border-radius: 10px;
}
.news_wrap .col .text_area h2{
	font-size: 22px;
	font-weight: 400;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.news_wrap .col .text_area h2::after{
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	background-color: #6eb42a;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_wrap .col .text_area a{
	font-size: 16px;
	text-decoration: underline;
}
.news_wrap .col .text_area a:hover{
	text-decoration: none;
}
.news_wrap .col .btn_list{
	width: 560px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 24px 0;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.news_wrap .col .date{
		font-size: 15px;
	}
	.news_wrap .col h1{
		font-size: 22px;
		line-height: 34px;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.news_wrap .col .text_area p{
		line-height: 28px;
		margin-bottom: 35px;
	}
	.news_wrap .col .text_area figure{
		margin-bottom: 35px;
	}
	.news_wrap .col .text_area h2{
		font-size: 20px;
		margin-top: 50px;
	}
	.news_wrap .col .text_area a{
		font-size: 15px;
	}
	.news_wrap .col .btn_list{
		width: 500px;
		font-size: 15px;
		padding: 22px 0;
	}
}
@media (max-width: 767px) {
	.news_wrap .col .date{
		font-size: 14x;
	}
	.news_wrap .col h1{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.news_wrap .col .text_area p{
		line-height: 26px;
		margin-bottom: 30px;
	}
	.news_wrap .col .text_area figure{
		margin-bottom: 30px;
	}
	.news_wrap .col .text_area h2{
		font-size: 18px;
		margin-top: 40px;
	}
	.news_wrap .col .text_area a{
		font-size: 14px;
	}
	.news_wrap .col .btn_list{
		width: 100%;
		max-width: 350px;
		padding: 20px 0;
	}
}



/*public*/
.public h2{
	font-size: 16px;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.public h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 1px;
	background-color: #6eb42a;
}
.public .open_col{
	margin-bottom: 60px;
}
.public .open_col ul{
	justify-content: flex-start;
}
.public .open_col li{
	margin-right: 30px;
}
.public .open_col li:last-child{
	margin-right: 0;
}
.public .open_col li a{
	font-size: 16px;
	position: relative;
	padding-right: 18px;
}
.public .open_col li a:hover{
	color: #6eb42a;
}
.public .open_col li a::after{
	content: "";
	background: url(../images/icon_pdf.svg) no-repeat center;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
@media (max-width: 991px) {
	.public h2{
		font-size: 15px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.public h2::after{
		width: 100px;
	}
	.public .open_col{
		margin-bottom: 50px;
	}
	.public .open_col li a{
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.public h2{
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.public h2::after{
		width: 80px;
	}
	.public .open_col{
		margin-bottom: 50px;
	}
	.public .open_col ul{
		display: block;
	}
	.public .open_col li{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.public .open_col li a{
		font-size: 14px;
	}
}



/*service*/
.service .main_photo .inner{
	height: 65vh;
}
.service_name{
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 60px 0;
	margin: -60px auto 0;
	position: relative;
	z-index: 500;
	width: 580px;
}
.service_name dl{
	position: relative;
}
.service_name dt{
	font-size: 15px;
	width: 330px;
	color: #fff;
	background-color: #6eb42a;
	border-radius: 20px;
	text-align: center;
	padding: 5px 15px;
	display: inline;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}
.service_name dd{
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	padding-top: 45px;
	position: relative;
	padding-bottom: 15px;
}
.service_name dd::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	height: 4px;
	background-color: #6eb42a;
	margin-left: -17px;
}
.service_about{
	max-width: 1090px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin: 40px auto 0;
	align-items: flex-start;
}
.service_about .text_area{
	width: 67%;
	padding-right: 60px;
}
.service_about .text_area h2{
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: 400;
}
.service_about .text_area p{
	line-height: 38px;
}
.service_about .photo{
	width: 33%;
}
.service_about .photo li{
	margin-bottom: 30px;
}
.service_about .photo img{
	border-radius: 10px;
}
.service_info .flex_inner{
	align-items:flex-start;
}
.service_info .service_info_col{
	width: 47%;
}
.service_info h2{
	font-size: 20px;
	color: #6eb42a;
	font-weight: 400;
	margin-bottom: 10px;
}
.service_info dl{
	margin-top: 30px;
	background-color: #f8f6f2;
	border-radius: 10px;
	padding: 20px 30px 25px;
}
.service_info dt{
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #d4d0c7;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.service_info dd p{
	font-size: 15px;
	line-height: 26px;
}
.service_info dd span{
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.service_outline .tel{
	margin-top: 25px;
}
.service_outline .tel img{
	width: 230px;
	margin-top: 5px;
}
.service_outline .tel span{
	font-size: 13px;
}
.service_schedule div.flex_inner{
	align-items: flex-start;
}
.service_schedule .schedule{
	width: 62%;
	padding-right: 90px;
}
.service_schedule .schedule li{
	padding: 18px 0;
	border-bottom: 1px solid #d8d8d8;
}
.service_schedule .schedule li:first-child{
	padding-top: 0;
}
.service_schedule .schedule dl{
	justify-content: flex-start;
}
.service_schedule .schedule dt,
.service_schedule .schedule dd{
	font-size: 16px;
}
.service_schedule .schedule dt{
	width: 32%;
}
.service_schedule .schedule dd{
	padding-left: 20px;
	border-left: 3px solid #d8d8d8;
	width: 68%;
}
.service_schedule .photo{
	width: 38%;
}
.service_schedule .photo li{
	margin-bottom: 30px;
}
.service_schedule .photo img{
	border-radius: 10px;
}
.service_facility ul{
	flex-wrap: wrap;
	align-items: flex-start;
}
.service_facility li{
	width: 46%;
	margin-bottom: 40px;
}
.service_facility img{
	border-radius: 10px;
}
.service_facility figcaption{
	font-size: 15px;
	line-height: 23px;
	margin-top: 5px;
}
.service_access .gmap{
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.service .main_photo .inner{
		height: 58vh;
	}
	.service_name{
		border-radius: 15px;
		padding: 50px 0;
		margin: -50px auto 0;
		width: 550px;
	}
	.service_name dd{
		font-size: 36px;
		padding-top: 40px;
	}
	.service_about .text_area{
		width: 65%;
		padding-right: 50px;
	}
	.service_about .text_area h2{
		line-height: 38px;
		margin-bottom: 25px;
	}
	.service_about .text_area p{
		line-height: 35px;
	}
	.service_about .photo{
		width: 35%;
	}
}
@media (max-width: 991px) {
	.service .main_photo .inner{
		height: 50vh;
	}
	.service_name{
		padding: 40px 0;
		margin: -40px auto 0;
		width: 500px;
	}
	.service_name dt{
		font-size: 14px;
		width: 310px;
	}
	.service_name dd{
		font-size: 32px;
	}
	.service_about{
		margin: 30px auto 0;
	}
	.service_about .text_area{
		width: 60%;
		padding-right: 40px;
	}
	.service_about .text_area h2{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.service_about .text_area p{
		line-height: 30px;
	}
	.service_about .photo{
		width: 40%;
	}

	.service_info .service_info_col{
		width: 47%;
	}
	.service_info h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.service_info dl{
		margin-top: 20px;
		padding: 15px 25px 20px;
	}
	.service_info dt{
		font-size: 15px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.service_info dd p{
		font-size: 14px;
		line-height: 22px;
	}
	.service_info dd span{
		font-size: 13px;
		line-height: 20px;
	}
	.service_outline .tel img{
		width: 200px;
	}
	.service_schedule .schedule{
		width: 58%;
		padding-right: 40px;
	}
	.service_schedule .schedule li{
		padding: 15px 0;
	}
	.service_schedule .schedule dt,
	.service_schedule .schedule dd{
		font-size: 15px;
	}
	.service_schedule .schedule dt{
		width: 36%;
	}
	.service_schedule .schedule dd{
		padding-left: 20px;
		border-left: 3px solid #d8d8d8;
		width: 64%;
	}
	.service_schedule .photo{
		width: 42%;
	}
	.service_schedule .photo li{
		margin-bottom: 25px;
	}

	.service_facility li{
		width: 47%;
		margin-bottom: 30px;
	}
	.service_facility img{
		border-radius: 10px;
	}
	.service_facility figcaption{
		font-size: 14px;
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	.service .main_photo .inner{
		height: 40vh;
	}
	.service_name{
		padding: 0;
		margin: 15px auto 0;
		width: 280px;
	}
	.service_name dt{
		font-size: 13px;
		width: 272px;
		padding: 5px 0;
	}
	.service_name dd{
		font-size: 28px;
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.service_name dd::after{
		width: 28px;
		margin-left: -14px;
	}
	.service_about{
		display: block;
	}
	.service_about .text_area{
		width: 100%;
		padding-right: 0;
	}
	.service_about .text_area h2{
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.service_about .text_area p{
		line-height: 26px;
	}
	.service_about .photo{
		margin-top: 20px;
		width: 100%;
	}
	.service_about .photo li{
		margin-bottom: 15px;
		text-align: center;
	}
	.service_info .flex_inner{
		display: block;
	}
	.service_info .service_info_col{
		width: 100%;
		margin-bottom: 40px;
	}
	.service_info h2{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.service_info dl{
		padding: 15px 20px 15px;
		border-radius: 5px;
	}
	.service_info dt{
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.service_outline .list dt{
		width: 24%;
	}
	.service_outline .list dd{
		width: 72%;
	}
	.service_schedule div.flex_inner{
		display: block;
	}
	.service_schedule .schedule{
		width: 100%;
		padding-right: 0;
	}
	.service_schedule .schedule dt,
	.service_schedule .schedule dd{
		font-size: 14px;
	}
	.service_schedule .schedule dt{
		width: 38%;
	}
	.service_schedule .schedule dd{
		padding-left: 15px;
		width: 62%;
	}
	.service_schedule .photo{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.service_schedule .photo li{
		margin-bottom: 15px;
	}

	.service_facility ul{
		display: block;
	}
	.service_facility li{
		width: 100%;
		margin-bottom: 25px;
	}
	.service_facility figcaption{
		font-size: 13px;
		line-height: 20px;
	}
}




.service02 .main_photo .inner{
	background: url(../images/main_photo2.jpg) center top;
	background-size: cover;
}
.service02 .service_name dt{
	width: 150px;
}
.service02 .text_area{
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.service02 .text_area p{
	line-height: 38px;
}
@media (max-width: 1199px) {
	.service02 .text_area p{
		line-height: 35px;
	}
}
@media (max-width: 991px) {
	.service02 .text_area p{
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.service02 .service_name dt{
		width: 120px;
	}
	.service02 .text_area{
		margin-top: 20px;
	}
	.service02 .text_area p{
		line-height: 26px;
	}
}


