/* 
共通コンポーネント
*/
.ly_margin-side-auto{
    margin: 0 auto;
}

.sp-block{
    display: none;
}

.tx-orange{
    color: #FF6400;
}

.wrapper{
    margin: 0 auto;
    max-width: 90rem;
}

.tx-orange--strong{
    font-size: 2.6rem;
    color: #FF6400;
    font-weight: bold;
}

/* 
header
*/
.header__logo{
    width: 9.5rem;
    margin: 2.2rem auto;
}

/* 
main
*/

.fv{
    margin-bottom: 2.7rem;
}

.cta{
    margin-bottom: 4.5rem;
}

.cta__title{
    width: 100rem;
    margin: 0 auto 4.5rem;
}

.cta__sub{
    width: 62.3rem;
    margin: 0 auto 2rem;
}

.cta__btn{
    width: 65rem;
    margin: 0 auto;
    display: block;
}

.cta__description{
    font-size: 1.7rem;
    display: block;
    width: 62.6rem;
    margin: 3.5rem auto 0;
}

.voice{
    padding: 8.5rem 0 7.5rem;
    background-color: #FFFADC;
    margin-bottom: 6rem;
}

/* .voice__contennt{
    display: flex;
    align-items: center;
} */

.voice__article{
    background-color: #fff;
    border-radius: 2rem;
    border: .2rem solid #000096;
    position: relative;
    padding: 5rem 3rem;
    margin: 0 1.5rem;
}

.voice-article__label{
    width: 12.2rem;
    position: absolute;
    top:-2.5rem;
    left: 3rem;
}

.voice-article__title{
    font-size: 3rem;
    font-weight: bold;
    color: #000096;
    display: block;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
    border-bottom: .3rem dotted #323232;
}

.voice-article__profile{
    font-size: 1.8rem;
    padding-bottom: 4.5rem;
}

.voice-article__content{
    display: flex;
    justify-content: space-between;
}

.voice-article__description{
    display: block;
    font-size: 1.8rem;
    width: calc(100% - 2.5rem - 41.5%);
}

.voice-article__img{
    width: 41.5%;
}

.slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
}

.slide-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,150,0.5);
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 2rem;
}

.prev-arrow{
    left: 18%;
}

.next-arrow{
    right: 18%;
}

.real{
    padding: 7rem 0;
    background-color: #F0F5FF;
}

.real__title{
    text-align: center;
    font-size: 5rem;
    padding-bottom: 3rem;
    font-weight: bold;
    letter-spacing: -.6rem;
}

.real__title--strong{
    font-size: 6rem;
    color: #000096;
}

.real__content{
    display: flex;
    justify-content: space-between;
}

.real__description{
    display: block;
    font-size: 1.8rem;
    width: 58.4%;
}

.real__images{
    width: 38.5%;
}

.real-images__item:first-of-type{
    margin-bottom: 6rem;
}

.point{
    padding-top: 7rem;
    background-image: url(../img/bg-point.png);
    background-size: cover;
    margin-bottom: 5rem;
}

.point__title{
    margin-bottom: 3.2rem;
}

.point__description{
    width: 62.6rem;
    margin: 0 auto 5rem;
}

.point__article{
    padding: 3rem;
    background-color: #fff;
    border: .2rem solid #000078;
    margin: 0 1.5rem;
}

.point-article__title{
    font-size: 2.2rem;
    color: #000078;
    text-align: center;
    line-height: 1;
    padding-bottom: 2.4rem;
}

.point-article__title--strong{
    font-size: 5rem;
    color: #FF6400;
}

.point-article__subtitle{
    display: block;
    width: 100%;
    padding: 1.3rem;
    font-size: 2.2rem;
    color: #fff;
    background-color: #000096;
    margin-bottom: 2.5rem;
    text-align: center;
}

.point-article__subtitle--strong{
    color: #FFFF00;
}

.point-article__content{
    display: flex;
    justify-content: space-between;
}

.point-article-content__description{
    display: block;
    width: 60.7%;
    font-size: 1.8rem;
}

.point-article-content__img{
    width: 32.2%;
}

.ballet{
    background-color: #F0F5FF;
    padding: 7rem 0;
}

.ballet__title{
    margin-bottom: 3rem;
}

.ballet__row{
    display: flex;
    padding: 2.5rem 1.5rem;
    border-bottom: .4rem dotted #323232;
    align-items: center;
}

.ballet-row__img{
    width: 4.4rem;
    margin-right: 1.6rem;
}

.ballet-row__description{
    font-size: 3rem;
}

.change{
    padding: 19rem 0 5rem;
    position: relative;
    background-color: #6464C8;
}

.change__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 140px solid #F0F5FF;
    border-bottom: 0;
}

.feature{
    margin-bottom: 7rem;
}

.feature__title{
    margin-bottom: 3rem;
}

.feature__ballet{
    width: calc(100% - 2rem);
    max-width: 1255px;
    margin: 0 auto 6rem;
}

.feature__img{
    width: calc(100% - 2rem);
    max-width: 845px;
    margin: 0 auto;
}

.able{
    background-color: #648DFF;
    padding: 6rem 0;
}

.able__title{
    margin: 0 auto;
    margin-bottom: 2.6rem;
    width: 95.5%;
}

.able__description{
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    padding-bottom: 2.7rem;
}

.able__contennt{
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem 4rem;
    margin-bottom: 3rem;
}

.able-content__title{
    margin-bottom: 3rem;
}

.able__description2{
    font-size: 1.8rem;
    color: #fff;
}

.power{
    padding: 7rem 0;
}

.power__title{
    width: 75.7rem;
    margin: 0 auto 4.5rem;
}

.power__article{
    background-color: #F0F5FF;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 4.5rem 3rem;
}

.power__article:not(:last-of-type){
    margin-bottom: 3.5rem;
}

.power-article__number{
    font-size: 8rem;
    color: #FFFFFF;
    -webkit-text-stroke-width: .2rem;
    -webkit-text-stroke-color: #9696DC;
    width: 12rem;
    display: block;
    line-height: 1;
    margin-top: -1.6rem;
    font-weight: bold;
}

.power-article__title{
    font-weight: bold;
    padding: 1.5rem .5rem;
    line-height: 1;
    font-size: 3rem;
    color: #000096;
    border-top: .1rem solid #000096;
    border-bottom: .1rem solid #000096;
    display: block;
    margin-bottom: 3.4rem;
}

.power-article__info{
    width: calc(100% - 12rem);
}

.power-article__content{
    display: flex;
    justify-content: space-between;
}

.power-article__img{
    width: 37.5%;
}

.power-article__description{
    display: block;
    width: calc(100% - 37.5% - 2.6rem);
    font-size: 1.8rem;
}

.effect{
    background-color: #F0F0F0;
    padding-bottom: 6.8rem;
    margin-bottom: 5.5rem;
}

.effect__title{
    margin-bottom: 5rem;
}

.effect__subtitle{
    width: 69.3rem;
    margin: 0 auto 3.8rem;
}

.effect__description{
    font-size: 1.8rem;
    display: block;
    margin: 0 auto 4rem;
}

.effect__img{
    width: 95%;
    max-width: 1135px;
    margin: 0 auto;
}

.application{
    margin-bottom: 6.5rem;
}

.application__title{
    background-color: #000096;
    padding: 4.5rem 0;
    text-align: center;
    margin-bottom: 4.5rem;
}

.application-title__1{
    color: #FFFF00;
    font-size: 5rem;
    line-height: 1;
    padding-bottom: 1.3rem;
}

.application-title__2{
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
}

.application-title-2--gr{
    display: inline-block;
    font-size: 5rem;
    background-color: #00C800;
    border-radius: 5rem;
    padding: 2rem 3rem;
    line-height: 1;
    margin: 0 .8rem;
}

.application__img{
    width: 62rem;
    margin-bottom: 5rem;
}

.application__description{
    font-size: 1.8rem;
}

.message{
    background-color: #F0F5FF;
    padding: 7rem 0;
}

.message__title{
    text-align: center;
    padding-bottom: 6rem;
    font-size: 4rem;
    color: #000096;
}

.message__contennt{
    display: flex;
    justify-content: space-between;
}

.message__profile{
    width: 35.2%;
}

.message-profile__img{
    margin-bottom: 2.4rem;
}

.message-profile__company{
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: .8rem;
    /* line-height: 1.4; */
}

.message-profile__class{
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
}

.message-profile__name{
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: bold;
}

.message__coment{
    width: calc(100% - 35.2% - 3.5rem);
}

.message-coment__title{
    font-size: 3rem;
    color: #000096;
    padding-bottom: 2.4rem;
    font-weight: bold;
}

.message-coment__description{
    font-size: 1.8rem;
}

.gift{
    padding: 7.5rem 0;
    background-color: #643200;
}

.gift__title{
    margin: 0 auto 4rem;
    width: 62.5rem;
}

.gift__img{
    margin-bottom: 6rem;
}

.gift__text{
    font-size: 6rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5.5rem;
}

.gift-text__item{
    display: inline;
    background-color: #FF6400;
    padding: .5rem .9rem;
}

.tx_yellow{
    color: #FFFF00;
}

.gift__description{
    display: block;
    margin: 0 auto 3.5rem;
    font-size: 1.8rem;
    color: #fff;
}

.gift__img2{
    margin: 0 auto;
    width: 64rem;
}

.about{
    padding: 7rem 0;
    background-color: #EBF5FF;
}

.about__title{
    text-align: center;
    font-size: 4rem;
    color: #000096;
    padding-bottom: 5rem;
}

.about__subtitle{
    font-weight: bold;
    display: block;
    font-size: 3.5rem;
    text-align: center;
    padding: 2.5rem 0;
    border-top: .2rem solid #323232;
    border-bottom: .2rem solid #323232;
    margin-bottom: 3.4rem;
}

.about__logo{
    width: 43.2rem;
    margin: 0 auto 5rem;
}

.about__description{
    font-size: 1.8rem;
    padding-bottom: 6rem;
}

.about-company__title{
    text-align: center;
    padding-bottom: 3.2rem;
    font-size: 2.5rem;
}

.about-company__content{
    margin-bottom: 5.5rem;
}

.about-company__row{
    padding: 2rem;
    border-bottom: .2rem dotted #323232;
    display: flex;
    align-items: center;
}

.about-company-row__title{
    color: #000078;
    font-size: 2rem;
    display: block;
    width: 16rem;
    font-weight: bold;
}

.about-company-row__content{
    font-size: 1.8rem;
}

.about-company__message{
    display: flex;
    justify-content: space-between;
}

.about-company-message__txt{
    width: 64.3%;
}

.about-company-message__title{
    color: #000078;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 3rem;
}

.about-company-message__description{
    font-size: 1.8rem;
}

.about-company-message__img{
    width: calc(100% - 62.3% - 3.5rem);
}

/* 
footer
*/

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

.sp-none{
        display: none;
}

.tx-orange--strong{
    font-size: 2.2rem;
}

/* 
header
*/
.header{
    padding: 1.5rem 1.8rem;
}

.header__logo{
    width: 6.8rem;
    margin: 0;
}

.wrapper{
    max-width: 450px;
}

/* 
main
*/

.fv{
    margin-bottom: 2rem;
}

.cta{
    margin-bottom: 2.9rem;
}

.cta__title{
    width: 100%;
    max-width: 50rem;
    margin: 0 auto 2.1rem;
}

.cta__sub{
    width: calc(100% - 1.5rem);
    max-width: 33.3rem;
    margin: 0 auto 1.2rem;
}

.cta__btn{
    width: calc(100% - 1.5rem);
    max-width: 34.5rem;
}

.cta__description{
    font-size: 1.3rem;
    width: calc(100% - 3rem);
    max-width: 60rem;
    margin: 2rem auto 0;
}

.top__img{
    margin-bottom: 2rem;
}

.voice{
    padding: 5rem 2rem 4.3rem;
    margin-bottom: 3.5rem;
}


.voice__article{
    padding: 4rem 2rem 3.5rem;
    margin: 0 1rem;
}

.voice-article__label{
    width: 9.9rem;
    top:-2rem;
}

.voice-article__title{
    font-size: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
}

.voice-article__profile{
    font-size: 1.7rem;
    padding-bottom: 3rem;
}

.voice-article__content{
    flex-direction: column-reverse;
}

.voice-article__description{
    font-size: 1.5rem;
    width: 100%;
}

.voice-article__img{
    width: 100%;
    margin-bottom: 2.6rem;
}

.slide-arrow{
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.8rem;
}

.prev-arrow{
    left: 1.5rem;
}

.next-arrow{
    right: 1.5rem;
}

.real{
    padding: 4.5rem 1.5rem;
}

.real__title{
    font-size: 3rem;
    padding-bottom: 2rem;
    letter-spacing: -.4rem;
}

.real__title--strong{
    font-size: 3.6rem;
}

.real__description{
    font-size: 1.6rem;
    width: 100%;
    padding: 2rem;
}

.real-images__item:first-of-type{
    margin-bottom: 1.5rem;
}

.real-images__item{
    margin: 0 auto;
    max-width: 45rem;
}

.point{
    background-image: url(../img/bg-point-sp.png);
    padding: 4rem 0 0;
}

.point__title{
    margin:0 auto 2.5rem;
    width: calc(100% - 3rem);
    max-width: 45rem;

}

.point__description{
    width: 33.5rem;
    margin: 0 auto 5rem;
}

.point__article{
    padding: 2.5rem 1.5rem;
}

.point-article__title{
    font-size: 1.4rem;
    padding-bottom: 1.8rem;
}

.point-article__title--strong{
    font-size: 3.3rem;
}

.point-article__subtitle{
    padding: 1rem;
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
}

.point-article__content{
    flex-direction: column-reverse;
}

.point-article-content__description{
    width: 100%;
    font-size: 1.5rem;
}

.point-article-content__img{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.point__content--sp .next-arrow {
    right: .25rem;
}

.point__content--sp .prev-arrow {
    left: .25rem;
}

.ballet{
    padding: 3.5rem 1.5rem;
}

.ballet__title{
    width: 100%;
    max-width: 45rem;
    margin-bottom: 2.8rem;
}

.ballet__row{
    padding: 1.2rem .8rem;
    border-bottom: .2rem dotted #323232;
}

.ballet-row__img{
    width: 2.2rem;
    margin-right: .9rem;
}

.ballet-row__description{
    font-size: 1.7rem;
}

.change{
    padding: 8rem 1.5rem 5rem;
}

.chang__img{
    max-width: 450px;
    margin: 0 auto;
}

.change__bg{
    border-top: 50px solid #F0F5FF;
}

.feature{
    margin-bottom: 4rem;
}

.feature__title{
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 450px;
}

.feature__ballet{
    width: calc(100% - 3rem);
    max-width: 450px;
    margin: 0 auto 3rem;
}

.feature__img{
    width: 330px;
}

.able{
    padding: 3rem 1.5rem;
}

.able__title{
    margin-bottom: 3rem;
    width: 100%;
    max-width: 450px;
}

.able__description{
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
}

.able__contennt{
    padding: 2.2rem;
    margin: 0 auto;
    margin-bottom: 2.8rem;
    max-width: 450px;
}

.able-content__title{
    margin-bottom: 2.3rem;
}

.able__description2{
    font-size: 1.6rem;
}

.power{
    padding: 4.5rem 1.5rem;
}

.power__title{
    width: 100%;
    max-width: 32.4rem;
    margin: 0 auto 2.2rem;
}

.power__article{
    flex-direction: column;
    padding: 3.5rem 2rem;
}

.power__article:not(:last-of-type){
    margin-bottom: 2.5rem;
}

.power-article__number{
    font-size: 7.5rem;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 2.2rem;
}

.power-article__title{
    padding: 2rem .5rem;
    line-height: 1.5;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
}

.power-article__info{
    width: 100%;
}

.power-article__content{
    flex-direction: column;
}

.power-article__img{
    width: 100%;
    margin-bottom: 1.8rem;
}

.power-article__description{
    display: block;
    width: 100%;
    font-size: 1.7rem;
}

.effect{
    padding-bottom: 4rem;
    margin-bottom: 0rem;
}

.effect__title{
    margin-bottom: 2.5rem;
}

.effect__subtitle{
    width: calc(100% - 3rem);
    max-width: 320px;
    margin: 0 auto 3.2rem;
}

.effect__description{
    font-size: 1.8rem;
    display: block;
    padding: 0 1.5rem;
    margin: 0 auto 2.4rem;
}

.effect__img{
    width: calc(100% - 3rem);
    max-width: 450px;
    margin: 0 auto;
}

.application{
    margin-bottom: 3.6rem;
}

.application__title{
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
}

.application-title__1{
    font-size: 4rem;
    padding-bottom: 1rem;
    line-height: 1.6;
}

.application-title__2{
    font-size: 1.8rem;
}

.application-title-2--gr{
    display: inline-block;
    font-size: 3rem;
    padding: 1.5rem 2rem;
    line-height: 1;
}

.application__img{
    width: calc(100% - 3rem);
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.application__description{
    padding: 0 1.5rem;
}

.message{
    padding: 3rem 1.5rem;
}

.message__title{
    padding-bottom: 2.8rem;
    font-size: 2.5rem;
}

.message__contennt{
    flex-direction: column;
}

.message__profile{
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: .1rem solid #000096;
}

.message-profile__img{
    width: calc(100% - 3rem);
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 2.4rem;
}

.message-profile__company{
    font-size: 1.7rem;
    padding-bottom: 1rem;
}

.message-profile__class{
    font-size: 1.7rem;
}

.message-profile__name{
    font-size: 2.6rem;
    line-height: 1.5;
}

.message__coment{
    width: 100%;
}

.message-coment__title{
    font-size: 2.4rem;
    padding-bottom: 2rem;
    text-align: center;
}

.message-coment__description{
    font-size: 1.6rem;
}

.gift{
    padding: 4rem 1.5rem;
}

.gift__title{
    margin: 0 auto 2.4rem;
    width: 100%;
    max-width: 450px;
}

.gift__img{
    margin-bottom: 4.5rem;
}

.gift__text{
    font-size: 3rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2.6rem;
}

.gift__description{
    margin: 0 auto 2.4rem;
    font-size: 1.6rem;
}

.gift__img2{
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.about{
    padding: 4rem 1.5rem;
}

.about__title{
    font-size: 2.5rem;
    padding-bottom: 2.4rem;
}

.about__subtitle{
    font-size: 2rem;
    padding: 2rem 0;
    margin-bottom: 2.5rem;
}

.about__logo{
    width: 21rem;
    margin: 0 auto 2rem;
}

.about__description{
    font-size: 1.6rem;
    padding-bottom: 4rem;
}

.about-company__title{
    padding-bottom: 2.8rem;
    font-size: 2rem;
}

.about-company__content{
    margin-bottom: 3.3rem;
}

.about-company__row{
    padding: 1.5rem 0;
    flex-direction: column;
}

.about-company-row__title{
    font-size: 1.7rem;
    width: 100%;
    padding-bottom: 1rem;
}

.about-company-row__content{
    font-size: 1.5rem;
    display: block;
    width: 100%;
}

.about-company__message{
    flex-direction: column;
}

.about-company-message__txt{
    width: 100%;
}

.about-company-message__title{
    font-size: 2.5rem;
    padding-bottom: 1.8rem;
    text-align: center;
}

.about-company-message__description{
    font-size: 1.5rem;
    padding-bottom: 2.4rem;
}

.about-company-message__img{
    margin: 0 auto;
    width: 25rem;
}



}