@charset "utf-8";

/* サブディレクトリ慌宥 */
#main-visual-sub {
    width: 100%;
    height: 500px;
    background-size: cover;
}
#main-visual-sub::after {
    content: '';
    display: block;
    height: 505px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.sub-jarise {
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-jarise.png) no-repeat center;
}
.sub-news {
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-news.jpg) no-repeat center;
}
.sub-qa {
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-qa.jpg) no-repeat center;
}
.sub-access {
    background-image: url(/hospital/top/career/wp-content/themes/site/images/mv-access.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.sub-link {
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-link.jpg) no-repeat center;
}
.sub-ladder {
    background-image: url(/hospital/top/career/wp-content/themes/site/images/mv-ladder.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.sub-support {
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-support.jpg) no-repeat center;
}
.sub-training {
    /*background: url(/hospital/top/career/wp-content/themes/site/images/mv-training.jpg) no-repeat center;*/
    background: url(/hospital/top/career/wp-content/themes/site/images/mv-training-2.jpg) no-repeat center;
}
.sub-introduction {
    background-image: url(/hospital/top/career/wp-content/themes/site/images/mv-introduction.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.swrapper {
    background: #fcfae6;
}
.title {
    width: 100vw;
    background: url(/hospital/top/career/wp-content/themes/site/images/support-bg-title.png);
}
.content {
    text-align: left;
    max-width: 1000px;
}
.page-id-73 .content {
    background: #fcfae6;
}
.content h1 {
    margin-top:20px;
    font-weight: normal;
    font-size: 200%;
    padding: 5px 10px;
    border-left: 5px solid #c88ac8;
}
.page-id-73 h1 {
    margin: auto;
    margin-top:20px;
    font-weight: normal;
    font-size: 200%;
    padding: 5px 10px;
    border-left: 5px solid #ff641e;
    max-width: 1000px;
}
.support-container h3 {
    color: #ff641e;
    margin: 2rem 0;
}
.support-container > h2 {
    width: 98%;
    margin: 3rem auto 1rem;
    background: #ff641e;
    border-radius: 4px;
    color: #fff;
    font-weight: lighter;
    padding: 5px 15px;
}
.support-container .num {
    font-weight: bold;
    padding-left: 1.5rem;
}
.support-container .txt {
    padding-left: 2.5rem;
    margin-bottom: 2rem;
}
.training-container {
    width: 92%;
    margin: auto;
}
.training-container h2 {
    color: #784487;
    margin-top: 1rem;
    font-weight: normal;
}
.training-container h3,
.training-container h4 {
    font-weight: normal;
    margin-top: 0.6rem;
}
.training-container h3.p {
    color: #784487;
}
.training-container p {
    margin-top: 0.6rem;
}
.training-container img {
    width: 80%;
}
.introduction-container {
    width: 92%;
    margin: auto;
    margin-top: 1.8rem;
}
.introduction-container h2 {
    color: #784487;
    margin-top: 1.8rem;
    font-weight: normal;
}
.introduction-container p {
    margin-top: 0.6rem;
}
.introduction-container-1 h2 {
    display: block;
    margin: auto;
}
.introduction-container-2 h3 {
    background: #c88ac8;
    color: #fff;
    display: block;
    margin: 1.5em auto 0.5em;
    padding: 4px 20px;
    border-radius: 5px;
    width: 20rem;
}
.introduction-container-2 h3::before,
.introduction-container-2 h3::after {
    color: #fff;
    content: '\025cf';
    margin: 0 4px;
}
.introduction-container .imageBlock {
    text-align: center;
}
.introduction-container .imageBlock img {
    max-width: 100%;
    max-height: auto;
}

.form-button {
    text-align: center;
    margin-top: 2rem;
}
.sub-news + section h1 {
    border: none;
    display: flex;
    width: 100vw;
    padding: 0;
    background: #e6dbf3;
    position: relative;
    align-items: center;
}
.sub-news + section h1 span {
    background: url(/hospital/top/career/wp-content/themes/site/images/sub-title-news.png) no-repeat right center;
    display: inline-block;
    width: 80px;
    height: calc(1.3em + 20px);
    background-size: cover;
    z-index: 100;
}
.sub-news + section h1::before {
    content: '';
    background-color: #c88ac8;
    width: calc( calc( 100vw - 980px ) / 2);
    margin-left: calc( calc( 100vw - 980px ) / 2 * -1);
    position: absolute;
    height: 100%;
    top: 0;
}
.img-center {
    text-align: center;
    margin: 3rem auto;
}
.introduction-container h2 {
    padding-top: 100px;
    margin-top:-100px;
}
.training-container h2 {
    padding-top: 100px;
    margin-top:-100px;
}
.ladder-container img {
    display: block;
    margin: auto;
}
.ladder-container figure figcaption {
    margin-top: 1rem;
}
.ladder-flow {
    margin: 100px 0;
}

.ladder-model {
    width: 80%;
    margin: 3rem auto;
    background: #e6dbf3;
    border: 1px solid #c88ac8;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
}
.ladder-model h2 {
    color: #784487;
}
img.ladder-usagi {
    width: 300px;
    height: auto;
    float: right;
}

.lader-careerpass {
    margin: 50px 0;
}
.lader-careerpass h2 {
    padding-left: 10px;
    border-left: 5px solid #c88ac8;
    margin-bottom: 30px;
}
.lader-images {
    margin: 20px 0 50px;
}
.lader-images h4 {
    text-align: center;
}
.lader-images .flex-container {
    display: flex;
}
.lader-images .flex-container .flex-item {
    padding: 20px 10px;
}
@media screen and (max-width: 700px) {
    .lader-images .flex-container {
        display: block;
    }
}


.login {
    margin-bottom: 3rem;
    min-height: 60vh;
}
h1.login_title {
    width: 100%;
    margin: 20px 0;
    background: #c88ac8;
    color: #fff;
    padding: 2rem;
    text-align: center;
}
.login h2 {
    text-align: center;
}
.login h2 span {
    color: #c88ac8;
}
.login .log-center {
    text-align: center;
}
.login .log-text {
    background: #ebe2f5;
    padding: 1rem;
    margin-top: 2rem;
}
.login .num {
    margin-top: 3rem;
}
.full img {
    width: auto;
    max-width: 100vw;
}
.loginForm {
    width: 60%;
    margin: 100px auto 0;
    background-repeat: no-repeat;
    background-position : right 10px bottom 10px;
}
.loginForm table {
    width: 80%;
}
.loginForm table th {
    padding: 10px 10px;
    text-align: right;
    vertical-align: middle;
    width: 40%;
}
.loginForm table td {
    padding: 10px 0;
    width: 60%;
}

.accordion_items {
    display: flex;
    justify-content: space-around;
}
.accordion_items li{
    padding: 10px 0 0 0;
}
.career_book{
    display: inline;
    padding: 10px 50px;
    text-decoration: unset;
    border: 1.5px solid #c88ac8;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.career_book:hover{
    border: 1.5px solid #c88ac8;
    background-color: #c88ac8;
    color: #ffffff!important;
}
.career_book:after{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 20px;
    color: #c88ac8;
}
.career_book:hover:after {
    color: #ffffff;
}
.accordion_career {
    background-color: #E8CEE8;
    border-radius: 25px;
}
.accordion_career:not([open]) {
    margin-bottom: 7px;
}
.accordion_career summary {
    align-items: center;
    position: relative;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px 35px;
    border: 1.5px solid #c88ac8;
    font-size: 15px;
    background-color: #ffffff;
}

.accordion_career summary::-webkit-details-marker {
    display: none;
}

.accordion_career summary::after {
    margin-left: 10px;
    transition: transform .3s;
    transform: translateY(0) rotate(0deg);
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 20px;
    color: #c88ac8;
}

.accordion_career[open] summary::after {
    transform: rotate(180deg);
}

.accordion_career .inner_links {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 20px 20px 20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_career[open] .inner_links {
    transform: none;
    opacity: 1;
    padding-inline-start: 40px;
}
.accordion_download {
    width: 50%;
    margin: 20px auto;
    background-color: #E8CEE8;
    border-radius: 25px;
}
.accordion_download:not([open]) {
    margin: 20px auto;
}
.accordion_download summary {
    align-items: center;
    position: relative;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border: 1.5px solid #c88ac8;
    font-size: 15px;
    background-color: #ffffff;
}

.accordion_download summary::-webkit-details-marker {
    display: none;
}

.accordion_download summary::after {
    margin-left: 10px;
    content: "\f56d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 20px;
    color: #c88ac8;
}

.accordion_download .inner_links {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 20px 20px 20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_download[open] .inner_links {
    transform: none;
    opacity: 1;
    padding-inline-start: 40px;
}
.accordion_book {
    width: 50%;
    margin: 20px auto;
    background-color: #E8CEE8;
    border-radius: 25px;
}
.accordion_book:not([open]) {
    margin: 20px auto;
}
.accordion_book summary {
    align-items: center;
    position: relative;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border: 1.5px solid #c88ac8;
    font-size: 15px;
    background-color: #ffffff;
}

.accordion_book summary::-webkit-details-marker {
    display: none;
}

.accordion_book summary::after {
    margin-left: 10px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 20px;
    color: #c88ac8;
}

.accordion_book .inner_links {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 20px 20px 20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_book[open] .inner_links {
    transform: none;
    opacity: 1;
    padding-inline-start: 40px;
}
.inner_links li{
    width: auto;
    list-style: disc;
    padding-bottom: 10px;
}
.inner_links li a:hover{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}
.book_button{
    text-align: center;
    margin-top: 20px;
}
.login form {
    text-align: center;
    margin: 3rem auto;
}
.login form label,
.login form input[type="submit"] {
    display: block;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
}
.login form input[type="submit"] {
    border: none;
    color: #fff;
    background: #e8374a;
    padding: 1.4rem 4rem;
    margin: 1.5rem auto;
    border-radius: 4px;
}
.alertMessage {
    padding: 20px;
    background: #ffc8c8;
    color: #FF0000;
    border-radius: 10px;
}
hr {
    border-top: 1px solid #ccc;
    margin: 2rem auto;
}

.linkList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.linkList .linkItem {
    padding: 10px;
    width: calc(100% / 2);
    max-width: calc(100% / 2);
}



/*　レスポンシブ */
@media screen and (max-width: 1023px) {
    #main-visual-sub {
        height: 30vh;
    }
    #main-visual-sub::after {
        display: none;
        box-shadow: none;
    }
    .content h1 {
        margin-top: 0;
        padding: 20px 10px;
        text-align: center;
        border: none;
    }
    .content.login h1 {
        background: #c88ac8;
    }

    .sub-jarise + .content h1 {
        background: #e8374a;
        color: #fff;
    }
    .sub-news + .content h1 {
        color: #fff;
        background-color: #c88ac8;
        background-image: url(/hospital/top/career/wp-content/themes/site/images/sub-title-news.png);
        background-repeat: no-repeat;
        background-size: 120px;
        display: block;
        padding: 20px 10px;
    }
    .sub-news + section h1::before {
        display: none;
    }
    .sub-news + section h1 span {
        display: none;
    }
    .sub-qa + .content h1 {
        background: #e6dbf3;
        color: #404040;
    }
    .sub-access + .content h1 {
        background: none;
        color: #404040;
    }
    .sub-link + .content h1 {
        background: none;
        color: #404040;
    }
    .sub-jarise + .content h1::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: #fff;
        margin: auto;
    }
    .sub-news + .content h1::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: #fff;
        margin: auto;
    }
    .sub-qa + .content h1::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: #c88ac8;
        margin: auto;
    }
    .sub-access + .content h1::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: #c88ac8;
        margin: auto;
    }
    .sub-link + .content h1::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: #c88ac8;
        margin: auto;
    }



    .loginForm {
        width: 100%;
        padding: 0 0 100px;
        background-position : right 0 bottom 0;
    }
    .loginForm table {
        width: 100%;
    }

    .loginForm table th {
        width: 30%;
    }
    .loginForm table td {
        width: 70%;
    }

    .login ul{
        display: block;
    }
    .login ul li{
        width: 100%;
        padding: 10px 5px 5px 5px;
    }
    .accordion_download{
        width: 100%;
    }
    .career_book{
        display: block;
    }
    .accordion_book{
        width: 100%;
    }
}


@media screen and (max-width: 700px) {
    img.ladder-usagi {
        float: unset;
        display: block;
        width: 40%;
        height: auto;
        margin: 0 auto;
    }

}



/**
2025/06/17 弖紗
 */
.login-row {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.login-row__title {
    width: 50%;
}
.login-row__description {
    width: 50%;
}
.login-row__description p {
    font-size: 80%;
    color: #FF0000;
    text-align: right;
}
@media screen and (max-width: 700px) {
    .login-row__title {
        width: 100%;
    }
    .login-row__description {
        width: 100%;
    }
    .login-row__description p {
        font-size: 60%;
    }
}



