@charset "UTF-8";

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

/* ヘッダーの追尾機能 */
.tracking{
    content: "";
    background-repeat: no-repeat!important;
    background-position-x: center;
    background-position-y: 25px;
    background-size: auto 30px;
    background: -moz-linear-gradient(0deg, transparent 0 40%, #FFF 100%);    
    background: -webkit-linear-gradient(0deg, transparent 0 40%, #FFF 100%);    
    background: linear-gradient(0deg, transparent 0 40%, #FFF 100%);    
    width: 100%;
    height: 80px;
    position:fixed;
    z-index: 19;
    top: 0px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);   
}
.rogo{
    margin: 25px auto 0 auto;
}
.rogo img{
    width: auto;
    height: 30px!important;
}

.clear{
    clear: both;
    width: 100%;
}

.yellow{
   color : #FFF03E;
}
.hover:hover {
    opacity: 0.75;
    transition: 0.3s;
    cursor: pointer;
}
.about_description__section-ttl {
    width: 100%!important;
    display: block;
    position: relative;
    z-index: 1;
  }


.section__title-en{
    font-family: sofia-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 3.0rem;
    letter-spacing: 0.03em;
    display: inline-block;
    line-height: 1.54;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.section__title-en::before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 100px;
    background: #e97c97;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .section__title-ja{
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 70px;
    line-height: 1;
}
.jobentry, .privacy, .welfare{
    padding: 80px 0 0;
}
.job{
    padding: 10px 0 80px 0;
}


.jobentry__wrap, .privacy__wrap, .promise__wrap, .person_you_want__wrap, .csr__wrap {
    max-width: 1225px;
    margin: 0 auto 10em auto;
    width: 90%;
}
.job__wrap, .welfare__wrap , .recruting_info__wrap{
    margin: 0 auto 4em auto;
    max-width: 1225px;
    width: 90%;
}
.contents{
    margin : 2.0rem 0 1.5em 0;
    display: inline-block;
    padding: 0 10%;
    width: 80%;
}
.errMsg{
    text-align: center;
    color : #FF1414;
    font-size: 1.4rem;
    margin:20px 0 20px 0;
}
.formBloc{
    width : 70%;
    float:left;
}
.stepBloc{
    width : 30%;
    float: right;
}
.stepBloc{
    width: 20%;
    height :auto;
}
.stepBloc img{
    margin-left: 40%;
}


.formBloc * input{
    height : initial;
}
.formBloc * dt{
    margin: 0px 0px 10px 0px;
    font-size: 1.6rem;
}
.privacyArea p a {
    font-size: 1.4rem;
}
.formBloc * dt span{
    color : #FF1414;
    font-size: 1.4rem;
    margin-left:5px;
    margin-top: 20px;
}

.formBloc *  dd {
    margin: 0px 0px 20px 0px;
    font-size: 1.6rem;
}
.formBloc *  select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    position: relative;
    vertical-align: middle;
    resize: none;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    padding: 1em 1em;
    border-radius : 5px;
    background:#F7F7F7;
 }
 .formBloc *  [type=text]{
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 1em 1em;
    background:#F7F7F7;
    border: 1px solid #D1D1D1;
    border-radius : 5px;
}
.formBloc *  textarea{
  background:#F7F7F7;
}
.postSet{
   background: #332F0F;
   padding:5px 0px;
   width : 120px;
   border-radius : 5px;
   color : white;
   text-align: center;
   font-size: 1.0rem;
   margin-top : 10px;
   margin-left: 10px;
}

.postArea{
    display: inline-block;
}
.postArea *{
   float: left;
}
.formBloc *  [type=text],.formBloc *  select, .formBloc *  textarea {
    width : 80%;
}
.formBloc *  .birth_year{
    width : 100px;    
}
.formBloc *  .birth_month, .formBloc *  .birth_day{
    width : 85px;
}
.formBloc *  .postnum{
    width : 110px;
}
.birth_errorMsg{
    display: block;
}
.formBloc *  [type=text].error, .formBloc *  select.error, .formBloc *  textarea.error .formBloc *  [type=checkbox].error{
    background:#FFE2E2;
    border: 1px solid #FF1414;
}
.birthArea{
    display: inline-block;
    text-align: center;
    width : 100%;
}
.birthArea select, .birthArea p{
    float: left;
    margin-right: 5px;
    display: inline-block;
}
.birthArea p{
    margin-right: 15px;
    padding: 1em 0;
}
.buttonArea, .privacyArea{
    display: inline-block;
    text-align: center;
    width : 70%;
}
label.error{
    margin-top: 5px;
    font-size: 1.2rem;
}
.get_job_kinds, .get_job_name{
    font-size: 1.6rem;
}
.isPrivacy{
    margin : 10px 0px;
}
.isPrivacyArea{
    margin-top: 5px;
    display: inline-block;
}
.isPrivacyArea * {
    float: left;
    margin-right: 5px;
}
.mwform-checkbox-field-text {
    margin-top: 6px;
}
.confirm, .send  {
    display: inline-block;
    margin: 20px auto 10px auto;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 160px;
    height: 40px;
    background: transparent linear-gradient(85deg, #FA7497 0%, #FFF03F 100%) 0% 0% no-repeat padding-box;
    background-size: auto;
    transition: 0.3s;
    border-radius : 60px;
    color: white;
    padding : 10px 0px;
    font-weight: 700;
}
.jobButton{
    padding : 0px;
    
}
.return{
    display: inline-block;
    margin: 20px auto 10px auto;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 160px;
    height: 40px;
    background: #332F0F;
    background-size: auto;
    transition: 0.3s;
    border-radius : 60px;
    color: white;
    padding : 10px 0px;
    font-weight: 700;
    text-align: center;
}
.thanksText {
    text-align: center;

}
.thanksText p{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.5;
}
.thanksText a{
    margin: 2.8em 0 0  0;
    font-size: 2.0rem;
    height: 5.0rem;
}
/*
.entryAppeal{
    padding: 80px 0 0;
}

.entryAppeal__wrap{
    max-width: 1225px;
    margin: auto;
    width: 90%;
}
*/
.jobentry_thanks-content{
    position: relative;
    z-index: 1;
    background-image: url(../img/yellow_bk.png?var=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height : 774px;
}



.contents.privacy{
    font-size: 1.4em;
}
.u-mb-l{
    margin: 20px 0px 10px 0;
}
.mod-h02{
    margin-bottom: 10px;    
}
.u-mb,  .u-mb-l p, .u-mb-l{
    line-height: 2.0;
    padding-left: 20px;
}

.contents.privacy * li{
    list-style: initial;
    
}
.u-list01{
    line-height: 2.0;
    padding-left:40px;
}
.job_select{
    display:flex;
    justify-content: center;
    text-align: center;
    margin: 5em auto 6em auto;
    width : 100%;
}
.job_select div{
    float:left;
    width : 20%;
    padding : 20px;
    font-size: 1.8em;
    border-radius : 10px;
    background: #F8F7F7;
    display:inline-block;
    z-index: 10;
}
.job_select div.active{
    background: #FFF03E;
}
.job_select div:nth-of-type(2){
    margin-left: 20px;
    margin-right: 20px;
}
.top__wrap{
    max-width: 1400px;
    margin: 8em auto 0 auto;
    text-align: center;
    display:flex;
}

.top__wrap .himo{
    position:relative;
    top:11em;
    left:20px;
    z-index: -10;
}
.top__wrap h1 {
    top : 6em;
    right : 3em;
    position:relative;
}

.top__wrap .mainImg .textArea{
    float: left;
    width : 35%;
}
.top__wrap .mainImg .imgArea{
    float: left;
    width : 58.5%;
}

.job_list .job_data{
    display: none;
}
.job_list .active{
    display :block;
}

.job_list img{
    max-width : 400px!important; 
}

.job_data{
    background : #FDF9BB;
    padding : 40px;
    margin : 8em 0;
    display:inline-block;
    width : 100%;
}
.job_data h2{
    text-align: center;
}
.job_data img{
    float: right;
    width: 50%;
}
.job_data h2{
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 0 2em 0;
}
.job_data ul{
    float: left;
    width: 50%;
    display:inline-block;
}
.job_data ul li{
    display:inline-block;
    width: 100%;
    border-bottom: thin solid white;
    padding : 10px 0px;
}
.job_data  ul li dl  dt{
    float:left;
    width: 25%;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.job_data  ul li dl dd{
    width: 75%;
    float:left
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    display:inline-block;
}
.job_data .jobentryButtonArea{
    width: 100%;
    display:inline-block;
    text-align: center;
}
.job_data a{
    text-align: center;
    font-size: 1.4rem;
    margin: 4em auto 0 auto;
    display:inline-block;
}
.welfare_list .row{
    display:inline-block;
    margin : 5em 0 2.5em 0; 
    width: 100%;
}
.welfare_list .row .textArea{
    width: 45%;
    float:left;
    margin-right: 10%;
}
.welfare_list .row img{
    width: 45%;
    float:left;
}
.welfare_list .row .textArea .title{
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.welfare_list .row .textArea .sub_title{
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.welfare_list .row .textArea .text{
    margin-top: 3em;
    font-size: 1.4rem;
}

.job__wrap .contents{
    padding :0;
    width : 100%;
}
.job_top{
    position: relative;
    z-index: 1;
    background-image: url(../img/yellow_bk.png?var=2);
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed; */
    background-size: cover;
/*    max-width : 1400px; */
    width : 100%;
    margin : 0 auto 8em;
    height : auto;
}
.job_textArea{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.8em;
    line-height: 3;
    padding: 5em 0;
}
.carrer_map_img{
    margin : 5em;
    display:inline-block;
}
.carrer_map_img img{
    float: left;
    width:50%;
    padding : 0px 10%;
    display:inline-block;
}
.carrer_map_img img:nth-of-type(1){
   margin-right: 0%;
}
.descriptionRow{
    margin-bottom: 6em;
    display:inline-block;
    width: 100%;
}
.descriptionBloc:nth-of-type(1),.descriptionBloc:nth-of-type(3),.descriptionBloc:nth-of-type(5){
    float: left;
    width:40%;
    margin-right: 5%;
}
.descriptionBloc:nth-of-type(2),.descriptionBloc:nth-of-type(4),.descriptionBloc:nth-of-type(6){
    float: left;
    width:55%;
}
.stapp_img{
    position:relative;
}
.stapp_img label{
    display:inline-block;
    background : #FFF03E;
    font-size: 1.8em;
    padding: 0.5em 2em; 
    bottom: 0px;
    left:-1.8em;
    position: absolute;
}
.descriptionBloc p{
    margin: 3em 0;
    font-size: 1.6em;
    line-height: 1.8;
}
.descriptionBloc span{
    margin: 1em 0 0 0;
    font-size: 1.4em;
    line-height: 3.0;
}

.data_kinotoya_img{
    margin: 5em auto;
    text-align: center;
    width : 80%;
    height: auto;
}

.section__title-en.not_line::before{
    background:initial;
}

.job_description__section-ttl {
    width: 40%;
}
.job_description__section-ttl .section__ttl-ja{
    text-align: right;
    font-size: 1.3em;
    padding-right: 0!important;
}

.follow_text{
    font-size: 1.6rem;
}
/*
.entryAppeal__box{
    position: relative;
    z-index: 1;
    background-image: url(../img/com_pc_entryAppeal.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    padding : 20px 30px 0px 30px;
    display: inline-block;
}

.entryAppeal__box .img{
    float: left;
    width: 45%;
    margin-right: 5%;
    padding: 20px 0px;
    margin-bottom: 2em;
    display: inline-block;
}
.entryAppeal__box .textArea{
    color : white;
    font-size: 2.0rem;
    line-height: 2.2;
    margin: 2.0em 0;
    text-align: left;
    font-weight: 700;
    float: left;
    width: 45%;
}
.entryAppeal__wrap{
    width: 90%;
    display:block ruby;
}
.entryAppealButton{
    height: auto;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}
*/
.about_textArea, .promise__box h2, .job_select * p, .stapp_img label    {
    font-weight: 700!important;
}

.job_description_text{
    margin: 1em 0 4em 0;
    font-size: 1.6em;
}

.about_page .about__wrap{
    width: 60%;
}

.about_page * .about__text {
    max-width: 95%;
}

.about_page * .about__text * .section__ttl::after{
    background: white;
    top: 54px;
}
.about_page * .about__text * .section__ttl-ja{
    color: white;
    text-align: right;
    font-size: 0.3em;
}
.about_page * .about__text * .section__ttl-en{
    color: white;
    text-align: left;
}
.about_page * .about__text .about__detail{
    letter-spacing: 0.03em;
    font-weight: 700;
}
.about_page * .about__text .about__detail span{
    font-size: 3.4rem;
    
}

.kugir_only{
    margin: 2em 0 0.5em 0;
}

 .about_textArea{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.8em;
    line-height: 3;
    padding: 3em 0 0 0;
}
.kugir1.pc{
    width : 100%;
    height : 100%;
    text-align: center;
    background-image: url(../img/about-himo-01-pc.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0.1rem;
    padding-bottom: 15rem;
}
.kugir1.sp{
    width: 110%;
    height: 100%;
    text-align: center;
    background-image: url(../img/about-himo-01-sp.png?var=1);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -2.0em;
    padding-bottom: 15em;
    background-size: 100% auto;
    position: relative;
    left: -5%;
}
.kugir2.sp{
    width: 110%;
    height : 100%;
    text-align: center;
    background-image: url(../img/about-himo-02-sp.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0em;
    background-size: 100% auto;
    padding-bottom: 7em;
    position: relative;
    right: 5%;
}
.kugir3.sp{
    width: 110%;
    height : 100%;
    text-align: center;
    background-image: url(../img/about-himo-03-sp.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -6em;
    padding-bottom: 10em;
    position: relative;
    background-size: 100% auto;
    right: 5%;
}

.promise__box, .person_you_want__box{
    display:inline-block;
    width: 100%;
    text-align: center;
}
.promise__box h2, .person_you_want__box  h2, .organization_want__box h2, .csr__box h2{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 1.5em;
}
.csr__box h2{
    text-align: left;
   
}
.promise__box .list{
    padding : 0 8%;
    width: 100%;
    display:inline-block;
}
.promise__box .list .row{
    width: 30%;
    float: left;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8;
}
.promise__box .list .row_center{
    margin-left: 5%;
    margin-right: 5%;
}

.promise__box .list .row img{
    height: 2.5em;
    width: auto;
    margin: 0 auto 1em auto;
 }

 .shop__box.pc{
    position: relative;
    z-index: 1;
    background-image: url(../img/com_pc_entryAppeal.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    padding: 30px 30px;
 }
 .shop__box.pc img{
    float:left;
    width: 45%;
    margin-right: 5%;
    display:inline-block;
}
.shop__box.pc .textArea{
    color : white;
    font-size: 2.0rem;
    line-height: 2.2;
    margin: 8% 0 0 0;
    text-align: left;
    font-weight: 700;
    float: left;
    width: 45%;
    text-align: center;
    position: relative;
}
.shop__box.pc .textArea .view-btn{
    width: 100%;
    text-align: center;
    display:inline-block;
    margin-top: 10%;
}
.shop__box.pc .textArea .view-btn * .view-btn__text{
    font-size: 0.8em;
}
shop__box * .view-btn__text::before {
    background-size: 0.9em;
}

.shop__wrap, .organization_want__wrap{
    max-width: 1225px;
    margin: 0 auto 10em auto;
    width: 90%;
    display:grid;
}

.shop__box  * .view-btn__text{
    color : white;
    border-bottom: white 1.32px solid;
}
.shop__box  * .view-btn__text::before{
    background-image: url(../img/about-arrow.svg);
    background-size: 20px;
}
.shop__box  * .view-btn__text{
    line-height : 1.3;
}
.organization_list{
    display:flex;
    margin-bottom : 5em; 
}
.person_you_want__box p{
    text-align: center;
    font-size: 1.8em;
    line-height: 3;
}
.organization_want__box {
    width: 100%;
}
.organization_want__box .bloc{
    float: left;
    width: 48%;
    padding : 3em 3em;
    text-align: center;
}
.organization_want__box .bloc.list.fast{
    margin-right: 4%;
}
.organization_want__box .bloc .but{
    width : 80%;
}
.pink{
    color : #FA7497;
}
.organization_want__box .bloc .detail .label::before{
    content: "- ";
    font-weight: 700;
    color : #FCF163;
    font-size: 20px;
}
.organization_want__box .bloc .detail .label{
    margin: 1em 0 0.5em 0;
    font-weight: 700;
}
.organization_want__box .bloc p{
    font-size: 1.6em;
}
.organization_want__box .bloc .detail{
    text-align: left;
    margin: 4em 0;
}

.organization_want__box .bloc .hito.pc{
    right: 5em;
    position: relative;
    width: 110%;
}
.organization_want__box .bloc ul li dl dt{
    font-weight: 900;
}
.organization_want__box h4{
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
}
.mod-shop-address-gmap{
    text-align: center;
    margin: 3em 0;
    width : 100%;
    height : 100%;
}
.mod-shop-address-gmap iframe{
    border-radius: 1.5em;
}
.mod-shop-address-gmap.not{
    text-align: center;
    margin: 1em 0;
    text-align: center;
    background-image: initial;
    background-repeat: initial;
    background-position-x: initial;
    background-position-y: initial;
}
.csr__box{
    display:inline-block;
    width: 100%;
}
.csr__box  .textArea{
    float: left;
    width: 50%;
    font-size: 1.4em;
    line-height: 3.0;
    letter-spacing: 0.03em;
}
.csr__box  img{
    float: left;
    width: 50%;
}
.csr__box  .textArea .view-btn {
    font-size: 1.2em;
    float: left;
}
.csr__box  .textArea .view-btn * .view-btn__text{
    font-size: 1.2em;
}
/*
.entry_link{
    width : 300px;
    height: 40px;
    background-color: rgba(255,255,255,1);
    font-size: 1.8em;
    text-align:center;
    padding: 0.6em 0;
    border-radius: 1.8em;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0px 0px 8px white;
    font-weight: 700;
}
.entry_link span{
    float: left;
    margin-left: 2em;
    
}
*/
.maru{
    display: table-cell;
    float: right;
    margin-left: 10px;
    border:solid 1px rgba(50,47,20,1);
    width: 1.5em;
    height: 1.5em;
    border-radius: 2em;
    margin-right: 1.5em;
    display: inline-block;
}
.n_43 {
    overflow: visible;
    width: 0.8em;
    height: 0.8em;
    transform: matrix(1,0,0,1,0,0);
    margin-left: 3px;
    margin-top: -1px;
}
#n_43 {
    fill: transparent;
    stroke: rgba(50,47,20,1);
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.organization_want__box .bloc.list{
    position: relative;
    z-index: 1;
    background-image: url(../img/about-yellow-min.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height : auto;
}
.organization_want__box .bloc ul li dl dt{
    float: left;
    width: 30%;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: left;
}
.organization_want__box .bloc ul li dl dd{
    float: left;
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
}
.organization_want__box .bloc ul li {
    display: inline-block;
    width: 100%;
    border-bottom: thin solid white;
    padding: 10px 0px;
}

.csr__box  .textArea .view-btn .view-btn__link .view-btn__text{
    font-size: 1.2em;
    padding-top: 10px;
    display:inline;
    line-height: 2.0;
}
.csr__box  .textArea .view-btn .view-btn__link .view-btn__text::before{
    background-size: 1.8em;
    top: 68%;    
}

.pink{
    margin-top: 1.5em;
}

.about_contents h2, .about_contents * h2{
    color :  #3C1B12;
} 

/* フルサイズオーバー */
@media screen and (min-width:1400px) {
    .top__wrap .mainImg .imgArea{
        width : 60.5%;
    }
    .section__title{
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/titleImg.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0.1rem;
        background-size: contain;
        padding-bottom: 1rem;
    }
    .mod-shop-address-gmap{
        text-align: center;
        margin: 3em 0;
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/about-himo-03-pc.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 5.0em;
    }
    .mod-shop-address-gmap.not{
        text-align: center;
        margin: 1em 0;
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: initial;
        background-repeat: initial;
        background-position-x: initial;
        background-position-y: initial;
    }
    .person_you_want {
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/about-himo-02-pc.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 22.0em;
        padding-bottom: 5em;
    }
    .job_description__section-ttl{
        text-align: left;
        margin: 3em 0 1em;
    }
    .csr__box .textArea .view-btn .view-btn__link .view-btn__text::before{
        font-size: 0.8em;
    }
}
@media screen and  (min-width:769px)  and (max-width:1399px) {
    .job_description__section-ttl{
        text-align: left;
        margin: 3em 0 1em;
    }
    .mod-shop-address-gmap{
        text-align: center;
        margin: 3em 0;
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/about-himo-03-pc.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 5.0em;
    }
    .mod-shop-address-gmap.not{
        text-align: center;
        margin: 1em 0;
        text-align: center;
        background-image: initial;
        background-repeat: initial;
        background-position-x: initial;
        background-position-y: initial;
    }
    .person_you_want {
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/about-himo-02-pc.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 22.0em;
        padding-bottom: 5em;
    }
    
    
    .top__wrap .mainImg .imgArea{
        width : 62%;
    }
    .top__wrap .himo{
        top: 8em;
    }
    .top__wrap h1 {
        top : 4em;
        right : 0em;
    }
    .section__title{
        width : 100%;
        height : 100%;
        display: inline-block;
        text-align: center;
        background-image: url(../img/titleImg.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0.1rem;
        background-size: contain;
        padding-bottom: 1rem;
    }
    .csr__box .textArea .view-btn .view-btn__link .view-btn__text::before{
        font-size: 0.8em;
    }
}
@media screen and  (min-width:1110px)  and (max-width:1021px) {
    .section__title {
        background-position-y: 1.8rem;
      }
      .about_page .about__wrap{
        width: 60%;
    }
    .promise__box .list{
        padding: 2.0%;
    }
}
@media screen and  (min-width:900px)  and (max-width:1109px) {
    .section__title {
        background-position-y: 2.2rem;
    }
    .carrer_map_img img{
        padding : 0 5%;
    }
    /*
    .entryAppeal__box .textArea{
        font-size: 1.8rem;
        line-height: 2.0;
        margin: 1.8em 0;
    }
    */
    .about_page .about__wrap{
        width: 70%;
    }
    .promise__box .list{
        padding: 1.0%;
    }
}
@media screen and  (min-width:769px)  and (max-width:899px) {
    .section__title {
        background-position-y: 2.6rem;
      }
      .carrer_map_img img{
        padding : 0 5%;
    }
    /*
    .entryAppeal__box .textArea{
        font-size: 1.6rem;
        line-height: 2.0;
        margin: 1.0em 0;;
    }
    */
    .about_page .about__wrap{
        width: 80%;
    }
    .shop__box.pc img {
        width: 50%;
    }
    .promise__box .list{
        padding: 0.5%;
    }
}
@media screen and  (min-width:769px)  and (max-width:1050px) {
    /*.job_list img {
        max-width: 45% !important;
      }*/
}
@media screen and  (min-width:769px)  and (max-width:1060px) {
    .top__wrap h1 {
        top : 5em;
    }
}



@media screen and (max-width:1200px) {

    .contents{
        width: 100%;
        padding: 0;
    }
    .input{
        width: 80%;
        margin: 0 10% 0 10%;
    }
    .buttonArea, .privacyArea{
        width: 100%;
    }
    .stepBloc img{
        width: 80%;
        margin-bottom:40px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

}
/* SPサイズ ########################################################################################################### */
@media screen and (max-width:768px) {
    .stepBloc{
        width: 100%;
    }
    .formBloc{
        width: 100%;
    }
    .input{
        width: 90%;
        margin: 0 5%;
    }
    .formBloc * [type="text"], .formBloc * select, .formBloc * textarea {
        width: 100%;
      }
      .formBloc * .postnum {
        width: 110px;
      }

      .jobentry__wrap{
        width: 100%;
        margin:0;
        padding: 0;
      }
      .job_textArea{
          padding: 5em 0;
      }
      .about_textArea{
        padding: 2em 0 0 0;
      }
    .follow_text{
       width: 90%!important;
       margin: 0 5%!important;      
    }
    .job_description__section-ttl{
        width: 60%;
        margin : 3em auto 1em;
    }
    .job_description__section-ttl::after{
        top:42px;
    }
    .job_description__section-ttl .section__ttl-en{
        font-size: 2em;
    }

    .job_description__section-ttl .section__ttl-ja{
        text-align: right;
        font-size: 1.2em;
        padding-right: 0!important;
    }
    
    .jobentry__wrap .contents{
        padding: 0 0 80px 0;
    }
    .section__title{
        display: inline-block;
        text-align: center;
        background-image: url(../img/_titleImg_sp.png?var=1);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -1.5rem;
        background-size: 100% auto;
        padding-bottom: 1rem;
        width: 100%;
        height: auto;
    }
    .job_data ul, .job_data img{
        float:initial;
        width: 100%;
    }    
    .job_data img{
        margin: 0px auto 20px auto;;
    }
    .job_data h2 {
        display: block;
        font-size: 2.5rem;
        font-weight: 500;
        letter-spacing: 0.03em;
        margin: 0 0 2em 0;
    }
    .job_list img{
        max-width: 100%!important;
    }
    .job_select div {
        float: left;
        width: 30%;
        padding: 10px;
        font-size: 1.6em;
    }
    .job_select div:nth-of-type(2){
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
    .job_top{
        width:100%!important;
    }
    .carrer_map_img{
       margin: 2em 0 0 0;
    }
    .carrer_map_img img{
        float: initial;
        width : 100%;
    }
    .carrer_map_img img:nth-of-type(1){
        margin-bottom: 8em;
        padding : 0 5%;
    }
    .descriptionBloc{
        float: initial!important;
        width : 100%!important;    
    }
    .job__wrap{
        width : 100%;
    }
    .stapp_img{
        width : 100%!important;    
    }
    .stapp_img img{
        width : 65%!important; 
    }
    .stapp_img label{
        font-size: 1.4em;
        width :40%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
    }
    .stapp_img label:nth-of-type(1), .stapp_img label:nth-of-type(3){
        right:0;
        bottom : initial;
        left:initial;
    }
    .descriptionBloc2 .stapp_img{
      text-align: right;
      display:  block ruby;
    }
    .descriptionBloc2 .stapp_img img.sp{
        display:  initial!important;
    }
    .descriptionBloc2 .stapp_img label{
        left:0;
        bottom : initial;
        right:initial;
    }
    .descriptionBloc2 .stapp_img img{
        width : 65%!important; 
        right: 0px;
        position: relative;
    }
    
    .descriptionBloc p {
        margin: 1.5em 1.0em;
        font-size: 1.4em;
    }
    .descriptionRow{
        margin-bottom: 8em;
    }

    .data_kinotoya_img{
        width: 100%;
        margin: 2em 0;
    }
    .welfare_list .row{
        display:inline-block;
        margin : 3em 5%; 
        width: 90%;
    }
    .welfare_list .row .textArea{
        width: 100%;
        float:initial;
        margin-right: initial;
    }
    .welfare_list .row img{
        width: 100%;
        float:initial;
    }
    .welfare_list .row .textArea .title{
        font-size: 3.2rem;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    .welfare_list .row .textArea .sub_title{
        font-size: 2.0rem;
        font-weight: 500;
        letter-spacing: 0.03em;
    }
    
    .welfare_list .row .textArea .text{
        margin: 2em 0 2em;
    }
    .descriptionBloc span{
        padding-left: 10px;
    }
    
/*
    .entryAppeal__box .img{
        float: initial;
        width: 100%;
        margin-right: 0%;
    }
    .entryAppeal__wrap{
        width: 90%;
        display:block ruby;
    }
    .entryAppealButton{
        height: auto;
        margin-top: 2.0em;
    }
    
    .entryAppeal__box .textArea{
        color : white;
        font-size: 2.0rem;
        line-height: 2.2;
        margin: 0 0 2.0em 0;
        text-align: center;
        font-weight: 700;
        width: 100%;
        float: initial;
    }
    .entryAppeal__wrap{
        width: 100%;
    }
    .entryAppealButton{
        height: auto;
        margin-top: 2.0em;
    }
*/
    .job_description_text{
        margin: 1em 5% 4em 5%;
        font-size: 1.4em;
        width: 90%;

    }
    
    .about_page .about__wrap{
        width: 100%;
        padding: 0;
        margin: auto;
        max-width: 100%;
    }
    .about_page .about__wrap .about__box{
        padding: 0;
        margin: 0 5%;
        padding: 5em;
        max-width: 90%;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl::after{
        top: 0.8em
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.6em;
    }
    .about_page .about__wrap .about__box .about__text .about__detail{
        font-size: 2.0em;
    }

    .shop__box.sp{
        position: relative;
        text-align: center;
    }

    .shop__box.sp .view-btn{
        position:absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 40%;
        padding: 1em 0;
        background: transparent linear-gradient(90deg,   #FA7497 0%,#FFF03F 100%) 0% 0% no-repeat 
    }
    .shop__box.sp .view-btn a{
        font-size: 1.8em;
        color: #FFF;
        font-weight: 800;
    }
    .promise__wrap, .person_you_want__wrap, .csr__wrap {
        margin: 0 auto 5em auto;
    }
    .promise__box{
        display:inline-block;
        width: 100%;
        text-align: center;
    }
    .promise__box h2{
        text-align: center;
        font-size: 2.4em;
        margin-bottom: 1.5em;
    }
    .promise__box .list{
        padding : 0;
        width: 100%;
        display:inline-block;
    }
    .promise__box .list .row{
        width: 100%;
        float: initial;
        text-align: left ;
        font-size: 1.4em;
        line-height: 1.8;
        margin-bottom: 3em;
    }
    .promise__box .list .row_center{
        margin-left: initial;
        margin-right: initial;
    }
    
    .promise__box .list .row img{
        height: 2.0em;
        width: auto;
        margin: 0 auto 1em auto;
     }
/*
     .entryAppeal__box {
         text-align: center;
         margin:0 auto 3em;
         padding: 40px 30px;
     }
     .entryAppealButton {
        margin-top:0px;

     }
 */
    .formBloc *  .birth_year{
        width : 100px;
        padding: 1em 0.5em;
    }
    .formBloc *  .birth_month,     .formBloc *  .birth_day{
        width : 85px;
        padding: 1em 0.5em;
    }
    /* ヘダーの追尾機能 */
    .tracking{
        height: 50px;
    }
    .rogo{
        margin: 20px auto 0 auto;
    }
    .rogo img{
        width: auto;
        height: 25px!important;
    }
    .entry_link{
        width : 300px;
        height: 50px;
        font-size: 2em;
        padding:1em 0;
        border-radius: 2em;
        box-shadow: 0px 0px 8px white;
    }
    .entry_link span{
        margin-left: 2em;
        
    }
    .maru{
        margin-left: 10px;
        width: 1.5em;
        height: 1.5em;
        border-radius: 2em;
        margin-right: 1.5em;
    }
    .n_43 {
        width: 0.8em;
        height: 0.8em;
        margin-left: 3px;
        margin-top: -1px;
    }

    .mod-shop-address-gmap iframe{
        width :90%;
        height: 300px;
    }
    .organization_want__box .bloc {
        padding: 2em 1em;
    }
    .organization_want__box .bloc.kind{
        width: 100%;
    }
    .organization_want__box .bloc.kind img{
        width: 100%;
    }
    .pink{
        margin: 1.5em 0 0 0;
    }
    .organization_want__box .bloc .detail{
        margin: 0 0 1.5em 0;
    }

    .organization_list {
        display:inline-block;
        margin-bottom: 3em;
     }
    .organization_want__box .organization_list .bloc.list{
        float: initial;
        width: 112%;
        left: -6%;
        padding : 0em 0em;
        text-align: center;
        display:inline-block;
        margin-bottom: 3em;
    }
    .organization_want__box * .bloc ul{
        padding : 3em 3em;
    }

    .organization_want__box .bloc ul li dl dt{
        float: left;
        width: 30%;
    }
    .organization_want__box .bloc ul li dl dd{
        float: left;
        width: 70%;
    }

    .organization_want__box .bloc ul li {
        display: inline-block;
        width: 100%;
        border-bottom: thin solid white;
        padding: 10px 0px;
    }
    .csr__box{
        margin-bottom: 4em;
    }
    .csr__box  .textArea{
        float: initial;
        width: 100%;
        font-size: 1.4em;
        line-height: 3.0;
        letter-spacing: 0.03em;
        margin-bottom: 4em;
        text-align: center;
    }
    .csr__box  .textArea .view-btn{
        float: initial;
    }
    .csr__box  .textArea .view-btn .view-btn__link .view-btn__text{
        font-size: 0.8em;
        padding-top: 10px;
        display:inline;
    }
    .csr__box  .textArea .view-btn .view-btn__link .view-btn__text::before{
        background-size: 2em;
        top: 68%;
        font-size: 0.75em;
    }
    .csr__box  img{
        float: initial;
        width: 100%;
    }
    .hito {
        margin: 2em 0;
    }
    .about-page * .job_description__section-ttl{
        width: 80%!important;
    }

    .rikunabi a{
        width: 98%!important;
    }
    .rikunabi a img{
        width:initial!important;
    }

    

}
@media screen and (min-width:680px) and (max-width:768px) {
 /*
    .entryAppeal__box{
        margin:0 auto;
        width: 100%;
    }
*/
    .kugir1.sp{
        background-position-y: -2.0em;
        padding-bottom: 18em;
    }
    .kugir2.sp{
        background-position-y: 0em;
        padding-bottom: 12em;
    }
    .kugir3.sp{
        background-position-y: -2em;
        padding-bottom: 16em;
    }

}
@media screen and (min-width:541px) and (max-width:750px) {
    .section__title{
        background-position-y: 0.5rem;
        padding-bottom: 2em;
    }
    .kugir2.sp{
        background-position-y: 0em;
        padding-bottom: 12em;
    }
    .kugir3.sp{
        background-position-y: -2em;
        padding-bottom: 16em;
    }
}
@media screen and (min-width:481px) and (max-width:540px) {
    .section__title{
        background-position-y: 1.0rem;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl::after{
        top: 0.8em
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.5em;
    }
    .about_page * .about__text{
        width: 100%;
        max-width:100%;
    }
    .kugir3.sp{
        background-position-y: -2em;
        padding-bottom: 10em;
    }
}
@media screen and (max-width:480px) {
    .section__title{
        background-position-y: 2.8rem;
        padding-bottom: 1rem;
    }
    .stapp_img label{
        width : 50%;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.45em;
    }
    .about_page * .about__text{
        width: 100%;
        max-width:100%;
    }
    .kugir1.sp{
        background-position-y: -2.0em;
        padding-bottom: 8em;
    }
    .kugir3.sp{
        background-position-y: -2em;
        padding-bottom: 10em;
    }
}
@media screen and (max-width:420px) {
    .section__title{
        background-position-y: 3.0rem;
        padding-bottom: 1rem;
    }
    .job_textArea, .about_textArea{
        font-size: 1.6em;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.4em;
    }
    .about_page * .about__text{
        width: 100%;
        max-width:100%;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl::after {
        top: 0.6em;
    }
}

@media screen and (max-width:400px) {
    .section__title{
        background-position-y: 3.6rem;
        padding-bottom: 1rem;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.4em;
    }
    .about_page * .about__text{
        width: 100%;
        max-width:100%;
    }
    .person_you_want__box p{
        font-size : 1.6em;
    }
    .about_page * .about__text .about__detail span {
        font-size: 1.5em;
      }
      .about_page .about__wrap .about__box .about__text .about__detail {
        font-size: 1.6em;
      }
}

@media screen and (max-width:380px) {
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.4em;
    }
    .about_page .about__wrap .about__box {
        padding: 2.5em;
      }
    .about_page * .about__text{
        width: 100%;
        max-width:100%;
    }
    .formBloc *  .birth_month, .formBloc *  .birth_day{
        width : 60px;
    }
    .job_data {
        padding: 20px;
      }
      .job_data h2 {
        display: block;
        font-size: 2.0rem;
      }
      .job_data ul li dl dt, .job_data ul li dl dd{
        float: initial;
        width: 100%;
    }
    .job_select div {
        font-size: 1.32em;
    }
    .section__title{
        background-position-y: 4.5rem;
        padding-bottom: 1rem;
    }
    .formBloc *  .birth_year{
        width : 100px;
    }
    .organization_want__box .bloc ul li dl dt{
        float: initial;
        width: 100%;
    }

}
@media screen and (max-width:360px) {
    .stapp_img label{
        width : 50%;
        font-size: 1.2em;
    }
    .job_textArea, .about_textArea{
        font-size: 1.4em;
    }
    .job_description__section-ttl{
        width: 80%;
    }
    .job_description__section-ttl .section__ttl-en {
        font-size: 1.8em;
      }
    .job_description__section-ttl .section__ttl-ja{
        font-size: 1.0em;
    }
    .about_page .about__wrap .about__box .about__text * .about_description__section-ttl .section__ttl-en{
        font-size: 0.38em;
    }
}

.rikunabi a{
    width: 300px;
}

.rikunabi a img{
	width: 100%;
	margin: 0px auto 0px auto;

}
.rikunabi a{
	background:white;
	padding : 13px 80px;
	border-radius: 60px;
	margin: 1em 1em 0 1em;
	border: 2px solid #F8F7F7;
    height: 60px;
}

.mynabi {
	padding : 10px 0px!important;
}

.rikunabi{
	text-align: center;
	padding-bottom:80px;
}

@media screen and (max-width:768px) {
    .rikunabi a{
        padding:15px 50px;
        display: -webkit-flex;
    }
    .rikunabi{
        padding-bottom:3em;
    }
    .footer__copy {
        text-align: center;
    }
}
@media screen and (min-width:769px) {
    .mynabi img{
        height: 40px;
        max-width: initial!important;
        width: 60%!important;
        margin: 0 20%!important;
    }
}