@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header::before {
  pointer-events: none;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 25vw;
  top: 0;
  background: linear-gradient(0deg, rgba(4, 4, 6, 0) 0%, #040406 100%);
}
#header .wrap__tel {
  margin-bottom: var(--margin-15);
}
#header .wrap__tel .com__tel {
  width: fit-content;
}
#header .wrap__tel .com__tel .item__fixed_phone {
  width: fit-content;
  margin-right: 10px;
}
#header .wrap__tel .com__tel .item__fixed_phone dd {
  width: fit-content;
}
#header .wrap__tel .com__tel .item__mobile_phone {
  width: fit-content;
  margin-right: 10px;
}
#header .wrap__tel .com__tel .item__mobile_phone dt,
#header .wrap__tel .com__tel .item__mobile_phone dd {
  font-size: var(--font-size-16);
}
#header .wrap__tel .com__tel .item__mobile_phone dt {
  width: fit-content;
}
#header .wrap__tel .com__tel .item__mobile_phone dd {
  width: fit-content;
}
#header .wrap__tel .com__tel .item__mobile_phone dd .item__num {
  font-size: var(--font-size-16);
}
#header .wrap__tel .item__attention {
  height: 13px;
  opacity: 0.8;
}
#header .com__times {
  background: #1c1c1c;
  margin-bottom: var(--margin-15);
}
#header .com__times .item {
  margin-inline: auto;
  width: fit-content;
  padding: 3px;
}
#header .inner {
  width: 100%;
  min-width: 100%;
  height: 186px;
  padding: 0;
  color: #fff;
}
#header .block__left {
  position: relative;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
  padding-left: 7vw;
}
#header .item__logo img {
  width: 29vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  width: 100%;
}
#nav .list-nav {
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}
#nav .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.08em;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#mv .swiper-container {
  width: 200vw;
  position: relative;
  margin-left: -50vw;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  bottom: 8vw;
  left: 5vw;
  width: 68vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 69vw;
  overflow: hidden;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/100% 100% no-repeat;
  width: 45vw;
  height: 100%;
  left: 0;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  left: 5vw;
  top: 25vw;
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#sv .sv-catch .main {
  font-size: var(--font-size-46);
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #fff;
  font-family: var(--fot--Zen-Old-Micho);
}
#sv .sv-catch .sub {
  font-size: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.16em;
  font-size: var(--font-size-16);
  color: #fff;
  font-weight: 100;
  opacity: 0.6;
  line-height: 2.2;
  font-size: 3vw;
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

.sv-about_bumper {
  background: url(/img/sv/sv__about_bumper.jpg) center center/cover no-repeat;
}

.sv-about_door {
  background: url(/img/sv/sv__about_door.jpg) center center/cover no-repeat;
}

.sv-about_glass {
  background: url(/img/sv/sv__about_glass.jpg) center center/cover no-repeat;
}

.sv-about_panel {
  background: url(/img/sv/sv__about_panel.jpg) center center/cover no-repeat;
}

.sv-repair {
  background: url(/img/sv/sv__repair.jpg) center center/cover no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  color: #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .item__address {
  text-align: center;
}
#footer .inner {
  width: 100%;
  padding-block: 15vw 10vw;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 90%;
  }
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  gap: 35px 15px;
  justify-content: end;
  width: 550px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.08em;
  font-weight: 700;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--acc-01);
  padding-block: 5vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .item__address {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: var(--margin-70);
  line-height: 2;
}
#footer .wrap__tel {
  width: fit-content;
  display: flex;
  margin-bottom: var(--margin-50);
}
#footer .wrap__tel .com__tel {
  width: fit-content;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
#footer .wrap__tel .com__tel .item__fixed_phone {
  width: fit-content;
}
#footer .wrap__tel .com__tel .item__fixed_phone dt {
  width: fit-content;
  font-size: 3vw;
}
#footer .wrap__tel .com__tel .item__fixed_phone dd {
  width: fit-content;
}
#footer .wrap__tel .com__tel .item__fixed_phone dd .item__num {
  font-size: 6vw;
  padding-left: 0;
}
#footer .wrap__tel .com__tel .item__fixed_phone dd .item__num small {
  font-size: 3vw;
}
#footer .wrap__tel .com__tel .item__mobile_phone {
  width: fit-content;
}
#footer .wrap__tel .com__tel .item__mobile_phone dt {
  width: fit-content;
  font-size: 3vw;
}
#footer .wrap__tel .com__tel .item__mobile_phone dd {
  width: fit-content;
}
#footer .wrap__tel .com__tel .item__mobile_phone dd .item__num {
  font-size: 6vw;
  padding-left: 0;
}
#footer .wrap__tel .item__attention {
  height: 2.5vw;
}
#footer .com__times {
  background: var(--col--acc-01);
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--font-size-16);
  padding: 1vw 2vw;
  width: 100%;
  justify-content: center;
  margin-bottom: 9vw;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: 3vw;
}
#footer .group__links {
  position: relative;
  margin-bottom: var(--margin-70);
}
#footer .group__links .list__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7vw;
}
#footer .group__links .list__links .item {
  width: fit-content;
}
#footer .group__links .list__links .item a {
  width: fit-content;
}
#footer .group__links .list__links .item a span {
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  padding-right: 6vw;
  padding-bottom: 0.8vw;
  border-bottom: 1px solid #fff;
}
#footer .group__links .list__links .item a span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 0;
  top: 5px;
}
#footer .group__sns {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#footer .group__sns .com__line {
  width: fit-content;
  --size:8vw;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap__top_section_01 {
  background: url(/img/top/top_section_01__bg.png) center bottom/100% 100% no-repeat, #000;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  width: 100%;
  padding-inline: 0;
}
#top__about .ttl03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-80);
  margin-bottom: 3vw;
}
#top__about .ttl03 .ttl__ja {
  font-size: 7vw;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
#top__about .ttl03 .ttl__lead {
  font-size: var(--font-size-26);
  font-size: 5vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  color: #fff;
}
#top__about .cont__example {
  width: 100%;
  background: url(/img/top/top__about__img_01.png) center top/126% auto no-repeat;
  margin-bottom: 6vw;
  padding-top: 62vw;
}
#top__about .cont__example .list__example {
  width: 90%;
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 11.5vw;
}
#top__about .cont__example .list__example > .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: var(--col--acc-01);
  min-height: 58vw;
}
#top__about .cont__example .list__example > .item .ttl04 {
  order: 2;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #888;
  padding-inline: 2vw;
  width: 54%;
  margin-left: auto;
  padding-top: 6vw;
}
#top__about .cont__example .list__example > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  font-family: var(--fot--Zen-Old-Micho);
  font-size: 4.2vw;
}
#top__about .cont__example .list__example > .item .item__img {
  position: absolute;
  order: 1;
  margin-bottom: var(--margin-20);
  padding: 0;
  padding-bottom: 0;
  left: -5vw;
  top: 0vw;
  width: 40vw;
}
#top__about .cont__example .list__example > .item .list__note {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 5vw;
  width: 54%;
  margin-left: auto;
  min-height: 44vw;
}
#top__about .cont__example .list__example > .item .list__note > .item{
  position: relative;
}
#top__about .cont__example .list__example > .item .list__note > .item p {
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 5vw;
  font-size: 3.4vw;
  line-height: 1.6;
}
#top__about .cont__example .list__example > .item .list__note > .item p::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0vw;
  top: 1.5vw;
}
#top__about .cont__example .list__example > .item .btn__example {
  position: absolute;
  right: 0;
  bottom: 0;
  order: 4;
  width: 54%;
  padding: 1.2vw ;
  margin-left: auto;
  text-align: center;
  background: var(--col--main-01);
}
#top__about .cont__example .list__example > .item .btn__example span {
  position: relative;
  color: #fff;
  padding-right: 5vw;
}
#top__about .cont__example .list__example > .item .btn__example span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__about .block__img_01 {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature .inner {
  padding-top: 0;
  padding-bottom: 0;
}
#top__feature .ttl03 {
  position: relative;
  z-index: 1;
  margin-bottom: 60vw;
}
#top__feature .ttl03 .ttl__ja {
  font-size: var(--font-size-42);
  font-family: var(--fot--Zen-Old-Micho);
  color: #fff;
  letter-spacing: 0.16em;
  font-weight: 700;
  position: relative;
  line-height: 1.8;
  font-size: 5vw;
}
#top__feature .ttl03 .ttl__ja img {
  position: absolute;
  bottom: -24vw;
  right: -34vw;
}
#top__feature .cont__about {
  z-index: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
}
#top__feature .cont__about .item__img {
  z-index: -2;
  position: absolute;
  width: 175vw;
  left: -5vw;
  top: -55vw;
}
#top__feature .cont__about .item__text {
  z-index: -1;
  position: relative;
  padding-bottom: 10vw;
  padding-top: 5vw;
}
#top__feature .cont__about .item__text::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(75deg, rgba(255, 255, 255, 0.3) 0%, white 85%);
}
#top__feature .cont__about .item__text p {
  font-size: 3.5vw;
  color: var(--col--main-01);
}
#top__feature .cont__about .item__text p br {
  display: none;
}
/* top__links_repair
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__links_repair {
  background: var(--col--main-01);
}
#top__links_repair .inner {
  padding-block: 15vw;
}
#top__links_repair .item__bnr {
  display: block;
  width: 100%;
  height: 48vw;
}
#top__links_repair .item__bnr a {
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
#top__links_repair .item__bnr a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/top/top__links_repair__img_01.png) center center/cover no-repeat;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__links_repair .item__bnr a .ttl03 {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: var(--fot--Zen-Old-Micho);
  position: absolute;
  top: 5vw;
  left: 5vw;
  font-size: 5vw;
}
#top__links_repair .item__bnr a .ttl03 .ttl__sub {
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 1.9;
  font-size: 4vw;
}
#top__links_repair .item__bnr a .ttl03 .ttl__main {
  display: inline-block;
  padding: 3vw;
  font-size: var(--font-size-30);
  font-weight: 700;
  background: var(--col--main-01);
  width: fit-content;
  margin-top: 2vw;
  font-size: 4.5vw;
}
#top__links_repair .item__bnr .btn__bnr {
  background: var(--col--acc-01);
  padding: 2vw;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#top__links_repair .item__bnr .btn__bnr span {
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 700;
  padding-right: 4.5vw;
  font-size: 3.4vw;
}
#top__links_repair .item__bnr .btn__bnr span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 1.8vw;
  height: 1.8vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__access {
  background: url(/img/top/top__access__bg_img_01.png) center center/cover no-repeat;
}
#top__access .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  gap: 5vw;
  margin-bottom: var(--margin-65);
}
#top__access .ttl03 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
}
#top__access .ttl03 .ttl__en {
  font-size: 63px;
  font-family: var(--fot--Noto-Sans);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 7vw;
}
#top__access .block__info {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 10vw;
}
#top__access .block__info .item__table {
  width: 100%;
}
#top__access .block__info .item__table tr th,
#top__access .block__info .item__table tr td {
  color: #fff;
}
#top__access .block__info .item__map {
  width: 100%;
  height: 70vw;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--main-01);
  padding: 0.2vw 3vw 0.8vw;
}
.com__tag .item > * {
  position: relative;
  color: #fff;
  padding-left: 2.5vw;
  font-size: 3vw;
}
.com__tag .item > *::before {
  content: "#";
  color: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.com__latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 75%;
  padding-left: 3vw;
}
.com__latest .group__info.on_thumb {
  width: 75%;
}
.com__latest .item__ttl {
  order: 2;
  margin-bottom: var(--margin-20);
  overflow: hidden;
  height: fit-content;
  max-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  font-size: 3.5vw;
  width: 100%;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  color: #6b6b6b;
  font-weight: 700;
  font-size: var(--font-size-16);
  letter-spacing: 0.06em;
  margin-bottom: var(--margin-15);
  font-size: 3.5vw;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.com__latest .group__img {
  height: 200px;
  width: 200px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 200px;
  width: 200px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/common/common__contact__bg_img_01.png) center center/cover no-repeat;
}
.common__contact .inner {
  padding-block: 15vw;
}
.common__contact .ttl03 {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-60);
}
.common__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  font-weight: 700;
}
.common__contact .ttl03 .ttl__en {
  font-size: 63px;
  letter-spacing: 0;
  font-weight: 700;
  font-weight: 700;
  font-size: 7vw;
}
.common__contact .wrap__contact {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 7vw;
  display: flex;
  flex-direction: column;
}
.common__contact .wrap__contact .group__info {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common__contact .wrap__contact .group__info .wrap__tel {
  width: fit-content;
  display: flex;
  margin-bottom: var(--margin-30);
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel {
  width: fit-content;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__fixed_phone {
  width: fit-content;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__fixed_phone dt {
  width: fit-content;
  font-size: 3vw;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__fixed_phone dd {
  width: fit-content;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__fixed_phone dd .item__num {
  font-size: 6vw;
  padding-left: 0;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__fixed_phone dd .item__num small {
  font-size: 3vw;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__mobile_phone {
  width: fit-content;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__mobile_phone dt {
  width: fit-content;
  font-size: 3vw;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__mobile_phone dd {
  width: fit-content;
}
.common__contact .wrap__contact .group__info .wrap__tel .com__tel .item__mobile_phone dd .item__num {
  font-size: 6vw;
  padding-left: 0;
}
.common__contact .wrap__contact .group__info .wrap__tel .item__attention {
  height: 2.5vw;
}
.common__contact .wrap__contact .group__info .com__times {
  background: var(--col--acc-01);
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--font-size-16);
  padding: 1vw 2vw;
  width: 100%;
  justify-content: center;
  margin-bottom: 5vw;
}
.common__contact .wrap__contact .group__info .com__times .item dt,
.common__contact .wrap__contact .group__info .com__times .item dd {
  font-size: 3vw;
}
.common__contact .wrap__contact .group__form {
  width: 100%;
}
.common__contact .wrap__contact .group__form .btn__contact {
  height: 13vw;
  background: #fff;
  width: 100%;
}
.common__contact .wrap__contact .group__form .btn__contact span {
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-right: 7vw;
  font-size: 3.7vw;
}
.common__contact .wrap__contact .group__form .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 1.6vw;
  height: 1.6vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .item__text_note {
  width: 100%;
  text-align: center;
  color: #fff;
}
.common__contact .item__text_note small {
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 3.8vw;
}
.common__contact .item__text_note small .str-01 {
  font-size: var(--font-size-22);
  font-size: 5.7vw;
  margin-inline: 1.2vw;
}

#top__news {
  background: url(/img/top/top__news__bg_img_01.png) center center/cover no-repeat;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 5vw;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 12vw;
  align-items: center;
}
#top__news .ttl03 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-family: var(--fot--Zen-Old-Micho);
}
#top__news .ttl03 .ttl__en {
  font-size: 63px;
  font-weight: 700;
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0;
  font-size: 7vw;
}
#top__news .cont__latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 12vw;
}
#top__news .btn__news {
  width: fit-content;
  padding-bottom: 2.1vw;
  border-bottom: 2px solid var(--col--txt-01);
  position: relative;
  display: block;
  margin-left: auto;
}
#top__news .btn__news span {
  font-weight: 500;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 8vw;
  font-size: 3.6vw;
}
#top__news .btn__news span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}

/* common__about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* symptoms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__symptoms {
  background: url(/img/common/common__symptoms__bg_img_01.png) center center/100% 100% no-repeat;
  color: #fff;
}
.common__symptoms .inner {
  padding-block: 15vw 50vw;
}
.common__symptoms .cont__symptoms {
  position: relative;
}
.common__symptoms .cont__symptoms .block__example {
  position: relative;
  margin-bottom: var(--margin-50);
  display: flex;
  flex-direction: column-reverse;
  gap: 10vw;
}
.common__symptoms .cont__symptoms .block__example .list {
  gap: 3.6vw;
  background: var(--col--acc-01);
  padding: 5vw;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  width: 100%;
}
.common__symptoms .cont__symptoms .block__example .list > .item {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.7;
  position: relative;
  padding-left: 6vw;
  font-size: 3.7vw;
}
.common__symptoms .cont__symptoms .block__example .list > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0vw;
  top: 2vw;
}
.common__symptoms .cont__symptoms .block__example .item__img {
  position: relative;
}
.common__symptoms .cont__symptoms .block__comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.common__symptoms .cont__symptoms .block__comment .item__text {
  border: 1px solid #fff;
  padding: 5vw;
  padding-bottom: 7vw;
  position: relative;
  width: 100%;
}
.common__symptoms .cont__symptoms .block__comment .item__text p {
  font-size: 3.7vw;
  line-height: 2.1;
  color: #fff;
}
.common__symptoms .cont__symptoms .block__comment .item__img {
  position: absolute;
  right: -8vw;
  bottom: -38vw;
}
.common__symptoms .cont__symptoms .block__comment .item__img > img {
  width: 30vw;
}
.common__symptoms .cont__symptoms .block__comment .item__img .name {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding-top: 3vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.1em;
  font-size: var(--font-size-20);
  position: relative;
  left: -8vw;
}
.common__symptoms .cont__symptoms .block__comment .item__img .name img {
  width: 27vw;
}
.common__symptoms .cont__symptoms .block__comment .item__img .name .item {
  gap: 5px;
  display: flex;
  align-items: baseline;
}
.common__symptoms .cont__symptoms .block__comment .item__img .name .item small {
  font-size: var(--font-size-15);
  font-size: 3vw;
}

/* judge
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__judge {
  background: url(/img/common/common__judge__bg_img_01.png) top center/100% min(100%, 889px) no-repeat;
}
.common__judge .ttl03 .ttl__en {
  line-height: 1.4;
}
.common__judge .item__text_lead {
  margin-bottom: var(--margin-85);
}
.common__judge .item__text_lead p {
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 3.8vw;
}
.common__judge .item__text_lead br {
  display: none;
}
.common__judge .cont__situation {
  gap: 5vw;
  flex-wrap: wrap;
}
.common__judge .cont__situation .block__case {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  padding-block: 5vw;
  background: var(--col--main-01);
  color: #fff;
  height: fit-content;

  .item__text{
    padding-inline: 5vw;
  }
}
.common__judge .cont__situation .block__case .ttl04 {
  padding-inline: 5vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #888888;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.common__judge .cont__situation .block__case .ttl04 img {
  width: 5vw;
}
.common__judge .cont__situation .block__case .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 4.4vw;
}
.common__judge .cont__situation .block__case .list__example {
  gap: 2vw;
  padding-inline: 5vw;
  display: flex;
  flex-direction: column;
}
.common__judge .cont__situation .block__case .list__example > .item {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.7;
  position: relative;
  padding-left: 6vw;
  font-size: 3.7vw;
}
.common__judge .cont__situation .block__case .list__example > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0vw;
  top: 2vw;
}
.common__judge .cont__damage_case {
  gap: 5vw;
  flex-wrap: wrap;
}
.common__judge .cont__damage_case .block__case {
  width: calc((100% - 75px) / 4);
  width: calc((100% - 5vw) / 2);
  padding-block: 15px 30px;
  background: var(--col--main-01);
  color: #fff;
  height: fit-content;
}
.common__judge .cont__damage_case .block__case .ttl04 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.common__judge .cont__damage_case .block__case .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  font-weight: 300;
  line-height: 1.7;
}
.common__judge .cont__damage_case .block__case .ttl04 .ttl__icon {
  width: 16vw;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* compare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__compare {
  background: var(--col--main-01);
  color: #fff;
}
.common__compare .item__text_lead {
  margin-bottom: 8vw;
}
.common__compare .item__text_lead br {
  display: none;
}
.common__compare .cont__post {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10vw;
}
.common__compare .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: var(--col--acc-01);
  padding-block: 5vw;
}
.common__compare .cont__post .block__post .ttl04 {
  padding-inline: 5vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #888;
  margin-bottom: 20px;
  order: 2;
}
.common__compare .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  line-height: 1.7;
  font-weight: 700;
  font-size: 4.5vw;
}
.common__compare .cont__post .block__post .list__compare {
  padding-inline: 2vw;
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--margin-20);
}
.common__compare .cont__post .block__post .list__compare .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2vw;
}
.common__compare .cont__post .block__post .list__compare .item dt {
  position: relative;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.16em;
}
.common__compare .cont__post .block__post .list__compare .item dd .item__img {
  width: 60%;
  height: 36vw;
}
.common__compare .cont__post .block__post .list__compare .item__before dt {
  position: relative;
}
.common__compare .cont__post .block__post .list__compare .item__before dt::before {
  content: "-";
  position: relative;
  color: currentColor;
}
.common__compare .cont__post .block__post .list__compare .item__after dt {
  text-align: end;
  position: relative;
}
.common__compare .cont__post .block__post .list__compare .item__after dt::after {
  content: "-";
  position: relative;
  color: currentColor;
}
.common__compare .cont__post .block__post .list__compare .item__after .item__img {
  margin-left: auto;
}
.common__compare .cont__post .block__post .item__price {
  order: 3;
  padding-inline: 5vw;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 3.7vw;

  display: flex;
  justify-content: space-between;
  gap: 3vw;

  .text{
    flex: 1;
  }

  small{
    width: 20vw;
  }
  
}

/* commitment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__commitment {
  background: url(/img/common/common__commitment__bg_img_01.png) top center/100% auto no-repeat, url(/img/common/common__commitment__bg_img_02.png) bottom center/100% auto no-repeat, var(--col--main-01);
  color: #fff;
}
.common__commitment .item__text_lead {
  margin-bottom: var(--margin-80);
}
.common__commitment .cont__feature {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  gap: 10vw;
  color: var(--col--main-01);
}
.common__commitment .cont__feature .block__feature {
  padding: var(--margin-40);
  background: #fff;
  display: flex;
  gap: 7vw;
  flex-direction: column-reverse;
}
.common__commitment .cont__feature .block__feature .group__text {
  width: 100%;
}
.common__commitment .cont__feature .block__feature .group__text .ttl04 {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-bottom: var(--margin-20);
}
.common__commitment .cont__feature .block__feature .group__text .ttl04 .ttl__num {
  padding: 0.8vw 3vw;
  background: #787878;
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Kaku-Goth);
  width: fit-content;
  height: fit-content;
  font-size: 3.2vw;
}
.common__commitment .cont__feature .block__feature .group__text .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: 4.7vw;
}
.common__commitment .cont__feature .block__feature .group__text .item__text p {
  line-height: 2.1;
}
.common__commitment .cont__feature .block__feature .item__img {
  width: 100%;
}
.common__commitment .cont__feature .block__feature .item__img img {
  width: 100%;
}

/* price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__price {
  background: url(/img/common/common__price__bg_img_01.png) top center/100% min(100%, 889px) no-repeat;
}
.common__price .item__text_note {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 3vw;
  margin-bottom: var(--margin-70);
  line-height: 1.8;
}
.common__price .item__text_note br {
  display: none;
}
.common__price .cont__post .block__post {
  margin-bottom: 10vw;
}
.common__price .cont__post .block__post:last-child {
  margin-bottom: 0;
}
.common__price .cont__post .block__post .ttl04 {
  background: var(--col--main-01);
  color: #fff;
  padding: 3vw;
  margin-bottom: var(--margin-50);
}
.common__price .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  font-weight: 600;
}
.common__price .cont__post .block__post .list__menu {
  margin-bottom: var(--margin-60);
}
.common__price .cont__post .block__post .list__menu .item {
  padding-inline: 2vw;
  padding-bottom: 5vw;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--col--main-01);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}
.common__price .cont__post .block__post .list__menu .item .title,
.common__price .cont__post .block__post .list__menu .item .price {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: var(--font-size-16);
}
.common__price .cont__post .block__post .list__menu .item .title {
  flex: 1;
}
.common__price .cont__post .block__post .list__menu .item .price {
  width: fit-content;
}

/* repair
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* repair__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#repair__case {
  background: url(/img/common/common__bg__img_01.png) center bottom/100% auto no-repeat, var(--col--main-01);
  color: #fff;
}
#repair__case .ttl03 {
  text-align: center;
}
#repair__case .ttl03 .ttl__ja {
  line-height: 1.8;
}
#repair__case .item__text_lead {
  margin-bottom: var(--margin-80);
  text-align: center;
  text-align: left;
}
#repair__case .item__text_lead br {
  display: none;
}
#repair__case .cont__cases {
  gap: 5vw;
  display: flex;
  margin-bottom: var(--margin-50);
  flex-direction: column;
}
#repair__case .cont__cases .block__case {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  padding-block: 5vw;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
}
#repair__case .cont__cases .block__case .ttl04 {
  order: 2;
  padding-inline: 4vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #888;
  margin-bottom: 4vw;
}
#repair__case .cont__cases .block__case .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
}
#repair__case .cont__cases .block__case .item__img {
  order: 1;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#repair__case .cont__cases .block__case .item__text {
  order: 3;
  padding-inline: 4vw;
  margin-bottom: var(--margin-30);
  height: fit-content;
}
#repair__case .cont__cases .block__case .item__text p {
  line-height: 2.3;
}
#repair__case .cont__cases .block__case .group__example {
  order: 4;
  background: var(--col--acc-01);
  background: #343434;
  padding: 5vw;
  margin-inline: 25px;
}
#repair__case .cont__cases .block__case .group__example .ttl05 {
  margin-bottom: var(--margin-30);
}
#repair__case .cont__cases .block__case .group__example .ttl05 .ttl__ja {
  font-size: var(--font-size-18);
  font-weight: 500;
}
#repair__case .cont__cases .block__case .group__example .list {
  gap: 5vw;
  width: fit-content;
  height: fit-content;
  gap: 2vw;
  padding-inline: 2vw;
  display: flex;
  flex-direction: column;
}
#repair__case .cont__cases .block__case .group__example .list > .item {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.7;
  position: relative;
  padding-left: 6vw;
  font-size: 3.7vw;
}
#repair__case .cont__cases .block__case .group__example .list > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0vw;
  top: 2vw;
}
#repair__case .item__text_note {
  text-align: center;
  text-align: left;
}
#repair__case .item__text_note small {
  line-height: 2;
  font-size: var(--font-size-16);
  font-weight: 500;
}
#repair__case .item__text_note small .str-01 {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* repair__risk
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#repair__risk {
  background: url(/img/common/common__judge__bg_img_01.png) top center/100% min(100%, 889px) no-repeat;
}
#repair__risk .ttl03 .ttl__en {
  line-height: 1.6;
}
#repair__risk .item__text_lead {
  margin-bottom: var(--margin-60);
}
#repair__risk .cont__compare {
  gap: 5vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#repair__risk .cont__compare .block__compare {
  background: var(--col--main-01);
  padding-block: 5vw;
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#repair__risk .cont__compare .block__compare .ttl04 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-inline: 5vw;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid #888;
  margin-bottom: var(--margin-15);
}
#repair__risk .cont__compare .block__compare .ttl04 .ttl__icon {
  width: 4vw;
}
#repair__risk .cont__compare .block__compare .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-family: var(--fot--Zen-Old-Micho);
  color: #fff;
}
#repair__risk .cont__compare .block__compare .list {
  gap: 5vw;
  width: fit-content;
  height: fit-content;
  margin-inline: 25px;
  gap: 2vw;
  padding-inline: 2vw;
  display: flex;
  flex-direction: column;
}
#repair__risk .cont__compare .block__compare .list > .item {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.7;
  position: relative;
  padding-left: 6vw;
  font-size: 3.7vw;
}
#repair__risk .cont__compare .block__compare .list > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0vw;
  top: 2vw;
}

/* repair__column_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#repair__column_01 {
  background: var(--col--main-01);
  color: #fff;
}
#repair__column_01 .ttl03 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-70);
  padding: 3vw 3vw;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
  width: 100%;
}
#repair__column_01 .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 7vw;
  height: 5vw;
  bottom: 2px;
  left: 50%;
  translate: -50% 100%;
}
#repair__column_01 .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  color: #fff;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
}
#repair__column_01 .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-60);
  text-align: left;
}
#repair__column_01 .item__text_lead br {
  display: none;
}
#repair__column_01 .cont__compare {
  margin-inline: auto;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 4vw;
}
#repair__column_01 .cont__compare .item__img {
  width: 200%;
}
#repair__column_01 .swipe_mess {
  line-height: 1.8;
  margin-top: 5vw;
  letter-spacing: 0;
}
#repair__column_01 .swipe_mess::before {
  top: 1vw;
  left: -1vw;
  width: 4.8vw;
  height: 4.8vw;
}

/* repair__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#repair__faq {
  background: url(/img/common/common__commitment__bg_img_01.png) top center/100% auto no-repeat, url(/img/common/common__commitment__bg_img_02.png) bottom center/100% auto no-repeat, var(--col--main-01);
  color: #fff;
}
#repair__faq .item__text_lead {
  margin-bottom: var(--margin-60);
}
#repair__faq .cont-post .block-post {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#repair__faq .cont-post .block-post .unit-post {
  background: #fff;
  color: var(--col--main-01);
  padding-block: 35px;
}
#repair__faq .cont-post .block-post .unit-post dt,
#repair__faq .cont-post .block-post .unit-post dd {
  line-height: 1.6;
}
#repair__faq .cont-post .block-post .unit-post dt {
  position: relative;
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  font-weight: 700;
  padding-left: 75px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 15px;
}
#repair__faq .cont-post .block-post .unit-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q__01_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 7vw;
  left: 5vw;
  top: 0.5vw;
}
#repair__faq .cont-post .block-post .unit-post dd {
  padding-inline: 35px;
  line-height: 2;
}

/* repair__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#repair__flow {
  background: url(/img/common/common__judge__bg_img_01.png) top center/100% min(100%, 889px) no-repeat;
}
#repair__flow .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-60);
}
#repair__flow .list__flow {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15vw;
}
#repair__flow .list__flow > .item {
  padding-block: 3vw;
  background: var(--col--main-01);
  color: #fff;
  position: relative;
}
#repair__flow .list__flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 11vw;
  left: 50%;
  translate: -50% 0;
  bottom: -12vw;
  rotate: 90deg;
}
#repair__flow .list__flow > .item:last-child::before {
  display: none;
}
#repair__flow .list__flow > .item p {
  display: flex;
  flex-direction: column;
}
#repair__flow .list__flow > .item p .item__num {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  font-family: var(--fot--Zen-Old-Micho);
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #888;
  margin-bottom: var(--margin-20);
  padding-inline: 5vw;
}
#repair__flow .list__flow > .item p .item__ttl {
  font-size: var(--font-size-28);
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.16em;
  color: #fff;
  font-weight: 700;
  padding-block: 3vw;
  padding-inline: 5vw;
  font-size: 4vw;
}
#repair__flow .list__flow .item:first-of-type {
  background: #525252;
}
#repair__flow .list__flow .item:last-of-type {
  background: #525252;
}

#contact {
  background: url(/img/common/common__bg__img_01.png) center bottom/100% auto no-repeat, #000;
}
#contact .ttl01 {
  color: #fff;
}
#contact .common__contact_sec {
  padding-block: 7vw;
  background: #1c1c1c;
  margin-bottom: var(--margin-50);
}
#contact .common__contact_sec .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #888;
  margin-bottom: var(--margin-30);
}
#contact .common__contact_sec .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Micho);
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
}
#contact .common__contact_sec:last-child {
  margin-bottom: 0;
}
#contact .contact__tel .wrap__tel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-30);
  gap: 4vw;
}
#contact .contact__tel .wrap__tel .com__tel {
  width: fit-content;
  color: #fff;
  align-items: center;
  margin-bottom: var(--margin-20);
  gap: 5vw;
  flex-direction: column;
}
#contact .contact__tel .wrap__tel .com__tel .item__fixed_phone {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__fixed_phone dt {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__fixed_phone dd {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__fixed_phone dd .item__num {
  padding-left: 0;
}
#contact .contact__tel .wrap__tel .com__tel .item__mobile_phone {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__mobile_phone dt {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__mobile_phone dd {
  width: fit-content;
}
#contact .contact__tel .wrap__tel .com__tel .item__mobile_phone dd .item__num {
  padding-left: 0;
}
#contact .contact__tel .wrap__tel .item__attention {
  height: 3vw;
}
#contact .contact__tel .com__times {
  background: var(--col--acc-01);
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--font-size-16);
  padding: 2vw 3vw;
  background: var(--col--main-01);
}
#contact .contact__line .btn__line {
  width: 80%;
  height: 16vw;
  padding: 2vw 3vw;
  background: #06c755;
  position: relative;
  margin-inline: auto;
}
#contact .contact__line .btn__line::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 2vw;
  top: 50%;
  translate: 0 -50%;
}
#contact .contact__line .btn__line span {
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contact__form .note__text{
  font-size: var(--font-size-13);
    line-height: 1.5;
  color: #666;
  padding-block: 5vw;
}
#contact .contact__form .item__text_lead {
  text-align: center;
  color: #fff;
  margin-bottom: var(--margin-40);
  text-align: left;
  padding-inline: 5vw;
}
#contact .contact__form #contact-form th {
  background: unset;
  border: unset;
}
#contact .contact__form #contact-form {
  padding-inline: 5vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}