@charset "UTF-8";
/* My custom stylesheet 5 */
/* --------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: white;
  position: relative;
}

section {
  padding-top: 86px;
  margin-top: -86px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #32c5db;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.p {
  margin: 3rem 0;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.emp {
  font-size: 1.5rem;
}

.emp2 {
  font-size: 1.8rem;
}

.p2 {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.keiko_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 252, 107, 0.69)));
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.keiko_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 107, 156, 0.3)));
  background: linear-gradient(transparent 50%, rgba(255, 107, 156, 0.3) 50%);
}

.wavy_yellow {
  -webkit-text-decoration: underline wavy #fffc6b;
          text-decoration: underline wavy #fffc6b;
}

.wavy_pink {
  -webkit-text-decoration: underline wavy rgba(255, 107, 156, 0.3);
          text-decoration: underline wavy rgba(255, 107, 156, 0.3);
}

.wavy_red {
  -webkit-text-decoration: underline wavy #dc3545;
          text-decoration: underline wavy #dc3545;
}

ul.asterisk {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}

ul.asterisk li {
  text-indent: -1.5em;
}

ul.asterisk:before {
  content: "※";
  margin-right: 0.5em;
}

.toTop {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #32c5db;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toTop::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.toTop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/kv.jpg) no-repeat center center/cover;
  padding-top: 75%;
  margin-top: 86px;
  position: relative;
}

.keyvisual-wrapper div.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyvisual-wrapper div.inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: rgba(50, 197, 219, 0.5);
  padding: 1rem;
}

.keyvisual-wrapper div.inner h1 {
  text-align: center;
  font-weight: 700;
  text-shadow: 3px 3px 3px #495057;
  color: white;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 2;
}

.keyvisual-wrapper div.inner img {
  -webkit-filter: drop-shadow(3px 3px 3px #495057);
          filter: drop-shadow(3px 3px 3px #495057);
  margin: 0 auto;
  display: block;
}

.campaign {
  border: #32c5db 1px solid;
  padding: 1rem;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.campaign h3 {
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  color: #32c5db;
}

.campaign h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #32c5db, #32c5db 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #32c5db, #32c5db 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.campaign h3 span {
  font-size: calc(1.1rem + 0.6vw);
}

.catch {
  background: url(../img/bunkai.jpg) no-repeat center center/cover;
  margin-bottom: 20px;
  padding-top: 75%;
  position: relative;
}

.catch div.catchcontents {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 3px #495057;
  color: white;
  line-height: 1.5;
}

.catch div.catchcontents h1 {
  margin: 0.5rem auto;
  width: 80%;
  border: 5px double white;
  padding: 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.catch div.catchcontents p {
  font-size: 1.3rem;
}

.catch div.catchcontents p span.price {
  font-size: 2.4rem;
  color: #fffb00;
}

.catch div.catchcontents p span.yellow {
  color: #fffb00;
}

.catch div.catchcontents p span.maincolor {
  border-bottom: 5px solid #32c5db;
}

.catch div.catchcontents p span.teal {
  border-bottom: 5px solid #20c997;
}

.catch div.catchcontents p span.tax {
  font-size: 1rem;
}

.catch div.catchcontents hr {
  width: 60%;
  margin: 0 auto;
  border-top: white 3px dotted;
  opacity: 1;
  margin-bottom: 1rem;
  background: none;
}

.mod-1 {
  height: 15rem;
  background-color: #d9c2a7;
  border-radius: 0.5rem;
  padding: 1rem;
  border: white solid 3px;
}

.mod-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12rem;
  background-color: #ffc107;
  border-radius: 0.5rem;
  padding: 1rem;
}

.box1 {
  background-color: #d9c2a7;
  border-radius: 0.5rem;
  padding: 1rem;
}

.title1 {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 5px solid #f6f6f6;
  margin: 50px 0;
}

.title1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 5px;
  background-color: #32c5db;
}

.title2 {
  font-size: 1.2rem;
  border-bottom: #32c5db 1px solid;
  padding: 1rem 0;
}

.title3 {
  font-size: 1.2rem;
  border-bottom: #d9c2a7 1px solid;
  position: relative;
  margin-bottom: 2px;
  padding: 1rem 0;
}

.title3::after {
  border-bottom: #32c5db 1px solid;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -3px;
}

.sub-title {
  font-size: 1.2rem;
  display: block;
}

.sub-title::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 10px;
  color: #498ee0;
  font-size: 1.4rem;
  border-bottom: 1px solid #498ee0;
}

.sub-title2 {
  border-left: 0.6rem #32c5db solid;
  border-bottom: 1px #32c5db solid;
  padding: 0.6rem 0 0.6rem 0.6rem;
}

.sub-title3 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin: 3rem auto 5rem;
  font-size: 1.1rem;
  width: auto;
  color: #dc3545;
}

.sub-title3::before, .sub-title3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #dc3545;
}

.sub-title3::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sub-title3::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.box_s1 {
  width: 250px;
  height: 250px;
  background: #e5f6ff;
  font-size: 18pt;
  color: #1f3134;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 20px 10px 0 -5px #e5f6ff, 20px 10px 1px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 20px 10px 0 -5px #e5f6ff, 20px 10px 1px -4px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

/* 注釈 ---------------------------------------------------- */
.comment {
  font-size: 80%;
  background: #f8f9fa;
  padding: 20px;
  margin: 0 0 3rem 0;
}

.comment p {
  margin: 0;
  text-indent: -0.5em;
  padding-left: 1em;
}

.comment p::before {
  content: "※";
}

/* リード --------------------------------------------------- */
.h_kasen {
  margin: 0;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #495057;
  border-bottom: solid 3px #32c5db;
  padding-bottom: 5px;
  margin-bottom: 2rem;
  position: relative;
  font-weight: normal;
}

.h_kasen span {
  font-size: calc(1.1rem + 0.6vw);
}

.h_kasen::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #32c5db;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.h_arrow {
  position: relative;
  padding-bottom: 10px;
  margin: 3rem 0 2rem;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 1px solid #32c5db;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #32c5db;
}

.h_arrow::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #32c5db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.lead-check {
  background: whitesmoke;
  padding: 0 0.5rem;
  position: relative;
  margin: 1rem 0;
}

.lead-check li {
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-bottom: 2px solid white;
  list-style-type: none !important;
}

.lead-check li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0.5rem;
  color: #32c5db;
}

.lead-check li::last-of-type {
  border-bottom: none;
}

.work_in_progress {
  color: #495057;
  margin-top: 1rem;
  text-decoration: underline;
}

/* お知らせ ------------------------------------------------- */
/* -------------------------------------- */
.region {
  position: relative;
  padding: 1rem;
  border-left: 15px solid #d9c2a7;
  background-image: linear-gradient(-45deg, transparent 10px, #f8f9fa 10px);
  color: #495057;
  font-weight: bold;
  font-size: 1rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-top: 3rem;
  width: 80%;
}

.region::before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  border-width: 0px 0px 15px 15px;
  border-style: solid;
  border-color: transparent #d9c2a7 transparent;
  -webkit-box-shadow: 0 0 4px #adb5bd;
          box-shadow: 0 0 4px #adb5bd;
}

/* -------------------------------------- */
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .news-item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .news-item .news-date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .news-item .news-category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .news-item .news-category span {
  background: #d9c2a7;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.news-list .news-item .news-title {
  margin: 0;
  width: 100%;
}

.news-list .news-item a:hover .news-title {
  color: #32c5db;
}

@media screen and (max-width: 767px) {
  .news-list .news-item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list .news-item .news-date {
    min-width: 100px;
  }
  .news-list .news-item .news-title {
    margin-top: 10px;
  }
}

/* お知らせ個別ページ */
div.news-each-title {
  position: relative;
  line-height: 1.4;
  padding: 0.25rem 1rem;
  display: inline-block;
  top: 0;
  margin-bottom: 3rem;
  width: 100%;
}

div.news-each-title:before, div.news-each-title:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

div.news-each-title:before {
  border-left: solid 1px #32c5db;
  border-top: solid 1px #32c5db;
  border-bottom: solid 1px #32c5db;
  left: 0;
}

div.news-each-title:after {
  content: '';
  border-top: solid 1px #32c5db;
  border-right: solid 1px #32c5db;
  border-bottom: solid 1px #32c5db;
  right: 0;
}

div.news-each-title .news-date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

div.news-each-title .news-category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

div.news-each-title .news-category span {
  background: #d9c2a7;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

div.news-each-title h3 {
  font-size: 1.2rem;
  color: #343a40;
  padding: 1rem 0 1.5rem;
}

/* FAQ -------------------------------------------------------- */
.box_faq {
  background-color: #eef6f8;
}

.faq-category {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin: 2rem 0 0;
}

.cat-01 {
  border-left: #d63384 0.5rem solid;
  border-bottom: 1px solid #d63384;
}

.cat-02 {
  border-left: #fd7e14 0.5rem solid;
  border-bottom: 1px solid #fd7e14;
}

.cat-03 {
  border-left: #ffc107 0.5rem solid;
  border-bottom: 1px solid #ffc107;
}

.dl-faq {
  margin: 3em auto;
  max-width: 90vw;
}

.dl-faq dt {
  border: solid 1px #ced4da;
  padding: 1em;
  background-color: #fff;
}

.dl-faq dt h3 {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: bold;
  color: #495057;
}

.dl-faq dt h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #32c5db;
  font-size: 1.2rem;
  border-bottom: 1px solid #32c5db;
}

.dl-faq dd {
  border: solid 1px #ced4da;
  border-top: none;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.dl-faq dd p {
  margin: 0;
  padding: 2em 1em 3em;
  font-size: 1em;
  line-height: 1.7;
}

/* アコーディオン */
.accordion {
  margin: 3em auto;
  max-width: 80vw;
}

.faq-toggle {
  display: none;
}

.faq-option {
  position: relative;
  margin-bottom: 1em;
}

.title-q,
.faq-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title-q {
  cursor: pointer;
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
}

.title-q::after,
.title-q::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title-q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.title-q h3 {
  position: relative;
  font-size: 1.1rem;
  margin-right: 2rem;
  line-height: 1.8;
}

.title-q h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #32c5db;
  font-size: 1.2rem;
  border-bottom: 1px solid #32c5db;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
}

.faq-content p {
  margin: 0;
  padding: 1.5em 1em 4em;
  font-size: 1em;
  line-height: 1.7;
}

.faq-toggle:checked + .title-q + .faq-content {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.faq-toggle:checked + .title-q::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

/* サービス */
.aircon1 h4 {
  font-size: 2rem;
  color: #32c5db;
  border-bottom: 5px solid #32c5db;
  width: 90%;
  font-weight: bold;
  line-height: 1.5;
}

.aircon1 p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #32c5db;
}

.aircon1 p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #32c5db;
  border-bottom: #ffc107 4px double;
}

.aircon1 .price {
  color: #d63384;
  font-weight: bold;
}

.aircon1 .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}

.aircon1 .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.aircon2 h4 {
  font-size: 2rem;
  color: #20c997;
  border-bottom: 5px solid #20c997;
  width: 90%;
  font-weight: bold;
  line-height: 1.5;
}

.aircon2 p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #20c997;
}

.aircon2 p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #20c997;
  border-bottom: #ffc107 4px double;
}

.aircon2 .price {
  color: #d63384;
  font-weight: bold;
}

.aircon2 .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}

.aircon2 .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.condenser h4 {
  font-size: 2rem;
  color: #0367a6;
  border-bottom: 5px solid #0367a6;
  width: 90%;
  font-weight: bold;
  line-height: 1.5;
}

.condenser p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #0367a6;
}

.condenser p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0367a6;
  border-bottom: #ffc107 4px double;
}

.condenser .price {
  color: #d63384;
  font-weight: bold;
}

.condenser .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}

.condenser .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.service_bathroom {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #555555;
  border: 1px solid #555555;
  background: url(../img/bathroom.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.service_bathroom span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-color: #fff;
  color: #495057;
  font-size: 1.4rem;
  border: 1px solid #495057;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.service_kitchen {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #555555;
  border: 1px solid #555555;
  background: url(../img/kitchen.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.service_kitchen span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-color: #fff;
  color: #495057;
  font-size: 1.4rem;
  border: 1px solid #495057;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.service_fan {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #555555;
  border: 1px solid #555555;
  background: url(../img/fan.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.service_fan span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-color: #fff;
  color: #495057;
  font-size: 1.4rem;
  border: 1px solid #495057;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.otherservicemenulist {
  padding: 1rem 1rem 0.8rem 2.5rem;
  margin-top: 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

.otherservicemenulist li {
  line-height: 1.5;
  padding: 0.5rem 0;
  list-style-type: none !important;
  font-size: 1.2rem;
}

.otherservicemenulist li::before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left: 1rem;
  color: #32c5db;
}

/* company */
.table th {
  white-space: nowrap;
}

/* --------------------------------------------------------------------------------- */
@media (min-width: 576px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .section-box {
    margin: 30px 0;
  }
}

/* --------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .mt13px {
    margin-top: 13px;
  }
  .section-box {
    margin: 50px 0;
  }
  .p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .emp {
    font-size: 2rem;
  }
  .p2 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .keyvisual-wrapper div.inner h1 {
    font-size: 3rem;
  }
  .lead-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff66));
    background: linear-gradient(transparent 50%, #ffff66 50%);
  }
  .catch div.catchcontents h1 {
    margin: 2rem auto 3rem;
    width: 80%;
    border: 5px double white;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .catch div.catchcontents p {
    font-size: 1.6rem;
  }
  .title1 {
    position: relative;
    font-size: 2.4rem;
  }
  .sub-title3 {
    font-size: 1.5rem;
  }
  .box_service1-2 {
    border-left: none;
  }
  .otherservicemenulist {
    background: none;
  }
  .faq-category {
    margin: 2rem auto;
    max-width: 66vw;
  }
  .dl-faq {
    margin: 3em auto;
    max-width: 62vw;
  }
  .dl-faq dd p {
    padding: 2em 2em 3em;
  }
}

/* --------------------------------------------------------------------------------- */
/*# sourceMappingURL=custom.css.map */