@charset "UTF-8";

/* 下層ページ　共通mv */
.c-page-mv {
    padding-top: 120px;
}
.c-page-mv .layout01 {
    position: relative;
}
.c-page-mv .layout01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    border-radius: 60px 0 0 60px;
}
.c-page-mv .layout01 .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.c-page-mv .layout-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 450px;
}
.c-page-mv .sub-t01 {
    font-size: clamp(36px, 10vw, 72px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-shadow: 0 0 6px #fff, 0 0 5px #fff;
}
.c-page-mv .c-t02 {
    color: #000;
    text-shadow: 0 0 6px #fff, 0 0 5px #fff;
}
/* 下層ページ　mv画像 */
.page-company .c-page-mv .layout01::before {
    background-image: url(..//images/sub/p-mv-company.jpg);
}
.page-service .c-page-mv .layout01::before {
    background-image: url(..//images/sub/p-mv-service.jpg);
}
.page-business .c-page-mv .layout01::before {
    background-image: url(..//images/sub/p-mv-business.jpg);
}
.page-contact .c-page-mv .layout01::before {
    background-image: url(..//images/sub/p-mv-contact.jpg);
}
@media screen and (max-width: 1024px) {
    .c-page-mv .layout-inner {
        height: 350px;
    }
}
@media screen and (max-width: 960px) {
.c-page-mv {
    padding-top: 90px;
}
.c-page-mv .sub-t01 {
    font-size: clamp(36px, 10vw, 56px);
}
}
@media screen and (max-width: 767px) {
    .c-page-mv .layout01::before {
        width: 75vw;
    }
    .page-company .c-page-mv .layout01::before {
        background-position: right center;
    }
    .page-service .c-page-mv .layout01::before {
        background-position: 70% center;
    }
}
@media screen and (max-width: 430px) {
    .c-page-mv .layout-inner {
        height: 250px;
    }
}


/* 共通 page-lead */
.c-page-lead .content {
    text-align: center;
}
.page-business .c-page-lead .c-t02 {
    color: #000;
}

/* 共通　事業内容 cp-business */
.cp-business {
    margin-bottom: 80px;
}
.cp-business ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1150px) {
    .cp-business ul {
        column-gap: 20px;
    }
    .cp-business .c-t03 .ja {
        font-size: 20px;
    }    
    .cp-business .c-t03 .en {
        font-size: 11px;
    }
}
@media screen and (max-width: 960px) {
    .cp-business ul {
        column-gap: 40px;
        grid-template-columns: repeat(2, 2fr);
    }   
}
@media screen and (max-width: 767px) {
    .cp-business ul {
        column-gap: 20px;
    }
}
@media screen and (max-width: 650px) {
    .cp-business ul {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }    
    .cp-business .c-t03 .ja {
        font-size: 24px;
    }    
    .cp-business .c-t03 .en {
        font-size: 13px;
    }
}
@media screen and (max-width: 430px) {
    .cp-business .c-t03 .ja {
        font-size: 20px;
    }    
    .cp-business .c-t03 .en {
        font-size: 11px;
    }
}

/* 車検・アフターサービス lead */
.page-service .c-page-lead .text-area br {
    display: block;
}
@media screen and (max-width: 960px) {
    .page-service .c-page-lead .text-area {
        text-align: left;
    }    
    .page-service .c-page-lead .text-area br {
        display: none;
    }
}
@media screen and (max-width: 430px) {
    .page-service .c-page-lead .c-t02 {
        font-size: 20px;
        letter-spacing: .5px;
    }
}

/* 車検・アフターサービス service */
.p-service ul  {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.p-service ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}
.p-service ul li .text-area {
    padding-top: 20px;
}
.p-service ul li.reverse .img-area {
    grid-column: 2;
}
.p-service ul li.reverse .text-area {
    grid-column: 1;
    grid-row: 1;
}
.p-service .img-area {
    overflow: hidden;
    border-radius: 30px;
}
@media screen and (max-width: 1024px) {
    .p-service ul  {
        display: flex;
    }
    .p-service ul li {
        column-gap: 20px;
    }
    .p-service ul li .text-area {
        padding-top: 0px;
    }
    .p-service ul li .c-t02 {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .p-service ul li {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
}

/* 事業案内 lead */
@media screen and (max-width: 1060px) {
    .page-business .c-page-lead .text-area {
        text-align: left;
    }
}

/* 事業案内 sales */
.p-sales .container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.p-sales .sidebar {
  position: sticky;
  top: 100px;
  width: 350px;
}
.p-sales .sidebar ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.p-sales .sidebar ul li {
    font-size: 18px;
    font-weight: 800;
    padding-left: 25px;
    position: relative;
}
.p-sales .sidebar ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
}
.p-sales .sidebar ul li a {
    transition: all 0.3s;
}
.p-sales .sidebar ul li a:hover {
    color: #E67832;
}
.p-sales .sidebar ul li br {
    display: none;
}
.p-sales .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.p-sales .sub-t-area {
    margin-bottom: 20px;
}
.p-sales .sub-t-area .ja {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}
.p-sales .sub-t-area .en {
    font-size: 18px;
    color: #E67832;
    letter-spacing: 2px;
}
.p-sales .img-area {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-sales #sales1 .img-area {
    background-image: url("..//images/sub/bu-sales01.jpg");
}
.p-sales #sales2 .img-area {
    background-image: url("..//images/sub/bu-sales02.jpg");
}
.p-sales #sales3 .img-area {
    background-image: url("..//images/sub/bu-sales03.jpg");
}
.p-sales #sales4 .img-area {
    background-image: url("..//images/sub/bu-sales04.jpg");
}
.p-sales #sales5 .img-area {
    background-image: url("..//images/sub/bu-sales05.jpg");
}
.p-sales #sales6 .img-area {
    background-image: url("..//images/sub/bu-sales06.jpg");
}
.p-sales .text-area {
    margin-bottom: 40px;
}
.p-sales .c-t02 {
    color: #000;
    margin-bottom: 10px;
}
.p-sales .link-area {
    display: flex;
    column-gap: 40px;
    margin: 0 auto 30px;
    justify-content: center;
    width: 100%;
}
.p-sales .link-area a {
  transition: transform 0.3s, opacity 0.3s;
}
.p-sales .link-area a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.p-sales .bold {
    font-weight: 800;
}
.p-sales .sales2-br {
    display: none;
}
@media screen and (max-width: 1024px) {
    .p-sales .container {
        gap: 30px;
    }
    .p-sales .sidebar {
        width: 250px;
    }
    .p-sales .content {
        row-gap: 50px;
    }
    .p-sales .sub-t-area .ja {
        font-size: 28px;
    }
    .p-sales .sub-t-area .en {
        font-size: 16px;
    }
    .p-sales .c-t02 {
        font-size: 24px;
    }
    .p-sales .text-area {
        margin-bottom: 20px;
    }
    .p-sales .link-area {
        column-gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-sales .sidebar {
        width: 200px;
    }
    .p-sales .sidebar ul li {
        font-size: 15px;
        letter-spacing: .3px;
    }
    .p-sales .sub-t-area .ja {
        font-size: 21px;
    }
    .p-sales .sub-t-area .en {
        font-size: 12px;
    }
    .p-sales .img-area {
        height: 200px;
    }
    .p-sales .c-t02 {
        font-size: 18px;
    }    
    .p-sales .link-area {
        flex-direction: column;
        width: 230px;
        margin: 0 auto 30px;
        row-gap: 15px;
    }
}
@media screen and (max-width: 550px) {    
    .p-sales .container {
        gap: 15px;
    }
    .p-sales .sidebar {
       display: none;
    }    
    .p-sales .sub-t-area .ja {
        font-size: 24px;
    }    
    .p-sales .sub-t-area .en {
        font-size: 14px;
    }    
    .p-sales .c-t02 {
        font-size: 20px;
    }
}


/* 会社案内 message */
.p-message .content {
    display: grid;
    grid-template-columns: 370px auto;
    column-gap: 50px;
}
.p-message .img-area {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-image: url("../images/sub/co-message.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
.p-message .text-area {
    padding: 40px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
.p-message .name {
    text-align: right;
}
.p-message .name span {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
@media screen and (max-width: 1024px) {
    .p-message .content {
        column-gap: 30px;
    }
    .p-message .text-area {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .p-message .content {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .p-message .img-area {
        aspect-ratio: 16 / 9;
    }
}
@media screen and (max-width: 430px) {
    .p-message .img-area {
        aspect-ratio: 4 / 3;
    }
}

/* 会社案内 profile */
.p-profile .info-table {
    width: 100%;
    margin-bottom: 60px;
}
.p-profile .info-table th {
    padding: 20px 0;
    border-top: 1px solid #000;
}
.p-profile .info-table td {
    padding: 20px 0;
    border-top: 1px solid #B9B9B9;
}
.p-profile .info-table th {
    width: 20%;
    text-align: left;
    vertical-align: middle;
    padding-left: 40px;
    font-weight: 400;
}
.p-profile .info-table tr:last-child th {
    border-bottom: 1px solid #000;
}
.p-profile .info-table tr:last-child td {
    border-bottom: 1px solid #B9B9B9;
}
.p-profile .info-table td {
    font-size: 16px;
    text-align: left;
    padding-left: 50px;
    padding-right: 30px;
}
.p-profile .p-br {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-profile .info-table th,.p-profile .info-table td {
        padding: 10px 0;
        font-size: 14px;
    }
    .p-profile .info-table td {
        padding-left: 20px;
    }
}
@media screen and (max-width: 600px) {
   .p-profile .info-table th,
   .p-profile .info-table td {
        display: block;
        width: 100%;
        padding: 5px 0;
   }
.p-profile .info-table tr:last-child th {
        border-bottom: 0px;
    }
    .p-profile .info-table td {
        padding-left: 15px;
    }
    .p-profile .info-table tr:last-child td {
        border-bottom: 1px solid #000;
    }
}
@media screen and (max-width: 430px) {
    .p-profile .p-br {
        display: block;
    }
}


/* お問い合わせ contact */
.p-note .text-area {
  text-align: center;
}
.p-contact {
    margin-bottom: 0;
}
.p-contact-form {
  padding: 0px 50px;
}
.p-contact-form .form-list {
    margin-bottom: 50px;
}
.form-item {
  display: flex;
  padding: 20px 0;
}
.form-item dt {
  width: 20%;
  font-weight: 800;
  font-size: 15px;
  padding-top: 10px;
}
.form-item dd {
  width: 80%;
  margin: 0;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.form-item textarea {
  resize: vertical;
}
.p-contact .btn-area .btn {
    width: 200px;
}
@media screen and (max-width: 767px) {
  .p-note .text-area {
    text-align: left;
  }
  .p-note .text-area br {
    display: none;
  }
  .p-contact-form {
    padding: 0px;
  }
  .p-contact-form .form-list {
    margin-bottom: 30px;
  }
  .form-item {
    flex-direction: column;
    padding: 0;
  }
  .form-item dt, .form-item dd {
    width: 100%;
  }
  .form-item dt {
    margin-bottom: 5px;
  }
  .form-item input[type="text"],.form-item input[type="email"],.form-item input[type="tel"],.form-item textarea {
    font-size: 14px;
  }
}