@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1f1f1f;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1f1f !important;
}
.col-main {
  color: #fcba2d !important;
}
.col-sub {
  color: #16b4f7 !important;
}
.col-ylw1 {
  color: #fec958 !important;
}
.col-ylw2 {
  color: #ffe2a5 !important;
}
.col-ylw3 {
  color: #fff1d5 !important;
}
.col-blu1 {
  color: #86d7f9 !important;
}
.col-blu2 {
  color: #ccedfb !important;
}
.col-blu3 {
  color: #e8f8fe !important;
}
.col-gry1 {
  color: #737373 !important;
}
.col-gry2 {
  color: #d5d5d5 !important;
}
.col-red {
  color: #f33b29 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1f1f !important;
}
.bg-main {
  background-color: #fcba2d !important;
}
.bg-sub {
  background-color: #16b4f7 !important;
}
.bg-ylw1 {
  background-color: #fec958 !important;
}
.bg-ylw2 {
  background-color: #ffe2a5 !important;
}
.bg-ylw3 {
  background-color: #fff1d5 !important;
}
.bg-blu1 {
  background-color: #86d7f9 !important;
}
.bg-blu2 {
  background-color: #ccedfb !important;
}
.bg-blu3 {
  background-color: #e8f8fe !important;
}
.bg-gry1 {
  background-color: #737373 !important;
}
.bg-gry2 {
  background-color: #d5d5d5 !important;
}
.bg-red {
  background-color: #f33b29 !important;
}

.ptn-check-ylw_ylw {
  background-image: repeating-conic-gradient(#fec958 0% 25%, #fedb91 0% 50%);
  background-size: 50px 50px;
}
@media screen and (max-width: 768px) {
  .ptn-check-ylw_ylw {
    background-image: repeating-conic-gradient(#fec958 0% 25%, #fedb91 0% 50%);
    background-size: 25px 25px;
  }
}
.ptn-check-wht_ylw {
  background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
  background-size: 50px 50px;
}
@media screen and (max-width: 768px) {
  .ptn-check-wht_ylw {
    background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
    background-size: 25px 25px;
  }
}
.ptn-check-wht_clear {
  background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
  background-size: 50px 50px;
}
@media screen and (max-width: 768px) {
  .ptn-check-wht_clear {
    background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
    background-size: 25px 25px;
  }
}
.ptn-grid {
  background-color: #fff;
  background-image: linear-gradient(transparent 95%, #b3b2b2 50%, #b3b2b2), linear-gradient(90deg, transparent 95%, #b3b2b2 50%, #b3b2b2);
  background-size: 18px 18px;
  background-repeat: repeat;
}

.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f33b29;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  border: solid 2px #1f1f1f;
  box-shadow: 4px 5px #1f1f1f;
}
.btn-01__link:hover, .btn-02__link:hover {
  box-shadow: 0px 0px rgba(31, 31, 31, 0.8);
  transform: translate(1px, 1px);
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #fff;
  color: #1f1f1f;
}
.btn-02__link:hover {
  color: rgba(31, 31, 31, 0.8);
}

.side-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 77;
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/tel.png");
  background-size: 100%;
}
.ic-line, .ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-line::before, .ic-mail::before {
  content: "";
  display: block;
  width: 38px;
  min-width: 38px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/line.png");
  background-size: 100%;
}
.ic-mail::before {
  background-image: url("/img/common/icon/mail-wht.png");
  background-size: 100%;
}
.ic-tab {
  position: relative;
}
.ic-tab::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.arw-solid-blk {
  position: relative;
}
.arw-solid-blk::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/12;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-blk:hover::after {
  transform: translate(-1px, -50%);
}

.obj-sign-tr, .obj-sign-tl, .obj-sign-rb {
  position: relative;
  z-index: 1;
}
.obj-sign-tr::before, .obj-sign-tl::before, .obj-sign-rb::after {
  content: "";
  display: block;
  aspect-ratio: 384/408;
  background-image: url("/img/common/illust/sign.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-sign-tr::before {
  width: 384px;
  max-width: 20%;
  top: 30px;
  right: 1.56%;
}
.obj-sign-tl::before {
  width: 384px;
  max-width: 20%;
  top: 0;
  left: 5.21%;
  transform: translateY(-37%);
}
.obj-sign-rb::after {
  width: 384px;
  max-width: 20%;
  right: 0;
  bottom: 0;
  transform: translate(24%, -20px);
}
.obj-car-red_blu, .obj-car-red_blu-reverse {
  position: relative;
  z-index: 1;
}
.obj-car-red_blu::before, .obj-car-red_blu-reverse::before {
  content: "";
  display: block;
  width: 234px;
  aspect-ratio: 234/163;
  background-image: url("/img/common/illust/car-red_blu.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(140px, -90px);
  z-index: -1;
}
.obj-car-red_blu-reverse::before {
  width: 227px;
  aspect-ratio: 227/163;
  background-image: url("/img/common/illust/car-red_blu-reverse.png");
  background-size: 100%;
  transform: translate(90px, -45px);
}
.obj-sign-blu {
  position: relative;
  z-index: 1;
}
.obj-sign-blu::before {
  content: "";
  display: block;
  width: 118px;
  aspect-ratio: 118/143;
  background-image: url("/img/common/illust/sign-blu.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  z-index: -1;
}
.obj-sign-ylw {
  position: relative;
  z-index: 1;
}
.obj-sign-ylw::after {
  content: "";
  display: block;
  width: 197px;
  aspect-ratio: 197/203;
  background-image: url("/img/common/illust/sign-ylw.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(60px, 75px);
  z-index: -1;
}
.obj-car-ylw {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.obj-car-ylw::after {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 70/38;
  background-image: url("/img/common/illust/car-ylw.png");
  background-size: 100%;
}
.obj-img-car {
  position: relative;
  z-index: 1;
}
.obj-img-car::before {
  content: "";
  display: block;
  width: 501px;
  max-width: 100%;
  aspect-ratio: 501/289;
  background-image: url("/img/common/img-car.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.obj-user-lb, .obj-user-rb {
  position: relative;
  z-index: 1;
}
.obj-user-lb::after, .obj-user-rb::after {
  content: "";
  display: block;
  width: 227px;
  aspect-ratio: 227/191;
  background-image: url("/img/common/illust/user.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.obj-user-lb::after {
  left: 0;
  transform: translate(-80px, 120px);
}
.obj-user-rb::after {
  right: 0;
  transform: translate(80px, 120px);
}
.obj-sticker-01 {
  position: relative;
  z-index: 1;
}
.obj-sticker-01::before {
  content: "";
  display: block;
  width: 139px;
  aspect-ratio: 139/112;
  background-image: url("/img/common/illust/sticker-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(35px);
  z-index: -1;
}
.obj-sticker-02 {
  position: relative;
  z-index: 1;
}
.obj-sticker-02::after {
  content: "";
  display: block;
  width: 258px;
  aspect-ratio: 258/167;
  background-image: url("/img/common/illust/sticker-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bg-polygon {
  position: relative;
  z-index: 1;
}
.bg-polygon::after {
  content: "";
  display: block;
  width: 710px;
  max-width: 36.9791666667%;
  height: 100%;
  clip-path: polygon(70.42% 0%, 100% 0, 100% 100%, 0% 100%);
  background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
  background-size: 50px 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-polygon::after {
    background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
    background-size: 25px 25px;
  }
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 20px 0;
  vertical-align: middle;
  font-weight: bold;
}
.tbl-ptn1 th {
  width: 20%;
  color: #f33b29;
}
.tbl-ptn1 tr:not(:first-child) th, .tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 2px #1f1f1f;
}
.tbl-ptn1 tr:first-child th, .tbl-ptn1 tr:first-child td {
  padding-top: 0;
}
.tbl-ptn1 tr:last-child th, .tbl-ptn1 tr:last-child td {
  padding-bottom: 0;
}
.tbl-ptn2 {
  background: #e8f8fe;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  font-weight: bold;
  text-align: center;
  white-space: pre-wrap;
  padding: 18px 10px;
}
.tbl-ptn2 th:nth-child(-n+2), .tbl-ptn2 td:nth-child(-n+2) {
  width: 26%;
}
.tbl-ptn2 th:nth-child(n+3), .tbl-ptn2 td:nth-child(n+3) {
  width: 16%;
}
.tbl-ptn2 th:not(:last-child), .tbl-ptn2 td:not(:last-child) {
  border-right: solid 1px #fff;
}
.tbl-ptn2 th {
  font-size: 20px;
  font-size: 2rem;
  background: #16b4f7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 th {
    font-size: 17.6470588235px;
  }
}
.tbl-ptn2 tr:nth-child(even) td {
  background: #ccedfb;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 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-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-profile .list-item, .list-check .list-item, .list-description .list-service .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
  font-weight: 500;
}
.list-news__item:not(:first-child) {
  border-top: solid 2px #1f1f1f;
  padding-top: 30px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-news__ttl {
  margin-top: 10px;
}
.list-info__item {
  display: flex;
  line-height: 1;
}
.list-info__item:not(:first-child) .list-info__ttl {
  border-right: solid 1px #16b4f7;
  padding-right: 10px;
  margin-right: 10px;
}
.list-info__ttl {
  color: #16b4f7;
}
.list-point__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-point__ic {
  width: 150px;
  min-width: 150px;
  aspect-ratio: 1/1;
  background: #fcba2d;
  border: solid 4px #1f1f1f;
  outline: solid 1px #1f1f1f;
  outline-offset: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-point__bx {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-point__bx-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.list-point__ttl {
  font-family: "Murecho", sans-serif;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 21.1764705882px;
  }
}
.list-point__ttl em {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl em {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl em {
    font-size: 25.8823529412px;
  }
}
.list-point-top .list-point__item:nth-child(odd) {
  margin-left: 110px;
}
.list-profile__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .list-profile__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile__ttl {
    font-size: 17.6470588235px;
  }
}
.list-profile__ttl::before {
  content: "■";
}
.list-profile__item.flx .list-profile__ttl {
  border-right: solid 1px #1f1f1f;
  padding-right: 15px;
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 43px;
  min-width: 43px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/check.png");
  background-size: 100%;
}
.list-service__item {
  position: relative;
}
.list-service__ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.list-service__description dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .list-service__description dt {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__description dt {
    font-size: 22.3529411765px;
  }
}
.list-voice__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-voice__bx {
  max-width: calc(100% - 110px);
}
.list-voice__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 22.3529411765px;
  }
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel {
  position: relative;
  padding-bottom: 15px;
}
.com-tel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #16b4f7;
  box-shadow: 0 -5px 0 #16b4f7;
}
.com-tel .tel {
  line-height: 1;
}
.com-layout__layer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.com-layout__layer::before {
  content: "";
  display: block;
  width: 890px;
  max-width: 100%;
  height: 100%;
  background: rgba(134, 215, 249, 0.8);
  border: solid 4px #1f1f1f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.com-layout__layer:nth-child(odd) {
  margin-left: auto;
  padding: 50px 0 50px 100px;
}
.com-layout__layer:nth-child(even) {
  padding: 50px 100px 50px 0;
}
.com-layout__layer:nth-child(even)::before {
  left: inherit;
  right: 0;
}
.com-base-blu {
  border: solid 4px #1f1f1f;
  background: rgba(134, 215, 249, 0.8);
  padding: 70px 80px;
}
.com-base-wht {
  border: solid 4px #1f1f1f;
  background: #fff;
  padding: 80px;
}

.tag-main__list {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@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: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #16b4f7;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #16b4f7;
  color: #fff;
  border-radius: 50rem;
  border: solid 2px #1f1f1f;
  padding: 8px 15px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  margin-bottom: 60px;
}
.ttl-main__ruby {
  font-family: "Murecho", sans-serif;
  font-weight: 800;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4333333333;
  text-shadow: 3px 3px #fcba2d;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 35.2941176471px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #fcba2d 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@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: 20px;
  }
}

.txt-plain {
  line-height: 1.875;
}

.marker-ylw {
  background: linear-gradient(transparent 50%, #fec958 50%);
}

#ctn-top main, #ctn-lower main {
  overflow: hidden;
}
#ctn-top article:first-child, #ctn-lower article:first-child {
  position: relative;
  z-index: 1;
}
#ctn-top article:first-child::before, #ctn-lower article:first-child::before {
  content: "";
  display: block;
  width: 384px;
  max-width: 20%;
  aspect-ratio: 384/408;
  background-image: url("/img/common/illust/sign.png");
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 1.56%;
  z-index: -1;
}

#ctn-entrance, #ctn-top, #ctn-lower {
  width: 100%;
}
#ctn-entrance .header-bar__bx {
  width: 725px;
  aspect-ratio: 725/118;
  background: url("/img/entrance/info-bg.png") center center no-repeat;
  background-size: 100%;
  padding: 0 30px;
}
#ctn-top .header-bar__bx, #ctn-lower .header-bar__bx {
  width: 945px;
  aspect-ratio: 945/118;
  background: url("/img/common/info-bg.png") center center no-repeat;
  background-size: 100%;
  padding: 0 30px 10px 0;
}

.header-bar {
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 88;
}
.header-bar__bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.header-bar__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-bar .com-logo {
  width: 118px;
  aspect-ratio: 1/1;
  background-image: repeating-conic-gradient(#fec958 0% 25%, #fedb91 0% 50%);
  background-size: 50px 50px;
  outline: solid 3px #1f1f1f;
  outline-offset: -7px;
}
@media screen and (max-width: 768px) {
  .header-bar .com-logo {
    background-image: repeating-conic-gradient(#fec958 0% 25%, #fedb91 0% 50%);
    background-size: 25px 25px;
  }
}
.header-bar .com-logo__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  opacity: 0.8;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::after, .sv::after {
  content: "";
  display: block;
  width: 440px;
  max-width: 22.9166666667%;
  aspect-ratio: 440/266;
  background-image: url("/img/top/mv-illust-bus.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.mv {
  aspect-ratio: 1920/948;
  background: url("/img/top/mv-bg.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv-cc {
  width: 1640px;
  max-width: 85.4166666667%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mv-cc__main {
  width: 100%;
  max-width: 56.22%;
}
.mv-cc__sub {
  width: 100%;
  max-width: 63.78%;
}

.sv {
  aspect-ratio: 1920/490;
  background: #fcba2d;
  background: url("/img/common/sv-img.png") left center no-repeat;
  background-size: auto 100%;
  background-color: #fcba2d;
}
.sv-img {
  width: 1020px;
  max-width: 53.125%;
  margin: 0 7.29% 0 auto;
  position: relative;
  z-index: 1;
}
.sv-img::before {
  content: "";
  display: block;
  width: 36.27%;
  height: 100%;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
  background-size: 50px 50px;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(40%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sv-img::before {
    background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
    background-size: 25px 25px;
  }
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 7.81%;
  z-index: 10;
}
.sv-about-ttl {
  width: 933px;
  max-width: 48.59375%;
}
.sv-body-paint-custom-ttl {
  width: 622px;
  max-width: 32.3958333333%;
}
.sv-complete-ttl {
  width: 496px;
  max-width: 25.8333333333%;
}
.sv-contact-ttl {
  width: 378px;
  max-width: 19.6875%;
}
.sv-inspection-maintenance-ttl {
  width: 500px;
  max-width: 26.0416666667%;
}
.sv-news-ttl {
  width: 258px;
  max-width: 13.4375%;
}
.sv-notfound-ttl {
  width: 735px;
  max-width: 38.28125%;
}
.sv-privacy-ttl {
  width: 615px;
  max-width: 32.03125%;
}
.sv-site-ttl {
  width: 381px;
  max-width: 19.84375%;
}
.sv-used-cars-ttl {
  width: 501px;
  max-width: 26.09375%;
}
.sv::before {
  content: "";
  display: block;
  width: 765px;
  max-width: 39.84375%;
  aspect-ratio: 765/295;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
  background-size: 50px 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sv::before {
    background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.5) 0% 25%, rgba(255, 255, 255, 0) 0% 50%);
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 1100px) {
  #ctn-entrance .header-bar__bx, #ctn-top .header-bar__bx, #ctn-lower .header-bar__bx {
    width: 670px;
    padding: 0 10px;
  }
  .header-bar__bx {
    row-gap: 10px;
  }
  .header-bar__info {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header-bar .list-sns {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .header-bar .list-sns__item {
    width: 30px;
  }
  .header-bar .com-tel {
    padding-bottom: 10px;
  }
  .header-bar .com-tel .tel {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 1100px) and (min-width: 539px) {
  .header-bar .com-tel .tel {
    font-size: 23.5294117647px;
  }
}
@media screen and (max-width: 1100px) {
  .header-bar .com-tel .tel-caution {
    width: auto;
    height: 10px;
  }
  .header-bar .ic-tel::before {
    max-width: 18px;
  }
  .header-bar .com-logo {
    width: 80px;
    outline-width: 2px;
    outline-offset: -4px;
  }
  .header-bar .com-logo__link {
    padding: 10px;
  }
  .header-nav__list {
    font-size: 13px;
    font-size: 1.3rem;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 13.5294117647px;
  }
}
#ctn-entrance {
  height: 953px;
  min-height: 100dvh;
  background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
  background-size: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ctn-entrance {
    background-image: repeating-conic-gradient(#fff 0% 25%, #ffe2a5 0% 50%);
    background-size: 25px 25px;
  }
}
#ctn-entrance::before, #ctn-entrance::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
#ctn-entrance::before {
  aspect-ratio: 1920/486;
  background-image: url("/img/entrance/frame-top.png");
  background-size: 100%;
  top: 0;
}
#ctn-entrance::after {
  aspect-ratio: 1920/550;
  background-image: url("/img/entrance/frame-btm.png");
  background-size: 100%;
  bottom: 0;
}

.ent-main {
  width: 100%;
  padding: 50px 0;
}
.ent-main .cts-full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ent-main .bnr-main, .ent-main .bnr-sub {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 3.13%;
       column-gap: 3.13%;
}
.ent-main .bnr-main__item, .ent-main .bnr-sub__item {
  width: 25%;
}
.ent-main .bnr-main__link, .ent-main .bnr-sub__link {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(5px 5px #1f1f1f);
}
.ent-main .bnr-main__link:hover, .ent-main .bnr-sub__link:hover {
  filter: drop-shadow(0px 0px rgba(31, 31, 31, 0));
}
.ent-main .bnr-sub {
  margin-top: 2vw;
}

.top-about {
  padding: 120px 0 0;
}
.top-point, .top-service {
  padding: 120px 0;
}

.top-about .img {
  margin: 0 auto 0 -420px;
}
.top-about .btn {
  margin-top: 60px;
}
.top-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: #fff1d5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-point::after {
  height: calc(100% + 220px);
}

.top-service .com-layout__layer h3 {
  font-family: "Murecho", sans-serif;
  font-weight: 800;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-service .com-layout__layer h3 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-service .com-layout__layer h3 {
    font-size: 22.3529411765px;
  }
}
.top-service .com-layout__layer .btn {
  margin-top: 40px;
}

.top-slider {
  padding: 70px 0;
}

.top-news {
  padding: 100px 0;
}
.top-news .cts-1080 {
  min-height: 320px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

#ctn-lower article {
  padding: 120px 0;
}

.lower-concept .obj-img-car::before {
  transform: translate(-420px, -100px);
}

.lower-trouble .obj-img-car::before {
  transform: translate(-420px, 40px);
}

#com-contact {
  background: url("/img/contact/contact-bg.png") center center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
#com-contact .com-base {
  background: rgba(255, 255, 255, 0.9);
  border: solid 4px #1f1f1f;
  padding: 80px 20px;
}
#com-contact .com-layout {
  margin-top: 50px;
}
#com-contact .obj-comment::before {
  content: "";
  display: block;
  width: 287px;
  max-width: 100%;
  aspect-ratio: 287/163;
  background-image: url("/img/contact/contaacrt-ttl-sub.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15px, -40px);
  z-index: -1;
}
#com-contact .obj-bus::after {
  content: "";
  display: block;
  width: 277px;
  max-width: 100%;
  aspect-ratio: 277/124;
  background-image: url("/img/contact/contact-illust-bus.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(90px, 120px);
  z-index: -1;
}
#com-contact .obj-bugs::before {
  content: "";
  display: block;
  width: 94px;
  max-width: 100%;
  aspect-ratio: 94/102;
  background-image: url("/img/contact/contact-illust-bugs.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -15px);
  z-index: -1;
}

#ctn-top #footer, #ctn-lower #footer {
  padding: 80px 0;
}
#ctn-top .footer-copy, #ctn-lower .footer-copy {
  margin-top: 60px;
}

#footer .com-logo {
  border-right: solid 1px #d5d5d5;
  padding-right: 30px;
}
#footer .list-info,
#footer .btn {
  margin-top: 40px;
}

.footer-nav {
  width: 515px;
  max-width: 100%;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  row-gap: 30px;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fcba2d;
}
.footer-nav__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */