#products_service {
    overflow: hidden;
}

.wrap1460 {
    width: 90%;
    max-width: 1460px;
    margin: 0 auto;
}

#service_sec01 {
    position: relative;
    padding: 80px 0 180px;
}

#products_service h2 {
    font-size: 52px;
    text-align: center;
    color: #275bab;
}

#service_sec01 p {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #275bab;
    margin-top: 2.8em;
}

#service_sec01::after {
    position: absolute;
    content: '';
    width: 93.52vw;
    height: 11.48vw;
    background-image: url(../img/flying.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 6.5%;
    bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #service_sec01 {
        padding: 8.33vw 0 18vw;
    }

    #products_service h2 {
        font-size: 4.33vw;
    }

    #service_sec01 p {
        font-size: 1.67vw;
    }

    #service_sec01::after {
        bottom: 6.5vw;
    }
}

@media screen and (max-width: 768px) {
    #service_sec01 {
        padding: 10vw 0 20vw;
    }

    #products_service h2 {
        font-size: 6vw;
    }

    #service_sec01 p {
        font-size: 3vw;
    }

    #service_sec01::after {
        right: 3vw;
        bottom: -5vw;
        width: 93vw;
        height: 27vw;
        background-image: url(../img/flying-sp.png);
    }
}

/* sec02 */
#service_sec02{
    padding-bottom: 30px;
    padding-top: 5vw;
    margin-top: -5vw;
}
.kirikae {
    display: none;
}
.active {
    display: block;
}
.tab-list{
    display: flex;
    justify-content: space-between;
}
.tab-list li,
.content_inner li{
    width: 32.5%;
}
.tab-list .tab,
.detail_links{
    width: 100%;
    font-size: 30px;
    line-height: 2.3;
    color: #275bab;
    text-align: center;
    background-color: #fff;
    border-radius: 2em;
    border: 1.5px solid #275bab;
    cursor: pointer;
    font-family: 'A P-OTF 墨東N+ ProN', 'Noto Sans JP', sans-serif;
    transition: 0.2s ease-in-out;
}
.active.tab,
.tab-list .tab:hover,
.detail_links:hover{
    color: #fff;
    background: linear-gradient(to right, #275bab 0%,#275bab 66%, #63addf 100%);
    border: 1.5px solid #fff;
    opacity: 1;
}
.letter-spacing{
    letter-spacing: -1px;
}
.content_inner{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 100px;
}
.detail_links{
    position: relative;
    display: block;
    font-size: 15.5px;
    line-height: 3.5;
    width:100%;
}
.detail_links::after{
    content: '';
    position: absolute;
    background-image: url(../img/icon_arrow_blue.svg);
    width: 2em;
    height: 1.5em;
    right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
}
.detail_links:hover::after{
    background-image: url(../img/icon_arrow_white.svg);
}
.content_inner li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid;
    border-image: linear-gradient(to bottom, #275bab 0%,#275bab 66%, #63addf 100%);
    border-image-slice: 1;
    padding: 40px 50px;
    margin-bottom: 30px;
    margin-right: 1.25%;
    color: #275bab;
}
.content_inner li.mgr0{
    margin-right: 0;
}
.content_inner h3{
    font-size: 23px;
    line-height: 1.7;
    font-weight: bold;
    border-bottom: 1px solid #275bab;
    margin-bottom: 0.5em;
    word-break: keep-all;
}
.content_inner p{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2.75em;
}
.back_to{
    display: block;
    margin: 0 auto;
    line-height: 2.4;
    padding: 0 4em;
    width: fit-content;
}
@media (min-width: 768px) and (max-width: 1200px) {
#service_sec02{
    padding-bottom: 11.67vw;
}
.tab-list .tab{
    font-size: 2.5vw;
}
.content_inner{
    padding: 8.33vw 0 16vw;
}
.detail_links{
    font-size: 1.29vw;
}

.content_inner li{
    padding: 3vw 3.8vw;
}
.content_inner h3{
    font-size: 1.96vw;
}
.content_inner p{
    font-size: 1.33vw;
}

}
@media screen and (max-width: 768px) {
#service_sec02{
    padding: 10vw 0;
}
.tab-list{
    display: block;
}
.tab-list li,
.content_inner li{
    width: 100%;
    margin-bottom: 5vw;
}
.tab-list .tab{
    font-size: 4vw;
}
.content_inner{
    display: block;
    padding-top: 10vw;
}
.detail_links{
    font-size: 4vw;
}

.content_inner li{
    padding: 3vw 10vw;
}
.content_inner h3{
    font-size: 6vw;
}
.content_inner p{
    font-size: 4vw;
}

}