/* ご提案サービス */

.Suggestion_bg {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    /* background-image: url(../img/background_img_recruit.jpg); */
    background-size: cover;
    background-position: center;
    background: linear-gradient(to bottom, #ededed, #ededed);;
}

.Suggestion_bg_content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.Suggestion_textBox {
    margin: 0;
    width: 500px;
}

.company-info-main .panel-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0d72b5;
    background-color: white;
    border: unset;
}

@media screen and (min-width: 768px) {
    .Suggestion_img {
        width: 49%;
        position: relative;
    }
}

.Suggestion_textBox .service_line img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    .service_text {
        padding: 0.8rem 1.6rem;
        font-size: 14px;
    }
}

.service_text {
    background: rgb(255 255 255);
    color: #101010;
}


.service_text h2 {
    color: #000000;
    font-weight: bold;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.Suggestion_img .madel {
    position: absolute;
}

.feature-box {
    text-align: center;
    padding: 20px 10px;
    border-right: 3px solid #ffffff;
}

.feature-box:last-child {
    border-right: none;
}

.feature-box img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}

.highlight-btn {
    background: #ffe100;
    padding: 15px 106px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    /* display: inline-block; */
    display: flex;
    align-items: center;
}

.highlight-btn span {
    color: #000;
}

.highlight-btn .bold {
    color: #000;
    font-weight: 700;
}

.recommend-text {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.container-one {
    background: #fff;
    padding: 30px 0;
}

.container-one .topic-items {
    background-color: #f5f5f5;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    margin-right: 0;
    margin-left: 0;
}

.button-top-form {
    display: flex;
    justify-content: center;
}

.data-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 25px;
}

.data-title p {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #4a86e8;
}

.data-item-list {
    padding: 0 0 20px 0;
}

.data-item-list-topic {
    margin-bottom: 14px;
    background-color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 18px;
}

.data-base_point-list_txt {
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.check-icon img {
    margin-bottom: 3px;
    margin-right: 13px;
}

.data-women-img {
    flex: 1;
}

.data-txt {
    flex: 1;
}

.warranty-wrap {
    max-width: 1366px;
    margin: 0 auto 60px;
}

.warranty-box {
    font-size: min(3vw, 28px);
    font-weight: bold;
    color: #000000;
    background-color: #cad4f9;
    text-align: center;
    line-height: 28px;
    padding: 22px 0 24px 0;
}

.sp-teian {
    display: none !important;
}

.warranty-note {
    margin-top: 100px;
    padding: 0 20px;
}

.warranty-note-title {
    margin: 60px 0 0;
    font-size: min(3vw, 28px);
    font-weight: bold;
    text-align: center;
    line-height: 42px;
}

.warranty-card {
    margin: 0 auto;
    max-width: 1100px;
}

.warranty-note-title span {
    font-size: min(4vw, 42px);
    color: #4a86e8;
}

.warranty-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.warranty-card-item {
    width: 29.2307692308%;
    text-align: center;
    position: relative;
    margin-top: 55px;
}

.warranty_list-item_icon {
    position: absolute;
    top: -69px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.warranty_list-item_txt {
    font-size: min(3vw, 28px);
    font-weight: bold;
    line-height: 1.428;
    color: #000;
    background-color: #FFE200;
    padding: 38px 15px 24px 16px;
    height: 137px;
    display: block;
}

.warranty-icon {
    position: relative;
}

.warranty-icon:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #cad4f9 transparent transparent transparent;
    border-width: 50px 74.5px 0 74.5px;
}

.trouble-section-main {
    background-color: #ededed;
}

.trouble-section {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

.trouble-section-wrap {
    padding: 80px 0;
}

.trouble-qa-list-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 60px 20px;
}

.trouble-list {
    list-style: none;
    padding: 0;
}

.trouble-content-wrap {
    max-width: 814px;
    margin: 0 auto;
}

.trouble-qa-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trouble-qa {
    flex: 1;
    margin-right: 40px;
}

.trouble-qa-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.trouble-img {
    width: 70px;
}

.qa {
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    flex: 1;
}

.trouble-qa-img {
    max-width: 182px;
}

.answer-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.answer-txt {
    padding-left: 90px;
    font-size: min(2vw, 16px);
}

.answer-title-wrap img {
    margin-top: 5px;
}

.answer {
    font-size: min(3vw, 28px);
    line-height: 1.5;
    font-weight: bold;
    color: #4a86e8;
    padding-left: 20px;
    position: relative;
}

.trouble-title-main {
    font-size: min(4vw, 38px);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
}

.trouble-title-sub {
    font-size: min(2vw, 20px);
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #000;

}

.trouble-box {
    background-color: #ededed;
    padding: 40px 20px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trouble-txt-wrap {
    flex: 1;
    /* margin-right: 40px; */
}

.trouble-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.block-20 {
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    color: black;
}

.truck_matching_form {
    padding-top: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background: url(../img/office_back.jpg) no-repeat;
    padding-bottom: 100px;
    position: relative;
}

.container-fuild {
    margin: 30px 0;
}

.team-title-main {
    font-size: min(3vw, 28px);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    background-color: #000;
    color: white;
    padding: 22px 0 24px 0;
}

.team-title-sub {
    font-size: min(2vw, 20px);
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.5;
    margin: 25px 0 0;
}

.delivery-form-container {
    background-color: white;
}

html {
    scroll-behavior: smooth;
}

.button-top-form a {
    text-decoration: none;
}


.team-text {
    max-width: 100%;
    margin: 0 2vw 0;
}

.team-heading {
    margin: 40px 0 30px;
    font-size: min(2vw, 24px);
    font-weight: bold;
    line-height: 1.5;
}

.team-text p {
    font-size: min(2vw, 16px);
}

.team-image {
    max-width: 519px;
}

@media screen and (max-width: 767px) {
    .Suggestion_bg_content {
        flex-direction: column;
        justify-content: flex-start;
        gap: 5%;
    }

    .text_wrap {
        margin: 0 0 4vw;
    }

    .Suggestion_img {
        padding: 0 0 60px;
        position: relative;
    }

    .free_tag img {
        max-width: min(40vw, 240px);
    }

    .Suggestion_title {
        margin: 0 0 0.2em;
    }

    .Suggestion_title img {
        max-width: min(50vw, 280px);
    }

    .Suggestion_textBox {
        max-width: 60vw;
    }

    .service_text {
        padding: 1em 1em 2em;
        line-height: 1.5;
        font-size: min(3.2vw, 18px);
    }

    .madel img {
        max-width: min(30vw, 160px);
    }

    .service_text h2 {
        font-size: 21px;
        margin: 0;
    }

    .Suggestion_img .madel {
        position: relative;
    }

    .service_women {
        position: absolute;
        bottom: 0;
    }

    .service_women img {
        max-width: min(95vw, 380px);
    }

    .data_steerlink {
        padding: 0px 10px 0;
        background-color: #ededed;
        position: relative;
        z-index: 3;
    }

    .info-list {
        padding: 0;
        max-width: 100%;
    }

    .data-container {
        padding: 30px 0 0 0 !important;
        margin: 0 20px !important;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .data-women-img {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        flex: inherit;
        order: 1;
    }

    .data-txt {
        flex: inherit;
    }

    .data-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .data-item-list {
        margin: 0;
        padding: 0;
    }

    .data-item-list-topic {
        width: 100%;
        margin-bottom: 12px;
        padding: 5px 0 5px 13px;
    }

    .info-list {
        background-color: white;
    }

    .warranty-wrap {
        margin: 0 auto;
        padding: 0 10px 40px;
        background-color: #EDEDED;
    }

    .warranty-title {
        margin: 0;
    }

    .warranty-box {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px;
    }

    .warranty-note {
        margin: 0;
        padding: 80px 12px 40px;
        background-color: #fff;
    }

    .warranty-note-title {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 34px;
    }

    .warranty-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .warranty-card-wrap {
        display: block;
    }

    .warranty-card-item {
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 38px;
    }

    .warranty-card-item:first-child {
        margin-top: 0;
    }

    .warranty-card-item-icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        width: 56px;
        height: auto;

    }

    .warranty_list-item_txt_wrap {
        height: 70px;
        margin-left: 68px;
        position: relative;
        display: block;
        background-color: #FFE200;
    }

    .warranty_list-item_txt {
        font-size: min(4.5vw, 24px);
        font-weight: bold;
        padding: 0;
        line-height: 1.3;
        position: absolute;
        background-color: transparent;
        height: auto;
        top: 50%;
        left: 11%;
        transform: translateY(-50%);
    }

    .highlight-btn {
        padding: 10px 26px;
    }

    .trouble-section {
        margin: 0 auto;
    }

    .trouble-section-wrap {
        padding: 40px 0;
    }

    .trouble-qa-list-item {
        padding: 40px 20px;
    }

    .trouble-content-wrap {
        max-width: 100%;
    }

    .trouble-qa-container {
        display: block;
    }

    .trouble-qa {
        flex: inherit;
        margin-right: 0;
    }

    .trouble-qa-wrap {
        margin-bottom: 20px;
    }

    /* .trouble-qa-wrap img{
        width: 50px;
    } */

    .trouble-qa-img {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .trouble-qa-img img {
        width: 140px;
    }

    .answer-title-wrap {
        align-items: center;
        margin-bottom: 20px;
    }

    .answer {
        font-size: 15px;
        line-height: 1.4666;
        padding-left: 10px;
    }

    .qa {
        font-size: 16px;
        padding-left: 10px;
    }

    .answer-txt {
        font-size: 14px;
        line-height: 1.71428571;
        padding-left: 60px;
    }

    .trouble-box {
        padding: 30px 17px;
        display: block;
    }

    .trouble-ttl {
        text-align: center;
        margin-bottom: 18px;
    }

    .trouble-txt {
        font-size: 14px;
        line-height: 1.71428571;
    }

    .trouble-title-sub {
        font-size: 16px;
    }

    .trouble-title-main {
        font-size: 25px;
    }

    .title-step h2 {
        font-size: 18px;
    }

    .heading-su {
        font-size: 20px;
    }

    .team-section {
        padding: 0 10px 0;
    }

    .team-inner {
        padding: 40px 0;
    }

    .team-title-main {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        line-height: 1.416 !important;
    }

    .team-title-sub {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .team-content {
        display: block;
    }

    .team-text {
        margin: 0 0 20px;
    }

    .team-heading {
        margin: 0 auto 10px;
        text-align: center;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1.6666;
    }

    .team-text p:nth-child(2) {
        text-align: center;
        font-size: 13px;
        line-height: 1.71428571;
    }

    .team-image {
        max-width: 100%;
    }

    .team-image img {
        width: 100%;
    }

    #aboutCompany {
        padding: 0 15px;
    }

    .internal_system {
        padding: 0 15px;
    }

    .company-info-main .company-box .service-body {
        width: 100%;
        height: 100%;
        padding: 15px 10px;
    }

    .internal_system_only {
        width: 100% !important;
    }

    .recruitment_requirements {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .Suggestion_bg_content {
        padding: 20px 0 0;
        gap: 2%;
    }

    .text_wrap {
        width: 49%;
    }

    .Suggestion_bg_content .free_tag img {
        max-width: 240px;
    }

    .Suggestion_bg_content .Suggestion_title img {
        max-width: 300px;
    }

    .service_text {
        padding: 0.8rem 1.6rem;
        font-size: 14px;
    }

    .Suggestion_img .madel img {
        max-width: 160px;
    }

    .title-step h2 {
        font-size: min(3vw, 28px);
    }

    .team-content {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 960px) {
    .Suggestion_bg_content {
        padding: 30px 0 0;
    }

    .Suggestion_bg_content .free_tag img {
        max-width: 320px;
    }

    .Suggestion_bg_content .Suggestion_title img {
        max-width: 400px;
    }

    .service_text {
        padding: 2rem 2rem 3rem;
        font-size: 18px;
    }

    .Suggestion_img .madel img {
        max-width: 200px;
    }
}

@media screen and (min-width: 1180px) {
    .Suggestion_bg_content .text_wrap {
        width: 100%;
    }

    .Suggestion_bg_content .Suggestion_title img {
        max-width: 480px;
    }

    .Suggestion_bg_content .free_tag img {
        max-width: 360px;
    }


    .service_text {
        font-size: 18px;
        padding: 10px 12px 25px;
        line-height: 1.7;
    }

    /* .Suggestion_bg_content .Suggestion_title {
        text-align: center;
    } */

    .Suggestion_bg_content {
        padding: 50px 0 50px;
        gap: 5%;
    }

    .text_wrap {
        width: 47.5%;
    }

    .Suggestion_img {
        width: 100%;
    }

    .Suggestion_img .madel img {
        max-width: 240px;
    }
}

.tag {
    border-radius: 50%;
    padding: 7px 14px;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    animation: borderPulse 2000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* animation */
@keyframes colorShift {

    0%,
    100% {
        background: #f8f8f8;
    }

    /* 33% {
              background: #fb3e3e;
            }
            66%{
              background: #0dcc00;
            } */
}

/* Declare border pulse animation */
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }

    50% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    }

    100% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4) 100%);
    }
}




.line_effect {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s;
}

.show_effect {
    opacity: 1;
    transform: translate(0, 0);
}



/* 栗山自動車 */

.company_vision {
    max-width: 1100px;
    margin: 0 auto;
}


#aboutCompany {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/world_map.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.company_vision_title h2 {
    color: red;
    font-weight: bold;
    text-align: center;
}

.company_vision_title .company_vision_title_sub {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 25px;
    font-weight: unset;
}


.warranty-title {
    margin-bottom: 100px;
}

.jyomu_message p {
    line-height: 1.8;
}

.jyomu_profile {
    background-color: #ededed;
    padding: 5px;
    padding: 13px 15px 35px;
}

.jyomu_profile .jyomu_profile_wrap {
    background-color: white;
    padding: 20px;
}

.internal_system_only {
    width: 95%;
}

.internal_system_only h4 {
    text-align: left;
    color: steelblue;
    font-weight: bold;
}

.contant-p-new {
    text-align: left;
    margin-top: 20px;
}

.company-info-main {
    justify-content: center;
}

.jyomu_message .comment_title {
    margin-top: .8em;
    background: #f7f7f7;
    padding: 21px 0;
    text-align: center;
    font-weight: bold;
}