


:root {
--color-red: #CF3800; /*あか*/
--color-blue: #00599b; /*あお*/
--color-skyblue: #3fbfec; /*水色*/
--color-orange: #f39800; /*オレンジ*/
--color-green: #2eb6aa; /*グリーン*/
}



body {
	background-color: rgb(224, 244, 255);
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 15px;
}
@media (min-width: 640px) {
	body {
		font-size: 16px;
	}
}



a:link,
a:visited {
    color: #20329e;
}



.MainNav {
    padding: 12px 16px;
	display: grid;
	gap: 8px 16px;
	grid-template-columns: 65px 1fr 65px;
	width: 100%;
}
@media (min-width: 640px) {
	.MainNav {
		grid-template-columns: 100px 1fr 100px;
	}
}

.top-page .MainNav > * {
	display: flex;
	align-items: center;
}
.top-page .MainNav .catch_wrap {
	justify-content: center;
	width: 100%;
}
.top-page .MainNav .gotoITsurfWrap {
	justify-content: flex-end;
	width: 100%;
}


.top-page .MainNav .TooLogo > img {
	width: 70px;
}


@media (min-width: 640px) {
	.top-page .MainNav {
		padding: 20px 30px;
	}
	.top-page .MainNav .TooLogo > img {
		width: 110px;
	}

}



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


.shift {
	margin-right: -0.5em;
	display: inline-block;
}




.mainBox {
	background-image: url(../images/main_bg_s.png);
	background-position: center;
	background-size: cover;
	
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 800 / 1051;

}
.mainBox > div {
	max-width: 90%;
}
video {
	display: none;
}	

@media (min-width: 640px) {

	.mainBox {
		position: relative;
		width: 100%;
		aspect-ratio: 16 / 9;
		padding: 5px;
		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;
		overflow: hidden;
		background-image: none;
	}
	.mainBox > div {
		max-width: 58%;
	}
	video {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
	}	
}

.appWrap {
	background-color: var(--color-skyblue);
}

.appWrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #1737AC 0%, #38A5ED 100%);
  animation: Grad 10s infinite alternate;
}





@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(30deg);
    filter: hue-rotate(-30deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}









.catch br {
		display: block;
}
.catch {
	font-size: 0.8rem;
	line-height: 1.4;
	font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.br1 {
	display: block;
}



@media (min-width: 640px) {
    .catch {
        font-size: 1.1rem;
        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: 1.4rem;
    }
    .catch br {
        display: none;
    }
    nav {
        padding: 35px 20px;
    }
}
@media (min-width: 1200px) {
    .catch {
        font-size: 1.6rem;
        max-width: calc(100% - 260px);
        margin-left: auto;
        margin-right: auto;
    }
    .mainWrapper_inner_head img {
        max-width: 130px;
    }
}




h1 {
	font-size: 1.2rem;
	margin-top: 24px;
	color: white;
	font-weight: 300;
}


h1 span {
    font-size: 60%;
}
h2 {
	font-size: 1.2rem;
	font-weight: 400;
    border-bottom: solid 1px #555;
    padding-bottom: 5px;
    margin-bottom: 25px;
    color: rgba(33,45,65,1.00);
}

@media (min-width: 992px) {
	h1 {
		font-size: 1.8rem;
		margin-top: 42px;
	}
	h2 {
		font-size: 1.4rem;
	}
}




/*タイムテーブル*/
#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";
}


#timeTable tr td:nth-of-type(1){
    max-width: 180px;
    font-size: 13px;
}

	#pup_timeTable .sessionTitle {
		font-size: 18px;
	}
	#pup_timeTable td {
		padding: 15px 0px;
	}

@media (min-width: 640px) {
	#pup_timeTable td {
		padding: 30px 25px;
		border-top: solid 1px #AAA;
		vertical-align: top;
		display: table-cell;
	}
	#pup_timeTable .sessionTitle {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 7px;
	}
}


#pup_timeTable .sessionCatch {
    font-size: 19px;
    margin-bottom: 15px;
    color: #222;
	font-weight: 600;
}
#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 {
	transition: 1s;
	text-decoration: none;
	position: relative;
}
#pup_timeTable a::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	right: 0;
	transform: scaleX(0);
	background-color: var(--color-green);
	transition: 1s;
	transform-origin: left;
}

#pup_timeTable a:link,
#pup_timeTable a:visited{
    color: var(--color-skyblue);
	transition: 0.5s;
}
@media(hover:hover) {
	#pup_timeTable a:hover {
    	filter: hue-rotate(-40deg);
	}
	#pup_timeTable a:hover::after{
		transform: scaleX(1);
	}
}



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;
	container-type: inline-size;
}

/*セッション詳細開催時間*/
.session_time_wrap {
    position: absolute;
    top: -5px;
    left: 15px;
    display: flex;
}
.session_time {
    padding: 7px 10px;
    font-size: 16px;
    background-color:  var(--color-green);
    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: 0px;
        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 {
    }

}






.itsurf_btn {
	display: flex;
	align-items: center;
	padding: 16px 24px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.11),  0 1px 10px 2px rgba(0,0,0,0.04);
	background-color: white;
	line-height: 1;
	text-box-trim: trim-both;
	width: fit-content;
	border-radius: 100px;
	text-decoration: none;
	color: #111;
	transition: 0.5s;
}
#pup_timeTable a.itsurf_btn {
}

#pup_timeTable a.itsurf_btn::after {
	content: "";
	height: 1px;
	
}



#pup_timeTable a.itsurf_btn:link,
#pup_timeTable a.itsurf_btn:visited {
	color: #111;
}
@media(hover:hover) {
	.itsurf_btn:hover {
		background-color: rgba(196,217,231,1.00);

	}
}

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

	padding: 32px 16px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 3%;
	row-gap: 16px;;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
@media (min-width: 992px) {
    .logo_wrap {
		padding: 108px 30px;
        gap: 30px;
    }
}

.logo_wrap > a {
    max-width: 240px;
	aspect-ratio:; 2 / 1;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 16px;
	min-height: 88px;
}
.logo_wrap img {
    display: inline-block;
    background-color: #FFF;
}
@media (min-width: 992px) {
	.logo_wrap img {
		padding: 10px 20px;
	}
}

.ivry_logo {
	transform: scale(0.8);
}



.seminarDateWrap {
    display: none;
}




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





/*セミナー詳細*/


.special {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 0.7em;
	padding: 6px 13px;;
	background-color: white;
	border-radius: 6px;
	line-height: 1;
	font-weight: 400;
	color: #222;
}
.special_table {
	font-size: 0.8em;
	background-color: rgba(255,255,255,0.66);
}


.session_inner {
    background-color: rgba(255,255,255,0.4);
    border-radius: 8px;
    padding: 40px 16px 20px;
    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%;
    margin-bottom: 0px;
}



.session .description {
    border-right: none;
    font-size: 0.9rem;
	text-align: justify;
}
.session #after .description {
    border-right: none;
}
@media (min-width: 992px) {
    .session .description {
        margin-bottom: 0;
        font-size: 1rem;
    }
	.session #pup_s2 .description,
	.session #pup_s4 .description{
	}

}
@media (min-width: 640px) {

    .session_inner {
        padding: 60px 3% 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;
	container-type: inlin-size;
}
.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: clamp(24px, 2.5cqw, 4cqw );
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 36px;
    font-feature-settings: "palt";
}
@media (min-width: 1400px) {
}
@media (max-width: 767px) {
}
.seminarName {
    font-size: clamp(18px, 2cqw, 3cqw);
    font-weight: 600;
    color: #333;
}
.seminarNameSub {
    font-size: 0.8em;
    font-weight: 300;
    color: #666;
}
.companyLogo {
    padding: 0 15px;
    background: #FFF;
}
.seminarCompany {
    font-size: 13px;
    margin-bottom: 4px;
    color: #666;
}
.companyName {
    margin-top: 8px;
    color: var(--color-skyblue);
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    font-feature-settings: "palt";
	line-height: 1.2;
}
.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;
}

div.intro {
	font-size: 17px;
	line-height: 2.2;
}

@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%に固定 */
	} 
    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: 2.4;
  }

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

}


.gotoAppWrap {
	color: white;
}








/*アニメーション*/




.samnail {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.samnail.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .samnail {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

