@charset "utf-8";
/* ===============
article header
================= */
.main {
    padding: 50px 0px 0px;
    background-image: url(../images/orenge_haikei.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}

.article__header {
    margin-top: 0px;
    position: relative;
}

.work {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 0;
   
}

.work::after {
    background-image: url(../images/work_ordots.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 8px;
    margin: 0 auto;
}

.workTopics {
    margin-top: 46px;
    text-align: right;
    position: relative;
}

.workTopics img {
    border-radius: 20px;
    /* margin: 0px 15px 30px 0; */
    /* width: 345px; */
}

.work__title {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 0;
    padding: 0 4%;
}

.orange {
    color: #FDA923;
}
.work__txt {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    line-height: 2; 
    text-align: left;
    margin: 25px auto 0;
    padding: 0 4%;
} 

.sp__btn {
    display: flex;
    text-align: center;
    /* margin: 0; */
    border-radius: 20px;
    width: max-content;
    background: var(--primary-orange,#FFDBB7);
    padding: 10px 40px 5px 15px;
    color: var(--primary-black,#4F4844);
    font-family: "inter";
    font-size: 1.25rem;
    justify-content: center;
    gap: 10px;
}

/* article header */
@media screen and  (min-width: 900PX) {
    .main {
        padding-top: 160px;
        padding-bottom: 0px;
        /* background-color: var(--primary-orange); */
        background-image: url(../images/orenge_haikei_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left -10px top;
         
    }
    
    
    .article__header {
        margin-top: 0px;
        position: relative;
    }
    
    .work {
        color: var(--primary-black);
        font-family: "Zen Maru Gothic";
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin: 0 auto 0;
        padding-left: 9.7%;
        padding-right: 9.7%;
        
       
    }
    
    .work::after {
        background-image: url(../images/pc_dots_orange.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 218px;
        height: 8px;
        /* left: 75%; */
        /* bottom: 335px; */
    }
    
    .workTopics {
        margin-top: 46px;
        text-align: right;
        display: flex;
        justify-content: center;
        padding-left: 9.7%;
        padding-right: 9.7%;
    }
    
    .workTopics img {
        border-radius: 20px;
        margin: 0px 0 0 30px;
        width: 473px;
    }
    
    .work__title {
        color: var(--primary-black);
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
        margin: 49px 0 1px 39px;
        padding: 0;
        width: 350px;
    }
    
    .orange {
        color: #FDA923;
    }
    .work__txt {
        font-family: "Noto Sans JP";
        font-size: 1.1rem;
        line-height: 2;
        text-align: left;
        margin: 43px 0 0 39px;
        padding: 0;
        width: 320px;
    } 
    
    .work__txtGroup {
        display: block;
    }

    .sp__btn {
        display:none;
    }
}

/* article header pc  */

/* ===============
nayami
================= */
.section--nayami {
    padding: 50px 4% 0;
}

.section__topic { 
        color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 4%;
    color: #4F4844;
    line-height: 1.6;
    width: max-content;
}

.nayami__list {
    margin-top: 30px;
}

.nayami__txt {
    color: #4F4844;
    font-family: "Zen Maru Gothic";
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
}

.nayami__img {
    width: 300px;
    margin: 8px auto;
}

.btn_n1 {
    display: block;
    content: '';
    width: 85%;
    padding: 5px; 
    border-radius: 50px;
    background: var(--primary-green);
    /* border: 3px solid #E8F9D2 ; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 10px auto 50px;
    position: relative;
} 

.btn_n1::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.btn_n1:hover {
    background: #BFFAB9;
    color: var(--primary-black);
}

.btn_n2:hover {
    background: #9ECEFF;
    color: var(--primary-black);
}

.btn_n3:hover {
    background: #FF9ECE;;
    color: var(--primary-black);
}

.btn_n2 {
    display: block;
    content: '';
    width: 85%;
    padding: 5px; 
    border-radius: 50px;
    background: var(--primary-blue);
    /* border: 3px solid #E8F9D2 ; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 10px auto 50px;
    position: relative;
} 

.btn_n2::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    top: 50%; 
    transform: translateY(-50%) 
}

.btn_n3 {
    display: block;
    content: '';
    width: 85%;
    padding: 5px; 
    border-radius: 50px;
    background: var(--primary-pink);
    /* border: 3px solid #E8F9D2 ; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 10px auto 50px;
    position: relative;
} 

.btn_n3::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    top: 50%; 
    transform: translateY(-50%) 
}

/* nayami */
@media screen and  (min-width: 900PX) {
    .section--nayami {
        padding: 80px 0 0;
    }
    
    .section__topic { 
        color: var(--primary-black);
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        background-image: url(../images/nayami_asirai.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }

    .section__topic br { 
        display: none;
    }
    
    .nayami__list {
        margin-top: 30px;
        display: flex;
        gap: 50px;
        justify-content: center;
        padding-right: 9.7%;
        padding-left: 9.7%;
        flex-wrap: wrap;
    }
    
    .nayami__txt {
        color: #4F4844;
        font-family: "Zen Maru Gothic";
        font-size: 1.25rem;
        text-align: center;
        margin: 0 auto;
    }
    
    .nayami__img {
        width: 300px;
        margin: 8px auto;
    }

    .btn_n1 {
        display: block;
        content: '';
        width: 345px;
        height: 69px;
        padding: 5px 13px; 
        border-radius: 50px;
        background: var(--primary-green);
        /* border: 3px solid #E8F9D2 ; */
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
        color: var(--primary-black);
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 50px auto;
        position: relative;
    } 
    
    .btn_n1::after {
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 50px; 
        top: 50%; 
        transform: translateY(-50%) 
    }
    
    .btn_n2 {
        display: block;
        content: '';
        width: 345px;
        height: 69px;
        padding: 5px 13px; 
        border-radius: 50px;
        background: var(--primary-blue);
        /* border: 3px solid #E8F9D2 ; */
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
        color: var(--primary-black);
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 50px auto;
        position: relative;
    } 
    
    .btn_n2::after {
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px; 
        top: 50%; 
        transform: translateY(-50%) 
    }
    .btn_n3 {
        display: block;
        content: '';
        width: 345px;
        height: 69px;
        padding: 5px 13px; 
        border-radius: 50px;
        background: var(--primary-pink);
        /* border: 3px solid #E8F9D2 ; */
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
        color: var(--primary-black);
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 73px auto;
        position: relative;
    } 
    
    .btn_n3::after {
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 60px; 
        top: 50%; 
        transform: translateY(-50%) 
    }
}

/* nayami pc  */

/* ===============
flow
================= */
.section--flow {
    padding: 50px 4% 50px;
    background: url(../images/haikei_all.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

.flow__sheet {
    position: relative;
}

.section__topicFL {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.62rem;
    font-weight: 700;
    margin: 0px auto;
    padding: 50px 4% 0;
    color: #4F4844;
    line-height: 1.6; 
    background-color: #ffffff;
    text-align: center;
}


.flow__list {
    padding: 40px 0 0 26px;
    background-color: #ffffff;
    padding: 50px 0 0 0;
}

.flow__item,
.flow__item6 {
    display: flex;
    margin-top: 112px;
    padding-left: 16px;
    padding-right: 16px;
}

.flow__item:first-of-type {
    display: flex;
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
}

.flow__no {
    color: #ffffff;
    font-family: Inter;
    font-size: 2.25rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FDA923;
    text-align: center;
} 

.flow__left {
    color: #ffffff;
    font-family: Inter;
    font-size: 2.25rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FDA923;
    text-align: center;
}

.flow__left img {
    width: 70px;
}

.flow__title,
.flow__title2,
.flow__title3,
.flow__title4,
.flow__title5,
.flow__title6 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    margin-left: 30px;
}

.flow__title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -33px;
    top: 0%;
}

.flow__title2::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -33px;
    top: 0%;
}

.flow__title3::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: 0%;
}

.flow__title4::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -36px;
    top: 0%;
}

.flow__title5::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_5.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -36px;
    top: 0%;
}

.flow__title6::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/flow_6.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -36px;
    top: 0%;
}

.flow__txt {
    font-size: 1.1rem;
    line-height: 2; 
    margin-top: 15px;
}

.flow__sheet::after{
    content: "";
    display: block;
    background-image: url(../images/work1_megane.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 163px;
    right: 8%;
    top: 186px;
    position: absolute;
}

.flow__naiyou {
    display: block;
    margin-left: 30px;
    position: relative;
}


.flow__item img {
    width: 18px;
    height: 50px;
}

.flow__item6 img {
    display: none;
}

.flow__hosoku {
    font-size: 1rem;
    line-height: 2; /* 200% */
    padding: 35px 7.5% 50px;
    background-color: #ffffff;
}

.flow__todacity {
    color:#FDA923;
}

.flow__hosoku_pc {
    display: none;
}

/* flow */
@media screen and  (min-width: 900PX) {
    .section--flow {
        padding: 80px 11.7% 80px;
        background: url(../images/haikei_all.png);
        background-position: center;
        background-repeat: repeat;
        background-size: contain;
    }
    
    .flow__sheet {
        position: relative;
        padding-top: 80px;
    }
    
    .section__topicFL {
        color: var(--primary-black);
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 700;
        margin: 0 auto;
        padding: 0 4%;
        color: #4F4844;
        text-align: center;
        background: none;
    }
    
    
    .flow__list {
        margin-top: 40px;
        padding-top: 54px;
        padding-bottom: 54px;
    }
    
    .flow__item,
    .flow__item6 {
        display: flex;
        margin-top: 112px;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .flow__item:first-of-type {
        display: flex;
        margin-top: 0px;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .flow__no {
        color: #ffffff;
        font-family: Inter;
        font-size: 2.25rem;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #FDA923;
        text-align: center;
    } 
    
    .flow__left {
        color: #ffffff;
        font-family: Inter;
        font-size: 2.25rem;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #FDA923;
        text-align: center;
    }
    
    .flow__left img {
        width: 70px;
    }
    
    .flow__naiyou {
        display: block;
    }

    .flow__title,
    .flow__title2,
    .flow__title3,
    .flow__title4,
    .flow__title5,
    .flow__title6 {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.4;
        position: relative;
        margin-left: 0px;
        width: 320px;
    }
    
    .flow__title::before {
        content: '';
        display: block;
        width: 90px;
        height: 93px;
        background-image: url(../images/flow_1.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -92px;
        top: -15px;
    }
    
    .flow__title2::before {
        content: '';
        display: block;
        width: 100px;
        height: 88px;
        background-image: url(../images/flow_2.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -92px;
        top: -15px;
    }
    
    .flow__title3::before {
        content: '';
        display: block;
        width: 89px;
        height: 85px;
        background-image: url(../images/flow_3.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -92px;
        top: -15px;
    }
    
    .flow__title4::before {
        content: '';
        display: block;
        width: 110px;
        height: 121px;
        background-image: url(../images/flow_4.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -106px;
        top: -15px;
    }
    
    .flow__title5::before {
        content: '';
        display: block;
        width: 119px;
        height: 121px;
        background-image: url(../images/flow_5.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -112px;
        top: -15px;
    }
    
    .flow__title6::before {
        content: '';
        display: block;
        width: 110px;
        height: 102px;
        background-image: url(../images/flow_6.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -107px;
        top: -15px;
    }
    
    .flow__txt {
        font-size: 1.1rem;
        line-height: normal;
        margin-top: 0px;
        width: 194px;
    }
    
    .flow__sheet::after{
        content: "";
        display: block;
        background-image: url(../images/work1_megane.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 200px;
        height: 300px;
        left: 83%;
        top: 1041px;
        position: absolute;
        /* right: -71px; */
    }
    
    .flow__naiyou {
        display: block;
        margin-left: 156px;
        position: relative;
        display: flex;
    }
    
    
    .flow__item img {
        width: 18px;
        height: 50px;
    }
    
    .flow__hosoku_pc {
        margin-top: 35px;
        font-size: 1.1rem;
        line-height: 2; /* 200% */
        padding: 0 7.5% 0px;
        display: block;
        text-align: center;
    }

    .flow__hosoku {
        font-size: 1rem;
        line-height: 2;
        padding: 35px 7.5% 50px;
        background: none;
        text-align: center;
    }
    
    .flow__todacity {
        color:#FDA923;
    }
}

/* pc 769px */





















