@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

:root{
    --main_c: #7ea3f6;
    --main_bg: #0b0d1e;
    --desc_c: #c9c9c9;
    --main_tit: 90px;
    --section_tit: 39px;
    --con_tit: 35px;
    --inner_con_tit: 30px;
    --inner_con_desc: 23px;
    --main_tit_padding: 190px;
    --padding: 120px;
}
body{
    letter-spacing: -0.8px;
}
div, p {
    word-break: keep-all;
}
.wrap_1340{
    max-width: 1380px;
    padding-inline: 20px;
    width: 100%;
    margin-inline: auto;
}
.wrap_1080{
    max-width: 1120px;
    padding-inline: 20px;
    width: 100%;
    margin-inline: auto;
}
.main_c{
    color: var(--main_c);
}
.m_only{
    display: none;
}
.tit_wrap .con_tit{
    font-size: var(--section_tit);
    color: #fff;
   font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 70px;
    line-height: 1.1;
    word-break: keep-all;
}
.tit_wrap .tit_desc{
    font-size: var(--inner_con_desc);
    color: var(--desc_c);
    text-align: left;
}
.con p{
    font-size: var(--inner_con_desc);
    color: var(--desc_c);
}
div[class^="section"]{
    padding-block: var(--padding);
}
.flex{
    display: flex;
}
.icon_wrap img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_tit {
    font-size: var(--main_tit);
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

/*--*/

.sub_03{
    padding-top: var(--main_tit_padding);
    background-color: var(--main_bg);
    background-image: url(../../img/sub3/anatomy_bg.png);
    background-repeat: no-repeat;
    object-position: center;

}
.sub_03 .section_01 {
    padding-block: 80px 70px;
    border-bottom: 1px solid #fff;
}
.section_01 .tit_wrap{
    flex: 1.13;
}
.section_01 .con_tit{
    text-align: left;
}
.section_01 .con{
    display: flex;
    max-height: 610px;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.section_01 .con .icon_wrap{
    height: 100%;
        height: calc(100% - 55px);
}
.section_01 .con .icon_wrap img{
    object-position: bottom;
}
.section_02 .con_wrap{
    flex-wrap: wrap;
    gap: 100px 50px;
}
.section_02 .con{
    flex: 1 1 45%;
    display: flex;
}
.section_02 .con._col{
    flex-direction: column;
    justify-content: space-between;
}
.section_02 .con._col .img_wrap{
    flex: 1;
}
.section_02 .desc_con._col{
    gap: 20px;
    align-items: center;
}
.section_02 .con:not(._col){
    flex: 100%;
}
.section_02 .desc_con p{
    border-radius: 10px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 30px 20px;
    flex: 1;
    display: flex;
    word-break: keep-all;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.section_02 .desc_con .icon_wrap{
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../../img/sub3/next_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* position: absolute; */
    top: -25%;
}
.section_02 .desc_con:not(._col) .icon_wrap{
    transform: rotate(-90deg) ;
    /* translateX(50%); */
    top: 50%;
    left: -35px;
}
.section_02 .con:not(._col) .img_wrap{
    flex:1;
}
.section_02 .desc_con:not(._col) {
    gap: 10px;
    margin-top: -40px;
    align-items: center;
}
.section_03, .section_05 {
    background-color: #fff;
}

.section_03 .tit_wrap .con_tit, .section_05 
.tit_wrap .con_tit { 
    color: #000;
}
.section_03 .wrap_1340{
    align-items: flex-end;
}
.section_03 .wrap_1340>div{
width: 30%;
    z-index: 1;
    position: relative;
}
.section_03 .wrap_1340>div:last-child{
    width: calc(70% + 100px);
    margin-left: -100px;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
}
.section_03 .wrap_1340>div:last-child img{
    min-width: 770px;

}

.section_03 .tit_wrap{
    display: flex;
    flex-direction: column;
    min-width: 400px;
}
.section_03 .tit_wrap .con_tit{
    margin-bottom: 30px;
    text-align: left;
}
.section_03 .tit_wrap .desc_wrap{
    display: flex;
    flex-direction: column;
    border-block: 2px solid #000;
}
.section_03 .tit_wrap .desc_wrap p{
    font-size: var(--inner_con_desc);
color: #797979;
padding-block: 20px;
    white-space: nowrap;
    position: relative;
}
.section_03 .tit_wrap .desc_wrap p+p::before{
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background-color: #797979;
    position: absolute;
    top: 0;
    left: 0;
}
.section_04 {
    position: relative;
}
.section_04 .tit_wrap .con_tit{
    text-align: left;
    margin-bottom: 30px;
}
.section_04 .con_wrap{
    padding-inline: 20px;

}
.section_04 .con_wrap .con.d_con{
    display: flex;
    flex-wrap: wrap;
    max-width: 1030px;
    margin-top: 40px;
}
.section_04 .con_wrap .con.d_con .con{
    flex: 100%;
}
.section_04 .con_wrap .con p {
    margin-top: 15px;
        flex: 1 1 50%;
}
.section_04 .con_wrap .con p.p_deco {
    padding-left: 1.3em;
    position: relative;
}
.section_04 .con_wrap .con p.p_deco span{
    position: absolute;
    top: -2px;
    left: 0;
}
.section_04 .con_wrap .con:last-child {
    position: absolute;
    top: 170px;
    right: 60px;
    text-align: center;
}
.section_04 .con_wrap .con:last-child p{
    transform: rotate(-90deg);
    position: absolute;
    top: calc(22% + 15px);
    right: calc(-43% + -15px);
}
.section_04 .con_wrap .con:last-child .img_wrap{
    width: 300px;
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
}
.sub_03 .section_05{
    padding-bottom: 0;
    border-bottom: 1px solid #c9c9c9;
}
.section_05 .con{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 35px;
}
.section_05 .con .img_wrap{
    flex: 1 1 25%;
}
.section_05 .con:first-child .img_wrap:first-child{
    aspect-ratio: 1/1;
}
.section_05 .con .img_wrap._bigger{
       flex: 1 1 60%;
}
.section_05 .con p{
    flex: 100%;
    margin-block: -10px 75px;
    text-align: center;
}

@media (max-width: 1240px) {
    :root{
    --main_tit: 78px;
}
.tit_wrap .tit_desc {
    letter-spacing: -1px;
}
.sub_03 .section_01 {
    padding-inline: 40px;
}
.section_04 .con_wrap .con:last-child {
    position: absolute;
    top: 22%;
    right: 20px;
    text-align: center;
          padding-right: 34px;
}
.section_04 .con_wrap .con:last-child .img_wrap {
        width: 23vw;
        height: 385px;
        border-radius: 10px;
        overflow: hidden;
}
.section_04 .con_wrap .con.d_con p:first-of-type{
    max-width: 46%;
}

    .section_04 .con_wrap .con:last-child p {
        right: -38%;
        top: 26%;
    }
}

@media (max-width: 1024px) {
    :root{
    --main_tit: 68px;
    --section_tit: 34px;
    --con_tit: 30px;
    --inner_con_tit: 26px;
    --inner_con_desc: 20px;
    --main_tit_padding: 140px;
    --padding: 80px;
}
.none_1024{
    display: none;
}
.tit_wrap .con_tit {
    margin-bottom: 50px;
}
.section_02 .con_wrap {
    flex-wrap: wrap;
    gap: 40px 20px;
}
.section_02 .desc_con._col {
    gap: 15px;
    align-items: center;
}
.section_02 .desc_con p {
    padding: 20px 20px;
}
.section_02 .desc_con:not(._col) {
    margin-top: -20px;
}
.section_03 .tit_wrap {
    min-width: 320px;
}
.section_03 .tit_wrap .con_tit {
    margin-bottom: 20px;
}
.section_03 .tit_wrap .desc_wrap p {
    letter-spacing: -1px;
    font-size: 18px;
}
.section_03 .tit_wrap .desc_wrap p+p::before {
    width: calc(100% - 60px);
}
.section_03 .wrap_1340>div:last-child {
    width: calc(70% + 60px);
    margin-left: -60px;
}
.section_04 .con_wrap .con:last-child {
    top: 40%;
    transform: translateY(-50%);
            padding-right: 24px;
}
.section_04 .con_wrap .con:last-child .img_wrap {
    width: 23vw;
    height: 330px;
    min-width: 200px;
}
.section_04 .tit_wrap .tit_desc {
    width: calc(100% - 260px);
    word-break: keep-all;
}
    .section_04 .con_wrap .con:last-child p {
        right: -29%;
        font-size: 17px;
    }
.section_04 .con_wrap .con.d_con p{
font-size: 17px;
    letter-spacing: -0.8px;
    flex: 1 1 45%;
}
.section_04 .con_wrap .con.d_con p:first-of-type {
        margin-right: 20px;
    }
.section_04 .con_wrap .con.d_con {
    display: flex
;
    flex-wrap: wrap;
    max-width: 1030px;
    margin-top: 20px;
}
.section_05 .con p {
    margin-block: -10px 55px;
}

.section_05 .con {
    gap: 20px;
}
}
@media (max-width: 768px) {
    :root{
    --main_tit: 58px;
    --section_tit: 34px;
    --con_tit: 30px;
    --inner_con_tit: 26px;
    --inner_con_desc: 20px;
    --padding: 80px;
    }
    .sub_03 .section_01 {
    padding-block: 60px 70px;
}
    .section_01 .flex{
        flex-wrap: wrap;
    }
    .section_01 .tit_wrap{
        flex: 100%;
    }
.section_01 .con_tit {
    text-align: center;
}
.section_02 .con {
    flex: 100%;
    flex-direction: column;
}
.section_02 .desc_con .icon_wrap {
    width: 20px;
    height: 15px;
}
.section_02 .desc_con:not(._col) .icon_wrap {
    transform: rotate(0);
}
    .section_02 .desc_con:not(._col) {
        margin-top: 0px;
    }
.section_03 .wrap_1340 {
    flex-direction: column;
    gap: 40px;
}
.section_03 .wrap_1340>div {
    width: 100%;
        min-width: unset;
}
    .section_03 .wrap_1340>div:last-child {
        margin-left: -0;
        width: 100%;
        aspect-ratio: 5 / 3;
    }
        .section_03 .tit_wrap .desc_wrap p+p::before {
        width: calc(100%);
    }
    .section_04 .con_wrap .con:last-child {
        top: 350px;
    }
.section_04 .con_wrap .con:last-child p {
        right: -35%;
    }
    .section_05 .con:first-child .img_wrap:first-child {
    aspect-ratio: unset;
}
.section_05 .con .img_wrap {
    flex: 1;
}
    .section_05 .con .img_wrap._bigger {
    flex: 1.5;
}

}
@media (max-width: 640px) {
    :root{
    --main_tit: 42px;
    --section_tit: 30px;
    --con_tit: 26px;
    --inner_con_tit: 20px;
    --inner_con_desc: 16px;
    --padding: 60px;
    }
.section_04 .tit_wrap .tit_desc {
        width: 100%;
        word-break: keep-all;
    }
    .section_04 .con_wrap .con.d_con{
        display: none;
    }
    .con.m_only{
        display: block;
    }
    .section_04 .con_wrap {
    padding-inline: 0;
}
.section_04 .img_wrap{
    aspect-ratio: 5/3;
    border-radius: 10px;
    overflow: hidden;
}
.section_04 .con_wrap .con{
    margin-top: 40px;
}
    .section_04 .con_wrap .con:last-child {
        position: unset;
        transform: translate(0);
        padding-right: 0;
    }
        .section_04 .con_wrap .con:last-child .img_wrap {
        height: auto;
        width: 100%;
        padding-right: 0;
    }
        .section_04 .con_wrap .con:last-child p {
        position: unset;
        transform: rotate(0);
        text-align: left;
    }
}
@media (max-width: 500px) {
    :root{
    --main_tit: 36px;
    --section_tit: 24px;
    --con_tit: 22px;
    --inner_con_tit: 18px;
    --inner_con_desc: 16px;
    --padding: 60px;
    }
    .sub_03 .section_01 {
        padding-block: 40px 60px;
        padding-inline: 20px;
    }
    .section_05 .con {
    flex-direction: column;
    flex-wrap: nowrap;
}
    .section_05 .con:last-of-type {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
