/* ～～～～～～～～～～SP版　TOPCSS～～～～～～～～～～ */
/* ==================KV================== */
.kv {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--accent-white);
    margin-bottom: 70px;
}
/* .kv::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, var(--accent-white), transparent);
} */
.kv_img{
    position: relative;
    width: 100vw;
    background-size: cover;
    background-position: top;
}
/* .kv_img::after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, var(--accent-white), transparent);
} */
.kv-content{
    display: none;
    margin: 40px 30px;
}
.kv_text{
    background-image: url("/img/sp/kv_text.png?v2");
    width: 100vw;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.kv-content p {
    text-align: center;
}
/* ==================ABOUT================== */
.about .description{
    background: url("/img/common/back_heart.png") no-repeat left;
    background-size: contain;
}
/* ==================主な活動内容================== */
.activities__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.activities__card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* カード全体をリンクにするストレッチリンク */
.activities__card .main-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.activities__image img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.activities__content {
    padding: 28px 20px 24px;
    text-align: center;
}

.activities__card-title {
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.4;
}

.activities__text {
    margin: 0 0 24px;
    line-height: 1.8;
}


.activities__lists {
    width: 100%;
    margin: 0 auto;
}

.activities__lists .activities__list .lead {
    padding: 10px;
    margin-bottom: 15px;
}

.activities__lists .activities__list ul {
    width: 100%;
    margin: 0 auto;
}
.activities__lists .activities__list ul li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 3px;
    border-bottom: 1px solid var(--primary-color);
}
.activities__lists .activities__list ul li a {
    color: #003eff;
}

/* ==================新着セミナー================== */
.seminar__list {
    border-top: 1px solid var(--primary-color);
}

.seminar__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--primary-color);
}

.seminar__date {
    flex-shrink: 0;
    text-align: center;
    color: var(--primary-color);
}

.seminar__year {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    line-height: 1;
}

.seminar__day {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.seminar__info {
    flex: 1;
    min-width: 200px;
}

.seminar__name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    text-align: left;
    color: var(--primary-color);
}

.seminar__icon {
    height: 22px;
    margin-top: 7px;
}

.seminar__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
}

.seminar__meta-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
}

.seminar__more {
    margin-top: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 10px;
}

/* ==================お知らせ================== */
.info__list {
    border-top: 1px solid var(--primary-color);
    margin-bottom: 25px;
}

.info__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--primary-color);
}

.info__title {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
}

.info__lead {
    width: 100%;
    font-size: 18px;
}

.info__thumb {
    width: 100%;
}

.info__thumb img {
    max-width: 320px;
}

.info__thumb .info__thumb_alt {
    font-size: 14px;
}

.info__date {
    flex-shrink: 0;
    text-align: center;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

.info__info.bold {
    font-weight: bold;
}