.sec-wrapper {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .sec-wrapper {
        padding: 80px 0;
    }
}

.sec-inner {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .sec-inner {
        width: 1392px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

picture {
    display: block;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.u__sp-only {
    display: block !important;
}

.u__pc-only {
    display: none !important;
}

@media screen and (min-width: 768px){
    .u__sp-only {
        display: none !important;
    }
    
    .u__pc-only {
        display: block !important;
    } 
}

.sec-101__wrapper {
    background: url(../images/sec-01-bg.webp) no-repeat center center / cover;
}

.sec-101__inner {}

.sec-101__block {
    padding: 32px 20px;
    border: 1px solid #BAD4E2;
    border-radius: 12px;
    position: relative;
}

@media screen and (min-width: 768px){
    .sec-101__block {
        border: none;
        padding: 0;
    }
}

.sec-101__ttl {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #56514C;
    padding: 8px 20px;
    background-color: #fff;
}
 
.sec-101__list {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .sec-101__list {
        flex-direction: row;
        gap: 40px;
    }
}

@media screen and (min-width: 768px) {
    .sec-101__item {
        padding-top: 28px;
        width: calc(100% / 4 - 46px);
        height: 120px;
        border-radius: 8px;
        max-width: 100%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
        background: #fff;
    }
    .sec-101__wrapper {
        padding-bottom: 0;
    }
}

.sec-101__link {
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    gap: 28px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 24px;
}

@media screen and (min-width: 768px){
    .sec-101__link {
        padding-top: 0;
        gap: 16px;
        justify-content: center;
    }  
}

.sec-101__item:not(:last-of-type) .sec-101__link{
    padding-bottom: 16px;
    border-bottom: 1px solid #A4A4A4;
}

@media screen and (min-width: 768px){
    .sec-101__item:not(:last-of-type) .sec-101__link{
        padding-bottom: 0;
        border-bottom: none;
    }
}

.sec-101__link::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 8px;
    right: 24px;
    background: url(../images/sec-01-arw.png) no-repeat center center / contain;
}

@media screen and (min-width: 768px){
    .sec-101__link::after {
        width: 28px;
        height: 18px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -32px;
        background: url(../images/sec-01-arw-pc.png) no-repeat center center / contain;
    }
}

.sec-101__logo {
    height: 46px;
    width: 46px;
}

.sec-101__link-txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #56514C;
}

@media screen and (min-width: 768px){
    .sec-101__link-txt {
        font-size: 20px;
        color: #AD8780;
    } 
}

.sec-102__wrapper {
    background: url(../images/sec-01-bg.webp) no-repeat center center / cover;
}

.sec-103__wrapper {
    background-color: #f2f2f2;
}

.sec-104__wrapper {
    background-color: #f8f8f8;
}