@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.mb0 {
	margin-bottom: 0 !important;
}
.bebas {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 115px;
	width: 100%;
	height: 350px;
	position: relative;
	background: url("../../img/cleaning/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle h2 {
	padding: 15px 10px 17px;
	width: 510px;
	position: absolute;
	left: 50%;
	bottom: -51px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background-color: #ea5006;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
	.pageTitle h2 {
		padding: 20px 10px 12px;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 60px !important;
		height: 200px !important;
	}
	.pageTitle h2 {
		padding: 10px;
		width: 90%;
		max-width: 300px;
		bottom: -25px;
		font-size: 2rem;
	}
}

.pageTitle2 {
	margin-bottom: 115px;
	width: 100%;
	height: 350px;
	position: relative;
	background: url("../../img/cleaning/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle2 h2 {
	padding: 15px 10px 17px;
	width: 510px;
	position: absolute;
	left: 50%;
	bottom: -51px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background-color: #ea5006;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
	.pageTitle2 h2 {
		padding: 20px 10px 12px;
	}
}
@media all and (max-width: 896px) {
	.pageTitle2 {
		margin-bottom: 60px !important;
		height: 200px !important;
	}
	.pageTitle2 h2 {
		padding: 10px;
		width: 90%;
		max-width: 300px;
		bottom: -25px;
		font-size: 2rem;
	}
}


.pageTitle3 {
	margin-bottom: 115px;
	width: 100%;
	height: 350px;
	position: relative;
	background: url("../../img/cleaning/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle3 h2 {
	padding: 15px 10px 17px;
	width: 510px;
	position: absolute;
	left: 50%;
	bottom: -51px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background-color: #ea5006;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
	.pageTitle3 h2 {
		padding: 20px 10px 12px;
	}
}
@media all and (max-width: 896px) {
	.pageTitle3 {
		margin-bottom: 60px !important;
		height: 200px !important;
	}
	.pageTitle3 h2 {
		padding: 10px;
		width: 90%;
		max-width: 300px;
		bottom: -25px;
		font-size: 2rem;
	}
}

.pageTitle4 {
	margin-bottom: 115px;
	width: 100%;
	height: 350px;
	position: relative;
	background: url("../../img/cleaning/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle4 h2 {
	padding: 15px 10px 17px;
	width: 510px;
	position: absolute;
	left: 50%;
	bottom: -51px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background-color: #ea5006;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
	.pageTitle4 h2 {
		padding: 20px 10px 12px;
	}
}
@media all and (max-width: 896px) {
	.pageTitle4 {
		margin-bottom: 60px !important;
		height: 200px !important;
	}
	.pageTitle4 h2 {
		padding: 10px;
		width: 90%;
		max-width: 300px;
		bottom: -25px;
		font-size: 2rem;
	}
}


.pageTitle5 {
	margin-bottom: 115px;
	width: 100%;
	height: 350px;
	position: relative;
	background: url("../../img/cleaning/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle5 h2 {
	padding: 15px 10px 17px;
	width: 510px;
	position: absolute;
	left: 50%;
	bottom: -51px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background-color: #ea5006;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
	.pageTitle5 h2 {
		padding: 20px 10px 12px;
	}
}
@media all and (max-width: 896px) {
	.pageTitle5 {
		margin-bottom: 60px !important;
		height: 200px !important;
	}
	.pageTitle5 h2 {
		padding: 10px;
		width: 90%;
		max-width: 300px;
		bottom: -25px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 133px;
	position: relative;
	text-align: center;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
.headLine01::after {
	width: 75px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	background: #ea5006;
	content: '';
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 45px !important;
		font-size: 2.2rem;
	}
	.headLine01::after {
		width: 45px;
		height: 2px;
		bottom: -15px !important;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 36px;
	padding: 0 54px 13px;
	color: #ea5006;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
	border-bottom: 1px solid rgb(51, 51, 51);
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 30px;
		padding: 0 10px 10px;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding: 0 49px 28px;
	color: #ea5006;
	font-size: 3rem;
	letter-spacing: 0.04em;
	border-bottom: 3px solid rgb(164, 164, 164);
}
.headLine03 .en {
	margin-left: 32px;
	color: #030000;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding: 0 10px 10px;
		font-size: 2.2rem;
		border-bottom-width: 2px;
	}
	.headLine03 .en {
		margin-left: 15px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1174px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin: 0 50px 40px;
}
.comImgBox .phoBox {
	float: right;
}
.comImgBox .txtBox {
	padding: 6px 0 0 22px;
	width: 620px;
	float: left;
	box-sizing: border-box;
}
.comImgBox .txtBox .title {
	margin-bottom: 12px;
	color: #062288;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.comImgBox .txtBox p {
	color: #030000;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.comImgBox .txtBox .textList li {
	padding-left: 1em;
	color: #030000;
	text-indent: -1em;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin: 0 0 60px !important;
	}
	.comImgBox .phoBox {
		float: none !important;
		text-align: center;
	}
	.comImgBox .txtBox {
		padding: 20px 0 0;
		width: auto;
		float: none;
	}
	.comImgBox .txtBox .title {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable td, .comTable th {
	padding: 19px 15px 17px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	border-bottom: 1px solid rgb(211, 211, 211);
}
.comTable th {
	padding-left: 48px;
	width: 20%;
}
@media all and (max-width: 896px) {
	.comTable td, .comTable th {
		float: left;
		width: 100% !important;
		padding: 0 13px 15px !important;
	}
	.comTable th {
		padding: 15px 13px 0 !important;
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto 55px;
	width: 300px;
}
.comBtn a {
	padding: 0 21px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background-image: -moz-linear-gradient(-90deg, rgb(255, 0, 31) 0%, rgb(234, 80, 6) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 0, 31) 0%, rgb(234, 80, 6) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 0, 31) 0%, rgb(234, 80, 6) 100%);
}
.comBtn a span {
	padding: 22px 62px 24px 62px;
	display: block;
	background: url("../../img/common/icon01.png") no-repeat right center;
}
@media all and (-ms-high-contrast: none) {
	.comBtn a span {
		padding: 24px 62px 22px 62px;
	}
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		box-shadow: 0px 6px 7.84px 0.16px rgba(4, 0, 0, 0.26);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-bottom: 30px;
		width: 240px;
	}
	.comBtn a {
		padding: 0 20px;
	}
	.comBtn a span {
		padding: 15px 50px;
	}
}

/*------------------------------------------------------------
	comTable2
------------------------------------------------------------*/
.comBtn2 {
    padding-top: 50px;
	margin: 0 auto 55px;
	width: 400px;
}
.comBtn2 a {
	padding: 0 21px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 50px;
    background-color: #c4171f;
}
.comBtn2 a span {
	padding: 22px 62px 24px 62px;
	display: block;
	background: url("../../img/common/icon01.png") no-repeat right center;
}
@media all and (-ms-high-contrast: none) {
	.comBtn2 a span {
		padding: 24px 62px 22px 62px;
	}
}
@media all and (min-width: 897px) {
	.comBtn2 a:hover {
		box-shadow: 0px 6px 7.84px 0.16px rgba(4, 0, 0, 0.26);
	}
}
@media all and (max-width: 896px) {
	.comBtn2 {
        height: 70px;
		margin-bottom: 30px;
		width: 300px;
	}
	.comBtn2 a {
		padding: 0 20px;
	}
	.comBtn2 a span {
		padding: 15px 50px;
	}
}



/*------------------------------------------------------------
	comListList
------------------------------------------------------------*/
.comListList li {
	margin-right: 30px;
	width: 250px;
}
.comListList li:nth-child(2) {
	transition-delay: 125ms;
}
.comListList li:nth-child(3) {
	transition-delay: 250ms;
}
.comListList li:nth-child(3n) {
	
}
.comListList li:nth-child(4n) {
	margin-right: 0;
}
.comListList li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
}
.comListList li .pho {
	position: relative;
	text-align: center;
}
.comListList li .pho::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.502;
	background: url("../../img/common/bg01.png") no-repeat center center / cover;
	content: '';
}
.comListList li .pho img {
	width: 100%;
}
.comListList li .textBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 15px;
	top: 15px;
	right: 14px;
	bottom: 15px;
	box-sizing: border-box;
	border: 5px solid #fff;
}
.comListList li .textBox p {
	padding-top: 6px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.comListList li .textBox p span {
	display: block;
	position: relative;
}
.comListList li .textBox p .jp {
	margin-bottom: 37px;
	position: relative;
	font-size: 2rem;
	letter-spacing: 0;
}
.comListList li .textBox p .jp::after {
	width: 46px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -22px;
	background: #fff;
	content: '';
	transform: translateX(-50%);
}
.comListList li .textBox p .en {
	font-size: 1.6rem;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.02em;
	font-weight: 600;
}
@media all and (min-width: 897px) {
	.comListList li a:hover .pho::before {
		opacity: 0.9;
		background-image: url("../../img/common/bg02.png");
	}
}
@media all and (max-width: 896px) {
	.comListList {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	.comListList li {
		margin: 0 0 30px;
		width: auto;
	}
	.comListList li:last-child {
		margin-bottom: 0;
	}
	.comListList li .textBox {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
		border: 2px solid #fff;
	}
	.comListList li .textBox p {
		padding-top: 0;
	}
	.comListList li .textBox p .jp {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
	.comListList li .textBox p .jp::after {
		width: 20px;
		height: 1px;
		bottom: -10px;
	}
	.comListList li .textBox p .en {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	scroll
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: all .75s ease-in-out;
}
.fadeIn.on {
	opacity: 1;
}
.fadeUp {
	opacity: 0;
	transform: translate(0, 25px);
	transition: all .75s ease-in-out;
}
.fadeUp.on {
	opacity: 1;
	transform: translate(0, 0);
}
.fadeScale {
	overflow: hidden;
}
.fadeScale img {
	opacity: 0;
	transform: scale(1.05);
	transition: all .75s ease-in-out;
}
.fadeScale.on img {
	opacity: 1;
	transform: scale(1);
}