@charset "utf-8";

/*---------------------------------------------

デザインスタイル

-----------------------------------------------*/

* html, p, th, td, h1, h2, h3, h4, li, dt, dd, figure, small, span, select, option, input, textarea, address, div, input {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html{font-size: 62.5%;}

body {
	min-width: 1060px;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

.maru-regular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.maru-medium {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.maru-bold {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

@media print, screen and (min-width: 768px) {
	
/* ▼全体PC */
.sp_item {display: none;}

/* ▼ヘッダーPC */
header {position: relative;}

#h_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #1ba155;
}

#h_inner .inner {width: 1000px;}

#header_main {
	height: 145px;
	position: relative;
}

#h_logo {
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}

#h_logo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#header_menu {
	position: absolute;
	top: 100px;
	width: 100%;
}

.hmenu_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 880px;
	margin: 0 auto;
}

.hmenu_pc li a {
	display: flex;
	font-size: 18px; font-size: 1.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt" 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.hmenu_sp {display: none;}

.wave01 {
	position: absolute;
	bottom: -24px;
	background: url("../img/wave01.png") center repeat-x;
	background-size: 1200px;
	width: 100%;
	height: 26px;
}

/* ▼コンテンツPC */
article {
	padding-top: 175px;
	margin: 0 auto;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターPC */
footer {position: relative;}

#f_inner {
	position: relative;
	width: 100%;
	z-index: 10000;
	background: #1ba155;
	padding: 110px 0 70px 0;
}

.wave02 {
	position: absolute;
	top: -24px;
	background: url("../img/wave02.png") center repeat-x;
	background-size: 1200px;
	width: 100%;
	height: 26px;
}

footer .inner {
	width: 1000px;
	margin: 0 auto;
}

p.fm01, p.fm02 {
	text-align: center;
	margin-bottom: 12px;
}

p.fm01 a, p.fm02 a {
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt" 1;
	text-decoration: none;
}

p.fm01 a:hover, p.fm02 a:hover {text-decoration: underline;}

ul.fm01, ul.fm02 {
	display: flex;
	justify-content: center;
}

ul.fm01 {margin-bottom: 45px;}

ul.fm02 {margin-bottom: 35px;}

ul.fm01 li, ul.fm02 li {
	padding: 0 18px;
	border-left: solid 1px #fff;
}

ul.fm01 li:last-of-type, ul.fm02 li:last-of-type {
	border-right: solid 1px #fff;
}

ul.fm01 a, ul.fm02 a {
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	text-decoration: none;
}

ul.fm01 a:hover, ul.fm02 a:hover {text-decoration: underline;}

footer p#copyright {
	text-align: center;
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */
body {min-width: initial;}

.pc_item {display: none;}

/* ▼ヘッダーSP */
header {position: relative;}

#h_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1ba155;
	z-index: 999;
}

header .inner {width: 100%;}

#header_main {
	height: 95px;
	display: flex;
	align-items: center;
	position: relative;
}

#h_logo {margin-left: 4%;}

#h_logo img {
	max-width: 70%;
	max-height: 90px;
}

#header_menu {
	visibility: hidden;
	opacity: 0;
}

#hmenu_box {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .6s ease;
	border-bottom: solid 1px #1ba155;
}

.hmenu_pc {display: none;}

.hmenu_sp {margin: 75px 10% 5vw 10%;}

.hmenu_sp li img {
	height: 10vw;
	image-rendering: -webkit-optimize-contrast;
}

.hmenu_sp li:first-of-type a {border-top: solid 1px #1ba155;}

.hmenu_sp li a {
	display: block;
	font-size: 4.2vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #404040;
	text-decoration: none;
	padding: 4vw 0 4vw 10vw;
	border-bottom: solid 1px #1ba155;
}

.hmenu_sp li.homeisp a {
	background: url("../img/homeicon_sp.png") left 2.25vw center no-repeat;
	background-size: 4.5vw;
}

.hmenu_sp li.menu01isp a {
	background: url("../img/menu01icon_sp.png") left 2.25vw center no-repeat;
	background-size: 4.5vw;
}

.hmenu_sp li.menu02isp a {
	background: url("../img/menu02icon_sp.png") left 1.75vw center no-repeat;
	background-size: 5.5vw;
}

.hmenu_sp li.menu03isp a {
	background: url("../img/menu03icon_sp.png") left 2.25vw center no-repeat;
	background-size: 4.5vw;
}

.hmenu_sp li.menu04isp a {
	background: url("../img/menu04icon_sp.png") left 1.75vw center no-repeat;
	background-size: 5.5vw;
}

.hmenu_sp li.menu05isp a {
	background: url("../img/menu05icon_sp.png") left 2.25vw center no-repeat;
	background-size: 4.5vw;
}

.hmenu_sp li.menu06isp a {
	background: url("../img/menu06icon_sp.png") left 1.75vw center no-repeat;
	background-size: 5.5vw;
}

.hmenu_sp li.menu07isp a {
	background: url("../img/menu07icon_sp.png") left 1.75vw center no-repeat;
	background-size: 5.5vw;
}

.hmenu_sp li.menu08isp a {
	background: url("../img/menu08icon_sp.png") left 2.25vw center no-repeat;
	background-size: 4.5vw;
}

.hmenu_sp li.kouikukaibtn a {
	color: #fff;
	background: #ee869a;
	border: none;
	border-radius: 9999px;
	width: 66%;
	margin: 5vw auto 0 auto;
	padding: 2.5vw 0;
	text-align: center;
}

.opennav #header_menu, .opennav #hmenu_box {
    visibility: visible;
    opacity: 1;
}

#navtoggle {
	position: absolute;
	right: 5%;
	top: 36px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 999;
}

#navtoggle div {position: relative;}

#navtoggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
	
#navtoggle span:nth-child(1) {top: 0;}

#navtoggle span:nth-child(2) {top: 11px;}

#navtoggle span:nth-child(3) {top: 22px;}

.opennav #navtoggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #1ba155;
}

.opennav #navtoggle span:nth-child(2),
.opennav #navtoggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #1ba155;
}

.wave01 {
	position: absolute;
	bottom: -2.4vw;
	background: url("../img/wave01.png") top center repeat-x;
	background-size: 100%;
	width: 100%;
	height: 2.5vw;
}

/* ▼コンテンツSP */
article {
	padding-top: calc(95px + 2.5vw);
	margin: 0 auto;
}

.inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターSP */
footer {position: relative;}

#f_inner {
	position: relative;
	width: 100%;
	z-index: 10000;
	background: #1ba155;
	padding: 6vw 0;
}

.wave02 {
	position: absolute;
	top: -2.4vw;
	background: url("../img/wave02.png") bottom center repeat-x;
	background-size: 100%;
	width: 100%;
	height: 2.5vw;
}

#footer_menu {display: none;}

footer p#copyright {
	text-align: center;
	color: #fff;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
}

}
