@charset "UTF-8";

/*  common
---------------------------------------------------------------*/

body {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}

img {
    width: 100%;
    height: auto;
}

figure {
    position: relative;
}

picture {
    display: block;
}

.fs-xl {
    font-size: 32px;
}

.fs-l {
    font-size: 18px;
}

.fs-m {
    font-size: 16px;
}

.fs-s {
    font-size: 14px;
}

.mb-xl {
    margin-bottom: 100px !important;
}

.mb-l {
    margin-bottom: 60px !important;
}

.mb-m {
    margin-bottom: 35px !important;
}

.mb-s {
    margin-bottom: 30px !important;
}

.mb-xs {
    margin-bottom: 20px !important;
}

h2.ttl {
    position: relative;
    font-size: 32px;
    color: #2173bc;
    letter-spacing: .1em;
    text-align: center;
}

a {
    transition: .3s;
}

a:hover {
    opacity: .7;
}

.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/*  top
---------------------------------------------------------------*/


.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    align-items: center;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.header_wrap h1 {
    width: 260px;
}

.gnav, .gnav ul {
    height: 100%;
}

.gnav ul {
    display: flex;
}

.gnav ul li {
    width: 150px;
    height: 100%;
}

.gnav ul li a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: #cedbec;
}


.gnav ul  li.carrent a {
    background: #2173bc;
    color: #fff;
    pointer-events: none;
}

.mv {
    margin-top: 70px;
}

.news_list {
    max-height: 300px;
    overflow-y: scroll;
}

.news_list h2::before {
    content: "News";
    position: absolute;
    top: -1.2em;
    font-size: 21px;
    left: 50%;
    transform: translateX(-50%);
    color: #cedbec;
}

.news_list > div {
    display: flex;
    align-items: end;
    padding-bottom: 15px;
    border-bottom: 1px solid #cedbec;
}

.news_list dt {
    margin-right: 8%;
}

.to_company figure {
    position: relative;
}

.to_company div {
    position: absolute;
    width: 20%;
    max-width: 240px;
    letter-spacing: .1em;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    font-size: 12px;
    display: grid;
    place-items: center;
    height: 80px;
}

/*  company
---------------------------------------------------------------*/

.company_ttl {
    position: relative;
    margin: 70px 0 100px 0;
    height: 250px;
    background: url('../img/company_img.jpg') no-repeat center / cover;
}

.company_ttl h1 {
    position: absolute;
    font-size: 42px;
    letter-spacing: .1em;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.line_table > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.line_table > div:last-child {
    margin-bottom: 0px;
}

.line_table dt,.line_table dd {
    padding-bottom: 30px;
}

.line_table dt {
    display: grid;
    align-items:center;
    width: 20%;
    border-bottom: 2px solid #2173bc;
    font-weight: 600;
}
.line_table dd {
    width: 70%;
    border-bottom: 1px solid #2173bc;
}

.line_table div:first-child dt,.line_table div:first-child dd {
    padding-top: 30px;
}

.line_table div:first-child dt {
    border-top: 2px solid #2173bc;
}

.line_table div:first-child dd {
    border-top: 1px solid #2173bc;
}

.map iframe {
    width: 100%;
}

.company h2::before,.map h2::before,.specifications h2::before {
    content: "";
    position: absolute;
    top: -1.2em;
    font-size: 21px;
    left: 50%;
    transform: translateX(-50%);
    color: #cedbec;
}

.company h2::before {
    content: "Company Profile";
}
.map h2::before {
    content: "Map";
}

span.address {
    width: 167px !important;
}

.specifications h2::before {
    content: "Specifications";
}
@media screen and (max-width: 768px) {

    html {
        font-size: 14px;
    }

    .fs-xl {
        font-size: 24px;
    }

    .fs-l {
        font-size: 16px;
    }

    .fs-m {
        font-size: 14px;
    }

    .fs-s {
        font-size: 12px;
    }

    .mb-xl {
        margin-bottom: 60px !important;
    }

    .mb-l {
        margin-bottom: 30px !important;
    }

    .mb-m {
        margin-bottom: 20px !important;
    }

    .mb-s {
        margin-bottom: 15px !important;
    }

    .mb-xs {
        margin-bottom: 10px !important;
    }


    .header_wrap {
        padding-left: 4%;
        align-items: center;
        height: 60px;
    }
    .header_wrap h1 {
        width: 150px;
    }
    .gnav ul li {
        width: 80px;
    }
    .mv {
        margin-top: 60px;
    }
    h2.ttl {
        font-size: 24px;
    }
    .news h2::before {
        font-size: 18px;
    }
    .news_list > div {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    
    .to_company figure {
        height: 200px;
        overflow: hidden;
    }

    .to_company figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% center; /* 表示基準を右に */
    }

    .to_company div {
        position: absolute;
        width: 20%;
        min-width: 140px;
    }


    .company_ttl {
        position: relative;
        margin: 60px 0 60px 0;
        height: 200px;
        background: url('../img/company_img.jpg') no-repeat center / cover;
    }

    .company_ttl h1 {
        position: absolute;
        font-size: 24px;
        letter-spacing: .1em;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
}

    .company h2::before,.map h2::before,.specifications h2::before {
            font-size: 18px;
            width: 100%;
    }

    .line_table > div {
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .line_table dt {
        width: 100%;
        border-bottom: 2px solid #2173bc;
        font-weight: 600;
    }
    .line_table dd {
        width: 100%;
        border-bottom: 1px solid #2173bc;
    }
   
    .line_table div:first-child dt {
        border-top: none;
    }
     .line_table div:first-child dt {
        padding-top: 0px;
    }
    .line_table dt {
        padding-bottom: 5px;
    }

    .line_table div:first-child dd {
        border-top: none;
    }
    .line_table dd {
        padding: 15px 0;
    }
     .line_table div:first-child dd {
        padding-top: 15px;
    }



}









