
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
}
body {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-size: 16px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #000;
}
/* グローバルナビゲーション */
#grobal-navigation {
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10000;
}
header {
    width: 100%;
    height: 80px;
    max-width: 1280px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}
#gnavi {
    display: none;
}
.logo {
    /*width: 370px;*/
    width: 350px;
}
nav {
    /*width: calc( 100% - 370px - 192px );*/
    width: calc( 100% - 350px - 375px );
}
nav ul {
    display: flex;
    list-style-type: none;
}
nav ul li {
    width: calc( 100% / 3 );
    border-left: 2px solid #e8374a;
    padding-left: 10px;
    font-size: 85%;
 }
 nav ul li:last-child {
     display: none;
 }
 nav ul li a {
     color: #414141;
     text-decoration: none;
 }
 nav ul li a:hover {
     color: #e8374a;
 }
.button-support {
    /*width: 192px;*/
    width: 375px;
    display:flex;
    align-items: center;
}
.button-support a:first-child {
    margin-right: 10px;
}
.button-support a img {
    max-width: 100%;
}


/* メインビジュアル + NEWS */
#first-view {
    width: auto;
}
#main-visual {
    height: calc( 100vh - 144px );
    background: url(/hospital/top/career/wp-content/themes/site/images/mv01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
#main-visual section.catch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    padding: 20px;
}
#main-visual section.character {
    width: 100%;
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    text-align: right;
}
#main-visual section p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 200%;
    color:#e8374a;
    text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
br.sp {
    display: none;
}
#news {
    height: 68px;
    background: #e6dbf3;
    display: flex;
    align-items: center;
}
#news p.title {
    height: 68px;
    background: #c88ac8;
    width: auto;
    text-align: right;
}
#news p.text {
    background: #e6dbf3;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* メインコンテンツ */
.content {
    width: 100%;
    max-width: 1280px;
    /*text-align: center;*/
    margin: 0 auto;
}
.content.frontPage {
    text-align: center;
}
.content img {
    max-width: 100%;
}

.top-block-1 {
    margin-top: 3em;
}
.top-block-1 h3 {
    background: #c88ac8;
    color: #fff;
    display: block;
    margin: 1.5em auto 0.5em;
    padding: 4px 20px;
    border-radius: 5px;
    width: 20rem;
}
.top-block-1 h3::before,
.top-block-1 h3::after {
    color: #fff;
    content: '\025cf';
    margin: 0 4px;
}
.top-block-1 p{
    margin-top: 1.2em;
    margin-left: 1.2em;
    font-size: 120%;
    text-align: left;
}
.top-block-1 p {
    text-align: left
}
.top-block-2 {
    margin-top: 3em;
    border-top: 1px solid #ccc;
}
.top-block-2 p {
    color: #784487;
    font-size: 180%;
    padding: 1.5em 0;
}
.top-block-2 figure {
    background: url(/hospital/top/career/wp-content/themes/site/images/bg_panel.jpg) no-repeat center;
    background-size: cover;
    width: 100vw;
    line-height: 0;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.top-block-2 figure img {
    width: auto;
    max-width: 999px;
}
.top-block-3 {
    background: #fcf7d2;
    margin: 0 calc(50% - 50vw);
    padding: 2em calc(50vw - 50%);
}
.top-block-3 h2 {
    font-size: 120%;
    color: #ff831e;
}
.top-block-3 h2 .font-bigger {
    font-size: 150%;
    color: #ff641e;
}
.top-block-3 p {
    margin-top: 1.2em;
    font-size: 120%;
}
.top-block-3 .button-to-support {
    margin-top: 1em;
}
.top-block-4 {
    padding: 2em 0;
}
.top-block-4 .link-buttons {
    margin-top: 1em;
}
.top-block-4 .link-buttons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}
.top-block-4 .link-buttons ul li {
    padding: 5px;
}
.top-block-5 {
    border-top: 1px solid #ccc;
    padding: 2em 1em;
}
.top-block-5 .sitemap {
    display: flex;
    margin-top: 1em;
}
.sitemap > ul {
    width: 25%;
}
.sitemap ul {
    list-style-type: none;
}
.sitemap ul li {
    text-align: left;
}
.sitemap ul li a {
    color: #414141;
    text-decoration: none;
}
.sitemap ul li a:hover {
    color: #784487;
}

/*　フッター */
footer {
    margin: 0 auto;
    padding: 2em;
    background: #c88ac8;
    color: #fff;
}
footer div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer h1 {
    font-weight: normal;
}
footer h1 span {
    margin-right: 0.8em;
}
.font-smaller {
    font-size: 80%;
}
address {
    font-style: normal;
    margin-top: 1em;
}
address dl {
    display: flex;
}
footer a {
    color: #fff;
    text-decoration: none;
}

/*　レスポンシブ */
@media screen and (max-width: 1023px) {
    br.pc {
        display: none;
    }
    br.sp {
        display: inline;
    }
    header .logo img {
        width: 370px;
        max-width: calc(100% - 70px);
    }
    #gnavi:checked ~ .menu-content {
        left: 0;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background: #e8374a;
        border-radius: 50%;
    }
    .menu-btn span,
    .menu-btn span::before,
    .menu-btn span::after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #fff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #gnavi:checked ~ .menu-btn span {
        background: rgba(255,255,255,0);
    }
    #gnavi:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #gnavi:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background: #fff;
        transition: all 0.5s;
    }
    .menu-content ul {
        flex-direction: column;
        padding: 71px 10px 0;
    }
    .menu-content ul li {
        border-bottom: 1px solid #333;
        width: 100%;
        border-left: none;
        text-align: center;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        padding: 30px;
        position: relative;
    }
    nav ul li:last-child {
        display: block;
    }
    .button-support {
        display: none;
    }
       #main-visual section.character {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    #main-visual section.character img {
        width: 285px;
    }
    #main-visual section p {
        font-size: 140%;
    }
    .top-block-1 {
        background-position: right 10px bottom;
        padding-bottom: 155px;
        background-size: 81px;
    }
    .top-block-2 p {
        font-size: 150%;
    }
    .top-block-2 figure img {
        width: 100%;
    }
    .top-block-4 p:first-child img,
    .top-block-3 img {
        max-width: 90%;
    }
    .top-block-5 {
        border-top: none;
        height: 130px;
        background-position: right top;
    }
    .top-block-5 h2,
    .top-block-5 .sitemap {
        display: none;
    }
    footer div {
        flex-direction: column;
    }
    footer h1 {
        font-size: 110%;
    }
    footer address dl {
        flex-direction: column;
    }
    footer #other {
        margin-top: 1em;
    }
    footer #other p {
        text-align: center;
    }
    footer #other p:last-child {
        font-size: 80%;
    }


    .content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .content h1 {
        margin-right: -20px;
        margin-left: -20px;
        font-size: 110%;
    }

}


.form-container {
    margin:0 auto;
}

.qa-container a {
    color: red
}

h2.margin-top-20 {
    margin-top: 20px;
}

.align-center {
    text-align: center;
}





.nav-login {
    display: none;
}
@media screen and (max-width: 1023px) {
    .nav-login {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
}



@media screen and (max-width: 500px) {
    #first-view .catch {
        display: none;
    }
    #first-view .character {
        display: none;
    }
}

