@charset "UTF-8";
/* CSS Document */

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

共通項目

-----------------------*/
html {
    font-size: 62.5%;
}
body {
    letter-spacing: 0.05em;
/*    font-feature-settings: "palt";*/
    font-family: fot-tsukuardgothic-std, 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-size: 2.4rem;
    color: #f9c5fe;
    font-weight: 700;
}
.sec-ttl{
    font-size: 5rem;
}
.sec-ttl span{
    font-size: 5.4rem;
}

.pink{
    color:#e13b69; 
    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 0px 15px 4px rgba(235,79,131,0.4);
}
@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:#e13b69;
    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("../images/mainarea-bg-pc.jpg") no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-position:center;
}

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

sec1　　占いで稼ぐのは難しい？

-----------------------*/
.section1{
    background: url("../images/sec1-back-pc.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.section1 .tsunagi {
    background-color: #f4c2c6;
    padding: 8px 0;
}
.section1 .tsunagi .border {
    width: 100%;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}
.section1 .tsunagi img{
    padding: 15px 0;
}

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

sec2　　そもそも未経験で占い師なんてできるの？

-----------------------*/
.section2{
    background: linear-gradient(180deg, rgb(254, 255, 227), rgb(227, 241, 241));
    text-align: center;
}
.sec2 {
    max-width: 1000px;
    margin: 0 auto;
}
.sec2 .img {
    padding: 80px 0 50px;
}
/*-----------------------

sec3　　諦めるのはもったいない！

-----------------------*/
.section3{
    background: url("../images/sec3-back-pc.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec3 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}
.sec3 .mainarea .img {
    padding: 30px 0 50px;
}
/*-----------------------

リスミィとは？

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

#aboutArea{
    text-align: center;
    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 p{
    line-height: 4rem;
    font-size: 2.2rem; 
}
#aboutArea .big{
    padding: 40px 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 5.5rem;
}

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

sec4　　未経験者も最短１ヶ月でプロ占い師デビュー！

-----------------------*/
.section4{
    background: url("../images/sec4-back-pc.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.sec4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.sec4 .sheet1 {
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}
/*-----------------------

新規コンテンツ ３ヶ月で稼げるようになる！

-----------------------*/
.new1-section{
    background: url("../images/new1-back-pc.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.new1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.new1 .block {
    display: block;
    margin: 0 auto;
}
.new1 img {
    padding: 30px 0;
}
/*-----------------------

リスミィが未経験でも稼げる秘密

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

#selectArea .star {
    text-align: center;
    padding-bottom: 50px;
}
#selectArea h2 {
    line-height: 7.5rem;
}
#selectArea{
    background: url("../images/select-bg_pc-min.jpg") no-repeat;
    background-size: cover;
}
#selectArea .inner{
    text-align: center;
}

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

sec5　　独自の報酬化システムがすごい！

-----------------------*/
.section5 {
    background: url("../images/sec5-back-pc.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    text-align: center;
}
.section5 .up {
    z-index: 100;
}
.sec5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 80px;
}
.sec5 .ttl {
    padding: 30px 0;
}
.sec5 .img {
    padding-bottom: 50px;
}

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

大手ならではの取り組み

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

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

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

-----------------------*/
#sliderArea{
    background: url("../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;
}
/*-----------------------

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

-----------------------*/
#stepArea {
    padding: 130px 0 80px;
}
#stepArea h3{
    box-shadow: 0px 0px 24px 0px rgba(224,119,158,0.7);
    padding: 15px;
    text-align: center;
    font-size: 3rem;
    color: #eb4f83;
    border-radius: 10px;
    min-height: 115px;
    position: relative;
    margin-bottom: 15px;
    line-height: 4rem;
}
#stepArea .inner{
    background: url("../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: -51px;
    top: 10%;
}
#stepArea .goal{
    text-align: center;
    margin-top: -80px;
}

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

CTA

-----------------------*/
.ctaArea{
    background: url("../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;
}

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

募集要項と待遇

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

#treatmentArea{
    background:#fff3f3;
}
#treatmentArea .box{
    background: #fff;
    padding: 30px;
    margin-bottom:40px;
}
#treatmentArea table{
    width: 100%;

}
#treatmentArea table tr{
    border-bottom: solid 2px #fde6ff;
    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%;
}
/*-----------------------

2022 1223 SSW追加

-----------------------*/
#faq{
    background: rgb(255,243,243);
    background: -webkit-linear-gradient(bottom, rgba(255,243,243,1) 0%, rgba(254,249,255,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,243,243,1) 0%, rgba(254,249,255,1) 100%);
    background: linear-gradient(to top, rgba(255,243,243,1) 0%, rgba(254,249,255,1) 100%);
    
}
#faq .box{
        background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 24px 0px rgba(224,119,158,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:768px){
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .flex{
        display: block;
    }
    .ctaArea{
        padding: 15px 0;
    }
    .ctaArea .inner{
        padding: 15px 0 22px;
    }
    body{
        font-size: 1.6rem;
    }
    .block{
        padding: 40px 0;
    }
    .block-bottom{
        margin-bottom: 40px;
    }
    .sec-ttl{
        font-size: 3.2rem;
    }
    .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{
        background: url(../images/mainarea-bg-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center 25%;
    }
    #mainArea .btnbox{
        padding-top:10px;
    }
    .main-top h1{
        width: 95%;
        margin: 0 auto;
    }
    .btnitem {
        width: 90%;
        margin: 0 auto;
    }
    /*-----------------------

    sec1　　占いで稼ぐのは難しい？

    -----------------------*/
    .section1{
        background: url("../images/sec1-back-sp.jpg") no-repeat;
        background-size: cover;
        overflow: hidden;
        text-align: center;
    }
    .sec1 .img {
        width: 85%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .section1 .tsunagi {
        padding: 5px 0;
    }
    .section1 .tsunagi .border {
        border-top: solid 2px #fff;
        border-bottom: solid 2px #fff;
    }
    .section1 .tsunagi img{
        padding: 10px 0;
        width: 85%;
        margin: 0 auto;
    }
    
    /*-----------------------

    sec2　　そもそも未経験で占い師なんてできるの？

    -----------------------*/
    .sec2 {
        width: 90%;
        margin: 0 auto;
    }
    .sec2 .img {
        padding: 50px 0;
    }

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

    sec3　　諦めるのはもったいない！

    -----------------------*/
    .section3{
        background: url("../images/sec3-back-sp.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .sec3 {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .sec3 .ttl {
        margin: 0 auto;
    }
    .sec3 .mainarea .img {
        padding: 30px 0 50px;
    }
    /*-----------------------

    リスミィとは

    -----------------------*/
    #aboutArea p{
        line-height: 7vw;
        font-size: 4.2vw; 
    }
    #aboutArea .big{
        line-height: 9vw;
        font-size: 6vw;
        padding: 30px 0;
    }
    #aboutArea .star{
        width: 10px;
        bottom: -27px;
    }
    /*-----------------------

    sec4　　未経験者も最短１ヶ月でプロ占い師デビュー！

    -----------------------*/
    .section4{
        background: url("../images/sec4-back-sp.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .sec4 {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .sec4 .flex {
        display: none;
    }
    .sec4 .cardbox img {
        padding-top: 10px;
    }
    .sec4 .sheet1 {
        display: none;
    }
    .sec4 .sheet2 {
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }
    .sec4 .copy {
        width: 90%;
        margin: 0 auto;
    }
    /*-----------------------

    新規コンテンツ ３ヶ月で稼げるようになる！

    -----------------------*/
    .new1-section{
        background: url("../images/new1-back-sp.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .new1 {
        width: 96%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .new1 .block {
        width: 75%;
    }
    .new1 img {
        padding: 15px 0;
    }
    /*-----------------------

    リスミィが未経験でも稼げる秘密

    -----------------------*/
    #selectArea .star {
        width: 2.5%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    #selectArea h2 {
        line-height: 4.5rem;
    }
    #selectArea{
        background: url("../images/select-bg_sp-min.jpg") no-repeat;
        background-size: cover;
    }
    #selectArea .inner{
        text-align: center;
    }
    /*-----------------------

    sec5　　独自の報酬化システムがすごい！

    -----------------------*/
    .section5 {
        background: url("../images/sec5-back-sp.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
        text-align: center;
    }
    .section5 .up {
        width: 35%;
        margin: 0 auto;
    }
    .sec5 {
        width: 95%;
        padding: 0 0 40px;
    }
    .sec5 .ttl {
        padding: 10px 0;
    }
    .sec5 .img {
        padding-bottom: 20px;
    }
    /*-----------------------

    大手ならではの取り組み

    -----------------------*/
    #meritArea .inner{
        text-align: center;
        padding-bottom: 60px;
        width: 85%;
        margin: 0 auto;
    }
    #meritArea .sec-ttl-area {
        margin-bottom: 0;
    }
    #meritArea{
        background: url("../images/merit-bg_sp-min.jpg")no-repeat;
        background-position: top;
        background-size: cover;
        padding-top: 30px;
    }
    #meritArea .box:nth-child(2){
        margin:15px 0;
    }
    #meritArea .box:first-of-type{
        margin-bottom:-10px;
    }
     /*-----------------------

    選ばれる理由

    -----------------------*/
    #selectArea{
        background: url("../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%;
    }
    #selectArea .box{
        margin-bottom: 0;
        padding: 0;
    }
    #selectArea .box:first-of-type{
    }
    /*-----------------------

    CTA

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

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

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

    -----------------------*/
    #sliderArea{
        background: url("../images/slider-bg_sp-min.jpg") no-repeat;
        background-size: cover;
    }
    .swiper-button-next{
        right: -10px;
    }
    .swiper-button-prev{
        left: -10px;
    }
    #sliderArea .swiper-slide{
        padding: 20px 15px;
    }
    #sliderArea .icon img{
        width: 36%;
    }
    /*-----------------------

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

    -----------------------*/
    #stepArea {
        padding: 60px 0;
        background: linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 243, 245),rgb(255, 255, 255));
    }
    #stepArea h2 {
        line-height: 4.5rem;
    }
    #stepArea .box{
        width: 100%;
        padding-bottom: 55px;
    }
    #stepArea .inner{
        width: 80%;
        margin: 0 auto;
    }
    #stepArea h3 span{
        position: relative;
    }
    #stepArea .box .arrow{
        top: auto;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
    }
    #stepArea .box .arrow{
        width: 15%;
    }
    #stepArea h3{
        min-height: auto;
       font-size: 2.4rem;
        padding: 20px 0;
        background-color: #fff;
    }
    #stepArea .goal{
        margin-top: -10px;
    }
    
    /*-----------------------

    募集要項と待遇

    -----------------------*/
    #treatmentArea .center img{
        margin: 0 auto;
    }
    #treatmentArea .box{
        padding: 20px 15px;
    }
    #treatmentArea table th{
        font-size: 1.6rem;
        width: 28%;
/*        line-height: 1.2;*/
    }
    #treatmentArea table td{
        width: 72%;
    }
    #treatmentArea table tr{
        padding: 0 0 15px 2px;
        margin-bottom: 15px;
    }
    #treatmentArea table li{
        margin-bottom: 12px;
    }
    /*-----------------------

    2022 1223 SSW追加

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

    #faq .box{
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    #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;
        font-size: 1.4rem;
    }

}














