/*------------------------------------------------------------------------------
system
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/system/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/system/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
        padding: 8.4rem 2rem!important;
    }
}

h3.intro__title{
    color: #0016D9;
    font-size: 5.4rem;
    font-weight: bold;
    margin: 6.4rem 0 4rem;
    position: relative
}

@media screen and (max-width: 768px) {
    h3.intro__title{
        font-size: 2.7rem;
        margin: 4rem 0 2rem;
        width: fit-content;
    }
}

h3.intro__title span{
    display: block;
    background: #0016D9;
    width: 14.6rem;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    h3.intro__title span{
        width: 5rem;
        top: 76%;
        right: 16%;
    }
}


/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
.system__list{
    display: flex;
    gap: 4rem;
}

@media screen and (max-width: 768px) {
    .system__list{
        flex-direction: column-reverse;
        gap: 3.2rem;
    }
}

.system__list .system__item{
    display: flex;
    gap: 2.4rem;
}

@media screen and (max-width: 768px) {
    .system__list .system__item{
        gap: 1.2rem;
    }
}

.system__list p.section__text{
    line-height: 4rem;
}

@media screen and (max-width: 768px) {
    .system__list p.section__text{
        line-height: 1.8;
    }
}

/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.system__text-flex{
    display: flex;
    gap: 3.2rem;
}

@media screen and (max-width: 768px) {
    .system__text-flex{
        gap: 1.6rem;
    }

    .p-system__section02 .system__list .system__item{
        width: 100%!important;
    }

    .p-system__section02 .system__list{
        flex-direction: column;
    }
}

.iso_text{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0.8rem;
}

.system__text{
    max-width: 64rem;
}

.iso_text{
	text-decoration: underline;
}

.iso_text:hover{
	text-decoration: none;
}

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

    .iso_text{
        font-size: 0.7rem;
        margin-top: 0.4rem;
    }
}