@import url(var.css);

/* mv */
#mv{
    position: relative;
    /* background-image: url(../img/mv_photo.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.mv-img-container{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
/* 動画埋め込みのためコメントアウト
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 0 15%;
*/
}
.mv-img-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv-main{
    width: 100%;
}
.mv-catch{
    width: 60rem;
}
.mv-title{
    width: 40rem;
}
.back-white{
    position: absolute;
    bottom: -1px;
    width: 100%;
}

@media screen and (max-width:768px){
    .mv-catch{
        width: 40rem;
    }
}

/* about-moobee */
section#about-moobee{
    position: relative;
    margin-top: 15em;
}
.about-title{
    text-align: center;
}
.about-title img{
    width: 35rem;
    margin: 2rem 0;
}
.about-title h1, .about-title h1 span{
    font-size: var(--h1-fsize);
    font-weight: bold;
}
.about-title h1 span{
    color: var(--yellow);
}
.about-title p{
    font-size: var(--h3-fsize);
    color: var(--red);
}
.about-content{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 10rem auto 0;
    margin-top: 10rem;
}
.c-left{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 50%;
    padding-right: 4rem;
}
.c-left-box{
    width: 50%;
    margin-left: auto;
}
.human-cloud{
    position: absolute;
    width: 30rem;
    left: 2%;
    top: 10%;
}
.c-left-title{
    font-size: var(--h1-fsize);
    font-weight: bold;
}
.c-left-content{
    display: block;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: var(--nom-fsize);
    line-height: 2.5rem;
}
.c-right{
    position: relative;
    width: 50%;
}
.about-item{
    display: flex;
    align-items: flex-start;
    margin: 2rem 0;
}
.about-check{
    width: 7%;
}
.about-text{
    display: block;
    width: 65%;
    font-size: var(--h3-fsize);
    line-height: 2.5rem;
    letter-spacing: 0.02px;
}
.about-text span{
    font-size: var(--h3-fsize);
    color: var(--red);
    line-height: 2.5rem;
    letter-spacing: 0.02px;
}
@media screen and (max-width:768px){
    .c-left{
        flex-direction: column-reverse;
        align-items: center;
        width: 80%;
    }
    .c-left-box {
        text-align: center;
        width: 100%;
    }
    .c-right{
        width: 80%;
    }
    .about-content {
        flex-direction: column;
        align-items: center;
        margin-top: 5rem;
    }
    .about-text{
        width: 90%;
    }
    .human-cloud-sp{
        width: 30rem;
    }
}
@media screen and (max-width:525px){
    .about-title img{
        width: 28rem;
    }
}
/* feature */
section#feature{
    position: relative;
    margin-top: 10rem;
    padding-top: 5rem;
}
.feature-inner{
    background-color: var(--yellow);
    padding-top: 17rem;
    padding-bottom: 6rem;
}
.back-yellow{
    width: 100%;
}
.feature-header{
    position: absolute;
    text-align: center;
    top: 2.5rem;
}
.feature-catch{
    width: 60%;
}
.feature-header p{
    display: block;
    margin-top: 1.5rem;
    font-size: var(--h3-fsize);
    font-weight: bold;
    line-height: 2.5rem;
}
.feature-header h1{
    display: block;
    font-size: var(--h1-fsize);
    font-weight: bold;
    color: var(--white);
    margin-top: 4rem;
}
.feature-header h1 strong{
    font-size: var(--strong-fsize);
    font-weight: bold;
}
.feature-list{
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: center;
    background-color: var(--white);
    padding: 3rem 0 5rem;
}
.feature-item{
    width: 30%;
    padding: 0 3rem;
}
.feature-item:not(:first-child){
    border-left: 1px dotted var(--black);
}
.f-icon{
    height: 6rem;
    text-align: center;
}
.f-icon img{
    width: 6rem;
}
.f-h2{
    display: flex;
    justify-content: center;
    font-size: var(--h2-fsize);
    font-weight: bold;
    margin-bottom: 2rem;
}
.f-h3{
    display: flex;
    justify-content: center;
    font-size: var(--h3-fsize);
    color: var(--red);
    margin-bottom: 2.5rem;
}
.f-text{
    font-size: var(--nom-fsize);
    line-height: 2.5rem;
}
.point-img2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20rem;
}
@media screen and (max-width:768px){
    section#feature {
        margin-top: 3rem;
    }
    .feature-item {
        width: 100%;
        padding: 3rem;
    }
    .feature-list{
        flex-direction: column;
        padding: 3rem;
    }
    .feature-item:not(:first-child){
        border-left: none;
        border-top: 1px dotted var(--black);
    }
}
@media screen and (max-width:525px){
    .feature-catch {
        width: 70%;
    }
    .feature-list {
        padding: 1rem;
        margin-top: 3rem;
    }
    .point-img2 {
        width: 12rem;
    }
    .feature-header h1{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
/* plan */
.section-header{
    padding-top: 5rem;
    /* padding-left: 10rem; */
}
.section-header .section-header-title{
    width: 20rem;
    margin-left: 10rem;
}
img.progressbar{
    width: 100%;
}
#plan img.progressbar{
    margin-bottom: 5rem;
}
.plan-content{
    position: relative;
    display: flex;
    justify-content: center;
}
.p-left{
    position: relative;
    width: 30%;
    box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.6);
}
.p-left-header{
    text-align: center;
}
.p-left-header h2{
    display: inline-block;
    font-size: var(--h2-fsize);
    color: var(--white);
    background-color: var(--red);
    padding: 1rem 0;
    width: 20rem;
}
.p-left-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem;
}
.p-left-content img{
    width: 15rem;
}
.price{
    display: inline-block;
    width: max-content;
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(transparent 50%, var(--yellow) 50%);
}
.warn-list li{
    font-size: var(--nom-fsize);
    line-height: 2.5rem;
}

.plus{
    position: absolute;
    top: 43%;
    right: -4.5rem;
}
.plus img{
    width: 6rem;
}

.p-right{
    width: 50%;
    box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.6);
    margin-left: 3rem;
}
.p-right-header{
    text-align: center;
}
.p-right-header h2{
    display: inline-block;
    font-size: var(--h2-fsize);
    color: var(--white);
    background-color: var(--black);
    padding: 1rem 0;
    width: 20rem;
}
.p-right-content{
    padding: 3rem;
}
.p-right-content > p{
    display: block;
    font-size: var(--nom-fsize);  
    margin-bottom: 2rem;
}
.option-list{}
.option-item{
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
    border-top: 1px solid var(--gray);
}
.option-item:last-child{
    border-bottom: 1px solid var(--gray);
}
.option-item p{
    font-size: var(--nom-fsize);
}
.plan-img{
    position: absolute;
    bottom: -10rem;
    left: 8%;
    width: 30rem;
}
.plan-flow{
    width: 70%;
    margin: 4rem auto;
    text-align: right;
}
.plan-flow img{
    width: 50%;
    margin-left: auto;
}
.btn-box{
    width: 80%;
    background-color: var(--white);
    padding: 4rem 0;
    margin: 10rem auto;
}
.btn-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.btn{
    width: 30rem;
    text-align: center;
}
.btn a{
    display: inline-block;
    font-size: var(--h2-fsize);
    color: var(--white);
    padding: 2rem 3rem;
    transition: .5s all;
}
.btn a:hover{
    opacity: 0.5;
}
@media screen and (max-width:768px){
    .section-header{
        padding-top: 4rem;
        /* padding-left: 4rem; */
    }
    .section-header .section-header-title {
        margin-left: 2rem;
    }
    .plan-content {
        flex-direction: column;
    }
    .p-left {
        width: 80%;
        margin: auto;
    } 
    .p-left-content{
        align-items: center;
    }
    .p-right{
        width: 80%;
        margin: 2rem auto 0;
    }
    .p-right-content {
        padding-top: 5rem;
    }
    img.plan-img-sp{
        margin-top: 4rem;
        width: 30rem;
    }
    .plus{
        width: max-content;
        height: max-content;
        top: initial;
        bottom: -3rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .plus img{
        width: 5rem;
    }
}
@media screen and (max-width:525px){
    .p-right{
        width: 90%;
    }
    .p-left{
        width: 90%;
        margin-top: 2rem;
    }
    .btn-box{
        width: 100%;
        margin-bottom: 3rem;
    }
    .btn{
        width: 30rem;
        text-align: center;
    }
}
/* genre */
section#genre{
    background-color: var(--gray);
    padding-bottom: 3rem;
}
.section-header h2{
    font-size: var(--h2-fsize);
    color: var(--white);
    font-weight: bold;
    margin: 4rem 0;
    margin-left: 10rem;
}
.swiper-area{
    position: relative;
    padding-bottom: 20rem;
}
.swiper-slide figure img,
.swiper-slide iframe
{
    width: 100%;
    height: 25rem;
    border-radius: 2rem;
    object-fit: cover;
    transition: all .3s ease;
}
.slide-title{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-size: var(--h3-fsize);
    color: var(--white);
}
.swiper-button-prev.genre-prev,
.swiper-button-next.genre-next
{
    top: 70%;
}
.swiper-button-prev.genre-prev{
    left: 32%;
    width: 6rem;
}
.swiper-button-prev.genre-prev::after{
    content: '';
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-image: url(../img/yazirushi2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.swiper-button-next.genre-next::after{
    content: '';
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-image: url(../img/yazirushi1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.swiper-button-next.genre-next{
    right: 32%;
    width: 6rem;
}

.inf-swiper-area{
    padding: 3rem 0;
    background-color: var(--white);
    pointer-events: none;
}
.swiper-inf1 .swiper-wrapper,
.swiper-inf2 .swiper-wrapper
{
    transition-timing-function: linear;
}
.inf-slide figure img{
    width: 100%;
    border-radius: initial;
}
.swiper-inf2{
    margin-top: 3rem;
}

@media screen and (max-width:768px){
    .swiper-slide figure img,
    .swiper-slide iframe
    {
        height: 20rem;
    }
    .inf-slide figure img{
        height: 15rem;
    }
}
@media screen and (max-width:525px){
    .swiper-area{
        margin-top: 4rem;
    }
    .swiper-button-next.genre-next{
        right: 10%;
        width: 6rem;
    }
    .swiper-button-prev.genre-prev{
        left: 10%;
        width: 6rem;
    }
}

/* system */
section#system{
}
.service-flow{
    margin-top: 5rem;
}
.s-list{
    display: flex;
    justify-content: center;
}
.s-item{
    position: relative;
    width: 25%;
    padding: 0 3rem 0 2rem;
}
.s-item:not(:last-child){
    border-right: 1px solid var(--gray);
}
.s-item:not(:last-child)::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.s-item img{
    width: 10rem;
}
.s-item h2{
    font-size: var(--h1-fsize);
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.s-item p{
    font-size:  var(--nom-fsize);
    line-height: 2rem;
}
.system-bottom-area{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
    background-color: var(--white);
    padding: 4rem 5rem;
}
.s-left{
    width: 50%;
}
.s-right{
    width: 50%;
    min-width: 33rem;
}
.s-right .btn-list{
    flex-direction: column;
    align-items: flex-end;
}
.system-title{
    position: relative;
    font-size: var(--h2-fsize);
    font-weight: bold;
    margin-bottom: 3rem;
}
.prep-item{
    display: flex;
    margin: 1rem 0;
}
.prep-item p{
    display: inline-block;
    font-size: var(--nom-fsize);
    font-weight: bold;
    margin-right: 1rem;
    white-space: pre;
}
.prep-item span{
    font-size: var(--nom-fsize);
}
.tmp-text{
    font-size: var(--nom-fsize);
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.dwl-btn{
    display: flex;
    justify-content: center;
    display: block;
    text-align: center;
    width: 30rem;
    font-size: var(--nom-fsize);
    background-color: var(--black);
    color: var(--white);
    padding: 1rem 3rem;
}
.dwl-btn i{
    font-size: var(--nom-fsize);
}

@media screen and (max-width:960px){
    .system-bottom-area{
        flex-direction: column;
        align-items: center;
    }
    .s-right .btn-list {
        align-items: center;
        margin-top: 3rem;
    }
    .s-right .btn{
        width: 100%;
    }
    .dwl-btn {
        width: 100%;
        padding: 2rem 3rem;
    }
}
@media screen and (max-width:768px){
    .s-list{
        flex-wrap: wrap;
    }
    .s-item{
        width: 45%;
        padding: 2rem;
        position: relative;
    }
    .s-item:nth-child(even):before{
        display: none;
    }
    .s-item:not(:last-child) {
        border-right: none;
    }
    .s-item:nth-child(1)::after{
        margin: 0 1rem;
        content: "";
        width: 1px;
        height: 90%;
        top: 0;
        background-color: var(--black);
        position: absolute;
        left: 103.5%;
        z-index: -1;
    }
    .s-item:nth-child(3)::after{
        margin: 0 1rem;
        content: "";
        width: 1px;
        height: 90%;
        top: 23px;
        background-color: var(--black);
        position: absolute;
        left: 103.5%;
        z-index: -1;
    }
    .s-item:nth-child(1){
        border-bottom: 1px solid var(--gray);
    }
    .s-item:nth-child(2){
        border-bottom: 1px solid var(--gray);
    }
    .s-item:nth-child(odd){
        margin-right: 3%;
    }
    .s-item:nth-child(even){
        margin-left: 3%;
    }
    .s-item:not(:last-child)::before {
    right: -3.25rem;
    }
    .s-left{
        width: 85%;
    }
    .s-item{
        padding: 1rem;
    }
}
@media screen and (max-width:525px){
    .s-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .s-right{
        width: 100%;
        min-width: initial;
    }
    .s-right .btn{
        text-align: center;
        width: 100%;
    }
    .dwl-btn {
        width: 100%;
    }
    .system-bottom-area {
        padding: 2rem;
    }
    .s-item:nth-child(1)::after{
        display: none;
    }
    .s-item:nth-child(3)::after{
        display: none;
    }
    .s-item:nth-child(1){
        border-bottom: none;
    }
    .s-item:nth-child(2){
        border-bottom: none;
    }
    .s-item:not(:last-child){
        border-bottom: 1px solid var(--gray)
    }
    .s-item:not(:last-child)::before{
        display: none;
    }
    .s-item{
        width: 80%;
        padding: 2rem 1rem;
    }
    .s-item:nth-child(odd) {
        margin-right: initial;
    }
    .s-item:nth-child(even) {
        margin-left: initial;
    }
}

/* blog */
#blog{
    margin-top: 10rem;
}
.blog-inner{
    background-color: var(--yellow);
}
.blog-header{
    text-align: center;
    margin-bottom: 5rem;
}
.blog-header img{
    width: 40rem;
}
.blog-swiper-area{
    position: relative;
}
.blog-swiper .swiper-slide{
    width: 40rem;
    position: relative;
}
.blog-swiper .swiper-slide:hover img{
    transform: scale(1.05);
    transition: 0.5s all; 
}
.blog-swiper .swiper-slide .blog-cat a {
    position: relative;
    z-index: 100000;
}
.blog-date{
    font-size: var(--nom-fsize);
    font-weight: bold;
}
.blog-info{
    display: flex;
    margin: 2rem 0;
    padding-left: 2rem;
}
.blog-cat{
    display: flex;
    gap: 1rem;
    margin-left: 2rem;
}
.blog-cat li a{
    font-size: var(--nom-fsize);
    color: var(--white);
    background-color: var(--black);
    padding: 0.5rem 1.5rem;
}
.blog-swiper .swiper-slide .blog-cat a:hover {
    opacity: 0.7;
}
.blog-title{
    font-size: var(--h3-fsize);
    font-weight: bold;
    padding: 0 2rem;
}
.blog-content{
    font-size: var(--nom-fsize);
    line-height: 2.25rem;
    margin-top: 0.5rem;
    padding: 0 2rem;
}
.swiper-button-prev.blog-prev::after{
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/slider_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.swiper-button-next.blog-next::after{
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/slider_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.swiper-button-prev.blog-prev,
.swiper-button-next.blog-next
{
    top: 29%;
}
.swiper-button-prev.blog-prev{
    left: 24%;
    width: 6rem;
}
.swiper-button-next.blog-next{
    right: 24%;
    width: 6rem;
}
.to-blog-list{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    padding-bottom: 5rem;
}
.to-blog-list-inner{
    width: 30%;
}
.to-blog-list img{
    width: 100%;
}
img.blog-icon{
    position: absolute;
    left: -20rem;
    bottom: 0;
    width: 15rem;
    z-index: 10;
}
@media screen and (max-width:525px){
    .blog-header img {
        width: 25rem;
    }
    .swiper-button-prev.blog-prev{
        left: 3%;
        width: 6rem;
    }
    .swiper-button-next.blog-next{
        right: 3%;
        width: 6rem;
    }
    .to-blog-list {
        margin-top: 10rem;
        justify-content: end;
        margin-right: 3rem;
    }
    img.blog-icon {
        left: -120%;
        width: 10rem;
    }
    .to-blog-list-inner {
        width: 40%;
    }
}
/* faq */
#faq{
}
.faq-back-white{
    width: 100%;
}
.faq-header img{
    width: 30%;
}
.faq-header{
    text-align: center;
}

.accordion {
    margin: 5rem auto;
    position: relative;
  }
.accordion-item{
    padding: 1rem 0;
    border-top: 1px solid var(--black);
}
  .accordion-title {
    color: var(--black);
    cursor: pointer;
    font-size: var(--h3-fsize);
    font-weight: bold;
    padding: 10px 20px;
  }
  .accordion-content {
    display: none;
    padding: 1rem 5rem;
  }
  .accordion-content p {
    font-size: var(--nom-fsize);
    line-height: 1.5;
  }
  .accordion-title {
    position: relative;
  }
  .accordion-title::before{
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/Q.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  /* .accordion-title::after {
    border-right: solid 2px var(--black);
    border-top: solid 2px var(--black);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  } */
  .accordion-title::after {
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    display: block;
    position: absolute;
    right: 12px;
    top: 30%;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }
  .accordion-title.open::after {
    top: 40%;
    transform: rotate(-45deg);
  }
  @media screen and (max-width:768px){
    .faq-header img {
        width: 50%;
    }
}
