@charset "UTF-8";
@font-face {
    font-family: 'utsukushiMincho';
    src: url('../fonts/02UtsukushiMincho.ttf') format('truetype');
}
@font-face {
    font-family: 'irohamaruLight';
    src: url('../fonts/irohamaru-Light.ttf') format('truetype');
}
/* CSS Document */

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

共通項目

-----------------------*/
html {
    font-size: 62.5%;
}
body {
    letter-spacing: 0.05em;
/*    font-feature-settings: "palt";*/
    font-family: 'irohamaruLight', sans-serif;
    font-size: 2rem;
    font-weight: 700;
/*    font-weight: 700;これもあるよ*/
    font-style: normal;
	line-height: 1.6;
    font-style: normal;
	color: #404040;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
footer{
    padding: 60px 0 20px;
    text-align: center;
    background: #484e6c;
    color: #fff;
}
footer p{
    font-size: 1.4rem;
}
footer a{
    margin: 0 5px 20px;
    text-decoration: underline;
    display: inline-block;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.block{
    padding: 60px 0;
}
.block-bottom{
    margin-bottom: 60px;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
a:hover{
    opacity: 0.6;
}
#page_top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffc77f;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1000;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 15px -5px rgba(41,42,44,0.6);
    opacity: 0.7;
    color: #fff;
}
#page_top a::before{
    position: absolute;
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin: auto;
    right: 0;
    left:0;
    bottom: 10%;
}
#page_top a:hover{
    opacity: 1;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}
.marker{
    background: linear-gradient(transparent 65%, #f1a6c0 65%);
    font-weight: bold;
}
.sec-ttl-area{
    margin-bottom: 40px;
    text-align: center;
}
.sec-ttl-area .en-ttl{
    font-family: 'utsukushiMincho', sans-serif;
    font-size: 3.2rem;
    color: #ab0000;
    font-weight: 700;
}
.sec-ttl{
    font-size: 4.7rem;
    color: #280000;
    text-shadow: 0.5px 0.5px 0.5px #ffb357, -0.5px 0.5px 1px #ffb357;
}
.sec-ttl span{
    font-size: 5.4rem;
}

.pink{
    color:#ab0000;
    font-weight: 700;
}
.shadow{
    -moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
h1,h2,h3,h4,h5{
    line-height: 1;
    font-weight: 700;
}

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

ボタン

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

.btn{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
     animation: yureru-j 2s infinite;
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 40%);
    border-radius: 100px;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
.btnbox{
    margin: 0 auto;
}
.btnitem{
    text-align: center;
}
.btnbox p{
    color:#280000;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1),
        2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1),
        2px 2px 5px rgba(255, 255, 255, 1),
        -2px -2px 5px rgba(255, 255, 255, 1);
    font-size: 3rem;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
#btnArea{
    background: rgba(255,2555,255,0.6);
    padding: 20px 0;
    text-align: center;
}




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

FV

-----------------------*/
#mainArea{
    background:url("../../juju_job/images/mainarea-bg_pc-min.jpg") no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-position:center;
}

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

リスミィとは？

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

#aboutArea{
    text-align: center;
    background:url("../../juju_job/images/jujutoha_pc_min.jpg");
    /*background: rgb(252,218,245);*/
    /*background: -webkit-linear-gradient(bottom, rgba(252,218,245,1) 0%, rgba(254,249,255,1) 100%);*/
    /*background: -o-linear-gradient(bottom, rgba(252,218,245,1) 0%, rgba(254,249,255,1) 100%);*/
    /*background: linear-gradient(to top, rgba(252,218,245,1) 0%, rgba(254,249,255,1) 100%);*/
    position: relative;
}
#aboutArea .star{
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
}
#aboutArea .big{
    color: #ab0000;
    padding: 40px 0;
    font-size: 3.9rem;
    font-weight: 700;
}
#aboutArea p{
    line-height: 1.8;
}
/*-----------------------

選ばれる理由

-----------------------*/
#selectArea{
    background: url("../../juju_job/images/select-bg_pc-min.jpg") no-repeat;
    background-size: cover;
}
#selectArea .inner{
    text-align: center;
}

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

私がリスミィを選んだ理由

-----------------------*/
#sliderArea{
    background: url("../../juju_job/images/slider-bg_pc-min.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}
#sliderArea .en-ttl{
    color: #5a5a5a;
}
#sliderArea .swiper-slide{
    /*background: rgba(255,255,255,0.7);*/
    /*padding: 30px 30px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 24px 4px rgba(235,79,131,0.2);*/
    /*border-radius: 10px;*/
}
#sliderArea .icon{
    width: 20%; 
}
#sliderArea .flex p{
    width: 70%;
}
#sliderArea .swiper-container{
    position: relative;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next,
.swiper-button-prev{
    width: auto;
}
.swiper-button-next{
    right: 30px;
}
.swiper-button-prev{
    left: 30px;
}

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

リスミィの働き方

-----------------------*/
#styleArea{
    background: url("../../juju_job/images/lifestyle_pc-min.jpg")no-repeat;
}
#styleArea .inner p{
    margin-bottom: 40px;
    text-align: center;
}

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

ランクアップで報酬もアップ！

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

#rankupArea{
    background: url("../../juju_job/images/rankup-bg_pc-min.jpg")no-repeat;
    background-size: cover;
}
#rankupArea .sec-ttl{
    position: relative;
    z-index: 100;
}
#rankupArea .inner p{
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 100;
}
#rankupArea .graf{
    position: relative;
    text-align: center;
    z-index: 50;
}
#rankupArea .graf::before{
    background: rgba(255,255,255,0.6);
    position: absolute;
    content: "";
    width: 840px;
    height: 840px;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
#rankupArea h3{
    background: #484e6c;
    border-radius: 5px;
    padding: 30px 0;
    width: 90%;
    margin: 60px auto 0;
    text-align: center;
    border:  double 6px #fff;
    color: #fff;
    font-size: 3.6rem;
    z-index: 100;
    position: relative;
}
#rankupArea .box{
    margin-top: -60px;
    text-align: center;
}
/*-----------------------

CTA

-----------------------*/
.ctaArea{
    background: url("../../juju_job/images/btn-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.ctaArea .inner{
    /*background:rgba(255,255,255,0.3);*/
    /*padding: 20px 0 30px;*/
}

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

リスミィの募集要項

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

#recruitArea{
    background: url("../../juju_job/images/recruit-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: right;
}
#recruitArea .inner p{
    margin-bottom: 40px;
    text-align: center;
}
#recruitArea .flex::after{
    width: 48%;
    content: "";
}
#recruitArea .box{
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 24px 0px rgba(224,119,158,0.5);
    border-radius: 10px;
    padding: 30px;
    width: 48%;
    margin-bottom: 30px;
}
#recruitArea .box .mark{
    text-align: center;
    padding-bottom: 10px;
}
#recruitArea .box h3{
    font-size: 3rem;
    color: #ab0000;
    position: relative;
    padding-left: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#recruitArea .box h3::before{
    content: "";
    background:url("../../juju_job/images/check-min.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
#recruitArea .box p{
    text-align: left;
    margin-bottom: 0;
}
#recruitArea .box p span{
    color: #0d032f;
    font-weight: 700;
}
#recruitArea .sec-ttl-area{
    position: relative;
}
#recruitArea .sec-ttl-area .sub-ttl{
    position: absolute;
    right: 17%;
    bottom: 50%;
}


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

リスミィで働く3つのメリット

-----------------------*/
#meritArea{
    background: url("../../juju_job/images/merit-bg_pc-min.jpg")no-repeat;
    background-size: cover;
}
#meritArea .inner{
    text-align: center;
}
/*-----------------------

応募からお仕事までの流れ

-----------------------*/
#stepArea h3{
    box-shadow: 0px 0px 24px 0px #ffb357;
    padding: 15px;
    text-align: center;
    font-size: 3rem;
    color: #ab0000;
    border-radius: 10px;
    min-height: 90px;
    position: relative;
    margin-bottom: 15px;
}
#stepArea .inner{
    background: url("../../juju_job/images/stepinner-bg_pc-min.png")no-repeat;
    background-size: cover;
    max-width: 1200px;
    margin: 0 auto;
}
#stepArea h3 span{
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 17%;
}
#stepArea .box:nth-child(2) h3 span{
    top: 32%;
}
#stepArea .box{
    width: 20.5%;
    position: relative;
}

#stepArea .box .arrow{
    margin: auto;
    position: absolute;
    right: -56px;
    top: 5%;
}
#stepArea .goal{
    text-align: center;
    margin-top: -80px;
}

#stepArea p {
    font-family: 'utsukushiMincho', sans-serif;
}

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

あなたも一緒にリスミィで働いてみませんか？

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

#InductionArea{
    background: url("../../juju_job/images/Induction-bg_pc-min.jpg");
    background-size: cover;
    background-position: 30%;
}
#InductionArea .sec-ttl{
    color: #fff;
    text-shadow: 0.5px 0.5px 0.5px #ffb357, -0.5px 0.5px 1px #ffb357;
}
#InductionArea .box{
    margin-bottom: 30px;
}
#InductionArea .flex{
    justify-content: center;
}
#InductionArea .icon{
    text-align: center;
}
#InductionArea .icon P{
    color: #edbcf3;
    font-size: 2.4rem;
}
#InductionArea .item{
    background: rgba(255,255,255,.7);
    width: 50%;
    margin: 0 80px;
    padding: 30px;
    border-radius: 100px;
    position: relative;
}
#InductionArea .item h3{
    color: #fff;
    text-shadow: 1px 1px 3px rgba(30, 21, 63, 0.6),
        -1px -1px 3px rgba(30, 21, 63, 0.6),
        1px 2px 3px rgba(30, 21, 63, 0.6),
        -1px -1px 3px rgba(30, 21, 63, 0.6),
        1px 1px 3px rgba(30, 21, 63, 0.6),
        -1px -1px 3px rgba(30, 21, 63, 0.6);
    font-size: 2.4rem;
    margin-bottom: 15px;
}
#InductionArea .item span{
    color: #0d032f;
    font-weight: 700;
}
#InductionArea .item .sponly.of{
    display: inline-block;
}
#InductionArea .item::after{
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../../juju_job/images/Induct-deco-min.png")no-repeat;
    background-size: contain;
    width: 126px;
    height: 121px;
    content: "";
}
#InductionArea .item::before{
    right: 100%;
    top: 70%;
    background: url("../../juju_job/images/balloon-left-min.png")no-repeat;
    background-size: contain;
    width: 36px;
    height: 35px;
    content: '';
    position: absolute;
}
#InductionArea .box:nth-child(2) .icon{
    order: 2;
}
#InductionArea .box:nth-child(2) .item{
    order: 1;
}
#InductionArea .box:nth-child(2) .item::before{
    left: 100%;
    background: url("../../juju_job/images/balloon-right-min.png")no-repeat;
    background-size: contain;
}

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

募集要項と待遇

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

#treatmentArea{
    background:  url("../../juju_job/images/recruitment-bg_pc-min.jpg")no-repeat;
}
#treatmentArea .box{
    /*background: #fff;*/
    padding: 30px;
    margin-bottom:40px;
}
#treatmentArea table{
    /*width: 100%;*/
    /*background: url("../../../juju_landingpage/juju_job/images/recruitment-img_pc-min.png");*/
}
#treatmentArea table tr{
    /*border-bottom: solid 2px #ffb357;*/
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
}
#treatmentArea table tr:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
#treatmentArea table th{
    width: 20%;
    font-size: 2rem;
    color: #484e6c;
}
#treatmentArea table td{
    width: 80%;
}

.big-only-pc {
    font-size: 6.0rem;
}
/*-----------------------

2022 1223 SSW追加

-----------------------*/
#faq{
    background: url("../img/faq-bg-min.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
    
}
#faq .box{
        background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 24px 0px rgba(255,179,87,0.5);
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 15px;
}
#faq .Qitem {
  position: relative;
  cursor: pointer;

}
#faq .Qitem h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#faq .icon{
    padding-right: 10px;
    width: 5%;
}
#faq .txt{
    width: 95%;
}
#faq .Qitem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #404040;
  transition: all .3s ease-in-out;
}

#faq .Qitem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #404040;
  transition: all .2s ease-in-out;
}

#faq .Qitem.open::before {
  transform: rotate(180deg);
}

#faq .Qitem.open::after {
  opacity: 0;
}

#faq .Aitem {
    display: none;
}
#faq .Aitem p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    padding-top: 20px;
}



@media screen and (max-width:1300px){
/*
    #mainArea{
        background: url("../images/mainarea-bg_midle-min.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }
*/
}
@media screen and (max-width:1024px){
    .wrap{
        padding: 0 30px;
    }
}

@media screen and (max-width:768px){
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .flex{
        display: block;
    }
    body{
        font-size: 1.8rem;
    }
    .ctaArea{
        padding: 15px 0;
    }
    .ctaArea .inner{
        padding: 15px 0 22px;
    }
    /*-----------------------

    FV

    -----------------------*/
    #mainArea{
        background: url("../../juju_job/images/mainarea-bg_sp-min.jpg") no-repeat;
        background-size: cover;
        background-position: right 25% center;
    }
    /*-----------------------

    リスミィとは？

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

    選ばれる理由

    -----------------------*/
    #selectArea{
        background: url("../../juju_job/images/select-bg_sp-min.jpg") no-repeat;
        background-size: cover;
    }
    #sliderArea .icon{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #sliderArea .flex p{
        width: 100%;
    }
    
    /*-----------------------

    私がリスミィを選んだ理由

    -----------------------*/
    #sliderArea{
        background: url("../../juju_job/images/slider-bg_sp-min.jpg") no-repeat;
        background-size: cover;
    }
    
    /*-----------------------

    リスミィの働き方

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

    ランクアップで報酬もアップ！

    -----------------------*/
    #rankupArea{
        background: url("../../juju_job/images/rankup-bg_sp-min.jpg")no-repeat;
        background-size: cover;
    }
    #rankupArea .graf::before{
        display: none;
    }
    #rankupArea .graf{
        margin-top: -50px;
    }
    #rankupArea h3{
        width: 100%;
    }
    
    /*-----------------------

    CTA

    -----------------------*/
    .ctaArea{
        background: url("../../../juju_landingpage/juju_job/images/btn-bg_sp-min.jpg")no-repeat;
        background-size: cover;
        padding: 15px 0;
    }
    /*-----------------------

    リスミィの募集要項

    -----------------------*/
    #recruitArea{
        background: url("../../juju_job/images/recruit-bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: right;
    }
    #recruitArea .sec-ttl-area .sub-ttl{
        width: 35%;
        right: 0;
    }
    #recruitArea .box{
        width:100%;
    }
    
    /*-----------------------

    リスミィで働く3つのメリット

    -----------------------*/
    #meritArea{
        background: url("../../juju_job/images/merit-bg_sp-min.jpg")no-repeat;
        background-size: cover;
    }
    /*-----------------------

    応募からお仕事までの流れ

    -----------------------*/
    #stepArea .box{
        width: 100%;
        padding-bottom: 80px;
    }
    #stepArea .inner{
        padding: 0 30px;
    }
    #stepArea h3 span{
        position: relative;
    }
    #stepArea h3{
        min-height: auto;
        padding: 25px 0;
    }
    #stepArea .box .arrow{
        top: auto;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .apply-paragraph {
        text-align: center;
    }
    /*-----------------------

    あなたも一緒にリスミィで働いてみませんか？

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

    #InductionArea{
        background: url("../../juju_job/images/Induction-bg_sp-min.jpg")no-repeat;
        background-size: 100% 100%;
    }
    #InductionArea .icon{
        margin-bottom: 15px;
    }
    #InductionArea .item{
        width: 100%;
        margin: 0 0 0;
    }
    #InductionArea .item::before,
    #InductionArea .box:nth-child(2) .item::before{
        right: auto;
        top: auto;
        bottom: 100%;
        background: url("../../juju_job/images/balloon-top-min.png")no-repeat;
        background-size: contain;
        width: 36px;
        height: 35px;
        content: '';
        position: absolute;
        left: 10%;
    }
    #InductionArea .icon P{
        font-size: 2rem;
    }
    
    /*-----------------------

    募集要項と待遇

    -----------------------*/
    #treatmentArea .center img{
        margin: 0 auto;
    }
    /*-----------------------

    2022 1223 SSW追加

    -----------------------*/
    #faq .box{
        padding: 20px 15px;
    }
    #faq .icon{
        width: 7%;
    }
    #faq .txt{
        width: 93%;
    }

}

@media screen and (max-width:479px){
    body{
        font-size: 1.6rem;
    }
    .wrap{
        padding: 0 10px;
    }
    .block{
        padding: 40px 0;
    }
    .block-bottom{
        margin-bottom: 40px;
    }
    .sec-ttl{
        font-size: 3.2rem;
        text-shadow: 0.5px 0.5px 0.5px #ffb357, -0.5px 0.5px 1px #ffb357;
    }
    .sec-ttl-area{
        margin-bottom: 20px;
    }
    .btnbox p{
        font-size: 2rem;
        padding-bottom: 5px;
    }
    .sec-ttl span{
        font-size: 3.8rem;
    }
    .sec-ttl-area .en-ttl{
        line-height: 1.6;
        font-size: 1.8rem;
    }
    h1, h2, h3, h4, h5{
        line-height: 1.1;
    }
    /*-----------------------

    FV

    -----------------------*/
    #mainArea .btnbox{
        padding-top:10px;
    }
    /*-----------------------

    リスミィとは？

    -----------------------*/
    
    #aboutArea .big{
        color: #ab0000;
        font-size: 2rem;
        padding: 30px 0;
    }
    #aboutArea .star{
        width: 10px;
        bottom: -27px;
    }
     /*-----------------------

    選ばれる理由

    -----------------------*/
    #selectArea .box{
        margin-bottom: 0;
        padding: 0;
    }
    #selectArea .box:first-of-type{
/*        margin-bottom: 0;*/
    }
    /*-----------------------

    私がリスミィを選んだ理由

    -----------------------*/
    .swiper-button-next{
        right: -10px;
    }
    .swiper-button-prev{
        left: -10px;
    }
    #sliderArea .swiper-slide{
        padding: 20px 15px;
    }
    #sliderArea .icon img{
        width: 36%;
    }
    
    /*-----------------------

    リスミィの働き方

    -----------------------*/
    #styleArea .inner p{
        margin-bottom: 20px;
    }
    
    /*-----------------------

    ランクアップで報酬もアップ！

    -----------------------*/
    #rankupArea h3{
        margin: -10px auto 0;
        font-size: 2.4rem;
        padding: 20px 0;
    }
    #rankupArea .box{
        margin-top: -15px;
    }
    
    /*-----------------------

    CTA

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

    リスミィの募集要項

    -----------------------*/
    #recruitArea .sec-ttl-area{
        padding-top: 40px;
    }
    #recruitArea .sec-ttl-area .sub-ttl{
        width: 50%;
        right: 0;
        top: 0;
        bottom: auto;
    }
    #recruitArea .box{
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    #recruitArea .box h3{
        font-size: 2.2rem;
        padding-left: 30px;
    }
    #recruitArea .box .mark img{
        height: 40px;
    }
    #recruitArea .box h3::before{
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    
    /*-----------------------

    リスミィで働く3つのメリット

    -----------------------*/
    #meritArea .box:nth-child(2){
        margin-bottom:15px;
    }
    #meritArea .box:first-of-type{
        margin-bottom:-10px;
    }
    #meritArea .inner{
        margin-top: -10px;
    }
    /*-----------------------

    応募からお仕事までの流れ

    -----------------------*/
    #stepArea .inner{
        padding: 0 10px;
    }
    #stepArea .box .arrow{
        width: 15%;
    }
    #stepArea .box{
        padding-bottom: 55px;
    }
    #stepArea h3{
       font-size: 2.4rem;
        padding: 20px 0;
    }
    #stepArea .goal{
        margin-top: -50px;
    }
    /*-----------------------

    あなたも一緒にリスミィで働いてみませんか？

    -----------------------*/
    #InductionArea .icon img{
        width: 36%;
    }
    #InductionArea .item::after{
        width: 76px;
        height: 71px;
    }
    #InductionArea .item h3{
        margin-bottom: 10px;
        font-size: 2rem;
    }
    #InductionArea .item{
        padding: 20px 15px;
    }
    
    
    /*-----------------------

    募集要項と待遇

    -----------------------*/
    #treatmentArea .box{
        padding: 20px 15px;
    }
    /*#treatmentArea table {*/
    /*    background: url("../../../juju_landingpage/juju_job/images/recruitment-img_sp-min.png");*/
    /*}*/
    #treatmentArea table th{
        font-size: 1.6rem;
        width: 25%;
/*        line-height: 1.2;*/
    }
    #treatmentArea table td{
        width: 65%;
        font-size: 1.5rem;
    }
    #treatmentArea table tr{
        padding: 0 0 15px 2px;
        margin-bottom: 15px;
        margin-left: 5px;
    }
    #treatmentArea table li{
        margin-bottom: 5px;
    }
    /*-----------------------

    2022 1223 SSW追加

    -----------------------*/
    #faq .box{
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    #faq .icon{
        width: 12%;
    }
    #faq .txt{
        width: 88%;
    }
    #faq .Qitem{
        padding-right: 25px;
        font-size: 1.6rem;
    }
    #faq .Qitem::after,
    #faq .Qitem::before{
        right: 6px;
    }
    #faq .Aitem p{
        padding-top: 15px;
    }
    #faq .Aitem p{
        font-size: 1.4rem;
    }

}