@charset "UTF-8";
.main {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}
.main:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 750px) {
    .main {
        padding-bottom: 40vw;
    }
    .main:after {
        height: 38.533vw;
    }
}
.column {
    margin-top: 36px;
    position: relative;
    z-index: 1;
}
.column .inner {
    position: relative;
    z-index: 1;
}
.column_dot_bg {
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    height: 464px;
}
@media (max-width: 750px) {
    .column {
        margin-top: 8vw;
    }
    .column_dot_bg {
        top: 15.466vw;
        height: 101.066vw;
    }
}

/* column */
.column_box {
    padding: 33px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
}
.column_list {
    border-bottom: 2px dotted #000;
}
.column_list li {
    border-top: 2px dotted #000;
}
.column_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.column_list a {
    line-height: 1;
    padding: 10px 16px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
}
.column_list a:hover .column_txt {
    text-decoration: underline;
}
.column_text_wrap {
    flex: 1;
    min-width: 0;
    padding-right: 20px;
}
.column_date {
    line-height: 1;
    font-size: 20px;
    color: #4a3c17;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    width: auto;
}
.column_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    width: auto;
}
.column_thumbnail {
    width: 200px; /* 変更：幅を固定 */
    height: 50px;
    margin-left: auto;
    margin-right: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column_thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto; /* 追加：自動調整 */
    height: auto; /* 追加：自動調整 */
    object-fit: contain; /* 縦横比を維持 */
}
.column_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}
.column_list .green_arrow:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
}
.column_pager_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}
.column_pager_list .column_pager_num + .column_pager_num {
    margin-left: 16px;
}
.column_pager_num a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    border: 2px solid #a9c447;
}
.column_pager_prev {
    margin-right: 23px;
}
.column_pager_next {
    margin-left: 23px;
}
.column_pager_prev a,
.column_pager_next a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.column_pager_prev a {
    padding-left: 28px;
}
.column_pager_prev a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #a9c447;
    position: absolute;
    top: 0;
    left: -13px;
    bottom: 0;
    margin: auto 0;
}
.column_pager_next a {
    padding-right: 28px;
}
.column_pager_next a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #a9c447;
    border-bottom: 8px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    margin: auto 0;
}
@media (max-width: 750px) {
    .column_box {
        padding: 5.333vw 3.0666vw 8.666vw;
        margin-top: 5.333vw;
    }
    .column_list {
        border-bottom: 0.5333vw dotted #000;
    }
    .column_list li {
        border-top: 0.5333vw dotted #000;
    }
    .column_list a {
        padding: 2vw 8vw 2vw 4vw;
        position: relative;
        display: flex;
        align-items: center;
    }
    .column_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 15px;
    }
    .column_text_wrap {
        flex: 1;
        min-width: 0;
        padding-right: 20px;
    }
    .column_date {
        font-size: 3.2vw;
        white-space: nowrap;
        margin-right: 0;
        margin-bottom: 4px;
        display: block;
        width: auto;
    }
    .column_txt {
        font-size: 4vw;
        line-height: 1.4;
        display: block;
        width: auto;
    }
    .column_thumbnail {
        width: 140px; /* 幅は固定 */
        height: auto; /* 高さを自動に変更 */
        margin-right: 20px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16/9; /* 縦横比を16:9に固定 */
    }
    .column_thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* coverからcontainに変更して縦横比を維持 */
    }
    .column_list .green_arrow:after {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #a9c447;
        border-right: none;
        width: 0;
        height: 0;
    }
    .column_pager_list {
        margin-top: 5.333vw;
    }
    .column_pager_list .column_pager_num + .column_pager_num {
        margin-left: 2.1333vw;
    }
    .column_pager_num a {
        width: 8vw;
        height: 8vw;
        line-height: 7.466vw;
        font-size: 4vw;
        border: 0.266vw solid #a9c447;
    }
    .column_pager_prev {
        margin-right: 3.2vw;
    }
    .column_pager_next {
        margin-left: 3.2vw;
    }
    .column_pager_prev a,
    .column_pager_next a {
        font-size: 4vw;
    }
    .column_pager_prev a {
        padding-left: 4.2666vw;
    }
    .column_pager_prev a:after {
        border-top: 1.4666vw solid transparent;
        border-left: 2.4vw solid transparent;
        border-bottom: 1.4666vw solid transparent;
        border-right: 2.4vw solid #a9c447;
        left: -2.4vw;
    }
    .column_pager_next a {
        padding-right: 4.2666vw;
    }
    .column_pager_next a:after {
        border-top: 1.4666vw solid transparent;
        border-left: 2.4vw solid #a9c447;
        border-bottom: 1.4666vw solid transparent;
        border-right: 2.4vw solid transparent;
        right: -2.4vw;
    }
}
