/* * {
    outline: 2px red solid;
} */

/* html {
    scrollbar-gutter: stable;
}

html:has(dialog:modal) {
    overflow: hidden;
} */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* @media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .button:hover {
            background-color: #f0f0f0;
        }

        .menu-item:hover {
            color: #ff0000;
        }

        .link:hover {
            text-decoration: underline;
        }
    }
} */

body {
    font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    background-color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}


img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-s {
    width: 80%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 24px !important;
    margin: 0 !important;
}

h2 {
    font-weight: 400 !important;
    letter-spacing: 0.2em !important;
}

.sub-title {
    display: flex;
    flex-direction: column;
}

.sub-title p {
    font-size: 24px;
    letter-spacing: 0.2em;
}

.sub-title-tool {
    width: 5vw;
    margin-bottom: -15px;
}

.sub-title-main {
    width: fit-content;
    height: 4vw;
}

/* ジャンプボタン */
#page_top {
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    background: rgb(242, 82, 20);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    /* 初期状態は透明 */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* フェードアニメーション */
}

#page_top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f077';
    font-size: 40px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 40%;
    left: 50%;
    translate: -50% -50%;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        #page_top:hover::before {
            content: '\f0de';
            font-size: 50px;
            top: 48%;
            color: rgb(255, 255, 255);
            transition: 0.3s;
        }
    }
}

.button-top {
    position: relative;
    top: 50%;
    font-weight: bold;

}

.hamburger {
    display: none;
}

.header-sp_menu {
    display: none;
}

/* ヘッダー */

header {
    position: relative;
    top: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    background-color: #FFFEF6;
    width: 100%;
    transition: 0.1s;
}

.header_title.scroll-nav {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: 1s;
}

.header_title {
    position: fixed;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0%;
    gap: 36px;
}

.header_menu {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #F25214;
    display: flex;
    margin-top: -5vw;
    z-index: 20;
}

.header_logo {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_logo a {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_img {
    width: 5vw;
    height: auto;
}

.header_logo-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_logo-title p {
    font-weight: bold;
}

.header_icon {
    border-radius: 10px;
}


.main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_nav-list {
    display: flex;
    align-items: center;
    font-size: 1.1vw;
    font-weight: bold;
    font-family: Noto Serif JP;
    margin: auto;
    gap: 3vw;
}

.main_nav-item {
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .main_nav-item:hover {
            transform: scale(1.1);
        }
    }
}

.main_nav-item a {
    display: inline-block;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .main_nav-item:hover a {
            transform: scale(1.1);
        }
    }
}

.main_nav-list_button {
    position: absolute;
    right: 10%;
    display: flex;
    align-items: center;
    width: 30vw;
    gap: 20px;
}

.main_nav-list_button li {
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .main_nav-list_button li:hover {
            transform: scale(1.1);
        }
    }
}

.main_nav-list_subbutton {
    display: flex;
    align-items: center;
    width: 30vw;
    gap: 20px;
}

.main_nav-list_subbutton li {
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .main_nav-list_subbutton li:hover {
            transform: scale(1.1);
        }
    }
}

.header_contact-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    text-shadow: 3px 3px 2px #000;
}

.header_contact-telbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_contact-tel_icon {
    color: #fff;
    width: 26px;
    filter: drop-shadow(3px 3px 2px #000);
}


.header_contact-tel span {
    font-size: 24px;
    font-weight: bold;
}

.header_contact-btn-box {
    width: 220px;
}


/* メインビジュアル */
.main_visual-wrap {
    width: 100%;
    height: 640px;
    position: relative;
}

.main_visual-wrap_sp {
    display: none;
}

.main_visual {
    display: flex;
    overflow: hidden;
    z-index: -1;
}

.main_visual_sp {
    display: none;
}

.main_visual img {
    object-fit: cover;
}

.main_visual::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.main_visual-text {
    top: 30%;
    left: 15%;
    position: absolute;
    z-index: 10;
}

.main_visual-catch {
    position: absolute;
    width: 32vw;
    letter-spacing: 0.1em;
    top: 15%;
    left: 25%;
    font-size: 2.8vw;
    font-weight: 700;

}

.main_visual-textbox {
    position: relative;
    width: 20vw;
    height: 15vw;
    border: 2px solid #F25214;
}

.main_visual-since {
    width: 9vw;
    font-weight: 700;
    font-family: Noto Serif JP;
    text-align: center;
    background-color: #F25214;
    letter-spacing: 0.1em;
    padding: 1px 8px;
}

/* 新メインビジュアル */
#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.slide-partial {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 1s ease-in-out;
}

.slide-partial img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease-in-out;
}

.slide-left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

.slide-left img {
    top: 0;
    right: 0;
    object-position: 100% 50%;
    transform: translateX(50%);
}

.slide-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition-delay: 0.2s;
}

.slide-right img {
    top: 0;
    left: 0;
    object-position: 0% 50%;
    transition-delay: 0.2s;
    transform: translateX(-50%);
}

.active .title .title-text {
    transform: translate(0);
    transition-delay: 0.3s;
}

.active .slide-partial,
.active .slide-partial img {
    transform: translateX(0);
}

#slide-select {
    position: absolute;
    bottom: 110px;
    left: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
}

#slide-select li {
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}

#slide-select .prev:hover {
    transform: translateX(-2px);
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        #slide-select .next:hover {
            transform: translateX(2px);
        }
    }
}

.selector {
    height: 14px;
    width: 14px;
    border: 2px solid white;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

.selector.current {
    background-color: white;
}

/* ご挨拶 */
.welcome-container {
    position: relative;
    margin-top: 100px;
}

.welcome-content {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    margin-top: 33px;
}

.welcome-content_img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.welcome-content_img img {
    object-fit: cover;
}

.welcome-text {
    width: 530px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 1.4;
}

.welcome-text span {
    font-size: 19px;
    font-weight: bold;
}

.welcome-text_bottom {
    position: absolute;
    text-align: right;
    font-weight: bold;
    right: 25px;
    bottom: 0;
}

.welcome-text_bottom-body {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 400;
}

.welcome-text_bottom span {
    font-size: 26px;
}

.welcome-text_back {
    position: absolute;
    width: 60%;
    opacity: 0.1;
    left: 65%;
    bottom: 0%;
}

/* サービス */
.service-container {
    margin-top: 100px;
}

.service-content {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-item {
    position: relative;
    width: 30%;
    max-width: 365px;
}

.service-item img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: transform 0.5s ease, filter 0.5s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .service-item:hover img {
            transform: scale(1.1);
            /* filter: grayscale(0%); */
        }
    }
}

.service-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: transform 0.5s ease, filter 0.5s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .service-item:hover::after {
            transform: scale(1.1);
            /* background-color: rgba(242, 82, 20, 0.3); */
        }
    }
}

.service-item_center {
    position: relative;
    width: 30%;
    max-width: 365px;
    background-color: #F25214;
}

.service-item_center::after {
    position: absolute;
    content: "";
    border: 6px solid #000;
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-item p {
    position: absolute;
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 2px #000;
    z-index: 10;
}

.service-item_center p {
    position: absolute;
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 2px #000;
    z-index: 10;
}

@media screen and (max-width: 1023px) {

    .service-item.active img,
    .service-item.active::after {
        transform: scale(1.1);
    }
}

/* 当社の強み */
.strengths-container {
    margin-top: 100px;
}

/* サービス */
.strengths-container {
    margin-top: 100px;
}

.strengths-content {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.strengths-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    max-width: 265px;
    gap: 10px;
}

.strengths-top {
    position: relative;
}

.strengths-top_center {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.strengths-item {
    position: relative;
    width: 100%;

}

.strengths-item p {
    position: absolute;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.strengths-subitem {
    position: relative;
    max-width: 90px;
}

.strengths-subbox {
    position: absolute;
    top: 0;
}

.strengths-subitem p {
    position: absolute;
    width: 100%;
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.strengths-text_box {
    position: relative;
    width: 270px;
    display: flex;
    gap: 10px;
}

.strengths-text_box img {
    width: 4px;
}

.strengths-top img {
    display: block;
    transition: transform 0.8s ease;
    transform-origin: 50% 50%;
}

.strengths-top img.strengths-top_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 1.2s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .strengths-item:hover .strengths-top img:first-of-type {
            transform: rotate(180deg);
        }

        .strengths-item:hover .strengths-top img.strengths-top_center {
            transform: translate(-50%, -50%) rotate(-180deg);
        }
    }
}

/* 取扱車種 */
.carmodels-container {
    margin-top: 100px;
}

.carmodels-content {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.carmodels-item {
    position: relative;
    width: 15%;
    transition: transform 0.2s ease;
}

.carmodels-item img {
    width: 115%;
    max-width: 115%;
}


.carmodels-item p {
    position: absolute;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 3px 3px 2px #000;
    top: 55%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* お取り引きの流れ */
.flow-container {
    margin-top: 100px;
}

.requestflow_wrap {
    width: 100%;
    height: auto;
    margin-top: 33px;
}

.requestflow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.requestflow-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    right: 50%;
}

.requestflow_title {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-family: "EB Garamond", serif;
}

.requestflow_title-body {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.requestflow_box-title-line {
    width: 333px;
    border-bottom: solid 1px #E0E6E9;
}

.requestflow_box-title {
    display: flex;
    margin-top: 80px;
    align-items: center;
    gap: 60px;
}

.requestflow_box-wrap {
    display: flex;
    flex-direction: column;
}

.requestflow_itembox-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 2vw;
}

.requestflow_item-wrap {
    position: relative;
    width: 155px;
    height: 190px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-grid;
}

.requestflow_item-wrap_end {
    position: relative;
    width: 155px;
    height: 190px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-grid;
}

.requestflow_item-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 2;
}

.requestflow_item-wrap-end {
    position: relative;
    width: 190px;
    height: 210px;
    background-color: #fff;
    border-radius: 10px;
}

.requestflow_item-wrap-end::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 2;
}

.reqrequestflow_line {
    position: relative;
    width: auto;
    height: 100px;
    margin-top: 23px;
}

.reqrequestflow_line::before,
.reqrequestflow_line .reqrequestflow_line-up,
.reqrequestflow_line .reqrequestflow_line-down,
.reqrequestflow_line::after {
    content: "";
    position: absolute;
    background: #F25214;
}

/* 横線 (左) */
.reqrequestflow_line::before {
    width: 260px;
    height: 1px;
    top: 52%;
    left: -540px;
    transform: translateY(50%);
}

/* 右斜め上の線 */
.reqrequestflow_line .reqrequestflow_line-up {
    width: 1px;
    height: 50px;
    top: 50%;
    left: -272px;
    transform: translateY(-90%) rotate(20deg);
}

/* 右斜め下の線 */
.reqrequestflow_line .reqrequestflow_line-down {
    width: 1px;
    height: 50px;
    top: 30%;
    left: -255px;
    transform: translateY(-50%) rotate(-20deg);
}

/* 横線 (右) */
.reqrequestflow_line::after {
    width: 760px;
    height: 1px;
    top: 52%;
    left: -246px;
    transform: translateY(-50%);
}

.reqrequestflow_line-sp {
    display: none;
}

.requestflow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 463px;
    height: 490px;
}

.requestflow_box :nth-of-type(n+3) {
    margin-top: 0px;
}

.requestflow_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0px;
}

.requestflow_item p {
    color: #000;
}

.requestflow_icon {
    display: flex;
    margin: auto;
    align-items: center;
    height: 50px;
}

.requestflow_icon-car {
    width: 80px;
}

.requestflow_icon-tell {
    width: 60px;
}

.requestflow_icon-shop {
    width: 65px;
}

.requestflow_icon-estimate {
    width: 65px;
}

.requestflow_icon-wrench {
    width: 60px;
}

.requestflow_icon-payment {
    width: 65px;
}

.requestflow_icon-title {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: auto;
    padding: 0 10px;
}

.requestflow_icon-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.requestflow_icon-body {
    width: 150px;
    font-size: 13px;
    line-height: 1.5;
    margin: auto;
}

.requestflow_box-title-text {
    display: flex;
    flex-direction: column;
}

.requestflow_title-online {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

.requestflow_box-bottom {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 3vw;
}

.requestflow_box-bottom-icon {
    width: 55px;
    align-items: center;
}

.requestflow_title-body-online {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.requestflow_title-body-online {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/* 取扱車種 */
.question-container {
    margin-top: 100px;
}

.question-accordion {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion {
    max-inline-size: 100%;
}

.summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1em;
    align-items: center;
    padding-block: 16px;
    padding-inline: 24px;
    color: #fff;
    cursor: pointer;
    background-color: #F25214;

    &::-webkit-details-marker {
        display: none;
    }
}

.icon {
    position: relative;
    display: inline-block;
    inline-size: 1em;
    aspect-ratio: 1;

    &::before,
    &::after {
        position: absolute;
        inset: 0;
        inline-size: 100%;
        block-size: 1px;
        margin: auto;
        content: "";
        background-color: currentcolor;
    }

    &::after {
        transition: opacity 0.3s;
        rotate: 90deg;
    }

    &:where(.accordion[open] *)::after {
        opacity: 0;
    }
}

.container {
    display: grid;
    transition: grid-template-rows 0.5s;
    border: 1px solid #6a6a6a;
}

.inner {
    overflow: hidden;
    display: flex;
    gap: 5px;
    font-size: 16px;
    padding: 10px 10px 10px 25px;
}

.outer {
    overflow: hidden;
    display: flex;
    gap: 5px;
    font-size: 16px;
}

.accordion-qa {
    margin-top: 3px;
    font-family: "EB Garamond", monospace;
    font-weight: bold;
}


.summary p {
    line-height: 1.5;
}

/* 会社概要 */
.aboutus-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    gap: 34px;
}

.aboutus-container h2 {
    text-align: center;
}

.aboutus-textbox {
    font-size: 24px;
    display: flex;
    gap: 34px;
}

.aboutus-textbox_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aboutus-tellbox {
    display: block;
    transition: transform 0.8s ease;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .aboutus-tellbox a:hover {
            transform: scale(1.1);
        }
    }

    .aboutus-tellbox a {
        pointer-events: none;
        cursor: default;
    }
}

.aboutus-tellbox_text {
    width: 37vw;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #171717;
    border: #F25214 4px solid;
    padding: 31px 10px;
}

.aboutus-tellbox_tell {
    width: 31vw;
    display: flex;
    gap: 15px;
}

.aboutus-tellbox_tell p {
    font-size: 3.7vw;
    font-weight: bold;
}

.aboutus-tellbox_tell img {
    width: 30%;
    max-width: 69px;
}

.google-maps {
    margin-top: 34px;
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
}

/* 採用情報 */
.recruit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    gap: 34px;
}

.recruit-container h2 {
    text-align: center;
}

.recruit-textbox {
    font-size: 24px;
    display: flex;
    gap: 34px;
}

.recruit-textbox_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* フッター */
footer {
    margin-top: 100px;
}

@media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .footer-title_box a:hover {
            color: #F25214;
            transition: 0.3s;
        }
    }
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
}

.footer-title {
    width: 450px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 2vw;
}

.footer-title img {
    width: 100%;
    max-width: 85px;
}

.footer-title p {
    font-size: 28px;
}

.footer-top {
    font-size: 18px;
    display: flex;
    gap: 30px;
}

.footer-bottom {
    display: flex;
    gap: 30px;
}

.copyright {
    width: 100%;
    height: 60px;
    background-color: #F25214;
    display: grid;
    place-items: center;
    margin: 20px 0;
}

@media screen and (max-width: 1620px) {
    .main_visual-text {
        top: 40%;
    }
}

@media screen and (max-width: 1300px) {
    .header_contact-tel {
        width: 230px;
    }

    .header_contact-tel span {
        font-size: 22px;
    }

    .main_visual-catch {
        width: 50vw;
        font-size: 3vw;
        top: 20%;
    }

    .main_visual-since {
        width: 12vw;
    }

    .main_visual-text {
        top: 35%;
    }

    .main_visual-textbox {
        width: 30vw;
        height: 20vw;
    }

    .header_menu {
        margin-top: -90px;
    }

    .main_nav-list {
        font-size: 1.5vw;
    }

    .main_nav-list_button {
        width: 36vw;
    }

    .welcome-text {
        font-size: 18px;
    }

    .main_nav-list_subbutton {
        width: 36vw;
    }

    /* サービス内容 */
    .service-item_center p {
        font-size: 32px;
    }

    /* 当社の強み */
    .strengths-content-item {
        width: 21%;
    }

    .strengths-text_box {
        width: 215px;
    }

    .strengths-subitem {
        max-width: 75px;
    }

    .strengths-item p {
        font-size: 18px;
    }

    .strengths-subitem p {
        font-size: 24px;
    }

    /* お取引の流れ */

    .requestflow_item-wrap {
        width: 135px;
    }

    .requestflow_item-wrap_end {
        width: 135px;
    }

    .requestflow_icon-title p {
        font-size: 14px;
    }

    .aboutus-tellbox_tell p {
        font-size: 3.5vw;
    }
}

@media screen and (max-width:1024px) {
    .hamburger {
        display: block;

    }

    .main_nav-item {
        font-family: Noto sans JP;
        letter-spacing: 0.2em;
    }


    /* レイアウト */
    .wrapper {
        max-width: 100%;
    }

    .wrapper-s {
        width: 95%;
    }

    .header_menu {
        display: none;
    }

    .main_nav-list_button {
        display: none;
    }

    .main_nav-list_subbutton {
        display: none;
    }


    /* ハンバーガーメニュー */
    .btn-trigger {
        position: fixed;
        width: 32px;
        height: 44px;
        cursor: pointer;
        z-index: 1000;
        right: 5%;
        top: 22px;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }

    .btn-trigger,
    .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }

    .btn-trigger span:nth-of-type(1) {
        top: 10px;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 20px;
    }

    .btn-trigger span:nth-of-type(3) {
        bottom: 11px;
    }

    #btn07 span:nth-of-type(1) {
        -webkit-animation: btn07-bar01 .75s forwards;
        animation: btn07-bar01 .75s forwards;
    }

    @-webkit-keyframes btn07-bar01 {
        0% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes btn07-bar01 {
        0% {
            transform: translateY(10px) rotate(45deg);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    #btn07 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    #btn07 span:nth-of-type(3) {
        -webkit-animation: btn07-bar03 .75s forwards;
        animation: btn07-bar03 .75s forwards;
    }

    @-webkit-keyframes btn07-bar03 {
        0% {
            -webkit-transform: translateY(-11px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-11px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes btn07-bar03 {
        0% {
            transform: translateY(-11px) rotate(-45deg);
        }

        50% {
            transform: translateY(-11px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    #btn07.active span:nth-of-type(1) {
        -webkit-animation: active-btn07-bar01 .75s forwards;
        animation: active-btn07-bar01 .75s forwards;
    }

    @-webkit-keyframes active-btn07-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-btn07-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(10px) rotate(0);
        }

        100% {
            transform: translateY(10px) rotate(45deg);
        }
    }

    #btn07.active span:nth-of-type(2) {
        opacity: 0;
    }

    #btn07.active span:nth-of-type(3) {
        -webkit-animation: active-btn07-bar03 .75s forwards;
        animation: active-btn07-bar03 .75s forwards;
    }

    @-webkit-keyframes active-btn07-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-11px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-11px) rotate(-45deg);
        }
    }

    @keyframes active-btn07-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-11px) rotate(0);
        }

        100% {
            transform: translateY(-11px) rotate(-45deg);
        }
    }

    .hamburger_logo {
        position: absolute;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.1em;
        top: 20px;
        left: 5%;
        z-index: 100;
    }

    .hamburger_top {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hamburger_top img {
        width: 20%;
    }

    .hamburger_top p {
        width: 45vw;
        font-size: 3vw;
    }

    .hamburger_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: scroll;
        z-index: 1000;
    }

    .hamburger_nav.active {
        transform: translateX(0);
    }

    .main_nav-list {
        width: 100%;
        display: none;
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 6vw;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main_nav-list.open {
        display: flex;
    }

    .main_nav-item {
        color: #fff;
        font-size: 3vw;
        font-weight: 500;
        line-height: 1;
    }

    .main_nav-item span {
        color: #fff;
        font-size: 12px;
        margin-left: 20px;
    }

    .main_visual-since {
        width: 12vw;
    }

    .header_contact-tel {
        width: 40%;
        font-size: 22px;
        border: #FFF 1px solid;
        padding: 10px 20px;
    }

    .header_contact-btn-box {
        width: 40%;
    }

    .header_contact-tel span {
        font-size: 4vw;
    }

    .header_contact-tel_icon {
        width: 4vw;
    }

    /* メインビジュアル */

    #slide-select {
        bottom: 30px;
    }

    /* ご挨拶 */
    .welcome-container {
        margin-top: 40px;
    }

    .welcome-text_bottom {
        margin-top: 2vw;
        right: 0;
    }

    .welcome-text_back {
        width: 50%;
        left: 60%;
    }

    .welcome-text {
        font-size: 15px;
        line-height: 1.3;
        margin-left: 15px;
    }

    .welcome-content {
        height: 500px;
    }

    .welcome-content_img {
        width: 65%;
    }


    /* サービス内容 */

    .service-container {
        margin-top: 40px;
    }

    .service-item_center p {
        font-size: 30px;
    }

    .strengths-top p {
        font-size: 16px;
    }

    /* 当社の強み */
    .strengths-container {
        margin-top: 40px;
    }

    .strengths-content {
        gap: 25px;
    }

    .strengths-subitem {
        max-width: 75px;
    }

    .strengths-subitem p {
        font-size: 30px;
    }

    .strengths-content-item {
        width: 23%;
    }


    /* 取扱車種 */
    .carmodels-container {
        margin-top: 40px;
    }

    .carmodels-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-right: 30px;
    }

    .carmodels-item {
        width: 23%;
    }

    /* お取引の流れ */
    .flow-container {
        margin-top: 40px;
    }

    .requestflow_itembox-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .requestflow_item-wrap {
        width: 250px;
    }

    .requestflow_item-wrap_end {
        width: 250px;
    }

    .requestflow_icon-shop {
        width: 70px;
    }

    .requestflow_icon-car {
        width: 90px;
    }

    .requestflow_icon-estimate {
        width: 75px;
    }

    .requestflow_icon-wrench {
        width: 70px;
    }

    .requestflow_icon-payment {
        width: 75px;
    }

    .requestflow_icon-title p {
        font-size: 20px;
    }

    .requestflow_title-online {
        font-size: 30px;
    }

    .requestflow_title-body-online {
        font-size: 20px;
    }

    /* よくある質問 */
    .question-container {
        margin-top: 40px;
    }

    /* 会社概要 */
    .aboutus-container {
        margin-top: 40px;
    }

    .aboutus-tellbox_text {
        width: 80vw;
    }

    .aboutus-tellbox_tell {
        width: 45vw;
    }

    .aboutus-tellbox_tell p {
        font-size: 5.5vw;
    }

    .google-maps {
        width: 95%;
        padding-bottom: 55%;
    }

    /* 採用情報 */
    .recruit-container {
        margin-top: 40px;
    }
}

@media screen and (max-width: 932px) {
    h1 {
        font-size: 20px !important;
    }

    .header_logo-title p {
        font-size: 12px;
    }

    .header_title {
        height: 100px;
    }

    .requestflow_item-wrap {
        width: 210px;
    }

    .service-content {
        gap: 20px;
    }

    .reqrequestflow_line::after {
        width: 700px;
    }

    .welcome-text_back {
        width: 40%;
    }

    .main_visual-since {
        width: 14vw;
    }

    .strengths-content-item {
        width: 22%;
    }

    .carmodels-content {
        margin-right: 40px;
    }

    .aboutus-tellbox_tell p {
        font-size: 4vw;
    }

    .main_nav-list {
        gap: 3vw;
        top: 125%;
    }

    .main_nav-item {
        font-size: 2.7vw;
    }

    .header_contact-tel {
        font-size: 16px;
    }

    .header_img {
        width: 7vw;
    }

    .header_logo a {
        gap: 12px;
    }

    .service-item {
        width: 28%;
    }

    .service-item_center {
        width: 28%;
    }
}

@media screen and (max-width: 768px) {

    /* レイアウト */
    #page_top {
        width: 70px;
        height: 70px;
    }

    .sub-title-tool {
        width: 10vw;
    }

    .sub-title-main {
        width: auto;
        height: 5vw;
    }

    /* メインビジュアル */
    .main_visual-since {
        width: 16vw;
    }

    /* ハンバーガーメニュー */
    .header_contact-tel {
        font-size: 16px;
    }

    .header_contact-tel span {
        font-size: 4.4vw;
    }

    /* ご挨拶 */
    .welcome-content {
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .welcome-text {
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
        margin-left: 0;
    }

    .welcome-text_bottom span {
        font-size: 22px;
    }

    .welcome-text_back {
        width: 40%;
        left: 50%;
    }

    .welcome-content_img {
        width: 100%;
    }

    .welcome-text_bottom {
        margin-top: 0;
        right: 0;
        bottom: -60px;
    }

    /* サービス内容 */
    .service-content {
        gap: 36px;
    }

    .service-item_center p {
        font-size: 22px;
    }

    .service-item p {
        font-size: 24px;
    }

    /* 当社の強み */
    .strengths-content {
        justify-content: center;
    }

    .strengths-content-item {
        width: 30%;
    }

    /* 取扱い車種 */
    .carmodels-item {
        width: 22%;
    }

    /* お取引の流れ */
    .requestflow_itembox-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 3vw;
    }

    .btn-trigger {
        position: fixed;
        width: 32px;
        height: 44px;
        cursor: pointer;
        z-index: 1000;
        right: 5%;
    }

    .requestflow_item-wrap {
        width: 220px;
    }

    .requestflow_item-wrap_end {
        width: 220px;
    }

    .reqrequestflow_line::after {
        width: 570px;
    }

    .requestflow_title-body-online {
        font-size: 14px;
    }

    .requestflow_box-bottom {
        gap: 10px;
    }

    .aboutus-tellbox_tell img {
        max-width: 50px;
    }

    .aboutus-tellbox_tell {
        width: 55vw;
    }

    .aboutus-tellbox_tell p {
        font-size: 7vw;
    }
}

@media screen and (max-width: 667px) {
    .main_nav-list {
        gap: 3vw;
        top: 105%;
    }

    .header_contact-tel span {
        font-size: 4vw;
    }

    .service-content {
        gap: 30px;
    }

    .strengths-content {
        gap: 28px;
    }

    .requestflow_title-online {
        font-size: 26px;
    }

    .aboutus-tellbox_tell p {
        font-size: 6vw;
    }

    .aboutus-textbox {
        font-size: 22px;
        gap: 20px;
    }

    .recruit-textbox {
        font-size: 20px;
        gap: 22px;
    }
}

@media screen and (max-width: 478px) {

    /* レイアウト */
    .header_title {
        display: none;
    }

    .wrapper-s {
        width: 100%;
    }

    .sub-title-tool {
        width: 17vw;
    }

    .sub-title-main {
        width: auto;
        max-width: none;
        height: 8vw;
    }

    .sub-title_top {
        margin: auto;
    }

    #page_top::before {
        font-size: 30px;
    }

    #page_top {
        right: 20px;
        bottom: 120px;
    }

    .sub-title h2 {
        text-align: center;
        font-size: 18px;
    }

    /* 下部ボタン */
    .header-sp_menu-box {
        position: relative;
        z-index: 1000;
    }

    .header-sp_menu {
        display: block;
        width: 100%;
        bottom: 0;
        position: fixed;
    }

    .main_nav-list-sp {
        display: flex;
        justify-content: space-between;
    }

    .header_contact-tel-sp {
        width: 50%;
        background-color: #F25214;
        border: 2px solid rgb(0, 0, 0);
        padding: 5px 0;
    }

    .header_contact-btn-box-sp {
        width: 50%;
        border: 2px solid rgb(0, 0, 0);
    }

    .header_contact-tel-sp p {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .header_contact-tel_icon-sp {
        width: 5vw;
    }

    .header_contact-telbox-sp {
        width: fit-content;
        display: flex;
        align-items: center;
        margin: auto;
        gap: 5px;
    }

    .header_contact-telbox-sp span {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
    }

    .header_icon-sp {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ハンバーガーメニュー */
    .btn-trigger {
        width: 35px;
        right: 5%;
    }

    .main_nav-item {
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 1.3;
    }

    .main_nav-list {
        top: 50%;
        gap: 4vw;
    }

    .hamburger_top p {
        width: 70vw;
        font-size: 4.3vw;
    }

    .hamburger_top img {
        width: 12%;
    }

    .hamburger_top {
        width: 100vw;
        gap: 10px;
    }

    .header_contact-tel {
        width: 65%;
        font-size: 14px;
    }

    .header_contact-tel span {
        font-size: 6vw;
        letter-spacing: 0.05em;
    }

    .header_contact-tel_icon {
        width: 7vw;
    }

    .header_contact-btn-box {
        width: 65%;
    }

    .header_icon {
        border-radius: 0px;
    }

    /* メインビジュアル */
    .main_visual {
        display: none;
    }

    .main_visual-wrap {
        display: none;
    }

    .main_visual-wrap_sp {
        position: relative;
        display: block;
        width: 100%;
        height: 150vw;
        overflow: hidden;
    }

    .main_visual_sp-box {
        width: 90%;
        top: 50%;
        left: 10%;
        position: absolute;
        overflow-y: hidden;
    }

    .main_visual_sp-text {
        z-index: 10;
        animation: textAnime 1.5s .5s forwards ease-in-out;
        transform: translateY(110%);
    }

    @keyframes textAnime {
        to {
            transform: translateY(0px);
        }
    }

    .main_visual_sp-catch {
        position: absolute;
        width: 65vw;
        letter-spacing: 0.1em;
        top: 20%;
        left: 10%;
        font-size: 5.5vw;
        font-weight: 700;
        text-shadow: 3px 3px 2px #000;
        z-index: 1000;

    }

    .main_visual_sp-textbox {
        position: relative;
        width: 50vw;
        height: 40vw;
        border: 2px solid #F25214;
    }

    .main_visual_sp-since {
        width: 9vw;
        font-weight: 700;
        font-family: Noto Serif JP;
        text-align: center;
        background-color: #F25214;
        letter-spacing: 0.1em;
        padding: 1px 8px;
    }

    .main_visual_sp {
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        height: 90vh;
        background-color: #000;
        z-index: -1;
        overflow: hidden;
    }

    .main_visual_sp::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 5;
    }

    @keyframes slideshow {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        28% {
            opacity: 1
        }

        38% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    .main_visual_sp img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        opacity: 0;
        animation: slideshow 24s linear infinite;
    }

    .main_visual_sp img:nth-child(2) {
        animation-delay: 8s;
    }

    .main_visual_sp img:last-child {
        animation-delay: 16s;
    }


    .main_visual_sp-since {
        width: 30vw;
    }


    /* ご挨拶 */
    .welcome-container {
        margin-top: 10px;
    }

    .welcome-content {
        flex-direction: column;
        margin-top: 10px;
    }

    .welcome-content img {
        position: absolute;
        width: 100%;
        bottom: -10%;
    }

    .welcome-text img {
        width: 75%;
        left: 10%;
        top: 60%;
    }

    .welcome-text_bottom {
        top: 100%;
        right: 20px;
    }

    .welcome-text {
        margin: 0;
        width: 100%;
        padding: 10px 10px;
        font-size: 14px;
    }

    .welcome-content_img {
        position: relative;
        width: 100%;
        height: 300px;
    }

    /* サービス内容 */
    .service-container {
        margin-top: 60px;
    }

    .service-item_center::after {
        border: 3px solid #000;
    }

    .service-content {
        gap: 15px;
        justify-content: center;
        margin-top: 10px;
    }

    .service-item {
        width: 30%;
    }

    .service-item p {
        font-size: 16px;
    }

    .service-item_center {
        width: 30%;
    }

    .service-item_center p {
        font-size: 14px;
    }

    /* 当社の強み */
    .strengths-container {
        margin-top: 10px;
    }

    .strengths-content-item {
        width: 45%;
        gap: 5px;
    }

    .strengths-content {
        padding: 0 10px;
        gap: 18px;
        margin-top: 10px;
    }

    .strengths-item p {
        font-size: 14px;
    }

    .strengths-text_box p {
        font-size: 12px;
    }

    .strengths-subitem p {
        font-size: 24px;
    }

    .strengths-subitem {
        max-width: 65px;
    }

    .strengths-text_box {
        width: 180px;
        gap: 8px;
    }

    /* 取扱い車種 */
    .carmodels-container {
        margin-top: 10px;
    }

    .carmodels-item img {
        width: 130%;
        max-width: 130%;
    }

    .carmodels-content {
        gap: 10px;
        margin-right: 25px;
        margin-top: 10px;
    }

    .carmodels-item p {
        font-size: 14px;
        left: 80%;
    }

    .flow-container {
        margin-top: 10px;
    }

    /* お取引の流れ */
    .requestflow_title {
        font-size: 26px;
        line-height: 1.5;
    }

    .requestflow_item-wrap {
        width: 115px;
        height: 150px;
    }

    .requestflow_item {
        gap: 10px;
    }

    .requestflow_wrap {
        margin-top: 0px;
    }

    .requestflow_item-wrap_end {
        width: 115px;
        height: 150px;
    }

    .requestflow-container {
        margin-top: 10px;
    }


    .requestflow_itembox-wrap {
        gap: 15px;
        padding: 0 10px;
    }

    .requestflow_box-bottom {
        flex-direction: column;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .reqrequestflow_line::after {
        width: 300px;
        left: -150px;
    }

    .requestflow_item-wrap::before {
        right: -16px;
        border: 8px solid transparent;
        border-left: 9px solid #FFF;
        z-index: 2;
    }

    .requestflow_title-online {
        font-size: 16px;
    }

    .reqrequestflow_line {
        height: 30px;
    }

    .requestflow_icon-title p {
        font-size: 13px;
    }

    .requestflow_icon-tell {
        width: 40px;
    }

    .requestflow_icon-shop {
        width: 50px;
    }

    .requestflow_icon-car {
        width: 70px;
    }

    .requestflow_icon-estimate {
        width: 55px;
    }

    .requestflow_icon-wrench {
        width: 50px;
    }

    .requestflow_icon-payment {
        width: 55px;
    }

    .requestflow_icon-title {
        padding: 0;
    }

    /* よくある質問 */
    .summary {
        padding-block: 5px;
        padding-inline: 20px;
    }

    .question-accordion {
        margin-top: 10px;
        gap: 10px;
    }

    .aboutus-container {
        margin-top: 10px;
        gap: 10px;
    }

    .aboutus-textbox {
        width: 390px;
        font-size: 14px;
        gap: 12px;
    }

    .question-container {
        padding: 0 10px;
        margin-top: 10px;
    }

    .aboutus-tellbox_text {
        font-size: 16px;
        padding: 5px 10px;
    }

    .aboutus-tellbox_tell img {
        max-width: 40px;
    }

    .aboutus-tellbox_tell {
        width: 65vw;
    }

    .aboutus-tellbox_tell p {
        font-size: 7.8vw;
    }


    /* 採用情報 */
    .recruit-container {
        margin-top: 28px;
        gap: 10px;
    }

    .recruit-textbox {
        width: 390px;
        font-size: 14px;
        gap: 12px;
    }

    .recruit-textbox_text {
        gap: 10px;
    }

    /* 会社概要 */
    .google-maps {
        padding-bottom: 100%;
        margin-top: 10px;
    }

    .aboutus-textbox_text {
        width: max-content;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    /* フッター */
    footer {
        margin-top: 30px;
    }

    .footer-title img {
        max-width: 65px;
    }

    .footer-title {
        width: 340px;
        gap: 10px;
    }

    .footer-title p {
        font-size: 22px;
        font-weight: bold;
    }

    .footer-title_box {
        gap: 16px;
    }

    .footer-top {
        font-size: 14px;
        letter-spacing: 0.1em;
        align-items: center;
        gap: 18px;
    }

    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        gap: 16px;
    }

    .copyright {
        height: 45px;
        font-size: 12px;
        margin-bottom: 96px;
    }
}

@media screen and (max-width: 400px) {

    .welcome-content {
        margin-top: 10px;
        height: auto;
    }

    .welcome-text img {
        left: 15%;
        top: 60%;
    }

    .requestflow_title-online {
        font-size: 16px;
    }

    .aboutus-tellbox_tell p {
        font-size: 7.6vw;
    }

    .aboutus-textbox {
        width: 100%;
        gap: 8px;
        padding: 0 20px;
    }

    .aboutus-textbox {
        font-size: 13px;
    }

    .requestflow_itembox-wrap {
        gap: 12px;
    }

    .service-item_center::after {
        border: 3px solid #000;
    }

    .strengths-top p {
        font-size: 13px;
    }

    .requestflow_title {
        font-size: 22px;
    }

    .question-accordion {
        margin-top: 15px;
        gap: 15px;
    }

    .recruit-textbox {
        font-size: 13px;
        padding: 0 20px;
    }

    .recruit-container {
        margin-top: 10px;
    }

    .welcome-text_bottom span {
        font-size: 20px;
    }

    .welcome-text {
        font-size: 12px;
    }

    .carmodels-item p {
        font-size: 16px;
        left: 75%;
    }

    .copyright {
        margin-bottom: 95px;
    }
}

@media screen and (max-width: 375px) {
    #page_top {
        width: 65px;
        height: 65px;
    }

    .main_visual_sp-box {
        top: 50%;
    }

    .main_visual_sp-since {
        width: 32vw;
    }

    .main_visual-wrap_sp {
        height: 160vw;
    }

    .main_nav-item {
        font-size: 4.5vw;
        font-weight: 400;
        line-height: 1;
    }

    .main_visual-since {
        width: 32vw;
    }

    .header_contact-tel {
        font-size: 12px;
    }

    .requestflow_item-wrap {
        width: 105px;
        height: 140px;
    }

    .requestflow_item-wrap_end {
        width: 105px;
        height: 140px;
    }

    .service-item_center p {
        font-size: 12px;
    }

    .service-item p {
        font-size: 15px;
    }

    .strengths-subitem p {
        font-size: 18px;
    }

    .strengths-content-item {
        width: 44%;
    }

    .strengths-subitem {
        max-width: 60px;
    }

    .strengths-top p {
        font-size: 12px;
    }

    .strengths-text_box {
        width: 165px;
    }

    .strengths-text_box p {
        font-size: 10px;
    }

    .requestflow_wrap {
        margin-top: 5px;
    }

    .requestflow_title-online {
        font-size: 14px;
    }

    .requestflow_title-body-online {
        font-size: 14px;
    }

    .requestflow_icon-title p {
        font-size: 12px;
    }

    .requestflow_itembox-wrap {
        gap: 11px;
    }

    .question-accordion {
        margin-top: 15px;
    }

    .summary {
        font-size: 12px;
    }

    .inner p {
        font-size: 12px;
    }

    .outer {
        font-size: 12px;
    }

    .accordion-qa {
        margin-top: 1px;
    }

    .aboutus-textbox {
        font-size: 12px;
        gap: 9px;
    }

    .aboutus-tellbox_tell p {
        font-size: 7.5vw;
    }

    .recruit-textbox {
        width: auto;
        font-size: 12px;
        gap: 9px;
    }

    .footer-title p {
        font-size: 18px;
    }

    .footer-title {
        width: 300px;
        margin: auto;
    }

    .footer-top {
        font-size: 12px;
        gap: 12px;
    }

    .footer-bottom {
        font-size: 12px;
        gap: 12px;
    }


    .header_contact-telbox-sp span {
        font-size: 22px;
    }

    .header_contact-tel-sp p {
        font-size: 10px;
    }

    .copyright {
        margin-bottom: 85px;
    }
}