@charset "UTF-8";
/* ============================================
* !important
* ============================================ */
/* ============================================
* Breakpoints
* ============================================ */
/* ============================================
 * Font Size
 * 375px(SP) 〜 1920px(Full) で滑らかに可変
 * ============================================ */
/* ============================================
* tel link
* ============================================ */
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ============================================
* 改行
* ============================================ */
@media screen and (min-width: 769px) {
  .tab--show {
    display: none;
  }
}
@media screen and (max-width: 768.8px) {
  .tab--show {
    display: inherit;
  }
}
@media screen and (min-width: 980px) {
  .md--show {
    display: none;
  }
}
@media screen and (max-width: 979.8px) {
  .md--show {
    display: inherit;
  }
}
/* ============================================
* text-align
* ============================================ */
.txt_cll {
  text-align: center;
}
@media screen and (max-width: 979.8px) {
  .txt_cll {
    text-align: left;
  }
}

/* ============================================
* 太さ
* ============================================ */
.fw_light {
  font-weight: 300;
}
.fw_regular {
  font-weight: 400;
}
.fw_medium {
  font-weight: 500;
}
.fw_bold {
  font-weight: 700;
}
.fw_black {
  font-weight: 900;
}
.fw_normal {
  font-weight: normal;
}

/* ============================================
* インデント
* ============================================ */
.c-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.c-indent__2 {
  padding-left: 2rem;
  text-indent: -2rem;
}

/* ============================================
* リスト
* ============================================ */
.list-disc-lg {
  list-style: none;
}
.list-disc-lg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  position: relative;
  font-size: clamp(10px, 10px + 11 * (100vw - 375px) / (1200 - 375), 21px);
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (max-width: 979.8px) {
  .list-disc-lg li {
    padding-left: 12px;
  }
}
.list-disc-lg li:first-child {
  margin-top: 0;
}
.list-disc-lg li::before {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 979.8px) {
  .list-disc-lg li::before {
    height: 8px;
    width: 8px;
    top: 4px;
  }
}

/* ============================================
* header
* ============================================ */
@media screen and (min-width: 769px) {
  .fairtes-header-inner {
    min-height: 120px;
  }
}
@media screen and (max-width: 768.8px) {
  .fairtes-header-inner {
    min-height: 15.625vw;
  }
}
.fairtes-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  width: 66%;
}
@media screen and (min-width: 769px) {
  .fairtes-header__action {
    gap: 32px;
  }
}
.fairtes-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 220px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.l-header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 50%;
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  .l-header-tel {
    gap: 4px;
  }
}
.l-header-tel__link a {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / (1200 - 375), 30px);
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 1.5px;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header-tel__link a {
    padding-left: 30px;
  }
}
.l-header-tel__link a::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/dcms_media/other/urown-tel-icon.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header-tel__link a::before {
    width: 25px;
  }
}
.l-header-tel__link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-header-tel__info {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(12px, 12px + 4 * (100vw - 375px) / (1200 - 375), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.fairtes-header.--is-scroll .l-header-tel {
  gap: 0;
  padding-bottom: 5px;
}

/* ============================================
* footer
* ============================================ */
.l-footer-urown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 979.8px) {
  .l-footer-urown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.l-footer-urown::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #ddd;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 979.8px) {
  .l-footer-urown::before {
    content: none;
  }
}
.l-footer-urown__info {
  width: calc(50% - 30px);
}
@media screen and (max-width: 979.8px) {
  .l-footer-urown__info {
    width: 100%;
  }
}
.l-footer-urown__info-title {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / (1200 - 375), 30px);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 979.8px) {
  .l-footer-urown__info-title {
    text-align: center;
  }
}
.l-footer-urown-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 50%;
}
@media screen and (max-width: 979.8px) {
  .l-footer-urown-tel {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-urown-tel__link a {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(40px, 40px + 25 * (100vw - 375px) / (1200 - 375), 65px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.5px;
  padding-left: clamp(40px, 40px + 25 * (100vw - 375px) / 605, 65px);
  position: relative;
}
.l-footer-urown-tel__link a::before {
  content: "";
  position: absolute;
  height: clamp(30px, 30px + 15 * (100vw - 375px) / 605, 55px);
  width: clamp(30px, 30px + 15 * (100vw - 375px) / 605, 55px);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/dcms_media/other/urown-tel-icon.svg) no-repeat center/contain;
}
.l-footer-urown-tel__link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-footer-urown-tel__info {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / (1200 - 375), 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

/* ============================================
* mv
* ============================================ */
.img-full img {
  max-width: none;
  width: 100%;
  height: auto;
}

/* ============================================
* fairtes-solve
* ============================================ */
@media screen and (max-width: 979.8px) {
  .fairtes-solve-in {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.fairtes-solve-title {
  margin-top: 30px;
}
@media screen and (max-width: 979.8px) {
  .fairtes-solve-title {
    margin: 0;
  }
}
.fairtes-solve-detail__list {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}
.fairtes-solve-detail__list li {
  position: relative;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fairtes-solve-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

/* ============================================
* fairtes-features-con
* ============================================ */
@media screen and (max-width: 979.8px) {
  .fairtes-features-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 979.8px) {
  .fairtes-features-con:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 979.8px) {
  .fairtes-features-con .fairtes-features-img {
    width: 100%;
  }
}
@media screen and (max-width: 979.8px) {
  .fairtes-features-con .fairtes-features-detail {
    width: 100%;
    margin-top: 20px;
  }
}
.fairtes-features-con .bg-green::after {
  border-width: 19px 20px 19px 0;
  top: -15px;
  right: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

.fairtes-features-detail.bg-blue::after {
  border-width: 19px 0 19px 20px;
  top: -35px;
  left: 50%;
  -webkit-transform: rotate(270deg) translateX(-50%);
          transform: rotate(270deg) translateX(-50%);
}

.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 979.8px) {
  .col-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}/*# sourceMappingURL=urown.css.map */