@charset "utf-8";
body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    line-height: 1.5;
}

.break-point {
    display: inline-block;
}

.club {
    max-width: 1024px;
    margin: 270px auto;
    padding: 0 10px;
}

@media screen and (max-width:769px) {
    .club {
        margin: 80px auto 160px auto;
    }
}

.club-head-img {
    margin-bottom: 80px;
}

@media screen and (max-width:769px) {
    .club-head-img {
        margin-bottom: 40px;
    }
}

.club h3 {
    font-size: 32px;
    color: #00663A;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width:769px) {
    .club h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.recruit-information-list {
    font-family: "Noto Serif JP", serif;
    display: flex;
    flex-wrap: wrap;
    margin: 0 78px;
    font-size: 24px;
}

@media screen and (max-width:769px) {
    .recruit-information-list {
        font-size: 14px;
        margin: 0 10px;
    }
}

.recruit-information-list > dt {
    flex-basis: 30%;
}
.recruit-information-list > dd {
    flex-basis: 70%;
}

.recruit-information-list.three-rows {
    border-top: 1px solid #00663A;
    border-bottom: 1px solid #00663A;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.recruit-information-list.three-rows > dt {
    flex-basis: 18%;
    border: none !important;
}

.recruit-information-list.three-rows > dd {
    flex-basis: 82%;
    display: flex;
    border: none !important;
}

.description-head {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.description-body {
    display: flex;
    flex-direction: column;
}

.description-body > dd {
    display: flex;
}

.member-status {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:769px) {
    
}

.inner-information-list {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    text-align: end;
    padding-top: 18px;
    padding-bottom: 24px;
}

.inner-information-list > dt {
    flex-basis: 65%;
}

@media screen and (max-width:769px) {
    .inner-information-list > dt {
        flex-basis: 100%;
        text-align: end;
    }
}

.inner-information-list > dd {
    flex-basis: 35%;
}

@media screen and (max-width:769px) {
    .inner-information-list > dd {
        flex-basis: 100%;
        text-align: end;
    }
}

.recruit-information-list > dt,
.recruit-information-list > dd {
    border-top: 1px solid #00663A;
    padding-top: 18px;
    padding-bottom: 24px;
}

.recruit-information-list > dt:last-of-type,
.recruit-information-list > dd:last-of-type {
    border-bottom: 1px solid #00663A;
}

@media screen and (max-width:769px) {
    .recruit-information-list > dt:last-of-type,
    .recruit-information-list > dd:last-of-type {
        border-bottom: none;
    }
}

.detail-btn {
    position: relative;
    text-align: center;
    max-width: 326px;
    margin: 80px auto 0 auto;
    font-size: 24px;
    box-shadow: 0 3px 6px #999;
    color: #FFFFFF;
    background-color: #00663A;
    border-radius: 4px;
    transition: opacity 0.5s ease, transform 0.5s ease; 
}

.detail-btn:hover {
    opacity: 0.85;
    transform: translateY(-8px);
    transition: opacity 0.5s ease, transform 0.5s ease; 
}

.detail-btn a {
    display: block;
    width: 100%;
    padding: 20px 40px;
}

@media screen and (max-width:769px) {
    .detail-btn {
        max-width: 160px;
        font-size: 14px;
        text-align: start;
        margin: 32px auto 0 auto;
        border-radius: 0;    
    }
    .detail-btn a {
        padding: 8px 20px;
    }
}

.detail-btn::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    max-width: 14%;
    aspect-ratio: 85 / 17;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.club .has-detail {
    margin-bottom: 40px;
}

.recruit-detail-text {
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
}

@media screen and (max-width:769px) {
    .recruit-detail-text {
        font-size: 14px;
        margin-bottom: 48px;
    }
}

.footer-wrapper {
    background-color: #EBEBEB;
}

.footer-inner {
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: none;
    margin: 0 auto;
    gap: 4%;
    padding-top: 18px;
}

@media screen and (max-width:769px) {
    .footer-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer-img-wrapper img {
    max-width: 35vw;
}

.footer-nav.pc {
    display: block;
}

.footer-nav.sp {
    display: none;
}

@media screen and (max-width:769px) {
    .footer-nav.pc {
        display: none;
    }
    .footer-nav.sp {
        display: block;
        flex-basis: 100%;
    }
}

.footer-nav1,
.footer-nav2 {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav1 li,
.footer-nav2 li {
    width: calc(100% / 3);
    font-size: 14px;
}

@media screen and (max-width:769px) {
    .footer-nav.sp .footer-nav1 {
        border-top: solid 1px #a6a6a6;
    }
    .footer-nav.sp .footer-nav1 li {
        width: calc(100% / 2);
        border-right: solid 1px #a6a6a6;
        border-bottom: solid 1px #a6a6a6;
        font-size: 11px;
    }
    .footer-nav.sp .footer-nav1 li:nth-child(2n) {
        border-right: none;
    }
    .footer-nav.sp .footer-nav1 li a {
        display: block;
        width: 100%;
        padding: 12px 20px;
    }
    .footer-nav.sp .footer-nav1 li::before {
        content: none;
    }
}

.footer-nav1 li::before,
.footer-nav2 li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/list_arrow_right1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    padding-right: 10px;
}

@media screen and (max-width:769px) {
    .footer-nav.sp .footer-nav2 li {
        width: calc(100% / 2);
        padding: 12px 16px;
    }
    .footer-nav2 li::before {
        background-image: url(../img/list_arrow_right2.png);
    }
}

.footer-nav2 {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #b3c6b9;
}

@media screen and (max-width:769px) {
    .footer-nav2 {
        margin: 8px 0;
        padding-top: 0;
        border-top: none;
    }
}

.copyright-area {
    background-color: #317246;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    padding: 12px 0;
}