@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Noto+Serif&display=swap");

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    /*
		font-family: "Yu Mincho", "游明朝体", YuMincho, serif;
		font-family: "メイリオ", "Meiryo", sans-serif;
		*/
    color: #695940;
    letter-spacing: 0.1em;
    line-height: 1.8;
    background: #fff;
    /*fadeIn*/
    animation: 1.2s ease 0s 1 normal;
    -webkit-animation: 3s ease 0s 1 normal;
    overflow: auto;
}

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

.telpopup-frame {
    display: none;
}

.en {
    font-family: "Noto Serif", serif;
    font-weight: 400;
}

/*fadeIn*/
/*
@keyframes {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 70px);
    transition: all 1.2s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
 */
.cv .num,
.entry .inner,
footer,
h1.ttl {
    text-align: center;
}

.contact .tel,
footer .tel,
header .tel {
    font-weight: 900;
    color: #6d6cb1;
}

.wrap {
    overflow: hidden;
}

h1,
h2 {
    text-align: center;
}

h1,
h2,
h3,
.bl,
.sideways {
    color: #6d6cb1;
}

.bl2 {
    color: #6d6cb1;
}

h2 .en {
    letter-spacing: 0.3em;
    display: block;
}

.contact h2 {
    color: #695940;
}

p {
    font-weight: 300;
}

p.link_btn {
    text-align: center;
    line-height: normal;
    margin-bottom: -1px;
}

p.link_btn a {
    display: block;
    opacity: 1;
    transition: all 0.5s;
    background: #6d6cb1 url("../img/icon_arrow01.png") 95% no-repeat;
    color: #fff;
}

p.link_btn a:hover {
    color: #fff;
    background: #807c7c url("../img/icon_arrow01.png") 95% no-repeat;
}

footer {
    border-top: 1px solid #eee;
}

footer .inner {
    padding: 65px 0 60px;
}

footer .inner p {
    text-align: center;
}

footer .inner ul {
    display: flex;
    justify-content: space-between;
}

footer .inner ul li {
    margin-left: 25%;
    width: 50%;
}

footer .inner ul li a {
    display: block;
    width: 100%;
    font-weight: 700;
    position: relative;
}

footer .inner ul li:first-child a {
    background: url(../img/icon_arrow03.png) no-repeat 95% #eee;
    color: #6d6cb1;
}

footer .inner ul li:last-child a {
    background: url(../img/icon_arrow01.png) no-repeat 95% #6d6cb1;
    color: #fff;
}

footer .inner p {
    text-align: center;
}

footer .inner p span {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}

footer .inner span.small {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 0;
    line-height: 8;
}

/*  top  */
.job h3 {
    background: #eee;
    padding: 2px 20px;
    display: table;
    margin-bottom: 20px;
}

/*  詳細  */
.contact {
    width: 100%;
    background-image: linear-gradient(45deg,
            transparent 25%,
            #eee 25%,
            #eee 50%,
            transparent 50%,
            transparent 75%,
            #eee 75%);
    background-size: 20px 20px;
}

.recruit2 .works .inner03 .float,
.works .inner04 .float {
    margin-bottom: 0;
}

.recruit3 .works .inner03 .float,
.works .inner04 .float {
    margin-bottom: 0;
}

.interview .image {
    margin: 0 auto 30px;
    text-align: center;
}

.interview .image img {
    max-width: 50vw;
}

.interview .image p {
    line-height: 1.5;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .header_logo img {
        margin-bottom: 15px;
    }

    .sp {
        display: none;
    }

    #page-top {
        display: inline;
        position: fixed;
        bottom: 0;
        right: 3%;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }

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

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

    .inner2 {
        width: 100%;
        max-width: 1400px;
        padding: 100px 0 160px;
        margin: auto;
    }

    /*index*/
    h2 {
        margin-bottom: 80px;
    }

    h2 .en {
        font-size: 60px;
        display: block;
    }

    h2 .jp {
        font-size: 18px;
    }

    .sideways {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: fixed;
        left: 3%;
        bottom: 80px;
        font-size: 10px;
        line-height: 1.9;
        letter-spacing: 4px;
    }

    .sideways img {
        padding-top: 20px;
        width: 18px;
    }

    .kv {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }

    .kv .gnav {
        height: 10vh;
        max-height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gnav h1 {
        display: inline-block;
        margin-left: 3%;
        font-size: 40px;
    }

    .gnav ul {
        display: flex;
        justify-content: flex-end;
    }

    .gnav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vh;
        max-height: 100px;
        width: 210px;
        font-size: 13px;
    }

    /*.gnav ul li:first-child a{
        background:#eee;
        color:#6d6cb1;
        position:relative;
    }*/
    .btn1 {
        position: relative;
        display: block;
        color: #6d6cb1 !important;
        background: #eee;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        z-index: 2;
    }

    .btn1 span {
        transition: all 0.2s ease;
    }

    .btn1:hover span {
        color: #fff;
        transform: scale(1.05);
    }

    .btn1::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: "";
        display: block;
        width: 100%;
        background: #807c7c;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform 0.3s;
    }

    .btn1:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .btn2 {
        position: relative;
        display: block;
        color: #fff !important;
        background: #6d6cb1;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        z-index: 2;
    }

    .btn2 span {
        transition: all 0.2s ease;
    }

    .btn2:hover span {
        color: #fff;
        transform: scale(1.05);
    }

    .btn2::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: "";
        display: block;
        width: 100%;
        background: #807c7c;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform 0.3s;
    }

    .btn2:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    footer .inner ul li .btn1:before,
    footer .inner ul li .btn2:before {
        background: url(../img/icon_arrow01.png) no-repeat 95% #807c7c;
    }

    /*.gnav ul li a:hover{
        background:#807c7c;
        color:#fff;
    }  */
    /*#nav li a span{
		font-size: 15px;
	}*/
    /*#nav li a{
		opacity: 1;
	}
	#nav li a span.en {
    	display: inline;
	}
	#nav li a:hover span.en {
    	display: none;
	}
	#nav li a span.jp {
    	display: none;
	}
	#nav li a:hover span.jp {
	    display: inline;
		letter-spacing: 1px;
	}*/
    .kv .mv_inner {
        width: 88%;
        margin-left: 12%;
        background: url(../img/index_kv.jpg) fixed no-repeat right top;
        background-size: cover;
        height: 90vh;
        max-height: 900px;
        border-radius: 15vh 0 0 15vh;
        position: relative;
    }

    .about {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
        position: relative;
    }

    .about h3 .en {
        font-size: 12px;
        color: #807c7c;
        display: block;
        margin-bottom: 30px;
        letter-spacing: 0.3em;
    }

    .about h3 {
        padding-top: 30px;
        font-size: 35px;
        color: #6d6cb1;
        margin-bottom: 60px;
    }

    .about p {
        line-height: 2;
        padding-bottom: 40px;
    }

    .about .msg1 {
        position: relative;
        margin-bottom: 100px;
    }

    .about .msg1 .img {
        width: 60%;
        height: 550px;
        background: url(../img/about_msg1.jpg) no-repeat 0 top;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -15%;
    }

    .about .msg1 .txt {
        width: 85%;
        max-width: 1190px;
        margin: auto;
    }

    .about .msg1 h3,
    .about .msg1 p {
        margin-left: 50%;
    }

    .about .msg2 {
        position: relative;
    }

    .about .msg2 .img {
        width: 50%;
        height: 750px;
        background: url(../img/about_msg2.png) no-repeat right top;
        background-size: contain;
        position: absolute;
        top: 0;
        right: -5%;
    }

    .about .msg2 .txt {
        width: 85%;
        max-width: 1000px;
        margin: auto;
    }

    .about .msg2 h3,
    .about .msg2 p {
        margin-right: 50%;
    }

    .job {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
        text-align: center;
        font-weight: 300;
    }

    .job_block {
        text-align: left;
        margin: 85px 0 60px;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .job_block .box_img {
        -ms-flex-preferred-size: 30%;
        flex-basis: 44%;
        padding-right: 25px;
    }

    .job_block .box_txt {
        -ms-flex-preferred-size: 30%;
        flex-basis: 56%;
    }

    .job_block .job_figure {
        border-radius: 20px;
        width: 100%;
        height: auto;
    }

    .job h3 {
        font-size: 26px;
        font-weight: 700;
        text-align: left;
    }

    .job p {
        line-height: 1.8;
    }

    .jobtype {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .job .flex_ed {
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px dotted #6d6cb1;
    }

    p.link_btn {
        font-size: 14px;
    }

    p.link_btn a {
        width: 230px;
        padding: 20px 0;
    }

    figure {
        background: linear-gradient(-90deg,
                #eee 0%,
                #eee 90%,
                #fff 90%,
                #fff 100%);
        padding-top: 130px;
    }

    figure .inner {
        background: url("../img/index_shopimg.jpg") fixed no-repeat center center;
        height: 450px;
        min-width: 1400px;
    }

    footer .inner {
        padding: 65px 0 60px;
    }

    footer .inner ul {
        margin-bottom: 60px;
    }

    footer .inner ul li a {
        padding: 20px 0;
    }

    footer .inner p span {
        padding-bottom: 30px;
    }

    /*recruit*/

    .kv_second {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 50%,
                #fff 50%,
                #fff 100%);
    }

    .recruit1 .kv_second .inner {
        max-width: 1400px;
        height: 865px;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit1_kv.jpg") no-repeat top right;
        background-size: 58% auto;
        padding: 30px 0 0;
    }

    .recruit2 .kv_second .inner {
        max-width: 1400px;
        height: 865px;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit2_kv.jpg") no-repeat top right;
        background-size: 58% auto;
        padding: 30px 0;
    }

    .recruit3 .kv_second .inner {
        max-width: 1400px;
        height: 865px;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit3_kv.jpg") no-repeat top right;
        background-size: 58% auto;
        padding: 30px 0;
    }

    .kv_second .gnav {
        position: relative;
    }

    .kv_second .gnav ul {
        position: absolute;
        top: 50%;
        right: 0;
    }

    .kv_second .gnav ul li a {
        display: block;
        text-align: center;
        width: 150px;
        font-size: 13px;
        padding: 10px 0;
        height: auto;
        color: #fff;
    }

    .kv_second .gnav ul li:first-child {
        background: #6d6cb1;
    }

    .kv_second .gnav ul li:last-child {
        background: #807c7c;
    }

    .kv_second .gnav ul li a:after {
        content: "";
        display: block;
        background: url(../img/icon_arrow01.png) no-repeat center;
        background-size: contain;
        width: 100%;
        height: 10px;
        transform: rotateZ(90deg);
        transition: all 0.2s ease;
    }

    .kv_second .gnav ul li a:hover:after {
        transform: rotateZ(90deg) translate(4px);
    }

    .kv_second li a span.en {
        display: inline;
    }

    .kv_second li a:hover span.en {
        display: none;
    }

    .kv_second li a span.jp {
        display: none;
    }

    .kv_second li a:hover span.jp {
        display: inline;
    }

    .kv_second h1 {}

    .kv_second .inner_txt {
        width: 1400px;
        max-width: 100%;
        margin: 0 auto;
    }

    .kv_second .inner_txt img {
        max-width: 43%;
    }

    /*パンくずリスト*/
    .breadcrumb {
        width: 1400px;
        margin: 0 auto;
        padding-left: 4.5%;
    }

    .breadcrumb ul {
        padding: 60px 0;
    }

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

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

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

    .point .point_box {
        max-width: 1200px;
        margin: 0 auto;
        background: #eee;
        margin-bottom: 100px;
    }

    .point .float {
        overflow: hidden;
        display: flex;
    }

    .recruit1 .point .image {
        display: inline-block;
        width: 50%;
        height: auto;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit1_point.jpg) center;
        background-size: cover;
    }

    .recruit2 .point .image {
        display: inline-block;
        width: 50%;
        height: auto;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit2_point.jpg) center;
        background-size: cover;
    }

    .recruit3 .point .image {
        display: inline-block;
        width: 50%;
        height: auto;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit3_point.jpg) center;
        background-size: cover;
    }

    .point .box {
        width: 50%;
        padding: 5%;
    }

    .point h2 {
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 0;
        text-align: left;
    }

    .point h3 {
        color: #695940;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: left;
    }

    .point p {
        line-height: 1.8;
    }

    .intro {
        background: url("../img/recruit_intro.jpg") no-repeat fixed;
        background-size: cover;
        padding-bottom: 120px;
    }

    .intro .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    .intro .inner h1 {
        font-size: 46px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        padding-bottom: 50px;
    }

    .intro h3 {
        font-size: 28px;
        font-weight: 500;
        color: #6d6cb1;
        padding-bottom: 10px;
        text-align: left;
    }

    .intro .intro_box {
        background: #eee;
        border-radius: 6px;
        margin: 0 auto 40px auto;
        padding: 45px 6% 45px 0;
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: 90%;
        box-shadow: 8px 8px 15px -5px #866026;
    }

    .intro .intro_box:last-child {
        margin-bottom: 0;
    }

    .intro .intro_box div:first-child {
        width: 28%;
        padding: 0 1.5% 0 7%;
        text-align: center;
    }

    .intro .intro_box div:last-child {
        width: 680px;
        display: flex;
        align-items: center;
    }

    .intro .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .intro p {
        line-height: 1.6;
    }

    .contact {
        padding: 50px 0;
    }

    .contact .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 60px;
        background: #fff;
        border-radius: 20px;
        position: relative;
    }

    .contact .inner:before {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background: #fff;
        border-top: 10px solid #6d6cb1;
        border-left: 10px solid #6d6cb1;
        position: absolute;
        left: -10px;
        top: -10px;
        border-radius: 20px 0 0 0;
        z-index: 0;
    }

    .contact .inner:after {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background: #fff;
        border-bottom: 10px solid #6d6cb1;
        border-right: 10px solid #6d6cb1;
        position: absolute;
        right: -10px;
        bottom: -10px;
        border-radius: 0 0 20px 0;
        z-index: 0;
    }

    .contact .box {
        width: 51%;
        text-align: center;
    }

    .contact h2 {
        font-size: 32px;
        margin: 0;
        padding-top: 0;
    }

    .contact .tel {
        font-size: 50px;
        line-height: 1;
        padding: 0 0 20px;
    }

    .contact .tel i {
        font-size: 40px;
        position: relative;
        top: -5px;
        left: -8px;
        margin-right: -8px;
    }

    .contact_tel p {
        font-size: 18px;
        letter-spacing: normal;
        text-align: right;
    }

    .contact_link {
        width: 47%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .contact_link p {
        width: 100%;
    }

    .contact_link a {
        transition: all 0.2s ease;
    }

    .contact_link a:hover {
        transform: scale(1.02);
    }

    .contact .link_btn01 a {
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #6d6cb1 url("../img/icon_arrow01.png") 95% no-repeat;
        color: #fff;
        text-align: center;
        line-height: normal;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .contact .link_btn01 a {
        opacity: 1;
    }

    .contact .link_btn02 a {
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #807c7c url("../img/icon_arrow01.png") 95% no-repeat;
        color: #fff;
        text-align: center;
        line-height: normal;
        font-weight: 600;
        font-size: 20px;
    }

    .contact .link_btn02 a {
        opacity: 1;
    }

    .works {
        width: 100%;
    }

    .works .inner {
        padding-top: 100px;
    }

    .works h2 .en {
        letter-spacing: 0.15em;
    }

    .works .float {
        margin-bottom: 100px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .works .float .image {
        display: inline-block;
        width: 47%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .works .float .box {
        width: 47%;
    }

    .works .float img {
        width: 100%;
    }

    .works .left .float:before {
        content: "";
        display: block;
        width: 65px;
        height: 65px;
        background: #807c7c;
        position: absolute;
        left: -15px;
        top: -15px;
    }

    .works .left .float .image {
        border-radius: 0 0 30px 0;
    }

    .works .left .float .frame {
        content: "";
        display: block;
        width: 47%;
        height: 300px;
        border-radius: 0 0 30px 0;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        z-index: 0;
        left: 15px;
        top: 15px;
        z-index: -1;
    }

    .works .right .float:before {
        content: "";
        display: block;
        width: 65px;
        height: 65px;
        background: #807c7c;
        position: absolute;
        right: -15px;
        top: -15px;
    }

    .works .right .float .image {
        order: 2;
        border-radius: 0 0 0 30px;
    }

    .works .right .float .frame {
        content: "";
        display: block;
        width: 47%;
        height: 300px;
        border-radius: 0 0 0 30px;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        z-index: 0;
        right: 15px;
        top: 15px;
        z-index: -1;
    }

    .works h3 {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 20px;
        text-align: left;
    }

    .works p {
        line-height: 2;
    }

    .works .txt_box01 {
        max-width: 1100px;
        width: 92%;
        margin: 0 auto;
        background: #6d6cb1;
        text-align: center;
        color: #fff;
        margin-top: 100px;
        padding: 40px 6%;
    }

    .works .txt_box01 h3 {
        text-align: center;
        color: #fff;
        font-size: 36px;
        padding-bottom: 10px;
    }

    .works .txt_box01 p {
        font-size: 16px;
        font-weight: 600;
    }

    .works .txt_box01 p span {
        font-size: 24px;
    }

    .works .txt_box02 {
        max-width: 1100px;
        width: 92%;
        margin: 0 auto;
        background: #eee;
        color: #866026;
    }

    .works .txt_box02 p {
        font-size: 20px;
        font-weight: 500;
    }

    .works .txt_box02 .flex {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 35px 10%;
    }

    .works .txt_box02 span:before {
        content: url("../img/icon_check.png");
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        width: 55px;
        height: auto;
        margin-right: 20px;
    }

    .interview {
        background: #eee;
    }

    .interview .inner {
        padding: 120px 0 130px;
        max-width: 1000px;
        margin: 0 auto;
    }

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

    .interview .a,
    .interview .b {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .q-box {
        width: 30%;
    }

    .a-box {
        width: 65%;
        display: flex;
        align-self: flex-start;
        padding: 40px 60px 0;
        height: 170px;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    .interview_box .a,
    .interview_box .b {
        position: relative;
    }

    .interview_box .a:before {
        content: "";
        display: block;
        width: 65%;
        height: 170px;
        border-radius: 0 0 30px 0;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        z-index: 0;
        right: -12px;
        top: 12px;
        z-index: 1;
    }

    .interview_box .a .a-box {
        border-radius: 0 0 30px 0;
    }

    .interview_box .b:before {
        content: "";
        display: block;
        width: 65%;
        height: 170px;
        border-radius: 0 0 0 30px;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        z-index: 0;
        left: 12px;
        top: 12px;
        z-index: 1;
    }

    .interview_box .b .a-box {
        border-radius: 0 0 0 30px;
    }

    .balloon1-right,
    .balloon1-left {
        position: relative;
        display: inline-block;
        padding: 25px 2.5% 25px;
        min-width: 120px;
        color: #fff;
        background: #6d6cb1;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        border-radius: 20px;
    }

    .balloon1-right:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #6d6cb1;
        transform: rotateZ(45deg) skewX(-10deg) skewY(-10deg);
    }

    .balloon1-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #6d6cb1;
        transform: rotateZ(45deg) skewX(-10deg) skewY(-10deg);
    }

    .answer {
        font-size: 35px;
        font-weight: 400;
        color: #807c7c;
        position: absolute;
        top: -45px;
        left: -20px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 70px;
        border: dotted 4px #6d6cb1;
        border-radius: 50%;
    }

    .interview .title {
        font-size: 32px;
        color: #6d6cb1;
    }

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

    .interview .title span {
        font-size: 20px;
    }

    .interview .a-box {
        position: relative;
    }

    .contact_section {
        background: url("../img/recruit_contact.jpg") no-repeat;
        background-size: cover;
        padding: 90px 0;
    }

    .recruit2 .welfare .inner {
        padding-top: 100px;
    }

    .recruit3 .welfare .inner {
        padding-top: 100px;
    }

    .first_line {
        max-width: 1000px;
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between;
    }

    .second_line {
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
    }

    .welfare .inner_box {
        width: 45.5%;
    }

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

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

    .top_img span {
        font-size: 20px;
    }

    .careerUp {
        padding: 100px 0 0;
    }

    .careerUp img {
        display: block;
        margin: auto;
    }

    .welfare h3 {
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        background: #eee;
        padding: 5.5% 0;
        position: absolute;
        bottom: -30px;
        right: 0;
        line-height: normal;
        text-align: center;
    }

    .welfare .inner_box p {
        border: 1px solid #eee;
        margin-top: 10px;
        padding: 35px 7% 35px;
    }

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

    .message {
        background: linear-gradient(180deg,
                #fff 0%,
                #fff 415px,
                #eee 415px,
                #eee 100%);
    }

    .message .inner {
        padding: 80px 0 90px;
        text-align: center;
    }

    .message .inner figure {
        margin: 80px auto 70px;
        max-width: 1000px;
        width: 380px;
        padding: 0;
        border: 1px solid #fff;
    }

    .message p {
        width: 91%;
        max-width: 750px;
        text-align: left;
        margin: 0 auto;
        line-height: 2;
    }

    /*募集要項・エントリー*/

    .require h2 {
        padding: 100px 0 20px;
        border-bottom: #6d6cb1 1px solid;
    }

    .require {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 10%,
                #fff 10%,
                #fff 100%);
    }

    .require h2.ttl {
        margin-bottom: 5px;
    }

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

    .require table {
        width: 100%;
        margin-top: 40px;
        border-collapse: collapse;
    }

    .require table tr {
        display: flex;
    }

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

    .require table td {
        width: 76%;
        font-size: 18px;
    }

    .require table th,
    .require table td {
        padding: 40px 0;
        border-bottom: dotted 1px #6d6cb1;
    }

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

    #entry {
        background: linear-gradient(90deg,
                #fff 0%,
                #fff 10%,
                #eee 10%,
                #eee 100%);
    }

    .entry h2 {
        padding: 100px 0 20px;
        border-bottom: #6d6cb1 1px solid;
    }

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

    /*a:hover {
		opacity: .4;
		filter: alpha(opacity=60)
	}*/

    form {
        max-width: 1000px;
        margin: 0 auto;
    }

    form .CMS-FORM-GROUP {
        margin-bottom: 55px;
    }

    form .CMS-FORM-GROUP:last-child {
        margin-bottom: 0;
    }

    form label {
        margin: 0 10px 10px 0;
        font-size: 18px;
        font-weight: bold;
        display: block;
        text-align: left;
    }

    form input {
        padding: 15px;
        font-size: 18px;
        width: 100%;
        letter-spacing: 0.1em;
    }

    form input[type="text"],
    form textarea {
        width: 100%;
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input.w30 {
        width: 30%;
        margin: 0 10px 0 0;
    }

    form input.w50 {
        width: 50%;
        margin: 0 10px 0 0;
    }

    form input[type="radio"] {
        display: none;
    }

    /*form label:before{
		content:"";
		display:inline-block;
		width:30px;
		height:30px;
		background:#fff;
		border:#bbbbbb solid 1px;
		border-radius:100%;
		margin:0 5px 0 0;
		position:absolute;
		left:0;
		top: 0;
		box-sizing:border-box;
	}*/
    form select {
        display: block;
        font-size: 16px;
        width: 200px;
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form select option:last-child {
        border-bottom: 1px solid #bbb;
    }

    form input[type="checkbox"],
    form input[type="radio"] {
        display: none;
    }

    form input[type="radio"]:checked + label:after {
        content: "";
        display: inline-block;
        background: #666;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        position: absolute;
        left: 7px;
        top: 7px;
    }

    form input[type="checkbox"] + label {
        display: inline-block;
        margin: 0 30px 20px 0;
    }

    form input[type="checkbox"] + label::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 0;
        margin: 0 5px 0px 0;
        position: absolute;
        left: 0;
        top: 5px;
        box-sizing: border-box;
    }

    form input[type="checkbox"]:checked + label::after {
        content: "";
        display: inline-block;
        background: #666;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: absolute;
        left: 7px;
        top: 12px;
    }

    form input[type="submit"] {
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding-right: 25px;
        /*余白調整*/
    }

    form input[type="submit"] {
        border: 0px;
        width: 500px;
        background: #6d6cb1 url("../img/icon_arrow01.png") 95% no-repeat;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 25px 0;
        transition: all 0.5s ease;
    }

    a[value] {}

    form input[type="submit"]:hover {
        background: #807c7c url("../img/icon_arrow01.png") 95% no-repeat;
        /*transition-property: all;
		transition: 1.8s;*/
    }

    /*  thanks  */
    .entry2 .wrap {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }

    .thanks {
        max-width: 720px;
        margin: auto;
    }

    .thanks h1 {
        font-size: 24px;
        margin: 20px auto 0;
    }

    .thanks h2 {
        padding: 50px 0 40px;
        margin-bottom: 0;
    }

    .thanks p {
        margin-bottom: 40px;
        text-align: center;
    }

    .thanks h3,
    .thanks .center {
        text-align: center;
    }

    .thanks h3 {
        font-size: 24px;
        padding: 40px 0 20px;
        border-top: 1px solid #6d6cb1;
    }

    .thanks .center {
        position: relative;
        padding-bottom: 15px;
    }

    .thanks .center:after {
        content: "";
        display: block;
        width: 8%;
        height: 3px;
        background: #eee;
        position: absolute;
        left: 46%;
        bottom: 0;
    }

    .thanks dl {
        display: flex;
        margin-bottom: 30px;
    }

    .thanks dd {
        margin-left: 15px;
    }

    .thanks dd span {
        font-size: 80%;
    }

    .thanks .btn2 {
        display: block;
        padding: 10px 0;
        width: 400px;
        margin: 50px auto 120px;
    }

    /*  privacy  */
    .entry2 .wrap {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }

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

@media screen and (max-width: 1138px) {
    .inner {
        padding: 0 0 80px;
    }

    .inner2 {
        padding: 50px 0 80px;
    }

    .kv .mv_inner {
        width: 92%;
        margin-left: 8%;
        background: url(../img/index_kv.jpg) no-repeat right 0;
        background-position: right 0;
        background-size: contain;
        height: 51.5vw;
        max-height: 90vh;
        border-radius: 7vw 0 0 7vw;
    }

    .about .msg1 {
        margin-bottom: 50px;
    }

    .about .msg1 .img {
        background: url(../img/about_msg1.jpg) no-repeat 0 top;
        position: static;
        width: 70%;
        height: 48vw;
        background-size: cover;
        position: static;
        margin: auto;
        border-radius: 20px;
    }

    .about .msg2 .img {
        background: url(../img/about_msg2.png) no-repeat 0 top;
        width: 50%;
        height: 55vw;
        background-size: contain;
        position: static;
        margin: auto;
    }

    .about h3 {
        text-align: center;
    }

    .about .msg1 h3,
    .about .msg2 h3 {
        margin: 0 auto 50px;
    }

    .about .msg1 p,
    .about .msg2 p {
        margin: 0 auto 20px;
    }

    .float .job_figure {
        width: 37%;
    }

    .point img {
        padding-bottom: 5px;
    }

    .point .box,
    .works .box {
        padding-left: 4.5%;
        padding-right: 4.5%;
        margin-right: 0;
    }

    .contact .inner {
        padding: 5vw 4vw;
        width: 90vw;
    }

    .contact .inner:before,
    .contact .inner:after {
        width: 5vw;
        height: 5vw;
    }

    .contact h2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .contact .tel {
        font-size: 4.8vw;
    }

    .contact_tel p {
        font-size: 14px;
    }

    .contact .link_btn01 {
        margin-bottom: 10px;
    }

    .works .float .image {
        display: inline-block;
        height: 26vw;
        overflow: hidden;
        position: relative;
    }

    .works .float .image img {
        width: 100%;
        height: auto;
    }

    .works .left .float:before,
    .works .right .float:before {
        width: 5vw;
        height: 5vw;
    }

    .works .left .float .frame,
    .works .right .float .frame {
        height: 26vw;
    }

    .a-box {
        padding: 5vw 3vw 0;
        height: 200px;
    }

    .interview_box .a:before,
    .interview_box .b:before {
        height: 200px;
    }

    .welfare .inner {
        padding: 20px 4.5% 110px;
    }

    .welfare .inner_box {
        width: 48%;
    }

    .message .inner {
        padding: 80px 4.5% 90px;
    }
}

@media screen and (max-width: 953px) {
    h2 .en {
        font-size: 6vw;
    }

    .works .txt_box02 .flex {
        width: 100%;
        padding: 35px 0;
    }

    .contact .tel i {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    header h1 {
        line-height: 50px;
        text-align: left;
        padding-left: 15px;
    }

    .fs12 {
        font-size: 12px !important;
    }

    .index {
        background: #fff;
    }

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

    .pc {
        display: none;
    }

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

    .mv .sp img {
        width: 100%;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: #fff;
    }

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

    ul.lcmenu2 {
        border-top: solid 1px rgba(255, 255, 255, 0.4);
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        justify-content: center;
    }

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

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

    ul.lcmenu2 i {
        font-size: 8px;
        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: #6d6cb1;
    }

    header.nav {
        width: 100%;
        background-color: #eee;
        border-bottom: 1px solid #fff;
        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: 1px solid #6d6cb1;
        border-radius: 5px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        margin-right: 5px;
        color: #fff;
    }

    ul.lcmenu1 .entry a {
        color: #6d6cb1;
        border: #6d6cb1 1px solid;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 16px;
    }

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

    .contact .tel,
    .cv .num,
    tel {
        font-weight: 900;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    h2 .en {
        font-size: 7vw;
        letter-spacing: 0.2em;
        line-height: 1.8;
    }

    h2 .jp {
        font-size: 4vw;
    }

    h3 {
        font-size: 20px;
    }

    h3 span {
        font-size: 17px;
    }

    p {
        font-size: 14px;
        line-height: 2;
    }

    #page-top {
        display: inline;
        position: fixed;
        bottom: 3vw;
        right: 3%;
    }

    #page-top img {
        height: 40px;
        width: auto;
        margin-bottom: 20px;
    }

    .sideways {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: fixed;
        left: 3.5%;
        bottom: 80px;
        font-weight: 600;
        font-size: 10px;
        line-height: 1.9;
        letter-spacing: 0.15em;
        opacity: 0;
    }

    .sideways img {
        padding-top: 20px;
        width: 18px;
    }

    #nav {
        display: none;
    }

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

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

    /*index*/
    .kv .mv_inner {
        width: 100%;
        margin: 0 0 0;
        background: url(../img/index_kv.jpg) no-repeat center;
        background-size: contain;
        height: 80vw;
        border-radius: 0;
        position: relative;
    }

    .about {
        background: linear-gradient(-90deg,
                #fff 0%,
                #fff 80%,
                #eee 80%,
                #eee 100%);
    }

    .about .inner2 {
        margin: 0 auto;
        padding: 10%;
    }

    .about h3 .en {
        display: block;
        font-size: 12px;
        color: #807c7c;
    }

    .about .msg1 h3,
    .about .msg2 h3 {
        margin: 30px auto;
    }

    .about .msg1 .img {
        width: 100%;
        height: 55vw;
    }

    .about .msg2 .img {
        width: 90%;
        height: 80vw;
    }

    .job {
        background: linear-gradient(-90deg,
                #fff 0%,
                #fff 80%,
                #eee 80%,
                #eee 100%);
        text-align: center;
        font-weight: 300;
    }

    .job .inner {
        margin: 0 auto;
        padding: 0 10% 16%;
    }

    .job h1 {
        width: 192px;
        margin: 0 auto;
    }

    .job .job_block {
        text-align: left;
        padding: 0 0 50px;
        margin: 50px auto 0;
    }

    .job_block .job_figure {
        border-radius: 15px;
        display: block;
        margin: 0 auto -15px;
        width: 100%;
        max-width: 415px;
        height: auto;
    }

    .job h3 {
        text-align: center;
        width: 100%;
        padding: 30px 0 8px;
    }

    .job p {
        line-height: 1.8;
    }

    .job .flex_ed {
        display: flex;
        justify-content: center;
        border-bottom: 1px dotted #6d6cb1;
    }

    p.link_btn {
        font-size: 12px;
    }

    p.link_btn a {
        width: 200px;
        padding: 15px 0;
    }

    figure {
        background: linear-gradient(-90deg,
                #eee 0%,
                #eee 80%,
                #fff 80%,
                #fff 100%);
        padding-top: 70px;
    }

    footer .inner {
        padding: 10% 5%;
    }

    footer .inner p {
        text-align: center;
        font-size: 12px;
        line-height: 1.8;
    }

    footer .inner p span {
        line-height: 3;
    }

    footer .inner ul {
        margin-bottom: 15px;
    }

    footer .inner ul li {
        margin-left: 25%;
        width: 50%;
    }

    footer .inner ul li a {
        font-size: 12px;
        letter-spacing: 0.05em;
        padding: 5px 0;
    }

    /*recruit*/
    .kv_second .inner {
        padding: 84px 0 0;
    }

    /*パンくずリスト*/

    .breadcrumb {
        padding: 25px 35px;
        font-size: 13px;
    }

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

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

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

    .point .point_box {
        padding-bottom: 60px;
    }

    .point .float {
        float: none;
        margin: 0 auto;
    }

    .recruit1 .point .image {
        display: block;
        width: 100%;
        height: 70vw;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit1_point.jpg) center;
        background-size: cover;
    }

    .recruit2 .point .image {
        display: block;
        width: 100%;
        height: 70vw;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit2_point.jpg) center;
        background-size: cover;
    }

    .recruit3 .point .image {
        display: block;
        width: 100%;
        height: 70vw;
        padding-right: 50px;
        overflow: hidden;
        background: url(../img/recruit3_point.jpg) center;
        background-size: cover;
    }

    .point .box {
        padding: 0 8% 35px;
        background: #eee;
    }

    .point .point_box h2 {
        font-size: 22px;
        padding: 30px 0 0;
    }

    .point h3 {
        padding-bottom: 20px;
        font-size: 18px;
        text-align: center;
    }

    .intro {
        background: url("../img/recruit_intro_sp.jpg") no-repeat fixed right center;
        background-size: cover;
        padding-bottom: 80px;
    }

    .intro .inner {
        padding: 65px 0 65px;
    }

    .intro h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        padding-bottom: 35px;
    }

    .intro h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .intro .intro_box {
        background: #eee;
        border-radius: 6px;
        padding: 25px;
        position: relative;
        margin: 0 8% 30px;
        text-align: center;
    }

    .intro .intro_box:last-child {
        margin-bottom: 0;
    }

    .intro .intro_box div:first-child {
        text-align: center;
        margin-bottom: 15px;
    }

    .intro .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .contact {
        padding: 5vw 0;
    }

    .contact .inner {
        background: #fff;
        width: 100%;
    }

    .contact h2 {
        font-size: 22px;
    }

    .contact .tel {
        font-size: 10vw;
    }

    .contact .link_btn01 {
        margin: 18px 0 15px;
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 600;
        line-height: 3.5;
        background: #6d6cb1 url(../img/icon_arrow01.png) no-repeat 92% 50%;
        font-size: 20px;
    }

    .contact .link_btn02 {
        margin: 18px 0 15px;
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 600;
        line-height: 3.5;
        background: #807c7c url(../img/icon_arrow01.png) no-repeat 92% 50%;
        font-size: 20px;
    }

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

    .works {
        padding: 80px 5.5% 0;
    }

    #welfare {
        padding-top: 10px;
    }

    .works h2 {
        padding-bottom: 30px;
        line-height: 1;
        text-align: center;
    }

    .works .float {
        position: relative;
        margin: 0 auto 60px;
    }

    .works .inner04 .float {
        margin: 0;
    }

    .works .left .float:before,
    .works .right .float:before {
        content: "";
        display: block;
        width: 12vw;
        height: 12vw;
        background: #807c7c;
        position: absolute;
        left: 0;
        top: -2.5%;
    }

    .works .float .image {
        display: inline-block;
        height: 53vw;
        overflow: hidden;
        position: relative;
        margin: 0 4.5%;
        border-radius: 0 0 30px 0;
    }

    .works .left .float .frame,
    .works .right .float .frame {
        content: "";
        display: block;
        width: 91%;
        height: 53vw;
        border-radius: 0 0 30px 0;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        z-index: 0;
        left: 7%;
        top: 2.5%;
        z-index: -1;
    }

    .works h3 {
        text-align: center;
        padding: 30px 0 20px;
    }

    .works p {
        line-height: 2;
        padding: 0;
    }

    .works .txt_box01 {
        width: 84%;
        margin: 60px auto 0;
        background: #c26ccf;
        text-align: center;
        color: #fff;
        padding: 30px 7%;
    }

    .works .txt_box01 h3 {
        text-align: left;
        color: #fff;
        font-size: 32px;
        padding: 0 0 15px;
    }

    .works .txt_box01 p {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        line-height: 1.6;
    }

    .works .txt_box01 p span {
        font-size: 20px;
    }

    .works .txt_box02 {
        width: 84%;
        margin: 0 auto;
        background: #eee;
        color: #866026;
    }

    .works .txt_box02 p {
        font-size: 20px;
        font-weight: 500;
    }

    .works .txt_box02 .flex {
        margin: 0 auto;
        max-width: 305px;
        width: 95%;
    }

    .works .txt_box02 span:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 27px;
        margin: 0;
        background: url("../img/icon_check.png");
        background-size: contain;
        vertical-align: middle;
        margin-right: 3%;
    }

    .interview .inner {
        padding: 70px 0 80px;
    }

    .interview h1 {
        max-width: 254px;
        width: 100%;
        margin: 0 auto;
    }

    .interview h2 {
        /*padding-bottom: 40px;*/
    }

    .interview {
        background: #eee;
    }

    .interview_box {
        padding: 0 8% 0;
    }

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

    .q-box {
        width: 100%;
        margin-bottom: 50px;
    }

    .a-box {
        width: 100%;

        background: #fff;
    }

    .a-box p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
    }

    .balloon_bottom {
        position: relative;
        display: inline-block;
        padding: 20px 30px 22px;
        font-size: 16px;
        background: #6d6cb1;
        color: #fff;
        border-radius: 20px;
    }

    .balloon_bottom:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #6d6cb1;
    }

    .answer {
        color: #807c7c;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: url(../img/bg_answer.png) no-repeat;
        background-size: contain;
        position: absolute;
        left: calc(50% - 25px);
        top: -25px;
    }

    .interview .title {
        color: #6d6cb1;
        text-align: center;
    }

    .interview .a-box {
        position: relative;
        margin-bottom: 60px;
        padding: 40px 20px;
        border-radius: 0 0 30px 30px;
        height: auto;
    }

    .interview_box .a,
    .interview_box .b {
        position: relative;
    }

    .interview_box .a:before,
    .interview_box .b:before {
        content: "";
        display: block;
        width: 100%;
        height: 140px;
        background-image: linear-gradient(-45deg,
                transparent 25%,
                #eee 25%,
                #eee 50%,
                transparent 50%,
                transparent 75%,
                #eee 75%);
        background-size: 10px 10px;
        position: absolute;
        border-radius: 0 0 30px 30px;
        bottom: -15px;
        left: 0;
        z-index: 0;
    }

    /*deco*/
    .contact_section {
        background: url("../img/recruit_contact_sp.jpg") no-repeat left top;
        background-size: cover;
        padding: 90px 0;
    }

    .careerUp .inner {
        padding: 70px 10% 10px;
    }

    .welfare .inner {
        padding: 70px 8% 10px;
    }

    .welfare h1 {
        max-width: 217px;
        width: 100%;
        margin: 0 auto;
    }

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

    .welfare .inner_box {
        max-width: 415px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

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

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

    .top_img span {
        font-size: 20px;
    }

    .welfare h3 {
        display: inline-block;
        width: 100%;
        background: #eee;
        text-align: center;
        padding: 5.5% 0;
        position: absolute;
        bottom: -5.5%;
        right: 0;
        line-height: normal;
    }

    .welfare .inner_box p {
        background: #fff;
        border: 1px solid #eee;
        padding: 35px 7%;
    }

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

    .message {
        background: linear-gradient(180deg,
                #fff 0%,
                #fff 240px,
                #eee 240px,
                #eee 100%);
    }

    .message .inner {
        padding: 70px 8% 70px;
    }

    .message .inner figure {
        background: #c26ccf;
        margin: 0 auto 20px;
        width: 60%;
        padding: 0;
    }

    .message h3 {
        padding: 40px 0 20px;
        color: #fff;
    }

    .message p {
        width: 91%;
        max-width: 750px;
        text-align: left;
        margin: 0 auto;
        line-height: 2;
    }

    /*募集要項・エントリーフォーム・共通*/

    .require {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }

    .require h1 {
        max-width: 267.5px;
        width: 100%;
        margin: 0 auto;
    }

    .require h2 {
        padding-bottom: 30px;
        border-bottom: #6d6cb1 1px solid;
        text-align: center;
    }

    .require h2 img {
        width: 380px;
    }

    .require {
        padding: 80px 8%;
    }

    .require h2.ttl {
        margin-bottom: 5px;
    }

    .require table {}

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

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

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

    #entry {
        background: linear-gradient(90deg,
                #fff 0%,
                #fff 20%,
                #eee 20%,
                #eee 100%);
        padding: 70px 8% 0;
    }

    .entry h1 {
        max-width: 146px;
        width: 100%;
        margin: 0 auto;
    }

    .entry h2 {
        padding-bottom: 30px;
        border-bottom: #6d6cb1 1px solid;
        text-align: center;
        margin-bottom: 35px;
    }

    .drawer-nav {
        background-color: #fff;
        z-index: 9999;
    }

    .drawer-hamburger {
        background: #6d6cb1;
        color: #fff;
        padding: 9px 0 0;
        height: 41px;
        font-size: 12px;
        width: 72px;
        text-align: center;
        line-height: 1.4;
        font-weight: 700;
    }

    .drawer-hamburger:hover {
        background: #6d6cb1;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 13px;
        font-weight: 700;
    }

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

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

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

    a {
        text-decoration: none;
    }

    form {
        width: 100%;
    }

    form .CMS-FORM-GROUP {
        width: 100%;
        margin-bottom: 15px;
    }

    form label {
        font-size: 1.2em;
        margin: 0 10px 10px 0;
        font-weight: bold;
        display: block;
        text-align: left;
        width: 100%;
    }

    form input {
        font-weight: 500;
        padding: 10px;
        width: 100%;
        display: block;
        border: 1px solid #bbb;
        border-radius: 5px;
    }

    form select {
        padding: 15px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
        display: block;
        width: 200px;
        margin-bottom: 60px;
    }

    form input[type="submit"] {
        display: block;
        width: 100%;
        margin: 40px auto 0;
        text-align: center;
        background: #807c7c url("../img/icon_arrow01.png") no-repeat 92% 50%;
        color: #fff;
        border: none;
        font-size: 20px;
        font-weight: 600;
        line-height: 3;
        padding: 5px 0;
    }

    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
    }

    .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 {
        font-size: 0.9rem;
        line-height: 1;
        text-decoration: none;
        background: #eee;
        border-radius: 5px;
        display: block;
        text-align: center;
        padding: 20px 0;
        color: #866026;
        font-weight: bold;
    }

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

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

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

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

    #telpopup-stelb {
        padding: 10px 0 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.9em;
    }

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

    /*  thanks  */
    .entry2 .wrap {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }

    .thanks {
        max-width: 90%;
        margin: 50px auto 0;
    }

    .thanks h1 {
        padding-left: 0;
    }

    .thanks h2 {
        padding: 50px 0 40px;
        margin-bottom: 0;
    }

    .thanks p {
        margin-bottom: 40px;
    }

    .thanks h3,
    .thanks .center {
        text-align: center;
    }

    .thanks h3 {
        padding: 40px 0 20px;
        border-top: 1px solid #6d6cb1;
    }

    .thanks .center {
        position: relative;
        padding-bottom: 15px;
    }

    .thanks .center:after {
        content: "";
        display: block;
        width: 8%;
        height: 3px;
        background: #eee;
        position: absolute;
        left: 46%;
        bottom: 0;
    }

    .thanks dl {
        margin-bottom: 30px;
    }

    .thanks dd {
        margin-top: 15px;
    }

    .thanks dd span {
        font-size: 70%;
        letter-spacing: 0.01em;
        display: block;
    }

    .thanks .btn2 {
        display: block;
        padding: 10px 0;
        width: 90%;
        text-align: center;
        margin: 50px auto 80px;
        background: url(../img/icon_arrow01.png) no-repeat 95% #6d6cb1;
        color: #fff;
    }

    /*  privacy  */
    .entry2 .wrap {
        background: linear-gradient(90deg,
                #eee 0%,
                #eee 20%,
                #fff 20%,
                #fff 100%);
    }
}

@media screen and (max-width: 767px) {
    .recruit1 .kv_second .inner {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit1_kv.jpg") no-repeat center;
        background-size: cover;
        padding: 0;
    }

    .recruit2 .kv_second .inner {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit2_kv.jpg") no-repeat center;
        background-size: cover;
        padding: 0;
        background-color: chartreuse;
    }

    .recruit3 .kv_second .inner {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background: url("../img/recruit3_kv.jpg") no-repeat center;
        background-size: cover;
        padding: 0;
        background-color: chartreuse;
    }

    .kv_second .inner_txt {
        background-size: cover;
        padding: 100px 20px 30px 20px;
    }
}

.deco1 {
    width: 34px;
    height: 34px;
    background: #6d6cb1;
    position: relative;
    display: block;
}

.deco1::before {
    content: "";
    background: #7f7f7f;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -10px;
    top: -22px;
}

.deco1::after {
    content: "";
    background-image: linear-gradient(-45deg,
            transparent 25%,
            #ddd 25%,
            #ddd 50%,
            transparent 50%,
            transparent 75%,
            #ddd 75%);
    background-size: 6px 6px;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: -15px;
    top: -22px;
    z-index: 1;
}

.deco2 {
    width: 34px;
    height: 34px;
    background: #f02696;
    position: relative;
    display: block;
}

.deco2::before {
    content: "";
    background: #7f7f7f;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -20px;
    top: -15px;
}

.deco2::after {
    content: "";
    background-image: linear-gradient(-45deg,
            transparent 25%,
            #ffd4ec 25%,
            #ffd4ec 50%,
            transparent 50%,
            transparent 75%,
            #ffd4ec 75%);
    background-size: 6px 6px;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: -20px;
    bottom: -15px;
    z-index: 1;
}

.deco3 {
    width: 24px;
    height: 24px;
    border: solid 2px #f02696;
    position: relative;
    display: block;
}

.deco3::before {
    content: "";
    border: solid 2px #7f7f7f;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: -25px;
    bottom: -8px;
}

.interview_box .box01,
.interview_box .box02,
.interview_box .box03,
.interview_box .box04 {
    position: relative;
}

.interview_box .box01 .a-box .deco1 {
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 99;
}

.interview_box .box01 .a-box .deco3 {
    position: absolute;
    left: -5%;
    bottom: 0;
    z-index: 99;
}

.interview_box .box02 .a-box .deco2 {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 99;
}

.interview_box .box03 .a-box .deco3 {
    position: absolute;
    right: 2%;
    top: -10px;
    z-index: 99;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.interview_box .box03 .a-box .deco2 {
    position: absolute;
    right: 3%;
    bottom: -10px;
    z-index: 99;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.interview_box .box04 .a-box .deco2 {
    position: absolute;
    left: -3%;
    bottom: 30%;
    z-index: 99;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.interview_box .box05 .a-box .deco2 {
    position: absolute;
    right: 0;
    top: -5%;
    z-index: 99;
    transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
}

.interview_box .box05 .a-box .deco3 {
    position: absolute;
    left: -4%;
    bottom: 2%;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .interview_box .box04 .a-box .deco2 {
        bottom: -15%;
    }
}



.point-num {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: #fff;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 48px;
    background: #6d6cb1;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .point-num {
        top: -15px;
        left: -15px;
        width: 16vw;
        height: 16vw;
        font-size: 8vw;
    }

    .intro .intro_box {
        display: block;
    }

    .intro .intro_box div {
        margin: 0 auto;
    }

}


.img-wrapper-new {
    width: 100%;
    min-height: 500px;
    padding: 140px 0 0;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.container-new {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


.d-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copy-box {
    max-width: 520px;
    width: 100%;
    background: url(../img/bg-koyo.png);
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
    text-align: center;
}


.adjust_003 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0;
}


.adjust_001 h1,
h1.adjust_001 {
    font-size: 2.8rem;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 15px 0;
}

h1.adjust_001 strong {
    font-weight: 900;
}

.kv_koyo {
    display: inline-block;
    background: #fff;
    color: #000;
    width: 80%;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 4px 12px;
    letter-spacing: 0.03em;
    margin: 0 0 10px 0;
}


.adjust_002 {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}


.maiTit div {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 12px 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.maiTit div p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-shadow:
        -2px -2px 0 #fff, 2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px 2px 0 #fff,
        -2px 0px 0 #fff, 2px 0px 0 #fff,
        0px -2px 0 #fff, 0px 2px 0 #fff;
}


.maiTit .price {
    font-size: 32px;
    font-weight: 900;
    color: #d32f2f;
    font-family: 'Roboto', 'Arial Black', sans-serif;
    margin: 0 4px;
    text-shadow:
        -2px -2px 0 #fff, 2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px 2px 0 #fff,
        -2px 0px 0 #fff, 2px 0px 0 #fff,
        0px -2px 0 #fff, 0px 2px 0 #fff;
}

.pointWrap {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: auto;
    width: 90%;
    justify-content: center;
}

.pointWrap li {
    flex: 1;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 12px 8px;
    text-align: center;
    transition: transform 0.2s ease;
}

.pointWrap li:hover {
    transform: translateY(-3px);
}

.pointWrap li p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
}

.pointWrap li small {
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 4px;
}
@media (max-width: 768px) {
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    
}}
@media (max-width: 576px) {
    .img-wrapper-new {
        padding: 30px 0;
    }

    .copy-box {
        width: 100%;
        padding: 5vw;
    }

    .adjust_001 h1,
    h1.adjust_001 {
        font-size: 6vw;
    }


    .adjust_002 {
        font-size: 3.5vw;
    }

    .adjust_003 {
        font-size: 4.8vw;
    }

    .kv_koyo {
        font-size: 4vw;
    }

    .maiTit .price {
        font-size: 4vw;
    }

    .pointWrap {
        gap: 8px;
    }

    .pointWrap li {
        padding: 8px 4px;
    }

    .pointWrap li p {
        font-size: 11px;
    }

    .container-new {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .img-wrapper-new {
        min-height: auto;
    }
}

.mv_inner_txt{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    padding: 20px;
    background: #6d6cb1;
    color: #fff;
    font-weight: bold;
        border-radius: 5vh 0 0 5vh;
}
@media screen and (max-width: 1138px) {
.mv_inner_txt{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
    padding: 20px;
    background: #6d6cb1;
    color: #fff;
    font-weight: bold;
        border-radius: 5vh 0 0 5vh;
}
}
@media screen and (max-width: 768px) {
    .mv_inner_txt {
        position: absolute;
        bottom: 15vw;
        right: 0;
        font-size: 3.5vw;
        padding: 10px;
        background: #6d6cb1;
        color: #fff;
        font-weight: bold;
        border-radius: 5vh 0 0 5vh;
    }
    .img-wrapper-new {
         padding: 20vw 0 0;}
    .sp-tel{
    text-decoration: underline;
}
    .thanks .center a[href^="tel"] {
    text-decoration: underline;
}
    
    .telpopup-open{
    text-decoration: underline;
}
    #telpopup-stelb{
    text-decoration: underline;        
    }
}

.privacy_ol {
    margin-bottom: 40px;
}

