/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #212426;
    overflow-x: hidden;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.rel {
    position: relative;
}

.fc_or {
    color: #ef8402;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

img {
    height: auto;
}

/* 吹き出し */
.balloom {
    position: relative;
}

.balloom__box {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
}

.balloom__txt {
    display: inline-block;
    font-weight: bold;
    background: #fff;
    border-radius: 30px;

    color: #062234;
}

@media (min-width: 769px) {
    .balloom__txt {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (max-width: 768px) {
    .balloom__txt {
        font-size: 12px;
        padding: 3px 25px;
    }
}

.balloom__txt.blue {
    border: 1px solid #136096;
}

.balloom__txt.orange {
    border: 1px solid #A05C08;
}

.balloom__txt::before,
.balloom__txt::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -3px;
}

.balloom__txt::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #136096 transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    bottom: -4px;
}

.balloom__txt::after {
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    z-index: 3;
}

@media (max-width: 768px) {
    .balloom__txt::before {
        bottom: -7px;
    }

    .balloom__txt::after {
        bottom: -6px;
    }
}

.base__wrap {
    margin: 0 auto;
}

@media (min-width: 769px) {
    .base__wrap {
        max-width: 1100px;
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .base__wrap {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .base__wrap {
        width: 100%;
        padding: 0 10px;
    }
}

.pc__item {
    display: block;
}

.sp__item {
    display: none;
}

@media (max-width: 768px) {
    .pc__item {
        display: none;
    }

    .sp__item {
        display: block;
    }
}




/* ホバー　下線 */
.hover_under a:hover {
    text-decoration: underline;
}




/*---------------------------------------
 * メイン
 ------------------------------------- */
.main {
    background: #f5faff;
}

@media (min-width: 769px) {
    .main {
        margin: 77px 0 0 0;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .main {
        margin: 7% 0 0 0;
    }
}


@media (min-width: 769px) {
    .main .main__wrap {
        padding: 148px 0 10px;
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/main_bg.png%27%29%20%20%20%20%20}%20}) no-repeat top 64px right / 50%;
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding-left: 30px;
}
}

@media (min-width: 600px) and (max-width: 1023px) {
    .main .main__wrap {
        padding: 30px 10px 10px;
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/main_bg.png%27%29%20%20%20%20%20}%20}) no-repeat top 64px right / 40%;
}
}


@media (max-width: 768px) {
    .main .main__wrap {
        background: none;
        padding: 21% 20px 5%;
    }
}

.main .main__sub__txt {
    background: #1C8BFF;
    padding: 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.main .main__sub__txt .large,
.main .main__sub__txt .small {
    display: inline-block;
}

@media (min-width: 769px) {
    .main .main__sub__txt {
        font-size: 26px;
        margin: 0 0 24px;
    }

    .main .main__sub__txt .small {
        font-size: 22px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .main .main__sub__txt {
        font-size: 22px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .main .main__sub__txt {
        font-size: 18px;
        margin: 0 0 18px;
        background: none;
        display: block;
        text-align: center;
        padding: 0;
    }

    .main .main__sub__txt .small {
        font-size: 14px;
    }

    .main .main__sub__txt__span {
        display: inline-block;
        background: #1C8BFF;
        padding: 12px 10px;
    }
}

.main .main__ttl {
    font-weight: bold;
    color: #1c8dff;
    letter-spacing: 0.005em;
}

@media (min-width: 769px) {
    .main .main__ttl {
        font-size: 54px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .main .main__ttl {
        font-size: 48px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .main .main__ttl {
        font-size: 38px;
        text-align: center;
        margin: 0 0 12px;
        line-height: 1.3;
    }
}

.main .main__txt {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.005em;
    color: #212426;
}

@media (min-width: 769px) {
    .main .main__txt {
        font-size: 20px;
        margin: 0 0 44px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .main .main__txt {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main .main__txt {
        font-size: 18px;
        margin: 0 0 16px;
        text-align: center;
    }

    .main__img {
        margin: 0 0 16px;
    }

    .main__img img {
        width: 100%;
    }
}

.main .main__txt02 {
    text-align: center;
}

.main .main__txt02__in {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 28px 8px 28px;
    color: #2e2c26;
}

.main .main__txt02__in::before,
.main .main__txt02__in::after {
    content: "";
    display: inline-block;
    width: 32px;
    font-weight: bold;
    height: 58px;
    position: absolute;
}

.main .main__txt02__in::before {
    background: url({{%20get_asset_url%28%27/floza/assets/images/top/main_bg02_l.png%27%29%20}%20}) no-repeat center / contain;
left: 0;
bottom: 0;
}

.main .main__txt02__in::after {
    background: url({{%20get_asset_url%28%27/floza/assets/images/top/main_bg02_r.png%27%29%20}%20}) no-repeat center / contain;
right: 0;
bottom: 0;
}

.main .main__txt02__in strong {
    font-weight: bold;
    line-height: 1;
    color: #ef8402;
    padding: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.main .main__txt02__in span {
    color: #efcb02;
    font-size: 12px;
}

@media (min-width: 769px) {
    .main .main__txt02 {
        margin: 0 0 52px;
    }

    .main .main__txt02__in {
        font-size: 30px;
        padding: 0 28px 8px 28px;
    }

    .main .main__txt02__in strong {
        font-size: 45px;
    }

}

@media (max-width: 768px) {
    .main .main__txt02 {
        margin: 0 0 24px;
    }

    .main .main__txt02__in {
        font-size: 22px;
        padding: 0 20px 16px 20px;
    }

    .main .main__txt02__in strong {
        font-size: 40px;
        padding: 0 5px;
        vertical-align: sub;
    }
}

.main__btn__list {
    margin: 0 0 36px;
}

.main__btn__list li {
    font-size: 16px;
}

@media (min-width: 769px) {
    .main__btn__list {
        display: flex;
        justify-content: center;
        margin: 0 0 36px;
    }

    .main__btn__list li {
        margin: 0 18px 0 0;
        max-width: 380px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main__btn__list {
        margin: 0 0 36px;
    }

    .main__btn__list li {
        margin: 0 0 40px;
        width: 100%;
    }
}

.main__btn__list li:last-child {
    margin: 0;
}

.main__btn__list li a {
    padding: 25px 20px 17px;
}

@media (min-width: 769px) {
    .main__btn__list li a {
        padding: 25px 20px 17px;
    }

    .main__btn__list li a.btn_orange {
        padding-top: 22px;
    }
}

@media (max-width: 768px) {
    .main__btn__list li a {
        padding: 15px 10px;
    }
}

.main__noto {
    font-size: 15px;
    font-weight: 500;
}



/*---------------------------------------
 * three__point
 ------------------------------------- */

/* 背景文字付き見出し */
.bg__ttl {
    font-weight: bold;
    letter-spacing: 0.002em;
    position: relative;
    text-align: center;
    z-index: 3;
    vertical-align: text-bottom;
}

.bg__ttl .bg__ttl__eng {
    font-weight: bold;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg__ttl__logo {
    position: relative;
    z-index: 3;
    vertical-align: text-bottom;
}

.three__point__ttl__bg {
    color: #fff;
}

@media (min-width: 769px) {
    .bg__ttl {
        font-size: 36px;
    }

    .bg__ttl .bg__ttl__eng {
        font-size: 150px;
        top: -80px;
    }
}

@media (max-width: 768px) {
    .bg__ttl {
        font-size: 24px;
    }

    .bg__ttl .bg__ttl__eng {
        font-size: 74px;
        top: -32px;
    }
}

.three__point {
    background: #f7f7f7;
}


.three__point__ttl span {
    display: block;
    line-height: 1;
}

.three__point__ttl strong {
    font-weight: bold;
    color: #1ca0ff;
}

@media (min-width: 769px) {
    .three__point {
        padding: 80px 0 1px;
    }

    .three__point__ttl {
        margin: 0 0 90px;
    }

    .three__point__ttl strong {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .three__point {
        padding: 50px 0 60px;
    }

    .three__point__ttl {
        margin: 0 0 70px;
    }

    .three__point__ttl strong {
        font-size: 34px;
    }
}

.three__point__ttl .three__point__logo {
    margin: 0 auto;
}

.three__point__ttl .three__point__logo img {
    width: 100%;
}

@media (min-width: 769px) {
    .three__point__ttl .three__point__logo {
        max-width: 126px;
    }

}

@media (max-width: 768px) {
    .three__point__ttl .three__point__logo {
        max-width: 23%;
    }
}

@media (min-width: 769px) {
    .three__point__ttl .bg__ttl .bg__ttl__eng {
        top: -85px;
    }

}

.three__point__ttl__txt {
    position: relative;
    z-index: 3;
    line-height: 1.6;
    font-weight: 900;
}

.three__point__ttl__fzMin {
    font-size: 30px;
    display: block;
}


.three__point .three__point__list li {
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}

.three__point .three__point__list li:nth-of-type(3) {
    margin: 0;
}

@media (min-width: 769px) {
    .three__point .three__point__list li {
        padding: 77px 20px 43px;
    }
}

@media (max-width: 768px) {
    .three__point .three__point__list li {
        margin: 0 0 20%;
        width: 100%;
        padding: 15% 5% 10%;
    }

    .three__point .three__point__list li:last-child {
        margin: 0;
    }
}

.point__number {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #1ca0ff;
    border-radius: 50%;
    color: #fff;
    padding: 15px;
    width: 77px;
    height: 77px;
}

.point__number span {
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.point__number .point {
    font-size: 14px;
}

.point__number .num {
    font-size: 36px;
}

.three__point__img {
    margin: 0 auto 50px;
    text-align: center;
}

.three__point__img img {
    max-width: 100%;
}

@media (min-width: 769px) {
    .three__point__img {
        display: flex;
        align-items: center;
        max-width: 250px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .three__point__img {
        max-width: 80%;
    }
}

.three__point__ttl02 {
    font-weight: 900;
    line-height: 1.5;
    color: #0054c6;
    text-align: center;
}

.three__point__txt {
    line-height: 1.6;
    font-weight: 600;
}

@media (min-width: 769px) {
    .three__point__ttl02 {
        font-size: 22px;
        margin: 0 auto 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .three__point__txt {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .three__point__ttl02 {
        font-size: 22px;
        margin: 0 auto 22px;
    }

    .three__point__txt {
        font-size: 16px;
        line-height: 1.6;
    }
}


/*---------------------------------------
 * overview
 ------------------------------------- */

.overview {
    background: #fff;
}

@media (min-width: 769px) {
    .overview {
        padding: 112px 0 70px;
    }
}

@media (max-width: 768px) {
    .overview {
        padding: 10% 0 8%;
    }

    .overview .bg__ttl .bg__ttl__eng {
        font-size: 62px;
        top: -24px;
    }
}

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

@media (min-width: 769px) {
    .overview__ttl {
        margin: 0 auto 48px;
    }
}

@media (max-width: 768px) {
    .overview__ttl {
        margin: 0 auto 8%;
    }
}

.overview__ttl__bg {
    color: #f5faff;
}

.overview__logo {
    max-width: 150px;
    display: inline-block;
    margin: 0 6px 0 0;
}

.overview__logo img {
    width: 100%;
}

@media (min-width: 769px) {
    .overview__logo {
        max-width: 135px;
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .overview__logo {
        max-width: 100px;
    }
}

.overview__ttl__txt {
    position: relative;
    font-weight: bold;
    line-height: 1;
    z-index: 2;
    margin-top: 30px;
}

.overview__txt {
    text-align: center;
    margin: 0 auto 12px;
}

.overview__txt__eng {
    font-weight: bold;
}

@media (min-width: 769px) {
    .overview__txt__eng {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .overview__txt__eng {
        font-size: 22px;
    }
}

.overview__txt__jp {
    font-size: 17px;
}

.overview__list {}


.overview__list li {
    color: #fff;
    padding: 8px 10px;
}

.overview__list li:nth-of-type(1) {
    background: #FE5E6C;
}

.overview__list li:nth-of-type(2) {
    background: #25CFD9;
}

.overview__list li:nth-of-type(3) {
    background: #1BA0FF;
}

.overview__list li:nth-of-type(4) {
    background: #EF8401;
}

@media (min-width: 769px) {
    .overview__list {
        display: flex;
        justify-content: space-between;
        width: 546px;
        margin: 0 auto 24px;
    }

    .overview__list li {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .overview__list {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
        margin-bottom: 10px;
    }

    .overview__list li {
        font-size: 18px;
        margin: auto;
    }
}

.overview__txt02 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 34px;
}

.overview__img img {
    width: 100%;
}

/*---------------------------------------
 * feature
 ------------------------------------- */

#feature {
    background: #e6f5ff;
}

@media (min-width: 769px) {
    #feature {
        padding: 70px 0 47px;
    }
}

@media (max-width: 768px) {
    #feature {
        padding: 8% 0;
    }
}

.feature__ttl {
    font-weight: bold;
    text-align: center;
}

@media (min-width: 769px) {
    .feature__ttl {
        font-size: 30px;
        line-height: 1.5;
        margin: 0 0 57px;
    }
}

@media (max-width: 768px) {
    .feature__ttl {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
}

.feature__ttl__wrap {
    display: inline-block;
}

.feature__ttl .feature__logo {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: super;
    margin: 0 6px 0 0;
}

@media (min-width: 769px) {
    .feature__ttl .feature__logo {
        max-width: 110px;

    }
}

@media (max-width: 768px) {
    .feature__ttl .feature__logo {
        max-width: 75px;
    }
}

.feature__ttl .feature__logo img {
    width: 100%;
}

.feature__ttl .linefeed {
    display: block;
}

.feature__list {
    display: flex;
}

@media (min-width: 769px) {
    .feature__list__head {
        padding-top: 66px;
    }
}

@media (max-width: 768px) {
    .feature__list__head {
        padding-top: 20px;
    }
}

.feature__list img {
    width: 100%;
}

/*---------------------------------------
 * function
 ------------------------------------- */

#function {
    background: #f7f7f7;
}

@media (min-width: 769px) {
    #function {
        padding: 100px 0 70px;
    }
}

@media (max-width: 768px) {
    #function {
        padding: 20% 0 10%;
    }
}

@media (min-width: 769px) {
    .function__ttl {
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    .function__ttl {
        margin: 0 0 32px;
    }
}

.function__ttl--logo {
    display: inline-block;
    max-width: 170px;
    vertical-align: middle;
    position: relative;
    top: -8px;
    margin-right: 5px;
}

.function__ttl__bg {
    color: #fff;
}

@media (min-width: 769px) {
    .function__ttl .function__ttl__bg.bg__ttl__eng {
        top: -60px;
    }
}

@media (max-width: 768px) {
    .function__ttl .function__ttl__bg.bg__ttl__eng {
        font-size: 60px;
        top: -10px;

    }
}

.function__ttl__txt {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
}

.function__ttl__txt div {
    display: inline;
}

@media (min-width: 769px) {
    .function__ttl__txt {
        margin: 0 0 16px;
    }
}

@media (max-width: 768px) {
    .function__ttl__txt {
        margin: 0 0 10px;
    }
}

.function__ttl small {
    font-size: 17px;
    display: block;
    position: relative;
    z-index: 1;
}

#function .btn_push {
    margin: 0 auto;
}

@media (min-width: 769px) {
    #function .btn_push {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    #function .btn_push {
        max-width: 80%;
    }
}

/* カード型2 */
.card_module02 {
    display: flex;
    flex-wrap: wrap;
}

.card_module02 li {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card_module02__ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.card_module02__img {
    max-width: 144px;
    margin: 0 auto 20px;
}

.card_module02__img img {
    width: 100%;
}

@media (min-width: 769px) {
    .card_module02 li {
        width: calc(93% / 4 - 5px);
        margin: 0 32px 60px 0;
        padding: 32px 14px;
    }

    .card_module02 li:nth-child(4n) {
        margin: 0 0 60px;
    }

    .card_module02__ttl {
        font-size: 24px;
        margin: 0 auto 30px;
    }

    .card_module02__img {
        max-width: 144px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 768px) {
    .card_module02 li {
        width: calc(98% / 2 - 3px);
        margin: 0 12px 24px 0;
        padding: 20px 14px 24px;
    }

    .card_module02 li:nth-child(2n) {
        margin: 0 0 24px;
    }

    .card_module02__ttl {
        font-size: 18px;
        margin: 0 auto 20px;
    }

    .card_module02__img {
        max-width: 90px;
        margin: 0 auto 20px;
    }


}

/*---------------------------------------
 * 導入事例
 ------------------------------------- */
#cases {
    margin: 0 0 50px;
}

@media (min-width: 769px) {
    #cases {
        padding: 70px 0;
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    #cases {
        padding: 15% 0;
        margin: 0 0 50px;
    }
}

#cases .cases__ttl {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 40px;
}

#cases .cases__ttl__bg {
    color: #f5faff;
}

@media (min-width: 769px) {
    #cases .cases__ttl__bg {
        top: -105px;
    }
}

.cases__ttl__txt {
    position: relative;
    z-index: 1;
}

#cases .cases_btn a {
    margin: 20px auto 0;
}

@media (min-width: 769px) {
    #cases .cases_btn a {
        width: 400px;
    }
}

@media (max-width: 768px) {
    #cases .cases_btn {
        width: 80%;
        margin: 0 auto;
    }
}

.c-section-header {
    position: relative;
    background-color: #e7f2fd;
    padding: 70px 0;
    margin-top: 35px;
}

.c-section-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin-inline: auto;
    gap: 40px;

    @media (max-width: 768px) {
        display: block;
    }
}


.c-section-header__inner::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url({{%20get_asset_url%28%27/floza/assets/images/cases/case-ttl-deco.svg%27%29%20}%20})no-repeat;
background-size: contain;
left: 0;
top: -97px;
z-index: 1;
transform: rotate(180deg);
@media (max-width: 768px) {

    left:10px;
}
}


.c-section-header__inner::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url({{%20get_asset_url%28%27/floza/assets/images/cases/case-ttl-deco.svg%27%29%20}%20})no-repeat;
background-size: contain;
left: 500px;
bottom: -100px;
z-index: 1;
@media (max-width: 768px) {

    left:0;
    right:10px
}
}



.c-section-header__image {
    @media (max-width: 768px) {

        margin-top: 30px;
    }
}

.c-section-header__text {
    width: 57%;

    @media (max-width: 768px) {

        width: 100%;
    }
}

.c-section-header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    height: auto;
}

.c-section-header__logo img {
    max-width: 120px !important;
    height: auto;
}

.c-section-header__logo span {
    color: #1ca0ff;
}

.c-section-header__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.4;
}

.c-section-header__meta {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.c-section-header__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #333;
}

.c-section-header__meta-label {
    white-space: nowrap;
    color: #939393;
}

.c-section-header__image {
    flex: 1;
    text-align: right;
}

.c-section-header__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.system {
    background: #f7f7f7;
    line-height: 1.6;
    padding: 40px 0;

}

.system .system__ttl {
    color: #1ca0ff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}


/* ボタン */
.btn_module a {
    display: block;
    color: #fff;
    background: #1CA0FF;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.btn_module:hover {
    color: #fff;
    opacity: 0.7;
}

@media (min-width: 769px) {
    .btn_module a {
        padding: 12px 30px;
    }
}

@media (max-width: 768px) {
    .btn_module a {
        font-size: 12px;
        padding: 6px 20px;
    }
}


/* カード型 */
.card_module {
    width: 100%;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .card_module {
        margin-bottom: 40px;
    }
}

.card_module li {
    padding: 30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .card_module li {
        margin-bottom: 40px;
    }
}

.card_module li a {
    color: #585a5c;
}

.card_module_photo {
    margin: 0 0 20px;
}

.card_module_photo img {
    width: 100%;
    height: auto;
}

.card_module_ttl {
    font-size: 24px;
    color: #0054c6;
    margin: 0 0 8px;
    font-weight: 600;
}

.card_module_txt {
    color: #585a5c;
    line-height: 1.5;
    font-weight: 500;
}

@media (min-width: 769px) {
    .card_module {
        display: grid;
        gap: 40px 25px;
        grid-template-columns: repeat(3, 1fr)
    }
}


/*---------------------------------------
 * value
 ------------------------------------- */

#value {
    background: #158FE6;
    position: relative;
}

@media (max-width: 768px) {
    #value {
        padding: 10% 0;
    }
}

#value::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #158FE6 transparent transparent transparent;
}

@media (min-width: 769px) {
    #value::before {
        border-width: 61px 114px 0 114px;
        bottom: -61px;
    }
}

@media (max-width: 768px) {
    #value::before {
        border-width: 20px 30px 0 30px;
        bottom: -20px;
    }
}

#value .base__wrap {
    position: relative;
}

@media (min-width: 769px) {
    #value .base__wrap {
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/value_b01_l.png%27%29%20%20%20%20%20}%20}) no-repeat left 45px bottom 2px / 66px 60%,
url({{%20get_asset_url%28%27/floza/assets/images/top/value_b01_r.png%27%29%20}%20}) no-repeat right 45px bottom / 131px 63%,
#158FE6;
padding: 57px 0 80px;
}
}

@media (max-width: 768px) {
    #value .base__wrap {
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/value_b01_l.png%27%29%20%20%20%20%20}%20}) no-repeat left 30px top 38px / 30px 38%,
url({{%20get_asset_url%28%27/floza/assets/images/top/value_b01_r.png%27%29%20}%20}) no-repeat right 15px top 38px / 50px 38%,
#158FE6;
}
}

.value__ttl {
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

@media (min-width: 769px) {
    .value__ttl {
        font-size: 34px;
        margin: 0 0 32px;
    }
}

@media (max-width: 768px) {
    .value__ttl {
        font-size: 20px;
        margin: 0 0 32px;
    }
}

.value__logo {
    vertical-align: text-bottom;
    margin: 0 auto;
    padding: 0 0 7px;
}

@media (min-width: 769px) {
    .value__logo {
        max-width: 117px;
    }
}

@media (max-width: 768px) {
    .value__logo {
        max-width: 90px;
    }
}

.value__logo img {
    width: 100%;
}


@media (min-width: 769px) {
    .value__txt {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .value__txt {
        font-size: 20px;
    }
}

.dot__module {
    background-image: radial-gradient(circle at center, #ffd527 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
    color: #ffd527;
}

.check__list {
    margin: 0 auto;
}

@media (min-width: 769px) {
    .check__list {
        width: 638px;
    }
}

@media (max-width: 768px) {
    .check__list {
        width: 100%;
    }
}

/* チェックアイコン */

@media (min-width: 769px) {
    .check__list li {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .check__list li {
        font-size: 10px;
    }
}

.icon_check {
    background: #fff;
    padding: 8px 15px;
    margin: 0 0 10px;
}

.icon_check::before {
    content: '';
    background: url({{%20get_asset_url%28%27/floza/assets/images/top/icon_check.png%27%29%20}%20}) no-repeat center / contain;
display: inline-block;
margin: 0 12px 0 0;
}

@media (min-width: 769px) {
    .icon_check {
        padding: 8px 15px;
        margin: 0 0 10px;
    }

    .icon_check::before {
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/icon_check.png%27%29%20%20%20%20%20}%20}) no-repeat center / contain;
width: 21px;
height: 18px;
margin: 0 12px 0 0;
vertical-align: top;
}

}

@media (max-width: 768px) {
    .icon_check {
        padding: 6px 8px;
        margin: 0 0 10px;
    }

    .icon_check::before {
        background: url({{%20get_asset_url%28%27/floza/assets/images/top/icon_check.png%27%29%20%20%20%20%20}%20}) no-repeat center / contain;
width: 13px;
height: 12px;
margin: 0 4px 0 0;
vertical-align: middle;
}
}

/*---------------------------------------
 * all_right
 ------------------------------------- */

#all_right {
    background: #e6f5ff;
    padding: 100px 0 75px;
}

@media (min-width: 769px) {
    #all_right {
        padding: 100px 0 75px;
    }
}

@media (max-width: 768px) {
    #all_right {
        padding: 14% 0 10%;
    }
}

.all_right_ttl__border {
    background: linear-gradient(transparent 60%, #FFD527 40%);
    padding: 0 10px;
    margin: 0 auto 50px;
}

.all_right__ttl {
    font-weight: bold;
    text-align: center;
}

.all_right__logo {
    vertical-align: text-top;
}

.all_right__logo img {
    width: 100%;
}

@media (min-width: 769px) {
    .all_right__ttl {
        font-size: 36px;
        margin: 0 auto 52px;
    }

    .all_right__logo {
        max-width: 130px;
    }
}

@media (max-width: 768px) {
    .all_right__logo {
        vertical-align: initial;
    }

    .all_right__ttl {
        font-size: 26px;
        margin: 0 auto 32px;
    }

    .all_right__logo {
        max-width: 100px;
        line-height: 1;
    }
}

.all_right__number {
    font-weight: bold;
    color: #f5faff;
}

@media (min-width: 769px) {
    .all_right__number {
        font-size: 140px;
    }
}

@media (max-width: 768px) {
    .all_right__number {
        font-size: 80px;
    }
}

.lr_box li {
    background: #fff;
    position: relative;
    min-height: 430px;
    width: 100%;
}

.lr_box li:last-child {
    margin: 0 auto 60px;
}

@media (min-width: 769px) {
    .lr_box li {
        margin: 0 auto 60px;
    }
}

@media (max-width: 768px) {
    .lr_box li {
        margin: 0 auto 30px;
        padding: 30px 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
        text-align: center;
    }
}

@media (min-width: 769px) {
    .lr_box .l_img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .lr_box .l_img {
        margin: 0 auto 40px;
    }
}

.lr_box .l_img img {
    width: 100%;
}

@media (min-width: 769px) {
    .lr_box .l_img img {
        width: 100%;
        height: 100% !important;
        object-fit: contain;
    }
}

@media (max-width: 768px) {

    .lr_box .l_img img,
    .lr_box .r_img img {
        max-width: 70% !important;
    }
}

@media (min-width: 769px) {
    .all_right__box {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
        min-height: 430px;
    }

    .lr_box .r_box {
        padding: 68px 70px 70px 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .lr_box .r_box {
        padding: 68px 30px 70px 290px;
    }
}

@media (max-width: 768px) {
    .lr_box .r_box {
        padding: 0;
    }
}

.lr_box .all_right__ttl02 {
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

@media (min-width: 769px) {
    .lr_box .all_right__ttl02 {
        font-size: 32px;
        margin: 0 0 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .lr_box .all_right__ttl02 {
        font-size: 24px;
        margin: 0 0 16px;
        text-align: left;
        width: 70%;
    }
}

.all_right__txt {
    color: #fff;
    background: #1ba0ff;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.all_right__txt02 {
    line-height: 1.4;
}

@media (min-width: 769px) {
    .all_right__txt {
        font-size: 24px;
        padding: 12px 10px;
        margin: 0 0 32px;
    }

    .all_right__txt02 {
        font-size: 20px;
        max-width: 630px;
    }
}

@media (max-width: 768px) {
    .all_right__txt {
        font-size: 16px;
        padding: 6px 8px;
        margin: 0 0 10px;
        line-height: 1.4;
    }

    .all_right__txt02 {
        font-size: 17px;
        text-align: left;
    }
}

@media (min-width: 769px) {
    .lr_box .r_img {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 3;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
    }
}

@media (max-width: 768px) {
    .lr_box .r_img {
        margin: 0 auto 40px;
    }
}

.lr_box .r_img img {
    width: 100%;
}

@media (min-width: 769px) {
    .lr_box .r_img img {
        width: 100%;
        height: 100% !important;
        object-fit: contain;
    }

    .lr_box .l_box {
        padding: 68px 0 70px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .lr_box .l_box {
        padding: 68px 300px 70px 20px;
    }
}

@media (max-width: 768px) {
    .lr_box .l_box {
        padding: 0;
    }
}

.all_right__list li:nth-child(odd) .all_right__number {
    position: absolute;
}

.all_right__list li:nth-child(even) .all_right__number {
    position: absolute;
}


@media (min-width: 769px) {
    .all_right__list .all_right__number {
        top: -10px;
        right: 30px;
    }

    .all_right__list .all_right__number.v-reverse {
        top: 0px;
        right: 445px;
    }
}

@media (max-width: 768px) {

    .lr_box .r_box,
    .lr_box .l_box {
        position: relative;
    }

    .all_right__list li:nth-child(odd) .all_right__number {
        top: -24px;
        right: 4px;
    }

    .all_right__list li:nth-child(even) .all_right__number {
        top: -24px;
        right: 4px;
    }
}

@media (min-width: 769px) {
    .all_right_img01 {
        left: -60px;
        max-width: 424px;
        max-height: 372px;
        width: 100%;
    }

    .all_right_img02 {
        right: -74px;
        max-width: 430px;
        max-height: 90%;
        width: 100%;
    }

    .all_right_img03 {
        left: -40px;
        max-width: 367px;
        max-height: 90%;
        width: 100%;
    }

    .all_right_img04 {
        right: -40px;
        max-width: 449px;
        max-height: 384px;
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .all_right_img01 {
        max-width: 330px;
        max-height: 300px;
    }

    .all_right_img02 {
        max-width: 380px;
        max-height: 310px;
    }

    .all_right_img03 {
        left: -40px;
        max-width: 300px;
        max-height: 360px;
    }

    .all_right_img04 {
        right: -40px;
        max-width: 320px;
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .lr_box .all_right_img03 {
        margin: 0 auto;
    }

    .all_right_img04 {
        margin: 0 0 20px 30px;
    }
}

/*---------------------------------------
 * scenes
 ------------------------------------- */

#scenes {
    background: #f7f7f7;
}

@media (min-width: 769px) {
    #scenes {
        padding: 135px 0 70px;
    }
}

@media (max-width: 768px) {
    #scenes {
        padding: 10% 0 20%;
    }
}

.scenes__bg {
    color: #fff;
}


.scenes__logo {
    display: inline-block;
}

.scenes__logo img {
    width: 100%;
}

@media (min-width: 769px) {
    .scenes__ttl {
        margin: 0 0 70px;
    }

    .scenes__logo {
        max-width: 130px;
        display: inline-block;
        vertical-align: text-top;
    }
}

@media (max-width: 768px) {
    .scenes__ttl {
        display: flex;
        justify-content: center;
        margin: 0 0 55px;
    }

    .scenes__logo {
        max-width: 88px;
        margin: 0 6px 0 0;
        display: inline-block;
    }
}

.scenes__ttl__txt {
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .scenes__ttl__txt {
        line-height: 1.5;
    }
}

/* カード型3 */
.card_module03__item {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    line-height: 1.6;
}

.card_module03__item:last-child {
    margin: 0;
}

@media (min-width: 769px) {
    .card_module03 {
        display: flex;
    }

    .card_module03__item {
        width: calc(98% / 3 - 5px);
        margin: 0 18px 0 0;
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .card_module03__item {
        width: 100%;
        margin: 0 0 50px;
        padding: 4% 6%;
        min-height: 200px;
    }
}

.card_module03__category {
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.card_module03__category span {
    line-height: 1.3;
    color: #fff;
    background: #1ca0ff;
    border-radius: 30px;
    display: inline-block;
}

@media (min-width: 769px) {
    .card_module03__category span {
        font-size: 18px;
        padding: 8px 20px;
        min-width: 200px;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .card_module03__category span {
        font-size: 16px;
        padding: 4px 10px;
        min-width: 200px;
        max-width: 300px;
    }
}

#scenes .wysiwyg {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #1ca0ff;
}


.wysiwyg a:hover {
    text-decoration: underline;
}


/*---------------------------------------
 * step
 ------------------------------------- */

#step {
    background: #fff;
}

@media (min-width: 769px) {
    #step {
        padding: 130px 0 0;
    }
}

@media (max-width: 768px) {
    #step {
        padding: 10%;
    }
}

@media (min-width: 769px) {
    .step__ttl {
        margin: 0 auto 50px;
    }
}

@media (max-width: 768px) {
    .step__ttl {
        margin: 0 auto 12%;
    }
}

.step__ttl__bg {
    color: #f5faff;
}

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

@media (min-width: 769px) {
    .step_module__item {
        width: calc(98% / 4 - 2px);
        margin: 0 10px 30px 0;
    }

    .step_module__item:nth-child(4n) {
        margin: 0 0 30px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step_module__item {
        width: calc(97% / 4 - 2px);
    }
}

@media (max-width: 768px) {
    .step_module__item {
        width: 100%;
    }
}

.step_module__ttl {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.step_module__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    border-style: solid;
}

@media (min-width: 769px) {
    .step_module__ttl {
        margin: 0 20px 0 0;
        padding: 8px 20px;
        font-size: 20px;
    }

    .step_module__ttl::before {
        right: -19px;
        border-width: 19px 0px 19px 19px;
    }
}

@media (max-width: 768px) {
    .step_module__ttl {
        margin: 0 20px 0 0;
        padding: 10px 20px;
        font-size: 18px;
    }

    .step_module__ttl::before {
        right: -21px;
        border-width: 21px 0px 21px 21px;
    }
}

/* 流れの色 */
.step_module__item:nth-of-type(1) .step_module__ttl {
    background: #A8D8FA;
}

.step_module__item:nth-of-type(1) .step_module__ttl::before {
    border-color: transparent transparent transparent #A8D8FA;
}

.step_module__item:nth-of-type(2) .step_module__ttl {
    background: #91CFFC;
}

.step_module__item:nth-of-type(2) .step_module__ttl::before {
    border-color: transparent transparent transparent #91CFFC;
}

.step_module__item:nth-of-type(3) .step_module__ttl {
    background: #49ACF4;
}

.step_module__item:nth-of-type(3) .step_module__ttl::before {
    border-color: transparent transparent transparent #49ACF4;
}

.step_module__item:nth-of-type(4) .step_module__ttl {
    background: #1CA0FF;
}

.step_module__item:nth-of-type(4) .step_module__ttl::before {
    border-color: transparent transparent transparent #1CA0FF;
}

.step_module__item:nth-of-type(5) .step_module__ttl {
    background: #0A8AE6;
}

.step_module__item:nth-of-type(5) .step_module__ttl::before {
    border-color: transparent transparent transparent #0A8AE6;
}

.step_module__item:nth-of-type(6) .step_module__ttl {
    background: #0D7AC9;
}

.step_module__item:nth-of-type(6) .step_module__ttl::before {
    border-color: transparent transparent transparent #0D7AC9;
}

.step_module__item:nth-of-type(7) .step_module__ttl {
    background: #0467AF;
}

.step_module__item:nth-of-type(7) .step_module__ttl::before {
    border-color: transparent transparent transparent #0467AF;
}

.step_module__item:nth-of-type(8) .step_module__ttl {
    background: #0D5F9B;
}

.step_module__item:nth-of-type(8) .step_module__ttl::before {
    border-color: transparent transparent transparent #0D5F9B;
}

@media (min-width: 769px) {
    .step_mosule__box {
        padding: 20px 20px 20px;
    }
}

@media (max-width: 768px) {
    .step_mosule__box {
        padding: 10% 5%;
    }
}

.step_module__ttl02 {
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 769px) {
    .step_module__ttl02 {
        font-size: 22px;
        height: 70px;
        margin: 0 auto 10px;
    }
}

@media (max-width: 768px) {
    .step_module__ttl02 {
        font-size: 22px;
        margin: 0 auto 12%;
    }
}

.step_module__img {
    max-width: 130px;
    margin: 0 auto 30px;
}

.step_module__img img {
    width: 100%;
}

.step_module__txt {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 auto 40px;
}

@media (min-width: 769px) {
    .step_module__txt {
        font-size: 17px;
        line-height: 1.3;
        margin: 0 auto 40px;
    }
}

@media (max-width: 768px) {
    .step_module__txt {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 auto 40px;
    }
}

.step_module__txt a {
    color: #1ca0ff;
}

.step_module__link a {
    display: block;
    position: relative;
    color: #1ca0ff;
}

@media (min-width: 769px) {
    .step_module__link a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .step_module__link a {
        font-size: 14px;
    }
}

.step_module__link a::before {
    content: "";
    background: url({{%20get_asset_url%28%27/floza/assets/images/top/step_btn_icon.png%27%29%20}%20}) no-repeat left / contain;
width: 16px;
height: 16px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: sub;
}

</style><style>#services {
    background: #fff;
}

@media (min-width: 769px) {
    #services {
        padding: 30px 0 50px;
    }
}

@media (max-width: 768px) {
    #services {
        padding: 10% 0;
    }
}

.services__ttl {
    margin: 0 auto 50px;
}

.services__ttl__bg {
    color: #f5faff;
}


@media (min-width: 769px) {
    #services .bg__ttl .bg__ttl__eng {
        top: -95px;
    }
}

@media (max-width: 768px) {
    #services .bg__ttl .bg__ttl__eng {
        top: -40px;
    }
}

.service__list {

    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .service__list {
        margin: 0 0 20px;
    }
}

.service__list li {
    width: calc(98% / 4 - 5px);
    margin: 0 10px 20px 0;
}

@media (min-width: 600px) and (max-width: 1023px) {
    .service__list li {
        width: calc(98% / 4 - 8px);
    }
}

.step_btn {
    margin: 0 auto;
}

@media (min-width: 769px) {
    .step_btn {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .step_btn {
        width: 80%;
    }
}

/*---------------------------------------
 * faq
 ------------------------------------- */

#faq {
    background: #e6f5ff;
    padding: 80px 0 70px;
}

@media (min-width: 769px) {
    #faq {
        padding: 80px 0 70px;
    }
}

@media (max-width: 768px) {
    #faq {
        padding: 10% 10px;
    }
}

#faq .base__wrap {
    border-radius: 10px;
}

@media (min-width: 769px) {
    #faq .base__wrap {
        background: #fff;
        padding: 90px 28px 30px;
    }
}

@media (max-width: 768px) {
    #faq .base__wrap {
        background: #e6f5ff;
        padding: 10px 0 30px;
    }
}

@media (max-width: 768px) {
    #faq .faq__sp_bg {
        background: #fff;
        border-radius: 10px;
        padding: 30px 10px;
    }
}

#faq .step__ttl02 {
    font-weight: 600;
    border-bottom: 2px solid #E5F5FF;
}

@media (min-width: 769px) {
    #faq .step__ttl02 {
        font-size: 24px;
        padding: 0 0 16px;
        margin: 0 0 34px;
    }

    #faq .step__ttl02.mt {
        margin: 70px 0 0;
    }
}

#faq .step__ttl02 {
    font-size: 20px;
    padding: 0 0 16px;
    margin: 0 0 34px;
}

@media (max-width: 768px) {
    #faq .step__ttl02 {
        padding: 0 0 8px;
        margin: 0 0 34px;
    }
}

summary {
    position: relative;
    padding: 25px 50px 25px 20px;
    cursor: pointer;
    background-color: #E5F5FF;
    border-radius: 10px;
    color: #212426;
    margin: 10px auto;
    letter-spacing: 0.1em;
}

summary::-webkit-details-marker {
    position: absolute;
    color: transparent;
}

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

summary .ac_inner.bg__blue:before {
    content: 'Q ';
    color: #1ca0ff;
    border: 3px solid #1CA0FF;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: -11px;
    left: 0;
    font-family: "Noto Sans";
    font-weight: bold;
}

@media (min-width: 769px) {
    summary .ac_inner.bg__blue:before {
        font-size: 24px;
        width: 45px;
        height: 42px;
        padding: 2px 1px 0 2px;
    }
}

@media (max-width: 768px) {
    summary .ac_inner.bg__blue:before {
        left: -3px;
        font-size: 18px;
        width: 35px;
        height: 35px;
        padding: 3px 0 0 1px;
    }
}

summary:hover,
details[open] summary {
    opacity: 0.7;
}

summary::after {
    content: '+';
    font-size: 40px;
    position: absolute;
    top: 45%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform.5s;
    color: #1ca0ff;
    font-weight: 200;
}

@media (max-width: 768px) {
    summary::after {
        right: 15px;
    }
}

details {
    margin: 0 0 20px;
}

details[open] summary::after {
    content: '－';
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
    font-size: 30px;
}

.ac_inner {
    padding: 20px 20px;
    background: #fff;
    margin: auto;
}

.ac_inner.bg__blue {
    background: #E5F5FF;
    padding: 0;
    position: relative;
    padding: 0 0 0 59px;
}

@media (max-width: 768px) {
    .ac_inner.bg__blue {
        padding: 0 0 0 46px;
    }
}

@media (max-width: 768px) {

    #faq .ac_inner.bg__blue,
    #faq .answer {
        font-size: 13px;
    }
}

.answer {
    padding: 15px 20px;
    margin: auto;
}

.answer p {
    background: none;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #212426;
}

details[open] .answer {
    animation: fadein .5s ease-in-out;
}

.answer {
    display: block;
    padding: 0 0 0 59px;
    position: relative;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .answer {
        padding: 0 0 0 46px;
    }
}

.answer ::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A ";
    color: #fff;
    background: #1CA0FF;
    border-radius: 50%;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
}

@media (min-width: 769px) {
    .answer ::before {
        font-size: 24px;
        width: 42px;
        height: 42px;
        padding: 2px 0 0 2px;
    }
}

@media (max-width: 768px) {
    .answer ::before {
        left: -2px;
        font-size: 18px;
        width: 35px;
        height: 35px;
        padding: 4px 0 1px 1px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .three__point__ttl__fzMin {
        font-size: 15px;
    }
}

/*---------------------------------------
 * 下層共通
 ------------------------------------- */
@media (min-width: 769px) {
    .common_top {
        margin: 87px 0 0;
    }
}

@media (max-width: 768px) {
    .common_top {
        margin: 89px 0 0;
    }
}

/* 背景付き見出し h1 */

.h1__box {
    background: url({{%20get_asset_url%28%27/floza/assets/images/common_bg.png%27%29%20}%20}) no-repeat center / cover;
}

@media (min-width: 769px) {
    .h1__box {
        padding: 50px 20px;
        min-height: 410px;
    }
}

@media (min-width: 769px) {
    .h1__box .base__wrap {
        max-width: 880px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .h1__box .base__wrap {
        width: 100%;
        margin: 0 auto;
        padding: 5% 20px;
    }
}

.h1__ttl {
    text-align: center;
    margin: 0 0 46px;
}

.h1__ttl span {
    display: inline-block;
}

.h1__ttl .h1__small {
    background: #fff;
    padding: 8px;
    color: #212426;
    margin: 0 0 24px;
}

.h1__ttl .h1__big {
    color: #fff;
}

@media (min-width: 769px) {
    .h1__ttl .h1__small {
        font-size: 18px;
    }

    .h1__ttl .h1__big {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .h1__ttl .h1__small {
        font-size: 14px;
    }

    .h1__ttl .h1__big {
        font-size: 36px;
    }
}


@media (min-width: 769px) {
    .h1__box__list {
        display: flex;
        justify-content: space-between;
    }

    .h1__box__list li {
        width: 100%;
        max-width: 400px;
    }

    .h1__box__list li a {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .h1__box__list {
        justify-content: space-between;
    }

    .h1__box__list li {
        width: 100%;
        margin: 0 0 40px;
    }

    .h1__box__list li a {
        padding: 10px;
    }
}

/* マーカー */
.marker {
    background: linear-gradient(transparent 60%, #FFD527 40%);
}

/* ぱんくず */
.breadcrumb__bg {
    background: #C6E1F4;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 12px;
    padding: 8px 8px;
}

.breadcrumb li {
    display: inherit;
}

.breadcrumb li:first-child::before {
    content: "";
    background: url({{%20get_asset_url%28%27/floza/assets/images/icon_breadcumb.png%27%29%20}%20}) no-repeat center /contain;
width: 20px;
height: 14px;
display: inline-block;
margin: 0 3px 0 0;
vertical-align: sub;
}

@media (min-width: 769px) {
    .breadcrumb {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {}

.breadcrumb li:not(:last-of-type)::after {
    content: "＞";
    margin: 0 1em;
    color: #212426;
}

.breadcrumb a {
    color: #212426;
}

.breadcrumb .breadcrumb__ellipsis .hs_cos_wrapper_type_text {
    display: inline-block;
    max-width: 60ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ウィジウィグ */
.wysiwyg a {
    color: #1ca0ff;
}

.wysiwyg a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .wysiwyg img {
        width: 100%;
    }
}


.m-ttl1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-bottom: 60px;
    line-height: 1.4;
}

.m-ttl1__background {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-size: 150px;
    color: #ddd;
    white-space: nowrap;
    pointer-events: none;
    font-weight: bold;
    line-height: .8;
}

@media (max-width: 768px) {
    .m-ttl1__background {
        font-size: 70px;
    }
}

.m-ttl1__background.v-middle {
    bottom: -50%;
}


.m-ttl1__foreground {
    position: relative;
    z-index: 1;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    width: 100%;
}

@media (max-width: 768px) {
    .m-ttl1__foreground {
        font-size: 24px;
    }
}

.m-ttl1__foreground--logo {
    width: 11%;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .m-ttl1__foreground--logo {
        width: 85px;
    }
}

.m-ttl1__foreground--em {
    color: #1CA0FF;
    font-size: 50px;
}

.m-ttl1.v-3point .m-ttl1__background {
    top: 0;
    bottom: auto;
}

.m-ttl1.v-3point .m-ttl1__foreground {
    padding-top: 70px;
    line-height: 1;
}

.m-ttl2 {
    font-size: 36px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.bgBlue {
    background: #E5F5FF !important;
}

.bgGray {
    background: #F7F7F7 !important;
}

.cvArea {
    background: #E5F5FF;
    padding: 50px 10px;
}

.cvArea .main__btn__list {
    max-width: 810px;
    margin: auto;
}

/*utility*/
.u-textOrange {
    color: #EF8402;
}

.u-textOrange div {
    display: inline;
}

.u-textWhite {
    color: #fff !important;
}

.u-textBlue {
    color: #F5FAFF !important;
}

.u-taC {
    text-align: center;
}

.u-taR {
    text-align: right;
}

.u-taC div {
    display: inline;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}


.u-w5 {
    width: 5%;
}

.u-w10 {
    width: 10%;
}

.u-w15 {
    width: 15%;
}

.u-w20 {
    width: 20%;
}

.u-w25 {
    width: 25%;
}

.u-w35 {
    width: 35%;
}

.u-w40 {
    width: 40%;
}

.u-w45 {
    width: 45%;
}

.u-w50 {
    width: 50%;
}

.u-w55 {
    width: 55%;
}

.u-w60 {
    width: 60%;
}

.u-w65 {
    width: 65%;
}

.u-w70 {
    width: 70%;
}

.u-w75 {
    width: 75%;
}

.u-w80 {
    width: 80%;
}

.u-w85 {
    width: 85%;
}

.u-w90 {
    width: 90%;
}

.u-w95 {
    width: 95%;
}

.u-w100 {
    width: 100%;
}

.u-fw100 {
    font-weight: 100;
}

.u-fw200 {
    font-weight: 200;
}

.u-fw300 {
    font-weight: 300;
}

.u-fw400 {
    font-weight: 400;
}

.u-fw500 {
    font-weight: 500;
}

.u-fw600 {
    font-weight: 600;
}

.u-fw700 {
    font-weight: 700;
}

.u-fw800 {
    font-weight: 800;
}

.u-fw900 {
    font-weight: 900;
}

.bg-blue {
    background: #e5f5ff;
}

@media (max-width: 768px) {
    .cvArea {
        background: #E5F5FF;
        padding: 40px 10px 30px;
    }
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

.headline {
    background: url({{%20get_asset_url%28%27/floza/assets/images/features/bg_h1.png%27%29%20}%20}) repeat-x;
background-position: center top;
background-size: cover;
padding:30px 0 10px;
}

.headline .headline__txt {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    margin: 0 auto 20px;
    text-align: center;
}

.headline .headline__lead {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
}

.headline .headline__txt span {
    background: #EF8401;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 25px;
    padding: 7px;
    font-weight: 500;
}

.headline .headline__circleContainer {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 20px;
}

.headline .headline__circleContainer .headline__circleContainer--circle {
    width: 117px;
    height: 117px;
    border: 3px solid #EF8401;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    padding-top: 5px;
}

.headline.v-industry {
    background: url({{%20get_asset_url%28%27/floza/assets/images/industry/bg_h1.png%27%29%20}%20}) repeat-x;
background-position: center top;
background-size: cover;
}

@media (max-width: 768px) {
    .headline.v-industry {
        background: url({{%20get_asset_url%28%27/floza/assets/images/industry/bg_h1_sp.png%27%29%20%20%20%20%20}%20}) repeat-x;
background-position: center top;
background-size: cover;
}
}


.secStyle {
    position: relative;
    z-index: 1;
    background: #fff;
}

.bgArrowDown {
    position: relative;
    padding-bottom: 70px;
    overflow-x: hidden;
}

.bgArrowDown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: min(45vw, 550px) solid transparent;
    border-left: min(45vw, 550px) solid transparent;
    border-top: min(30vw, 200px) solid #E5F5FF;
    border-bottom: 0;
    z-index: -1;
}

.marker {
    display: inline-block;
    background-image: linear-gradient(transparent 70%, #FFD527 30%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 36px;
    font-weight: 900;
}

.marker img {
    max-width: 300px;
}

.secFunction {
    padding-top: 30px;
}

.secFunction .secFunction__lead {
    margin-bottom: 210px
}

.secFunction .secFunction__catchCopy {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

.secFunction .secFunction__catchCopy img {
    max-width: 123px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.secFunction .secFunction__catchCopy .secFunction__catchCopy--label {
    background: #1CA0FF;
    color: #fff;
    padding: 2px 7px;
    margin-right: 10px;
}

.secFunction .secFunction__check {
    background: #F7F7F7;
    padding: 50px;
    margin-bottom: 40px;
}

.secFunction .secFunction__check ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 100px;
    max-width: 600px;
    margin: auto;
}

.secFunction .secFunction__check ul li {
    background: #fff url({{%20get_asset_url%28%27/floza/assets/images/features/ico_check.svg%27%29%20}%20})no-repeat;
background-position: 30px 10px;
background-size: 21.5px 18.67px;
padding: 10px 0px 10px 65px;
font-weight: 500;
}

.secFunction .secFunction__card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: auto;
    width: 100%;
}


.cardBorderBlue {
    border: 3px solid #1BA0FF;
    border-radius: 10px;
    padding: 50px 30px;
    line-height: 1.4;
}

.cardBorderBlue .cardBorderBlue__img {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}

.cardBorderBlue .cardBorderBlue__img img {
    max-width: 100%;
    height: auto;
}

.cardBorderBlue .cardBorderBlue__ttl {
    color: #0054C6;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.cardBorderBlue .cardBorderBlue__txt {
    font-size: 17px;
    line-height: 1.7;
}

.faq {
    background: #E4F5FF url({{%20get_asset_url%28%27/floza/assets/images/features/bg_faq.png%27%29%20}%20}) no-repeat;
background-size: contain;
min-height: 280px;
padding-top: 95px;
border-radius:10px;
margin-bottom:70px;
margin-top:80px;

}

.faq .contact_btn {
    max-width: 450px;
    margin: auto;
}

.faq .m-ttl1 {
    margin-bottom: 60px;
    letter-spacing: -2px;
}

.faq .m-ttl1__foreground {
    font-size: 32px;
}

.secMerit {
    padding: 100px 0 10px;
}

.three__point .m-ttl1 {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .headline {
        background: url({{%20get_asset_url%28%27/floza/assets/images/features/bg_h1_sp.png%27%29%20%20%20%20%20}%20}) repeat-x;
background-position: center top;
background-size: cover;
padding-bottom:5px;
}

.headline .headline__txt {
    font-size: 30px;
}

.headline .headline__lead {
    font-size: 13px;
    line-height: 2;
}

.headline .headline__txt span {
    font-size: 13px;
    display: block;
    margin-bottom: 25px;
    letter-spacing: -1px;

}



.headline .headline__circleContainer .headline__circleContainer--circle {
    width: 90px;
    height: 90px;
    font-size: 15px;
}

.bgArrowDown::before {
    border-right: min(90vw, 550px) solid transparent;
    border-left: min(90vw, 550px) solid transparent;
    border-top: min(30vw, 176px) solid #E5F5FF;
}

.marker {
    font-size: 24px;
}

.marker img {
    max-width: 40vw;
}

.secFunction {
    padding-top: 20px;
}

.secFunction .secFunction__lead {
    margin-bottom: 100px
}

.secFunction .secFunction__catchCopy {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-top: 40px;
}

.secFunction .secFunction__catchCopy img {
    max-width: 80px;
}

.secFunction .secFunction__check {
    padding: 50px;
    margin-bottom: 40px;
}

.secFunction .secFunction__check ul {
    grid-template-columns: repeat(1, 1fr);
}

.secFunction .secFunction__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.cardBorderBlue .cardBorderBlue__ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.cardBorderBlue .cardBorderBlue__txt {
    font-size: 17px;
    line-height: 1.7;
}

.faq {
    width: 95%;
    margin: 40px auto 60px;
    background: #E4F5FF url({{%20get_asset_url%28%27/floza/assets/images/features/bg_faq_sp.png%27%29%20}%20}) no-repeat;
background-size: 100%;
background-position:top center;
padding-top: 45px;
min-height:250px;

}

.faq .m-ttl1 {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.faq .m-ttl1__background {
    font-size: 100px;
}

.faq .m-ttl1__foreground {
    letter-spacing: -2px;
    font-size: 28px;
}

}


#form {
    background: #f5faff;
}

@media (min-width: 769px) {
    #form {
        padding: 60px 0 40px;
    }
}

@media (max-width: 768px) {
    #form {
        padding: 13% 10px;
    }
}

@media (min-width: 769px) {
    #form .base__wrap {
        max-width: 1050px;
    }
}


@media (max-width: 768px) {
    .bg__ttl .bg__ttl__eng｛ top: 42px;
    ｝
}

@media (min-width: 769px) {
    #form .form__ttl {
        margin: 0 0 60px;
    }
}

@media (max-width: 768px) {
    #form .form__ttl {
        margin: 0 0 52px;
    }
}

#form .bg__ttl__eng {
    color: #fff;
}

@media (min-width: 769px) {
    #form .bg__ttl__eng {
        top: -100px;
    }
}

#form .form__area {
    border-radius: 10px;
}

#form .form__area.v-contact {
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px;
}

@media (max-width: 768px) {
    #form .form__area.v-contact {
        padding: 10px 7px;
    }
}


/* フォーム　送信ボタン */
#form .form__area .hsfc-Button {
    background: #ef8402;
    box-shadow: 0 5px 0 #ab5f03;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 14px 15px;
    transition: .3s;
}

@media (min-width: 769px) {
    #form .form__area .hsfc-Button {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    #form .form__area .hsfc-Button {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
}

#form .form__area .hsfc-Button:not([disabled]):hover {
    box-shadow: unset;
    background-color: #ef8402;
    color: #fff;
    opacity: .8;
    text-decoration: none;
    transform: translateY(4px);
}

/* 姓、名 */

@media (max-width: 768px) {
    #form .form__area .hsfc-Row {
        display: block;
    }

    #form .form__area .hsfc-TextField {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    #form .form__area .hsfc-TextField:last-child {
        margin: 0;
    }
}

/* ラベル */
#form .form__area .hsfc-FieldLabel {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
}

/* チェックボックス */
#form .form__area .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .hsfc-CheckboxFieldGroup {
        font-size: 13px;
        line-height: 1.5;
    }
}

.hsfc-RadioFieldGroup .hsfc-FieldLabel {
    justify-content: center;
}

/* 詳細 */
@media (min-width: 769px) {
    #form .form__area .hsfc-TextareaField .hsfc-TextareaInput {
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    #form .form__area .hsfc-TextareaField .hsfc-TextareaInput {
        min-height: 340px;
    }
}

/* チェックボックス　同意 */
#form .form__area #hs_form_target_widget_1749624543513-2940022615260 {
    display: flex;
    justify-content: center;
    margin: 0 0 5px;
}

#form .form__area #hs_form_target_widget_1749624543513-2940022615260 span {
    font-size: 14px;
    font-weight: normal;
}


#form [data-hsfc-id=Renderer] .hsfc-TextInput,
#form [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret,
#form [data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret,
#form [data-hsfc-id=Renderer] .hsfc-CheckboxInput,
#form [data-hsfc-id=Renderer] .hsfc-TextareaInput {
    border-color: #dbdbdb;
}

#form [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    font-size: 14px;
}

/*---------------------------------------
 * 導入事例 詳細
 ------------------------------------- */
@media (min-width: 769px) {
    .case__lead {
        margin: 63px 0 0;
    }
}

@media (max-width: 768px) {
    .case__lead {
        margin: 30px 0 0;
    }
}

.case__lead__ttl {
    font-size: 32px;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .case__lead__ttl {
        margin: 0 51px 50px;
    }
}

@media (max-width: 768px) {
    .case__lead__ttl {
        margin: 0 10px 32px;
    }
}

.case__lead__flex {
    display: flex;
    margin: 0 0 24px;
}

@media (min-width: 769px) {
    .case__lead__flex {
        justify-content: space-between;
        margin: 0 0 24px;
    }
}

@media (max-width: 768px) {
    .case__lead__flex {
        flex-wrap: wrap;
        margin: 0 0 24px;
    }
}

@media (min-width: 769px) {
    .case__prof__box {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .case__prof__box {
        width: 100%;
        order: 2;
    }
}

.case__industries {
    color: #fff;
    background: #1ca0ff;
    font-size: 15px;
    margin: 0 0 12px;
    padding: 4px 10px;
    display: inline-block;
}

.case__prof__ttl {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 24px;
}

.case__prof__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .case__prof__list dt {
        display: inline-block;
    }

    .case__prof__list dd {
        width: 77%;
    }
}


@media (min-width: 769px) {
    .case__lead__img {
        width: 458px;

    }
}

@media (max-width: 768px) {
    .case__lead__img {
        margin: 0 auto 28px;
        order: 1;
        width: 100%;
    }
}

.case__lead__img img {
    width: 100%;
}

.case__system___box {
    background: #f5faff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 12px 0px;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
}

.case__system__ttl {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #0054C6;
}

.case__system__txt {
    font-size: 15px;
    line-height: 1.5;
}


/* 導入 */
.introduction__bg01 {
    position: relative;
}

@media (min-width: 769px) {
    .introduction__bg01 {
        padding: 63px 0 31px;
    }
}

@media (max-width: 768px) {
    .introduction__bg01 {
        padding: 5% 0 6%;
    }
}

.introduction__bg01::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -53px;
    z-index: 10;
    display: block;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent;
    border-width: 54px 200px 0 200px;
}

.introduction__box {
    position: relative;
    border: 3px solid #1CA0FF;
    border-radius: 10px;
    margin: 0 0 86px;
}

.introduction__box:last-child {
    margin: 0;
}

/* 矢印共通 */
.blue__down__arrow::before,
.orange__down__arrow:before {
    content: "";
    width: 70px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 15;
    margin: auto;
}

/* 青下矢印 */
.blue__down__arrow::before {
    background: url(https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/floza/assets/images/cases/blue_arrow.png) no-repeat center /contain;
}

/* 橙矢印 */
.arrow__b__down::before {
    bottom: -98px;
}

.orange__down__arrow::before {
    background: url(https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/floza/assets/images/cases/orange_arrow.png) no-repeat center /contain;
}

.introduction__ttl {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #1CA0FF;
    border-radius: 5px 5px 0 0;
    padding: 8px;
}

.introduction__list {
    background: #fff;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
}

.introduction__list .marker {
    font-size: inherit;
    display: inline;
}

@media (min-width: 769px) {
    .introduction__list {
        padding: 20px 189px;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .introduction__list {
        padding: 20px 10px;
        font-size: 15px;
        line-height: 1.5;
    }
}

.introduction__list li {
    margin: 0 0 10px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .introduction__list .icon_check {
        text-indent: -2em;
    }
}

@media (max-width: 768px) {
    .introduction__list .icon_check {
        font-size: 15px;
    }
}

.introduction__list li:last-child {
    margin: 0;
}

.list__s__d {
    list-style-type: none;
}

.list__s__d::before {
    content: "・";
}

.number__list {
    counter-reset: item;
    list-style: none;
}

.number__list li {
    counter-increment: number-list;
    position: relative;
    margin-bottom: 1em;
    text-indent: inherit;
    ;
    padding-left: 0;
}

@media (min-width: 769px) {
    .number__list li {
        padding: 0 0 0 24px;
    }
}

@media (max-width: 768px) {
    .number__list li {
        padding: 0 0 0 20px;
    }
}

.number__list li::before {
    content: counter(number-list);
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 1;
    background: #fff;
    border: 1px solid #000;
    ;
    color: #000;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 768px) {
    .number__list li::before {
        top: 5px;
        left: 2px;
    }
}

.introduction__list li>.hs_cos_wrapper_type_inline_text {
    display: inline;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .introduction__list li>.hs_cos_wrapper_type_inline_text {
        width: 94%;
        vertical-align: text-top;
    }
}


.introduction__bg02 {
    background: #b1e2ff;
}

@media (min-width: 769px) {
    .introduction__bg02 {
        padding: 82px 0 63px;
    }
}

@media (max-width: 768px) {
    .introduction__bg02 {
        padding: 18% 0 5%;
    }
}

.wysiwyg__area {
    padding: 63px 0;
}

.flexSplit {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flexSplit {
        display: block;
    }
}

.flexSplit .flexSplit__box {
    border-radius: 10px;
    max-width: 440px;
    width: 100%;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .flexSplit .flexSplit__box {
        max-width: 100%;
    }
}

.flexSplit .flexSplit__box.v-form {
    max-width: 550px;
}

@media (max-width: 768px) {
    .flexSplit .flexSplit__box.v-form {
        max-width: 100%;
    }
}

.flexSplit .flexSplit__box.v-contact {
    max-width: 440px;
}

.flexSplit .flexSplit__box.v-contact {
    max-width: 440px;
}

.flexSplit .flexSplit__box.v-contact .form__img img {
    width: 60%;
}

@media (max-width: 768px) {
    .flexSplit .flexSplit__box.v-contact .form__img img {
        width: 80%;
    }
}

.docCont {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .docCont {
        margin-bottom: 20px;
    }
}

.docCont.v-contact {
    background: transparent;
    padding: 30px 30px;
}

.docCont.v-contact .docCont__ttl {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.docCont .docCont__ttl {
    color: #1CA0FF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.docCont .docCont__list {
    text-align: left;
}

.docCont .docCont__list li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.docCont .docCont__list li+li {
    margin-top: 15px;
}

.docCont .docCont__list li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -1px;
    width: 7px;
    height: 14px;
    border: solid #1CA0FF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form {
    font-weight: 400;
}

.form .form__lead {
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
}

.form .formArea {
    max-width: 550px;
    background: #fff;
    padding: 50px;
    margin-left: 10px;
    margin-right: 0;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .form .formArea {
        max-width: 100%;
        margin-bottom: 50px;
        padding: 50px 30px;
    }
}

.form .formArea .formArea__note {
    color: #1CA0FF;
    border: 1px solid #1CA0FF;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.form .form__img {
    text-align: center;
}

@media (max-width: 768px) {
    .form .form__img {
        max-width: 70%;
        margin: auto
    }
}

.form .form__img img {
    width: 70%;
    height: auto;
}


#hs_form_target_widget_1750413928108-3319515526745 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form .hsfc-Step .hsfc-Step__Content {
    padding: 20px 0 0 0;
}

#cases.topCases,
#step.topStep {
    padding-top: 130px;
}

#step.topStep {
    padding-top: 130px;
    padding-bottom: 70px;
}

.error404 {
    text-align: center;
    font-weight: 500;
    padding: 230px 0 270px;
    line-height: 1.6;
    position: relative;
    max-width: 900px;
    margin: auto;
}

@media (max-width: 768px) {
    .error404 {
        padding-top: 350px;
        padding-bottom: 150px;
    }
}

.error404::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scaleX(-1);
    background: url({{%20get_asset_url%28%27/floza/assets/images/404/img_404.png%27%29%20}%20})no-repeat;
width:132px;
height:210px;
}

@media (max-width: 768px) {
    .error404::before {
        display: none;
    }
}

.error404::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url({{%20get_asset_url%28%27/floza/assets/images/404/img_404.png%27%29%20}%20})no-repeat;
width:132px;
height:210px;
}

@media (max-width: 768px) {
    .error404::after {
        width: 96px;
        height: 152px;
        top: 150px;
        right: 50%;
        transform: translate(50%, 0);
        background: url({{%20get_asset_url%28%27/floza/assets/images/404/img_404.png%27%29%20%20%20%20%20}%20})no-repeat;
background-size: contain;
}
}

.error404 h1 {
    font-size: 60px;
    color: #1CA0FF;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .error404 h1 {
        font-size: 40px;
    }
}

.error404__lead {
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: 600;
}

.error404__content {
    margin-bottom: 40px;
}

.error404 .btn_push {
    width: 300px;
    margin: auto;
}

.btn_push.v-btn-md {
    max-width: 400px;
    margin: auto;
}

/* ブログ - 記事 */
#news {
    padding: 150px 0 120px;
}

@media (max-width: 768px) {
    #news {
        padding: 70px 0;
    }
}

.articleWrap {
    margin-top: 20px;
    margin-bottom: 100px;
}

.articleDetail .articleDetail__date {
    font-size: 12px;
    margin-bottom: 10px;
}

.articleDetail .articleDetail__cat {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #efefef;
    margin-bottom: 20px;
}

.articleDetail .articleDetail__ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}

.articleDetail .articleDetail__body {
    margin-bottom: 60px;
}

.articleDetail .articleDetail__body ul {
    list-style: disc;
    margin-left: 20px;
}

.articleDetail .articleDetail__body ol {
    list-style: decimal;
    margin-left: 20px;
}

.articleDetail .articleDetail__body a {
    text-decoration: underline;
}

.articleDetail .articleDetail__body a:hover {
    text-decoration: none;
}


.blogList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .blogList {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.blogList .blogList__card a {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 26px;
    height: 100%;
    border-radius: 4px;
}

.blogList .blogList__card .blogList__card--img {
    grid-row: 1;
}

.blogList .blogList__card .blogList__card--asideBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.blogList .blogList__card .blogList__card--asideBox .blogList__card--asideBox--cat li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #efefef;
}

.blogList .blogList__card .blogList__card--ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogList .blogList__card img {
    width: 100%;
    margin-bottom: 10px;
}

.docArea {
    line-height: 1.6;
}

.docArea dl {
    margin-bottom: 60px;
}

.docArea dt {
    margin-top: 30px;
}

.docArea dd {
    margin-top: 10px;
}

.docArea dd>ol>li,
.docArea dd>ul>li {
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-bottom: 10px;
}

.docArea dd>ol>li>ol,
.docArea dd>ol>li>ul {
    margin-left: 20px;
}

@media (min-width: 769px) {
    .cmnContWrap {
        padding: 60px 0 40px;
    }
}

@media (max-width: 768px) {
    .cmnContWrap {
        padding: 13% 10px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.pagination a,
.pagination span {
    padding: 0 10px;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination span {
    color: #1c8dff;
}

.topNewsSlideWrap {
    position: relative;
}

.topNewsSlideWrap .swiper {
    width: 88%;
}

.topNewsSlide {
    margin-bottom: 30px;
}

.topNewsSlide img {
    width: 100%;
}

.topNewsSlide .topNewsSlide__item {
    transition: all .3s;
}

.topNewsSlide .topNewsSlide__item:hover {
    opacity: .6;
}

.topNewsSlide .topNewsSlide__item picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.topNewsSlide .topNewsSlide__item picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.topNewsSlide .topNewsSlide__item a {
    display: block;
    height: 100%;
}

.topNewsSlide .topNewsSlide__item .topNewsSlide__item--ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
}

.topNewsSlide .topNewsSlide__item .topNewsSlide__item--aside {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 20px;
}

.topNewsSlide .topNewsSlide__item .topNewsSlide__item--aside--date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topNewsSlide .topNewsSlide__item .topNewsSlide__item--aside--cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #efefef;
}

.topNewsSlide-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-left: 3px;
    border: 1px solid #568eb5;
    color: #568eb5;
    cursor: pointer;
    transform: rotate(180deg);
}

.topNewsSlide-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-left: 3px;
    border: 1px solid #568eb5;
    color: #568eb5;
    cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .3;
    cursor: auto;
}


.newsTagNav {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.newsTagNav li.is-current {
    font-weight: bold;
    color: #1CA0FF;
}

.newsTagNav li a {
    text-decoration: underline;
}

/* 既存スタイルの打ち消し */
#header .drop-menu__list li:nth-child(4n) {
    margin: 0 20px 20px 0 !important;
}

@media (max-width: 768px) {
    .arrow_btm:hover:before {
        top: 6px !important;
        transform: rotate(45deg) !important;
    }

    .arrow_btm:has(+ .drop-menu.is-active):before {
        transform: rotate(225deg) !important;
    }
}

/* ボタン管理　*/
.btn-maxW-md {
    max-width: 400px;
    margin: auto;
}

/* フォームがあるかどうかをsubmitの有無で判別 */
.article-column {
    line-height: 1.6;

    a {
        color: #1c8dff;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: none;
    }

    .article-column__main {
        width: 100%;
    }

    .article-column__side {
        display: none;
    }

    table {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        height:auto !important;
    }

    th,
    td {
        padding: 0.75rem;
        vertical-align: top;
        border: 1px solid #dee2e6;
        height:auto !important;
    }

    thead th,
    thead td {
        color: #fff;
        background-color: #343a40;
        border-color: #454d55;
        border-bottom-width: 2px;
    }

    thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    tbody+tbody {
        border-top: 2px solid #dee2e6;
    }


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

        .widget-type-rich_text table,
        td,
        tr {
            width: 100% !important;
        }

    }
}

.article-column:has(.hs-ipe-form-placeholder__title, input[type="submit"]) {
    display: flex;
    gap: 2rem;

    @media (max-width: 768px) {
        flex-direction: column;
    }

    .article-column__main {
        width: 55%;

        @media (max-width: 768px) {
            width: 100%;
        }
    }

    .article-column__side {
        display: block;
        width: 45%;

        @media (max-width: 768px) {
            width: 100%;
            margin-bottom: 30px;
        }
    }

    .articleDetail__body div {
        width: auto !important;

        @media (max-width: 768px) {
            width: 100% !important;
        }
    }

    .articleDetail__body table {
        @media (max-width: 768px) {
            width: 100% !important;
        }
    }

}

#hs_cos_wrapper_sidebar_form {
    border-color: #EEEEEE !important;
    border-style: solid !important;
    border-width: 5px !important;
    display: block !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 17px !important;
    padding-top: 20px !important;
}