@charset "UTF-8";





/*index*/
.index .mainimg {
    width: 100%;
    height: 105rem;
    position: relative;
}
.index .mainimg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.index .mainimg .illust {
    width: 18.38vw;
    max-width: 35.3rem;
    position: absolute;
    right: 11.71vw;
    /*225*/
    bottom: -4rem;
}
.index .mainimg .illust img {
    width: 100%;
}
.index_cnt1 {
    padding: 15rem 0;
}
.index_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    gap: 2.6vw;
    /*5*/
}
.index_cnt1 .inner .col2 .left {
    width: 50%;
    aspect-ratio: 6/6.6;
    overflow: hidden;
}
.index_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1 .inner .col2 .right {
    width: 50%;
}
.index_cnt1 .inner .col2 .right h2 {
    width: fit-content;
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}
.index_cnt1 .inner .col2 .right h2::before {
    content: "Second";
    display: inline-block;
    font-family: "Caveat", cursive;
    font-size: 5.3rem;
    font-weight: 300;
    color: #f3ca1c;
    position: absolute;
    top: -2rem;
    right: 4.16vw;
      z-index: -1;
  
  
    /*8*/
    transform: rotate(-5deg);
}
.index_cnt1 .inner .col2 .right .catch {
    font-size: 2rem;
    font-weight: bold;
    color: #95c750;
    margin: 0 0 5rem;
}
.index_cnt1 .inner .col2 .right p:not(.buttonA) {
    line-height: 2.75;
    margin: 0 0 5rem;
}
.index_cnt1 .inner .col2 .right .buttonA a::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_shop.png) no-repeat;
    width: 1.8rem;
    height: 1.7rem;
    display: inline-block;
}
.index_cnt2 {
    background: #95c750;
    padding: 13rem 0;
}
.index_cnt2 .inner .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 3.5rem;
}
.index_cnt2 .inner .flex .titleA {
    width: fit-content;
}
.index_cnt2 .inner .flex .titleA :is(h2, h3) {
    color: #fff;
}
.index_cnt2 .inner .flex .titleA p {
    color: #fff;
}
.index_cnt2 .inner .flex>p {
    float: right;
    background: #86b642;
    color: #fff;
    border-radius: 6rem;
    padding: 2rem 2.6vw;
    /*5*/
    line-height: 2.75;

}
.index_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.08vw;
    /*4*/
}
.index_cnt2 .inner .grid a:hover {
    text-decoration: none;
}
.index_cnt2 .inner .grid a .dl {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: end;
}
.index_cnt2 .inner .grid a .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    position: relative;
    z-index: 2;
    padding: 1vw 1.5625vw 1.82vw 1.5625vw;
    /*3*/
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 3;
}
.index_cnt2 .inner .grid a .eng {
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 2;
    padding: 0 1.5625vw;
    /*3*/
    align-self: end;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.index_cnt2 .inner .grid a .eng .arrow {
    display: grid;
    align-items: center;
    width: fit-content;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 1.5em;
    height: 4rem;
    background: #95c750;
    color: #fff;
    border-radius: 2rem;
    border: 0.1rem solid #000;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.index_cnt2 .inner .grid a .eng .arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background: #000;
    position: absolute;
    left: -100%;
    z-index: -1;
}
.index_cnt2 .inner .grid a:hover .eng .arrow {
    color: #fff;
    position: relative;
}
.index_cnt2 .inner .grid a:hover .eng .arrow::before {
    left: 0;
    transition: 0.5s;
}
.index_cnt2 .inner .grid a .pic {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    aspect-ratio: 5.8/4.5;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.index_cnt2 .inner .grid a .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.index_cnt2 .inner .grid a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index_cnt2 .inner .grid a:hover .pic img {
    transform: scale(1.1);
    transition: 0.5s;
}
.index_cnt3 {
    padding: 18rem 0;
}
.index_cnt3 .inner .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5rem;
}
.index_cnt3 .inner .flex .titleA p {}
.index_cnt3 .inner .webgene-blog {
    width: 95%;
    max-width: 164rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    gap: 1rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
    text-decoration: underline;
}
.index_cnt3 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.6rem;
    display: grid;
    align-items: center;
}
.index_cnt3 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
    align-items: center;
    background: #f3ca1c;
    border: 0.1rem solid #000;
    border-radius: 1.3rem;
    width: fit-content;
    height: 2.6rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    aspect-ratio: 4/3;
    border-radius: 0.5rem;
    overflow: hidden;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.index_cnt4 {
    padding: 15rem 0 0;
    background: #9aa5a2;
}
.index_cnt4 .inner .col2 {
    display: flex;
    gap: 3.125vw;
    /*6*/
}
.index_cnt4 .inner .col2 .left {
    width: 50%;
    position: relative;
}
.index_cnt4 .inner .col2 .left .pic {
    width: 100%;
    aspect-ratio: 5.5/4.6;
    border-radius: 1rem;
    overflow: hidden;
}
.index_cnt4 .inner .col2 .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt4 .inner .col2 .left .illust {
    width: 11.829vw;
    /*22.7*/
    max-width: 35.3rem;
    position: absolute;
    right: -1.5625vw;
    /*3*/
    bottom: -4.5rem;
  z-index: 2;
}
.index_cnt4 .inner .col2 .left .illust img {
    width: 100%;
}
.index_cnt4 .inner .col2 .right {
    width: 50%;
}
.index_cnt4 .inner .col2 .right .titleA {
    margin: 0 0 5rem;
}
.index_cnt4 .inner .col2 .right .titleA p {
    color: #fff;
}
.index_cnt4 .inner .col2 .right>p:not(.buttonA) {
    line-height: 2.75;
    margin: 0 0 5rem;
}
.index_cnt4 .marquee {
    font-size: 9.5rem;
    font-weight: 900;
    line-height: 1;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    position: relative;
}

.index_cnt4 .marquee p {
    font-size: 20rem;
    font-family: "Roboto Condensed", sans-serif;
    color: #f9d643;
    text-shadow: 0 0 0.3rem #000;
    line-height: 1 !important;
    white-space: pre;
    /*
    display: block;
    position: absolute;
    animation: marquee 25s linear infinite;
    z-index: 2;*/
}
.index_cnt5 {
    padding: 18rem 0 38rem;
}
.index_cnt5 .inner .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_cnt5 .inner .flex .titleA p {}
.index_cnt5 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.index_cnt5 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01 {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01:hover {
    opacity: 0.7;
}
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01 img,
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01 video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01>span {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01>img+span,
.index_cnt5 .inner .webgene-blog .webgene-item .imgBx01>video+span {
    display: none;
}
.index_cnt5 .inner .webgene-item-main-video {
    display: block;
    width: auto;
    max-width: 100%;
}
.index_cnt5 .inner .webgene-item .dayTxt {
    font-size: .85em;
}
.index_cnt5 .inner .webgene-item .snsTit {
    font-size: 1em;
    font-weight: normal;
}




/*about*/
.about_cnt1 {
    padding: 10rem 0;
}
.about_cnt1 .inner {
    position: relative;
}
.about_cnt1 .inner .titleA {
    margin: 0 0 10rem;
}

.about_cnt1 .inner h4 {
    width: fit-content;
    font-size: 4.3rem;
    font-weight: bold;
    margin: 0 0 3rem;
    letter-spacing: 0.04em;
    position: relative;
}
.about_cnt1 .inner h4::after {
    content: "Second";
    display: inline-block;
    font-family: "Caveat", cursive;
    font-size: 5.3rem;
    color: #f3ca1c;
    transform: rotate(-5deg);
    position: absolute;
    right: 1.04vw;
    /*2*/
    top: -0.9em;
    z-index: -1;
}
.about_cnt1 .inner>p:not(.buttonA) {
    line-height: 2.75;
    padding: 0 13vw 0 0;
    /*25*/
}
.about_cnt1 .inner .illust {
    width: 12.239vw;
    /*23.5*/
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_cnt1 .inner .illust img {
    width: 100%;
}
.about_cnt2 {
    width: 95%;
    max-width: 164rem;
    background: #9aa5a2;
    margin: 0 auto 33rem;
    border-radius: 1rem;
    padding: 9rem 0;
}
.about_cnt2 .inner .titleA {
    margin: 0 0 9rem;
}
.about_cnt2 .inner .titleA * {
    color: #fff;
}
.about_cnt2 .inner .col2 {
    display: flex;
    gap: 3.125vw;
    /*6*/
}
.about_cnt2 .inner .col2:not(:last-of-type) {
    margin: 0 auto 18rem;
}
.about_cnt2 .inner .col2 .left {
    width: 55%;
}
.about_cnt2 .inner .col2 .left h4 {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 5rem;
    position: relative;
    z-index: 2;
}
.about_cnt2 .inner .col2 .left h4::after {
    content: "";
    display: inline-block;
    font-family: "Caveat", cursive;
    font-size: 5.3rem;
    font-weight: 300;
    color: #f3ca1c;
    transform: rotate(-5deg);
    position: absolute;
    left: -2.08vw;
    /*4*/
    top: -0.75em;
    z-index: -1;
}
.about_cnt2 .inner .col2:nth-of-type(2) .left h4::after {
    content: "Point01";
}
.about_cnt2 .inner .col2:nth-of-type(3) .left h4::after {
    content: "Point02";
}
.about_cnt2 .inner .col2:nth-of-type(4) .left h4::after {
    content: "Point03";
}
.about_cnt2 .inner .col2 .left p {
    color: black;
    line-height: 2.75;
}
.about_cnt2 .inner .col2 .left h5 {
    font-weight: bold;
    width: fit-content;
    min-height: 3.6rem;
    background: #f3ca1c;
    border: 0.1rem solid #000;
    border-radius: 1.8rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    margin: 7rem 0 3rem;
}
.about_cnt2 .inner .col2 .right {
    width: 45%;
}
.about_cnt2 .inner .col2 .right .pic1 {
    width: 95%;
    aspect-ratio: 4.8/3.45;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 0 3rem auto;
}
.about_cnt2 .inner .col2 .right .pic2 {
    width: 85%;
    aspect-ratio: 4.8/3.45;
    border-radius: 0.5rem;
    overflow: hidden;
}
.about_cnt2 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_cnt2 .inner .col2:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.about_cnt2 .inner .col2:nth-of-type(odd) .right .pic1 {
    margin: 0 auto 3rem 0;
}
.about_cnt2 .inner .col2:nth-of-type(odd) .right .pic2 {
    margin: 0 0 0 auto;
}
.about_cnt2 .inner .col2:nth-of-type(4) .right .pic1 {
    margin: 0 auto 3rem 0;
}
.about_cnt2 .inner .col2:nth-of-type(4) .right .pic2 {
    margin: 0 0 0 auto;
}




/*bodywork & maintenance & sales & other*/
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) {
    padding: 10rem 0;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 {
    display: flex;
    gap: 3.125vw;
    /*6*/
    align-items: center;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left {
    width: 57.5%;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left h3 {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 2rem;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 5rem;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left .li {
    font-weight: bold;
    color: #fff;
    list-style: none;
    width: fit-content;
    min-height: 3.6rem;
    border-radius: 1.8rem;
    display: grid;
    align-items: center;
    padding: 0 1em;
    background: #95c750;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left>p {
    line-height: 2.75;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .right {
    width: 47.5%;
}
:is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) {
    width: 95%;
    max-width: 164rem;
    margin: auto;
    background: #9aa5a2;
    border-radius: 1rem;
    padding: 10rem 0;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .titleA {
    margin: 0 0 10rem;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .titleA p {
    color: #fff;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set {
    padding: 0 0 8rem;
    margin: 0 0 8rem;
    border-bottom: 0.1rem solid #000;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left {
    width: 62%;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left h4 {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 3rem;
    position: relative;
    z-index: 2;
      color: white;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left h4 span {
    font-size: 3rem;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left h4::before {
    content: "";
    display: inline-block;
    font-family: "Caveat", cursive;
    font-size: 5.3rem;
    font-weight: 300;
    color: #f3ca1c;
    transform: rotate(-5deg);
    position: absolute;
    left: -1.5625vw;
    /*3*/
    top: -0.8em;
    z-index: -1;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(2) .col2 .left h4::before {
    content: "Service01";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(3) .col2 .left h4::before {
    content: "Service02";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(4) .col2 .left h4::before {
    content: "Service03";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(5) .col2 .left h4::before {
    content: "Service04";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(6) .col2 .left h4::before {
    content: "Service05";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(7) .col2 .left h4::before {
    content: "Service06";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set:nth-of-type(8) .col2 .left h4::before {
    content: "Service07";
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left p {
    line-height: 2.75;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .right {
    width: 38%;
    aspect-ratio: 4.3/3.1;
    border-radius: 0.5rem;
    overflow: hidden;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set h5 {
    font-weight: bold;
    width: fit-content;
    min-height: 3.6rem;
    background: #f9da54;
    border: 0.1rem solid #000;
    border-radius: 1.8rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    margin: 7rem 0 3rem;
    font-size: 1.5rem;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set>p {
    line-height: 2.75;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .scroll {
    width: 100%;
    overflow-x: auto;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .scroll .table {
    width: 100%;
    min-width: 100rem;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .tr {
    display: grid;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set :is(.th, .td) {
    min-height: 4rem;
    display: grid;
    align-items: center;
    border-left: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
    padding: 0 1.0vw;
    /*4*/
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .th {
    background: #898b8d;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .thead .th:not(:first-of-type) {
    text-align: center;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .td {
    text-align: center;
    background: #fff;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .thead {}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .thead .th {
    border-top: 0.1rem solid #000;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .tbody {}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 .thead .th {
    font-size: initial;
    background: #95c751;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 .tr {
    grid-template-columns: repeat(6, 1fr);
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 :is(.th, .td):last-of-type {
    border-right: 0.1rem solid #000;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 .price {
    grid-column: 2/7;
    font-size: 2.45rem;
    font-weight: bold;
    color: #cb2914;
    display: flex;
    justify-content: center;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 .price span {
    font-size: 2rem;
    font-weight: initial;
    color: initial;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl1 .tfoot :is(.th, .td) {
    background: #95c751;
    color: #fff;
}

:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl2 .tr {
    grid-template-columns: repeat(3, 1fr);
}
:is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .table.tbl3 .tr {
    grid-template-columns: repeat(7, 1fr);
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
    background: #fff;
    border-radius: 0.5rem;
    padding: clamp(2rem, 1.5625vw, 3rem) clamp(2rem, 2.6vw, 5rem);
    /*3 5*/
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left {
    width: 62%;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left h4 {
    font-size: 4.36rem;
    font-weight: bold;
    margin: 0 0 3rem;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left p {
    line-height: 2.75;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left .goonet {
    width: 18.229vw;
    /*35*/
    height: 6rem;
    border-radius: 3rem;
    background: #f4f4f4;
    border: 0.1rem solid #000;
    margin: 5rem 0 0;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left .goonet img {
    width: 100%;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left .goonet a {
    display: grid;
    width: 100%;
    height: inherit;
    align-items: center;
    justify-content: center;
}


:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .right {
    width: 38%;
    position: relative;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .right .pic {
    width: 100%;
    aspect-ratio: 4.3/3.1;
    border-radius: 0.5rem;
    overflow: hidden;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .right .illust {
    width:7.1875vw ;
    max-width: 13.8rem;
    min-width: 8rem;
    position: absolute;
    right: -2.08vw;
    /*4*/
    bottom: -2.6vw;
}
:is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) {
    padding: 16rem 0 36rem;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5rem;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog {
    width: 95%;
    max-width: 164rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    gap: 1rem;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .dt a {
    color: inherit;
    text-decoration: underline;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.6rem;
    display: grid;
    align-items: center;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
    align-items: center;
    background: #f3ca1c;
    border: 0.1rem solid #000;
    border-radius: 1.3rem;
    width: fit-content;
    height: 2.6rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    aspect-ratio: 4/3;
    border-radius: 0.5rem;
    overflow: hidden;
}
:is(.bodywork_cnt3, .maintenance_cnt3, .sales_cnt3, .other_cnt3) .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





/*maintenance*/
.maintenance_cnt2 {
    margin: 0 auto 30rem;
}



/*sales*/
.sales_cnt2 {
    background: #fff;
}
.sales_cnt2 .inner .titleA {
    margin: 0 0 5rem;
}
.sales_cnt2 .inner>.pic {
    width: 100%;
    height: 40rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto 3rem;
}
.sales_cnt2 .inner > .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sales_cnt2 .inner h4 {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 3rem;
    position: relative;
    z-index: 2;
}
.sales_cnt2 .inner>p {
    line-height: 2.75;
    margin: 0 auto 12rem;
}
.sales_cnt2 .inner .title {
    width: fit-content;
    margin: 0 auto 5rem;
    position: relative;
}
.sales_cnt2 .inner .title h5 {
    font-weight: bold;
    width: fit-content;
    min-height: 3.6rem;
    background: #f9da54;
    border: 0.1rem solid #000;
    border-radius: 1.8rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
}
.sales_cnt2 .inner .title .illust {
    content: "";
    width: 5.9375vw;/*11.4*/
    max-width: 11.4rem;
    min-width: 8rem;
    position: absolute;
    top: -4.08vw;
    /*8*/
    right: -4.08vw;
}
.sales_cnt2 .inner .title .illust img {
    width: 100%;
}
.sales_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.08vw;
    /*4*/
    margin: 0 auto 9rem;
}
.sales_cnt2 .inner .grid .dl {
    padding: clamp(2rem, 2.08vw, 4rem) clamp(2rem, 1.5625vw, 3rem);
    background: #f4f4f4;
    border: 0.1rem solid #000;
    border-radius: 1rem;
}
.sales_cnt2 .inner .grid .dt {
    font-size: 2.1rem;
    font-weight: bold;
    padding: 0 0 2rem;
    border-bottom: 0.1rem solid #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 2rem;
}
.sales_cnt2 .inner .grid .dt::before {
    content: "Q.";
    font-size: 4rem;
    font-weight: bold;
    color: #f3ca1c;
    -webkit-text-stroke: 0.1rem #000;
}
.sales_cnt2 .inner .grid .dd {
    line-height: 2.75;
}
.sales_cnt2 .inner .col2b {
    background: #95c750;
}
.sales_cnt2 .inner .col2b .left h4 {
    color: #fff;
}
.sales_cnt2 .inner .col2b .left p {
    color: #fff;
}
.sales_cnt2 .inner .col2b .right .pic {
    aspect-ratio: 4/2.8;
}





/*othe*/
.other_cnt2 {
    margin: 0 auto 30rem;
}
.other_cnt2 .inner .col2b {
    background: #95c750;
}
.other_cnt2 .inner .col2b .left h4 {
    color: #fff;
}
.other_cnt2 .inner .col2b .left p {
    color: #fff;
}
.other_cnt2 .inner .col2b .right .pic {
    aspect-ratio: 4/2.8;
}






/*works&worksdetail共通*/
:is(.works_cnt1, .worksdetail_cnt1) {
    padding: 8rem 0;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner {
    width: 80%;
    max-width: 120rem;
    margin: auto;
    display: flex;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: initial;
    margin: initial;
    width: 10%;
    height: 4rem;
    display: grid;
    align-items: center;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item p {
    width: fit-content;
    min-width: 19rem;
    height: 4rem;
    border-radius: 2rem;
    border: 0.1rem solid #000;
    background: #95c750;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item a {
    font-weight: bold;
    width: 100%;
    height: inherit;
    display: grid;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 1em;
    color: inherit;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item a::after {
    content: "→";
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 1rem;
}


/*works*/
.works_cnt2 {
    margin: 0 auto 33rem;
}
.works_cnt2 .inner {
    width: 80%;
    max-width: 120rem;
    margin: auto;
}
.works_cnt2 .inner .webgene-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6rem 2rem;
}
.works_cnt2 .inner .webgene-blog .webgene-item {}
.works_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 1rem;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    aspect-ratio: 4/3;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.works_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.6rem;
    display: grid;
    align-items: center;
}
.works_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.6rem;
    background: #f3ca1c;
    border-radius: 1.3rem;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
    margin: 0 0 0 auto;
}
.works_cnt2 .inner .buttonA {
    margin: auto;
}

.webgene-pagination {
    grid-column: 1/4;
    /*display: flex;
    width: 100%;
    padding: 7rem 26.5%;
    align-content: center;
    justify-content: space-between;
    margin:auto;*/
}

.webgene-pagination ul {
    width: fit-content;
    display: flex;
    margin: 12rem auto 0;
}
.webgene-pagination ul li {
    font-size: 1.7rem;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    list-style: none;
}
.webgene-pagination .prev {
    margin: 0 5rem 0 0;
}
.webgene-pagination .next {
    margin: 0 0 0 5rem;
}
.webgene-pagination :is(.prev a, .next a) {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #cdcdcd;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #cdcdcd;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #0f0b09;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
    color: #fff;
}
.webgene-pagination ul .number a {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}





/*worksdetail*/
.worksdetail_cnt2 {
    width: 95%;
    max-width: 164rem;
    margin:0 auto 33rem;
    padding: 8rem 0 ;
    background: #fff;
}
.worksdetail_cnt2 .inner{
    max-width: 100rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item {
    margin: 0 auto 6rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    align-items: center;
    font-size: 3.5rem;
    padding: 0 0 2rem;
    border-bottom: 0.1rem solid #000;
    width: 100%;
    margin: 0 0 1rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 2.6rem;
    display: grid;
    align-items: center;
    margin: 0 0 0 10em;
    line-height: 1;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    min-height: 2.6rem;
    background: #f3ca1c;
    padding: 0 2em;
    border: 0.1rem solid #000;
    border-radius: 1.3rem;
    font-size: 1.4rem;
    line-height: 1;
    display: grid;
    align-items: center;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cate p {
    line-height: 1;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.75;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1/2;
    width: 100%;
    aspect-ratio: 10/6.4;
    border-radius: 0.5rem;
    overflow: hidden;

}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic .slider {}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic .slick-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic .thumbnail-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin: 0.5rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: cover;
    object-position: center;
}
.worksdetail_cnt2 .inner .buttonA {
    text-align: center;
    margin: auto;
}





/*shop*/
.shop_cnt1 {
    padding: 9rem 0;
}
.shop_cnt1 .inner .titleA {
    display: grid;
    justify-content: center;
    margin: 0 auto 9rem;
}
.shop_cnt1 .inner .titleA h3{
    grid-row: 2/3;
}
.shop_cnt1 .inner .titleA *{
    text-align: center;
}
.shop_cnt1 .inner .col2 {
    width: 90%;
    max-width: 100rem;
    margin: 0 auto 6rem;
    display: flex;
    gap: 2.6vw;
}
.shop_cnt1 .inner .col2 .left {
    width: 42%;
}
.shop_cnt1 .inner .col2 .left .logo {
    width: fit-content;
    margin: 0 0 2rem;
}
.shop_cnt1 .inner .col2 .left .logo img {
    width: 100%;
}
.shop_cnt1 .inner .col2 .left>p {
    line-height: 2.75;
    margin: 0 0 3rem;
}
.shop_cnt1 .inner .col2 .left .dl {
    width: 100%;
    min-height: 4rem;
    display: flex;
    align-items: center;
}
.shop_cnt1 .inner .left .dt {
    width: 10%;
    min-width: 7em;
    position: relative;
}
.shop_cnt1 .inner .left .dt p::after {
    content: "：";
    position: absolute;
    right: 0;
}
.shop_cnt1 .inner .left .dd {
    width: 85%;
}
.shop_cnt1 .inner .col2 .right {
    width: 58%;
    position: relative;
}
.shop_cnt1 .inner .col2 .right .pic {
    width: 100%;
    aspect-ratio: 5.6/4.2;
    overflow: hidden;
}
.shop_cnt1 .inner .col2 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shop_cnt1 .inner .col2 .right .illust {
    width: 14.375vw;
    /*27.6*/
    position: absolute;
    right: -4.16vw;
    /*8*/
    bottom: -1.5625vw;
    /*3*/
}
.shop_cnt1 .inner .col2 .right .illust img {
    width: 100%;
}
.shop_cnt1 .inner .map {
    width: 100%;
    height: 30rem;
    margin: 0 auto 9rem;
    border-radius: 1rem;
    overflow: hidden;
}
.shop_cnt1 .inner .map iframe {
    width: 100%;
    height: inherit;
    border: none;
}
.shop_cnt1 .slider {
    width: 100%;
}
.shop_cnt1 .slider .pic {
    width: 100%;
    aspect-ratio: 3.4/2.2;
    overflow: hidden;
    margin: 0 0.5rem;
}
.shop_cnt1 .slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shop_cnt2 {
    padding: 9rem 0 38rem;
}
.shop_cnt2 .inner .titleA {
    margin: 0 0 9rem;
}
.shop_cnt2 .inner .dl {
    width: 100%;
    min-height: 6.5rem;
    border-bottom: 0.1rem solid #000;
    display: flex;
    align-items: center;
}
.shop_cnt2 .inner .dt {
    width: 15%;
    min-width: 10em;
    padding: 0 1em;
}
.shop_cnt2 .inner .dd {
    width: 85%;
}




/*contact*/
.contact_cnt1 {
    padding: 8rem 0 6.5rem;
}
.contact_cnt1 .inner>p {
    line-height: 2.75;
    margin: 0 0 3rem;
}
.contact_cnt1 .inner .col2 {
    display: flex;
    gap: 2.6vw;
    /*5*/
}
.contact_cnt1 .inner .col2 :is(.left, .right) {
    width: 50%;
    background: #f4f4f4;
    border-radius: 1rem;
    padding: clamp(2rem, 1.5625vw, 3rem);
    border: 0.1rem solid #000;
}
.contact_cnt1 .inner .col2 .left .tel {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
}
.contact_cnt1 .inner .col2 .left .tel a {
    align-items: center;
}
.contact_cnt1 .inner .col2 .left .tel a::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
}
.contact_cnt1 .inner .col2 .left .time {
    font-size: 1.8rem;
    border-bottom: 0.1rem solid #000;
    padding: 0 0 0.5rem;
    margin: 0 auto 1rem;
}
.contact_cnt1 .inner .col2 .left p {
    text-align: center;
    line-height: 2.75;
}
.contact_cnt1 .inner .col2 .left a {
    color: inherit;
}
.contact_cnt1 .inner .col2 .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.contact_cnt1 .inner .col2 .right p {
    font-size: 3rem;
}
.contact_cnt2 {
    width: 95%;
    max-width: 164rem;
    margin: 0 auto 30rem;
    background: #fff;
    border-radius: 1rem;
    padding: 6.5rem 0 26.5rem;
}
.contact_cnt2 .inner>p {
    line-height: 2.75;
}
form .dl {
    width: 100%;
    min-height: 5.2rem;
    display: flex;
    align-items: start;
    border-bottom: 0.1rem solid #000;
}
form .dl .dt {
    align-self: stretch;
    width: 25%;
    min-height: inherit;
    padding: 0.5rem 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form .dt .required {
    font-size: 1.4rem;
    align-items: center;
    background: #f3ca1c;
    border: 0.1rem solid #000;
    border-radius: 1.3rem;
    width: fit-content;
    height: 2.6rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
}
form .dl .dd {
    align-self: stretch;
    width: 75%;
    min-height: inherit;
    padding: 0.5rem 0;
}
form .dl .dd p {
    min-height: inherit;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0.1rem solid #000;
    border-radius: 0.5rem;
    background: #f4f4f4;
}
form textarea {
    height: 20rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 0 1em;
}
form select {}
form .dl .dd .radioArea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1.5625vw;
    /*3*/
}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #e6e6e6;
    border: 0.1rem solid #000;
    border-radius: 0.5rem;
    padding: clamp(2rem, 2.08vw, 4rem);
    height: 33rem;
    overflow-y: scroll;
    margin: 0.5rem 0 5rem 0;
}
form .terms p {
    line-height: 2.35;
}
form .col {

    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto 8rem;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
}
form button {
    -webkit-appearance: none;
    display: block;
    margin: auto;
    background: none;
    border: none;
    cursor: pointer;
}

.h1762243509259{
  font-size:1.8rem;
}

.maintenance_cnt2 .inner .set .th {
  font-size:1.5rem;
}

.shop_cnt1 .inner .col2 .left. license {
    width: 50%;
}

.shop_cnt1 .inner .col2 .license{
    align-items: center; 
  text-align: center; 
}

.shop_cnt2 .inner .dd {
    line-height: 1.5;
}

@media screen and (min-width:1025px) and ( max-width:1500px) {
.about_cnt2 .inner .col2 .left h4 {
    font-size: 3.6rem;
}
  :is(.bodywork_cnt2, .maintenance_cnt2, .other_cnt2) .inner .set .col2 .left h4 ,
  :is(.bodywork_cnt2, .maintenance_cnt2, .sales_cnt2, .other_cnt2) .inner .col2b .left h4,
  .sales_cnt2 .inner h4 {
    font-size: 3.6rem;
  }
  .maintitle p {
    font-size: 5.3rem;
  }
  :is(.bodywork_cnt1, .maintenance_cnt1, .sales_cnt1, .other_cnt1) .inner .col2 .left h3 {
    font-size: 3.7rem;
  }
  .footer .inner>.col2 .left .link .goonet {
    width: 15.41vw;
  }
 
}
@media screen and (min-width:1025px) {
.brdisplaynone br{
  display:none;
}
}