@charset "utf-8";

/* event_cont */
.event_list {
    display: flex;
}
.event_list li {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-red);
}
.event_meta {
    display: flex;
    align-items: center;
}
.event_date {
    color: var(--color-red);
    letter-spacing: 0.05em;
    line-height: 1.51;
}
.event_tag_wrap {
    display: flex;
    flex-wrap: wrap;
}
.event_tag {
    display: inline-block;
    line-height: 1.5;
    color: var(--color-red);
    border: 1px solid var(--color-red);
}
.event_name {
    line-height: 1.8;
    width: 100%;
}
.event_name_sub {
    line-height: 1.8;
}
.event_detail {
    line-height: 1.8;
}
.event_detail a {
    color: var(--color-red);
    display: inline-flex;
    align-items: center;
    line-height: 1.8;
}
.recruit_event .icon_blank_path {
    stroke: var(--color-red);
}
@media (min-width: 1151px) {
    .event_list li {
        width: calc((100% - 60px) / 3);
    }
}
@media (max-width: 1150px) and (min-width: 769px) {
    .event_list li {
        width: calc((100% - 60px) / 2);
    }
}
@media (min-width: 769px) {
    .event_cont {
        margin-block: 80rem 128rem;
    }
    .event_list {
        flex-wrap: wrap;
        gap: 20px 30px;
    }
    .event_list li {
        padding: 24px 20px;
        gap: 5px;
    }
    .event_meta {
        gap: 14rem;
    }
    .event_date {
        font-size: 16px;
    }
    .event_tag_wrap {
        gap: 5px;
    }
    .event_tag {
        font-size: 12px;
        padding: 1px 10px 2px 10px;
    }
    .event_name {
        font-size: 18px;
        min-height: 64px;
    }
    .event_name_sub {
        font-size: 15px;
    }
    .event_detail {
        font-size: 15px;
    }
    .event_detail a {
        font-size: 15px;
        gap: 10px;
    }
    .recruit_event .icon_blank {
        width: 22px;
    }
}
@media (max-width: 768px) {
    .event_cont {
        margin-block: 32rem 100rem;
    }
    .event_list {
        flex-direction: column;
        gap: 30rem;
    }
    .event_list li {
        padding: 40rem 30rem;
        gap: 5rem;
    }
    .event_meta {
        gap: 14rem;
    }
    .event_date {
        font-size: 16rem;
    }
    .event_tag_wrap {
        gap: 5rem;
    }
    .event_tag {
        font-size: 12rem;
        padding: 1rem 10rem 2rem 10rem;
    }
    .event_name {
        font-size: 18rem;
        min-height: 64rem;
    }
    .event_name_sub {
        font-size: 15rem;
    }
    .event_detail {
        font-size: 15rem;
    }
    .event_detail a {
        font-size: 15rem;
        gap: 10rem;
    }
    .recruit_event .icon_blank {
        width: 22rem;
    }
}

/* event_other */
.event_other {
    display: flex;
    flex-direction: column;
}
.event_other_block {
    border-top: 2px solid rgba(34, 34, 34, 0.1);
}
.event_other_ttl {
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
}
.event_other_ttl::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--color-red);
}
.event_other_list {
    display: flex;
}
.event_other_list a {
    color: var(--color-black);
}
.event_other_list button {
    border: none;
    text-align: left;
    cursor: pointer;
    color: var(--color-black);
}
.event_other_thumb {
    background-color: #9d9d9d;
    overflow: hidden;
}
.event_other_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_other_date {
    letter-spacing: 0.05em;
    line-height: 1.51;
    opacity: 0.5;
}
.event_other_name {
    display: inline-block;
    line-height: 1.77;
}
.event_other_txt {
    font-weight: 400;
    line-height: 1.8;
    display: block;
}
@media (min-width: 769px) {
    .event_other {
        gap: 120px;
    }
    .event_other_block {
        padding-top: 20px;
    }
    .event_other_ttl {
        font-size: 24px;
        gap: 13px;
    }
    .event_other_ttl::before {
        width: 12px;
        height: 12px;
        margin-top: 17px;
    }
    .event_other_list {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 17px 29rem;
    }
    .event_other_list li {
        width: 268rem;
    }
    .event_other_thumb {
        width: 268rem;
        height: 150rem;
    }
    .event_other_detail {
        margin-top: 17px;
    }
    .event_other_date {
        font-size: 12px;
    }
    .event_other_name {
        margin-top: -3px;
        font-size: 18px;
    }
    .event_other_txt {
        font-size: 13px;
        margin-top: 16px;
    }
    .event_other_name .icon_blank {
        margin-left: 10px;
    }
    .links_list {
        margin-top: 180rem;
    }
    .btn_back_wrap {
        margin-top: 160rem;
    }
    @media (hover: hover) {
        .event_other_thumb img {
            transition: scale 0.3s;
        }
        .event_other_list a:hover .event_other_thumb img,
        .event_other_list button:hover .event_other_thumb img {
            scale: 1.1;
        }
    }
}
@media (max-width: 768px) {
    .event_other {
        gap: 100rem;
    }
    .event_other_block {
        padding-top: 20rem;
    }
    .event_other_ttl {
        font-size: 24rem;
        gap: 13rem;
    }
    .event_other_ttl::before {
        width: 12rem;
        height: 12rem;
        margin-top: 17rem;
    }
    .event_other_list {
        margin-top: 40rem;
        flex-direction: column;
        gap: 50rem;
    }
    .event_other_list li {
        width: 100%;
    }
    .event_other_thumb {
        width: 100%;
        height: 187rem;
    }
    .event_other_detail {
        margin-top: 20rem;
    }
    .event_other_date {
        font-size: 12rem;
    }
    .event_other_name {
        margin-top: -3rem;
        font-size: 18rem;
    }
    .event_other_txt {
        font-size: 13rem;
        margin-top: 16rem;
    }
    .event_other_name .icon_blank {
        margin-left: 10rem;
    }
    .links_list {
        margin-top: 140rem;
    }
    .btn_back_wrap {
        margin-top: 130rem;
    }
}
