@charset "UTF-8";
/*--- 共通 -------------------------------*/

body {
    font-family: 'Yu Mincho', 'FontAwesome';
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    color: black;
}

.inner {
    position: relative;
    text-align: center;
}

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

#title_back {
    margin-bottom: 80px;
}

#title_back img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

h2 {
    padding: 0 0 20px;
}

h2 img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@keyframes a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--- 求人検索ボタン -----------------------------------*/

a.btn1 {
    flex: 1 1 auto;
    transition: 0.5s;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    background-size: 200% auto;
    border-radius: 32px;
    padding: 5px;
    display: block;
    width: 136px;
    color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

a.btn1:hover {
    background-position: right center;
}

.search_box_1 {
    min-height: 50px;
    height: 5vh;
    color: white;
    background: linear-gradient(.25turn, #073992, #0e55c3, #073992);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box_2 {
    min-height: 88px;
    height: 7vh;
    /*position: absolute;*/
    /*bottom: -80px;*/
    padding: 21px 12px 6px 12px;
    background: linear-gradient(.25turn, #073992, #0e55c3, #073992);
}

.search_box_2 form,
.form_box1,
.form_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.form_box1 {
    width: 85%;
    transform: translate(2.5%, -12px);
    /*2021-10-20追加*/
    display: flex;
    justify-content: space-between;
}

.form_box1 label {
    cursor: pointer;
}

.form_box1 select {
    padding-left: 2px;
}

.form_box2 {
    width: 40%;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 10px;
}

.search_items {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: white;
    position: relative;
}

.search_items::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.mainarea {
    width: 90%;
}

.subarea {
    /*2021-10-20レイアウト揃えるためにmarginを3から10に変更*/
    /*margin-left: 3px;*/
    margin-left: 10px;
}

.occupation,
.employment,
.commitment {
    margin-left: 10px;
}

.sp_text {
    display: none;
}

.search_items select {
    width: 100%;
    padding: 6px;
    cursor: pointer;
}

.ward {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search_items:hover .item_list {
    display: block;
}

.free_ward {
    padding: 4px 0 4px 6px;
    width: 200px;
    background: #fff;
    height: 33px;
    transform: translate(8px, -12px);
}

.button1 {
    width: 140px;
    height: 50px;
    color: #fff;
    background: linear-gradient(.25turn, #1d91d8, #87ceeb);
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    transform: translateY(-4px);
}

.button1::before {
    background-image: linear-gradient(to right, #0169e9, #30b8ef);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.button1:hover::before {
    opacity: 0;
}

.button1 span {
    position: relative;
}

.button1 .fas {
    font-size: 1.5vw;
    padding-left: 0.3vw;
}

/* ==================================== header ====================================*/

header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8vw;
    background-color: white;
    position: relative;
    box-shadow: 0 20px 25px 0 rgba(0, 94, 214, .4);
    z-index: 10000;
}

header .logoWrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
}

header .logoWrapper a {
    display: block;
    width: 40vw;
    max-height: 100%;
}

header .logoWrapper img {
    width: 100%;
}

.top_nav ul {
    position: absolute;
    right: 3vw;
    bottom: 38px;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.top_nav ul li:not(.nav_search_button_li) {
    padding-left: 2vw;
}

.top_nav ul li a:not(.nav_search_button_a) {
    text-decoration: none;
    color: #15428b;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
}

.top_nav ul li a:hover {
    opacity: 0.6;
}

.nav_search_button_li {
    padding-left: 2.5vw;
}

.nav_search_button_a {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    background: linear-gradient(.25turn, #2160c2, #2a77eb 30%, #2a77eb 70%, #2160c2);
    transition: all 0.3s;
}

/* ============ hamburger ============*/

.hamburger input {
    display: none;
}

.btn-burger {
    display: none;
}

.nav-toggle:checked~nav .gnav {
    display: none;
}

/* ==================================== footer ====================================*/

footer {
    width: 100%;
    margin-top: 80px;
}

.footer_main {
    background-color: #e5f2fd;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    width: 100px;
    padding: 20px 0;
}

footer .sns {
    /*2021-10-20全体的に変更*/
    /*
    position: absolute;
    right: 350px;
    align-items: center;
    display: inline-flex;
    transform: translateY(-45%)scale(1.2);
	*/
    position: relative;
    transform: translateX(20vw)scale(1.2);
    display: flex;
    padding-top: 20px;
    max-width: fit-content;
    margin: 0 auto;
}

footer .sns a {
    margin: 0 5px;
    text-decoration: none;
}

.sns {
    display: flex;
}

/*ライン*/

.fab.fa-line {
    font-size: 48px;
    color: #00B900;
}

.fab.fa-line:hover {
    transform: scale(1.0) rotate(15deg);
}

/* インスタ */

.insta {
    /*アイコンの背景*/
    position: relative;
    /*相対配置*/
    display: inline-block;
    width: 42px;
    /*幅*/
    height: 42px;
    /*高さ*/
    vertical-align: middle;
    /*垂直中央に*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    border-radius: 8px;
    /*角丸に*/
}

.insta:before {
    /*グラデーションを重ねるため*/
    content: '';
    position: absolute;
    /*絶対配置*/
    top: 24px;
    /*ずらす*/
    left: -18px;
    /*ずらす*/
    width: 70px;
    /*グラデーションカバーの幅*/
    height: 70px;
    /*グラデーションカバーの高さ*/
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    /*グラデーション②*/
}

.fa-instagram {
    /*アイコン*/
    color: #FFF;
    /*白に*/
    position: relative;
    /*z-indexを使うため*/
    z-index: 2;
    /*グラデーションより前に*/
    font-size: 35px;
    /*アイコンサイズ*/
    top: 4px;
    /*上下にずらす*/
    left: 5.7px;
    /*左右にずらす*/
}

.insta:hover {
    transform: scale(1.0) rotate(15deg);
}

/* ツイッター */

.fa-twitter:before {
    content: "\f099";
    color: #1DA1F2;
    font-size: 45px;
}

.fab.fa-twitter:hover {
    transform: scale(1.0) rotate(15deg);
}

/* フェイスブック */

.fab.fa-facebook {
    font-size: 45px;
    color: #1877f2;
}

.fab.fa-facebook:hover {
    transform: scale(1.0) rotate(15deg);
}

.footer_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.footer_text p {
    display: inline-block;
    text-align: left;
}

.footer_text br {
    display: block;
    content: "";
    padding: 7px 0;
}

.footer_nav {
    height: 64px;
    background-color: #83a7dc;
}

.footer_nav ul {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.footer_nav ul li {
    padding: 0 2vw;
}

.footer_nav ul li a {
    text-decoration: none;
    color: #15428b;
    font-weight: bold;
    transition: all 0.3s;
}

.footer_nav ul li a:hover {
    opacity: 0.6;
}

#copyright {
    text-align: center;
    padding: 5px 0;
}

#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 110px;
    background: #22a6e6;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 10000;
    transition: all 0.2s;
}

#page_top:hover {
    opacity: 0.9;
}

#page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* ============== レスポンシブ ==============*/

/* === header-レスポンシブ ===*/

@media screen and (max-width: 1024px) {
    header {
        height: 13vw;
    }

    header h1 {
        top: 2vw;
        transform: translateY(0);
    }

    header h1 a {
        width: 65vw;
    }

    header h1 img {
        max-width: 100%;
        max-height: 100%;
    }

    header .logoWrapper {
        margin: 0;
        position: absolute;
        top: 17%;
        transform: none;
    }

    header .logoWrapper a {
        margin-left: 1.5vw;
        display: block;
        width: 70vw;
        max-height: 100%;
    }

    .top_nav ul li {
        text-align: center;
    }

    .top_nav ul li a:not(.nav_search_button_a) {
        font-size: 2.3vw;
    }

    .top_nav ul li a {
        font-size: 2.3vw;
    }

    .nav_search_button_a {
        width: 50%;
        margin: 0 auto;
    }

    .btn-burger {
        background: #fff;
        cursor: pointer;
        display: block;
        width: 56px;
        height: 56px;
        position: fixed;
        top: 0;
        right: 0;
    }

    .icon,
    .icon:before,
    .icon:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 35px;
        background-color: #444;
        border-radius: 2px;
        display: block;
        content: '';
        cursor: pointer;
        margin: auto;
    }

    .icon:before {
        top: 20px;
    }

    .icon:after {
        top: -20px;
    }

    .nav-toggle {
        display: none;
    }

    .nav-toggle:checked~.btn-burger .icon {
        background: transparent;
    }

    .nav-toggle:checked~.btn-burger .icon:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .nav-toggle:checked~.btn-burger .icon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .icon,
    .icon:before,
    .icon:after {
        transition: all 0.6s;
    }

    header nav {
        background: #fff;
    }

    header .gnav {
        right: 0;
        top: 0;
        margin: 56px 0 0 0;
        position: fixed;
        display: none;
        text-align: center;
    }

    header .gnav a {
        display: block;
        margin-bottom: 30px;
    }

    header .gnav li {
        padding-left: 2vw;
        padding-top: 7.5vw;
    }

    header .nav-toggle:checked~nav .gnav {
        display: block;
        background-color: rgba(255, 255, 255, 0.95);
        height: 44vw;
        width: 35%;
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 760px) {
    #title_back {
        margin-bottom: 10vw;
    }

    header {
        height: 15vw;
    }

    header h1 a {
        width: 70vw;
    }

    header h1 img {
        margin-left: 2vw;
        max-width: 450px;
        width: 100%;
    }

    header .gnav {
        margin: 13vw 0 0 0;
    }

    header .gnav a {
        margin-bottom: 6vw;
    }

    header .nav-toggle:checked~nav .gnav {
        width: 100%;
        height: 100vh;
    }

    .top_nav ul li a:not(.nav_search_button_a) {
        font-size: 5vw;
        height: 15vw;
        border-bottom: 2px dashed #15428b;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .top_nav ul li a {
        font-size: 5vw;
    }

    .nav_search_button_a {
        width: 62%;
    }

    .btn-burger {
        width: 13vw;
        height: 13vw;
    }

    .icon,
    .icon:before,
    .icon:after {
        width: 10vw;
    }

    .icon:before {
        top: 6vw;
    }

    .icon:after {
        top: -6vw;
    }
}

/* === footer-レスポンシブ ===*/

@media screen and (max-width: 1024px) {
    footer .sns {
        right: 14vw;
    }

    .footer_nav ul li {
        padding: 0 1.3vw;
    }

    .footer_nav ul li a {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 760px) {
    .footer_text {
        letter-spacing: 0.1em;
        font-size: 4vw;
    }

    footer .sns {
        position: relative;
        transform: none;
        display: flex;
        padding-top: 20px;
        justify-content: space-around;
        max-width: 100%;
        margin: 0 auto;
        right: 0;
    }

    .footer_nav {
        height: auto;
    }

    .footer_nav ul {
        flex-direction: column;
        padding: 10px 0;
    }

    .footer_nav ul li {
        padding-bottom: 5px;
    }

    .footer_nav ul li a {
        font-size: 3.3vw;
    }

    .footer_logo img {
        width: 90px;
        padding: 20px 0 20px 0;
    }

    footer .logo4 {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer_text p {
        width: 85%;
        font-size: 3.5vw;
    }

    #copyright {
        padding: 5px 5px;
        font-size: 3vw;
    }
}

/* === 共通-レスポンシブ ===*/

@media screen and (max-width:760px) {
    h2 {
        padding: 0 0 5vw;
    }

    h2 img {
        width: 40vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .top_nav ul li:not(.nav_search_button_li) {
        padding-left: 0;
    }

    #page_top {
        bottom: 5vw;
    }
}