@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
    font-size: 62.5%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overscroll-behavior: auto !important;
}

.title_wrap {
    text-align: center;
    padding: 3rem 10rem;
}

.title_wrap img {
    width: 100%;
}

.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.bg-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-pc {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

main {
    background-image: url(../img/background.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

.wrap_inner {
    padding: 0 30px;
}

.wrap_inner_back {
    background: #fff;
    padding: 80px 60px;
}

.sec_style {
    padding: 30px 0px;
}

.sec_style img {
    width: 100%;
}

.event_outline_pad {
    padding: 0 80px 80px;
}

.quiz_sec_title {
    padding: 40px;
}

.quiz_sec_inner {
    padding: 30px 80px;
}

.dl_btn {
    padding: 30px 60px
}

.tour_sec_title {
    padding: 0 100px 0;
}

.tour_sec_inner {
    padding: 30px 0;
}

.tour_dl_btn {
    margin-top: 20px;
    text-align: right;
}

.tour_dl_btn img {
    width: 40%;
}

.how_to_apply_block {
    margin: 30px auto;
}

.apply_btn {
    text-align: center;
}

.apply_btn a {
    display: inline-block;
    width: 50%;
}

.conditions_hr {
    display: block !important;
    margin-bottom: 20px;
}
