@charset "UTF-8";

/*========================================================*/
/* トップページ限定
/*========================================================*/
body#page_home {
    padding-top: 0;
}

/* フッター
/*--------------------------------------------------------*/
.footer_main {
    background: transparent;
}
/* .footer_main .navi {
    border-bottom: 1px solid #666;
} */
.footer_main .navi ul li a {
    color: #111;
}
.footer_main .discription p {
    color: #111;
}

.footer_sub {
    background-color: #dfdfdf;
}
.footer_sub span {
    color: #fff;
}


/* 会社紹介文
/*--------------------------------------------------------*/
#home_introduction {
    padding: 70px 0;
    background-image: url(img/back_img2.png);
}
#home_introduction .text {
    text-align: center;
}
#home_introduction .text > p {
    width: 70%;
    margin: 0 auto 20px;
}
#home_introduction .text > hr {
    width: 200px;
    margin: 0 auto;
}
@media(max-width:991px) {
    #home_introduction {
        padding: 40px 0;
    }
    #home_introduction .text > p {
        width: 90%;
    }    
    
}

/* About us
/*--------------------------------------------------------*/
#home_about {
    margin-top: 70px;
}
@media(max-width:991px) {
    #home_about {
        margin-top: 0;
    }    
}
.contents_box {
    padding-top: 90px;
}
@media(max-width:991px) {
    .contents_box {
        padding-top: 0;
    }    
}
.about_contents {
    flex-direction: row-reverse;
}
.about_contents .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.about_contents .image {
    width: calc(100% - 50%);
    text-align: right;
}
.about_contents .image img {
    width: 95%;
}
.about_contents_sp {
    position: relative;
}
.about_contents_sp .image img {
    width: 100%;
}
.about_contents_sp .text {
    background-color: #f0f0f0;
    width: 90%;
    padding: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_contents_sp .text p {
    text-align: center;
}
@media(max-width:991px) {
    .about_contents {
        flex-direction: column-reverse;
    }
    .about_contents .text {
        width: 100%;
        padding: 40px 10px 20px 10px;
    }
    .about_contents .image {
        width: 100%;
    }
    .about_contents .image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
}


/* サービス
/*--------------------------------------------------------*/
#home_service {
    margin-top: 70px;
    background-image: url(img/back_img3.png);
    background-size: cover;
}
@media(max-width: 991px) {
    #home_service {
        background-image: none;
    }
    #home_service .view_btn {
        margin: 0 auto;
        margin-top: 30px !important;
    }
}
#home_service .text_sp {
    padding: 0 15px;
}
#home_service .sp_back {
    background-image: url(img/back_img.png);
    padding: 30px 0;
}
@media(min-width: 992px) {
    #home_service .sp_back {
        background-image: none;
    }
    #home_service .text_sp {
        display: none;
    }      
}
#home_service .text_pc {
    display: flex;
    align-items: center;
}
#home_service .text_pc .section_title {
    width: 25%;
}
@media(max-width: 991px) {
    #home_service {
        margin-top: 20px;
    }
    #home_service .text_pc {
        display: none;
    }    
}
#home_service .service_box > p {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
}
@media(max-width:991px) {
    #home_service .service_box > p {
        width: 90%;
        margin: 0 auto 20px;
    }
}
.service_contents {
    display: flex;
    gap: 0 20px;
}
.service_contents .service_item {
    width: calc(100% / 4);
    position: relative;
    overflow: hidden;
}
@media(max-width: 991px) {
    .service_contents {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }    
    .service_contents .service_item {
        width: 47%;
    }
}
.service_contents .service_item img {
    width: 100%;
}
.service_contents .item_text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-family: "BIZ UDPGothic", sans-serif !important;
}
.service_contents .item_text p {
    color: #fff;
    text-align: end;
}
.service_contents .item_text .service_name {
    font-size: 1.2rem;
    /* font-weight: 600; */
}

/* 新着情報
/*--------------------------------------------------------*/
#home_news {
    margin-top: 100px;
}
#home_news hr {
    background-color: #ccc;
    width: 98%;
    margin: 0 auto;
}
@media(min-width: 992px) {
    #home_news hr {
        display: none;
    }   
}
#home_news .news_box {
    display: flex;
    align-items: center;
}
#home_news .news_box .news_title {
    width: 20%;
    min-width: 200px;
}
#home_news .news_box .news_contents {
    border-left: solid 1px #ccc;
    width: 100%;
}
#home_news .news_box .news_contents::-webkit-scrollbar {
    width: 5px;
}
#home_news .news_box .news_contents::-webkit-scrollbar-track {
    background-color: rgb(0, 0, 255);}
#home_news .news_box .news_contents::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgb(255, 0, 0);
}
#home_news .news_box .news_contents .news_item {
    /* height: 180px; */
    overflow-y: scroll;
    margin: 20px 0 20px 60px;
}
/* 準備中表示 */
#home_news .news_box .news_contents .news_item p {
    background-color: #f7f7f7;
    border: solid 1px #d5d5d5;
    margin: 20px 0 20px 60px;
    padding: 20px;

}
#home_news .news_box .news_contents dl {
    display: flex;
    flex-wrap: wrap;
}
#home_news .news_box .news_contents dl dt {
    width: 15%;
    color: #027286;
    padding-bottom: 20px;
}
#home_news .news_box .news_contents dl dd {
    width: calc(100% - 15%);
}
@media(max-width: 991px) {
    #home_news {
        margin-top: 50px;
    }
    #home_news .news_box {
        flex-direction: column;
        align-items: start;
    }
    #home_news .news_box .news_contents {
        border-left: none;
    }
    #home_news .news_box .news_title {
        margin-left: 5px;
    }
    #home_news .news_box .news_contents .news_item {
        margin-left: 5px;
    }
    /* 準備中表示 */
    /* #home_news .news_box .news_contents .news_item p {
        margin: 30px 5px;
    } */
    
    #home_news .news_box .news_contents dl dt {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 5px;
        font-weight: bold;
    }
    #home_news .news_box .news_contents dl dd {
        margin-bottom: 15px;
        width: 100%;
    }
}
/* インフォメーション
/*--------------------------------------------------------*/
#home_infomation {
    margin-top: 100px;
    background-image: url(img/back_img4.png);
    background-size: cover;
    padding: 70px 0 130px 0;
}
#home_infomation .info_box {
    width: calc(100% / 2);
}
#home_infomation .info_box .info_title {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    flex-direction: column;
}
#home_infomation .info_box .info_contents {
    position: relative;
    display: flex;
    justify-content: center;
}
#home_infomation .info_box .info_contents img {
    width: 100%;
}
#home_infomation .info_box .info_contents .info_text {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    position: absolute;
    bottom: -50px;
    width: 80%;
    min-height: 120px;
}
#home_infomation .view_btn {
    border: solid 1px #7b7b7b;
}
@media(max-width: 991px) {
    #home_infomation {
        background-image: none;
        background-color: #f0f0f0;
        margin-top: 20px;
        padding: 40px 0 50px 0;
    }
    #home_infomation .info_grp {
        flex-direction: column;
    }
    #home_infomation .info_box {
        width: 100%;
        padding: 0;
    }    
    #home_infomation .info_contact {
        margin-top: 30px;
    }
    #home_infomation .info_box .info_contents .info_text {
        width: 100%;
        bottom: -1px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
        min-height: 100px;
    }
    #home_infomation .info_box .info_contents .info_text .view_btn {
        margin-top: 10px;
    }
      
}


/* 採用について
/*--------------------------------------------------------*/
#infomation .infomation_contents {
    border: solid 1px #666;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
}
#infomation .infomation_contents .info_title {
    border-bottom: solid 1px #666;
    display: inline;
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
}
#infomation .infomation_contents .info_title+p {
    line-height: 2.5;
    font-weight: bold;
    color: #666;
}
#infomation .infomation_contents .img_1 {
    display: block;
    margin: 20px auto;
    width: 55px;
}
#infomation .infomation_contents .img_2 {
    display: block;
    margin: 25px auto;
    width: 55px;
}
#infomation .infomation_contents button {
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ff8080;
}
#infomation .tel_info {
    background-color: #d9f5ff;
    border: none;
    width: 49%;
    margin: 0 5px 0 1px;
}
#infomation .mail_info {
    background-color: #fff1e8;
    border: none;
    width: 49%;
}
#infomation .form_info {
    background-color: #e9fef3;
    border: none;
}
@media(min-width:992px) {
    #infomation .infomation_contents .info_title {
        font-size: 15px;
    }
}
@media(min-width:768px) {
    #recruit .recruit_contents button {
        margin-top: 25px;
    }
}
@media(min-width:464px) and (max-width:794px) {
    #infomation .infomation_contents p {
        font-size: 13px;
    }

}


/* アクセス
/*--------------------------------------------------------*/
#access {
    text-align: center;
}
#access .img {
    position: relative;
    height: 160px;
    margin-bottom: 15px;
    overflow: hidden;
}
#access .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
#access h3 {
    font-size: 140%;
}
#access h3 + strong {
    color: #888;
    font-size: 85%;
}
#access address {
    display: block;
    margin: 10px auto 5px;
}
#access address > span {
    display: block;
    font-size: 15px;
}
#access address > a {
    display: block;
    margin: 5px auto;
    color: #ff8080;
    font-size: 25px;
}
#access address > a:hover {
    text-decoration: none;
    opacity: 0.8;
}
#access address > a > img {
    height: 30px;
}
#access dl dt, #access dl dd {
    padding: 0 4px 0 4px;
    font-family: sans-serif;
}
#access dl dt {
    width: 50%;
    float: left;
    color: #888;
    text-align: right;
}
#access dl dt:after {
    content: '/';
    display: inline-block;
    width: 1em;
}
#access dl dd {
    margin-left: 50%;
    text-align: left;
}
#access dl dd:after {
    content: '';
    display: block;
    clear: both;
}
#access .fax_num {
    font-size: 17px;
    font-weight: bold;
}
#access .map > iframe {
    width: 100%;
}
@media (min-width:768px) {
    #access .img {
        height: 220px;
    }
    #access address > span {
        display: inline-block;
    }
    #access dl dt, #access dl dd {
        font-size: 90%;
    }
}

