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

/* ---------- COMMON ---------- */

.title_area{
    background-color: #ffffff;
}

h1{
    background-image: url(../images/profile_ttl_image.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    margin-left: auto;
    margin-right: auto;
}


h1 span{
    background-image: url(../images/Profile.jpg);
    background-repeat: no-repeat;
    display: block;
}

/* introduction */
.introduction p{
    line-height: 1.7em;
}

.introduction h2{
    font-weight: 200;
    text-align: center;
}

.introduction h2 span{
    display: block;
}

/* history */
.history{
    background-color: #ffffff;
    padding-bottom: 10px;
}

.history h2{
    font-weight: 200;
    text-align: center;
}

.year_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
.year_link ul li a{
    display: block;
    border: solid 1px #999999;
    text-align: center;
}

.list dl{
    background-color: #e5e4e3;
    display: table;
    table-layout: fixed;
}

.list dl dt,
.list dl dd{
    display: table-cell;
    vertical-align: middle;
}

.list dl dt{
    font-weight: 200;
}

.list p{
    display: flex;
    align-items: center;
    gap: 1em;
}

.list p::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000000;
}
.list p::after {
    margin-left: 0.1em;
}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1079px){}

/* ---------- Mobile ---------- */
@media(max-width:737px) {

    article{
        margin-bottom: 25px;
    }

    .title_area{
        margin-bottom: 30px;
    }

    h1{
        background-position-y: 23px;
        background-size: 253px;
        height: 245px;
        width: 338px;
    }

    h1 span{
        background-size: 60px;
        background-position: 16px 195px;
        font-size: 0.857rem;
        padding-top: 200px;
        padding-left: 80px;
        padding-bottom: 10px;
    }

    /* contents width */
    .article_body{
        margin-left: 18px;
        margin-right: 18px;
    }

    /* introduction */
    .introduction{
        margin-bottom: 30px;
    }

    .introduction h2{
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .introduction h2 span{
        font-size: 0.857rem;
    }

    /* history */

    .history{
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .history h2{
        font-size: 1.2em;
        margin-bottom: 25px;
    }

    .year_link{
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .year_link ul{
        gap: 20px 30px;
        width: 242px;
    }

    .year_link ul li a{
        padding-top: 8px;
        padding-bottom: 6px;
        width: 54px;
    }

    .list p{
        height: 35px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 10px;
    }
    
    .list dl{
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-top:10px;
        padding-bottom: 10px;
        width: calc(100% - 20px);
    }

    .list dl dt{
        padding-left:10px;
        padding-right: 10px;
        width: 4.5em;
    }

    .list dl dd{
        padding-right: 10px;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {

    /* contents width */
    .article_body{
        margin-left: auto;
        margin-right: auto;
    }

    /* history */
    .year_link ul li a{
        width: 80px;
    }

    .list{
        margin-left: auto;
        margin-right: auto;
    }

    .list p{
        margin-bottom: 18px;
        padding-left: 18px;
    }

    .list dl{
        margin-bottom: 18px;
        padding-left: 18px;
    }
}

/* ---------- Tablet ---------- */
@media(max-width:1079px) and (min-width: 737px){

    article{
        margin-bottom: 35px;
    }

    .title_area{
        margin-bottom: 60px;
    }

    h1{
        background-position-y: 40px;
        background-size: 450px;
        height: 435px;
        width: 600px;
    }

    h1 span{
        background-size: 108px;
        background-position: 30px 353px;
        font-size: 1.2rem;
        padding-top: 365px;
        padding-left: 147px;
        padding-bottom: 10px;
    }

    /* contents width */
    .article_body{
        width: 600px;
    }

    /* introduction */
    .introduction{
        margin-bottom: 35px;
    }

    .introduction h2{
        font-size: 1.6em;
        margin-bottom: 30px;
    }

    .introduction h2 span{
        font-size: 0.9rem;
        padding-top: 10px;
    }

    /* history */
    .history{
        margin-bottom: 35px;
        padding-top: 30px;
    }

    .history h2{
        font-size: 1.6em;
        margin-bottom: 35px;
    }

    .year_link{
        margin-bottom: 30px;
    }

    .year_link ul{
        gap: 20px 30px;
        width: 320px;
    }

    .year_link ul li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list{
        width: 560px;
    }

    .list p{
        height: 40px;
    }

    .list dl{
        height: 40px;
        width: 542px;
    }

    .list dl dt{
        width: 70px;
    }
}

/* ---------- PC ---------- */
@media(min-width:1080px){

    article{
        margin-bottom: 100px;
    }

    .title_area{
        margin-bottom: 120px;
    }

    h1{
        background-position-y: 68px;
        background-size: 750px;
        height: 725px;
        width: 1000px;
    }

    h1 span{
        background-size: 180px;
        background-position: 48px 595px;
        font-size: 1.889rem;
        padding-top: 615px;
        padding-left: 246px;
        padding-bottom: 25px;
    }

    /* contents width */
    .article_body{
        width: 1000px;
    }

    /* introduction */
    .introduction{
        margin-bottom: 45px;
    }

    .introduction h2{
        font-size: 1.889rem;
        margin-bottom: 40px;
    }

    .introduction h2 span{
        font-size: 1.333rem;
        padding-top: 20px;
    }

    /* history */
    .history{
        margin-bottom: 105px;
        padding-top: 45px;
    }

    .history h2{
        font-size: 1.889rem;
        margin-bottom: 55px;
    }

    .year_link{
        margin-bottom: 60px;
    }

    .year_link ul{
        gap: 30px 50px;
        width: 360px;
    }

    .year_link ul li a{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .list{
        width: 900px;
    }

    .list p{
        height: 50px;
        width: 100%;
    }

    .list dl{
        height: 50px;
        width: 100%;
    }

    .list dl dt{
        width: 105px;
    }

}