@charset "UTF-8";

/*　共通部分　*/

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #343434;
    font-weight: bold;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

:hover {
    transition: 0.1s;
}

main {
    background-color: #FFFAF4;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.s-inner {
    width: 700px;
    margin: 0 auto;
}

section {
    padding: 60px 0;
}

.bg-white {
    background-color: #fff;
}

.content-ttl {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 60px;
}

.content-subttl {
    font-size: 1.5rem;
    color: #0C57D0;
}

.cta-btn {
    width: 200px;
    height: 50px;
    margin-top: 40px;
}

.cta-btn a {
    display: block;
    background-color: #0C57D0;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.cta-btn a:hover {
    opacity: 0.4;
}

.mb-larg {
    margin-bottom: 120px !important;
}


/*header*/

header {
    background-color: #3C1E09;
    color: #FFF9EE;
    padding: 30px 0;
}

.h-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

h1 {
    margin-bottom: 20px;
}

.header-nav-pc ul {
    display: flex;
    align-items: baseline;
}

.header-nav-pc ul li {
    margin-right: 50px;
}

.h-right {
    text-align: right;
}

.h-large-txt {
    font-size: 3.2rem;
}

.sp {
    display: none;
}


/* mv */

.mv {
    width: 100%;
    height: 512px;
    background-image: url(../img/mv.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px;
    color: #FFFFFF;
    display: flex;
    align-items: end;
}

.mv-ttl {
    font-size: 4rem;
    position: relative;
    letter-spacing: 4px;
}

.mv-ttl::after {
    position: absolute;
    top: -20px;
    left: 0%;
    width: 4rem;
    height: 4px;
    content: '';
    border-radius: 3px;
    background: #fff;
}

.mv-txt {
    letter-spacing: 3px;
}


/* お知らせ */

.news-box {
    background-color: #fff;
    padding: 30px 40px;
    display: flex;
}

.news-box h2 {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 2px #343434;
    white-space: nowrap;
}

.news-list li {
    display: flex;
}

.news-date {
    margin-right: 20px;
}


/* インフォメーション */

.info-box {
    display: flex;
    justify-content: space-between;
}

.time-table {
    background-color: #fff;
    padding: 20px 40px;
    width: 675px;
    height: 290px;
    font-size: 1.5rem;
}

.time-table table tr {
    border-bottom: #343434 1px solid;
}

.time-table table th:first-child {
    width: 140px;
    padding-left: 0;
}

.time-table table th,
.time-table table td {
    padding: 15px 20px;
}

.info-txt {
    margin-top: 20px;
}

.rec-banner {
    width: 300px;
    height: 290px;
}

.rec-banner a {
    display: block;
}

.last-item {
    padding: 0;
}


/* concept*/

.concept-box {
    width: 100%;
    height: auto;
    position: relative;
}

.concept-txt-box {
    position: absolute;
    top: 0;
}

.concept-ttl-ec {
    font-size: 1.5rem;
    color: #0C57D0;
    margin-bottom: 20px;
}

.concept-copy {
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.concept-copy-large {
    font-size: 3.2rem;
}

.concept-txt {
    line-height: 40px;
}


/* about */

.about-table {
    width: 670px;
    height: auto;
    margin: 0 auto;
    font-size: 1.5rem;
}

.about-table table th {
    padding: 30px 60px 30px 0;
    white-space: nowrap;
    text-align: center;
}

.about-table table td {
    padding: 30px 0;
    line-height: 2;
}

.about-img {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-img img {
    width: 32%;
    height: auto;
}


/* アクセス */

.access-txt {
    font-size: 2.4rem;
    text-align: center;
    line-height: 2;
}

.map {
    margin-top: 40px;
}


/* recruit */

.contents-lead {
    font-size: 2.4rem;
}

.contents-lead,
.contents-txt {
    margin-bottom: 40px;
}

.rec-ttl {
    font-size: 2.4rem;
    line-height: 1.1;
    border-left: 6px solid #0D3EC5;
    padding-left: 8px;
}

.tab-area {
    display: flex;
    margin: 40px 0;
}

.tab {
    margin-right: 60px;
}

.tab a {
    display: block;
    border-radius: 16px;
    background-color: #3C1E09;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 4px;
}

.rec-status-ttl {
    background-color: #3C1E09;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
}

.rec-center {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.rec-table tr th {
    padding: 24px 40px 24px 10px;
    white-space: nowrap;
    border-bottom: #D2D4D6 1px solid;
}

.rec-table tr td {
    line-height: 2.2;
    font-weight: normal;
    padding: 24px 0;
    border-bottom: #D2D4D6 1px solid;
}

/* news */
.contents-list li {
    list-style-type: disc;
    margin-left: 1em;
}

.news-cont-item {
    margin-bottom: 80px;
}

/* footer */

footer {
    background-color: #3C1E09;
    color: #FFF9EE;
    padding: 30px 0;
}

.footer-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-nav-pc ul {
    display: flex;
    align-items: baseline;
}

.footer-nav-pc ul li {
    margin-right: 50px;
}

.footer-right {
    text-align: right;
}

.footer-large-txt {
    font-size: 3.2rem;
}

.copyright {
    text-align: center;
}


/* スクリーンサイズごとの設定　*/

@media screen and (max-width: 1000px) {
    .h-inner {
        width: 100%;
        padding: 0 40px;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
    }

    .s-inner {
        width: 700px;
        margin: 0 auto;
    }

    .info-box {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .rec-banner {
        margin-top: 20px;
    }

    .concept-box {
        width: 100%;
        height: auto;
        position: static;
    }

    .concept-txt-box {
        position: static;
    }

    .concept-txt-box {
        margin-top: -300px;
    }

    .map iframe {
        width: 100%;
        height: auto;
    }

    .footer-inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 0 40px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 1.2rem;
    }

    header {
        padding: 0;
    }

    .header-nav-pc {
        display: none;
    }

    .h-left img {
        width: 90%;
        height: auto;
    }

    .h-right {
        display: none;
    }

    .h-inner {
        width: 100%;
        padding: 15px;
    }

    .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .mv-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    h1 {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .s-inner {
        width: 100%;
        margin: 0 auto;
    }

    section {
        padding: 40px 0;
    }

    .cta-btn {
        margin: 20px auto 0;
    }

    .content-ttl {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .content-subttl {
        font-size: 1.1rem;
    }

    .mv {
        width: 100%;
        height: 80vh;
        padding: 20px;
        color: #FFFFFF;
        display: flex;
        align-items: end;
    }

    .mv-ttl {
        font-size: 2.4rem;
        position: relative;
        letter-spacing: 4px;
    }

    .mv-ttl::after {
        position: absolute;
        top: -20px;
        left: 0%;
        width: 2.4rem;
        height: 4px;
        content: '';
        border-radius: 3px;
        background: #fff;
    }

    .mv-txt {
        letter-spacing: 1px;
        font-size: 1.3rem;
    }

    .news-box {
        background-color: #fff;
        padding: 20px;
        display: block;
    }

    .news-box h2 {
        display: inline-block;
    }

    .news-list li {
        display: flex;
    }

    .news-date {
        margin-right: 20px;
    }

    .time-table {
        padding: 10px;
        width: 100%;
        height: auto;
        font-size: 1.2rem;
    }

    .time-table table th,
    .time-table table td {
        padding: 8px;
    }

    .concept-box {
        width: 100%;
        height: auto;
    }

    .concept-box {
        width: 100%;
        height: auto;
        position: static;
    }

    .concept-txt-box {
        position: static;
    }

    .concept-ttl-ec {
        font-size: 1.2rem;
        color: #0C57D0;
        margin-bottom: 10px;
    }

    .concept-copy {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .concept-copy-large {
        font-size: 2.4rem;
    }

    .concept-txt-box {
        margin-top: -40px;
    }

    .concept-txt {
        line-height: 20px;
        font-size: 1.2rem;
    }

    .about-table {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 1.2rem;
    }

    .about-table table th {
        padding: 20px 0 0;
        display: block;
        text-align: center;
    }

    .about-table table td {
        padding: 15px 20px;
        line-height: 2;
        display: block;
        border-bottom: #D2D4D6 solid 1px;
        text-align: center;
        font-weight: normal;
    }

    .about-img {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 40px;
    }

    .about-img img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .access-txt {
        font-size: 1.4rem;
    }

    .s-inner {
        width: 100%;
        padding: 0 20px;
    }

    .contents-lead,
    .contents-txt {
        margin-bottom: 20px;
    }

    .tab-area {
        display: flex;
        margin: 20px 0;
    }

    .tab {
        margin-right: 30px;
    }

    .tab a {
        display: block;
        border-radius: 16px;
        background-color: #3C1E09;
        color: #fff;
        padding: 10px 20px;
        letter-spacing: 4px;
    }

    .rec-table tr th {
        padding: 20px 0 10px;
        white-space: nowrap;
        border-bottom: none;
        display: block;
        text-align: center;
    }

    .rec-table tr td {
        line-height: 2.2;
        font-weight: normal;
        padding: 10px 0 20px;
        border-bottom: #D2D4D6 1px solid;
        display: block;
        text-align: center;
    }

    .news-cont-item {
        margin-bottom: 40px;
    }

    .footer-inner {
        width: 100%;
        margin: 0 auto;
        display: block;
        /* justify-content: space-between; */
        padding: 0 20px;
    }

    .footer-nav-pc ul {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }

    .footer-nav-pc ul li {
        margin-right: 0;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* スマホメニュー */
    .sp {
        display: block;
    }

    .drawer-open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 100;
        cursor: pointer;
        right: -10px;
        top: 35px;
        width: 40px;
        height: 40px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #FFFAF4;
    }

    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 35px;
        background: #707070;
        transition: 0.5s;
        position: absolute;
    }

    .drawer-open span:before {
        bottom: 12px;
    }

    .drawer-open span:after {
        top: 12px;
    }

    #drawer-check:checked~.drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    #drawer-check:checked~.drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked~.drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .drawer-hidden {
        display: none;
    }

    /* ハンバーガーメニュー内ナビ */
    .drawer-content {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 90;
        transition: .5s;
    }

    #drawer-check:checked~.drawer-content {
        background-color: #FFFAF4;
        left: 0;
    }

    .drawer-list-wrap {
        margin-top: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 60px;
        padding: 0 20px;
    }

    .drawer-list li {
        text-align: center;
        padding: 30px 0;
        border-bottom: #343434 1px solid;
    }

    .drawer-list li:last-child {
        border-bottom: none;
    }

    .drawer-list a {
        color: #343434;
        font-size: 2rem;
        line-height: 1;
    }

    .drawer .el-sns-btn-wrap {
        margin-bottom: 60px;
    }

    header .el-cta-btn {
        margin: 16px 35px 16px 0;
        width: 100%;
    }

    header .el-cta-btn a {
        font-size: 2rem;
        max-width: 200px;
    }
}