@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body, textarea, input, select, label{
	font-size: 16px;
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
    color: #3E3A39;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #F5F5F5;
}
body {
    position: relative;
}

/*====================================
	base
====================================*/
a{
    color: #3E3A39;
    text-decoration: none;
    /* transition: all .2s; */
}
a:hover {
    /* opacity: .7; */
}
img{
    vertical-align: middle;
    object-fit: cover;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
ul {
    list-style: none;
}
p {
    letter-spacing: 0.05em;
}

.sp{
    display: none;
}
.wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ttl */
.ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 120px 0;
  background-color: #F5F5F5;
  overflow: hidden;
  background: url(../img/bg_ttl.png) no-repeat left;
  background-size: cover;
}
    .ttl h2 {
        position: relative;
        text-align: center;
        font-size: 45px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0;
        z-index: 2;
    }
       

/* iframe */
.ifm {
    width: 100%;
    height: 2500px;
    overflow: hidden;
    padding-bottom: 57%;
    position: relative;
}
    .ifm iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .ifm iframe .p-request .m-form td:last-of-type {
        min-width: initial !important;
    }

/* pagetop */
#pagetop {
    position: fixed;
    z-index: 10;
    bottom: 3.5rem;
    right: 4rem;
    width: 14rem;
    height: 20rem;
    cursor: pointer;
}
    #pagetop img {
        width: 100%;
    }

/* contents */
#contents {
    width: calc(100% - 360px);
}
#page_thanks #contents {
    width: 100%;
}
#scrolltop {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 400px;
} 
    #scrolltop img {
        display: block;
    }

/* form */
#contact h3 {
    text-align: center;
    margin-bottom: 20px;
}
.sticky-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100vh;
    overflow-y: auto;
}
.sticky-form h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

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

    #contents {
        width: calc(100% - 300px);
    }
    #page_thanks #contents {
        width: 100%;
    }
   .sticky-form {
        width: 300px;
    }
}

/* btn */
.btn a {
    border-radius: 100px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    display: block;
    text-decoration: none;
}
.btn.uketori a {
    background-color: #FFC700;
}
.btn.hakkou a {
    background-color: #15BDAE;
    color: #fff;
}

/*====================================
	header
====================================*/
header {
    position: fixed;
    z-index: 9999;
    width: calc(100% - 360px);
}

#page_thanks header {
    width: 100%;
}

    header #header_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 100px;
        padding-right: 64px;
        height: 100%;
        flex-wrap: wrap;
    }
    header #header_area.scrolled {
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(5px);
    }
        header #header_area .date_area {
            display: flex;
            flex-wrap: nowrap;
            gap: 25px;
            align-items: center;
        }
            header .date_area img {
            width: 100%;
            }

@media only screen and (max-width: 1500px){
    header {
        width: calc(100% - 300px);
    }
        header #header_area {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
            header #header_area .date_area {
                gap: 15px;
            }
                header #header_area .date_area .date img {
                    width: 350px;
                }
}

 
/*====================================
	fv
====================================*/
#fv {
    background-color: #fff;
}
#fv img {
    width: 100%;
}


/*====================================
	presenters
====================================*/
#presenters {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    position: relative;
}
    #presenters .item {
        position: relative;
        overflow: hidden;
    }
        #presenters .item .ttl_box {
            position: relative;
            width: 100%;
            background-color: #FFC700;
        }
        #presenters .item:nth-child(even) .ttl_box{
            background-color: #19C1B2;
        }

        #presenters .item .ttl_box .wrap {
            position: relative;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        #presenters .item .ttl_box .wrap::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translateX(60%);
            background: url(../img/pic_invox.png) no-repeat center bottom;
            background-size: 80%;
            width: 440px;
            height: 406px;
            z-index: 4;
        }
        #presenters .item.infomart .ttl_box .wrap::after {
            background: url(../img/pic_infomart.png) no-repeat center bottom;
            background-size: 80%;
            width: 439px;
            height: 349px;
        }
        #presenters .item.invoice .ttl_box .wrap::after {
            background: url(../img/pic_invoice.png) no-repeat center bottom;
            background-size: 80%;
            width: 400px;
            height: 346px;
        }
        #presenters .item.tokium .ttl_box .wrap::after {
            background: url(../img/pic_tokium.png) no-repeat center bottom;
            background-size: 80%;
            width: 381px;
            height: 360px;
        }
        #presenters .item.bakuraku .ttl_box .wrap::after {
            background: url(../img/pic_bakuraku.png) no-repeat center bottom;
            background-size: 80%;
            width: 338px;
            height: 415px;
        }
        @media only screen and (max-width: 1710px){

            #presenters .item .ttl_box .wrap::after {
                /* transform: translateX(40%); */
            }

        }
        @media only screen and (max-width: 1600px){

            #presenters .item .wrap::after {
                /* background-size: 80%; */
            }
            
        }
        #presenters .item .ttl_box .btn_acd {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            cursor: pointer;
            z-index: 6;
        }
            #presenters .item .ttl_box .btn_acd img.close {
                display: block;
            }
            #presenters .item .ttl_box .btn_acd.open img.close {
                display: none;
            }
            #presenters .item .ttl_box .btn_acd img.open {
                display: none;
            }
            #presenters .item .ttl_box .btn_acd.open img.open {
                display: block;
            }
        /* #presenters .item .ttl_box::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            background: url(../img/btn_close_g.png) no-repeat center;
            background-size: 100%;
            width: 58px;
            height: 58px;
            cursor: pointer;
            z-index: 6;
        } */
        #presenters .item .ttl_box::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent transparent #19C1B2 transparent;
            border-width: 0px 0px 110px 34vw;
            z-index: 1;
        }
        #presenters .item:nth-child(even) .ttl_box::after {
            border-color: transparent transparent #FFC700 transparent;
        }
            #presenters .item .ttl_box .time_area {
                display: flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 20px;
            }
                #presenters .item .ttl_box .time_area .time {
                    font-family: "montserrat", sans-serif;
                    font-weight: 700;
                    font-style: normal;
                    display: inline-block;
                    font-size: 42px;
                    line-height: 1.2;
                    letter-spacing: 0.04em;
                }
                #presenters .item .ttl_box .time_area .tag {
                    display: inline-block;
                    text-align: center;
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 1.2;
                    letter-spacing: 0;
                    padding: 7px 20px;
                    border-radius: 50px;
                    border: 1.5px solid #3E3A39;
                    background-color: #fff;
                }
            #presenters .item .ttl_box .title {
                width: 100%;
                margin-bottom: 20px;
            }
                #presenters .item .ttl_box .title h3 {
                    font-size: 45px;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0;
                    margin-bottom: 10px;
                }
                #presenters .item .ttl_box .title h4 {
                    font-size: 33px;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0;
                    margin-bottom: 10px;
                }
            #presenters .item .ttl_box .info {
                width: 100%;
                margin-bottom: 0;
            }
            #presenters .item .ttl_box .info .thumb {
                display: none;
            }
                #presenters .item .ttl_box .info p {
                    font-size: 26px;
                    font-weight: 900;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                    margin-bottom: 5px;
                }
                #presenters .item .ttl_box .info span {
                    display: block;
                    font-weight: 900;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                }
                #presenters .item .ttl_box .info .depart {
                    font-size: 18px;
                }
                #presenters .item .ttl_box .info .name {
                    font-size: 26px;
                }


        #presenters .theme_box {
            position: relative;
        }
            #presenters .theme_box .wrap {
                padding-top: 60px;
                padding-bottom: 120px;
                position: relative;
            }
            #presenters .item .theme_box .wrap::before {
                content: '';
                position: absolute;
                top: 60px;
                right: 0;
                transform: translateY(-50%);
                z-index: 4;
            }
            #presenters .item.invox .theme_box .wrap::before {
                background: url(../img/logo_invox.png) no-repeat right bottom;
                background-size: 100%;
                width: 193px;
                height: 50px;
            }
            #presenters .item.infomart .theme_box .wrap::before {
                background: url(../img/logo_infomart.png) no-repeat right bottom;
                background-size: 100%;
                width: 228px;
                height: 64px;
            }
            #presenters .item.invoice .theme_box .wrap::before {
                background: url(../img/logo_invoice.png) no-repeat right bottom;
                background-size: 100%;
                width: 224px;
                height: 92px;
            }
            #presenters .item.tokium .theme_box .wrap::before {
                background: url(../img/logo_tokium.png) no-repeat right bottom;
                background-size: 100%;
                width: 257px;
                height: 51px;
            }
            #presenters .item.bakuraku .theme_box .wrap::before {
                background: url(../img/logo_bakuraku.png) no-repeat right bottom;
                background-size: 100%;
                width: 297px;
                height: 41px;
            }
            #presenters .theme_box span {
                    display: block;
                }
                #presenters .theme_box .subject {
                    display: block;
                    font-size: 18px;
                    font-weight: 900;
                    line-height: 1.5;
                    letter-spacing: 0.05em;
                    padding-bottom: 20px;
                    margin-bottom: 15px;
                    border-bottom: 1px solid #3E3A39;
                }
                #presenters .theme_box p {
                    font-size: 16px;
                    line-height: 1.5;
                    letter-spacing: 0.02em;
                    margin-bottom: 30px;
                }
                #presenters .theme_box p.last {
                    margin-bottom: 0;
                }
                #presenters .theme_box .hidden_area {
                    display: block;
                }
                #presenters .theme_box .more {
                    display: flex;
                    justify-content: flex-end;
                    cursor: pointer;
                }
                #presenters .theme_box a {
                        display: block;
                        font-size: 16px;
                        position: relative;
                        padding-right: 20px;
                    }
                    #presenters .theme_box a::after {
                        content: '';
                        position: absolute;
                        top: 25%;
                        right: 0;
                        width: 5px;
                        height: 5px;
                        border: 1px solid;
                        border-color:  transparent transparent #565656 #565656;
                        transform: rotate(-45deg);
                    }
                    #presenters .theme_box .open a::after {
                        transform: rotate(135deg);
                    }
                    #presenters .theme_box .acd a::before {
                        content: 'more view';
                    }
                    #presenters .theme_box .acd.open a::after {
                        content: 'close';
                    }
                    #presenters .theme_box .thumb {
                        width: 27%;
                        /* --animate-duration: 1s; */
                    }
                    #presenters .theme_box .thumb img {
                        width: 100%;
                        display: block;
                    }

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

            #presenters .item .ttl_box .wrap {
                padding-bottom: 0;
            }
            #presenters .item .wrap::after {
                content: none !important;
            }

             #presenters .item .ttl_box .info {
                display: flex;
                justify-content: space-between;
            }
                #presenters .item .ttl_box .info .thumb {
                    display: block;
                    z-index: 5;
                    margin: 20px auto 0;
                }
                    #presenters .item .ttl_box .info .thumb img {
                        max-width: 100%;
                        display: block;
                        margin: 0 auto;
                    }
        }


/*====================================
	thanks
====================================*/
#thanks {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
}
    #thanks h2 {
        text-align: center;
        font-size: 46px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 50px;
    }

    #thanks p {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 35px;
    }

    #thanks a {
        font-size: 22px;
    }

    #thanks .contact_box {
        margin-bottom: 65px;
    }
        #thanks .contact_box a {
            text-decoration: underline;
        }



    #thanks .btn_box {
        border-top: 1px solid #3E3A39;
        border-bottom: 1px solid #3E3A39;
        padding: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

/*====================================
	footer
====================================*/
footer {
    width: calc(100% - 360px);
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../img/bg_footer.png) no-repeat left;
    background-size: cover;
}
#page_thanks footer {
    width: 100%;
}
    footer .privacy {
        margin-bottom: 65px;
    }
        footer .privacy h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.5;
            letter-spacing: 0.05em;
            margin-bottom: 25px;
        }
        footer .privacy .cmp {
            display: flex;
            gap: 30px;
        }
            footer .privacy .cmp ul {
                display: flex;
                gap: 15px;
                flex-direction: column;
            }
                footer .privacy .cmp ul li {
                    position: relative;
                    padding-left: 20px;
                }
                footer .privacy .cmp ul li::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: url(../img/icon_arrow.png) no-repeat center;
                    background-size: 100%;
                    width: 10px;
                    height: 14px;
                    z-index: 1;
                }
                    footer .privacy .cmp ul li a {
                        color: #fff;
                        position: relative;
                        font-size: 16px;
                        font-weight: 500;
                        letter-spacing: 0;
                    }

    footer .copy {
        text-align: right;
    }
        footer .copy p {
            color: #fff;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 0;
        }


@media only screen and (max-width: 1710px){
    footer {
        width: calc(100% - 300px);
    }
    #page_thanks footer {
        width: 100%;
    }
}



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

/*====================================
	base
====================================*/

/* ttl */
.ttl {
  padding: 80px 0;
}

.wrap {
    padding-left: 30px;
    padding-right: 30px;
}

/*====================================
	header
====================================*/
header #header_area {
    padding-left: 20px;
    padding-right: 20px;
}
    header #header_area .logo_area img {
        width: 150px;
    }
    header #header_area .date_area {
        gap: 10px;
    }


/*====================================
	presenters
====================================*/
#presenters .item .theme_box .wrap::before {
    right: 30px;
}



}


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

    header {
        width: 100%;
    }
    header .logo_area {
        gap: 30px;
    }
    header #header_area nav li.contact {
        display: block;
    }
    header .date_area {
        display: none;
    }
    #contents {
        width: 100%;
    }
    footer {
        width: 100%;
    }
    #contact {
        padding-top: 30px;
        padding-bottom: 150px;
        background-color: #F4F4F4;
    }
        #contact h3 {
            padding-top: 20px;
        }
        .sticky-form {
            position: relative;
            margin: 0 auto;
            height: initial;
            width: 80%;
        }
    .sticky-form h3 {
        font-size: 18px;
        font-weight: 700;
    }

    #scrolltop {
        right: 40px;
    } 



}



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

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	font-size: 16px;
}

/*====================================
	base
====================================*/

.sp{
    display: block;
}
.pc{
    display: none;
}

html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

.wrap {
    padding-left: 20px;
    padding-right: 20px;
}


/* ttl */
.ttl {
  padding: 30px 0;
}
    .ttl h2 {
        font-size: 26px;
    }


/* pagetop */
#pagetop {
    bottom: 3rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
}
#scrolltop {
    right: 20px;
} 
#scrolltop img {
    width: 70%;
} 

.sticky-form {
    width: 100%;
}

#contact {
    padding-left: 20px;
    padding-right: 20px;
}

.footer_menu {
    display: none;
    width: 100%;
    text-align: center;
    background: #00D1C1;
    position: fixed;
    bottom: 0;
    z-index: 22222;
}
    .footer_menu a {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        padding: 28px;
    }

/*====================================
	header
====================================*/
header #header_area {
    flex-direction: column;
    align-items: flex-start;
}
    header #header_area .logo_area img {
        width: 100px;
    }
    header #header_area .date_area .date img {
        width: 200px;
    }
    header #header_area .date_area .live img {
        width: 70px;
    }

/*====================================
	fv
====================================*/
#fv .fv_pic.pc {
    display: none;

}
#fv .fv_pic.sp {
    display: block;
}


/*====================================
	presenters
====================================*/
#presenters .item .wrap {
    padding-left: 20px;
    padding-right: 20px;
}

#presenters .item .ttl_box .time_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
    #presenters .item .ttl_box .time_area .time {
        font-size: 36px;
    }
    #presenters .item .ttl_box .time_area .tag {
        font-size: 16px;
        padding: 7px 15px;
    }

#presenters .item .ttl_box .title {
    margin-bottom: 10px;
}
    #presenters .item .ttl_box .title h3 {
        font-size: 26px;
    }
    #presenters .item .ttl_box .title h4 {
        font-size: 23px;
    }

#presenters .item .ttl_box .info {
    flex-direction: column;
}
    #presenters .item .ttl_box .info p {
        font-size: 18px;
    }
    #presenters .item .ttl_box .info .depart {
        font-size: 16px;
    }
    #presenters .item .ttl_box .info .name {
        font-size: 18px;
    }

    #presenters .item .ttl_box .info .thumb {
        width: 60%;
    }

#presenters .item .ttl_box .btn_acd img {
    width: 38px;
}

#presenters .item.invox .theme_box .wrap::before {
    width: 103px;
    height: 50px;
}
#presenters .item.infomart .theme_box .wrap::before {
    width: 128px;
    height: 64px;
}
#presenters .item.invoice .theme_box .wrap::before {
    width: 124px;
    height: 92px;
}
#presenters .item.tokium .theme_box .wrap::before {
    width: 137px;
    height: 51px;
}
#presenters .item.bakuraku .theme_box .wrap::before {
    width: 177px;
    height: 41px;
}
/*====================================
	thanks
====================================*/
#thanks {
    padding-top: 50px;
    padding-bottom: 90px;
}
    #thanks h2 {
        font-size: 24px;
    }

    #thanks p {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    #thanks .contact_box p {
        text-align: center;
    }

    #thanks a {
        font-size: 18px;
    }

    #thanks .btn_box {
        padding: 40px 10px;
        flex-direction: column;
        gap: 20px;
    }


/*====================================
	privacy
====================================*/
    #privacy .stage_area ul li {
        width: 100%;
    }



/*====================================
	footer
====================================*/
footer {
    padding-top: 50px;
    padding-bottom: 150px;
}
    footer .privacy {
        margin-bottom: 30px;
    }
        footer .privacy .cmp {
            flex-wrap: wrap;
            gap: 15px;
        }
            footer .privacy .cmp ul {
                width: 100%;
            }
        footer .privacy h3 {
            font-size: 16px;
        }

}