@charset "UTF-8";
.modal-content {
    width: 1000px;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    display: none;
    /* display: block; */
    z-index: 12;
}

#modal-overlay {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 126, 126, 126, 0.4);
}

.modal-team-box {
    background: #fff;
    padding: 40px 40px 0;
    box-sizing: border-box;
}

.modal-team-img {
    width: 500px;
    /* margin: 0 40px -40px 0; */
    margin: 0 0px -40px 0;
    position: relative;
}

.modal-team-img img {
    display: block;
}

.modal-team-people {
    /* max-width: 260px; */
    width: calc(100% - 500px);
    padding-left: 40px;
    box-sizing: border-box;
}

.modal-team-post {
    font-size: 1.4rem;
    color: #6E6E6E;
    margin-bottom: 12px;
}

.modal-team-name {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-team-nameeg {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.modal-team-bottom-box {
    background: #6E6E6E;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 90px 40px 72px;
}

.modal-team-bottom-box p+p {
    margin-top: 24px;
}

.modal-team-btn {
    margin-top: 30px;
}

.modal-team-btn .btn+.btn {
    margin-top: 10px;
}


/*アイコン*/

.modal-team-img .list-symbol {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 20px;
}

.modal-team-img .character-icon-symbol {
    width: 50px;
}

.modal-team-img .list-symbol li+li {
    margin-left: 22px;
}

.button-link {
    position: absolute;
    top: 20px;
    right: 20px;
}

.button-link::before {
    content: "";
    position: absolute;
    left: auto;
    width: 40px;
    right: -5px;
    top: 4px;
    height: 5px;
    background: #333333;
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
}

.button-link::after {
    content: "";
    position: absolute;
    left: auto;
    width: 40px;
    right: -5px;
    top: 18px;
    height: 5px;
    background: #333333;
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
}

.modal-sp-scroll {
    height: 100%;
    overflow: scroll;
}

.modal-sp-scroll::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: calc(100% - 50px);
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        margin: 25px;
        box-sizing: border-box;
    }
    .modal-sp-scroll {
        height: calc(100vh - 50px);
    }
    .modal-team-box {
        display: block;
        padding: 20px 20px 40px;
    }
    .modal-team-img {
        width: 100%;
        margin: 0;
    }
    .modal-team-img .character-icon-symbol {
        width: 36px;
    }
    .modal-team-img .list-symbol li+li {
        margin-left: 16px;
    }
    .modal-team-people {
        width: 100%;
        padding-left: 0;
        margin-top: 22px;
    }
    .modal-primary {
        font-size: 1.4rem;
    }
    .modal-team-bottom-box {
        padding: 20px 20px 110px;
    }
    .button-link {
        position: relative;
        top: auto;
        bottom: 85px;
        right: 20px;
    }
    .button-link::before,
    .button-link::after {
        background: #fff;
    }
}


/*IE*/

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .modal-content {
        width: 1000px;
        margin: 0;
        box-sizing: border-box;
        position: fixed;
        display: none;
        /* display: block; */
        z-index: 12;
    }
    #modal-overlay {
        z-index: 2;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba( 126, 126, 126, 0.4);
    }
    .modal-team-box {
        background: #fff;
        padding: 40px 40px 0;
        box-sizing: border-box;
    }
    .modal-team-img {
        width: 500px;
        /* margin: 0 40px -40px 0; */
        margin: 0 0px -40px 0;
        position: relative;
    }
    .modal-team-img img {
        display: block;
    }
    .modal-team-people {
        /* max-width: 260px; */
        width: calc(100% - 500px);
        padding-left: 40px;
        box-sizing: border-box;
    }
    .modal-team-post {
        font-size: 1.4rem;
        color: #6E6E6E;
        margin-bottom: 12px;
    }
    .modal-team-name {
        font-size: 3.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .modal-team-nameeg {
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .modal-team-bottom-box {
        background: #6E6E6E;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.7;
        padding: 90px 40px 72px;
    }
    .modal-team-bottom-box p+p {
        margin-top: 24px;
    }
    .modal-team-btn {
        margin-top: 30px;
    }
    .modal-team-btn .btn+.btn {
        margin-top: 10px;
    }
    /*アイコン*/
    .modal-team-img .list-symbol {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 20px;
    }
    .modal-team-img .character-icon-symbol {
        width: 50px;
    }
    .modal-team-img .list-symbol li+li {
        margin-left: 22px;
    }
    .button-link {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .button-link::before {
        content: "";
        position: absolute;
        left: auto;
        width: 40px;
        right: -5px;
        top: 4px;
        height: 5px;
        background: #333333;
        -webkit-transform: translateY(7px) rotate(-315deg);
        transform: translateY(7px) rotate(-315deg);
    }
    .button-link::after {
        content: "";
        position: absolute;
        left: auto;
        width: 40px;
        right: -5px;
        top: 18px;
        height: 5px;
        background: #333333;
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }
    .modal-sp-scroll {
        height: 100%;
        overflow: scroll;
        -ms-overflow-style: none;
    }
}


/*eage*/

@supports (-ms-ime-align: auto) {
    .modal-content {
        width: 1000px;
        margin: 0;
        box-sizing: border-box;
        position: fixed;
        display: none;
        /* display: block; */
        z-index: 12;
    }
    #modal-overlay {
        z-index: 2;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba( 126, 126, 126, 0.4);
    }
    .modal-team-box {
        background: #fff;
        padding: 40px 40px 0;
        box-sizing: border-box;
    }
    .modal-team-img {
        width: 500px;
        /* margin: 0 40px -40px 0; */
        margin: 0 0px -40px 0;
        position: relative;
    }
    .modal-team-img img {
        display: block;
    }
    .modal-team-people {
        /* max-width: 260px; */
        width: calc(100% - 500px);
        padding-left: 40px;
        box-sizing: border-box;
    }
    .modal-team-post {
        font-size: 1.4rem;
        color: #6E6E6E;
        margin-bottom: 12px;
    }
    .modal-team-name {
        font-size: 3.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .modal-team-nameeg {
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .modal-team-bottom-box {
        background: #6E6E6E;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.7;
        padding: 90px 40px 72px;
    }
    .modal-team-bottom-box p+p {
        margin-top: 24px;
    }
    .modal-team-btn {
        margin-top: 30px;
    }
    .modal-team-btn .btn+.btn {
        margin-top: 10px;
    }
    /*アイコン*/
    .modal-team-img .list-symbol {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 20px;
    }
    .modal-team-img .character-icon-symbol {
        width: 50px;
    }
    .modal-team-img .list-symbol li+li {
        margin-left: 22px;
    }
    .button-link {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .button-link::before {
        content: "";
        position: absolute;
        left: auto;
        width: 40px;
        right: -5px;
        top: 4px;
        height: 5px;
        background: #333333;
        -webkit-transform: translateY(7px) rotate(-315deg);
        transform: translateY(7px) rotate(-315deg);
    }
    .button-link::after {
        content: "";
        position: absolute;
        left: auto;
        width: 40px;
        right: -5px;
        top: 18px;
        height: 5px;
        background: #333333;
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }
    .modal-sp-scroll {
        height: 100%;
        overflow: scroll;
        -ms-overflow-style: none;
    }
}