@charset "utf-8";

/*---------------------------------------------------------
Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
    /* font-family: 'Noto Serif JP', serif; */
    /* font-weight: bold; */
    position: relative;
    text-align: center;
    margin-bottom: 38px;
}

.top_ttl h2 {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.82;
    color: #03AFCC;
    margin-bottom: 15px;
    max-height: 100%;
}

.top_ttl span {
    display: block;
    color: #222222;
}

.top_ttl p {
    font-weight: 500;
}

.index_bg_grey {
    padding: 76px 0 98px;
    background-color: #F9F9F9;
}

.index_txt_box {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 77px;
}

.top_btn {
    position: relative;
	padding-top: 50px;

}

.top_btn.center .top_btn_link {
    margin: auto;
}


.top_btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    width: 320px;
    height: 80px;
    max-width: 100%;
    padding: 5px 0;
    background: #03AFCC;
    border: 2px solid #03AFCC;
    border-radius: 50px;
    transition: all .3s ease;
}

.top_btn_link span {
    display: block;
    padding: 0 20px;
    position: relative;
}

.top_btn_link span::after {
    position: absolute;
    content: "";
    width: 13.41px;
    height: 13.41px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/popup_white.svg) no-repeat center / contain;
    transition: all .3s ease;
}

.top_btn_link:hover {
    color: #03AFCC;
    background: #FFF;
}

.top_btn_link:hover span::after {
    background-image: url(../img/popup_f.svg);
}

/* top common// */
#index_wrap {
    position: relative;
}

.bg_logo {
    padding-bottom: 118px;
    background: url(../img/bg_logo.svg) no-repeat top center / auto 100%;
}

#mv_wrap {
    position: relative;
}

#mv_wrap .mv {
    max-width: 1644px;
    margin: auto;
/* 	padding: 0 20px; */
}

#mv_wrap .mv_img {
    display: block;
    max-height: 1200px;
    max-width: 47%;
    object-fit: contain;
    margin-left: auto;
}

@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
}
@media screen and (min-width: 767px){
  .sp{
    display: none !important;
  }
}


#top_h1_wrap {
    position: absolute;
    left: 50%;
    top: 59.8%;
    width: 1114px;
    max-width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
}

#top_h1_wrap img {
    display: block;
}

#top_h1_wrap h1 {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 46px;
    max-height: 100%;

}

#top_h1_wrap .h1_num {
    color: #03AFCC;
}

#top_h1_wrap .h1_unit {
    font-size: 8.0rem;
    line-height: 1.333;
    color: #03AFCC;
}

#top_h1_wrap p {
    font-weight: bold;
    line-height: 1.875;
    color: #222222;
    max-width: 581px;
    margin-bottom: 28px;
}

.mv_btn_list {
    display: flex;
    flex-wrap: wrap;
}

.mv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    width: 228px;
    height: 76px;
    padding: 5px 20px;
    border: 2px solid #FF665D;
    border-radius: 50px;
    transition: all .3s ease;
}

.mv_btn span {
    display: block;
    padding-right: 25px;
    position: relative;
}


/*--- mv_btn 1つめ ---*/
.mv_btn:nth-child(1) {
    color: #FFF;
    background: #FF665D;
    margin-right: 15px
}

.mv_btn:nth-child(1) span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #FFF url(../img/arrow_bottom_pink.svg) no-repeat top 54% center / 7.83px 5.33px;
    border-radius: 50%;
    transition: all .3s ease;
}

/* hover */
.mv_btn:nth-child(1):hover {
    color: #FF665D;
    background: #FFF;
}

.mv_btn:nth-child(1):hover span::after {
    background-color: #FF665D;
    background-image: url(../img/arrow_bottom_white.svg);
}

/*--- mv_btn 2つめ ---*/
.mv_btn:nth-child(2) {
    color: #FF665D;
    background: #FFF;

}

.mv_btn:nth-child(2) span {
    padding-right: 15px;
}

.mv_btn:nth-child(2) span::after {
    position: absolute;
    content: "";
    width: 13.41px;
    height: 13.41px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/popup.svg) no-repeat center / contain;
    /* border-radius: 50%; */
    transition: all .3s ease;
}

/* hover */
.mv_btn:nth-child(2):hover {
    color: #FFF;
    background: #FF665D;
}

.mv_btn:nth-child(2):hover span::after {
    background-image: url(../img/popup_white.svg);
}

/*----------------
catch
--------------------*/

.catch_area {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}

.catch_area .top_ttl {
    margin-bottom: 61px;
}

.catch_area p {
    line-height: 1.5;
    text-align: center;
}

/*----------------
recommend
--------------------*/

#recommend {
    margin-bottom: 107px;
}

.index_bg_grey.recommend {
    margin-bottom: 95px;
}

.recommend_area {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.recommend_point_list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
}

.recommend_point_item {
    width: calc((100% - 80px) / 3);
    padding: 38px 28px 20px;
    margin-right: 40px;
    background-color: #FFF;
    border-radius: 20px;
}

.recommend_point_item:nth-child(3n),
.recommend_point_item:last-child {
    margin-right: 0;
}

/* .recommend_num {
display: flex;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #FFF;
width: 146px;
margin: 0 auto 23px;
background-color: #03AFCC;
border-radius: 20px;
} */

.recommend_h {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.458;
    color: #03AFCC;
    text-align: center;
    margin: 0 0 15px;
    position: relative;
}

.recommend_h::before {
    counter-increment: number 1;
    content: "POINT"" "counter(number);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: #FFF;
    width: 146px;
    margin: 0 auto 23px;
    background-color: #03AFCC;
    border-radius: 20px;
}

.recommend_desc {
    letter-spacing: 0.1em;
}

/*----------------
plan
--------------------*/
#plan {
    margin-bottom: 107px;
}

.plan_area {
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
}

.plan_area .index_txt_box {
    margin: 0 auto 37px;
}

.plan_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    padding: 35px 0 42px;
    margin-bottom: 13px;
    border: 2px solid #03AFCC;
    border-radius: 20px;
}

.plan_item {
    width: calc(100% / 3);
    padding: 0 42px;
    position: relative;
}

.plan_item:not(:nth-child(3n))::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #03AFCC;
    top: 15px;
    right: 0;
}

.plan_h {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    /* line-height: 1; */
    text-align: center;
    color: #03AFCC;
    padding-bottom: 18px;
    margin-bottom: 21px;
    max-height: 100%;
    position: relative;
}

.plan_h::after {
    position: absolute;
    content: "";
    width: 115px;
    height: 3px;
    background: #03AFCC;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.plan_price {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
    position: relative;
}

/* .plan_price::before {
    display: block;
    content: "初期費用";
    font-size: 1.6rem;
} */

.plan_price span {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 5.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-right: 8px;
}

.plan_page {
    font-size: 2.4rem;
    font-weight: bold;
	line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #03AFCC;
    margin-bottom: 6px;
}
.plan_page span {
    font-size: 1.8rem;
}


.plan_service_h {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    width: 198px;
    padding: 1px 0;
    margin: 17px auto ;
    background-color: #03AFCC;
    border-radius: 20px;
}

.plan_service_list {
    padding-left: 20px;
}

.plan_service_list li {
    list-style: disc;
}

/*----------------------------------------------
extra　webサイトを持つことで得られるもの
--------------------------------------------------*/

#extra {
    margin-bottom: 107px;
}

.extra_area {
    max-width: 1338px;
    padding: 0 20px;
    margin: auto;
}

.extra_area .top_ttl {
    margin-bottom: 77px;
}

.extra_point_list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
}

.extra_point_item {
width: calc((100% - 8px) / 5);
    padding: 38px 0 20px;
    margin: 0 2px 25px 0;
    background: #FFF;
    counter-increment: number 1;
}

.extra_point_item:nth-child(5n) {
    margin-right: 0;
}

.extra_h {
    font-size: 1.8rem;
	color: #03AFCC;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.444;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 17px;
}

/* .extra_h::before {
    content: "POINT";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: #FFF;
    width: 146px;
    margin: 0 auto 29px;
    background-color: #03AFCC;
    border-radius: 20px;
} */

.extra_point_item p {
    padding: 0 25px;
}

/*----------------
template
--------------------*/


#template {
    margin-bottom: 107px;
}

.template_area {
    max-width: 900px;
    margin: auto;
}

.slider li {
    margin: 0 30px;
}

.slider .slick-list {
    overflow: visible;
}

.slider .slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 70px);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #03AFCC;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    z-index: 20;
}



.slider .slick-prev {
    left: 110px;
}

.slider .slick-next {
    right: 110px;
}

.slider .slick-next:before,
.slider .slick-prev:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    background: url(../img/arrow_w.svg)no-repeat center / 16px 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider .slick-prev:before {
    background: url(../img/arrow_w.svg)no-repeat center / 16px 14px;
    transform: rotate(-180deg);
    left: calc(50% - 9px);
}

.slick-slide {
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-slide .temp_nom {
    opacity: 0;
}

.slick-active .temp_nom {
    opacity: 1;
}





ul#js-slider::before {
    content: "";
    position: absolute;
    top: -23px;
    width: 700px;
    height: 412px;
    background: url(../img/pc_flame.png)no-repeat 0 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    z-index: 1;
}

.slider li .scroll_img {
    height: 335px;
    overflow: hidden;
}

.slider .slick-active .scroll_img {
    overflow: auto;
}

.slider li .scroll_img::-webkit-scrollbar{
    display: none;
  }


p.prof {
    color: #666666;
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: 400;
}


.dots {
    padding-top: 50px;
}



.posi_center-box .center-box {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.posi_center-box .center-box .left {
    width: 100px;
    position: absolute;
    top: 0;
    left: -110px;
}

.posi_center-box .center-box .right {
    width: 100px;
    position: absolute;
    top: 0;
    right: -110px;
}



/*----------------
flow
--------------------*/


#flow {
    margin-bottom: 107px;
}


.flow_area {
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
}


.flow_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_list ul {
    padding: 0;
}

.flow_list li {
    list-style-type: none;
}

.flow_list dd {
    margin-left: 0;
    flex-basis: 65%;
}

.guide>li {
    position: relative;
    list-style: none;
}

.guide>li:not(:last-child) {
    margin-bottom: 40px;
}

.guide>li dl {
    box-sizing: border-box;
    max-width: 1300px;
    padding: 33px 100px 33px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #03AFCC;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}



.guide>li:not(:last-child) dl::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #03AFCC;
    top: 65px;
    left: 19%;
    Z-index: -10;
}



/* .guide > li:not(:last-child) dl::before,
.guide > li:not(:last-child) dl::after {
content: "";
border: solid transparent;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.guide > li:not(:last-child) dl::before {
border-width: 22px;
border-top-color: #F88400;
}

.guide > li:not(:last-child) dl::after {
border-width: 20px;
border-top-color: #fff;
} */

.guide>li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    flex-basis: 30%;
    margin-right: 2vw;
    text-align: center;
}

.guide>li dl dt .icon01 {
    font-size: 0.6em;
    color: #fff;
    background: #F88400;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

@media(max-width: 650px) {
    .guide>li:not(:last-child) {
        margin-bottom: 30px;
    }

    .guide>li dl {
        display: block;
        padding: 10px 15px;
    }

    .guide>li dl dt {
        margin-right: 0;
    }

    .guide>li dl dt .icon01 {
        font-size: .7em;
    }
}














/*----------------
faq
--------------------*/
.faq_area {
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
}

/* .faq {
border-bottom: 3px solid #F9F9F9;
} */

.faq dt {
    position: relative;
    padding: 28px 75px 30px 48px;
    background: #FFF;
    font-weight: bold;
    transition: all 0.3s;
    border-top: 3px solid #F9F9F9;
    cursor: pointer;
}

.faq dt::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 9px;
    bottom: 0;
    right: 41px;
    margin: auto;
    background: #03AFCC url(../img/arrow_bottom_white.svg) no-repeat top 54% center / 7.83px 5.33px;
    border-radius: 50%;
    transition: all .3s ease;
}

.faq dt span {
    position: relative;
    display: block;
    padding-left: 8.6%;
}

.faq dt span::before {
    content: 'Q';
    position: absolute;
    font-family: 'Cantarell', 'Noto Sans JP', sans-serif;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    color: #03AFCC;
    top: -8px;
    left: 0;
}

.faq dd {
    position: relative;
    display: none;
    padding: 0 105px 31px 48px;
    font-weight: bold;
    background: #FFF;
}

.faq dd span {
    position: relative;
    display: block;
    padding-left: 8.6%;
}

.faq dd span::before {
    content: 'A';
    position: absolute;
    font-family: 'Cantarell', 'Noto Sans JP', sans-serif;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #03AFCC;
    top: -8px;
    left: 0;
}

/* hover / open */
.faq dt:hover {
    color: #03AFCC;
}

.faq dt.open::after {
    background-color: #a5a5a5;
    transform: rotate(180deg);
}


@media screen and (max-width:767px) {

    /*---------------------------------------------------------
Top　スクロールエフェクト
---------------------------------------------------------*/
    /* .fill_over.hide_ttl {
left: 0;
width: 100%;
} */

    /* home mv */
    .bg_logo {
        padding-bottom: 55px;
    }

    #mv_wrap {
        margin-bottom: 45px;
    }

    #mv_wrap .mv_img {
        max-width: 100%;
    }

    #top_h1_wrap {
        position: static;
        transform: none;
    }
	#top_h1_wrap img {
    	margin-bottom: 5px;
		max-width: 140px;
	}

    /* #top_h1_wrap h1 {
font-size: 8.4vw;
letter-spacing: 0.1em;
margin-bottom: 10px;
}

#top_h1_wrap span {
font-size: 3.1vw;
} */

    #top_h1_wrap h1 {
        /* font-size: 8.0rem;
font-weight: bold;
letter-spacing: 0;
line-height: 1.3;
font-weight: 900;
max-height: 100%; */
        font-size: 8.1vw;
        margin-bottom: 10px;
    }

    #top_h1_wrap .h1_num {
        font-size: 8.1vw;
        margin: 0;
    }

    #top_h1_wrap .h1_unit {
        font-size: 7.6vw;
    }

    #top_h1_wrap p {
        margin-bottom: 15px;
    }

    /* .mv_btn_list {
display: flex;
flex-wrap: wrap;
} */

    .mv_btn {
        font-size: 1.5rem;
        width: 163px;
        height: 60px;
        padding: 5px 10px;
        margin-bottom: 12px;

    }

    .mv_btn span {
        padding-right: 25px;
    }


    /*--- mv_btn 1つめ ---*/
    .mv_btn:nth-child(1) {
        margin-right: 8px;
    }

    .mv_btn:nth-child(1) span::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background: #FFF url(../img/arrow_bottom_pink.svg) no-repeat top 54% center / 7.83px 5.33px;
        border-radius: 50%;
        transition: all .3s ease;
    }

    /* hover */
    .mv_btn:nth-child(1):hover {
        color: #FF665D;
        background: #FFF;
    }

    .mv_btn:nth-child(1):hover span::after {
        background-color: #FF665D;
        background-image: url(../img/arrow_bottom_white.svg);
    }

    /*--- mv_btn 2つめ ---*/
    .mv_btn:nth-child(2) {
        color: #FF665D;
        background: #FFF;

    }

    .mv_btn:nth-child(2) span {
        padding-right: 15px;
    }

    .mv_btn:nth-child(2) span::after {
        position: absolute;
        content: "";
        width: 13.41px;
        height: 13.41px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background: url(../img/popup.svg) no-repeat center / contain;
        /* border-radius: 50%; */
        transition: all .3s ease;
    }

    /* home common */

    .top_ttl {
        margin-bottom: 28px;
    }

    .top_ttl h2 {
        font-size: 2.2rem;
        margin-bottom: 3px;
    }

    .index_bg_grey {
        padding: 45px 0 45px;
    }

    .index_txt_box {
        margin: 0 auto 35px;
    }

    .top_btn_link {
        font-size: 1.5rem;
        width: 300px;
        height: 60px;
    }

    .top_btn_link span {
        padding: 0 17px;
    }

    .top_btn_link span::after {
        width: 12px;
        height: 12px;
    }

    /*----------------
catch
--------------------*/
    /* .catch_area {
max-width: 1240px;
padding: 0 20px;
margin: auto;
} */

    .catch_area .top_ttl {
        margin-bottom: 25px;
    }

    /* .catch_area p {
line-height: 1.5;
text-align: center;
} */

    /*----------------
recommend
--------------------*/

	#recommend {
    margin-bottom: 0;
}
	
    .index_bg_grey .recommend {
        margin-bottom: 45px;
    }

    /* .recommend_area {
max-width: 1200px;
padding: 0 20px;
margin: auto;
} */

    /* .recommend_point_list {
display: flex;
flex-wrap: wrap;
counter-reset: number 0;
} */

    .recommend_point_item {
        width: 100%;
        padding: 20px 18px 12px;
        margin: 0 0 20px 0;
        border-radius: 10px;
    }

    .recommend_point_item:nth-child(3n),
    .recommend_point_item:last-child {
        margin-right: 0;
    }

    /* .recommend_num {
display: flex;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #FFF;
width: 146px;
margin: 0 auto 23px;
background-color: #03AFCC;
border-radius: 20px;
} */

    .recommend_h {
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.458;
        color: #03AFCC;
        text-align: center;
        margin: 0 0 15px;
        position: relative;
    }

    .recommend_h::before {
        counter-increment: number 1;
        content: "POINT"" "counter(number);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 32px;
        color: #FFF;
        width: 146px;
        margin: 0 auto 23px;
        background-color: #03AFCC;
        border-radius: 20px;
    }

    .recommend_desc {
        letter-spacing: 0.1em;
    }

    /*----------------
plan
--------------------*/
    #plan {
        margin-bottom: 55px;
    }

    .plan_area {
        max-width: 1340px;
        padding: 0 20px;
        margin: auto;
    }

    .plan_area .index_txt_box {
        margin: 0 auto 25px;
    }

    .plan_list {
        padding: 18px 0 20px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .plan_item {
        width: 100%;
        /* max-width: 350px; */
        padding: 0 22px;
        margin: auto;
    }

    .plan_item:not(:nth-child(3n))::after {
        position: relative;
        width: 100%;
        height: 1px;
        top: auto;
        right: auto;
        margin: 30px auto 20px;
        display: block;
    }

    .plan_h {
        font-size: 2rem;
        padding-bottom: 15px;
        margin-bottom: 18px;
    }

    .plan_h::after {
        width: 75px;
    }

    .plan_price {
        font-size: 1.6rem;
    }

    .plan_price::before {
        font-size: 1.4rem;
    }

    .plan_price span {
        font-size: 4.5rem;
        margin-right: 5px;
    }

    .plan_page {
        font-size: 1.8rem;
    }



    .plan_service_h {
        font-size: 1.2rem;
        width: 165px;
        padding: 1px 0 3px;
/*         margin: 0 auto 12px; */
    }

    .plan_service_list {
        padding: 0;
        text-align: center;
    }

    .plan_service_list li {
        list-style: none;
    }

    /*----------------
extra
--------------------*/
    #extra {
        margin-bottom: 60px;
    }

    /* .extra_area {} */

    .extra_area .top_ttl {
        margin-bottom: 28px;
    }

    /* .extra_point_list {} */

    .extra_point_item {
        /* width: calc((100% - 2px) / 2); */
        width: 100%;
        padding: 20px 0 23px;
        margin: 0 0 15px 0 !important;
        background: #FFF;
        counter-increment: number 1;
    }

    /* .extra_point_item:nth-child(2n) {
margin-right: 0 !important;
} */

    .extra_h {
        font-size: 1.7rem;
        padding: 0 11px;
        margin: 0 0 11px;
    }

    .extra_h::before {
        font-size: 1.3rem;
        line-height: 23px;
        width: 100px;
        margin: 0 auto 10px;
    }

    .extra_point_item p {
        padding: 0 15px;
    }

    /*----------------
template SP
--------------------*/
	
	#template {
    margin-bottom: 60px;
}
	
    .template_area {
        padding: 0 20px;
    }


    ul#js-slider::before {
        width: 335px;
		top: -10px;
        right: 0;
        left: 0;
        background-size: contain;
    }
	
	.slider .slick-prev {
    left: 0;
}

.slider .slick-next {
    right: 0;
}

	.slider .slick-active .scroll_img {
    overflow: hidden;
}

	.slider li .scroll_img {
    height: 162px;
    width: 270px;
		
		margin: 0 auto; 
}
	
	p.prof {
    font-size: 1.3rem;
}
	
	.dots {
    padding-top: 30px;
}
	

    /*----------------
flow
--------------------*/
    .flow_area {
        padding: 0 20px;
    }

    .guide>li:not(:last-child) dl::after {
        left: 50%;
    }

    .guide>li dl dt {
        padding: 5px 0 15px 0;
    }

    /*----------------
faq
--------------------*/
    /* .faq_area {
max-width: 1040px;
padding: 0 20px;
margin: auto;
} */

    /* .faq {
border-bottom: 3px solid #F9F9F9;
} */

    .faq dt {
        padding: 20px 50px 21px 17px;
    }

    .faq dt::after {
        width: 15px;
        height: 15px;
        top: 0;
        right: 20px;
        background: #03AFCC url(../img/arrow_bottom_white.svg) no-repeat top 54% center / 7px 5px;
    }

    .faq dt span {
        padding-left: 30px;
    }

    .faq dt span::before {
        font-size: 2.4rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq dd {
        position: relative;
        display: none;
        padding: 0 50px 21px 17px;
        font-weight: bold;
        background: #FFF;
    }

    .faq dd span {
        padding-left: 30px;
    }

    .faq dd span::before {
        font-size: 2.4rem;
    }

    /* hover / open */

}