@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* .stop_content{
	display: none;
} */

/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		font-size: 1.041vw;
	}
	
	.btn_2{
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ================================================================================

	ハローペイントは本気の完全自社施工です！

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_message_row {
		padding: 77px 0 280px;
		background-color: #154a74;
	}
	.re_message_row:before {
		position: absolute;
		content: '';
		background: url(../img/message_staff01.png) center top / contain no-repeat;
		width: 640px;
		height: 636px;
		bottom: 240px;
		left: 50%;
		margin-left: -559px;
	}
	
	/* 見出し・テキスト */
	.message_text01 {
		text-align: right;
	}
	.message_text01 img {
		position: relative;
		width: 680.5px;
	}
	.message_text01 h2:before {
		position: absolute;
		content: '';
		background: url(../img/message_text01_bg.png) center top / contain no-repeat;
		width: 264px;
		height: 191px;
		right: -55px;
		top: -33px;
	}
	
	/* 2つのポイント */
	.message_point_box {
		margin: 8px 0 0 444px;
	}
	.message_point_box:after {
		position: absolute;
		content: '';
		background: url(../img/message_staff02.png) center top / contain no-repeat;
		width: 161px;
		height: 250px;
		bottom: -116px;
		right: -67px;
	}
	
	.message_point_left {
		margin-right: 34px;
	}
	
	.message_point {
		background: url(../img/message_point.png) center top / contain no-repeat;
		color: #154a74;
		text-align: center;
		font-size: 20px;
		font-weight: 900;
		width: 261px !important;
		height: 260px !important;
	}
	.message_point p {
		vertical-align: middle;
		display: table-cell;
		height: 260px;
		width: 261px;
	}
	
	
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_message_row {
		padding: 10vw 0 70vw;
		background-color: #154a74;
	}
	.re_message_row:before {
		position: absolute;
		content: '';
		background: url(../img/message_staff01.png) center top / contain no-repeat;
		width: 107vw;
		height: 106vw;
		bottom: 55vw;
		left: -13vw;
		margin-left: 0;
	}
	
	/* 見出し・テキスト */
	.message_text01 {
		text-align: center;
	}
	.message_text01 img {
		position: relative;
		width: 90vw;
	}
	.message_text01 h2:before {
		position: absolute;
		content: '';
		background: url(../img/message_text01_bg.png) center top / contain no-repeat;
		width: 30vw;
		height: 22vw;
		right: 3vw;
		top: -3vw;
	}
	
	/* 2つのポイント */
	.message_point_box {
		margin: 0 0 0 50vw;
		width: 46vw !important;
	}
	.message_point_box:after {
		position: absolute;
		content: '';
		background: url(../img/message_staff02.png) center top / contain no-repeat;
		width: 22vw;
		height: 35vw;
		bottom: -18vw;
		right: -2vw;
	}
	.message_point_left {
		
	}
	.message_point_right {
		margin-top: 4vw;
	}
	
	.message_point {
		background: url(../img/message_point.png) center top / contain no-repeat;
		color: #154a74;
		text-align: center;
		font-size: 3.6vw;
		font-weight: 700;
	}
	.message_point p {
		vertical-align: middle;
		display: table-cell;
		height: 46vw;
		width: 46vw;
	}
	
	
}




/* ================================================================================

	塗装工事に早い・安い・うまいは“あり得ません”

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_concept_row {
		padding: 0 0 120px;
		background-color: #ffffff;
	}
	.re_concept_row::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		transform: skewY(6deg) translateY(-230px);
		z-index: 1;
		height: 455px;
	}
	.re_concept_row:before {
		position: absolute;
		content: '';
		background: url(../img/concept_staff01.png) center top / contain no-repeat;
		width: 375px;
		height: 510px;
		bottom: 0px;
		left: 50%;
		z-index: 2;
		margin-left: 134px;
	}
	
	/* インナーセクション */
	.concept_row_in {
		margin-top: -150px !important;
	}

	/* 見出し */
	.h2_concept {
		z-index: 2;
	}
	.h2_concept img {
		width: 731px;
		margin-left: -49px;
	}
	
	/* テキスト */
	.concept_text {
		color: #000000;
		font-size: 27.7px;
		font-weight: 900;
		line-height: 1.5;
		margin-top: 29px;
		z-index: 2;
		text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	}
	
	/* ボタン */
	.concept_btn {
		margin-top: 46px;
		z-index: 2;
	}
	.concept_btn a {
		background-color: #154a74;
		border-radius: 42px;
		width: 382px;
		color: #ffffff;
		position: relative;
		font-weight: 700;
		font-size: 23px;
		display: block;
		padding: 20px 0 24px 37px;
		text-align: center;
	}
	.concept_btn a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_y.png) center top / contain no-repeat;
		width: 26px;
		height: 37px;
		left: 30px;
		top: 50%;
		margin-top: -18.5px;
		z-index: 1;
	}
	
	.concept_btn a.btn--red.btn--cubic {
	  border-bottom: 8px solid #0a2438;
	}

	.concept_btn a.btn--red.btn--cubic:hover {
	  border: 2px solid #103756;
	  color:#103756;
	  background-color: #fff;
	  margin-top: 3px;
	  border-bottom: 2px solid #103756;
	}

	.concept_btn a.btn--radius {
	  border-radius: 100vh;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - .5em);
	  right: 1rem;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_concept_row {
		padding: 0 0 75vw;
		background-color: #ffffff;
	}
	.re_concept_row::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		transform: skewY(6deg) translateY(-62vw);
		z-index: 1;
	}
	.re_concept_row:before {
		position: absolute;
		content: '';
		background: url(../img/concept_staff01.png) center top / contain no-repeat;
		width: 70vw;
		height: 95vw;
		bottom: -26vw;
		left: 50%;
		z-index: 2;
		margin-left: -35vw;
	}
	
	/* インナーセクション */
	.concept_row_in {
		margin-top: -50vw !important;
	}

	/* 見出し */
	.h2_concept {
		z-index: 2;
	}
	.h2_concept img {
		margin-left: -1.5vw;
	}
	
	/* テキスト */
	.concept_text {
		color: #000000;
		font-weight: 700;
		line-height: 1.5;
		margin: 4vw 6vw 0;
		z-index: 2;
		font-size: 3.8vw;
		text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	}
	
	/* ボタン */
	.concept_btn {
		margin-top: 6vw;
		z-index: 2;
	}
	.concept_btn a {
		background-color: #154a74;
		border-radius: 9vw;
		color: #ffffff;
		position: relative;
		font-weight: 700;
		font-size: 4.5vw;
		display: block;
		padding: 4vw 0 4.8vw 8vw;
		text-align: center;
		margin: 0 6vw;
	}
	.concept_btn a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_y.png) center top / contain no-repeat;
		width: 4.5vw;
		height: 6.5vw;
		left: 6vw;
		top: 50%;
		margin-top: -3.25vw;
		z-index: 1;
	}
	
	
}




/* ================================================================================

	プラン内容

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_plan_row {
		padding: 116px 0 58px;
		z-index: 2;
		background-color: #fdc723;
	}
	
	/* 見出し */
	.h2_plan {
		text-align: center;
	}
	.h2_plan img {
		width: 828px;
	}
	.h2_plan:before {
		position: absolute;
		content: '';
		background: url(../img/plan_staff01.png) center top / contain no-repeat;
		width: 263px;
		height: 236px;
		left: 31px;
		top: -68px;
		z-index: -1;
	}
	
	/* インナーセクション */
	.plan_row_in {
		background-color: #ffffff;
		padding-bottom: 45px;
		margin-top: 56px;
	}
	
	/* プラン内容 見出し */
	.h3_plan {
		background-color: #154a74;
		text-align: center;
		padding: 20px 0;
	}
	.h3_plan h3 {
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
	}
	
	/* プラン内容 */
	.plan_list {
		text-align: center;
		font-size: 0;
		margin-top: 35px;
	}
	.plan_list ul {
		display: inline-block;
		text-align: left;
	}
	.plan_list ul:first-of-type {
		margin-right: 50px;
	}
	.plan_list ul li {
		position: relative;
		font-size: 24px;
		font-weight: 700;
		color: #000000;
	}
	
	.plan_text {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		color: #d92a2a;
		margin-top: 20px;
	}
	
	/* プラン例 */
	.plan_example {
		margin-top: 40px;
	}
	
	/* プラン例 見出し */
	.h4_plan {
		background-color: #154a74;
		text-align: center;
		padding: 20px 0;
	}
	.h4_plan h4 {
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
	}
	
	/* プラン例 内容 */
	.plan_in {
		background-color: #ffffff;
		text-align: center;
		padding: 25px 0 0;
	}
	
	.plan_example_in {
		margin-left: 40px;
	}
	
	.breadth_text {
		color: #000000;
		font-size: 30px;
		font-weight: 700;
	}
	
	.plan_price {
		color: #d92a2a;
		font-size: 110px;
		font-weight: 700;
		margin-top: -40px;
	}
	.plan_price span {
		color: #154a74;
		font-size: 30px;
		font-weight: 700;
	}
	
	/* ボタン */
	.plan_btn {
		margin-top: 40px;
	}
	.plan_btn a {
		position: relative;
		display: block;
		margin: 0 auto;
		text-align: center;
		border-radius: 43px;
		color: #ffffff;
		background-color: #154a74;
		font-weight: 900;
		font-size: 23px;
		width: 693px;
		padding: 23px 0;
	}
	
	.plan_btn a.btn--red.btn--cubic {
	  border-bottom: 8px solid #0a2438;
	}

	.plan_btn a.btn--red.btn--cubic:hover {
	  border: 2px solid #103756;
	  color:#103756;
	  background-color: #fdc723;
	  margin-top: 3px;
	  border-bottom: 2px solid #103756;
	}

	.plan_btn a.btn--radius {
	  border-radius: 100vh;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - .5em);
	  right: 1rem;
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_plan_row {
		padding: 16vw 0 0;
		z-index: 2;
		background-color: #fdc723;
	}
	
	/* 見出し */
	.h2_plan {
		text-align: center;
		margin: 0 4vw;
	}
	
	/* インナーセクション */
	.plan_row_in {
		background-color: #ffffff;
		padding-bottom: 8vw;
		margin: 6vw 4vw 0;
	}
	.plan_row_in:before {
		position: absolute;
		content: '';
		background: url(../img/plan_staff01.png) center top / contain no-repeat;
		width: 25vw;
		height: 23vw;
		right: -2vw;
		top: -3vw;
		z-index: 1;
	}
	
	/* プラン内容 見出し */
	.h3_plan {
		background-color: #154a74;
		text-align: center;
		padding: 4vw 0;
	}
	.h3_plan h3 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
	}
	
	/* プラン内容 */
	.plan_list {
		padding: 6vw 6vw 0;
	}
	.plan_list ul {
	}
	.plan_list ul li {
		position: relative;
		font-size: 4vw;
		font-weight: 700;
		color: #000000;
	}
	
	.plan_text {
		text-align: center;
		font-weight: 700;
		color: #d92a2a;
		margin: 4vw 6vw 0;
	}
	
	/* プラン例 */
	.plan_example {
		margin: 12vw 4vw 0;
	}
	
	/* プラン例 見出し */
	.h4_plan {
		background-color: #154a74;
		text-align: center;
		padding: 4vw 0;
	}
	.h4_plan h4 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
	}
	
	/* プラン例 内容 */
	.plan_in {
		background-color: #ffffff;
		text-align: center;
		padding: 6vw 0 0;
	}
	.plan_example_in {
		margin-top: 6vw;
	}
	
	.breadth_text {
		color: #000000;
		font-size: 5vw;
		font-weight: 700;
	}
	
	.plan_price {
		color: #d92a2a;
		font-size: 20vw;
		font-weight: 700;
		margin-top: -7vw;
	}
	.plan_price span {
		color: #154a74;
		font-size: 7vw;
		font-weight: 700;
	}
	
	/* ボタン */
	.plan_btn {
		margin-top: 6vw;
	}
	.plan_btn a {
		background-color: #154a74;
		border-radius: 9vw;
		color: #ffffff;
		position: relative;
		font-weight: 700;
		font-size: 4.5vw;
		display: block;
		padding: 4vw 0;
		text-align: center;
		margin: 0 6vw;
	}
	
	
}




/* ================================================================================

	塗装のことならどんなことでもご相談ください!

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_consultation_row {
		padding: 58px 0 120px;
	}
	.re_consultation_row:before {
		position: absolute;
		content: '';
		background: url(../img/consultation_staff02.png) center top / contain no-repeat;
		width: 224px;
		height: 315px;
		bottom: 0;
		left: 50%;
		margin-left: -594px;
		z-index: 1;
	}
	
	/* 見出し */
	.h2_consultation {
		background-color: #d92a2a;
		text-align: center;
		padding: 20px 0;
	}
	.h2_consultation h2 {
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
	}
	.h2_consultation:before {
		position: absolute;
		content: '';
		background: url(../img/consultation_staff01.png) center top / contain no-repeat;
		width: 103px;
		height: 164px;
		top: -64px;
		left: 50%;
		margin-left: 360px;
		z-index: 1;
	}
	
	/* ご相談例 */
	.consultation_row_in {
		background-color: #ffffff;
		text-align: center;
		font-size: 0;
		padding: 35px 0 45px;
	}
	.consultation_row_in ul {
		display: inline-block;
		text-align: left;
	}
	.consultation_row_in ul:first-of-type {
		margin-right: 50px;
	}
	.consultation_row_in ul li {
		position: relative;
		font-size: 24px;
		font-weight: 700;
		color: #000000;
		padding-left: 50px;
	}
	.consultation_row_in ul li:before {
		position: absolute;
		content: '';
		background: url(../img/icon_check.jpg) center top / contain no-repeat;
		width: 35px;
		height: 27px;
		top: 50%;
		left: 0;
		margin-top: -12.5px;
	}
	
	/* ボタン */
	.consultation_btn {
		margin-top: 60px;
	}
	.consultation_btn a {
		background-color: #154a74;
		border-radius: 42px;
		width: 382px;
		margin: 0 auto;
		color: #ffffff;
		position: relative;
		font-weight: 700;
		font-size: 23px;
		display: block;
		padding: 20px 0 24px 15px;
		text-align: center;
	}
	.consultation_btn a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_y.png) center top / contain no-repeat;
		width: 26px;
		height: 37px;
		left: 30px;
		top: 50%;
		margin-top: -18.5px;
		z-index: 1;
	}
	
	a.btn--red.btn--cubic {
	  border-bottom: 8px solid #0a2438;
	}

	a.btn--red.btn--cubic:hover {
	  border: 2px solid #103756;
	  color:#103756;
	  background-color: #fdc723;
	  margin-top: 3px;
	  border-bottom: 2px solid #103756;
	}

	a.btn--radius {
	  border-radius: 100vh;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - .5em);
	  right: 1rem;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_consultation_row {
		padding: 14vw 4vw 16vw;
	}
	.re_consultation_row:before {
		position: absolute;
		content: '';
		background: url(../img/consultation_staff02.png) center top / contain no-repeat;
		width: 20vw;
		height: 29vw;
		top: 77vw;
		left: 1vw;
		z-index: 1;
	}
	
	/* 見出し */
	.h2_consultation {
		background-color: #d92a2a;
		text-align: center;
		padding: 4vw 0;
	}
	.h2_consultation h2 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
		line-height: 1.4;
	}
	.h2_consultation:before {
		position: absolute;
		content: '';
		background: url(../img/consultation_staff01.png) center top / contain no-repeat;
		width: 17vw;
		height: 27vw;
		top: 14vw;
		right: -3vw;
		z-index: 1;
	}
	
	/* ご相談例 */
	.consultation_row_in {
		background-color: #ffffff;
		padding: 6vw 11vw;
	}
	.consultation_row_in ul {
		
	}
	.consultation_row_in ul li {
		position: relative;
		font-size: 4vw;
		font-weight: 700;
		color: #000000;
		padding-left: 8vw;
	}
	.consultation_row_in ul li:before {
		position: absolute;
		content: '';
		background: url(../img/icon_check.jpg) center top / contain no-repeat;
		width: 6vw;
		height: 5vw;
		top: 50%;
		left: 0;
		margin-top: -2.15vw;
	}
	
	.consultation_btn {
		margin-top: 6vw;
		z-index: 1;
	}
	.consultation_btn a {
		background-color: #154a74;
		border-radius: 9vw;
		color: #ffffff;
		position: relative;
		font-weight: 700;
		font-size: 4.5vw;
		display: block;
		padding: 4vw 0 4.8vw 3vw;
		text-align: center;
		margin: 0 2vw;
	}
	.consultation_btn a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_y.png) center top / contain no-repeat;
		width: 4.5vw;
		height: 6.5vw;
		left: 6vw;
		top: 50%;
		margin-top: -3.25vw;
		z-index: 1;
	}
	

}




/* ================================================================================

	施工実績

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_works_row {
		padding: 108px 0;
		background-color: #154a74;
	}
	
	/* インナーセクション */
	.works_row_in {
		margin-top: 52px;
	}
	
	/* 見出し */
	.h2_works h2 {
		text-align: center;
		color: #ffffff;
		font-size: 43px;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* 施工事例 */
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap ul li {
		display: inline-block;
		width: 306px;
		margin-left: 40px;
		text-align: left;
	}
	.works_wrap ul li:first-of-type {
		margin-left: 0;
	}
	
	/* サムネイル */
	.works_thumb {
		margin-bottom: 10px;
	}
	.works_thumb img {
		width: 306px;
		height: 250px;
		object-fit: cover;
	}
	
	/* 日付 */
	.works_date {
		display: inline-block;
		color: #ffffff;
		font-size: 20px;
		font-weight: 700;
	}
	
	/* 施工事例 見出し */
	.works_title a {
		display: block;
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		line-height: 1.4;
	}
	
	/* ボタン */
	.works_btn_box {
		margin-top: 60px;
	}
	
	.works_btn ul {
		font-size: 0;
		text-align: center;
	}
	.works_btn ul li {
		display: inline-block;
		margin-left: 40px;
	}
	.works_btn ul li:first-of-type {
		margin-left: 0;
	}
	
	.works_btn ul li a {
		position: relative;
		color: #154a74;
		background-color: #fdc723;
		font-weight: 700;
		font-size: 23px;
		border-radius: 42px;
		display: block;
		width: 382px;
		padding: 20px 0 24px 15px;
	}
	.works_btn ul li a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_b.png) center top / contain no-repeat;
		width: 26px;
		height: 37px;
		left: 30px;
		top: 50%;
		margin-top: -18.5px;
		z-index: 1;
	}
	
	a.btn--yellow.btn--cubic {
		  border-bottom: 8px solid #be8f00;
		}

	a.btn--yellow.btn--cubic:hover {
		  border: 2px solid #103756;
		  color:#103756;
		  background-color: #fff;
		  margin-top: 3px;
		  border-bottom: 2px solid #103756;

		}

	a.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
	

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_works_row {
		padding: 12vw 0 16vw;
		background-color: #154a74;
	}
	
	/* インナーセクション */
	.works_row_in {
		margin-top: 8vw;
	}
	
	/* 見出し */
	.h2_works h2 {
		text-align: center;
		color: #ffffff;
		font-size: 7vw;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* 施工事例 */
	.works_wrap {
		margin: 0 6vw;
	}
	.works_wrap ul li {
		margin-top: 8vw;
	}
	.works_wrap ul li:first-of-type {
		margin-top: 0;
	}
	
	/* サムネイル */
	.works_thumb {
		margin-bottom: 4vw;
	}
	.works_thumb img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	
	/* 日付 */
	.works_date {
		display: inline-block;
		color: #ffffff;
		font-size: 4vw;
		font-weight: 700;
	}
	
	/* 施工事例 見出し */
	.works_title a {
		display: block;
		font-size: 4vw;
		font-weight: 700;
		color: #ffffff;
		line-height: 1.4;
	}
	
	/* ボタン */
	.works_btn_box {
		margin-top: 8vw;
	}
	
	.works_btn ul li {
		margin-top: 6vw;
	}
	.works_btn ul li:first-of-type {
		margin-top: 0;
	}
	.works_btn ul li a {
		position: relative;
		color: #154a74;
		background-color: #fdc723;
		font-weight: 700;
		font-size: 4.5vw;
		border-radius: 9vw;
		display: block;
		padding: 4vw 0 4.8vw 0;
		margin: 0 6vw;
		text-align: center;
	}
	.works_btn ul li a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_b.png) center top / contain no-repeat;
		width: 4.5vw;
		height: 6.5vw;
		left: 6vw;
		top: 50%;
		margin-top: -3.25vw;
		z-index: 1;
	}
	

}




/* ================================================================================

	キャンペーン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_campaign_row {
		background: url(../img/campaign_bg.jpg) center top / cover no-repeat;
		padding: 100px 0 129px;
	}
	.re_campaign_row:after {
		position: absolute;
		content: '';
		background: url(../img/campaign_staff01.png) center top / contain no-repeat;
		width: 243px;
		height: 463px;
		left: 50%;
		bottom: 0;
		margin-left: -513px;
	}
	
	/* インナーセクション */
	.campaign_row_in {
		margin-left: 272px;
	}
	
	/* コンテンツ内容 */
	.campaign_text img {
		width: 727.5px;
	}
	
	
}


/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_campaign_row {
		background: url(../img/campaign_bg.jpg) -20vw top / cover no-repeat;
		padding: 14vw 0;
	}
	.re_campaign_row:before {
		position: absolute;
		content: '';
		background: url(../img/campaign_staff01.png) center top / contain no-repeat;
		width: 30vw;
		height: 57vw;
		bottom: 0;
		left: -3vw;
	}
	
	/* インナーセクション */
	.campaign_row_in {
		margin: 0 4vw 0 16vw;
		text-align: center;
	}
	
	/* コンテンツ内容 */
	.campaign_text img {
	}
	

}




/* ================================================================================

	施工エリア

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_area_row {
		background-color: #ffffff;
		padding: 70px 0 80px;
	}
	.re_area_row:before {
		position: absolute;
		content: '';
		background: url(../img/area_staff01.png) center top / contain no-repeat;
		width: 118px;
		height: 224.5px;
		left: 50%;
		bottom: 0;
		margin-left: -551px;
		z-index: 1;
	}
	.re_area_row:after {
		position: absolute;
		content: '';
		background: url(../img/area_staff02.png) center top / contain no-repeat;
		width: 141px;
		height: 235px;
		left: 50%;
		bottom: 0;
		margin-left: 423px;
	}
	
	/* 見出し */
	.h2_area {
		text-align: center;
		margin-bottom: -24px !important;
	}
	.h2_area h2 {
		font-size: 43px;
		font-weight: 900;
		color: #154a74;
		z-index: 1;
		position: relative;
		background-color: #fff;
		display: inline-block;
		padding: 0 10px 0 15px;
		letter-spacing: 0.04em;
	}
	
	/* 施工エリア */
	.area_row_in {
		position: relative;
		text-align: center;
		font-weight: 700;
		font-size: 22px;
		color: #154a74;
		border: 7px solid #154a74;
		border-radius: 40px;
		padding: 48px 0;
		line-height: 2;
	}
	
	
}


/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_area_row {
		background-color: #ffffff;
		padding: 14vw 6vw 16vw;
	}
	.re_area_row:before {
		position: absolute;
		content: '';
		background: url(../img/area_staff01.png) center top / contain no-repeat;
		width: 118px;
		height: 224.5px;
		left: 50%;
		bottom: 0;
		margin-left: -551px;
		z-index: 1;
	}
	.re_area_row:after {
		position: absolute;
		content: '';
		background: url(../img/area_staff02.png) center top / contain no-repeat;
		width: 141px;
		height: 235px;
		left: 50%;
		bottom: 0;
		margin-left: 423px;
	}
	
	/* 見出し */
	.h2_area {
		text-align: center;
		margin-bottom: -5vw !important;
	}
	.h2_area h2 {
		font-size: 7vw;
		font-weight: 900;
		color: #154a74;
		z-index: 1;
		position: relative;
		background-color: #fff;
		display: inline-block;
		padding: 0 2vw;
		letter-spacing: 0.04em;
	}
	
	/* 施工エリア */
	.area_row_in {
		position: relative;
		text-align: center;
		font-weight: 700;
		font-size: 3.8vw;
		color: #154a74;
		border: 1.2vw solid #154a74 solid #154a74;
		border-radius: 11vw;
		padding: 8vw 4vw;
		line-height: 2;
	}
	

}

/* ================================================================================

	施工例 20231218 retouch top

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_example_row {
		padding: 70px 0 30px;
	}

	/* 見出し */
	.h2_example {
		text-align: center;
		margin-bottom: -24px !important;
	}
	.h2_example h2 {
		font-size: 43px;
		font-weight: 900;
		color: #154a74;
		z-index: 1;
		position: relative;
		background-color: #fff;
		display: inline-block;
		padding: 0 10px 0 15px;
		letter-spacing: 0.04em;
	}

}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_example_row {
		background-color: #ffffff;
		padding: 0 6vw 10vw;
	}
	/* 見出し */
	.h2_example {
		text-align: center;
		margin-bottom: -5vw !important;
	}
	.h2_example h2 {
		font-size: 7vw;
		font-weight: 900;
		color: #154a74;
		z-index: 1;
		position: relative;
		background-color: #fff;
		display: inline-block;
		padding: 0 2vw 10vw;
		letter-spacing: 0.04em;
	}

}

/* ================================================================================

	お知らせ・トピックス

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_topics_row {
		padding: 108px 0;
	}
	
	/* インナーセクション */
	.topics_row_in {
		margin-top: 52px;
	}
	
	/* 見出し */
	.h2_topics h2 {
		text-align: center;
		color: #154a74;
		font-size: 43px;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* お知らせ・トピックス */
	.topics_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.topics_wrap ul li {
		display: inline-block;
		width: 306px;
		margin-left: 40px;
		text-align: left;
	}
	.topics_wrap ul li:first-of-type {
		margin-left: 0;
	}
	
	/* サムネイル */
	.topics_thumb {
		margin-bottom: 10px;
	}
	.topics_thumb img {
		width: 306px;
		height: 250px;
		object-fit: cover;
	}
	
	/* カテゴリー */
	.topics_icon_box {
		display: inline-block;
		width: 77px;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		background-color: #154a74;
		text-align: center;
	}
	
	/* 日付 */
	.topics_date {
		display: inline-block;
		color: #154a74;
		font-size: 20px;
		font-weight: 700;
		margin-left: 10px;
	}
	
	/* お知らせ・トピックス 見出し */
	.topics_title a {
		display: block;
		font-size: 20px;
		font-weight: 700;
		color: #154a74;
		line-height: 1.4;
		margin-top: 5px;
	}
	
	
}




/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_topics_row {
		padding: 12vw 0 16vw;
	}
	
	/* インナーセクション */
	.topics_row_in {
		margin-top: 8vw;
	}
	
	/* 見出し */
	.h2_topics h2 {
		text-align: center;
		color: #154a74;
		font-size: 7vw;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* お知らせ・トピックス */
	.topics_wrap {
		margin: 0 6vw;
	}
	.topics_wrap ul li {
		margin-top: 8vw;
		font-size: 0;
	}
	.topics_wrap ul li:first-of-type {
		margin-top: 0;
	}
	
	/* サムネイル */
	.topics_thumb {
		margin-bottom: 4vw;
	}
	.topics_thumb img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	
	/* カテゴリー */
	.topics_icon_box {
		display: inline-block;
		width: 18vw;
		font-size: 3vw;
		font-weight: 700;
		color: #ffffff;
		background-color: #154a74;
		text-align: center;
		padding: 0 0 0.4vw;
	}
	
	/* 日付 */
	.topics_date {
		display: inline-block;
		color: #154a74;
		font-size: 4vw;
		font-weight: 700;
		margin-left: 2vw;
	}
	
	/* お知らせ・トピックス 見出し */
	.topics_title a {
		display: block;
		font-size: 4vw;
		font-weight: 700;
		color: #154a74;
		line-height: 1.4;
		margin-top: 2vw;
	}
	

}


/* ================================================================================

	Hello Paint × YouTube

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_youtube_row {
		background-color: #d92a2a;
		color: #ffffff;
		font-weight: 900;
		padding: 96px 0 120px;
	}
	.re_youtube_row:after {
		position: absolute;
		content: '';
		background: url(../img/youtube_hama.png) center top / contain no-repeat;
		width: 256px;
		height: 258px;
		bottom: 0;
		left: 50%;
		margin-left: 348px;
	}
	
	/* 見出し */
	.youtube_title {
		width: 693px !important;
		margin: 0 auto;
	}
	
	/* インナーセクション */
	.youtube_row_in {
		margin-top: 34px;
	}
	
	/* 動画iframe */
	.youtube_left {
		margin-right: 40px;
	}
	.youtube_left iframe {
		height: 302px;
	}
	
	/* テキスト */
	.youtube_text {
		font-size: 20px;
		font-weight: 700;
	}
	
	/* ボタン */
	.youtube_btn {
		margin-top: 30px;
	}
	.youtube_btn a {
		position: relative;
		display: block;
		text-align: center;
		background-color: #ffffff;
		border-radius: 42px;
		color: #d92a2a;
		font-size: 23px;
		padding: 22px 0 22px 50px;
		width: 382px;
	}
	.youtube_btn:after {
		position: absolute;
		content: '';
		background: url(../img/youtube_icon.png) center top / contain no-repeat;
		width: 41.5px;
		height: 29px;
		top: 47%;
		left: 25px;
		margin-top: -14.5px;
	}
	
	.youtube_btn:hover::after{
		top: 51%;
	}
	
	a.btn--youtube.btn--cubic {
		  border-bottom: 5px solid #9f000c;
		}

	a.btn--youtube.btn--cubic:hover {
		  margin-top: 3px;
		  border-bottom: 2px solid #9f000c;
		}

	a.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
	
	
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_youtube_row {
		background-color: #d92a2a;
		color: #ffffff;
		font-weight: 900;
		padding: 14vw 0 16vw;
	}
	.re_youtube_row:after {
		position: absolute;
		content: '';
		background: url(../img/youtube_hama.png) center top / contain no-repeat;
		width: 256px;
		height: 258px;
		bottom: 0;
		left: 50%;
		margin-left: 348px;
	}
	
	/* 見出し */
	.youtube_title {
		margin: 0 6vw;
	}
	
	/* インナーセクション */
	.youtube_row_in {
		margin-top: 6vw;
	}
	
	/* 動画iframe */
	.youtube_left {
		margin: 0 6vw;
	}
	.youtube_left iframe {
		height: 60vw;
	}
	
	/* テキスト */
	.youtube_text {
		font-weight: 700;
		margin: 6vw 6vw 0;
	}
	
	/* ボタン */
	.youtube_btn {
		margin-top: 6vw;
	}
	.youtube_btn a {
		position: relative;
		display: block;
		text-align: center;
		background-color: #ffffff;
		border-radius: 42px;
		color: #d92a2a;
		font-size: 4.5vw;
		padding: 4vw 0 4.8vw 5vw;
		margin: 0 6vw;
	}
	.youtube_btn:after {
		position: absolute;
		content: '';
		background: url(../img/youtube_icon.png) center top / contain no-repeat;
		width: 8vw;
		height: 6vw;
		top: 47%;
		left: 12vw;
		margin-top: -3vw;
	}
	
	.youtube_btn:hover::after{
		top: 51%;
	}
	
	
}




/* ================================================================================

	無駄な中間マージン払っていませんか？自社職人と下請け業者でここまで違います！

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_costcut_row {
		padding: 110px 0;
	}
	
	/* 見出し */
	.h2_costcut h2 {
		text-align: center;
		color: #154a74;
		font-size: 43px;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* インナーセクション */
	.costcut_row_in {
		margin: 52px 0 0 !important;
	}
	
	/* 自社施工しない塗装店 */
	.costcut_left {
		margin-right: 2px;
	}
	.costcut_left:after {
		position: absolute;
		content: '';
		background: url(../img/paint_a.png) center top / contain no-repeat;
		width: 115px;
		height: 321px;
		bottom: -51px;
		left: -53px;
	}
	
	/* 自社施工しない塗装店 見出し */
	.h3_costcut01 {
		text-align: center;
		background-color: #154a74;
		color: #ffffff;
		padding: 34px 0;
	}
	.h3_costcut01 h3 {
		font-size: 25px;
		font-weight: 900;
		letter-spacing: 0.05em;
	}
	
	/* 自社施工しない塗装店 グラフ */
	.costcut_example01 {
		background-color: #ffffff;
		padding: 35px 0;
		text-align: center;
	}
	.costcut_example01 img {
		width: 274px;
	}
	
	/* ハローペイント */
	.costcut_right:after {
		position: absolute;
		content: '';
		background: url(../img/paint_b.png) center top / contain no-repeat;
		width: 138px;
		height: 430px;
		bottom: -79px;
		right: -69px;
	}

	/* ハローペイント 見出し */
	.h3_costcut02 {
		text-align: center;
		background-color: #154a74;
		padding: 17px 0;
	}
	.h3_costcut02 img {
		width: 187px;
	}
	
	/* ハローペイント グラフ */
	.costcut_example02 {
		text-align: center;
		background-image: linear-gradient(-45deg, rgb(212,236,254) 25%, #fff 25%, #fff 50%, rgb(212,236,254) 50%, rgb(212,236,254) 75%, #fff 75%);
		background-size: 40px 40px;
		padding: 35px 0;
	}
	.costcut_example02 img {
		width: 274px;
	}
	
	/* コストカット テキスト */
	.costcut_text {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		color: #154a74;
		margin: 34px 0 0;
		line-height: 1.4;
	}
	
	/* ボタン */
	.costcut_btn {
		margin-top: 39px;
	}
	.costcut_btn a {
		position: relative;
		display: block;
		width: 695px;
		background-color: #d92a2a;
		border-radius: 40px;
		color: #ffffff;
		font-weight: 900;
		text-align: center;
		font-size: 30px;
		margin: 0 auto;
		padding: 15px 0;
	}
	
		a.btn--brown.btn--cubic {
		  border-bottom: 5px solid #9f000c;
		}

		a.btn--brown.btn--cubic:hover {
		   border: 2px solid #d92a2a;
		  color:#d92a2a;
		  background-color: #fff;
		  margin-top: 3px;
		  border-bottom: 2px solid #9f000c;

		}

		a.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
	
	
	
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_costcut_row {
		padding: 12vw 0 16vw;
	}
	
	/* 見出し */
	.h2_costcut h2 {
		text-align: center;
		color: #154a74;
		font-size: 5vw;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* インナーセクション */
	.costcut_row_in {
		margin: 8vw 4vw 0;
	}
	
	/* 自社施工しない塗装店 */
	.costcut_left:after {
		position: absolute;
		content: '';
		background: url(../img/paint_a.png) center top / contain no-repeat;
		width: 17vw;
		height: 47vw;
		bottom: -4vw;
		left: -2vw;
	}
	
	/* 自社施工しない塗装店 見出し */
	.h3_costcut01 {
		text-align: center;
		background-color: #154a74;
		color: #ffffff;
		padding: 6vw 0;
	}
	.h3_costcut01 h3 {
		font-size: 5vw;
		font-weight: 900;
		letter-spacing: 0.05em;
	}
	
	/* 自社施工しない塗装店 グラフ */
	.costcut_example01 {
		background-color: #ffffff;
		padding: 6vw 0;
		text-align: center;
	}
	.costcut_example01 img {
		width: 60vw;
	}
	
	/* ハローペイント */
	.costcut_right {
		margin-top: 8vw;
	}
	.costcut_right:after {
		position: absolute;
		content: '';
		background: url(../img/paint_b.png) center top / contain no-repeat;
		width: 19vw;
		height: 60vw;
		bottom: -6vw;
		right: -3vw;
	}

	/* ハローペイント 見出し */
	.h3_costcut02 {
		text-align: center;
		background-color: #154a74;
		padding: 4vw 0;
	}
	.h3_costcut02 img {
		width: 40vw;
	}
	
	/* ハローペイント グラフ */
	.costcut_example02 {
		text-align: center;
		background-image: linear-gradient(-45deg, rgb(212,236,254) 25%, #fff 25%, #fff 50%, rgb(212,236,254) 50%, rgb(212,236,254) 75%, #fff 75%);
		background-size: 40px 40px;
		padding: 6vw 0;
	}
	.costcut_example02 img {
		width: 60vw;
	}
	
	/* コストカット テキスト */
	.costcut_text {
		font-size: 4vw;
		font-weight: 700;
		text-align: center;
		color: #154a74;
		margin: 8vw 0 0;
		line-height: 1.4;
	}
	
	/* ボタン */
	.costcut_btn {
		margin-top: 6vw;
	}
	.costcut_btn a {
		display: block;
		background-color: #d92a2a;
		border-radius: 9vw;
		color: #ffffff;
		font-weight: 900;
		text-align: center;
		font-size: 4vw;
		margin: 0 6vw;
		padding: 4vw 0;
	}
	

}
#check_sign {
	background-color: #FFF;
	padding: 60px 0;
}

.sign-text {
	font-size: 18px;
	margin-top: 20px
}

.top-sign-row {
	font-size: 18px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	#check_sign {
		padding: 40px 16px;
	}
	.elementor-check-sign {
		padding: 40px 16px;
	}
	.top_short {
		margin-top: 8vw;
	}
	.h2_cate {
		border-bottom: 3px solid #154a74;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 900;
		color: #154a74;
		line-height: 1.4 !important;
		text-align: center;
	}
	.h3_change {
		background-color: #154a74;
		text-align: center;
		padding: 4vw 0;
	}
	.h3_change h3 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
	}
	
	.change_text {
		text-align: center;
	}
	
	.change_box img {
		width: 100%;
		height: 65vw;
		object-fit: cover;
	}
	.change_right {
		margin-top: 4vw;
	}
	.h4_change {
		background-color: #fdc723;
		padding: 4vw;
		color: #154a74;
		font-size: 16px;
	}
	.h4_change h4 {
		font-weight: 900;
		line-height: 1.4;
		font-size: 4vw;
	}
}
@media (min-width: 768px) {
	.top_long {
		margin-top: 120px;
	}

	.h2_cate {
		border-bottom: 3px solid #154a74;
		padding: 0 0 16px 0 !important;
	}

	.h2_cate h2 {
		font-size: 32px;
		font-weight: 900;
		color: #154a74;
		text-align: center;
		line-height: 1.4 !important;
	}

	.h3_change {
		background-color: #154a74;
		text-align: center;
		padding: 20px 0;
	}

	.h3_change h3 {
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
	}

	.change_text {
		text-align: center;
	}

	.change_box img {
		width: 490px;
		height: 360px;
		object-fit: cover;
	}

	.change_right {
		margin-left: 20px;
	}

	.h4_change {
		background-color: #fdc723;
		padding: 0 20px;
		color: #154a74;
		font-size: 18px;
	}

	.h4_change h4 {
		font-weight: 900;
		line-height: 1.4;
		vertical-align: middle;
		display: table-cell;
		height: 90px;
	}
}

/* ================================================================================

	見積もりシミュレーション：202411追加

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
    .simu{
        padding: 60px 0 100px;
    }
    .simu-inner{
        width:100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .simu-ttl{
        text-align: right;
        margin-bottom: 0;
    }
    
    /* 延べ床面積とは */
    .simu-info{
        display: flex;
        border: 5px solid #154a74;
        border-radius: 40px;
        background-color: #ffffff;
        padding: 30px 60px;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .simu-info-txt-ttl01{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .simu-info-txt-ttl02{
        margin-bottom: 20px;
        color: #154a74;
        font-size: 25px;
    }
	
	/* STEP */
	.simu-step{
		height:500px;
		position:relative;
		overflow:hidden;
	}
	.simu-step.is-open{
		height:auto;
	}
	.simu-open{
		position:absolute;
		left:0;
		bottom:0;
		border:none;
		background-color:transparent;
		padding:0;
		cursor:pointer;
	}
	.pc_button{
		display: block;
	}
	.sp_button{
		display:none;
	}
    
    /* STEP1 */
    .simu-step01{
        background-color: #fff;
        margin-bottom: 50px;
    }
    .simu-step01-ttl{
        font-size: 32px;
        font-weight: 900;
        color: #ffffff;
        background-color: #154a74;
        text-align: center;
        padding: 20px 0;
    }
    .simu-step01-list{
        padding: 35px 35px 15px;
    }
    .simu-step01-list ul{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .simu-step01-list ul li{
        width:calc( (100% - 60px) / 3 );
        margin-right: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .simu-step01-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .simu-step01-list ul li label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 20px;
        text-align: center;
        padding: 30px 15px;
        cursor: pointer;
    }
    .simu-step01-list ul li label.is-checked{
        border-color: #d92a2a;
    }
    .simu-step01-list ul li input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    .simu-step01-list ul li h4{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .simu-step01-list ul li img{
        margin-bottom: 15px;
    }
    
    .simu-step02,
    .simu-step03{
        margin-bottom: 50px;
        background-color: #fff;
    }
    .simu-step02 dl,
    .simu-step03 dl{
        
    }
    .simu-step02 dl dt,
    .simu-step03 dl dt{
        font-size: 32px;
        font-weight: 900;
        color: #ffffff;
        background-color: #154a74;
        text-align: center;
        padding: 20px 0;
    }
    .simu-step02 dl dd,
    .simu-step03 dl dd{
        padding: 35px;
        display: flex;
    }
    .simu-step02 dl dd label,
    .simu-step03 dl dd label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 20px;
        text-align: center;
        padding: 20px 15px;
        font-size: 25px;
        width:calc(50% - 30px);
        margin-right: 30px;
        position: relative;
        cursor: pointer;
        font-size: 25px;
    }
    .simu-step02 dl dd label.is-checked,
    .simu-step03 dl dd label.is-checked{
        border-color: #d92a2a;
        background-color: #d92a2a;
        color: #fff;
    }
    .simu-step02 dl dd label:nth-child(2n),
    .simu-step03 dl dd label:nth-child(2n){
        margin-right: 0;
    }
    .simu-step02 dl dd input[type="radio"],
    .simu-step03 dl dd input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    
    .simu-step02{
        
    }
    .simu-notice{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 35px 35px;
    }
    .simu-notice p{
        padding-left: 30px;
    }
    
    /* 決定ボタン */
    .simu-submit{
        text-align: center;
    }
    .simu-submit button{
        position: relative;
        display: block;
        width: 695px;
        background-color: #d92a2a;
        border-radius: 40px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
        padding: 15px 0;
        cursor: pointer;
        border: none;
        border-bottom: 5px solid #9f000c;
    }
    .simu-submit button:hover{
        background-color: #fff;
        border: 2px solid #d92a2a;
        color: #d92a2a;
    }
    
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
    .simu{
        padding: 16vw 0 26.6668vw;
    }
    .simu-ttl{
        text-align: center;
        margin-bottom: 0;
    }
    .simu-ttl img{
        width: 100%;
        height: auto;
    }
    
    /* 延べ床面積とは */
    .simu-info{
        display: block;
        border: 1.3335vw solid #154a74;
        border-radius: 0;
        padding: 4vw;
        font-size: 4.8vw;
        margin-bottom: 8vw;
        background-color: #ffffff;
    }
    .simu-info img{
        display: block;
        margin:4vw auto 0;
        width:100%;
        max-width: 40vw;
    }
    
    .simu-info-txt-ttl01{
        margin-bottom: 5.3334vw;
        font-size: 6.6667vw;
    }
    .simu-info-txt-ttl02{
        margin-bottom: 5.3334vw;
        color: #154a74;
        font-size: 6vw;
    }
	
	/* STEP */
	.simu-step{
		height:400px;
		position:relative;
		overflow:hidden;
	}
	.simu-step.is-open{
		height:auto;
	}
	.simu-open{
		position: absolute;
        left: -8%;
        bottom: -1px;
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        width: 115%;
	}
	.pc_button{
		display: none;
	}
	.sp_button{
		display:block;
	}
    /* STEP1 */
    .simu-step01{
        background-color: #fff;
        margin-bottom: 8vw;
    }
    .simu-step01-ttl{
        font-size: 5vw;
        font-weight: 900;
        color: #ffffff;
        padding: 4vw 0;
        background-color: #154a74;
        text-align: center;
    }
    .simu-step01-list{
        padding: 5.333vw;
    }
    .simu-step01-list ul{
        display: block;
    }
    .simu-step01-list ul li{
        width:100%;
        margin-right: 0;
        margin-bottom: 5.333vw;
        position: relative;
    }
    .simu-step01-list ul li label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 5.333vw;
        text-align: center;
        padding: 4vw;
        cursor: pointer;
    }
    .simu-step01-list ul li label.is-checked{
        border-color: #d92a2a;
    }
    .simu-step01-list ul li input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    .simu-step01-list ul li h4{
        font-size: 4.8vw;
        line-height: 1.5;
        margin-bottom: 2.666vw;
    }
    .simu-step01-list ul li img{
        max-width: 21.333vw;
        width: 100%;
        height: auto;
        margin-bottom: 2.666vw;
    }
    
    .simu-step02,
    .simu-step03{
        margin-bottom: 8vw;
        background-color: #fff;
    }
    .simu-step02 dl,
    .simu-step03 dl{
        
    }
    .simu-step02 dl dt,
    .simu-step03 dl dt{
        font-size: 5vw;
        font-weight: 900;
        color: #ffffff;
        padding: 4vw 0;
        background-color: #154a74;
        text-align: center;
    }
    .simu-step02 dl dd,
    .simu-step03 dl dd{
        padding: 4vw;
        display: flex;
        width:100%;
        justify-content: space-between;
    }
    .simu-step02 dl dd label,
    .simu-step03 dl dd label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 2.666vw;
        text-align: center;
        padding: 4vw;
        font-size: 4.8vw;
        width:50%;
        margin-right: 4vw;
        position: relative;
        cursor: pointer;
    }
    .simu-step02 dl dd label.is-checked,
    .simu-step03 dl dd label.is-checked{
        border-color: #d92a2a;
        background-color: #d92a2a;
        color: #fff;
    }
    .simu-step02 dl dd label:nth-child(2n),
    .simu-step03 dl dd label:nth-child(2n){
        margin-right: 0;
    }
    .simu-step02 dl dd input[type="radio"],
    .simu-step03 dl dd input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    
    .simu-step02{
        
    }
    .simu-notice{
        display: block;
        padding: 0 4vw 4vw;
    }
    .simu-notice p{
        padding-left: 2vw;
    }
    .simu-notice img{
        width: 100%;
        height: auto;
    }
    
    /* 決定ボタン */
    .simu-submit{
        text-align: center;
    }
    .simu-submit button{
        position: relative;
        display: block;
        width: 100%;
        background-color: #d92a2a;
        border-radius: 10.6666vw;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
        font-size: 5.333vw;
        margin: 0 auto;
        padding: 4vw 0;
        cursor: pointer;
        border: none;
        border-bottom: 5px solid #9f000c;
    }
    .simu-submit button:hover{
        background-color: #fff;
        border: 2px solid #d92a2a;
        color: #d92a2a;
    }
}