@charset "utf-8";
/* CSS Document */

#gHeader {
}
.submvbox {
	display: block;
	position: relative;
	padding-top: 170px;
}
.fix-1300 {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.submvbox h1 {
	display: block;
	color: #000;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 125% */
	letter-spacing: 4.8px;
}
.submvbox .imgs {
	position: relative;
	margin-top: 145px;
}
.submvbox .spt {
	position: absolute;
	left: 0;
	top:-64px;
	top: -16%;
	width: 100%;
	z-index: 2;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-size: 8.1vw;
	font-size:min(8.1vw,128px);
	font-style: normal;
	font-weight: 400;
	line-height: 0.8; /* 78.125% */
	text-transform: capitalize;
	color: transparent;
	-webkit-text-stroke: 1px #FF9000;
	opacity: 0.7;
}
.submvbox .spt.v2 {
	font-size: 6.1vw;
	font-size:min(6.1vw,98px);
}
.branchs {
	display: flex;
	flex-direction: row-reverse;
}
.branchs ul {
	display: flex;
}
.branchs li {
	display: block;
	position: relative;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 428.571% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
	margin-left: 85px;
}
.branchs li a {
	display: block;
	position: relative;
	color: #8B8B8B;
	padding: 0;
}
.branchs li a::before {
}
.branchs li a::after {
	position: absolute;
	left: 0;
	bottom: 10px;
	content: "";
	width: 0%;
	height: 2px;
	background: #FF9000;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}

.branchs li::before {
	position: absolute;
	left: -75px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 60px;
	height: 1px;
	background: #909090;
}
.branchs li::after {
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #909090;
}
.branchs li:nth-child(1)::before,
.branchs li:nth-child(1)::after {
	display: none;
}
@media all and (min-width: 769px) {
	.branchs li a:hover {
		color: #FF9000;
	}
	.branchs li a:hover::after {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.submvbox {
		display: block;
		position: relative;
		padding-top: 90px;
	}
	.fix-1300 {
		max-width: 1300px;
		margin-left: 2%;
		margin-right: 2%;
	}
	.submvbox h1 {
		display: block;
		color: #000;
		text-align: center;
		font-size: 30px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.1; /* 125% */
		letter-spacing: 4.8px;
	}
	.submvbox .imgs {
		position: relative;
		margin-top: 45px;
	}
	.submvbox .spt {
		position: absolute;
		left: 0;
		top:-14px;
		width: 100%;
		z-index: 2;
		text-align: center;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 8.1vw;
		font-style: normal;
		font-weight: 400;
		line-height: 0.8; /* 78.125% */
		text-transform: capitalize;
		color: transparent;
		-webkit-text-stroke: 1px #FF9000;
		opacity: 0.7;
	}
	.branchs {
		display: flex;
		flex-direction: row-reverse;
		padding: 8px 0;
	}
	.branchs ul {
		display: flex;
	}
	.branchs li {
		display: block;
		position: relative;
		color: #000;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5; /* 428.571% */
		letter-spacing: 0.56px;
		text-transform: uppercase;
		margin-left: 35px;
	}
	.branchs li a {
		display: block;
		position: relative;
		color: #8B8B8B;
		padding: 0;
	}
	.branchs li a::before {
	}
	.branchs li a::after {
		position: absolute;
		left: 0;
		bottom: 10px;
		content: "";
		width: 0%;
		height: 2px;
		background: #FF9000;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}

	.branchs li::before {
		position: absolute;
		left: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 26px;
		height: 1px;
		background: #909090;
	}
	.branchs li::after {
		position: absolute;
		left: -8px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 5px;
		height: 5px;
		border: 5px solid transparent;
		border-left: 5px solid #909090;
	}
}





/* business----------------------------------------------- */
.subpage-contents {
	color: #000;
}
.subpage-contents p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 36px */
	letter-spacing: 1.44px;
}


/* company----------------------------------------------- */

.company1 {
	display: block;
	position: relative;
	padding: 180px 0 110px 0;
}
.company1 .at-txt1 {
	position: absolute;
	left: 0;
	top: 90px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-family: "Special Gothic Expanded One";
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px; /* 78.125% */
	text-transform: capitalize;
	color: #FFF;
	opacity: 0.6;
}
.company1 .fix-1100 {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.company1 .txt {
	display: block;
	flex-basis: 62%;
	padding-top: 50px;
}
.title1 {
	display: block;
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 80px */
	letter-spacing: 3.2px;
	margin-bottom: 30px;
}
.nam-right {
	display: block;
	text-align: right;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 18px */
	letter-spacing: 0.9px;
	margin-top: 70px;
}
.nam-right span {
	font-size: 28px;
	margin-left: 22px;
}
.company1 .imgs {
	display: block;
	flex-basis: 50%;
	margin-right: -200px;
}
.company1 .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company2 {
	display: block;
	padding: 150px 0 220px 0;
	position: relative;
	background: #FBFAD2;
}
.company2 .at-txt1 {
	position: absolute;
	left: 100px;
	top: 40px;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px; /* 78.125% */
	text-transform: capitalize;
	color: #FBFAD2;
	opacity: 0.6;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin:left top;
}
.company2 .fix-1100 {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.company2 .comp-tabs {
	display: block;
	flex-basis: 66%;
}
.comp-tabs table {
	width: 100%;
	border-top: #C5C23E solid 1px;
	border-collapse: collapse;
}
.comp-tabs table th {
	border-bottom: #C5C23E solid 1px;
	padding: 20px 0;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}
.comp-tabs table td {
	border-bottom: #C5C23E solid 1px;
	padding: 20px 0;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	letter-spacing: 1.6px;
}



@media all and (max-width: 768px) {
	.subpage-contents p {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
	}
	.company1 {
		display: block;
		position: relative;
		padding: 60px 0 60px 0;
	}
	.company1 .at-txt1 {
		position:relative;
		left: 10px;
		top: 0px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-family: "Special Gothic Expanded One";
		font-size: 12vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1.1; /* 78.125% */
		text-transform: capitalize;
		color: #FFF;
		opacity: 0.6;
	}
	.company1 .fix-1100 {
		display: block;
		position: relative;
		z-index: 5;
	}
	.company1 .txt {
		display: block;
		flex-basis: 62%;
		padding-top: 25px;
	}
	.title1 {
		display: block;
		color: #000;
		font-size: 23px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 80px */
		letter-spacing: 1.2px;
		margin-bottom: 20px;
	}
	.nam-right {
		display: block;
		text-align: right;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1; /* 18px */
		letter-spacing: 0.9px;
		margin-top: 25px;
	}
	.nam-right span {
		font-size: 20px;
		margin-left: 12px;
	}
	.company1 .imgs {
		display: block;
		flex-basis: 50%;
		margin-right: 0px;
		margin-top: 25px;
	}
	.company1 .imgs img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.company2 {
		display: block;
		padding: 60px 0 60px 0;
		position: relative;
		background: #FBFAD2;
	}
	.company2 .at-txt1 {
		position:relative;
		left: 10px;
		top: 0px;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 12vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1.1; /* 78.125% */
		text-transform: capitalize;
		color: #FBFAD2;
		opacity: 0.6;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin:left top;
	}
	.company2 .fix-1100 {
		display: block;
		padding-top: 30px;
		position: relative;
		z-index: 5;
	}
	.company2 .comp-tabs {
		display: block;
		flex-basis: 66%;
	}
	.comp-tabs table {
		width: 100%;
		border-top: #C5C23E solid 1px;
		border-collapse: collapse;
	}
	.comp-tabs table th {
		display: block;
		border-bottom: #C5C23E solid 1px;
		padding: 14px 2%;
		color: #000;
		background: #EFEFEF;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
	}
	.comp-tabs table td {
		display: block;
		border-bottom: #C5C23E solid 1px;
		padding: 14px 2%;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 25.6px */
		letter-spacing: 1.6px;
	}
}


/* demo----------------------------------------------- */

.reason1 {
	display: block;
	background: url("../images/demolition/bg.jpg") top center no-repeat;
	background-size: 100% auto;
	padding-top: 140px;
	padding-bottom: 80px;
}
.title-ti {
	display: block;
	margin-bottom: 130px;
}
.title-ti .spt {
	display: block;
	color: #000;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 147.2px */
}
.title-ti h2 {
	color: #000;
	font-size: 34px;
	font-style: normal;
	font-weight: 900;
	line-height: 115%; /* 39.1px */
	letter-spacing: 5.1px;
}
.flow1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
}
.flow1 .txt {
	display: block;
	flex-basis: 57%;
}
.flow1 .txt .spt {
	display: block;
	color: #FF9000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 27.6px */
}
.flow1 .txt h3 {
	display:block;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 56px */
	letter-spacing: 2.24px;
}
.flow1 .txt .txt_01 {
	display: block;
	padding: 40px 0;
}
.flow1 .imgs {
	display: block;
	flex-basis: 39%;
}
.flow1 .imgs.v2 {
	display: block;
	flex-basis: 57%;
	margin-right: -200px;
}
.flow1 .imgs img {
	width: 100%;
}
.mx-320 {
	max-width: 320px;
}
.reason2 .at-txt1 {
	position: absolute;
	left: 200px;
	top: 40px;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px; /* 78.125% */
	text-transform: capitalize;
	color: #FBFAD2;
	opacity: 0.6;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin:left top;
}
.bf-wrap {
	flex-basis: 67%;
}
.bf-box {
	display: block;
	padding-bottom: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #C5C23E;
}
.bf-box .img-base {
	display: block;
	position: relative;
}
.bf-box .img-base img {
	width: 100%;
	aspect-ratio: 500 / 340;
	object-fit: cover;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.bf-box .img-base ul {
	display: flex;
	justify-content: space-between;
}
.bf-box .img-base ul li:nth-of-type(1),
.bf-box .img-base ul li.before{
	flex-basis: 36%;
	position: relative;
}
.bf-box .img-base ul li:nth-of-type(1)::after {
	position: absolute;
	right: -6%;
	top: 58%;
	content: "";
	background: url("../images/demolition/arrow_beforeaf.png") right top no-repeat;
	background-size: 56% auto;
	width: 100%;
	height: 250px;
	z-index: -1;
}
.bf-box .img-base ul li.before::after,
.bf-box .img-base ul li.after::after{
	display: none;
}
.bf-box .img-base ul li:nth-of-type(2),
.bf-box .img-base ul li.after{
	flex-basis: 61%
}
.bf-box .img-base ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.bf-box .img-base ul li a span {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.44);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	text-transform: capitalize;
}
.bf-box h3 {
	display: block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 36px */
	letter-spacing: 1.92px;
	margin: 24px 0;
}
.bf-box .txt_01 {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: 1.28px;
}
.mb60 {
	margin-bottom: 90px;
}
@media all and (min-width: 769px) {
	.bf-box .img-base ul li a:hover img {
		transform: scale(1.2);
	}
	.reason2 .at-txt1 {
		height: 700px;
	}
}

@media all and (max-width: 768px) {
	.reason1 {
		display: block;
		background: url("../images/demolition/bg.jpg") top center no-repeat;
		background-size: 100% auto;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.title-ti {
		display: block;
		margin-bottom: 30px;
	}
	.title-ti .spt {
		display: block;
		color: #000;
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7; /* 147.2px */
	}
	.title-ti h2 {
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.7; /* 39.1px */
		letter-spacing: 1.1px;
	}
	.flow1 {
		display: block;
		position: relative;
		margin-bottom: 45px;
	}
	.flow1 .txt {
		display: block;
		flex-basis: 57%;
		margin-bottom: 20px;
	}
	.flow1 .txt .spt {
		display: block;
		color: #FF9000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7; /* 27.6px */
	}
	.flow1 .txt h3 {
		display:block;
		color: #000;
		font-size: 19px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 56px */
		letter-spacing: 1px;
	}
	.flow1 .txt .txt_01 {
		display: block;
		padding: 15px 0;
		font-size: 15px;
	}
	.flow1 .imgs {
		display: block;
		flex-basis: 39%;
	}
	.flow1 .imgs.v2 {
		display: block;
		flex-basis: 57%;
		margin-right: 0px;
	}
	.flow1 .imgs img {
		width: 100%;
	}
	.mx-320 {
		max-width: 320px;
	}
	.reason2 {
		padding-bottom: 15px;
	}
	.reason2 .at-txt1 {
		position:relative;
		left: 10px;
		top: 0px;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 15vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1; /* 78.125% */
		text-transform: capitalize;
		color: #FBFAD2;
		opacity: 0.6;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin:left top;
	}
	.bf-wrap {
		flex-basis: 67%;
	}
	.bf-box {
		display: block;
		padding-bottom: 60px;
		margin-bottom: 50px;
		border-bottom: 1px solid #C5C23E;
	}
	.bf-box .img-base {
		display: block;
		position: relative;
	}
	.bf-box .img-base img {
		width: 100%;
		aspect-ratio: 500 / 340;
		object-fit: cover;
	}
	.bf-box .img-base ul {
		display: flex;
		justify-content: space-between;
	}
	.bf-box .img-base ul li:nth-of-type(1),
	.bf-box .img-base ul li.before{
		flex-basis: 36%;
		position: relative;
	}
	.bf-box .img-base ul li:nth-of-type(1)::after {
		position: absolute;
		right: -6%;
		top: 58%;
		content: "";
		background: url("../images/demolition/arrow_beforeaf.png") right top no-repeat;
		background-size: 56% auto;
		width: 100%;
		height: 250px;
		z-index: -1;
	}
	.bf-box .img-base ul li.before::after,
	.bf-box .img-base ul li.after::after{
		display: none;
	}
	.bf-box .img-base ul li:nth-of-type(2),
	.bf-box .img-base ul li.after{
		flex-basis: 61%
	}
	.bf-box .img-base ul li a {
		position: relative;
		display: block;
	}
	.bf-box .img-base ul li a span {
		position: absolute;
		z-index: 5;
		left: 0;
		bottom: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		background: rgba(0, 0, 0, 0.44);
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
		text-transform: capitalize;
	}
	.bf-box h3 {
		display: block;
		color: #000;
		font-size: 19px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 36px */
		letter-spacing: 1.92px;
		margin: 24px 0 15px 0;
	}
	.bf-box .txt_01 {
		display: block;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.9; /* 24px */
		letter-spacing: 1px;
	}
	.mb60 {
		margin-bottom: 30px;
	}
}



/* snow----------------------------------------------- */

.reason1 .spt.v2 {
	font-size: 108px;
	line-height: 90%;
}
.links1 {
	color: #FF9000 !important;
	text-decoration: underline !important;
}
.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}
.mt150 {
	margin-top: 150px;
}
.bg-f3f {
	background: #F3F3F3;
}



@media all and (max-width: 768px) {
	.reason1 .spt.v2 {
		font-size: 9vw;
		line-height: 100%;
	}
	.mt150 {
		margin-top: 60px;
	}
}


/* mflow----------------------------------------------- */
.mflows {
	display: block;
	position: relative;
	padding: 150px 0 80px 0;
}
.mflows .at-txt1 {
	position: absolute;
	left: 210px;
	top: 70px;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px; /* 78.125% */
	text-transform: capitalize;
	color: #fff;
	opacity: 0.6;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin:left top;
}
.mflows::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 82%;
	height: 100%;
	background: #F3F3F3;
}
.mflows .fix-1100 {
	position: relative;
	z-index: 10;
}
.mflow-wrap {
	display: block;
}
.mflow-wrap .one {
	display: block;
	margin-bottom: 55px;
}
.mflow-wrap .ti {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.mflow-wrap .ti .spt {
	display: block;
	color: #FF9000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 27.6px */
	margin-right: 15px;
	padding-top: 4px;
}
.mflow-wrap .ti h3 {
	display: block;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 56px */
	letter-spacing: 2.24px;
}
.mflow-wrap .txt {
	display: block;
	box-sizing: border-box;
	margin-left: 120px;
	background: #FFF;
	padding: 40px 45px;
}
.mflow-wrap .txt .txt_01 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;
}
.f-btlist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 35px;
}
.f-btlist .btn1 {
	margin-right: 30px;
}
.f-btlist dl {
	display: flex;
	align-items: center;
}
.f-btlist dl dt {
	display: block;
	position: relative;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 40px */
	letter-spacing: 1.6px;
	padding-right: 24px;
}
.f-btlist dl dt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #000;
}
.f-btlist dl dd {
	display: block;
}
.f-btlist dl dd b,
.f-btlist dl dd a {
	display: block;
	color: #FF9000;
	font-size: 38px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 38px */
	text-transform: uppercase;
}
.f-btlist dl dd small {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 225% */
	letter-spacing: 1.6px;
}
.mflow-wrap .txt ul {
	display: block;
	margin-top: 30px;
}
.mflow-wrap .txt li {
	display: block;
	position: relative;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 36px */
	letter-spacing: 1.44px;
	padding-left: 22px;
	margin-top: 5px;
}
.mflow-wrap .txt li::before {
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
	width: 10px;
	height: 10px;
	background: #FF9000;
	border-radius: 50%;
}

@media all and (max-width: 768px) {
	.mflows {
		display: block;
		position: relative;
		padding: 60px 0 50px 0;
	}
	.mflows .at-txt1 {
		position:relative;
		left: 10px;
		top: 0px;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 12vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1; /* 78.125% */
		text-transform: capitalize;
		color: #f3f3f3;
		opacity: 0.6;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin:left top;
	}
	.mflows .at-txt1 br {
		display: none;
	}
	.mflows::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: #F3F3F3;
	}
	.mflows .fix-1100 {
		position: relative;
		z-index: 10;
	}
	.mflow-wrap {
		display: block;
	}
	.mflow-wrap .one {
		display: block;
		margin-bottom: 15px;
		margin-top: 45px;
	}
	.mflow-wrap .ti {
		display: block;
		margin-bottom: 20px;
	}
	.mflow-wrap .ti .spt {
		display: block;
		color: #FF9000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 1; /* 27.6px */
		margin-right: 15px;
		padding-top: 0px;
	}
	.mflow-wrap .ti h3 {
		display: block;
		color: #000;
		font-size: 19px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 56px */
		letter-spacing: 1.24px;
	}
	.mflow-wrap .txt {
		display: block;
		box-sizing: border-box;
		margin-left: 0px;
		background: #FFF;
		padding: 15px 15px;
	}
	.mflow-wrap .txt .txt_01 {
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 32px */
		letter-spacing: 0.8px;
	}
	.f-btlist {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 25px;
	}
	.f-btlist .btn1 {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.f-btlist dl {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.f-btlist dl dt {
		display: block;
		position: relative;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 900;
		line-height: 200%; /* 40px */
		letter-spacing: 1.6px;
		padding-right: 0px;
	}
	.f-btlist dl dt::after {
		display: none;
	}
	.f-btlist dl dd {
		display: block;
		text-align: center;
	}
	.f-btlist dl dd b,
	.f-btlist dl dd a {
		display: block;
		color: #FF9000;
		font-size: 32px;
		font-style: normal;
		font-weight: 900;
		line-height: 100%; /* 38px */
		text-transform: uppercase;
	}
	.f-btlist dl dd small {
		display: block;
		color: #000;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px; /* 225% */
		letter-spacing: 1.6px;
	}
	.mflow-wrap .txt ul {
		display: block;
		margin-top: 20px;
	}
	.mflow-wrap .txt li {
		display: block;
		position: relative;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5; /* 36px */
		letter-spacing: 1px;
		padding-left: 22px;
		margin-top: 5px;
	}
	.mflow-wrap .txt li::before {
		position: absolute;
		left: 0;
		top: 6px;
		content: "";
		width: 10px;
		height: 10px;
		background: #FF9000;
		border-radius: 50%;
	}
}



/* news----------------------------------------------- */

.newslist {
	display: block;
	padding: 100px 0;
}
.callist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.callist li {
	margin: 5px 40px;
}
.callist li a {
	min-width: 190px;
	text-align: center;
	justify-content: center;
}
.callist li .btn1 a::before {
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/news/arrow_downward2.png") center center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	z-index: 5;
}

.recs .btn1 a::after,
.cat2 .btn1 a::after{
	background: #C5C23E;
}
.current .btn1 a {
	background: #F0ED4C;
	color: #000;
}
.current .btn1 a::after {
	background: #000;
}
.newslist2 {
	padding: 100px 0;
	background: #F3F3F3;
}
.infolist {
	display: block;
}
.infolist .one {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
	position: relative;
}
.infolist .one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 220%;
	height: 1px;
	background: #FF9000;
}
.infolist .one .txt {
	display: block;
	flex-basis: 65%;
}
.infolist .one .txt dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.infolist .one .txt dl dt {
	display: block;
	color: #FF9000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 20.7px */
	letter-spacing: 1.8px;
	padding-top: 5px;
}
.infolist .one .txt dl dd {
	display: block;
	margin-left: 15px;
}
.infolist .one .txt dl dd span {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px; /* 142.857% */
	letter-spacing: 1.4px;
	background: #FF9000;
	padding: 5px 50px;
	border-radius: 20px;
	margin-left: 15px;
}
.infolist .one .txt dl dd span.cat2 {
	background:#C5C23E;
}
.infolist .one .txt h2 {
	display: block;
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 52px */
	letter-spacing: 2.08px;
	margin-bottom: 40px;
}
.infolist .one .txt .txt_01 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	letter-spacing: 1.28px;
}
.infolist .one .imgs {
	display: block;
	flex-basis: 50%;
	margin-right: -200px;
}
.infolist .one .imgs img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 555 / 380;
}

@media screen and (max-width:768px) {
	.newslist {
		display: block;
		padding: 40px 0;
	}
	.callist {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.callist li {
		margin: 5px 10px;
	}
	.callist li a {
		min-width: 130px;
		max-width: 130px;
		text-align: center;
		justify-content: center;
		font-size: 12px;
		padding-left: 10px;
	}
	.callist li .btn1 a::before {
		position: absolute;
		right: 21px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background:url("../images/news/arrow_downward2.png") center center no-repeat;
		background-size: 100% auto;
		width: 16px;
		height: 16px;
		z-index: 5;
	}
	
	.recs .btn1 a::after {
		background: #C5C23E;
	}
	.current .btn1 a {
		background: #F0ED4C;
		color: #000;
	}
	.current .btn1 a::after {
		background: #000;
	}
	.newslist2 {
		padding: 40px 0 60px 0;
		background: #F3F3F3;
	}
	.infolist {
		display: block;
	}
	.infolist .one {
		display: block;
		padding: 24px 0 24px 0;
		position: relative;
	}
	.infolist .one::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #FF9000;
	}
	.infolist .one .txt {
		display: block;
		flex-basis: 65%;
		margin-bottom: 20px;
	}
	.infolist .one .txt dl {
		display: block;
		margin-bottom: 15px;
	}
	.infolist .one .txt dl dt {
		display: block;
		color: #FF9000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1; /* 20.7px */
		letter-spacing: 1.8px;
		padding-top: 0px;
	}
	.infolist .one .txt dl dd {
		display: block;
		margin-left: 0px;
		padding-top: 5px;
	}
	.infolist .one .txt dl dd span {
		display: inline-block;
		color: #000;
		font-size: 12px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px; /* 142.857% */
		letter-spacing: 1.4px;
		background: #FF9000;
		padding: 5px 20px;
		border-radius: 20px;
		margin-left: 0px;
		margin-right: 5px;
	}
	.infolist .one .txt dl dd span.cat2 {
		background:#C5C23E;
	}
	.infolist .one .txt h2 {
		display: block;
		color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 52px */
		letter-spacing: 1.08px;
		margin-bottom: 20px;
	}
	.infolist .one .txt .txt_01 {
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 32px */
		letter-spacing: 1.28px;
	}
	.infolist .one .imgs {
		display: block;
		flex-basis: 50%;
		margin-right: 0px;
	}
	.infolist .one .imgs img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 555 / 380;
	}
}





/*pagenav*/
@media screen and (max-width:768px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 4px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #FFC939;
		border:#FFC939 solid 2px;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #464646;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#fff solid 2px;
		background: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		display: none;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #FFF;
		color: #E26D00;
		border:#FFC939 solid 2px;
	}
	.wp-pagenavi span {
		background: #FFF;
		color: #E26D00;
	}
}
@media screen and (min-width:769px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 6px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: #FFC939;
		border:#FFC939 solid 2px;
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #464646;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#fff solid 2px;
		background: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 16px;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #FFF;
		color: #E26D00;
		border:#FFC939 solid 2px;
	}
	.wp-pagenavi span {
		background: #FFF;
		color: #E26D00;
	}
	
	
}



/* privacy----------------------------------------------- */
.privacy1 {
	display: block;
	padding-top: 140px;
}
.privacy1 dl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding-top: 45px;
	counter-reset: number 0; 
}
.privacy1 dl dd {
	display: block;
	position: relative;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 45px;
	padding-left: 30px;
}
.privacy1 dl dd::before {
	position:absolute;
	left: 0;
	top: 0;
	font: normal normal bold 23px/28px Montserrat;
	letter-spacing: 0px;
	color: #7890A0;
	counter-increment: number 1;      /* number カウンタを増加 */
  	content: "" counter(number) ".";
}
.privacy2 {
	display: block;
	background: url("../images/survey/gradient_bg.png") center center no-repeat;
	background-size: 100% 100%;
	padding: 110px 0;
	margin-top: 70px;
	margin-bottom: 140px;
}
.privacy2 small {
	display: block;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 50px;
}
.privacy2 h3 {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font: normal normal bold 40px/32px Yu Gothic;
	letter-spacing: 2px;
	color: #1C72D4;
	margin-bottom: 30px;
}
.privacy2 .fix {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	font: normal normal bold 23px/50px Yu Gothic;
	letter-spacing: 1.15px;
	color: #757067;
	margin-bottom: 25px;
}
.privacy2 .btn {
	width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}
.privacy2 .btn a span {
	position: relative;
	padding-right: 30px;
}
.privacy2 .btn a span::after {
	background:url("../images/send1.png") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 24px;
	height: 21px;
	right: -6px;
}
@media all and (max-width: 768px) {
	.privacy1 {
		display: block;
		padding-top: 40px;
	}
	.privacy1 dl {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1020px;
		padding-top: 0px;
		counter-reset: number 0; 
	}
	.privacy1 dl dd {
		display: block;
		position: relative;
		font: normal normal bold 14px/22px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.privacy2 {
		display: block;
		background: url("../images/survey/gradient_bg.png") center center no-repeat;
		background-size: 100% 100%;
		padding: 40px 0;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.privacy2 small {
		display: block;
		font: normal normal bold 13px/18px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
	}
	.privacy2 h3 {
		display: block;
		text-align: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		font: normal normal bold 24px/30px Yu Gothic;
		letter-spacing: 2px;
		color: #1C72D4;
		margin-bottom: 15px;
	}
	.privacy2 .fix {
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		font: normal normal bold 17px/32px Yu Gothic;
		letter-spacing: 1.15px;
		color: #757067;
		margin-bottom: 25px;
	}
	.privacy2 .btn {
		width: 270px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.privacy2 .btn a span {
		position: relative;
		padding-right: 30px;
	}
}


/* contact-top----------------------------------------------- */

.contacttop {
	display: block;
	padding: 100px 0 150px 0;
}
.contacttop b {
	display: block;
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 200%; /* 80px */
	letter-spacing: 3.2px;
}
.contacttop .ctel {
	display: block;
	text-align: center;
	color: #FF9000;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 64px */
	text-transform: uppercase;
}
.contacttop small {
	display: block;
	text-align:center; 
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 180% */
	letter-spacing: 2px;
}


@media all and (max-width: 768px) {
	.contacttop {
		display: block;
		padding: 60px 0 50px 0;
	}
	.contacttop b {
		display: block;
		color: #000;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 900;
		line-height: 2; /* 80px */
		letter-spacing: 1.2px;
	}
	.contacttop .ctel {
		display: block;
		text-align: center;
		color: #FF9000;
		font-size: 34px;
		font-style: normal;
		font-weight: 900;
		line-height: 100%; /* 64px */
		text-transform: uppercase;
	}
	.contacttop small {
		display: block;
		text-align:center; 
		color: #000;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px; /* 180% */
		letter-spacing: 2px;
	}
}


/* estimate----------------------------------------------- */
.forms-base {
	display: block;
	padding-top: 90px;
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 90px;
}
.forms-base .title01 {
	margin-bottom: 40px;
}
.form-wraps {
	margin-top: 65px;
	border-radius: 10px;
}
.form-wraps .txt_01 {
	padding-top: 45px;
	text-align: center;
	margin-bottom: 50px;
}
.forms-table {
	width: 100%;
	border-collapse: collapse;
}
.forms-table th {
	display: block;
	text-align: left;
	vertical-align: top;
	position: relative;
	color: #3F3B3A;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: 1.6px;
	padding: 20px;
	background: #EFEFEF;
}
.forms-table th.requier::after {
	margin-left: 25px;
	content: "必須";
	background: #c82b16;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 150% */
	letter-spacing: 1.8px;
	padding: 1px 11px 3px 11px;
	border-radius: 0px;
}
.forms-table td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 25px;
	
}
.bl-labs {
	background: none;
	padding-left: 0px;
	padding-right: 0px;
}
.n001 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.44px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
.n002 {
	width: 60%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
.txer {
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
::placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.44px;
	color: #888;
}
.form-in {
	margin-bottom: 10px;
}
.select-over {
	display: block;
	width: 60%;
}
.select-over select {
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	color: #3F3B3A !important;
	border: #EFEFEF solid 1px;
}
.select-over select option:nth-child(1) {
	
}
select:invalid {
    color: #888 !important;
}
select option:first-child {
    color: #888 !important;
}

select:invalid {
    color: #888;
}

select option {
    color: #333;
}
/* radioBtn */
.blocks-label {
	margin-top: 17px;
}
.radio__list {
	border: 0px !important;
}
label {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}
input.radioBtn {
	top: 3px;
	block-size: 2rem;
	inline-size: 2rem;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-right: 8px;
	border: 0px !important;
}
input.radioBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
	background: #DBDBDB;
	border: 5px solid #FFF;
}

input.radioBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #43b23a;
  border-radius: 50%;
  opacity: 0;
}
input.radioBtn[type="radio"]:checked::after {
  opacity: 1;
}
input.radioBtn[type="radio"]:checked::before {
	background: #000;
}
label {
  cursor: pointer;
}
.blocks-label label {
	display: inline-block;
	margin-bottom: 10px;
	width: auto !important;
	font-weight: 600;
}
label.radio__list {
	margin-right: 30px;
}
.cbtn {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 30px 0 40px 0;
}
.sbt {
	width: 400px;
	height: 65px;
	border: #c82b16 solid 1px;
	color: #FFF;
	border-radius: 50px;
	cursor: pointer;
	font-size: 17px;
	background: #c82b16;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.sbt.v2 {
	background: #333;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.addf {
	margin-top: 14px;
}
@media all and (min-width: 769px) {
	.sbt:hover {
		background: #333;
		color: #fff;
	}
}


/* privacy__policy */
.privacy__policy--area {
	margin-top: 50px;
  padding: 0px 0;
	
  
}
.privacy__policy {
  padding: 20px 0px 40px 0px;
}
.privacy__policy .scr {
	height: 325px;
	padding-right: 50px;
	padding: 50px;
	margin-right: 26px;
	background: #EFEFEF;
  overflow-y: scroll;
}


.privacy__policy .scr::-webkit-scrollbar {
  width: 8px;  
  margin-top: 41px;
}
.privacy__policy .scr::-webkit-scrollbar-track {
	background-size: auto 5px;
}
.privacy__policy .scr::-webkit-scrollbar-thumb {
  background: #c82b16;
  height: 100px;
}

.privacy__policy p:first-of-type {
  font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.privacy__policy p.s-mt {
  color: #3F3B3A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 108.333% */
	letter-spacing: 1.92px;
  margin-bottom: 16px;
}
.privacy__policy p.p-tt {
	font-size: 18px !important;
}
.privacy__policy p.mp-ti {
	font-size: 17px !important;
}
.privacy__policy p span {
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}
.privacy__policy ul {
  margin-bottom: 16px;
}
.privacy__policy ul li {
  list-style: disc;
  margin-left: 20px;
}
.form_consent_txt {
  text-align: center;
  color: #3F3B3A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	letter-spacing: 2.2px;
  padding: 50px 5px 0;
}
.form_consent_txt label {
	position: relative;
	font-weight: 700 !important;
}
input[type="checkbox"] {
  position: relative;
	top: 3px;
  width: 23px;
  height: 22px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -5px;
  left: 7px;
  transform: rotate(50deg);
  width: 11px;
  height: 20px;
  border-right: 3px solid #FF9000;
  border-bottom: 3px solid #FF9000;
  content: '';
}
select {
	cursor: pointer;
}

.center-txt1 {
	color: #464646;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}

@media all and (max-width: 768px) {
	.forms-base {
		display: block;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.form-wraps {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 15px 0;
	}
	.form-wraps .txt_01 {
		text-align: left;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.forms-base .center-txt1 {
		text-align: left;
		font-size: 16px;
		line-height: 1.9;
		margin-left: 4%;
		margin-right: 4%;
	}
	.forms-table {
		width: 100%;
		border-collapse: collapse;
	}
	.forms-table th {
		display: block;
		text-align: left;
		vertical-align: top;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		letter-spacing: 0px;
		padding: 20px 15px;
	}
	.forms-table th.requier::after {
		position:relative;
		right: 15px;
		top: 0px;
		content: "必須";
		font-size: 14px;
		letter-spacing: 0px;
		padding: 3px 10px;
	}
	.forms-table td {
		display: block;
		text-align: left;
		vertical-align: top;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.bl-labs {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 1px !important;
		padding-bottom: 15px !important;
	}
	.bl-labs label {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.n001 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	.n002 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	.txer {
		width: 100%;
		height: 180px;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	::placeholder {
		font-size: 15px;
	}
	.form-in {
		margin-bottom: 10px;
	}
	.select-over {
		display: block;
		width: 100%;
	}
	.select-over select {
		width: 100%;
		height: 55px;
		background: #fff;
		font-size: 15px;
		letter-spacing: 0px;
		color: #3F3B3A !important;
		padding-left: 20px;
		padding-right: 20px;
		border: #EFEFEF solid 1px;
	}
	.select-over select option:nth-child(1) {

	}

	select option {
		color: #333;
	}
	/* radioBtn */
	.radio__list {
		border: 0px !important;
		padding-top: 9px;
	}
	label {
		font-size: 15px;
		letter-spacing: 0px;
	}
	input.radioBtn[type="radio"]:checked::after {
	  opacity: 1;
	}
	label {
	  cursor: pointer;
	}
	.blocks-label label {
		display: block;
		width: auto !important;
	}
	label.radio__list {
		margin-right: 30px;
	}
	.cbtn {
		display: block;
		text-align: center;
		padding: 30px 0 40px 0;
	}
	.privacy__policy--area {
	  padding-top: 25px;
	  padding: 15px 0;
		margin-top: 20px;
		margin-right: 0px !important;
	}
	.privacy__policy {
	  padding: 20px 0px 20px 0px !important;
	}
	.privacy__policy .scr {
		height: 245px;
		padding-right: 20px;
		padding: 15px;
		margin-right: 0px;
	  overflow-y: scroll;
	}
	.privacy__policy .scr::-webkit-scrollbar {
	  width: 6px;
	  margin-top: 41px;
	}
	.privacy__policy .scr::-webkit-scrollbar-track {
	  background-color: #fff;
	}
	.privacy__policy .scr::-webkit-scrollbar-thumb {
	  height: 100px;
	}
	.privacy__policy p:first-of-type {
	  font-size: 17px;
		font-weight: 700;
		margin-bottom: 14px;
	}
	.privacy__policy p.s-mt {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 21px; /* 108.333% */
		letter-spacing: 1.92px;
	  margin-bottom: 16px;
	}
	.privacy__policy p span {
	  font-size: 15px;
	  margin-bottom: 5px;
	  display: block;
	}
	.privacy__policy ul {
	  margin-bottom: 16px;
	}
	.privacy__policy ul li {
	  list-style: disc;
	  margin-left: 20px;
	}
	.sbt {
		width: 270px;
		height: 55px;
		border: none;
		color: #FFF;
		border-radius: 50px;
		cursor: pointer;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.form_consent_txt {
		background: none !important;
	}
}






.contact001 {
	display: block;
	background: #F3F3F3;
	position: relative;
	padding-bottom: 200px;
}
.contact001 .at-txt1 {
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
	text-align: center;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-size: 8.7vw;
	font-size:min(8.7vw,128px);
	font-style: normal;
	font-weight: 400;
	line-height: 0.8; /* 78.125% */
	text-transform: capitalize;
	color: #FFF;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
.contact001 .title1 {
	text-align: center;
}
.contact001 .txt_01.cent {
	text-align: center;
	color: #000;
}
.contact001 .fix-1640 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-tels {
	flex-basis: 55%;
	padding-top: 90px;
}
.ctt-tel {
	background: linear-gradient(278deg, #1276B7 20.47%, #033884 74.37%);
	text-align: center;
	padding: 50px 10px;
	color: #FFF;
}
.ctt-tel b {
	display: block;
	font-size: 83.555px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.9; /* 150.399px */
}
.ctt-tel small {
	display: block;
	font-size: 27.852px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.785px;
}
.blocks-label {
	margin-top: 17px;
}
.select-over {
	display: inline-block;
	position: relative;
	margin-bottom: 14px;
}
.select-over::before {
	position: absolute;
	right: 4px;
	top: 2px;
	content: "";
	z-index: 5;
	width: 30px;
	height: calc(100% - 4px);
	background: #fff;
}
.select-over::after {
	position: absolute;
	right: 25px;
	top: 6px;
	bottom: 0;
	margin: auto;
	z-index: 20;
	content: "";
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-top: 7px solid #FF9000;
}
.radio__list {
	border: 0px !important;
}
label {
	letter-spacing: 0px;
	color: #000;
}
input.radioBtn {
	top: 3px;
	block-size: 2rem;
	inline-size: 2rem;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-right: 8px;
	border: 0px !important;
}
input.radioBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
	border: 3px solid #C9E7F3;
	border: 0px !important;
}

input.radioBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}
input.radioBtn[type="radio"]:checked::after {
  opacity: 1;
	background: #FF9000;
}
label {
  cursor: pointer;
}
.blocks-label label {
	display: inline-block;
	margin-bottom: 25px;
	width: auto !important;
}
.blocks-label span {
	font-weight: 700;
}
label.radio__list {
	margin-right: 30px;
}
.mail-tabs {
	display: block;
	margin-top: 75px;
}
.mail-tabs table {
	width: 100%;
}
.mail-tabs table th {
	padding: 45px 0;
	position: relative;
	padding-left:90px;
	width: 190px;
	vertical-align: top;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6; /* 36px */
	letter-spacing: 0.9px;
}
.mail-tabs table th.require::before {
	position: absolute;
	left: 0;
	top: 49px;
	content: "必須";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; /* 36px */
	letter-spacing: 0.9px;
	color: #FFF;
	background: #000;
	padding: 3px 16px;
}
.mail-tabs table td {
	padding: 25px 0;
	vertical-align: top;
	color: #000;
}
.fomrs-in {
	margin-bottom: 20px;
}
.priv-box {
	display: block;
	margin-top: 35px;
}
.priv-box .ttls {
	display: block;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 44px */
	letter-spacing: 1.1px;
}
.priv-bg {
	background:#fff;
	height: 300px;
	padding: 60px;
	margin-top: 12px;
}
.priv-bg .scc {
	overflow: auto;
	height: 100%;
	padding-right: 40px;
}
.priv-bg b {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	letter-spacing: 1px;
}
.priv-bg p {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: 0.9px;
	padding: 15px 0 15px 0;
}
.priv-bg .scc::-webkit-scrollbar {
  width: 8px;  
  margin-top: 41px;
}
.priv-bg .scc::-webkit-scrollbar-track {
	background-size: auto 5px;
	background: #efefef;
}
.priv-bg .scc::-webkit-scrollbar-thumb {
  background: #000;
  height: 100px;
}
.form_btn {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fbt-wrap {
	position: relative;
	padding: 0 0px;
	margin-left: 14px;
	margin-right: 14px;
}
/*.fbt-wrap::after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FF9000;
}
.fbt-wrap::before {
	position: absolute;
	right: 31px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/arrow_forward.png") center center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	z-index: 5;
}*/
.sbt {
	width: 270px;
	height: 70px;
	box-sizing: border-box;
	padding-left: 40px;
	border: none;
	text-align: left;
	cursor: pointer;
	background: #000 url("../images/contact-arrow.png") right 20px center no-repeat;
	background-size: 40px auto;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}

.sbt.v2 {
	background: #333 url("../images/contact-arrow-rev.png") left 20px center no-repeat;
	background-size: 40px auto;
	text-align: right;
	padding-left: 0px;
	padding-right: 40px !important;
}

.mw_wp_form_confirm .form_btn .fbt-wrap:nth-child(1)::after {
	right: auto;
	left: 20px;
}
.mw_wp_form_confirm .form_btn .fbt-wrap:nth-child(1)::before {
	right: auto;
	left: 31px;
	background:url("../images/arrow_forward.png") center center no-repeat;
	background-size: 100% auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


@media all and (min-width: 769px) {
	.sbt:hover {
		opacity: 1;
		background: #FF9000 url("../images/contact-arrow.png") right 20px center no-repeat;
		background-size: 40px auto;
	}
	.sbt.v2:hover {
		background: #FF9000 url("../images/contact-arrow-rev.png") left 20px center no-repeat;
		background-size: 40px auto;
	}
}

@media all and (max-width: 768px) {
	.contact001 .at-txt1 {
		position: relative;
		left: 0;
		top: 0px;
		width: 100%;
		padding-bottom: 24px;
		text-align: center;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 8.7vw;
		font-size:min(8.7vw,128px);
		font-style: normal;
		font-weight: 400;
		line-height: 0.8; /* 78.125% */
		text-transform: capitalize;
		color: #FFF;
		mix-blend-mode: multiply;
		opacity: 0.7;
	}
	.contact001 {
		display: block;
		padding-bottom: 50px;
		padding-top: 50px
	}
	.contact001 .title1 {
		text-align: center;
	}
	.contact001 .txt_01.cent {
		text-align:left;
		font-size: 15px;
	line-height: 2;
		color: #000;
	}
	.contact001 .fix-1640 {
		display: block;
	}
	.contact-tels {
		flex-basis: 55%;
		padding-top: 30px;
	}
	a.ctt-tel {
		display: block;
		background: linear-gradient(278deg, #1276B7 20.47%, #033884 74.37%);
		text-align: center;
		padding: 25px 10px;
		color: #FFF;
	}
	.ctt-tel b {
		display: block;
		font-size: 26px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.6; /* 150.399px */
	}
	.ctt-tel small {
		display: block;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
	}
	.blocks-label {
		margin-top: 6px;
	}
	.radio__list {
		border: 0px !important;
	}
	label {
		letter-spacing: 0px;
		color: #333;
	}
	input.radioBtn {
		top: 3px;
		block-size: 2rem;
		inline-size: 2rem;
		position: relative;
		z-index: 1;
		margin-left: 5px;
		margin-right: 8px;
		border: 0px !important;
	}
	input.radioBtn::before {
	  position: absolute;
	  content: "";
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 2.2rem;
	  height: 2.2rem;
	  border-radius: 50%;
		border: 3px solid #C9E7F3;
		border: 0px !important;
	}

	input.radioBtn::after {
	  position: absolute;
	  content: "";
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 1rem;
	  height: 1rem;
	  background: #fff;
	  border-radius: 50%;
	  opacity: 1;
	}
	input.radioBtn[type="radio"]:checked::after {
	  opacity: 1;
	}
	label {
	  cursor: pointer;
	}
	.blocks-label label {
		display: inline-block;
		margin-bottom: 10px;
		width: auto !important;
	}
	label.radio__list {
		margin-right: 30px;
	}
	.mail-tabs {
		display: block;
		margin-top: 45px;
	}
	.mail-tabs table {
		width: 100%;
	}
	.mail-tabs table th {
		display: block;
		background: #EFEFEF;
		padding: 15px 2%;
		position: relative;
		padding-left:70px;
		width: auto;
		vertical-align: top;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6; /* 36px */
		letter-spacing: 0.9px;
	}
	.mail-tabs table th.require::before {
		position: absolute;
		left: 5px;
		top: 15px;
		content: "必須";
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; /* 36px */
		letter-spacing: 0.9px;
		color: #FFF;
		background: #000;
		padding: 1px 16px;
	}
	.mail-tabs table td {
		display: block;
		padding: 15px 2% 27px 2%;
		vertical-align: top;
	}
	.fomrs-in {
		margin-bottom: 10px;
	}
	.priv-box {
		display: block;
		margin-top: 35px;
	}
	.priv-box .ttls {
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7; /* 44px */
		letter-spacing: 1.1px;
	}
	.priv-bg {
		background:#fff;
		height: 220px;
		padding: 20px;
		margin-top: 8px;
	}
	.priv-bg .scc {
		overflow: auto;
		height: 100%;
		padding-right: 10px;
	}
	.priv-bg b {
		display: block;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 30px */
		letter-spacing: 1px;
	}
	.priv-bg p {
		display: block;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.6; /* 27px */
		letter-spacing: 0.9px;
		padding: 15px 0 14px 0;
	}
	.priv-bg .scc::-webkit-scrollbar {
	  width: 8px;  
	  margin-top: 41px;
	}
	.priv-bg .scc::-webkit-scrollbar-track {
		background-size: auto 5px;
	}
	.priv-bg .scc::-webkit-scrollbar-thumb {
	  height: 100px;
	}
	.form_btn {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.fbt-wrap {
		position: relative;
		padding: 0 0px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	.sbt {
		width: 270px;
		height: 70px;
		box-sizing: border-box;
		padding-left: 40px;
		border: none;
		text-align: left;
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
		letter-spacing: 0.64px;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
}






.fl100p {
	flex-basis: 100% !important;
}
.no-ims {
	display: block !important;
	text-align: right !important;
	padding-top: 35px;
	flex-basis: 100% !important;
}
.no-ims span {
	display: block;
	font-size: 18px;
	text-align: right !important;
}
.mw_wp_form_confirm .privacy__policy--area {
	display: none !important;
}
.mw_wp_form_confirm  .bl-labs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.mx-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.mx-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 999px) {
	.mx-1000 {

	}
}




.cols001 {
	text-align: center;
	font-weight: 900;
	background: #EFEFEF;
	padding: 22px 0 !important;
	font-size: 18px !important;
}
.mb35 {
	margin-bottom: 35px;
}
.bge2 {
	background: #fbeedf !important;
}
.bge2.go {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 22px !important;
}
.bg-fff {
	background: #FFF;
}
.bg-fff .rectitle {
	background: #efefef;
}
.pt-01 {
	padding: 90px 0 40px 0!important;
}
.mb100 {
	margin-bottom: 100px;
}
@media all and (max-width:768px) {
	.cols001 {
		text-align: center;
		font-weight: 900;
		background: #eafce8 !important;
		padding: 14px 0 !important;
		font-size: 17px !important;
	}
	.table01.prices .bge2 {
		padding-left: 2%;
		padding-right: 2%;
		text-align: center !important;
		font-size: 20px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}



.flx-03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flx-03 .txt {
	display: block;
	flex-basis: 55%;
}
.flx-03 .txt h3 {
	display: block;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.flx-03 .imgs {
	display: block;
	flex-basis: 38%;
}
.flx-03 .imgs img {
	width: 100%;
}
@media all and (max-width:768px) {
	.flx-03 {
		display: block;
	}
	.flx-03 .txt {
		display: block;
		flex-basis: 55%;
		margin-bottom: 22px;
	}
	.flx-03 .txt h3 {
		display: block;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}

@media all and (min-width:769px) {
	.mw_wp_form_confirm .mail-tabs table th {
		padding-top: 25px !important;
	}
	.mw_wp_form_confirm .mail-tabs table th.require::before {
		top: 33px;
	}
	.mw_wp_form_confirm .blocks-label {
		margin-top: 0 !important;
	}
	.mw_wp_form_confirm .select-over::before {
		display: none;
	}
	.mw_wp_form_confirm .select-over::after {
		display: none;
	}
	.mw_wp_form_confirm .priv-box {
		display: none;
	}
}
@media all and (max-width:768px) {
	.mwform-radio-field.horizontal-item {
		margin-left: 0 !important;
	}
}


.nones {
	display: none !important;
}
.cboxPhoto {
	width: auto !important;
	height: auto !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}


.n-links {
	display: block;
	margin-top: 40px;
}
.n-links a {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	letter-spacing: 1.28px;
	padding-right: 65px;
}
.n-links a::after {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #000;
}
.n-links a::before {
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/arrow_forward.png") center center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	z-index: 5;
}
@media all and (min-width:769px) {
	.n-links a:hover {
		/*color: #FF9000;*/
	}
	.n-links a:hover::after {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background: #FF9000;
	}
}


@media all and (max-width:768px) {
	.n-links {
		display: block;
		margin-top: 25px;
	}
	.n-links a {
		display: inline-block;
		position: relative;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
		letter-spacing: 1.28px;
		padding-right: 65px;
	}
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

@media all and (min-width:769px) {
	.js-fixed-elm.is-fixed {
	  position: fixed;
		top: 90px;
	}
}
.ov-hidden {
	overflow: hidden;
}

.mw_wp_form_confirm .select-over::before,
.mw_wp_form_confirm .select-over::after{
	display: none !important;
}
