/* （リニューアルページ）共通の設定読み込み
----------------------------------------- */
@import url(/common/corporate/css/variable.css);

#Corporate {

/* stepListArea
----------------------------------------- */
.stepListArea {
    margin-top: 110px;
}
.stepListArea_stepList__item {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}
.stepListArea_stepList__item:not(:last-child) {
    padding-bottom: 45px;
}
.stepListArea_stepList__item:not(:last-child):before {
    content: '';
    width: 1px;
    height: calc(100% -64px - 8px - 8px);
    min-height: 24px;
    background: #BABABA;
    position: absolute;
    left: 32px;
    bottom: 8px;
}
.stepListArea_stepList__itemHead {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(102, 204, 56, 1) 0%, rgba(0, 203, 179, 1) 100%);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: var(--fontWBold);
    flex: 0 0 auto;
}
.stepListArea_stepList__itemHead span {
    font-size: 0.687em;
}
.stepListArea_stepList__itemBody {
    font-size: 20px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .stepListArea {
        margin-top: 60px;
    }
    .stepListArea_stepList__item {
        align-items: flex-start;
    }
    .stepListArea_stepList__item:not(:last-child):before {
        content: '';
        width: 1px;
        height: calc(100% - 50px - 16px);
        min-height: 24px;
        background: #BABABA;
        position: absolute;
        left: 25px;
        bottom: 8px;
    }
    .stepListArea_stepList__itemHead {
        width: 50px;
        height: 50px;
    }
    .stepListArea_stepList__itemBody {
        font-size: 18px;
    }
}

/* stepSection01Area
----------------------------------------- */
.stepSection01Area {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .stepSection01Area {
        margin-top: 55px;
    }
}

/* stepSection02Area
----------------------------------------- */
.stepSection02Area {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .stepSection02Area {
        margin-top: 55px;
    }
}

/* stepSection03Area
----------------------------------------- */
.stepSection03Area {
    margin-top: 80px;
}
.stepSection03Area_containerList {
    margin-top: 80px;
}
.stepSection03Area_container {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}
.stepSection03Area_container + .stepSection03Area_container {
    margin-top: 20px;
}
.stepSection03Area_container__head {
    width: 140px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stepSection03Area_container.s_color01 .stepSection03Area_container__head {
    background: linear-gradient(135deg,rgba(233, 127, 142, 1) 0%, rgba(248, 208, 196, 1) 100%);
}
.stepSection03Area_container.s_color02 .stepSection03Area_container__head {
    background: linear-gradient(135deg,rgba(28, 157, 221, 1) 0%, rgba(135, 214, 207, 1) 100%);
}
.stepSection03Area_container.s_color03 .stepSection03Area_container__head {
    background: linear-gradient(135deg,rgba(88, 181, 28, 1) 0%, rgba(196, 221, 66, 1) 100%);
}
.stepSection03Area_container.s_color04 .stepSection03Area_container__head {
    background: linear-gradient(135deg,rgba(237, 128, 5, 1) 0%, rgba(242, 209, 17, 1) 100%);
}
.stepSection03Area_container__title {
    margin-top: 13px;
    text-align: center;
    font-size: 16px;
    font-weight: var(--fontWBold);
    color: #fff;
}
.stepSection03Area_container__body {
    width: 100%;
    padding: 40px 30px;
}
.stepSection03Area_container.s_color01 .stepSection03Area_container__body {
    background: #FDEDE8;
}
.stepSection03Area_container.s_color02 .stepSection03Area_container__body {
    background: #E3F2F1;
}
.stepSection03Area_container.s_color03 .stepSection03Area_container__body {
    background: #F1F6D7;
}
.stepSection03Area_container.s_color04 .stepSection03Area_container__body {
    background: #FFF8DD;
}
.stepSection03Area_btnWrap {
    max-width: 445px;
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .stepSection03Area {
        margin-top: 55px;
    }
    .stepSection03Area_containerList {
        margin-top: 60px;
    }
    .stepSection03Area_container {
        flex-direction: column;
    }
    .stepSection03Area_container__head {
        width: 100%;
        padding: 12px;
        flex: 1 1 auto;
    }
    .stepSection03Area_container__body {
        padding: 30px 20px;
    }
    .stepSection03Area_btnWrap {
        margin: 40px auto 0;
    }
}

}