@charset "UTF-8";

/*
 Theme Name: BusinessPress Child
 Template: businesspress
*/
@media screen and (min-width: 540px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 782px) {}

@media screen and (min-width: 980px) {}

/* Base
------------------------------------------------------------ */
.content-area {
  margin-bottom: 0;
}

/* Jumbotron */
.jumbotron-content {
  padding-bottom: 4.0rem;
  padding-top: 4.0rem;
}

.jumbotron-title {
  text-shadow: none;
  letter-spacing: 2px;
  text-indent: 2px;
}

.subheader {
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media screen and (min-width: 782px) {
  .jumbotron-content {
    padding-bottom: 5.6rem;
    padding-top: 5.6rem;
  }
}

@media screen and (min-width: 980px) {
  .jumbotron-content {
    padding-bottom: 8.0rem;
    padding-top: 8.0rem;
  }
}


/* Header
------------------------------------------------------------ */
/* main-header */
.main-header {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #EEEEEE;
}

.home .main-header {
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .main-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* .main-header-clone */
.main-header-clone {
  border-bottom: none;
}

/* site-branding */
@media screen and (min-width: 782px) {
  .site-branding {
    padding-right: 24px;
  }
}

/* main-navigation */
@media screen and (min-width: 980px) {
  .main-navigation {
    line-height: 56px;
  }

  .main-navigation a {
    padding: 1.6rem;
  }

  .main-navigation div.menu>ul>li:last-child>a,
  .main-navigation ul.menu>li:last-child>a {
    padding-right: 1.6rem;
  }
}


/* 固定ページ
------------------------------------------------------------ */
.section {
  padding: 4.8rem 0;
}

@media screen and (min-width: 640px) {
  .section {
    padding: 6.4rem 0;
  }
}

@media screen and (min-width: 782px) {
  .section {
    padding: 8.0rem 0;
  }
}

/* section-title
------------------------------------------------------------ */
.section-title {
  margin-bottom: 4.8rem;
}

/* section-title01 */
.section-title01 div.title-en {
  line-height: 1.4;
}

.section-title01 div.title-en::after {
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -50px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '';
  width: 40px;
  height: 2px;
}

/* section-title02 */
.section-title02 {
  margin-bottom: 8.0rem;
}

.section-title02 h2 {
  display: inline-block;
  line-height: 1.8;
}

.section-title02 h2::before {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 2px;
  height: 40px;
  bottom: -48px;
}

/* section-title03 */
.section-title03 h3 {
  padding: 0.8rem 2.0rem;
  display: inline-block;
  top: 0;
}

.section-title03 h3::before,
.section-title03 h3::after {
  position: absolute;
  display: inline-block;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
}

.section-title03 h3::before {
  left: 0;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #333333;
}

.section-title03 h3::after {
  right: 0;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
}

/* midashi
------------------------------------------------------------ */
.midashi01,
.midashi02 {
  margin-bottom: 2.4rem;
}

.midashi01 h3,
.midashi02 h3 {
  padding: 1.2rem;
  line-height: 1;
  border-left: solid 5px #CD1F27;
}

.midashi02 h3 {
  border-color: #A1181F;
}


/* TOPページ
------------------------------------------------------------ */
/* TOP メインビジュアル スライダー セクション
------------------------------------------------------------ */
.top-section-mainslider {
  padding: 0 0 4.8rem;
}

.slider-mainvisual {
  height: calc(75vh - 67.23px);
}

.slider-mainvisual .swiper-bgimage {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slider-mainvisual .swiper-text {
  margin: 0;
  padding: 0;
  bottom: 15%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: calc(100% - 40px);
  z-index: 4;
}

.slider-mainvisual .swiper-text h2 {
  line-height: 1.8;
}

.slider-mainvisual .swiper-text p {
  line-height: 1.4;
}

.slider-mainvisual .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 0;
}

@media screen and (min-width: 782px) {
  .slider-mainvisual {
    height: calc(85vh - 67.23px);
  }

  .slider-mainvisual .swiper-text {
    bottom: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 80px);
  }

  .slider-mainvisual .swiper-text h2 br {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .slider-mainvisual {
    height: calc(100vh - 89px);
  }
}

@media screen and (min-width: 1120px) {
  .slider-mainvisual .swiper-text {
    width: calc(90% - 80px);
  }
}

@media screen and (min-width: 1440px) {
  .slider-mainvisual .swiper-text {
    width: calc(80% - 80px);
  }
}

/* TOP  aboutセクション
------------------------------------------------------------ */
.flex-topabout {
  -webkit-align-items: center;
  align-items: center;
}

.flex-topabout .aspect-bgimage {
  background-position: 35% 50%;
  padding-top: 62.5%;
}

@media screen and (min-width: 540px) {
  .flex-topabout .aspect-bgimage {
    padding-top: 57.14%;
  }
}

@media screen and (min-width: 782px) {
  .flex-topabout .aspect-bgimage {
    padding-top: 150%;
  }

  .flex-topabout .btn-group {
    margin-left: 0;
  }
}


/* TOP  serviceセクション
------------------------------------------------------------ */
.flex-topservice {
  gap: 0;
}

.flex-topservice .flex-item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.flex-topservice a {
  text-decoration: none;
}

.flex-topservice .aspect-group {
  overflow: hidden;
}

.flex-topservice .aspect-group::after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  right: calc(2% + 10px);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all .15s ease-in-out;
  z-index: 5;
}

.flex-topservice .aspect-bgimage {
  padding-top: 50%;
  transition: 0.5s all;
}

.flex-topservice a:hover .aspect-bgimage {
  transform: scale(1.1, 1.1);
}

.flex-topservice .border-box {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px rgba(255, 255, 255, 0.45);
  z-index: 3;
}

.flex-topservice .text-group {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(90% - 10px);
  z-index: 4;
}

.flex-topservice .text-group div.service-number {
  line-height: 1.4;
}

@media screen and (min-width: 782px) {
  .flex-topservice .flex-item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .flex-topservice .aspect-bgimage {
    padding-top: 62.5%;
  }
}

@media screen and (min-width: 1120px) {
  .flex-topservice .aspect-bgimage {
    padding-top: 50%;
  }
}


/* TOP  informationセクション
------------------------------------------------------------ */
.top-section-news ul {
  margin: 0 auto;
  list-style: none;
}

.top-section-news ul li {
  margin-bottom: 2.8rem;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #B4B3B3;
}

.top-section-news ul li:last-of-type {
  margin-bottom: 0;
}

.top-section-news ul .cat-links {
  margin: 0 0 0.4rem 0.4rem;
  display: inline-block;
}

.top-section-news ul .cat-links a {
  padding: 0 0.4rem;
  display: inline-block;
  min-width: calc(72px - 10px);
  /* 左右のpadding + 左右のborder */
  text-align: center;
  border: solid 1px #B4B3B3;
}

@media screen and (min-width: 640px) {
  .top-section-news ul .cat-links {
    margin: 0 0.8rem 0 0.4rem;
  }

  .top-section-news ul .entry-title {
    display: inline-block;
  }
}


/* 固定 サービス一覧ページ
------------------------------------------------------------ */
@media screen and (min-width: 782px) {
  .page-service .intro-box {
    text-align: center;
  }
}


/* 固定 車検ページ
------------------------------------------------------------ */
/* 説明 */
@media screen and (min-width: 782px) {
  .flex-service-child {
    gap: 6.4rem 3.2rem;
    -webkit-align-items: center;
    align-items: center;
  }

  .flex-service-child .flex-item:nth-child(3) {
    -webkit-order: 4;
    order: 4;
  }

  .flex-service-child .flex-item:nth-child(4) {
    -webkit-order: 3;
    order: 3;
  }

  .flex-service-child .flex-item:nth-child(5) {
    -webkit-order: 5;
    order: 5;
  }

  .flex-service-child .flex-item:nth-child(6) {
    -webkit-order: 6;
    order: 6;
  }

  .flex-service-child .aspect-bgimage {
    padding-top: 100%;
  }
}

@media screen and (min-width: 980px) {
  .flex-service-child {
    gap: 8.0rem 4.0rem;
  }
}

/* 車検の主なチェック項目 */
ul.check-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0 auto;
  padding: 0 24px;
  list-style: square;
}

ul.check-list li {
  margin: 0;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 640px) {
  ul.check-list li {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
    flex-basis: calc(calc(100% / 2) - calc(calc(24px / 4) * 2));
  }
}

/* 車検料金 */
table.price-table {
  margin-bottom: 5.6rem;
}

table.price-table-yunyu {
  margin-bottom: 0;
}

table.price-table th,
table.price-table td {
  display: table-cell;
}

table.price-table td {
  text-align: right;
}

table.price-table caption {
  caption-side: bottom;
  text-align: left;
}

@media screen and (max-width: 639px) {
  table.price-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  table.price-table .fixed {
    position: sticky;
    left: 0;
  }
}

/* 車検の流れ */
.flow_design {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flow {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.flow>li {
  display: -webkit-flex;
  display: flex;
  padding: 3.2rem 0;
  list-style-type: none;
  border-bottom: solid 1px #DDDDDD;
}

.flow>li:first-of-type {
  padding-top: 0;
}

.flow>li .flow-icon {
  margin: 0 auto;
  width: 72px;
  line-height: 1;
}

.flow>li .flow-icon::before {
  margin-bottom: 0.4rem;
  display: block;
  content: 'STEP';
  letter-spacing: 1px;
  text-indent: 1px;
}

.flow>li .flow-icon::after {
  margin: auto;
  display: block;
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 64px);
}

.flow>li dl {
  width: calc(100% - 72px);
  margin-top: 1.6rem;
}

.flow>li dl dt {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.flow>li dl dd {
  margin: 0;
}

.flow>li dl dd:last-of-type {
  margin-top: 1.6rem;
}


/* 固定 会社概要ページ
------------------------------------------------------------ */
.page-about table ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* 固定 お問合せページ
------------------------------------------------------------ */
.wpcf7 .required,
.wpcf7 .optional {
  margin: 0 0.4rem 0.4rem 0;
  line-height: 1;
}

.form-p label {
  font-weight: 700;
}

.wpcf7 .form-p br {
  display: none;
}


/* 固定 プライバシーポリシー、免責事項ページ
------------------------------------------------------------ */
.page-section-policy .section-container h3,
.page-section-disclaimer .section-container h3 {
  margin-top: 5.6rem;
  margin-bottom: 0.4rem;
}

.page-section-policy .section-container p,
.page-section-policy .section-container ul,
.page-section-disclaimer .section-container p,
.page-section-disclaimer .section-container ul {
  margin-bottom: 1.6rem
}

.page-section-policy .section-container p.margin-bottom0,
.page-section-disclaimer .section-container p.margin-bottom0 {
  margin-bottom: 0;
}


/* 固定 サイトマップページ
------------------------------------------------------------ */
.flex-sitemap {
  gap: 4.0rem;
}

.flex-sitemap .flex-item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  border-bottom: solid 1px #EEEEEE;
}

.flex-sitemap .text-group {
  padding: 0 1.2rem 4.0rem;
}

.flex-sitemap ul {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}


/* 404ページ
------------------------------------------------------------ */
.error-404 p {
  text-align: left;
  line-height: 2;
}


/* 投稿ページ
------------------------------------------------------------ */
@media screen and (min-width: 540px) {
  .single .post-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}

#comments {
  display: none;
}


/* アーカイブページ
------------------------------------------------------------ */


/* Footer
------------------------------------------------------------ */
/* widget */
.footer-widget-1 .custom-html-widget a {
  text-decoration: none;
}

/* footer-widget-1 */
.company-group {
  line-height: 1.5;
}

.footer-widget-1 figure {
  margin: 0 0 4.0rem;
  max-width: 280px;
}

.footer-widget-1 ul li {
  margin-bottom: 0;
}

/* footer-widget-2 */
.footer-widget-2 .widget-title {
  font-weight: 400;
  letter-spacing: 2px;
}

.footer-widget-2 .widget ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.8rem;
}

.footer-widget-2 .widget ul li {
  margin-bottom: 0;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.footer-widget-2 .widget ul li a {
  position: relative;
  display: block;
}

.footer-widget-2 .widget ul li a::after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 0;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: inline-block;
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  text-align: center;
  transition: all .15s ease-in-out;
}

@media screen and (min-width: 640px) {
  .footer-widget-2 .widget ul {
    gap: 3.2rem 4.0rem;
  }

  .footer-widget-2 .widget ul li {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(40px / 4) * 2));
    flex-basis: calc(calc(100% 100% / 2) - calc(calc(40px / 4) * 2));
  }
}

@media screen and (min-width: 1120px) {
  .footer-widget-2 .widget ul {
    gap: 4.0rem 4.8rem;
  }

  .footer-widget-2 .widget ul li {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(48px / 4) * 2));
    flex-basis: calc(calc(100% / 2) - calc(calc(48px / 4) * 2));
  }
}

/* site-bottom */
.site-bottom {
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

.footer-menu {
  overflow: hidden;
}

.footer-navigation ul {
  margin-bottom: 1.6rem;
}

.site-bottom .current-menu-item>a {
  text-decoration: underline;
}

.site-info {
  line-height: 1.4;
}

@media screen and (min-width: 782px) {

  .header-social-link,
  .footer-navigation,
  .site-info {
    float: none;
    clear: both;
  }

  .site-info {
    text-align: center;
  }
}

/* back-to-top */
.back-to-top {
  right: 0;
  bottom: 0;
  border-radius: 0;
}

/* 全ページ共通 お問合せセクション
------------------------------------------------------------ */
.section-contact {
  padding-bottom: 0;
}

p.contact-message br {
  display: none;
}

.flex-contact {
  margin-top: 4.0rem;
  padding: 5.6rem 0;
  gap: 4.0rem;
  -webkit-align-items: center;
  align-items: center;
}

.flex-contact .flex-item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.flex-contact .flex-item:nth-of-type(1),
.flex-contact .flex-item:nth-of-type(2) {
  padding-bottom: 4.0rem;
}

.flex-contact .flex-item:last-of-type {
  padding-top: 2.0rem;
}

.flex-contact .flex-item:nth-of-type(1)::after,
.flex-contact .flex-item:nth-of-type(2)::after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: calc(100% - 40px);
  height: 1px;
}

.flex-contact .google-icon {
  margin-bottom: 0.8rem;
  height: 64px;
}

.flex-contact .google-icon::after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Material Symbols Outlined";
  content: "\e0b0";
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  font-weight: 200;
}

.flex-contact .flex-item-btn .google-icon::after {
  content: "\e158";
}

.flex-contact h3 {
  margin-bottom: 3.2rem;
}

.flex-contact .tel-group a {
  margin: 0 auto 0.4rem;
  text-decoration: none;
  line-height: 1;
}

.flex-contact a.btn {
  margin: 0 auto 0.4rem;
}

.flex-contact p {
  line-height: 1.4;
}

figure.logo-contact {
  margin: 0 auto;
  max-width: 240px;
}

@media screen and (min-width: 782px) {
  .flex-contact {
    gap: 0 3.2rem;
  }

  .flex-contact .flex-item {
    -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(32px / 4) * 2));
    flex-basis: calc(calc(100% / 2) - calc(calc(32px / 4) * 2));
  }

  .flex-contact .flex-item:last-of-type {
    padding-top: 4.0rem;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .flex-contact .flex-item:nth-of-type(1)::after {
    display: none;
  }

  .flex-contact .flex-item:nth-of-type(2)::after {
    bottom: auto;
    top: 50%;
    left: -16px;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 1px;
    height: 100%;
  }

  .flex-contact .flex-item:last-of-type::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: calc(100% - 40px);
    height: 1px;
  }

  .flex-contact .btn-group {
    max-width: 280px;
  }
}

@media screen and (min-width: 980px) {
  .flex-contact .btn-group {
    max-width: 360px;
  }

  figure.logo-contact {
    max-width: 280px;
  }
}

@media screen and (min-width: 1120px) {
  .flex-contact {
    gap: 0 4.8rem;
    padding: 6.4rem 2.4rem;
  }

  .flex-contact .flex-item,
  .flex-contact .flex-item:last-of-type {
    -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(48px / 6) * 4));
    flex-basis: calc(calc(100% / 3) - calc(calc(48px / 6) * 4));
  }

  .flex-contact .flex-item:nth-of-type(1),
  .flex-contact .flex-item:nth-of-type(2) {
    padding-bottom: 0;
  }

  .flex-contact .flex-item:last-of-type {
    padding-top: 0;
  }

  .flex-contact .flex-item:nth-of-type(1)::after {
    display: inline-block;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -24px;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 1px;
    height: 100%;
  }

  .flex-contact .flex-item:nth-of-type(2)::after {
    left: auto;
    right: -24px;
  }

  .flex-contact .flex-item:last-of-type::after {
    display: none;
  }
}


/* 全ページ共通 Googleマップセクション
------------------------------------------------------------ */
.section-gmap {
  padding: 0;
}

.section-gmap iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media screen and (min-width: 540px) {
  .section-gmap .embed-container {
    padding-top: 56.25%;
  }
}

@media screen and (min-width: 640px) {
  .section-gmap .embed-container {
    padding-top: 50%;
  }
}

@media screen and (min-width: 782px) {
  .section-gmap .embed-container {
    padding-top: 40%;
  }
}

@media screen and (min-width: 980px) {
  .section-gmap .embed-container {
    padding-top: 35%;
  }
}

@media screen and (min-width: 1120px) {
  .section-gmap .embed-container {
    padding-top: 30%;
  }
}
