section.case1 {
    padding: 44px 30px 0px;
}

h2.in_tit03 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #005DAD;
    padding-bottom: 30px;
    border-bottom: 1px solid #C1C6C9;
    position: relative;
    line-height: 1;
}

h2.in_tit03:after {
    content: "";
    width: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #005DAD;
    height: 1px;
}

.case-box01 {
    padding-left: 10px;
    margin-top: 45px;
    border-bottom: 1px solid #C1C6C9;
    padding-bottom: 40px;
}

h3.case-tit01 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.inner02 {
    max-width: 1154px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.in-flex-box {
    padding: 40px 10px;
    border-bottom: 1px solid #C1C6C9;
    display: flex;
}

.in-flex-box:first-child {
    /* border-top: 1px solid #C1C6C9; */
}

.left {
    /* position: sticky; */
    /* top: 0; */
}

.right {
    padding-top: 50px;
}

.left-are {
    position: sticky;
    top: 0;
    padding-top: 150px;
    margin-top: -100px;
}

a.left-link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #11152F;
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
}

a.left-link:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/inner/in_arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

p.in-flex-tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-right: 30px;
    width: 70px;
}

p.in-flex-txt01 {
    padding-left: 26px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
}

p.in-flex-txt01:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #2B3DC7;
    position: absolute;
    left: 0;
    top: 3px;
    /* transform: translateY(-50%); */
    border-radius: 100%;
}

p.in-flex-txt01:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #2B3DC7;
    position: absolute;
    left: 5px;
    top: 8px;
    border-radius: 100%;
}

p.in-flex-txt01:first-child {
    margin-top: 0;
}

.case-img01 {
    margin-top: 40px;
}

div#sec02 {
    margin-top: 120px;
}

.case-area02 {
    margin-top: 80px;
}

.right {
    max-width: 874px;
    width: 80%;
}

a.left-link:hover {
    opacity: .7;
}

@media screen and (max-width:991px) {
    a.left-link {
        font-size: 14px;
    }
    .right {
        width: 75%;
    }
    p.in-flex-tit {
        font-size: 14px;
        max-width: 70px;
        width: 100%;
    }
    p.in-flex-txt01 {
        font-size: 14px;
    }
    p.in-flex-txt01:before {
        top: 2px;
    }
    p.in-flex-txt01:after {
        top: 7px;
    }
}

@media screen and (max-width:767px) {
    section.case1 {
        padding: 54px 30px 0;
    }
    .inner02 {
        flex-flow: column;
    }
    .right {
        width: 100%;
        padding-top: 60px;
    }
    .left-are {
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .left {
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }
    a.left-link {
        margin: 0;
        width: 47%;
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #C1C6C9;
        font-size: 13px;
    }
    a.left-link:before {
        left: auto;
        right: 0;
        width: 16px;
        height: 16px;
        top: 10px;
    }
    h2.in_tit03 {
        font-size: 22px;
        padding-bottom: 25px;
    }
    .case-box01 {
        margin-top: 35px;
        padding-bottom: 30px;
        border-bottom: 0;
    }
    h3.case-tit01 {
        font-size: 20px;
        line-height: 1.5em;
    }
    .in-flex-box {
        padding: 0 0 25px;
        border-bottom: 0;
        flex-flow: column;
    }
    p.in-flex-tit {
        max-width: 100%;
        padding: 10px 15px;
        background: #D5D7E5;
        border-radius: 5px;
    }
    .in-flex-content {
        padding: 25px 15px 0;
    }
    .case-img01 {
        margin-top: 25px;
        margin-left: -30px;
        margin-right: -30px;
        width: auto !important;
    }
    .case-area02 {
        margin-top: 60px;
    }
    div#sec02 {
        margin-top: 80px;
    }
    .zoom-icon.sp {
        max-width: 72px;
        width: 100%;
        position: absolute;
        bottom: -62px;
        right: 0px;
    }
    .zoom-area{
        position: relative;
    }
    
}