@charset "UTF-8";
/*==============================================================================
1.ページタイトル・共通タイトル
2.キトコノにできること
3.設置例
4.ご予算の目安
5.ご依頼からの流れ
6.spacer
8.activity
==============================================================================*/

/*============================================================================================================================================================
==============================================================================================================================================================

	1.ページタイトル・共通タイトル

==============================================================================================================================================================
============================================================================================================================================================*/
#title{
    background-image: url(../1_img/service/title.jpg);
}
section h2{
    padding-bottom: 15px;
    text-align: center;
    font-family: var(--font-ver1);
    font-weight: var(--weight-bold);
    font-size: 3.4rem;
    background-image: url(../1_img/base/deco-wave.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
section h2 + .title_sub{
    margin-top: 50px;
    text-align: center;
    font-weight: var(--weight-bold);
    font-size: 2.2rem;
}
@media all and (max-width: 768px){
    section h2{
        font-size: 2.2rem;
    }
    section h2 + .title_sub{
        margin-top: 35px;
        font-size: 1.8rem;
    }
}


/*============================================================================================================================================================
==============================================================================================================================================================

	2.キトコノにできること

==============================================================================================================================================================
============================================================================================================================================================*/
#cando{
    margin-top: calc(-2rem - 10px);
    font-size: 1rem;
    padding: 120px 0 150px;
    background-color: #eeecec;
}
#cando .cando-list {
    margin-top: 55px;
}
#cando .cando-list section + section{
    margin-top: 40px;
}
#cando .cando-list section .cando-list-item{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#cando .cando-list section .cando-list-item h3{
    width: 49%;
    position: relative;
    z-index: 2;
}
#cando .cando-list section .cando-list-item h3 span{
    display: block;
}
#cando .cando-list section .cando-list-item h3 span[lang="en"]{
    color: #e3c873;
    font-size: 2.2rem;
}
#cando .cando-list section .cando-list-item h3 span[lang="ja"]{
    font-weight: var(--weight-semibold);
    line-height: 1.6;
    color: #fff;
    font-size: 2.2rem;
}
#cando .cando-list section .cando-list-item p{
    width: 51%;
    position: relative;
    z-index: 2;
    font-weight: var(--weight-semibold);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
}
#cando .cando-list section .cando-list-item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* 最初 */
#cando .cando-list section .cando-list-item.kids{
    min-height: 310px;
}
#cando .cando-list section .cando-list-item.kids h3 span[lang="en"]{
    font-size: 2.7rem;
}
#cando .cando-list section .cando-list-item.kids h3 span[lang="ja"]{
    font-size: 2.8rem;
}
/* プロデュースの下りスト */
#cando section ul{
    margin-top: 20px;
    padding-left: 90px;
    display: flex;
    position: relative;
    gap: 0 10px;
    font-size: 1.4rem;
}
#cando section ul::before{
    content:"";
    width: 52px;
    height: 55px;
    position: absolute;
    left: 15px;
    top: -35px;
    background: url(../1_img/service/cando-line.svg);
}
#cando section ul li{
    padding: 5px 0;
    width: calc( (100% - 13em ) / 4  );
    font-weight: var(--weight-semibold);
}
#cando section ul li:not(:last-child){
    background-color: #fff;
    text-align: center;
}
#cando section ul li:last-child{
    width: 13em;
    text-align: right;
}
/*==============================================================================

	キトコノにできること スマホ

==============================================================================*/
@media all and (max-width: 768px){
    #cando{
        padding: 75px 0 70px;
    }
    #cando .cando-list {
        margin-top: 40px;
    }
    #cando .cando-list section + section{
        margin-top: 40px;
    }
    #cando .cando-list section .cando-list-item{
        padding: 40px 20px;
        flex-direction: column;
    }
    #cando .cando-list section .cando-list-item h3{
        width: 100%;
        position: static;
        z-index: 2;
        text-align: center;
    }
    #cando .cando-list section .cando-list-item h3 span[lang="en"]{
        font-size: 2.8rem;
        position: absolute;
        top: -0.1em;
        left: 50%;
        line-height: 1;
        transform: translate(-50%,-50%);
    }
    #cando .cando-list section .cando-list-item h3 span[lang="ja"]{
        font-size: 1.8rem;
    }
    #cando .cando-list section .cando-list-item p{
        margin-top: 35px;
        width: 100%;
        font-size: 1.4rem;
    }
    /* 最初 */
    #cando .cando-list section .cando-list-item.kids{
        min-height: auto;
    }
    #cando .cando-list section .cando-list-item.kids h3 span[lang="en"]{
        font-size: 2.8rem;
    }
    #cando .cando-list section .cando-list-item.kids h3 span[lang="ja"]{
        font-size: 1.8rem;
    }
    /* プロデュースの下りスト */
    #cando section ul{
        margin-top: 40px;
        padding-left: 0;
        flex-wrap: wrap;
        gap: 10px;
    }
    #cando section ul::before{
        width: 65px;
        height: 40px;
        left: 10px;
        top: -50px;
        background: url(../1_img/service/cando-line-sp.svg);
    }
    #cando section ul li{
        padding: 5px 0;
        width: calc( 50% - 5px );
    }
    #cando section ul li:last-child{
        width: 100%;
        text-align: center;
    }
}

/*============================================================================================================================================================
==============================================================================================================================================================

	3.設置例

==============================================================================================================================================================
============================================================================================================================================================*/
#example{
    padding: 90px 0;
}
/* 設置例全体 */
#example .example-slider-wrap{
    margin-top: 100px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: stretch;
}
/* h3 */
#example .example-slider-wrap h3{
    width: 300px;
    padding-left: 25px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9998;
}
#example .example-slider-wrap h3 img{
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
#example .example-slider-wrap h3 span{
    display: block;
}
#example .example-slider-wrap h3 .example-righ_h3_main{
    font-size: 1.8rem;
    font-weight: var(--weight-bold);
}
#example .example-slider-wrap h3 .example-righ_h3_sub{
    font-size: 1.4rem;
}
/* 設置例 左側スライダー */
#example .example-slider-wrap .example-slider-main{
    width: 660px;
    position: relative;
    display: none;
}
#example .example-slider-wrap .example-slider-main.slick-initialized {
    display: block;
}
#example .example-slider-wrap .example-slider-main .slick-arrow{
    width: 30px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    background-color: var(--color-yellow);
    background-size: 6px auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    transform: translateY(-50%);
    z-index: 9998;
    cursor: pointer;
}
#example .example-slider-wrap .example-slider-main .prev-arrow{
    left: 10px;
    background-image: url(../1_img/base/arrow-white-left.svg);
}
#example .example-slider-wrap .example-slider-main .next-arrow{
    right: 10px;
    background-image: url(../1_img/base/arrow-white-right.svg);
}
/* 設置例 右側 */
#example .example-slider-wrap .example-slider-right{
    padding-top: 50px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#example .example-slider-wrap .example-slider-right .example-slider-right_thumbnail{
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#example .example-slider-wrap .example-slider-right .example-slider-right_thumbnail img{
    width: calc((100% / 2) - 10px);
    opacity: 0.5;
    background-color: #000;
    cursor: pointer;
}
#example .example-slider-wrap .example-slider-right .example-slider-right_thumbnail img.active{
    opacity: 1;
}
/*==============================================================================

	ご予算の目安 スマホ

==============================================================================*/
@media all and (max-width: 768px){
    #example{
        padding: 60px 0 75px;
    }
    /* 設置例全体 */
    #example .example-slider-wrap{
        margin-top: 60px;
        flex-direction: column;
    }
    #example .example-slider-wrap + .example-slider-wrap{
        margin-top: 50px;
    }
    /* h3 */
    #example .example-slider-wrap h3{
        width: 100%;
        padding-left: 60px;
        top: unset;
        position: relative;
    }
    #example .example-slider-wrap h3 img{
        left: 0px;
    }
    #example .example-slider-wrap h3 span{
        display: block;
    }
    /* 設置例 左側スライダー */
    #example .example-slider-wrap .example-slider-main{
        margin-top: 30px;
        width: 100%;
        position: relative;
    }
    /* 設置例 右側 */
    #example .example-slider-wrap .example-slider-right{
        padding-top: 15px;
        width: 100%;
    }
    #example .example-slider-wrap .example-slider-right .example-slider-right_thumbnail{
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    #example .example-slider-wrap .example-slider-right .example-slider-right_thumbnail img{
        width: calc((100% / 2) - 5px);
    }
}


/*============================================================================================================================================================
==============================================================================================================================================================

	4.ご予算の目安

==============================================================================================================================================================
============================================================================================================================================================*/
#budget{
    padding: 120px 0 150px;
    background-color: #eeecec;
}
#budget section{
    margin-top: 50px;
    text-align: center;
}
#budget section +section{
    margin-top: 100px;
}
#budget h3{
    margin-bottom: 60px;
    text-align: center;
    font-weight: var(--weight-bold);
    font-size: 2.2rem;
}
#budget h3 span{
    font-size: 1.4rem;
}
#budget .budget-example{
    display: flex;
    gap: 0 20px;
}
#budget .budget-example figure{
    width: calc(50% - 10px);
}
#budget .budget-example figure figcaption{
    margin: -55px auto 0;
    padding: 40px 40px 30px;
    width: calc(100% - 80px);
    background-color: #fff;
    position: relative;
    z-index: 2;
    text-align: left;
}
#budget .budget-example figure figcaption h4{
    padding-left: 65px;
    position: relative;
}
#budget .budget-example figure figcaption h4 img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#budget .budget-example figure figcaption h4 span{
    display: block;
}
#budget .budget-example figure figcaption h4 .budget-example-h4_main{
    font-size: 1.8rem;
    font-weight: var(--weight-bold);
}
#budget .budget-example figure figcaption h4 .budget-example-h4_sub{
    font-size: 1.4rem;
}
#budget .budget-example figure figcaption ul{
    margin-top: 40px;
}
#budget .budget-example figure figcaption ul li{
    padding-left: 30px;
    position: relative;
    font-size: 1.4rem;
    font-weight: var(--weight-bold);
}
#budget .budget-example figure figcaption ul li + li{
    margin-top: 5px;
}
#budget .budget-example figure figcaption ul li::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0.25em;
    background-size: 100% auto;
}
#budget .budget-example figure figcaption ul li:nth-child(1):after{
    background-image: url(../1_img/service/budget-num-1.svg);
}
#budget .budget-example figure figcaption ul li:nth-child(2):after{
    background-image: url(../1_img/service/budget-num-2.svg);
}
#budget .budget-example figure figcaption ul li:nth-child(3):after{
    background-image: url(../1_img/service/budget-num-3.svg);
}
#budget .budget-example figure figcaption .total{
    margin-top: 20px;
    font-size: 2.2rem;
    font-weight: var(--weight-bold);
    color: var(--color-yellow);
    text-align: center;
}
/*==============================================================================

	ご予算の目安 スマホ

==============================================================================*/
@media all and (max-width: 768px){
    #budget{
        padding: 60px 0 75px;
    }
    #budget section{
        margin-top: 50px;
        text-align: center;
    }
    #budget section + section{
        margin-top: 50px;
    }
    #budget h3{
        margin-bottom: 40px;
        font-size: 1.8rem;
    }
    #budget .budget-example{
        flex-direction: column;
        gap: 20px;
    }
    #budget .budget-example figure{
        width: calc(100%);
    }
    #budget .budget-example figure figcaption{
        margin: -20px auto 0;
        padding: 20px;
        width: calc(100% - 40px);
    }
    #budget .budget-example figure figcaption h4{
        padding-left: 55px;
        min-height: 65px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #budget .budget-example figure figcaption h4 img{
        width: 40px;
        height: auto;
    }
    #budget .budget-example figure figcaption h4 .budget-example-h4_main{
        font-size: 1.4rem;
    }
    #budget .budget-example figure figcaption h4 .budget-example-h4_sub{
        font-size: 1rem;
    }
    #budget .budget-example figure figcaption ul{
        margin-top: 20px;
    }
    #budget .budget-example figure figcaption ul li{
        font-size: 1.2rem;
    }
    #budget .budget-example figure figcaption .total{
        margin-top: 15px;
        font-size: 2rem;
    }
}

/*============================================================================================================================================================
==============================================================================================================================================================

	5.ご依頼からの流れ

==============================================================================================================================================================
============================================================================================================================================================*/
#flow{
    padding: 120px 0 150px;
}
#flow .flow-wrap{
    margin: 50px auto 0;
    padding-left: 45px;
    width: 870px;
    position: relative;
}
#flow .flow-wrap::before{
    content: "";
    width: 4px;
    height: calc(100% - 2em);
    background-color: var(--color-base);
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
}
#flow .flow-wrap dl{
    padding: 25px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
} 
#flow .flow-wrap dl::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--color-base);
    border-radius: 100%;
    left: calc(-45px - 19px);
    transform: translateX(-50%);
}
#flow .flow-wrap dl.onday::before{
    background-color: var(--color-green);
}

#flow .flow-wrap dl:nth-of-type(even){
    background: url(../1_img/base/pattern-bg.jpg);
    border-radius: 10px;
}
#flow .flow-wrap dl:first-child{
    padding-top: 0;
}
#flow .flow-wrap dl:last-child{
    padding-bottom: 0;
}

#flow .flow-wrap dl dt{
    width: 230px;
    font-size: 2.2rem;
    font-weight: var(--weight-bold);
}
#flow .flow-wrap dl dt span{
    margin-left: 0.5em;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
#flow .flow-wrap dl dd{
    width: 530px;
    font-size: 1.6rem;
    font-weight: var(--weight-bold);
}
#flow .flow-wrap dl.mimamori{
    background: var(--color-green);
}
#flow .flow-wrap dl.mimamori{
    color: #fff;
}
#flow .flow-wrap dl.mimamori::after{
    content: "";
    position: absolute;
    width: 8px;
    height: calc(100% + 40px + 40px);
    background-color: var(--color-green);
    left: calc(-45px - 19px);
    top: 50%;
    transform: translate(-50%,-50%);
}
#flow .flow-wrap dl.mimamori .onday-text{
    width: auto;
    position: absolute;
    left: calc(-45px - 20px - 3em);
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-green);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
/*==============================================================================

	ご予算の目安 スマホ

==============================================================================*/
@media all and (max-width: 768px){
    #flow{
        padding: 60px 0 75px;
    }
    #flow .flow-wrap{
        margin: 35px 0 -15px;
        padding-left: 40px;
        width: calc(100%);
        position: relative;
    }
    #flow .flow-wrap::before{
        width: 2px;
        height: calc(100% - 2em - 30px);
        left: 15px;
        font-size: 1.8rem;
    }
    #flow .flow-wrap dl{
        padding: 15px;
        flex-direction: column;
    } 
    #flow .flow-wrap dl::before{
        width: 16px;
        height: 16px;
        left: calc(-24px);
        top: 50%;
        transform: translate(-50%,-50%);
    }
    #flow .flow-wrap dl dt{
        width: 100%;
        font-size: 1.8rem;
    }
    #flow .flow-wrap dl dt span{
        font-size: 1.2rem;
    }
    #flow .flow-wrap dl dd{
        margin-top: 5px;
        width: 100%;
        font-size: 1.4rem;
    }
    #flow .flow-wrap dl.mimamori::after{
        width: 4px;
        height: calc(100% + 30px + 30px);
        left: -24px;
    }
    #flow .flow-wrap dl.mimamori .onday-text{
        left: calc(-24px - 2.5em);
    }
    #flow .flow-wrap dl:first-child{
        padding-top: 15px;
    }
    #flow .flow-wrap dl:last-child{
        padding-bottom: 15px;
    }
}



/*============================================================================================================================================================
==============================================================================================================================================================

	6.spacer

==============================================================================================================================================================
============================================================================================================================================================*/
.spacer{
    width: 100%;
    height: 300px;
    background-image: url(../1_img/service/spacer-bg.jpg);
    background-position: center;
    background-size: cover;
}
.spacer .inner-s{
    height: 100%;
    position: relative;
}
.spacer .inner-s img{
    position: absolute;
}
.spacer .inner-s .left{
    bottom: 5px;
    left: -160px;
}
.spacer .inner-s .right{
    top: -40px;
    right: -120px;
}
/*==============================================================================

	ご予算の目安 スマホ

==============================================================================*/
@media all and (max-width: 768px){
    .spacer{
        height: 200px;
        background-image: url(../1_img/service/spacer-bg-sp.jpg);
    }
    .spacer .inner-s img{
        position: absolute;
    }
    .spacer .inner-s .left{
        width: 80px;
        bottom: 5px;
        left: 15px;
    }
    .spacer .inner-s .right{
        width: 100px;
        top: -25px;
        right: 10px;
    }
}

/*============================================================================================================================================================
==============================================================================================================================================================

	8.activity

==============================================================================================================================================================
============================================================================================================================================================*/
#activity{
    padding: 130px 0;
    background-color: #ebe9e9;
}
#activity h2{
    padding-bottom: 25px;
    background: url(../1_img/base/deco-wave.svg) no-repeat bottom center;
    text-align: center;
    font-family: var(--font-ver1);
    font-size: 3.4rem;
    font-weight: var(--weight-medium);
    position: relative;
    z-index: 1;
}
#activity .activity-mainimg{
    margin-top: -140px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#activity .activity-list{
    margin-top: -220px;
    display: flex;
    justify-content: space-between;
}
#activity .activity-list ul li{
    padding-left: 15px;
    position: relative;
    font-weight: var(--weight-medium);
}
#activity .activity-list ul li::before{
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0.55em;
    background-color: var(--color-yellow);
    border-radius: 100%;
}
#activity .activity-slder {
    margin-top: 90px;
    gap: 0 20px;
}
.activity-slder{
    display: none;
}
.infiniteslide_wrap .activity-slder{
    display: block;
}

/*==============================================================================

	activity スマホ

==============================================================================*/
@media all and (max-width: 768px){
    #activity{
        padding: 70px 0;
    }
    #activity h2{
        font-size: 2.2rem;
    }
    #activity .activity-mainimg{
        margin-top: -3vw;
        height: auto;
    }
    #activity .activity-list{
        margin-top: 20px;
        gap: 0 14px;
    }
    #activity .activity-list ul {
        width: calc(50% - 7px);
    }
    #activity .activity-list ul li{
        padding-left: 15px;
        position: relative;
        font-weight: var(--weight-medium);
    }
    #activity .activity-slder {
        margin-top: 60px;
        gap: 0 10px;
    }
    #activity .activity-slder img{
        width: 170px;
    }
}

footer{
    margin-top: 0;
}