@charset "utf-8";

.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
.floatR{
	float: right;
}
.floatL{
	float: left;
}

.mb15{
	margin-bottom: 15px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb25{
	margin-bottom: 25px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb50{
	margin-bottom: 50px!important;
}

.ml10{
	margin-left: 10px!important;
}

.w100{
	width: 100%!important;
}

.fs10{
	font-size: 10px;
}
.fs12{
	font-size: 12px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs24{
	font-size: 24px;
}
.fs30{
	font-size: 30px;
}
.bold{
	font-weight: bold;
}
.nowrap{
	white-space: nowrap;
}
.green{
	color: #094!important;
}
.orange{
	color: #ff7c02!important;
}
.red{
	color: #f00!important;
}
p.center{
	text-align: center;
}

.block{
	display: inline;
	white-space: nowrap;
}
a:hover{
	opacity: .8;
}
ul{
	list-style: none;
}

body{
	width: 100%;
	min-width: 1100px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.wrapper {
	width: 100%;
	position: relative;
	padding-top: 120px;
}

#index .wrapper {
	padding-top: 0;
}

.inner{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.sm{
	display: none;
}

@media screen and (max-width: 768px) {
	html.is-nav-open {
		height: 100%;
    overflow: hidden;
	}
}

@media screen and (max-width: 750px) {
	body{
		min-width: initial;
		min-width: auto;
	}

	.wrapper {
		padding-top: 0;
	}

	.inner {
		width: 100%;
		padding: 0 20px;
	}
	.sm{
		display: block;
	}
	.pc{
		display: none;
	}
}
/*--------------------------------------------------
header
--------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.is-fixed header {
	position: fixed !important;
	top: 0;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, .7);
	transition: all .3s;
}

header img {
	width: 100%;
	height: auto;
}

header .h_logo {
	position: absolute;
	left: 0;
	margin-top: 10px;
	z-index: 100;
}

header .pc .h_logo {
	max-width: 358px;
}

header .h_menu{
	width: 1100px;
	margin: 0 0 0 auto;
}
header .h_menu a{
	color: #000;
	text-decoration: none;
}
header .h_navi01{
	height: 45px;
	margin-bottom: 20px;
	position: relative;
}
header .h_navi01 .link_main{
	position: absolute;
	right: 250px;
	bottom: 0;
	line-height: 27px;
}
header .h_navi01 .link_main img{
	margin-right: .5em;
}
header .h_navi01 .link_main a:hover{
	text-decoration: underline;
}
header .h_navi01 .h_contact{
	width: 228px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 1px #176108;
	-moz-box-shadow: 0 1px #176108;
	box-shadow: 0 1px #176108;
	background-color: #094;
	line-height: 45px;
	text-align: center;
}
header .h_navi01 .h_contact a{
	display: block;
	color: #fff;
}
header .h_navi01 .h_contact img{
	margin-right: 5px;
	vertical-align: middle;
}
header .h_navi02{
	height: 14px;
	margin-bottom: 20px;
	position: relative;
}
header .h_navi02 ul{
	position: absolute;
	right: 0;
}
header .h_navi02 li{
	margin-left: 20px;
	float: left;
}
header .h_navi02 li a:hover{
	text-decoration: underline;
}
header .h_navi02 li a img{
	width: auto;
	height: 12px;
	padding-right: .5em;
	vertical-align: middle;
}

header .h_menu nav {
	position: relative;
}

header .h_menu nav ul {
	display: table;
	position: absolute;
	right: 0;
	margin-right: -10px;
	border-collapse: separate;
  border-spacing: 10px 0;
}

header .h_menu nav ul li {
	display: table-cell;
	width: 185px;
	padding: 10px 7px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}

header .h_menu nav li a {
	display: block;
}

/*header .h_menu nav li a{
	width: 185px;
	height: 48px;
	margin-left: 10px;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
}*/

header .h_menu nav li a:hover{
	text-decoration: none;
}
header .h_menu nav .n_list01 {
	-webkit-box-shadow: 0 1px #24bb01;
	-moz-box-shadow: 0 1px #24bb01;
	box-shadow: 0 1px #24bb01;
	background-color: #c1f4d3;
}
header .h_menu nav .n_list02 {
	-webkit-box-shadow: 0 1px #e054be;
	-moz-box-shadow: 0 1px #e054be;
	box-shadow: 0 1px #e054be;
	background-color: #f8cfea;
}
header .h_menu nav .n_list03 {
	-webkit-box-shadow: 0 1px #bba301;
	-moz-box-shadow: 0 1px #bba301;
	box-shadow: 0 1px #bba301;
	background-color: #f7ee83;
}
header .h_menu nav .n_list04 {
	-webkit-box-shadow: 0 1px #016ebb;
	-moz-box-shadow: 0 1px #016ebb;
	box-shadow: 0 1px #016ebb;
	background-color: #bbe8fe;
}

header #nav-box {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
}

header #nav-box #logo-box {
	max-width: 330px;
}

header #nav-box #nav-list-box {
	max-width: 745px;
}

header #nav-box #nav-list-box nav {
	width: 100%;
}

header #nav-box #nav-list-box nav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

header #nav-box #nav-list-box nav #nav-list1 {
	margin-bottom: 10px;
}

header #nav-box #nav-list-box nav #nav-list1 li {
	text-align: center;
}

header #nav-box #nav-list-box nav #nav-list1 li:not(:last-of-type) {
	width: 170px;
	margin-right: 10px;
}

header #nav-box #nav-list-box nav #nav-list1 #nav3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 385px;
	padding: 14px 7px 12px 17px;
	background: #FFD86C;
	border-radius: 4px;
}

header #nav-box #nav-list-box nav #nav-list1 li a {
	font-size: 14px;
	font-weight: 700;
	color: #393939;
	line-height: 1;
	text-decoration: none;
}

header #nav-box #nav-list-box nav #nav-list1 li:not(:last-of-type) a {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 4px;
}

header #nav-box #nav-list-box nav #nav-list1 #nav1 a {
	background: #C1F4D3;
}

header #nav-box #nav-list-box nav #nav-list1 #nav2 a {
	background: #F7CFEA;
}

header #nav-box #nav-list-box nav #nav-list1 #nav3 a {
	width: 65px;
	padding: 6px 0;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #FACA43;
}

header #nav-box #nav-list-box nav #nav-list1 #nav3 a:first-of-type {
	width: 100px;
}

header #nav-box #nav-list-box nav #nav-list1 #nav3 span {
	font-size: 14px;
	font-weight: 700;
	color: #393939;
}

@media screen and (max-width: 768px) {
	.is-fixed header {
		background: rgba(255, 255, 255, 1);
	}

	.is-nav-open header {
		position: fixed;
		height: 100% !important;
		overflow-y: scroll;
		background: #fff;
		z-index: 1200;
	}
}

header #nav-box #nav-list-box nav #nav-list2 #nav4 {
	margin-right: 56px;
}

header #nav-box #nav-list-box nav #nav-list2 li a {
	position: relative;
	font-size: 14px;
	color: #393939;
	text-decoration: none;
}

header #nav-box #nav-list-box nav #nav-list2 li a:before {
	position: absolute;
	top: 50%;
	content: '';
	transform: translateY(-50%);
}

header #nav-box #nav-list-box nav #nav-list2 #nav4 a:before {
	left: -20px;
	width: 14px;
	height: 19px;
	background: url(../img/common/icon_map.png) no-repeat left center;
	background-size: contain;
}

header #nav-box #nav-list-box nav #nav-list2 #nav5 a:before {
	left: -35px;
	width: 27px;
	height: 20px;
	background: url(../img/common/icon_faq.png) no-repeat left center;
	background-size: contain;
}

@media screen and (max-width: 768px) {
}

header #nav-fixed-box {
}

header #nav-fixed-box ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	position: fixed;
	top: 110px;
	right: 0;
	width: 50px;
	z-index: 2010;
}

header #nav-fixed-box ul li {
	display: flex;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

header #nav-fixed-box ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

header #nav-fixed-box ul li a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

header #nav-fixed-box ul #inquiry a {
	padding: 45px 18px 15px;
	background: #1EAD4C;
}

header #nav-fixed-box ul #voice a {
	padding: 50px 18px 35px;
	background: #6295DB;
}

header #nav-fixed-box ul li a:before {
	position: absolute;
	left: 50%;
	content: '';
	transform: translateX(-50%);
}

header #nav-fixed-box ul #inquiry a:before {
	top: 13px;
	width: 28px;
	height: 22px;
	background: url(../img/common/icon_mail.png) no-repeat center top;
	background-size: contain;
}

header #nav-fixed-box ul #voice a:before {
	top: 13px;
	width: 26px;
	height: 32px;
	background: url(../img/common/icon_voice.png) no-repeat center top;
	background-size: contain;
}

/*-- slider --*/
.slider{
	width: 100%;
	min-width: 1100px;
	max-width: 1500px;
	height: 750px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow: none;
}
.slider li{
	width: 100%;
	height: 750px;
}
.slider .sld01{
	background: url(../img/bg01.jpg) no-repeat center top;
}
.slider .sld02{
	background: url(../img/bg02.jpg) no-repeat center top;
}
.slider .sld03{
	background: url(../img/bg03.jpg) no-repeat center top;
}
.slider .sld04{
	background: url(../img/bg04.jpg) no-repeat center top;
}

/*--------------------------------------------------
main
--------------------------------------------------*/
.main{
	position: relative;
}
.main .bnr{
	width: 1100px;
	position: absolute;
	top: -160px;
}
.main .bnr a{
	width: 355px;
	height: 133px;
	display: block;
	float: left;
	color: #000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
.main .bnr a + a{
	margin-left: 17px;
}

.main .contents{
	margin-bottom: 55px;
	position: relative;
}
.main .contents h1{
	padding-bottom: 10px;
	border-bottom: 4px solid #a0a0a0;
	font-size: 22px;
	text-align: center;
}
.main .contents h1 span{
	color: #08a43c;
	font-size: 14px;
}
.main .contents .rss{
	width: 105px;
	height: 27px;
	position: absolute;
	top: 5px;
	right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px #525252;
	-moz-box-shadow: 0 1px #525252;
	box-shadow: 0 1px #525252;
	background-color: #a0a0a0;
	line-height: 27px;
	text-align: center;
}
.main .contents .rss a{
	color: #fff;
}
.main .contents .rss a,
.main .contents .more a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.main .contents .more a{
	color: #000;
}
.main .contents .more{
	width: 142px;
	height: 34px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px #bba301;
	-moz-box-shadow: 0 1px #bba301;
	box-shadow: 0 1px #bba301;
	background-color: #f7ee83;
	line-height: 34px;
}
/*-- 新着情報 イベント情報 --*/
.main .contents dl{
	height: 180px;
	margin-bottom: 20px;
	overflow-y: scroll;
}
.main .contents dt,
.main .contents dd{
	padding: 11px;
	display: block;
	float: left;
	border-top: 1px dashed #a0a0a0;
}
.main .contents dt:first-child,
.main .contents dt:first-child + dd{
	border: none;
}
.main .contents dt{
	width: 30%;
	clear: left;
	text-align: center;
}
.main .contents dd{
	width: 70%;
}
.main .contents dl dt:nth-of-type(even),
.main .contents dl dd:nth-of-type(even){
	background-color: #f8f8f8;
}
/*-- top,topics,event / dt,dd --*/
.main dl dt span.cat{
	width: 170px;
	height: 19px;
	margin-left: 3em;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
/*-- 看護 --*/
.main dl dt span.cat01{
	background-color: #eab2c6;
}
/*-- 医師・研修医 --*/
.main dl dt span.cat02{
	background-color: #95d1b0;
}
/*-- その他 --*/
.main dl dt span.cat03{
	background-color: #f7ee83;
	color: #a0a0a0;
}
.main dl dd span.new{
	margin-left: 1em;
	padding: 2px 10px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f0566b;
	color: #fff;
	font-size: 6px;
	text-align: center;
	vertical-align: middle;
}
.main dl dd a{
	color: #38b6ff;
}

/*-- 先輩の声 --*/
.main .voice_box{
	width: 342px;
	margin: 25px 0;
	float: left;
}
.main .voice_box:nth-child(2){
	margin: 25px 35px;
}
.main .voice_box:nth-child(5){
	margin: 25px 35px;
}
.main .voice_box:nth-child(8){
	margin: 25px 35px;
}
.main .voice_box:nth-child(11){
	margin: 25px 35px;
}
.main .voice_box img{
	margin: 0 auto 10px;
	display: block;
}
.main .voice_box .read_more{
	text-align: right;
}
.main .voice_box a{
	color: #38b6ff;
}

.main .gotop{
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}

#nav-fixed-sm {
	display: none;
}

@media screen and (max-width: 768px) {
	.main .voice_box:nth-child(5){
		margin: 0;
	}
	#nav-fixed-sm {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1100;
	}

	#nav-fixed-sm ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	#nav-fixed-sm ul li {
		text-align: center;
	}

	#nav-fixed-sm ul li:nth-of-type(-n+3) {
		width: 33.333%;
	}

	#nav-fixed-sm ul li:nth-of-type(n+4) {
		width: 50%;
	}

	#nav-fixed-sm ul li a {
		display: block;
		position: relative;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		padding: 14px 0;
	}

	#nav-fixed-sm ul li:nth-of-type(-n+3) a {
		color: #393939;
	}

	#nav-fixed-sm ul li:nth-of-type(n+4) a {
		color: #fff;
	}

	#nav-fixed-sm ul #nav1 a {
		background: #C1F4D3;
		border-right: 1px solid #fff;
	}

	#nav-fixed-sm ul #nav2 a {
		background: #F0EC7A;
		border-right: 1px solid #fff;
	}

	#nav-fixed-sm ul #nav3 a {
		background: #FED86C;
	}

	#nav-fixed-sm ul #nav4 a {
		background: #1EAD4C;
	}

	#nav-fixed-sm ul #nav5 a {
		background: #6295DB;
	}

	#nav-fixed-sm ul li a:before {
		position: absolute;
		top: 50%;
		content: '';
		transform: translateY(-50%);
	}
	
	#nav-fixed-sm ul #nav4 a:before {
		left: 13px;
		width: 28px;
		height: 22px;
		background: url(../img/common/icon_mail.png) no-repeat left center;
		background-size: contain;
	}
	
	#nav-fixed-sm ul #nav5 a:before {
		left: 15px;
		width: 26px;
		height: 32px;
		background: url(../img/common/icon_voice.png) no-repeat left center;
		background-size: contain;
	}
}


/*--------------------------------------------------
footer
--------------------------------------------------*/
footer{
	width: 100%;
	background-color: #ededed;
}
footer .f_navi{
	width: 220px;
	height: 49em;
	margin: 30px 0 45px;
	padding: 0 1em;
	float: left;
}
footer .f_navi + .f_navi{
	border-left: 1px dashed #000;
}
footer .f_navi h1{
	color: #4b4b4b;
	font-size: 14px;
}
footer .f_navi a{
	color: #777;
	text-decoration: none;
}
footer .f_navi a:hover{
	text-decoration: underline;
}
footer .f_navi > ul{
	margin-left: 1em;
	list-style: url(../img/f_arrow.png);
}
footer .f_navi h1,
footer .f_navi li{
	margin-top: 9px;
}
footer .f_navi li li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
footer .f_navi li li::before{
	margin-right: .5em;
	color: #777;
	content: "┣";
}
footer .f_navi li li:last-child::before{
	content: "┗";
}

footer .f_info{
	padding: 40px 0;
	background-color: #fff;
}
footer .f_info .inner{
	position: relative;
}

footer .f_info .address01 a {
	color: #000;
	text-decoration: none;
}

footer .f_info .address02{
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 380px;
}

footer .f_info .address03{
	position: absolute;
	bottom: 0;
	left: 230px;
	width: 180px;
}
footer .f_info .address02 p a{
	display: inline-block;
	color: #000;
}
footer .f_info .f_map,
footer .f_info .f_contact{
	width: 127px;
	height: 65px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	-webkit-border-radius: 3px/5px;
	-moz-border-radius: 3px/5px;
	border-radius: 3px/5px;
	text-align: center;
	text-decoration: none;
}

footer .f_info .f_map {
	width: 180px;
	height: auto;
	padding: 13px 10px 9px;
	right: 110px;
	-webkit-box-shadow: 0 1px #8fa48e;
	-moz-box-shadow: 0 1px #8fa48e;
	box-shadow: 0 1px #8fa48e;
	background-color: #c7f5d7;
	color: #000;
}

footer .f_info .f_map img {
	vertical-align: middle;
	margin-right: 10px;
}

footer .f_info .f_contact{
	padding-top: 13px;
	right: 0;
	-webkit-box-shadow: 0 1px #494949;
	-moz-box-shadow: 0 1px #494949;
	box-shadow: 0 1px #494949;
	background-color: #319436;
	color: #fff;
}
footer .f_info .f_contact img{
	margin-bottom: 3px;
}

footer .f_info .ssl-mark{
	position: absolute;
	top: 10px;
	right: -10px;
}

footer .copy{
	width: 1100px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 11px;
	text-align: right;
}

footer .contact_btn{
	-webkit-box-shadow: 0 1px #494949;
	-moz-box-shadow: 0 1px #494949;
	box-shadow: 0 1px #494949;
	background-color: #319436;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	border-radius: 5px;
}

footer .contact_btn:hover{
	opacity: 0.8;
}

footer .contact_btn a{
	color: #fff;
	text-decoration: none;
	display: table;
	margin: 0 auto;
	padding-top: 5px;
}

footer .contact_btn img{
	padding-right: 5px;
	width: 23px;
	height: auto;
}

@media screen and (max-width: 768px) {
	footer {
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 750px){
	header {
		width: 100%;
		height: 100px;
		position: static;
	}
	header .h_logo{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	header .h_logo img{
		width: 100%;
		max-width: 464px;
		height: auto;
		display: block;
	}
	header .h_menu{
		display: none;
	}
	header .sm .sm_h_tel{
		width: 52px;
		position: absolute;
		top: 15px;
		right: 100px;
	}
	header .sm .sm_h_tel img{
		width: 100%;
		height: auto;
	}
	header .sm .sm_h_menu{
		position: absolute;
		top: 0;
		right: 0;
	}
	.slider{
		width: 100%;
		min-width: initial;
		height: 50vw;
		max-height: 375px;
		margin-bottom: 0;
	}
	.slider .sld01,
	.slider .sld02,
	.slider .sld03,
	.slider .sld04{
		background-size: contain;
	}
	.main .sm_bnr{
		width: 100%;
		margin-top: -10%;
		margin-bottom: 10px;
	}
	.main .sm_bnr a{
		width: 32%;
		max-width: 224px;
		height: auto;
		max-height: 183px;
		padding: 0;
		float: left;
	}
	.main .sm_bnr a + a{
		margin-left: 2%;
	}
	.main .sm_bnr a img{
		width: 100%;
		height: auto;
	}
	.main .contents h1{
		padding-left: 15px;
		font-size: 24px;
		text-align: left;
	}
	.main .contents h1 span{
		font-size: 18px;
	}
	.main .contents .rss{
		width: 124px;
		height: 32px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		font-size: 16px;
		line-height: 32px;
	}
	.main .contents .more{
		width: 226px;
		height: 54px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size: 20px;
		line-height: 54px;
	}
	.main .contents dl{
		height: 364px;
	}
	.main .contents dt,
	.main .contents dd{
		width: 100%;
		height: auto;
		min-height: 45px;
		padding: 0 15px;
		float: none;
		border: none;
		font-size: 16px;
	}
	.main .contents dt{
		line-height: 45px;
		text-align: left;
		border-top: 1px dashed #a0a0a0;
	}
	.main .contents dd{
		margin-left: 0;
		padding: 11px 15px;
		line-height: 1.3;
	}
	.main dl dt span.cat{
		width: 120px;
		height: 24px;
		margin-left: 1em;
		font-size: 14px;
		line-height: 24px;
	}
	.main dl dt span.cat03{
		width: 190px;
	}
	.main dl dd span.new{
		margin-left: 1em;
		padding: 2px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 14px;
	}
	.main .voice_box{
		width: 100%;
		float: none;
	}
	.main .voice_box:nth-child(2){
		margin: 25px 0;
	}
	.main .voice_box img{
		margin: 0 auto 10px;
		display: block;
	}
	.main .voice_box p{
		font-size: 16px;
	}
	.main .voice_box .read_more{
		font-size: 18px;
	}
	.main .gotop{
		position: absolute;
		right: 0;
		bottom: -85px;
		left: 0;
		text-align: center;
	}
	footer{
		font-size: 16px;
		text-align: center;
	}
	footer .f_info{
		padding: 45px 0 20px;
		background-color: #ededed;
	}
	footer .f_info .inner{
		position: relative;
	}
	footer .f_info .address01,
	footer .f_info .address02{
		margin-bottom: 20px;
		float: none;
	}

	footer .f_info .f_map {
		position: static;
		width: 100%;
		margin-top: 15px;
	}

	footer .f_info .ssl-mark{
		position: static;
		margin-top: 15px;
	}

	
	footer .f_info .address02{
		position: static;
	}
	footer .f_link_main a{
		width: 100%;
		max-width: 399px;
		height: 46px;
		margin: 0 auto;
		display: block;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #319436;
		color: #fff;
		line-height: 46px;
		text-decoration: none;
	}
	footer .f_link_main a img{
		margin-right: .5em;
	}
	footer .copy{
		width: 100%;
		padding: 5px 20px;
		background-color: #fff;
		text-align: center;
	}
}

.pc_none { display: none; }

@media screen and (max-width: 375px) {
	.pc_none { display: block; }
}


/*--------------------------------------------------
menu / max-width: 750px
--------------------------------------------------*/
.mean-container a.meanmenu-reveal{
	width: 67px;
	height: auto;
	color: #dfd554;
	font-size: 75px!important;
	line-height: 68px;
}
.mean-container a.meanmenu-reveal span{
	height: 5px;
	margin-top: 15px;
	background-color: #dfd554;
	color: #dfd554;
}

.mean-container .mean-bar {
	padding: 0;
	background: none;
}

.mean-container .mean-nav{
	margin-top: 90px;
}
.mean-container .mean-nav{
	background-color: #fff;
}
.mean-container .mean-nav li{
	min-height: 75px;
	border-top: 1px solid #dfd554;
}
.mean-container .mean-nav li:last-child{
	border-bottom: 1px solid #dfd554;
}
.mean-container .mean-nav li li:last-child{
	border-bottom: none;
}
.mean-container .mean-nav li li{
	background-color: #ffffec;
}
.mean-container .mean-nav li li a{
	color: #777;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li li a,
.mean-container .mean-nav ul li li li li a{
	padding-top: 13.5px!important;
	padding-bottom: 13.5px!important;
	font-size: 28px!important;
	line-height: 1.7;
}
.mean-container .mean-nav ul li{
	box-sizing: border-box;
}
.mean-container .mean-nav ul li a{
	color: #000;
}
.mean-container .mean-nav ul li a.mean-expand{
	box-sizing: border-box;
	width: 70px;
	min-height: 75px;
	margin-top: 0;
	padding: 0;
	border: 1px solid #dfd554!important;
	background-color: #ffffec;
	color: #dfd554;
	line-height: 51px;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background-color: #fff;
}

.sm_nav{
	display: none;
	margin-bottom: 50px;
}
.sm_nav li{
	position: relative;
	border-top: 1px solid #dfd554;
}
.sm_nav li:last-child{
	border-bottom: 1px solid #dfd554;
}
.sm_nav li a{
	height: initial;
	display: block;
	color: #000;
	font-size: 28px;
	line-height: 1.5;
	text-decoration: none;
}
.sm_nav li ul{
	display: none;
}
.sm_nav li li{
	background-color: #ffffec;
}
.sm_nav li li:last-child{
	border-bottom: none;
}
.sm_nav li a{
	min-height: 75px;
	padding: 13.5px 5%;
	line-height: 1.7;
}
.sm_nav li li a{
	padding: 13.5px 10%;
	color: #777;
}
.sm_nav li li li a{
	padding: 13.5px 15%;
}
.sm_nav li li li li a{
	padding: 13.5px 20%;
}
.sm_nav li a.mean-expand{
	width: 70px;
	height: 75px;
	padding: 13.5px 0!important;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #dfd554;
	border-radius: 5px;
	background-color: #ffffec;
	color: #dfd554;
	font-weight: bold;
	font-size: 32px!important;
	line-height: 40px;
	text-align: center;
}

.mean-container .mean-nav li li br{
	display: none;
}

@media screen and (max-width: 650px){
	header{
		height: 75px;
	}
	header .h_logo{
		width: 70%;
	}
	header .sm .sm_h_tel{
		width: 40px;
		right: 80px;
	}
	.mean-container a.meanmenu-reveal{
		width: 45px;
	}
	.mean-container a.meanmenu-reveal span{
		margin-top: 10px;
	}
	.mean-container .mean-nav{
		margin-top: 75px;
	}
	nav > ul > li:nth-child(2) > ul > li:nth-child(2) > a:first-child{
		width: 100%;
		padding-right: 85px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 490px){
	header{
		height: 65px;
	}
	header .sm .sm_h_tel{
		width: 30px;
		top: 10px;
		right: 60px;
	}
	.main .contents h1{
		padding-left: 0;
		font-size: 20px;
		line-height: 1.3;
	}
	.main .contents h1 span{
		font-size: 14px;
	}
	.main .contents .rss{
		width: 84px;
		height: 28px;
		top: 0;
		right: 0;
		font-size: 14px;
		line-height: 28px;
	}
	.main .contents .more{
		width: 156px;
		height: 44px;
		font-size: 16px;
		line-height: 44px;
	}
	.mean-container a.meanmenu-reveal{
		width: 35px;
		line-height: 36px;
	}
	.mean-container a.meanmenu-reveal span{
		height: 4px;
		margin-top: 7px;
	}
	.mean-container .mean-nav{
		margin-top: 65px;
	}

	.mean-container .mean-nav ul li a,
	.mean-container .mean-nav ul li li a,
	.mean-container .mean-nav ul li li li a,
	.mean-container .mean-nav ul li li li li a,
	.sm_nav li a{
		padding-top: 22.5px!important;
		padding-bottom: 22.5px!important;
		font-size: 18px!important;
	}
	
	.mean-container .mean-nav ul .line2 > a, .sm_nav .line2 > a {
		line-height: 1.4;
		padding-top: 12px!important;
		padding-bottom: 12px!important;
	}
	
	.mean-container .mean-nav ul .line2 > a br {
		display: block;
	}

	.mean-container .mean-nav ul .nav-bg {
		background: #ffffec;
	}

	.mean-container .mean-nav ul .nav-bg a {
		width: 80%;
    padding: 1em 10%;
	}
}


/* 2022/05/24追加 */
#index #swiper-box {
	width: 100%;
}

#index #swiper-box img {
	width: 100%;
	height: auto;
}

#index #main-copy-box {
	width: 100%;
	padding: 30px 0;
}

#index #main-copy-box #main-copy-box-inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#index #main-copy-box #main-copy-box-inner #icon-kv {
	position: absolute;
	top: -130px;
	left: 154px;
	max-width: 144px;
	z-index: 100;
}

#index #main-copy-box #main-copy-box-inner #icon-kv img {
	width: 100%;
	height: auto;
}

#index #main-copy-box #main-copy-box-inner #txt-copy {
	font-size: 45px;
	font-weight: 700;
	color: #69A55E;
	line-height: 1;
	text-align: center;
}

#index #btn-box {
	width: 100%;
	margin-bottom: 90px;
}

#index #btn-box ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#index #btn-box ul li {
	position: relative;
	width: 33.332%;
	line-height: 0;
}

#index #btn-box ul li:not(:last-of-type) a:before, #index #btn-box ul li:last-of-type:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: .3s all;
	z-index: 1;
}

#index #btn-box ul #btn1 a:before {
	background: #4B7C64;
	opacity: .55;
}

#index #btn-box ul #btn2 a:before {
	background: #AA849D;
	opacity: .6;
}

#index #btn-box ul #btn3:before {
	background: #C6C184;
	opacity: .65;
}

#index #btn-box ul #btn1 a:hover:before, #index #btn-box ul #btn2 a:hover:before, #index #btn-box ul #btn3:hover:before {
	opacity: 0;
}

#index #btn-box ul li img {
	width: 100%;
	height: auto;
}

#index #btn-box ul li figure {
	position: relative;
}

#index #btn-box ul li figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 5;
}

#index #btn-box ul li figure figcaption:after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 60px;
	height: 3px;
	content: '';
	background: #fff;
	transform: translateX(-50%);
}

#index #btn-box ul li .btn-list {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	z-index: 5;
}

#index #btn-box ul li .btn-list a {
	display: block;
	width: 32%;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 17px 0;
	background: #FED86C;
	border: 2px solid #fff;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
	#index #main-copy-box {
		padding: 20% 0 10%;
	}
	
	#index #main-copy-box #main-copy-box-inner {
		max-width: 100%;
	}
	
	#index #main-copy-box #main-copy-box-inner #icon-kv {
		top: -145px;
		left: 50%;
		max-width: 130px;
		transform: translateX(-50%);
	}
	
	#index #main-copy-box #main-copy-box-inner #txt-copy {
		font-size: 30px;
		line-height: 1.5;
	}
	
	#index #btn-box {
		margin-bottom: 15%;
	}
	
	#index #btn-box ul {
		flex-wrap: wrap;
	}
	
	#index #btn-box ul li {
		width: 100%;
	}
	
	#index #btn-box ul li .btn-list {
		bottom: 30px;
		width: 90%;
	}
	
	#index #btn-box ul li .btn-list a {
		padding: 15px 0;
	}
}