html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/*pc用ヘッダーここから*/
.pcheader {
    height: 90px;
    width: 100%;
    padding: 0px 15px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
}

.logoimg {
    margin-top: 5px;
}

.logoimg img {
    width: 200px;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
}

.logo a,
.logo a:hover,
.logo a:visited {
    text-decoration: none;
    color: #000;
}

.right {
    margin: 0 0 0 auto;
    /*nav要素の左側に余白*/
    display: flex;
}

nav1 ul {
    display: flex;
    /*リストを横並びにする*/
    list-style: none;
    /*unorder listの 中点を消す*/
    padding: 0;
    /*中点が位置する左余白を消す*/
    margin: 0;
    /*上下にある余白を消す*/
}

nav1 ul li {
    display: block;
    /*幅と高さを持ったブロック要素*/
    line-height: 20px;
    /*ヘッダーの高さと同じ90px*/
    padding: 0 20px;
    /*各リスト項目の余白左右20px*/
    margin-top: 35px;
}

nav1 ul a {
    text-decoration: none;
    color: #000;
    padding: 10px;
}

nav1 ul a:hover {
    text-decoration: none;
    color: #000;
    background: #fff611;
    border-radius: 20px;
}

nav1 li + li {
    border-left: 1px solid #333;

}

.navcv {
    margin-top: 7px
}

.anchor {
    display: block;
    margin-top: -90px;
    padding-top: 90px;
}

/*pc用ヘッダーここまで*/

/*sp用ヘッダーここから*/
.spheader {
    height: 70px;
    width: 100%;
    padding: 0px 15px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.splogoimg {
    margin-top: 2px;
}

.splogoimg img {
    width: 160px;
}

.splogo {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2px;
}

.splogo a,
.splogo a:hover,
.splogo a:visited {
    text-decoration: none;
    color: #000;
}

/* チェックボックスは非表示に */
.drawer-hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上に */
    cursor: pointer;
    margin-top: 7px;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
    bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#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-content {
    width: 100%;
    height: 60%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    padding-top: 70px;
}

.drawer-list {
    list-style: none;
}

.drawer-item {
    padding: 20px 0;
    font-size: 1.2rem;
}

.drawer-item a {
    color: #000;
    text-decoration: none;
}

.drawer-item a:hover {
    color: #000;
    text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
    left: 0;
    /* メニューを画面に入れる */
}

.anchor2 {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
}

/*sp用ヘッダーここまで*/


.pcmain {
    margin-top: 90px;
}

.spmain {
    margin-top: 70px;
}

.main img {
    width: 100%;
    height: auto;
}

.cv {
    background: rgb(0, 106, 219);
    background: linear-gradient(180deg, rgba(0, 106, 219, 1) 28%, rgba(0, 174, 255, 1) 100%);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

_::-webkit-full-page-media,
_:future,
:root .cv {
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .cv {
        text-align: center;
    }
}

.btn-flat-dashed-filled {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.5em;
    padding: 0.5em 3em;
    text-decoration: none;
    color: #FFF;
    border: solid 2px #fff;
    background: #11bdf0;
    border-radius: 10px;
    transition: .4s;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

.btn-flat-dashed-filled:hover {
    text-decoration: none;
    background: #26ff9b;
    border-radius: 10px;
    color: #FFF;
}

.btn-flat-dashed-filled2 {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    border: solid 2px #fff;
    background: #11bdf0;
    border-radius: 10px;
    transition: .4s;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

.btn-flat-dashed-filled2:hover {
    text-decoration: none;
    background: #26ff9b;
    color: #FFF;
}

.point {
    text-align: center;
    margin-bottom: 50px;
}

.point1 {
    color: #08c5e8;
    font-style: italic;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 50px;
}

.point2 {
    color: #08c5e8;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;

}

.point2 :before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffbf11;
    border-radius: 2px;
}

.point table {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.point td {
    padding: 20px 0 0 40px;
}

.pointnumber {
    color: #7ce0ff;
    font-size: 1.5rem;
}

.namder {
    font-size: 8rem;
    font-style: italic;
    margin-top: -40px;
}

.pointtitle {
    font-size: 2.6rem;
    font-weight: bold;
}

.pointbun {
    font-size: 1.3rem;
}

.interview {
    background-color: #2fc0ed;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}

.interview1 {
    color: #fff;
    font-style: italic;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 50px;
}

.interview2 {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 80px;

}

.interview2 :before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffbf11;
    border-radius: 2px;
}

.interview table {
    width: 900px;
    margin: 0px auto;
}

.interview td {
    color: #fff;
}

.interviewimg img {
    max-width: 250px;
}

.interviewimg {
    padding-right: 30px;
}

.interviewtitle {
    font-size: 2.5rem;
    font-weight: bold;
}

.interviewbun {
    font-size: 1.5rem;
}

.recruitment,
.gaiyou {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}

.recruitment table,
.gaiyou table {
    margin: 30px auto 50px;
    width: 800px;
}

.recruitment tr,
.gaiyou tr {
    border-top: solid 1px #000;
}

.recruitment table tr:last-child,
.gaiyou table tr:last-child {
    border-bottom: solid 1px #000;
}

.recruitment th,
.recruitment td,
.gaiyou th,
.gaiyou td {
    padding: 30px;
}

.recruitment th,
.gaiyou th {
    width: 200px;
    font-size: 1.2rem;
}

.recruitment td,
.gaiyou td {
    text-align: left;
}

.flow {
    text-align: center;
}

.nagare {
    width: 600px;
    margin: 40px auto;
    border: solid 1px #000;
    padding: 30px;
    font-size: 1.2rem;
}

.form {
    background: rgb(0, 99, 255);
    background: linear-gradient(180deg, rgba(0, 99, 255, 1) 28%, rgba(0, 174, 255, 1) 89%);
    padding-bottom: 30px;
}

.form p {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    padding-top: 30px;
}

.tel {
    background-color: #000a83;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    font-size: 1.5rem;
    margin-bottom: 50px;
}

.gaiyou {
    padding-top: 50px;
}

footer {
    background-color: #000a83;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    font-size: 1rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #ffe623;
    color: #004ea8;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
}

/***トップへ戻るボタンここまで***/

@media screen and (min-width:801px) and (max-width:1100px) {
    nav1 {
        font-size: 0.7rem;
    }

    nav1 ul li {
        padding: 0 9px;
    }

    nav1 ul a {
        padding: 0px;
    }

    .point table {
        width: 700px;
        margin: 0px auto;
        margin-bottom: 50px;
    }

    .point td {
        padding: 20px 0px 0px 0px;
    }

    .namder {
        font-size: 7rem;
        padding-right: 30px;
    }

    .interview table {
        width: 700px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 800px) {
    .colap {
        border-collapse: collapse;
    }

    .point table {
        width: 700px;
        margin: 0px auto;
        margin-bottom: 50px;
        text-align: left;
    }

    .point td {
        padding: 10px 0 0 20px;
    }

    .pointnumber {
        color: #7ce0ff;
        font-size: 1.5rem;
        width: 30%;
        text-align: center;
    }

    .namder {
        font-size: 6rem;
        font-style: italic;
        margin-top: -20px;
    }


    .pointtitle {
        font-size: 2.5rem;
    }

    .pointbun {
        padding: 0 40px;
        font-size: 1.3rem;
    }

    .spinterviewimg {
        margin: 20px auto;
    }

    .spinterviewimg img {
        max-width: 400px;
    }

    .interview table {
        width: 600px;
    }

    .recruitment table,
    .gaiyou table {
        width: 600px;
    }

    .recruitment th,
    .recruitment td,
    .gaiyou th,
    .gaiyou td {
        width: 100%;
        display: block;
    }

    .recruitment th,
    .gaiyou th {
        text-align: left;
        border-bottom: solid 1px #000;
        padding-bottom: 0;
        padding-left: 20px
    }

    .recruitment td,
    .gaiyou td {
        padding: 20px 20px 50px;
    }

    .recruitment tr,
    .gaiyou tr {
        border-top: none;
    }

    .recruitment table tr:last-child,
    .gaiyou table tr:last-child {
        border-bottom: none;
    }

    .sptel {
        background-color: #000a83;
        text-align: center;
        color: #fff;
        padding: 30px 0;
        font-size: 1.5rem;
        margin: 0 30px;
        border-radius: 90px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    }

    .sptel a:link {
        text-decoration: none;
        color: white;
    }

    .sptel a:visited {
        text-decoration: none;
        color: white;
    }

    .sptel a:hover {
        text-decoration: none;
        color: white;
    }

    .sptel a:active {
        text-decoration: none;
        color: white;
    }
    }

    @media only screen and (max-width: 425px) {

        .point table,
        .interview table,
        .recruitment table,
        .gaiyou table {
            width: 90%;
            table-layout: fixed;
        }

        .point td {
            padding: 0;
        }

        .pointnumber {
            width: 24%;
        }

        .namder {
            font-size: 3.5rem;
        }

        .pointtitle {
            font-size: 1.7rem;
        }

        .pointbun {
            padding: 0;
        }

        .spinterviewimg img {
            width: 100%;
            height: auto;
        }

        .interviewtitle {
            font-size: 2rem;
        }

        .interviewbun {
            font-size: 1.3rem;
            padding-top: 10px;
        }

        .nagare {
            width: 90%;
        }

        .sptel {
            font-size: 1.2rem;
        }
    }

    @media only screen and (max-width: 375px) {
        .btn-flat-dashed-filled {
            font-size: 1.3em;
        }

        .pointnumber {
            font-size: 1rem;
            width: 20%;
        }

        .namder {
            font-size: 3rem;
            margin-top: -10px;
        }

        .pointtitle {
            font-size: 1.5rem;
            padding-left: 10px;
        }

        .pointbun {
            font-size: 1.1rem;
        }

        .interviewbun {
            font-size: 1.1rem;
        }

        .recruitment th,
        .gaiyou th {
            padding-left: 10px
        }

        .recruitment td,
        .gaiyou td {
            padding: 20px 10px 50px;
        }

        .sptel {
            border-radius: 30px;
        }
    }

    @media only screen and (max-width: 320px) {
        .btn-flat-dashed-filled {
            padding: 0.5em 1rem;
            font-size: 1.5em;
        }

        .namder {
            font-size: 2rem;
        }

        .pointtitle {
            font-size: 1.3rem;
        }

        .interviewtitle {
            font-size: 1.5rem;
        }

        .form p {
            font-size: 1.4rem;
        }

        .sptel {
            background-color: #000a83;
            text-align: center;
            color: #fff;
            padding: 20px 0;
            font-size: 1.2rem;
            margin: 0 10px;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
        }
    }
