body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeeded;
}


/*footer-nav*/

.footer-nav {
    width: 2.2vw;
    position: fixed;
    height: auto;
    bottom: 9vw;
    left: 1vw;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

.footer-nav-all {
    width: 100%;
    margin: 0 auto;
}

.footer-nav-li {
    width: 100%;
    height: 2.2vw;
    position: relative;
    display: block;
    background-color: #ead1a9;
    margin: 0 0 1vw 0;
    transition: all 0.5s linear;
    cursor: pointer;
    border-radius: 10px;
}

.footer-nav-li:hover {
    opacity: 0.7;
}

.icon {
    width: 64%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 14% 0 0 0;
}


/*頁面*/

.top-bg {
    width: 100%;
    height: auto;
    background-image: url("../img/03/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.title {
    position: absolute;
    right: 10vw;
    top: 16vw;
    color: #000000;
}

.title h2 {
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.25vw;
    line-height: 1.6vw;
    margin: 0 0 0.5vw 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.title h4 {
    font-size: 2.8vw;
    letter-spacing: 0.3vw;
    margin: 0 0 1.4vw 0;
    font-weight: normal;
    font-family: "GARNET-CAPITALS-BOLD";
}

.title-pic {
    width: 21vw;
    position: absolute;
    left: -4.8vw;
    top: -3.8vw;
}

.main1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 4vw 0 0 0;
}

.main1-banner {
    width: 60vw;
    position: relative;
    margin: 6vw 0 6vw 0;
    box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.4);
    z-index: 1;
    overflow: hidden;
}

.main1-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: main1-banner-ani 7s ease;
    animation-fill-mode: forwards;
}

@keyframes main1-banner-ani {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.main1-txt {
    width: 26vw;
    position: absolute;
    left: 60vw;
    top: 23vw;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5vw;
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: 0.01vw;
    padding: 1.5vw 0 2.7vw 2.3vw;
    box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.4);
}

.main1-txt h2 {
    color: #0a598c;
    line-height: 1.5vw;
    font-size: 1.35vw;
    font-weight: 600;
    letter-spacing: 0.05vw;
    margin: 0 0 1.7vw 0;
}

.main1-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0.5vw 0 0;
    color: #313131;
}

.main1-txt li {
    width: 100%;
    position: relative;
    line-height: 1.5vw;
    font-size: 1vw;
    letter-spacing: 0.05vw;
}

.main1-line {
    width: 106%;
    height: 96%;
    border: 1.5px solid #e4d0b6;
    position: absolute;
    right: -1.5vw;
    top: -1vw;
}

.main2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 4vw 0 0 0;
}

.video {
    width: 65.6%;
    height: 37vw;
    position: relative;
    margin: 4vw auto 4vw auto;
}

.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.video-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}

.main2-title {
    color: #0a598c;
    line-height: 1.5vw;
    font-size: 1.35vw;
    font-weight: 600;
    letter-spacing: 0.05vw;
    margin: 0 0 1.7vw 0;
    text-align: center;
}

.main3 {
    width: 100%;
    position: relative;
    margin: 2vw 0 3vw 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.main3-txt {
    width: 90vw;
    position: relative;
    margin: 0 auto 3vw auto;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.main3-txt h2 {
    color: #0a598c;
    line-height: 1.5vw;
    font-size: 1.35vw;
    font-weight: 600;
    letter-spacing: 0.05vw;
    margin: 0 0 1.7vw 0;
}

.main3-txt h4 {
    line-height: 1.5vw;
    font-size: 1vw;
    letter-spacing: 0.05vw;
    color: #313131;
}

.main3-banner {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.main4 {
    width: 100%;
    position: relative;
    margin: 8vw 0 4vw 0;
}

.main4::after {
    content: "";
    clear: both;
    display: block;
}

.main42 {
    width: 100%;
    position: relative;
    margin: 8vw 0 4vw 0;
}

.main42::after {
    content: "";
    clear: both;
    display: block;
}

.banner {
    width: 56vw;
    height: auto;
    position: relative;
    float: right;
    z-index: 9;
    box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.4);
}

.main42 .banner {
    float: left;
}

.main4 .swiper-slide,
.main42 .swiper-slide {
    width: 100%;
    height: 32.1vw;
}

.main4 .swiper-slide>img,
.main42 .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-h {
    text-align: center;
}

.img-h img {
    width: auto!important;
    height: 100%!important;
    object-fit: unset;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.img-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(5px);
    /* Safari, Chrome, Opera */
    filter: blur(5px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.img-bg-img-black {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.swiper-pagination {
    width: fit-content;
    position: absolute;
    left: 7.5vw;
    bottom: 3.4vw;
}

.main42 .swiper-pagination {
    left: auto;
    right: 7.5vw;
}

.swiper-pagination-bullet {
    background-image: url(../img/02-3/dot2.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 0.5vw !important;
    margin-right: 0.5vw !important;
    opacity: 1;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background-image: url(../img/02-3/dot1.png);
    background-color: transparent;
}

.all-num {
    position: absolute;
    left: 34vw;
    bottom: 3.84vw;
    color: #262626;
    font-family: "Futura-Std-Book";
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    z-index: 999;
}

.main42 .all-num {
    left: auto;
    right: 34vw;
}

.prev-num {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
}

.next-num {
    position: relative;
    display: inline-block;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-txt {
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    z-index: 999;
}

.main4-txt {
    width: 28vw;
    position: absolute;
    right: auto;
    left: 8vw;
    top: 45%;
    transform: translateY(-50%);
    font-family: 'Noto Sans JP', sans-serif;
}

.main42 .main4-txt {
    left: auto;
    right: 8vw;
}

.main4-txt h1 {
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.03vw;
    margin: 0 0 1vw 0;
    color: #0a598c;
}

.main4-txt h4 {
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: 0.02vw;
    line-height: 1.6vw;
    margin: 0;
    color: #313131;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main5 {
    width: 100%;
    position: relative;
    margin: 8vw 0 4vw 0;
}

.main5 .banner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 4vw;
    box-shadow: none;
}

.main5 .banner .swiper-container {
    overflow: visible;
}

.main5 .banner .swiper-slide {
    width: 49%;
    display: block;
    overflow: hidden;
    margin: auto -2px;
}

.main5 .banner .swiper-wrapper .swiper-slide {
    transform: scale(0.97, 1);
}

.main5 .banner .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -moz-transform: scale(1);
    /* Firefox */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
}

.main5 .banner .swiper-button-next {
    background-image: none;
    width: 8vw !important;
    height: 0.9vw !important;
    right: 2vw;
    top: auto!important;
    bottom: -2vw;
    z-index: 998 !important;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.main5 .banner .next-ani {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/02-3/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease;
    animation: next-ani 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes next-ani {
    0% {
        right: 0;
    }
    50% {
        right: -100%;
    }
    51% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

.main5 .banner .swiper-button-prev {
    background-image: none;
    width: 8vw !important;
    height: 0.9vw !important;
    left: 2vw;
    top: auto!important;
    bottom: -2vw;
    z-index: 998 !important;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.main5 .banner .prev-ani {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/02-3/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: prev-ani 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes prev-ani {
    0% {
        left: 0;
    }
    50% {
        left: -100%;
    }
    51% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

.main5-txt {
    width: 29vw;
    position: relative;
    margin: -2vw auto 0 auto;
}

.main5-txt h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: 0.02vw;
    line-height: 1.6vw;
    margin: 0;
    color: #313131;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main6 {
    width: 100%;
    height: auto;
    background-image: url(../img/03/bg6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10vw 0 4vw 0;
}

.main6 .title {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 0 13vw;
}


/*form*/

.form {
    width: 50vw;
    height: auto;
    position: relative;
    margin: 5vw auto 0 auto;
    box-sizing: border-box;
    color: #313131;
    font-family: 'Noto Sans JP', sans-serif;
}

.form form {
    width: 100%;
    margin: 1.2vw auto 0 auto;
}

.input-long {
    width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    margin: 0 0 0.8vw 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.input-long::after {
    content: "";
    clear: both;
    display: block;
}

.input-long-title {
    width: 13%;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1.15vw;
    letter-spacing: 0.03vw;
    float: left;
    position: relative;
}

.input-long-name {
    width: 87%;
    float: left;
}

.form input[type="text"],
.form input[type="password"] {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1vw;
    letter-spacing: 0.01vw;
    outline: none;
    padding: 0 0 0 1vw;
    border: 1px solid #717171;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.form input::placeholder {
    color: #313131 !important;
}

.verify-pic {
    width: 6vw;
    height: 100%;
    position: absolute;
    right: 0.3vw;
    top: 50%;
    transform: translateY(-50%);
}
.verify-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textarea-long {
    width: 100%;
    height: auto;
    line-height: 2.5vw;
    margin: 0 0 0.8vw 0;
    position: relative;
    box-sizing: border-box;
}

.textarea-long::after {
    content: "";
    clear: both;
    display: block;
}

.textarea-title {
    width: 13%;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1.15vw;
    letter-spacing: 0.01vw;
    float: left;
    position: relative;
}

.textarea {
    width: 87%;
    float: left;
    position: relative;
    overflow: hidden;
}

.textarea textarea {
    width: 100%;
    min-height: 5vw;
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-sizing: border-box;
    line-height: 2.5vw;
    font-size: 1vw;
    letter-spacing: 0.01vw;
    border: none;
    display: block;
    resize: none;
    padding: 0 0 0 1vw;
    border: 1px solid #717171;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.check-item-sex {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1vw;
    letter-spacing: 0.01vw;
    margin-bottom: 0 0 0.8vw 0;
}

.check-item-sex label {
    height: 2.5vw;
    line-height: 2.5vw;
    cursor: pointer;
    margin-right: 3%;
}

.check-item-sex label input[type="radio"] {
    width: 1vw;
    height: 1vw;
    margin: 0 1% -0.3% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background: url(../img/03/check.png) no-repeat top center;
    background-size: 1vw 1vw;
    border: none;
    cursor: pointer;
}

.check-item-sex label input:checked {
    background: url("../img/03/checked.png") no-repeat top center;
    background-size: 1vw 1vw;
}

.check-item {
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1vw;
    letter-spacing: 0.01vw;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    width: 21vw;
}

.check-label {
    width: 10vw;
    float: left;
}

.check-item label {
    height: 2.5vw;
    line-height: 2.5vw;
    cursor: pointer;
    display: block;
}

.check-item label input {
    width: 1vw;
    height: 1vw;
    margin: 0 1% -0.5% 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/03/check.png) no-repeat top center;
    background-size: 1vw 1vw;
    border: none;
}

.check-item label input:checked {
    background: url("../img/03/checked.png") no-repeat top center;
    background-size: 1vw 1vw;
}

.agreeBtn {
    width: fit-content;
    height: 2.5vw;
    float: left;
}

.openTxtBtn {
    display: inline-block;
    font-size: 1vw;
    letter-spacing: 0.01vw;
    border-bottom: 1px solid #3e3a39;
    line-height: 1vw !important;
    cursor: pointer;
}

.form-btn {
    width: 16vw;
    height: 2vw;
    position: relative;
    margin: 1vw auto;
}

.form input[type="submit"],
.form input[type="reset"] {
    width: 6vw;
    height: 2vw;
    font-size: 0.9vw;
    letter-spacing: 0.01vw;
    color: #fff !important;
    border: 1px solid #595959;
    background-color: #595959;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0;
}

.form input[type="reset"] {
    position: absolute;
    left: 0;
    top: 0;
}

.form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (max-width: 1180px) {
    .input-long-title {
        width: 18%;
    }
    .input-long-name {
        width: 82%;
    }
    .textarea-title {
        width: 18%;
    }
    .textarea {
        width: 82%;
    }
    /* .form input[type="submit"],
    .form input[type="reset"] {
        height: 25px;
    } */
}


/* .top {
    width: 2.5vw;
    position: fixed;
    right: 1.5vw;
    bottom: 4.5vw;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.back {
    display: block;
    width: 2.5vw;
    position: fixed;
    right: 1.5vw;
    bottom: 7.6vw;
    z-index: 9;
    display: none;
} */


/*同意書照片預覽*/

.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 11111;
    font-family: "微軟正黑體";
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 4%;
    cursor: pointer;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 47%;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.infoWrap ul {
    list-style: none;
    font-size: 1vw;
    padding-inline-start: 2vw;
}

.infoWrap ul>li>ul {
    list-style: none;
    font-size: 1vw;
    padding-inline-start: 1vw;
}

.li1::before {
    content: "一、";
    position: absolute;
    left: 0vw;
}

.li2::before {
    content: "二、";
    position: absolute;
    left: 0vw;
}

.li3::before {
    content: "三、";
    position: absolute;
    left: 0vw;
}

.li4::before {
    content: "四、";
    position: absolute;
    left: 0vw;
}

.li5::before {
    content: "五、";
    position: absolute;
    left: 0vw;
}

.li1-li::before {
    content: "（１）";
    position: absolute;
    left: 0vw;
}

.li2-li::before {
    content: "（２）";
    position: absolute;
    left: 0vw;
}

.li3-li::before {
    content: "（３）";
    position: absolute;
    left: 0vw;
}

.li4-li::before {
    content: "（４）";
    position: absolute;
    left: 0vw;
}

.infoBox {
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 1.5vw;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox h4 {
    font-size: 1.1vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox h5 {
    font-size: 1.5vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox p {
    font-size: 1.1vw;
    line-height: 150%;
}

.top {
    width: 3.1vw;
    position: fixed;
    right: 6.45vw;
    bottom: 3vw;
    z-index: 9;
    cursor: pointer;
    display: none;
    z-index: 1001;
}

.back {
    display: block;
    width: 4.1vw;
    position: fixed;
    right: 5.5vw;
    bottom: 5.6vw;
    z-index: 9;
    display: none;
    z-index: 1001;
    cursor: pointer;
}
