@charset "utf-8";

.p-knowledge__list-img{
    position: relative;
    padding-top: 133.3333%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-knowledge__list-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-menu__link--active{
    background-color: rgb(245 175 210 / .4);
}
.p-philosophy__slider{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}


/* カラダまめ知識 */
.p-page-mv--trivia__title{
    text-align: center;
    margin-bottom: 40px;
}
.p-page-mv--trivia__title img{
    width: 600px;
    margin: 0 auto;
}
.p-trivia__grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.p-trivia__grid-item a{
    display: block;
    position: relative;
    padding-top: 133.3333%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-trivia__grid-item a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-trivia--single__cont{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
    background-color: #fff;
}
.p-trivia--single__cont-header{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e32784;
}
.p-trivia--single__cont-body{
    font-size: 16px;
    line-height: 1.8;
}
.p-trivia--single__cont-body a{
    text-decoration: underline;
    color: #44a8de;
}
.p-trivia--single__cont-body > *:not(:last-child):not(h2):not(h3):not(.wp-block-table){
    margin: 10px 0 20px;
}
.wp-block-table{
    margin: 20px 0;
}
.p-trivia--single__cont-body > h2{
    margin-top: 30px;
    background-color: #0e6587;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}
.p-trivia--single__cont-body > h3{
    padding-bottom: 5px;
    border-bottom: 2px solid #e32784;
    margin: 30px 0 10px;
    font-size: 16px;
}
.p-trivia--single__cont-body ul li{
    padding-left: 1em;
}
.p-trivia--single__cont-body ul li::before{
    content: "・";
    margin-left: -1em;
}
.p-trivia--single__cont-body ol{
    list-style-type: decimal;
    padding-left: 1em;
}
.p-trivia--single__cont-back{
    text-align: center;
    margin-top: 50px;
}
.p-trivia--single__cont-back a{
    color: #fff;
    margin: 0 auto;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 6px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: 1px solid #564d4d !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: #0A0905;
    background-color: #fff;
    transition: all 0.3s;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: #564d4d;
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: #564d4d;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    background-color: #fff;
}
.wp-pagenavi a.previouspostslink{
    margin-right: 14px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 14px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 13px;
    height: 14px;
    display: block;
    background: url(../images/common/arrow.svg) no-repeat center center / contain;
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
}
.p-news__inner{
    padding: 30px;
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
}
.p-news__header-title{
    font-size: 24px;
    margin: 8px 0 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e32784;
}


/* FORM */
.form-wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 15px 30px;
    border-radius: 10px;
    background-color: #fff;
}
.p-contact__text{
    text-align: center;
    margin-bottom: 30px;
}
.p-contact__text a{
    text-decoration: underline;
}
.wpcf7 table{
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}
.wpcf7 table th,
.wpcf7 table td{
    padding: 6px 15px;
    border-radius: 3px;
}
.wpcf7 table th{
    background-color: #221e1e;
    color: #fff;
}
.wpcf7 table tr:last-child th{
    border-bottom: 1px solid #221e1e;
}
.wpcf7 table th p,
.wpcf7 table td p{
    margin: 0;
}
.wpcf7 table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 12px;
    background-color: #fff;
    color: #221e1e;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    width:100%;
    padding:12px;
    box-shadow: none;
    line-height: 1.6;
}
form input.md{
    max-width: 300px;
}
form textarea{
    width: 100%;
    resize: none;
}
.submit_btn{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    transition: .3s;
    appearance: none;
    -webkit-appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    color: #fff;
    background-color: #221e1e;
    border: 1px solid #221e1e;
    border-radius: 50px;
}
@media screen and (min-width: 992px) {
    form .submit_btn input[type="submit"]:hover{
        opacity: 1;
        background-color: #fff;
        color: #221e1e;
    }
}
form .submit_btn input[type="button"]{
    background-color: gray;
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
.wpcf7-spinner{
	display:none;
}
@media screen and (max-width: 991px){
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        padding: 10px 15px;
        width: 100%;
        display: block;
        white-space: normal;
    }
    .wpcf7 table td{
        padding-left: 0;
        padding-right: 0;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
.law{
    margin-top: 20px;
    padding: 25px 30px;
    line-height: 1.6;
    border: 1px solid #231815;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}
.contact-sec__text,
.recruit-sec03__link-item__content-text{
    margin-bottom: 30px;
    text-align: center;
}
.contact-sec__text a,
.recruit-sec03__link-item__content-text a{
    color: var(--orange);
    text-decoration: underline;
    font-weight: bold;
}


/* PRIVACY POLICY */
.privacy-sec01__cont{
    line-height: 1.8;
}
.privacy-sec01__cont-text{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li span{
    font-weight: bold;
}
.privacy-sec01 .sec-ul{
    margin-top: 10px;
}
.privacy-sec01 .sec-ul>li{
    font-size: 14px;
    padding-left: 1em;
}
.privacy-sec01 .sec-ul>li::before{
    content: "・";
    margin-left: -1em;
}


.p-sports__box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    border-radius: clamp(10px, 2.666vw, 50px);
    background: linear-gradient(#090036 0%, #1d2488 100%);
    color: #fff;
}
.p-sports__box-left{
    padding: 2vw;
}
.p-sports__box-left__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.p-sports__box-left__ttl-img img{
    width: clamp(80px, 8.333vw, 160px);
}
.p-sports__box-left__ttl-text{
    font-size: clamp(18px, 1.6vw, 32px);
}
.p-sports__box-left__text{
    font-size: clamp(14px, 0.833vw, 16px);
    line-height: 2;
    font-weight: 500;
}
.p-sports__box-img figure{
    height: 100%;
}
.p-sports__box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-detail__span{
    width: 12px;
}


@media screen and (min-width: 768px) {
    .p-news {
        margin-top: 3.25rem;
        padding-bottom: min(8.5rem, 6.4166666667vw);
    }
    .p-page-mv__title.sm{
        font-size: min(3.125rem, 2vw);
    }
}

@media screen and (max-width: 1540px) {
    .p-trivia__grid{
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .p-news__header-title{
        font-size: 20px;
    }
    .p-trivia--single__cont-body{
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .p-sports__box{
        grid-template-columns: repeat(1,1fr);
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    /* SYSTEM */
    .l-row::before{
        height:100dvh;
    }

    /* TOP */
    .p-mv__left{
        margin: 0 auto;
    }
    .p-mv__img{
        margin:0 auto;
        padding-left:10rem;
        max-width:23rem;
    }
    .p-mv__right{
        margin:0 auto;
        padding-right: 7rem;
        max-width: 20rem;
    }
}

@media screen and (max-width: 767px) {
    /* HEADER */
    .p-header{
        padding-top:min(1.5rem, 2.083333333vw);
    }
    .p-header__nav{
        margin-top: min(2.125rem, 2.6041666667vw);
    }

    /* DRAWER */
    .p-drawer-content{
        padding-top:4.5rem;
        padding-bottom:6rem;
    }
    .p-drawer__sublists .p-header__link{
        padding:0.8rem 0;
        margin-left:3rem;
    }
    .p-drawer__sublists .p-header__link-text{
        font-size:14px;
    }


    /* FOOTER */
    .p-footer{
        margin-top: 8rem;
    }
    body.home .p-footer{
        padding-bottom:7rem;
    }

    /* COMMON */
    .l-row::before{
        height:100dvh;
    }

    /* TOP */
    .p-mv__left{
        max-width:40%;
    }
    .p-mv__img{
        transform: translateY(-50%);
        max-width: 40%;
    }
    .p-mv__right{
        margin-top:-30%;
        margin-left:13%;
        max-width: 40%;
    }
    .p-invitation__slider .swiper-slide-active{
        scale:1;
    }

    /* NEWS */
    .p-news{
        margin-top:1.75rem;
    }

    /* CONTACT */
    .p-contact__text{
        text-align:left;
    }

    .p-page-mv--trivia__title img{
        width: 240px;
    }
    .p-trivia__grid{
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
    .p-trivia__grid-item a{
        border-radius: 5px;
    }
    .p-page-mv__breadcrumbs{
        padding: 0.5rem 1.5rem;
    }
    .p-page-mv__home{
        font-size: 0.7rem;
    }
    .p-page-mv__lists{
        flex-wrap: wrap;
    }
    .p-trivia--single__cont{
        padding: 20px 15px;
    }
    .p-trivia--single__cont-header__title{
        font-size: 18px;
    }
    .p-trivia--single__cont-body{
        font-size: 14px;
    }
    .p-trivia--single__cont-body > h2{
        padding: 5px 10px;
    }
    .p-trivia--single__cont-body > h2,
    .p-trivia--single__cont-body > h3{
        font-size: 15px;
    }
    .p-philosophy__slider{
        padding-right: 20px;
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .p-sports__box-left{
        padding: 30px 20px;
    }


    /* ART */
    .p-table__white{
        font-size:14px;
    }


    /* MESSAGE */
    .p-philosophy__slider{
        padding-right: 0;
        width:100%;
    }
}

@media only screen and (max-width:480px){
    /* SYSTEM */
    .l-inner{
        max-width:100%;
    }
}

/* TEL */
a[href^="tel:"]{
    pointer-events:all;
}