﻿/* flow */

/* contents
----------------------------------------- */
.page-visual-area {
    background: url(../image/page-visual_sp19.webp) center center no-repeat;
    background-size: cover;
}

.no-webp .page-visual-area {
    background: url(../image/page-visual_sp19.jpg) center center no-repeat;
    background-size: cover;
}

/* flow-sec */
.flow-sec {
    margin-bottom: 80px;
    padding: 0 20px;
}

/* flow-list */
.flow-list {}

.flow-list li {
    display: flex;
    margin-bottom: 50px;
}

.flow-list .icon-side {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #2F2E2F;
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
}

.flow-list .icon-side::after {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 33px;
    width: 14px;
    height: 11.6px;
    background: url(../image/flow-arrow.svg) 0 0 no-repeat;
    background-size: 14px 11.6px;
}

.flow-list li:last-child .icon-side::after {
    display: none;
}

.flow-list .icon-side img {
    width: auto;
    max-width: 80px;
}

.flow-list .text-side {
    width: calc(100% - 110px);
}

.flow-list_ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}

.flow-list_ttl .step-num {
    display: block;
    margin-bottom: 6px;
    font-family: "Inter", system-ui;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.flow-list_ttl .step-name {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

.flow-list_btn {
    margin-top: 20px;
    text-align: right;
}
















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


    /* contents
----------------------------------------- */
    .page-visual-area {
        background: url(../image/page-visual_pc19.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .page-visual-area {
        background: url(../image/page-visual_pc19.jpg) center center no-repeat;
        background-size: cover;
    }

    /* flow-sec */
    .flow-sec {
        margin-bottom: 100px;
        padding: 0 60px;
    }

    /* flow-list */
    .flow-list {}

    .flow-list li {
        display: flex;
        margin-bottom: 70px;
    }

    .flow-list .icon-side {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 120px;
        margin-right: 60px;
        border-radius: 50%;
        background-color: #2F2E2F;
        filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
    }

    .flow-list .icon-side::after {
        content: "";
        position: absolute;
        bottom: -41px;
        left: 53px;
        width: 14px;
        height: 11.6px;
        background: url(../image/flow-arrow.svg) 0 0 no-repeat;
        background-size: 14px 11.6px;
    }

    .flow-list li:last-child .icon-side::after {
        display: none;
    }

    .flow-list .icon-side img {}

    .flow-list .text-side {
        width: calc(100% - 180px);
    }

    .flow-list_ttl {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #999;
    }

    .flow-list_ttl .step-num {
        display: block;
        width: 5em;
        margin: 5px 0 0 0;
        font-family: "Inter", system-ui;
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .flow-list_ttl .step-name {
        display: block;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 1.4;
    }

    .flow-list_btn {
        margin-top: 20px;
        text-align: right;
    }



}

/* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {


    /* contents
----------------------------------------- */
    .page-visual-area {
        background: url(../image/page-visual_pc19.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .page-visual-area {
        background: url(../image/page-visual_pc19.jpg) center center no-repeat;
        background-size: cover;
    }

    /* flow-sec */
    .flow-sec {
        max-width: 1000px;
        margin: 0 auto 100px;
        padding: 0 40px;
    }

    /* flow-list */
    .flow-list {}

    .flow-list li {
        display: flex;
        margin-bottom: 70px;
    }

    .flow-list li:nth-child(1) {
        margin-bottom: 60px;
    }

    .flow-list .icon-side {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        height: 220px;
        margin-right: 100px;
        border-radius: 50%;
        background-color: #2F2E2F;
        filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
    }

    .flow-list .icon-side::after {
        content: "";
        position: absolute;
        bottom: -43px;
        left: 50%;
        width: 18.8px;
        height: 15.6px;
        margin-left: -9px;
        background: url(../image/flow-arrow.svg) 0 0 no-repeat;
        background-size: 18.8px 15.6px;
    }

    .flow-list li:last-child .icon-side::after {
        display: none;
    }

    .flow-list .icon-side img {}

    .flow-list .text-side {
        width: calc(100% - 320px);
        padding-top: 27px;
    }

    .flow-list_ttl {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
        padding-bottom: 30px;
        border-bottom: 1px solid #999;
    }

    .flow-list_ttl .step-num {
        display: block;
        width: 6em;
        margin: 5px 0 0 0;
        font-family: "Inter", system-ui;
        font-size: 1.7rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .flow-list_ttl .step-name {
        display: block;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 1.4;
    }

    .flow-list_btn {
        margin-top: 20px;
        text-align: right;
    }



}

/* PC end */

/* PC:1201px - */
@media only screen and (min-width: 1201px) {}

/* PC end */

#flow #contents {
    padding-top: 60px;
}

#flow .flow-con .sec-ttl.left {
    background-color: #2F2E2F;
    padding: 50px 20px;
    margin-bottom: 80px;
}

#flow .sec-ttl .eng {
    font-family: "Noto Serif JP", serif;
    margin-top: 10px;
}

#flow .sec-ttl.left .jpn {
    font-family: "Cormorant Garamond", system-ui;
}

#flow .flow-info {
    width: 98%;
    max-width: 1120px;
    margin: -30px auto 0 auto;
    border: 1px solid #949494;
    background-color: rgba(47, 46, 47, .35);
    padding: 4% 0;
    position: relative;
    z-index: 1;
}


#flow .flow-info::before {
    display: block;
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(47, 46, 47, .35);
    position: absolute;
    top: -10px;
    left: -10px;
}

#flow .flow-info h3 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    position: relative;
}

#flow .flow-info .txt {
    width: 90%;
    max-width: 880px;
    margin: 4% auto 0 auto;
    position: relative;
}

#flow .flow-info .txt p {
    font-size: 1.6rem;
    color: #FFFFFF;
}


#flow .about-slide-typo {
    position: relative;
    width: 100%;
    z-index: 1;
}

#flow .about-slide-typo p {
    width: 805px !important;
    height: auto;
    margin-right: 30px;
}

#flow .about-slide-typo p img {
    width: 805px !important;
    height: auto;
}

@media only screen and (min-width: 560px) {
    #flow .about-slide-typo {
        position: relative;
        width: 100%;
    }

    #flow .about-slide-typo p {
        width: 2005px !important;
        height: auto;
        margin-right: 30px;
    }

    #flow .about-slide-typo p img {
        width: 2005px !important;
        height: auto;
    }
}

@media only screen and (min-width: 960px) {
    #flow .about-slide-typo {
        position: relative;
        width: 100%;
    }

    #flow .about-slide-typo p {
        width: 2005px !important;
        height: auto;
        margin-right: 30px;
    }

    #flow .about-slide-typo p img {
        width: 2005px !important;
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    #flow .flow-info{
        margin-top: 0;
    }
    #flow .flow-info h3,
    #flow .sec-ttl .eng {
        font-size: 2.2rem;
    }

    #flow .flow-info .txt p {
        font-size: 1.4rem;
    }

    .flow-list .icon-side img {
        max-width: 36px;
    }
}