@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

#fixed-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
#fixed-btn a {
    display: block;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #44a8de;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
#fixed-btn img{
    width: 30px;
    display: block;
    margin: 0 auto;
}
#fixed-btn span{
    display: block;
    margin-bottom: 3px;
}


/* FORM */
.form-wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 15px 30px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 50px;
}
.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){
    .form-wrap{
        margin-top: 30px;
    }
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        padding: 10px 15px;
        font-size: 14px;
        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%;
    }
    form textarea{
        height: 200px;
    }
}
.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;
}
.p-info-mv__text a{
    text-decoration: underline;
}


/* 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;
}

@media screen and (min-width: 992px) {
    .p-page-mv__box {
        width: min(28rem, 23.833333vw);
    }
    .p-page-mv__person {
        width: min(21.625rem, 16.1875vw);
    }
}

@media only screen and (max-width:991px){
    /* TOP */
    .p-top-interview__title-ja{
        top:6rem;
    }
}


@media screen and (max-width: 768px) {
    #fixed-btn{
        bottom: 10px;
        right: 10px;
    }
    #fixed-btn a{
        width: 80px;
        height: 80px;
        font-size: 10px;
    }
    #fixed-btn img{
        width: 22px;
    }
}


/* HEADER */
.p-header__link {
    text-shadow: 2px -1px 4px #fff;
}

/* INTERVIEW */
.p-interview__text {
    font-size: min(1rem, 14px);
}
.p-yell__content{
    width:100%;
    max-width:480px;
    flex-direction:column;
    gap:30px;
    padding-left:0;
    padding-bottom: 50px;
}
.p-yell__title{
    font-family: "Zen Kurenaido", sans-serif;
    font-weight:400;
    font-style: normal;
    font-size:34px;
}
.p-schedule__title{
    width:auto;
}
.p-schedule__title img{
    width:auto;
    height:107px;
}


@media only screen and (max-width:768px){
    /* FOOTER */
    .p-footer__list--message{
        position:relative;
    }
    .p-footer__list--message::before {
        position: absolute;
        content: "";
        background: url(../images/common/pink.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 10px;
        width: 0.625rem;
        height: auto;
        aspect-ratio: 10 / 8;
        -o-object-fit: cover;
        object-fit: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -25px;
        left: -1.5625rem;
    }
    .p-footer__lists{
        gap:0.75rem;
        margin-bottom:1rem;
    }

    /* INTERVIEW */
    .p-yell__title{
        font-size:22px;
    }
    .p-schedule__title img{
        height:52px;
    }
}