@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
	overflow-y: inherit;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	overflow: inherit;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 30px;
	left: 30px;
}
#gHeader p a {
	display: block;
}
#gHeader p a:hover img {
	opacity: 1;
}
@media all and (max-width: 767px) {
	#gHeader {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	#gHeader p {
		width: 90px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 50px 50px 30px;
	text-align: center;
	background-color: #F2F2F2;
}
#gFooter .fLogo {
	margin-bottom: 23px;
}
#gFooter .fLogo img {
	display: inline;
}
#gFooter .fLogo a:hover img {
	opacity: 1;
}
#gFooter .text {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.08em;
}
#gFooter .copyright {
	font-size: 0.8rem;
	letter-spacing: 0.18em;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 30px 20px 20px;
	}
	#gFooter .fLogo {
		margin-bottom: 20px;
	}
	#gFooter .fLogo img {
		width: 100px;
	}
	#gFooter .text {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	#gFooter .copyright {
		font-size: 0.6rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1100px;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	bgBox
------------------------------------------------------------*/
.bgBox {
	background-color: #F9F6F2;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 97px;
	color: #00B73E;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
.headLine01 span {
	background: url(../img_index/bg01.png) repeat-x left bottom 4px;
	background-size: auto 15px;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 30px !important;
		font-size: 2.2rem;
	}
	.headLine01 span {
		background-size: auto 10px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	clear: both;
	text-align: center;
}
.comLink a {
	padding: 19px 40px 21px;
	width: 350px;
	display: inline-block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../img_index/icon01.png) #000 no-repeat center right 18px;
	background-size: 15px 9px;
	box-sizing: border-box;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.comLink a {
		padding: 10px 40px;
		width: auto;
		font-size: 1.6rem;
		background-size: 10px 7px;
	}
}
@media all and (-ms-high-contrast:none) {
	.comLink a {
		padding: 23px 40px 17px
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 155px 85px 40px;
	min-height: 700px;
	background: url(../img_index/main_visual_img.jpg) no-repeat left top;
	background-size: cover;
	box-sizing: border-box;
}
.mainVisual .inner {
	margin: 0 auto;
	max-width: 1136px;
}
.mainVisual .inner .txtBox {
	width: 700px;
	float: right;
	text-align: center;
}
.mainVisual h1 {
	margin-bottom: 14px;
	color: #FFF;
	font-size: 9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-shadow: 1px 1px 15px #666;
}
.mainVisual h1 span {
	display: block;
	font-size: 7rem;
	letter-spacing: 0;
}
.mainVisual .tag {
	margin-bottom: 30px;
	color: #94908D;
	font-size: 2.1rem;
	font-weight: 700;
	text-shadow: none;
}
.mainVisual .tag span {
	padding: 5px 5px 6px;
	min-width: 370px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 15px #666;
}
.mainVisual p {
	color: #FFF;
	line-height: 2.25;
	letter-spacing: 0.06em;
	text-shadow: 2px 2px 15px #222;
}
#main .sec01 {
	padding: 136px 0 144px;
}
#main .sec01 .textList {
	margin: -33px 0 30px;
	padding-bottom: 83px;
	background: url(../img_index/icon03.png) no-repeat center bottom;
	background-size: 66px auto;
}
#main .sec01 .textList li {
	margin: 33px 33px 0 0;
	padding: 51px 25px 47px;
	width: 250px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
}
#main .sec01 .textList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .sec01 .textList img {
	margin: 0 auto 21px;
	width: 68px;
	display: block;
}
#main .sec01 p {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .sec01 p .blue {
	color: #00B73E;
}
#main .sec02 {
	padding: 138px 0 152px;
}
#main .sec02 .headLine01 {
	margin-bottom: 92px;
}
#main .sec02 .imgBox {
	margin-bottom: 73px;
}
#main .sec02 .photoBox {
	margin: 36px 0 0 0;
	width: 350px;
	float: right;
	text-align: center;
}
#main .sec02 .textBox {
	width: 670px;
	float: left;
}
#main .sec02 .textBox p {
	/*font-size: 1.5rem;*/
	line-height: 2;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .sec02 .textBox .title {
	margin: 0 -30px 30px 0;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main .sec03 {
	padding: 136px 0 150px;
}
#main .sec03 .headLine01 {
	margin-bottom: 85px;
}
#main .sec03 .textBox {
	margin: 0 auto 55px;
	width: 698px;
}
#main .sec03 .textBox .title {
	margin-bottom: 32px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec03 .textBox .title .blue {
	color: #00B73E;
	font-weight: 700;
}
#main .sec03 .textBox p {
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .sec03 .photoBox {
	margin-bottom: 20px;
}
#main .sec03 .photoUl {
	margin: -20px 0 82px;
}
#main .sec03 .photoUl li {
	margin-top: 20px;
	width: 540px;
	float: left;
}
#main .sec03 .photoUl li:nth-child(2n) {
	float: right;
}
#main .sec04 {
	padding: 135px 0 150px;
}
#main .sec04 .stepList {
	margin: 0 -19px 75px;
}
#main .sec04 .stepList > li {
	padding-bottom: 77px;
	position: relative;
	overflow: hidden;
	clear: both;
	zoom: 1;
}
#main .sec04 .stepList > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .sec04 .stepList > li::before {
	width: 10px;
	height: calc(100% - 115px);
	position: absolute;
	left: 35px;
	bottom: 26px;
	background: url(../img_index/bg02.png) repeat-y left bottom;
	background-size: 10px auto;
	content: "";
}
#main .sec04 .stepList > li::after {
	width: 26px;
	height: 18px;
	position: absolute;
	bottom: 8px;
	left: 28px;
	background: url(../img_index/icon04.png) repeat-y left top;
	background-size: 26px 18px;
	content: "";
}
#main .sec04 .stepList > li:last-child::before, #main .sec04 .stepList > li:last-child::after {
	display: none;
}
#main .sec04 .stepList .stepImg {
	width: 80px;
	float: left;
}
#main .sec04 .stepList .textBox {
	width: 1020px;
	padding-right: 19px;
	float: right;
}
#main .sec04 .stepList .textBox h4 {
	margin: 16px 0 24px;
	font-size: 3rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.08em;
}
#main .sec04 .stepList .textBox p {
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .sec04 .stepList .subBox {
	width: 500px;
	float: left;
}
#main .sec04 .stepList .photoBox {
	width: 450px;
	float: right;
}
#main .sec04 .stepList .topBox {
	margin-bottom: 10px;
}
#main .sec04 .stepList .photoUl li {
	margin-right: 10px;
	width: 220px;
	float: left;
}
#main .sec04 .stepList .photoUl li:last-child {
	margin-right: 0;
}
#main .sec04 .stepList .borderBox {
	padding: 35px 20px 30px;
	width: 1020px;
	border-radius: 10px;
	border: 2px solid #00B73E;
	box-sizing: border-box;
}
#main .sec04 .stepList .borderBox .ttl {
	color: #00B73E;
	font-weight: 700;
}
#main .sec04 .stepList .borderBox p {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec04 .stepList .borderBox .price {
	color: #00B73E;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}
#main .sec04 .stepList .borderBox .sml {
	font-size: 1.8rem;
}
#main .sec04 .stepList .textBox .note {
	margin: 13px 0 0;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	text-align: right;
}
#main .sec04 .comLink {
	margin-bottom: 152px;
}
#main .sec04 .aboutBox {
	padding: 54px 65px 72px 66px;
	background-color: #F3FBF6;
}
#main .sec04 .aboutBox h4 {
	margin-bottom: 50px;
	padding-bottom: 23px;
	position: relative;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec04 .aboutBox h4::before {
	margin-left: -15px;
	width: 30px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #00B73E;
	content: "";
}
#main .sec04 .aboutBox .photoList {
	margin-top: -20px;
}
#main .sec04 .aboutBox .photoList li {
	margin: 20px 43px 0 0;
	width: 210px;
	float: left;
	text-align: left;
}
#main .sec04 .aboutBox .photoList li:last-child {
	margin-right: 0;
}
#main .sec04 .aboutBox .photoList .pho {
	margin-bottom: 21px;
}
#main .sec04 .aboutBox .photoList .pho img {
	display: inline;
}
#main .sec04 .aboutBox .photoList .title {
	margin-bottom: 6px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec04 .aboutBox .photoList p {
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.06em;
}
#main .sec05 {
	padding: 138px 0 135px;
}
#main .sec05 .qaList dt {
	float: left;
	color: #00B73E;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.07em;
}
#main .sec05 .qaList dd {
	margin-bottom: 18px;
	padding: 6px 0 22px 3em;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #cdcdcd;
}
#main .sec05 .qaList dd .ttl {
	margin-bottom: 12px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main .sec06 {
	padding: 133px 0 150px;
	text-align: center;
}
#main .sec06 .headLine01 {
	margin-bottom: 70px;
}
#main .sec06 .text {
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
#main .sec06 .tel a {
	padding-left: 40px;
	color: #00B73E;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: url(../img_index/icon02.png) no-repeat top 23px left;
	background-size: 32px 43px;
}
#main .sec06 .tel .sml {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media all and (-ms-high-contrast:none) {
	.mainVisual .tag span {
		padding: 11px 5px 0;
	}
	#main .sec04 .stepList .textBox h4 {
		margin: 20px 0 20px;
	}
	#main .sec05 .qaList dd {
		padding: 11px 0 17px 3em;
	}
}
@media all and (max-width: 767px) {
	.mainVisual {
		padding: 120px 15px 60px;
		min-height: 400px;
		background-size: cover;
	}
	.mainVisual .inner .txtBox {
		width: auto;
		float: none;
	}
	.mainVisual h1 {
		margin-bottom: 10px;
		font-size: 5rem;
	}
	.mainVisual h1 span {
		font-size: 4rem;
	}
	.mainVisual .tag {
		margin-bottom: 32px;
		font-size: 1.6rem;
	}
	.mainVisual .tag span {
		min-width: 200px;
	}
	.mainVisual .text {
		margin: 0 20px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#main .sec01 {
		padding: 80px 0;
	}
	#main .sec01 .textList {
		margin: -10px 0 20px;
		padding-bottom: 40px;
		background: url(../img_index/icon03.png) no-repeat center bottom;
		background-size: 34px 20px;
	}
	#main .sec01 .textList li {
		margin: 10px 3% 0 0;
		padding: 20px 5px;
		width: 48.5%;
		font-size: 1.6rem;
	}
	#main .sec01 .textList li:nth-of-type(2n) {
		margin-right: 0;
	}
	#main .sec01 .textList img {
		margin-bottom: 10px;
	}
	#main .sec01 p {
		font-size: 1.8rem;
	}
	#main .sec02 {
		padding: 80px 0;
	}
	#main .sec02 .imgBox {
		margin-bottom: 30px;
	}
	#main .sec02 .photoBox {
		margin: 0 auto 30px;
		width: 65%;
		max-width: 300px;
		float: none;
	}
	#main .sec02 .textBox {
		width: auto;
		float: none;
		font-size: 1.4rem;
	}
	#main .sec02 .textBox .title {
		margin: 0 0 20px;
		font-size: 1.8rem;
	}
	#main .sec03 {
		padding: 80px 0;
	}
	#main .sec03 .textBox {
		margin-bottom: 30px;
		width: auto;
	}
	#main .sec03 .textBox .title {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#main .sec03 .textBox p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .sec03 .photoBox {
		margin-bottom: 10px;
	}
	#main .sec03 .photoUl {
		margin: -10px 0 40px;
	}
	#main .sec03 .photoUl li {
		margin-top: 10px;
		width: 48.5%;
	}
	#main .sec04 {
		padding: 80px 0;
	}
	#main .sec04 .stepList {
		margin: 0 0 40px;
	}
	#main .sec04 .stepList > li {
		padding-bottom: 30px;
	}
	#main .sec04 .stepList > li::before {
		width: 6px;
		height: calc(100% - 55px);
		bottom: 10px;
		left: 16px;
		background-size: 6px auto;
	}
	#main .sec04 .stepList > li::after {
		width: 20px;
		height: 10px;
		left: 10px;
		background-size: 20px 10px;
	}
	#main .sec04 .stepList .stepImg {
		width: 40px;
	}
	#main .sec04 .stepList .textBox {
		padding: 2px 0 0 50px;
		width: auto;
		float: none;
	}
	#main .sec04 .stepList .textBox h4 {
		margin: 0 0 10px;
		padding-top: 2px;
		font-size: 2rem;
	}
	#main .sec04 .stepList .textBox p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .sec04 .stepList .subBox {
		width: auto;
		float: none;
	}
	#main .sec04 .stepList .photoBox {
		margin-top: 20px;
		width: auto;
		text-align: center;
	}
	#main .sec04 .stepList .photoUl li {
		margin-right: 3%;
		width: 48.5%;
	}
	#main .sec04 .stepList .borderBox {
		padding: 20px 5px;
		width: auto;
	}
	#main .sec04 .stepList .borderBox p {
		font-size: 1.6rem;
	}
	#main .sec04 .stepList .borderBox .price {
		font-size: 2rem;
	}
	#main .sec04 .stepList .borderBox .sml {
		font-size: 1.2rem;
	}
	#main .sec04 .stepList .textBox .note {
		padding-left: 1em;
		font-size: 1.1rem;
		text-align: left;
		text-indent: -1em;
	}
	#main .sec04 .comLink {
		margin-bottom: 80px;
	}
	#main .sec04 .aboutBox {
		padding: 50px 15px;
	}
	#main .sec04 .aboutBox h4 {
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#main .sec04 .aboutBox h4::before {
		width: 20px;
		height: 2px;
	}
	#main .sec04 .aboutBox .photoList li {
		margin: 30px 0 0;
		width: auto;
		float: none;
	}
	#main .sec04 .aboutBox .photoList .pho {
		margin-bottom: 15px;
		text-align: center;
	}
	#main .sec04 .aboutBox .photoList .title {
		font-size: 1.8rem;
	}
	#main .sec04 .aboutBox .photoList p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .sec05 {
		padding: 80px 0;
	}
	#main .sec05 .qaList dt {
		font-size: 2rem;
	}
	#main .sec05 .qaList dd {
		margin-bottom: 15px;
		padding: 2px 0 15px 2.5em;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .sec05 .qaList dd .ttl {
		font-size: 1.6rem;
	}
	#main .sec06 {
		padding: 40px 0;
	}
	#main .sec06 .text {
    font-size: 1.5rem;
    letter-spacing: 0;
		/*font-size: 1.2rem;*/
	}
	#main .sec06 .tel a {
		padding: 10px 30px 10px 55px;
		display: inline-block;
		vertical-align: top;
		font-size: 3rem;
		letter-spacing: 0.01em;
		border: 1px solid #00B73E;
		border-radius: 50px;
		background-position: left 20px center;
		background-size: 20px auto;
	}
	#main .sec06 .tel .sml {
		margin-top: 10px;
		font-size: 1.2rem;
	}
}