@charset "UTF-8";
/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

/**********************************
Container
**********************************/
.l-container,
.l-container-small,
.l-container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 639px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container {
  max-width: calc(1000px + 12%);
}

.l-container-small {
  max-width: calc(720px + 12%);
}

.l-container-large {
  max-width: calc(1200px + 12%);
}

.l-sec-bg {
  background-color: #f4f6fa;
}

.l-sec {
  padding: 80px 0;
}

/**********************************
index
**********************************/
.p-idx-banners {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .p-idx-banners {
    display: block;
    width: calc(100% - 12vw);
  }
}

#main_contents .p-idx-banners-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
#main_contents .p-idx-banners-item a.big-service-btn {
  display: block;
  height: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#main_contents .p-idx-banners-item a.big-service-btn:hover {
  background: none;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  #main_contents .p-idx-banners-item + .p-idx-banners-item {
    margin-top: 20px;
  }
}

/**********************************
除湿機
**********************************/
.page-page-dehumidifier main {
  margin-top: 60px;
}
.page-page-dehumidifier #footarea .otoiawase {
  margin-top: 0;
}

.p-dehumidifier-title {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-title {
    font-size: 28px;
  }
}

/* こんなことでお困りではありませんか？ */
@media screen and (max-width: 639px) {
  .p-dehumidifier-problem {
    padding-top: 0;
  }
}

.p-dehumidifier-problem-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-problem-list-item {
    display: block;
    text-align: center;
  }
}
.p-dehumidifier-problem-list-item__label {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background-color: #4473c4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-problem-list-item__label {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    width: 120px;
    height: 120px;
  }
}
.p-dehumidifier-problem-list-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 26px;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-problem-list-item__text {
    font-size: 20px;
    padding-left: 0;
    margin-top: 20px;
  }
}
.p-dehumidifier-problem-list-item__text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
  color: #f05353;
  border: 2px solid #f05353;
  padding: 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-problem-list-item__text span {
    font-size: 20px;
  }
}
.p-dehumidifier-problem-list-item__text span::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* その問題ヒカリS.E.なら解決できます。 */
.p-dehumidifier-solution-item {
  padding: 20px;
}
.p-dehumidifier-solution-item__label {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 90px;
  background-color: #f05353;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
.p-dehumidifier-solution-item__text {
  margin-top: 30px;
  font-size: 48px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #f05353;
  border: 2px solid #f05353;
  padding: 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-solution-item__text {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-dehumidifier-solution__illust {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-dehumidifier-solution__illust + p {
  text-align: center;
  font-size: 20px;
}

.p-dehumidifier-solution-title-main {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  background-color: #4473c4;
  color: #fff;
  border-radius: 10px;
  padding: 0 1em;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-solution-title-main {
    font-size: 32px;
  }
}
.p-dehumidifier-solution-title-main::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 48px;
  height: 48px;
  background-color: #4473c4;
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-dehumidifier-solution-demo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.p-dehumidifier-solution-demo li {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-solution-demo li {
    font-size: 16px;
    text-indent: -15px;
    padding-left: 15px;
  }
}

.p-dehumidifier-solution-title-sub {
  font-size: 24px;
  color: #4473c4;
  margin-bottom: 1em;
}
.p-dehumidifier-solution-title-sub + img {
  width: 100%;
}

.p-dehumidifier-solution-demo-about {
  margin-top: 40px;
  margin-bottom: 1em;
}
.p-dehumidifier-solution-demo-about li {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-solution-demo-about li {
    font-size: 16px;
    text-indent: -15px;
    padding-left: 15px;
  }
}

.p-dehumidifier-form-table table {
  width: 100% !important;
}
.p-dehumidifier-form-table table th,
.p-dehumidifier-form-table table td {
  padding: 15px 0px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-form-table table th,
  .p-dehumidifier-form-table table td {
    display: block;
  }
}
.p-dehumidifier-form-table table th {
  width: 350px;
  font-size: 2rem;
  vertical-align: top;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-form-table table th {
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
  }
}
.p-dehumidifier-form-table table th span.hissu {
  font-size: 1.3rem;
  color: #FFF;
  line-height: 1.8;
  width: 50px;
  background-color: #c30d23;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 26px;
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-form-table table th span.hissu {
    top: 17px;
  }
}
@media screen and (max-width: 639px) {
  .p-dehumidifier-form-table table td {
    padding-top: 5px;
  }
}
.p-dehumidifier-form-table table td input[type=text],
.p-dehumidifier-form-table table td textarea {
  padding: 12px;
  background-color: #eff3f5;
  border: none;
  width: 100%;
  font-size: 18px;
}

.p-dehumidifier-form .bt_send input,
.p-dehumidifier-form .bt_back input {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: block;
  font-size: 1.7rem;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 0;
  line-height: 64px;
  padding-bottom: 5px;
  border: none;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0967d8;
  background: -webkit-gradient(linear, left top, right top, from(#0967d8), to(#01b4d5));
  background: linear-gradient(to right, #0967d8, #01b4d5);
  border-radius: 40px;
  cursor: pointer;
}

/**********************************
お問い合わせ
**********************************/
.page-contact #main_contents .form_block.p-contact-form-wrap {
  background-color: #fff;
  padding-top: 0;
}
.page-contact #main_contents .form_block.p-contact-form-wrap .inner table td select {
  font-size: 18px;
}
.page-contact #main_contents .form_block.p-contact-form-wrap .inner table td input[type=text],
.page-contact #main_contents .form_block.p-contact-form-wrap .inner table td textarea {
  background-color: #eff3f5;
}

/**********************************
採用
**********************************/
.page-recruit .p-recruit-tabs {
  margin-top: 60px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.page-recruit .p-recruit-tabs li {
  background-color: #eee;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  margin: 0 10px;
  width: 200px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .page-recruit .p-recruit-tabs li {
    font-size: 14px;
    width: 140px;
    margin: 0 5px;
  }
}
.page-recruit .p-recruit-tabs li.is-active {
  background-color: #009af6;
  color: #fff;
}
.page-recruit .entry_detail {
  display: none;
}
.page-recruit .entry_detail.is-active {
  display: block;
}
@media screen and (max-width: 639px) {
  .page-recruit .entry_detail table th,
  .page-recruit .entry_detail table td {
    font-size: 15px !important;
  }
}

.p-recruit-entry-detail__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .p-recruit-entry-detail__title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-recruit-entry-detail__title span {
  color: #009af6;
  font-weight: normal;
  font-weight: 400;
}

.p-recruit-line {
  text-align: center;
  margin-top: 60px;
}
.p-recruit-line__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 639px) {
  .p-recruit-line__title {
    font-size: 20px;
  }
}
.p-recruit-line h3 {
  font-size: 30px;
  font-weight: 600;
}
.p-recruit-line .line-qr-img {
  max-width: 200px;
}
.p-recruit-line .lead {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.9;
  margin: 32px 0 18px;
}
@media screen and (max-width: 639px) {
  .p-recruit-line .lead {
    font-size: 16px;
  }
}

#headarea {
  gap: 0;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 639px) {
  #headarea {
    height: 50px !important;
  }
}
#headarea .logo {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  #headarea .logo {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }
}
#headarea .logo img {
  height: auto;
}
@media screen and (max-width: 639px) {
  #headarea .logo img {
    width: 27vw;
  }
}
#headarea .bt_line_contact {
  position: relative;
  width: 266px;
  margin-left: 0;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact {
    position: absolute;
    z-index: 310;
    width: 180px;
    right: 50px;
    top: 13px;
    height: 28px;
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}
#headarea .bt_line_contact img {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact img {
    width: 35px;
    top: -6px;
  }
}
#headarea .bt_line_contact a {
  padding-left: 30px;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact a {
    font-size: 10px;
    padding-left: 25px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact a span {
    background-size: 6px auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact--pc {
    display: none;
  }
}
#headarea .bt_line_contact--sp {
  display: none;
}
@media screen and (max-width: 639px) {
  #headarea .bt_line_contact--sp {
    display: block;
  }
}
/*# sourceMappingURL=add2025.css.map */