@charset "UTF-8";

p,h1,h2,h3,h4,h5,
ul, li, span,div  {
    font-family: ryo-display-plusn,sans-serif;
}


/*2507 CSS*/


@media screen and (min-width:769px) {
.pc_only {
        display: block;
    }
    .sp_only {
         display: none!important;
       
    }
    
}
@media screen and (max-width:768px) { 
    .pc_only {
        display: none!important;
    }
    .sp_only {
         display: block;
       
    }
}

.main {
    background-color: #fff;
    position: relative;
}



.background_movie_wrap {
  position: relative;
/*  height: 90vh;*/
  width: 100%;
          background-color: #020c27;
}
@media screen and (max-width:320px){
    /*.background_movie_wrap {
        height: 140vh;
    }*/
    .logodayo li {
        max-width: 30%!important;
    }
}
@media screen and (min-width:321px) and (max-width:375px) {
    /*.background_movie_wrap {
        height: 150vh;
    }*/
    .logodayo li {
        max-width: 30%!important;
    }
}

@media screen and (min-width:376px) and (max-width:425px){
    /*.background_movie_wrap {
        height: 178vh;
    }*/
    .logodayo li {
        max-width: 30%!important;
    }

}
@media screen and (min-width:426px) and (max-width:768px){
    /*.background_movie_wrap {
        height: 275vh;
    }*/


}
@media screen and (min-width:769px) and (max-width:1024px){
    /*.background_movie_wrap {
        height: 115vh;
    }*/
    .left_kao ul li, .right_kao ul li {
        max-width: 150px!important;
    }
    .logodayo li {
        padding: .5em 1em!important;
    }
    .title_right {
    padding-top: 4em!important;
    }
    .semidate {
        background-size: contain!important;
            background-size: 100%!important;
    }

}
@media screen and (min-width:1025px) and (max-width:1440px){
    /*.background_movie_wrap {
        height: 110vh;
    }*/
    .left_kao ul li, .right_kao ul li {
        max-width: 130px!important;
    }
    .logodayo li {
        padding: .5em 1em!important;
    }
    .title_right {
    padding-top: 6em!important;
    }
    .semidate {
        background-size: contain!important;
            background-size: 100%!important;
    }

}
@media screen and (min-width:1441px){
    /*.background_movie_wrap {
        height: 80vh;
    }*/
    .left_kao ul li, .right_kao ul li {
        max-width: 130px!important;
    }
    .logodayo li {
        padding: .5em 1em!important;
    }

}
@media screen and (min-width:1919px){
    /*.background_movie_wrap {
        height: 90vh;
    }*/
}

.background_movie {
  opacity: 1;
}
.background_movie_wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    position: absolute;
    object-position: center;
    top: 0;
    left: 0;
}

.top {
    position: relative;
    /*position: absolute;*/
    z-index: 1;
    top: 0;
    width: 100%;
    padding: 0 1em 2em;
}
.spdate {
    width: 90%!important;
    margin: 3% 5% 0;
}


@media screen and (max-width:768px) {
    
    ul.kao {
        display: flex;
        flex-wrap: wrap;
    }
    ul.kao li {
        width: 25%;
        padding: 1%;
    }
    .topsession {
        position: relative!important;
    }
    .topbg_bottom {
        background-image:none!important;
    }
    .top_session_pic01 img, .top_session_pic03 img {
    max-height: 160px!important;
    }
}


.flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.left_kao ul li, 
.right_kao ul li {
   max-width: 180px;
    margin: 1em 1em .5em;

}

.left_kao ul li img,
.right_kao ul li img {
    width: 100%;

}
.top_content {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    z-index: 11;
}
.nodisplay {
    display: none;
}




.title {
    width: 100%;
    display: flex;
    padding: 0 1em;
}
.title img {
    width: 100%;
    margin-top: 3em;
}

.title_left {
    width: 40%;
}
.title_right {
    width: 60%;
        padding-top: 6em;
}



.semidate {
    margin: .2em 0 0;
    padding: 0 10px;
    /*background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/8/date_back.png);
    background-position: center;
    background-size: 80% 100%;
    background-repeat: no-repeat;*/

}

.semidate .date {
    display: flex;
    justify-content: center;
}
.semidate .date img {
    margin-top: 1em;
}
@media screen and (max-width:768px) { 
    .semidate .date { 
        flex-wrap: wrap;
    }
    .sp_only img {
        width: 100%;
    }

}
.semidate .date h2 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #000;
    letter-spacing: 3px;
    line-height: 1.8;
    padding-top: .4em;
    font-family: serif;
}
.semidate .date h2 span {
    font-size: 70%;
}
@media screen and (max-width:768px) { 
    .semidate .date h2 {
    font-size: 3rem !important; 
    margin-top: .3em;
    }
}

.semidate .date h2.yldate {
    background-color: #ECEB79;
    border-radius: 50px;
    color: #000;
    font-size: 3.2rem !important;
    padding: 4px 4px 4px 6px;
    margin-left: 10px;
}
@media screen and (max-width:768px) { 
    .semidate .date h2.yldate {
        font-size: 2.8rem !important;

    }
    .sptitle {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

    }
    img.sptitle_top {
        width: 60%;
        margin: 0 20%;
    }

}

.semidate .date h2.blive {
    background-color: #000;
    font-size: 1.6rem !important;
    padding: 4px 6px 3px 8px;
    margin-left: 20px;
    color: #fff;
    margin-top: .6em;
    line-height: 2;
}
.youbi {
    background-color: #000;
    border-radius: 50%;
    color: #D6B478;
        padding: .4em .2em .4em .4em;
        font-family: serif;
}
.quote p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #D6B478;
    letter-spacing: 2px;
    margin-top: .4em;

}


/*BTN*/


.top_pc_btn_box {
max-width: 1100px;
}
.top_pc_btn_box .btn-wrap {
    width: 60%;
    margin: 3% 20% 4%;
}
.btn-wrap a img {
    width: 100%;
}

.btn-wrap {
    margin-top: 2em;
    display: flex;
    justify-content: center;

}
.btn-border-shadow {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(2rem - 12px) 10rem 2rem;
    background: #efeb39;
    position: relative;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(2rem - 6px) 10rem 2rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

/*btn owari*/


.topsession {
    display: flex;
    flex-wrap: nowrap;
    align-items: self-end;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.top_session_pic01,
.top_session_pic02,
.top_session_pic03{
    display: flex;
    justify-content: center;

}
.top_session_pic01,
.top_session_pic03 {
    width: 40%;
}
.top_session_pic02 img {
    width: 40%;
    margin: 20% auto;
}
.top_session_pic01 img,
.top_session_pic03 img {
        width: auto;
    max-height: 230px;
    margin: 0 50px;
    text-align: center;

}



.logobox {
    width: 90%;
    margin: 0 5%;
    position: relative;
    background-color: #fff;
    border-radius: 1%;

}

.logo_bg {
    position: relative;

}

.logodayo {
    z-index: 0;
    padding: 1em 1em .4em 1em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logodayo li {
    padding: 1em 2em;
    max-width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logodayo li img {
        width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .logodayo li img{
        max-height: 31px;
    }
    .logodayo li {
        padding: .5em;
    }
    .top_session_pic02 img {
    width: 40%;
    margin: 0 auto 50%;
    filter: invert(1);
    }
    hr.title_under {
        margin: 0;
    }
    .top_pc_btn_box .btn-wrap {
        width: 90%;
        margin: 5% 5% 3%;
    }
    .title img {
        margin-top: 1em;
    }
}

.blue1 {
    background-color: #020D27;
}

.pb12em {
    padding-bottom: 12em;

}


.mt3em {
    margin-top: 3em;
}



.feature_msg_box {
    position: relative;
    padding: 4em;

}
.feature_msg_box h2 {
    font-family: serif;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;

}
.feature_msg_box h2 span.bigger {
    color: #e6cc97;
    font-size: 120%;
    font-family: serif;
}
@media screen and (max-width:768px) {
    .feature_msg_box h2 {
    font-size: 1.8rem;
    }

}


.ylbox {
    background-color: #ECEB79;
    padding: 1em 1em 1em;
    position: relative;
    width: 90%;
    margin: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
}


.whbox {
    background-color: #fff;
    padding: 1em 1em 1em;
    position: relative;
    width: 90%;
    margin: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
}

.ylbox .border,
.whbox .border {
    padding: 3em 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;

}

h3.susume {
    font-size: 3rem;
    font-family: serif;
    letter-spacing: 2px;

    padding: 1em 1em 2em;

    color: #000;
    text-align: center;
}
ul.susume {
        margin-top: 1em;
    margin-left: 8%;
}
ul.susume li {
    font-size: 2.2rem;
    margin-bottom: 1em;
    list-style: disc;
    padding-left: 1em;
    font-weight: 600;
    font-family: serif;
}
.middle_btn_img {
    width: 50%;
    margin: 0 25% 6%;
}
.bluebg {
    background-color:#26447D!important;
}
ul.timetable.bluebg {
    padding: 6em 4em;
}
ul.timetable.bluebg li {
    color: #fff;
    
}
h2.colbl {
    color: #000!important;
}
@media screen and (max-width:768px) {
    .mt3em {
        margin-top: .01em;
    }

    ul.timetable li {
        min-height: 1px!important;
    }
    ul.timetable.bluebg {
        padding: 3em 2em;
    }
    p.lec_title.bigger {
        font-size: 20px!important;
    }
    p.session span {
        display: block;
        padding: .1em 1em!important;
        width: fit-content;
    }
    .middle_btn_img {
        width: 80%;
        margin: 0 10% 12%;
    }
    .top_content_blend h2 {
    font-size: 3rem!important;
    margin-top: 1em;
    }
    .pb12em {
        padding-top: 4em!important;
    }
    .feature_msg_box {
        padding: 0 1em 2em;
    }
    .ylbox, .whbox {
        padding: 0;
    }
    h3.susume {
    font-size: 2.1rem;
        padding: 1em 0 1em;
        letter-spacing: 0;
    }
    ul.susume {
        padding: 0 1.5em 2em 1em;
        margin-top: 1em;
        margin-left: 1%;
    }
    .specialsession_waku {
        width: 92%;
        margin: 0 4%;
    }
    ul.susume li {
    font-size: 1.6rem;
    }
    .ylbox .border, .whbox .border {
        padding: 1em;
    }
    .blue2 {
        border-radius: 20px!important;
        padding: 2em 1em 12em!important;
    }
    .blue3, .white1 {
        border-radius: 20px!important;
        padding: 2em 1em 12em!important;
    }
    h2.program,
    h2.outline {
        padding: .6em 1em!important;
    }
}


.top_content_blend {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;

}
.pb12em {
    padding-top: 8em;
}
.top_content_blend h2 {
    font-size: 5rem;
    font-family: serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.blue2 {
    background:#0A265A url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/8/bg_01.png) repeat;

    /*background-color: #0A265A;*/

    border-radius: 60px;
    margin-top: -12em;
    position: relative;
}

.white1 {
    background-color: #fff;
    padding: 6em 0 12em;
    border-radius: 60px;
    margin-top: -12em;
    position: relative;
}


.btnbtmimg {
    width: 100%;
}
.btnbtmimg img {
    width: 100%;
}





.timetable {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #96a7d19e;
    border-radius: 8px;
    padding:1em;
}
.timetable h2 {
    background-color: #fff;
    padding: 1em;
    border-radius: 50px;
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 1em 10%;
    width: 80%;

}
.specialsession_waku {
    border-radius: 8px;
    padding: 1em;
    background: radial-gradient(circle, rgb(246 233 203) 0%, rgb(192 143 66) 50%, rgb(159 105 39) 100%);
    
}
.specialsession {
    border-radius: 8px;
    padding: 1em 1em 3em;
    background: radial-gradient(circle, rgb(246 233 203) 0%, rgb(210 168 86) 50%, rgb(186 136 62) 100%);
    }
.specialsession > p {
    color: #000;
}
.table_title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 2em 2em;
}

ul.timetable {
    position: relative;
    padding: 2em 3em;
    background-color: #fff;
}
ul.timetable li {
    color: #000;
    list-style: none;
        position: relative;
        margin-bottom: 2em;
        min-height: 150px;
        border-bottom: 2px solid #ddd;
}
ul.timetable li:last-child {
    border-bottom: none;
}


p.feature,
p.session {
    font-size: 140%;
    font-weight: 600;
}
p.feature span{
    background-color:#fff ;
    border-radius: 4px;
    margin-right: 1em;
    padding: .5em 1em;
    color: #000;
    letter-spacing: .09em;
}
p.lec_title {
    font-size: 180%;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .07em;
}
p.lec_title.bigger {
    font-size: 240%;
}

p.com_name {
    font-size: 130%;
    font-weight: 800;
    letter-spacing: .08em;
}

p.session span{
    background-color:#898989 ;
    border-radius: 4px;
    margin-right: 1em;
    padding: .5em 1em;
    color: #fff;
    letter-spacing: .09em;
}

@media screen and (max-width:768px) {
    p.feature,p.session {
    font-size: 100%;
    }
    p.lec_title {
        font-size: 16px;
    }
    p.com_name {
        font-size: 100%;
    }
    ul.timetable li {
        margin-bottom: 1em;
    }
    ul.timetable {
        padding: 2em;
    }
}



.blue3 {
        background:#6A98B4 url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/8/bg_02.png) repeat;
position: relative;
    padding: 6em 0 12em;
    border-radius: 60px;
    margin-top: -12em;
}



h2.program {
    background-color: #fff;
    padding: 1em;
    border-radius: 50px;
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 1em 10%;
    width: 80%;

}

.program {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}


.pluspa {
    padding: 2em 2em 0 2em;
    border-radius: 8px;
}
.special_pic {
    width: 100%;
    margin-top: 2em;
}
.special_pic img {
    width: 100%;
}


.special_profile .half {
    width: 50%;
}

.special_profile .half .probox {
    background-color: #fff;
    display: flex;
    padding: 1em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    width: 90%;
    margin-top: -10%;
     margin-left: 5%;
}

.special_profile .half .probox img {
    max-height: 30px;
    margin-right: 1em;
}

.special_profile .half .probox.right {
    justify-content: right;
        background-color: #fff;
    display: flex;
    padding: 1em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    width: 90%;
    margin-top: -10%;
    margin-left: 5%;
}


.half .profile_descrip {
    padding: 2em;
}











.program h2 {
    background-color: 303030;
    padding: 1em;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 3px;
    margin: .3em;
}
.lecbox {
    display: flex;
    background-color: #fff;
    margin: 2em 0;
    border-radius: 20px;
    position: relative;
}

.profile_pic {
    width: 30%;
    display: flex;
    background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/8/descrip_speaker_back.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    overflow: auto;
    align-items: self-end;
    background-size: 100% 100%;

}
.lec_descrip {
    width: 70%;
    padding: 2em;
}

.profile_pic img {
        width: 90%;
    margin: 0 10% 0 0;
    height: auto;
    object-fit: contain;
    margin-top: 15%;

}





.lecbox p.feature,
.lecbox p.session {
    font-size: 120%;
    font-weight: 600;
}
.lecbox p.feature span {
    background-color: #898989;
    border-radius: 4px;
    padding: 4px 10px;
    color: #fff;
}
h3.lec_title {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-left: 0;
}

.combox {
    display: flex;
    margin-bottom: 1em;
}
.combox .logo_img_box {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.combox .logo_img_box img {
    width: 100%;
}
.combox .addpadd img {
    width: 80%;
}
.com_name p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 2em;
}


@media screen and (max-width:768px) {
    .lecbox {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .profile_pic {
        width: 100%;
        max-height: 40vh;
        overflow: hidden;
        background-image: none!important;
        background-color: #cce9f9;
        border-radius: 8px;
    }
    .profile_pic img {
    width: 80%;
    margin: 0 10%;
    object-fit: contain;
    position: relative;
        top: 100px;
    }
    .lec_descrip {
        width: auto;
    }
    p.feature, p.session {
        font-size: 12px;
    }
    h3.lec_title {
        font-size: 18px;
    }
    .combox {
        flex-wrap: no-wrap;
        flex-direction: row;
    }
    .com_name p {
        margin-left: 0;
        font-size: 13px;
        line-height: 1.5;
    }
    .special_profile .flex {
        flex-wrap: wrap;
    }
    .special_profile .half {
        width: 100%;
    }

    .sppropic1, .sppropic2 {
        position: relative;
        z-index: 0;

    }
    .sppropic1 img, .sppropic2 img {
        width: 80%;
        margin: 0 10%;
    }
    .sppropic1 {
        background-color: #84E4B9;
    }
    .sppropic2 {
        background-color: #668883;
    }
    .probox {
        z-index: 1;
        position: relative;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .special_profile .half .probox img {
        width: 100%;
        object-fit: contain;
        margin-bottom: 1em;
    }
    .combox .logo_img_box {
        padding: 0 1em 0 0;
    }
    .sparrange01 {
        margin-bottom: -10%!important;
    }
    .sparrange025 {
        margin-bottom: -25%!important;
    }
    .sparrange02 {
        margin-bottom: -20%!important;
    }
    .sparrange03 {
        margin-bottom: -30%!important;
    }
    .sparrange04 {
        margin-bottom: -40%!important;
    }
    .sparrange05 {
        margin-bottom: -50%!important;
    }



}


h2.outline {
    background-color: #000;
    padding: 1em;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 1em 10%;
    width: 80%;
}








