@charset "UTF-8";
/* CSS Document */

.h1_page {
    background: url("../img/bg_h1.jpg") no-repeat center right;
}
@media screen and (max-width: 780px) {
    .h1_page {
        background-position: center;
        background-size: auto 100%;
    }
}


#message {
    background: #00abb3;
    padding: 100px 0 0;
    color: #FFF;
    position: relative;
}

#message .bg {
background: url("../img/bg_message.png") no-repeat, linear-gradient(#00abb3 0%, #00c850 100%);
background-size: cover;
background-position: top center;
    padding-bottom: 4em;
    z-index: 1;
}
#message .subtitle {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1em;
}

#message .h2_page {
    border-top: 3px solid #FFF;
}
#message .h2_page .en {
    background: #00abb3;
    color: rgba(255,255,255,0.40);
}
#message .h2_page .jp {
    color: #FFF;
}
.slick-slide {
    padding: 1px !important;
    box-sizing: border-box;
}

.message-box {
    display: flex;
    padding: 2em;
}
.message-box figure {
    width:calc(100% - 48%);
    margin-right: 2%;
}
.message-box figcaption {
    width: 50%;
    font-size: 92%;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.message-box .sign {
    text-align: right;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10px;
}
.message-box .sign span {
    font-size: 1.7rem;
    display: block;
}

@media screen and (max-width: 780px) {
    #message .subtitle {
        font-size: 1.5rem;
    }
    .message-box {
        display: block;
        padding: 1.5em;
    }
    .message-box figure,
    .message-box figcaption {
        width: 100%;
    }
}


/*企業理念*/
#policy {
    padding: 100px 0;
    background: url("../img/bg_policy.png") no-repeat center;
}
#policy .inner {
    background: #FFF;
    border: 1px solid #00abb3;
    box-shadow: 0 10px 0 #00abb3;
    max-width: 1070px;
    margin: 70px auto;
    padding: 2em;
    color: #00abb3;
    text-align: center;
    font-size: 110%;
}

@media screen and (max-width: 450px) {
    #policy .inner {
        margin: 0 auto;
    }
    #policy .inner br {
        display: none;
    }
}

/*沿革*/
@media screen and (max-width: 780px) {
    .table2 th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding-bottom: 0;
    }
    .table2 td {
        width: 100%;
        display: block;
        padding: 0 1em 1em;
    }
}


/*アクセス*/
#access {
    background-image: repeating-linear-gradient(90deg, #F0EFEF, #F0EFEF 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, #F0EFEF, #F0EFEF 1px, #fff 1px, #fff 20px);
    padding: 3em 0 0;
}
#access .inner {
    max-width: 850px;
    margin: 0 auto;
}
.add,
.root{
    display: flex;
    align-items: center;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.add:before {
    content: "所在地";
    display: block;
    background: #00ABB3;
    width: 260px;
    text-align: center;
    font-weight: 700;
    font-size: 110%;
    margin-right: 1em;
    padding: 10px;
    color: #FFF;
}
.root:before {
    content: "交通アクセス";
    display: block;
    background: #00ABB3;
    width: 260px;
    text-align: center;
    font-weight: 700;
    font-size: 110%;
    margin-right: 1em;
    padding: 10px;
    color: #FFF;
}
@media screen and (max-width: 780px) {
    .add,
    .root {
        display: block;
        padding: 1em;
    }
    .add:before,
    .root:before{
        width: 100%;
        margin-bottom: 10px;
    }
}


#access .img {
    display: flex;
}
#access .img iframe {
    width: 50%;
}
#access .img figure {
    width: 50%;
    background: url("../img/img_honsha.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 780px) {
    #access .img {
        display: block;
    }
    #access .img iframe,
    #access .img figure {
        width: 100%;
    }
    #access .img figure {
        height: 315px;
        background-size: contain;
    }
}