@charset "UTF-8";

/* 
------------------------------------*/
.flowLayout .h2_wrap {
    background-image: url("../img/flow/h2_sp.png");
}
.flowLayout .h2_wrap::after {
    background-image: url("../img/flow/flow_h2.png");
    width: 230px;
  height: 120px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .flowLayout .h2_wrap {
                    background-image: url("../img/flow/h2.png");
                }
                .flowLayout .h2_wrap::after {
                    width: 390px;
                    height: 202px;
                    bottom: -80px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* c01
------------------------------------*/
.flowLayout #c01 h3 {
    color: #000;
    position: relative;
    margin-bottom: 110px;
    font-size: 1.7rem;
}
.flowLayout #c01 h3::before {
    position: absolute;
    content: "OneStop";
    z-index: -1;
    background: linear-gradient(to right, #c5c5c5 ,#4d91ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    font-size: 5.5rem;
    bottom: -40px;
    left: 0;
}
.flowLayout #c01 h4 {
    border-bottom: none;
    padding-left: 0;
    color: #0164ab;
    font-size: 1.4rem;
    line-height: 1.8;
}
.flowLayout #c01 h4::before {
    content: none;
}
.flowLayout #c01 h4 span {
    line-height: 0.8;
}
.flowLayout #c01 p {
    font-weight: bold;
    line-height: 2.2;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .flowLayout #c01 h3 {
                    margin-bottom: 200px;
                    font-size: 2.5rem;
                }
                .flowLayout #c01 h3::before {
                    font-size: 11.5rem;
                    bottom: -110px;
                }
                .flowLayout #c01 h4 {
                    font-size: 1.8rem;
                    line-height: 1.8;
                }
                .flowLayout #c01 .flex {
                    display: block;
                }
                .flowLayout #c01 .flex_box01:not(:last-child) {
                    margin-bottom: 30px;
                }
                .flowLayout #c01 .flex_box01 {
                    width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .flowLayout #c01 h3 {
                    margin-bottom: 270px;
                    font-size: 3rem;
                }
                .flowLayout #c01 h3::before {
                    font-size: 13.5rem;
                    bottom: -150px;
                }
                .flowLayout #c01 h4 {
                    font-size: 1.8rem;
                    line-height: 1.8;
                }
                .flowLayout #c01 .flex {
                    display: flex;
                }
                .flowLayout #c01 .flex_box01:not(:last-child) {
                    margin-bottom: 0;
                }
                .flowLayout #c01 .flex_box01 {
                    width: calc(96% / 2);
                }
            }



/* c02
------------------------------------*/
.flowLayout #c02 .flow_li {
    position: relative;
    counter-reset: num;
}
.flowLayout #c02 .flow_li::after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #0163ab;
    height: calc(100% - 450px);
    left: 40px;
    top: 5px;
}
.flowLayout #c02 .flow_li > li {
    padding-left: 100px;
    position: relative;
    counter-increment: num;
    z-index: 1;
}
.flowLayout #c02 .flow_li  > li:not(:last-child) {
    margin-bottom: 60px;
}
.flowLayout #c02 .flow_li .f_step {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #84a4c8;
    color: #fff;
    top: -10px;
    left: 0;
    font-size: 0.8rem;
}
.flowLayout #c02 .flow_li .f_step span {
    font-size: 1.1rem;
    position: relative;
    top: -2px;
    display: inline-block;
}
.flowLayout #c02 .flow_li .icon img {
    margin-left: 0;
}
.flowLayout #c02 .flow_li .icon {
    margin-bottom: 20px;
}
.flowLayout #c02 .flow_li p {
    line-height: 2;
}
.flowLayout #c02 .flow_li .ttl {
    color: #84a4c8;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.flowLayout #c02 .flow_li .flex, .flowLayout #c02 .flow_li .w_box {
    margin-top: 30px;
}
.flowLayout #c02 .flow_li .f_ttl {
    color: #0163ab;
    font-weight: bold;
    margin-bottom: 10px;
}
.flowLayout #c02 .flow_li .btn {
    padding-left: 55px;
    width: calc(100% - 85px);
    margin-top: 0;
}
.flowLayout #c02 .flow_li .btn::before {
    position: absolute;
    content: "";
    background: url("../img/flow/flow_icon01a.png")no-repeat center center/cover;
    width: 25px;
    height: 16px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.flowLayout #c02 .flow_li .flex_box01:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
}
.flowLayout #c02 .tel_box, .flowLayout #c02 .tel_box a {
    color: #0163ab;
    font-weight: bold;
}
.flowLayout #c02 .tel {
    font-size: 2.5rem;
    line-height: 1;
}
.flowLayout #c02 .s {
    font-size: 0.9rem;
}
.flowLayout #c02 .flow_li .w_box .f_ttl  {
    text-align: center;
}
.flowLayout #c02 .flow_li .w_box .cir_li {
    margin-bottom: 0;
}
.flowLayout #c02 .flow_li .w_box .cir_li > li:not(:last-child) {
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .flowLayout #c02 .flow_li > li {
                    padding-left: 160px;
                }
                .flowLayout #c02 .flow_li::after {
                    left: 62.5px;
                }
                .flowLayout #c02 .flow_li .btn {
                    padding-left: 65px;
                    width: calc(100% - 95px);
                }
                .flowLayout #c02 .flow_li .btn::before {
                    width: 34px;
                    height: 22px;
                }
                .flowLayout #c02 .flow_li .flex_box01:not(:last-child) {
                    padding-bottom: 0;
                    border-bottom: none;
                    padding-right: 2%;
                    border-right: 1px solid #b9b9b9;
                }
                .flowLayout #c02 .flow_li .f_step {
                    width: 125px;
                    height: 125px;
                    font-size: 1.2rem;
                }
                .flowLayout #c02 .flow_li .f_step span {
                    font-size: 1.6rem;
                }
                .flowLayout #c02 .flow_li::after {
                    height: calc(100% - 260px);
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .flowLayout #c02 .flow_li  > li {
                    display: flex;
                    justify-content: space-between;
                    padding-top: 30px;
                }
                .flowLayout #c02 .flow_li .icon {
                    margin-bottom: 0;
                    width: 18%;
                }
                .flowLayout #c02 .flow_li  > li > div {
                    width: 80%;
                }
                .flowLayout #c02 .flow_li::after {
                    height: calc(100% - 150px);
                }
            }



/* c03
------------------------------------*/
.flowLayout #c03 {
    margin-bottom: 100px;
}
.flowLayout #c03.g_bg .g_wrap {
    background-image: none;
}
.flowLayout #c03 .g_wrap .inner > div:not(:last-child) {
    margin-bottom: 80px;
}
.flowLayout #c03 .g_wrap tr {
    border-bottom: none;
}
.flowLayout #c03 .g_wrap td:first-child {
    padding: 20px 20px 5px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .flowLayout #c03 {
                    margin-bottom: 170px;
                }
                .flowLayout #c03 .g_wrap td:first-child {
                    padding: 10px 20px;
                    width: 20%;
                }
                .flowLayout #c03 .g_wrap td:last-child {
                    padding: 10px 20px;
                    width: 80%;
                }
                .flowLayout #c03 .g_wrap td {
                    vertical-align: baseline;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .flowLayout #c03 .g_wrap td:first-child {
                    width: 15%;
                }
                .flowLayout #c03 .g_wrap td:last-child {
                    width: 85%;
                }
            }



/* 
------------------------------------*/


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* 
------------------------------------*/


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }