/* ========================================================================
     Component: Common
 ========================================================================== */
.tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tag-label,
.tag-label-w,
.tag-label-outline,
.tag-label-outline-w {
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 0 16px;
    line-height: 32px;
}

@media screen and (max-width: 767px) {

    .tag-label,
    .tag-label-w,
    .tag-label-outline,
    .tag-label-outline-w {
        width: 118px;
        line-height: 25px;
        font-size: 12px;
        padding: unset;
    }
}

.tag-label {
    background: #000;
    color: #fff !important;
}

.tag-label-w {
    background: #fff;
    color: #000 !important;
}

.tag-label-outline {
    background: none;
    color: #000 !important;
    border: 1px solid #000;
}

.tag-label-outline-w {
    background: none;
    color: #fff !important;
    border: 1px solid #fff;
}

.tag-label-small {
    font-size: clamp(14px, 1.3671875vw, 14px);
    width: 104px;
}

@media screen and (max-width: 1024px) {
    .tag-label-small {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .tag-label-small {
        line-height: 25px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .onlineform-links.selfregi ul li {
        width: 100%;
        margin-bottom: 0;
    }
}

.title-60 {
    font-size: clamp(30px, 3.515625vw, 60px);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.6em;
}
@media screen and (max-width:1920px ) and (min-width: 768px) {

.title-36 {
    font-size: 2.2vw;
    line-height: 1.4em;
}
}

/* @media screen and (min-width: 1920px) {
    .title-36 {
        font-size: clamp(24px, 3.515625vw, 36px);
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.6em;
    }
} */

.reserve-inner {
    width: 85%;
    max-width: 1920px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .mv-header picture {
        width: 40%;
    }
}

section {
    padding-top: 109px;
    margin-top: -109px;
}

.sr-bg {
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 80%, #f8f8f8 100%);
}

/* ========================================================================
     Component: Mainvisual
 ========================================================================== */

.mv {
    background: #000;
    background-image: none !important;
    position: relative;
    height: auto;
    color: #fff;
}

.mv-header {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 80%;
    max-width: 1077px;
    justify-content: space-around;
    align-items: center;
}

.mv-bg {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.mv-bg img {
    width: 100%;
    max-width: 1920px;
    height: 430px;
    object-fit: cover;
    object-position: center;
}

.mv-header-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mv-header-label:before,
.mv-header-label:after {
    border-top: 1px solid;
    content: "";
    display: block;
    flex-grow: 1;
    color: #fff;
}

.mv-header-label:before {
    margin-right: 5%;
    left: 0;
}

.mv-header-label:after {
    margin-left: 5%;
    right: 0;
}



@media screen and (max-width: 767px) {

    .mv-bg img {
        height: 600px;
    }

    .mv-header {
        flex-direction: column;
        gap: 16px;
    }

    .mv-header-lead {
        margin-top: 12px;
    }

    .mv-header-label {
        font-size: 14px;
    }

    .title-area {
        text-align: center;
        margin-top: 32px;
    }
}

/* ========================================================================
     Component: page title
 ========================================================================== */

.page-title {
    color: #094C97;
}


/* ========================================================================
     Component: swiper
 ========================================================================== */

.slider-container {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: auto;
    gap: 5%;
}

.titles {
    width: 44%;
    max-width: 576px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}

.titles-scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 8px;
}

.titles-scroll::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

.titles-scroll::-webkit-scrollbar-thumb {
    background-color: #f0f3f5;
    border-radius: 20px;
}

.title {
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
    transition: .3s;
    flex-direction: column;
}

.slider-container .title h3,
.slide h3 {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: rgb(122, 140, 160);
    border-radius: 4px;
    transition: all .3s ease;
    margin-bottom: 12px;
}

.slider-container .title p {
    color: #7A8CA0;
    font-weight: 300;
    transition: all .3s ease;
}

.title:hover h3,
.title.active h3,
.slide h3 {
    background-color: #094C97;
    transition: all .3s ease;
}

.title:hover p,
.title.active p,
.slide p {
    color: #000;
    font-weight: bold;
    transition: all .3s ease;
}

.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-box {
    width: 65%;
    position: relative;
    margin: 0 0 104px;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .6s ease;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
}

.slide img,
.slide video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.arrow {
    width: 40px;
    height: 40px;
    right: auto;
    border-radius: 100%;
    background: #42adeb;
    transition: opacity 300ms;
    z-index: 1;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.arrow.left {
    left: -25px;
}

.arrow.right {
    right: -25px;
}

.arrow.left:before,
.arrow.right:before {
    content: "";
    background: #094c97;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 300ms;
}

.arrow.left:hover::before,
.arrow.right:hover::before {
    opacity: 0;
}

.arrow.left:after,
.arrow.right:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: swiper-icons;
    font-weight: 600;
    font-size: 90%;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
}

.arrow.left:after {
    content: "prev";
    margin-left: -1.5px;

}

.arrow.right:after {
    content: "next";
    margin-left: 1.5px;

}

/* .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #42adeb;
    transition: opacity 300ms;
    z-index: 1;
    outline: none;
}

.arrow.left {
    left: -25px;
}

.arrow.right {
    right: -25px;
}

.arrow.left:before,
.arrow.right:before {
    background: #094c97;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 300ms;
}

.arrow.left::after,
.arrow.right::after {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-65%, -50%) rotate(45deg);
    transition: all 0.3s ease;
}

.arrow.left::after {
    transform: translate(-35%, -50%) rotate(225deg);

} */

.not-slider-section .arrow {
    display: none !important;
}

@media screen and (min-width: 768px) {
.slider-container .title h3,
.slide h3 {
    padding: 2px 0;
}

}
@media screen and (max-width: 767px) {
    .reserve-inner {
        width: 90%;
    }

    .slider-container {
        flex-direction: column;
        gap: 16px;
    }

    .titles {
        width: 100%;
    }

    .titles-scroll {
        position: static;
        overflow: visible;
        padding-right: 0;
    }

    .slider {
        width: 100%;
        position: static;
        overflow: unset;
    }

    .slider-box {
        width: 100%;
        margin: 0;
    }

    .slide {
        padding: 0 12px;
    }

    .slides {
        touch-action: pan-y;
    }

    .slide h3 {
        padding: 0;
    }

    .titles-scroll {
        position: unset;
        padding-bottom: 32px;
    }

    .pagination {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .pagination-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: .3s;
    }

    .pagination-dot.active {
        background: #094C97;
    }

}