@charset "UTF-8";


body {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
}


/* メインビジュアル */

.headerx {
    background-color: #ffffff;
    padding: 16px 24px;
    color: white;
    width: 100%; /* 幅いっぱいを指定 */
    background-color: rgba( 255, 255, 255, 0.45 );
    color: #fff;
    padding: 20px 50px; /* ヘッダーに上下左右それぞれ余白を指定 */
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    z-index: 100;
}
@media screen and (max-width: 481px) {
    .headerx {
        padding: 12px 4px;
    }
}

.headerx-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo p {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 481px) {
    .logo img {
        width: 75%;
    }
}

.cta-btn {
    background-color: #ff7469;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 18px;
}
@media screen and (max-width: 481px) {
    .ctaButton_headerx .btn {
        padding: 8px 16px;
    }
}

.hero {
    justify-content: space-between;
    position: relative;
}

.hero-image img {
    width: 100%;
}
@media screen and (max-width: 481px) {
    .hero-image {
        display: none;
    }
}

.hero-image_sp img {
    width: 100%;
}
@media screen and (min-width: 480px) {
    .hero-image_sp {
        display: none;
    }
}


.buttonArea_mv {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
@media screen and (max-width: 481px) {
    .buttonArea_mv {
        width: 100%;
    }
}

.buttonArea_content  {
    width: 340px;
    text-align: center;
}
@media screen and (max-width: 481px) {
    .buttonArea_content {
        width: 100%;
    }
}
.ctaButton_mv {
    padding: 0px 0 40px 6%;
}
@media screen and (max-width: 481px) {
    .ctaButton_mv {
        padding: 20px 0 40px 0; 
    }
}

/* メインビジュアル */


/* コンテンツエリア */



.catchArea img {
    width: 100%;
}
.catchArea_sp img {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .catchArea_sp {
        display: none;
    }
}
@media screen and (max-width: 481px) {
    .catchArea {
        display: none;
    }
}


.eachSection {
    width: 100%;
}

 .contentsArea {
    text-align: center;
    padding: 0px 0;
 }

.point01 {
    background-color: #FFFCF5;
 }
.pointSub {
    background-color: #FFFFFF;
}
.point02 {
    background-color: #FFFFFF;
}
.point03 {
    background-color: #FFFFFF;
}
.apeal {
    background-color: #FFFFFF;
}

.buttonArea {
    background-color: #FFFCF5;
}
.ctaButton{
    text-align: center;
    padding: 60px 0;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #E88080;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #F99898;
}

a.btn--radius {
   border-radius: 100vh;
   padding: 16px 40px;
   text-decoration: none;
}


.review_content {
    margin-bottom: 16px;
}
@media screen and (max-width: 481px) {
    .review_img {
        display: none
    }
}
@media screen and (min-width: 480px) {
    .review_img_sp {
        display: none
    }
}


.zero_img {
    margin-bottom: 24px;
}
.chart_img{
    margin-bottom: 24px;
}
@media screen and (max-width: 481px) {
    .chart_img img {
        width: 100%;
    }
}
@media screen and (max-width: 481px) {
    .category_img img {
        width: 90%;
    }
}
@media screen and (max-width: 481px) {
    .trust_img img {
        padding-top:20px;
        width: 90%;
    }
}

.description_apeal {
    font-size: 16px;
    margin: 0 auto;
    width: 540px;
    padding-bottom: 8px;
}
@media screen and (max-width: 481px) {
    .description_apeal {
        width: 100%;
    }
}

@media screen and (max-width: 641px) {
    .ranking_img {
        display: none
    }
}
@media screen and (min-width: 640px) {
    .ranking_img_sp {
        display: none
    }
}

@media screen and (max-width: 481px) {
    .img_point03 img {
        width: 90%;
    }
}


@media screen and (max-width: 481px) {
    .zero_img img {
        width: 90%;
    }
}
@media screen and (max-width: 481px) {
    .chart_img img {
        width: 90%;
    }
}

.service {
    background-color: #F5F5F5;
}
@media screen and (max-width: 481px) {
    .service .h2 {
        font-size: 24px;
    }
}

.title {
    margin-bottom: 40px;
}
.title_small {
    margin-bottom: 24px;
}

.title_img {

}
@media screen and (max-width: 481px) {
    .title_img {
        padding-top:25px;
    }
}

.conten {
    margin-bottom: 60px;
}
@media screen and (max-width: 481px)  {
    .conten {
    margin-bottom: 0px;}
}
.img_point03 {
    margin-bottom: 16px;
}



.step {
    margin-bottom: 24px;
}
.step_img {
    margin-bottom: 8px;
}

.title_step {
    font-size: 20px;
    margin: 0 auto;
    
}
@media screen and (max-width: 481px)  {
    .title_step {
        width: 70%;
    }
}

.description_step {
    margin: 0 auto;
    width: 540px;
    text-align: left;
}
@media screen and (max-width: 481px)  {
    .description_step {
        width: 90%;
    }
}

.h2 {
    font-size: 32px;
}


/*
footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
    color: #777;
}
*/