@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	vertical-align: bottom;
	background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	font-family: sans-serif;
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before {
	content: '';
	content: none;
}
q:after,
q:before {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: 0 0;
	outline: 0;
}
img {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td,
th {
	text-align: left;
	vertical-align: top;
}
input,
select,
textarea {
	font-family: inherit;
}
input[type='submit'] {
	cursor: pointer;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
html {
	overflow: auto;
}
body {
	min-width: 320px;
	padding-top: 60px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	overflow: hidden;
}
body.sg {
	height: auto;
}
a {
	color: inherit;
	text-decoration: underline;
}
.u-alpha {
	display: block;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
@media screen and (min-width:600px){
	.viewSp{display:none!important}
	}
@media screen and (max-width:599px){
	.viewPc{display:none!important}
}
.u-media-query {
	display: none;
	font-family: sp;
}
.u-serif {
	font-family: 'Noto Serif JP', serif;
}
@media (min-width: 600px) {
	body {
		min-width: 1100px;
		padding-top: 80px;
	}
	a:hover {
		text-decoration: none;
	}
	.u-alpha {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.u-alpha:hover {
		opacity: 0.7;
	}
	.u-media-query {
		font-family: pc;
	}
}
@media all and (max-width: 599px) {
	.u-view-pc {
		display: none !important;
	}
}
@media (min-width: 600px) {
	.u-view-sp {
		display: none !important;
	}
}
.u-cf {
	content: '';
	display: block;
	clear: both;
}
.u-inner {
	box-sizing: border-box;
}
@media all and (max-width: 599px) {
	.u-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 600px) {
	.u-inner {
		width: 1100px;
		max-width: 100%;
		margin: auto;
	}
}
.l-wrapper {
	position: relative;
}
.l-container {
	padding: 20px 0;
}
@media (min-width: 600px) {
	.l-container {
		padding: 30px 0 80px;
	}
	.l-container.col2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 1100px;
		margin: 0 auto;
	}
	.l-container.col2 .l-contents {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: calc(100% - 250px - 20px);
	}
	.l-container.col2 .l-sidebar {
		width: 250px;
	}
}
.l-breadcrumb .breadcrumb-list {
	padding: 8px 10px 25px;
}
.l-breadcrumb .breadcrumb-list__item {
	display: inline-block;
}
.l-breadcrumb .breadcrumb-list__item + .l-breadcrumb .breadcrumb-list__item {
	padding-left: 5px;
}
.l-breadcrumb .breadcrumb-list__item + .l-breadcrumb .breadcrumb-list__item:before {
	content: '>';
	margin-right: 4px;
}
.l-footer {
	padding: 29px 0 0;
	background: #fff;
	text-align: center;
}
.l-footer .ft-cr {
	padding-bottom: 20px;
}
.l-footer .ft-cr .ft-cr__txt {
	line-height: 1em;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	color: #9ca4a6;
}
@media (min-width: 600px) {
	.l-footer {
		padding: 36px 0 0;
	}
	.l-footer .ft-cr {
		margin: 0 auto;
		padding-bottom: 26px;
		width: 1100px;
		line-height: 1;
		text-align: right;
	}
	.l-footer .ft-cr .ft-cr__txt {
		font-size: 1.2rem;
		letter-spacing: 0.07em;
	}
}
@media all and (max-width: 599px) {
	.ft-pagetop {
		position: static !important;
	}
}
.ft-pagetop-link {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	background: #367052;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	height: 36px;
}
.ft-pagetop-link img {
	width: 12px;
	height: 10px;
}
@media (min-width: 600px) {
	.ft-pagetop-link img {
		width: 14px;
		height: 11px;
	}
	.ft-pagetop {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		right: 0;
		bottom: 0;
		margin: 0 30px 30px 0;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.ft-pagetop.is-view {
		opacity: 1;
		visibility: visible;
	}
	.ft-pagetop-link {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
}
.ft-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-bottom: 23px;
}
.ft-content .ft-logo {
	text-align: center;
    max-width: 176px;
    margin: 0 auto 18px;
}
.ft-content .ft-management {
	margin: 0 0 23px 15px;
	text-align: left;
}
@media (min-width: 600px){
	.ft-content .ft-management:nth-child(3){
		margin: 0;
	}
}

.ft-content .ft-management span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 13px;
	background: #e7f0ec;
	font-weight: 700;
	color: #116845;
}
.ft-content .ft-management ul {
	display: inline-block;
}
.ft-content .ft-management ul li {
	line-height: 1.32em;
	text-align: left;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
}
.ft-content .ft-link {
	margin: 0 0 0 15px;
	text-align: left;
}
.ft-content .ft-link ul {
	text-align: center;
}
.ft-content .ft-link ul li {
	display: inline-block;
	margin: 0 13px 7px 0;
}
.ft-content .ft-link ul li a {
	display: block;
	line-height: 2.2em;
	letter-spacing: 0.13em;
	color: #105e3f;
}
@media (min-width: 600px) {
	.ft-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 auto;
		padding-bottom: 30px;
		width: 1100px;
	}
	.ft-content .ft-logo {
		margin: 0;
		max-width: 188px;
	}
	.ft-content .ft-management {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 1px 0 0 16px;
	}
	.ft-content .ft-management ul li {
		line-height: 1.5em;
	}
	.ft-content .ft-link {
		margin: 0;
		text-align: right;
	}
	.ft-content .ft-link ul {
		width: 260px;
	}
	.ft-content .ft-link ul li {
		margin: -5px 22px 0 0;
	}
	.ft-content .ft-link ul li a {
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		line-height: 1.9em;
	}
}
.ft-banner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 6px 16px;
	box-sizing: border-box;
	text-align: center;
	background: #367052;
}
.ft-banner__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ft-banner a:nth-child(1) {
	display: inline-block;
	margin-right: 8px;
	width: 56%;
}
.ft-banner a:nth-child(2) {
	display: inline-block;
	width: 44%;
}
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 2000;
	background: #e7f0ec;
}
.l-header .hd-info {
	position: relative;
	z-index: 3;
	height: 60px;
	padding: 0;
}
.l-header .hd-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 60px;
	padding: 0 10px;
}
.l-header .hd-info__logo {
	width: 31%;
	margin: 0 0 0 -1px;
}
.l-header .hd-info__contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(64% - 6px);
	max-width: 214px;
}
.l-header .hd-info__contact__item a {
	display: block;
}
.l-header .hd-info__contact__item:nth-of-type(n + 2) {
	margin-left: 5px;
}
@media (min-width: 600px) {
	.l-header {
		width: 100%;
		min-width: 1100px;
	}
	.l-header .hd-info {
		height: 80px;
		padding: 0 10px 0 10px;
	}
	.l-header .hd-info__logo {
		width: 205px;
		margin: 0;
		padding: 16px 0 0 0;
	}
	.l-header .hd-info__btn-contact {
		margin: 0;
	}
}
.hd-info__management {
	margin: 0;
	padding: 7px 0 0 0;
}
.hd-info__management dt {
	display: block;
	margin: 0 0 2px;
	padding: 0;
	width: 38px;
	font-size: 1rem;
	line-height: 15px;
	color: #fff;
	background: #367052;
	text-align: center;
}
.hd-info__management dt:nth-child(3){
	margin-left: 1em;
}
.hd-info__management dd {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
}
@media (min-width: 600px) {
	.hd-info__management {
		padding: 14px 0 0 0;
	}
	.hd-info__management dt {
		display: inline-block;
		margin: 0;
		width: 50px;
		line-height: 38px;
		font-size: 1.4rem;
		font-weight: 700;
	}
	.hd-info__management dd {
		display: inline-block;
		margin-left: 5px;
		padding: 0;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}
}
.l-header .nav-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #ccc;
	cursor: pointer;
}
.l-header .nav-btn__line {
	position: absolute;
	left: 12px;
	width: 26px;
	height: 2px;
	content: '';
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.l-header .nav-btn__line:nth-child(1) {
	top: 10px;
}
.l-header .nav-btn__line:nth-child(2) {
	top: 18px;
}
.l-header .nav-btn__line:nth-child(3) {
	top: 26px;
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
	opacity: 0;
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header .nav-btn__chara {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
}
.l-nav {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 2;
	width: 100%;
	max-height: calc(100vh - 70px);
	min-width: 320px;
	padding: 50px 0;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media all and (max-width: 599px) {
	.l-nav {
		overflow: auto;
		-webkit-transform: translateX(120%);
		-ms-transform: translateX(120%);
		transform: translateX(120%);
	}
	.l-nav::-webkit-scrollbar {
		display: none;
	}
	.l-nav.is-open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (min-width: 600px) {
	.l-nav {
		position: static;
		width: 100%;
		min-width: auto;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}
	.l-nav .nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		letter-spacing: -0.5em;
	}
	.l-nav .nav-list__item {
		display: inline-block;
		letter-spacing: 0;
	}
	.l-nav .nav-list__link {
		display: block;
		padding: 20px 30px;
		text-decoration: none;
	}
}
.nav-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 1000;
}
@media (min-width: 600px) {
	.nav-overlay {
		display: none !important;
	}
}

/* .l-main-img {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ccc;
	font-size: 2rem;
	text-align: center;
	border-bottom: 4px solid #367052;
}
@media (min-width: 600px) {
	.l-main-img {
		font-size: 3rem;
	}
}
.l-main-img-inner {
	width: 100% !important;
}
@media (min-width: 600px) {
	.l-main-img-inner {
		width: 1920px !important;
	}
	.l-main-img-inner img {
		width: 1920px;
	}
}
@media (min-width: 600px) and (-ms-high-contrast: none) {
	.l-main-img-inner {
		position: relative;
		height: 630px;
	}
	.l-main-img-inner img {
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
}
@media (min-width: 600px) {
	@supports (-ms-ime-align: auto) {
		.l-main-img-inner {
			position: relative;
			height: 630px;
		}
		.l-main-img-inner img {
			position: absolute;
			left: 50%;
			margin-left: -960px;
		}
	}
} */

.l-main-img {
	position: relative;
	background: url(../img/home/bg_mainimg_sp.jpg) no-repeat center center;
	border-bottom: 4px solid #367052;
}
.l-main-img-inner {
	padding: 10px 25px 20px;
}
.l-main-img__area-txt {
	margin-bottom: 16px;
}
.l-main-img__area-head {
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}
.l-main-img__head {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow:0 0 15px #fff;
}
.l-main-img__head-big {
	font-size: 3.5rem;
	color: #f75a15;
	font-weight: 900;
	vertical-align: baseline;
}
.l-main-img__head-small {
	font-size: 2.3rem;
	font-weight: 900;
	vertical-align: baseline;
}
.l-main-img__sub {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 900;
	color: #105E3F;
	line-height: 1.5;
}
.l-main-img__sub-line {
	font-weight: 900;
	background:linear-gradient(transparent 80%, #FDE284 80%);
}

.l-main-img__caption-cat {
	display: inline-block;
	color: #105E3F;
	border: 2px solid #105E3F;
	padding: 0 6px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}
.l-main-img__caption-txt {
	font-size: 1.5rem;
	font-weight: 600;
}

.l-main-img__btn {
	margin: 0 auto;
	position: relative;
}
.l-main-img__btn-link::before {
	width: 100%;
	display: inline-block;
	content: '';
	background: url(../img/home/ico_arrow01.png) no-repeat center center / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.l-main-img__btn-txt {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 700;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 352px) {
	.l-main-img__head {
		font-size: 2.8rem;
	}
	.l-main-img__head-big {
		font-size: 3rem;
	}
	.l-main-img__head-small {
		font-size: 2rem;
	}
}
@media (max-width: 599px) {
	.l-main-img__area-head::before {
		width: 100%;
		display: inline-block;
		content: '';
		background: url(../img/home/mv-hito01.png) no-repeat center center / contain;
		width: 138px;
		height: 138px;
		position: absolute;
		top: 0px;
        right: -25px;
		z-index: -1;
	}
}
/*
@media (min-width: 600px) and (-ms-high-contrast: none) {
	.l-main-img-inner {
		position: relative;
		height: 630px;
	}
	.l-main-img-inner img {
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
} */
@media (min-width: 600px) {
	.l-main-img-inner {
		max-width: 1100px;
		margin: auto;
		padding: 0 20px;
	}
	.l-main-img {
		background: url(../img/home/bg_mainimg_pc.jpg) no-repeat center center;
		box-sizing: cover;
		min-height: 570px;
		border-bottom: 4px solid #367052;
	}
	.l-main-img__img {
		max-width: 562px;
		margin-bottom: 7px;
	}

	.l-main-img__area-txt {
		margin-bottom: 0;
	}
	.l-main-img__area-head {
		margin-bottom: 28px;
	}
	.l-main-img__head {
		font-size: 5.4rem;
		line-height: 1.3;
		margin-bottom: 0;
		padding-top: 16px;
	}
	.l-main-img__head-big {
		font-size: 6rem;
	}
	.l-main-img__head-small {
		font-size: 3.9rem;
	}
	.l-main-img__sub {
		font-size: 3.2rem;
	}
	.l-main-img__sub-line {
		font-weight: 900;
		background:linear-gradient(transparent 80%, #FDE284 80%);
	}
	.l-main-img__caption-cat {
		padding: 0 10px;
		font-size: 2.6rem;
		vertical-align: middle;
		margin-right: 10px;
	}
	.l-main-img__caption-txt {
		display: inline-block;
		font-size: 2.6rem;
		vertical-align: middle;
	}

	.l-main-img__btn {
		width: 470px;
		height: 106px;
		margin: 0 0 0 0;
		position: absolute;
		bottom: 14%;
        left: 56%;
	}
	.l-main-img__btn-link::before {
		width: 26px;
    	height: 26px;
		left: 44px;
	}
	.l-main-img__btn-txt {
		font-size: 2.4rem;
	}
	.l-main-img__btn a {
		display: block;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.l-main-img__btn a:hover {
		opacity: 0.7;
	}
	/* @supports (-ms-ime-align: auto) {
		.l-main-img-inner {
			position: relative;
			height: 630px;
		}
		.l-main-img-inner img {
			position: absolute;
			left: 50%;
			margin-left: -960px;
		}
	} */
}

.l-sub-img {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 120px;
	background: #ccc;
	font-size: 1.5rem;
	text-align: center;
}
@media (min-width: 600px) {
	.l-sub-img {
		font-size: 2rem;
	}
}
.secSidebar {
	margin-bottom: 20px;
	padding: 0 15px;
}
@media (min-width: 600px) {
	.secSidebar {
		margin-bottom: 25px;
		padding: 0;
	}
}
.c-btn01 {
	max-width: 240px;
	margin: 30px auto 0;
	text-align: center;
}
.c-btn01__link {
	display: block;
	padding: 10px 0;
	border: 1px solid #333;
	text-decoration: none;
	background: #333;
	color: #fff;
}
@media (min-width: 600px) {
	.c-btn01 {
		max-width: 300px;
	}
	.c-btn01__link {
		padding: 15px 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.c-btn01__link:hover {
		opacity: 0.7;
	}
}
.c-btn01.is-white .c-btn01__link {
	background: #fff;
	color: #333;
}
@media (min-width: 600px) {
	.c-floating01 {
		position: fixed;
		top: 50%;
		right: -100%;
		z-index: 999;
		width: 262px;
		height: 400px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../img/common/bg_floating_pc01.png) no-repeat center/cover;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.c-floating01.is-active {
		right: 0;
	}
	.c-floating01.is-active.is-close {
		right: -100%;
	}
	.c-floating01__closebtn {
		position: absolute;
		top: 3px;
		right: 0;
	}
	.c-floating01__closebtn button {
		margin: 0;
		padding: 0;
		border: none;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.c-floating01__closebtn button:hover {
		opacity: 0.7;
	}
	.c-floating01__contactbtn {
		position: absolute;
		bottom: 24px;
		left: 25px;
		width: 220px;
	}
	.c-floating01__contactbtn a {
		display: block;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.c-floating01__contactbtn a:hover {
		opacity: 0.7;
	}
}
.c-head01 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
}
.c-head01:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	margin-left: -10px;
	background: #333;
}
@media (min-width: 600px) {
	.c-head01 {
		margin-bottom: 30px;
		font-size: 3rem;
	}
}
.c-head02 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #000;
}
@media (min-width: 600px) {
	.c-head02 {
		margin-bottom: 20px;
		padding-bottom: 14px;
		font-size: 2.5rem;
	}
}
.c-head03 {
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}
@media (min-width: 600px) {
	.c-head03 {
		font-size: 3.2rem;
		line-height: 1.5;
		letter-spacing: .08em;
		display: inline-block;
        vertical-align: middle;
	}
}

.c-pager01 {
	text-align: center;
	letter-spacing: -0.5em;
}
.c-pager01 li {
	display: inline-block;
	margin: 0 5px 10px;
	letter-spacing: 0;
}
.c-pager01 li a,
.c-pager01 li span {
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding-top: 1px;
	border: 1px solid #000;
	text-decoration: none;
}
.c-pager01 li.current span {
	color: #fff;
	background: #000;
}
.c-pager01 li.previous {
	margin-right: 15px;
}
.c-pager01 li.next {
	margin-left: 15px;
}
@media (min-width: 600px) {
	.c-pager01 li {
		margin: 0 3px;
	}
	.c-pager01 li a,
	.c-pager01 li span {
		width: 30px;
		height: 30px;
		padding: 1px 0 0 0;
		font-size: 1.3rem;
	}
	.c-pager01 li a:hover,
	.c-pager01 li span:hover {
		text-decoration: none;
		border: 1px solid #034198;
		background-color: #034198;
		color: #fff;
	}
	.c-pager01 li.current {
		width: 30px;
		height: 30px;
		font-size: 1.3rem;
		padding: 4px 0 0 0;
	}
	.c-pager01 li.previous {
		margin-right: 0;
	}
	.c-pager01 li.next {
		margin-left: 0;
	}
}
.c-pager02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-single01 {
	padding: 40px 25px;
	background: #fff;
}
.c-single01__head {
	margin-top: 20px;
}
.c-single01__head h1 {
	margin-top: 8px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.c-single01__tag {
	display: inline-block;
	margin-right: 5px;
}
.c-single01__date {
	display: inline-block;
	color: #999;
	letter-spacing: 0.1em;
}
.c-single01__content {
	margin-top: 12px;
}
.c-single01__content :first-child {
	margin-top: 0;
}
.c-single01__content :last-child {
	margin-bottom: 0;
}
.c-single01__content p {
	margin: 10px 0;
}
@media (min-width: 600px) {
	.c-single01 {
		padding: 60px;
	}
	.c-single01__head {
		margin-top: 40px;
	}
	.c-single01__head h1 {
		margin-top: 15px;
		font-size: 3rem;
	}
	.c-single01__tag {
		margin-right: 11px;
	}
	.c-single01__content {
		margin-top: 24px;
	}
	.c-single01__content p {
		margin: 26px 0;
	}
	.c-single01__btn {
		width: 330px;
		margin: 40px auto 0;
	}
}
.c-tab01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-tab01__item {
	margin-right: 5px;
	padding: 5px 10px;
}
.c-tab01__item.is-active {
	background: #333;
	color: #fff;
}
.c-table01 td,
.c-table01 th {
	padding: 10px;
}
@media all and (max-width: 599px) {
	.c-table01 table,
	.c-table01 tbody,
	.c-table01 td,
	.c-table01 th,
	.c-table01 thead,
	.c-table01 tr {
		display: block;
	}
	.c-table01 td,
	.c-table01 th {
		border-top: 1px solid #888;
	}
}
@media (min-width: 600px) {
	.c-table01 td {
		border: 1px solid #888;
	}
	.c-table01 th {
		border: 1px solid #888;
		padding: 10px 15px;
	}
	.c-table01 td {
		padding: 10px 15px;
		vertical-align: middle;
	}
}
.c-toggle-tit01 {
	position: relative;
	padding: 10px 50px 10px 15px;
	background: #333;
	color: #fff;
}
.c-toggle-tit01:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c-toggle-tit01:before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.c-toggle-tit01.is-active:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.js-switch-tab {
	cursor: pointer;
}
.js-switch-content {
	display: none;
}
.js-switch-content.is-active {
	display: block;
}
.js-toggle-trigger {
	cursor: pointer;
}
.js-toggle-content {
	display: none;
}
.l-container {
	padding-top: 0;
}
.l-container img {
	max-width: 100%;
	width: auto;
}
.mod_inner {
	box-sizing: border-box;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* .home-reason */
.home-reason__inner {
	position: relative;
	background: #fff;
    /* padding-top: 50px; */
	padding-bottom: 50px;
	background: url(../img/home/bg_reason01_sp.png) no-repeat center 185px/cover;
}
.home-reason__inner:before {
	content: "";
	display: block;
	background: url(../img/home/bg_troubles.png) repeat center center;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	top: 18px;
}
.home-reason__headwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #f2f8fa;
}
.home-reason__headarea {
	position: relative;
	width: 100%;
}
.home-reason__head {
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.home-reason__head img {
	display: block;
	width: 224px;
	margin: auto;
}
.home-reason__leadwrap {
	position: relative;
    margin: -20px 0 30px;
    border: 3px solid #367052;
    border-radius: 20px;
}
.home-reason__leadwrap:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -18px;
	display: block;
	border-width: 34px 35px 0 35px;
	border-style: solid;
	border-color: #fc9c2a transparent transparent transparent;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-reason__lead {
	/* border: 7px solid #fff; */
	border-radius: 20px;
	padding: 14px 0;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #105e3f;
	background-color: #fff8e2;
}
.home-reason__lead em {
	font-weight: 700;
	color: #f75a15;
}
.home-reason__subwrap img {
    display: block;
    width: 340px;
	margin: auto;
}
.home-reason__subwrap {
	position: relative;
	text-align: center;
	background: url(../img/home/bg_hukidashi01_sp.png) no-repeat center center / contain;
	width: 100%;
    height: 114px;
    max-width: 340px;
	margin: auto;
}
.home-reason__subwrap .home-reason__sub {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.5;
	padding-top: 20px;
	padding-left: 50px;
    text-align: left;
}
.home-reason__sub::before {
	width: 100%;
	display: inline-block;
	content: '';
	background: url(../img/home/bg_hukidashi-icon01.png) no-repeat center center / contain;
	width: 40px;
	height: 44px;
	position: absolute;
	top: 40%;
	left: 0;
}
.home-reason__content {
	padding: 19px 19px 20px 19px;
	border: 1px solid #d9d9d9;
	background: #fff;
	margin-top: 16px;
}
.home-reason__item {
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 15px 15px;
	background: #fff8e2 no-repeat right 15px center;
	background-size: 61px 61px;
}
.home-reason__item:last-of-type {
	margin-bottom: 0;
}
.home-reason__box {
	position: relative;
	margin: 50px auto 0;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
}
.home-reason__box:before {
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 24px 25px 0 25px;
	border-color: #fc9c2a transparent transparent transparent;
}
.home-reason__box em {
	color: #f75a15;
}
.home-reason__box-head {
	font-size: 1.8rem;
	color: #105e3f;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.home-reason__box-txt {
	font-weight: 500;
	font-size: 1.5rem;
}
.home-reason__box-txt span {
	color: #f75a15;
	font-weight: 700;
}
.home-reason__box__area-img {
	text-align: center;
}
.home-reason__box__area-img img {
	text-align: center;
	margin: 10px auto 5px;
}
.home-reason__item:nth-of-type(3) .home-reason__box__area-img img {
	width: 90%;
	margin-bottom: 10px;
}
.home-reason__ttl03 {
	position: absolute;
	left: 15px;
	top: 0;
	width: 48px;
}
.home-reason__item-head {
	padding-left: 62px;
	font-size: 1.8rem;
	font-weight: 600;
}
.home-reason__item:first-of-type .home-reason__item-head img {
	display: block;
	margin: 5px 0 13px;
	width: 132px;
}
.home-reason__item:nth-of-type(2) .home-reason__item-head img {
	display: block;
	margin: 5px 0 13px;
	width: 151px;
}
.home-reason__item:nth-of-type(3) .home-reason__item-head img {
	display: block;
	margin: 5px 0 13px;
	width: 112px;
}
.home-reason__item-head em {
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #f75a15;
}
.home-reason__msg {
	margin-top: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
@media all and (max-width: 599px) {
	.home-reason__item:nth-of-type(2) .home-reason__item-head img {
		margin: 15px 0 30px;
	}
}
@media (min-width: 600px) {
	.home-reason {
		padding-bottom: 90px;
		background: #e7f0ec url(../img/home/bg_reason01_pc.png) no-repeat center 1000px / contain;
	}
	.home-reason__inner {
		padding-top: 0;
		background: none;
	}
	.home-reason__inner:before {
		width: 200%;
		top: 85px;
		left: 50%;
    	transform: translateX(-50%);
		height: 290px;
	}
	.home-reason__headwrap {
		padding-top: 80px;
	}
	.home-reason__item-head {
		font-size: 3rem;
		line-height: 1.5;
		padding-left: 134px;
		padding-top: 5px;
	}
	.home-reason__head {
		top: -35px;
	}
	.home-reason__head img {
		max-width: 392px;
		width: 20%;
	}
	.home-reason__leadwrap {
		margin: -85px 0 110px;
	}
	.home-reason__leadwrap:before {
		top: -21px;
		border-width: 35px 35px 0 35px;
	}
	.home-reason__lead {
		border: 7px solid #fff;
		padding: 50px 0 50px;
		font-size: 2.8rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	.home-reason__subwrap {
		background: url(../img/home/bg_hukidashi01_pc.png) no-repeat center center / contain;
		max-width: 746px;
		height: 134px;
	}
	.home-reason__subwrap .home-reason__sub {
		font-size: 3rem;
		padding-top: 35px;
		padding-left: 70px;
	}
	.home-reason__sub::before {
		width: 58px;
		height: 62px;
		top: 40%;
		left: 0;
	}
	.home-reason__content {
		margin-top: 30px;
		padding: 50px 60px 54px;
	}
	.home-reason__item {
		margin-bottom: 34px;
		padding: 32px 38px 48px;
		background-position: right 25px center;
		background-size: 122px 122px;
	}
	.home-reason__item:nth-child(3) {
		margin-bottom: 0;
	}
	.home-reason__item-area-head {

	}
	.home-reason__box {
		position: relative;
		margin: 55px auto 0;
		padding: 40px 40px 30px;
		border:1px solid #d9d9d9;
		border-radius: 0;
	}
	.home-reason__box:before {
		top: -10px;
		border-width: 25px 25px 0 25px;
	}
	.home-reason__box-head {
		font-size: 3.4rem;
	}
	.home-reason__box-txt {
		font-size: 2.4rem;
		padding-right: 230px;
		line-height: 1.5;
	}
	.home-reason__box__area-img {
		position: absolute;
		top: 50%;
		right: -40px;
		transform: translateY(-50%);
	}
	.home-reason__box__area-img img {
		margin: 0;
	}
	.home-reason__item.is-case2 .home-reason__box__area-img img {
	}
	.home-reason__ttl03 {
		left: 50px;
		width: 90px;
	}
	.home-reason__item:nth-of-type(3) .home-reason__box__area-img {
		right: 20px;
	}
	.home-reason__item:nth-of-type(3) .home-reason__box__area-img img {
		width: 220px;
		margin-bottom: 0;
	}
	.home-reason__msg {
		margin-top: 32px;
		font-size: 1.7rem;
		letter-spacing: 0.049em;
		padding-left: 1em;
		text-indent: -1em;
	}
	.home-reason__item.is-03 .home-reason__box-txt {
		padding-right: 250px;
	}
}
/* .home-banner */
.home-banner {
	padding-bottom: 40px;
	background: #1f613f;
}
.home-banner__headwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 25px 0;
}
.home-banner__area-head {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: -4px;
	padding: 28px 0 0 0;
	box-sizing: border-box;
	line-height: 1.48em;
}
.home-banner__area-head h2 {
	font-size: 2.7rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 18px;
	padding-right: 13px;
}
.home-banner__area-head h2 .big {
	font-weight: 700;
	font-size: 3.2rem;
}
.home-banner__topics {
	overflow: hidden;
	margin: 14px 3px 0 0;
}
.home-banner__topics img {
	display: block;
	width: 215px;
}
.home-banner__area-txt {
	position: relative;
	margin: 17px 0 0 0;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.home-banner__area-txt:before {
	content: "";
	background: url(../img/home/pic_banner_sp01.png) no-repeat left top / contain;
	background-size: cover;
	width: 124px;
	height: 165px;
	position: absolute;
	right: 10px;
	bottom: -20px;
}
.home-banner__area-txt p {
	padding-top: 2px;
	width: calc(100% - 100px);
	line-height: 1.5em;
	color: #fff;
	letter-spacing: 0.08em;
}

.home-banner__lead {
	font-size: 1.5rem;
}
.home-banner__note {
	font-size: 1.3rem;
}

.home-banner__contactwrap {
	margin-top: -7px;
}
.home-banner__contact {
	position: relative;
	padding: 22px 15px 22px;
}
.home-banner__contact:before {
	content: '';
	position: absolute;
	left: 9px;
	top: -11px;
	border: 10px solid transparent;
	border-right-color: #fde182;
	border-left: none;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home-banner__contact:after {
	content: '';
	position: absolute;
	right: 9px;
	bottom: -11px;
	border: 10px solid transparent;
	border-left-color: #fde182;
	border-right: none;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home-banner__tel {
	margin: 0 auto 3px;
	max-width: 297px;
}
.home-banner__form {
	margin: 0 auto;
	position: relative;
}
.home-banner__form-link::before {
	width: 100%;
	display: inline-block;
	content: '';
	background: url(../img/home/ico_arrow01.png) no-repeat center center / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.home-banner__form-txt {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#banner03.home-banner {
	overflow: hidden;
}
#banner03 .home-banner__area-txt:before {
	bottom: -40px;
	width: 124px;
	height: 165px;
}
@media (max-width: 599px) {
	.home-banner__contact {
		background-color: #fff;
	}
}
@media (min-width: 600px) {
	.home-banner {
		padding: 0;
		height: 694px;
	}
	.home-banner__wrap {
		position: relative;
		margin: 0 auto;
		width: calc(1100px + 174px);
		height: 100%;
		background: #1f613f;
	}
	.home-banner__wrap:before {
		content: '';
		position: absolute;
		right: -80px;
		bottom: 0;
		width: 477px;
		height: 632px;
		background: url(../img/home/pic_banner_pc01.png) no-repeat center/cover;
	}
	.home-banner__headwrap {
		padding: 0 0 0 87px;
	}
	.home-banner__area-head {
		padding: 50px 0 0;
		margin-left: 0;
	}
	.home-banner__area-head h2 {
		font-size: 4.2rem;
		padding-right: 0;
	}
	.home-banner__area-head h2 .big {
		font-size: 5.2rem;
	}
	.home-banner__area-head h2 .small {
		font-size: 4.6rem;
	}
	.home-banner__topics {
		margin-top: 30px;
	}
	.home-banner__topics img {
		width: 442px;
	}
	.home-banner__area-txt {
		padding-bottom: 6px;
	}
	.home-banner__area-txt:before {
		display: none;
	}
	.home-banner__lead {
		font-size: 2.2rem;
	}
	.home-banner__note {
		font-size: 1.6rem;
	}

	#banner03.home-banner {
		height: 340px;
	}
	#banner03 .home-banner__wrap:before {
		right: 150px;
		width: 253px;
        height: 335px;
	}
	.home-banner__contactwrap {
		margin-top: -25px;
		padding: 170px 0 45px 0;
		width: 770px;
		height: 105px;
		background-image: url(../img/home/img_banner02_pc.png);
		background-repeat: no-repeat;
		background-size: 770px 327px;
	}
	.home-banner__contact:before {
		left: 20px;
		top: -148px;
		height: 62px;
	}
	.home-banner__contact:after {
		right: 100px;
		bottom: -20px;
		height: 60px;
	}
	.home-banner__tel {
		width: 310px;
		height: 97px;
		max-width: none;
	}
	.home-banner__form {
		width: 610px;
		height: 100px;
		max-width: none;
		margin: 0 0 0 20px;
	}
	.home-banner__form-link::before {
		width: 26px;
    	height: 26px;
		left: 44px;
	}
	.home-banner__form-txt {
		font-size: 2.4rem;
	}
	.home-banner__form a {
		display: block;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.home-banner__form a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 600px) and (max-width: 1080px) {
	.home-banner__lead__wrap {
		padding-left: 0px;
		box-sizing: border-box;
	}
}
@media (min-width: 600px) and (max-width: 1230px) {
	.home-banner__headwrap {
		padding-left: 20px;
	}
	.home-banner__wrap .u-inner {
		margin-left: 20px;
	}
	.home-banner__wrap:after {
		right: 60px;
	}
	.home-banner__wrap:before {
		right: 20px;
	}
}




/* .home-detail */
.mod_inner01 { padding: 0 15px; }
@media screen and (min-width: 600px) {
	.mod_inner01 {
		width: 1100px; margin: 0 auto; padding: 0;
	}
}
#home .detail {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	padding: 100px 0 60px;
}
#home .detail strong {
	font-weight: 700;
	color: #fa6e3d;
	word-break: break-all;
}
@media screen and (min-width: 600px) {
	#home .detail {
		padding: 0px 0 100px;
	}
}
@media all and (max-width: 599px) {
	.home-detail__head{
    position: relative;
	}

	.home-detail__head__pic01 img{
		margin-bottom: 13px;
		position: absolute;
		left: 50%;
		top: -190px;
		transform: translateX(-50%);
		max-width: 164px;
	}
	.home-detail__head .tit01 {
		margin-bottom: 50px;
	}
}

@media (min-width: 600px){
	.home-detail__head{
		margin: 0 auto 65px;
		padding-top: 56px;
		width: 1100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.home-detail__head__pic01{
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 20px;
	}
	.home-detail__head .tit01{
    display: inline-block;
    margin-top: -14px;
    vertical-align: middle;
	}
}
#home .detail .tit01 {
	margin: 0 auto 50px;
}
@media screen and (min-width: 600px) {
	#home .detail .tit01 {
		margin: 0 0 0 20px;
	}
}
#home .detail .box {
	background: #fff;
	padding: 35px 15px 0;
}
#home .detail .box .img {
	margin-top: 30px;
	margin-bottom: 24px;
}
#home .detail .textArea {
	margin-bottom: 20px;
}
#home .detail .textArea .tit {
	text-align: center;
	color: #105e3f;
	font-size: 1.8rem;
	margin: 0 0 40px;
	font-weight: 700;
}
#home .detail .textArea .tit span {
	border-bottom: 2px solid #105e3f;
	font-weight: 700;
}
#home .detail .baloon .item {
	line-height: 35px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background: #4a88a9;
	margin: 15px auto;
}
#home .detail .baloon .item:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: #4a88a9 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#home .detail .baloon .item:nth-of-type(2) {
	background: #3d79a1;
}
#home .detail .baloon .item:nth-of-type(2):after {
	border-color: #3d79a1 transparent transparent transparent;
}
#home .detail .baloon .item:last-of-type {
	background: #105e3f;
	margin-bottom: 0;
}
#home .detail .baloon .item:last-of-type:after {
	display: none;
}
@media screen and (min-width: 600px) {
	#home .detail .baloon .item {
		line-height: 70px;
		font-size: 2.4rem;
		margin: 20px auto;
	}
	#home .detail .baloon .item:after {
		bottom: -12px;
	}
}
#home .detail .bg {
	background: #f5f5f5;
	padding: 15px 15px 15px 45px;
	font-size: 1.3rem;
}
#home .detail .bg .title {
	color: #105e3f;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 800;
	margin-bottom: 8px;
}
#home .detail .bg .title span{
	position: relative;
	font-weight: bold;
}
#home .detail .bg .title span::before{
	content: "";
	background: url(../img/home/ico_denkyu01.png) no-repeat;
	background-size: contain;
	width: 31px;
	height: 31px;
	position: absolute;
	left: -39px;
	top: -6px;
	display: block;
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
	-moz-animation:blink 0.7s ease-in-out infinite alternate;
	animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
#home .detail .bg.is-caution .title {
	text-align: left;
}
@media screen and (min-width: 600px){
	#home .detail .bg {
		padding:20px;
	}
	#home .detail .bg {
		padding: 30px 30px 20px;
		font-size: 1.7rem;
	}
	#home .detail .bg .title {
		font-size: 2.4rem;
		margin-bottom: 10px;
		text-align: center;
	}
	#home .detail .bg .title span::before{
		width: 42px;
		height: 45px;
		left: -50px;
		top: -9px;
	}
	#home .detail .bg.is-caution {
		padding-left: 75px;
	}
}





#home .detail .list .item {
	background: #fff;
}
#home .detail .list .item .title {
	line-height: 50px;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
}
#home .detail .list .item .txt {
	font-size: 1.3rem;
	margin: 0 20px;
}
#home .detail .list .item + .item {
	margin-top: 20px;
}
#home .detail .boxTit01 {
	max-width: 307px;
	margin: -70px auto 25px;
}
#home .detail .boxTit02 {
	max-width: 302px;
	margin: 0 auto 25px;
}
#home .detail .small {
	font-size: 1.1rem;
	display: block;
}
#home .detail .txt {
	font-size: 1.6rem;
}
#home .detail .txt + .txt {
	margin-top: 20px;
}
@media screen and (min-width: 600px) {
	#home .detail .box {
		padding: 60px 59px;
		border: 1px solid #d9d9d9;
	}
	#home .detail .textArea .tit {
		text-align: left;
		font-size: 2.8rem;
	}
	#home .detail .list .item {
		float: left;
		width: 288px;
	}
	#home .detail .list .item .title {
		font-size: 2.2rem;
		line-height: 60px;
	}
	#home .detail .list .item + .item {
		margin-top: 0;
		margin-left: 10px;
	}
	#home .detail .column .textArea {
		float: left;
	}
	#home .detail .column .pic {
		float: right;
	}
	#home .detail .boxTit01 {
		max-width: 380px;
		margin: -100px auto 60px;
	}
	#home .detail .boxTit02 {
		max-width: 380px;
		margin: -105px auto 40px;
	}
	#home .detail .small {
		font-size: 1.2rem;
	}
	#home .detail .txt {
		font-size: 1.8rem;
	}
	#home .detail .txt + .txt {
		margin-top: 30px;
	}
	#home .detail .txt.is-pc-center {
		text-align: center;
	}
}
#home .detail#detail03 {
	background-image: url(../img/home/bg_detail03_sp.png);
}
#home .detail#detail03 .note {
	font-size: 1.1rem;
	margin: 8px 0 0;
	text-align: right;
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 {
		background-image: url(../img/home/bg_detail03_pc.png);
		background-size: auto 450px;
	}
	#home .detail#detail03 .note {
		font-size: 1.2rem;
		margin: 15px 0 0px;
	}
}
/* #home .detail#detail03 .tit01 {
	max-width: 294px;
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 .tit01 {
		max-width: 683px;
	}
} */
#home .detail#detail03 .column .pic {
	margin: 20px 15px 25px;
}
#home .detail#detail03 .column + .textArea .pic {
	margin: 15px auto 24px;
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 .column + .textArea .pic {
		margin: 55px auto !important;
	}
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 .box .textArea {
		line-height: 1.7;
    font-size: 1.8rem;
    letter-spacing: .05em;
	}
	#home .detail#detail03 .column {
		margin-bottom: 30px;
	}
	#home .detail#detail03 .column .textArea {
		width: 530px;
	}
	#home .detail#detail03 .column .pic {
		width: 390px;
		margin: 0;
	}
	#home .detail#detail03 .column + .textArea .pic {
		margin: 45px auto 60px;
	}
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 .box + .box .pic span{
		font-size: 1.4rem;
		margin-top: 1em;
		display: block;
		text-align: right;
	}
}
#home .detail#detail03 .box + .box .bg {
	margin-top: 20px;
}
@media screen and (min-width: 600px) {
	#home .detail#detail03 .box + .box {
		margin-top: 110px;
	}
	#home .detail#detail03 .box + .box .bg {
		margin-top: 50px;
	}
}


/* .home-guideline */
.home-guideline {
	background: #fff;
	margin-top: 120px;
    background: url(../img/home/bg_reason01_sp.png) no-repeat center center / cover;
	padding-bottom: 120px;
}
.home-guideline__headwrap {
	background: url(../img/home/bg_guideline_head_sp.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-bottom: 136px;
}
.home-guideline__inner {

}
.home-guideline__pic01 {
	margin-bottom: 30px;
}
/* .home-guideline__ttl01 {
	max-width: 308px;
	margin: auto;
} */

.home-guideline__pic01 img {
	margin-top: -75px;
	max-width: 164px;
}
.home-guideline-wrap {
	margin-top: -85px;
	border: 1px solid #d9d9d9;
	background: #fff;
	box-sizing: border-box;
}
.home-guideline__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 20px 50px 20px;
}
.home-guideline__content + .home-benefit__feature {
	margin-top: 30px;
}
/* .home-guideline__pic02 {
	margin-bottom: 35px;
} */
.home-guideline__pic02 img {
	margin-bottom: 12px;
}
.home-guideline__pic02 img:last-child {
	margin-bottom: 0;
}
.home-guideline__txt01 {
	font-size: 1.5rem;
	letter-spacing: 0.078em;
}
.home-guideline__txt01 p {
	margin-bottom: 20px;
}
.home-guideline__txt01 p:last-child {
	margin-bottom: 0;
}
.home-guideline__txt01 em {
	color: #f75a15;
}
.home-guideline__img {
	margin-top: 30px;
}
.home-guideline-copy {
	margin-top: 35px;
}
.home-guideline-copy__txt {
	font-size: 1.8rem;
    color: #105e3f;
    font-weight: 900;
    text-decoration: underline;
    letter-spacing: .08em;
	line-height: 1.6;
}
.home-guideline-copy__img {
	max-width: 232px;
    margin: 25px auto 0;
}
@media (min-width: 600px) {
	.home-guideline {
		margin-top: 0;
		background: url(../img/home/bg_reason01_pc.png) no-repeat center center / cover;
		padding-bottom: 114px;
	}
	.home-guideline__headwrap {
		background: url(../img/home/bg_guideline_head_pc.png) no-repeat center center;
		text-align: left;
		padding-bottom: 105px;
	}
	.home-guideline__head {
		margin: 0 auto;
        padding-top: 45px;
        width: 1100px;
	}
	.home-guideline__pic01 {
		display: inline-block;
		margin: 0 56px 0 20px;
		vertical-align: middle;
	}
	.home-guideline__pic01 img {
		margin-top: 0;
		max-width: 200px;
	}
	/* .home-guideline__ttl01 {
		max-width: 550px;
		display: inline-block;
		margin-top: -14px;
		vertical-align: middle;
	} */
	.home-guideline-wrap {
		margin-top: -70px;
		padding: 51px 54px 60px;
	}
	.home-guideline__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0;
	}
	.home-guideline__content + .home-benefit__feature {
		margin-top: 20px;
	}
	.home-guideline__pic02 {
		display: inline-block;
		margin-bottom: 0;
		padding-top: 8px;
		width: 446px;
	}
	.home-guideline__pic02 img {
		margin-bottom: 15px;
	}
	.home-guideline__txt01 {
		display: inline-block;
		width: 490px;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.home-guideline__txt01 p {
		margin-bottom: 20px;
	}
	.home-guideline-copy {
		margin-top: 25px;
	}
	.home-guideline-copy__txt {
		display: inline-block;
		font-size: 2.8rem;
		vertical-align: middle;
		text-decoration:underline 2px;
		text-underline-offset: 15px;
		line-height: 1.8;
	}
	.home-guideline-copy__img {
		display: inline-block;
    	max-width: 246px;
		vertical-align: middle;
		margin-left: 40px;
	}
}
/* .home-benefit */
.home-benefit {
	padding-bottom: 50px;
	background: #fff;
}
.home-benefit__headwrap {
	background: url(../img/home/bg_benefit_head_sp.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-bottom: 60px;
}
.home-benefit__pic01 {
	margin-bottom: 26px;
}
.home-benefit__pic01 img {
	margin-top: -80px;
	max-width: 164px;
}
/* .home-benefit__ttl01 {
	max-width: 310px;
	margin: auto;
} */
/* .home-benefit__ttl01 img {
	display: block;
	width: 193px;
	margin: auto;
} */
.home-benefit__content {
	margin-top: -25px;
}
.home-benefit__wrap {
	padding: 35px 20px 42px 18px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
.home-benefit-area__img {
	position: relative;
	margin-bottom: 240px;
}
.home-benefit-list {
	position: absolute;
	left: 50%;
	bottom: -205px;
	transform: translateX(-50%);
	width: 90%;
}
.home-benefit-list__item {
	position: relative;
	font-size: 1.5rem;
	font-weight: 900;
	background: #FFF8E2;
	padding: 4px 10px 4px 40px;
	margin-bottom: 10px;
}
.home-benefit-list__item::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	background: url(../img/home/ico_check01.png) no-repeat left top/cover;
	width: 20px;
    height: 20px;
}
.home-benefit__img {
	margin-top: 30px;
}

.home-benefit__txt01 {
	font-size: 1.5rem;
	letter-spacing: 0.086em;
}
.home-benefit__txt01 p {
	margin-bottom: 20px;
}
.home-benefit__txt01 p:last-child {
	margin-bottom: 0;
}
.home-benefit__txt01 em {
	color: #f75a15;
}
.home-benefit-copy {
	margin-top: 35px;
}
.home-benefit-copy__txt {
	font-size: 1.8rem;
    color: #105e3f;
    font-weight: 900;
    text-decoration: underline;
    letter-spacing: .08em;
	line-height: 1.6;
}
.home-benefit-copy__img {
	max-width: 232px;
    margin: 50px auto 0;
}
@media (min-width: 600px) {
	.home-benefit {
		padding-bottom: 114px;
	}
	.home-benefit__headwrap {
		background: url(../img/home/bg_benefit_head_pc.png) no-repeat center center;
		text-align: left;
		padding-bottom: 105px;
	}
	.home-benefit__head {
		margin: 0 auto;
		padding-top: 45px;
		width: 1100px;
	}
	.home-benefit__pic01 {
		display: inline-block;
		margin: 0 36px 0 20px;
		vertical-align: middle;
	}
	.home-benefit__pic01 img {
		margin-top: 0;
		max-width: 200px;
	}
	/* .home-benefit__ttl01 {
		max-width: 585px;;
		display: inline-block;
		margin-top: 9px;
		vertical-align: middle;
		font-size: 3.2rem;
		letter-spacing: 0.08em;
	} */
	.home-benefit__content {
		margin-top: -70px;
	}
	.home-benefit__wrap {
		padding: 51px 57px 40px 57px;
		border-top: 0;
	}
	.home-benefit-area__img {
		margin-bottom: 0;
		width: 1100px;
        max-width: 100%;
        margin: auto;
		border: 1px solid #d9d9d9;
        box-sizing: border-box;
        border-bottom: 0;
	}
	.home-benefit-list {
		left: 60px;
        bottom: 0;
        top: 15%;
        transform: translateX(0);
        width: 530px;
	}
	.home-benefit-list__item {
		font-size: 2rem;
		padding: 10px 20px 10px 50px;
		margin-bottom: 10px;
	}
	.home-benefit-list__item::before {
		top: 12px;
		left: 10px;
		width: 30px;
		height: 30px;
	}
	.home-benefit__img {
		margin-top: 30px;
	}
	.home-benefit__txt01 {
		font-size: 2rem;
	}
	.home-benefit-copy {
		margin-top: 25px;
	}
	.home-benefit-copy__txt {
		display: inline-block;
		font-size: 2.8rem;
		vertical-align: middle;
		text-decoration:underline 2px;
		text-underline-offset: 15px;
		line-height: 1.8;
	}
	.home-benefit-copy__img {
		display: inline-block;
    	max-width: 246px;
		vertical-align: middle;
	}
}

/* .home-support */
.home-support {
	padding-bottom: 50px;
	margin-top: 135px;
}
.home-support__headwrap {
	height: 238px;
	background: url(../img/home/bg_support_head_sp.png) no-repeat center center;
	background-size: 100% auto;
	text-align: center;
}
.home-support__pic01 img {
	max-width: 164px;
    margin-top: -80px;
}
.home-support__content {
	padding: 23px 0 0;
	box-sizing: border-box;
	background: #fff;
}
.home-support__describe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -25px;
}
.home-support__pic01 {
	margin-bottom: 30px;
}
.home-support__txt01 {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
.home-support__txt01 p {
	margin-bottom: 20px;
}
.home-support__txt01 em {
	font-weight: 700;
	letter-spacing: 0.09em;
	color: #f75a15;
}
.home-support__txt01 span {
	display: inline-block;
	margin-bottom: 6px;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
}

.home-support__wrap {
	margin-top: 40px;
}
.home-support__career {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.home-support__career div {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 40px 30px 0;
	background: #f7f7f7;
}
.home-support__career div h4 {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #367052;
}
.home-support__career div h4:before {
	content: '';
	display: inline-block;
	margin: 0 8px -1px 0;
	border-left: 5px solid #367052;
	width: 0;
	height: 15px;
}
.home-support__career div ul {
	margin-bottom: 14px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 2px;
}
.home-support__career div ul:last-child {
	margin-bottom: 0;
}
.home-support__career div li {
	padding-bottom: 12px;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
.home-support__career div:nth-child(2) {
	padding: 15px 30px 40px;
}
.home-support__career div:nth-child(2) dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-bottom: 0;
}
.home-support__career div:nth-child(2) dt {
	-ms-flex-preferred-size: 96px;
	flex-basis: 96px;
	line-height: 27px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
.home-support__career div:nth-child(2) dd {
	-ms-flex-preferred-size: calc(100% - 96px);
	flex-basis: calc(100% - 96px);
	line-height: 27px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
.home-support__note {
	border: 2px solid #367052;
	padding: 10px 17px 12px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
.home-support__note h4 {
	margin-bottom: 2px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #367052;
}
@media (min-width: 600px) {
	.home-support {
		padding-bottom: 114px;
		background: #e7f0ec url(../img/home/bg_reason01_pc.png) no-repeat center center / cover;
		margin-top: 0;
	}
	.home-support__headwrap {
		height: 350px;
		background: url(../img/home/bg_support_head_pc.png) no-repeat center center;
	}
	.home-support__head {
		margin: 0 auto;
        padding-top: 45px;
        width: 1100px;
		text-align: left;
	}
	.home-support__pic01 img {
        max-width: 200px;
		margin-top: 0;
	}
	.home-support__pic01 {
		display: inline-block;
        margin: 0 120px 0 20px;
        vertical-align: middle;
	}
	.home-support__inner {
		background: none;
	}
	.home-support__content {
		padding: 59px 58px 60px 59px;
		background: #fff;
        margin-top: -80px;
	}
	.home-support__wrap {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.home-support__describe {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 20px 0 0;
	}

	.home-support__txt01 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.home-support__txt01 p {
		margin-bottom: 30px;
	}
	.home-support__txt01 p:last-child {
		margin-bottom: 0;
	}
	.home-support__txt01 em {
		letter-spacing: 0.07em;
	}
	.home-support__txt01 span {
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.home-support__career {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 660px;
	}
	.home-support__career div {
		padding: 50px 40px 36px;
	}
	.home-support__career div h4 {
		margin-bottom: 16px;
		font-size: 2rem;
	}
	.home-support__career div h4:before {
		margin: 0 11px -1px 0;
		border-left: 6px solid #367052;
		height: 16px;
	}
	.home-support__career div ul {
		margin-bottom: 24px;
		padding-bottom: 8px;
	}
	.home-support__career div ul:last-child {
		border-bottom: none;
	}
	.home-support__career div li {
		padding-bottom: 15px;
		font-size: 1.6rem;
		letter-spacing: 0.12em;
	}
	.home-support__career div:nth-child(2) {
		padding: 50px 35px 36px 0;
	}
	.home-support__career div:nth-child(2) dt {
		line-height: 1.94em;
		-ms-flex-preferred-size: 101px;
		flex-basis: 101px;
		letter-spacing: 0.12em;
	}
	.home-support__career div:nth-child(2) dd {
		line-height: 1.94em;
		-ms-flex-preferred-size: calc(100% - 101px);
		flex-basis: calc(100% - 101px);
		letter-spacing: 0.12em;
	}
	.home-support__note {
		padding: 38px 58px 45px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.home-support__note h4 {
		margin-bottom: 1px;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.home-support__note p {
		line-height: 1.85em;
		letter-spacing: 0.052em;
	}
}
/* .home-introduction */
.home-introduction {
	padding: 43px 0 37px;
}
.home-introduction__head {
	position: relative;
	margin-bottom: 4px;
	padding-left: 13px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #367052;
	font-weight: 700;
}
.home-introduction__head:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	border-left: 5px solid #367052;
	width: 0;
	height: calc(100% - 11px);
}
.home-introduction__txt01 {
	margin-right: -1px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
.home-introduction__txt01 p {
	margin-bottom: 5px;
}
.home-introduction__txt01 p:nth-child(2) {
	text-indent: 4px;
}
@media (min-width: 600px) {
	.home-introduction {
		padding: 69px 0 40px;
	}
	.home-introduction__head {
		margin-bottom: 15px;
		padding-left: 19px;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
	.home-introduction__head:before {
		top: 11px;
		border-left: 6px solid #367052;
		height: calc(100% - 17px);
	}
	.home-introduction__txt01 {
		padding-right: 64px;
		line-height: 26px;
		font-size: 1.6rem;
		letter-spacing: 0.054em;
	}
	.home-introduction__txt01 p {
		margin-bottom: 25px;
	}
}
/* .home-contact */
.home-contact {
	margin-bottom: -20px;
	padding-bottom: 51px;
	background: #dee9e4
}
.home-contact .check .home-contact__note {
	display: none
}
.home-contact__headwrap {
	padding-top: 42px
}
.home-contact__headwrap-area-txt {
	padding: 0 15px;
	font-size: 1.5rem
}
.home-contact__headwrap-area-txt__note {
	font-size: 1.3rem
}
.home-contact__head {
	padding-bottom: 22px;
	line-height: 1.25em;
	font-size: 3.5rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: .045em;
	font-weight: 600
}
.home-contact__balloonwrap {
	display: block;
	margin: -27px auto 15px;
	padding: 0 20px;
	width: 184px;
	background: #dee9e4
}
.home-contact__balloon {
	position: relative;
	display: block;
	border-radius: 25px;
	width: 184px;
	height: 50px;
	line-height: 50px;
	font-size: 2.1rem;
	letter-spacing: .035em;
	background: #1f613f;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600
}
.home-contact__balloon:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	border-width: 7px 7px 0 7px;
	border-style: solid;
	border-color: #1f613f transparent transparent transparent;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home-contact__lead {
	padding: 23px 0 18px;
	line-height: 1.95em;
	font-size: 1.4rem;
	letter-spacing: .16em
}
.home-contact__lead em {
	font-size: 1.2rem;
	letter-spacing: .17em
}
.home-contact__mailform {
	padding: 4px 19px 24px;
	background: #fff
}
.home-contact__mailform tr {
	border-bottom: 1px solid #d9d9d9
}
.home-contact__mailform tr th {
	position: relative;
	display: block;
	padding-top: 20px;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .065em
}
.home-contact__mailform tr th em {
	position: absolute;
	right: 0;
	padding: 2px 6px 3px 4px;
	line-height: 1;
	font-size: 1.3rem;
	background: #367052;
	color: #fff
}
.home-contact__mailform tr td {
	display: block;
	padding: 17px 0 14px;
	line-height: 2em;
	font-size: 1.3rem
}
.home-contact__mailform tr td .inputWrap, .home-contact__mailform tr td input {
	font-size: 1.4rem
}
.home-contact__mailform tr td input[type=text] {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	padding: 8px;
	background: #ececec;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.home-contact__mailform tr td input[type=radio] {
	/*display: none;*/
	width: 0;
	height: 0;
}
.home-contact__mailform tr td input[type=radio] + span{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding: 0px 15px 0 30px;
}
.home-contact__mailform tr td input[type=radio] + span:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 50%;
}
.home-contact__mailform tr td input[type=radio]:checked + span:after{
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	background: #367052;
	border-radius: 50%;
}
.home-contact__mailform tr td input[type=text].is-error ,
.home-contact__mailform tr td select.is-error {
	border: 1px solid #f00;
}
.home-contact__mailform tr td select {
	border-radius: 0;
	padding: 6px 30px 9px 11px;
	min-width: 186px;
	background: #ececec url(../img/home/btn_contact_pulldown.png) no-repeat center right 15px;
	background-size: 9px auto;
	font-size: 1.4rem;
	letter-spacing: .14em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.home-contact__mailform tr td select::-ms-expand {
	display: none
}
.home-contact__mailform tr:nth-of-type(3) td {
	padding-top: 16px
}
.home-contact__mailform tr:nth-of-type(3) td input[type=text] {
	margin-right: 10px;
	width: calc(100% - 120px);
	vertical-align: middle
}
.home-contact__mailform tr:nth-of-type(3) td .home-contact__note {
	margin-top: 3px
}
.home-contact__mailform tr:nth-of-type(3) td .home-contact__note.u-view-pc {
	margin: 14px 0 0 12px;
	vertical-align: middle;
	font-size: 1.6rem
}
.home-contact__mailform tr:nth-of-type(4) td {
	padding-bottom: 21px
}
.home-contact__mailform tr:nth-of-type(5) td {
	padding-bottom: 13px
}
.home-contact__mailform tr:nth-of-type(7) th {
	padding-top: 16px;
	line-height: 1.5em
}
.home-contact__mailform tr:nth-of-type(7) th em {
	top: 20px;
	right: 1px;
	border: 1px solid #367052;
	padding: 0 4px 3px 3px;
	background: #fff;
	color: #367052
}
.home-contact__mailform tr:nth-of-type(9) th em {
	border: 1px solid #367052;
	background: #fff;
	color: #367052
}
.home-contact__mailform tr:nth-of-type(7) td {
	padding-top: 13px
}
.home-contact__note {
	margin-top: 3px;
	letter-spacing: .065em;
	color: #9a9a9a
}
.home-contact__note:nth-of-type(2) {
	margin-top: -4px;
	line-height: 1.9em;
	letter-spacing: .08em;
	color: #333
}
#zip_btn_postcode, .home-contact__postcodebtn {
	margin: 0;
	border: 2px solid #367052;
	border-radius: 6px;
	padding: 0;
	width: 110px;
	height: 35px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .1em;
	background: 0 0;
	color: #367052;
	cursor: pointer
}
.home-contact__form {
	margin-bottom: 28px
}
.home-contact__btnarea {
	text-align: center
}
.home-contact__device {
	display: none
}
#mhFormConfirm, .home-contact__submitbtn {
	margin-left: -1px;
	padding: 0;
	border: none;
	max-width: 310px;
	width: 100%;
	height: 85px;
	text-indent: -9999em;
	background: url(../img/home/btn_contact_sp.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer
}
#mhFormAdjust {
	display: block;
	padding: 0;
	border: none;
	max-width: 305px;
	width: 100%;
	height: 82px;
	margin: 0 auto 10px;
	text-indent: -9999em;
	background: url(../img/home/btn_contact02_sp.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer
}
#mhFormSend {
	display: block;
	padding: 0;
	border: none;
	max-width: 305px;
	width: 100%;
	height: 82px;
	margin: 0 auto;
	text-indent: -9999em;
	background: url(../img/home/btn_contact03_sp.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer
}
#errorMsg {
	padding: 10px 0
}
#errorMsg p, #errorMsg strong {
	display: block;
	margin: 15px 0 30px;
	color: red;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center
}
.home-contact__mailform .error {
	color: red;
	font-weight: 700
}
.home-contact span.is-error {
	color: #f00;
}
.home-contact-thanks {
	padding: 30px 0
}
.home-contact-thanks__txt {
	font-size: 1.5rem;
	font-weight: 700
}
@media (min-width:600px) {
	.home-contact .check td {
		padding-top: 38px
	}
	.home-contact .check .home-contact__mailform tr:nth-of-type(3) td {
		padding-top: 37px
	}
	.home-contact .check .home-contact__mailform tr:nth-of-type(7) td {
		padding-top: 40px
	}
	.home-contact {
		margin-bottom: -80px;
		padding-bottom: 101px
	}
	.home-contact .u-inner {
		margin: 0 auto;
		width: 980px
	}
	.home-contact__headwrap {
		margin: 0 auto;
		width: 980px;
		padding-top: 100px
	}
	.home-contact__headwrap-area-txt {
		font-size: 2rem;
		text-align: center
	}
	.home-contact__headwrap-area-txt__note {
		font-size: 1.6rem
	}
	.home-contact__head {
		padding-bottom: 31px;
		line-height: 1.2em;
		font-size: 5.6rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		text-align: center;
		letter-spacing: .045em
	}
	.home-contact__balloonwrap {
		margin: -32px auto 15px;
		width: 280px
	}
	.home-contact__balloon {
		margin-bottom: 18px;
		border-radius: 38px;
		padding-left: 2px;
		width: 280px;
		height: 47px;
		line-height: 47px;
		font-size: 2.6rem;
		letter-spacing: .09em
	}
	.home-contact__balloon:after {
		border-width: 10px 10px 0 10px
	}
	.home-contact__lead {
		margin-left: 13px;
		padding: 34px 0 37px;
		line-height: 1.65em;
		font-size: 2rem;
		letter-spacing: .065em;
		text-align: center
	}
	.home-contact__lead em {
		font-size: 1.6rem;
		letter-spacing: .06em
	}
	.home-contact__mailform {
		padding: 20px 60px 53px
	}
	.home-contact__mailform tr th {
		display: table-cell;
		padding: 44px 0 0 10px;
		width: 333px;
		font-size: 2rem
	}
	.home-contact__mailform tr th em {
		right: 40px;
		top: 40px;
		padding: 6px 13px 5px 14px;
		font-size: 1.5rem
	}
	.home-contact__mailform tr th.is-2line {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home-contact__mailform tr td {
		display: table-cell;
		padding: 30px 2px 20px 0
	}
	.home-contact__mailform tr td .inputWrap, .home-contact__mailform tr td input {
		font-size: 1.8rem
	}
	.home-contact__mailform tr td input[type=text] {
		padding: 10px 20px
	}
	.home-contact__mailform tr td select {
		padding: 10px 18px 12px 16px;
		min-width: 210px;
		font-size: 1.68rem;
		padding: 10px 30px 12px 16px;
		font-size: 1.68rem;
		background-size: 10px auto
	}
	.home-contact__mailform tr td input[type=radio] + span{
		cursor: pointer;
		font-size: 1.8rem;
	}
	.home-contact__mailform tr:nth-of-type(3) td {
		padding-top: 30px
	}
	.home-contact__mailform tr:nth-of-type(3) td input[type=text] {
		margin-top: -5px;
		width: 180px
	}
	.home-contact__mailform tr:nth-of-type(3) td .home-contact__note {
		margin-top: 14px
	}
	.home-contact__mailform tr:nth-of-type(4) td {
		padding-bottom: 30px
	}
	.home-contact__mailform tr:nth-of-type(5) td {
		padding-bottom: 20px
	}
	.home-contact__mailform tr:nth-of-type(7) th {
		padding-top: 24px
	}
	.home-contact__mailform tr:nth-of-type(7) th em {
		top: 41px;
		right: 40px;
		padding: 5px 11px 4px 14px
	}
	.home-contact__mailform tr:nth-of-type(7) td {
		padding: 30px 2px 21px 0
	}
	.home-contact__note {
		margin-top: 15px;
		font-size: 1.8rem
	}
	.home-contact__note.home-contact__note03 {
		position: relative;
		top: -14px;
		padding: 0 !important;
		color: #9a9a9a !important;
		margin: 14px 0 0 12px !important;
		vertical-align: middle;
		font-size: 1.6rem
	}
	.home-contact__note:nth-of-type(2) {
		margin-top: 15px;
		padding-left: 1em;
		line-height: 1.5em;
		text-indent: -1em;
		letter-spacing: .06em
	}
	#zip_btn_postcode, .home-contact__postcodebtn {
		width: 120px;
		height: 48px;
		font-size: 1.7rem;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease
	}
	#zip_btn_postcode:hover, .home-contact__postcodebtn:hover {
		opacity: .7
	}
	.home-contact__form {
		margin-bottom: 35px
	}
	.home-contact__btnarea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	#mhFormConfirm, .home-contact__submitbtn {
		width: 410px;
		height: 101px;
		max-width: none;
		background-image: url(../img/home/btn_contact_pc.png)
	}
	#mhFormAdjust {
		background-image: url(../img/home/btn_contact02_pc.png)
	}
	#mhFormSend {
		background-image: url(../img/home/btn_contact03_pc.png)
	}
	#mhFormAdjust, #mhFormSend {
		width: 310px;
		height: 75px;
		max-width: none;
		margin: 0 10px;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease
	}
	#mhFormAdjust:hover, #mhFormSend:hover {
		opacity: .7
	}
	#mhFormConfirm, .home-contact__submitbtn {
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease
	}
	#mhFormConfirm:hover, .home-contact__submitbtn:hover {
		opacity: .7
	}
	#errorMsg {
		padding: 25px 0
	}
	#errorMsg p, #errorMsg strong {
		font-size: 1.8rem
	}
	.home-contact-thanks {
		padding: 100px 0 0
	}
	.home-contact-thanks__txt {
		font-size: 1.6rem;
		text-align: center
	}
}

.home-contact-thanks-back {
	max-width: 250px;
	margin: 40px auto 0;
}

.home-contact-thanks-back__link {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background: #367052;
	color: #fff;
}

.home-contact-thanks-back__link:hover {
	opacity: .7;
}
