@media print{
/* ベースクラス
========================================*/
body {
	animation: loading 1s;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

html {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #222222;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif, "Crimson Text", Oswald;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.875;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
    scroll-behavior: smooth;
}

body {
	line-height: 1.6;
	min-width: 1080px;
}

a {
	outline: none;
	text-decoration: none;
	color: #414141;
	display: block;
	word-break: break-all;
}

a img {
	-webkit-transition: all .23s ease-out;
	transition: all .23s ease-out;
}

a:hover {
	text-decoration:none;
	color: #7e7e7e;
	transition: all .23s ease-out;
}

a img:hover {
	opacity: 0.5;
	-webkit-transition: all .23s ease-out;
	transition: all .23s ease-out;
}

sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.5ex;
	margin-right: 2px;
}

/* 共通クラス
========================================*/
.is-sp {
	display: none !important;
}

.is-pc {
	display: block !important;
}

/* メインコンテンツ
========================================*/
.key-visual{}

@media screen and (max-width: 768px) {
	.key-visual{
		background: url(../images/common/sp/mv_sp.jpg) no-repeat 0 0;
		width: 100%;
		background-size: cover;
	}
}

.key-visual-inner{
    width: 100%;
    margin: 0 auto;
}

.header-logo{
	display: flex;
    justify-content: space-between;
	height: 70px;
	align-items: center;
	padding: 10px 16px;
	flex-grow: 1;
}

.sse-logo{
	height: 70px;
}

.header-catch{
	font-size: 18px;
	border-left: 1px solid #414141;
	padding-left: 16px;
	line-height: 1.0;
}

.sngw-logo {
    height: 33px;
}

.inner-container h2{
	font-size: 28px;
	font-weight: 600;
}

.inner-container h3{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.inner-container h4{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.inner-container{
    width: 980px;
    margin: 0 auto;
	padding: 64px 0;
}

/* section01 */
.section01{}

.sse-pict{
	margin:  32px auto;
	text-align: center;
}

.align-center{
	text-align: center;
}

.content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.111;
} 

.text-white{
	color: #fff;
}

.mt64{
	margin-top: 64px;
}

.mt48{
	margin-top: 48px;
}

.mt32{
	margin-top: 32px;

}
.mt24{
	margin-top: 24px;

}
.mt16{
	margin-top: 16px;
}

.text-strong{
	font-weight: 600;
}

.area{
	color: #264293;
}

/* section02 */
.section02{
	background: rgb(61,80,161);
	background: linear-gradient(0deg, rgba(61,80,161,1) 0%, rgba(9,178,157,1) 50%, rgba(125,206,244,1) 100%);
}

.comingsoon {
    font-size: 16px;
    border-bottom: #fff solid 1px;
	color: #fff;
    padding-bottom: 8px;
    font-weight: 400;
	text-align: center;
	margin-top: 32px;
}

.event-data{
	margin: 24px 0;
}
.event-data h5{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}
.event-data h6{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-top: 8px;
}
.date{
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}
.date-small{
	font-size: 16px;
}

/* table */
.table-wrapper{
	margin-top: 32px;
}

.table-schedule-primary .table-row {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

.table-schedule-primary .table-title,
.table-schedule-primary .table-column {
	margin: 0 4px 4px 0;
}

.table-schedule-primary .table-title {
	background-color: #264293;
	color: #fff;
}

.table-schedule-primary .table-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
	min-height: 0.64rem;
	background-color: #fff;
}

.table-schedule-primary .table-column.has-background {
	background-color: #DFE1ED;
}

.table-schedule-primary .table-column a {
	display: block;
	position: relative;
	padding-right: 0.2rem;
	text-decoration: underline;
}

.table-schedule-primary .column-wrapper {
	position: relative;
	width: 100%;
}

.table-schedule-primary {
	line-height: 1.5;
}
.table-schedule-primary .table-title:nth-child(1){
	width: calc(20% - 27px);
}

.table-schedule-primary .table-title:nth-child(2) {
	width: calc(80% - 27px);
}

.table-schedule-primary .table-title {
	padding: 12px;
}

.table-schedule-primary .table-column {
	padding: 12px;
}

.table-schedule-primary .table-column:nth-child(1) {
	width: calc(20% - 27px);
}

.table-schedule-primary .table-column:nth-child(2) {
	width: calc(80% - 27px);
}

.table-schedule-primary .tabele-img{
	height: 100px;
	width: 100px;
}

@media only screen and (max-width: 768px) {
	.table-schedule-primary {
		margin-bottom: 0.12rem;
		padding-top: 0.6rem;
		line-height: 1.5;
	}

	.table-schedule-primary .table-row {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.table-schedule-primary .table-title:nth-child(odd) {
		width: 37.4655647383%;
	}

	.table-schedule-primary .table-title:nth-child(even) {
		width: 61.4325068871%;
		margin-right: 0;
	}

	.table-schedule-primary .table-title {
		padding: 0.08rem;
		line-height: 1.5;
	}

	.table-schedule-primary .table-column {
		padding: 0.06rem 0.08rem;
	}

	.table-schedule-primary .table-column.has-background {
		line-height: 1.5;
	}

	.table-schedule-primary .table-column:nth-child(odd) {
		width: 37.4655647383%;
	}

	.table-schedule-primary .table-column:nth-child(even) {
		width: 61.4325068871%;
		margin-right: 0;
	}

	.table-schedule-primary .table-column a::after {
		right: 0;
	}
}

/* section03 */
.section03{}

.past-event-block{}

.past-event-block-top{
	margin-bottom: 64px;
}

.event-data-past{
	margin: 24px 0;
}
.event-data-past h5{
	font-size: 24px;
	font-weight: 600;
	color: #414141;
	border-bottom: 1px solid #414141;
	padding-bottom: 8px;
}
.event-data-past h6{
	font-size: 18px;
	font-weight: 400;
	color: #414141;
	padding-top: 8px;
}
.date-past{
	border-left: 1px solid #414141;
	margin-left: 10px;
	padding-left: 10px;
}
.past-event-detail{
	display: flex;
    justify-content: space-between;
}

.past-event-detail .main-text{
	margin-right: 24px;
	width: 65%;
}

.past-event-detail h5{
	font-size: 18px;
	margin-bottom: 8px;
	color: #264293;
	font-weight: 600;
}

.past-event-detail .event-image{
	width: 35%;
}
.past-event-detail .event-image img{
	width: 100%;
}

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

.speaker p{
	line-height: 1.75;
}

.attribute{
	font-size: 16px;
	padding: 4px;
	background-color: #264293;
	color: #fff;
	text-align: center;
}

.speaker .speaker-name{
	font-size: 17px;
	color: #264293;
	font-weight: 600;
}

.speaker .speaker-title{
	margin-bottom: 8px;
	color: #264293;
	font-weight: 600;
}

.speaker-block-4{
	width: 221px;
}

.speaker-block-4 img{
	width: 221px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.speaker-block-6{
	width: 140px;
}

.speaker-block-6 img{
	width: 140px;
}

.speaker-block-7{
	width: 126px;
}

.speaker-block-7 img{
	width: 126px;
}

.past-event-speaker h5{
	font-size: 18px;
	margin-bottom: 8px;
	color: #264293;
	font-weight: 600;
	margin-top: 24px;
}

.event-image2{
	width: 50%;
	height: auto;
	margin: 24px auto 0;
}

.event-image2 img{
	width: 100%;
	height: auto;
}

.ac-end{
	padding-bottom: 32px;
}

.event-image3{
	display: flex;
	justify-content: space-between;
	margin: 24px auto 0;
	gap: 24px;
}

.event-image-inner{
	width: 49%;
}

.event-image-inner img{
	width: 100%;
}

/* Accordion */
.accordion {
	margin: 0 auto;
}

.toggle {
	display: none;
}

.option {
	position: relative;
}

.title-ac,
.content-ac {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.title-ac {
	border-bottom: solid 1px #414141;
	padding: 16px 0;
	display: block;
	color: #414141;
	font-weight: bold;
	cursor: pointer;
}

.title-ac::after,
.title-ac::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #414141;
	transition: all 0.3s;
}

.title-ac::after {
	transform: rotate(90deg);
}

.content-ac {
	max-height: 0;
	overflow: hidden;
}

.toggle:checked + .title-ac + .content-ac {
	max-height: 5000px;
	transition: all 1.5s;
}

.toggle:checked + .title-ac::before {
	transform: rotate(90deg) !important;
}

/* section04 */
.section04{
	background: rgb(61,80,161);
	background: linear-gradient(0deg, rgba(61,80,161,1) 0%, rgba(9,178,157,1) 50%, rgba(125,206,244,1) 100%);
	padding-bottom: 64px;	
}

.table_box {
	margin: auto;
	max-width: 980px;
	overflow: auto;
}

.table_box .table_ticket_list {
	width: 100%;
}

.table_box .table_ticket_list thead th {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	padding: 12px;
	vertical-align: top;
	background-color: #264293;
	color: #fff;
}

.table_box .table_ticket_list tbody .title {
	font-size: 16px;
}

.table_box .table_ticket_list tbody td {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	padding: 12px;
	vertical-align: middle;
}

table{
	border-spacing: 4px;
}

.table-header{
	background-color: #264293;
	color: #fff;
}

.table-attribute{
	background-color: #DFE1ED;
}

.table-data{
	background-color: #fff;
}

.table_wrap{
	margin-top: -32px;
}

/* section05 */
.section05{ 
	padding: 16px;
}

.button-l{
	background-color: #414141;
	font-size: 18px;
	font-weight: 600;
	width: 50%;
	border-right: 1px solid #fff;
}

.button-r{
	background-color: #414141;
	font-size: 18px;
	font-weight: 600;
	width: 50%;
}

.ctr-button{
	display: flex;
	justify-content: space-between;
	align-items: normal;
	align-content: flex-start;
}

.ctr-button a{
	color: #fff;
}

.es-button{
    background-color: #000;
    color: #fff;
    width: 50%;
    display: block;
	z-index: 9999;
}

.es-button a{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
	line-height: 1.25;
	padding: 48px 32px 48px 16px;
}

.es-button p {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	line-height: 0;
    padding: 1em;
    padding: 48px 16px;
	
}

.btn{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	color:#fff;
    text-align: left;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
	line-height: 0;
}

.btn:hover{
	background:#4A4A4A;
}

/* 矢印が右に移動 */
.btnarrow1::after{
    content: '';
	position: absolute;
    top:45%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 14px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined{
	font-size: 22px!important;
}

.va-px {
	vertical-align: -5px;
  }

/* section06 */
.section06{
	background: rgb(61,80,161);
	background: linear-gradient(0deg, rgba(61,80,161,1) 0%, rgba(9,178,157,1) 50%, rgba(125,206,244,1) 100%);
}

.company-logo{
	background-color: #fff;
	padding: 24px;
	margin-top: 32px;
}

.company-logo h4{
	font-size: 20px;
	border-bottom: #B4B4B4 solid 1px;
	padding-bottom: 8px;
	font-weight: 600;
}

.column{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.program{
 display: flex;
}
.timetable{
	margin-right: 16px;
}

.company-logo-img p{
	line-height: 1.25;
	font-size: 0.875em;
}

.member-name{
	padding: 32px 16px;
	text-align: center;
}
.company-logo-img p{
	line-height: 1.25;
	text-align: center;
	font-size: 0.875em;
}

.member-name{
	
}
.company-logo-img p{
	line-height: 1.25;
	text-align: center;
	font-size: 0.875em;
}

.member-name{
	
}
.company-logo-img p{
	line-height: 1.25;
	text-align: center;
	font-size: 0.875em;
}

.member-name{
	
}

.column img{
	width: 100%;
	height: auto;
}

 .rtn-btn{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
 }

 .company-logo-img{
	width: 33.3333%;
}

/* フッター
========================================*/
.foot {}

.footer-inner {
	padding: 32px 16px;
}

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

.footer-logo img{
	height: 70px;
}

.footer-logo a{
	height: 70px;
}

.footer-copy{
	font-size: 12px;
	line-height: 1.415;
}


/*250606*/
/* event */
.event .section-titles{
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px){
	.event .section-titles{
		margin-bottom: 30px;
	}
}

.event .section-titles h3.center-align {
	height: 37px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 768px){
	.event .section-titles h3.center-align{
		height: 20px;
	}
}

.event .section-titles h3.center-align > img{
	height: 100%;
	width: auto;
}

.eventItem_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
	.eventItem_wrap{
		display: block;
	}
}

.eventItem_image{
	width: 48%;
	max-width: 470px;
}

@media only screen and (max-width: 768px){
	.eventItem_image{
		width: 100%;
		margin: 0 auto;
	}
}

.eventItem_image > img{
	width: 100%;
}

.eventItem_overview{
	width: 48%;
}

@media only screen and (max-width: 768px){
	.eventItem_overview{
		width: 100%;
	}
}

.eventItem_title{
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #414141;
	font-weight: 700;
	color: #414141;
}

.eventItem_title .eventItem_titleEn{
	font-size: 24px;
}

@media only screen and (max-width: 768px){
	.eventItem_title .eventItem_titleEn{
		font-size: 18px;
	}
}

.eventItem_title .eventItem_titleJa{
	font-size: 20px;
}

@media only screen and (max-width: 768px){
	.eventItem_title .eventItem_titleJa{
		font-size: 18px;
	}
}

.eventItem_dl{
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 18px;
	font-weight: 700;
	color: #414141;
}

@media only screen and (max-width: 768px){
	.eventItem_dl{
		margin-bottom: 20px;
		font-weight: 400;
	}
}

.eventItem_dt{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #414141;
	white-space: nowrap;
	line-height: 1.4;
}

@media only screen and (max-width: 768px){
	.eventItem_ddSmall{
		font-size: 16px;
	}
}

.eventItem .eventItem_btn{
	width: 100%;
	max-width: 300px;
	display: block;
	margin-left: auto;
	padding: 24px 32px 24px 16px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px){
	.eventItem .eventItem_btn{
		max-width: none;
		margin: auto;
		font-size: 14px;
	}
}

.eventItem  .eventItem_btn:hover{
	background-color: #000;
}

.eventItem_btn::after{
	content: '';
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}

.eventItem_textWrap .eventItem_textTitle{
	font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
}

.eventItem_textWrap .eventItem_text{
	font-size: 16px;
  font-weight: 400;
  line-height: 2.111;
}

}