@charset "UTF-8";

body,html {
	margin: 0;
	padding: 0;
}

html {font-size: 62.5%;}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}






.header_logo {
	background-color: #FFF;
}

.header_logo > .in {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	max-width: 37.5rem;
    margin: 0 auto;
}
.header_logo .ph {
	display: flex;
	padding: 1rem 0;
	padding-left: 1.8rem;
}
.header_logo .ph > img {
	vertical-align: bottom;
}
.header_logo .header_message {
	font-size: 1.7rem;
	font-weight: 700;
	padding-right: 2.6rem;
}
.header_logo .header_message > span {
	font-size: 2.5rem;
}
@media screen and (max-width: 640px) {

	.header_logo > .in {
		max-width: none;
	}

	.header_logo .ph > img {
		width: 100%;
		height: auto;
		max-width: 10rem;
	}
	.header_logo .ph {
		padding: calc(10 * 100vw / 375) 0;
		padding-left: calc(18 * 100vw / 375);
	}
	.header_logo .header_message {
		font-size: calc(17 * 100vw / 375);
		padding-right: calc(26 * 100vw / 375);
	}
	.header_logo .header_message > span {
		font-size: calc(25 * 100vw / 375);
	}

}





.mod_main {
	background-color: #FFF4D2;
}

.mv_area > .in,
.sec_plan > .in,
.sec_step > .in {
	max-width: 37.5rem;
	margin: 0 auto;
}
.sec_secret > .in,
.sec_step > .in,
.sec_showroom > .in,
.sec_about > .in {
	max-width: 32.7rem;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.mv_area > .in,
	.sec_plan > .in,
	.sec_step > .in {
		max-width: none;
	}
	.sec_secret > .in,
	.sec_step > .in,
	.sec_showroom > .in,
	.sec_about > .in {
		max-width: none;
		padding: 0 2.4rem;
	}
}

.mv_area .ph > img,
.sec_plan .ph > img,
.sec_secret .ph > img,
.sec_step .ph > img,
.sec_showroom .ph > img,
.sec_about .ph > img {
	vertical-align: bottom;
}

@media screen and (max-width: 640px) {
	.mv_area .ph > img,
	.sec_plan .ph > img,
	.sec_secret .ph > img,
	.sec_step .ph > img,
	.sec_showroom .ph > img,
	.sec_about .ph > img {
		width: 100%;
		height: auto;
	}
}

.mv_area {
	position: relative;
	background-color: #F6AD3A;
}






.sec_flow {
	background-color: #F6AD3A;
	position: relative;
}

.sec_flow > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3.8rem 0 0;
}

.sec_flow .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_flow .step_box {
	background-color: #fff;
	padding: 3.3rem 0;
}

.sec_flow .step_box .details {
	border: 2px solid #ED6C00;
	background-color: #FFF5ED;
	max-width: 23.4rem;
	margin: 0 auto;
	border-radius: 0.5rem;
	padding: 1rem 0;
	text-align: center;
}

.sec_flow .step_box .details + .details {
	margin-top: 3.3rem;
}

.sec_flow .step_box .details .step {
	font-size: 1.5rem;
	font-weight: 900;
	color: #ED6C00;
	text-align: center;
}

.sec_flow .step_box .details .ph {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 1rem;
}

.sec_flow .step_box .details .ph > img {
	width: 100%;
}
.sec_flow .step_box .details:nth-child(1) .ph > img {
	max-width: 5.8rem;
}
.sec_flow .step_box .details:nth-child(2) .ph > img {
	max-width: 2.5rem;
}
.sec_flow .step_box .details:nth-child(3) .ph > img {
	max-width: 3.3rem;
}

.sec_flow .step_box .details .tit {
	font-size: 1.5rem;
	font-weight: 900;
	color: #ED6C00;
	text-align: center;
	margin-top: 1rem;
}

.sec_flow .step_box .details .free {
	font-size: 1.5rem;
	font-weight: 900;
	color: #FFF;
	display: inline-block;
	background-color: #E60012;
	text-align: center;
	padding: 0.2rem 1rem;
	margin-top: 0.7rem;
}

.sec_flow .step_box .details .text {
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-top: 1.3rem;
	line-height: 1.3;
}

.sec_flow .step_box .details .remarks {
	font-size: 0.8rem;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-top: 1.3rem;
	line-height: 1.3;
}

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

	.sec_flow > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_flow .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_flow .step_box {
		padding-top: calc(33 * 100vw / 375);
		padding-right: calc(35 * 100vw / 375);
		padding-bottom: calc(33 * 100vw / 375);
		padding-left: calc(35 * 100vw / 375);
	}

	.sec_flow .step_box .details {
		max-width: none;
		border-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_flow .step_box .details + .details {
		margin-top: calc(33 * 100vw / 375);
	}

	.sec_flow .step_box .details .step {
		font-size: calc(15 * 100vw / 375);
	}

	.sec_flow .step_box .details .ph {
		margin-top: calc(10 * 100vw / 375);
	}
	.sec_flow .step_box .details:nth-child(1) .ph > img {
		max-width: calc(58 * 100vw / 375);
	}
	.sec_flow .step_box .details:nth-child(2) .ph > img {
		max-width: calc(25 * 100vw / 375);
	}
	.sec_flow .step_box .details:nth-child(3) .ph > img {
		max-width: calc(33 * 100vw / 375);
	}

	.sec_flow .step_box .details .tit {
		font-size: calc(15 * 100vw / 375);
		margin-top: calc(10 * 100vw / 375);
	}

	.sec_flow .step_box .details .free {
		font-size: calc(15 * 100vw / 375);
		padding: 0.2rem 1rem;
		padding-top: calc(2 * 100vw / 375);
		padding-right: calc(10 * 100vw / 375);
		padding-bottom: calc(2 * 100vw / 375);
		padding-left: calc(10 * 100vw / 375);
		margin-top: calc(7 * 100vw / 375);
	}

	.sec_flow .step_box .details .text {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(13 * 100vw / 375);
	}

	.sec_flow .step_box .details .remarks {
		font-size: calc(8 * 100vw / 375);
		margin-top: calc(13 * 100vw / 375);
	}
}







.sec_featured {
	background-color: #F6AD3A;
	position: relative;
}

.sec_featured > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_featured .ttl_box {
	position: relative;
}

.sec_featured .ttl_box::before {
	content: "";
	width: 1.7rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5rem;
	margin: auto;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
}

.sec_featured .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_featured .featured_box {
	background-color: #fff;
	padding: 3.7rem 0;
}

.sec_featured .featured_box .text_box .text {
	font-size: 1.65rem;
	font-weight: 500;
	text-align: center;
}

.sec_featured .featured_box .text_box .text .font_bd {
	position: relative;
	text-shadow: 
	1px 1px 0 #FFF,
	-1px 1px 0 #FFF,
	1px -1px 0 #FFF,
	-1px -1px 0 #FFF,
	1px 0 0 #FFF,
	-1px 0 0 #FFF,
	0 1px 0 #FFF,
	0 -1px 0 #FFF;
}
.sec_featured .featured_box .text_box .text .font_bd::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.6rem;
	background-color: #E60012;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.sec_featured .featured_box .text_box .text .font_bd > span {
	position: relative;
	z-index: 1;
}

.sec_featured .featured_box .details_area {
	margin-top: 3.8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.sec_featured .featured_box .details {
	border: 2px solid #ED6C00;
	background-color: #FFF5ED;
	margin: 0 auto;
	border-radius: 0.5rem;
	padding: 2rem 0;
	text-align: center;
}

.sec_featured .featured_box .details + .details {
	margin-top: 3rem;
}

.sec_featured .featured_box .details .ph {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.sec_featured .featured_box .details .ph > img {
	width: 100%;
	max-width: 22.3rem;
	vertical-align: bottom;
	height: auto;
}

.sec_featured .featured_box .details .ph:nth-child(1) > img {
	max-width: 21rem;
}

.sec_featured .featured_box .details dl {
	max-width: 21rem;
	width: 100%;
	margin: 0 auto;
}

.sec_featured .featured_box .details dt {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ED6C00;
	margin-top: 1rem;
	text-align: left;
}

.sec_featured .featured_box .details dd {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.5rem;
	text-align: left;
}

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

	.sec_featured > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_featured .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_featured .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_featured .featured_box {
		padding-top: calc(37 * 100vw / 375);
		padding-bottom: calc(33 * 100vw / 375);
	}

	.sec_featured .featured_box .text_box .text {
		font-size: calc(17 * 100vw / 375);
	}

	.sec_featured .featured_box .text_box .text .font_bd::before {
		height: calc(6 * 100vw / 375);
	}

	.sec_featured .featured_box .details_area {
		margin-top: calc(38 * 100vw / 375);
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(25 * 100vw / 375);
	}

	.sec_featured .featured_box .details {
		max-width: none;
		border-radius: calc(5 * 100vw / 375);
		padding-top: calc(20 * 100vw / 375);
		padding-bottom: calc(20 * 100vw / 375);
	}

	.sec_featured .featured_box .details .ph > img {
		max-width: calc(223 * 100vw / 375);
	}

	.sec_featured .featured_box .details .ph:nth-child(1) > img {
		max-width: calc(210 * 100vw / 375);
	}

	.sec_featured .featured_box .details + .details {
		margin-top: calc(30 * 100vw / 375);
	}

	.sec_featured .featured_box .details dl {
		max-width: calc(210 * 100vw / 375);
	}

	.sec_featured .featured_box .details dt {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(10 * 100vw / 375);
	}

	.sec_featured .featured_box .details dd {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(5 * 100vw / 375);
	}
	
}







.sec_recommendation {
	background-color: #F6AD3A;
	position: relative;
}

.sec_recommendation > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_recommendation .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_recommendation .recommendation_box {
	background-color: #fff;
	padding: 2.5rem 0;
}

.sec_recommendation .recommendation_box .details_area {
}

.sec_recommendation .recommendation_box .details {
	margin: 0 auto;
}

.sec_recommendation .recommendation_box .details + .details {
	margin-top: 2.5rem;
}

.sec_recommendation .recommendation_box .details .tit {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background-color: #5E4C3F;
	text-align: center;
	padding: 1rem 0;
	margin: 0 auto;
	max-width: 25rem;
	margin-left: 1.8rem;
}

.sec_recommendation .recommendation_box .details .ph {
	width: calc(100% - 1.8rem);
	display: inline-block;
	margin-left: 1.8rem;
	position: relative;
}

.sec_recommendation .recommendation_box .details .ph > img {
	width: 100%;
	max-width: 25rem;
	vertical-align: bottom;
	height: auto;
}

.sec_recommendation .recommendation_box .details .ph::before {
	content: "";
	position: absolute;
    right: 2rem;
    bottom: -3rem;
}

.sec_recommendation .recommendation_box .details:nth-child(1) .ph::before {
	width: 16.4rem;
	height: 12.3rem;
	background-image: url(../img/sec_recommendation_price01.svg);
	background-repeat: no-repeat;
}

.sec_recommendation .recommendation_box .details:nth-child(2) .ph::before {
	width: 20.3rem;
	height: 12.2rem;
	background-image: url(../img/sec_recommendation_price02.svg);
	background-repeat: no-repeat;
}

.sec_recommendation .recommendation_box .details dl {
	width: calc(100% - 1.8rem);
	margin-left: 1.8rem;
	position: relative;
	z-index: 10;
}

.sec_recommendation .recommendation_box .details dt {
	font-size: 1.2rem;
	font-weight: 700;
	color: #FFF;
	background-color: #599CEB;
	text-align: center;
	padding: 0.8rem 0;
	max-width: 25rem;
}

.sec_recommendation .recommendation_box .details dt + dt {
	margin-top: 1.3rem;
}

.sec_recommendation .recommendation_box .details dd {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 0.7rem;
	text-align: left;
	line-height: 1.67;
}

.sec_recommendation .recommendation_box .details .bana {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 2.7rem;
}

.sec_recommendation .recommendation_box .details .bana img {
	vertical-align: bottom;
}


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

	.sec_recommendation > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_recommendation .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_recommendation .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box {
		padding-top: calc(25 * 100vw / 375);
		padding-bottom: calc(25 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details_area {
	}

	.sec_recommendation .recommendation_box .details {
		max-width: none;
		border-radius: calc(5 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details + .details {
		margin-top: calc(30 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details .tit {
		font-size: calc(15 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
		width: calc(100% - calc(48 * 100vw / 375));
		margin-left: calc(18 * 100vw / 375);
		max-width: none;
	}

	.sec_recommendation .recommendation_box .details .ph {
		width: calc(100% - calc(48 * 100vw / 375));
		margin-left: calc(18 * 100vw / 375);
		margin-right: calc(30 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details .ph > img {
		max-width: calc(250 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details .ph::before {
		right: calc(-15 * 100vw / 375);
		bottom: calc(-25 * 100vw / 375);
		background-size: cover;
	}

	.sec_recommendation .recommendation_box .details:nth-child(1) .ph::before {
		width: calc(164 * 100vw / 375);
		height: calc(123 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details:nth-child(2) .ph::before {
		width: calc(203 * 100vw / 375);
		height: calc(122 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details dl {
		width: calc(100% - calc(48 * 100vw / 375));
		margin-left: calc(18 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details dt + dt {
		margin-top: calc(13 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details dt {
		font-size: calc(12 * 100vw / 375);
		padding-top: calc(8 * 100vw / 375);
		padding-bottom: calc(8 * 100vw / 375);
		max-width: calc(250 * 100vw / 375);
	}

	.sec_recommendation .recommendation_box .details dd {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(7 * 100vw / 375);
	}

	
	.sec_recommendation .recommendation_box .details .bana {
		margin-left: calc(12 * 100vw / 375);
		margin-right: calc(12 * 100vw / 375);
		width: calc(100% - (24 * 100vw / 375));
	}

	.sec_recommendation .recommendation_box .details .bana img {
		vertical-align: bottom;
		height: auto;
		width: 100%;
		margin-top: calc(27 * 100vw / 375);
	}
}







.sec_peripheral {
	background-color: #F6AD3A;
	position: relative;
}

.sec_peripheral > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3.8rem 0 0;
}

.sec_peripheral .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_peripheral .peripheral_box {
	background-color: #fff;
	padding: 2.4rem 0;
}

.sec_peripheral .peripheral_box .text_box .text {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ED6C00;
	text-align: center;
	line-height: 1.3;
}

.sec_peripheral .peripheral_box .details {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	justify-content: space-between;
	margin-top: 2.3rem;
}

.sec_peripheral .peripheral_box .details + .details {
}

.sec_peripheral .peripheral_box .details dl:nth-child(n+4) {
	margin-top: 1.1rem;
}

.sec_peripheral .peripheral_box .details dt {
}

.sec_peripheral .peripheral_box .details dd {
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-top: 0.6rem;
	line-height: 1.3;
}

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

	.sec_peripheral > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_peripheral .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box {
		padding-top: calc(24 * 100vw / 375);
		padding-bottom: calc(24 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box .text_box .text {
		font-size: calc(15 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box .details {
		padding-right: calc(13 * 100vw / 375);
		padding-left: calc(13 * 100vw / 375);
		margin-top: calc(23 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box .details dl:nth-child(n+4) {
		margin-top: calc(11 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box .details dt {
		max-width: calc(82 * 100vw / 375);
	}

	.sec_peripheral .peripheral_box .details dt img {
		width: 100%;
		height: auto;
	}

	.sec_peripheral .peripheral_box .details dd {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(6 * 100vw / 375);
	}

}







.sec_casestudy {
	background-color: #F6AD3A;
	position: relative;
}

.sec_casestudy > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_casestudy .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_casestudy .casestudy_box {
	background-color: #fff;
	padding: 2.5rem 1rem;
}

.sec_casestudy .casestudy_box .details_area {
}

.sec_casestudy .casestudy_box .details {
	margin: 0 auto;
}

.sec_casestudy .casestudy_box .details + .details {
	margin-top: 3rem;
}

.sec_casestudy .casestudy_box .details .tit {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background-color: #5E4C3F;
	text-align: center;
	padding: 1rem 0;
	margin: 0 auto;
}

.sec_casestudy .casestudy_box .details dl {
	width: 100%;
	position: relative;
	z-index: 10;
}

.sec_casestudy .casestudy_box .details dt {
	font-size: 1.3rem;
	font-weight: 700;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	padding: 0.5rem 0;
}

.sec_casestudy .casestudy_box .details dd {
	border: 1px solid #000;
	border-top: none;
	box-sizing: border-box;
	padding: 0.5rem 0;
}

.sec_casestudy .casestudy_box .details dd > ul li {
	font-size: 1.3rem;
	font-weight: 900;
	text-align: left;
	line-height: 1.69;
}

.sec_casestudy .casestudy_box .details .plice_box {
	display: flex;
}

.sec_casestudy .casestudy_box .details .plice_box dl:nth-child(1) {
	margin-right: 0.1rem;
}

.sec_casestudy .casestudy_box .details .plice_box dl:nth-child(2) {
	margin-left: 0.1rem;
}

.sec_casestudy .casestudy_box .details .plice_box dd {
	font-size: 1.7rem;
	font-weight: 900;
	text-align: center;
}

.sec_casestudy .casestudy_box .details .plice_box dd > span {
	font-size: 0.7rem;
	font-weight: 900;
}


.sec_casestudy .casestudy_box .details .ph {
	position: relative;
}

.sec_casestudy .casestudy_box .details .ph > img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

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

	.sec_casestudy > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_casestudy .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_casestudy .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box {
		padding-top: calc(20 * 100vw / 375);
		padding-right: calc(10 * 100vw / 375);
		padding-bottom: calc(20 * 100vw / 375);
		padding-left: calc(10 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details + .details {
		margin-top: calc(30 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details .tit {
		font-size: calc(15 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details dt {
		font-size: calc(13 * 100vw / 375);
		padding-top: calc(5 * 100vw / 375);
		padding-bottom: calc(5 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details dd {
		padding-top: calc(5 * 100vw / 375);
		padding-bottom: calc(5 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details dd > ul li {
		font-size: calc(13 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details .plice_box dl:nth-child(1) {
		margin-right: calc(1 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details .plice_box dl:nth-child(2) {
		margin-left: calc(1 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details .plice_box dd {
		font-size: calc(17 * 100vw / 375);
	}

	.sec_casestudy .casestudy_box .details .plice_box dd > span {
		font-size: calc(7 * 100vw / 375);
	}
}







.sec_selected {
	background-color: #F6AD3A;
	position: relative;
}

.sec_selected > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_selected .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
	line-height: 1.3;
}

.sec_selected .ph_box {
	background-color: #fff;
	text-align: center;
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	padding-top: 1.5rem;
	padding-bottom: 2.5rem;
	box-sizing: border-box;
}

.sec_selected .ph_box .ph {
	position: relative;
}

.sec_selected .ph_box .ph > img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

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

	.sec_selected > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_selected .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_selected .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_selected .ph_box {
		padding-top: calc(15 * 100vw / 375);
		padding-right: calc(23 * 100vw / 375);
		padding-bottom: calc(25 * 100vw / 375);
		padding-left: calc(23 * 100vw / 375);
	}

}







.sec_nikka_towa {
	background-color: #F6AD3A;
	position: relative;
}

.sec_nikka_towa > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_nikka_towa .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
	line-height: 1.3;
}

.sec_nikka_towa .ph_box {
	background-color: #fff;
	text-align: center;
	padding-top: 2.8rem;
	padding-right: 2.6rem;
	padding-bottom: 2rem;
	padding-left: 2.6rem;
	box-sizing: border-box;
}

.sec_nikka_towa .ph_box .ph {
	position: relative;
}

.sec_nikka_towa .ph_box .ph > img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

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

	.sec_nikka_towa > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_nikka_towa .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_nikka_towa .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_nikka_towa .ph_box {
		padding-top: calc(28 * 100vw / 375);
		padding-right: calc(26 * 100vw / 375);
		padding-bottom: calc(20 * 100vw / 375);
		padding-left: calc(26 * 100vw / 375);
	}

}







.sec_area {
	background-color: #F6AD3A;
	position: relative;
}

.sec_area > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_area .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
	line-height: 1.3;
}

.sec_area .ph_box {
	background-color: #fff;
	text-align: center;
	padding-top: 0.6rem;
	padding-right: 0.2rem;
	padding-bottom: 0.6rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
}

.sec_area .ph_box .ph {
	position: relative;
}

.sec_area .ph_box .ph > img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

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

	.sec_area > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_area .ttl_box::before {
		width: calc(17 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: calc(-15 * 100vw / 375);
	}

	.sec_area .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_area .ph_box {
		padding-top: calc(6 * 100vw / 375);
		padding-right: calc(2 * 100vw / 375);
		padding-bottom: calc(6 * 100vw / 375);
		padding-left: calc(2 * 100vw / 375);
	}

}







.sec_company {
	background-color: #F6AD3A;
	position: relative;
}

.sec_company > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3.8rem 0 0;
}

.sec_company .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_company .company_box {
	background-color: #fff;
	padding: 2.4rem 0 0;
}

.sec_company .company_box .table_style_box table {
	width: calc(100% - 2rem);
	box-sizing: border-box;
	margin: 0 auto;
}

.sec_company .company_box .table_style_box tr {
	border-bottom: 1px solid #D9D9D9;
}

.sec_company .company_box .table_style_box tr:nth-last-child(1) {
	border-bottom: none;
}

.sec_company .company_box .table_style_box th {
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	background-color: #F5F5F5;
	width: 7.8rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	vertical-align: middle;
}

.sec_company .company_box .table_style_box td {
	font-size: 0.9rem;
	font-weight: 500;
	text-align: left;
	padding-left: 1.4rem;
	width: calc(100% - 7.8rem);
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	line-height: 1.3;
}

.sec_company .txt_box {
	background-color: #fff;
	padding: 1.9rem 1.7rem 3.6rem;
}

.sec_company .txt_box .point_txt {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #ED6C00;
	line-height: 1.2;
}

.sec_company .txt_box .txt {
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	margin-top: 1.9rem;
}

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

	.sec_company > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}

	.sec_company .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

	.sec_company .company_box {
		padding-top: calc(24 * 100vw / 375);
	}

	.sec_company .company_box .table_style_box table {
		width: calc(100% - calc(20 * 100vw / 375));
	}

	.sec_company .company_box .table_style_box th {
		font-size:calc(9 * 100vw / 375);
		width: calc(78 * 100vw / 375);
		padding-top: calc(13 * 100vw / 375);
		padding-bottom: calc(13 * 100vw / 375);
	}

	.sec_company .company_box .table_style_box td {
		font-size: calc(9 * 100vw / 375);
		padding-left: calc(14 * 100vw / 375);
		width: calc(100% - (78 * 100vw / 375));
		padding-top: calc(13 * 100vw / 375);
		padding-bottom: calc(13 * 100vw / 375);
	}

	.sec_company .txt_box {
		padding: calc(19 * 100vw / 375) calc(17 * 100vw / 375) calc(36 * 100vw / 375);
	}

	.sec_company .txt_box .point_txt {
		font-size: calc(13 * 100vw / 375);
	}

	.sec_company .txt_box .txt {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(19 * 100vw / 375);
	}

}







.sec_estimate {
	background-color: #F6AD3A;
	position: relative;
}

.sec_estimate .mt_24 {
	margin-top: 2.4rem !important;
}

.sec_estimate .pt_13 {
	padding-top: 1.3rem;
}

.sec_estimate .pt_17 {
	padding-top: 1.7rem;
}

.sec_estimate .pt_20 {
	padding-top: 2rem;
}

.sec_estimate .pt_24 {
	padding-top: 2.4rem;
}

.sec_estimate .pt_30 {
	padding-top: 3rem;
}

.sec_estimate .pt_32 {
	padding-top: 3.2rem;
}

.sec_estimate .pt_39 {
	padding-top: 3.9rem;
}

.sec_estimate .pb_13 {
	padding-bottom: 1.3rem;
}

.sec_estimate .prl_17 {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}

.sec_estimate > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

.sec_estimate .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #75BC2A;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

.sec_estimate .estimate_box {
	background-color: #fff;
	padding: 0;
}

.sec_estimate .estimate_box .txt_box {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.sec_estimate .estimate_box .bg_green {
	background-color: #75BC2A;
}

.sec_estimate .estimate_box .point_box {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
}

.sec_estimate .estimate_box .arrow::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    width: 0;
    height: 0;
	margin: auto;
    border-top: 2rem solid #FFF; /* 好みで高さ色を変えてください */
    border-left: 15rem solid transparent;
    border-right: 15rem solid transparent;
	z-index: 0;
}

.sec_estimate .estimate_box .point_box .point {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
	width: 13rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF100;
	border-radius: 3rem;
	position: relative;
	z-index: 10;
}

.sec_estimate .estimate_box .check_box {
	background-color: #75BC2A;
}

.sec_estimate .estimate_box .txt_box.white {
	color: #FFF;
	background-color: #75BC2A;
}

.sec_estimate .estimate_box .tit_box.white {
	background-color: #75BC2A;
}

.sec_estimate .estimate_box .tit_box.ta_center {
	text-align: center;
}

.sec_estimate .estimate_box .check_box .check {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

.sec_estimate .estimate_box .check_box .check > span {
	font-size: 3rem;
	color: #FFF100;
}

.sec_estimate .estimate_box.second {
	background-color: #fff;
	padding: 0;
	padding-bottom: 0.6rem;
}

.sec_estimate .estimate_box.second .dldt_box {
	padding: 0.5rem 1.6rem;
}

.sec_estimate .estimate_box.second .dldt_box dt {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background-color: #5E4C3F;
	text-align: left;
	padding: 1rem 0;
	margin: 0 auto;
	position: relative;
	padding-left: 1.3rem;
}

.sec_estimate .estimate_box.second .dldt_box dt::before {
	position: absolute;
	content: "必須";
	width: 2.6rem;
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #E60012;
	font-size: 1rem;
	font-weight: 700;
}

.sec_estimate .estimate_box.second .dldt_box dd {
	padding-top: 1.4rem;
}

.sec_estimate .estimate_box.second .dldt_box .ph img {
	width: 100%;
	height: auto;
}

.sec_estimate .estimate_box.second .dldt_box .title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	padding-left: 2.2rem;
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	margin-top: 1.8rem;
	box-sizing: border-box;
}

.sec_estimate .estimate_box.second .dldt_box .title::before {
	content: "└";
	font-size: 1.3rem;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}

.sec_estimate .estimate_box.second .dldt_box .title .orange {
	color: #ED6C00;
}

.sec_estimate .estimate_box.second .dldt_box .title .red {
	color: #E60012;
}

.sec_estimate .estimate_box.second .dldt_box .sta {
	font-size: 1rem;
	font-weight: 900;
	color: #989898;
	margin-top: 1.4rem;
}

.sec_estimate .estimate_box .btn_box {
	background-color: #75BC2A;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.sec_estimate .estimate_box .btn_box > a {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	display: flex;
	background-color: #FFF100;
	width: 14rem;
	height: 3.8rem;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 0.5rem;
	margin: 0 auto;
}



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

	.sec_estimate .mt_24 {
		margin-top: calc(24 * 100vw / 375) !important;
	}

	.sec_estimate .pt_13 {
		padding-top: calc(13 * 100vw / 375);
	}

	.sec_estimate .pt_17 {
		padding-top: calc(17 * 100vw / 375);
	}

	.sec_estimate .pt_20 {
		padding-top: calc(20 * 100vw / 375);
	}

	.sec_estimate .pt_24 {
		padding-top: calc(24 * 100vw / 375);
	}

	.sec_estimate .pt_30 {
		padding-top: calc(30 * 100vw / 375);
	}

	.sec_estimate .pt_32 {
		padding-top: calc(32 * 100vw / 375);
	}

	.sec_estimate .pt_39 {
		padding-top: calc(39 * 100vw / 375);
	}

	.sec_estimate .pb_13 {
		padding-bottom: calc(13 * 100vw / 375);
	}

	.sec_estimate .prl_17 {
		padding-left: calc(17 * 100vw / 375);
		padding-right: calc(17 * 100vw / 375);
	}

	.sec_estimate > .in {
		max-width: calc(300 * 100vw / 375);
		padding: calc(30 * 100vw / 375) 0 0;
	}

	.sec_estimate .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding: calc(10 * 100vw / 375) 0;
	}

	.sec_estimate .estimate_box .txt_box {
		font-size:calc(13 * 100vw / 375);
	}

	.sec_estimate .estimate_box .tit_box {
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(21 * 100vw / 375);
	}

	.sec_estimate .estimate_box .tit_box img {
		width: 100%;
		height: auto;
	}

	.sec_estimate .estimate_box .point_box {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_estimate .estimate_box .arrow::after{
		border-top: calc(20 * 100vw / 375) solid #FFF;
		border-left: calc(150 * 100vw / 375) solid transparent;
		border-right: calc(150 * 100vw / 375) solid transparent;
	}

	.sec_estimate .estimate_box .point_box .point {
		font-size: calc(13 * 100vw / 375);
		width: calc(130 * 100vw / 375);
		height: calc(30 * 100vw / 375);
		border-radius: calc(30 * 100vw / 375);
	}

	.sec_estimate .estimate_box .check_box .check {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_estimate .estimate_box .check_box .check > span {
		font-size: calc(30 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second {
		padding-bottom: calc(6 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box {
		padding: calc(5 * 100vw / 375) calc(16 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box dt {
		font-size: calc(15 * 100vw / 375);
		padding: calc(10 * 100vw / 375) 0;
		padding-left: calc(13 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box dt::before {
		width: calc(26 * 100vw / 375);
		height: calc(18 * 100vw / 375);
		right: calc(12 * 100vw / 375);
		font-size: calc(10 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box dd {
		padding-top: calc(14 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box .title {
		font-size: calc(13 * 100vw / 375);
		padding-left: calc(22 * 100vw / 375);
		width: calc(100% - (12 * 100vw / 375));
		margin-top: calc(18 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box .title::before {
		font-size: calc(13 * 100vw / 375);
	}

	.sec_estimate .estimate_box.second .dldt_box .sta {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(14 * 100vw / 375);
	}

	.sec_estimate .estimate_box .btn_box {
		padding-top: calc(20 * 100vw / 375);
		padding-bottom: calc(20 * 100vw / 375);
	}

	.sec_estimate .estimate_box .btn_box > a {
		font-size: calc(13 * 100vw / 375);
		width: calc(140 * 100vw / 375);
		height: calc(38 * 100vw / 375);
		border-radius: calc(5 * 100vw / 375);
	}
}








.sec_fixed {
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	max-width: 37.5rem;
	z-index: 100;
}

.sec_fixed img {
	vertical-align: bottom;
}

.sec_fixed .contact_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ED6C00;
}

.sec_fixed .contact_box .ph_box:nth-child(1) {
	display: flex;
	width: calc(100% - 11rem);
	justify-content: center;
}

.sec_fixed .text_box {
	background-color: #FFF;
	padding: 1rem 0;
	box-sizing: border-box;
}


@media screen and (max-width: 640px) {
	.sec_fixed {
		max-width: none;
	}

	.sec_fixed img {
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}

	.sec_fixed .contact_box .ph_box:nth-child(1) {
		width: calc(100% - calc(110 * 100vw / 375));
	}

	.sec_fixed .text_box {
		padding: calc(10 * 100vw / 375) 0;
	}

	.sec_fixed .text_box .ph img {
		max-width: calc(312 * 100vw / 375);
	}

}








.sec_form {
	background-color: #F6AD3A;
	position: relative;
}

.sec_form > .in {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

@media screen and (max-width: 640px) {
	.sec_form {
		max-width: none;
		margin: 0 auto 0;
		margin-top: 0;
	}
	.sec_form > .in {
		max-width: none;
		padding-top: calc(38 * 100vw / 375);
		padding-right: calc(38 * 100vw / 375);
		padding-left: calc(38 * 100vw / 375);
	}
}

.sec_form .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	background-color: #ED6C00;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem 0;
}

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

	.sec_form .ttl_box .ttl {
		font-size: calc(20 * 100vw / 375);
		border-top-left-radius: calc(5 * 100vw / 375);
		border-top-right-radius: calc(5 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
	}

}

.sec_form .appointment__form__body__inner {
	background-color: #fff;
	padding: 0 1.6rem;
	padding-bottom: 1.3rem;
}

@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__inner {
		padding-left: calc(16 * 100vw / 375);
		padding-right: calc(16 * 100vw / 375);
		padding-bottom: calc(13 * 100vw / 375);
	}
}

.sec_form .appointment__form__body__field {
}

.sec_form .appointment__form__body__field:first-child {
	padding-top: 1.9rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field:first-child {
		padding-top: calc(19 * 100vw / 375);
	}
}




.sec_form .appointment__form__body__field .error-text {
	font-size: 1.3rem;
	color: #C63219;
	margin-top: 1rem;
}

.sec_form .appointment__form__body__field {
	font-size: 1.3rem;
}

.sec_form .appointment__form__body__field + .appointment__form__body__field {
	margin-top: 3rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field + .appointment__form__body__field {
		margin-top: calc(30 * 100vw / 375);
		font-size: calc(13 * 100vw / 375);
	}
		
	.sec_form .appointment__form__body__field {
		font-size: calc(13 * 100vw / 375);
	}
	
	.sec_form .appointment__form__body__field .error-text {
		font-size: calc(13 * 100vw / 375);
		color: #C63219;
		margin-top: calc(10 * 100vw / 375);
	}
}

.sec_form .appointment__form__body__field__label {
	display: block;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field__label {
		font-size: calc(13 * 100vw / 375);
		margin-bottom: calc(7 * 100vw / 375);
	}
}

.sec_form .appointment__form__body__field .dis_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec_form .appointment__form__body__field .dis_flex > input {
	max-width: 16.9rem;
}

.sec_form .appointment__form__body__field .dis_flex .appointment__form__body__field__label {
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field .dis_flex {
	}
}

.sec_form .appointment__form__body__field__label .required {
	background-color: #C63219;
	color: #FFF;
	display: inline-block;
	padding: 0.3rem;
	font-size: 1rem;
	margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field__label .required {
		font-size: calc(10 * 100vw / 375);
		padding-left: calc(3 * 100vw / 375);
		padding-right: calc(3 * 100vw / 375);
		margin-right: calc(8 * 100vw / 375);
	}
}


.sec_form .appointment__form__body__field input:not([type="checkbox"], [type="radio"], [type="file"]) {
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 1.5rem;
	box-shadow: none;
	border: 1px solid #C9C9C9;
	font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__field input:not([type="checkbox"], [type="radio"], [type="file"]) {
		font-size: calc(16 * 100vw / 375);
		padding-top: calc(10 * 100vw / 375);
		padding-bottom: calc(10 * 100vw / 375);
		padding-left: calc(15 * 100vw / 375);
		padding-right: calc(15 * 100vw / 375);
	}
}

.sec_form .appointment__form__submit  {
	margin-top: 1.8rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__submit  {
		margin-top: calc(18 * 100vw / 375);
	}
}

.sec_form .appointment__form__submit :is(input, button) {
	box-sizing: border-box;
	display: inline-block;
	width: 14rem;
	height: 4.5rem;
	border: none;
	border-radius: 0.4rem;
	background-color: #5E4C3F;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__submit :is(input, button) {
		width: calc(140 * 100vw / 375);
		height: calc(45 * 100vw / 375);
		font-size: calc(13 * 100vw / 375);
	}
}

.sec_form .appointment__form__submit.confirmation .return-button {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__submit.confirmation .return-button {
		margin-top: calc(20 * 100vw / 375);
	}
}

.sec_form .appointment__form__body__asta {
	font-size: 0.8rem;
	font-weight: bold;
	text-align: right;
	margin-top: 3.8rem;
}
@media screen and (max-width: 640px) {
	.sec_form .appointment__form__body__asta {
		font-size: calc(8 * 100vw / 375);
		margin-top: calc(38 * 100vw / 375);
	}
}

.contact-form .section__body {
	background-color: #FFF;
	padding-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
	.contact-form .section__body {
		padding-bottom: calc(35 * 100vw / 375);
	}
}

.contact-form .section__body .thanks__body__text {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 3rem 0;
}

@media screen and (max-width: 640px) {
	.contact-form .section__body .thanks__body__text {
		font-size: calc(14 * 100vw / 375);
		padding-top: calc(30 * 100vw / 375);
		padding-bottom: calc(30 * 100vw / 375);
	}
}

.contact-form .back-top__button {
	text-align: center;
}

.contact-form .back-top__button a {
	text-align: center;
	color: #004FA0;
	font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
	.contact-form .back-top__button a {
		font-size: calc(13 * 100vw / 375);
	}
}

.sec_form .appointment__form__body__field .confirm-file-list {
	margin: 0;
	padding: 0;
}

.sec_form .appointment__form__body__field .confirm-file-list .confirm-file-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sec_form .appointment__form__body__field .confirm-file-item > img {
	width: 100%;
}



.sec_form .no-photo-option {
	border: 1px solid #CBCBCB;
	padding: 1rem 1.3rem;
	box-sizing: border-box;
	margin-top: 1.6rem;
	cursor: pointer;
}

.sec_form .no-photo-option .no-photo-label {
	font-size: 1.3rem;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.sec_form .no-photo-option {
		padding: calc(10 * 100vw / 375) calc(13 * 100vw / 375);
		margin-top: calc(16 * 100vw / 375);
	}

	.sec_form .no-photo-option .no-photo-label {
		font-size: calc(13 * 100vw / 375);
	}
}





.sec_form .estimate_box {
	background-color: #fff;
	padding: 0;
}

.sec_form .estimate_box .mt_24 {
	margin-top: 2.4rem !important;
}

.sec_form .estimate_box .mt_18 {
	margin-top: 1.8rem !important;
}

.sec_form .estimate_box .pt_0 {
	padding-top: 0 !important;
}

.sec_form .estimate_box .pt_8 {
	padding-top: 0.8rem !important;
}

.sec_form .estimate_box .pt_13 {
	padding-top: 1.3rem;
}

.sec_form .estimate_box .pt_17 {
	padding-top: 1.7rem;
}

.sec_form .estimate_box .pt_20 {
	padding-top: 2rem;
}

.sec_form .estimate_box .pt_24 {
	padding-top: 2.4rem;
}

.sec_form .estimate_box .pt_30 {
	padding-top: 3rem;
}

.sec_form .estimate_box .pt_32 {
	padding-top: 3.2rem;
}

.sec_form .estimate_box .pt_39 {
	padding-top: 3.9rem;
}

.sec_form .estimate_box .pb_13 {
	padding-bottom: 1.3rem;
}

.sec_form .estimate_box .prl_17 {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}

.sec_form .estimate_box .max_width55 {
	max-width: 5.5rem;
	width: 100%;
}

.sec_form .estimate_box .txt_box {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.sec_form .estimate_box .bg_green {
	background-color: #75BC2A;
}

.sec_form .estimate_box .point_box {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
}

.sec_form .estimate_box .arrow::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    width: 0;
    height: 0;
	margin: auto;
    border-top: 2rem solid #FFF; /* 好みで高さ色を変えてください */
    border-left: 15rem solid transparent;
    border-right: 15rem solid transparent;
	z-index: 0;
}

.sec_form .estimate_box .point_box .point {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
	width: 13rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF100;
	border-radius: 3rem;
	position: relative;
	z-index: 10;
}

.sec_form .estimate_box .check_box {
	background-color: #75BC2A;
}

.sec_form .estimate_box .txt_box.white {
	color: #FFF;
	background-color: #75BC2A;
}

.sec_form .estimate_box .tit_box.white {
	background-color: #75BC2A;
}

.sec_form .estimate_box .tit_box.ta_center {
	text-align: center;
}

.sec_form .estimate_box .check_box .check {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

.sec_form .estimate_box .check_box .check > span {
	font-size: 3rem;
	color: #FFF100;
}

.sec_form .estimate_box.second {
	background-color: #fff;
	padding: 0;
	padding-bottom: 0.6rem;
}

.sec_form .estimate_box.second .dldt_box {
}

.sec_form .estimate_box.second .dldt_box dt {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background-color: #5E4C3F;
	text-align: left;
	padding: 1rem 0;
	margin: 0 auto;
	position: relative;
	padding-left: 1.3rem;
}

.sec_form .estimate_box.second .dldt_box dt::before {
	position: absolute;
	content: "必須";
	width: 2.6rem;
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #E60012;
	font-size: 1rem;
	font-weight: 700;
}

.sec_form .estimate_box.second .dldt_box dt.no_hissu::before {
	display: none;
}

.sec_form .estimate_box.second .dldt_box dd {
	padding-top: 1.4rem;
}

.sec_form .estimate_box.second .dldt_box .ph img {
	width: 100%;
	height: auto;
}

.sec_form .estimate_box.second .dldt_box .title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	padding-left: 2.2rem;
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	margin-top: 0.9rem;
	box-sizing: border-box;
}

.sec_form .estimate_box.second .dldt_box .title::before {
	content: "└";
	font-size: 1.3rem;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}

.sec_form .estimate_box.second .dldt_box .title .orange {
	color: #ED6C00;
}

.sec_form .estimate_box.second .dldt_box .title .red {
	color: #E60012;
}

.sec_form .estimate_box.second .dldt_box .sta {
	font-size: 1rem;
	font-weight: 900;
	color: #989898;
	margin-top: 1.4rem;
}

.sec_form .estimate_box .btn_box {
	background-color: #75BC2A;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.sec_form .estimate_box .btn_box > a {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	display: flex;
	background-color: #FFF100;
	width: 14rem;
	height: 3.8rem;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 0.5rem;
	margin: 0 auto;
}





.sec_form .file-upload-note {
	font-size: 1rem;
	font-weight: 900;
	text-align: left;
	margin-top: 1.5rem;
	line-height: 1.3;
}

#file-upload-area {
	padding: 0 0.4rem;
	box-sizing: border-box;
	margin-top: 0.9rem;
}

#file-upload-area .file-upload-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#file-upload-area .file-upload-item + .file-upload-item {
	margin-top: 0.4rem;
}

#file-upload-area .file-upload-item .file-upload-label {
	cursor: pointer;
}

#file-upload-area .file-upload-item .file-preview-wrap {
	font-size: 1rem;
	font-weight: 700;
	color: #D9D9D9;
}

#file-upload-area .file-upload-item .file-preview-wrap > img {
	width: 100%;
}

#add-file-btn {
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
	display: flex;
	margin-top: 1.7rem;
	cursor: pointer;
}

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

	.sec_form .estimate_box .mt_24 {
		margin-top: calc(24 * 100vw / 375) !important;
	}

	.sec_form .estimate_box .mt_18 {
		margin-top: calc(18 * 100vw / 375) !important;
	}

	.sec_form .estimate_box .pt_8 {
		padding-top: calc(8 * 100vw / 375) !important;
	}

	.sec_form .estimate_box .pt_13 {
		padding-top: calc(13 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_17 {
		padding-top: calc(17 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_20 {
		padding-top: calc(20 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_24 {
		padding-top: calc(24 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_30 {
		padding-top: calc(30 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_32 {
		padding-top: calc(32 * 100vw / 375);
	}

	.sec_form .estimate_box .pt_39 {
		padding-top: calc(39 * 100vw / 375);
	}

	.sec_form .estimate_box .pb_13 {
		padding-bottom: calc(13 * 100vw / 375);
	}

	.sec_form .estimate_box .prl_17 {
		padding-left: calc(17 * 100vw / 375);
		padding-right: calc(17 * 100vw / 375);
	}

	.sec_form .estimate_box .max_width55 {
		max-width: calc(55 * 100vw / 375);
		width: 100%;
	}

	.sec_form .estimate_box .txt_box {
		font-size:calc(13 * 100vw / 375);
	}

	.sec_form .estimate_box .tit_box {
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(21 * 100vw / 375);
	}

	.sec_form .estimate_box .tit_box img {
		width: 100%;
		height: auto;
	}

	.sec_form .estimate_box .point_box {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_form .estimate_box .arrow::after{
		border-top: calc(20 * 100vw / 375) solid #FFF;
		border-left: calc(150 * 100vw / 375) solid transparent;
		border-right: calc(150 * 100vw / 375) solid transparent;
	}

	.sec_form .estimate_box .point_box .point {
		font-size: calc(13 * 100vw / 375);
		width: calc(130 * 100vw / 375);
		height: calc(30 * 100vw / 375);
		border-radius: calc(30 * 100vw / 375);
	}

	.sec_form .estimate_box .check_box .check {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_form .estimate_box .check_box .check > span {
		font-size: calc(30 * 100vw / 375);
	}

	.sec_form .estimate_box.second {
		padding-bottom: calc(6 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box {
	}

	.sec_form .estimate_box.second .dldt_box dt {
		font-size: calc(15 * 100vw / 375);
		padding: calc(10 * 100vw / 375) 0;
		padding-left: calc(13 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box dt::before {
		width: calc(26 * 100vw / 375);
		height: calc(18 * 100vw / 375);
		right: calc(12 * 100vw / 375);
		font-size: calc(10 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box dd {
		padding-top: calc(14 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box .title {
		font-size: calc(13 * 100vw / 375);
		padding-left: calc(22 * 100vw / 375);
		width: calc(100% - (12 * 100vw / 375));
		margin-top: calc(9 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box .title::before {
		font-size: calc(13 * 100vw / 375);
	}

	.sec_form .estimate_box.second .dldt_box .sta {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(14 * 100vw / 375);
	}

	.sec_form .estimate_box .btn_box {
		padding-top: calc(20 * 100vw / 375);
		padding-bottom: calc(20 * 100vw / 375);
	}

	.sec_form .estimate_box .btn_box > a {
		font-size: calc(13 * 100vw / 375);
		width: calc(140 * 100vw / 375);
		height: calc(38 * 100vw / 375);
		border-radius: calc(5 * 100vw / 375);
	}






	.sec_form .file-upload-note {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(15 * 100vw / 375);
	}

	#file-upload-area {
		padding: 0 calc(4 * 100vw / 375);
		margin-top: calc(9 * 100vw / 375);
	}

	#file-upload-area .file-upload-item .file-upload-label {
		max-width: calc(152 * 100vw / 375);
		width: 100%;
	}

	#file-upload-area .file-upload-item .file-upload-label > img {
		max-width: calc(152 * 100vw / 375);
		width: 100%;
	}

	#file-upload-area .file-upload-item + .file-upload-item {
		margin-top: calc(4 * 100vw / 375);
	}

	#file-upload-area .file-upload-item .file-preview-wrap {
		font-size: calc(10 * 100vw / 375);
	}

	#add-file-btn {
		margin-top: calc(17 * 100vw / 375);
		max-width: calc(192 * 100vw / 375);
		width: 100%;
	}

	#add-file-btn > img {
		max-width: calc(192 * 100vw / 375);
		width: 100%;
	}
}







.footer {
	text-align: center;
	padding: 1rem 0;
	background-color: #5E4C3F;
	margin-bottom: 15.4rem;
}

.copyright {
	font-size: 1rem;
	font-weight: 700;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	.footer {
		padding: calc(10 * 100vw / 375) 0;
		margin-bottom: calc(154 * 100vw / 375);
	}
	.copyright {
		font-size: calc(10 * 100vw / 375);
	}
}