@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  padding: 18px 30px;
  box-sizing: border-box;
  border-top: 10px solid #f39800;
}
.header h1 span {
  display: block;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info-item {
  margin-right: 25px;
}
.header-info-item:last-child {
  margin-right: 0;
}
.header-nav {
  position: relative;
  background: #f39800;
  padding: 20px 0;
  box-sizing: border-box;
}
.header-nav-item {
  padding: 35px 40px 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-nav-item:nth-child(1) .header-nav-icon::before {
  background: url(../img/common/nav-top-icon.png) no-repeat;
}
.header-nav-item:nth-child(2) .header-nav-icon::before {
  background: url(../img/common/nav-aircon-icon.png) no-repeat;
}
.header-nav-item:nth-child(3) .header-nav-icon::before {
  background: url(../img/common/nav-corp-icon.png) no-repeat;
}
.header-nav-item:nth-child(4) .header-nav-icon::before {
  background: url(../img/common/nav-individual-icon.png) no-repeat;
}
.header-nav-item:nth-child(5) .header-nav-icon::before {
  background: url(../img/common/nav-info-icon.png) no-repeat;
}
.header-nav-item:nth-child(6) .header-nav-icon::before {
  background: url(../img/common/nav-contact-icon.png) no-repeat;
}
.header-nav-item:last-child {
  border: none;
}
.header-nav-item:hover {
  opacity: 0.7;
}
.header-nav-icon {
  position: relative;
  padding-top: 35px;
  color: #fff;
}
.header-nav-icon::before {
  position: absolute;
  content: "";
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.header-mail{
  width: 270px;
  padding: 15px;
}
.header-info-tel{
  text-align: right;
}
.header-tel{
  line-height: 1.2;
  display: block;
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  background: url(../img/common/footer-bg.jpg) no-repeat center center/cover;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.footer-logo {
  display: block;
  margin: 0 auto 40px auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-tel {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}
.footer-tel02 {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  line-height: 1;
}
.footer-info {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}
.footer .address {
  margin-bottom: 25px;
  line-height: 1;
}
.footer-mail {
  margin: 0 auto 30px;
  text-align: center;
  width: 270px;
  padding: 15px;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  margin-top: 80px;
  background: #f39800;
}
.footer #copyright small {
  color: #fff;
  font-size: 12px;
}
.footer #copyright small a {
  color: #fff;
}
.footer-submenu-item {
  margin-right: 20px;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
}
.footer-submenu-item::before {
  position: absolute;
  content: "｜";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.footer-submenu-item:last-child {
  margin-right: 0;
}
.footer-submenu-item:last-child::before {
  content: none;
}
.footer-submenu-item a:hover {
  color: #f39800;
}
.footer-instagram-icon{
  margin: 0 auto 30px;
  display: block;
  text-align: center;
  transition: all .3s ease;
}
.footer-instagram-icon:hover{
  opacity: 0.7;
}
/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  position: relative;
  padding: 140px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: 80vh;
  position: relative;
}
#mv .bx-wrapper,
#mv ul {
  height: 100%;
}
#mv .catch {
  text-align: center;
}
#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}
#mv li {
  height: 80vh;
  min-height: 700px;
}
#mv li:nth-child(1) {
  background: url(../img/mv/mv-slide01.jpg) no-repeat center/cover;
}
#mv li:nth-child(2) {
  background: url(../img/mv/mv-slide02.jpg) no-repeat center/cover;
}
#mv li:nth-child(3) {
  background: url(../img/mv/mv-slide03.jpg) no-repeat center/cover;
}
#mv li:nth-child(4) {
  background: url(../img/mv/mv-slide04.jpg) no-repeat center/cover;
}

#mv {
  min-height: 700px;
}
#mv .catch img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top-lead ▼ ---------------*/
/*------------------------------
エアコンクリーニング
--------------------------------*/
.top-lead {
  padding: 140px 0 190px 0;
  background: url(../img/common/pat01.png);
}
.top-lead-title {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
.top-lead-title .title-main {
  display: block;
  font-size: 3.5rem;
}
.top-lead-title .title-main em {
  font-size: 4.5rem;
}
.top-lead-box {
  position: relative;
  border-radius: 30px;
  padding: 70px 0;
  box-sizing: border-box;
  border: 2px solid #f39800;
}
.top-lead-box::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 350px;
  left: -2px;
  margin: auto;
  bottom: 50px;
}
.top-lead-text {
  margin-bottom: 50px;
  text-align: center;
}
.top-lead-text em {
  font-weight: 600;
}
.top-lead-more {
  margin: 0 auto;
}
.top-lead-illust {
  position: absolute;
  bottom: 70px;
  left: -100px;
}

/*--------------- ▲ top-lead ▲ ---------------*/
/*--------------- ▼ top-feature ▼ ---------------*/
/*------------------------------
特徴
--------------------------------*/
.top-feature {
  padding: 0 0 200px 0;
  background: url(../img/common/pat02.png) repeat;
}
.top-feature::before {
  position: absolute;
  content: "";
  background: #fff1da;
  width: 100%;
  height: 440px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.top-feature::after {
  position: absolute;
  content: "";
  background: #fff1da;
  width: 570px;
  height: 300px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  right: 0;
  top: -75px;
}
.top-feature-title-wrap {
  position: relative;
  z-index: 1;
}
.top-feature-title-wrap::before {
  position: absolute;
  content: "";
  background: #f39800;
  width: 95%;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: 1;
}
.top-feature-title {
  margin: 0 auto 50px;
  text-align: center;
  background: #fff1da;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
  box-sizing: border-box;
}
.top-feature-subtitle {
  margin-bottom: 30px;
  z-index: 1;
}
.top-feature-list {
  padding: 0 60px;
  box-sizing: border-box;
}
.top-feature-item:nth-child(1), .top-feature-item:nth-child(3) {
  margin-top: 50px;
}
.top-feature-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
}
.top-feature-item-title {
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
.top-feature-item-title .title {
  background: #f39800;
  display: block;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 1;
  box-shadow: 5px 5px 0 0 #fff45c;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}
.top-feature-item-title .number-style01 {
  position: absolute;
  top: -45px;
  z-index: 1;
}

/*--------------- ▲ top-feature ▲ ---------------*/
/*--------------- ▼ top-corp ▼ ---------------*/
/*------------------------------
法人の方
--------------------------------*/
.top-corp {
  background: url(../img/top/top-corp-bg.jpg) no-repeat center bottom/cover;
}
.top-corp-title::after {
  background: url(../img/top/top-corp-title-icon.png) no-repeat;
}
.top-corp-wrap {
  overflow: hidden;
  padding: 20px 0;
}
.top-corp-text {
  margin-bottom: 40px;
}
.top-corp-more {
  margin-bottom: 50px;
}
.top-corp-bg {
  position: absolute;
  width: 45vw;
  height: auto;
  top: -100px;
  right: 0;
}
.top-corp-img {
  position: absolute;
  right: -250px;
  z-index: 1;
  top: 33vw;
}

/*施工事例*/
.top-corp-work-title {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.top-corp-work-list {
  margin-bottom: 50px;
}
.top-corp-work-item {
  position: relative;
  margin-right: 15px;
}
.top-corp-work-item a:hover{
  opacity: 0.7;
}
.top-corp-work-item:last-child {
  margin-right: 0;
}
.top-corp-work-item-img {
  position: relative;
  width: 270px;
  height: 190px;
}
.top-corp-work-item-title {
  position: absolute;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  background: #f39800;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
}
.top-corp-work-item-before {
  margin-bottom: 25px;
  position: relative;
}
.top-corp-work-item-before::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow01.png) no-repeat;
  width: 31px;
  height: 41px;
  bottom: -10px;
  margin: auto;
  right: 70px;
  z-index: 10;
}
.top-corp-work-item-before .top-corp-work-item-title {
  top: -20px;
  left: 0;
}
.top-corp-work-item-after .top-corp-work-item-img {
  margin-left: 80px;
  margin-bottom: 40px;
}
.top-corp-work-item-after .top-corp-work-item-title {
  bottom: 55px;
  right: 0;
}
.top-corp-work-more {
  margin: 0 0 0 240px;
  text-align: center;
}
.top-corp-work-item-maintitle{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 330px;
  margin: 0 auto;
}

/*--------------- ▲ top-corp ▲ ---------------*/
/*--------------- ▼ top-individual ▼ ---------------*/
.top-individual {
  padding: 70px 0 150px 0;
  background: url(../img/common/pat03.png) repeat;
}
.top-individual-title::after {
  background: url(../img/top/top-individual-title-icon.png) no-repeat;
}
.top-individual-textbox {
  position: relative;
  background: url(../img/common/pat03.png) repeat;
  padding: 50px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 0 auto;
  width: 710px;
  z-index: 10;
  overflow: inherit;
}
.top-individual-text {
  margin-bottom: 50px;
}
.top-individual-img {
  position: absolute;
  bottom: -220px;
  left: -100px;
  z-index: 1;
}

/*--------------- ▲ top-individual ▲ ---------------*/
/*--------------- ▼ top-news ▼ ---------------*/
.top-news {
  padding: 190px 0 120px 0;
  background: #f39800;
}
.top-news::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
  margin: auto;
  top: 0;
  background-color: #ffa206;
}
.top-news-title {
  color: #fff;
}
.top-news-title::before {
  background: #fff;
}
.top-news-more {
  position: absolute;
  right: 0;
  top: 0;
}
.top-news .news-list {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.top-news .news-item {
  max-width: 800px;
  margin: 0 auto;
}

/*--------------- ▲ top-news ▲ ---------------*/
/*--------------- △ top-page △ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 140px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  height: 416px;
}
.sv-catch {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.5rem;
  color: #f39800;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  min-width: 500px;
  text-align: center;
  font-weight: 600;
}
.sv-catch span {
  padding-bottom: 10px;
  border-bottom: 2px #f39800 solid;
}

/*---------------------
ページ別sv
---------------------*/
.sv-aircon {
  background: url(../img/sv/sv-aircon-bg.jpg) no-repeat center center/cover;
}

.sv-corp {
  background: url(../img/sv/sv-corp-bg.jpg) no-repeat center center/cover;
}
.sv-work {
  background: url(../img/sv/sv-work-bg.jpg) no-repeat center center/cover;
}

.sv-individual {
  background: url(../img/sv/sv-individual-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-aircon-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▲ sub-visual ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
  z-index: 100;
}
#bread-clumb li {
  position: relative;
  color: #000000;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: #000000;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ 下層共通 ▼ ---------------*/
/*-----------------------
チェックリスト
--------------------------*/
.com-trouble-box {
  padding: 60px;
  box-sizing: border-box;
  background: url(../img/common/pat01.png) repeat;
}

.com-check-item {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.com-check-list {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.com-check-list .other {
  position: absolute;
  bottom: 0;
  right: -50px;
  font-weight: 600;
}

.check-icon {
  position: relative;
  padding-left: 50px;
}
.check-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-check.png) no-repeat;
  width: 32px;
  height: 32px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

/*-----------------------
リンク 個人法人
--------------------------*/
.com-link {
  padding: 200px 0 0 0;
}
.com-link-item {
  margin-right: 30px;
}
.com-link-item:last-child {
  margin-right: 0;
}
.com-link .other {
  position: absolute;
}

/*-----------------------
サービス　個人法人
--------------------------*/
.com-service {
  background: #fff1da;
}
.com-service-text {
  text-align: center;
  margin-bottom: 80px;
}
.com-service-subtitle {
  margin-bottom: 50px;
}
.com-service-list {
  margin-bottom: 60px;
}
.com-service-item {
  margin-bottom: 40px;
}
.com-service-item:last-child {
  margin-bottom: 0;
}
.com-service-img {
  width: 530px;
  height: 300px;
}
.com-service-item-text {
  width: 530px;
}
.com-service-note {
  position: relative;
  margin: 0 auto;
}
.com-service-note-title {
  position: relative;
  z-index: 1;
}
.com-service-note-box {
  padding: 50px 0 20px 0;
  max-width: 740px;
  background: url(../img/common/pat01.png) repeat;
  position: relative;
  margin: -35px auto 0;
}
.com-service-note-box::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 550px;
  height: 2px;
  left: 0;
  margin: auto;
  right: 0;
  top: -2px;
}

/*-----------------------
料金
--------------------------*/
.com-price-note {
  margin: 30px 0 0 auto;
  text-align: right;
  display: block;
}
.price-table:last-child tr:last-child{
  border-bottom: none;
}
.price-table{
  border: 2px solid #f39800;
  margin-bottom: 50px;
}
.price-table-item{
  margin-bottom: 50px;
}
.price-table-item:last-child{
  margin-bottom: 0;
}
.price-option-title{
  color: #f39800;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1;
}
.price-option-item{
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #f39800;
  width: fit-content;
  text-align: center;
  margin: 0 auto 10px;
  min-width: 370px;
  padding: 12px 15px;
  box-sizing: border-box;
  line-height: 1;
}
/*--------------- ▲ 下層共通 ▲ ---------------*/
/*--------------- ▼ sub02_aircon ▼ ---------------*/
/*-----------------------
エアコンの掃除が必要なの
--------------------------*/
.aircon-about {
  background: #fff1da;
}
.aircon-about-text {
  text-align: center;
  margin: 0 auto 50px;
}
.aircon-about-point-item-title .number-style02 {
  position: absolute;
  top: -20px;
  left: -90px;
}
.aircon-about-point-item {
  position: relative;
  padding: 40px 100px 30px 200px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.aircon-about-point-item:last-child {
  margin-bottom: 0;
}

/*-----------------------
頻度
--------------------------*/
.aircon-frequency {
  padding: 100px 0;
  background: #f39800;
}
.aircon-frequency::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
  margin: auto;
  top: 0;
  background-color: #ffa206;
}
.aircon-frequency-box {
  background: #fff;
  padding: 80px 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.aircon-frequency-text {
  text-align: center;
}

/*-----------------------
安さ重視は危険！業者
--------------------------*/
.aircon-trader-title {
  z-index: 1;
}
.aircon-trader-title .title-style06 {
  display: block;
}
.aircon-trader-title .title-main {
  display: block;
}
.aircon-trader-box {
  position: relative;
  background: url(../img/common/pat03.png) repeat;
  padding: 80px 50px 50px;
  box-sizing: border-box;
  margin-top: -80px;
}
.aircon-trader-box::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 650px;
  height: 2px;
  left: 0;
  margin: auto;
  right: 0;
  top: -2px;
}
.aircon-trader-list {
  max-width: 700px;
  margin: 0 auto;
}
.aircon-trader-item {
  margin-bottom: 40px;
}
.aircon-trader-item:last-child {
  margin-bottom: 0;
}
.aircon-trader-item .number-style03 {
  margin-right: 15px;
}
.aircon-trader-item-title {
  font-size: 2.5rem;
  color: #f39800;
}

/*-----------------------
プロにお任せください！
--------------------------*/
.aircon-pro {
  padding: 0 0 140px;
}
.aircon-pro::before {
  position: absolute;
  content: "";
  background: #f39800;
  width: 100%;
  height: 430px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.aircon-pro::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 380px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
  margin: auto;
  bottom: 50px;
  background-color: #ffa206;
}
.aircon-pro .outbox {
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 100px 100px 100px;
  box-sizing: border-box;
  max-width: 1600px;
}
.aircon-pro-title {
  text-align: center;
  margin: 0 auto 50px;
}
.aircon-pro-item-title {
  background: #f39800;
  padding: 10px 30px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 30px;
  color: #fff;
  border-radius: 10px;
}
.aircon-pro-item {
  width: 345px;
}
.aircon-pro-item:nth-child(1), .aircon-pro-item:nth-child(3) {
  margin-top: 100px;
}
.aircon-pro-item-box {
  background: url(../img/common/pat01.png) repeat;
  border-radius: 10px;
  padding: 50px 15px;
  margin-top: -60px;
}

/*--------------- ▲ sub02_aircon ▲ ---------------*/
/*--------------- ▼ sub03_corp ▼ ---------------*/
/*-----------------------
お悩み
--------------------------*/
.corp-trouble {
  padding: 100px 0;
}

/*-----------------------
サービス
--------------------------*/
.corp-service-text {
  margin-bottom: 50px;
}

/*-----------------------
施工事例
--------------------------*/

.corp-work-title {
  margin-bottom: 80px;
}
.corp-work-img-wrap {
  margin-bottom: 50px;
}
.corp-work-list {
  margin-bottom: 50px;
}
.corp-work-item {
  position: relative;
  margin-right: 15px;
  width: 530px;
  margin-bottom: 70px;
}
.corp-work-item a:hover{
  opacity: 0.7;
}
.corp-work-item:nth-child(2n) {
  margin-right: 0;
}
.corp-work-item-img {
  position: relative;
  width: 260px;
  height: 180px;
  z-index: 1;
}
.corp-work-item-title {
  position: absolute;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  background: #f39800;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
}
.corp-work-item-before .corp-work-item-img {
  margin-bottom: 25px;
}
.corp-work-item-before{
  position: relative;
}
.corp-work-item-before::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow01.png) no-repeat;
  width: 31px;
  height: 41px;
  bottom: 50px;
  margin: auto;
  right: 15px;
  z-index: 10;
  transform: rotate(-90deg);
}
.corp-work-item-before .corp-work-item-title {
  top: -20px;
  left: 0;
}
.corp-work-item-after .corp-work-item-img {
  margin-top: 100px;
}
.corp-work-item-after .corp-work-item-title {
  top: 260px;
  right: 0;
}
.corp-work-item-text .post-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.corp-work-more {
  margin: 0 auto;
  text-align: center;
}
.corp-work-item-maintitle{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*------------------------------
詳細
--------------------------------*/
.corp-work-detail-container{
  margin-bottom: 100px;
}
.corp-work-detail .corp-work-item-img{
  width: 400px;
  height: 280px;
}
.corp-work-detail .corp-work-item-before{
  position: relative;
  margin-right: 50px;
}
.corp-work-detail .corp-work-item-after{
  position: relative;
}
.corp-work-detail .corp-work-item-after .corp-work-item-title{
  bottom: -12px;
  top: auto;
}

/*------------------------------
定期清掃について
--------------------------------*/
.corp-cleaning::before{
  position: absolute;
  content: "";
  background: #fff1da;
  width: 100%;
  height: 40%;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
}

.corp-cleaning-container{
  max-width: 1280px;
  position: relative;
  background: #fff;
  padding: 0 40px 60px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.corp-cleaning-text{
  text-align: center;
}

/*-----------------------
料金
--------------------------*/
.corp-price{
  padding: 100px 0 0;
}
.corp-price .no-post{
  text-align: center;
}

/*--------------- ▲ sub03_corp ▲ ---------------*/
/*--------------- ▼ sub04_individual ▼ ---------------*/
/*-----------------------
料金
--------------------------*/
.individual-price .no-post{
  text-align: center;
  margin-top: 50px;
}
/*--------------- ▲ sub04_individual ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
挨拶
--------------------------*/
.info-greeting{
  padding: 100px 0 0;
}
.info-greeting-img {
  width: 530px;
  height: 330px;
}
.info-greeting-text {
  width: 530px;
}
.info-greeting-name {
  position: absolute;
  background: #f39800;
  padding: 15px 0;
  box-sizing: border-box;
  min-width: 280px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 2rem;
  right: 10px;
  bottom: -30px;
  z-index: 1;
  text-align: center;
}
.info-greeting-img-wrap {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

/*-----------------------
概要
--------------------------*/
.info-company::before {
  position: absolute;
  content: "";
  background: #f39800;
  width: 100%;
  height: 340px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.info-company-table {
  margin-bottom: 70px;
}
.info-company-map iframe {
  width: 100%;
  height: 300px;
}

/*-----------------------

--------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li:nth-child(5n) {
  margin-right: 0;
}
.post-wrp .tag-change li:nth-child(-n+5) {
  margin-top: 0;
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change li a {
  border: solid 1px #f39800;
  padding: 10px 0;
  display: block;
  color: #f39800;
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: #f39800;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px #f39800;
  color: #f39800;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: #f39800;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #f39800;
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #f39800;
}
#contents-u.s-post .sb_style h3 {
  background: #f39800;
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: #f39800;
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: #f39800;
}
#contents-u.s-post .sb_style ul li:before {
  background: #f39800;
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #f39800;
}
#contents-u.s-post .sb_style a {
  color: #f39800;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #f39800;
  margin-top: 20px;
}
#contents-u.s-post .s-time-tag time {
  color: #f39800;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #f39800;
  line-height: 1;
  color: #f39800;
}
#contents-u.s-post .tag-name span {
  color: #f39800;
}

.sb-post-body {
  margin-bottom: 50px;
}
.s-post-taglist .tag{
  font-size: 1.2rem;
  padding: 5px 10px;
  min-width: auto;
  margin: 5px;
}
/*--------------- ▲ お知らせ ▲ ---------------*/