@charset "UTF-8";
.main {
    background-color: rgba(255, 255, 255, 0.10);
}
.article_header h2 {
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-bottom: none;
}
.about {
    margin-bottom: 100px;
}
.about_topics {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
.about_topic {
    display: flex;
    width: 375px;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about_topic_ttl, .yoshie_topic_ttl {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1.75px;
}
.about_topic_txt {
    width: 300px;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.98px;
}
/* 画像を囲む親要素 */
.about_images_wrapper-1 {
    position: relative;
    width: 280px;
    height: 332px;
    margin: 0 auto;
}
.about_topic_img1 {
    width: 180px;
    height: 230px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.about_topic_img2 {
    width: 140px;
    height: 168px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.about_images_wrapper-2 {
    position: relative;
    width: 280px;
    height: 332px;
    margin: 0 auto;
}
.about_topic_img3 {
    width: 180px;
    height: 230px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about_topic_img4 {
    width: 140px;
    height: 168px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.about a {
    display: flex;
    width: 150px;
    margin: 0 auto;
    padding: 5px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--txt-color, #56452D);
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.65px;
    cursor: pointer;
}
.yoshie {
    display: flex;
    background-color: rgba(243, 237, 227, 0.50);
    padding: 50px 0 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
.yoshie_topics {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.yoshie_topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.topics_txts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.yoshie_topics_txt {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.65px;
}
.yoshie img {
    width: 335px;
    height: 227px;
}
.yoshie a {
    display: flex;
    width: 150px;
    margin: 0 auto;
    padding: 5px 25px 5px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.65px;
    border-radius: 5px;
    border: 1px solid var(--txt-color, #56452D);
    cursor: pointer;
    position: relative;
}
.yoshie a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    background-image: url(../images/logo/logo_link-br.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    right: 10%;
}