/* CSS Document */
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* -----共通項目----- */
html {
	font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #000;
    font-family:  游ゴシック,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3,  "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    /* font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
    overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    max-width: 1200px;
    margin:  0 auto;
}
.uppercase {
    text-transform: uppercase;
}
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
ul {
    list-style: none;
}
.center {
    text-align: center;
}
.emphasis {
    color:#444;
    font-weight:bold;
}
.subtitle {
    position: relative;
    width: fit-content;
    min-width: 200px;
    display: block;
    margin: 20px auto 30px;
    padding: 0 0.25em;
    background-size: 0.75em;
    color: #555;
    text-align: center;
    font-size: 2rem;
}
.subtitle_under {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    bottom: -33px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: normal;
    color: #72bd01;
    /* color: #00A0E9; */
    font-size: 1.6rem;
}
.basic_wrapper {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 15px;
}
.basic_sentence {
    width: 90%;
    margin: 10px auto 10px;
    font-size: 1.4rem;
}

/* ジャンプボタン */
.form_jump {
    display: block;
    width: 220px;
    margin: 0 auto;
    color: #ff9d26;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.4rem;
}
.form_jump a {
    display: block;
}
.form_jump:hover {
    color: #fff;
    background-color: #ff9d26;
    transition: 0.2s;
}
.form_jump:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* ジャンプボタン（別ver.） */
.form_jump_ano {
    width: 300px;
    border-radius: 0px;
    margin-bottom: 15px;
    background-color:#fffaf0;
}

/* ジャンプボタン → 電話ボタン変換（sp用） */
.button_tel {
    margin: 12px auto 0;
    border-radius: 0;
}
.button_tel_border {
    padding: 0.25em;
    border-bottom: 1px solid #ff9d26;
}
.button_tel_sentence {
    color: #444;
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.2rem;
}

/* 電話ブロック*/
.tel_block {
    position: relative;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 20px;
    border: 1px solid #ff9d26;
    box-shadow: 2px 2px 2px #dd871e
}
.tb_space {
    padding: 0.5em;
}
.tb_number {
    letter-spacing: 0.2rem;
    color: #ff9d26;
    border-bottom: 2px solid #ff9d26;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.tb_number a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.tb_sentence {
    margin-top: 5px;
    text-align: center;
    font-size: 1.6rem;
}

/* ページボタン */
.bl_index {
    border-bottom: 1px solid #72bd01;
    color: #72bd01;
}
.button_list {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: 10px auto 0;
}
.button_item {
    position: relative;
    margin: -1px 0 0 -1px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #eee, 2px 2px 2px #ccc;
    text-align: center;
    color: #444;
}
.button_item:hover {
    transition: 0.2s;
    color: #9dd34c;
}
.button_item a {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1.6rem;
}
.button_item_1_3 {
    grid-column: 1 / 3;
}
.button_item_1_3 a {
    grid-template-columns: 1fr 9fr;
}
.button_item_1_3 .bi_text {
    padding-right: 1em;
}
.bi_grid {
    display: grid;
    
}
.bi_tri {
    color: #9dd34c;
    transform: scale(1, 1.2);
}
.bi_text p {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
/* .button_item::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background: #9dd34c;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 5%;
    top: 40%;
    transform: rotate(90deg) translate(0, -50%);
} */

/* トップ 募集中の求人一覧 */
.top_recruit {
    width: 100%;
    margin: 10px auto;
}
.tr_index {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 5px;
    border-bottom: 1px solid #2dabea;
    color: #2dabea;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
.tr_list {
    width: 95%;
    /* max-width: 800px; */
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: 10px auto 0;
}
.tr_item {
    position: relative;
    margin: -1px 0 0 -1px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #eee, 2px 2px 2px #ccc;
    text-align: center;
    color: #444;
}
.tr_item:hover {
    transition: 0.2s;
    color: #2dabea;
}
.tr_item a {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1.6rem;
}
.tr_tri {
    color: #2dabea;
    transform: scale(1, 1.2);
}
.tr_text p {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.bl_index {
    border-bottom: 1px solid #72bd01;
    color: #72bd01;
}


/* ----- 冒頭文 ----- */
.top_facility_image {
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
}


/* ----- 求人アイコン ----- */
.recruit_icon_title {
    margin-top: 10px;
    color: #e78d37;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}
.rit_border {
    padding-bottom: 1px;
    border-bottom: 1px solid #e78d37;
}
.recruit_icon_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 0;
    width: 93%;
    max-width: 700px;
    margin: 10px auto 10px;
}
.recruit_icon_image {
    
}
.recruit_icon_image img {
    width: 75%;
}
.recruit_icon_block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3px;
    align-items: center;
    text-align: center;
}
.recruit_icon_text {
    color: #e78d37;
    /* color: #444; */
    font-weight: bold;
    font-size: 1.2rem;
}

/* ----- 施設情報 ----- */
.about_table {
    width:95%;
    max-width: 700px;
    margin: 10px auto 0;
    font-size: 1.4rem;
}

.about_th, .about_td {
    padding: 4px 8px;
    border: 1px solid #c4e1ef;
    /* border-top: 1px solid #c4e1ef;
    border-bottom: 1px solid #c4e1ef; */
}
.about_th {
    min-width: 90px;
    background-color: #eaf8ff;
    /* background-color: #effdff; */
    color: #555;
    font-weight:bold;
}

/* ----- アクセス ----- */
.access_wrapper {
    width: 90%; 
    max-width: 1000px; 
    margin: 12px auto 0;
}
.access_address {
    color: #72bd01;
    font-weight: bold;
    font-size: 1.4rem;
}
.access_list {
    list-style-type: disc;
    margin-left: 1em;
    font-size: 1.2rem;
}
.link_text {
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #00A0E9;
    color: #00A0E9;
    font-weight: 500;
    font-size: 1.4rem
}
.link_text:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.map_grid {
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
}
.map_grid img {
    width: 100%; 
    max-width: 500px;
}
.map_left {
    text-align: center;
    color: #00A0E9;
    font-size: 1.2rem;
}

/* -----フッター----- */
.footer {
    position: relative;
    margin-top: 30px;
    /* margin-top: 100px; */
    padding: 10px 0 10px;
    /* padding: 10px 0 60px; */
    background-color: #eee;
    color: #000;
}
.footer img {
    width: 350px;
}
.silhouette {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer_contents {
    max-width: 1200px;
    margin: 0 auto;
}
.footer_block {
    margin: 0 auto;
    padding: 10px;
}
.footer_name {
    font-size: 2rem;
    font-weight: bold;
}
.footer_address, .footer_tel {
    font-size: 1.6rem;
}
.footer_business {
    margin-top: 0.5em;
    font-size: 1.2rem;
}
.copy {
    padding: 20px 0 0;
    text-align: center;
    font-size: 1rem;
}

/* ----- サンクスページ ----- */
.thanks_wrapper {
    max-width: 1200px;
    margin: 30px auto 0;
}
.thanks_title {
    text-align: center;
    font-size: 2rem;
}
.thanks_message {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    color: #003953;
    line-height: 2 ;
    font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
    .sp_hidden {
        display: none;
    }
    .spW_85 {
        width: 85%;
    }

    .sp_order2 {
        order: 2;
    }
    .sp_order3 {
        order: 3;
    }
    .sp_order4 {
        order: 4;
    }
}

@media screen and (min-width: 600px) {
    .pc_hidden {
        display: none;
    }
    .subtitle {
        font-size: 3rem;
    }

    .basic_wrapper {
        margin: 0 auto 40px;
    }
    .basic_sentence {
        margin: 20px auto;
        font-size: 2rem;
    }
    

    /* ジャンプボタン */
    .form_jump {
        width: 310px;
        margin: 40px auto;
        border-radius: 40px;
        box-shadow: 3px 3px 3px #dd871e;
        line-height: 50px;
        font-size: 2rem;
    }

    .form_jump_ano {
        width: 400px;
        padding: 0;
        border-radius: 0;
    }
    .form_jump_ano a {
        line-height: 66px;
    }

    /* 電話ブロック*/
    .tel_block {
        margin: 30px auto 0;
        padding: 20px 30px;
        border: 1px solid #ff9d26;
        box-shadow: 2px 2px 2px #dd871e
    }
    .tb_space {
        padding: 0.5em;
    }
    .tb_number {
        letter-spacing: 0.2rem;
        border-bottom: 2px solid #ff9d26;
        text-align: center;
        font-weight: bold;
        font-size: 3rem;
    }
    .tb_sentence {
        margin-top: 5px;
        text-align: center;
        font-size: 2rem;
    }


    .top_wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }

    .top_recruit {
        margin: 20px auto;
    }
    .tr_index {
        font-size: 2rem;
    }
    .tr_list {
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-gap: 10px;
        margin: 10px auto 0;
    }
    .tr_item a {
        grid-template-columns: 1fr 5fr;
        padding: 10px 30px 10px 15px;
        /* font-size: 1.5vw; */
        font-size: 1.8rem;
    }

    .button_list {
        position: absolute;
        /* width: 40%; */
        width: 35%;
        position: absolute;
        top: 65%;
        /* top: 82%; */
        left: 81%;
        transform: translate(-50%, -50%);
        grid-gap: 10px;
        
    }
    .button_item {
        box-shadow: 2px 2px 2px #555;
    }
    .button_item::before {
        width: 18px;
        height: 12px;
        top: 42%;
        transform: rotate(90deg) translate(0, -50%);
    }
    .button_item a {
        grid-template-columns: 1fr 5fr;
        /* font-size: 1.5vw; */
        font-size: 1.3vw;
    }
    .button_item_1_3 a {
        grid-template-columns: 1fr 10fr;
    }
    .button_item_1_3 .bi_text {
        padding-right: 1.5em;
    }

    /* 求人アイコン */
    .recruit_icon_title {
        margin-top: 30px;
        font-size: 2.2rem;
    }
    .rit_border {
        padding-bottom: 2px;
        border-bottom: 2px solid #e78d37;
    }
    .recruit_icon_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 20px auto 20px;
    }
    .recruit_icon_text {
        padding: 0.5em;
        font-size: 2rem;
    }
    .recruit_icon_image {
        padding: 6px 6px 6px 1px;
    }
    .recruit_icon_image img {
        width: 60%;
    }


    /* 施設情報 */
    .about_table {
        margin: 20px auto 0;
        font-size: 2rem;
    }
    .about_th, .about_td {
        padding: 8px 16px;
    }

    /* アクセス */
    .access_wrapper {
        margin: 24px auto 0;
    }
    .access_address {
        font-size: 2.2rem;
    }
    .access_list {
        font-size:2rem;
    }
    .link_text {
        font-size: 2rem
    }

    .map_grid {
        width: 100%;
        grid-template-columns: 4fr 5fr;
        grid-gap: 40px;
        margin: 20px auto 10px;
        align-items: center;
    }
    .map_left {
        font-size: 1.6rem;
    }

    /* フッター */
    .footer {
        margin-top: 100px;
        /* margin-top: 250px; */
        padding: 30px 0 ;
    }
    .footer img {
        width: 800px;
    }
    .silhouette {
        top: -200px;
    }
    .footer_name {
        font-size: 2.4rem;
    }
    .footer_address, .footer_tel {
        font-size: 2rem;
    }
    .footer_business {
        margin-top: 0.5em;
        font-size: 1.6rem;
    }
    .copy {
        padding: 20px 0 0;
        font-size: 1.2rem;
    }

    /*  サンクスページ  */
    .thanks_wrapper {
        margin: 100px auto 0;
    }
    .thanks_title {
        font-size: 3rem;
    }
    .thanks_message {
        width: 90%;
        margin: 50px auto;
        font-size: 2.4rem;
    }
}

#facility, #recruit, #access, #form {
    margin-top: -2em;
    padding-top: 2em;
}
