@charset "UTF-8";

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

    


/*2506 CSS*/


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

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

.topbg {
    background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/9/bgback.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.top_content {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 3em 0;

}

.top {
        max-height: 1300px;
    overflow: hidden;
}
.flex {
    display: flex;
    position: relative;
}
.left_blue_box {
    width: 40%;
    position: relative;
}
.speaker_pc_box {
    width: 60%;
    position: relative;
    margin-right: 0;
}
.left_blue_box img {
    mix-blend-mode: multiply;
    width: 134%;
    margin-left: 9%;
    position: relative;
    z-index: 0;

}

.speaker_pc_box img {
    height: 100%;

}

.titlebox {
    position: absolute;
    z-index: 1;
    top: 5%;
    right: -25%;
    width: 100%;

}

.titlebox h1 {
    font-size: clamp(2.4rem, 4vw, 8rem);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.6;

}

.toph1 {
    font-size: clamp(1.6rem, 2vw, 4rem);
    letter-spacing: .05rem;
    display: inline-block;

}

.toph1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.toph1:before, .toph1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: dashed 2px white;
  border-bottom: dashed 2px white;
}

.toph1:before {
  left:0;
}
.toph1:after {
  right: 0;
}
.num {
    font-size: 120%;
}
.section {
    width: 100%;
}
hr.dash {
    border: dashed 2px white;
    margin-bottom: 2em;
    width: 70%;
    margin-left: 20%;
}

.titlebox h2 {
    font-size: clamp(1.8rem, 2vw, 4rem);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    margin-left: 12%;

}
.titlebox h2 .box {

    display: inline-block;
    text-align: center;
    border: 2px solid white;
    padding: .3em 1em;
}

.titlebox h2 .bigger {
    font-size: 150%;
    padding-left: .1em;
    padding-right: .2em;
}

.titlebox h3 {
    color: #ffffff;
    text-align: center;
    margin-left: 20%;
}
.cta_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    margin-left: 20%;
}
.cta_box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6em 0;
    width: 60%;
    margin: 0 20%;

}

.cta_box a,
 .cta_box2 a{
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2;
  padding: .4em;
  text-align: center;
  width: 80%;
}
 .cta_box2 a{
          font-size: clamp(2rem, 3vw, 6rem);
          font-weight: 800;
 }
.cta_box a:hover,
.cta_box2 a:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}

@media screen and (max-width:1440px) {
    .left_blue_box img {
        width: 140%;

    }
    .speaker_pc_box img {
        width: 100%;

    }

}



.grey {
    background-color: #B7B7B7;
    position: relative;
    z-index: 0;
}
.grey2 {
    background-color: #D9D9D9;
    position: relative;
    z-index: 0;
}
.grey3 {
    background-color: #EAEAEA;
    position: relative;
    z-index: 0;
}
.twotriangle {
    position: absolute;
    bottom: 0;
    height: 100%;
}

.twotriangle img {
    height: 100%;
    position: relative;
    z-index: 0;
}

.door_right1 {
    position: absolute;
    margin-top: 5%;
    z-index: 2;
}
.door_right1 img,
.door_right2  img {
    width: 80px;
}


.door_right2 {
    position: absolute;
    margin-top: 44%;
    z-index: 0;
}

.door_left1, .door_left2, .door_left3 {
    position: absolute;
    margin-left: 90%;
    z-index: 1;

}

.door_left1 {
    margin-top: 6%;
}
.door_left2 {
    margin-top: 55%;
}
.door_left3 {
    margin-top: 110%;
}

.door_left1 img,
.door_left2 img,
.door_left3 img {
    width: 100%;
}

.seventwo {
        display: flex;
    position: relative;
    z-index: 2;
    top: 5%;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 720px;
    width: 100%;
    margin: 0 calc(50% - 360px);
}

.left_baloon {
    background-color: #D9D9D9;
    border-radius: 8px;
    width: 60%;
    margin-right: 40%;
    padding: 1em;
    margin-bottom: 3%;
}
.left_baloon h3, .right_baloon h3 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: clamp(2rem, 2.2vw, 2.8rem);
    line-height: 2;
}

.right_baloon {
    background-color: #D9D9D9;
    border-radius: 8px;
    width: 60%;
    margin-left: 40%;
    padding: 1em;
    margin-bottom: 3%;
}


h3.feature {
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
    line-height: 2;
}

div.ligthgrey {
    background-color: #D9D9D9;
    border-radius: 8px;
    padding: 2em 3em;
    margin-bottom: 5%;
}


ul.feature {
    font-size: clamp(1.6rem, 2.0vw, 2.2rem);
    line-height: 2;
    font-weight: 600;
}
ul.feature li {
    list-style: disc;
    margin-left: 1em;
}


.titlekako {
    background-color: #ffffff;
    margin: .4em .4em 1em;
    border-radius: 6px;
    padding: 1em;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
}



.cta_kako {
    background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/9/cta_back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 6em;
}


.yokorow {
    position: relative;
}





.triangle {
    position: absolute;
    bottom: 10%;
    height: 90%;
}

.triangle img {
    height: 80%;
}


.door_left {
    position: absolute;
    margin-left: 90%;
    top:20%;
}

.door_left img {
    width: 100%;
}









.title {
    width: 100%;
    padding-top: 8px;
}
.title img {
    width: 100%;
    margin-top: 3em;
}






.semidate {
    padding: 0 10px;
}

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

}
.semidate .date h2 {
    font-size: 4rem !important;
    font-weight: 900;
    color:#000;
    letter-spacing: 3px;
}
.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;

    }
}

.semidate .date h2.blive {
    background-color: #000;
    font-size: 3.6rem !important;
    padding: 4px 4px 3px 6px;
    margin-left: 20px;
    color: #fff;
}

.quote p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}


/*BTN*/
.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: 100%;
    margin: 0;
    position: relative;
    background-color: #fff;

}

.logo_bg {
    position: relative;

}

.logodayo {
    z-index: 0;
    padding: 1.7em 2em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logodayo li {
    padding: 1em;
}
.logodayo li img {
        width: auto;
    max-height: 40px;
}
@media screen and (max-width:768px) {
    .logodayo li img{
        max-height: 31px;
    }
    .logodayo li {
        padding: .5em;
    }
    
}

.blue1 {
    background-color: #497e9f;
}

.pb12em {
    padding-bottom: 12em;

}


.mt3em {
    margin-top: 3em;
}



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

}
.feature_msg_box h2 {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;

}
.feature_msg_box h2 span {
    color: #000;
    background-color: #EEEA39;
    padding: .2em .6em;
    margin: 0 .5em 0 0;
}
@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;
    letter-spacing: 2px;
    background-color: #000;
    padding: .6em 1em;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}
ul.susume {
    margin-top: 1em;
}
ul.susume li {
    font-size: 2.2rem;
    margin-bottom: .6em;
    list-style: disc;
    padding-left: 1em;
    font-weight: 600;
}



@media screen and (max-width:768px) {
    .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 3em;
        margin-top: 1em;
    }
    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;
    }
}



.blue2 {
    background-color: #BCE1F8;
    padding: 6em 0 12em;
    border-radius: 60px;
    margin-top: -12em;
}

.white1 {
    background-color: #fff;
    padding: 2em 0 4em;
    border-radius: 60px;

}


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





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

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

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

.specialsession {
    border-radius: 4px;
    padding: 1em;
    background: radial-gradient(circle,rgba(236, 235, 121, 1) 0%, rgba(255, 255, 212, 1) 50%, rgba(236, 235, 121, 1) 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;
}
ul.timetable li {
    color: #fff;
    list-style: none;
        position: relative;
        margin-bottom: 2em;
        min-height: 150px;
        border-bottom: 2px solid #fff;
}
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: 130%;
    }
    p.com_name {
        font-size: 100%;
    }
    ul.timetable li {
        margin-bottom: 1em;
    }
}



.blue3 {
    background-color: #6A98B4;
    padding: 6em 0 12em;
    border-radius: 60px;
    margin-top: -12em;
}



.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;
}






@media screen and (max-width:768px) {
    .top.flex {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .top {
        max-height: none!important;
    }
    .left_blue_box img {
        margin-left: 0;
    }
    .left_blue_box {
        width: 100%;
    }
    .titlebox {
        width: 100%;
        right: 0;
    }
    .left_blue_box {
        max-height: 460px;
    }
    .titlebox h1 {
        text-align: center;
    }
    hr.dash {
        width: 70%;
        margin-left: 15%;
    }
    .titlebox h2,
    .titlebox h3,
    .cta_box {
        margin-left: 0;
    }
    .speaker_pc_box {
        width: 100%;
        position: relative;
        margin-right: 0;

    }
    .twotriangle {
        height: 40%;
    }
    .top_content {
        width: 100%;
    }
    .seventwo {
        width: 94%;
        margin: 3%;
    }
    .left_baloon {
        width: 70%;
        margin-right: 30%;
    }
    .right_baloon {
        width: 70%;
        margin-left: 30%;
    }
    .cta_box2 {
        width: 90%;
        margin: 0 5%;
    }
    .cta_kako {
        padding: 5em 1em;
    }
    .timetable h2, h2.program {
        padding: .4em 1em;
    }
    ul.timetable li {
        min-height: 1px!important;
    }
    .triangle {
        display: none;
    }
    p.lec_title.bigger {
        font-size: 160%!important;
    }
}




















.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: 8px;
    position: relative;
    z-index: 2;
}

.profile_pic {
    width: 30%;
    display: flex;

    position: relative;
 

}
/*.profile_pic {
    width: 30%;
    display: flex;
    background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/9/speaker_back_pb.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: auto;
    align-items: self-end;
    background-size: 100% 100%;

}*/
.lec_descrip {
    width: 70%;
    padding: 2em;
    font-size: 18px;
}

.profile_pic img {
    width: 100%;
        height: auto;
    object-fit: cover;

}





.lecbox p.feature,
.lecbox p.session {
    font-size: 90%;
    font-weight: 600;
}
.lecbox p.feature span {
    background-color: #898989;
    border-radius: 4px;
    padding: 4px 10px;
    color: #fff;
}
h3.lec_title {
    font-size: clamp(2rem, 2vw, 3rem);
   
    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: 50%;
}
.com_name p {
    font-size: 2rem;
    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;
        border-radius: 8px;
        background-image: url(https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/9/triangle.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    }
    .sp_title_box {
        position: relative;
        margin: 10% 4% 0 -85%;

    }

    .profile_pic img {
    width: 80%;
    margin: 0 70% 0 -28%;
    object-fit: contain;
    position: relative;

    }
    .lec_descrip {
        width: auto;
        font-size: 14px;
    }
    p.feature, p.session {
        font-size: 100%;
    }
    h3.lec_title {
        font-weight: 800;
        font-size: 1.8rem;
    }
    .combox {
        flex-wrap: no-wrap;
        flex-direction: row;
    }
    .com_name p {
        margin-left: 0;
        font-size: 110%;
    }
    .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;
    }
    .sparrange03 {
        margin-bottom: -30%!important;
    }
    .grey3 {
        margin-top: -2em;
        padding-top: 1em;
    }
    .yokorow > .top_content {
        width: 90%;
        margin: 0 5%;
    }
    .door_left {
        display: none;
    }



}

