@charset "UTF-8";
/* CSS Document */
/*タブレット*/
@media screen and (max-width: 1100px) {
    /*==============共通=============*/
    .breadcrumbs {
        width: 90%;
    }
    .sub-top-img_wrap {
        /*        height: 20vw;*/
    }
    .sub-sec_title {
        font-size: 120%;
    }
    /*==============お知らせ=============*/
    .title-flex {
        width: 100%;
    }
    .title-flex .title-content {
        margin: 0px 0px 40px;
    }
    .news-wrap .eng-mini, .news-wrap .title-main {
        text-align: center;
    }
    .news-wrap {
        margin: 80px auto;
        flex-flow: column;
    }
    #news-main .news-title {
        gap: 8px;
        align-items: flex-start;
    }
    #news-main .news-txt {
        width: 80%;
        font-size: 90%;
    }
    .news-sp-btn {
        margin: 40px auto 0;
        width: 100%;
    }
    .news-p-title {
        flex-flow: column;
        align-items: flex-start;
    }
    .title-img {
        width: 65px;
        margin: 0 10px 0px;
    }
    .news-p-day {
        font-size: 80%;
    }
    .news-p-txt {
        font-size: 90%;
    }
    /*===お知らせ===*/
    .news-pc-btn {
        display: none;
    }
    .news-sp-btn {
        display: block;
        max-width: 284px;
        margin: 40px 0;
    }
    /*===会社案内==============*/
    .message-wrap {
        flex-flow: column;
    }
    #about-main .title-flex {
        width: 100%;
    }
    .message-name_wrap::after {
        width: 70px;
        height: 70px;
    }
    .message-name_wrap {
        font-size: 100%;
    }
    .message-name {
        width: 130%;
    }
    .about-contet_wrap .eng-mini, .about-contet_wrap .title-main {
        text-align: center;
    }
    #about-main .title-flex {
        width: 100%;
    }
    .bus-title {
        font-size: 100%
    }
    .bus-nam {}
    .business-cap {
        margin: 20px 0 0;
        text-align: left;
        font-size: 90%;
    }
    .history-img-itam img {
        max-width: 280px;
    }
    .shinbun_img img {
        max-width: 260px;
    }
    .history-img_list {
        flex-flow: nowrap;
    }
    /*===事業内容===*/
    .about-contet_wrap {
        flex-flow: column;
    }
    .history-img-itam {
        flex-flow: column;
        gap: 8px;
    }
    .about-contet_wrap .txt {
        width: 30%;
    }
    .about-contet_wrap .price {
        width: 80%;
        font-size: 80%;
        line-height: 180%;
    }
    .point-abo_txt {
        font-size: 80%;
    }
    .shinbun_wrap {
        max-width: 700px;
        margin: 32px auto 0;
    }
    .shinbun_txt_list {
        box-sizing: border-box;
        padding: 0px 0px 0px 20px;
    }
    /*===保有車===*/
    .inventory-list .point-inve_txt {
        font-size: 90%;
    }
    .inventory-list .price {
        width: 10%;
    }
    .inventory-list .inve-total img {
        max-width: 110px;
        width: 100%;
    }
    /*===レンタル===*/
    .br-ren-pc {
        display: none;
    }
    .br-ren {
        display: block;
    }
    .rental-wrap .rental-pick {
        max-width: 500px;
        flex-flow: column;
    }
    .rental-wrap .point-rental {
        margin: 0 0 15px 0;
    }
    .rental-pick img {
        width: 100%;
        max-width: 370px;
        margin: 10px auto 0;
    }
    .rental-wrap .dots {
        padding-top: 0.1em;
    }
    .ren-flex {
        gap: 18px;
        flex-flow: column;
    }
    .ren-txt {
        text-align: center;
    }
    /*==============リクルート=============*/
    .about-img_scroll-list__item img {
        height: 280px;
    }
    .rec-flow_list {
        grid-template-columns: 1fr;
    }
    .rec-flow_list li::after {
        width: 100%;
        height: 20px;
        position: absolute;
        background-image: url(../img/common/bottom-g.svg);
        background-size: 10px;
        background-position: bottom;
        right: 0px;
        top: 100%;
    }
    .rec-flow_list li {
        padding: 20px;
    }
}
/*スマホ*/
@media screen and (max-width: 780px) {
    /*==============事業内容=============*/
    .business-list-wrap {
        flex-flow: column;
    }
    .br-ren {
        display: block;
    }
    .rental-pick {
        width: 90%;
        gap: 8px;
        flex-flow: column;
    }
    .point-tex {
        font-size: 180%;
    }
    .rental-wrap .point-rental {
        margin: 0 0 15px 0;
        padding: 10px;
        font-size: 150%;
    }
    .rental-wrap .point-tex {
        font-size: 180%;
    }
    .point-txt {
        font-size: 120%;
    }
    .bus-nam {
        width: fit-content;
        padding: 10px 8px;
        display: flex;
        align-items: center;
    }
    .rental-wrap .ren-flex {
        gap: 10px;
    }
    .rental-list {
        padding: 20px;
        flex-flow: column;
    }
    table .atten:last-child {
        width: 90%;
    }
    .ren-flex {
        gap: 0px;
    }
    .business-list-wrap {
        max-width: 600px;
        margin: 0 auto;
        align-items: center;
        flex-flow: column;
    }
    .business-list::after {
        width: 100%;
        height: 1px;
        top: 0px;
    }
    .business-list {
        width: 90%;
        padding: 40px 0px;
    }
    .business-point {
        justify-content: space-between;
    }
    .bus-title {
        width: 100%;
        padding: 8px 10px;
        font-size: 110%;
    }
    /*	陸*/
    .rec_btn-list {
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    /*==============共通=============*/
    .breadcrumbs p {
        font-size: 70%;
    }
    .sub-top-img_wrap {
        height: 20vw;
    }
    .sub-sec_title {
        font-size: 160%;
        letter-spacing: 0.1rem;
    }
    .breadcrumbs a {
        font-size: 70%;
    }
    .sub-sec {
        padding: 40px 0 70px;
    }
    /*==============お知らせ=============*/
    #news-main .news-title {
        padding: 20px 0;
        align-items: self-start;
        flex-flow: column;
    }
    #news-main .news-item-top {
        width: 100%;
    }
    #news-main .news-day {
        width: 100%;
        align-items: flex-start;
    }
    .news-sp-btn {
        max-width: 100%;
        display: block;
        margin: 40px 0;
    }
	#news-main .news-txt{
		width: 100%;
	}
    /*==============会社案内=============*/
    .shinbun_wrap {
        flex-flow: column;
        align-items: center;
    }
    .history-img_list {
        flex-flow: column;
        align-items: center;
    }
    .rental-wrap .point-rental {
        margin: 0 0 0;
    }
    .rental-wrap .rental-pick {
        width: 90%;
        gap: 10px;
        max-width: 340px;
    }
    .rental-wrap table .atten:last-child {
        width: 90%;
        font-weight: normal;
    }
    .rental-wrap .point-txt {
        font-size: 120%;
    }
    /*==============採用情報=============*/
    .about-img_scroll-list__item {
        width: calc(100vh / 2.5);
    }
    .catchcopy-box {
        display: none;
    }
    .catchcopy-sp {
        padding: 20px;
        box-sizing: border-box;
        width: 98%;
    }
    .catchcopy-sp p {
        position: relative;
    }
    .catchcopy-sp p::after {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0.3;
        background-image: url("../img/common/favicon.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .catchcopy-sp img {
        width: 100%;
    }
    .about-img_scroll-list__item img {
        height: 150px;
    }
    .rec_btn-list {
        flex-flow: column;
        gap: 14px;
    }
    .title-sub-content {
        width: 100%;
        max-width: 90%;
        padding: 0 10px;
        margin: 40px auto;
    }
    .title-sub {
        font-size: 130%;
        background: linear-gradient(transparent 80%, #F8E784 70%);
    }
    .rec-want_list {
        gap: 20px;
        flex-flow: column;
    }
    .rec-icon {
        padding: 25px 20px;
        max-width: 120px;
    }
    .rec-want_point {
        margin: 20px 0 10px;
        font-size: 100%;
        line-height: 180%;
    }
    .rec-want_list li::after {
        width: 80%;
        margin: 0 auto;
        height: 2px;
        left: 10%;
    }
    .rec-voice_list li {
        max-width: 250px;
    }
    .rec-voice_list {
        background-image: none;
        background-position: 0% 0%, 100% 100%;
        background-size: 20%;
    }
    #recruit-voice {
        background-image: url(../img/sub/r-comment-icon.svg), url(../img/sub/l-comment-icon.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: 4% 23%, 95% 98%;
        background-size: 15%;
    }
    .rec-info_list td {
        width: 100%;
        font-size: 80%;
        display: block
    }
    .rec-info_list tbody th {
        width: 100%;
        padding: 8px 10px;
        font-size: 90%;
        display: flex;
        border-bottom: none;
        ;
    }
    .rec-info_list td {
        border-bottom: 1px solid #3A6028;
        border-left: 1px solid #3A6028;
        border-right: 1px solid #3A6028;
    }
    .step {
        font-size: 120%;
    }
    .step-title {
        font-size: 100%;
    }
    .flow-phone a {
        max-width: 100%;
        font-size: 100%;
    }
    #recruit-info .ren-title-item {
        margin: 32px 0px 32px 4px;
        padding: 7px 10px 10px 20px;
        font-size: 110%;
        border-left: 7px solid #3B5F28;
    }
    .about-img_scroll_list {
        gap: 30px;
    }
    .rec-voice_wrap {
        padding: 40px 0;
    }
    .rec-voice_list li p {
        font-size: 90%;
        line-height: 160%;
    }
    .rec-voice_list li:nth-child(even)::after {
        content: "";
        position: absolute;
        left: -180px;
    }
    .flow-phone a {
        pointer-events: auto;
    }
}