


:root {
--color-red: #CF3800; /*あか*/
--color-blue: #0c68ab; /*あお*/
--color-orange: #f39800; /*オレンジ*/
--color-green: #128983; /*オレンジ*/
}



body {
	background-color: #d4e2f2;
}
a:link,
a:visited {
    color: #20329e;
}



.MainNav {
    padding: 12px 16px;
}
@media (min-width: 640px) {
	.MainNav {
		padding: 20px 30px;
	}
}

.mainWrapper {
    position: relative;
    width: 100%;
	display: block;
}
.mainWrapper p {
	margin: 0;
}



.mainBox {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url(../images/main-bg.jpg);
    padding: 5px;
    background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
   justify-content: center;
    width: calc( 100% - 60px );
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.6) 0px 1px 4px;
}
.mainBox > div {
    max-width: 68%;
}
@media (max-width: 639px) {
    .mainBox {
        width: calc( 100% - 20px );
        padding-bottom: 48px;
        align-items: flex-start;
        border-radius: 20px;

    }
    .mainBox > div {
        max-width: 100%;
        margin-top: 40px;
    }
}


.catch br {
		display: block;
}
.catch {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.br1 {
	display: block;
}



@media (min-width: 640px) {
    .catch {
        font-size: 18px;
        margin-top: 0;
    	line-height: 1.2;
    }
    .catch br {
        display: block;
    }
    nav {
        padding: 20px 20px;
    }
}
@media (min-width: 798px) {
    nav {
        padding: 25px 20px;
    }
}
@media (min-width: 980px) {
    .catch {
        font-size: 24px;
    }
    .catch br {
        display: none;
    }
    nav {
        padding: 35px 20px;
    }
}
@media (min-width: 1200px) {
    .catch {
        font-size: 30px;
        max-width: calc(100% - 260px);
        margin-left: auto;
        margin-right: auto;
    }
    .mainWrapper_inner_head img {
        max-width: 130px;
    }
}


h1 {
	font-size: 38px;
	font-weight: 400;
    color: #FFF;
    margin-top:30px;
    text-shadow: rgba(0,0,0,0.6) 0 1px 3px;
}
h1 span {
    font-size: 60%;
}
h2 {
	font-size: 36px;
	font-weight: 400;
    border-bottom: solid 1px #555;
    padding-bottom: 5px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 0 #DDD;
    color: rgba(33,45,65,1.00);
}


@media (max-width: 991px) {
    h1 {
        font-size: 28px;
        margin-top:60px;
    }
    h2 {
        font-size: 1.2rem;
    }
}
@media (max-width: 639px) {
    .mainBox {
        width: calc( 100% - 20px );
        padding-bottom: 48px;
        align-items: flex-start;
        border-radius: 20px;

    }
    .mainBox > div {
        max-width: 100%;
        margin-top: 40px;
    }
    h1 {
        margin-top: 125px;
    }
}



/*タイムテーブル*/
#pup_timeTable {
    background-color: rgba(255, 255, 255, 0.32);
    padding: 160px 10px;
    margin-bottom: 60px;
}
@media (max-width: 639px) {
	#pup_timeTable {
		padding: 100px 0px;
		margin-bottom: 30px;
	}	
}
#pup_timeTable table {
    width: 100%;
    display: table;
}
#pup_timeTable th {
    background-color: #EEF7F2;
    border: solid 1px #DDD;
    padding: 10px 5px;
    display: table-cell;

}
#pup_timeTable tr td:first-child {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 150px;
	font-family: Helvetica, "sans-self";
}
#pup_timeTable td {
    padding: 30px 25px;
    border-top: solid 1px #AAA;
    vertical-align: top;
    display: table-cell;
}

#timeTable tr td:nth-of-type(1){
    max-width: 180px;
    font-size: 13px;
}
#pup_timeTable .sessionTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
}
@media (max-width: 639px) {
	#pup_timeTable .sessionTitle {
		font-size: 18px;
	}
	#pup_timeTable td {
		padding: 15px 0px;
	}
}
#pup_timeTable .sessionCatch {
    font-size: 15px;
    margin-bottom: 15px;
    color: #222;
}
#pup_timeTable .sessionPerson {
    font-size: 15px;
    font-weight: 500;
    color: #0A0046;
    line-height: 145%;
}
#pup_timeTable .sessionPerson .sama {
    font-size: 80%;
    font-weight: 400;
    color: #1D1355;
}

#pup_timeTable a:link,
#pup_timeTable a:visited{
    color: var(--color-orange);
}
a.session_btn {
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(30,181,130,1.00);
    font-size: 13px;
    color: #FFF;
    padding: 10px 20px;
    min-width: 200px;
}
.session_inner {
     position: relative;
}

/*セッション詳細開催時間*/
.session_time_wrap {
    position: absolute;
    top: -5px;
    left: 15px;
    display: flex;
}
.session_time {
    padding: 7px 10px;
    font-size: 16px;
    background-color:  var(--color-blue);
    text-align: center;
    color: #FFF;
}
.key_note {
    background-color: #272bdb;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}


@media (max-width: 767px) {
    #pup_timeTable,
    #pup_timeTable th,
    #pup_timeTable td,
    #pup_timeTable tr td:nth-of-type(1){
        display: block;
        width: 100%;
        max-width: 100%;
        border: none;
        border-top: none; 
        padding-left: 0;
        padding-right: 0;
    }
    #pup_timeTable tr td:first-child {
        padding: 5px 10px;
        background-color: rgba(255,255,255,0.71);

    }
    #pup_timeTable td {
        padding: 15px 0;
    }

    #pup_timeTable {
        border:none;
    }

    .session_btn_wrap{
        display: block;
    }

}
@media (max-width: 639px) {
    #pup_timeTable tr td:first-child {
        background-color: rgba(255,255,255,0.71);
        padding: 5px;
        border: none;
     
    }
}
.new {
    color:#CF0161;
    margin-right: 3px;
    
}

div.intro span {
	display: inline-block;
}
div.intro span.theme1,
div.intro span.theme2{
	font-weight: 600;
    color: rgba(2,133,129,1.00);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 105%;
}

@media (min-width: 768px) {

    div.introWrap {
    }

}



.logo_wrap {
	width:-moz-fit-content; /* Firefox */
	width:fit-content; /* other browsers */
	max-width: 100%;

    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@media (min-width: 978px) {
    .logo_wrap {
        gap: 30px;
    }
}

.logo_wrap > a{
    max-width: 240px;
}
.logo_wrap img {
    display: inline-block;
    padding: 10px;
    background-color: #FFF;
}
@media (min-width: 978px) {
	.logo_wrap img {
		padding: 10px 20px;
	}
}

.seminarDateWrap {
    display: none;
}




.session_wrap {
	margin-top: 180px;
	margin-bottom: 180px;
}





/*セミナー詳細*/


.session_inner {
    background-color: rgba(255,255,255,0.4);
    border-radius: 8px;
    padding: 60px;
    margin-bottom: 60px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 1px 3px #c7c7c7;
}

.time {
    background-color: var(--color-green);
    padding: 6px 12px;
    text-align: center;
    color: #FFF;
}
.keynote_speech {
    background-color: #272bdb;
    padding: 6px 12px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
}


.block {
    padding-top: 7px;
    position: relative;
}

.description {
    font-size: 18px;
    line-height: 200%;
}
.session .description {
}
.session #after .description {
    border-right: none;
    padding-right: 15px;
}
@media (min-width: 978px) {
    .session .description {
        padding-left: 50px;
        margin-bottom: 30px;
    }
}
@media (max-width: 979px) {
    .session .description {
        border-right: none;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .session_inner {
        padding: 60px 20px 20px;
    }
    
}
.face {
    margin-left: -3px;
    margin-right: -3px;
}


.face_img {
    max-width: 150px;
}

.profile {
    font-size: 12px;
    line-height: 135%;
    color: #222;
    overflow: auto;
}
.profile p {
    margin-bottom: 0;
}
.profileWrap {
    margin-bottom: 14px;
}
.samnail {
    margin-right: 10px;
    margin-bottom: 6px;
}
.seminarDateWrap {
    margin-top: 15px;
}
.seminarDate {
    font-size: 11px;
    color: #676767;
    margin-bottom: 3px;
    line-height: 1;
}
 .badge {
    font-family: helvetica;
    padding: 4px 5px 2px;
    margin-right: 3px;
}
.badge-success {
    background-color: rgba(203,34,3,1.00);
    letter-spacing: 2px;
}
.badge-primary {
    background-color: rgba(9,92,39,1.00);
}
.seminarTitle {
    font-size: 3vw;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 50px;
    font-feature-settings: "palt";
}
@media (min-width: 1400px) {
    .seminarTitle {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .seminarTitle {
        font-size: 6vw;
        margin-bottom: 20px;
    }
}
.seminarName {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.companyLogo {
    padding: 0 15px;
    background: #FFF;
}
.seminarCompany {
    font-size: 13px;
    margin-bottom: 4px;
    color: #666;
}
.companyName {
    margin-top: 8px;
    color: var(--color-orange);
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    font-feature-settings: "palt";
}
.companyDiscp dt {
    font-size: 85%;
    font-weight: 400;
}
.companyDiscp dd {
    font-size: 80%;
    line-height: 175%;
    color: #444;
}


/*講師*/
.lecturerName {
    font-size:12px;
    margin-top: 10px;
}
.lastName {
    font-weight: 800;
}
.uji {
    font-size: 80%;
    font-weight: 300;
}






a.gotoApp {
    display: inline-block;
	text-box-edge: cap alphabetic;
    text-decoration: none;
    font-size: 14px;
    padding: 25px 24px 22px;
    line-height: 1px;
    background: #ee0101;
    border-radius: 50px;
    color: #FFF;
    transition:0.5s;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: rgba(0,0,0,0.5) 0 1px 2px,rgba(0,0,0,0.1) 0 1px 6px 3px;
}
a.gotoApp:hover {
    text-decoration: none;
    background: #3A15D7;
    color: #FFF;
}
@media (min-width: 1200px) {
    a.gotoApp {
        font-size: 16px;
        padding: 30px 26px 28px;
		min-width: 220px
    }
}



/* ページ内ナビ */
.subNav {
	color: #000;
}
a.subNav {
	padding: 15px;
	text-decoration: none;
    border: solid 2px #DDD;
    border-radius: 10px;
    display: block;
}
a.subNav:hover {
	text-decoration: none;
}


.order {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
	display: block;
	height: auto;
	text-align: center;
}
.orderBtn {
	display: inline-block;
	border-radius: 100px;
	background: #96D025;
	color: #FFF;
	padding: 0.5rem 1rem 0.6rem ;
	font-size: 1rem;
	margin-bottom: 5px;
	line-height: 200%;
	font-weight: 600;
	transition: 0.5s;
}
.orderBtn:hover {
    background-color: #F77600;
    text-decoration: none;
    color: #FFF;
	box-shadow: rgba(0,0,0,0.5) 0 0 4px;
}




/*　ナビゲーション　*/

.nav a {
	padding: 1rem;
	color: #000;
}
.seminar_end {
    font-size: 1.8rem;
    font-weight: bold;
}
.miniText {
	font-size: 13px;
	/*12px*/
	color: #444;
	line-height: 1.4rem;
}



/*  スケジュールテーブル  */




.spec {
    display: table;
    width: 100%;
    border-spacing: 0 10px;
}
.spec_row {
    display: table-row;
}
.spec_col {
    display: table-cell;
    padding: 40px 25px 20px;
    border-radius: 3px;
}
.spec_row {
    display: table-row;
}
.spec_row .spec_col:nth-of-type(1) {
    width: 140px;
    color: #333;
    font-size: 90%;
    background-color: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.spec_row .spec_col:nth-of-type(2) {
    font-size: 110%;
    font-weight: 500;
    background-color: rgba(255,255,255,0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.spec_row .spec_col:nth-of-type(2) .subText{
    font-size: 86%;
    font-weight: 300;
}


@media (max-width: 991px) {

}


@media (max-width: 767px) {


}






/* SNS */
#sns {
	border-top: solid 1px #333;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FAFAFA;
}
#sns #twitter {
	border: 1px solid rgba(223,220,220,1.00);
}





#too {
	border-top: solid 1px #000;
	padding-top: 4rem;
}



@media (min-width: 576px) {
	.mainWrapper:before {
		padding-top: 100%; /* 高さを幅の75%に固定 */

	} 
	div.intro span,
	div.intro span.hidden{
	}

}

@media (min-width: 768px) {
	.mainWrapper:before {
		padding-top: 100%; /* 高さを幅の75%に固定 */
	} introWrap
	div.intro {
    	font-size: 17px;
    line-height: 200%;
	}
    div.intro span {
        display: block;
    }

}

@media (min-width: 992px) {
	.mainWrapper:before {
		padding-top: 80%; /* 高さを幅の75%に固定 */

	} 
    div.intro {
  }

}

@media (min-width: 1200px) {
	.mainWrapper:before {
		padding-top: 80%; /* 高さを幅の75%に固定 */
	} 
    div.intro {
    font-size:19px;
        line-height: 220%;
  }

}
@media (min-width: 1600px) {
	.mainWrapper:before {
		padding-top: 78%; /* 高さを幅の75%に固定 */
	} 
  div.intro {
  }
	.pb-xl-6{
		margin-bottom: 8rem;
	}

}


