@charset "UTF-8";
.inner .ttl align-c {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 5px;
}

.Management_declaration {
    background-color: #f2f2f3;
    padding: 3% 5% 4%;
    margin: 4% 20%;
}
@media screen and (max-width: 767px){
    .Management_declaration {
        padding: 7% 5% 8%;
        margin: 10% 2% 0;
    }
}
.Management_declaration_ttl {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px){
    .Management_declaration_ttl {
        font-size: 7vw;
        margin-bottom: 7%;
    }
}

.Management_declaration_txt {
    text-align: left;
    font-size: 1.2rem;
    list-style-type: disc;
}

@media screen and (max-width: 767px){
    .Management_declaration_txt {
        padding-left: 6%;
        font-size: 1.4rem;
    }
}

.Management_declaration_txt_li {
    margin-bottom: 1.2rem;
}

.president_signature {
   text-align: right;
   margin-top: 40px;
   font-size: 1.2rem;
}

@media screen and (max-width: 767px){
    .president_signature {
        margin-top: 30px;
        font-size: 1.4rem;
    }
}

.health_img {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 767px){
    .health_img img {
        width: 100%;
    }
}

.ghostttl_pc {
    margin: 20px 0 0;
}

@media screen and (max-width: 767px){
    .ghostttl_sp {
        margin-bottom: 20px;
    }
}

.ghost_pc {
    margin: 30px 0 60px;
}

@media screen and (max-width: 767px){
    .ghost_sp {
        margin-bottom: 50px;
    }
}


/* モーダル拡大用スタイル */
@media screen and (max-width: 767px){
    .modal-img-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    }
    .modal-img-overlay.active {
    display: flex;
    }
    .modal-img-content {
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 0 20px #000;
    border-radius: 8px;
    background: #fff;
    position: relative;
    }
    .modal-img-content img {
    max-width: 90vw;
    max-height: 80vh;
    display: block;
    margin: 0 auto;
    }
    .modal-img-close {
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 2.2em;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    }
}
