.body {
    /*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", Meiryo, sans-serif;*/
    font-family: sans-serif;

}

.noto-sans-jp-h {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    /* 100 to 900 */
    font-style: normal;
}

.hRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hColumn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.imgWrapper {
    overflow: hidden;
}

.imgWrapper>img {
    width: 100%;
    height: auto;
}

.h_mainVisual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.headSub {
    display: flex;
    flex-wrap: nowrap;
}

.headSub>.headBox:first-child {
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 55%;
    justify-content: space-between;
}

.headSub>.headBox:first-child>.headItem>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



.headSub>.headBox:first-child>.headItem {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.headSub>.headBox:first-child>.headItem>img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.headSub>.headBox:last-child {
    display: flex;
    flex-wrap: nowrap;
    width: 45%;
}

.headSub>.headBox:last-child>.imgWrapper {
    width: 50%;
}

.headSub>.headBox:last-child>.imgWrapper>img {
    vertical-align: bottom;
}

.ln_b::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.h_mainVisual .imgWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    /*opacity: 0;*/
    /*animation: slide 3s linear infinite forwards;*/

    /*animation-direction: normal;
    animation-duration:3s;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
    animation-name: slide;
    animation-timing-function: linear;*/
    /*animation-play-state*/
    /*animation-timeline*/
}

.sliDitem {
    transition: all .6s cubic-bezier(0, 0, 0, 1.04);
    pointer-events: none;
    opacity: 0;
}

.sliD_on {
    opacity: 1.0 !important;
    pointer-events: all !important;
    z-index: 3;
}

/*.h_mainVisual .imgWrapper:first-child{
    opacity: 1;
    right: 0%;
    animation: none;
}
.h_mainVisual .imgWrapper:nth-child(2){
    animation-delay: 3s;
}
.h_mainVisual .imgWrapper:nth-child(3){
    animation-delay: 6s;
}*/

@keyframes slide {
    0% {
        right: -100%;
    }

    100% {
        right: 0%;
    }
}

.h_mainVisual .imgWrapper>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.h_mainVisual img {
    height: auto;
    width: 100%;
    vertical-align: bottom;
}

.h_mainVisual .h_subContainer {
    position: absolute;
    top: calc(50% - 3.5rem);
    left: 0;
    color: #37a595;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.h_mainVisual .h_subContainer>.h_subtitleWrapper {
    /*width:88%;*/
    margin: 0 auto;
    max-width: 1100px;
}

.h_mainVisual .h_subContainer>.h_subtitleWrapper>p {
    font-weight: 600;
    width: 88%;
    margin: 0 auto;
    font-size: 1.2rem;

}

.h_mainVisual .h_subContainer>.h_subtitleWrapper>h2 {
    font-size: 2.5rem;
    font-weight: 600;
    width: 88%;
    margin: 0 auto;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-weight: bold;
}

.h_mainVisual>.h_slideWrapper {
    height: 25rem;
    flex-wrap: nowrap;
}

.h_content {
    width: 88%;
    margin: 3rem auto 0;
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-optical-sizing: auto;
    font-weight: 600;
    /* 100 to 900 */
    font-style: normal;
}

.h_content>.h_title {
    margin: 0 auto 1rem;
    position: relative;
}

.h_content>.h_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 2px;
    background-color: rgba(0, 0, 0, .5);
}

.h_content>.h_title2 {
    margin: 0 auto 1rem;
    position: relative;
    color: white;
    background-color: #059392;
    padding: 0.5rem 1rem;
    margin: 2rem auto;
}

.h_content>.h_title3 {
    margin: 0 auto 1rem;
    position: relative;
    color: white;
    background-color: rgb(62, 158, 176);
    padding: 0.5rem 1rem;
    margin: 2rem auto;
    width: 80%;
    border-radius: 10px;
}

.h_content>.h_imgTxtWrapper {
    align-items: flex-start;
}

.h_content>.h_imgTxtWrapper>.imgWrapper {
    width: 49%;
}

.h_content>.h_imgTxtWrapper>.txtWrapper {
    width: 45%;
    line-height: 2rem;
}

.h_content>.boxImage {
    width: 90%;
    margin: 2rem auto;
}

.h_content>.boxImageText {
    width: 90%;
    margin: 2rem auto;
    box-shadow: 1px -3px 10px 7px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    justify-content: center;
    padding: 1rem 0;
}

.h_content>.h_landscapeText {
    width: 90%;
    margin: 1rem auto;
    font-weight: bold;
}

.h_content>.h_landscape {
    width: 90%;
    margin: 1rem auto;
}

.h_content>.h_landscape>img {
    width: 100%;
    height: auto;
}

.h_content>.h_landscape2 {
    border: 1px solid rgba(0, 0, 0, 1.0);
}

.h_content>.h_landscape2>.h_map {
    flex: 5;
    height: 18rem;
}

.h_content>.h_landscape2>.h_map>iframe {
    width: 100%;
    height: 100%;
}

.h_content>.h_landscape2>.txtWrapper {
    flex: 4;
    padding: 4rem 1rem;
}

.h_content>.boxImageText>.imgWrapper {
    width: 40%;
    margin-right: 1rem;
}

.h_content>.boxImageText>.txtWrapper {
    width: 40%;
    line-height: 2.5rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.h_content>.h_list {
    width: 90%;
    margin: 2rem auto;
    border: 1px solid rgba(0, 0, 0, 1.0);
}

.h_content>.h_list>h3 {
    color: white;
    background-color: #3e9eb0;
    padding: 1rem 2rem;

}

.h_content>.h_list>ul>li {
    display: flex;
    line-height: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 1.0);
}

.h_content>.h_list>ul>li:last-child {
    border-bottom: none;
}

.h_content>.h_list>ul>li>span:first-child {
    flex: 1;
    padding-left: 1rem;
}

.h_content>.h_list>ul>li>span {
    flex: 2;
}

.h_content>.h_list>ul>li:nth-child(odd) {
    background-color: #e3e3e3;
}

/* intermediate processing */

.h_about>.imgContainer>.imgWrapper {
    width: 32%;
}

.h_specialContent {
    box-shadow: 1px -3px 10px 7px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 2rem 1rem;
    width: 90%;
    margin: 3rem auto;
}

.h_specialContent>h2 {
    width: 95%;
    color: white;
    background-color: #3e9eb0;
    padding: 0.5rem 2rem;
    margin: 0rem auto 2rem;
    border-radius: 15px;
}

.h_specialContent>.imgTxtWrapper {
    width: 80%;
    margin: 0 auto;
    align-items: flex-start;
}

.h_specialContent>.imgTxtWrapper>.imgWrapper {
    width: 40%;
}

.h_specialContent>.imgTxtWrapper>.txtWrapper {
    width: 55%;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.h_specialContent2 {
    box-shadow: 1px -3px 10px 7px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 2rem 1rem;
    width: 90%;
    margin: 3rem auto;
    position: relative;
}

.h_specialContent2>h2 {
    width: 95%;
    color: white;
    background-color: #3e9eb0;
    padding: 0.5rem 2rem;
    margin: 0rem auto 2rem;
    border-radius: 15px;
}

.h_specialContent2>.imgTxtWrapper {
    width: 95%;
    margin: 0 auto;
    align-items: center;
}

.h_specialContent2>.imgTxtWrapper>.imgWrapper {
    width: 55%;
}

.h_specialContent2>.imgTxtWrapper>.txtWrapper {
    width: 40%;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: rgb(78, 78, 78);
    line-height: 2rem;
}

.h_specialContent2>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.h_content>.subtitleImageWrapper {
    margin: 1rem auto;
    font-weight: bold;
}

.h_content>.subtitleImageWrapper>.subtitle {
    font-weight: bold;
}

.h_content>.subtitleImageWrapper>.subtitle>span {
    color: red;

}


.h_factory>.itemContainer>.item {
    position: relative;
    width: 48%;
    margin-bottom: 1.5rem;
}

.h_factory>.itemContainer>.item>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.h_factory>.h_bottomText {
    padding-left: 1rem;
}

.h_intermediate>.itemContainer>.item>.imgWrapper>h3 {
    position: absolute;
    line-height: 9rem;
    color: white;
    font-size: 2.2rem;
    width: 100%;
    top: calc(50% - 4.5rem);
    text-align: center;
    backdrop-filter: brightness(0.7);
    pointer-events: none;
}

.h_intermediate>.itemContainer>.item>.imgWrapper>img {
    transition: all .6s cubic-bezier(0, 0, 0, 1.04);

}

.h_intermediate>.itemContainer>.item:hover>.imgWrapper>img {
    transform: scale(1.1);
}

.h_intermediate>.itemContainer>.item>a:hover~div>img {}

.h_intermediate>.h_text {
    /*font-size: 1.5rem;*/
    margin: 2rem auto;
}

.h_intermediate>.h_imgTxtWrapper>.txtWrapper {
    /* font-size: 1.2rem; */
    line-height: 2.2rem;
}

.h_intermediate>.h_landscape {
    width: 100%;
}

.h_intermediate>.boxImage {
    width: 100%;
}

/*.h_intermediate > .itemContainer > .item > .imgWrapper > h3::before {
    content: '';
	position:absolute;
	top:-100%;
	left:0;
	width: 100%;
	height: 300%;
}*/

/* maezu */
.h_maezu>.h_specialContent>.imgTxtWrapper {
    width: 90%;
}

.h_maezu>.h_specialContent>.imgTxtWrapper>.imgWrapper {
    width: 60%;
}

.h_maezu>.h_specialContent>.imgTxtWrapper>.txtContainer {
    width: 35%;
    height: 100%;
    justify-content: space-around;
    align-items: flex-start;
}

.h_maezu>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper {
    padding-left: 2.5rem;
    position: relative;
    align-items: flex-start;
    color: rgb(125, 120, 126);
    margin-bottom: 1rem;
}

.h_maezu>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper>h3:last-child {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
}

.h_maezu>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1rem;
    width: 1rem;
    height: 100%;
    background-color: rgb(62, 158, 176);
}

/* vehicle */
.h_vehicle>.h_specialContent {
    padding: 2rem 3rem;
}

.h_vehicle>.h_specialContent>h2 {
    width: 50%;
    margin: 0 auto 1rem 0%;
}

.h_vehicle>.h_specialContent>.imgTxtWrapper {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.h_vehicle>.h_specialContent>.imgTxtWrapper>.imgWrapper {
    width: 50%;
}

.h_vehicle>.h_specialContent>.imgTxtWrapper>.txtContainer {
    width: 35%;
    height: 100%;
    justify-content: space-around;
    align-items: flex-start;
}

.h_vehicle>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper {
    padding-left: 2.5rem;
    position: relative;
    align-items: flex-start;
    color: rgb(125, 120, 126);
    margin-bottom: 1rem;
}

.h_vehicle>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper>h3:last-child {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
}

.h_vehicle>.h_specialContent>.imgTxtWrapper>.txtContainer>.txtWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1rem;
    width: 1rem;
    height: 100%;
    background-color: rgb(62, 158, 176);
}

.h_vehicle>.h_convList {
    width: 90%;
    margin: 0 auto;
}

.h_vehicle>.h_convList>h3 {
    color: white;
    background-color: #3e9eb0;
    padding: 1rem 2rem;
}

.h_vehicle>.h_convList>dl {
    margin-top: 0.5rem;
}

.h_vehicle>.h_convList>dl>dt {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 3rem;
}

.h_vehicle>.h_convList>dl>dt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    transition: all .6s cubic-bezier(0, 0, 0, 1.04);
}

.h_vehicle>.h_convList>dl>.h_t_on:before {
    transform: rotate(90deg);
}

.h_vehicle>.h_convList>dl>dd {
    display: flex;
    padding-left: 1rem;
    border-bottom: 1px solid none;
    line-height: 2rem;
    transition: all .6s cubic-bezier(0, 0, 0, 1.04);
    height: 0;
    overflow: hidden;
}

.h_vehicle>.h_convList>dl>.h_t_on~dd {
    height: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 1.0);
}

.h_vehicle>.h_convList>dl>dd:nth-child(even) {
    background-color: #e3e3e3;
}

.h_vehicle>.h_convList>dl>dd>span:first-child {
    flex: 1;
}

.h_vehicle>.h_convList>dl>dd>span {
    flex: 2;
}

/* contact */
.h_contact {}

.h_contact>form {
    width: 60%;
    margin: 0 auto;
}

.h_contact>form>.hRow {
    align-items: flex-start;
}

.h_contact>form label>* {}

.h_contact>form>.h_line>* {
    flex: 1;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.h_contact>form>.h_line>*:last-child {
    flex: 2;
}

.h_contact>form input,
.h_contact>form textarea {
    padding: 0.5rem;
    border: none;
    background-color: rgb(231 231 231);
}

.h_contact>form strong {
    margin-right: 1rem;
}

.h_contact>form span {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgb(204, 0, 0);
    border-radius: 5px;
    padding: 0.1rem 0.2rem;
    font-size: 1rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.8rem;
}

.h_contact>form>.h_txta>* {
    flex: 1;
}

.h_contact>form>.h_txta>*:last-child {
    flex: 2;
    height: 8rem;
}

.h_contact>form .submit_button {
    text-align: center;
    margin: 2rem auto 0;
    width: 12rem;
}

.h_contact>form .submit_button>input {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    background-color: rgb(43 166 148);
    color: rgb(255, 255, 255);
}

.h_complete>h2 {
    margin: 0 auto 1rem;
}

.h_complete>h3 {
    width: 95%;
    margin: 0 auto 1rem;
}

.h_complete>p {
    width: 95%;
    margin: 0 auto 1rem;
}

.h_mainVisual .narrow {
    display: none;
}

.ln_b img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*object-position: center 100%;*/
    /*object-position: 0 70%*/

}

/* specific */
.ln_flow img {
    object-position: 0 70%;
}

.ln_GBI img {
    object-position: 0 35%;
    height: 100% !important;
}

.ln_GI img {
    object-position: 0 45%;
}

.ln_EA img {
    object-position: center 0%;
}

.ln_VL img {
    object-position: 0 50%;
}

.ln_M img {
    object-position: 0 10%;
}

/* cut ?? */
.ln_CO img {
    object-position: 0 70%;
}

/* ln_b2 */
.ln_Cut {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
}

.ln_Cut>.imgWrapper {
    position: relative;
}

.ln_b2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 0 50%;
}

.top>.h_slideWrapper {
    height: auto;
}

.top .imgWrapper {
    position: relative;
}

.right_content_text span {}

.flowchart_content .right_content_text {
    line-height: 1.5rem;
}

.company_overview_headline p,
.company_overview_content p {
    font-size: 1rem;
}

.h_permission {
    width: 84%;
    margin: 0 auto;
}

.h_permission>.h_p_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.h_permission>.h_p_row:first-child {
    background-color: rgb(220, 241, 255);
    border-top: 1px solid rgb(50, 50, 50);
}

.h_permission>.h_p_row>div {
    flex: 2;
    /* line-height: 3rem; */
    padding: 1rem 0.5rem;
    text-align: center;
    border-right: 1px solid rgb(50, 50, 50);
    border-bottom: 1px solid rgb(50, 50, 50);
    position: relative;
}

.h_permission>.h_p_row:first-child>div:first-child {
    background-color: rgb(220, 241, 255);
}

.h_permission>.h_p_row>div:first-child {
    background-color: rgb(233, 255, 251);
    flex: 1;
    border-left: 1px solid rgb(50, 50, 50);
}

.h_permission>.h_p_row>div a {
    text-decoration: underline;
    position: relative;
}

.h_permission>.h_p_row>div>a>.imgWrapper {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: calc(50% - 0.6rem);
    right: -1.5rem;
}

.h_sp_table table,
.h_sp_table p {
    width: 94%;
    margin: 3% auto;
}

@media (max-width: 960px) {

    .h_mainVisual .wide {
        display: none;
    }

    .h_mainVisual .narrow {
        display: block;
        height: 12rem;
    }

    .top>.h_slideWrapper {
        height: 20rem;
    }

    .top .narrow {
        height: 20rem;
    }

    .h_mainVisual .narrow img {
        width: 100%;
        height: auto;
    }

    /*.h_mainVisual > .h_slideWrapper {
        margin-top: 11rem;
    }*/

    .h_mainVisual {
        margin-top: 8rem;
    }

    .h_mainVisual .h_subContainer {
        top: calc(50% - 1.5rem);
    }

    .logo {
        white-space: nowrap;
    }

    .h_mainVisual img {
        display: block;
    }

    .h_content {
        margin: 2rem auto 0;
    }

    .h_mainVisual .sliD img,
    .h_mainVisual .td_F img {
        height: 100%;
        width: auto;
    }

    /*.h_mainVisual img {
        height: 100%;
        width: auto;
    }
    
    
    .h_mainVisual .ln_b img {
        height: auto;
        width: 100%;
    }*/

    /* contct */
    .h_contact>form {
        width: 100%;
    }
}

/* company overview*/

.h_shopWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 2rem;
}

.h_shopText {
    width: 50%;
}

.h_shopMap {
    width: 50%;
}

.h_spPadInConpanyOverview {
    display: none;
}


@media (max-width:500px) {

    .h_shopWrapper {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .h_shopText {
        width: 100%;
    }

    .h_shopMap {
        width: 100%;
    }

    .h_spPadInConpanyOverview {
        display: block;
    }

    .ln_R img {
        height: 100% !important;
        object-fit: cover;
        object-position: 0 30%;
    }

    .top .narrow {
        height: 100%;
    }

    .h_mainVisual .narrow img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: 0 10%;
    }



    .h_mainVisual {
        margin-top: 5rem;
    }

    .h_mainVisual img {
        height: auto;
        width: 100%;
    }

    .h_mainVisual>.h_slideWrapper {
        height: 8rem;
    }

    .top>.h_slideWrapper {
        height: 12rem;
    }

    .h_mainVisual .h_subContainer>.h_subtitleWrapper>p {
        font-size: 1rem;
        line-height: 0.5rem;
    }

    .h_mainVisual .h_subContainer>.h_subtitleWrapper>h2 {
        font-size: 1.3rem;
    }

    .h_mainVisual .sliD img,
    .h_mainVisual .td_F img {
        height: auto;
        width: 100%;
    }

    /* inter */
    .h_specialContent>.imgTxtWrapper {
        width: 100%;
    }

    .h_specialContent>.imgTxtWrapper>.imgWrapper {
        width: 100%;
    }

    .h_specialContent>.imgTxtWrapper>.txtWrapper {
        margin-top: 1rem;
        width: 100%;
    }

    .h_specialContent>h2 {
        border-radius: 5px;
    }

    .h_vehicle>.h_specialContent>.imgTxtWrapper {}

    .h_content {
        width: 100%;
        margin: 2rem auto 0;
    }

    .h_content>.h_title {
        padding: 0 5%;
    }

    .h_content>.h_title2 {
        text-align: center;
    }

    .h_content>.h_title3 {
        width: 90%;
    }

    .h_content>.h_text {
        width: 90%;
        margin: 0 auto;
    }

    .h_content>.boxImageText>.imgWrapper {
        width: 90%;
        margin: 0 auto;
    }

    .h_content>.boxImageText>.txtWrapper {
        width: 90%;
        margin: 0 auto;
    }

    /* about */
    .h_about>.imgContainer {
        width: 90%;
        margin: 0 auto;
    }

    .h_about>.imgContainer>.imgWrapper {
        width: 48%;
    }

    .h_factory>.itemContainer {
        width: 90%;
        margin: 0 auto;
        align-items: flex-start;
    }

    /* factory  */
    .h_content>.subtitleImageWrapper {
        width: 90%;
        margin: 1rem auto;
    }

    /* maezu */
    .h_maezu>.h_specialContent>.imgTxtWrapper {
        width: 100%;
    }

    .h_maezu>.h_specialContent>.imgTxtWrapper>.imgWrapper {
        width: 100%;
    }

    .h_maezu>.h_specialContent>.imgTxtWrapper>.txtContainer {
        width: 100%;
        margin-top: 1.5rem;
    }

    .h_specialContent2>h2 {
        border-radius: 5px;
    }

    .h_content>.h_landscape2>.h_map {
        width: 100%;
        flex: none;
    }

    .h_content>.h_landscape2>.txtWrapper {
        padding: 2rem 1rem;
    }

    .h_specialContent2>.imgTxtWrapper>.imgWrapper {
        width: 100%;
    }

    .h_specialContent2>.imgTxtWrapper>.txtWrapper {
        width: 100%;
    }

    /* vehicle */
    .h_vehicle>.h_specialContent {
        padding: 2rem 0.5rem;
    }

    .h_vehicle>.h_specialContent>h2 {
        width: 100%;
        margin: 0 auto 1rem 0%;
    }

    .h_vehicle>.h_specialContent>.imgTxtWrapper>.imgWrapper {
        width: 95%;
        margin: 1rem auto;
    }

    .h_vehicle>.h_specialContent>.imgTxtWrapper>.txtContainer {
        width: 100%;
        margin-top: 1rem;
    }

    .h_vehicle>.h_convList>dl>dd>span:first-child {
        flex: 2;
    }

    .h_vehicle>.h_convList>dl>dd>span {
        text-align: center;
    }

    .h_vehicle>.h_convList {
        margin: 0 auto 2rem;
    }

    /* permission */
    .h_permission {
        width: 90%;
    }

    .h_permission>.h_p_row>div {
        /* overflow-wrap: break-word; */
        /* word-break: break-word; */
        text-align: center;
        padding: 1rem 0;

    }

    .h_permission>.h_p_row:first-child>div:first-child {
        writing-mode: unset;
    }

    .h_permission>.h_p_row>div:first-child {
        /* writing-mode: vertical-rl; */
    }

    .h_permission>.h_p_row>div>a>.imgWrapper {
        top: calc(100% + 0.6rem);
        right: calc(50% - 0.6rem);
    }

    /* inter pross*/
    .h_intermediate>.itemContainer>.item {
        width: 100%;
        margin: 0 auto 1.5rem;
    }

    .h_intermediate>.h_imgTxtWrapper>.imgWrapper {
        width: 95%;
        margin: 1.5rem auto 1.5rem;
    }

    .h_intermediate>.h_imgTxtWrapper>.txtWrapper {
        width: 95%;
        margin: 0 auto 1.5rem;
    }

    .h_intermediate>.boxImage {
        width: 95%;
        margin: 0 auto 1.5rem;
    }

    .h_intermediate>.h_text {
        width: 95%;
        margin: 0 auto;
    }

    .h_intermediate>.h_landscape {
        width: 95%;
        margin: 0 auto;
    }

    .h_intermediate>.itemContainer {
        width: 95%;
        margin: 0 auto;
    }

    /* contact */
    .h_contact {
        width: 90%;
        margin: 0 auto;
    }
}

/* 固定お問い合わせボタン */
.contact-button-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 200px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.contact-button-fixed:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.6);
    background: linear-gradient(135deg, #f7931e, #ff6b35);
}

.contact-button-fixed .contact-dots {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ff6b35;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.contact-button-fixed span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

@keyframes pulse {
    0% {
        box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    }

    50% {
        box-shadow: 0 6px 25px rgba(255, 107, 53, 0.7);
    }

    100% {
        box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    }
}

/* お問い合わせポップアップ */
.contact-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.contact-popup {
    background: linear-gradient(135deg, #e8f0ef, #dde8e7);
    border: 1px solid #c0d4d2;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(55, 165, 149, 0.25);
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.contact-popup-header {
    padding: 20px;
    border-bottom: 1px solid #c0d4d2;
    background: linear-gradient(135deg, #d0e0de, #dde8e7);
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-popup-header h3 {
    margin: 0;
    color: #2e7d6b;
    font-size: 18px;
    font-weight: 600;
}

.contact-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #81c784;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.contact-popup-close:hover {
    background: rgba(129, 199, 132, 0.1);
    color: #2e7d6b;
}

.contact-popup-content {
    padding: 20px;
}

.contact-option {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #2e7d6b;
    transition: all 0.2s ease;
    border: 1px solid #e8f5f3;
    background: rgba(255, 255, 255, 0.7);
}

.contact-option:hover {
    background: rgba(232, 245, 243, 0.8);
    border-color: #81c784;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(55, 165, 149, 0.1);
}

.contact-option:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.phone-icon {
    background: linear-gradient(135deg, #81c784, #66bb6a);
}

.phone-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.form-icon {
    background: linear-gradient(135deg, #4db6ac, #26a69a);
}

.form-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.line-icon {
    background: linear-gradient(135deg, #a5d6a7, #81c784);
}

.line-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3L14.5 18H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12H7v-2h6v2zm4-4H7V8h10v2z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.contact-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #2e7d6b;
    font-weight: 600;
}

.contact-text p {
    margin: 0;
    font-size: 14px;
    color: #4a7c59;
}

.resource_depot_location {
    width: 88%;
    margin: 0 auto;
}

.resource_depot_location .underline_title, .resource_depot_location .body_of_letter {
    width: 100% !important;
}
.resource_depot_location .body_of_letter {
    margin-bottom: 0.5rem;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .contact-button-fixed {
        width: 60px;
        height: 170px;
        right: 15px;
        bottom: 80px;
    }

    .contact-button-fixed .contact-dots {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        width: 35px;
        height: 35px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.08);
    }

    .contact-button-fixed span {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .contact-popup {
        width: 95%;
        margin: 20px;
    }

    .contact-popup-header {
        padding: 15px;
    }

    .contact-popup-header h3 {
        font-size: 16px;
    }

    .contact-popup-content {
        padding: 15px;
    }

    .contact-option {
        padding: 12px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .phone-icon::before,
    .form-icon::before,
    .line-icon::before {
        width: 20px;
        height: 20px;
    }

    .contact-text h4 {
        font-size: 14px;
    }

    .contact-text p {
        font-size: 12px;
    }
}

/* 極小画面対応 */
@media (max-width: 480px) {
    .contact-button-fixed {
        width: 55px;
        height: 150px;
        right: 10px;
        bottom: 70px;
    }

    .contact-button-fixed .contact-dots {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 6px;
        width: 30px;
        height: 30px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.06);
    }

    .contact-button-fixed span {
        font-size: 14px;
        letter-spacing: 1px;
    }
}