@charset "UTF-8";

@font-face {
    font-family: "Noto Sans JP";
    font-display: swap;
    src: url("../fonts/NotoSansJP-Thin.otf") format("OpenType"),
    url("../fonts/NotoSansJP-Regular.otf") format("OpenType"),
    url("../fonts/NotoSansJP-Medium.otf") format("OpenType"),
    url("../fonts/NotoSansJP-Light.otf") format("OpenType"),
    url("../fonts/NotoSansJP-Bold.otf") format("OpenType"),
    url("../fonts/NotoSansJP-Black.otf") format("OpenType"),
}

/*
Theme Name: actbiz-blog
Theme URI: /wp-content/themes/actbiz-blog
Author URI:
Version: 1.0
*/
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
    background: #F5F5F5;
}

.sofia-m {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}


.background {
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.16);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

body{
    width: 1200px;
    margin: 0 auto;
}


.header {
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.video_wrapper {
    position: relative;
    text-align:center;
    width: 1200px;
    height: 1500px;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.main {
    margin: 0 auto;
}
.main_title {
    background-color: #ffffff;
}

.main_title_txt {
    text-align:  center;
    font-size: 7rem;
    font-weight: 500;
    padding: 1em 0 0 0;
    margin: 0;
}

.event_area {
    background-color: #ffffff;
}

.appli {
    width: 100%;
    text-align: center;
}

.pro_event {
    margin: 0 auto;
    width: 80%;
}



.pro_movie {
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 5rem;
}

.pro_movie_img {
    width: 80%;
}

.footer {
    margin: 0 auto;
}

.footer_txt {
    text-align:  center;
    font-size: 2rem;
    padding: 1em 0 0 0;
    margin: 0;
}

.form_title_txt {
    text-align:  center;
    font-size: 4rem;
    font-weight: 500;
    margin: 0;
}

.must::after {
    content: "必須";
    color: red;
    font-size: 1.4rem;
    margin-left: 1em;
}

label.error {
    color: #ff0000;
}

.contact__form {
    width: 810px;
    margin: 69px auto 0;
    max-width: 90%;
}


.contact {
    padding: 90px 0;
    background: #fff;
}

.contact__title {
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 24px;
}

.contact__line {
    width: 48px;
    height: 2px;
    background: #CBCBCB;
    margin: auto;

}

.contact__text {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
}

.contact__tel-wrap {
    text-align: center;
}

.contact__tel {
    display: inline-block;
    margin-top: 24px;
    font-size: 14px;
    line-height: 2;
    background: #5EA0FC;
    color: #fff;
    padding: 16px 40px;
    font-weight: bold;
}

.contact__content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
}

.contact__label {
    width: 241px;
    padding-top: 0.5em;
    font-size: 1.4rem;
    margin: 0;
}

.contact__input-wrap {
    width: 563px;
    max-width: 100%;
}

.contact__input-wrap.two-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__input {
    font-size: 1.4rem;
    padding: 0.5em 1em;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #ADAAAA;
}

#prefDate1ErrMsg,
#prefDate2ErrMsg {
    width: 100%;
}

.contact__input-wrap.two-column .contact__input {
    width: 49%;
}

.contact__textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 0.5em 1em;
    background: #F8F8F8;
    border: 1px solid #ADAAAA;
}

.sp-news__wrap {
    display: none;
}

.submit-wrap {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 30px;
}

.contact__submit {
    padding: 1rem 8rem;
    line-height: 1em;
    border-radius: 100px;
    background: #F5A04B;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    color: #fff;
    border-style: none;
}

.contact__submit:hover {
    opacity: 0.8;
}


.contact_form {
    width: 60%;
    max-width: 1200px;
    margin: auto;
}

.contact__content {
    font-size: 1.4rem;
}

#prefDate1ErrMsg,
#prefDate2ErrMsg {
    width: 100%;
}

.contact__input-wrap.two-column .contact__input {
    width: 49%;
}

.page-fv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0 10px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-fv--service {
    background-image: url(../../../assets/img/service-fv.jpg);
}

.page-fv__title {
    font-size: 4.2rem;
    font-family: 'Poppins', sans-serif;
}

.page-fv__sub {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}

.contact__check {
    padding: 0.5em 0;
    margin: 0;
    font-weight:bold;
}

.submit__wrap {
    text-align: center;
}

.thanks {
    text-align: center;
    padding-top: 50px;
}

.thanks__title {
    font-size: 3.2rem;
    margin-bottom: 45px;
}

.thanks__text {
    font-size: 1.6rem;
    line-height: 2em;
}
.thanks__button {
    font-size: 1.4rem;
    margin-top: 45px;
    font-size: 1.4rem;
    margin-top: 45px;
    padding: 20px 0;
    width: 306px;
    background: #F5A04B;
    color: #fff;
    font-size: 2rem;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 45px;
}

@media screen and (max-width:1024px) {
    body{
        width: 100%;
    }
}



@media screen and (max-width:769px) {
    .video_wrapper {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }
    
    .video_wrapper > video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
    }

    .main_title_txt {
        font-size: 3rem;
    }
    
    .footer_txt {
        font-size: 1rem;
    }
    
    .pro_event {
        margin: 0 auto;
        width: 100%;
    }
    
    .pro_movie {
        padding-bottom: 2rem
    }
    
    .form_title_txt {
        font-size: 2rem;
    }
    .contact__form {
        margin: 30px auto 0;
    }
}

@media screen and (max-width:481px) {

    .contact__label {
        width: 100%;
        margin-bottom: 1em;
    }
    .contact__content {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .contact_form {
        width: 90%;
    }
    
    .contact {
        padding: 50px 0;
    }
    
    .page-fv__title {
        font-size: 3.2rem;
    }

    .page-fv__sub {
        font-size: 1.2rem;
    }
    .thanks__title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .thanks__text {
        font-size: 1.4rem;
        line-height: 2em;
    }
    .thanks__button {
        width: 60%;
        font-size: 1.4rem;
        padding: 10px 0;
    }
    
    .thanks-fv {
        background-image: url(../../../assets/img/thanks-fv.jpeg);
    }
    .thanks-img{
        display: none;
    }
}

