@charset "UTF-8";
html {
  scroll-padding-top: 25vw;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.04em;
}

.section-title {
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.04em;
  line-height: 1.7;
  background-image: linear-gradient(to right, var(--primary-color) 4px, transparent 4px);
  background-size: 15px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: center;
  padding-bottom: 5%;
  margin-bottom: 12%;
}
.section-title span {
  font-size: var(--font-size-26);
  color: var(--primary-color);
}

.headline-title {
  border-bottom: 1px solid var(--primary-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  padding: 0 2% 3%;
  margin-bottom: 4%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.3;
  letter-spacing: var(--body-letter-spacing);
}

#g-map .map {
  height: 100%;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 3vw;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1vw solid var(--accent-color);
  border-radius: 3vw;
}

.com-button {
  border-radius: 8vw;
  background: var(--accent-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  box-shadow: 4px 4px 9px 0px rgba(var(--color-white-rgb), 0.75) inset, 0 -4px 4px 0px rgba(var(--color-green-rgb), 0.73) inset;
}
.com-button:hover {
  opacity: 1;
  transform: scale(0.99);
  box-shadow: 0 2px 5px 0px rgba(var(--color-green-rgb), 0.5) inset, 0 -4px 9px 0px rgba(var(--color-green-rgb), 0.5) inset;
}

/*==========================================
コンポーネントファイル
===========================================*/
.c-contact__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 5vw 7vw;
}
.c-contact__list .com-tel {
  width: 100%;
  line-height: 1.2;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  padding-left: 9vw;
  letter-spacing: 0;
  background: url(../img/common/tel-ic_black.png) left center/7vw no-repeat;
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-tel.color-white .tel__num {
  color: var(--color-white);
  background: url(../img/common/tel-ic_white.png) left center/7vw no-repeat;
}
.c-contact__list .com-mail .mail__button {
  width: 48vw;
  height: 14vw;
}
.c-contact__list .com-mail .mail__button span {
  padding-left: 6vw;
  background: url(../img/common/mail-ic_black.png) left center/4vw no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  padding: 0 5%;
}
#header .header__inner {
  padding: 4% 0;
}
#header .header__logo {
  width: 55%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
}
#drawer-nav .drawer-logo {
  width: 50%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-17);
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav nav .current::before, #drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--body-font-color);
  border-right: 2px solid var(--body-font-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*==========================================
nav
===========================================*/
#nav {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 85vw;
  position: relative;
  overflow: hidden;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-mv .mv__catch {
  width: 94%;
}
#top-mv .mv__txt {
  position: absolute;
  inset: auto 0 -1vw;
  width: 100%;
}

/*==========================================
top
===========================================*/
/* top-check
------------------------*/
#top-check {
  padding: 18% 0;
  position: relative;
}
#top-check .inbox {
  padding: 0 4%;
}
#top-check .check__title {
  font-size: var(--font-size-23);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 12%;
  text-align: center;
  font-weight: var(--font-weight-black);
  position: relative;
  padding-bottom: 2%;
}
#top-check .check__title::before, #top-check .check__title::after {
  width: 0;
  height: 10vw;
  position: absolute;
  content: "";
  border-left: 1.2vw double var(--primary-color);
  bottom: 0;
}
#top-check .check__title::before {
  left: 0;
  transform: rotate(-25deg);
}
#top-check .check__title::after {
  right: 0;
  transform: rotate(25deg);
}
#top-check .check__title span {
  display: block;
  font-size: var(--font-size-26);
  color: var(--primary-color);
}
#top-check .check__wrap {
  border-radius: 3vw;
  padding: 12% 5%;
}
#top-check .check__wrap .check__list {
  background: url(../img/top/check-car_ill.png) center top/100% no-repeat;
  position: relative;
  padding-top: 65vw;
}
#top-check .check__wrap .check__list #check__point-01 .check__item-num {
  inset: 11vw auto auto 5%;
  margin: 0 auto;
}
#top-check .check__wrap .check__list #check__point-02 .check__item-num {
  inset: 3vw auto auto 30%;
  margin: 0 auto;
}
#top-check .check__wrap .check__list #check__point-03 .check__item-num {
  inset: 15vw auto auto 34%;
  margin: 0 auto;
}
#top-check .check__wrap .check__list #check__point-04 .check__item-num {
  inset: 13vw 28% auto auto;
  margin: 0 auto;
}
#top-check .check__wrap .check__list #check__point-05 .check__item-num {
  inset: 19vw -2% auto auto;
  margin: 0 auto;
}
#top-check .check__wrap .check__list .check__item {
  margin-bottom: 27%;
}
#top-check .check__wrap .check__list .check__item:last-child {
  margin-bottom: 0;
}
#top-check .check__wrap .check__list .check__item-num {
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  color: var(--accent-color);
  background: var(--primary-color);
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
}
#top-check .check__wrap .check__list .check__item-content {
  padding-bottom: 6%;
  background: var(--primary-color);
  position: relative;
}
#top-check .check__wrap .check__list .check__item-content::before {
  position: absolute;
  inset: -11vw auto auto 0;
  width: 26%;
  border-radius: 3vw 3vw 0 0;
  color: var(--accent-color);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  background: var(--primary-color);
  text-align: center;
}
#top-check .check__wrap .check__list .check__item-title {
  padding: 3% 0;
  font-size: var(--font-size-21);
  color: var(--accent-color);
  border-bottom: 1px solid;
  text-align: center;
  font-weight: var(--font-weight-black);
}
#top-check .check__wrap .check__list .check__item-list {
  padding: 3% 3% 8% 10%;
}
#top-check .check__wrap .check__list .check__item-list li {
  color: var(--color-white);
  font-size: var(--font-size-16);
}
#top-check .check__wrap .check__list .check__item-list li::before {
  content: "・";
}
#top-check .check__wrap .check__list .check__item-button {
  width: 85%;
  margin: 0 auto;
  height: 12vw;
}
#top-check .check__wrap .check__list .check__item-button span {
  padding-left: 8vw;
  background: url(../img/top/check_ic.png) left center/6vw no-repeat;
}

/* top-greeting
------------------------*/
.bg-top-deco {
  position: relative;
  z-index: 1;
  padding: 12% 0 0;
}
.bg-top-deco::before {
  position: absolute;
  content: "";
  width: 65vw;
  height: 65vw;
  border-radius: 50%;
  inset: -16vw 0 auto 0;
  margin: 0 auto;
  z-index: -1;
}

#top-greeting {
  padding-bottom: 18%;
  background: url(../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting.bg-top-deco::before {
  background: url(../img/top/greeting-ttl_ic.png) top 4vw center/19% no-repeat, linear-gradient(to top, transparent 0%, var(--primary-color) 73%);
}
#top-greeting .greeting__title {
  color: var(--color-white);
  background-image: linear-gradient(to right, var(--accent-color) 4px, transparent 4px);
}
#top-greeting .greeting__title span {
  font-size: var(--font-size-24);
  color: var(--accent-color);
}
#top-greeting .greeting__inner {
  position: relative;
  z-index: 1;
}
#top-greeting .greeting__inner::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 45%;
  height: 43vw;
  background: url(../img/top/greeting_deco.png) center/100% no-repeat;
  inset: 39vw -13% auto auto;
}
#top-greeting .greeting__inner .greeting__img {
  margin-bottom: 8%;
}
#top-greeting .greeting__inner .greeting__content {
  background: var(--color-white);
  border-radius: 3vw;
  padding: 10% 5%;
}
#top-greeting .greeting__inner .greeting__content .greeting__text span {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
}

/*
top-links
------------------------*/
#top-links {
  padding: 16% 0;
  background: var(--color-light-yellow);
}
#top-links .links__inbox {
  position: relative;
}
#top-links .links__inbox::before {
  position: absolute;
  content: "";
  width: 95%;
  margin: auto;
  inset: 0;
  border: 2vw solid var(--color-white);
}
#top-links .links__list {
  position: relative;
  padding: 12% 0;
  z-index: 1;
  gap: 3.84616%;
}
#top-links .links__list::before, #top-links .links__list::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-links .links__list::before {
  width: 52%;
  height: 12vw;
  background: url(../img/top/links-top_deco.png) center/100% no-repeat;
  inset: 0 auto auto -8%;
}
#top-links .links__list::after {
  width: 47%;
  height: 22vw;
  background: url(../img/top/links-btm_ill.png) center/100% no-repeat;
  inset: auto -8% -10vw auto;
}
#top-links .links__list .links__item {
  width: 100%;
  padding: 29% 4% 4% 4%;
  height: 90vw;
  position: relative;
  margin-bottom: 15%;
}
#top-links .links__list .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__list .links__item-plate {
  background: url(../img/top/links-plate_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-custom {
  background: url(../img/top/links-custom_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-title {
  position: absolute;
  inset: 0 auto auto 0;
  background: var(--primary-color);
  padding: 3% 3% 4%;
  color: var(--color-white);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  text-shadow: black 2px 0px, var(--primary-color) -2px 0px, var(--primary-color) 0px -2px, var(--primary-color) 0px 2px, var(--primary-color) 2px 2px, var(--primary-color) -2px 2px, var(--primary-color) 2px -2px, var(--primary-color) -2px -2px, var(--primary-color) 1px 2px, var(--primary-color) -1px 2px, var(--primary-color) 1px -2px, var(--primary-color) -1px -2px, var(--primary-color) 2px 1px, var(--primary-color) -2px 1px, var(--primary-color) 2px -1px, black -2px -1px;
}
#top-links .links__list .links__item-title span {
  position: relative;
  z-index: 1;
  padding: 0 2vw;
}
#top-links .links__list .links__item-title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  z-index: -1;
  inset: auto 0 0;
  background: var(--accent-color);
}
#top-links .links__list .links__item-text {
  margin-bottom: 6%;
}
#top-links .links__list .links__item-text span {
  background: var(--primary-color);
  color: var(--color-white);
  padding: 0 1vw;
}
#top-links .links__list .links__item-button {
  width: 85%;
  margin: 0 auto;
  height: 12vw;
}

/*
top-estimate
------------------------*/
.tire-marks {
  background-image: url(../img/common/tire-marks_ill.png);
  background-position: 0 100%;
  background-size: 45%;
  background-repeat: no-repeat;
}

#top-estimate {
  padding: 15% 0 35%;
  background-position: -30% 100%;
}
#top-estimate .estimate__title {
  font-size: var(--font-size-20);
}
#top-estimate .estimate__title span {
  font-size: var(--font-size-23);
}
#top-estimate .estimate__inner {
  position: relative;
  z-index: 1;
}
#top-estimate .estimate__inner::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 53%;
  height: 42vw;
  background: url(../img/top/estimate-rb_deco.png) center/100% no-repeat;
  inset: auto -10% 15vw auto;
}
#top-estimate .estimate__img {
  margin-bottom: 8%;
}
#top-estimate .estimate__content .estimate__text {
  margin-bottom: 12%;
}
#top-estimate .estimate__content .estimate__text span {
  color: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
#top-estimate .estimate__content .estimate__button {
  width: 90%;
  margin: 0 auto;
}

/*
top-info
------------------------*/
#top-info.bg-top-deco::before {
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  background-image: radial-gradient(var(--color-light-blue) 1px, transparent 1px), radial-gradient(var(--color-light-blue) 1px, transparent 1px);
  background-color: var(--fourth-color);
}
#top-info.bg-top-deco::after {
  position: absolute;
  content: "";
  width: 14%;
  height: 16vw;
  margin: 0 auto;
  inset: -12vw 0 auto;
  background: url(../img/top/info-ttl_ic.png) center/100% no-repeat;
}
#top-info .info__table {
  width: 100%;
  border-radius: 3vw;
  background: var(--color-white);
  padding: 7% 4%;
  margin-bottom: 12%;
}
#top-info .info__text {
  text-align: center;
  margin-bottom: -2vw;
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
#top-news .news__post {
  margin-bottom: 8%;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post a {
  padding: 7% 3%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  border-radius: 5vw;
  background: var(--color-light-yellow);
}
#top-news .news__post a:hover {
  opacity: 1;
  transform: translateX(10px);
}
#top-news .news__post a:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post time {
  width: 26%;
}
#top-news .news__post .category-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  width: 74%;
  padding-left: 2vw;
}
#top-news .news__post .category-label li {
  padding: 0 3vw;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 5vw;
}
#top-news .news__post-title {
  width: 100%;
  margin-top: 3%;
}
#top-news .news__button {
  width: 90%;
  margin: 15% auto 0;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 16% 0 8%;
}
#footer .footer__left .footer__logo {
  display: block;
  width: 60%;
  margin: 0 auto 12%;
}
#footer .footer__left .c-contact__list {
  margin-bottom: 10%;
}
#footer .footer__left .c-contact__list .com-mail {
  width: 67vw;
}
#footer .footer__left .c-contact__list .com-mail .mail__button {
  width: 100%;
}
#footer .footer__right .footer__official-button {
  width: 68vw;
  background: var(--color-white);
  height: 14vw;
  margin: 0 auto 16%;
}
#footer .footer__right .footer__nav {
  column-count: 2;
}
#footer .footer__right .footer__nav .nav__item {
  font-size: var(--font-size-11);
  margin-bottom: 12%;
}
#footer .footer__right .footer__nav .nav__item a {
  color: var(--color-white);
}
#footer .footer__right .footer__nav .nav__item a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  font-weight: var(--font-weight-regular);
  color: var(--accent-color);
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--accent-color);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
  position: relative;
}
.lower-sv .sv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
}
.lower-sv .sv__title {
  position: absolute;
  inset: 38.4117% auto auto 5%;
  margin: auto 0;
  font-size: var(--font-size-23);
  background: var(--accent-color);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  transform: rotate(-4deg) skewX(-20deg);
  z-index: 2;
  letter-spacing: 0;
  text-align: center;
  padding: 0 3vw;
}
.lower-sv .sv__txt {
  position: absolute;
  inset: auto auto 0 0;
}

#strange-sv .sv__bg {
  background: url(../img/sv/strange-sv_bg.jpg) center/cover no-repeat;
}

#plate-sv .sv__bg {
  background: url(../img/sv/plate-sv_bg.jpg) center/cover no-repeat;
}

#custom-sv .sv__bg {
  background: url(../img/sv/custom-sv_bg.jpg) center/cover no-repeat;
}

#manual-sv .sv__bg {
  background: url(../img/sv/manual-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

#e404-sv .sv__bg {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
strange
===========================================*/
#strange-section .strange__title {
  font-size: var(--font-size-22);
}
#strange-section .strange__item {
  margin-bottom: 15%;
}
#strange-section .strange__item::before {
  width: 27%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3vw 3vw 0 0;
  font-size: var(--font-size-25);
  color: var(--accent-color);
  font-weight: var(--font-weight-black);
  background: var(--primary-color);
}
#strange-section .strange__item:last-child {
  margin-bottom: 0;
}
#strange-section .strange__item-title {
  background: var(--primary-color);
  color: var(--accent-color);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  padding: 3% 3% 3% 10%;
  border-radius: 0 3vw 0 0;
}
#strange-section .strange__item-content {
  padding: 10% 5%;
  background: var(--color-light-yellow);
  border-radius: 0 0 3vw 3vw;
}
#strange-section .strange__item-headline {
  margin-bottom: 8%;
}
#strange-section .strange__item-headline-img {
  margin-bottom: 6%;
}
#strange-section .strange__item-question {
  background: var(--fifth-color);
  border-radius: 4vw;
  padding: 7% 4%;
  margin-bottom: 8%;
}
#strange-section .strange__item-question-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 3%;
}
#strange-section .strange__item-question-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 0;
}
#strange-section .strange__item-question-item {
  padding: 0 3vw;
  position: relative;
  font-size: var(--font-size-14);
}
#strange-section .strange__item-question-item::before {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
  transform: rotate(30deg);
}
#strange-section .strange__item-question-item:nth-child(1) {
  padding-left: 0;
}
#strange-section .strange__item-question-item:nth-child(1)::before {
  background: none;
}
#strange-section .strange__item-answer {
  margin-bottom: 10%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#strange-section .strange__item-answer-icon {
  width: 22%;
}
#strange-section .strange__item-answer-content {
  width: 71%;
  background: var(--fourth-color);
  border-radius: 4vw;
  padding: 10% 5%;
  position: relative;
}
#strange-section .strange__item-answer-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 4vw 3vw 0px;
  border-color: transparent var(--fourth-color) transparent transparent;
  inset: 6vw auto auto -3vw;
}
#strange-section .strange__item-answer-title {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  margin-bottom: 3%;
}
#strange-section .strange__item-answer p {
  font-size: var(--font-size-14);
}
#strange-section .strange__item .c-strange__item-advice {
  background: var(--primary-color);
  border-radius: 4vw;
}
#strange-section .strange__item .c-strange__item-advice .strange__advice-title {
  border-bottom: 1px solid var(--accent-color);
  font-size: var(--font-size-18);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  text-align: center;
  padding: 3% 2%;
  margin-bottom: 7%;
}
#strange-section .strange__item .c-strange__item-advice .strange__advice-title span {
  color: var(--accent-color);
  font-size: var(--font-size-20);
}
#strange-section .strange__item .c-strange__item-advice .strange__advice-title small {
  font-size: var(--font-size-17);
}
#strange-section .strange__item .c-strange__item-advice .strange__advice-button {
  width: 88%;
  margin: 0 auto 10%;
  background: var(--color-white);
  text-align: center;
  font-size: var(--font-size-15);
  border-radius: 11vw;
  height: 17vw;
}
#strange-section .strange__item .c-strange__item-advice .c-contact__list {
  justify-content: center;
  padding-bottom: 10%;
  gap: 5vw;
}
#strange-section .strange__item .c-strange__item-advice .c-contact__list .com-mail .mail__button {
  width: 35vw;
  height: 11vw;
}

/*==========================================
plate
===========================================*/
/* com-about__section
------------------------*/
.com-about__section .inbox {
  padding: 0 4%;
}
.com-about__section .about__title {
  width: 95%;
  margin: 0 auto 12%;
  font-size: var(--font-size-19);
}
.com-about__section .about__text {
  padding: 0 4%;
  margin-bottom: 12%;
}
.com-about__section .about__list-wrap {
  position: relative;
  z-index: 1;
}
.com-about__section .about__list-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 15vw);
  border: 2vw solid var(--fourth-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}
.com-about__section .about__list .about__item {
  width: 92%;
  margin: 0 auto 12%;
  background: var(--primary-color);
  border-radius: 3vw;
}
.com-about__section .about__list .about__item:last-child {
  margin-bottom: 0;
}
.com-about__section .about__list .about__item-title {
  font-size: var(--font-size-22);
  color: var(--accent-color);
  font-weight: var(--font-weight-black);
  border-bottom: 1px solid;
  text-align: center;
  padding: 3%;
  margin-bottom: 5%;
}
.com-about__section .about__list .about__item-title small {
  font-size: var(--font-size-18);
}
.com-about__section .about__list .about__item-text {
  padding: 0 4% 5%;
  color: var(--color-white);
  font-size: var(--font-size-17);
}

/* com-case__archive
------------------------*/
.com-case__archive {
  background: var(--color-light-yellow);
}
.com-case__archive .case__item {
  width: 100%;
  margin-bottom: 12%;
}
.com-case__archive .case__item:last-child {
  margin-bottom: 0;
}
.com-case__archive .case__item a {
  background: var(--fifth-color);
  border-radius: 3vw;
  padding: 5% 6% 10%;
  display: flex;
  flex-direction: column-reverse;
}
.com-case__archive .case__item-figure--before {
  width: 65%;
}
.com-case__archive .case__item-figure--before .case__item-img {
  width: 100%;
  height: 33vw;
}
.com-case__archive .case__item-figure--after {
  width: 100%;
  text-align: right;
}
.com-case__archive .case__item-figure--after .case__item-img {
  width: 100%;
  height: 54vw;
}
.com-case__archive .case__item:has(.case__item-figure--after) .case__item-figure--before {
  margin-bottom: 8%;
  position: relative;
}
.com-case__archive .case__item:has(.case__item-figure--after) .case__item-figure--before::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 22vw;
  background: url(../img/common/bfaf_arr.png) center/100% no-repeat;
  inset: auto auto -17vw 0;
  z-index: 2;
}
.com-case__archive .case__item-title {
  margin: 6% 0 0;
}

.case__item-caption {
  font-size: var(--font-size-16);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
}
.case__item-caption::before {
  content: "・";
}

/* com-case__single
------------------------*/
.com-case__single .case__bfaf-list .case__bfaf-item {
  margin-bottom: 8%;
}
.com-case__single .case__bfaf-list .case__bfaf-item:last-child {
  margin-bottom: 0;
}
.com-case__single .case__bfaf-list .case__bfaf-item .case__item-figure--before {
  width: 65%;
}
.com-case__single .case__bfaf-list .case__bfaf-item .case__item-figure--before .case__item-thumb {
  width: 100%;
  height: 33vw;
}
.com-case__single .case__bfaf-list .case__bfaf-item:has(.case__item-figure--after) .case__item-figure--before {
  margin-bottom: 8%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.com-case__single .case__bfaf-list .case__bfaf-item:has(.case__item-figure--after) .case__item-figure--before::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 22vw;
  background: url(../img/common/bfaf_arr.png) center/100% no-repeat;
  inset: auto auto -17vw 0;
  z-index: 2;
}
.com-case__single .case__bfaf-list .case__bfaf-item .case__item-figure--after {
  text-align: right;
}
.com-case__single .case__bfaf-list .case__bfaf-item .case__item-figure--after .case__item-thumb {
  width: 100%;
  height: 54vw;
}
.com-case__single .case__single-textarea {
  background: var(--color-light-yellow);
  padding: 10% 5%;
  border-radius: 4vw;
  margin-top: 12%;
  font-size: var(--font-size-17);
}
.com-case__single .case__single-textarea-price {
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-18);
  margin-bottom: 8%;
}

/*==========================================
利用方法
===========================================*/
/* manual-step
------------------------*/
#manual-step .step__list {
  position: relative;
  z-index: 1;
}
#manual-step .step__list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--primary-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#manual-step .step__item {
  margin-bottom: 13%;
  background: var(--color-light-yellow);
  padding: 18% 5% 12%;
  border-radius: 4vw;
}
#manual-step .step__item::before {
  position: absolute;
  inset: 0 auto auto 5%;
  width: 35%;
  height: 11vw;
  color: var(--accent-color);
  background: var(--primary-color);
  border-radius: 0 0 3vw 3vw;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-black);
  text-align: center;
  content: "step" counter(number, decimal-leading-zero);
}
#manual-step .step__item:last-child {
  margin-bottom: 0;
}
#manual-step .step__item-title {
  color: var(--primary-color);
  font-size: var(--font-size-19);
}
#manual-step .step__item-img {
  margin-bottom: 6%;
}
#manual-step .step__item .c-contact__list .com-mail .mail__button {
  width: 40vw;
  height: 12vw;
}

/* manual-payment
------------------------*/
#manual-payment {
  background-color: rgba(var(--color-yellow-rgb), 0.75);
  padding-bottom: 24%;
}
#manual-payment .inbox {
  position: relative;
  z-index: 1;
}
#manual-payment .inbox::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 45%;
  height: 52vw;
  background: url(../img/top/estimate-rb_deco.png) center/100% no-repeat;
  inset: 0 0 auto auto;
}
#manual-payment .payment__content {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 10% 5%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
contact
===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap {
  margin-bottom: 8%;
}
#contact .contact__form .upload-item-wrap:last-child {
  margin-bottom: 0;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
site
===========================================*/
#site-map .nav__item a {
  padding: 4% 0 4% 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/