@charset "UTF-8";
.title-img {
    background-image: url(../images/about/about_fv.jpg);
}
/*--------------------------------
	introduction
--------------------------------*/
.introduction_wrapper {
    width: 60vw;
    margin: 0 auto 14.236vw 25vw;
}
.introduction_wrapper h2 {
    font-family: "ten-mincho-text", serif;
    font-size: 2.0rem;
}
.summary_title , .location_title {
    margin-bottom: 30px;
}
.introduction_wrapper p {
    margin-bottom: 67px;
}
.location {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 22px;
}
.location-text {
    width: 40%;
}
.location-map {
    width: 60%;
}
.location-map img {
    width: 100%;
}
.location_img-area {
    width: 91.666vw;
    height: 27.777vw;
    background-image: url(../images/about/about-setouchi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 14vw auto;
}
@media(max-width : 959px) {
    .introduction_wrapper {
        width: 85vw;
        margin: 0 auto 18vw 9vw;
    }
    .introduction_wrapper h2 {
        font-size: 1.8rem;
    }
    .location_title {
        margin-bottom: 12px;
    }
    .location_img-area {
        width: 91vw;
        height: 27.74vw;
        margin: 0 0 126px auto;
    }
}
@media(max-width : 767px) {
    .introduction_wrapper {
        width: 89.333vw;
        margin: 0 auto 20vw;
    }
    .introduction_wrapper h2 {
        line-height: 1.8;
    }
    .location {
        display: block;
    }
    .location-text {
        width: 100%;
    }
    .location-text p {
        margin-bottom: 20px;
    }
    .location-map {
        width: 100%;
    }
    .location_img-area {
        width: 100vw;
        height: 30.4vw;
        margin: 0 auto 110px;
    }
}
/*--------------------------------
	member 
--------------------------------*/
.member_container {
    display: flex;
}
.member-title {
    width: 25vw;
}
.profile-area {
    width: 75vw;
}
.profile_wrapper {
    display: flex;
    justify-content: flex-start;
    column-gap: 5%;
    margin-bottom: 180px;
}
.portrait {
    width: 20%;
}
.portrait img {
    width: 100%;
}
.portrait01 {
    margin-top: 20px;
}
.profile-text {
    width: 60%;
}
.profile_name {
    margin-bottom: 45px;
}
.profile_position {
    font-size: 1.2rem;
}
.profile_name h2 {
    font-family: "ten-mincho-text", serif;
    font-size: 2.4rem;
    line-height: 1.5;
}
.En-name {
    color: #192F60 ;
    line-height: 1.5;
}
.profile-text dl {
    margin-bottom: 18px;
}
.profile-text dt {
    float: left;
    font-family: 'Noto Serif JP', serif;
}
.profile-text dd {
    margin-left: 90px;
    font-family: 'Noto Serif JP', serif;
}
.profile-text p {
    font-family: 'Noto Serif JP', serif;
}
.site_name {
    display: block;
    font-size: 2.0rem;
    margin-top: 40px;
    color: #192F60;
    margin-top: 12px;
}
@media(max-width : 959px) {
    .member-title {
        width: 28vw;
    }
    .profile-area {
        width: 72vw;
    }
    .profile_wrapper {
        display: block;
        margin-bottom: 110px;
    }
    .portrait {
        width: 150px;
    }
    .portrait01 {
        margin-top: 0px;
    }
    .profile-text {
        width: 95%;
    }
    .profile_name h2 {
        font-size: 2.0rem;
    }
    .En-name {
        font-size: 1.2rem;
    }
}
@media(max-width :767px) {
    .member_container {
        display: block;
        margin: 0 5.333vw;
    }
    .member-title {
        width: 100%;
    }
    .member-left {
        text-align: left;
        margin-bottom: 30px;
    }
    .profile-area {
        width: 100%;
    }
    .profile-text {
        width: 100%;
    }
    .profile-text dt {
        letter-spacing: 0;
    }
    .profile-text dd {
        letter-spacing: 0;
    }
    .profile-text p {
        letter-spacing: 0;
    }
    .site_name {
        font-size: 1.6rem;
    }
}
/*--------------------------------
	footer
--------------------------------*/
.footer-image {
    background-image: url(../images/about/about_end.jpg);
}