/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  padding: 0 30px;
  display: flex;
  align-items: center;
  background: #0f76ab;
  color: #fff;
  border-radius: 8px;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link, .btn-03__link, .btn-04__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
}
.btn-02__link {
  background: #fff;
  color: #0f76ab;
}
.btn-02__link:hover {
  color: rgba(15, 118, 171, 0.8);
}
.btn-03__link {
  background: #e6f3fa;
}
.btn-04__link {
  background: #0f76ab;
  color: #fff;
}
.btn-04__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#side-bar {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 88;
}
#side-bar .side-line__link, #side-bar .side-totop__link {
  width: 100%;
}
#side-bar .side-line__link {
  height: 205px;
  background: #0f76ab;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#side-bar .side-line__link span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
#side-bar .side-line__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-line {
  position: relative;
  z-index: 1;
}
.ic-line::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 30/31;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.ic-line-ver {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.ic-line-ver::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 30/31;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-line-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line-clm::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 30/31;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail-wht, .ic-mail-blu {
  position: relative;
  z-index: 1;
}
.ic-mail-wht::before, .ic-mail-blu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 27px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.ic-mail-blu::before {
  width: 29px;
  max-width: 100%;
  aspect-ratio: 29/30;
  background-image: url("/img/common/ic-mail-blu.png");
  background-size: 100%;
}
.ic-mail-wht-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-wht-clm::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 27px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}

.arw-sq-wht, .arw-sq-blu, .arw-sq-wht-rb, .arw-sq-rb {
  position: relative;
  z-index: 1;
}
.arw-sq-wht::after, .arw-sq-blu::after, .arw-sq-wht-rb::after, .arw-sq-rb::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-sq-wht.png");
  background-size: 100%;
}
.arw-sq-wht::after, .arw-sq-blu::after {
  width: 60px;
  max-width: 100%;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.arw-sq-wht:hover::after, .arw-sq-blu:hover::after {
  transform: translate(-2px, -50%);
}
.arw-sq-blu:after {
  width: 50px;
  max-width: 100%;
  background-image: url("/img/common/arrow-sq-blu.png");
  background-size: 100%;
}
.arw-sq-rb::after {
  width: 14.71%;
  right: 5.88%;
  bottom: 0;
  transform: translate(0, -40%);
}
.arw-sq-rb:hover::after {
  transform: translate(-2px, -40%);
}
.arw-sq-wht-rb::after {
  width: 75px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-45px, -45px);
}
.arw-sq-wht-rb:hover::after {
  transform: translate(-50px, -45px);
}

.obj-bird {
  position: relative;
  z-index: 1;
}
.obj-bird::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 160px;
  max-width: 100%;
  aspect-ratio: 160/177;
  background-image: url("/img/common/illust-bird.png");
  background-size: 100%;
}
.obj-car {
  position: relative;
  z-index: 1;
}
.obj-car:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 160px;
  max-width: 100%;
  aspect-ratio: 160/71;
  background-image: url("/img/common/illust-car.png");
  background-size: 100%;
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-info th, .tbl-info td {
  border-bottom: solid 1px #d0d7da;
  padding: 30px 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tbl-info th, .tbl-info td {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-info th, .tbl-info td {
    font-size: 20px;
  }
}
.tbl-info th {
  width: 20%;
}
.tbl-info td {
  padding-left: 4%;
}
.tbl-info tr:first-child th, .tbl-info tr:first-child td {
  padding-top: 0 !important;
}
.tbl-price {
  background: #fff;
}
.tbl-price th, .tbl-price td {
  font-weight: 500;
  text-align: center;
  padding: 20px;
}
.tbl-price th {
  background: #e6f3fa;
  color: #0f76ab;
}
.tbl-price td {
  border-left: solid 2px #0f76ab;
}
.tbl-price tr:first-child th, .tbl-price tr:first-child td {
  color: #0f76ab;
}
.tbl-price tr:not(:first-child) th, .tbl-price tr:not(:first-child) td {
  border-top: solid 2px #0f76ab;
}
.tbl-info2 {
  background: #fff;
}
.tbl-info2 th, .tbl-info2 td {
  font-weight: 500;
  vertical-align: middle;
  padding: 30px;
}
.tbl-info2 th {
  width: 30%;
  background: #0f76ab;
  color: #fff;
}
.tbl-info2 tr:not(:first-child) th, .tbl-info2 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-info2 tr:not(:first-child) td {
  border-top-color: #0f76ab;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-faq .list-item, .list-flow .list-item, .list-price .list-item, .list-coating .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
}
.list-news-top__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.list-news-top__link {
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 30px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-concept__item, .list-promise__item, .list-important__item, .list-reason__item {
  background: #fff;
  padding: 70px 50px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-concept__item::before, .list-promise__item::before, .list-important__item::before, .list-reason__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "00";
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  width: 90px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0 0 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #0f76ab;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-concept__item::before, .list-promise__item::before, .list-important__item::before, .list-reason__item::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept__item::before, .list-promise__item::before, .list-important__item::before, .list-reason__item::before {
    font-size: 30px;
  }
}
.list-concept__item:nth-child(1)::before, .list-promise__item:nth-child(1)::before, .list-important__item:nth-child(1)::before, .list-reason__item:nth-child(1)::before {
  content: "01";
}
.list-concept__item:nth-child(2)::before, .list-promise__item:nth-child(2)::before, .list-important__item:nth-child(2)::before, .list-reason__item:nth-child(2)::before {
  content: "02";
}
.list-concept__item:nth-child(3)::before, .list-promise__item:nth-child(3)::before, .list-important__item:nth-child(3)::before, .list-reason__item:nth-child(3)::before {
  content: "03";
}
.list-concept__item:nth-child(4)::before, .list-promise__item:nth-child(4)::before, .list-important__item:nth-child(4)::before, .list-reason__item:nth-child(4)::before {
  content: "04";
}
.list-concept__item:nth-child(5)::before, .list-promise__item:nth-child(5)::before, .list-important__item:nth-child(5)::before, .list-reason__item:nth-child(5)::before {
  content: "05";
}
.list-concept__item:nth-child(6)::before, .list-promise__item:nth-child(6)::before, .list-important__item:nth-child(6)::before, .list-reason__item:nth-child(6)::before {
  content: "06";
}
.list-concept__item:nth-child(7)::before, .list-promise__item:nth-child(7)::before, .list-important__item:nth-child(7)::before, .list-reason__item:nth-child(7)::before {
  content: "07";
}
.list-concept__item:nth-child(8)::before, .list-promise__item:nth-child(8)::before, .list-important__item:nth-child(8)::before, .list-reason__item:nth-child(8)::before {
  content: "08";
}
.list-concept__item:nth-child(9)::before, .list-promise__item:nth-child(9)::before, .list-important__item:nth-child(9)::before, .list-reason__item:nth-child(9)::before {
  content: "09";
}
.list-concept__ic, .list-concept__ttl, .list-promise__ic, .list-promise__ttl, .list-important__ic, .list-important__ttl, .list-reason__ic, .list-reason__ttl {
  text-align: center;
}
.list-concept__ttl, .list-promise__ttl, .list-important__ttl, .list-reason__ttl {
  line-height: 1.4375;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-concept__ttl, .list-promise__ttl, .list-important__ttl, .list-reason__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept__ttl, .list-promise__ttl, .list-important__ttl, .list-reason__ttl {
    font-size: 28px;
  }
}
.list-promise__ttl {
  color: #0f76ab;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-promise__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-promise__ttl {
    font-size: 26.6666666667px;
  }
}
.list-important__item {
  background: url("/img/common/pattern-grunge1.png");
  background-color: #e6f3fa;
}
.list-important__ttl {
  color: #0f76ab;
}
.list-bnr {
  gap: 2.34vw;
}
.list-bnr__item {
  width: 510px;
  max-width: 26.5625%;
  aspect-ratio: 510/320;
  border-radius: 22px;
  overflow: hidden;
}
.list-bnr__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 11.76%;
  color: #fff;
}
.list-bnr__ttl {
  display: flex;
  flex-direction: column;
  row-gap: 1.2vw;
  transform: translateY(85%);
}
.list-bnr__ttl .en, .list-bnr__ttl .jp {
  line-height: 1;
}
.list-bnr__ttl .en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr__ttl .en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr__ttl .en {
    font-size: 30px;
  }
}
.list-bnr__ttl .jp {
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr__ttl .jp {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr__ttl .jp {
    font-size: 40px;
  }
}
.list-bnr .sales {
  background: url("/img/top/service-bnr-01.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .purchase {
  background: url("/img/top/service-bnr-02.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .maintenance {
  background: url("/img/top/service-bnr-03.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .coating {
  background: url("/img/top/service-bnr-04.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .works {
  background: url("/img/top/service-bnr-05.jpg") center center no-repeat;
  background-size: cover;
}
.list-works__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 240/220;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.list-works__ttl {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-works__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works__ttl {
    font-size: 20px;
  }
}
.list-faq__item {
  background: #e6f3fa;
  border-radius: 20px;
  padding: 50px 55px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt span, .list-faq dd span {
  padding-top: 10px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "Q";
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0f76ab;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 33.3333333333px;
  }
}
.list-faq dt span {
  color: #0f76ab;
  line-height: 1.28;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt span {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt span {
    font-size: 23.3333333333px;
  }
}
.list-faq dd::before {
  content: "A";
  background: #d0d7da;
}
.list-flow__item {
  background: #fff;
  border: solid 3px #0f76ab;
  padding: 60px 75px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 38px;
  max-width: 100%;
  aspect-ratio: 38/26;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(35px - 35%));
}
.list-flow__item:nth-child(1) .list-flow__ttl::before {
  content: "01.";
}
.list-flow__item:nth-child(2) .list-flow__ttl::before {
  content: "02.";
}
.list-flow__item:nth-child(3) .list-flow__ttl::before {
  content: "03.";
}
.list-flow__item:nth-child(4) .list-flow__ttl::before {
  content: "04.";
}
.list-flow__item:nth-child(5) .list-flow__ttl::before {
  content: "05.";
}
.list-flow__item:nth-child(6) .list-flow__ttl::before {
  content: "06.";
}
.list-flow__item:nth-child(7) .list-flow__ttl::before {
  content: "07.";
}
.list-flow__item:nth-child(8) .list-flow__ttl::before {
  content: "08.";
}
.list-flow__item:nth-child(9) .list-flow__ttl::before {
  content: "09.";
}
.list-flow__ttl {
  display: flex;
  color: #0f76ab;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 28px;
  }
}
.list-flow__ttl::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "00.";
}
.list-flow .wrp-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-flow .wrp-btn .list-item,
.list-flow .wrp-btn .layout-item {
  width: calc((100% - 30px) / 3);
}
.list-flow .btn a {
  width: 100%;
  height: 75px;
}
.list-reason__item {
  background: url("/img/common/pattern-grunge1.png");
  background-color: #e6f3fa;
  row-gap: 20px;
  padding: 70px 30px;
}
.list-reason__item::before {
  width: 80px;
  max-width: 100%;
}
.list-reason__ic {
  min-height: 137px;
}
.list-reason__ttl {
  color: #0f76ab;
  min-height: 92px;
}
.list-reason__ic, .list-reason__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-reason__txt {
  padding: 0 15px;
}
.list-buyback__item {
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  text-align: center;
}
.list-buyback__ttl {
  color: #0f76ab;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-buyback__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-buyback__ttl {
    font-size: 28px;
  }
}
.list-service {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-service {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service {
    font-size: 28px;
  }
}
.list-service__item {
  width: 260px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0f76ab;
  color: #fff;
}
.list-check {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-check .list-item,
.list-check .layout-item {
  width: calc((100% - 20px) / 2);
}
.list-check__item {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-price__item {
  background: #fff;
  border: solid 2px #0f76ab;
  border-radius: 10px;
  overflow: hidden;
}
.list-coating__item {
  background: #f6f3e9;
  border-radius: 30px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.list-coating__bx {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  position: relative;
  z-index: 1;
}
.list-coating__bx::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 35px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-blu.png");
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-coating__inner {
  width: 410px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-coating__inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "BEFORE";
  width: 155px;
  max-width: 100%;
  height: 65px;
  border-radius: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #0f76ab;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-coating__inner::before {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-coating__inner::before {
    font-size: 25.3333333333px;
  }
}
.list-coating__inner.after::before {
  content: "AFTER";
  background: #0f76ab;
  color: #fff;
}
.list-coating__img {
  width: 100%;
  aspect-ratio: 410/350;
}
.list-product, .list-works-low {
  row-gap: 70px;
}
.list-product__link, .list-works-low__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-product__img, .list-works-low__img {
  width: 100%;
  aspect-ratio: 320/300;
  border-radius: 20px;
  overflow: hidden;
}
.list-product__bx, .list-works-low__bx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-product dt, .list-product dd, .list-works-low dt, .list-works-low dd {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-product dt span, .list-product dd span, .list-works-low dt span, .list-works-low dd span {
  display: inline-block;
}
.list-product dt, .list-product dd {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-product dt, .list-product dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-product dt, .list-product dd {
    font-size: 20px;
  }
}
.list-product dd {
  color: #0f76ab;
  text-align: right;
  white-space: nowrap;
}
.list-works-low dt {
  color: #0f76ab;
}
.list-works-low dd {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-works-low dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works-low dd {
    font-size: 20px;
  }
}
.list-thumbnail__item {
  aspect-ratio: 440/400;
  border-radius: 25px;
  overflow: hidden;
}
.list-voice__item {
  background: #e6f3fa;
  border-radius: 25px;
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-voice dt {
  color: #0f76ab;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-voice dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dt {
    font-size: 23.3333333333px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #0f76ab;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 17.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #0f76ab;
  display: flex;
}
.tag-sub__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "#";
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.ttl-main .en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-weight: 500;
  line-height: 1;
  color: #0f76ab;
}
.ttl-main .jp {
  line-height: 1.6;
}
.ttl-sub {
  border-left: solid #0f76ab 6px;
  border-bottom: solid 1px #d0d7da;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01, .ttl-02 {
  background: #0f76ab;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01, .ttl-02 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01, .ttl-02 {
    font-size: 28px;
  }
}
.ttl-02 {
  border-radius: 10px;
}
.ttl-03 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 28px;
  }
}

.txt-plain {
  line-height: 1.9444444444;
}
.txt-01 {
  line-height: 2.4;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 23.3333333333px;
  }
}
.txt-02 {
  line-height: 2.125;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 17.3333333333px;
  }
}
.txt-03 {
  line-height: 1.6666666667;
}
.txt-04 {
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 17.3333333333px;
  }
}
.txt-05 {
  line-height: 2.5;
}
.txt-06 {
  line-height: 2;
}
.txt-07 {
  line-height: 2.2222222222;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav .dropdown-menu,
.header-nav .drawer-dropdown,
.drawer-nav .dropdown-menu,
.drawer-nav .drawer-dropdown {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-nav .dropdown-menu::after,
.header-nav .drawer-dropdown::after,
.drawer-nav .dropdown-menu::after,
.drawer-nav .drawer-dropdown::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 9px;
  aspect-ratio: 1/1;
  border-top: solid 1px #202527;
  border-right: solid 1px #202527;
  transform: rotate(135deg);
}

.header-nav {
  margin-top: 25px;
}
.header-nav__list {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header-nav .dropdown-menu {
  cursor: pointer;
}
.header-nav .dropdown-menu__list {
  width: 185px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-nav .dropdown-menu__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav .dropdown-menu__list {
    font-size: 17.3333333333px;
  }
}
.header-nav .dropdown-menu__list::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 100%;
  height: 20px;
}
.header-nav .dropdown-menu__item {
  line-height: 1;
  background: #f6f3e9;
}
.header-nav .dropdown-menu__item:first-child {
  padding-top: 15px;
  border-radius: 7px 7px 0 0;
}
.header-nav .dropdown-menu__item:last-child {
  padding-bottom: 15px;
  border-radius: 0 0 7px 7px;
}
.header-nav .dropdown-menu__link {
  display: block;
  padding: 10px 25px;
}
.header-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 8px;
  grid-template-columns: 260px 200px;
  gap: 35px 45px;
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 2;
  grid-row-start: 5;
}
.footer-nav__item:nth-child(9) {
  grid-column-start: 2;
  grid-row-start: 6;
}
.footer-nav__item:nth-child(10) {
  grid-column-start: 2;
  grid-row-start: 7;
}
.footer-nav .dropdown-menu__list {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0, 25px);
  display: flex !important;
  flex-direction: column;
  row-gap: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 16.6666666667px;
  }
}
.footer-nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.footer-nav .dropdown-menu__link::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 5px;
  height: 1px;
  background: #202527;
}

@media screen and (max-width: 1350px) {
  .header-nav__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.header-bar {
  padding: 30px 60px;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-img {
  width: 1480px;
  max-width: 77.0833333333%;
  border-radius: 50rem 0 0 50rem;
  overflow: hidden;
}
.mv-cc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2vw;
  position: absolute;
  top: 49%;
  left: 4.81%;
  transform: translate(0, -50%);
  z-index: 1;
  font-weight: 600;
}
.mv-cc .main {
  font-size: 75px;
  font-size: 3.90625vw;
}
@media screen and (max-width: 1260px) {
  .mv-cc .main {
    font-size: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .main {
    font-size: 75px;
  }
}
.mv-cc .sub {
  background: #f6f3e9;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1260px) {
  .mv-cc .sub {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .sub {
    font-size: 20px;
  }
}

.sv-img {
  width: 1380px;
  max-width: 71.875%;
}
.sv-ttl {
  width: 700px;
  max-width: 36.4583333333%;
  background: #f6f3e9;
  border-radius: 8px;
  padding: 25px 0;
  position: absolute;
  top: 50%;
  left: 5.21%;
  transform: translate(0, -50%);
  z-index: 1;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 45px;
  }
}
.sv.obj-bird::before {
  width: 160px;
  max-width: 8.3333333333%;
  left: 3.13%;
  transform: translate(0, 70%);
  z-index: 2;
}

.top-about, .top-concept, .top-service, .top-works, .top-access, .top-news {
  padding: 200px 0;
}
.top-about .ttl-main, .top-concept .ttl-main, .top-service .ttl-main, .top-works .ttl-main, .top-access .ttl-main, .top-news .ttl-main {
  margin-bottom: 60px;
}
.top-works .btn, .top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 100px);
  z-index: 1;
}

.top-about .img-01, .top-about .img-02 {
  position: absolute;
  z-index: -1;
}
.top-about .img-01 {
  top: 0;
  left: 0;
  transform: translate(-420px, 440px);
}
.top-about .img-02 {
  top: 0;
  right: 0;
  transform: translate(220px, 0);
}

.top-concept .obj-bird::before {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

.top-access .com-gmap {
  min-width: 470px;
}

.top-news {
  padding: 180px 0;
}
.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.top-news .obj-bird::before {
  width: 116px;
  max-width: 100%;
  top: 0;
  right: 0;
  transform: translateX(100px) scaleX(-1);
}
.top-news .obj-car::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 180px);
}

#page-low section {
  padding: 150px 0;
}
#page-low .ttl-main {
  margin-bottom: 60px;
}
#page-low .ttl-main .en {
  color: #0f76ab;
  font-size: 120px;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  #page-low .ttl-main .en {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #page-low .ttl-main .en {
    font-size: 86.6666666667px;
  }
}
#page-low .ttl-main .jp {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #page-low .ttl-main .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #page-low .ttl-main .jp {
    font-size: 33.3333333333px;
  }
}

#com-contact {
  padding: 200px 0;
}
#com-contact .ttl-main .en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .en {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .en {
    font-size: 26.6666666667px;
  }
}
#com-contact .ttl-main .jp {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .jp {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .jp {
    font-size: 43.3333333333px;
  }
}
#com-contact .img {
  margin-right: -50px;
}
#com-contact.bg-af-float::after {
  width: 100%;
  aspect-ratio: 1920/170;
  background-image: url("/img/common/contact-bg.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.about-hope .obj-af-float::after {
  width: 557px;
  max-width: 100%;
  aspect-ratio: 557/238;
  background-image: url("/img/about/hope-illust.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-80px, 0);
}

.sales-important .obj-car::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 200px) scaleX(-1);
}

#com-faq {
  padding: 135px 0 !important;
}
#com-faq .bnr {
  width: 100%;
  aspect-ratio: 1080/350;
  border-radius: 32px;
  overflow: hidden;
  background: url("/img/common/faq-bnr-bg.jpg") center center no-repeat;
  background-size: cover;
}
#com-faq .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}

.company-greeting h4 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -200%);
  z-index: 1;
}

.coating-merit .obj-car::after {
  bottom: 100%;
  right: 0;
  transform: translate(-50px, 0) scaleX(-1);
}

.contact-info .com-layout__item:not(:first-child) {
  border-left: solid 1px #0f76ab;
}

#footer {
  padding: 130px 0 110px 0;
}
#footer .com-logo {
  margin-bottom: 75px;
}

.footer-copy {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */