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

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
    position: relative;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    min-height: 300px;
    padding: 48px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transform: translateZ(3px);
}
#page-top .sec-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--common-color-main);
}
#page-top .parts-btn {
    margin: 0 auto;
}

#page-top .bg-blur {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateZ(1px);
    z-index: 0;
    width: 100%;
    max-width: 1280px;
}
#page-top .bg-blur-purple {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 800px;
    max-width: 800px;
    z-index: 0;
}
#page-top .bg-blur-blue {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 635px;
    max-width: 635px;
    z-index: 0;
}
#page-top .bg-blur-orange {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    width: 800px;
    max-width: 800px;
    z-index: 0;
}



/*============================================================
 slick スライドショー
*============================================================*/
#page-top .slick {
	max-width: 676px;
	margin: 0 auto 40px auto;
}
#page-top .slick-prev ,
#page-top .slick-next {
	background-color: var(--common-color-bg2);
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
#page-top .slick-prev {
    left: -64px;
}
#page-top .slick-next {
    right: -64px;
}
#page-top .slick-prev:before ,
#page-top .slick-next:before {
	content: "";
	font-family: inherit;
	background-image: url(../images/top/icon_arrow.png);
	background-position: center;
    background-size: cover;
    display: block;
	height: 100%;
    width: 100%;
    opacity: 1;
}
#page-top .slick-prev:before {
	transform: scaleX(-1);
}
#page-top .slick-dots {
    bottom: -40px;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    min-height: 635px;
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}
#page-top #mainvisual .inner {
    max-width: 1200px;
    padding: 0;
}
#page-top #mainvisual .parts-boxes {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 1;
}
#page-top #mainvisual .catch-copy {
    font-size: 48px;
    font-weight: 700;
}
#page-top #mainvisual .catch-copy > span {
    display: block;
    line-height: 1;
    margin-bottom: 24px;
}
#page-top #mainvisual .catch-copy .gradation {
    background: linear-gradient(92.43deg, #9A7BD4 1.73%, #51C1F3 33.69%, #FEBD2D 63.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#page-top #mainvisual .catch-copy > span.small {
    font-size: 24px;
    color: inherit;
    margin-bottom: 16px;
}
#page-top #mainvisual .mv-item-image {
    max-width: 490px;
}

#page-top #mainvisual .parts-boxes.mv-bottom {
    width: 636px;
    max-width: 100%;
    background: linear-gradient(90.08deg, #FFFFFF -2.58%, rgba(255, 255, 255, 0) 80.69%);
    justify-content: center;
    gap: 0;
    padding: 24px 0;
    margin-top: 40px;
}

#page-top #mainvisual .parts-boxes.mv-bottom .item {
    text-align: center;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}
#page-top #mainvisual .parts-boxes.mv-bottom .item:nth-child(2) {
    
    border-left: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
}
#page-top #mainvisual .parts-boxes.mv-bottom .item p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
#page-top #mainvisual .parts-boxes.mv-bottom .item p .main-color {
    font-size: 32px;
}
/*============================================================
 CTA
*============================================================*/
#page-top #sec-cta {
    background-color: var(--common-color-accent);
    padding: 0;
    min-height: auto;
    margin: 0 40px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}
#page-top #sec-cta > .parts-boxes {
    flex-wrap: nowrap;
    
    position: relative;
    /* border-bottom-right-radius: 100px; */
}
#page-top #sec-cta .contents {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 52px 28px;
    position: relative;
    z-index: 1;
}
#page-top #sec-cta .contents .sec-title {
    margin-bottom: 8px;
    color: inherit;
    font-size: 32px;
}
#page-top #sec-cta .contents .sec-lead {
    margin-bottom: 32px;
}
#page-top #sec-cta .contents .parts-boxes {
    gap: 40px;
}
/* #page-top #sec-cta .images {
    height: 100%;
} */
#page-top #sec-cta .images {
    width: 615px;
    height: 633px;
    min-height: 633px;
    background-image: url(../images/top/cta_image2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom-right-radius: 100px; */
    position: absolute;
    left: 60%;
    top: 50%;
    transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0) translateY(-50%);
    z-index: 0;
}

/* CTA 2 
---------------------------------------- */
#page-top #sec-cta.cta2 {
    margin: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 100px;
}
#page-top #sec-cta.cta2 > .parts-boxes {
    border-bottom-right-radius: 0;
}

/*============================================================
 お悩み
*============================================================*/
#page-top #sec-worries .sec-title {
    font-size: 32px;
    color: inherit;
}
#page-top #sec-worries .sec-title > span {
    display: block;
}
#page-top #sec-worries .sec-title .main-color {
    font-size: 40px;
}
#page-top #sec-worries .sec-title .small {
    font-size: 20px;
}
#page-top #sec-worries .parts-boxes {
    justify-content: space-between;
}
#page-top #sec-worries .item {
    max-width: 176px;
    width: calc(100% / 5);
    text-align: center;
}
#page-top #sec-worries .item p {
    margin-top: 8px;
    font-weight: 700;
}

/*============================================================
 特徴
*============================================================*/
#page-top #sec-feature .card-title > span {
    display: block;
    font-weight: 700;
    font-size: 24px;
}
#page-top #sec-feature .card-title > span.small {
    font-size: 20px;
    margin-bottom: 16px;
}
#page-top #sec-feature .card {
    margin-bottom: 40px;
    padding: 24px 32px;
    background-color: rgba(255 , 255 , 255 , .5);
    border: 2px solid #fff;
    border-radius: 15px;
}

#page-top #sec-feature .card > .parts-boxes {
    gap: 24px;
    margin-bottom: 16px;
    flex-wrap: nowrap;
    align-items: center;
}
#page-top #sec-feature .card > .parts-boxes img {
    width: 60px;
}
#page-top #sec-feature .card p {
    margin-bottom: 16px;
    line-height: 1.8;
}
#page-top #sec-feature .card .parts-boxes.logos {
    gap: 32px;
    justify-content: space-between;
}
#page-top #sec-feature .card .logos img {
    width: 200px;
}
#page-top #sec-feature .card .graph-image {
    padding: 0 48px;
}
#page-top #sec-feature .card .graph-image > img {
    width: 100%;
}

#page-top #sec-feature .slick-heading {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}
#page-top #sec-feature .slick-slide {
    padding: 0 2px;   
}
#page-top #sec-feature .slick-slide:hover > img {
    opacity: 0.3;
    transition: 0.3s;
}
#page-top #sec-feature .slick-slide > img {
    transition: 0.3s;
}
#page-top #sec-feature .slick .parts-boxes {
    flex-wrap: nowrap;
    gap: 24px;
    align-items: center;
}
#page-top #sec-feature .slick .parts-boxes .num {
    width: 55px;
}
#page-top #sec-feature .slick .parts-boxes h4 span {
    display: block;
}



#page-top #sec-feature .parts-boxes.support {
    justify-content: center;
    gap: 24px;
}
#page-top #sec-feature .parts-boxes.support .card {
    width: 468px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    transition: 0.3s;
}
#page-top #sec-feature .parts-boxes.support .card:hover {
    opacity: 0.5;
    transition: 0.3s;
}
#page-top #sec-feature .parts-boxes.support .card-inner {
    padding: 24px 8px 0 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#page-top #sec-feature .parts-boxes.support .card1 {
    background-color: var(--common-color-main--lighten);
}
#page-top #sec-feature .parts-boxes.support .card2 {
    background-color: var(--common-color-sub--lighten);
}


#page-top #sec-feature .parts-boxes.support .card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
#page-top #sec-feature .parts-boxes.support .card-title .small {
    font-size: 14px;
    margin-bottom: 0;
}
#page-top #sec-feature .parts-boxes.support .card-lead {
    line-height: 1.8;
    margin: 16px 0 48px 0;

    flex: 1;
    height: 100%;
    min-height: 0%;
}
#page-top #sec-feature .parts-boxes.support .parts-boxes.card-top {
    align-items: center;
    gap: 4px;
    min-height: 100px;
    flex-wrap: nowrap;

    flex: 1;
    height: 100%;
    min-height: 0%;
}
#page-top #sec-feature .parts-boxes.support .parts-boxes.card-top img {
    width: 100px;
    margin-left: 12px;
}

#page-top #sec-feature .parts-boxes.support .card2 .parts-boxes.card-top {
    justify-content: center;
}

#page-top #sec-feature .parts-boxes.support .list {
    padding: 16px 32px;
    background-color: var(--common-color-bg1);
    margin: 0 44px 16px 44px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 120px;
    justify-content: center;

    flex: 1;
    height: 100%;
    min-height: 0%;
}
#page-top #sec-feature .parts-boxes.support .list .comment {
    position: absolute;
    bottom: calc(100% - 7px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}
#page-top #sec-feature .parts-boxes.support .list .comment span {
    position: relative;
    z-index: 1;
}
#page-top #sec-feature .parts-boxes.support .list .comment img {
    position: absolute;
    top: -14px;
    width: 48px;
}
#page-top #sec-feature .parts-boxes.support .list .comment img:first-child {
    left: 5px;
}
#page-top #sec-feature .parts-boxes.support .list .comment img:last-child {
    right: 5px;
    transform: scaleX(-1);
}

#page-top #sec-feature .parts-boxes.support .list .list-item {
    text-align: left;
    position: relative;
    /* margin-left: 40px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
#page-top #sec-feature .parts-boxes.support .list .list-item > span {
    display: block;
    font-weight: 700;
}
#page-top #sec-feature .parts-boxes.support .list .list-item::before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    background-image: url(../images/top/check_box.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#page-top #sec-feature .parts-boxes.support .list .list-item .big {
    font-size: 20px;
}

#page-top #sec-feature .parts-boxes.support .card-btn {
    display: block;
    padding: 13px;
    text-align: center;
    font-size: 14px;
    color: var(--common-color-bg1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: auto;
}
#page-top #sec-feature .parts-boxes.support .card1 .card-btn {
    background-color: var(--common-color-main);
}
#page-top #sec-feature .parts-boxes.support .card2 .card-btn {
    background-color: var(--common-color-sub);
}


/*============================================================
 サービス
*============================================================*/
#page-top #sec-service .parts-boxes.icons {
    justify-content: center;
    gap: 40px 80px;
    max-width: 580px;
    margin: 0 auto;
}
#page-top #sec-service .parts-boxes.icons:first-child {
    margin-bottom: 40px;
}
#page-top #sec-service .parts-boxes.icons .item {
    width: 140px;
    text-align: center;
}
#page-top #sec-service .parts-boxes.icons .item img {
    width: 100px;
}
#page-top #sec-service .parts-boxes.icons .item p {
    margin-top: 8px;
}

/*============================================================
 よくある質問
*============================================================*/
#page-top #sec-qa .card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
#page-top #sec-qa .card h3 {
    font-weight: 700;
}
#page-top #sec-qa .parts-boxes {
    gap: 16px;
    align-items: center;
    justify-self: flex-start;
    flex-wrap: nowrap;
}

#page-top #sec-qa .icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    color: var(--common-color-bg1);
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-top #sec-qa .icon-q {
    background-color: var(--common-color-main);
    font-family: 'Roboto';
}
#page-top #sec-qa .icon-a {
    background-color: var(--common-color-accent);
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1279px) {
    /*============================================================
     ページ内共通
    *============================================================*/
    #page-top .bg-blur {
        max-width: 800px;
    }
    #page-top .bg-blur-purple {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%);
        width: 700px;
        max-width: 700px;
        z-index: 0;
    }
    #page-top .bg-blur-blue {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        width: 635px;
        max-width: 635px;
        z-index: 0;
    }
    #page-top .bg-blur-orange {
        position: absolute;
        top: 400px;
        right: 0;
        transform: translateX(50%);
        width: 700px;
        max-width: 700px;
        z-index: 0;
    }
    #page-top .slick {
        margin: 0 auto 80px auto;
    }
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
        min-height: 740px;
    }
    #page-top #mainvisual .parts-boxes.mv-top {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    #page-top #mainvisual .parts-boxes.mv-bottom {
        margin-top: 0;
        position: relative;
        top: -100px;
        margin: 0 auto;
    }

    /*============================================================
    CTA
    *============================================================*/
    #page-top #sec-cta .contents {
        width: 70%;
    }
    #page-top #sec-cta .images {
        left: 80%;
        top: 30%;
    }

    /*============================================================
     お悩み
    *============================================================*/
    #page-top #sec-worries {
        padding-top: 0;
        margin-top: -56px;
    }
    #page-top #sec-worries .parts-boxes {
        max-width: 560px;
        margin: 0 auto;
        gap: 16px;
        justify-content: center;
    }
    #page-top #sec-worries .parts-boxes .item {
        width: 176px;
    }
    
    /*============================================================
     特徴
    *============================================================*/
    #page-top #sec-feature .card {
        /* margin-bottom: 64px; */
        padding: 24px 16px;
    }
    #page-top #sec-feature .card .parts-boxes.logos {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-top #sec-feature .card .logos img {
        width: 160px;
    }
    #page-top #sec-feature .parts-boxes.support {
        flex-wrap: nowrap;
        flex-direction: row;
    }
    #page-top #sec-feature .parts-boxes.support .card {
        width: 343px;
    }
    #page-top #sec-feature .parts-boxes.support .list {
        width: 100%;
        margin: 0 auto 16px auto;
    }
    #page-top #sec-feature .parts-boxes.support .list .comment img:last-child {
        right: -10px;
        top: -20px;
    }
    #page-top #sec-feature .parts-boxes.support .list .comment img:first-child {
        left: -10px;
        top: -20px;
    }
    /*============================================================
     特徴
    *============================================================*/
    #page-top #sec-service {
        padding-top: 0;
        /* padding-bottom: 0; */
    }
    
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    #page-top .sec-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    /*============================================================
     ページ内共通
    *============================================================*/
    #page-top .bg-blur-purple {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%);
        width: 500px;
        max-width: 500px;
        z-index: 0;
    }
    #page-top .bg-blur-blue {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        width: 320px;
        max-width: 320px;
        z-index: 0;
    }
    #page-top .bg-blur-orange {
        position: absolute;
        top: 400px;
        right: 0;
        transform: translateX(50%);
        width: 500px;
        max-width: 500px;
        z-index: 0;
    }
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
        padding-top: 100px;
    }
    #page-top #mainvisual .catch-copy {
        font-size: 24px;
    }
    #page-top #mainvisual .catch-copy > span {
        margin-bottom: 16px;
    }
    #page-top #mainvisual .catch-copy > span.small {
        font-size: 16px;
    }
    #page-top #mainvisual .catch-copy .gradation {
        font-size: 36px;
    }
    #page-top #mainvisual .parts-boxes.mv-bottom {
        top: -70px;  
    }
    #page-top #mainvisual .parts-boxes.mv-bottom .item {
        padding-left: 4px;
        padding-right: 4px;
    }
    #page-top #mainvisual .parts-boxes.mv-bottom .item p {
        font-size: 16px;
    }
    #page-top #mainvisual .parts-boxes.mv-bottom .item p .main-color {
        font-size: 20px;
    }
    
    /*============================================================
     CTA
    *============================================================*/
    #page-top #sec-cta {
        margin: 0 8px;
    }
    #page-top #sec-cta .contents .sec-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #page-top #sec-cta .contents .parts-boxes {
        gap: 16px;   
    }
    #page-top #sec-cta .contents .parts-boxes .parts-btn {
        box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.15);
    }
    
    
    /*============================================================
     お悩み
    *============================================================*/
    #page-top #sec-worries .sec-title {
        font-size: 24px;
    }
    #page-top #sec-worries .sec-title .small {
        font-size: 16px;
    }
    #page-top #sec-worries .sec-title .main-color {
        font-size: 32px;
    }
    #page-top #sec-worries .parts-boxes .item {
        width: 154px;
    }
    
    /*============================================================
     特徴
    *============================================================*/
    #page-top #sec-feature {
        padding-bottom: 40px;
    }
    /* #page-top #sec-feature .sec-title {
        margin-bottom: 16px;
    } */
    #page-top #sec-feature .slick-heading {
        margin-top: 32px;
        margin-bottom: 24px;
    }
    #page-top #sec-feature .card {
        margin-bottom: 40px;
    }
    #page-top #sec-feature .card .graph-image {
        padding: 0;
    }
    #page-top #sec-feature .parts-boxes.support {
        flex-direction: column;
        align-items: center;
    }
    #page-top #sec-feature .parts-boxes.support .card {
        margin-bottom: 0;
    }
    #page-top #sec-feature .parts-boxes.support .parts-boxes.card-top img {
        width: 80px;
        max-width: 24%;
    }
    #page-top #sec-feature .parts-boxes.support .card-title {
        font-size: 20px;
        line-height: 32px;
        max-width: 71%;
    }
    #page-top #sec-feature .parts-boxes.support .list {
        margin-left: 0;
        margin-right: 0;
        padding-left: 8px;
        padding-right: 8px;
    }
    #page-top #sec-feature .card .parts-boxes.logos {
        gap: 8px;
    }
    #page-top #sec-feature .card .logos img {
        width: 145px;
    }
    #page-top #sec-feature .card-title > span {
        line-height: 1.4;
        font-size: 20px;
    }
    
    /*============================================================
     サービス
    *============================================================*/
    #page-top #sec-service {
        padding-top: 0;
        padding-bottom: 0;
    }
    #page-top #sec-service .sec-lead {
        margin-bottom: 24px;
    }
    #page-top #sec-service .parts-boxes.icons {
        gap: 32px;
    }
    #page-top #sec-service .parts-boxes.icons .item {
        width: 128px;
    }
    #page-top #sec-service .parts-boxes.icons .item img {
        width: 80px;
    }
    
    /*============================================================
     よくある質問
    *============================================================*/
    #page-top #sec-qa {
        padding-top: 40px;
    }
    /* #page-top #sec-qa .sec-title {
        margin-bottom: 16px;
    } */
    #page-top #sec-qa .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP small
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 751px) {
    #page-top #mainvisual .inner {
        padding: 0 16px;
    }
    #page-top #mainvisual .parts-boxes.mv-top > * {
        width: 100%;
    }
    #page-top #mainvisual .parts-boxes.mv-bottom {
        width: 100%;
    }
    
    #page-top #sec-cta > .parts-boxes {
        justify-content: center;
    }
    #page-top #sec-cta .contents {
        width: 100%;
    }
    #page-top #sec-cta .images {
        display: none;
    }   
    #page-top #sec-service .parts-boxes.icons {
        gap: 16px;
    }
    
    
}
@media screen and (max-width: 420px) {
    #page-top #sec-feature .parts-boxes.support .list .comment img:first-child {
        left: -20px;
    }
    #page-top #sec-feature .parts-boxes.support .list .comment img:last-child {
        right: -20px;
    }
}