@charset "UTF-8";

body {
    margin: 0;
    position: relative;
    padding: 0;
}

h2 {
    font-family: "Josefin Sans", "Noto Sans JP";
    margin: 0;
    font-weight: normal;
}

a {
    display: block;
}
a:hover {
    opacity: 0.8;
}

p {
    margin: 0;
    font-family: "Noto Sans JP";
    line-height: 30px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.inner {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1160px;
}

.p-home .hero {
    background-image: url(../img/recruit/hero_interview.png);
    min-height: 1140px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hero:before {
    padding: 0px;
}

.hero .hero_ttl {
    color: #fff;
    margin-top: 210px;
    text-align: center;
}
.hero_ttl .hero_ttl_en {
    font-family: 'Noto Serif JP';
    font-size: 97px;
    color: rgb(239, 243, 250,0.5);
    font-weight: bold;
}
.hero_ttl .hero_ttl_ja {
    font-size: 40px;
}

.navi {
    display: flex;
    align-items: center;
    gap: 25px;
}

.navi a {
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-size: 16px;
}

.navi a:last-child {
    width: 200px;
    text-align: center;
    color: #fff;
    background-color: #0082D0;
    padding: 26px 20px;
    border-radius: 50px;
}

.navi a .big {
    font-size: 28px;
    font-family: "Josefin Sans", "Noto Sans JP";
}

header {
    background-color: #fff;
    display: flex;
    width: 1123px;
    height: 80px;
    gap: 95px;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    padding: 0 0 0 37px;
    border-radius: 50px;
    position: fixed;
    z-index: 1000;
}
.entry_head {
    border-top-right-radius: 190px;
    margin-top: -620px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.entry_head_cnt {
    padding: 136px 50px 148px 140px;
}
.entry_head_cnt .entry_head_txt {
    margin-bottom: 50px;
}
.entry_head_cnt .entry_head_ttl {
    background-color: #002C83;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    max-width: 440px;
    text-align: center;
}
.entry_form {
    position: relative;
}
.entry_form .inner {
    padding: 0 50px;
}
.entry_form_cnt {
    border-top-left-radius: 190px;
    position: relative;
    z-index: 10;
    background-color: #EFF3FA;
    padding-top: 137px;
    padding-bottom: 80px;
}
.entry_form_cnt::after {
    content: "";
}
.entry_form_cnt .req {
    font-size: 16px;
    color: #FF0000;
    margin-bottom: 33px;
}
.entry_form::after {
    content: '';
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.formTable {
    width: 100%;
}
.formTable dl {
    display: flex;
    align-items: center;
    width: 100%;
}
.formTable dl dt {
    padding: 20px;
    width: 180px;
    text-align: left;
}
.formTable dl:nth-child(3) dt span {
    margin-right: 10px;
}
.formTable dl:nth-child(7) dd div div:nth-child(1) {
    margin-bottom: 1em;
}
.formTable dl dd input {
    border: none;
    width: 100%;
    height: 70px;
    font-size: 20px;
}
.formTable dl:nth-child(9) dd input {
    height: 26px;
    font-size: 13px;
}
.formTable dl dd {
    width: 100%;
    margin-left: 0px;
}
.formTable dl dd textarea {
    max-width: 966px;
    width: 100%;
    min-height: 300px;
}
.formTable dl:nth-child(3) dd input {
    width: 40px;
    height: 15px;
}
.age {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.formTable dl  .age input {
    width: 200px;
}
.address {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.formTable dl dd .address input {
    width: 273px;
}
.agree {
    padding: 22px 0;
    width: 100%;
    max-width: 470px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 39px;
    display: flex;
    justify-content: center;
}
.agree span {
    color: #002C83;
    text-decoration: underline;
}
.send {
    text-align: center;
}
.send input {
    background-color: #FFD800;
    border: none;
    font-size: 20px;
    color: #002C83;
    padding: 40px 145px;
}

.part-tile_entry {
    margin-bottom: 56px;
}

/* .info {
}

.info_cnt {
    text-align: center;
}

.info_cnt .inquiry {
    width: 440px;
    text-decoration: none;
    color: #fff;
    background-color: #002C83;
    text-align: center;
    padding: 31px;
    margin: 0 auto 43px;
    font-size: 20px;
}

.info_cnt .official_logo {
    margin-bottom: 38px;
}

.link .link_cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info_cnt .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
.link_cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info_cnt .link a {
    color: #000;
    font-size: 16px;
    position: relative;
}


.info_cnt .simbol {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 67px;
    margin: 0 auto;
    background-color: #F8F7E4;
    padding: 46px 60px;
    max-width: 760px;
}

.info_cnt .simbol .simbol_txt {
    text-align: left;
}

.info_cnt .simbol .simbol_logo {
    margin-bottom: 13px;
}
.info {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 54px;
    padding-top: 0px;
}

.info-wrapper {
    text-align: center;
    position: relative;
    border-top-right-radius: 190px;
    z-index: 1;
    background-color: #fff;
    padding-top: 132px;
}

.info::before {
    content: '';
    display: block;
    background-color: #002C83;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.info::before {
    background-color: #EFF3FA;
}

#footer {
    text-align: center;
    background-color: #000;
    padding: 35px 0;
    color: #fff;
}
.pageFooter_copyright {
    color: #fff;
} */
.entry_sp a {
    text-align: center;
    position: fixed;
    z-index: 100;
    bottom: 0%;
    width: 100%;
    height: 60px;
    background-color: #0082D0;
    text-decoration: none;
}
.entry_sp a p {
    padding-top: 18px;
    color: #fff;
}
.entry_sp a p span {
    font-size: 28px;
    font-family: "Josefin Sans","Noto Sans JP";
}

/* .spNavi_bnr {
    padding: 0;
    text-align: center;
}
.spNavi_company {
    padding-bottom: 30px;
}
.spNavi_list {
    padding: 5px 19px;
}
.spNavi_list li {
    list-style: none;
    padding: 5px 0;
}
.spNavi_list li a {
    background-color: #002C83;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 18px;
}

.spNavi_company ul {
    padding: 0;
    text-align: center;
}
.spNavi_company ul li a {
    color: #000;
    margin-bottom: 5px;
}
.areaSpNavi.is-open {
    overflow-y: scroll;
    height: 612px;
} */

.spNavi {
    background-color: #EFF3FA;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.spNavi_nav {
    padding: 10px 19px;
}
.spNavi_nav .to-top {
    font-size: 22px;
    border-bottom: solid 1px #000;
    padding: 10px 0 10px 30px;
    font-family: 'Noto Sans JP';
    position: relative;
    color: #000;
    text-decoration: none;
    text-decoration: none;
    color: #000;
}
.spNavi_nav .to-top::before,
.to-interview .to-top-interview::before {
    content: "";
    background-image: url(../img/recruit/sp-icon01.svg);
    width: 10px;
    height: 13px;
    position: absolute;
    top: 38%;
    left: 4%;
}
.spNavi_list.interview {
    border-bottom: solid 1px #BCC3D0;
}
.spNavi_nav .to-interview {
    padding-top: 10px;
}
.to-interview .to-top-interview {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    padding-left: 30px;
    font-family: 'Noto Sans JP';
    position: relative;
}
.spNavi_list.interview li a {
    font-size: 14px;
    background-color: #EFF3FA;
    border-bottom: none;
    font-family: 'Noto Sans JP';
    padding-left: 30px;
    position: relative;
}
.spNavi_list.interview li a::before {
    content: "";
    background-image: url(../img/recruit/sp-icon02.svg);
    width: 9px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 4%;
}

.spNavi_bnr {
    padding: 0;
    text-align: center;
    margin-top: 7px;
}
.spNavi_bnr img {
    width: 100%;
    height: auto;
}
.spNavi_company {
    padding: 15px 0;
}
.spNavi_list {
    margin-top: 10px;
}
.spNavi_list li {
    list-style: none;
    padding: 5px 0;
}
.spNavi_list.blue li a {
    background-color: #002C83;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 18px;
}
.spNavi_list.blue li:first-child a {
    background-color: #0082D0;
}

.spNavi_company ul {
    padding: 0;
    text-align: center;
}
.spNavi_company ul li a {
    color: #000;
    margin-bottom: 5px;
    position: relative;
}

.spNavi_company ul li:first-child a::after {
    left: 77%;
}
.spNavi_company ul li:last-child a::after {
    left: 89%;
}
.areaSpNavi.is-open {
    overflow-y: scroll;
    height: 92vh;
    z-index: 1000;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    display: flex;
    justify-content: center;
    color: #000;
    position: relative;
    z-index: 1000;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-bottom: 30px;
    background-color: #EFF3FA;
    border: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: flex;
    justify-content: center;
    color: #000;
    position: relative;
    z-index: 1000;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-bottom: 30px;
    background-color: #EFF3FA;
    border: none;
}
.entry_form p {
    height: 0px;
}
.icon.icon-menu {
    position: relative;
    z-index: 1;
}

.icon-menu:before {
    content: '';
    background-image: url(/saiyo/img/recruit/gnav_open.png);
    position: absolute;
    width: 30px;
    height: 21px;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: cover;
    top: -9px;
    right: -10px;
}
.icon-close:before {
    content: '';
    background-image: url(/saiyo/img/recruit/gnav_close.png);
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: cover;
    top: 19px;
    right: 22px;
}
@media screen and (max-width: 1220px) {
    .header {
        width: 800px;
        gap: 32px;
        left: calc(50% - 420px);
    }
    .header img {
        width: 240px;
        height: auto;
    }
    .navi {
        gap: 18px;
    }
    .navi a {
        font-size: 12px;
    }
    .navi a:last-child {
        width: 160px;
    }
}
@media screen and (max-width: 990px) {
    .entry_head_cnt {
        padding: 136px 50px 148px 70px;
    }
}
@media screen and (max-width: 660px) {
    .pageHeader_logo img {
        width: 229px;
    }

    .p-home .hero {
        background-image: url(../img/recruit/hero_interview-sp.png);
        min-height: 281px;
        margin-bottom: 530px;
    }
    .hero .hero_ttl {
        margin-top: 102px;
    }
    .hero_ttl .hero_ttl_en {
        font-size: 50px;
    }
    .hero_ttl .hero_ttl_ja {
        font-size: 24px;
    }
    .entry_form .inner {
        padding: 0 24px;
    }
    .entry_head {
        border-top-right-radius: 60px;
    }
    .entry_head_cnt {
        padding: 50px 20px;
    }
    .entry_head_ttl {
        margin: 0 auto;
    }
    .entry_form_cnt .req {
        margin-bottom: 17px;
    }
    .entry_form_cnt {
        border-top-left-radius: 60px;
        padding-top: 94px;
        padding-bottom: 10px;
    }
    .formTable dl {
        display: block;
    }
    .formTable dl dt {
        padding-left: 0px;
    }
    .pageHeader_menuButton {
        border-left: none;
        background-color: #fff;
        border: 0px;
    }
    .info {
        margin: 0;
    }
    .info_cnt .inquiry {
        font-size: 18px;
    }
    .info {
        padding-top: 47px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

    .info .inner {
        padding: 0;
    }

    .info-wrapper {
        padding-top: 80px;
        border-top-right-radius: 60px
    }
    .part-tile_entry img {
        width: 336px;
        height: auto;
    }
    .info_cnt .inquiry {
        width: 336px;
        padding: 19px 0px;
        margin-bottom: 22px;
        font-size: 18px;
    }
    .info_cnt .official_logo {
        width: 270px;
        height: auto;
        margin-bottom: 30px;
    }
    .info_cnt .link {
        display: block;
    }
    .info_cnt .link a {
        margin-bottom: 6px;
    }

    .info_cnt .link a:first-child:after {
        left: 75%;
    }
    .info_cnt .link a:last-child:after {
        left: 85%;
    }

    .part-tile_entry {
        margin-bottom: 20px;
    }
    .info_cnt .simbol {
        display: block;
        height: 500px;
        margin: 0;
        padding: 37px 24px;
    }
    .simbol_logo img {
        margin-bottom: 13px;
    }.simbol_logo p {
        margin-bottom: 30px;
    }
    .simbol_txt {
        line-height: 37px;
    }
    .entry_sp {
        height: 60px;
        position: relative;
    }
    .entry_sp img {
        position: fixed;
        bottom: 0%;
        z-index: 10000;
    }
    .spNavi_list > li > a:after {
        display: none;
    }
    .pageHeader_logo a {
        width: 215px;
    }
}
@media screen and (max-width: 445px) {
    .entry_sp a p {
        font-size: 13px;
        padding-top: 18px;
    }
    .entry_sp a p span {
        font-size: 20px;
    }
    .send input {
        padding: 30px 73px;
    }
}