@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* about
------------------------------------------------------------------------------------------------------------------------------- */
.main-ttl {
    height: auto;
}
.main-ttl h1 {
    position: relative;
    line-height: 1.22;
}

/* profile-nav */
.profile-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.profile-nav ul li a {
    position: relative;
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}
.profile-nav ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 1px;
    background-color: #004386;
    transition: all 0.3s;
}
.profile-nav ul li a:hover::after,
.profile-nav ul li a.current::after {
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
}
@media screen and (max-width: 767px) {
    .profile-nav ul {
        padding: 0 5rem;
        gap: 3rem 7rem;
    }
    .profile-nav ul li a {
        font-size: 3rem;
    }
}


/* section common
===================================================================== */
.section-wrapper {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .section-wrapper {
        width: 100%;
        padding: 0 5rem;
    }
}

/* section-ttl */
.section-ttl {
    text-align: center;
    margin: 0 0 60px;
}
.section-ttl .jp {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}
.section-ttl .en {
    display: block;
    padding: 5px 0 0;
    font-family: 'Cinzel', serif;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #004386;
}
@media screen and (max-width: 767px) {
    .section-ttl {
        margin: 0 0 6rem;
    }
    .section-ttl .jp {
        font-size: 3.8rem;
    }
    .section-ttl .en {
        font-size: 8.6rem;
    }
}


/* message
===================================================================== */
#message {
    padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
    #message {
        padding: 16rem 0 0;
    }
}

.message-wrapper {
    display: flex;
    justify-content: space-between;
}
.message-wrapper dt {
    width: 484px;
    padding: 8px 0 0;
}
.message-wrapper dd {
    width: 400px;
}
.message-txt01 {
    margin: 40px 0 0;
    text-align: right;
    font-size: 1.4rem;
}
.message-txt02 {
    margin: 40px 0 0;
    text-align: right;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .message-wrapper {
        flex-direction: column;
    }
    .message-wrapper dt {
        width: 100%;
        padding: 0 0 6rem;
    }
    .message-wrapper dd {
        width: 100%;
    }
    .message-txt01 {
        margin: 6rem 0 0;
        font-size: 2.8rem;
    }
    .message-txt02 {
        margin: 6rem 0 0;
        font-size: 9rem;
    }
}


/* message-img */
.message-img {
    margin: 180px 0 0;
    width: 100%;
    height: 480px;
    background-image: url(/assets/img/profile/img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .message-img {
        margin: 12rem 0 0;
        width: 100%;
        height: 25rem;
        background-size: cover;
    }
}
@media screen and (min-width: 1440px) {
    .message-img {
        background-size: cover;
    }
}



/* profiles
===================================================================== */
#profiles {
    padding: 180px 0;
}
@media screen and (max-width: 767px) {
    #profiles {
        padding: 16rem 0;
    }
}

.profiles-table {
    border-top: 1px solid #666666;
    line-height: 1.875;
}
.profiles-table dl {
    padding: 20px 85px;
    border-bottom: 1px solid #666666;
}
.profiles-table dt {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .profiles-table {
        font-size: 3rem;
        line-height: 1.8;
    }
    .profiles-table dl {
        padding: 4rem 0;
    }
}

.profiles-img01-wrapper {
    display: flex;
    gap: 50px;
}
.profiles-img01-img {
    width: 350px;
    margin-top: -28px;
}
@media screen and (max-width: 767px) {
    .profiles-img01-wrapper {
        flex-direction: column;
        gap: 4rem;
    }
    .profiles-img01-img {
        width: 100%;
        margin-top: 0;
    }
}

.profiles-img02-list {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}
.profiles-img02-list li {
    width: 484px;
}
.profiles-img02-list li span {
    display: block;
    margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
    .profiles-img02-list {
        flex-direction: column;
        gap: 4rem;
        margin: 8rem 0 0;
    }
    .profiles-img02-list li {
        width: 100%;        
    }
    .profiles-img02-list li span {
        margin: 2rem 0 0;
        font-size: 2.8rem;
    }
}


/* history
===================================================================== */
#history {
    padding: 120px 0;
    background: #f0f4f8;
}
@media screen and (max-width: 767px) {
    #history {
        padding: 12rem 0;
    }
}

.history-table {
    position: relative;
    width: 820px;
    margin: 0 auto;
    line-height: 1.875;
}
.history-table::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 130px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #666;
}
.history-table dl {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding: 0 0 30px;
}
.history-table dl:last-of-type {
    padding-bottom: 0;
}
.history-table dt {
    position: relative;
    width: 130px;
    font-weight: 700;
}
.history-table dl:last-of-type {
    padding-bottom: 0;
}
.history-table dt::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 10px;
    right: -6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #a67c02;
}
.history-table dd {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .history-table {
        width: 100%;
        font-size: 3rem;
        line-height: 1.8;
    }
    .history-table::before {
        top: 8px;
        left: 22rem;
        height: calc(100% - 50px);
    }
    .history-table dl {
        display: flex;
        align-items: flex-start;
        gap: 5rem;
        padding: 0 0 5rem;
    }
    .history-table dt {
        width: 22rem;
    }
    .history-table dt::after {
        top: 8px;
        right: -5px;
        width: 9px;
        height: 9px;
    }
}



/* access
===================================================================== */
#access {
    padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
    #access {
        padding: 16rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .access-map iframe[src*="www.google.com/maps/embed"] {
        aspect-ratio: 1;
        width: 100%;
        height: auto;
    }
}

.access-address {
    margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
    .access-address {
        margin: 1rem 0 0;
        font-size: 2.8rem;
    }
}