.swiper img {
    width: 100%;
}

.swiper_thumbnail .swiper-slide {
    cursor: pointer;
}

.swiper_thumbnail .swiper-slide-thumb-active {
    outline-offset: -2px;
}

.swiper_thumbnail img {
    vertical-align: bottom;
}

.swiper_thumbnail .swiper-slide {
    position: relative;
}

/* .swiper_thumbnail .swiper-slide::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    background: linear-gradient(90deg, transparent -165%, #00aaff -9%);
    transform: skewY(0deg);
    z-index: 10;
    opacity: 0.5;

}

.swiper_thumbnail .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 57px solid transparent;
    border-left: 34px solid #00aaff;
    opacity: 0.5;


} */
.swiper_thumbnail .swiper-wrapper {
    margin-top: 30px
}

.swiper_thumbnail .swiper-slide {
    padding-right: 20px;
}



.all-text {
    margin-left: 10px;
}



.page-staff-child main li::marker {
    color: #16a6c1;
    /* 设置为暗色 */
    content: "•";
    font-size: 20px;
    /* 你可以使用其他字符，如：content: "\2022"; */
}

.page-staff-child main li {
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}



.set-all {

    display: flex;
    padding: 20px;
    background-color: #ecf7f9;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.license-title .ttl-jpn {
    font-size: 21px;
    font-weight: 400;
    margin-top: 5px;
}

.license-title .ttl-eng {
    font-size: 16px;
    font-weight: 300;
}

.set {
    border-bottom: 1px solid #16a6c1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.row-profile .item:nth-child(2) .license-title {
    margin-bottom: 20px;
}

.table-dl.table-base.staff-profile dl dt {
    background-color: #e4f2f5;
    color: #16a6c1;
}

.table-base.staff-profile dl:first-child dt,
.table-base dl:first-child dd {
    border-top: 1px solid transparent;
}

.table-base.staff-profile dl dt,
.table-base dl dd {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #16a6c1;
}

.table-base dl dd {
    line-height: 25px;
}

.youtube {
    text-align: center;
}

.table-dl.table-base.staff-profile dl dt {
    vertical-align: inherit !important;
}

/* @media screen and (max-width: 1175px) {
    .row-profile {
        display: block;
    }

    .row-profile .item {
        margin: auto;
    }
} */
@media screen and (max-width: 767px) {
    .table-base dl dd {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-profile .license-title {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .page-staff-child main li {
        line-height: 20px;
    }

    .row-single .metabox {
        text-align: center;
        color: #000;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .number {
        color: #16a6c1;
        font-weight: 500;
        font-size: 50px;
    }

    .set {
        display: flex;
        align-items: center;
    }

    .position {
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

    .name {
        font-size: 20px;
        font-weight: 500;
        color: #16a6c1;
        margin-top: 10px;

    }

    iframe {
        width: 100%;
    }
}



@media screen and (min-width: 768px) {
    .row-single .metabox {
        text-align: center;
        color: #000;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .number {
        color: #16a6c1;
        font-weight: 500;
        font-size: 96px;
    }

    .set {
        display: flex;
        align-items: center;
        padding-left: 30px;
    }

    .position {
        font-weight: 400;
        font-size: 21px;
        color: #000;
    }

    .name {
        font-size: 32px;
        font-weight: 500;
        color: #16a6c1;
        margin-top: 10px;

    }

    .row-profile .license-title {
        /* width: 67%; */
        margin: auto;
        /* margin-bottom: 20px; */
        margin-bottom: 15px;
    }

    .table-dl.table-base.staff-profile {
        /* width: 67%; */
        margin: auto;
    }
}

.set-all .license-title {
    max-width: 100px;
    flex: 0 0 100px;
}

.button-area {
    margin-top: 40px;
}

.button-area .btn-outline-primary {
    min-width: 190px;
    padding: 20px 0px 20px 32px;
    text-align: center;
}


.button-area .btn .icon::before {
    background: #16a6c1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

.image.w {
    width: 560px;
    margin: auto;
}