@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------------------------------
                 fv
---------------------------------------------*/

.ts_fv {
	width: 100%;
	padding: 60px 5% 60px;
	background: linear-gradient(to right, #F65A5A 0%,#D40F19 100%);
}
@media screen and (max-width: 767px) {
    .ts_fv {
        padding: 10% 5% 10%;
    }
}

.ts_fv_contents {
    max-width: 1200px;
    width: 100%;
    height: 100%;
	margin: 0 auto;
    position: relative;
	text-align: center;
}

.ts_fv_title_sub {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.17em;
}
@media screen and (max-width: 1024px) {
    .ts_fv_title_sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .ts_fv_title_sub {
        font-size: 16px;
    }
}

.ts_fv_title_main {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 100px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.1;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
    .ts_fv_title_main {
        font-size: 75px;
    }
}
@media screen and (max-width: 1024px) {
    .ts_fv_title_main {
        font-size: 55px;
    }
}
@media screen and (max-width: 767px) {
    .ts_fv_title_main {
        font-size: 45px;
    }
}
@media screen and (max-width: 641px) {
    .ts_fv_title_main {
        font-size: 35px;
    }
}
@media screen and (max-width: 481px) {
    .ts_fv_title_main {
        font-size: 30px;
    }
}

/*.ts_fv_title_main_space {
    font-size: 0;
}*/

.ts_fv_title_main_jp {
	font-family: a-otf-ud-shin-go-con80-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 105px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .ts_fv_title_main_jp {
        font-size: 76px;
    }
}
@media screen and (max-width: 767px) {
    .ts_fv_title_main_jp {
        font-size: 32px;
    }
}

.ts_fv_title_jp {
	margin-top: 10px;
	color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 1024px) {
    .ts_fv_title_jp {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .ts_fv_title_jp {
        font-size: 16px;
    }
}


/*---------------------------------------------
                 message
---------------------------------------------*/

.ts_message {
    padding: 100px 5% 100px;
}
.ts_message_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.ts_message_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	.ts_message_title {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
	.ts_message {
        padding: 10% 5% 10%;
    }
	.ts_message_title {
        font-size: 20px;
		letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 641px) {
	.ts_message_title {
        font-size: 18px;
    }
}
@media screen and (max-width: 481px) {
	.ts_message_title {
        font-size: 17px;
    }
}

/*---------------------------------------------
                 about
---------------------------------------------*/

.ts_about {
    padding: 0 5% 100px;
}
.ts_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.ts_about_box1 {
	margin-bottom: 80px;
}
.ts_about_box1 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ts_about_box1 ul li {
	width: 31%;
}
.ts_about_box1 h2 {
	line-height: 0;
}
.ts_about_box1 h3 {
    background-color: #E72E36;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0.5em 0;
}
.ts_about_box2 p {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.ts_about {
		padding: 0 5% 10%;
	}
	.ts_about_box1 {
		margin-bottom: 8%;
	}
	.ts_about_box1 ul {
		max-width: 500px;
		margin: 0 auto;
	}
	.ts_about_box1 ul li {
		width: 100%;
		margin-bottom: 5%;
	}
	.ts_about_box1 h3 {
		font-size: 18px;
	}
	.ts_about_box2 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 641px) {
	.ts_about_box2 p {
		font-size: 14px;
	}
}

/*---------------------------------------------
                feature
---------------------------------------------*/

.ts_feature {
    padding: 0 5% 150px;
	overflow: hidden;
}
.ts_feature_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.ts_feature_box1 {
    border: #E62C35 2px solid;
	padding: 2.5em 0 3em;
	text-align: center;
	border-radius: 15px;
}
.ts_feature_box1 h2 {
    font-size: 30px;
    font-weight: bold;
	color: #E62C35;
    letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}
.ts_feature_box1 p {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
	.ts_feature_box2 dl dt h3 {
		font-size: 20px;
	}
	.ts_feature_box4 h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.ts_feature {
		padding: 0 5% 15%;
	}
	.ts_feature_box1 h2 {
		font-size: 20px;
	}
	.ts_feature_box1 p {
		font-size: 15px;
	}
}
@media screen and (max-width: 641px) {
	.ts_feature_box1 h2 {
		font-size: 18px;
	}
	.ts_feature_box1 p {
		font-size: 14px;
	}
}

/*============================================================================

                      空調設備の清掃サービス
							
============================================================================*/

/*---------------------------------------------
      なぜメンテナンスが必要なのか？
---------------------------------------------*/

.air_why {
    padding: 50px 5% 20px;
}
.air_why_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_why_box1 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 20px;
}
.air_why_box1 h2 strong {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding-left: 1em;
}
.air_why_box1 h3 {
    max-width: 67px;
    width: 8%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.air_why_box1 h2 {
        font-size: 26px;
    }
    .air_why_box1 h2 strong {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
	.air_why {
        padding: 5% 5% 5%;
    }
	.air_why_box1 h2 {
        font-size: 20px;
		letter-spacing: 0;
    }
    .air_why_box1 h2 strong {
        font-size: 35px;
        letter-spacing: 0.2em;
    }
}
@media screen and (max-width: 641px) {
	.air_why_box1 h2 {
        font-size: 18px;
    }
    .air_why_box1 h2 strong {
        font-size: 30px;
    }
}
@media screen and (max-width: 481px) {
	.ts_air h2 {
        font-size: 17px;
    }
}

/*---------------------------------------------
           エアコンの長寿命化
---------------------------------------------*/

.air_lifespan {
    padding: 60px 5% 60px;
    background-color: #000D23;
    color: #fff;
}
.air_lifespan_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_lifespan_box1 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 30px;
}
.air_lifespan_box1 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.air_lifespan_box1 ul li {
	width: 49%;
    max-width: 536px;
    margin-bottom: 40px;
}
.air_lifespan_box1 p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {
	.air_lifespan_box1 h2 {
		font-size: 28px;
	}
	.air_lifespan_box1 p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.air_lifespan {
		padding: 8% 5% 8%;
	}
	.air_lifespan_box1 h2 {
		font-size: 24px;
        letter-spacing: 0;
	}
    .air_lifespan_box1 ul {
        margin-bottom: 3%;
    }
    .air_lifespan_box1 ul li {
        width: 80%;
        margin: 0 auto 5%;
    }
	.air_lifespan_box1 p {
		font-size: 16px;
        text-align: left;
        letter-spacing: 0;
	}
}
@media screen and (max-width: 641px) {
	.air_lifespan_box1 h2 {
		font-size: 20px;
	}
	.air_lifespan_box1 p {
		font-size: 14px;
	}
}

/*---------------------------------------------
      電気代（ランニングコスト）の節約
---------------------------------------------*/

.air_cost {
    padding: 60px 5% 60px;
}
.air_cost_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_cost_box1 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 30px;
}
.air_cost_box1 h3 {
	width: 100%;
    max-width: 1009px;
    margin: 0 auto 40px;
}
.air_cost_box1 p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {
	.air_cost_box1 h2 {
		font-size: 28px;
	}
	.air_cost_box1 p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.air_cost {
		padding: 8% 5% 8%;
	}
	.air_cost_box1 h2 {
		font-size: 24px;
        letter-spacing: 0;
	}
    .air_cost_box1 h3 {
        margin: 0 auto 5%;
    }
	.air_cost_box1 p {
		font-size: 16px;
        text-align: left;
        letter-spacing: 0;
	}
}
@media screen and (max-width: 641px) {
	.air_cost_box1 h2 {
		font-size: 20px;
	}
	.air_cost_box1 p {
		font-size: 14px;
	}
}


/*---------------------------------------------
           衛生的な環境の維持
---------------------------------------------*/

.air_hygiene {
    padding: 60px 5% 60px;
    background-color: #000D23;
    color: #fff;
}
.air_hygiene_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_hygiene_box1 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: 30px;
}
.air_hygiene_box1 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.air_hygiene_box1 ul li {
	width: 49%;
    max-width: 536px;
    margin-bottom: 40px;
}
.air_hygiene_box1 p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {
	.air_hygiene_box1 h2 {
		font-size: 28px;
	}
	.air_hygiene_box1 p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.air_hygiene {
		padding: 8% 5% 8%;
	}
	.air_hygiene_box1 h2 {
		font-size: 24px;
        letter-spacing: 0;
	}
    .air_hygiene_box1 ul {
        margin-bottom: 3%;
    }
    .air_hygiene_box1 ul li {
        width: 80%;
        margin: 0 auto 5%;
    }
	.air_hygiene_box1 p {
		font-size: 16px;
        text-align: left;
        letter-spacing: 0;
	}
}
@media screen and (max-width: 641px) {
	.air_hygiene_box1 h2 {
		font-size: 20px;
	}
	.air_hygiene_box1 p {
		font-size: 14px;
	}
}

/*---------------------------------------------
           Strengths 強み
---------------------------------------------*/

.air_strengths {
    padding: 60px 5% 60px;
}
.air_strengths_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_strengths_box1 h2 {
    max-width: 512px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.air_strengths {
		padding: 8% 5% 8%;
	}
    .air_strengths_box1 h2 {
        width: 60%;
    }
}

/*---------------------------------------------
           技術力とノウハウ
---------------------------------------------*/

.air_expertise {
    padding: 80px 5% 30px;
    background-color: #000D23;
    color: #fff;
}
.air_expertise_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.air_expertise_box1 {
    margin-bottom: 60px;
}
.air_expertise_box1 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFE000;
    margin-bottom: 25px;
}
.air_expertise_box1 h2 span {
    background: linear-gradient(transparent 70%, #099FDE 20%);
    padding-left: 0.3em;
    padding-right: 0.1em;
}
.air_expertise_box1 p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {
	.air_expertise_box1 h2 {
		font-size: 28px;
	}
	.air_expertise_box1 p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.air_expertise {
		padding: 8% 5% 3%;
	}
    .air_expertise_box1 {
        margin-bottom: 5%;
	}
    .air_expertise_box1 h2 {
		font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 3%;
	}
	.air_expertise_box1 p {
		font-size: 16px;
        text-align: left;
        letter-spacing: 0;
	}
}
@media screen and (max-width: 641px) {
	.air_expertise_box1 h2 {
		font-size: 19px;
	}
	.air_expertise_box1 p {
		font-size: 14px;
	}
}




