body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

.sp {
    display: none !important;
}

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

    .sp {
        display: block !important;
    }
}

.pcheader {
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.spheader {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

header ul {
    display: flex;
    list-style: none;
    vertical-align: middle;
}

header li:first-child {
    margin-right: auto;

}

header li {
    padding: 10px;
    display: -webkit-box;
    /* safari, Chrome */
    display: -moz-box;
    /* Firefox */
    display: -o-box;
    /* Opera */
    display: -ms-box;
    /* IE */
    display: box;
    /* ベンダープレフィックスなし */
    -webkit-box-align: center;
    /* safari, Chrome */
    -moz-box-align: center;
    /* Firefox */
    -o-box-align: center;
    /* Opera */
    -ms-box-align: center;
    /* IE */
    box-align: center;
    /* ベンダープレフィックスなし */
}


.menuright {
    text-align: right;
}

.menuright p {
    color: #fff;
    background-color: #BD0028;
    font-size: 2em;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px;
}

.menuright a:link,
.menuright a:visited,
.menuright a:hover,
.menuright a:active {
    color: #fff;
}

a.topblank {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

header img {
    width: 100%;
}

.logo {
    margin-top: 10px;
}

.top {
    margin-top: 100px;
}

.topimg {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 39%;
    background: url(img/top01.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.top h1,
.voicemidashi {
    text-align: center;
    padding: 10px 0;
    background-color: #025195;
    color: #fff;
}

.top span {
    color: #FFFF3E;
}

.job1back {
    background-color: #025195;
    padding: 25px;
}

.top p {
    text-align: center;
    background-color: #025195;
    color: #fff;
    padding-top: 10px;
    margin-bottom: -15px;
}

.job2back {
    background-color: #CC0033;
    padding: 25px;
}

.job3back {
    background-color: #025195;
    padding: 25px;
}

.jobpoint3honbun {
    background-color: #fff;
    padding: 20px;
}

.jobpoint3honbun h3 span {
    color: #CC0033;
}

.pointset {
    border: #fff 1px solid;
    padding: 0 20px 20px;
}

.pointtitle {
    width: 100%;
    height: 100px;
    font-size: 1.3em;
    color: #fff;
    position: relative;
    border-bottom: 1px #fff dashed;
}

.pointtitle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pointtext {
    padding-top: 20px;
    color: #fff;
}

.stafftext {
    margin-bottom: 20px;
}



.under {
    color: #fff;
    border-bottom: solid 3px #fff;
    margin-bottom: 10px;
}

.under span {
    color: #FFFF00;
}

.under2 {
    color: #000;
    border-bottom: solid 3px #000;
    margin-bottom: 10px;
}

.job2text {
    color: #fff;
}

.jobpoint2img,
.jobpoint3img {
    text-align: center;
    padding: 15px;
}

.staffimg {
    text-align: center;
}

.jobpoint2img img,
.jobpoint3img img,
.staffimg img {
    max-width: 100%;

}

.staff {
    color: #fff;
    background-color: #00A0C6;
    background-image: url(img/top2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.staffhonbun {
    padding: 20px;
}

.staffmidasi img {
    width: 50%;
}

.staffmidasi {
    margin-bottom: 20px;
}

.youkou {
    background-color: #022144;
}

.youkoutitle p {
    padding: 50px 0 30px;
    text-align: center;
}

.youkoutitle span {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    border: 1px solid;
}

.youkouhonbun {
    padding: 20px;
}

.koumoku-1 {
    border-bottom: solid 2px #fff;
}

.koumoku-2 {
    color: #fff;
    margin: 10px 0 40px;
}

.sankaku {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25%;
    background: url(img/sankaku.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.oubotitle {
    padding-top: 30px;
    background-color: #00A0C6;
}

.oubotitle p {
    padding: 10px 0 10px;
    text-align: center;
    border: 3px solid #BD0028;
    background-color: #BD0028;
}

.oubotitle span {
    padding: 10px;
    background-color: #BD0028;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
}

.teltitle {
    margin-top: 80px;
}

.teltitle p {
    padding: 10px 0 10px;
    text-align: center;
    border: 3px solid #BD0028;
    background-color: #BD0028;
}

.teltitle span {
    padding: 10px;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
}

.pctelnumber {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    font-size: 1.5em;
}

.pctelnumber span {
    font-size: 2em
}

.sptelnumber {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 20px 0;
    margin: 10px 0;
    font-size: 1em;
}

.sptelnumber span {
    font-size: 1.5em
}

.sptelnumber a:link,
.sptelnumber a:visited,
.sptelnumber a:hover,
.sptelnumber a:active {
    color: #000;
}


.gaiyou {
    background-color: #025195;
    padding: 30px 20px;
    color: #fff;
}

.footerlogo {
    text-align: center;
    padding: 50px 0 50px;
    background-color: #00A0C6;
    background-image: url(img/top03.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.footerlogo p {
    font-size: 1em;
}

.pageTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.pageTop a {
    display: block;
    z-index: 999;
    padding: 8px;
    width: 50px;
    height: 45px;
    background-color: #51A9E8;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.pageTop a:link,
.pageTop a:visited,
.pageTop a:hover,
.pageTop a:active {
    color: #fff;
}

.pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .top {
        margin-top: 100px;
    }

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


    a.topblank {
        display: block;
        padding-top: 100px;
        margin-top: -100px;
    }

    .pointtitle {
        font-size: 1em;
    }

    .top h1:after,
    .voicemidashi:after {
        left: 45%
    }
}

@media only screen and (max-width: 425px) {
    .top {
        margin-top: 0px;
    }

    .top h1 {
        font-size: 1.8em;
    }

    a.topblank {
        display: block;
        padding-top: 0px;
        margin-top: 0px;
    }

    .logo {
        width: 90%;
        margin: 10px auto;
    }

    .oubojump {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        border-right: 1px solid #fff;
    }

    .menuright {
        text-align: center;
        width: 50%;
    }

    .menuright p {
        color: #fff;
        background-color: #ba0000;
        font-size: 2em;
        font-weight: bold;
        padding: 15px;
        border-radius: 0px;
        border: 1px solid #fff;
        margin: 0 -1px -1px 0;

    }

    .menuright a:link,
    .menuright a:visited,
    .menuright a:hover,
    .menuright a:active {
        color: #fff;
        text-decoration: none;
    }

    .pointset {
        margin-bottom: 10px;
    }

    .pointtitle {
        font-size: 1.5em;
    }

    .staffmidasi img {
        width: 80%;
    }

    .btn-gradient-radius {
        display: inline-block;
        padding: 7px 20px;
        border-radius: 25px;
        text-decoration: none;
        color: #FFF;
        font-size: 1.2em;
        background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
        transition: .4s;
    }
    .btn-gradient-radius a:link,
    .btn-gradient-radius a:visited,
    .btn-gradient-radius a:hover,
    .btn-gradient-radius a:active {
        color: #fff;
        text-decoration: none;
    }

    .pageTop {
        position: fixed;
        bottom: 77px;
        right: 0px;
    }

    .footerlogo {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .menuright {
        text-align: center;
        width: 50%;
    }

    .menuright p {
        font-size: 1.5em;
    }

    .top h1 {
        font-size: 1.8em;
    }

    .logo,
    .footerlogo img {
        width: 80%;
        margin: 10px auto;
    }
    .pageTop {
        position: fixed;
        bottom: 66px;
        right: 0px;
    }

}

@media only screen and (max-width: 320px) {
    .top h1 {
        font-size: 1.3em;
    }

    .top p {
        font-size: 0.9rem;
    }

    .menuright {
        text-align: center;
        width: 50%;
    }

    .menuright p {
        font-size: 1.2em;
    }
    .pageTop {
        position: fixed;
        bottom: 59px;
        right: 0px;
    }
    .pointtitle {
        width: 100%;
        height: 100px;
        font-size: 1.2em;
        color: #fff;
        position: relative;
        border-bottom: 1px #fff dashed;
    }


}

/* ここからサンクスページ */
.thanksbody {
    background-color: #B2B2B2;
}

.thanks {
    margin-top: 30px;
    padding: 30px 10px;
    border: 1px solid #000;
    background-color: #fff;
}

.thanks h3 {
    margin-bottom: 30px;
}

/* ここからプライバシーポリシーページ */
.pptitle {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
}

.pp {
    text-align: center;
}

.pp p {
    margin: 10px;
}

.ppkoumoku h3 {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #CC0033;
    /*左線*/
}

.ppkoumoku {
    border-bottom: solid 5px #999999
}

.pphonbun {
    margin: 10px 10px 50px;
}

.ppblack {
    background-color: #000;
    height: 50px;
}
