@charset "utf-8";

/********** ファーストビュー **********/
.fv {
    width: 100%;
    margin-top: 169px;
    margin-bottom: 80px;
    background: #eee;
    padding: 20px;
}

.fv .image_area {
    background: url(../img/fv_bg.png) center no-repeat;
    background-size: cover;
    max-width: 1400px;
    height: 437px;
    margin: 0 auto;
    position: relative;
}

.fv .image_area .image_inner {
    position: absolute;
    top: 40px;
    left: 15%;
}

.fv .image_area .image_inner .fv_slide_bg {
    max-width: 548px;
    width: 100%;
}

.fv .image_area .image_inner .slider {
    position: absolute;
    top: 100px;
    left: 40px;
    max-width: 452px;
    width: 100%;
}

.fv .image_area .image_inner .slider .fv_slide1 {
    max-width: 452px;
    height: auto;
    padding-top: 10px;
}

.fv .image_area .image_inner .slider .fv_slide2 {
    max-width: 410px;
    width: 100%;
    padding-left: 20px;
}

.slick-prev,
.slick-next {
    display: none;
}



/********** お知らせ *********/

.news {
    padding: 0 20px;
}

.topic_news {
    max-width: 1000px;
    margin: 65px auto 35px;
    background: #eeeeee;
    padding: 20px 110px 30px;
}

.topic_news .topic_news_box {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #a0a0a0;
align-items: center;
}

.topic_news .topic_news_box .topic_news_left {
    /*width: 50%;*/
    display: flex;
    padding-right: 20px;
    align-items: center;
/*    margin-bottom: 10px;*/
}

.topic_news .topic_news_box .topic_news_left .topic_news_date {
    color: #1ea821;
    padding-right: 20px;
}

.topic_news .topic_news_box .topic_news_left .topic_news_category {
    font-weight: bold;
    color: #fff;
    background: #1ea821;
    padding: 0px 20px;
    height: 28px;
    line-height: 28px;
}


.topic_news .topic_news_box .topic_news_right {
    max-width: 55%;
}


.topic_news .topic_news_box .topic_news_right a:hover {
    color: #a0a0a0;
}

.topic_news_more {
    padding-bottom: 95px;
}

.topic_news_more a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 240px;
    height: 55px;
    border: 1px solid #1ea821;
    line-height: 55px;
    color: #1ea821;

}

.topic_news_more a:hover {
    background: #1ea821;
    color: #fff;
}

/********** 福祉のひまレンとは *********/
.about {
    max-width: 1400px;
    height: 610px;
    margin: 0 auto;
    padding: 45px 20px;
    background: url(../img/bg_about.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.about .about_inner {
    max-width: 1000px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
}

.about .about_inner .about_text p {
    text-align: center;
    font-weight: bold;
    line-height: 2.25;
}

/********** 車両ラインナップ **********/
.cars {
    max-width: 1400px;
    margin: 0 auto;
    background: #eee;
    padding: 50px 20px 76px;
}

.cars .cars_inner {
    max-width: 1000px;
    background: #fff;
    margin: 0 auto 36px;
    padding: 30px 10px;
}

.cars .cars_inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cars .cars_inner ul li {
    width: 270px;
    margin: 0 24px 24px;
}

.cars .link_btn a {
    width: 240px;
    background: #fff;
    border: solid 1px #1ea821;
    display: block;
    padding: 16px;
    color: #1ea821;
    text-align: center;
    margin: 0 auto;
}

.cars .link_btn a:hover {
    background: #1ea821;
    color: #fff;
    border: solid 1px #fff;
}

/********** ５つの理由 **********/
.reason {
    padding: 50px 20px 100px;
}

.reason .reason_block {
    max-width: 1000px;
    background: #eee;
    padding: 30px;
    margin: 0 auto 20px;
}

.reason .reason_block .reason_inner {
    background: #fff;
    padding: 15px 30px;
}

.reason .reason_block .reason_inner ul {
    display: flex;
    align-items: center;
}

.reason .reason_block .reason_inner ul li img {
    max-width: 115px;
    height: auto;
    margin-right: 30px;
}

.reason .reason_block .reason_inner ul li p.lead {
    font-weight: bold;
    font-size: 30px;
}

.reason .reason_block .reason_inner ul li p.text {
    font-weight: bold;
    font-size: 18px;
}

.reason .reason_block .reason_inner ul li p.text span {
    color: #ff7200;
}

@media screen and (max-width: 1400px) {
	.fv .image_area .image_inner {
		left: 6%;
	}
}

@media screen and (max-width: 1000px) {
    .fv .image_area {
        height: 300px;
    }

    .fv .image_area .image_inner .slider {
        top: 35%;
        left: 3%;
    }

    .fv .image_area .image_inner .fv_slide_bg {
        max-width: 548px;
        height: 160px;
        width: auto;
    }


    .fv .image_area .image_inner .slider .fv_slide1,
    .fv .image_area .image_inner .slider .fv_slide2 {
        height: 90px;
        width: auto;
    }

    .topic_news {
        padding: 20px 20px 30px;
    }

}

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

@media screen and (max-width: 600px) {
    .fv {
        background: #1ea821;
        margin-top: 74px;
        padding: 10px 10px 5px;
        margin-bottom: 50px;
    }

    .fv .image_area {
        height: 250px;
        position: relative;
        background-position-x: 80%; 
    }

    .fv .image_area .image_inner {
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        top: 60%;
    }

    .fv .image_area .image_inner .fv_slide_bg {
        max-width: 280px;
        margin: 0 auto
    }

    .fv .image_area .image_inner .slider {
        left: 7%;
    }

    .fv .image_area .image_inner .slider .fv_slide1 {
        height: 75px
    }

    .fv .image_area .image_inner .slider .fv_slide2 {
        padding: 5px 0 0 5px;
    }

    .news {

        padding: 50px 20px 0;
    }

    .topic_news {
    	margin-top: 30px;
    }

    .topic_news .topic_news_box {
        display: block;
    }

    .topic_news .topic_news_box .topic_news_left {
        display: block;
        width: 100%;
        padding: 0;
    }

    .topic_news .topic_news_box .topic_news_left .topic_news_date {
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .topic_news .topic_news_box .topic_news_left .topic_news_category {
        font-size: 14px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .topic_news .topic_news_box .topic_news_right {
        width: 100%;
    }

    .topic_news_more {
        padding-bottom: 45px;
    }

    .about {
        height: auto;
    }

    .about .about_inner .about_text p {
    	text-align: left;
    }


    .cars .cars_inner {
        padding: 20px;
    }

    .cars .cars_inner ul li {
        margin: 0 0 20px;
        width: 100%;
    }

    .reason {
        padding: 50px 20px;
    }

    .reason .reason_block {
        padding: 10px;
    }

    .reason .reason_block .reason_inner {
        padding: 20px 10px;
    }

    .reason .reason_block .reason_inner ul {
        display: block;
    }

    .reason .reason_block .reason_inner ul li img {
        margin: 0 auto;
        max-width: 18%
    }

    .reason .reason_block .reason_inner ul li p.lead {
        font-size: 20px;
        padding: 5px 0;
        text-align: center;
    }

    .reason .reason_block .reason_inner ul li p.text {
        font-size: 14px;
    }

}

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

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