@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 3.6rem 2rem 5.4rem;
	position: relative;
	z-index: 1;
	background-color: #036234;
}
.mainVisual .innerBox {
	margin: 0 auto;
	max-width: 108rem;
	position: relative;
	z-index: 1;
}
.mainVisual .textBox {
	position: relative;
	z-index: 1;
	width: 71.5rem;
}
.mainVisual .textBox::before {
	width: 20.3rem;
	height: 22.9rem;
	position: absolute;
	z-index: -1;
	top: -0.3rem;
	right: 0;
	content: "";
	background: url(../img/index/main_img02.png) no-repeat left top / 100%;
}
.mainVisual .textBox::after {
	width: 17.6rem;
	height: 26.6rem;
	position: absolute;
	z-index: -1;
	bottom: -3.4rem;
	left: -16.9rem;
	content: "";
	background: url(../img/index/main_img03.png) no-repeat left top / 100%;
}
.mainVisual .textBox .title {
	margin-bottom: 3.5rem;
	color: #FFF125;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}
.mainVisual .textBox .title .big {
	display: block;
	font-size: 4rem;
	font-weight: 700;
}
.mainVisual .textBox .title .num {
	font-size: 8rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: -0.2rem;
}
.mainVisual .textBox .title .white {
	color: #fff;
	font-size: 5rem;
}
.mainVisual .textBox .text {
	margin-bottom: 4rem;
	color: #036234;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.73;
}
.mainVisual .textBox .text .line {
	padding: 0 1.6rem 0.4rem;
	background: -webkit-linear-gradient(#fff,#fff) repeat-x left bottom  / 100% 6.1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.mainVisual .pho {
	width: 52.8rem;
	position: absolute;
	z-index: 1;
	top: -3.5rem;
	right: -16.3rem;
}
#main .service {
	padding: 11.8rem 0 16.9rem;
	background-color: #F0F9F2;
}
#main .service h2 {
	margin: 0 auto 5.4rem;
	width: fit-content;
	position: relative;
	color: #036234;
	text-align: center;
	font-size: 3rem;
	line-height: 1.46;
}
#main .service h2 img {
	width: 11.3rem;
	position: absolute;
	z-index: 2;
	top: -5.8rem;
	left: -13.1rem;
}
#main .service .serviceBox {
	padding: 6.2rem 5.4rem 6.2rem 6.4rem;
	position: relative;
	border-radius: 2.3rem;
	background-color: #036234;
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
#main .service .serviceBox .img {
	width: 15.3rem;
	position: absolute;
	z-index: 1;
	bottom: -6.9rem;
	left: 8.8rem;
}
#main .service .serviceBox .txtBox {
	margin-top: 1.3rem;
	width: calc(100% - 50rem);
}
#main .service .serviceBox .txtBox .title {
	margin-bottom: 3.5rem;
	color: #FFF125;
	font-size: 2.8rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.14rem;
	line-height: 1.55;
}
#main .service .serviceBox .txtBox .text {
	color: #fff;
	line-height: 1.8;
}
#main .service .serviceBox .phoBox {
	width: 39.5rem;
}
#main .case {
	padding: 9.4rem 0 10rem;
}
#main .case .caseList {
	margin: 0 auto 4rem;
	width: fit-content;
	border-radius: 0.8rem;
	border: 0.2rem solid #036234;
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.20);
}
#main .case .caseList:last-of-type {
	margin-bottom: 0;
}
#main .case .caseList li {
	padding: 2.5rem 2.2rem 2.1rem 1rem;
	width: 26.9rem;
	text-align: center;
	border-right: 0.2rem solid #036234;
}
#main .case .caseList li:last-child {
	border-right: 0;
}
#main .case .caseList .pho {
	margin: 0 auto 2.6rem;
	width: 6.8rem;
}
#main .case .caseList .ttl {
	margin-bottom: 0.6rem;
	color: #036234;
}
#main .case .caseList .txt {
	color: #545454;
	font-size: 1.5rem;
	line-height: 1.55;
}
#main .reason {
	padding: 7.4rem 0 8rem;
	background-color: #E7F6F1;
}
#main .reason .headLine01 {
	margin-bottom: 6.7rem;
}
#main .reason .imgBox {
	padding: 2.8rem 0;
	margin-bottom: 9.2rem;
	width: calc(50% + 54rem);
	background-color: #fff;
	border-radius: 0 0.8rem 0.8rem 0;
}
#main .reason .imgBox:nth-of-type(2n) {
	margin-left: auto;
	border-radius: 0.8rem 0 0 0.8rem;
}
#main .reason .imgBox:last-of-type {
	margin-bottom: 0 !important;
}
#main .reason .imgBox .sub {
	max-width: 108rem;
	position: relative;
	align-items: center;
}
#main .reason .imgBox:nth-of-type(2n-1) .sub {
	margin-left: auto;
	flex-direction: row-reverse;
}
#main .reason .imgBox h3 {
	position: absolute;
	z-index: 1;
	top: -9rem;
	left: 0;
	color: #036234;
	font-size: 4rem;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}
#main .reason .imgBox h3 .num {
	font-size: 10rem;
	font-weight: 500;
}
#main .reason .imgBox .pho {
	margin-right: 11.2%;
	width: fit-content;
}
#main .reason .imgBox .textBox {
	margin: 2.1rem 0 0 4.6rem;
	width: calc(100% - 56rem);
}
#main .reason .imgBox .textBox .ttl {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .reason .imgBox .textBox .txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .reason .imgBox:nth-of-type(2n) {
	padding: 2rem 0;
}
#main .reason .imgBox:nth-of-type(2n) h3 {
	top: -8.5rem;
	left: auto;
	right: 10.5rem;
}
#main .reason .imgBox:nth-of-type(2n) .pho {
	margin: 0 0 0 5.2%;
}
#main .reason .imgBox:nth-of-type(2n) .textBox {
	margin: 1.5rem 0 0 0;
	width: calc(100% - 39.5rem);
}
#main .reason .imgBox01 {
	padding: 2.3rem 0 2.5rem;
}
#main .reason .imgBox01 h3 {
	top: -8.5rem;
}
#main .reason .imgBox01 .pho {
	margin-right: 9.3%;
}
#main .reason .imgBox02 {
	padding: 1rem 0 !important;
}
#main .reason .imgBox02 h3 {
	top: -7.7rem !important;
}
#main .reason .imgBox02 .pho {
	margin-left: 4.3% !important;
}
#main .reason .imgBox03 {
	padding: 1.7rem 0;
}
#main .reason .imgBox03 h3 {
	top: -8rem;
}
#main .reason .imgBox03 .pho {
	margin-right: 5.5%;
}
#main .reason .imgBox04 .pho {
	margin-left: 3.2% !important;
}
#main .reason .imgBox04 .textBox {
	margin-top: 0 !important;
}
#main .voice {
	padding: 9.4rem 0 10rem;
}
#main .voice .voiceList {
	margin-top: -4rem;
}
#main .voice .voiceList li {
	margin-top: 4rem;
	padding: 2rem 2rem 2.3rem 1.8rem;
	width: 48.15%;
	border: 0.4rem solid #036234;
	border-radius: 0.8rem;
}
#main .voice .voiceList .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .voice .voiceList .pho {
	width: 12.4rem;
}
#main .voice .voiceList .textBox {
	margin-top: 1.4rem;
	width: calc(100% - 13.8rem);
}
#main .voice .voiceList .intro {
	margin: 0 0 1.3rem 0.2rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}
#main .voice .voiceList .intro .tag {
	margin-right: 1.9rem;
	padding: 0.5rem 0;
	min-width: 12.4rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	background-color: #036234;
	border-radius: 0.4rem;
}
#main .voice .voiceList .text {
	min-height: 9.2rem;
	padding: 0.9rem 1.6rem 1.1rem;
	position: relative;
	z-index: 1;
	background-color: #F0F0F0;
	border-radius: 0.8rem;
}
#main .voice .voiceList .text::after {
	width: 1.6rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1.3rem;
	content: "";
	background: url(../img/common/icon02.png) no-repeat left top / 100%;
}
#main .security {
	padding: 7.5rem 0 9.5rem;
	background-color: #F0F9F2;
}
#main .security .headLine01 {
	margin-bottom: 7.2rem;
	position: relative;
	z-index: 1;
}
#main .security .headLine01::after {
	width: 6.9rem;
	height: 20rem;
	position: absolute;
	top: -5.1rem;
	right: 12.6rem;
	content: "";
	background: url(../img/index/security_img01.png) no-repeat left top / 100%;
}
#main .security .securityList {
	margin-top: -2.3rem;
}
#main .security .securityList li {
	padding-right: 2.5rem;
	margin: 2.3rem 0 0 0;
	width: 25%;
}
#main .security .securityList li:nth-child(4n) {
	margin-right: 0;
}
#main .security .securityList .pho {
	margin: 0 auto 2.5rem;
	width: 18.3rem;
}
#main .security .securityList .textBox {
	text-align: center;
}
#main .security .securityList .textBox .ttl {
	margin-bottom: 1.8rem;
	min-height: 5.4rem;
	color: #036234;
	font-weight: 700;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .faq {
	padding: 9.5rem 0 9.2rem;
}
#main .faq .content {
	position: relative;
	z-index: 1;
}
#main .faq .content::after {
	width: 25.1rem;
	height: 25rem;
	position: absolute;
	z-index: 1;
	bottom: -6.2rem;
	left: -13rem;
	content: "";
	background: url(../img/index/faq_img01.png) no-repeat left top / 100%;
}
#main .faq dl {
	margin: 0 auto 1.6rem;
	max-width: 88.3rem;
	background-color: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 1.6rem;
}
#main .faq dl:last-of-type {
	margin-bottom: 0;
}
#main .faq dt {
	padding: 3.1rem 7rem 3.2rem 8rem;
	position: relative;
	color: #036234;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/faq_img01.png) no-repeat right 3.2rem center / 3rem;
	cursor: pointer;
}
#main .faq dt.on {
	background-image: url(../img/common/faq_img02.png);
}
#main .faq dl.green {
	border-color: #036234;
	background-color: #F0F9F2;
}
#main .faq dt::after,
#main .faq dd::after {
	position: absolute;
	z-index: 1;
	top: 1.7rem;
	left: 3rem;
	display: inline-block;
	color: #036234;
	font-size: 4rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	content: "Q.";
}
#main .faq dd {
	padding: 0 7rem 2.4rem 8rem;
	display: none;
	position: relative;
	color: #545454;
	line-height: 1.8;
}
#main .faq dd::after {
	top: -1.3rem;
	color: #545454;
	content: "A.";
}
#main .price {
	padding: 7.5rem 0 9.5rem;
	position: relative;
	z-index: 1;
	background-color: #E7F6F1;
}
#main .price .headLine01 {
	margin-bottom: 2.7rem;
}
#main .price .headLine01 .txt {
	margin-top: 2.4rem;
	line-height: 1.5;
}
#main .price .subLine {
	margin-bottom: 8.9rem;
	text-align: center;
}
#main .price .subLine span {
	padding: 0 1rem 0.2rem;
	color: #036234;
	font-size: 2.4rem;
	font-weight: 700;
	background: -webkit-linear-gradient(#FFF125,#FFF125) repeat-x left bottom  / 100% 1.2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .price .priceList {
	margin: 0 auto;
	max-width: 67.3rem;
}
#main .price .priceList > li {
	position: relative;
	width: 47.6%;
	height: 100%;
}
#main .price .priceList .img {
	position: absolute;
	top: -8.3rem;
	left: -5rem;
	z-index: 1;
}
#main .price .priceList .sub {
	margin-bottom: 1.8rem;
	background-color: #FF8000;
	border-radius: 0.8rem;
	border: 0.4rem solid #FF8000;
	box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.25);
}
#main .price .priceList .notes {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
	color: #545454;
	font-size: 1.4rem;
}
#main .price .priceList h3 {
	padding: 0.8rem 0.5rem 1.4rem;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
#main .price .priceList .txtList {
	border-radius: 0 0 0.4rem 0.4rem;
	background-color: #fff;
}
#main .price .priceList .txtList li {
	padding: 2.5rem 3rem;
	display: flex;
	border-bottom: 1px solid #DFDFDF;
}
#main .price .priceList .txtList li:last-child {
	padding-bottom: 1.2rem;
	border-bottom: 0;
}
#main .price .priceList .txtList .ttl {
	width: 7.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .price .priceList .green .sub {
	background-color: #036234;
	border-color: #036234;
}
#main .price .priceList .txtList .txt {
	flex: 1;
	font-size: 2rem;
	font-weight: 700;
	text-align: right;
	color: #FF8000;
}
#main .price .priceList .txtList .txt .big {
	font-size: 2.6rem;
}
#main .price .priceList .txtList .txt .num {
	font-family: "Oswald", sans-serif;
	font-size: 4.3rem;
	font-weight: 450;
	line-height: 0.5;
	letter-spacing: 0.05em;
}
#main .price .priceList .green .txtList .txt {
	color: #036234;
}
#main .price .priceList .green .txtList .black {
	color: #000E1A
}
#main .flow {
	padding: 9.4rem 0 10rem;
}
#main .flow .content {
	position: relative;
	z-index: 1;
}
#main .flow .headLine01 {
	margin-bottom: 3.8rem;
}
#main .flow .content::after {
	width: 28.5rem;
	height: 25.1rem;
	position: absolute;
	z-index: 1;
	top: -20.4rem;
	right: -7rem;
	content: "";
	background: url(../img/index/flow_img05.png) no-repeat left top / 100%;
}
#main .flow .flowList {
	margin: -2rem 0 4.6rem;
}
#main .flow .flowList li {
	margin: 2rem calc(11.2% / 3) 0 0;
	width: 22.2%;
	border: 0.2rem solid #036234;
	border-radius: 0.8rem;
}
#main .flow .flowList li:nth-child(4n) {
	margin-right: 0;
}
#main .flow .flowList h3 {
	padding: 1.1rem 0.5rem 1.3rem;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	background-color: #036234;
}
#main .flow .flowList .imgBox {
	padding: 3.2rem 0.5rem 1.8rem;
}
#main .flow .flowList .pho {
	margin-bottom: 2.5rem;
	text-align: center;
}
#main .flow .flowList .imgBox p {
	text-align: center;
}
#main .flow .subText {
	padding: 1.8rem 1rem 2.4rem;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	background-color: #036234;
	border-radius: 0.8rem;
}
#main .flow .subText .yellow {
	color: #FFF125;
}
#main .flow .subText .num {
	font-size: 5rem;
}
#main .contact {
	padding: 9.4rem 0 10.4rem;
	position: relative;
	z-index: 2;
	background-color: #E7F6F1;
}
#main .contact .content {
	max-width: 91.2rem;
}
#main .contact .errorMsg {
	margin-bottom: 3rem;
	color: #ff0000;
}
#main .contact table {
	margin-bottom: 3.4rem;
	width: 100%;
	border-collapse: collapse;
}
#main .contact th,
#main .contact td {
	padding-bottom: 4rem;
	text-align: left;
	font-size: 1.8rem;
	vertical-align: top;
	word-break: break-all;
}
#main .contact th {
	padding: 1.6rem 1rem 2rem 0;
	width: 31.8%;
	font-weight: 700;
}
#main .contact tr:last-of-type th,
#main .contact tr:last-of-type td {
	padding-bottom: 0;
}
#main .contact .mailForm .must {
	margin-right: 1.6rem;
	display: inline-block;
	padding: 0.2rem 0.8rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #036234;
	border-radius: 0.4rem;
}
#main .contact .mailForm .any {
	background-color: #545454;
}
#main .contact .mailForm table input[type="text"],
#main .contact .mailForm table input[type="email"], 
#main .contact .mailForm table input[type="tel"],
#main .contact .mailForm table select, 
#main .contact .mailForm table textarea {
	padding: 1rem 1.6rem;
	width: 100%;
	height: 6rem;
	color: #000E1A;
	font-size: 1.8rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #DFDFDF;
	box-sizing: border-box;
	box-shadow: none;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#main .contact .mailForm table textarea {
	height: 20rem;
	resize: vertical;
}
#main .contact .mailForm table input::placeholder {
	color: #B9B9B9;
}
#main .contact .mailForm .priveBox {
	margin-bottom: 4rem;
	padding: 1.6rem 2.3rem;
	height: 18rem;
	border: 1px solid #545454;
	border-radius: 0.4rem;
	background-color: #fff;
	overflow-y: scroll;
}
#main .contact .mailForm .priveBox h3 {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .contact .mailForm .priveBox a:hover {
	opacity: 0.7;
}
#main .contact .mailForm .agreeText {
	margin-bottom: 4rem;
	text-align: center;
}
#main .contact input[type="checkbox"] {
	display: none;
}
#main .contact .agreeText label {
	cursor: pointer;
}
#main .contact input[type="checkbox"] + span {
	padding-left: 4rem;
	display: inline-block;
	background: url(../img/common/check_img01.png) no-repeat left center / 2.3rem;
}
#main .contact input[type="checkbox"]:checked + span {
	background-image: url(../img/common/check_img02.png);
}
#main .contact .mailForm .agreeText .txt {
	color: #545454;
}
#main .back a,
#main .contact .mailForm .submit input {
	width: 32.5rem;
	padding: 2.1rem 1rem 2.4rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	background-color: #036234;
	border-radius: 10rem;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: .3s;
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
#main .contact .mailForm .submit li {
	margin: 0 1rem;
}
#main .contact #confirmForm td {
	padding: 1.6rem 1rem 2rem 0;
}
#main .back a {
	margin: 0 auto;
}
#main .company {
	padding: 9.3rem 0 9.7rem;
}
#main .company .content {
	max-width: 91rem;
}
#main .company table {
	margin-bottom: 8.1rem;
	width: 100%;
	border-collapse: collapse;
}
#main .company th,
#main .company td {
	padding: 3rem 1.5rem 3rem;
	line-height: 1.8;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	border-top: 1px solid #DFDFDF;
}
#main .company tr:last-child th,
#main .company tr:last-child td {
	border-bottom: 1px solid #DFDFDF;
}
#main .company th {
	width: 22.8%;
	font-size: 1.8rem;
	font-weight: 500;
}
#main .company td p:not(:last-child) {
	margin-bottom: 3rem;
}
#main .company td a:hover {
	opacity: 0.7;
}
#main .company h3 {
	margin-bottom: 4.1rem;
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#main .company .area {
	max-width: 78rem;
	margin: 0 auto;
}
#main .company .area .txtBox {
	width: 37rem;
}
#main .company .area .txtBox p {
	margin-bottom: 3rem;
	line-height: 1.8;
}
#main .company .area .txtBox p:last-child {
	margin-bottom: 0;
}
#main .company .area .phoBox {
	margin-top: 0.4rem;
	width: 33.4rem;
}
#main .method {
	padding: 4.3rem 0 4.9rem;
	text-align: center;
	border-top: 1px solid #DFDFDF;
}
#main .method h2 {
	margin-bottom: 3.8rem;
	color: #036234;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
}
#main .method p {
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	#main .back a:hover,
	#main .contact .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1410px) {
	.mainVisual .textBox {
		width: 62rem;
	}
	.mainVisual .textBox::after {
		width: 13.6rem;
		height: 21.6rem;
		left: -9.9rem;
	}
	.mainVisual .textBox .text {
		font-size: 3.5rem;
	}
	.mainVisual .pho {
		right: -8rem;
	}
	#main .faq .content::after {
		left: -10rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 2.6rem 1rem 4rem;
		overflow: hidden;
	}
	.mainVisual .innerBox {
		max-width: 100%;
		display: block;
	}
	.mainVisual .textBox {
		margin: 0 auto;
		width: auto;
	}
	.mainVisual .textBox::before {
		width: 15.6rem;
		height: 17.5rem;
		top: 4.4rem;
		right: -11.5rem;
	}
	.mainVisual .textBox::after {
		width: 15.5rem;
		height: 13.4rem;
		bottom: -4rem;
		left: -1.9rem;
	}
	.mainVisual .textBox .title {
		margin-bottom: 2.3rem;
		text-align: center;
		line-height: 1.45;
	}
	.mainVisual .textBox .title .big {
		font-size: 3rem;
		line-height: 1.17;
	}
	.mainVisual .textBox .title .num {
		font-size: 6rem;
	}
	.mainVisual .textBox .title .white {
		font-size: 3rem;
	}
	.mainVisual .textBox .text {
		margin-bottom: 5.3rem;
		text-align: center;
		font-size: 2rem;
		line-height: 1.93;
	}
	.mainVisual .textBox .text .line {
		padding: 0 0.5rem 0.2rem;
		background-size: 100% 3.3rem;
	}
	#main .service {
		padding: 7.6rem 0 5.6rem;
	}
	#main .service h2 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .service h2 img {
		width: 9.7rem;
		top: -9.9rem;
		left: -2rem;
	}
	#main .service .serviceBox {
		padding: 2.5rem 2.4rem 2.1rem;
		display: block;
		border-radius: 0.8rem;
	}
	#main .service .serviceBox .txtBox {
		margin: 0 0 2.6rem;
		width: auto;
	}
	#main .service .serviceBox .txtBox .title {
		margin-bottom: 1.7rem;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.55;
	}
	#main .service .serviceBox .txtBox .text {
		text-align: center;
		line-height: 1.8;
	}
	#main .service .serviceBox .phoBox {
		margin: 0 auto;
		width: 21.8rem;
	}
	#main .case {
		padding: 5rem 0 5.6rem;
	}
	#main .case .headLine01 {
		margin-bottom: 3.4rem;
	}
	#main .case .caseBox {
		border-radius: 0.8rem;
	}
	#main .case .caseList {
		margin: 0;
		width: auto;
		justify-content: space-between;
		border-radius: 0;
		border: 0;
		box-shadow: none;
	}
	#main .case .caseList li {
		padding: 1.3rem 0.5rem 2.1rem;
		width: 50%;
		border-bottom: 0.2rem solid #036234;
		border-right: 0.2rem solid #036234 !important;
	}
	#main .case .caseList li:nth-child(2n-1) {
		border-left: 0.2rem solid #036234 !important;
	}
	#main .case .caseList:first-of-type li:nth-child(1) {
		border-top: 0.2rem solid #036234;
		border-top-left-radius: 0.8rem;
	}
	#main .case .caseList:first-of-type li:nth-child(2) {
		border-top: 0.2rem solid #036234;
		border-top-right-radius: 0.8rem;
	}
	#main .case .caseList:last-of-type .li01 {
		border-bottom-left-radius: 0.8rem;
	}
	#main .case .caseList .pho {
		margin-bottom: 1.9rem;
		width: auto;
		text-align: center;
	}
	#main .case .caseList .ttl {
		margin-bottom: 0.9rem;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	#main .case .caseList .txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .reason {
		padding: 5.1rem 0 5.6rem;
	}
	#main .reason .headLine01 {
		margin-bottom: 8.2rem;
	}
	#main .reason .imgBox {
		padding: 6.6rem 1.6rem 1.8rem !important;
		margin: 0 1.6rem 7.3rem 0;
		width: auto;
	}
	#main .reason .imgBox:last-of-type {
		margin-bottom: 0;
	}
	#main .reason .imgBox .sub {
		display: block;
		max-width: 100%;
	}
	#main .reason .imgBox:nth-of-type(2n-1) .sub {
		margin-left: 0;
	}
	#main .reason .imgBox h3 {
		top: -10.6rem !important;
		font-size: 3rem;
	}
	#main .reason .imgBox h3 .num {
		font-size: 6rem;
	}
	#main .reason .imgBox .pho {
		margin: 0 auto 4.7rem;
		width: fit-content;
	}
	#main .reason .imgBox .pho img {
		width: 19.4rem;
	}
	#main .reason .imgBox .textBox {
		margin: 0 !important;
		width: auto !important;
	}
	#main .reason .imgBox .textBox .ttl {
		margin-bottom: 1.6rem;
		text-align: center;
		font-size: 1.8rem;
	}
	#main .reason .imgBox .textBox .txt {
		font-size: 1.6rem;
	}
	#main .reason .imgBox:nth-of-type(2n) {
		margin: 0 0 7.3rem 1.6rem;
		padding: 5.5rem 1.6rem 1.8rem !important;
		border-radius: 0.8rem 0 0 0.8rem;
	}
	#main .reason .imgBox:nth-of-type(2n) h3 {
		top: -9.5rem !important;
		right: 0;
	}
	#main .reason .imgBox:nth-of-type(2n) .pho {
		margin: 0 auto 3.8rem;
	}
	#main .reason .imgBox01 h3 {
		top: -8.5rem;
	}
	#main .reason .imgBox01 .pho img {
		width: 21.7rem;
	}
	#main .reason .imgBox02 .pho {
		margin: 0 auto 2.3rem !important;
	}
	#main .reason .imgBox02 .pho img {
		width: 19rem;
	}
	#main .reason .imgBox03 {
		padding-top: 7.8rem !important;
	}
	#main .reason .imgBox03 h3 {
		top: -11.8rem !important;
	}
	#main .reason .imgBox03 .pho {
		margin: 0 auto 3rem !important;
	}
	#main .reason .imgBox03 .pho img {
		width: 24.4rem;
	}
	#main .reason .imgBox04 .pho {
		margin: 0 auto 2.2rem !important;
	}
	#main .reason .imgBox04 .pho img  {
		width: 20.8rem;
	}
	#main .reason .imgBox04 .textBox {
		margin-top: 0 !important;
	}
	#main .voice {
		padding: 5rem 0 5.6rem;
	}
	#main .voice .voiceList {
		margin-top: 0;
		display: block;
	}
	#main .voice .voiceList li {
		margin: 0 0 1.6rem;
		padding: 1rem 1rem 1.1rem;
		width: auto;
	}
	#main .voice .voiceList li:last-child {
		margin-bottom: 0;
	}
	#main .voice .voiceList .imgBox {
		margin-bottom: 1rem;
	}
	#main .voice .voiceList .pho {
		width: 8.4rem;
	}
	#main .voice .voiceList .textBox {
		margin-top: 1.4rem;
		width: calc(100% - 10.8rem);
	}
	#main .voice .voiceList .intro {
		margin: -1px 0 2rem;
		font-size: 1.4rem;
		display: block;
		align-items: center;
	}
	#main .voice .voiceList .intro .tag {
		margin: 0 0 1.3rem;
		padding: 0.5rem 0;
		min-width: 12.4rem;
		width: fit-content;
		display: block;
		color: #fff;
		text-align: center;
		font-size: 1.3rem;
		background-color: #036234;
		border-radius: 0.4rem;
	}
	#main .voice .voiceList .text {
		margin: 0 0.2rem;
		min-height: 8.4rem;
		padding: 0.9rem 1.5rem 1.1rem;
		text-align: justify;
	}
	#main .voice .voiceList .text::after {
		top: -0.9rem;
		left: 3.4rem;
		transform: rotate(90deg);
	}
	#main .security {
		padding: 5.1rem 0;
	}
	#main .security .headLine01 {
		margin-bottom: 4.8rem;
	}
	#main .security .headLine01::after {
		display: none;
	}
	#main .security .securityList {
		justify-content: space-between;
	}
	#main .security .securityList li {
		padding-right: 0;
		width: 47%;
	}
	#main .security .securityList .pho {
		margin-bottom: 3.3rem;
		width: 14rem;
	}
	#main .security .securityList .textBox .ttl {
		margin-bottom: 2.9rem;
		min-height: fit-content;
		font-size: 1.6rem;
		display: block;
	}
	#main .faq {
		padding: 5.1rem 0 5.6rem;
	}
	#main .faq .content::after {
		display: none;
	}
	#main .faq dl {
		max-width: 100%;
		border-radius: 0.8rem;
		border-color: #036234;
	}
	#main .faq dt {
		padding: 0.8rem 7rem 1rem 4.5rem;
		font-size: 1.6rem;
		background-image: url(../img/common/faq_img01_sp.png);
		background-size: 2rem auto;
		background-position: right 1.5rem center;
	}
	#main .faq dt.on {
		background-image: url(../img/common/faq_img02_sp.png);
	}
	#main .faq dt::after,
	#main .faq dd::after {
		top: 0.7rem;
		left: 1.5rem;
		font-size: 2rem;
	}
	#main .faq dd {
		padding: 0 1rem 0.7rem 4.5rem;
	}
	#main .faq dd::after {
		top: -0.3rem;
	}
	#main .price {
		padding: 5.1rem 0 5.2rem;
	}
	#main .price .headLine01 {
		margin-bottom: 2rem;
	}
	#main .price .headLine01 .txt {
		margin-top: 2.4rem;
		line-height: 1.8;
	}
	#main .price .subLine {
		margin-bottom: 8.7rem;
	}
	#main .price .subLine span {
		padding: 0 0.1rem 0.2rem;
		font-size: 2rem;
	}
	#main .price .priceList {
		margin: 0 1rem;
		max-width: 100%;
		display: block;
	}
	#main .price .priceList > li {
		margin-bottom: 3.4rem;
		width: auto;
	}
	#main .price .priceList > li:last-child {
		margin-bottom: 0;
	}
	#main .price .priceList .img {
		top: -5.2rem;
		left: -2rem;
	}
	#main .price .priceList h3 {
		padding: 1.2rem 0.5rem 1.8rem;
		font-size: 1.8rem;
	}
	#main .price .priceList .txtList li {
		padding: 0.9rem 3.2rem 1.5rem;
		align-items: center;
	}
	#main .price .priceList .txtList .ttl {
		width: 7rem;
		font-size: 1.6rem;
	}
	#main .price .priceList .txtList .txt .big {
		font-size: 2rem;
	}
	#main .price .priceList .txtList .txt .num {
		font-size: 3.6rem;
		vertical-align: -0.3rem;
		line-height: 0.9;
	}
	#main .flow {
		padding: 5.1rem 0 5.6rem;
	}
	#main .flow .headLine01 {
		margin-bottom: 4.9rem;
	}
	#main .flow .content::after {
		display: none;
	}
	#main .flow .flowList {
		margin: 0 0 4rem;
		display: block;
	}
	#main .flow .flowList li {
		margin: 0 auto 1.6rem !important;
		width: 70%;
	}
	#main .flow .flowList li:last-child {
		margin-bottom: 0 !important;
	}
	#main .flow .flowList .imgBox p {
		font-size: 1.6rem;
	}
	#main .flow .subText {
		padding: 1rem 1rem 1.7rem;
		font-size: 2.2rem;
		line-height: 1.38;
	}
	#main .flow .subText .white {
		font-size: 2.6rem;
	}
	#main .flow .subText .sml {
		font-size: 2.2rem;
	}
	#main .flow .subText .yellow {
		font-size: 2.6rem;
	}
	#main .flow .subText .num {
		font-size: 4rem;
	}
	#main .contact {
		padding: 5.1rem 0 5.7rem;
	}
	#main .contact .content {
		max-width: 100%;
	}
	#main .contact .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .contact table {
		margin-bottom: 1.9rem;
	}
	#main .contact th,
	#main .contact td {
		padding-bottom: 0.6rem;
		width: 100% !important;
		display: block;
		font-size: 1.6rem;
	}
	#main .contact th {
		padding-bottom: 1.7rem !important;
	}
	#main .contact .mailForm .must {
		padding: 0.4rem 0.8rem;
		font-size: 1rem;
		vertical-align: 0.2rem;
	}
	#main .contact .mailForm table input[type="text"],
	#main .contact .mailForm table input[type="email"], 
	#main .contact .mailForm table input[type="tel"],
	#main .contact .mailForm table select, 
	#main .contact .mailForm table textarea {
		padding: 1rem 1.6rem;
		font-size: 1.6rem;
	}
	#main .contact .mailForm table textarea {
		height: 10rem;
	}
	#main .contact .mailForm .priveBox {
		margin-bottom: 3rem;
		height: 10rem;
	}
	#main .contact .mailForm .priveBox h3 {
		font-size: 1.4rem;
		font-weight: 500;
	}
	#main .contact .mailForm .agreeText {
		margin-bottom: 4rem;
		text-align: left;
	}
	#main .contact .mailForm .agreeText .must {
		margin-right: 0.8rem;
	}
	#main .contact input[type="checkbox"] + span {
		padding: 0.2rem 0 0.2rem 3rem;
	}
	#main .contact .mailForm .submit {
		display: block;
	}
	#main .contact .mailForm .submit li {
		margin: 0 auto 1rem;
		width: fit-content;
	}
	#main .contact .mailForm .submit li:last-child {
		margin-bottom: 0;
	}
	#main .company {
		padding: 5rem 0 5.6rem;
	}
	#main .company table {
		margin-bottom: 4.7rem;
	}
	#main .company th,
	#main .company td {
		padding: 0.5rem 1.6rem 1.8rem;
		width: 100% !important;
		display: block;
		line-height: 1.5;
	}
	#main .company td {
		border-top: none;
	}
	#main .company th {
		padding: 1.7rem 1.6rem 0;
		font-size: 1.6rem;
		border-bottom: none !important;
	}
	#main .company td p:not(:last-child) {
		margin-bottom: 2.1rem;
	}
	#main .company h3 {
		margin-bottom: 1.8rem;
		font-size: 1.8rem;
	}
	#main .company .area {
		max-width: inherit;
		display: block;
	}
	#main .company .area .txtBox {
		width: auto;
	}
	#main .company .area .txtBox p {
		margin-bottom: -0.1rem;
	}
	#main .company .area .phoBox {
		margin-top: 1.7rem;
		width: auto;
		text-align: center;
	}
	#main .company .area .phoBox img {
		width: 100%;
	}
	#main .method {
		padding: 1.5rem 0 1.7rem;
	}
	#main .method h2 {
		margin-bottom: 0.9rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#main .thanksBox {
	margin: 4rem 0;
}
#main .thanksBox .title {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2.5rem;
}
@media all and (max-width: 896px) {
	#main .thanksBox .title {
		font-size: 1.8rem;
	}
}