.form-box {
    max-width:800px;
    margin:0 auto
}
.form-item {
    margin-bottom:30px
}
.form-item__name {
    font-size:18px;
    letter-spacing:1.8px;
    margin-bottom:10px
}
.form-item__name span {
    font-size:14px;
    letter-spacing:1.4px;
    color:#fff;
    background:#f76d6d;
    padding:0 10px;
    box-sizing:border-box;
    border-radius:10px;
    margin-right:10px
}
.form-item input {
    border:1px solid #B3B3B3;
    width:100%;
    font-size:15px;
    letter-spacing:1.5px;
    height:50px;
    padding:0 20px;
    border-radius:10px
}
.file-ttl {
    font-size:18px;
    letter-spacing:1.8px;
    margin-bottom:20px
}
.file-ttl-ni {
    font-size:14px;
    letter-spacing:1.4px;
    color:#fff;
    background:#B3B3B3;
    padding:0 10px;
    box-sizing:border-box;
    border-radius:10px;
    margin-right:10px
}
.file-ttl-at {
    font-size:14px;
    letter-spacing:1.4px;
    margin-left:10px
}
.file {
    margin-bottom:10px;
    font-size:14px
}
.form-ck {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:30px 0
}
.wpcf7-list-item-label {
    display:none
}
.atsukai {
    font-size:14px;
    letter-spacing:1.4px;
    padding-left:10px
}
.atsukai a {
    text-decoration:underline
}
.form-btn button {
    position:relative;
    color:#fff!important;
    text-align:center;
    height:40px;
    line-height:40px;
    background:#000;
    border-radius:100px;
    overflow:hidden!important;
    z-index:1;
    display:block;
    font-size:14px;
    box-sizing:border-box;
    width:200px;
    margin:0 auto
}

.form-btn button span {
    position:relative;
    z-index:2;
    letter-spacing:2px
}
@media screen and (max-width:767px) {
    .entry-fm-ttl {
        font-size:20px;
        letter-spacing:2px;
        text-align:center;
        padding:50px 0 15px
    }
    .form-box {
        max-width:800px;
        margin:0 auto
    }
    .form-item {
        margin-bottom:30px
    }
    .form-item__name {
        font-size:14px;
        letter-spacing:1.4px;
        margin-bottom:10px
    }
    .form-item__name span {
        font-size:10px;
        letter-spacing:1px;
        border-radius:10px;
        margin-right:5px
    }
    .form-item input {
        font-size:14px;
        letter-spacing:1.4px;
        height:40px;
        padding:0 10px;
        border-radius:5px
    }
    .file-ttl {
        font-size:14px;
        letter-spacing:1.4px;
        margin-bottom:20px
    }
    .file-ttl-ni {
        font-size:10px;
        letter-spacing:1px;
        border-radius:10px;
        margin-right:5px
    }
    .file-ttl-at {
        font-size:10px;
        letter-spacing:1px;
        margin-left:0;
        display:block;
        margin-top:10px
    }
    .file {
        margin-bottom:10px;
        font-size:14px
    }
    .wpcf7-list-item-label {
        display:none
    }
    .atsukai {
        font-size:10px;
        letter-spacing:1px;
        padding-left:10px
    }
    .atsukai a {
        text-decoration:underline
    }
    .form-btn button {
        position:relative;
        color:#fff!important;
        text-align:center;
        height:40px;
        line-height:40px;
        background:#000;
        border-radius:100px;
        overflow:hidden!important;
        z-index:1;
        display:block;
        font-size:14px;
        box-sizing:border-box;
        width:200px;
        margin:0 auto
    }
}
.wpcf7-not-valid-tip {
    font-size:10px !important;
    padding-top:10px
}
.wpcf7 form .wpcf7-response-output {
    border-color:rgb(255,88,88)!important;
    font-size:13px;
    max-width:500px;
    margin:30px auto;
    background:#ffebeb;
    padding:30px 10px;
    text-align:center;
    box-sizing:border-box;
    line-height:1.4
}
.form-item textarea {
    border:1px solid #B3B3B3;
    width:100%;
    font-size:15px;
    letter-spacing:1.5px;
    height:50px;
    padding:20px;
    border-radius:10px;
    min-height:200px
}
.form-ck .wpcf7-not-valid-tip {
    position:absolute;
    min-width:120px;
    left:15px;
    top:15px
}
.wpcf7 form.sent .wpcf7-response-output {
    background:#fff;
    border-color:#34CFD7!important;
    color:#041111;
    margin: 20px auto;
}
@media screen and (max-width: 767px)  {
    .sp-btn-l {
        display:block!important;
        width:80%!important;
        margin-left:auto;
        margin-right:auto;
        font-size:14px!important;
    }
}
.not-page {
    padding: 10% 0;
    text-align: center;
}
.not-page-num  {
    color: #34CFD7;
    font-size: 40px;
    font-weight: 500;
    margin: 30px 0;
}
@media screen and (max-width: 767px)  {
    .not-page {
        padding: 30% 0 20%;
        text-align: center;
    }
}
.pb20 {
    padding-bottom:20px;
}
#cf7-confirm-modal[hidden] {
    display:none
}
#cf7-confirm-modal {
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center
}
.cf7cm__backdrop {
    position:absolute;
    inset:0;
    background-color:rgb(37 37 37 / 30%);
    opacity:0;
    transition:opacity .3s ease
}
.cf7cm__panel {
    position:relative;
    max-width:720px;
    width:92%;
    background:#fff;
    border-radius:12px;
    padding:20px 18px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    opacity:0;
    transform:scale(.95);
    transition:opacity .3s ease,transform .3s ease
}
#cf7-confirm-modal.is-active .cf7cm__backdrop {
    opacity:1
}
#cf7-confirm-modal.is-active .cf7cm__panel {
    opacity:1;
    transform:scale(1)
}
.cf7cm__body {
    max-height:55vh;
    overflow:auto;
    margin:12px 0
}
.cf7cm__list {
    grid-template-columns:10em 1fr;
    gap:.5rem .75rem
}
.cf7cm__list dt {
    margin-bottom:5px
}
.cf7cm__list dd {
    margin-bottom:15px
}
.cf7cm__actions {
    display:flex;
    gap:.75rem;
    justify-content:flex-end;
    margin-top:1rem
}
.cf7cm__actions button {
    padding:.6rem 1rem;
    border:1px solid #ddd;
    border-radius:30px;
    cursor:pointer;
    background:#f9f9f9;
    font-size:13px;
    letter-spacing:1.3px
}
.cf7cm__ok {
    background:#000!important;
    color:#fff
}
body.cf7cm-no-scroll {
    overflow:hidden
}
#cf7-thanks-modal[hidden] {
    display:none
}
#cf7-thanks-modal {
    position:fixed;
    inset:0;
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center
}
#cf7-thanks-modal .cf7cm__backdrop {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.4);
    opacity:0;
    transition:opacity .3s ease
}
#cf7-thanks-modal .cf7cm__panel {
    position:relative;
    max-width:480px;
    width:90%;
    background:#fff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    opacity:0;
    transform:scale(.95);
    transition:opacity .3s ease,transform .3s ease
}
#cf7-thanks-modal.is-active .cf7cm__backdrop {
    opacity:1
}
#cf7-thanks-modal.is-active .cf7cm__panel {
    opacity:1;
    transform:scale(1)
}
#cf7tm-title {
    line-height:1.5
}
@media screen and (max-width:767px) {
    #cf7cm-title {
        font-size:14px
    }
    .cf7cm__list dt,.cf7cm__list dd {
        font-size:13px
    }
}
.footer-other__item {
    width:50px
}
.footer-other__item img {
    width:100%
}
@media screen and (max-width:767px) {
    .footer-other__item {
        width:40px
    }
}
#cursor,
#stalker {
    z-index: 999999 !important;
}
.fm-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 10px;
    box-sizing: border-box;
}

.head-logo {
    width: 300px;
}

.pankuzu {
    margin: 20px 0 40px;
}
.pankuzu {
    display:flex;
    align-items:center
}
.pankuzu-list {
    display:flex;
    align-items:center
}
.pankuzu-list::after {
    display:block;
    content:'';
    width:6px;
    height:6px;
    border:0;
    border-top:solid 1px #B2B2B2;
    border-right:solid 1px #B2B2B2;
    transform:rotate(45deg);
    margin:0 10px;
    color:#B2B2B2
}
.pankuzu-list a {
    color:#B2B2B2;
    font-size:12px
}
.pankuzu-list-active {
    font-size:12px
}

@media screen and (max-width:767px) {
    .pankuzu {

    }
    .pankuzu-list::after {
        display:block;
        content:'';
        width:6px;
        height:6px;
        border:0;
        border-top:solid 1px #B2B2B2;
        border-right:solid 1px #B2B2B2;
        transform:rotate(45deg);
        margin:0 10px;
        color:#B2B2B2
    }
    .pankuzu-list a {
        color:#B2B2B2;
        font-size:10px
    }
    .pankuzu-list-active {
        font-size:10px
    }
}

@media screen and (max-width: 767px)  {
.head-logo {
    width: 170px;
}

.fm-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}


.pankuzu {
    margin: 20px 0 30px;
}

}
.ent-txt {
    margin-bottom: 50px;
    font-size: 14px;

}
.ent-txt  {
    line-height: 1.8;
}
.ent-txt span {
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 767px)  {
.ent-txt {
        margin-bottom: 30px;

}

}

.ent-ttl{
        font-family: 'Lato', sans-serif;
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 30px;

}


@media screen and (max-width: 767px)  {
.ent-ttl{
        font-family: 'Lato', sans-serif;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;

}
}