/* 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;
}
.emphasis_green {
    color: #72bd01;
    font-weight: bold;
}
.emphasis_orange {
    color: #f78b2b;
    font-weight: bold;
}
.emphasis_blue {
    color: #2dabea;
    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: #00A0E9;
    font-size: 1.6rem;
}
/* 水平線タイトル */
.horizon_title {
    position: relative;
    display: block;
    width: fit-content;
    margin: 10px auto ;
    color: #72bd01;
    font-weight: 500;
    font-size: 1.6rem;
}
.horizon_title::before, .horizon_title::after {
    position: absolute;
    content: '';
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #72bd01;
}
.horizon_title::before {
    left: -55px;
}
.horizon_title::after {
    right: -55px;
}
/* 水平線タイトル 青版 */
.horizon_blue {
    color: #2dabea;
}
.horizon_blue::before, .horizon_blue::after {
    background-color: #2dabea;
}

.basic_sentence {
    width: 90%;
    margin: 10px auto;
    font-size: 1.4rem;
}

/* ページボタン */
.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;
}
.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%);
} */

.basic_wrapper {
    width: 95%;
    margin: 0 auto 15px;
}

/* ジャンプボタン */
.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: 5px 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;
    color: #444;
    font-weight: bold;
    font-size: 1.6rem;
}

/* ご挨拶 */
.greeting_image {
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
}
.greeting_image img {
    width: 100%;
}
.greeting {
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-gap: 10px;
    margin: 0 auto;
    padding: 5% 2.5%;
    /* background-image: url(../images/back_image.jpg);
    background-size: cover;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff; */
    font-weight: 500;
    font-size: 1.4rem;
}
.greeting_sentence {

}

.transfer_map {
    max-width: 1000px;
    margin: 0 auto;
}
.transfer_index {
    position: relative;
    display: block;
    width: fit-content;
    margin: 10px auto 5px;
    padding-left: 1em;
    color: #555;
    font-weight: bold;
    font-size: 1.6rem;
}
.transfer_index::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_access.png);
    background-size: contain;
    top: 45%;
    left: -0.3em;
    transform: translate(0, -50%);
}
.transfer_map img {
    width: 90%;
    text-align: center;
}
.transfer_address {
    width: 90%;
    margin: 10px auto 5px;
    color: #72bd01;
    font-weight: bold;
    font-size: 1.4rem;
}
.transfer_list {
    width: 90%;
    margin: 0 auto;
}
.transfer_item {
    display: flex;
    margin: 0.25em 0 0.5em;
    align-items: center;
    font-size: 1.4rem;
}
.transfer_item img {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.ti_1_3 {
    display: block;
}
.ti_annotation {
    position: relative;
    margin: 0 0 0.5em 1em;
    padding-left: 1.2rem;
}
.ti_annotation::before {
    position: absolute;
    content: "※";
    left: -0.5em;
}

/* ----- 福利厚生----- */
.common_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin: 0 auto;
    padding-top: 10px;
}
.common_grid a {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
}
.common_grid a::before {
    z-index: 5000;
    position: absolute;
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    left: -5px;
    top: -20px;
    border-radius: 50%;
    background-color: #ff962c;
    text-align: center;
    align-items: center;
    padding: 2px 4px 0 0;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 2.4rem;
}
.cg01 a::before {
    content: "01";
}
.cg02 a::before {
    content: "02";
}
.cg03 a::before {
    content: "03";
}
.cg04 a::before {
    content: "04";
}
.cg05 a::before {
    content: "05";
}
.cg06 a::before {
    content: "06";
}
.cg_block {
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-gap: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #aaa;
}
.cg_block img {
    width: 100%;
    border-radius: 10px;
}

.cg_index {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #f78b2b;
    color: #f78b2b;
    font-weight: bold;
    font-size: 1.6rem;
}
.cg_sentence {
    font-weight: 500;
    font-size: 1.4rem;
}

/* ----- 求人アイコン ----- */
.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: 75px;
    background-color: #eaf8ff;
    /* background-color: #effdff; */
    color: #555;
    font-weight:bold;
}

.link_text {
    display: block;
    width: fit-content;
    margin: 5px 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;
}

/* ----- 外観・内観 ----- */
.photo_grid {
    width: 95%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 0 auto;
}
.photo_grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #aaa;
}
.photo_grid img:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* -----フッター----- */
.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;
}

/* fixedボタン */
.pageup_button {
    z-index: 9999;
    position: fixed;
    right: 5vw;
    bottom: 3vh;
    
}
.pageup_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.pageup_button img {
    width: 40px;
}

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

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

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

    .horizon_title {
        margin: 10px auto 20px;
        font-size: 2.4rem;
    }

    .top_wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .button_list {
        /* position: absolute;
        width: 40%;
        top: 82%;
        left: 78%;
        transform: translate(-50%, -50%); */
        max-width: 1000px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        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: 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: 10px 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;
    }

    /* ご挨拶 */
    .greeting_wrapper {
        display: grid;
        grid-template-columns: 4fr 3fr;
        align-items: center;
        margin: 50px auto;
    }   
    .greeting_image {
        order: 2;
        width: 100%;
    }
    .greeting {
        order: 1;
        /* text-align: center; */
        width: fit-content;
        
        line-height: 2;
        font-size: 2rem;
    }

    .transfer_map {
        display: grid;
        grid-template-columns: 4fr 3fr;
        margin: 30px auto;
    }
    .transfer_index {
        margin: 0 auto 10px;
        font-size: 2.4rem;
    }
    .transfer_index::before {
        width: 25px;
        height: 25px;
        top: 48%;
        left: -0.2em;
    }
    .transfer_address {
        margin-top: 30px;
        font-size: 2rem;
    }
    .transfer_list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin: 20px auto;
    }
    .transfer_item {
        font-size: 1.6rem;
    }
    .transfer_item img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .ti_1_3 {
        grid-column: 1 / 3;
    }
    
    /* ----- 福利厚生 ----- */
    .common_grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
        padding: 30px 50px;
    }
    .common_grid a::before {
        display: block;
        height: 60px;
        width: 60px;
        left: -25px;
        top: -25px;
        padding: 5px 6px 0 0;
        border-radius: 50%;
        font-size: 3.2rem;
    }
    .cg_block {
        z-index: 100;
        position: relative;
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .cg_block img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    
    .cg_index {
        font-size: 2rem;
    }
    .cg_sentence {
        font-size: 1.6rem;
    }
    .cgi_pc_small {
        line-height: 1.9;
        letter-spacing: -1px;
        font-size: 1.8rem;
    }

    /* 求人アイコン */
    .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 {
        margin: 15px auto 10px;
        font-size: 2.2rem;
    }
    .access_list {
        font-size:2rem;
    }
    .link_text {
        font-size: 1.8rem
    }

    .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;
    }

    /* 外観・内観 */
    .photo_grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 15px;
    }
    .photo_grid img {
        width: 240px;
    }

    /* フッター */
    .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;
    }

    /* fixedボタン */
    .pageup_button img {
        width: 50px;
    }
}

@media screen and (max-width: 900px) {
    .max900_hidden {
        display: none;
    }

}


#greeting, #photo, #access, #inquiry {
    margin-top: -20px;
    padding-top: 20px;
}
@media screen and (min-width: 600px) {
    #greeting, #photo, #access, #inquiry {
        margin-top: -30px;
        padding-top: 30px;
    }
}