@charset "UTF-8";
body {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.048em;
  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;
  background: #222;
  color: #fff;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}
body a {
  color: #fff;
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #222 !important;
}
.col-blk2 {
  color: #2a2a2a !important;
}
.col-blk3 {
  color: #191919 !important;
}
.col-red {
  color: #f24901 !important;
}
.col-orn {
  color: #f67802 !important;
}
.col-ylw {
  color: #fec903 !important;
}
.col-gry1 {
  color: #888 !important;
}
.col-gry2 {
  color: #c3c3c3 !important;
}
.col-gra-orn {
  background: linear-gradient(180deg, #f24901 0%, #fec903 100%);
  background: -webkit-linear-gradient(180deg, #f24901 0%, #fec903 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #222 !important;
}
.bg-blk2 {
  background-color: #2a2a2a !important;
}
.bg-blk3 {
  background-color: #191919 !important;
}
.bg-red {
  background-color: #f24901 !important;
}
.bg-orn {
  background-color: #f67802 !important;
}
.bg-ylw {
  background-color: #fec903 !important;
}
.bg-gry1 {
  background-color: #888 !important;
}
.bg-gry2 {
  background-color: #c3c3c3 !important;
}
.bg-gra-orn {
  background: linear-gradient(90deg, #f24901 20%, #fec903 100%);
}

.btn-ptn1 .btn-link, .btn-ptn3 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #f24901 20%, #fec903 100%);
  border-radius: 50rem;
}
.btn-ptn1 .btn-link:hover, .btn-ptn3 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 {
  display: flex;
}
.btn-ptn2 .btn-link {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.btn-ptn2 .btn-link::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #f24901 20%, #fec903 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(1px);
  z-index: 1;
  transition: 0.2s;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link:hover::before {
  width: 100%;
}
.btn-ptn3 .btn-link {
  background: none;
  border: solid 1px #fff;
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 77;
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 12px;
}
.ic-mail-flx {
  display: flex;
  align-items: center;
}
.ic-mail-flx::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  margin-right: 10px;
}
.ic-line-orn {
  display: flex !important;
  align-items: center;
}
.ic-line-orn::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #f67802;
  margin-right: 8px;
}
.ic-plus {
  display: flex !important;
  align-items: center;
}
.ic-plus::before {
  content: "+";
  display: block;
  color: #f67802;
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .ic-plus::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ic-plus::before {
    font-size: 23.5294117647px;
  }
}
.ic-tag {
  display: flex;
  align-items: center;
}
.ic-tag::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
  margin-right: 5px;
}

.arw-blk, .arw-wht {
  position: relative;
}
.arw-blk::after, .arw-wht::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-sld-gry {
  position: relative;
}
.arw-sld-gry::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arw-solid-gry.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-sld-gry:hover::after {
  transform: translate(-1px, -50%);
}
.arw-circle-orn {
  position: relative;
}
.arw-circle-orn::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-orn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-circle-orn:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-orn-flx {
  display: flex;
  align-items: center;
}
.arw-circle-orn-flx::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-orn.png");
  background-size: 100%;
  margin-left: 10px;
  transition: 0.3s;
}
.arw-circle-orn-flx:hover::after {
  transform: translateX(-2px);
}
.arw-circle-wht {
  position: relative;
}
.arw-circle-wht::after {
  content: "";
  display: block;
  width: 46px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-wht.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-40px, -40px);
  z-index: 1;
  transition: 0.3s;
}
.arw-circle-wht:hover::after {
  transform: translate(-40px, -40px) scale(0.96);
}

.obj-circle1 {
  position: relative;
  z-index: 1;
}
.obj-circle1::after {
  content: "";
  display: block;
  width: 459px;
  max-width: 100%;
  aspect-ratio: 459/464;
  background-image: url("/img/common/obj-circle-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-circle2 {
  position: relative;
  z-index: 1;
}
.obj-circle2::before {
  content: "";
  display: block;
  width: 534px;
  aspect-ratio: 534/434;
  background-image: url("/img/common/obj-circle-02.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}
.obj-circle3 {
  position: relative;
  z-index: 1;
}
.obj-circle3::after {
  content: "";
  display: block;
  width: 507px;
  aspect-ratio: 507/514;
  background-image: url("/img/common/obj-circle-03.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-quotation {
  position: relative;
  z-index: 1;
}
.obj-quotation::before, .obj-quotation::after {
  content: "“";
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  background: linear-gradient(180deg, #f24901 0%, #fec903 100%);
  background: -webkit-linear-gradient(180deg, #f24901 0%, #fec903 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30px, -20%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .obj-quotation::before, .obj-quotation::after {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .obj-quotation::before, .obj-quotation::after {
    font-size: 52.9411764706px;
  }
}
.obj-quotation::after {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  transform: translate(-30px, 20%) scale(-1);
}
.obj-chara-car, .obj-chara-crepe {
  position: relative;
  z-index: 1;
}
.obj-chara-car::before, .obj-chara-crepe::before {
  content: "";
  display: block;
  width: 194px;
  max-width: 100%;
  aspect-ratio: 194/269;
  background-image: url("/img/common/chara-car.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-chara-crepe::before {
  width: 218px;
  max-width: 100%;
  aspect-ratio: 218/196;
  background-image: url("/img/common/chara-crepe.png");
  background-size: 100%;
}

.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 2%;
  font-weight: 300;
}
.tbl-ptn1 th {
  width: 25%;
  border-bottom: solid 1px #c3c3c3;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  border-bottom: solid 1px #888;
  color: #c3c3c3;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-service .list-item, .list-feature .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #888;
}
.list-news .news-item {
  width: 100%;
  border-bottom: solid 1px #888;
  padding-bottom: 25px;
}
.list-news .news-link {
  display: block;
  font-weight: 300;
  padding: 0 25px;
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news .news-ttl {
  margin-top: 12px;
}
.list-service .service-item {
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/360;
  position: relative;
  z-index: 1;
}
.list-service .service-item.car {
  background: url("/img/top/service-img-01.png") center bottom no-repeat;
  background-size: cover;
}
.list-service .service-item.crepe {
  background: url("/img/top/service-img-02.png") center bottom no-repeat;
  background-size: cover;
}
.list-service .service-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.list-service .service-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background: rgba(18, 5, 0, 0.6);
  background: linear-gradient(0, rgba(18, 5, 0, 0.6) 0%, rgba(18, 5, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-service .service-link:hover::before {
  height: 80px;
}
.list-service .service-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4666666667;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(40px, -35px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-service .service-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .service-ttl {
    font-size: 23.5294117647px;
  }
}
.list-service .service-txt {
  writing-mode: vertical-rl;
  line-height: 2.1176470588;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-40px, 60px);
  z-index: 1;
}
.list-service .service-txt span {
  border-right: solid 1px #fff;
  padding-right: 4px;
}
.list-service .obj-chara-car::before, .list-service .obj-chara-crepe::before {
  top: 0;
  left: 0;
  transform: translate(-35px, -25px);
  z-index: -1;
}
.list-service .obj-chara-crepe::before {
  transform: translate(-30px, 40px);
}
.list-feature .feature-item {
  background: #2a2a2a;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-feature .feature-item::after {
  content: "";
  display: block;
  width: 270px;
  max-width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(130px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(130px 0%, 100% 0%, 100% 100%, 0% 100%);
  background: #191919;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.list-feature .feature-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  border-bottom: solid 1px #888;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.list-feature .feature-ttl .eng {
  font-family: "Lexend Deca", sans-serif;
  background: linear-gradient(180deg, #f24901 0%, #fec903 100%);
  background: -webkit-linear-gradient(180deg, #f24901 0%, #fec903 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-feature .feature-ttl .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature .feature-ttl .eng {
    font-size: 17.6470588235px;
  }
}
.list-feature .feature-ttl .ruby {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-feature .feature-ttl .ruby {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature .feature-ttl .ruby {
    font-size: 22.3529411765px;
  }
}
.list-voice .voice-item {
  background: #2a2a2a;
  padding: 40px;
}
.list-voice .voice-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  border-bottom: solid 1px #888;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-voice .voice-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .voice-ttl {
    font-size: 23.5294117647px;
  }
}
.list-voice .voice-txt {
  color: #c3c3c3;
  white-space: pre-wrap;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  color: #fff;
  border: solid 1px #888;
  padding: 10px 20px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.com-tag-sub .tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #888;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.1176470588px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.ttl-main, .ttl-layer {
  display: flex;
  flex-direction: column;
}
.ttl-main .eng, .ttl-main .ruby, .ttl-layer .eng, .ttl-layer .ruby {
  letter-spacing: 0.08em;
}
.ttl-main .eng, .ttl-layer .eng {
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
}
.ttl-layer {
  position: relative;
  margin-bottom: 50px;
}
.ttl-layer .eng, .ttl-layer .ruby {
  text-align: center;
}
.ttl-layer .eng {
  font-size: 130px;
  font-size: 13rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .ttl-layer .eng {
    font-size: 140px;
    font-size: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-layer .eng {
    font-size: 82.3529411765px;
  }
}
.ttl-layer .ruby {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, -15px);
}
@media screen and (max-width: 768px) {
  .ttl-layer .ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-layer .ruby {
    font-size: 23.5294117647px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #f24901 6px;
  border-bottom: solid 1px #191919;
  background: #2a2a2a;
  color: #c3c3c3;
  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;
  }
}
.ttl-bdr {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 20px;
  }
}
.ttl-bdr::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #f24901 20%, #fec903 100%);
  margin: 15px 0 0;
}

.txt-plain {
  line-height: 1.8823529412;
  font-weight: 300;
}

#main-contents {
  position: relative;
  z-index: 2;
}

#hd-bar .com-logo,
#hd-bar .hdbar-inner {
  position: fixed;
  top: 30px;
  z-index: 77;
}
#hd-bar .com-logo {
  left: 1.56%;
}
#hd-bar .com-logo a {
  aspect-ratio: 220/60;
}
#hd-bar .com-logo img {
  width: 63.64%;
}
#hd-bar .hdbar-inner {
  aspect-ratio: 670/60;
  right: 1.56%;
}
#hd-bar .btn,
#hd-bar .btn-link {
  height: 100%;
}
#hd-bar .ic-mail-flx::before {
  width: 11%;
}

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

.mv {
  background: url("/img/top/mv-bg.png") center center no-repeat;
  background-size: cover;
}
.mv-img {
  width: 1164px;
  max-width: 60.625%;
}
.mv-cc {
  width: 640px;
  max-width: 33.3333333333%;
  position: absolute;
  right: 10.94%;
  bottom: 0;
  transform: translateY(-45%);
  z-index: 1;
}
.mv-cc-sub {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1;
  margin-top: 2vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 24px;
  }
}
.mv-cc-sub span {
  background: #222;
  padding: 10px 1vw;
}

.sv-img {
  width: 576px;
  max-width: 100%;
  margin-right: 16.67%;
}
.sv-ttl {
  row-gap: 1vw;
  position: absolute;
  top: 50%;
  left: 21.88%;
  transform: translate(0, -50%);
  z-index: 1;
}
.sv .ruby {
  font-size: 36px;
  font-size: 1.875vw;
}
@media screen and (max-width: 1120px) {
  .sv .ruby {
    font-size: 21.1764705882px;
  }
}
@media screen and (min-width: 1920px) {
  .sv .ruby {
    font-size: 36px;
  }
}
.sv .eng {
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 1120px) {
  .sv .eng {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .sv .eng {
    font-size: 24px;
  }
}
.sv .repeat-text {
  font-size: 132px;
  font-size: 6.875vw;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .sv .repeat-text {
    font-size: 77.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .sv .repeat-text {
    font-size: 132px;
  }
}
.sv .obj-chara-car::before, .sv .obj-chara-crepe::before {
  width: 117px;
  max-width: 6.09375%;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  z-index: -1;
}
.sv .obj-chara-crepe::before {
  width: 145px;
  max-width: 100%;
}

#hd-nav .nav-link {
  cursor: pointer;
}
#hd-nav .ac {
  position: relative;
  z-index: 1;
}
#hd-nav .ac-bx {
  display: none;
  padding-top: 25px;
  position: absolute;
  top: 100%;
  left: 0;
}
#hd-nav .ac-nav {
  width: 360px;
  padding: 20px 30px;
}
#hd-nav .ac-item {
  width: 100%;
  border-bottom: solid 1px #888;
  padding-bottom: 12px;
}
#hd-nav .ac-link {
  display: block;
}

@media screen and (max-width: 950px) {
  #hd-bar .com-logo {
    width: 170px;
    max-width: 100%;
  }
  .hdbar-inner {
    width: 550px;
    max-width: 100%;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  #hd-nav .list-nav {
    font-size: 14px;
    font-size: 1.4rem;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 14.1176470588px;
  }
}
.top-news, .top-service {
  padding: 120px 0;
}
.top-about .ttl-main, .top-service .ttl-main, .top-company .ttl-main {
  margin-bottom: 50px;
}

.top-news .btn {
  position: absolute;
  top: 140px;
  left: 0;
}

.top-about .about-bx {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.top-about .about-img {
  margin: 0 -420px 0 auto;
}
.top-about .obj-eng::before {
  content: "";
  display: block;
  width: 1046px;
  max-width: 100%;
  aspect-ratio: 1046/217;
  background-image: url("/img/top/about-eng.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-200px, 150px);
  z-index: -1;
}
.top-about .obj-circle1::after {
  left: 0;
  bottom: 0;
  transform: translate(-210px, 0);
}

.top-service.obj-sq::after {
  content: "";
  display: block;
  width: 1400px;
  max-width: 100%;
  aspect-ratio: 1400/360;
  background: #2a2a2a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

.top-company {
  height: 826px;
  margin-top: 120px;
}
.top-company .company-img {
  margin-left: -140px;
  transform: translateY(50px);
}
.top-company .obj-eng::before {
  content: "";
  display: block;
  width: 1514px;
  aspect-ratio: 1514/217;
  background-image: url("/img/top/company-eng.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: -1;
}
.top-company .obj-sq::after {
  content: "";
  display: block;
  height: 826px;
  aspect-ratio: 755/826;
  -webkit-clip-path: polygon(340px 0%, 100% 0%, calc(100% - 340px) 100%, 0% 100%);
          clip-path: polygon(340px 0%, 100% 0%, calc(100% - 340px) 100%, 0% 100%);
  background: #191919;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-280px, -50%);
  z-index: -2;
}
.top-company.obj-circle3::after {
  width: 507px;
  max-width: 26.40625%;
  right: 2.6%;
  bottom: 0;
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  row-gap: 20px;
  margin-bottom: 50px;
}
#ctn-lower .ttl-main .eng {
  font-size: 80px;
  font-size: 8rem;
  background: linear-gradient(180deg, #f24901 0%, #fec903 100%);
  background: -webkit-linear-gradient(180deg, #f24901 0%, #fec903 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .eng {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .eng {
    font-size: 52.9411764706px;
  }
}
#ctn-lower .ttl-main .ruby {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 20px;
  }
}
#ctn-lower .ttl-main.flx-alitem-c {
  text-align: center;
}
#ctn-lower .obj-circle-single::after {
  width: 169px;
  max-width: 100%;
}

.service-about .img {
  margin: 0 auto 0 -100px;
}
.service-about .obj-circle3::after {
  width: 169px;
  max-width: 100%;
  top: 0;
  right: 0;
  transform: translate(100px, -20px);
}

.car-service .cts-1280 {
  position: relative;
  z-index: 1;
}
.car-service .cts-1280::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 387/485;
  -webkit-clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(-90deg, #f24901 20%, #fec903 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.car-service .cts-1080 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-greeting .obj-circle1::after {
  width: 365px;
  max-width: 48.6666666667%;
  top: 0;
  left: 0;
  transform: translate(-100px, -110px) scaleX(-1);
}
.company-greeting .obj-circle3::after {
  width: 348px;
  max-width: 100%;
  bottom: 0;
  right: 0;
  transform: translate(100px, 0);
}

#com-contact {
  padding: 120px 0 50px 0;
}
#com-contact .cts-1500 {
  background: url("/img/common/contact-base.png") center center no-repeat;
  background-size: cover;
}
#com-contact .ttl-main {
  align-items: center;
  margin-bottom: 60px;
}
#com-contact .ttl-main .eng {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 500;
  opacity: 0.16;
  background: linear-gradient(180deg, #f24901 0%, #fec903 100%);
  background: -webkit-linear-gradient(180deg, #f24901 0%, #fec903 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .eng {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .eng {
    font-size: 76.4705882353px;
  }
}
#com-contact .ttl-main .ruby {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  margin: -35px 0 0;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .ruby {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .ruby {
    font-size: 29.4117647059px;
  }
}
#com-contact .com-tel {
  border-left: solid 1px #888;
  padding-left: 40px;
}
#com-contact .tel-caution {
  opacity: 0.4;
}

#footer {
  padding: 50px 0 30px 0;
}
#footer .obj-chara::before {
  content: "";
  display: block;
  width: 212px;
  aspect-ratio: 212/183;
  background-image: url("/img/common/ft-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(180px, -70px);
  z-index: -1;
}
#footer::after {
  content: "";
  display: block;
  width: 815px;
  max-width: 42.4479166667%;
  height: 790px;
  -webkit-clip-path: polygon(320px 0%, 100% 0, 100% 350px, calc(100% - 180px) 100%, 0 100%);
          clip-path: polygon(320px 0%, 100% 0, 100% 350px, calc(100% - 180px) 100%, 0 100%);
  background: #2a2a2a;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#ft-nav .nav-item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 3;
}
#ft-nav .nav-item:nth-child(8) {
  grid-column-start: 2;
  grid-row-start: 4;
}
#ft-nav .nav-item:nth-child(9) {
  grid-column-start: 2;
  grid-row-start: 5;
}
#ft-nav .nav-item:nth-child(10) {
  grid-row-start: 6;
}

.ft-sec-02 {
  border-top: solid 1px #888;
  padding-top: 30px;
  margin: 100px auto 0 auto;
}/*# sourceMappingURL=style.css.map */