@charset "utf-8";

/*================
main
============================*/
main {

    margin: 0 auto;


}

/*================
title
============================*/
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 80%;
}

.title::before,
.title::after {
    content: '';
    display: block;
    width: calc((100% - 158px) / 2);
    height: 1px;
    background: #2D607C;
}

.title::before {
    margin-right: 1em;
}

.title::after {
    margin-left: 1em;
}

.title__topic {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;

}

/*================
profile
============================*/

.Profile {
    background-image: linear-gradient(180deg, transparent 15%, #D7EDEC 0%);
    padding-bottom: 15px;
    margin-bottom: 20px;



}


.Profileimg__sp {
    padding: 0 50px;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 15px;


}

.Profileimg__pc {
    display: none;
}

.profile__topic {
    padding: 0 50px;
    display: flex;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 20px;
    font-weight: 700;
    z-index: 100;
    margin-top: 20px;

}

.profile__topic2 {
    padding: 0 50px;
    display: flex;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 20px;
    font-weight: 700;
    z-index: 100;
    margin-top: 20px;

}

.profile__ruby {
    display: flex;
    padding: 0 50px;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 14px;
    font-weight: 700;
    z-index: 100;
    margin-bottom: 20px;

}

.profile__text {
    padding: 0 50px;
    display: flex;
    color: #5e5a5a;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;

}

.profile__list {
    padding: 0 50px;
    color: #5e5a5a;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

.profile__list2 {
    padding: 0 50px;
    color: #5e5a5a;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 100px;
}

/*profile pc*/
@media screen and (min-width: 769px) {

    main {
        max-width: 950px;
    }

    .Profileimg__pc {
        display: block;
        margin-left: 50px;
        max-width: 300px;
    }

    .Profileimg__sp {
        display: none;
    }

    .mobile-only-br {
        display: none;
    }

    .Profile {
        display: flex;
        margin: 0 auto;
        gap: 50px;
        margin-bottom: 30px;
        max-width: 90%;
    }

    .profile__topic {
        margin-top: 100px;
    }


}