/* ========================================================
   Custom Properties
=========================================================*/
:root {
    --text-color: #333;
    --main-color: #75B37F;
    --sub-color: #84AD6F;
    --bg-color: #F6FAF6;
    --gray-color: #ECF2F0;
    --linear-color: rgba(117, 179, 127, 0.70);

    --top-bg-margin: 140px;

    --margin-xxl: 120px;
    --margin-xl: 80px;
    --margin-l: 56px;
    --margin-m: 48px;
    --margin-ms: 32px;
    --margin-s: 24px;
    --margin-xs: 16px;
}

@media (max-width: 767.98px) {
    :root {
        --margin-xxl: 80px;
        --margin-xl: 60px;
        --margin-l: 40px;
        --margin-m: 32px;
        --margin-ms: 24px;
        --margin-s: 16px;
        --margin-xs: 8px;
        --top-bg-margin: 100px;
    }
}


/* ========================================================
   Common
=========================================================*/
html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギゴ ProN W3", Arial, nc3Jp, sans-serif;
    background: #FFF;
    color: var(--text-color);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.7;
    overflow-x: hidden;
}

main {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    main {
        padding-top: 64px;
    }
}

@media (min-width: 1280px) {
    body {
        font-size: 1.6rem;
    }
}

section {
    position: relative;
    z-index: 2;
}

p {
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    p {
        line-height: 1.7;
    }
}

@media (min-width: 576px) {
    .xs {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .xsnon {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .pc {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .sp_left {
        text-align: left;
    }
}

.flex_columns {
    display: flex;
    gap: 5vw;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .flex_columns {
        flex-wrap: wrap;
        gap: 24px;
    }

    .flex_column {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .row_reverse {
        flex-direction: row-reverse;
    }
}

@media (max-width: 991.98px) {
    .col_reverse {
        flex-direction: column-reverse;
    }
}

.deco {
    position: absolute;
}

/* ========================================================
   Components
=========================================================*/

/* Container
-----------------------------------*/
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

@media (max-width: 575.98px) {
    .container {
        width: 90%;
    }
}

/* Title
-----------------------------------*/
.section_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    margin-bottom: var(--margin-l);
}

.section_title.is_align_center {
    justify-content: center;
    align-items: center;
    margin-bottom: var(--margin-xl);
    position: relative;
    gap: 14px;
}

.section_title.is_align_center::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #84AD6F 50%, #9AC7A2 50%);
    transform: translateX(-50%);
}

.section_title .en {
    font-family: "Lexend Deca", sans-serif;
    color: var(--main-color);
    font-size: clamp(16px, calc((22 / 1440) * 100vw), 22px);
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.section_title .en .char {
    display: inline-block;
    opacity: 1;
    transform: translateY(0);
}

.section_title .en.animated .char {
    animation: jumpUp 0.6s ease-out;
}

@keyframes jumpUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.section_title .en .char:nth-child(1) {
    animation-delay: 0.1s;
}

.section_title .en .char:nth-child(2) {
    animation-delay: 0.2s;
}

.section_title .en .char:nth-child(3) {
    animation-delay: 0.3s;
}

.section_title .en .char:nth-child(4) {
    animation-delay: 0.4s;
}

.section_title .en .char:nth-child(5) {
    animation-delay: 0.5s;
}

.section_title .en .char:nth-child(6) {
    animation-delay: 0.6s;
}

.section_title .en .char:nth-child(7) {
    animation-delay: 0.7s;
}

.section_title .en .char:nth-child(8) {
    animation-delay: 0.8s;
}

.section_title .en .char:nth-child(9) {
    animation-delay: 0.9s;
}

.section_title .en .char:nth-child(10) {
    animation-delay: 1.0s;
}

.section_title .en .char:nth-child(11) {
    animation-delay: 1.1s;
}

.section_title .en .char:nth-child(12) {
    animation-delay: 1.2s;
}

.section_title .en .char:nth-child(13) {
    animation-delay: 1.3s;
}

.section_title .en .char:nth-child(14) {
    animation-delay: 1.4s;
}

.section_title .en .char:nth-child(15) {
    animation-delay: 1.5s;
}

.section_title .en .char:nth-child(16) {
    animation-delay: 1.6s;
}

.section_title .en .char:nth-child(17) {
    animation-delay: 1.7s;
}

.section_title .en .char:nth-child(18) {
    animation-delay: 1.8s;
}

.section_title .en .char:nth-child(19) {
    animation-delay: 1.9s;
}

.section_title .en .char:nth-child(20) {
    animation-delay: 2.0s;
}

/* アイコン（::before）がある場合の調整 */
.section_title.is_align_left .en::before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/title_deco.svg) no-repeat center center / contain;
}

.section_title.is_align_left .en.animated::before {
    animation: jumpUp 0.6s ease-out;
    animation-delay: 0s;
    /* アイコンは最初にジャンプ */
}

.section_title.is_align_left .en.animated::before {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    /* アイコンは最初に表示 */
}

.section_title .ja {
    font-size: clamp(30px, calc((40 / 1440) * 100vw), 40px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.page_title.section_title {
    margin-bottom: var(--margin-l);
}

.section_title.is_align_left .en {
    display: flex;
    align-items: center;
}

.section_title.is_align_left .en::before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/title_deco.svg) no-repeat center center / contain;
    margin-right: 12px;
}

/* ========================================================
   AOS Animation Customization
=========================================================*/
[data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0) !important;
}

[data-aos="fade-up"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
}

.fv_txt[data-aos="fade-up"] {
    transform: translate3d(0, 15px, 0) !important;
}

.fv_txt[data-aos="fade-up"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="custom-fade-up"] {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition-property: transform, opacity;
}

[data-aos="custom-fade-up"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* ========================================================
   Header
=========================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.header_container {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    transition: all .2s ease;
}

@media (max-width: 991.98px) {
    .header_container {
        padding: 10px 8px;
    }
}

.scrolled .header_container {
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
}

.header_logo {
    z-index: 100000;
}

.header_logo_img {
    width: 30.42vw;
    max-width: 430px;
    min-width: 280px;
    transition: width 0.3s ease, max-width 0.3s ease;
}

/* ロゴ画像が300px以上の場合のみ縮小 */
@media (min-width: 1280px) {
    .scrolled .header_logo_img {
        width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 991.98px) {
    .header_logo {
        min-width: 140px;
    }
}

body.admin-bar header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px !important;
    }

    body.admin-bar header.scrolled {
        top: 0 !important;
    }
}


/* ========================================================
   PC Navigation
=========================================================*/
.nav_pc {
    display: flex;
    gap: 50px;
    align-items: center;
}

@media (max-width: 1069px) {
    .nav_pc {
        display: none;
    }
}

.nav_pc_list {
    list-style: none;
    display: flex;
    gap: 50px;
    align-items: center;
}

.nav_pc_list li a {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    transition: .3s ease;
    position: relative;
}

@media (min-width: 1280px) {
    .nav_pc_list li a {
        font-size: 18px;
    }
}

.nav_pc_list li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #84AD6F 50%, #9AC7A2 50%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav_pc_list li a:hover::after {
    width: 100%;
}

@media (max-width: 1279.98px) {
    .nav_pc {
        gap: 24px;
    }
}


/* ========================================================
   SP Navigation
=========================================================*/
.nav_sp {
    position: relative;
}

.menu_btn {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10000;
    background: var(--linear-color);
    border-radius: 100vmax;
}

@media (min-width: 1068.98px) {
    .nav_sp {
        display: none;
    }
}

.menu_btn span {
    position: absolute;
    width: 24px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    transition: .4s;
}

.top_bar {
    top: calc(35% - 2px / 2);
}

.center_bar {
    top: calc(50% - 2px / 2);
}

.under_bar {
    top: calc(65% - 2px / 2);
}

#open:checked~.menu_btn>.top_bar {
    top: calc(50% - 2px / 2);
    transform: translateX(-50%)rotate(45deg);
}

#open:checked~.menu_btn>.center_bar {
    opacity: 0;
}

#open:checked~.menu_btn>.under_bar {
    top: calc(50% - 2px / 2);
    transform: translateX(-50%)rotate(-45deg);
}

#open {
    display: none;
}

.drawer {
    width: 100vw;
    position: fixed;
    top: -24px;
    left: -40px;
    transition: opacity 0.5s ease;
    background: var(--bg-color);
    padding: 6.94vw;
    z-index: 1000;
    overflow: scroll;
    opacity: 0;
    display: block;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .drawer {
        top: 0;
        left: 0;
    }
}

.drawer.open {
    opacity: 1;
    min-height: 100vh;
    pointer-events: inherit;
}

.drawer.close {
    opacity: 0;
    pointer-events: none;
}

.drawer_menu {
    display: flex;
    flex-direction: column;
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: var(--margin-l);
}

.drawer_menu li {
    width: 100%;
    position: relative;
    text-align: left;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    font-style: normal;
}

@media (min-width: 768px) {
    .drawer_menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }

    .drawer_menu li {
        width: calc(50% - 12px);
    }
}

.drawer_menu li a {
    display: block;
    font-size: 18px;
    padding: 14px;
    font-weight: 500;
    color: var(--text-color);
    border-bottom: 1px solid rgba(67, 124, 82, 0.2);
    position: relative;
    text-align: left;
}

.drawer_menu li a::after {
    background: url(../images/sp_nav_arrow.svg) no-repeat center center / contain;
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 24 / 17;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
}

.drawer_menu li a:hover::after {
    right: -4px;
}


/* ========================================================
    Fixed Buttons
=========================================================*/
.fixed_buttons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fixed_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 200px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.3s ease;
    position: relative;
    transform-origin: center;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px 0px 0px 8px;
}

.button_text {
    transition: transform 0.3s ease;
}

.fixed_button:first-child {
    background-color: #84AD6F;
}

.fixed_button:last-child {
    background-color: #7EAA82;
}


.fixed_button:hover,
.fixed_button:visited {
    color: #fff;
}

@media (min-width: 992px) {
    .fixed_button:hover {
        transform: scaleX(1.2);
        z-index: 10000;
        color: #fff;
    }

    .fixed_button:hover .button_text {
        transform: scaleX(0.833) translateX(-5px);
    }

}

@media (max-width: 991.98px) {
    .fixed_buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        flex-direction: row;
        gap: 8px;
        z-index: 9999;
        padding: 8px;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(10px);
    }

    .fixed_button {
        flex: 1;
        width: auto;
        height: 44px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        transform-origin: center;
        border-radius: 8px;
    }

    .fixed_buttons .button_text {
        font-size: 14px;
    }
}


/* ========================================================
   Footer
=========================================================*/
footer {
    position: relative;
    z-index: 2;
}

footer .container {
    padding: var(--margin-xl) 0;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    footer .container {
        width: 90%;
        padding: 60px 0;
    }
}

@media (max-width: 575.98px) {
    footer .container {
        padding: 40px 0;
    }
}

.footer_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30.42vw;
    max-width: 430px;
    min-width: 280px;
    transition: width 0.3s ease, max-width 0.3s ease;
}

.footer_columns {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1439.98px) {
    .footer_columns {
        flex-direction: column;
        gap: 32px;
    }
}

.footer_nav_list {
    list-style: none;
    display: flex;
    gap: 0;
}

@media (max-width: 991.98px) {
    .footer_nav_list {
        gap: 16px;
        row-gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
}


.footer_nav_list li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: .3s ease;
    padding: 0 25px;
}

@media (max-width: 1440px) {
    .footer_nav_list li a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .footer_nav_list li a {
        padding: 0;
        border-right: none;
    }
}

.footer_nav_list li a:hover {
    color: var(--main-color);
}

.footer_copyright {
    padding: 24px;
}

.copyright {
    font-family: 'Lexend Deca', sans-serif;
    color: #353535;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 991.98px) {
    footer .logo_text {
        text-align: center;
    }

    .footer_inner {
        flex-direction: column;
        gap: 20px;
    }

    .footer_columns {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
    }

    footer .logo {
        margin-right: inherit;
        width: 100%;
    }

    .copyright {
        font-size: 12px;
    }
}

/* ========================================================
   TOP
=========================================================*/
.content {
    position: relative;
}

/* FV
-----------------------------------*/
.fv {
    padding-top: 64px;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: url(../images/fv_bg.jpg) no-repeat center bottom / contain;
    z-index: 3;
}

@media (max-width: 767.98px) {
    .fv {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.fv_deco_01 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 22.43vw;
    aspect-ratio: 331 / 595;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .fv_deco_01 {
        width: 52.43vw;
    }
}

.fv_txt {
    position: relative;
    z-index: 10;
    width: 50%;
    padding-left: 10%;
    padding-right: 4%;
}

@media (max-width: 1279.98px) {
    .fv_txt {
        padding-left: 6%;
        padding-right: 2%;
    }
}

@media (max-width: 991.98px) {
    .fv_txt {
        width: 60%;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .fv_txt {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 40px;
    }
}

.fv_txt p {
    font-size: clamp(22px, calc((32 / 1440) * 100vw), 44px);
    font-weight: 700;
    line-height: 2;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0.08em;
}

.fv_txt p span {
    color: #548A4B;
    position: relative;
    margin-bottom: 8px;
}

.fv_txt p span::after {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -6px;
    height: 3px;
    left: 0;
    width: 100%;
    background: radial-gradient(circle closest-side, rgba(117, 179, 127, 0.60) 90%, #0000) 0 / 7px 100%;
}

.fv_slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    min-height: 70vh;
}

@media (max-width: 767.98px) {
    .fv_slider {
        position: relative;
        width: 92%;
        margin-left: 8%;
        min-height: 40vh;
        height: 40vh;
    }
}

.swiper.fv_swiper {
    width: 100%;
    height: 100%;
}

.fv_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px 0 0 50px;
}

@media (max-width: 767.98px) {
    .fv_swiper .swiper-slide {
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 575.98px) {
    .fv_swiper .swiper-slide {
        border-radius: 15px 0 0 15px;
    }
}

.fv_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 4s ease-out;
}

.swiper-slide-active .fv_slider_img {
    transform: scale(1.05);
}

/* Swiper fade effect のカスタマイズ */
.fv_swiper.swiper-fade .swiper-slide {
    pointer-events: none;
}

.fv_swiper.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}


/* News
-----------------------------------*/
.news {
    padding-top: 8.47vw;
    padding-bottom: 60px;
    background: var(--bg-color);
    position: relative;
    z-index: 1;
}

.news .section_title .ja {
    font-size: clamp(28px, calc((36 / 1440) * 100vw), 36px);
}

.news_columns {
    position: relative;
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .news_columns {
        flex-direction: column;
        gap: 16px;
    }
}

.news_title_column {
    width: 21.58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

@media (max-width: 991.98px) {
    .news_title_column {
        width: 100%;
        gap: 24px;
        justify-content: flex-start;
        height: auto;
    }
}

.news_list_column {
    width: 78.42%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .news_list_column {
        width: 100%;
    }
}

.news_list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.news_list article {
    position: relative;
}

.news_list article:first-child::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background: radial-gradient(circle closest-side, #DFE0D2 90%, #0000) 0 / 7px 100%;
}


.news_list article::after {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background: radial-gradient(circle closest-side, #DFE0D2 90%, #0000) 0 / 7px 100%;
}

.news_list article a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px;
    gap: 8px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .news_list article a {
        padding: 16px;
    }
}

.news_article_content {
    display: flex;
    gap: 24px;
    align-items: center;
}

@media (max-width: 1279.98px) {
    .news_article_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.news_article_info {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .news_article_info {
        gap: 16px;
    }
}

.news_article_date {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #A1B3A4;
    white-space: nowrap;
}

.news_item_category {
    font-weight: 700;
    position: relative;
    padding: 4px 16px;
    display: inline-block;
    font-size: 13px;
    border-radius: 100vmax;
    background: rgba(117, 179, 127, 0.70);
    color: #FFF;
    white-space: nowrap;
    font-weight: 500;
}

.news_article_title {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
    .news_article_title {
        font-weight: 500;
    }
}

.news_list article a:hover .news_article_title {
    color: var(--main-color);
}

.btn_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    padding: 12px 24px;
    background: #7EAA82;
    border-radius: 100vmax;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    position: relative;
}

.btn_more::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../images/btn_more.svg) no-repeat center center / contain;
    transition: transform 0.3s ease;
}

.btn_more:hover {
    background: #75B37F;
    color: #FFF;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn_more:hover::after {
    transform: translateY(-50%) translateX(4px);
}

.btn_more:visited {
    color: #FFF;
}

@media (max-width: 991.98px) {
    .btn_more {
        width: 260px;
        margin: 16px auto 0;
    }
}



/* Message
-----------------------------------*/
.message {
    padding-top: var(--top-bg-margin);
    padding-bottom: var(--margin-l);
    background: url(../images/message_bg.jpg) no-repeat center top / contain;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.message_deco_01 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23.43vw;
    aspect-ratio: 328 / 636;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .message_deco_01 {
        width: 52.43vw;
        max-width: 300px;
    }
}

.message_column {
    width: 40.67%;
}

.message_title_column {
    width: 59.33%;
}

.message_txt {
    width: 100%;
    max-width: 720px;
    line-height: 2.2;
    font-weight: 500;
    position: relative;
    z-index: 4;
}

@media (max-width: 1279.98px) {
    .message_txt {
        width: 58vw;
        line-height: 2;
    }
}

@media (max-width: 991.98px) {
    .message_txt {
        width: 100%;
        margin-bottom: 32px;
    }
}

.message_name {
    margin-top: 24px;
    text-align: right;
    font-weight: 500;
}

.message_image_wrap {
    position: relative;
    z-index: 4;
}

.message_image_01 {
    width: 83%;
    aspect-ratio: 394 / 313;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.06);
    z-index: 1;
    margin-left: 0;
    margin-right: auto;
    display: block;
}

.message_image_02 {
    width: 68.76%;
    aspect-ratio: 329 / 219;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.06);
    z-index: 2;
    margin-left: auto;
    margin-right: 0;
    margin-top: -40px;
    display: block;
}


/* Information
-----------------------------------*/
.information {
    padding: var(--margin-l) 0;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.information_content {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

@media (max-width: 767.98px) {
    .information_content {
        gap: 16px;
    }
}

@media (min-width: 992px) {

    /* 3列表示 */
    .information_content li {
        width: calc(33.33% - 17.33px);
        /* gap分を調整: 26px × 2 ÷ 3 = 17.33px */
    }
}

/* タブレット表示（2列） */
@media (max-width: 991.98px) {
    .information_content li {
        width: calc(50% - 13px);
        /* gap分を調整: 26px ÷ 2 = 13px */
    }
}

/* モバイル表示（1列） */
@media (max-width: 767.98px) {
    .information_content li {
        width: 100%;
    }
}

.information_content li a {
    display: block;
    width: 100%;
    background: #ECF2F0;
    border-radius: 4px;
    padding: 16px 32px;
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .information_content li a {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .information_content li a {
        padding: 20px;
    }
}

.information_content li a:hover {
    background: #E5F0E3;
    transform: translateY(-2px);
}

.information_content_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.information_content_inner p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    flex: 1;
}

.information_content_inner p span:first-child {
    /* 日本語テキスト */
    font-size: clamp(18px, calc((22 / 1440) * 100vw), 24px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
    .information_content_inner p span:first-child {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .information_content_inner p span:first-child {
        font-size: 20px;
    }
}

.information_content_inner p span:last-child {
    /* 英語テキスト */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #A1B3A4;
    font-family: "Lexend Deca", sans-serif;
}

@media (max-width: 575.98px) {
    .information_content_inner p span:last-child {
        font-size: 12px;
    }
}

.information_content_inner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .information_content_inner img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575.98px) {
    .information_content_inner img {
        width: 50px;
        height: 50px;
    }
}


/* Activity
-----------------------------------*/
.activity {
    padding-top: var(--top-bg-margin);
    padding-bottom: var(--margin-xl);
    background: url(../images/fv_bg.jpg) no-repeat center top / contain;
    position: relative;
    background-color: var(--bg-color);
}

.activity_title {
    position: relative;
}

.activity_deco_01 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 19.93vw;
    max-width: 280px;
    aspect-ratio: 279 / 96;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .activity_deco_01 {
        top: -30px;
        width: 29.93vw;
    }
}

.activity_contents {
    display: flex;
    flex-direction: column;
    gap: var(--margin-l);
}

.activity_box {
    display: flex;
    align-items: stretch;
    border-radius: 16px;
    background-color: white;
    overflow: hidden;
    min-height: 400px;
    gap: 0;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.06);
}

.activity_box_inner {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    box-sizing: border-box;
}

.activity_box_inner.flex_column {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    box-sizing: border-box;
}

.activity_box_inner_txt {
    padding: var(--margin-m);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 575.98px) {
    .activity_box_inner_txt {
        padding: 20px;
    }
}

/* 画像コンテナ用のスタイル */
.activity_box_inner:not(.flex_column) {
    display: flex;
    align-items: stretch;
}

/* 偶数番目のactivity_boxで左右を入れ替え（PC） */
.activity_box:nth-child(even) {
    flex-direction: row-reverse;
}

/* activity_box内のh3スタイル */
.activity_box h3 {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    font-size: clamp(22px, calc((27 / 1440) * 100vw), 27px);
}

.activity_box h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #84AD6F 0%, #84AD6F 50%, #9AC7A2 50%, #9AC7A2 100%);
}

/* 最後のactivity_boxにデコレーション */
.activity_box:last-child {
    position: relative;
}

.activity_box:last-child .activity_box_inner:first-child::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 118px;
    height: 122px;
    aspect-ratio: 118 / 122;
    background-image: url(../images/activity_deco_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 767.98px) {
    .activity_box:last-child .activity_box_inner:first-child::after {
        display: none;
    }
}

.activity_box_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    flex: 1;
}

/* スマホ対応 */
@media (max-width: 768px) {

    .activity::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 8px;
        aspect-ratio: 118 / 122;
        width: 20vw;
        max-width: 118px;
        background-image: url(../images/activity_deco_01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .activity_box {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .activity_box_inner {
        width: 100%;
        min-height: 250px;
    }

    /* 偶数番目でもスマホでは通常の順序（画像が上、テキストが下） */
    .activity_box:nth-child(even) {
        flex-direction: column-reverse;
    }

    /* スマホでのデコレーション調整 */
    .activity_box:last-child .activity_box_inner:first-child {
        position: relative;
    }

    .activity_box h3 {
        padding-left: 16px;
    }
}

/* Organization
-----------------------------------*/
.organization {
    padding-top: var(--top-bg-margin);
    padding-bottom: var(--margin-l);
    position: relative;
    background: url(../images/organization_bg.jpg) no-repeat center top / contain;
}

.organization_deco_01 {
    position: absolute;
    aspect-ratio: 377 / 593;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 26.93vw;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .organization_deco_01 {
        width: 54.93vw;
    }
}

/* Organization List 
-----------------------------------*/
.organization_list {
    width: 100%;
    margin-top: 32px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: var(--margin-ms);
}

@media (min-width: 768px) {
    .organization_list {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .organization_list_row {
        display: grid;
        grid-template-columns: 1.2fr 2fr 1.2fr 1.8fr;
        align-items: stretch;
        /* startからstretchに変更して全列の高さを統一 */
        border-bottom: 1px solid #DFE0D2;
        min-height: 60px;
        /* 最小高さを設定 */
    }

    .organization_list_row:last-child {
        border-bottom: none;
    }

    .organization_list_row.head_row {
        background: var(--main-color);
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        align-items: center;
    }

    .organization_list_row span {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        line-height: 1.6;
        padding: 16px 20px;
        position: relative;
        height: 100%;
        box-sizing: border-box;
    }

    /* 縦線のスタイル（最後の列以外） */
    .organization_list_row .title::after,
    .organization_list_row .pharmacy_name::after,
    .organization_list_row .name::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #DFE0D2;
    }

    .organization_list_row.head_row .title::after,
    .organization_list_row.head_row .pharmacy_name::after,
    .organization_list_row.head_row .name::after {
        background: rgba(255, 255, 255, 0.3);
    }

    .organization_list_row.head_row span {
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
    }

    .organization_list_row.head_row .title {
        color: #fff;
    }

    .organization_list_row .role ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .organization_list_row .role li {
        position: relative;
        padding-left: 12px;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .organization_list_row .role li::before {
        content: '•';
        position: absolute;
        left: 0;
        top: 0;
        color: var(--sub-color);
        font-weight: bold;
    }
}

@media (max-width: 767.98px) {

    .organization_list_row.head_row {
        display: none;
    }

    .organization_list_row {
        display: block;
        padding: 24px 20px;
        border-bottom: 1px solid #DFE0D2;
        background: #fff;
        margin-bottom: 0;
    }

    .organization_list_row:last-child {
        border-bottom: none;
    }

    .organization_list_row .title {
        display: block;
        background: var(--main-color);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding: 12px 16px;
        margin: -24px -20px 16px -20px;
        border-radius: 0;
        line-height: 1.3;
    }

    .organization_list_row .pharmacy_name {
        display: block;
        font-size: 16px;
        color: var(--text-color);
        padding-left: 0;
    }

    .organization_list_row .name {
        display: block;
        font-weight: 700;
        font-size: 18px;
        color: var(--text-color);
        margin-bottom: 12px;
    }

    .organization_list_row .role {
        display: block;
    }

    .organization_list_row .role:not(:empty)::before {
        content: '役割：';
        font-weight: 500;
        color: #666;
        font-size: 14px;
        display: block;
    }

    .organization_list_row .role ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .organization_list_row .role li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.5;
        color: var(--text-color);
    }

    .organization_list_row .role li::before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
        color: var(--sub-color);
        font-weight: bold;
        font-size: 16px;
    }

    .organization_list_row .role:empty::before {
        display: none;
    }
}

/* タブレット向けの調整 */
@media (min-width: 768px) and (max-width: 991.98px) {

    .organization_list_row .title,
    .organization_list_row .pharmacy_name,
    .organization_list_row .name,
    .organization_list_row .role {
        padding: 18px 12px;
    }

}

.organization_links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .organization_links {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

.btn_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 420px;
    background: #ECF2F0;
    border-radius: 4px;
    padding: 24px 32px;
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
    gap: 8px;
    position: relative;
}

.btn_link:visited {
    color: var(--text-color);
}

.btn_link::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/btn_arrow.svg) no-repeat center center / contain;
    transition: transform 0.3s ease;
}

.btn_link:hover {
    background: #E5F0E3;
    transform: translateY(-2px);
}

.btn_link:hover::after {
    transform: translateY(-50%) translateX(4px);
}

@media (max-width: 767.98px) {
    .btn_link {
        width: 100%;
        max-width: 420px;
    }
}

.btn_link span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #A1B3A4;
    font-family: "Lexend Deca", sans-serif;
}

.btn_link span:first-child {
    font-size: clamp(18px, calc((24 / 1440) * 100vw), 24px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.page_container .btn_link {
    display: block;
    margin-top: var(--margin-l);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 380px;
    border-radius: 100vmax;
    text-align: center;
}

.page_container .btn_link span:first-child {
    font-size: clamp(16px, calc((18 / 1440) * 100vw), 18px);
}




/* Membership
-----------------------------------*/
.membership {
    padding-top: var(--margin-xl);
    position: relative;
}

.membership_bg {
    display: block;
    width: 100%;
    height: 392px;
    background: url(../images/membership_bg.jpg) no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.membership_title {
    justify-content: flex-start;
    align-items: center;
    gap: 111px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .membership_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.membership_txt {
    font-size: clamp(16px, calc((20 / 1440) * 100vw), 20px);
}

@media (max-width: 991.98px) {
    .membership_txt {
        margin-bottom: 40px;
    }
}

.membership_content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background: #74A06D;
    color: #FFF;
    padding: 40px 64px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .membership_content {
        padding: 32px 24px;
    }
}

@media (max-width: 575.98px) {
    .membership_content {
        padding: 24px;
    }
}

.membership_columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

@media (max-width: 767.98px) {
    .membership_columns {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }
}

.membership_columns .contact_info:first-child {
    width: 55%
}

.membership_columns .contact_info:last-child {
    width: 45%;
}

@media (max-width: 767.98px) {

    .membership_columns .contact_info:first-child,
    .membership_columns .contact_info:last-child {
        width: 100%;
    }
}

.contact_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.contact_info h3 span {
    font-size: clamp(22px, calc((28 / 1440) * 100vw), 28px);
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    white-space: nowrap;
}

.contact_info h3 span::after {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -2px;
    height: 3px;
    left: 0;
    width: 100%;
    background: radial-gradient(circle closest-side, #DFE0D2 90%, #0000) 0 / 7px 100%;
}

@media (max-width: 575.98px) {
    .contact_info h3 span {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.contact_info p {
    font-size: clamp(16px, calc((20 / 1440) * 100vw), 20px);
    margin-bottom: 4px;
}

.contact_mail {
    font-size: clamp(16px, calc((18 / 1440) * 100vw), 18px);
    margin-bottom: 4px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.contact_mail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center center / contain;
}

.contact_info:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .contact_info:last-child {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.contact_title {
    font-size: clamp(16px, calc((18 / 1440) * 100vw), 18px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    border-radius: 100vmax;
    background: #64875E;
    padding: 4px 16px;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .contact_title {
        margin-bottom: 0;
    }
}

.contact_tel {
    font-family: "Lexend Deca", sans-serif;
    font-size: clamp(24px, calc((40 / 1440) * 100vw), 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.contact_fax {
    font-family: "Lexend Deca", sans-serif;
    font-size: clamp(16px, calc((18 / 1440) * 100vw), 18px);
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}


/* ========================================================
   PAGE
=========================================================*/

.page_container {
    position: relative;
    padding-top: var(--margin-xl);
    padding-bottom: var(--margin-xl);
    margin-left: auto;
    margin-right: auto;
}


/* ========================================================
   ARCHIVE
=========================================================*/
.archive .news_list {
    padding: 0;
}

/* Pagination
-----------------------------------*/
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: var(--margin-l);
}

.pagination {
    text-align: center;
    margin-top: 20px;
    font-optical-sizing: auto;
}

.pagination .page-numbers {
    background: var(--be-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100vmax;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pagination .page-numbers.current {
    background: var(--main-color);
    color: #fff;
}

.pagination .page-numbers:hover {
    background: var(--main-color);
    color: #fff;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: bold;
    padding: 8px 16px;
    position: relative;
    background: transparent;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--text-color);
}

.pagination .page-numbers.prev::before {
    transform: rotate(135deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.pagination .page-numbers.next::before {
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========================================================
   SINGLE
=========================================================*/
.single_content {
    border-radius: 20px;
    background: #FFF;
    -webkit-filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.04));
    -moz-filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.04));
    -ms-filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.04));
    -o-filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.04));
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.04);
    padding: 64px;
}

@media (max-width: 991.98px) {
    .single_content {
        padding: 40px;
    }
}

@media (max-width: 575.98px) {
    .single_content {
        padding: 24px;
    }
}

.single_content_info {
    margin-bottom: var(--margin-m);
}

.single_item_category {
    font-family: "Lexend Deca", "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    color: var(--main-color);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single_item_category::before {
    content: "-";
    font-weight: 200;
    font-size: 20px;
}

.post_body {
    width: 100%;
    margin-top: var(--margin-m);
}

/* Image 
-----------------------------------*/

.post_body img {
    width: auto;
    min-width: 400px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    margin-bottom: var(--margin-m);
}

@media (max-width: 767.98px) {
    .post_body img {
        min-width: unset;
        width: 100%;
    }
}

/* Link
-----------------------------------*/

.post_body a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #2162a1;
}

.post_body a:hover,
.post_body a:visited {
    color: #2162a1;
}

.post_body a:hover {
    opacity: 0.8;
}

/* List (ul, ol)
-----------------------------------*/

.post_body ul,
.post_body ol {
    width: 100%;
    line-height: 1.7;
    text-indent: -1.4em;
    padding-left: 1.6em;
    margin-bottom: var(--margin-s);
}

@media (max-width: 767.98px) {

    .post_body ul li,
    .post_body ol li {
        line-height: 1.5;
    }
}

.post_body ul li,
.post_body ol li {
    list-style-type: none;
    margin-bottom: 8px;
}

.post_body ul li::before {
    content: '●';
    margin-right: 8px;
    color: var(--main-color);
    font-size: 60%;
}

.post_body ol {
    counter-reset: item;
}

.post_body ol li::before {
    counter-increment: item;
    content: counter(item) '.';
    padding-right: .8em;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    color: var(--main-color);
}

/* Text
-----------------------------------*/
h1.single_title {
    font-weight: 700;
    font-size: clamp(22px, calc((30 / 1440) * 100vw), 30px);
    margin-bottom: 8px;
    margin-top: 8px;
}

.post_body .post_thumbnail img {
    overflow: hidden;
}

.post_body h2 {
    font-weight: 600;
    font-size: clamp(18px, calc((22 / 1440) * 100vw), 22px);
    line-height: 1.5;
    margin-bottom: var(--margin-s);
    position: relative;
    padding: 1.5rem 2rem;
    background: var(--bg-color);
    border-radius: 4px;
}

.post_body h3 {
    font-weight: 600;
    font-size: clamp(18px, calc((20 / 1440) * 100vw), 20px);
    line-height: 1.5;
    margin-bottom: var(--margin-s);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    position: relative;
}

.post_body h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #84AD6F 0%, #84AD6F 50%, #9AC7A2 50%, #9AC7A2 100%);
}

.post_body h4,
.post_body h5 {
    font-weight: 600;
    width: 100%;
    margin-bottom: var(--margin-s);
    margin-top: var(--margin-s);
    color: var(--main-color);
}

.post_body p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: var(--margin-s);
}