@charset "UTF-8";

.head .container {
    position: relative;
}
.head .container:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(-50vw);
    background: #fff;
    z-index: 0;
}
.head .white_box {
    position: relative;
    z-index: 2;
    border-radius: 0 30px 30px 0;
    padding: 90px 45px;
}
.head .white_box_xs {
    border-radius: 15px;
}


.curriculum h4 {
    color: #5c90b5;
    position: relative;
}
.curriculum h4:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 120px;
    background: #5c90b5;
    left: 0;
    bottom: 0;
}
.curriculum .fx {
    display: flex;
    align-items: center;
    gap: 30px;
}
.curriculum .fx:not(:last-of-type) {
    margin-bottom: 30px;
}
.curriculum .icon {
    background: #fff;
    color: #5c90b5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 100px;
    height: 100px;
}

.deco_main {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 45vh;
}
.deco_bg {
    border-radius: 15px 0 0 15px;
    width: calc(100% - 8%);
    margin-left: 8%;
    background: url(../../img/service01/pc_btm.webp) no-repeat center left/cover;
    height: 45vh;
}

@media (min-width: 768px) and (max-width: 1229px) {
}
@media screen and (max-width: 767px) {
    .head .white_box {
        padding: 15px 15px 15px 5px;
    }
    .curriculum .icon {
        border-radius: 10px;
        font-size: 18px;
        min-width: 48px;
        width: 48px;
        height: 48px;
    }
    .curriculum .fx {
        gap: 15px;
        align-items: flex-start;
    }
    .curriculum .fx .font_l {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .deco_bg {
        background: url(../../img/service01/pc_btm.webp) no-repeat center left 60%/cover;
        height: 40vh;
    }
}
