@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap&subset=latin-ext,vietnamese");

/*----------------------------
  共通
-----------------------------*/
html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    /*
	font-family: "Yu Mincho", "游明朝体", YuMincho, serif;
	font-family: "メイリオ", "Meiryo", sans-serif;
	*/
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 300;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #151515;
    background: #ffffff;
    /* ------  ------ */
    animation: 3s ease 0s 1 normal;
    -webkit-animation: 3s ease 0s 1 normal;
    overflow: auto;
}

/* ------  ------ */
/* @keyframes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

/* . {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
} */

.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.cv .num,
.entry .inner,
h1.ttl {
    text-align: center;
}

.contact .tel,
footer .tel,
header .tel {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.contact .tel a {
    font-size: 32px;
}

.wrap {
    overflow: hidden;
}

h1,
h2,
h3 {
    text-align: center;
}

p {
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    /*----------------------------
  共通
-----------------------------*/

    .sp {
        display: none;
    }

    #page-top {
        position: fixed;
        right: 10px;
        font-size: 5rem;
        color: #000000;
        opacity: 0.6;
    }

    #page-top:hover {
        opacity: 1;
    }

    h1 img {
        width: 95%;
        height: auto;
    }

    h2 {
        font-size: 4rem;
        /* 背景としてグラデーションを設定 */
        background-image: linear-gradient(90deg, #17b670, #004225);

        /* 背景をテキストの形に切り抜く */
        -webkit-background-clip: text;
        background-clip: text;
        /* 標準プロパティ */

        /* テキストを透明にして、背景が透けて見えるようにする */
        color: transparent;
        letter-spacing: 0.05em;
        font-family: "Anton", sans-serif;
    }

    h3 {
        font-weight: 500;
    }

    /* ====== index kv（pc）====== */

    .kv .gnav {
        max-width: 1200px;
        width: 100%;
        height: 89px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kv .gnav ul li a {
        display: block;
        position: relative;
        width: 230px;
        height: 60px;
        padding: 1.5rem 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background: #0070C0;
        border: 1px solid #0070C0;
        overflow: hidden;
        z-index: 1 !important;
    }

    .kv .gnav ul li a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .kv .gnav ul li a:hover {
        color: #0070C0;
    }

    .kv .gnav ul li a:hover:after {
        height: 350%;
        opacity: 1;
    }

    .kv .inner {
        background: url("../img/index_kv.jpg") no-repeat left top;
        background-size: contain;
        height: 590px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .kv .inner img {
        padding: 200px;
    }

    .inner-top {
        position: relative;
    }

    .inner-top-txt {
        position: absolute;
        top: 0;
    }

    /* ====== index about（pc）====== */

    .about {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
    }

    .about::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 600px solid transparent;
        border-right: 600px solid transparent;
        border-top: 400px solid #F5F5F5;
        display: block;
        position: absolute;
        left: calc(50% - 600px);
        top: 0;
        z-index: -1;
    }

    .about .inner {
        width: 85%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 0;
    }

    .about h2 {
        padding-bottom: 10px;
    }

    .about h3 {
        font-size: 2.6rem;
        font-weight: 700;
        padding-bottom: 28px;
    }

    .about p {
        line-height: 2;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    /* ====== index job（pc）====== */

    .job .inner {
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .job h3 {
        padding-bottom: 55px;
        font-size: 2rem;
    }

    .job .inner .flex {
        background: #fefefe;
        max-width: 100%;
        padding: 30px 4% 40px;
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ecebee;
        border-bottom: 3px solid #ecebee;
    }

    .job figure {
        width: 50%;
    }

    .job figure img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .job .left {
        width: 50%;
    }

    .job .left h2 {
        font-size: 3.2rem;
        font-weight: 600;
        vertical-align: middle;
        color: #0070C0;
    }

    .job .left .dot {
        border-bottom: dotted 1px linear-gradient(90deg, #17b670, #004225);
        ;
        width: 92%;
        margin-bottom: 20px;
    }

    .job .left h3 {
        font-size: 2rem;
        font-weight: 500;
        vertical-align: middle;
        padding-bottom: 10px;
    }

    .job .left p {
        font-size: 1.6rem;
        padding: 0 30px 0 0px;
        vertical-align: middle;
    }

    .job th {
        width: 10%;
    }

    .job .employee th span {
        display: inline-block;
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        padding: 4px 0;
        width: 80%;
        font-weight: 400;
    }

    .job .part-time th span {
        display: inline-block;
        background: #FF9933;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        padding: 4px 0;
        width: 80%;
        font-weight: 400;
    }

    .job td {
        width: 56%;
        padding: 10px 5% 10px 2%;
        font-size: 1.5rem;
    }

    .job td span {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.3;
        vertical-align: middle;
    }

    .job td span.bolod {
        font-size: 1.6rem;
        font-weight: 600;
        vertical-align: middle;
    }

    .job figure img {
        padding: 15px 0 25px;
    }

    .job .btn a {
        width: 100%;
        display: block;
        position: relative;
        padding: 1.5rem;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        border: 1px solid #0070C0;
        background: #0070C0;
        overflow: hidden;
        z-index: 1 !important;
    }

    .job .btn a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .job .btn a:hover {
        color: #0070C0;
    }

    .job .btn a:hover:after {
        height: 650%;
        opacity: 1;
    }

    /* ====== 共通 footer（pc）====== */

    footer {
        background: #fefefe;
    }

    footer .inner .flexbox {
        padding: 45px 0 50px;
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    footer h1 {
        font-size: 2.7rem;
        margin-left: 100px;
    }

    footer h1 span {
        font-size: 1.6rem;
        padding-right: 8px;
    }

    footer p {
        font-size: 1.4rem;
        padding: 0 5px;
    }

    .footer_link a {
        display: block;
        position: relative;
        width: 250px;
        padding: 1.5rem;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        background: #0070C0;
        border: 1px solid #0070C0;
        overflow: hidden;
        z-index: 1 !important;
    }

    .footer_link a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .footer_link a:hover {
        color: #0070C0;
    }

    .footer_link a:hover:after {
        height: 385%;
        opacity: 1;
    }

    footer .copyright {
        font-size: 1rem;
        font-weight: normal;
        line-height: 4;
        color: #fff;
        background: #004225;
        text-align: center;
    }

    /* ====== recruit（pc）====== */

    .gnav01 {
        max-width: 1200px;
        width: 100%;
        height: 89px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gnav01 ul {
        width: 40%;
        height: 60px;
        display: flex;
        justify-content: flex-end;
    }

    .gnav01 .require {
        display: block;
        position: relative;
        width: 45%;
        max-width: 170px;
        padding: 1.5rem 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background: #0070C0;
        overflow: hidden;
        z-index: 1 !important;
    }

    .gnav01 .entry {
        display: block;
        position: relative;
        width: 50%;
        max-width: 185px;
        padding: 1.5rem 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background: #FF9933;

        overflow: hidden;
        z-index: 1 !important;
    }

    .gnav01 ul li:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .gnav01 .require:hover,
    .gnav01 .entry:hover {
        opacity: 0.7;
    }

    .gnav01 .require:hover:after {
        height: 350%;
        opacity: 1;
    }

    .gnav01 .entry:hover:after {
        height: 360%;
        opacity: 1;
    }

    /* ====== recruit1 kv_second（pc）====== */

    .kv_second .inner {
        background: url("../img/recruit1_kv.jpg") no-repeat center top;
        background-size: cover;
        height: 590px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .inner2 {
        background: url("../img/recruit2_kv.jpg") no-repeat center top !important;
        background-size: cover;
    }
    .inner3 {
        background: url("../img/recruit3_kv.jpg") no-repeat center top !important;
        background-size: cover;
    }
    .inner4 {
        background: url("../img/recruit4_kv.jpg") no-repeat center top !important;
        background-size: cover;
    }
    .inner5 {
        background: url("../img/recruit5_kv.jpg") no-repeat center top !important;
        background-size: cover;
    }
    
    .kv_second .inner_copy {
        color: #004225;
        font-weight: bold;
        padding-left: 20px;
        font-size: 38px;
        line-height: 1.3;
            -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
    }

    .kv_second .inner_copy {
        margin-bottom: 30px;
    }

    .kv_second .inner_copy strong {
        color: #fff;
        text-shadow: 0 0 4px #004225, 0 0 4px #004225, 0 0 4px #004225,
            0 0 4px #004225, 0 0 4px #004225;
        font-size: 43px;
        line-height: 1.8;
            -webkit-text-stroke: 0;
  text-stroke: 0;
  paint-order: stroke;
    }

    .kv_second .salary {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 30px 10px 30px;
        color: #fff;
        display: inline-block;
        margin-left: 50px;
    }

    .kv_second .salary strong {
        color: #fc9400;
        display: block;
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .kv_second .salary strong span {
        font-size: 48px;
        margin-left: 10px;
    }

    .kv_second .inner img {
        display: block;
        width: 710px;
        height: auto;
        margin: 0 auto;
        padding-top: 65px;
    }

    /* ====== recruit2 kv_third（pc）====== */

    .kv_third .inner {
        background: url("../img/recruit2_kv.jpg") no-repeat center top;
        background-size: auto 100%;
        height: 590px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .kv_third .inner img {
        display: block;
        width: 710px;
        height: auto;
        margin: 0 auto;
        padding-top: 65px;
    }

    /* ====== recruit3 kv_third（pc）====== */

    .kv_four .inner {
        background: url("../img/recruit3_kv.jpg") no-repeat center top;
        background-size: auto 100%;
        height: 590px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .kv_four .inner img {
        display: block;
        width: 710px;
        height: auto;
        margin: 0 auto;
        padding-top: 65px;
    }

    /* ====== recruit breadcrumb（pc）====== */

    .breadcrumb {
        width: 90%;
        margin: 0 auto;
    }

    .breadcrumb ul {
        padding: 50px 0;
    }

    .breadcrumb li {
        display: inline;
        list-style: none;
    }

    .breadcrumb li:after {
        content: ">";
        padding: 0 3px;
    }

    .breadcrumb li:last-child:after {
        content: "";
    }

    /* ====== recruit intro（pc）====== */

    /*
    .intro img {
        display: inline-block;
        width: 50%;
        height: auto;
        min-height: 400px;
        object-fit: cover;
        padding-right: 25px;
    }
*/

    .intro {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
    }

    .intro::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 600px solid transparent;
        border-right: 600px solid transparent;
        border-top: 400px solid #F5F5F5;
        display: block;
        position: absolute;
        left: calc(50% - 600px);
        top: 0;
        z-index: -1;
    }

    .intro .inner {
        width: 85%;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .intro h3 {
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        font-size: 2.6rem;
        font-weight: 700;
        padding-bottom: 28px;
    }

    .intro .txt {
        line-height: 2;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    /* ====== recruit point（pc）====== */

    .point {
        background: url("../img/recruit_bg.jpg") no-repeat top center;
        background-size: cover;
        padding: 40px 0 80px;
        min-height: 410px;
    }

    .point .inner {
        max-width: 1000px;
        width: 95%;
        min-height: auto;
        margin: 0 auto;
        position: relative;
    }

    .point .fukidashi {
        height: auto;
        position: absolute;
        z-index: 3;
    }

    .point .txt_box {
        background: rgb(255, 255, 255, 0.8);
        width: 80%;
        position: absolute;
        top: 18%;
        z-index: 2;
        margin: 40px 10%;
        padding: 35px 5% 35px 13%;
    }

    .point .txt_box p {
        font-weight: 700;
        font-size: 2.3rem;
    }

    .point .txt_box p:before {
        content: "";
        display: inline-block;
        width: 45px;
        height: 45px;
        background: url("../img/point_icon02.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 4%;
    }

    .point .txt_box p:nth-last-of-type(2) {
        padding: 15px 0;
    }

    /* ====== recruit contact（pc）====== */

    .contact {
        background: #F5F5F5;
    }

    .contact .inner {
        max-width: 900px;
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
    }

    .contact .box {
        width: 50%;
        min-width: 400px;
        text-align: center;
        margin-right: 15px;
    }

    .contact h2 {
        font-size: 2.6rem;
        font-weight: 600;
        color: #151515;
        padding: 0 0 20px;
    }

    .contact .tel {
        padding: 0 0 15px;
    }

    .contact_tel p {
        font-size: 1.7rem;
        letter-spacing: normal;
    }

    .contact_link {
        width: 35%;
        min-width: 250px;
        text-align: right;
    }

    .contact .link_btn01 {
        display: block;
        position: relative;
        padding: 1.4rem 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        background: #0070C0;
        overflow: hidden;
        z-index: 1 !important;
        margin: 0 0 13px;
    }

    .contact .link_btn02 {
        display: block;
        position: relative;
        padding: 1.4rem 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        background: #FF9933;

        overflow: hidden;
        z-index: 1 !important;
    }

    .contact .link_btn01:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .contact .link_btn02:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .contact .link_btn01:hover {
        color: #0070C0;
    }

    .contact .link_btn02:hover {
        color: #FF9933;
    }

    .link_btn01:hover:after {
        height: 470%;
        opacity: 1;
    }

    .link_btn02:hover:after {
        height: 470%;
        opacity: 1;
    }

    /* ====== recruit1 works（pc）====== */

    .works {
        padding: 65px 0;
        background: url(../img/works_bg.jpg);
        background-size: cover;
        background-position: center;
    }

    .works .inner {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }

    .works .flex {
        display: flex;
        justify-content: center;
    }

    .works .works_left {
        width: 50%;
        background: url("../img/recruit1_works01.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_right {
        width: 50%;
        background: url("../img/recruit1_works02.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_left02 {
        width: 50%;
        background: url("../img/recruit1_works03.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_right02 {
        width: 50%;
        background: url("../img/recruit1_works04.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_left03 {
        width: 50%;
        background: url("../img/recruit1_works05.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_right03 {
        width: 50%;
        background: url("../img/recruit1_works06.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_left04 {
        width: 50%;
        background: url("../img/recruit1_works07.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works .works_right04 {
        width: 50%;
        background: url("../img/recruit1_works08.jpg") no-repeat top center;
        height: 610px;
        background-size: cover;
    }

    .works h3 {
        padding-bottom: 25px;
        font-size: 2rem;
        color: #fff;
    }
.works h4 {
        text-align: left;
        padding-bottom: 25px;
        font-size: 2rem;
        color: #fff;
    }
    .works .works_left h4 {
        padding: 415px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right h4 {
        padding: 15px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left02 h4 {
        padding: 415px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right02 h4 {
        padding: 15px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left03 h4 {
        padding: 415px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right03 h4 {
        padding: 15px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left04 h4 {
        padding: 415px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right04 h4 {
        padding: 15px 0 5px;
        color: #FF9933;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works p {
        color: #fff;
        width: 90%;
        margin: 0 auto;
        padding-top: 8px;
    }

    /* ====== recruit2 works（pc）====== */

    .works_left2,
    .works_right2 {
        width: 50%;
    }

    .works_left2 img {
        display: inline-block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .works_right2 img {
        display: inline-block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .works_second {
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        color: #fff;
        padding: 20px 0 30px;
        width: 100%;
    }

    .works_second h4 {
        color: #fff;
        font-size: 2.4rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    /* ====== recruit career（pc）====== */

    .career {
        padding-bottom: 65px;
    }

    .career .inner {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
        background: #F5F5F5;
        padding: 60px 0 70px;
    }

    .career .inner {
        border-bottom: 3px solid #dbdadd;
    }

    .career h3 {
        padding-bottom: 55px;
        font-size: 2rem;
    }

    .career img {
        display: block;
        max-width: 750px;
        width: 90%;
        margin: 0 auto;
    }

    /* ====== recruit welfare（pc）====== */

    .welfare {
        padding-bottom: 90px;
    }

    .welfare .inner {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }

    .welfare h3 {
        padding-bottom: 55px;
        font-size: 2rem;
    }

    .first_line {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .second_line {
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }

    .welfare .inner_box {
        width: 45.5%;
    }

    .welfare .inner_box .top_img {
        position: relative;
    }

    .top_img img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .welfare h4 {
        display: inline-block;
        color: #fff;
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        width: 100%;
        background: rgb(28, 31, 36, 0.6);
        padding: 3.8% 0;
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: normal;
    }

    .welfare .inner_box p {
        background: #fefefe;
        height: 85px;
        width: 100%;
        padding: 0 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 3px solid #ecebee;
    }

    .welfare .inner_box span {
        padding: 0 4.5%;
    }

    /* ====== recruit interview（pc）====== */

    .interview {
        padding: 65px 0 80px;
        background: #FFF9F0;
    }

    .interview .inner {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }

    .interview h3 {
        padding-bottom: 55px;
        font-size: 2rem;
    }

    .interview .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        height: 470px;
    }

    .interview .flex .interview_left {
        width: 36%;
    }

    .interview .flex .interview_right {
        width: 64%;
    }

    .interview .flex .interview_right img {
        height: 470px;
        width: 100%;
        object-fit: cover;
    }

    .interview .figure:first-of-type {
        position: relative;
        margin-top: 0px;
    }

    .interview .figure {
        position: relative;
        margin-top: 100px;
    }

    .interview .figure .txt {
        position: absolute;
        top: 95px;
        left: 0;
    }

    .interview .flex p {
        color: #fff;
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        font-size: 1.8rem;
        width: 100%;
        padding: 35px 13%;
        margin: 0 auto;
    }

    .interview .flex p span {
        font-size: 2.4rem;
    }

    .interview .title span {
        font-size: 2.8rem;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        letter-spacing: 0.1em;
        font-family: "Anton", sans-serif;
    }

    .interview .title {
        font-size: 4rem;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        letter-spacing: 0.1em;
        font-family: "Anton", sans-serif;
        padding-top: 45px;
        font-style: italic;
    }

    .interview .box01,
    .interview .box02 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .q-box {
        width: 30%;
    }

    .a-box {
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 30px 40px 10px;
        background: #F5F5F5;
        border-bottom: 3px solid #dbdadd;
        position: relative;
    }

    .a-box p {
        font-weight: 500;
    }

    .balloon1-right,
    .balloon1-left {
        position: relative;
        display: inline-block;
        padding: 25px 2.5% 25px;
        min-width: 120px;
        color: #fff;
        background: #FF9933;
        line-height: 1.5;
        text-align: left;
    }

    .balloon1-right:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 15px solid #FF9933;
    }

    .balloon1-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -25px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 15px solid #FF9933;
    }

    .balloon2-right,
    .balloon2-left {
        position: relative;
    }

    .balloon2-right:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 15px solid #F5F5F5;
    }

    .balloon2-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -25px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 15px solid #F5F5F5;
    }

    .answer {
        font-size: 6rem;
        color: #0070C0;
        letter-spacing: 0.1em;
        font-family: "Anton", sans-serif;
        font-style: italic;
        margin: 0 2.5%;
        text-shadow: 1px 2px 0 #ccc;
    }

    .interview .ttl_r {
        text-align: right;
    }

    /* ====== recruit message（pc）====== */

    .message {
        padding: 70px 0;
        background: #0070C0;
        background-size: cover;
        margin-top: -30px;
    }

    .message .inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .message .flex {
        display: flex;
        margin-bottom: 50px;
        margin-top: 20px;
        align-items: flex-end;
    }

    .message .flex img {
        width: 50%;
    }

    .message .flex p {
        width: 50%;
        color: #fff;
        background: #333;
        font-size: 2rem;
        font-weight: 600;
        padding: 10px;
        margin: 0 auto;
    }

    .message h2 {
        color: #fff;
    }

    .message h3 {
        color: #fff;
        padding-bottom: 25px;
    }

    .message p {
        color: #fff;
        font-size: 15px;
        min-width: 500px;
    }

    .message p:nth-last-child(2) {
        min-width: 220px;
    }

    p.Q {
        font-size: 2.2rem;
        line-height: 1.5;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        font-weight: 600;
        padding: 25px 0 10px;
    }

    p.A {}

    /* ====== recruit 募集要項（pc）====== */

    .require {
        padding: 65px 0;
        background: #fff;
    }

    .require .inner {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }

    .require h3 {
        padding-bottom: 25px;
        font-size: 2rem;
    }

    .require table {
        width: 100%;
        border-collapse: collapse;
    }

    .require table tr {
        display: flex;
    }

    .require table th {
        width: 24%;
        height: auto;
        text-align: left;
        font-size: 1.8rem;
    }

    .require table td {
        width: 76%;
        font-size: 1.8rem;
    }

    .require table th,
    .require table td {
        padding: 40px 10px;
        border-bottom: dotted 1px #000;
        ;
    }

    .require table .bbn {
        border-bottom: none;
    }

    /* ====== recruit entry（pc）====== */

    #entry {
        padding: 65px 0 80px;
        background: #FFF9F0;
    }

    .entry h3 {
        font-size: 2rem;
        padding-bottom: 60px;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    .telpopup-open {
        pointer-events: none;
    }

    a {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .sbtn button {
        width: 400px;
        margin: 40px auto 0;
        display: block;
        position: relative;
        padding: 1.5rem;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 500;

        background: #FF9933;
        overflow: hidden;
        z-index: 1 !important;
    }

    .sbtn button:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.4s;
        z-index: -1;
    }

    .sbtn button:hover {
        color: #FF9933;
    }

    .sbtn button:hover:after {
        height: 580%;
        opacity: 1;
    }
}

@media screen and (max-width: 1220px) {
    h1 img {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    /*----------------------------
  共通
-----------------------------*/

    .contact,
    p.ci,
    p.ci2,
    ul.lcmenu2 li,
    h1.ttl {
        text-align: center;
    }

    .pc {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    h2 {
        font-size: 3rem;
        /* 背景としてグラデーションを設定 */
        background-image: linear-gradient(90deg, #17b670, #004225);

        /* 背景をテキストの形に切り抜く */
        -webkit-background-clip: text;
        background-clip: text;
        /* 標準プロパティ */

        /* テキストを透明にして、背景が透けて見えるようにする */
        color: transparent;
        font-family: "Anton", sans-serif;
    }

    h3 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    a {
        text-decoration: none;
    }

    #page-top {
        position: fixed;
        right: 5px;
        font-size: 4rem;
        color: #0070C0;
        opacity: 0.6;
    }

    /* . {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.8s;
  } */

    .scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

    /* ====== tel frame（sp）====== */

    .contact .tel,
    .cv .num,
    tel {
        font-weight: 900;
        font-family: Lato, sans-serif;
    }

    .telpopup-open,
    .telpopup-close {
        cursor: pointer;
    }

    #telpopup-frame {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
    }

    #telpopup-frame-inner {
        position: fixed;
        width: 90%;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .telpopup-close {
        padding: 30px 0 0 0;
    }

    .telpopup-close img {
        vertical-align: bottom;
    }

    .telpopup-close a {
        line-height: 1;
        text-decoration: none;
        background: #f5f5f7;
        border-radius: 5px;
        display: block;
        text-align: center;
        padding: 20px 0;
        color: #151515;
        font-weight: bold;
    }

    #telpopup-gotel {
        font-size: 0.9rem;
        line-height: 1.7;
        text-decoration: none;
        background: #0070C0;
        border-radius: 5px;
        display: block;
        text-align: center;
        padding: 20px 15px 18px;
        color: #fff;
    }

    #telpopup-shop {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    #telpopup-gotel img {
        vertical-align: baseline;
    }

    #telpopup-gotel a {
        color: #fff;
        font-size: 2.6rem;
        line-height: 1.7;
        font-weight: 900;
        font-family: Lato, sans-serif;
    }

    #telpopup-stelb {
        padding: 5px 0;
    }

    #telpopup-stelb dl {
        margin: 0 0 10px 0;
    }

    #telpopup-stelb dt {
        font-weight: bold;
        line-height: 1em;
    }

    #telpopup-stelb dd:last-of-type {
        font-size: 0.9rem;
    }

    .tellink {
        pointer-events: none;
        text-decoration: none;
        color: #fee645;
    }

    /* ====== sp drawer nav（sp）====== */

    .drawer-nav {
        background-color: linear-gradient(90deg, #17b670, #004225);
        ;
        color: #fff;
        z-index: 9999;
        width: 23rem;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 23rem;
    }

    .drawer--right .drawer-nav {
        right: -23rem;
    }

    .drawer-hamburger {
        background: #FF9933 !important;
        color: #fff;
        padding: 10px 0 0;
        height: 45px;
        font-size: 1.3rem;
        width: 72px;
        text-align: center;
        line-height: 1.45;
        font-weight: 700;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(000, 000, 000, 0.5);
        font-size: 1.1rem;
        font-weight: 700;
    }

    .drawer-nav ul li:last-child a:before {
        content: "";
    }

    .drawer-nav ul li a {
        color: #000;
        display: block;
        padding: 17px 15px;
    }

    .drawer--right {
        right: 25rem;
    }

    /* ====== sp nav（sp）====== */

    header.nav {
        width: 100%;
        background-color: #1c1f24;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
    }

    ul.lcmenu1 {
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    ul.lcmenu1 li {
        margin: 0 3px;
    }

    ul.lcmenu1 li img {
        width: auto;
        height: 30px;
    }

    ul.lcmenu1 li:first-child {
        border: 2px solid #fff;
        border-radius: 5px;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 30px;
        font-size: 1.8rem;
        margin-right: 5px;
        color: #fff;
    }

    ul.lcmenu1 .entry a {
        color: #fff;
        border: #fff 2px solid;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 1.6rem;
    }

    ul.lcmenu1 li:first-child a {
        display: block;
        color: #fff;
    }

    ul.lcmenu2 {
        border-top: solid 1px rgba(255, 255, 255, 0.4);
        display: flex;
        flex-wrap: wrap;
    }

    ul.lcmenu2 li {
        width: 25%;
        height: 32px;
        line-height: 32px;
        font-size: 1rem;
        letter-spacing: 0;
        font-weight: 700;
    }

    ul.lcmenu2 li:nth-child(4) {
        width: 24%;
    }

    ul.lcmenu2 i {
        font-size: 0.8rem;
        margin-right: 3px;
    }

    ul.lcmenu2 li:nth-child(1),
    ul.lcmenu2 li:nth-child(2),
    ul.lcmenu2 li:nth-child(3) {
        border-right: dotted 1px rgba(255, 255, 255, 0.3);
    }

    ul.lcmenu2 li a {
        display: block;
        color: #fff;
    }

    /* ====== index mv（sp）====== */

    .mv {
        background: url("../img/index_mv.jpg") no-repeat center center;
        background-size: cover;
        height: 630px;
        width: auto;
    }

    /* ====== index about（sp）====== */

    .about {
        min-height: 410px;
        width: auto;
        position: relative;
    }

    .about::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 600px solid transparent;
        border-right: 600px solid transparent;
        border-top: 400px solid #F5F5F5;
        display: block;
        position: absolute;
        left: calc(50% - 600px);
        top: 0;
        z-index: -1;
    }

    .about .inner {
        margin: 0 auto;
        padding: 50px 0 50px;
        width: 85%;
    }

    .about h2 {
        padding-bottom: 10px;
    }

    .about h3 {
        font-size: 2rem;
        padding-bottom: 20px;
        line-height: 1.5;
    }

    /* ====== index job（sp）====== */

    .job .inner {
        width: 95%;
        margin: 0 auto;
    }

    .job .left h2 {
        font-size: 2.6rem;
        font-weight: 600;
        vertical-align: middle;
        color: #0070C0;
    }

    .job .left h3 {
        font-size: 4vw;
        font-weight: 500;
        vertical-align: middle;
        padding-bottom: 10px;
    }

    .job .left p {
        font-size: 1.6rem;
        padding: 0 10px 30px 10px;
        vertical-align: middle;
    }

    .job h3 {
        padding-bottom: 35px;
    }

    .job .inner .flex {
        background: #fefefe;
        width: 100%;
        padding: 15px 4% 35px;
        margin-bottom: 30px;
        border: 1px solid #ecebee;
        border-bottom: 3px solid #ecebee;
    }

    .job figure {
        width: 100%;
    }

    .job figure img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .job table {
        width: 100%;
    }

    .job th {
        width: 20%;
    }

    .job th span {
        display: inline-block;
    }

    .job .employee th span {
        display: inline-block;
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        padding: 4px 0;
        width: 60%;
        font-weight: 400;
        line-height: 1.2;
    }

    .job .part-time th span {
        display: inline-block;
        background: #FF9933;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        padding: 4px 0;
        width: 60%;
        font-weight: 400;
        line-height: 1.2;
    }

    .job td {
        width: 60%;
        padding: 3px 2% 15px 0;
        font-size: 1.5rem;
        vertical-align: middle;
    }

    .job td span {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        vertical-align: middle;
    }

    .job td span.bolod {
        font-size: 1.6rem;
        font-weight: 600;
        vertical-align: middle;
    }

    .job figure img {
        padding: 0 0 25px;
    }

    .job .btn {
        width: 100%;
        display: block;
        padding: 1.3rem;
        text-align: center;
        color: #fff;
        font-weight: 500;
        background: #0070C0;
    }

    .job table {
        margin-bottom: 15px;
    }

    .job {
        padding-bottom: 40px;
    }

    /* ====== 共通 footer（sp）====== */

    footer {
        background: #fefefe;
    }

    footer .inner {
        padding: 30px 0;
        width: 95%;
        margin: 0 auto;
    }

    footer .inner .flexbox {
        width: 95%;
        margin: 0 auto;
    }

    footer .inner .flexbox h1 {
        margin-bottom: 10px;
    }

    footer .inner .flexbox p {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_link {
        width: 100%;
        display: block;
        padding: 1.3rem;
        text-align: center;
        color: #fff;
        font-weight: 500;
        background: #0070C0;
        margin: 20px 0 10px;
    }

    footer .copyright {
        font-size: 0.9rem;
        font-weight: normal;
        line-height: 3;
        text-align: center;
        background: #1c1f24;
        color: #fff;
    }

    /* ====== recruit1 mv（sp）====== */

    .kv_second .mv {
        background: url("../img/recruit1_mv.jpg") no-repeat top center;
        background-size: cover;
        height: 100%;
    }

    .kv_second .mv img {
        display: block;
        max-width: 600px;
        width: 95%;
        margin: 0 auto;
        padding-top: 380px;
        padding-bottom: 20px;
    }

    /* ====== recruit2 mv（sp）====== */

    .kv_third .mv {
        background: url("../img/recruit2_mv.jpg") no-repeat top center;
        background-size: cover;
        height: 100%;
    }

    .kv_third .mv img {
        display: block;
        max-width: 600px;
        width: 95%;
        margin: 0 auto;
        padding-top: 400px;
        padding-bottom: 20px;
    }

    /* ====== recruit2 mv（sp）====== */

    .kv_four .mv {
        background: url("../img/recruit3_mv.jpg") no-repeat top center;
        background-size: cover;
        height: 100%;
    }

    .kv_four .mv img {
        display: block;
        max-width: 600px;
        width: 95%;
        margin: 0 auto;
        padding-top: 400px;
        padding-bottom: 20px;
    }

    /* ====== recruit breadcrumb（sp）====== */

    .breadcrumb {
        padding: 15px 0;
        width: 90%;
        margin: 0 auto;
        font-size: 1.3rem;
    }

    .breadcrumb li {
        display: inline;
        list-style: none;
    }

    .breadcrumb li:after {
        content: ">";
        padding: 0 3px;
    }

    .breadcrumb li:last-child:after {
        content: "";
    }

    /* ====== recruit intro（sp）====== */

    .intro {
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 50px;
        position: relative;
    }

    .intro::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 600px solid transparent;
        border-right: 600px solid transparent;
        border-top: 280px solid #F5F5F5;
        display: block;
        position: absolute;
        left: calc(50% - 600px);
        top: 0;
        z-index: -1;
    }

    .intro img {
        display: inline-block;
        width: 100vw;
        height: 400px;
        object-fit: cover;
    }

    .intro .txt {
        width: 85%;
        margin: 0 auto;
        padding: 35px 0 0;
    }

    .intro h3 {
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        font-size: 2.2rem;
        line-height: 1.3;
        font-weight: 700;
        text-align: left;
        padding-bottom: 20px;
    }

    /* ====== recruit point（sp）====== */

    .point {
        background: url("../img/recruit_bg_sp.jpg") no-repeat center center;
        background-size: auto 100%;
        padding: 50px 0 50px;
    }

    .point .inner {
        margin: 0 auto;
    }

    .point .txt_box .sp {
        background: #0070C0;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 900;
        padding: 1%;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }

    .point .txt_box .sp:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #0070C0;
    }

    .point .txt_box {
        background: rgb(255, 255, 255, 0.85);
        margin: 0 5%;
        font-weight: 600;
        padding: 35px 5.7% 20px;
    }

    .point p:before {
        content: "";
        background: url("../img/point_icon02.png") no-repeat;
        display: inline-block;
        min-width: 65px;
        height: 45px;
    }

    .point .txt_box p {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        font-weight: 600;
        font-size: 1.8rem;
        text-align: left;
    }

    /* ====== recruit contact（sp）====== */

    .contact {
        width: 100%;
        background: #F5F5F5;
    }

    .contact .inner {
        padding: 40px 0 50px;
        width: 90%;
        margin: 0 auto;
    }

    .contact h2 {
        color: #151515;
        font-size: 2rem;
        font-weight: 600;
        padding-bottom: 25px;
    }

    .contact .tel {
        padding-bottom: 5px;
        max-width: 350px;
        margin: 0 auto;
    }

    .contact .tel a {
        font-size: 20px;
    }

    .contact .link_btn01 {
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 500;
        line-height: 3.2;
        background: #0070C0;
        font-size: 1.7rem;
        max-width: 500px;
        width: 100%;
        margin: 20px auto 0;
    }

    .contact .link_btn02 {
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 500;
        line-height: 3.2;
        background: #FF9933;
        font-size: 1.7rem;
        max-width: 500px;
        width: 100%;
        margin: 10px auto 0;
    }

    .contact img {
        max-width: 478px;
        height: auto;
        padding-bottom: 10px;
        width: 95%;
    }

    /* ====== recruit1 works（sp）====== */

    .works {
        padding: 40px 0;
    }

    .works .inner {
        width: 90%;
        margin: 0 auto;
    }

    .works h3 {
        padding-bottom: 15px;
    }
.works h4 {
                text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .works .works_left {
        width: 100%;
        background: url("../img/recruit1_works01_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_right {
        width: 100%;
        background: url("../img/recruit1_works02_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_left h4 {
        padding: 412px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right h4 {
        padding: 410px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left02 {
        width: 100%;
        background: url("../img/recruit1_works03_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_right02 {
        width: 100%;
        background: url("../img/recruit1_works04_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_left02 h4 {
        padding: 412px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right02 h4 {
        padding: 410px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left03 {
        width: 100%;
        background: url("../img/recruit1_works05_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_right03 {
        width: 100%;
        background: url("../img/recruit1_works06_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_left03 h4 {
        padding: 412px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right03 h4 {
        padding: 410px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_left04 {
        width: 100%;
        background: url("../img/recruit1_works07_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_right04 {
        width: 100%;
        background: url("../img/recruit1_works08_sp.jpg") no-repeat top center;
        min-height: 595px;
        background-size: auto 100%;
    }

    .works .works_left04 h4 {
        padding: 412px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works .works_right04 h4 {
        padding: 410px 0 5px;
        color: #FF9933;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    .works p {
        color: #fff;
        width: 90%;
        margin: 0 auto;
        padding: 5px 0 15px;
    }

    /* ====== recruit2 works（sp）====== */

    .works_left2 img,
    .works_right2 img {
        width: 100%;
        height: 390px;
        object-fit: cover;
    }

    .works_second {
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        color: #fff;
        padding: 20px 0 20px;
        width: 100%;
    }

    .works_second h4 {
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        border-bottom: dotted 1px #fff;
    }

    /* ====== recruit career（sp）====== */

    .career {
        padding-bottom: 40px;
    }

    .career .inner {
        width: 90%;
        margin: 0 auto;
        background: #F5F5F5;
        padding: 40px 0 50px;
    }

    .career h3 {
        padding-bottom: 30px;
    }

    .career .inner {
        border-bottom: 3px solid #dbdadd;
    }

    .career img {
        display: block;
        max-width: 750px;
        width: 90%;
        margin: 0 auto;
    }

    /* ====== recruit welfare（sp）====== */

    .welfare {
        padding-bottom: 40px;
    }

    .welfare .inner {
        width: 90%;
        max-width: 455px;
        margin: 0 auto;
    }

    .welfare h3 {
        padding-bottom: 30px;
    }

    .welfare .inner_box {
        width: 100%;
        padding-bottom: 35px;
    }

    .welfare .inner_box .top_img {
        position: relative;
    }

    .top_img img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .welfare h4 {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
        width: 100%;
        background: rgb(28, 31, 36, 0.6);
        padding: 15px 0;
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: normal;
    }

    .welfare .inner_box p {
        background: #fefefe;
        font-size: 1.6rem;
        height: 85px;
        width: 100%;
        padding: 0 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 3px solid #ecebee;
    }

    .welfare .inner_box span {
        padding: 0 4.5%;
    }

    /* ====== recruit interview（sp）====== */

    .interview .inner {
        padding: 40px 0 50px;
        background: #FFF9F0;
    }

    .interview .figure:first-of-type {
        margin-top: 0px;
    }

    .interview .figure {
        margin-top: 100px;
    }

    .interview h3 {
        padding-bottom: 30px;
    }

    .interview_left img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .interview_left p {
        background: linear-gradient(90deg, #17b670, #004225);
        ;
        width: 100%;
        padding: 10px 5% 15px;
        color: #fff;
        text-align: center;
    }

    .interview_left p span {
        font-size: 1.8rem;
    }

    .interview_box {
        width: 90%;
        margin: 0 auto;
    }

    .interview .container img {
        width: 100%;
        height: auto;
    }

    .interview .title {
        font-size: 3rem;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        letter-spacing: 0.1em;
        font-family: "Anton", sans-serif;
        padding-top: 35px;
        font-style: italic;
    }

    .interview .title span {
        font-size: 2rem;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        letter-spacing: 0.1em;
        font-family: "Anton", sans-serif;
    }

    .q-box {
        width: 100%;
    }

    .q-box.pc {
        display: none;
    }

    .a-box {
        width: 100%;
        padding: 30px 3% 30px;
        background: #F5F5F5;
        border-bottom: 3px solid #dbdadd;
    }

    .a-box p {
        font-weight: 400;
    }

    .q-box {
        position: relative;
        display: inline-block;
        padding: 20px 2.5%;
        min-width: 120px;
        color: #fff;
        background: #FF9933;
        line-height: 1.5;
    }

    .q-box:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #FF9933;
    }

    .interview .ttl_r {
        text-align: left;
    }

    /* ====== recruit message（sp）====== */

    .message {
        background: #0070C0;
    }

    .message .inner {
        padding: 40px 0 60px;
        width: 90%;
        margin: 0 auto;
        margin-top: -30px;
    }

    .message .flex {
        display: block;
        margin-bottom: 50px;
    }

    .message .flex p {
        text-align: center;
        color: #fff;
        background: #333;
        font-size: 1.8rem;
        font-weight: 600;
        padding: 10px;
        margin: 0 auto;
    }

    .message h2 {
        color: #fff;
    }

    .message h3 {
        color: #fff;
        padding-bottom: 10px;
    }

    .message p {
        color: #fff;
    }

    p.Q {
        font-size: 2rem;
        line-height: 1.5;
        color: linear-gradient(90deg, #17b670, #004225);
        ;
        font-weight: 600;
        padding: 30px 0 10px;
    }

    p.A {}

    .massage p:nth-last-child(2) {
        min-width: 400px;
    }

    /* ====== recruit 募集要項（sp）====== */

    .require {
        background: #fff;
        padding: 40px 0 50px;
    }

    .require .inner {
        width: 90%;
        margin: 0 auto;
    }

    .require table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .require table th {
        width: 100%;
        text-align: left;
        padding: 25px 0 5px;
    }

    .require table td {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: dotted 1px #000;
        ;
    }

    /* ====== recruit entry（sp）====== */

    #entry {
        padding: 40px 0 70px;
        background: #FFF9F0;
    }

    .entry h3 {
        padding-bottom: 35px;
    }

    .sbtn button {
        max-width: 400px;
        width: 100%;
        margin: 45px auto 0;
        display: block;
        padding: 1.2rem;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        background: #FF9933;
        border: none;
    }
}

@media screen and (max-width: 320px) {
    /* ====== index mv（sp）====== */

    .mv {
        background: url("../img/index_mv.jpg") no-repeat bottom center;
        background-size: cover;
        height: 590px;
    }
}

.btn2 {
    width: 20%;
    background: #FF9933;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn2 a {
    display: block;
    color: #fff;
    padding: 14px 0;
    width: 100%;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .btn2 {
        width: 40%;
        background: #FF9933;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-size: 17px;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
    }

    .btn2 a {
        display: block;
        color: #fff;
        padding: 14px 0;
        width: 100%;
        text-decoration: none;
    }
}

.thanxtxt {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

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

    .sp {
        display: block;
    }
}

/*guideline_txt-------------------------*/
#guideline_txt {
    margin: 10px 0 25px;
}

#guideline_txt .txt_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
}

#guideline_txt .txt_box h3 {
    text-align: center;
    color: #000;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    #guideline_txt .txt_box h3 {
        text-align: left;
        color: #000;
        font-size: 18px;
    }
}

#telpopup-frame {
    display: none;
}

.drawer-nav {
    touch-action: none;
}

.drawer-menu {
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
}

#page-top {
    bottom: 3px;
}

.kv .inner > div {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
        0 0 4px #fff;
}

.kv .inner > div strong {
    font-size: 48px;
    color: #004225;
}

@media screen and (max-width: 767px) {
    .kv .inner {
        background: url("../img/index_kv.jpg") no-repeat center / contain;
        background-size: contain;
        height: 560px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .kv .inner > div {
        padding: 25px;
        font-size: 5vw;
        line-height: 1.4;
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .kv .inner > div strong {
        font-size: 7vw;
    }
}

@media screen and (max-width: 767px) {
    .kv_second .inner {
        background: url("../img/recruit1_mv.jpg") no-repeat center top / cover;
        height: 72vw;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 40px 20px 20px 20px;
        box-sizing: border-box;
        margin-top: 85px;
    }
    .inner2 {
        background: url("../img/recruit2_mv.jpg") no-repeat center top / cover !important; }
    .inner3 {
        background: url("../img/recruit3_mv.jpg") no-repeat center top / cover !important; }
    .inner4 {
        background: url("../img/recruit4_mv.jpg") no-repeat center top / cover !important; }
    .inner5 {
        background: url("../img/recruit5_mv.jpg") no-repeat center top / cover !important; }
    .kv_second .inner_copy {
        color: #004225;
        font-weight: bold;
        font-size: 4vw;
        line-height: 1.3;
        -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
    }

    .kv_second .inner_copy {
        margin-bottom: 15px;
    }

    .kv_second .inner_copy strong {
        color: #fff;
        text-shadow: 0 0 4px #004225, 0 0 4px #004225, 0 0 4px #004225,
            0 0 4px #004225, 0 0 4px #004225;
        font-size: 4.5vw;
        -webkit-text-stroke: 0;
  text-stroke: 0;
  paint-order: stroke;
    }

    .kv_second .salary {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px ;
        color: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .kv_second .salary strong {
        color: #fc9400;
        display: block;
        font-size: 5vw;
        display: flex;
        align-items: center;
    }

    .kv_second .salary strong span {
        font-size: 6vw;
        margin-left: 2vw;
    }
}

.fukidashi {
    background: #0070C0;
    width: 140px !important;
    height: 140px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.fukidashi::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 60px solid #0070C0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .fukidashi {
        display: none !important;
    }
}

/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
form {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
}

.CMS-FORM-GROUP select {
    padding: 2rem;
    border: #ddd solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
}

.CMS-FORM-GROUP textarea {
    height: 16rem;
}

.CMS-FORM-GROUP input[type="submit"] {
    background: #0070C0;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 24rem;
    font-size: 18px;
    padding: 1.6rem 0;
    margin: 0 auto;
    transition: all 0.3s;
    display: block;
}

.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}

form input[type="radio"] {
    width: 2rem !important;
    vertical-align: -0.18rem;
    margin-right: 1rem;
}

.CMS-FORM-RADIO {
    width: 70%;
    margin: 0;
}

.CMS-FORM-RADIO label {
    display: inline;
}

form input[type="radio"] {
    vertical-align: -0.18rem;
}

@media screen and (max-width: 767px) {
    form {
        max-width: auto;
        width: 90%;
    }

    .CMS-FORM-GROUP {
        display: block;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
        padding: 1rem;
    }

    .CMS-FORM-GROUP select {
        padding: 1rem;
    }

    .CMS-FORM-RADIO {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .CMS-FORM-RADIO label {
        margin: 0 0 1rem 0;
        padding: 0;
        width: 90%;
    }

    .CMS-FORM-RADIO input {
        margin-bottom: 1.1rem;
    }
}

@media screen and (max-width: 767px) {
    .inner-top {
        position: relative;
    }

    .inner-top-txt {
        position: absolute;
        top: 0;
    }
}

.works-re {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.works-re_left {
    width: 40%;
}

.works-re_right {
    width: 55%;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .works-re {
        width: 100%;
        display: block;
        justify-content: center;

    }

    .works-re_left {
        width: 95%;
    }

    .works-re_right {
        width: 95%;
        color: #fff;
    }

    .works {
        background: url(../img/works_bg.jpg);
        background-size: cover;
        background-position: center;
    }

    .works h3 {
        color: #fff;
    }
}

.welfare {
    padding-top: 70px;
}

.interview_img {
    display: flex;
    justify-content: center;
}

footer {
    width: 100%;
    margin: auto;
}

.footer_wrap {
    width: 98%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 0 0 0;
}

.footer_ul {
    width: 98%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 50px 0
}

.footer_ul ul {
    width: 48%;
}

.footer_ul ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dotted #000;
    font-size: 13px;
    height: 50px;
    color: #000;
}

.footer_ul ul li div {
    text-align: left;
}

.footer_ul_title {
    width: 30%;
}

@media screen and (max-width: 1100px) {
    .footer_ul {
        width: 98%;
        max-width: 1000px;
        display: block;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer_ul ul {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .footer_ul {
        width: 95%;
        margin: auto;
        max-width: 1000px;
        display: block;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer_ul ul {
        width: 98%;
    }

    .footer_ul ul li {
        font-size: 3vw;
        height: auto;
        min-height: 50px;

    }

    .footer_ul_title {
        width: 21%;
    }
}

.footer_logo {
    width: 60%;
    max-width: 200px;
    margin: 30px auto;
}

.footer_logo img {
    width: 100%;
}

.co_f {
    color: #fff !important;
}

.t-s {
    -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
.inner-top-txt{
    position: absolute;
    top: 38%;
    padding-left: 50px;
}
.inner-top-txt strong{
        color: #fff;
        text-shadow: 0 0 4px #004225, 0 0 4px #004225, 0 0 4px #004225, 0 0 4px #004225, 0 0 4px #004225;
        font-size: 40px;
        line-height: 1.8;
    font-weight: bold;
    }
.span-black{
    color: #000;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    font-size: 42px;
    line-height: 1.8;
}
@media screen and (max-width: 1200px) {
    .inner-top-txt {
    position: absolute;
    top: 35%;
    padding-left: 10px;
        font-size: 4vw;
}.inner-top-txt strong {
    font-size: 3.5vw;
}
}
@media screen and (max-width: 768px) {
    .inner-top{
        margin-top: 50px;
    }
    .inner-top-txt {
    position: absolute;
    top: 15%;
    padding-left: 10px;        
}
    .inner-top-txt strong{
        font-size: 5.5vw;
    }
    .span-black{
    font-size: 4.2vw;
}
}
.sp2{
    display: none;
}
@media screen and (max-width: 1100px) {
    .sp2{
        display: inline;
    }
}
