@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;
}



.mod_main {
	background-color: #FF9F00;
	max-width: 144rem;
	margin: 0 auto;
}


@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: #FF9F00;
}

.mv_area .ph {
	max-width: 144rem;
}
.mv_area .ph img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}






.sec_inquiry {
	background-color: #fff;
	display: none;
}

.sec_inquiry > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_inquiry.sp_only {
	display: none;
}

.sec_inquiry.pc_only {
	display: block;
}

.sec_inquiry.pt_88 {
	padding-top: 8.8rem;
}

.sec_inquiry.pb_70 {
	padding-bottom: 7rem;
}

.sec_inquiry .inquiry_box {
	
}

.sec_inquiry .inquiry_box ul {
	display: flex;
	justify-content: space-between;
}

.sec_inquiry .inquiry_box ul li {
	max-width: 69.8rem;
}

.sec_inquiry .inquiry_box ul li img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	.sec_inquiry {
		padding-top: calc(8 * 100vw / 375);
		background-color: #fff;
		display: block;
	}
	.sec_inquiry > .in {
		max-width: calc(365 * 100vw / 375);
		margin: 0 auto;
	}
	.sec_inquiry.sp_only {
		display: block;
	}

	.sec_inquiry.pc_only {
		display: none;
	}

	.sec_inquiry .inquiry_box ul li {
		max-width: calc(182 * 100vw / 375);
	}
}





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

.sec_fixed {
	background-color: #fff;
}

.sec_fixed > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_fixed .contact_box ul {
	display: flex;
	justify-content: space-between;
}

.sec_fixed .contact_box ul li {
	max-width: 69.8rem;
}

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

@media screen and (max-width: 640px) {
	.sec_fixed {
		padding-top: calc(8 * 100vw / 375);
		background-color: #fff;
	}
	.sec_fixed > .in {
		max-width: calc(365 * 100vw / 375);
		margin: 0 auto;
	}

	.sec_fixed .contact_box ul li {
		max-width: calc(182 * 100vw / 375);
	}
}






.sec_chosen {
	background-color: #fff;
}

.sec_chosen > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_chosen .point_box {
	max-width: 97.2rem;
	margin: 0 auto;
	padding-top: 4rem;
}

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

.sec_chosen .chosen_box {
	margin-top: 4.8rem;
}

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

@media screen and (max-width: 640px) {
	.sec_chosen {
		padding-top: calc(8 * 100vw / 375);
		background-color: #fff;
		padding-bottom: calc(5 * 100vw / 375);
	}
	.sec_chosen > .in {
		max-width: calc(365 * 100vw / 375);
		margin: 0 auto;
	}

	.sec_chosen .point_box {
		max-width: calc(260 * 100vw / 375);
		margin: 0 auto;
		padding-top: calc(10 * 100vw / 375);
	}

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

	.sec_chosen .chosen_box {
		margin-top: calc(9 * 100vw / 375);
	}

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





.sec_sale {
	background-color: #FBF0E7;
	padding-top: 4rem;
}

.sec_sale > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_sale .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_sale .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_sale .sale_box.white {
	background-color: #fff;
	max-width: 112rem;
	margin: 0 auto;
}

.sec_sale .sale_box .details_ph.point {
	max-width: 98.2rem;
	margin: auto;
	padding-top: 3rem;
}

.sec_sale .sale_box .details_ph.arrow {
	max-width: 9.4rem;
	margin: auto;
	margin-top: 3rem;
	background-color: #fff;
}

.sec_sale .sale_box .details_ph.point02 {
	max-width: 112rem;
	margin: auto;
	margin-top: 2.2rem;
	position: relative;
}

.sec_sale .sale_box .details_ph.point02::before {
	position: absolute;
	left: -10rem;
	top: -9rem;
	content: "";
	width: 28.8rem;
	height: 23.8rem;
	background-image: url(../img/sec_sale_ph02_maru.svg);
	z-index: 1;
}

.sec_sale .sale_box .details_ph.point03 {
	max-width: 121.7rem;
	margin: auto;
	position: relative;
	margin-top: -5rem;
}

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

.sec_sale .sale_box.second {
	position: relative;
	padding-bottom: 4.4rem;
}

.sec_sale .sale_box.second::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5rem;
	right: 0;
	width: 112rem;
	height: calc(100% - 5rem);
	background-color: #fff;
	z-index: 0;
	margin: auto;
}


@media screen and (max-width: 640px) {
	.sec_sale {
		background-color: #FBF0E7;
		padding-top: calc(25 * 100vw / 375);
	}

	.sec_sale .sale_box.white {
		padding: calc(16 * 100vw / 375) 0 0;
	}

	.sec_sale > .in {
		max-width: calc(365 * 100vw / 375);
		margin: 0 auto;
	}

	.sec_sale .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: calc(100vw - (50 * 100vw / 375));
		max-width: none;
	}

	.sec_sale .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_sale .sale_box {
		padding: calc(25 * 100vw / 375);
		box-sizing: border-box;
		width: calc(100vw - (50 * 100vw / 375));
		max-width: none;
	}

	.sec_sale .sale_box .details_ph.point {
		background-color: #fff;
		padding-top: 0;
	}

	.sec_sale .sale_box .details_ph.arrow {
		max-width: calc(27 * 100vw / 375);
		margin: auto;
		margin-top: calc(9 * 100vw / 375);
	}

	.sec_sale .sale_box .details_ph.point02 {
		margin-top: calc(9 * 100vw / 375);
	}

	.sec_sale .sale_box .details_ph.point02::before {
		left: calc(-20 * 100vw / 375);
		top: calc(40 * 100vw / 375);
		width: calc(84 * 100vw / 375);
		height: calc(69 * 100vw / 375);
		background-size: cover;
	}

	.sec_sale .sale_box.second {
		padding: 0;
		margin: 0 auto;
		width: calc(100vw - (32 * 100vw / 375));
		padding-bottom: calc(26 * 100vw / 375);
	}

	.sec_sale .sale_box .details_ph.point03 {
		max-width: none;
		margin-top: 0;
	}

	.sec_sale .sale_box.second::before {
		top: 0;
		right: 0;
		width: calc(325 * 100vw / 375);
	}


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





.sec_purchase {
	background-color: #FBF0E7;
	padding-bottom: 5.7rem;
}

.sec_purchase > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_purchase .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_purchase .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_purchase .purchase_box {
	max-width: 112rem;
	margin: auto;
	background-color: #fff;
}

.sec_purchase .purchase_box .details_ph {
	max-width: 98.2rem;
	margin: auto;
	padding-top: 3rem;
}

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


@media screen and (max-width: 640px) {
	.sec_purchase {
		padding-bottom: calc(25 * 100vw / 375);
		padding-top: 0;
		background-color: #FBF0E7;
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(25 * 100vw / 375);
		box-sizing: border-box;
	}
	.sec_purchase > .in {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}

	.sec_purchase .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_purchase .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_purchase .purchase_box {
		box-sizing: border-box;
		max-width: none;
		padding: calc(16 * 100vw / 375) calc(10 * 100vw / 375) calc(7 * 100vw / 375) calc(15 * 100vw / 375);
	}

	.sec_purchase .purchase_box .details_ph {
		padding-top: 0;
	}

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





.sec_achievements {
	background-image: url(../img/sec_achievements_bg.jpg);
	padding-top: 7.5rem;
	padding-bottom: 8.1rem;
}

.sec_achievements > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_achievements .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_achievements .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_achievements .achievements_box {
	max-width: 112rem;
	margin: auto;
	background-color: #fff;
}

.sec_achievements .achievements_box .details_ph {
	max-width: 108.4rem;
	margin: auto;
	padding-top: 3rem;
	padding-bottom: 8.8rem;
}

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


@media screen and (max-width: 640px) {
	.sec_achievements {
		padding-bottom: calc(25 * 100vw / 375);
		padding-top: 0;
		background-color: #FBF0E7;
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(25 * 100vw / 375);
		box-sizing: border-box;
	}
	.sec_achievements > .in {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}

	.sec_achievements .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_achievements .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_achievements .achievements_box {
		box-sizing: border-box;
		max-width: none;
		padding: calc(16 * 100vw / 375) calc(10 * 100vw / 375) calc(7 * 100vw / 375) calc(15 * 100vw / 375);
	}

	.sec_achievements .achievements_box .details_ph {
		padding-top: 0;
	}

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





.sec_intermediary {
	background-color: #F3EEEA;
	padding-top: 7.5rem;
	padding-bottom: 8.1rem;
}

.sec_intermediary > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_intermediary .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_intermediary .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_intermediary .intermediary_box {
	max-width: 112rem;
	margin: auto;
	background-color: #fff;
	padding-bottom: 5.8rem;
}

.sec_intermediary .intermediary_box .ph_img01 {
	max-width: 104.9rem;
	margin: auto;
	padding-top: 5rem;
}

.sec_intermediary .intermediary_box .ph_img02 {
	max-width: 104.7rem;
	margin: auto;
	margin-top: 4.5rem;
}

.sec_intermediary .intermediary_box .ph_img03 {
	max-width: 103.8rem;
	margin: auto;
	margin-top: 5.6rem;
}

.sec_intermediary .intermediary_box .ph_img04 {
	max-width: 103.9rem;
	margin: auto;
	margin-top: 5rem;
}

.sec_intermediary .intermediary_box .ph_img05 {
	max-width: 103.8rem;
	margin: auto;
	margin-top: 7rem;
}


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


@media screen and (max-width: 640px) {
	.sec_intermediary {
		padding-bottom: calc(25 * 100vw / 375);
		padding-top: 0;
		background-color: #FBF0E7;
		padding-left: calc(25 * 100vw / 375);
		padding-right: calc(26 * 100vw / 375);
		box-sizing: border-box;
	}
	.sec_intermediary > .in {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}

	.sec_intermediary .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_intermediary .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_intermediary .intermediary_box {
		box-sizing: border-box;
		max-width: none;
		padding: 0;
	}

	.sec_intermediary .intermediary_box .details_ph {
		padding-top: 0;
		margin-top: 0;
	}

	.sec_intermediary .intermediary_box .ph_img01 {
		max-width: none;
		padding-top: calc(10 * 100vw / 375);
		padding-left: calc(19 * 100vw / 375);
		padding-right: calc(14 * 100vw / 375);
	}

	.sec_intermediary .intermediary_box .ph_img02 {
		max-width: none;
		padding-top: calc(9 * 100vw / 375);
		padding-left: calc(8 * 100vw / 375);
		padding-right: calc(11 * 100vw / 375);
	}

	.sec_intermediary .intermediary_box .ph_img03 {
		max-width: none;
		padding-top: calc(21 * 100vw / 375);
		padding-left: calc(9 * 100vw / 375);
		padding-right: calc(8 * 100vw / 375);
	}

	.sec_intermediary .intermediary_box .ph_img04 {
		max-width: none;
		padding-top: calc(20 * 100vw / 375);
		padding-left: calc(8 * 100vw / 375);
		padding-right: calc(11 * 100vw / 375);
	}

	.sec_intermediary .intermediary_box .ph_img05 {
		max-width: none;
		padding-top: calc(20 * 100vw / 375);
		padding-left: calc(8 * 100vw / 375);
		padding-right: calc(3 * 100vw / 375);
	}


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





.sec_step {
	background-color: #FFEDD0;
}

.sec_step > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_step .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_step .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_step .step_box {
	max-width: 112rem;
	margin: auto;
}

.sec_step .step_box .details_ph {
	max-width: 135rem;
	margin: auto;
	padding-top: 8.9rem;
	padding-bottom: 11.4rem;
}

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


@media screen and (max-width: 640px) {
	.sec_step {
		padding-bottom: calc(25 * 100vw / 375);
		padding-top: 0;
		background-color: #FFEDD0;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}
	.sec_step > .in {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}

	.sec_step .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_step .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_step .step_box {
		box-sizing: border-box;
		max-width: none;
		padding: calc(16 * 100vw / 375) calc(67 * 100vw / 375) calc(15 * 100vw / 375) calc(66 * 100vw / 375);
	}

	.sec_step .step_box .details_ph {
		padding-top: 0;
		padding-bottom: 0;
	}

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







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

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

.sec_company .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_company .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_company .company_box {
	max-width: 104rem;
	margin: 0 auto;
	padding: 9rem 0;
}

.sec_company .company_box .table_style_box table {
	width: 100%;
	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: 3rem;
	font-weight: 700;
	text-align: center;
	background-color: #F5F5F5;
	width: 25rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	vertical-align: middle;
}

.sec_company .company_box .table_style_box td {
	font-size: 3rem;
	font-weight: 600;
	text-align: left;
	padding-left: 4.4rem;
	width: calc(100% - 25rem);
	padding-top: 3rem;
	padding-bottom: 3rem;
	line-height: 1.3;
}

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

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

	.sec_company .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_company .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

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

	.sec_company .company_box .table_style_box table {
		width: 100%;
	}

	.sec_company .company_box .table_style_box th {
		font-size:calc(10 * 100vw / 375);
		width: calc(70 * 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% - (70 * 100vw / 375));
		padding-top: calc(13 * 100vw / 375);
		padding-bottom: calc(13 * 100vw / 375);
	}

}





.sec_foot_contact {
	background-color: #FFF;
	padding-top: 7.5rem;
	padding-bottom: 8.1rem;
	border-top: 1px solid #EC6E04;
}

.sec_foot_contact > .in {
	max-width: 140rem;
	margin: 0 auto;
}

.sec_foot_contact .ttl_box {
	max-width: 112rem;
	margin: 0 auto;
	background-color: #4B3939;
	text-align: center;
	color: #FFF;
	padding: 2.7rem 0;
}

.sec_foot_contact .ttl_box .ttl {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 6rem;
}

.sec_foot_contact .foot_contact_box {
	max-width: 112rem;
	margin: auto;
	padding-bottom: 5.8rem;
}

.sec_foot_contact .foot_contact_box .ph_img01 {
	max-width: 106.8rem;
	margin: auto;
}

.sec_foot_contact .foot_contact_box .ph_img02 {
	max-width: 55.8rem;
	margin: auto;
	margin-top: 3rem;
}

.sec_foot_contact .foot_contact_box .ph_img03 {
	max-width: 84.8rem;
	margin: auto;
	margin-top: 3rem;
}

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


@media screen and (max-width: 640px) {
	.sec_foot_contact {
		padding-bottom: calc(13 * 100vw / 375);
		padding-top: calc(13 * 100vw / 375);
		padding-top: 0;
		background-color: #FBF0E7;
		padding-left: calc(60 * 100vw / 375);
		padding-right: calc(60 * 100vw / 375);
		box-sizing: border-box;
	}
	.sec_foot_contact > .in {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}

	.sec_foot_contact .ttl_box {
		max-width: none;
		padding: calc(8 * 100vw / 375) 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	.sec_foot_contact .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
	}

	.sec_foot_contact .foot_contact_box {
		box-sizing: border-box;
		max-width: none;
		padding: 0;
	}

	.sec_foot_contact .foot_contact_box .details_ph {
		padding-top: 0;
		margin-top: 0;
	}

	.sec_foot_contact .foot_contact_box .ph_img01 {
		max-width: none;
		padding-top: calc(13 * 100vw / 375);
	}

	.sec_foot_contact .foot_contact_box .ph_img02 {
		max-width: none;
		padding-top: calc(8 * 100vw / 375);
		padding-left: calc(56 * 100vw / 375);
		padding-right: calc(56 * 100vw / 375);
	}

	.sec_foot_contact .foot_contact_box .ph_img03 {
		max-width: none;
		padding-top: calc(8 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
	}

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












.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_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);
	}
}

















.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(70 * 100vw / 375);
	}
	.copyright {
		font-size: calc(10 * 100vw / 375);
	}
}