@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	font-weight: 400;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after,
*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	display: block;
}

a:hover,
a:focus,
a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}

.hv-o:hover {
	opacity: .7;
}

/* Page 02*/
.banner_page_2 {
	background-image: url(../img/renovation/banner.jpg);
}

.renovation_message {
	background-image: url(../img/renovation/backg.png);
	background-repeat: no-repeat;
	background-position: center 130px;
	background-size: 1920px auto;
	padding-top: 75px;
	padding-bottom: 95px;
}

.banner_page_2 .title_banner_page {
	padding-top: 59px;
	display: block;
	width: 100%;
	max-width: 1055px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1;
	padding-left: 70px;
}

.col_page_2 {
	width: calc(50% - 45px);
}

.renovation__content {
	margin-top: 80px;
}

.renovation__content .before__after_content {
	position: relative;
}

.renovation__content .before__after_content::before {
	position: absolute;
	content: '';
	width: 1424px;
	max-width: calc(100% - 40px);
	height: calc(100% - 370px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #e9ecf5;
	border-radius: 30px;
}

.content__des {
	margin-top: 30px;
}

.gap_90_105 {
	padding: 0 45px;
	gap: 105px 90px;
	margin-top: 100px;
	padding-bottom: 100px;
}

.message_link_center {
	text-align: center;
}

.message_link_center a {
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-image: url(../img/renovation/i-12.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) center;
	background-color: #ffa525;
	border-radius: 10px;
	padding: 24px 70px 25px 30px;
}

.renovation_message .message_link_center {
	margin-top: 395px;
}

.renovation_message .custome__02 .img__wrapper {
	bottom: -160px;
	right: 15px;
}

.us_block {
	display: none;
}

.subttitle_page_text {
	font-size: 28px;
	color: #ffa525;
	font-weight: bold;
}

.title_page_text {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
}

.title__page_line {
	padding-left: 25px;
}

.title__page_line::before {
	width: 4px;
	height: calc(100% - 20px);
	top: 55% !important;
	line-height: 1;
}

.before::after {
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translateY(-50%);
	content: url(../img/renovation/i-11.png);

}

.renovation_message .custome__01::before {
	top: 190px;
	left: -25px;
}

.renovation_message .custome__01::after {
	position: absolute;
	content: '';
	border-radius: 999px;
	background-color: #fff;
	z-index: 1;
	width: 154px;
	height: 154px;
	bottom: -120px;
	left: 45px;
}

@media screen and (max-width:1400px) {
	.renovation_message .custome__02 .img__wrapper {
		bottom: -285px;
		right: 15px;
	}
}

@media screen and (max-width:1230px) {
	.field__content .col_page_5 {
		width: 224px;
	}

	.gap20_30 {
		justify-content: center;
	}
}

@media screen and (max-width:999px) {
	.renovation_message .custome__02 .img__wrapper {
		bottom: -2.5vw;
		right: 15px;
	}

	.renovation_message .message_link_center {
		margin-top: 95px;
	}
}

@media screen and (max-width:767px) {

	.banner_page_2 .title_banner_page {
		padding-left: 20px;
	}

	.gap_90_105 {
		gap: 90px 50px;
	}

	.col_page_2 {
		width: calc(50% - 25px);
	}

	.before::after {
		transform: scale(0.6);
		right: -47px;
		top: 43%;
	}
}

@media screen and (max-width:660px) {
	.us_block {
		display: block;
	}

	.banner_page_2 .title_banner_page {
		line-height: 1.3;
	}

	.border_in_us {
		display: inline-block;
		border-bottom: dashed #ffa525;
		padding: 0px 0px 10px;
		margin-bottom: 5px;
	}

	.col_page_2 {
		width: 100%;
	}

	.col_page_2 img {
		width: 100%;
	}

	.before::after {
		transform: scale(1);
		right: auto;
		top: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		bottom: -70px;
	}
}

@media screen and (max-width:480px) {
	.message_link_center a {
		padding: 14px 20px 15px 18px;
		max-width: 280px;
		background-position: calc(100% - 25px) 60px;
	}

	.gap_90_105 {
		padding: 0 25px
	}

	.before::before,
	.after::after {
		font-size: 16px !important;
		width: 80px !important;
		height: 80px !important;
	}
}

@media screen and (max-width:400px) {
	.renovation_message .custome__01 {
		margin-top: 60px;
	}

	.banner_page_2 .subtitle_banner_page_text {
		font-size: 23px;
	}

	.banner_page_2 .title_banner_page {
		font-size: 30px;
	}
}

/* Page 03*/
.subtitle_banner_page_text {
	font-size: 28px;
	font-weight: bold;
}

.i_ra {
	color: #ffa525;
}

.banner_page_3 {
	background-image: url(../img/new-construction/banner.jpg);
}

.banner_page_3 .title_banner_page {
	display: block;
	width: 100%;
	max-width: 638px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1;
	padding-left: 12.24vw;
}

.border_in {
	display: inline-block;
	border-bottom: dashed #ffa525;
	padding: 29px 3px 10px;
	margin-bottom: 5px;
}

.text_emphasize {
	color: #ffa525;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.subtext_emphasize {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
}

.procedure {
	max-width: 1500px;
	padding: 85px 150px 100px;
	margin: 0 auto;
	background-color: #e9ecf5;
}

.procedure__item {
	width: 100%;
	border-radius: 999px;
	background-color: #fff;
	margin-top: 50px;
	padding: 35px 45px;
	align-items: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.procedure__lable {
	width: 240px;
	display: block;
}

.procedure__text {
	width: calc(100% - 240px);
	display: block;
}

.procedure__xx {
	display: block;
	color: #ffa525;
}

.procedure__lable {
	font-size: 23px;
	font-weight: bold;
}

.procedure__number {
	font-weight: 28px;
	color: #fff;
	background-color: #ffa525;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	margin-right: 15px;
}

.new-construction_message {
	background-image: url(../img/new-construction/backg.png);
	background-size: 1920px auto;
	background-position: center top;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-top: 290px;
	padding-bottom: 250px;
}

.container__custome {
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}

.row_page_x {
	position: relative;
}

.custome__01,
.custome__03 {
	position: relative;
}

.custome__02 {
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 2;
}

.custome__01::before,
.custome__02::before,
.custome__03::before {
	position: absolute;
	content: '';
	border-radius: 999px;
	background-color: #fff;
	z-index: 1;
}

.custome__01::before {
	width: 77px;
	height: 77px;
	top: 105px;
	left: 2px;
}

.custome__02::before {
	width: 123px;
	height: 123px;
	top: 120px;
	right: -20px;

}

/*
.custome__03::before {
	width: 154px;
	height: 154px;
	top: 125px;
	left: -90px;
}
*/
.custome__01 {
	z-index: 1;
}

.custome__02 {
	width: 840px;
	height: 840px;
	background-color: #fff;
	border-radius: 999px;
}

.custome__03 {
	width: 645px;
	height: 645px;
	background-color: #fff;
	border-radius: 999px;
	margin-top: -165px;
	margin-left: 125px;
}

.new-construction_figure .col_page_4 .img__wrapper img {
	border-radius: 18px;
}

.message__emphasize_subtext {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
}

.message__emphasize_text {
	font-size: 28px;
	color: #ffa525;
	font-weight: bold;
	display: block;
	line-height: 1.5;
}

.message__emphasize .message__emphasize_subtext {
	font-size: 50px;
	border-bottom: #ffa525 dashed;
	line-height: 1.2;
	padding-bottom: 15px;
	display: block;
}

.message__emphasize .message__emphasize_subtext .fs40 {
	font-size: 40px;
}

.message_link {
	position: absolute;
	bottom: -30px;
	right: 45px;
}

.message_link a {
	display: flex;

	width: 210px;
	height: 210px;
	border-radius: 999px;
	background-color: #ffa525;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
}

.i_link {
	padding-bottom: 50px;
	background-image: url(../img/new-construction/i-link.png);
	background-position: center bottom;
	background-size: 37px auto;
	background-repeat: no-repeat;
}

.custome__02 .img__wrapper {
	position: absolute;
	bottom: -230px;
	right: 120px;
}

.custome__03 .message_content {
	padding: 200px 100px 10px
}

.custome__03 .message_content .title_page_text_lv4 {
	color: #ffa525;
}

.message__text {
	margin-top: 20px;
}

.custome__02 .message_content {
	max-width: 560px;
	margin-left: auto;
	margin-right: 110px;
	margin-top: 210px;
}

.new-construction_top {
	margin-top: 65px;
	margin-bottom: 70px;
}

.new-construction_figure {
	position: relative;
	margin-bottom: -200px;
	z-index: 1;
}

@media screen and (max-width:1530px) {
	.procedure {
		padding: 85px 14vw 100px;
	}

	.procedure {
		margin: 0 15px;
	}
}

@media screen and (max-width:1400px) {
	.custome__02 {
		width: 700px;
		height: 700px;
	}

	.custome__02 .message_content {
		margin-right: 50px;
	}
}

@media screen and (max-width:1280px) {
	.custome__03 {
		margin-top: -100px;
	}
}

@media screen and (max-width:1150px) {
	/*
	.custome__03::before {
		top: 65px;
	}
	*/

	.custome__03 {
		margin-top: -50px;
	}

	.custome__02 .img__wrapper {
		bottom: -285px;
		right: -90px;
	}

	.custome__03 {
		margin-left: 50px;
	}

	.custome__01 img {
		width: 600px;
	}

	.custome__02 .img__wrapper {
		transform: scale(0.8);
	}

	.custome__03 .message_content {
		padding: 200px 100px 10px 50px;
	}
}

@media screen and (max-width:999px) {
	.banner_page_3 .title_banner_page {
		max-width: calc(100% - 15px);
		width: 480px;
	}

	.procedure {
		padding: 85px 15px 100px;
	}

	.custome__02 {
		margin-top: 0;
		position: relative;
		margin-left: auto;
	}

	.custome__02 .message_content {
		margin-top: 0;
		padding-top: 150px;
	}

	.new-construction_message {
		padding-top: 90px;
	}

	.new-construction_figure {
		margin-bottom: -100px;
	}

	.custome__02::before {
		right: -70px;
	}

	.custome__02 .img__wrapper {
		transform: scale(1);
	}

	.custome__02 .img__wrapper {
		bottom: -12vw;
		max-width: max(50vw, 200px);
		right: 0;
	}

	.custome__03 {
		margin-top: -150px;
	}

	.new-construction_message {
		background-position: center;
	}
}

@media screen and (max-width:767px) {

	.banner_page_3 .title_banner_page {
		padding-left: 20px;
	}

	.content_company_iframe iframe {
		height: 400px;
	}

	.procedure__text {
		width: 100%;
		margin-top: 10px;
	}

	.procedure__item {
		border-radius: 30px;
	}

	.procedure__item {
		padding: 35px 15px
	}

	.custome__02 .img__wrapper {
		bottom: -4vw;
	}

	.custome__02 {
		width: 100%;
	}

	.custome__03 {
		width: calc(95vw - 40px);
		margin-left: 6vw;
	}

	.custome__02 .message_content {
		margin: 10vw;
	}

	.message__emphasize_text {
		font-size: 25px;
	}

	.message__emphasize .message__emphasize_subtext {
		font-size: 6.519vw;
	}

	.message__emphasize .message__emphasize_subtext .fs40 {
		font-size: 5.215vw;
	}

	.message__emphasize_subtext {
		font-size: 5.215vw;
	}

	.custome__03 .message_content {
		padding: 200px 6vw 50px;
	}

	.message_link a {
		width: 150px;
		height: 150px;
		font-size: 18px;
	}

	.i_link {
		padding-bottom: 30px;
		background-size: 25px auto;
	}

	.custome__03 {
		height: 545px;
	}

	.new-construction_message {
		background-position: center top;
	}
}

@media screen and (max-width:600px) {
	.custome__02 .message_content {
		margin: 5vw;
	}

	.custome__02 .img__wrapper {
		bottom: 50px;
	}

	.new-construction_message {
		padding-top: 20px;
	}
}

@media screen and (max-width:400px) {
	.custome__02::before {
		top: 20px;
	}

	.text_emphasize {
		font-size: 24px
	}

	.subtext_emphasize {
		font-size: 32px;
	}

	.custome__01::before {
		top: 70px;
		left: -15px;
	}

}

/* Page 04*/
.container__page {
	padding: 0 15px;
	max-width: 1230px;
	margin: 0 auto;
}

.row_page {
	display: flex;
	flex-wrap: wrap;
}

.title__page_big_line,
.title__page_line {
	position: relative;
}

.title__page_big_line::before,
.title__page_line::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	background-color: #ffa525;
}

.before,
.after {
	position: relative;
}

.before::before,
.after::after {
	position: absolute;
	content: '';
	border-radius: 999px;
	color: #fff;
	width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	left: -20px;
	top: -60px;
}

.before::before {
	content: 'Before';
	background-color: #000;
}

.after::after {
	content: 'After';
	background-color: #ffa525;
}

.border_radius_container {
	border-radius: 30px;
}

.border_radius_max {
	border-radius: 999px;
}

.line_pd {
	border-bottom: dashed #ffa525;
	padding-bottom: 30px;
}

.gap_45 {
	gap: 50px 40px;
}

.title_page_text_lv4 {
	font-size: 28px;
	font-weight: bold;
}

.title__page_big_line::before {
	width: 17px;
	height: 30px;
}

.col_page_4 {
	width: calc(25% - 30px);
}

.title_page_text_lv4 {
	padding-left: 33px;
}

.content_xf {
	padding-top: 20px;
	padding-bottom: 65px;
}

.title__page_big_line {
	margin-bottom: 15px;
}

.banner_page_in {
	padding-top: 310px;
}

.title_banner_page {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 0 30px 0 0;
	padding-top: 30px;
	text-align: right;
	font-size: 60px;
}

.banner_page_4 .title_banner_page {
	display: block;
	width: 100%;
	max-width: 638px;
	padding-bottom: 15px;
}

.banner_page_4 .title_banner_page_text {
	margin-bottom: 45px;
	padding-right: 170px;
	padding-left: 20px;
}

.title_banner_page_text {
	font-weight: bold;
}

.banner_page_4 {
	background: url(../img/construction-track-record/banner.png);

}

.banner_page_in {
	background-repeat: no-repeat;
	background-position: calc(100% + 1px) bottom;
}

.content_4_top {
	padding-top: 85px;
}

.col_page_5 {
	width: calc(20% - 16px);
}

.gap20_30 {
	gap: 30px 20px;
	margin-top: 40px;
}

.field__content {
	padding-top: 50px;
	padding-bottom: 10px;
}

.field__content .border_radius_max {
	background-color: #ffedd3;
	border-radius: 999px;
	text-align: center;
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.text_d_center,
.text_dp_center {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

.text_dp_center {
	color: #ffa525;
	margin-top: 8px;
}

.radius_item_img {
	height: 100px;
	margin-bottom: 8px;
}

.radius_item_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1610px) {
	.banner_page_in {
		background-position: 15px bottom;
	}
}

@media screen and (max-width:999px) {
	.banner_page_in {
		background-position: center bottom;
	}

	.gap_45 {
		gap: 25px 20px;
	}

	.col_page_4 {
		width: calc(25% - 15px);
	}

	.title_banner_page {
		font-size: 40px;
	}

	.banner_page_4 .title_banner_page {
		max-width: calc(100% - 15px);
		width: 480px;
	}

	.line_pd {
		padding-bottom: 20px;
	}

	.banner_page_4 .title_banner_page_text {
		margin-bottom: 35px;
	}

	.banner_page_in {
		padding-top: 250px;
	}
}

@media screen and (max-width:767px) {
	.title_page_text_lv4 {
		font-size: 22px;
	}

	.banner_page_4 .title_banner_page_text {
		padding-right: 0;
	}

	.title_banner_page {
		text-align: left;
	}
}

@media screen and (max-width:580px) {
	.col_page_4 {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width:480px) {
	.title_page_text_lv4 {
		font-size: 20px;
	}

	.title_page_text_lv4 {
		padding-left: 27px;
	}
}

/* page 05 */

.banner_page_5 {
	background-image: url(../img/company/banner.jpg);
}

.banner_page_5 .title_banner_page {
	display: block;
	width: 100%;
	max-width: 638px;
	padding-bottom: 15px;
}

.banner_page_5 .title_banner_page_text {
	margin-bottom: 45px;
	padding-right: 170px;
	padding-left: 20px;
}

.title_lile_lv3 {
	font-weight: 500;
	font-size: 30px;
}

.title_medium {
	font-size: 40px;
}

.title_lile_lv3 {
	position: relative;
	padding-left: 27px;
	margin-bottom: 40px;
}

.title_lile_lv3::before {
	position: absolute;
	content: '';
	background-color: #ffa525;
	width: 7px;
	height: calc(100% - 20px);
	top: calc(50% + 4px);
	transform: translateY(-50%);
	left: 0;
}

.title_lile_lv3.title_medium::before {
	width: 7px;
}

.content_company_table {
	width: 100%;
}

.content_company_table tr td:first-child {
	width: 180px;

	padding-left: 30px;
}

.content_company_table tr td {
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;

}

.content_company_center {
	margin-top: 88px;
}

.content_company_iframe iframe {
	width: 100%;
}

.content_company_top {
	margin-top: 80px;
}

.company_des,
.company_ol_des {
	font-size: 17px;
	font-weight: 500;
}

.company_ol_title {
	font-size: 30px;
	font-weight: 500;
}

.content_company_ol li {
	padding-left: 100px;
	position: relative;
	margin-top: 40px;
}

.content_company_ol li::before {
	position: absolute;
	left: 0;
	top: 17px;
}

.content_company_ol li:nth-child(1)::before {
	content: url(../img/company/01.png);
}

.content_company_ol li:nth-child(2)::before {
	content: url(../img/company/02.png);
}

.content_company_ol li:nth-child(3)::before {
	content: url(../img/company/03.png);
}

.content_company_ol li::after {
	position: absolute;
	content: '';
	background-color: #ffa525;
	width: 1px;
	height: calc(100% - 4px);
	left: 70px;
	top: 6px;
}

@media screen and (max-width:999px) {
	.banner_page_5 .title_banner_page_text {
		margin-bottom: 35px;
	}

	.banner_page_5 .title_banner_page {
		max-width: calc(100% - 15px);
		width: 480px;
	}
}

@media screen and (max-width:767px) {

	.banner_page_5 .title_banner_page_text {
		padding-right: 0;
	}

	.content_company_iframe iframe {
		height: 400px;
	}

}

@media screen and (max-width:640px) {
	.content_company_table tr td {
		width: 100% !important;
		float: left;
		padding-left: 15px !important;
	}

	.content_company_table tr td:first-child {
		border-bottom: 0px solid #cccccc;
		padding-bottom: 0;
	}

	.content_company_table tr td:last-child {
		padding-top: 0px;
	}
}

@media screen and (max-width:480px) {
	.company_ol_title {
		font-size: 26px;
	}

	.content_company_ol li {
		padding-left: 84px;
	}

	.title_medium {
		font-size: 35px;
	}

	.title_lile_lv3 {
		font-size: 25px;
	}

	.content_company_ol li::after {
		left: 55px;
	}

	.content_company_ol li::before {
		transform: scale(0.8);
	}
}

@media screen and (max-width:400px) {
	.company_ol_title {
		font-size: 20px;
	}

	.content_company_ol li {
		padding-left: 70px;
	}
}

/* page 07 */
.title_lv07 {
	text-align: left;
	padding-left: 240px;
	margin-top: 75px;
}

.container__page_min {
	max-width: 1156px;
	padding: 0 15px;
	margin: 0 auto;
}

.text_line_title {
	font-weight: 500;
	display: block;
	font-size: 20px;
}

.text_line {
	position: relative;
	padding-left: 30px;
	margin-top: 55px;
}

.text_line::before {
	position: absolute;
	content: '';
	background-color: #ffa525;
	width: 4px;
	height: 100%;
	top: 2px;
	left: 0;
}

.content_policy_text_top {
	margin-bottom: 90px;
}

.content_policy {
	margin-top: 150px;
	padding-bottom: 170px;
}

.destext_emphasize {
	margin-top: 30px;
}

.message__emphasize {

	margin-bottom: 20px;
}

.message_link {
	z-index: 3;
}

.message_link_center {
	position: relative;
	z-index: 3;
}

@media screen and (max-width:999px) {
	.title_lv07 {
		text-align: center;
		padding: 0 15px;
	}
}

@media screen and (max-width:767px) {
	.content_policy_text_top {
		margin-bottom: 90px;
	}

	.content_policy_text_top {
		margin-bottom: 60px;
	}

	.content_policy {
		margin-top: 80px;
		padding-bottom: 100px;
	}

	.text_line {
		padding-left: 20px;
	}
}


@media screen and (max-width:480px) {
	.title_lv07 {
		font-size: 28px;
	}
}

.renovation__content img {
	border-radius: 10px;
}

/* ============================kha============================ */
.header {
	height: 110px;
	max-width: 1860px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.list-hd-menu {
	font-size: 16px;
}

.list-hd-menu a {
	display: inline-block;
	padding-left: 27px;
	padding-right: 27px;
	border-right: 1px solid #000;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.list-hd-menu a:hover,
.list-hd-menu a.is-active {
	color: #f4a525;
}

.list-hd-menu li:first-child a {
	border-left: 1px solid #000;
}

.header-btn-contact-link {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4a525;
	border-radius: 13px;
	width: 214px;
	height: 64px;
}

.header-logo {
	padding-left: 14px;
}

.header-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
}

.list-hd-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.toggle {
	display: none;
}

.toggle {
	position: relative;
	width: 40px;
	cursor: pointer;
	height: calc(4px * 3 + 11px * 2);
}

.bar {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: calc(4px / 2);
	background: #f4a525;
	color: inherit;
	opacity: 1;
	transition: none 0.35s cubic-bezier(.5, -0.35, .35, 1.5) 0s;
}

.bar--top {
	bottom: calc(50% + 11px + 4px/ 2);
	transition-property: bottom, transform;
	transition-delay: calc(0s + 0.35s), 0s;
}

.bar--middle {
	top: calc(50% - 4px/ 2);
	transition-property: opacity;
	transition-delay: calc(0s + 0.35s);
}

.bar--bottom {
	top: calc(50% + 11px + 4px/ 2);
	transition-property: top, transform;
	transition-delay: calc(0s + 0.35s), 0s;
}

.toggle.is-active .bar--top {
	bottom: calc(50% - 4px/ 2);
	transform: rotate(135deg);
	transition-delay: 0s, calc(0s + 0.35s);
}

.toggle.is-active .bar--middle {
	opacity: 0;
	transition-duration: 0s;
	transition-delay: calc(0s + 0.35s);
}

.toggle.is-active .bar--bottom {
	top: calc(50% - 4px/ 2);
	transform: rotate(225deg);
	transition-delay: 0s, calc(0s + 0.35s);
}

.sec1-top-slider-item {
	padding-left: 16vw;
	padding-right: 16vw;
}

.sec1-top-slider-item img {
	transform: scale(0.8);
	width: 100%;
	border-radius: 30px;
	transition: all 1s ease-in-out;
}

.slick-active img {
	transform: scale(1);
}

.sec2-top-tlt-h2 {
	font-weight: 700;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: max-content;
	row-gap: 33px;
	padding-left: 87px;
	padding-right: 76px;
	padding-top: 65px;
	padding-bottom: 17px;
	background-color: #fff;
	border-top-right-radius: 30px;
}

.sec2-top-tlt-h2-big {
	font-size: 60px;
}

.sec2-top-tlt-h2-small {
	font-size: 28px;
	border-bottom: 2px dashed #ffa525;
	padding-bottom: 17px;
}

.sec2-top-tlt-h2-small span {
	color: #f4a525;
}

.sec2-top-tlt-h2-small-icon1 {
	padding-right: 8px;
}

.sec2-top-tlt-h2-small-icon2 {
	padding-left: 8px;
}

.sec2-top {
	position: relative;
}

.sec2-top-main {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec3-top {
	text-align: center;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.sec4-top {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 28px;
	padding-bottom: 180px;
	position: relative;
	overflow: hidden;
	width: 100vw;
}

.style2-tlt {
	font-weight: 700;
	line-height: 1;
}

.style2-tlt span {
	display: block;
}

.style2-tlt-jp {
	font-size: 18px;
}

.style2-tlt-eng {
	color: #f4a525;
	font-size: 90px;
	padding-top: 5px;
}

.sec4-top-mid {
	text-align: center;
}

.txt-fs20 {
	font-size: 20px;
}

.txt-fs23 {
	font-size: 23px;
}

.sec4-top-mid--txt {
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 40px;
}

.sec4-top-mid--txt .txt-fs23 {
	color: #f4a525;
}

.btn-style1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	background-color: #f4a525;
	width: 254px;
	height: 70px;
	border-radius: 10px;
	background-image: url(../img/top/pic7.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right 25px center;
	font-size: 16px;
}

.sec4-top-mid .btn-style1 {
	margin-left: auto;
	margin-right: auto;
}

.sec4-top-left {
	position: absolute;
	left: 62px;
	top: 50px;
	width: 33.22%;
}

.sec4-top-right {
	position: absolute;
	top: 31px;
	right: 50px;
	width: 31.87%;
	padding-top: 25px;
}

.sec4-top-mid {
	padding-top: 85px;
	margin-left: auto;
	margin-right: auto;
}

.sec5-top {
	background-color: #e9ecf5;
	padding-top: 70px;
	padding-bottom: 100px;
}

.cont-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.sec5-top .style2-tlt {
	text-align: center;
}

.sec5-top-main {
	background-color: #fff;
	border-radius: 20px;
	padding: 0 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 47px;
}

.style3-tlt span {
	display: block;
	line-height: 1;
}

.style3-tlt-eng {
	font-size: 16px;
	font-weight: 500;
	color: #f4a525;
}

.style3-tlt-jp {
	font-size: 24px;
	font-weight: 700;
	padding-top: 14px;
}

.txt-fs16 {
	font-size: 16px;
}

.lh18 {
	line-height: 1.8;
}

.sec5-top-main-ul .txt-fs20 {
	font-weight: 700;
	color: #f4a525;
	padding-top: 10px;
	padding-bottom: 4px;
}

.sec5-top-main-ul .btn-style1 {
	margin-top: 40px;
}

.sec5-top-main-gtm {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

.sec5-top-main-ul {
	max-width: 1060px;
	margin-left: auto;
}

.sec5-top-main-ul li {
	display: grid;
	grid-template-columns: 1fr 48.1%;
	column-gap: 4.2%;
}

.sec5-top-main-ul li+li {
	padding-top: 50px;
}

.lh15 {
	line-height: 1.5;
}

.sec5-top-box-right .txt-fs20 {
	color: #f4a525;
	font-weight: 700;
	padding-bottom: 20px;
}

.sec5-top-box {
	background-color: #e9ecf5;
	border-radius: 10px;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 15px;
	display: grid;
	grid-template-columns: 38% 1fr;
	column-gap: 14%;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/top/pic11.png);
	background-repeat: no-repeat;
	background-size: 84px auto;
	background-position: bottom right 66px;
	margin-top: 65px;
}

.sec5-top-link {
	background-image: url(../img/top/pic12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 203px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 50px;
	cursor: pointer;
}

.sec5-top-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f4a525;
	opacity: 0.6;
}

.style4-tlt {
	font-weight: 500;
	line-height: 1;
}

.style4-tlt span {
	display: block;
}

.style4-tlt-eng {
	font-size: 40px;
}

.style4-tlt-jp {
	font-size: 18px;
	margin-top: 15px;
}

.sec5-top-link .style4-tlt {
	position: relative;
	z-index: 2;
}

.style4-tlt-jp--icon {
	display: inline-block !important;
	padding-right: 33px;
	background-image: url(../img/top/pic20.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right center;
}

.sec5-top-link .style4-tlt {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.sec5-top-box2 {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

.sec5-top-box2-tlt {
	text-align: center;
	padding-top: 53px;
	padding-bottom: 30px;
}

.txt-fs30 {
	font-size: 30px;
}

.txt-fs18 {
	font-size: 18px;
}

.sec5-top-box2-main-left {
	color: #fff;
	background-color: #FEA525;
	padding-left: 50px;
	padding-top: 45px;
	padding-bottom: 36px;
	padding-right: 15px;
}

.sec5-top-box2-main-left .txt-fs30 {
	color: #f4a525;
	background-color: #fff;
	display: inline-block;
	letter-spacing: -3px;
}

.sec5-top-box2-main-left p {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 500;
}

.sec5-top-box2-main-left .txt-fs16 {
	padding-top: 8px;
	padding-bottom: 20px;
	letter-spacing: -1px;
}

.sec5-top-box2-main-left .txt-fs18 {
	padding-right: 34px;
	background-image: url(../img/top/pic22.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right center;
}

.sec5-top-box2-main-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.sec5-top-box2-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footer-contact .style2-tlt {
	text-align: center;
}

.footer-contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer-contact-ul {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 8.9%;
	padding-top: 50px;
	position: relative;
}

.footer-contact-ul:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 1px;
	height: 133px;
	background-color: #D0D6EA;
}

.footer-contact-ul p.txt-fs18:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 1000px;
	background-color: #f4a525;
	margin-right: 5px;
}

.footer-contact-ul p.txt-fs18 {
	padding-bottom: 6px;
}

.footer-contact-box-link {
	height: 92px;
	display: flex;
	align-items: center;
}

.footer-contact-btn {
	height: 92px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #f4a525;
	border-radius: 10px;
	column-gap: 34px;
	padding-left: 30px;
	background-image: url(../img/top/pic7.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right 30px center;
	line-height: 1;
}

.footer-contact-ul li:first-child {
	padding-left: 50px;
}

.footer-bottom-logo {
	text-align: center;
}

.footer-bottom-in4 {
	text-align: center;
	padding-top: 25px;
}

.footer-bottom-in4 span {
	color: #f4a525;
}

.footer-bottom {
	background-color: #e9ecf5;
	padding-top: 110px;
}

.footer-bottom .txt-fs16 {
	color: #8e9da6;
	text-align: center;
	line-height: 1.5;
	padding-top: 70px;
	padding-bottom: 17px;
}

.footer-bottom-br {
	display: none;
}

.scrolltop {
	width: 65px;
	height: 65px;
	background-color: #f4a525;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 30px;
	border-radius: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background-image: url(../img/common/pic3.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center center;
}

.footer-bottom .txt-fs16 {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-icon {
	position: relative;
	max-width: 1500px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.footer-icon-main {
	position: absolute;
	bottom: -3px;
	right: 0;
}

.banner-custom-img {
	text-align: right;
}

.banner-custom-img img {
	border-top-left-radius: 30px;
}

.tlt-banner-renovation {
	position: relative;
}

.tlt-banner-renovation-main {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec2-top-tlt-h2--renovation {
	padding-left: 65px;
	padding-right: 95px;
}

.sec2-top-tlt-h2-small--left {
	justify-content: flex-start;
}

.sec2-top-tlt-h2--left {
	align-items: flex-start;
}

.renovation-bottom-202525 .procedure__list,
.renovation-bottom-202525 .title__page_big_line {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.renovation-bottom-202525 {
	padding-left: 15px;
	padding-right: 15px;
}

.sec2-top-tlt-h2--construction {
	padding-left: 236px;
	padding-right: 100px;
}

.sec2-top-tlt-h2--construction-track {
	padding-right: 164px;
	padding-left: 219px;
	padding-bottom: 50px;
}

.sec2-top-tlt-h2-small-novalue {
	padding-bottom: 10px;
}

.sec2-top-tlt-h2--left--contact {
	padding-right: 90px;
}

.sec1-contact-main {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.erro {
	color: #ed1c24;
	font-weight: 500;
}

.list-radio-btn input {
	display: none;
}

.sec1-contact-form-tb {
	font-weight: 500;
	width: 100%;
}

.sec1-contact-form-tb tr td:last-child {
	color: #999999;
	width: calc(100% - 195px);
}

.radio-tlt {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.radio-tlt:before,
.radio-tlt:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 1000px;
	transform: translateY(-50%);
}

.radio-tlt:before {
	border: 1px solid #999999;
}

.radio-tlt:after {
	background-color: #999999;
	transform: scale(0.7);
	top: 19%;
	opacity: 0;
}

.list-radio-btn {
	display: flex;
	flex-wrap: wrap;
	column-gap: 38px;
}

.sec1-contact-form-tb tr td:first-child {
	width: 195px;
}

.form-control {
	width: 100%;
	height: 54px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: 0;
	outline: 0;
	padding: 0 15px;
}

.form-control-w200 {
	width: 200px;
	margin-left: 20px;
	margin-right: 7px;
}

.sec1-contact-form-tb tr td {
	padding-top: 23px;
	padding-bottom: 23px;
}

.form-control::placeholder,
.form-area::placeholder {
	font-weight: 500;
	color: #999999;
}

.form-area {
	height: 220px;
	background-color: #f2f2f2;
	padding: 15px;
	resize: none;
	width: 100%;
	border: 0;
	outline: 0;
	border-radius: 5px;
}

.form-tr-last td {
	vertical-align: top;
}

.sec1-contact {
	padding-top: 130px;
	padding-bottom: 150px;
}

.sec1-contact-txt {
	padding-bottom: 65px;
}

.list-radio-btn input:checked~.radio-tlt:after {
	opacity: 1;
}

.form-submit616 {
	max-width: 616px;
	margin-left: auto;
	margin-right: auto;
}

.form-privacy {
	height: 48px;
	border: 1px solid #CCCCCC;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 19px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.form-privacy a {
	color: #29abe2;
	border-bottom: 1px solid #29abe2;
}

.btn-submit-form {
	color: #fff;
	background-color: #000;
	width: 250px;
	height: 60px;
	cursor: pointer;
	border: 0;
	outline: 0;
	position: relative;
	z-index: 2;
}

.gr-btn-submit-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	padding-top: 60px;
}

.form-submit616--xn {
	padding-left: 10px;
	padding-right: 10px;
}

.gr-input-address {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec1-contact-form-tb--xn input,
.sec1-contact-form-tb--xn textarea {
	background-color: #939393;
}

.sec2-top-tlt-h2-202527 {
	padding-top: 28px !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	row-gap: 16px !important;
	width: 738px;
	border-top-left-radius: 30px;
	min-height: 230px;
	align-items: center;
	justify-content: center;
}

.sec2-top-tlt-h2-202527 .sec2-top-tlt-h2-big {
	font-size: 50px;
	line-height: 1.4;
}

.sec2-top-main202527 {
	position: static;
	transform: translateX(53px);
}

.slider-title-top {
	margin-top: -230px;
}

.sec6-top-main {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	height: 265px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	background-image: url(../img/top/pic24.png);
	background-repeat: no-repeat;
	background-size: 73px auto;
	background-position: right center;
}

.sec6-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.sec6-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f4a525;
	opacity: 0.6;
}

.footer-bottom .txt-fs16 a {
	display: inline-block;
	margin-bottom: 15px;
}

@media screen and (min-width:1000px) {
	.list-hd-menu li:last-child {
		display: none;
	}

	.field__content--renovation {
		padding-top: 60px;
	}

	.sec2-top-tlt-h2-small--w100 {
		width: 100%;
	}

	.sec5-top-main-ul-left .txt-fs16 {
		max-width: 436px;
	}

	.sec6-top .style4-tlt-eng {
		font-size: 50px;
	}

	.sec6-top .style4-tlt-jp {
		font-size: 23px;
	}
}

@media screen and (max-width:1600px) {
	.sec4-top-left {
		margin-left: 0;
	}
}

@media screen and (max-width:1500px) {
	.header-logo {
		padding-left: 0;
	}

	.sec1-top-slider-item {
		padding-left: 2.333vw;
		padding-right: 2.333vw;
	}

	.sec2-top-tlt-h2 {
		row-gap: 2.2vw;
		padding-left: 5.8vw;
		padding-right: 5.067vw;
		padding-top: 4.333vw;
		padding-bottom: 1.133vw;
		border-top-right-radius: 2vw;
	}

	.sec2-top-tlt-h2-big {
		font-size: 4vw;
	}

	.sec2-top-tlt-h2-small {
		font-size: max(1.867vw, 16px);
		padding-bottom: max(1.133vw, 5px);
	}

	.style2-tlt-eng {
		font-size: max(35px, 6vw);
	}

	.sec4-top-mid {
		padding-top: 5.667vw;
	}

	.sec4-top-mid--txt {
		padding-top: 3.333vw;
		padding-bottom: 2.667vw;
	}

	.sec2-top-main202527 {
		position: static;
		transform: none;
	}

	.sec2-top-tlt-h2-202527 {
		border-top-left-radius: 0;
		width: 49.2vw;
		min-height: 15.333vw;
		row-gap: 1.067vw !important;
		padding-top: 1.867vw;
	}

	.sec2-top-tlt-h2-202527 .sec2-top-tlt-h2-big {
		font-size: 3vw;
	}

	.slider-title-top {
		margin-top: -15.333vw;
	}

	.sec4-top-left {
		left: 15px;
	}

	.sec4-top-right {
		right: 15px;
	}

	.sec4-top {
		padding-bottom: 120px;
	}
}

@media screen and (max-width:1200px) {
	.list-hd-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-btn-contact-link {
		width: 180px;
		height: 55px;
	}

	.header {
		height: 90px;
	}

	.sec4-top-right {
		width: 33%;
	}

	.sec4-top-left {
		width: 31.6%;
	}

	.sec5-top-box2-main-left {
		padding-left: 15px;
	}

	.footer-contact-ul li:first-child {
		padding-left: 0;
	}

	.footer-contact-ul {
		max-width: 850px;
	}

	.footer-contact-btn {
		padding-left: 20px;
		background-position: right 20px center;
		column-gap: 15px;
	}

	.footer-contact-ul {
		max-width: 900px;
	}

	.subttitle_page_text {
		font-size: 24px;
	}

	.title_page_text {
		font-size: max(3.333vw, 24px);
	}

	.style3-tlt span {
		line-height: 1.5;
	}
}

@media screen and (max-width:999px) {

	.header-btn-contact {
		display: none;
	}

	.toggle {
		display: block;
	}

	.header {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-menu {
		top: 100%;
		left: 0;
		right: 0;
		transform: none;
		width: 100%;
		border-top: 1px solid #f4a525;
		background-color: #fff;
		display: none;
		z-index: 1000;
	}

	.list-hd-menu {
		display: block;
	}

	.list-hd-menu a {
		border-left: 0 !important;
		border-right: 0 !important;
		display: block;
		padding: 20px;
		text-align: center;
		border-bottom: 1px solid #f4a525;
	}

	.list-hd-menu a:hover,
	.list-hd-menu a.is-active {
		color: #fff;
		background-color: #f4a525;
	}

	.sec1-top-slider-item {
		padding-left: 1.333vw;
		padding-right: 1.333vw;
	}

	.sec3-top img {
		display: none;
	}

	.sec3-top {
		background: url(../img/top/pic17.png) center repeat-x;
		overflow: hidden;
		background-size: auto 100%;
		height: 9.209vw;
		animation: recruit_anime 30s linear infinite;
		margin-top: 20px;
	}

	@keyframes recruit_anime {
		0% {
			background-position: 157.658vw 0;
		}

		100% {
			background-position: -157.658vw 0;
		}
	}

	.sec4-top {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec4-top-mid {
		padding-top: 0;
	}

	.sec4-top-mid--txt {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.txt-fs20 {
		font-size: 18px;
	}

	.txt-fs23 {
		font-size: 20px;
	}

	.btn-style1 {
		width: 230px;
		height: 65px;
		background-size: 12px auto;
		background-position: right 18px center;
	}

	.sec4-top-right {
		width: 100%;
		padding-top: 30px;
		position: relative;
	}

	.style3-tlt-jp {
		font-size: 22px;
		padding-top: 10px;
	}

	.sec5-top-main-ul .btn-style1 {
		margin-top: 20px;
	}

	.sec5-top-main-ul li {
		grid-template-columns: 1fr 50.1%;
		column-gap: 2.2%;
	}

	.txt-fs30 {
		font-size: max(3.003vw, 22px);
	}

	.sec5-top-box2-main-left {
		padding-top: 3.003vw;
		padding-bottom: 3.003vw;
	}

	.footer-contact-ul {
		column-gap: 4%;
	}

	.footer-contact-btn {
		font-size: max(1.802vw, 16px);
		height: 80px;
	}

	.footer-contact-box-link {
		height: 80px;
	}

	.footer-contact-ul {
		max-width: 800px;
	}

	.footer-contact {
		padding: 80px 0;
	}

	.sec5-top {
		padding-bottom: 80px;
	}

	.footer-bottom {
		padding-top: 80px;
	}

	.footer-bottom .txt-fs16 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.scrolltop {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 30px;
		background-size: 25px auto;
	}

	.banner-custom-img img {
		border-radius: 0;
	}

	.banner-custom-img img {
		min-height: 250px;
		object-fit: cover;
		object-position: center center;
	}

	.row_page--2501 .col_page_5 {
		width: 23.5%;
	}

	.row_page--2501 .border_radius_max {
		height: 22.793vw;
	}

	.row_page--2501 {
		column-gap: 2%;
	}

	.row_page--2501 .radius_item_img {
		transform: scale(0.8);
	}

	.row_page--2501 .text_d_center,
	.row_page--2501 .text_dp_center {
		font-size: 2.002vw;
	}

	.row_page--2501 .text_dp_center {
		margin-top: 0;
	}

	.row_page--2501 .text_d_center {
		margin-top: -10px;
	}

	.gap_90_105-202501 {
		gap: 7.508vw 50px;
	}

	.gap_90_105-202501 .col_page_2 {
		width: calc(50% - 30px);
	}

	.gap_90_105-202501 .before::after {
		right: -46px;
		top: 50%;
		transform: translateY(-50%) scale(0.7);
	}

	.gap_90_105-202501 .before::before,
	.gap_90_105-202501 .after::after {
		width: 8.008vw;
		height: 8.008vw;
		font-size: 1.802vw;
		left: -2.002vw;
		top: -5.005vw;
	}

	.gap_90_105-202501 {
		margin-top: 80px;
		padding-bottom: 80px;
	}

	.renovation_message--202501 {
		overflow: hidden;
	}

	.renovation-bottom-202525 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec2-top-tlt-h2 {
		min-width: max(40.04vw, 200px);
	}

	.sec2-top-tlt-h2-big--border {
		border-bottom: 2px dashed #ffa525;
		padding-bottom: 15px;
	}

	.sec2-top-tlt-h2-small-novalue {
		display: none;
	}

	.sec1-contact {
		padding: 80px 0;
	}

	.sec1-contact-txt {
		padding-bottom: 45px;
	}

	.sec1-contact-form-tb tr td {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sec2-top-tlt-h2-202527 {
		width: 400px;
		height: 140px;
		row-gap: 10px !important;
		padding-top: 0 !important;
	}

	.sec2-top-tlt-h2-202527 .sec2-top-tlt-h2-big {
		font-size: 26px;
	}

	.slider-title-top {
		margin-top: -140px;
	}

	.sec5-top-box {
		column-gap: 7%;
		padding-left: 15px;
	}

	.sec6-top-main {
		height: 200px;
		background-size: 50px auto;
	}

}

@media screen and (max-width:767px) {
	.sec1-top-slider-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sec2-top-tlt-h2 {
		padding: 28px 30px;
		padding-bottom: 15px;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.sec2-top-tlt-h2-big {
		font-size: 28px;
	}

	.sec4-top {
		padding-top: 30px;
	}

	.txt-fs20 {
		font-size: 16px;
	}

	.txt-fs23 {
		font-size: 18px;
	}

	.sec5-top-main-ul li {
		display: block;
	}

	.sec5-top-main-ul-right {
		padding-top: 30px;
		text-align: center;
	}

	.sec5-top-main {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.sec5-top-main-ul-left {
		text-align: center;
	}

	.sec5-top-main-ul .btn-style1 {
		margin-left: auto;
		margin-right: auto;
	}

	.txt-fs16 {
		font-size: 15px;
	}

	.sec5-top-box {
		padding-left: 15px;
	}

	.sec5-top-link {
		height: max(26.467vw, 150px);
		margin-top: 30px;
	}

	.style4-tlt-eng {
		font-size: 30px;
	}

	.style4-tlt-jp {
		font-size: 16px;
		margin-top: 10px;
	}

	.sec5-top-box2-main {
		display: block;
	}

	.sec5-top-box2-main-right {
		height: 150px;
	}

	.txt-fs30 {
		font-size: 22px;
	}

	.sec5-top-box2-main-left .txt-fs16 {
		padding-bottom: 10px;
	}

	.sec5-top-box2-main-left {
		padding: 30px 15px;
	}

	.sec5-top-box2-tlt {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.footer-contact-ul {
		display: block;
	}

	.footer-contact-ul li:first-child {
		padding-bottom: 30px;
	}

	.footer-contact-box-link {
		height: auto;
	}

	.footer-contact-ul p.txt-fs18 {
		text-align: center;
		padding-bottom: 15px;
	}

	.footer-contact-box-link {
		justify-content: center;
	}

	.footer-contact-btn {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-contact-ul {
		padding-top: 30px;
	}

	.footer-contact {
		padding: 50px 0;
	}

	.sec5-top {
		padding: 50px 0;
	}

	.footer-bottom {
		padding-top: 50px;
	}

	.txt-fs18 {
		font-size: 16px;
	}

	.subttitle_page_text {
		font-size: 22px;
	}

	.row_page--2501 .col_page_5 {
		width: 32%;
	}

	.row_page--2501 .border_radius_max {
		height: 30.639vw;
	}

	.row_page--2501 .radius_item_img {
		transform: none;
	}

	.row_page--2501 .text_d_center,
	.row_page--2501 .text_dp_center {
		font-size: 16px;
	}

	.row_page--2501 .text_dp_center {
		margin-top: 5px;
	}

	.row_page--2501 .text_d_center {
		margin-top: -10px;
	}

	.row_page--2501 .radius_item_img {
		transform: scale(0.8);
	}

	.renovation__content .before__after_content::before {
		content: none;
	}

	.gap_90_105-202501 {
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.gap_90_105-202501 {
		display: block;
		padding: 50px 15px;
		background-color: #e9ecf5;
		border-radius: 20px;
	}

	.gap_90_105-202501 .before::after {
		content: '';
		position: static;
		transform: rotate(90deg) translateX(5px);
		background-image: url(../img/renovation/i-11.png);
		display: inline-block;
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.gap_90_105-202501 .col_page_2 {
		width: 100%;
		text-align: center;
		max-width: 510px;
		margin-left: auto;
		margin-right: auto;
	}

	.gap_90_105-202501 .before::before,
	.gap_90_105-202501 .after::after {
		width: 60px !important;
		height: 60px !important;
		font-size: 16px !important;
		left: -10px;
		top: -12px;
	}

	.gap_90_105-202501 .col_page_2:nth-child(3) {
		margin-top: 50px;
	}

	.renovation__content {
		margin-top: 50px;
	}

	.renovation_message--202501 .custome__02 .message_content {
		padding-top: 24.508vw;
	}

	.renovation_message--202501 .custome__02 {
		height: max(91.265vw, 630px);
		top: 50px;
	}

	.renovation_message--202501 {
		background-position: center 0;
		padding-top: 0;
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.renovation_message--202501 .message_link_center {
		margin-top: 40px;
	}

	.renovation_message--202501 .message_link_center a {
		text-align: left;
		padding-right: 30px;
		background-position: right 15px center;
	}

	.procedure__lable {
		font-size: 20px;
	}

	.new-construction_top {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.new-construction202501 .custome__02 {
		height: max(91.265vw, 650px);
	}

	.new-construction202501 .custome__03::before {
		top: 40px;
	}

	.new-construction202501 .message_link {
		bottom: -50px;
	}

	.new-construction202501 {
		padding-bottom: 100px;
		background-image: none;
		background-color: #ffe4be;
		margin-bottom: 50px;
	}

	.sec1-contact {
		padding: 50px 0;
	}

	.sec1-contact-form-tb tr td {
		width: 100% !important;
		float: left;
		padding: 0 !important;
	}

	.sec1-contact-form-tb tr td:first-child {
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}

	.radio-tlt:after {
		top: 18%;
	}

	.form-privacy {
		margin-bottom: 15px;
	}

	.gr-btn-submit-form {
		padding-top: 30px;
	}

	.style3-tlt-jp {
		font-size: 20px;
	}

	.sec6-top-main {
		height: 180px;
	}

	.footer-contact-ul:before {
		content: none;
	}

	.footer-bottom .txt-fs16 a {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:640px) {
	.sec5-top-box {
		display: block;
		margin-top: 30px;
		padding: 30px 15px;
	}

	.sec5-top-box-left {
		text-align: center;
	}

	.sec5-top-box-right {
		padding-top: 30px;
	}

	.sec5-top-box-right br {
		display: none;
	}

	.row_page--2501 {
		row-gap: 10px;
	}

	.row_page--2501 .col_page_5 {
		width: 49%;
	}

	.row_page--2501 .border_radius_max {
		height: 46.719vw;
	}

	.row_page--2501 .radius_item_img {
		transform: none;
	}

	.row_page--2501 .text_d_center,
	.row_page--2501 .text_dp_center {
		font-size: 16px;
	}

	.row_page--2501 .text_dp_center {
		margin-top: 5px;
	}

	.row_page--2501 .text_d_center {
		margin-top: 10px;
	}

	.form-control-w200 {
		width: calc(100% - 25px);
		max-width: 500px;
		margin-left: 0;
		margin-right: 0;
		margin-left: auto;
	}

	.sec2-top-tlt-h2-202527 {
		width: 350px;
		height: 122px;
		row-gap: 10px !important;
		padding-top: 0 !important;
	}

	.sec2-top-tlt-h2-202527 .sec2-top-tlt-h2-big {
		font-size: 24px;
	}

	.slider-title-top {
		margin-top: -122px;
	}
}

@media screen and (max-width:500px) {
	.sec2-top-tlt-h2 {
		padding: 20px 20px;
		padding-bottom: 10px;
	}

	.sec2-top-tlt-h2-big {
		font-size: 22px;
	}

	.sec2-top-tlt-h2-small {
		font-size: 14px;
	}

	.txt-fs30 {
		font-size: 21px;
	}

	.footer-contact-btn img {
		width: 30px;
	}

	.footer-bottom-br {
		display: block;
	}

	.footer-bottom .txt-fs16 {
		padding-bottom: 15px;
	}

	.footer-bottom .txt-fs16 {
		font-size: 14px;
	}

	.row_page--2501 .radius_item_img {
		transform: scale(0.8);
	}

	.row_page--2501 .text_d_center {
		margin-top: -10px;
	}

	.new-construction202501 .custome__02 .message_content {
		padding-top: 90px;
	}

	.sec2-top-tlt-h2-202527 {
		width: 320px;
		height: 110px;
	}

	.sec2-top-tlt-h2-202527 .sec2-top-tlt-h2-big {
		font-size: 22px;
	}

	.slider-title-top {
		margin-top: -110px;
	}

	.style3-tlt-jp {
		font-size: 19px;
	}
}

@media screen and (max-width:375px) {
	.sec2-top-tlt-h2-big {
		font-size: 5.867vw;
	}

	.sec2-top-tlt-h2-small {
		font-size: max(3.733vw, 13px);
	}

	.sec2-top-tlt-h2 {
		padding: 20px 5.333vw;
	}
}

.dot_o {
	position: absolute;
	background-color: #f4a525;
	border-radius: 999px;
}

.sec4-top-left .dot_1 {
	width: max(6.563vw, 80px);
	height: max(6.563vw, 80px);
	left: 1.563vw;
	bottom: 1.823vw;
	animation: shake1 2.5s infinite ease-in-out;
}

.sec4-top-left .dot_2 {
	width: 60px;
	height: 60px;
	top: 4.427vw;
	right: 5.208vw;
	animation: shake2 3s infinite ease-in-out;
}

.sec4-top-right .dot_1 {
	width: 50px;
	height: 50px;
	left: -5px;
	bottom: 20px;
	animation: shake3 2s infinite ease-in-out;
	z-index: 2;
}

.sec4-top-right .dot_2 {
	width: 5.833vw;
	height: 5.833vw;
	top: -25px;
	right: 15px;
	animation: shake4 3.5s infinite ease-in-out;
}

.sec4-top-right .dot_3 {
	width: 8.125vw;
	height: 8.125vw;
	top: 255px;
	right: -30px;
	z-index: -1;
	animation: shake5 4s infinite ease-in-out;
}

@keyframes shake1 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(10px);
	}

	75% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes shake2 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-6px);
	}

	50% {
		transform: translateY(6px);
	}

	75% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes shake3 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-12px);
	}

	50% {
		transform: translateY(12px);
	}

	75% {
		transform: translateY(-6px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes shake4 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(4px);
	}

	75% {
		transform: translateY(-2px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes shake5 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(4px);
	}

	75% {
		transform: translateY(-2px);
	}

	100% {
		transform: translateY(0);
	}
}
.a_i1{
	position: relative;
	animation: shakei1 4.5s infinite ease-in-out;
	z-index: -1;

}
.a_i3{
	position: relative;
	animation: shakei3 3.7s infinite ease-in-out;
	z-index: -1;

}

@keyframes shakei1 {
	0% {
		top: 0;
	}

	25% {
		top: -4px;
	}

	50% {
		top: 4px;
	}

	75% {
		top: -2px;
	}

	100% {
		top: 0;
	}
}
@keyframes shakei3 {
	0% {
		top: 0;
	}

	25% {
		top: -6px;
	}

	50% {
		top: 6px;
	}

	75% {
		top: -3px;
	}

	100% {
		top: 0;
	}
}

.a_i2{
	position: absolute;
	bottom: 0;
	right: 0;
	animation: shakei2 3.7s infinite ease-in-out;
	z-index: 1;
	width: max(12.7vw, 120px);
}
.a_i4{
	position: absolute;
	bottom: 0;
	left: 0;
	animation: shakei4 3.2s infinite ease-in-out;
	z-index: 1;
	width: max(12.9vw, 140px);
}
@keyframes shakei2 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	75% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(0);
	}
}
@keyframes shakei4 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-7px);
	}

	50% {
		transform: translateY(7px);
	}

	75% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(0);
	}
}
@media screen and (max-width:1500px) {
	.sec4-top-right .dot_3 {
		right: 10px;
	}
}


@media screen and (max-width:999px) {
	.a_i2{
		right: 50vw;
		width: max(19vw, 60px) !important;
	}
	.a_i4{
		width: max(24vw, 70px) !important;
		left: 40vw;
	}
	.sec4-top-left .dot_1 {
		width: 9vw;
		height: 9vw;
		left: 3vw;
		bottom: 3.5vw;
	}
	.sec4-top-left .dot_2 {
		right: 55vw;
		width: 5.5vw;
		top: 9vw;
		height: 5.5vw;
	}
	.sec4-top-right .dot_1 {
		width: 5vw;
		height: 5vw;
		left: 38vw;
		bottom: 2vw;
	}
	.sec4-top-right .dot_2 {
		width: 9vw;
		height: 9vw;
        right: 15vw;
        top: 15vw;
	}
	.sec4-top-right .dot_3 {
		width: 10vw;
		height: 10vw;
		right: 0vw;
		top: auto;
        bottom: 20vw;
	}
	.sec4-top {
		display: flex;
	}

	.sec4-top-mid {
		order: 1;
	}

	.sec4-top-left {
		width: 100%;
		order: 2;
		top: auto;
		bottom: 35vw;
	}

	.sec4-top-left img {
		width: 50%;
	}

	.sec4-top-right img {
		width: 60%;
	}

	.sec4-top-right {
		order: 3;
		text-align: right;
		padding-top: 20vw;
	}
}