@charset 'UTF-8';

.content_title::after {
    border-bottom: 2px solid #fff;
}

.mv_02 {
    position: relative;
}

.mv_02 h1 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 49%;
    color: #fff;
}

h2 {
    color: #1d236f;
    font-size: 2vw;
    letter-spacing: 1px;
}

.color_b {
    color: #1d236f;
}

.service_content_top {
    padding: 5% 0;
    width: 60%;
    margin: 0 auto;
}

.sct_line {
    display: block;
    border-bottom: 3px solid #d0d0d0;
    width: 100%;
    position: relative;
}

.sct_line::after {
    content: '';
    width: 8vw;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d236f;
}

.service_content {
    background: #f1f2f3;
    padding: 4% 0 4%;
    margin-bottom: 7%;
}

.service_content > div:nth-child(even) .service_title_img {
    left: 0;
    right: auto;
}

.service_content > div:nth-child(even) .service_content_03 {
    margin: 0 0 0 auto;
}

.service_content_top h3 {
    text-align: center;
    font-size: 2vw; 
    font-weight: bold;
    padding-bottom: 1%;
}

.service_content_01 {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.service_content_02 {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 33px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 3.5%;
}

.service ul {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: 26%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service ul li {
    width: 12.5%;
    margin: 0 10px;
    text-align: center;
}

.title_img {
    width: 2.7vw;
    margin-right: 10px;
}

.service_content_title {
    display: flex;
    align-items: center;
}

.service p {
    font-size: 1vw;
    line-height: 1.8;
    margin-top: 20px;
    color: #2d2f34;
}

.service_content_03 {
    width: 65%; 
    height: 12vw;
}

.list_btn {
    margin-top: 17vw;
}

.list_btn a {
    width: 24%;
} 

.service ul li img {
    margin-bottom: 10px;
}

.service ul li span {
    font-weight: bold;
    text-align: center;
    font-size: 1vw;
    color: #2d2f34;
}

.service_title_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: 999;
}

.list_btn a button {
    font-size: 1vw;
}

@media screen and (max-width: 1000px) {
    .service_content_02 {
        width: 70%;
    }
    .service ul li {
        width: 13.5%;
    }
    .service ul li img {
        margin-bottom: 0px;
    }
    .service p {
        margin-top: 9px;
    }
    .service_content_03 {
        width: 60%; 
    }
}

@media screen and (max-width: 767px) {
    .service_content_top {
        padding: 14% 0 10%;
        width: 92%;
    }
    .service_content_02 {
        width: 92%;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 20% 5% 10%;
    }
    .service_content_top h3 {
        font-size: 5vw; 
        padding-bottom: 1%;
    }
    .sct_line {
        border-bottom: 2px solid #d0d0d0;
    }
    .sct_line::after {
        height: 2px;
    }
    .service ul {
        flex-wrap: wrap;
        position: static;
    }
    .service ul li {
        width: 48%;
        margin: 0 0 4%;
    }
    .service ul li:nth-child(odd) {
        margin-right: 2%;
    }
    
    .service ul li:nth-child(even) {
        margin-left: 2%;
    }
    
    .service ul li:nth-last-of-type() {
        margin: 0 0 4%;
    }
    
    .service_content_01 {
        padding-top: 25%;
        padding-bottom: 15%;
    }
    .service_title_img {
        width: 93%;
    }
    .service_content {
        padding: 4% 0 4%;
        margin-bottom: 7%;
    }
    .service_content {
        padding: 10% 0 0%;
        margin-bottom: 13%;
    }
    .service_content_03 {
        width: 100%; 
        height: auto;
    }
    .service p {
        font-size: 4vw;
        line-height: 1.6;
        margin: 2% 0 6%;
    }
    .service_content_title {
        margin-top: 2%;
    }
    h2 {
        font-size: 5vw;
    }
    .title_img {
        width: 6vw;
        margin-right: 2%;
    }
    .service ul li img {
        margin-bottom: 0px;
    }
    .service ul li span {
        font-size: 3.3vw;
    }
    .list_btn {
        margin-top: 5%;
    }
    .list_btn a {
        width: 70%;
        margin: 0% auto 0;
    }
    .list_btn a button {
        padding: 5% 6% 5% 0%;
        margin: 7% auto 0;
        display: block;
        font-size: 4vw;
    }
}