@charset "utf-8";
/*----------------------------------------------
	Overall settings
-----------------------------------------------*/
body {
  color: #111;
  text-align: center;
}
body.ovh {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a:hover {
  opacity: .6;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
/* font */
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.medium {
  font-weight: 400;
}
.regular {
  font-weight: 500;
}
.bold {
　font-weight: 700;
}
/* bg */
.bg-white {
  background: #fff;
}
/* color */
.f-white {
  color: #fff;
}
.f-red {
  color: #c00;
}
.f-blue {
  color: #2E6CB6;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 599px) { /* 以下スマホサイズ */
  a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 50%;
  }
}
/*----------------------------------------------
	header footer
-----------------------------------------------*/
header#cp-header {
  text-align: left;
  margin: 0 auto;
  max-width: 950px;
  width: 96%;
  padding: 16px 0;
}
header#cp-header .logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#cp-header .logo_flex #logo_og, header#cp-header .logo_flex #logo_daigas {
  width: 50%;
  height: auto;
}
header#cp-header .logo_flex #logo_daigas {
  padding-top: 1px;
}
@media screen and (min-width:888px) {
  header#cp-header .logo_flex #logo_og {
    text-align: left;
    width: 130px;
    height: 50px;
  }
  header#cp-header .logo_flex #logo_daigas {
    width: 230px;
    height: 40px;
  }
}
footer#cp-footer {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
footer#cp-footer ul {
  overflow: hidden;
  margin-bottom: 10px;
}
footer#cp-footer ul li {
  display: inline-block;
  background: url(/company/efforts/next21/30th/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
}
footer#cp-footer #copyright {
  margin: auto 1rem;
  line-height: 1;
  font-size: 12px;
}
a.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #2DAEB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
a.pagetop:hover {
  opacity: 1;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/*----------------------------------------------
	top
-----------------------------------------------*/
.wrap {
  clear: both;
  box-sizing: content-box;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.main {
  background: url("/company/efforts/next21/30th/img/top1-bg.jpg") center top / 2000px auto no-repeat;
}
.main .wrap {
  position: relative;
    width: 96%;
  padding-right: 0;
  padding-left: 0;
}
.top-cont1 {
	padding-top: 170px!important;
  padding-bottom: 50px!important;
	position: relative;
}
.top-cont1 h1 {
	position: absolute;
	left: 0;
	top: 100px;
	padding: 0 .5em;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	border-bottom: 3px solid #fff;
}
.top-cont1 h1 strong{
	font-size: 40px;
}
.top-cont1 figure{
	margin-bottom: 10px;
}
.top-cont1 dl{
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 80px;
}
.top-cont1 dl dt{
	width: 225px;
}
.top-cont1 dl dd{
	flex: 1;
}
.top-cont1 .link_top a {
	position: absolute;
	right: 0;
	top: 30px;
  color: #2E6CB6;
  font-size: 18px;
  padding: .85em 1em;
  display: flex;
	justify-content: center;
	align-items: center;
  max-width: 100%;
  width: 250px;
  border: 1px solid #2E6CB6;
border-radius: 6px;
  background-color: #fff;
  }
.top-cont1 .link_top a::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
    margin-top: -5px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.top-cont1 .link_top2{
	text-align: center;
}
.top-cont1 .link_top2 p{
	margin-bottom: 20px;
	border: 1px solid #2E6CB6;
}
.top-cont1 .link_top2 p.btn1 a{
	display: block;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 65px;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat #D1EBF4;
	border: 10px solid #fff;
}
.top-cont1 .link_top2 p.btn2 a{
	display: block;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat;
	border: 10px solid #fff;
}
.top-cont1 .link_top2 p.btn2 a:hover{
	opacity: 1;
	border: 10px solid #2E6CB6;
}
.top-cont1 .link_top2 p.btn2 a img{
	margin: -10px 0 -10px 2em;
	width: 50%;
	max-width: 465px;
}
.top-cont1 .link_top2 div{
  display: flex;
  justify-content: space-between;
}
.top-cont1 .link_top2 div a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 31.66%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/arrow-bottom.svg") right 20px center no-repeat;
}
.top-cont1 .link_top2 div a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/arrow-bottom-white.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.top-cont2{
	background: url("/company/efforts/next21/30th/img/top2-bg.jpg") center top / auto 1700px no-repeat;
	overflow: hidden;
}
.top-cont2 .wrap{
	padding: 50px 5% 0;
}
.top-cont2 .accordion-body{
	margin-bottom: 50px;
	text-align: left;
	overflow: hidden;
}
.top-cont2 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont2 .seminarbox{
	position: relative;
	text-align: left;
	padding: 100px 0;
}
.top-cont2 .seminarbox figure{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 489px;
}
.top-cont2 .seminarbox p{
	position: relative;
	z-index: 1;
}
.top-cont3{
	background: url("/company/efforts/next21/30th/img/top3-bg.jpg") center top / cover no-repeat;
	overflow: hidden;
}
.top-cont3 .wrap{
	padding: 50px 5% 0;
	text-align: left;
}
.top-cont3 .accordion-body{
	margin-bottom: 50px;
	text-align: left;
}
.top-cont3 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont3 .symposiumbox{
	position: relative;
	padding-bottom: 50px;
	text-align: left;
}
.top-cont3 .symposiumbox figure{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 360px;
}
.top-cont3 .wrap .detaillist{ margin-bottom: 70px; text-align: left;}
.top-cont3 .wrap .btnwrap{ margin-bottom: 20px;}
.top-cont4{
	background: #F7F7F7;
}
.top-cont4 .wrap{
	padding: 50px 5% 0;
	position: relative;
	overflow: hidden;
}

.ttl1{
	margin-bottom: 1em;
  color: #2E6CB6;
font-size: 22px;
	font-weight: 500;
	position: relative;
	padding-right: 250px;
}
.ttl1 strong{
  font-size: 46px;
    font-weight: 500;
line-height: 1.2;
}
.ttl1 span.done{
	display: inline-block;
	margin-top: .5em;
	width: 300px;
	color: #fff;
	font-size: 22px;
  text-align: center;
  background: #707070;
}
.ttl1 span.righttxt{
  position: absolute;
  right: 0;
	top: .5em;
  line-height: 1.5;
}
.photo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
	text-align: center;
}
.photo img{
	display: block;
  border-radius: 50%;
	margin: 0 auto .5em;
}
.photo.center{
	justify-content: center;
}
.photo.center li{
	margin: 0 25px;
}
.sche2{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.sche2 dt{
	width: 3em;
}
.sche2 dd{
	flex: 1;
}
.sche2 dd a{
  color: #2E6CB6;
  text-decoration: underline;
}
.sche{
	display: flex;
}
.sche .year{
	width: 3.5em;
	color: #2E6CB6;
}
.sche .schecont{
	flex: 1;
}
.sche .schecont div{
	display: flex;
	text-align: left;
}
.sche .schecont div .date{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.4;
}
.sche .schecont div .date small{
	font-size: 16px;
}
.sche .schecont div .ttl{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.4;
}
.sche .schecont div .txt{
	flex: 1;
}
.sche .schecont div .txt a{
  color: #2E6CB6;
  text-decoration: underline;
}
.sche .schecont div .txt small{
	font-size: 12px;
}
.btnwrap{
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
.btnwrap .btn1{
	display: inline-block;
	width: 500px;
	padding: 1.3em;
	color: #2E6CB6;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat #fff;
	border: 1px solid #2E6CB6;
}
.btnwrap a.btn1:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 20px center no-repeat #2E6CB6;
}
.btnwrap span.btn1{
	opacity: .5;
	padding: 1.3em 7em 1.3em 1.3em;
}
.btnwrap span.preparation{
	position: absolute;
	right: 2.5em;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 .5em;
	color: #fff;
	font-size: 22px;
	background: #707070;
}
.detaillist dt{ float: left;}
.detaillist dd{ overflow: hidden;}
/* .detaillist2{ display: flex;} */
.detaillist2 dt{ width: 160px; text-align: right;}
.detaillist2 dd{ text-align: left;}
.btnwrap2{
	text-align: center;
  margin-bottom: 30px;
position: relative;
}
.btnwrap2 .btn2{
	display: inline-block;
	width: 500px;
	padding: 1.3em;
	color: #2E6CB6;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/ic-blank.svg") right 20px center no-repeat #fff;
	border: 1px solid #2E6CB6;
}
.btnwrap2 a.btn2:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") right 20px center no-repeat #2E6CB6;
}


.top-bg {
  background: url("/company/efforts/next21/30th/img/fig2.png") center bottom 200px / cover no-repeat, url("/company/efforts/next21/30th/img/footer-bg.jpg") center bottom / cover no-repeat;
  padding: 150px 0;
}
.top-bg .txt-cont{
	padding: 30px;
  background: rgba(255, 255, 255, .9);
}


.insta-cont {
  background: rgba(255, 255, 255, .9);
  padding: 50px;
  margin-bottom: 50px;
text-align: center;
}
.btn {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 20px;
  background: #2E6CB6;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.btn.w100 {
  max-width: 100%;
}
.btn:after {
  content: "";
  background: url("/company/efforts/next21/30th/img/arrow-right.svg") center top no-repeat;
  width: 60px;
  height: 22px;
  margin-left: 10px;
  display: inline-block;
  opacity: .5;
}
.btn.w100:after {
  margin-left: 50px;
}
.btn-insta {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  padding: 25px 70px 25px 35px;
  background: url("/company/efforts/next21/30th/img/ic-insta.svg") right 40px center no-repeat #707070;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width:599px) {
  .main {
    padding-top: 10px;
    margin-bottom: 20px;
background-size: auto 350px;
  }
  .main .wrap {
    padding: 0 3%;
    height: auto;
    background: none;
  }
  .main .wrap div {
    font-size: 16px;
  }
  .main .wrap div h1 {
    width: 60px;
    position: relative;
    top: 60px;
  }
  .link_top a {
    position: relative;
    width: 100%;
  }
  .top_img-sp {
    display: block;
  }
  .main .wrap .top_text {
    display: none;
  }
  .top_text-sp {
    display: block !important;
    margin-bottom: 40px
  }
  .top1 {
    padding-bottom: 50px;
  }
  .top1 div {
    display: block;
  }
  .top1 div a {
    font-size: 18px;
    padding: 20px 45px;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-bg {
    background: url("/company/efforts/next21/30th/img/fig1.png") center top 100px / 180% auto no-repeat, url("/company/efforts/next21/30th/img/fig2.png") center bottom 100px / 120% auto no-repeat, url("/company/efforts/next21/30th/img/bg.jpg") center top / 150% auto no-repeat, url("/company/efforts/next21/30th/img/footer-bg.jpg") center bottom / 200% auto no-repeat;
    padding-bottom: 120px;
  }
  .top2 {
    font-size: 16px;
  }
  .top2 h2 {
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top2 ul.list {
    padding-top: 20px;
  }
  .top2 ul.list > li {
    font-size: 16px;
    padding-left: 1.2em;
    margin-bottom: 20px;
  }
  .top2 .timeschedule img {
    margin-bottom: 30px;
  }
  .top3, .top4 {
    padding-top: 70px;
  }
  .top3 {
    padding-bottom: 30px;
  }
  .top3 h2, .top4 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .top3 h2 img, .top4 h2 img {
    margin-right: 15px;
  }
  .top4 {
    margin-bottom: 50px;
  }
  .insta-cont {
    padding: 20px;
    margin-bottom: 30px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
  .btn.w100 {
    text-align: left;
  }
  .btn:after {
    background: url("/company/efforts/next21/30th/img/arrow-right.svg") center top / 30px auto no-repeat;
    width: 30px;
    height: 11px;
    margin-left: 10px;
    opacity: .8;
  }
  .btn.w100:after {
    margin-left: 10px;
  }
  .btn-insta {
    font-size: 16px;
    padding: 15px 40px 15px 20px;
    background: url("/company/efforts/next21/30th/img/ic-insta.svg") right 20px center no-repeat #707070;
	  }
	
	
	
	
	.top-cont1 {
		box-sizing: border-box;
		padding-top: 80px!important;
		padding-bottom: 40px!important;
	}
	.top-cont1 h1 {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		font-size: 18px;
		border-bottom: none;
	}
	.top-cont1 h1 strong{
		font-size: 24px;
	}
	.top-cont1 h1 span{
		padding: 0 .5em;
		border-bottom: 3px solid #fff;
	}
	.top-cont1 dl{
		display: block;
		line-height: 1.8;
		margin-bottom: 50px;
	}
	.top-cont1 dl dt{ display: none;}
	.top-cont1 .link_top a {
		position: static;
		margin: 0 auto 20px;
	}
	.top-cont1 .link_top2{
		margin-bottom: 20px;
	}
	.top-cont1 .link_top2 p{
		margin-bottom: 10px;
	}
	.top-cont1 .link_top2 p.btn1 a{
		font-size: 18px;
		line-height: 50px;
	}
	.top-cont1 .link_top2 p.btn2 a{
		padding-top: 15px;
		font-size: 18px;
		line-height: .8;
	}
	.top-cont1 .link_top2 p.btn2 a:hover{
		opacity: 1;
		border: 10px solid #2E6CB6;
	}
	.top-cont1 .link_top2 p.btn2 a img{
		margin: 15px 5% -10px 0;
	}
	.top-cont1 .link_top2 div{
		display: block;
	}
	.top-cont1 .link_top2 div a {
		margin-bottom: 10px;
	  font-size: 18px;
	  padding: 20px 45px;
	  width: 100%;
	}
	.top-cont2{
		background-size: auto 2500px;
	}
	.top-cont2 .wrap{
		padding: 50px 5% 0;
	}
	.top-cont2 .seminarbox{
		padding: 0;
	}
	.top-cont2 .wrap figure{
		position: static;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.top-cont3{
		background: url("/company/efforts/next21/30th/img/top3-bg.jpg") center top / cover no-repeat;
	}
	.top-cont3 .wrap{
		padding: 50px 5% 0;
		position: relative;
	}
	.top-cont3 .wrap figure{
		position: static;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.top-cont3 .wrap .detaillist{ margin-bottom: 70px;}
	.top-cont3 .wrap .btnwrap{ margin-bottom: 20px;}
	.top-cont3 .symposiumbox{
		padding-bottom: 0;
	}
	.top-cont4{
		background: #F7F7F7;
	}
	.top-cont4 .wrap{
		padding: 50px 5%;
		position: relative;
	}

	.ttl1{
		font-size: 18px;
		padding-right: 0;
	}
	.ttl1 strong{
		font-size: 30px;
	}
	.ttl1 span.done{
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		font-size: 18px;
	}
	.ttl1 span.righttxt{
		position: static;
		display: block;
	}
	.photo{
		justify-content: space-between!important;
	}
	.photo li{
		width: 50%;
		padding: 0 10px;
		margin: 0 0 20px!important;
		font-size: 14px;
	}
	.sche .year{
		line-height: 1.4;
	}
	.sche .schecont div{
		display: block;
		margin-bottom: 1em;
	}
	.sche .schecont div .date{
		width: auto!important;
		font-size: 18px;
	}
	.sche .schecont div .date small{
		width: auto!important;
		font-size: 14px;
	}
	.sche .schecont div .ttl{
		width: auto!important;
		font-size: 16px;
	}
	.btnwrap{
		display: block;
		margin-bottom: 20px;
	}
	.btnwrap .btn1{
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 1.3em 7em 1.3em 1.3em;
	}
	.btnwrap span.preparation{
		right: 50px;
		padding: 0 .5em;
		font-size: 14px;
	}
.detaillist dt{ float: none;}
	.detaillist dd:not(:last-child){ margin-bottom: 1em;}
	.detaillist2{ display: block; margin-bottom: 10px;}
	.detaillist2 dt{ width: auto; text-align: left;}
	.btnwrap2 .btn2{
		width: 100%;
		font-size: 18px;
	}
	
	
	
}
/* 阪東追記2023.09.07 */
.icon_word {
  padding: 2px 25px 2px 0;
  background-position: right;
  background-image: url(/company/efforts/next21/30th/img/icon_word.png);
  background-repeat: no-repeat;
  background-size: 16px;
}
.contents_box {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1em;
  border: 2px solid #0E66B5;
  margin: 0 0 2em 0;
}
.contents_box small {
  color: #707070;
  font-size: 0.9em;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.flex-container li {
  width: 49.5%;
  box-sizing: border-box;
}
.flex-container li:nth-child(2n) {
  width: 50.5%;
  border-left: 1px solid #0E66B5;
}
.flex-container p {
  padding: 0 1em;
  font-size: 0.95em;
}
.flex-container p.t-center {
  padding: 0.5em 1em;
  border-top: 5px solid #0E66B5;
  border-bottom: 5px solid #0E66B5;
  margin: 0 1em;
}
@media screen and (min-width:600px) {
  .flex-container li:nth-child(4) p.t-center {
    padding: 1.5em 1em;
  }
}
@media screen and (max-width:599px) {
  .flex-container li {
    width: 100% !important;
  }
  .flex-container li:nth-child(2n) {
    border-left: none;
  }
  .flex-container li:nth-child(1) {
    order: 1;
  }
  .flex-container li:nth-child(2) {
    order: 3;
  }
  .flex-container li:nth-child(3) {
    order: 2;
    margin-bottom: 1em;
  }
  .flex-container li:nth-child(4) {
    order: 4;
  }
}
.contents_box p.memo {
  padding: 1em;
  font-size: 0.9em;
}
.contents_box .way {
  padding-top: 1em;
  border-top: 1px solid #cccccc;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}
.contents_box .way dl {
  padding: 1em;
  width: 33%;
  box-sizing: border-box;
}
@media screen and (max-width:599px) {
  .contents_box .way {
    display: block;
  }
  .contents_box .way dl {
    width: 100%;
  }
}
.contents_box .way dt {
  background: #e8e8e8;
  display: inline-block;
  padding: 0 1em;
  white-space: nowrap;
}
.contents_box .way dt::before {
  content: "■";
}
.contents_box .way dd {
  display: block;
}
.link_movie a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 500px;
  max-width: 100%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01.svg") right 20px center no-repeat;
  margin: 15px auto 20px;
  position: relative;
}
.link_movie a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01_w.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.link_movie a::after {
  content: "";
  display: block;
  width: 125px;
  height: 70px;
  position: absolute;
  top: 9px;
  right: 70px;
  background-image: url("/company/efforts/next21/30th/img/img_thumb_movie.jpg");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.box30th__accordion .link_movie a {
  margin-top: 80px;
}
.box30th__accordion .link_movie a::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .link_movie a::after {
    background-image: none;
  }
}
#movie .c-btn a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 400px;
  max-width: 100%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01.svg") right 20px center no-repeat;
  margin: 40px auto;
}
#movie .c-btn a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01_w.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.c-movie__thumb {
  position: relative;
}
.c-movie__thumb .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 101px;
  height: 101px;
  margin-top: -50px;
  margin-left: -50px;
  background: url("/company/efforts/next21/30th/img/icon_play.png");
}
.accordion-body {
  position: relative;
}
.box30th__trigger {
  display: block;
  width: 40px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.box30th__trigger:before, .box30th__trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -1px 0 0 -6px;
  background: #fff;
}
.box30th__trigger:after {
  transform: rotate(90deg);
}
.open .box30th__trigger:after {
  opacity: 0;
}
.box30th__accordion {
  display: none;
text-align: center;
}
.box30th__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
	text-align: center;
  background: #0066b3;
  padding: 10px 20px;
  position: relative;
	cursor: pointer;
}
.box30th__ttl:before{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: -1px 0 0 -6px;
	background: #fff;
}
.box30th__ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	margin: -1px 0 0 -6px;
	background: #fff;
}
.box30th__ttl.open:after {
	opacity: 0;
}
.ac-cont{
	padding-top: 30px;
}


/* 240802 lecture_title */
dl.lecture_title{
	align-items: center;
	text-align: left;
}

dl.lecture_title dt{
	color: #0066b3;
	font-size: 28px;
	display: inline-block;
	text-align: left;
	width: auto;
	position: relative;
	min-width: 60px;
	margin-right: 12px;
}
dl.lecture_title dt::after{
	content: '';
	position: absolute;
	bottom: 12px;
	left: -5px;
	right: -6px;
	background: rgba(0, 102, 179, 0.27);
	height: 12px;
}
dl.lecture_title dd{
	font-size: 19px;
	font-weight: bold;
	}
  p.lecture_title{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  ul li span.name{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
  ul li span.position{
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

	@media screen and (max-width:599px) {
		dl.lecture_title dt{
			font-size: 23px;
			min-width: auto;
		}
		dl.lecture_title dt::after{
			height: 6px;

		}
		dl.lecture_title dd{
			font-size: 16px;
			}
      p.lecture_title{
        font-size: 16px;
        margin-bottom: 10px;
      }
      ul li span.name{
        font-size: 16px;
      }
	}


  /* 240806  */

  .sche .schecont div .end{
    position: relative;
    margin-bottom: 5px;
    display: flex;
  }
  .sche .schecont div .end:after{
      content: "";
      width: 92%;
      height: 2px;
      background: #111;
      position: absolute;
      left: 46%;
      transform: translate(-50%, -50%);
      top: 14px;
  }
  .sche .schecont div .end .ttl span{
display: block;
color:#111;
font-size: 16px;
display: block;
text-align: center;
  }


  .schedule_ttl_box{
    border-top: 10px solid #0066b3;
width: 100%;
display: flex;
justify-content: space-between;
  }
  .schedule_ttl{
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px 0 10px;
    color: #fff;
    position: relative;
    background: #0066b3;
  width: auto;
  display: inline-block;
  line-height: 1.5;
  }

  .schedule_ttl::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    border: none;
    border-right: solid 34px #F4E5BA;
    border-top: solid 37px transparent;
  }
ul.kicyou{
  flex-wrap: nowrap;
}
ul.kicyou li:nth-of-type(1){
  width: 30%;
}
ul.kicyou img{
  margin: 0 auto .5em;
}
ul.kicyou li:nth-of-type(2){
  text-align: left;
	width: 70%;
}

.report_txt{
  text-align: end;
}

ul.mini li{
  font-size: 14px;
}

.first_title{
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.first_title a{
  color: #0066b3;
  text-decoration: underline;
}
.first_title img{
  border-radius: 0;
  margin: 0;
}

.fl{
  display: flex;
}

.fl ul li{
  min-width: 150px;
}
sup{
  font-size: 12px;
}
@media screen and (max-width:900px) {
  .photo li.first_title{
    width: 100%;
    margin-bottom: 15px;
  }
}
  @media screen and (max-width:599px) {
    .sche .schecont div .end:after{
  width: 88%;
  left: 42%;
  top: 12px;
}
ul.kicyou{
  flex-direction: column;
}
ul.kicyou li{
  width: 100%;
}
.report_txt{
  font-size: 13px;
}
.photo img{
  margin: 0 auto .5em;
}
.photo li.first_title{
  font-size: 18px;
}
.photo li.first_title img{
  margin: 0;
}
.fl{
  flex-direction: column;
}
.sche .schecont div .start{
 display: flex;   
}
.schedule_ttl{
top: -1px;
}

.schedule_ttl::after{
  top: 1px;
  right: -1px;
  border-right: solid 33px #F4E5BA;
  border-top: solid 37px transparent;
}
ul.kicyou li:nth-of-type(1){
  width: 100%;
}
ul.kicyou li:nth-of-type(2){
	width: 100%;
}
}

.artwork_list{
	display: flex;
	gap: 2%;
}
.artwork_list div.artwork_box{
	width: calc((100% - 4%) / 3);
}
.artwork_list div.artwork_box img{
	border-radius: initial;
}
.artwork_list div.artwork_box span{
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding-left: 1em;
}
.artwork_list div.artwork_box span::before{
	content: "▲";
	position: absolute;
	left: 0;
}

#symposium .symposium_subttl{
	color: #0066b3;
	font-size: 25px;
	font-weight: bold;
}
dl.lecture_title dd a{
  text-decoration: underline;
  }
  #symposium .symposium_link{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #symposium .symposium_link a{
	font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width:599px) {
	
	#symposium .symposium_subttl{
		font-size: 20px;
	}
  .artwork_list{
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
  .artwork_list div.artwork_box{
    width: 80%;
  }
  .symposium_link a{
    font-size: 16px;
  }
}

/* 241128追記 */
.presentation_ttl{
      display: flex;
      justify-content: space-between;
      align-items: end;
}

.presentation_ttl a.presentation_link{
  font-size: 16px;
  font-weight: normal;
  min-width: 250px;
  text-align: right;
}
.photo.end{
  justify-content: flex-end;
}
@media screen and (max-width:599px) {
  .presentation_ttl{
    flex-direction: column;
    align-items: normal;
  }
  .presentation_ttl a.presentation_link{
    font-size: 14px;
  }
}




.top-cont5{
	padding: 60px 0 35px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots1.svg") right top no-repeat, url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") left top 570px no-repeat, url("/company/efforts/next21/30th/img/top5-bg.jpg") left top / 100% auto no-repeat #F4FAFC;
}
.top-cont5 h2{
	color: #2E6CB6;
	font-size: 46px;
	line-height: 1.3;
	padding-bottom: 15px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #2E6CB6;
	margin-bottom: 25px;
}
.top-cont5 h2 small{ font-size: 22px;}
.top-cont5 table.tb1 th{ padding-right: 1.5em;}
.top-cont5 .top-cont5-ttl{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	padding: 0 0 .1em 15px;
	margin-bottom: 30px;
	border-left: 5px solid #2E6CB6;
	position: relative;
}
.top-cont5 .top-cont5-ttl:before{
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 50%;
	background: #2DAEB1;
}
.top-cont5 .top-cont5-ttl em{
	display: inline-block;
	margin-right: 1em;
}
.top-cont5 .top-cont5-ttl small{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.top-cont5 .top-cont5-ttl span{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 1.4;
	padding: 5px 30px;
	background: #dbeaf5;
}
.top-cont5 .top-cont5-acttl{
	color: #2E6CB6;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	border-top: 1px solid #2E6CB6;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5 .top-cont5-acttl .leftcol{
	font-size: 18px;
	font-weight: 500;
	padding: 6px 0;
}
.top-cont5 .top-cont5-acttl .leftcol span{
	display: inline-block;
	margin-right: 1em;
}
.top-cont5 .top-cont5-acttl .leftcol strong{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
}
.top-cont5 .top-cont5-acttl .leftcol strong small{ font-size: 16px;}
.top-cont5 .top-cont5-acttl .rightcol{
	display: flex;
	align-items: center;
}
.top-cont5 .top-cont5-acttl .rightcol p{
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3E77BB;
	padding: 15px 0;
	margin-right: 10px;
	min-width: 13em;
	height: 100%;
}
.top-cont5-acttl .rightcol span{
	display: inline-block;
	text-align: center;
	background: #dbeaf5;
	line-height: 1.3;
	padding: 5px 20px;
	min-width: 100px;
}
.top-cont5-acttl .rightcol span.end{
	background: #ccc;
}

.top-cont5-acttl .rightcol em{
	width: 30px;
	height: 30px;
	border: 1px solid #2E6CB6;
	margin-left: 10px;
	position: relative;
	display: block;
}
.top-cont5-acttl .rightcol em:before, .top-cont5-acttl .rightcol em:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #2E6CB6;
}
.top-cont5-acttl .rightcol em:before{
	width: 14px;
	height: 2px;
}
.top-cont5-acttl .rightcol em:after{
	width: 2px;
	height: 14px;
}
.top-cont5-acttl.open .rightcol em:after{ content: none;}
.top-cont5 .ryuaccont{
	display: none;
	margin-bottom: 60px;
}
.top-cont5 ul.list li{
	padding-left: 2em;
	position: relative;
}
.top-cont5 ul.list.f-blue{ font-weight: 700;}
.top-cont5 ul.list li:before{
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 16px;
	height: 16px;
	background: #2E6CB6;
	display: block;
	border-radius: 50%;
}
.top-cont5-1{ margin-bottom: 70px;}
.top-cont5-1 .clm2,
.top-cont5-1 .clm3{
	display: flex;
	justify-content: space-between;
}
.top-cont5-1 .clm2 figure{ width: 49.5%;}
.top-cont5-1 .clm3 figure{ width: 32.5%;}
.top-cont5-1 .clm2 figure img,
.top-cont5-1 .clm3 figure img{ margin-bottom: 5px;}
.top-cont5-schedule{
	display: flex;
	justify-content: space-between;
}
.top-cont5-schedule .rightcol{
	text-align: right;
	flex: 1;
	display: none;
}
.top-cont5-schedule .tb1{ margin-left: 2em;}
.btn3 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.btn3 a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #2E6CB6;
}
.btn3 a[target="_blank"]:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") center no-repeat;
}
.btnbb a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.btnbb a[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 18px;
	margin-left: .5em;
	background: url("/company/efforts/next21/30th/img/ic-blank.svg") center no-repeat;
}
.btnbb a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #2E6CB6;
}
.btnbb a[target="_blank"]:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") center no-repeat;
}
.btnimg{
	text-align: center;
	width: 60%;
	max-width: 200px;
}
.btn-pdf a{
	color: #F84648;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	background: url("/company/efforts/next21/30th/img/arrow-red.svg") right 1em center no-repeat #fff;
	padding: 10px 30px;
	border: 2px solid #F84648;
	border-radius: 99px;
	width: 100%;
	max-width: 350px;
}
.btn-pdf a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #F84648;
}
.btn-pdf a:after{
	content: "";
	background: url("/company/efforts/next21/30th/img/ic-pdf.svg") center no-repeat;
	width: 24px;
	height: 27px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.btn-pdf a:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-pdf-white.svg") center no-repeat;
}
.top-cont5-1 .clm4{
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .clm4 figure{ width: 25%;}
.top-cont5-1 .clm4 figure img{ margin-bottom: 10px;}
.top-cont5-1 .clm4 figure figcaption{ line-height: 1.4;}
.top-cont5-1 .tb2{ width: 100%;}
.top-cont5-1 .tb2 th,.top-cont5-1 .tb2 td{
	padding: 5px 0 5px 2em;
	border-bottom: 1px dashed #2E6CB6;
}
.top-cont5-1 .clm5{
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .clm5 figure{ width: 180px;}
.top-cont5-1 .clm5 figure:nth-child(1),.top-cont5-1 .clm5 figure:nth-child(3){ width: 190px;}
.top-cont5-1 .clm5 figure:nth-child(1){ margin-right: 30px;}
.top-cont5 .bd-bottom{
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .ml2em{ margin-left: 2em;}
.top-cont5-1 table{
	width: 100%;
	box-sizing: border-box;
}
.top-cont5-1 table td{
	vertical-align: top;
}
.top-cont5-1 td[rowspan="2"] {
	text-align: right;
}
.top-cont5-1 td[rowspan="2"] img{
	max-width: 120px;
}

.top-cont5-2{
	margin-bottom: 70px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") right top no-repeat;
}
.top-cont5-2 .top5-2-cont{
	display: flex;
	justify-content: space-between;
}
.top-cont5-2 .top5-2-left{
	width: 63%;
	margin-right: 50px;
}
.top-cont5-2 .top5-2-cont .top5-2-right{ flex: 1;}
.top-cont5-2 .top5-2-cont .top5-2-right figure{ margin-bottom: 10px; font-size: 14px;}
.top-cont5-2 .top5-2-cont .top5-2-right figure img{ margin-bottom: 5px;}
.top-cont5-2 .imgleft{
	display: flex;
}
.top-cont5-2 .imgleft figure{
	width: 130px;
	margin-right: 20px;
}
.top-cont5-2 .imgleft div{ flex: 1;}
.top-cont5-2 .imgleft div p{ margin-bottom: 2em;}
.top-cont5-2 .imgleft div p:last-child{ margin-bottom: 0;}
.top-cont5-2 .top5-2-left table{
	width: 100%;
	border-top: 1px dotted #707070;
}
.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td{
	padding: 5px 0;
	border-bottom: 1px dotted #707070;
}
.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td.v-mid{
	vertical-align: middle;
}
.top-cont5-2 .top5-2-left table th{
	padding-right: 1em;
	min-width: 9em;
}
.top-cont5-2 .top5-2-left table td dl{ display: flex;}
.top-cont5-2 .top5-2-left table td dl dt{
	width: 5em;
	margin-right: .5em;
}
.top-cont5-2 .top5-2-left table td dl dt.w9em{ width: 9em;}
.top-cont5-2 .top5-2-left table td dl dd{ flex: 1;}
.top-cont5-2 .top5-2-left table td .ml1em{ margin-left: 1em;}
.t-ind4{
	padding-left: 4em;
	text-indent: -4em;
}
.top-cont5-3{
	margin-bottom: 60px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") left top no-repeat;
}
.top-cont5-3 .top5-3-cont{
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
.top-cont5-3 .top5-3-left{
	width: 63%;
	margin-right: 50px;
}
.top-cont5-3 .top5-3-cont .top5-3-right{ flex: 1;}
.top-cont5-3 .top5-3-cont .top5-3-right figure{ margin-bottom: 10px; font-size: 14px;}
.top-cont5-3 .top5-3-cont .top5-3-right figure img{ margin-bottom: 5px;}

.top-cont5-3 .wrap{
	padding: 0 5%;
	text-align: left;
}
.top-cont5-3 .accordion-body{
	text-align: left;
}
.top-cont5-3 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont5 .ryuaccont{
	display: none;
	margin-bottom: 50px;
}
.top-cont5-3 .otherevent{
	display: flex;
	justify-content: space-between;
}
.top-cont5-3 .otherevent div{
	width: 63.1%;
}
.top-cont5-3 .otherevent div .lead{
	padding-bottom: 1em;
	border-bottom: 1px dashed #707070;
}
.top-cont5-3 .otherevent div dl{
	display: flex;
	padding: .5em 0;
	border-bottom: 1px dashed #707070;
}
.top-cont5-3 .otherevent div dl dt{
	width: 9em;
	color: #2E6CB6;
}
.top-cont5-3 .otherevent div dl dd{
	flex: 1;
}
.top-cont5-3 .otherevent div dl dd p{
	display: flex;
}
.top-cont5-3 .otherevent div dl dd p .hour{
	width: 5em;
}
.top-cont5-3 .otherevent div dl dd p .txt{
	flex: 1;
}
.top-cont5-3 .otherevent div .btnbb{
	padding-top: 1em;
}
.top-cont5-3 .otherevent div .btnbb b{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("../img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.top-cont5-3 .otherevent div .btnbb b[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 18px;
	margin-left: .5em;
	background: url("../img/ic-blank.svg") center no-repeat;
}
.top-cont5-3 .otherevent div .btnbb b:hover{
	opacity: 1;
	color: #2E6CB6;
	background: url("../img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
}
.top-cont5-3 .otherevent div .btnbb b[target="_blank"]:hover:after{
	background: url("../img/ic-blank.svg") center no-repeat;
}
.top-cont5-3 .otherevent figure{
	width: 31.5%;
	font-size: 14px;
}
.top-cont5-3 .top5-3-cont figure{
	width: 100% !important;
}
.top-cont5-3 .otherevent figure img{
	margin-bottom: .5em;
}

.top-cont5-4{
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") right top no-repeat;
}
.top-cont5-4-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-cont5-4-list figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48.3%;
	aspect-ratio: 459 / 324;
	margin-bottom: 4em;
	position: relative;
}
.top-cont5-4-list figcaption{
	position: absolute;
	left: 0;
	top: 100%;
}
.top-cont5-4-list figcaption span{
	font-size: 14px;
}

@media screen and (max-width:599px) {
	.top-cont5{
		padding: 40px 0 25px;
		background: url("/company/efforts/next21/30th/img/top5-bg-dots1.svg") right top / 30% auto no-repeat #F4FAFC;
	}
	.top-cont5 h2{
		font-size: 30px;
		padding-bottom: 10px;
		border-bottom: 2px solid #2E6CB6;
		margin-bottom: 20px;
	}
	.top-cont5 h2 small{ font-size: 18px;}
	.top-cont5 table.tb1 th{ padding-right: 1em;}
	.top-cont5 .top-cont5-ttl{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.top-cont5 .top-cont5-ttl em{ margin-bottom: .2em;}
	.top-cont5 .top-cont5-ttl small{ font-size: 14px;}
	.top-cont5 .top-cont5-ttl span{
		font-size: 14px;
		padding: 2px 10px;
	}
	.top-cont5 .top-cont5-acttl{
		display: block;
		margin-bottom: 15px;
		padding-right: 40px;
		position: relative;
	}
	.top-cont5 .top-cont5-acttl .leftcol{
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 0;
	}
	.top-cont5 .top-cont5-acttl .leftcol strong{ font-size: 18px;}
	.top-cont5 .top-cont5-acttl .leftcol strong small{ font-size: 14px;}
	.top-cont5 .top-cont5-acttl .rightcol{ flex-wrap: wrap;}
	.top-cont5 .top-cont5-acttl .rightcol p{
		padding: 5px;
		margin-right: 5px;
	}
	.top-cont5 .top-cont5-acttl .rightcol span{
		margin: 5px 0;
		padding: 5px 10px;
		min-width: 80px;
	}
	.top-cont5 .top-cont5-acttl .rightcol em{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.top-cont5 .ryuaccont{ margin-bottom: 40px;}
	.top-cont5 ul.list li{ padding-left: 1.5em;}
	.top-cont5 ul.list li:before{
		width: 14px;
		height: 14px;
	}
	.top-cont5-1{ margin-bottom: 60px;}
	.top-cont5-1 .clm2,
	.top-cont5-1 .clm3{ display: block;}
	.top-cont5-1 .clm2 figure,
	.top-cont5-1 .clm3 figure{ width: 100%; margin-bottom: 10px;}
	.top-cont5 .top-cont5-schedule{
		display: block;
		margin-bottom: 40px;
	}
	.top-cont5 .top-cont5-schedule .rightcol{
		text-align: center;
	}
	.top-cont5 .top-cont5-schedule .tb1{ margin-left: 0;}
	.top-cont5 .top-cont5-schedule .tb1 th,.top-cont5 .top-cont5-schedule .tb1 td{ display: block;}
	.top-cont5 .top-cont5-schedule .tb1 td{ margin-bottom: .5em;}
	.btn3 a{ font-size: 18px;}
	.btnbb a{ font-size: 18px;}
	.btn-pdf a{ font-size: 18px;}
	.top-cont5-1 .clm4{
		flex-wrap: wrap;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.top-cont5-1 .clm4 figure{ width: 50%; margin-bottom: 15px;}
	.top-cont5-1 .clm4 figure img{ margin-bottom: 5px;}
	.top-cont5-1 .tb2 th,.top-cont5-1 .tb2 td{
		padding: 5px 0;
		display: block;
	}
	.top-cont5-1 .tb2 th{
		border-bottom: none;
		padding-bottom: 0;
	}
	.top-cont5-1 .clm5{ flex-wrap: wrap; justify-content: center;}
	.top-cont5-1 .clm5 figure{ margin-bottom: 15px;}
	.top-cont5-1 .clm5 figure:nth-child(1){ margin-right: 0;}
	.top-cont5 .bd-bottom{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.top-cont5-1 .ml2em{ margin-left: 0;}
	.top-cont5-2{ background: none; margin-bottom: 60px;}
	.top-cont5-2 .top5-2-cont{
		display: block;
	}
	.top-cont5-2 .top5-2-left{
		width: 100%;
		margin: 0 0 20px;
	}
	.top-cont5-2 .imgleft{
		display: block;
	}
	.top-cont5-2 .imgleft figure{ margin: 0 auto 20px;}
	.top-cont5-2 .imgleft div p{ margin-bottom: 1em;}
	.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td{
		display: block;
	}
	.top-cont5-2 .top5-2-left table th{
		padding-bottom: 0;
		border-bottom: none;
	}
	.top-cont5-3{
		background: none;
	}
	.top-cont5-3 .otherevent{
		display: block;
	}
	.top-cont5-3 .otherevent div{
		width: auto;
		margin-bottom: 1.5em;
	}
	.top-cont5-3 .otherevent div dl{
		display: block;
	}
	.top-cont5-3 .otherevent div dl dt{
		width: auto;
	}
	.top-cont5-3 .otherevent div .btnbb a{
		margin: 0 auto;
	}
	.top-cont5-3 .otherevent figure{
		width: auto;
	}
	.top-cont5-4{
		background: none;
	}
	.top-cont5-4-list{
		display: block;
	}
	.top-cont5-4-list figure{
		display: block;
		width: auto;
		aspect-ratio: inherit;
	}
}

.top-cont5-1 div.wrap.t-left p span.t-right{
	display: block;
}
figure.vertical_img img{
	display: block;
	margin: 0 auto;
}@charset "utf-8";
/*----------------------------------------------
	Overall settings
-----------------------------------------------*/
body {
  color: #111;
  text-align: center;
}
body.ovh {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a:hover {
  opacity: .6;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
/* font */
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.medium {
  font-weight: 400;
}
.regular {
  font-weight: 500;
}
/* bg */
.bg-white {
  background: #fff;
}
/* color */
.f-white {
  color: #fff;
}
.f-red {
  color: #c00;
}
.f-blue {
  color: #2E6CB6;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 599px) { /* 以下スマホサイズ */
  a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 50%;
  }
}
/*----------------------------------------------
	header footer
-----------------------------------------------*/
header#cp-header {
  text-align: left;
  margin: 0 auto;
  max-width: 950px;
  width: 96%;
  padding: 16px 0;
}
header#cp-header .logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#cp-header .logo_flex #logo_og, header#cp-header .logo_flex #logo_daigas {
  width: 50%;
  height: auto;
}
header#cp-header .logo_flex #logo_daigas {
  padding-top: 1px;
}
@media screen and (min-width:888px) {
  header#cp-header .logo_flex #logo_og {
    text-align: left;
    width: 130px;
    height: 50px;
  }
  header#cp-header .logo_flex #logo_daigas {
    width: 230px;
    height: 40px;
  }
}
footer#cp-footer {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
footer#cp-footer ul {
  overflow: hidden;
  margin-bottom: 10px;
}
footer#cp-footer ul li {
  display: inline-block;
  background: url(/company/efforts/next21/30th/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
}
footer#cp-footer #copyright {
  margin: auto 1rem;
  line-height: 1;
  font-size: 12px;
}
a.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #2DAEB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
a.pagetop:hover {
  opacity: 1;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/*----------------------------------------------
	top
-----------------------------------------------*/
.wrap {
  clear: both;
  box-sizing: content-box;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.main {
  background: url("/company/efforts/next21/30th/img/top1-bg.jpg") center top / 2000px auto no-repeat;
}
.main .wrap {
  position: relative;
    width: 96%;
  padding-right: 0;
  padding-left: 0;
}
.top-cont1 {
	padding-top: 170px!important;
  padding-bottom: 50px!important;
	position: relative;
}
.top-cont1 h1 {
	position: absolute;
	left: 0;
	top: 100px;
	padding: 0 .5em;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	border-bottom: 3px solid #fff;
}
.top-cont1 h1 strong{
	font-size: 40px;
}
.top-cont1 figure{
	margin-bottom: 10px;
}
.top-cont1 dl{
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 80px;
}
.top-cont1 dl dt{
	width: 225px;
}
.top-cont1 dl dd{
	flex: 1;
}
.top-cont1 .link_top a {
	position: absolute;
	right: 0;
	top: 30px;
  color: #2E6CB6;
  font-size: 18px;
  padding: .85em 1em;
  display: flex;
	justify-content: center;
	align-items: center;
  max-width: 100%;
  width: 250px;
  border: 1px solid #2E6CB6;
border-radius: 6px;
  background-color: #fff;
  }
.top-cont1 .link_top a::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
    margin-top: -5px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.top-cont1 .link_top2{
	text-align: center;
}
.top-cont1 .link_top2 p{
	margin-bottom: 20px;
	border: 1px solid #2E6CB6;
}
.top-cont1 .link_top2 p.btn1 a{
	display: block;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 65px;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat #D1EBF4;
	border: 10px solid #fff;
}
.top-cont1 .link_top2 p.btn2 a{
	display: block;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat;
	border: 10px solid #fff;
}
.top-cont1 .link_top2 p.btn2 a:hover{
	opacity: 1;
	border: 10px solid #2E6CB6;
}
.top-cont1 .link_top2 p.btn2 a img{
	margin: -10px 0 -10px 2em;
	width: 50%;
	max-width: 465px;
}
.top-cont1 .link_top2 div{
  display: flex;
  justify-content: space-between;
}
.top-cont1 .link_top2 div a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 31.66%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/arrow-bottom.svg") right 20px center no-repeat;
}
.top-cont1 .link_top2 div a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/arrow-bottom-white.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.top-cont2{
	background: url("/company/efforts/next21/30th/img/top2-bg.jpg") center top / auto 1700px no-repeat;
	overflow: hidden;
}
.top-cont2 .wrap{
	padding: 50px 5% 0;
}
.top-cont2 .accordion-body{
	margin-bottom: 50px;
	text-align: left;
	overflow: hidden;
}
.top-cont2 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont2 .seminarbox{
	position: relative;
	text-align: left;
	padding: 100px 0;
}
.top-cont2 .seminarbox figure{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 489px;
}
.top-cont2 .seminarbox p{
	position: relative;
	z-index: 1;
}
.top-cont3{
	background: url("/company/efforts/next21/30th/img/top3-bg.jpg") center top / cover no-repeat;
	overflow: hidden;
}
.top-cont3 .wrap{
	padding: 50px 5% 0;
	text-align: left;
}
.top-cont3 .accordion-body{
	margin-bottom: 50px;
	text-align: left;
}
.top-cont3 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont3 .symposiumbox{
	position: relative;
	padding-bottom: 50px;
	text-align: left;
}
.top-cont3 .symposiumbox figure{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 360px;
}
.top-cont3 .wrap .detaillist{ margin-bottom: 70px; text-align: left;}
.top-cont3 .wrap .btnwrap{ margin-bottom: 20px;}
.top-cont4{
	background: #F7F7F7;
}
.top-cont4 .wrap{
	padding: 50px 5% 0;
	position: relative;
	overflow: hidden;
}

.ttl1{
	margin-bottom: 1em;
  color: #2E6CB6;
font-size: 22px;
	font-weight: 500;
	position: relative;
	padding-right: 250px;
}
.ttl1 strong{
  font-size: 46px;
    font-weight: 500;
line-height: 1.2;
}
.ttl1 span.done{
	display: inline-block;
	margin-top: .5em;
	width: 300px;
	color: #fff;
	font-size: 22px;
  text-align: center;
  background: #707070;
}
.ttl1 span.righttxt{
  position: absolute;
  right: 0;
	top: .5em;
  line-height: 1.5;
}
.photo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
	text-align: center;
}
.photo img{
	display: block;
  border-radius: 50%;
	margin: 0 auto .5em;
}
.photo.center{
	justify-content: center;
}
.photo.center li{
	margin: 0 25px;
}
.sche2{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.sche2 dt{
	width: 3em;
}
.sche2 dd{
	flex: 1;
}
.sche2 dd a{
  color: #2E6CB6;
  text-decoration: underline;
}
.sche{
	display: flex;
}
.sche .year{
	width: 3.5em;
	color: #2E6CB6;
}
.sche .schecont{
	flex: 1;
}
.sche .schecont div{
	display: flex;
	text-align: left;
}
.sche .schecont div .date{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.4;
}
.sche .schecont div .date small{
	font-size: 16px;
}
.sche .schecont div .ttl{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.4;
}
.sche .schecont div .txt{
	flex: 1;
}
.sche .schecont div .txt a{
  color: #2E6CB6;
  text-decoration: underline;
}
.sche .schecont div .txt small{
	font-size: 12px;
}
.btnwrap{
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
.btnwrap .btn1{
	display: inline-block;
	width: 500px;
	padding: 1.3em;
	color: #2E6CB6;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 20px center no-repeat #fff;
	border: 1px solid #2E6CB6;
}
.btnwrap a.btn1:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 20px center no-repeat #2E6CB6;
}
.btnwrap span.btn1{
	opacity: .5;
	padding: 1.3em 7em 1.3em 1.3em;
}
.btnwrap span.preparation{
	position: absolute;
	right: 2.5em;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 .5em;
	color: #fff;
	font-size: 22px;
	background: #707070;
}
.detaillist dt{ float: left;}
.detaillist dd{ overflow: hidden;}
/* .detaillist2{ display: flex;} */
.detaillist2 dt{ width: 160px; text-align: right;}
.detaillist2 dd{ text-align: left;}
.btnwrap2{
	text-align: center;
  margin-bottom: 30px;
position: relative;
}
.btnwrap2 .btn2{
	display: inline-block;
	width: 500px;
	padding: 1.3em;
	color: #2E6CB6;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/ic-blank.svg") right 20px center no-repeat #fff;
	border: 1px solid #2E6CB6;
}
.btnwrap2 a.btn2:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") right 20px center no-repeat #2E6CB6;
}


.top-bg {
  background: url("/company/efforts/next21/30th/img/fig2.png") center bottom 200px / cover no-repeat, url("/company/efforts/next21/30th/img/footer-bg.jpg") center bottom / cover no-repeat;
  padding: 150px 0;
}
.top-bg .txt-cont{
	padding: 30px;
  background: rgba(255, 255, 255, .9);
}


.insta-cont {
  background: rgba(255, 255, 255, .9);
  padding: 50px;
  margin-bottom: 50px;
text-align: center;
}
.btn {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 20px;
  background: #2E6CB6;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.btn.w100 {
  max-width: 100%;
}
.btn:after {
  content: "";
  background: url("/company/efforts/next21/30th/img/arrow-right.svg") center top no-repeat;
  width: 60px;
  height: 22px;
  margin-left: 10px;
  display: inline-block;
  opacity: .5;
}
.btn.w100:after {
  margin-left: 50px;
}
.btn-insta {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  padding: 25px 70px 25px 35px;
  background: url("/company/efforts/next21/30th/img/ic-insta.svg") right 40px center no-repeat #707070;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width:599px) {
  .main {
    padding-top: 10px;
    margin-bottom: 20px;
background-size: auto 350px;
  }
  .main .wrap {
    padding: 0 3%;
    height: auto;
    background: none;
  }
  .main .wrap div {
    font-size: 16px;
  }
  .main .wrap div h1 {
    width: 60px;
    position: relative;
    top: 60px;
  }
  .link_top a {
    position: relative;
    width: 100%;
  }
  .top_img-sp {
    display: block;
  }
  .main .wrap .top_text {
    display: none;
  }
  .top_text-sp {
    display: block !important;
    margin-bottom: 40px
  }
  .top1 {
    padding-bottom: 50px;
  }
  .top1 div {
    display: block;
  }
  .top1 div a {
    font-size: 18px;
    padding: 20px 45px;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-bg {
    background: url("/company/efforts/next21/30th/img/fig1.png") center top 100px / 180% auto no-repeat, url("/company/efforts/next21/30th/img/fig2.png") center bottom 100px / 120% auto no-repeat, url("/company/efforts/next21/30th/img/bg.jpg") center top / 150% auto no-repeat, url("/company/efforts/next21/30th/img/footer-bg.jpg") center bottom / 200% auto no-repeat;
    padding-bottom: 120px;
  }
  .top2 {
    font-size: 16px;
  }
  .top2 h2 {
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top2 ul.list {
    padding-top: 20px;
  }
  .top2 ul.list > li {
    font-size: 16px;
    padding-left: 1.2em;
    margin-bottom: 20px;
  }
  .top2 .timeschedule img {
    margin-bottom: 30px;
  }
  .top3, .top4 {
    padding-top: 70px;
  }
  .top3 {
    padding-bottom: 30px;
  }
  .top3 h2, .top4 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .top3 h2 img, .top4 h2 img {
    margin-right: 15px;
  }
  .top4 {
    margin-bottom: 50px;
  }
  .insta-cont {
    padding: 20px;
    margin-bottom: 30px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
  .btn.w100 {
    text-align: left;
  }
  .btn:after {
    background: url("/company/efforts/next21/30th/img/arrow-right.svg") center top / 30px auto no-repeat;
    width: 30px;
    height: 11px;
    margin-left: 10px;
    opacity: .8;
  }
  .btn.w100:after {
    margin-left: 10px;
  }
  .btn-insta {
    font-size: 16px;
    padding: 15px 40px 15px 20px;
    background: url("/company/efforts/next21/30th/img/ic-insta.svg") right 20px center no-repeat #707070;
	  }
	
	
	
	
	.top-cont1 {
		box-sizing: border-box;
		padding-top: 80px!important;
		padding-bottom: 40px!important;
	}
	.top-cont1 h1 {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		font-size: 18px;
		border-bottom: none;
	}
	.top-cont1 h1 strong{
		font-size: 24px;
	}
	.top-cont1 h1 span{
		padding: 0 .5em;
		border-bottom: 3px solid #fff;
	}
	.top-cont1 dl{
		display: block;
		line-height: 1.8;
		margin-bottom: 50px;
	}
	.top-cont1 dl dt{ display: none;}
	.top-cont1 .link_top a {
		position: static;
		margin: 0 auto 20px;
	}
	.top-cont1 .link_top2{
		margin-bottom: 20px;
	}
	.top-cont1 .link_top2 p{
		margin-bottom: 10px;
	}
	.top-cont1 .link_top2 p.btn1 a{
		font-size: 18px;
		line-height: 50px;
	}
	.top-cont1 .link_top2 p.btn2 a{
		padding-top: 15px;
		font-size: 18px;
		line-height: .8;
	}
	.top-cont1 .link_top2 p.btn2 a:hover{
		opacity: 1;
		border: 10px solid #2E6CB6;
	}
	.top-cont1 .link_top2 p.btn2 a img{
		margin: 15px 5% -10px 0;
	}
	.top-cont1 .link_top2 div{
		display: block;
	}
	.top-cont1 .link_top2 div a {
		margin-bottom: 10px;
	  font-size: 18px;
	  padding: 20px 45px;
	  width: 100%;
	}
	.top-cont2{
		background-size: auto 2500px;
	}
	.top-cont2 .wrap{
		padding: 50px 5% 0;
	}
	.top-cont2 .seminarbox{
		padding: 0;
	}
	.top-cont2 .wrap figure{
		position: static;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.top-cont3{
		background: url("/company/efforts/next21/30th/img/top3-bg.jpg") center top / cover no-repeat;
	}
	.top-cont3 .wrap{
		padding: 50px 5% 0;
		position: relative;
	}
	.top-cont3 .wrap figure{
		position: static;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.top-cont3 .wrap .detaillist{ margin-bottom: 70px;}
	.top-cont3 .wrap .btnwrap{ margin-bottom: 20px;}
	.top-cont3 .symposiumbox{
		padding-bottom: 0;
	}
	.top-cont4{
		background: #F7F7F7;
	}
	.top-cont4 .wrap{
		padding: 50px 5%;
		position: relative;
	}

	.ttl1{
		font-size: 18px;
		padding-right: 0;
	}
	.ttl1 strong{
		font-size: 30px;
	}
	.ttl1 span.done{
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		font-size: 18px;
	}
	.ttl1 span.righttxt{
		position: static;
		display: block;
	}
	.photo{
		justify-content: space-between!important;
	}
	.photo li{
		width: 50%;
		padding: 0 10px;
		margin: 0 0 20px!important;
		font-size: 14px;
	}
	.sche .year{
		line-height: 1.4;
	}
	.sche .schecont div{
		display: block;
		margin-bottom: 1em;
	}
	.sche .schecont div .date{
		width: auto!important;
		font-size: 18px;
	}
	.sche .schecont div .date small{
		width: auto!important;
		font-size: 14px;
	}
	.sche .schecont div .ttl{
		width: auto!important;
		font-size: 16px;
	}
	.btnwrap{
		display: block;
		margin-bottom: 20px;
	}
	.btnwrap .btn1{
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 1.3em 7em 1.3em 1.3em;
	}
	.btnwrap span.preparation{
		right: 50px;
		padding: 0 .5em;
		font-size: 14px;
	}
.detaillist dt{ float: none;}
	.detaillist dd:not(:last-child){ margin-bottom: 1em;}
	.detaillist2{ display: block; margin-bottom: 10px;}
	.detaillist2 dt{ width: auto; text-align: left;}
	.btnwrap2 .btn2{
		width: 100%;
		font-size: 18px;
	}
	
	
	
}
/* 阪東追記2023.09.07 */
.icon_word {
  padding: 2px 25px 2px 0;
  background-position: right;
  background-image: url(/company/efforts/next21/30th/img/icon_word.png);
  background-repeat: no-repeat;
  background-size: 16px;
}
.contents_box {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1em;
  border: 2px solid #0E66B5;
  margin: 0 0 2em 0;
}
.contents_box small {
  color: #707070;
  font-size: 0.9em;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.flex-container li {
  width: 49.5%;
  box-sizing: border-box;
}
.flex-container li:nth-child(2n) {
  width: 50.5%;
  border-left: 1px solid #0E66B5;
}
.flex-container p {
  padding: 0 1em;
  font-size: 0.95em;
}
.flex-container p.t-center {
  padding: 0.5em 1em;
  border-top: 5px solid #0E66B5;
  border-bottom: 5px solid #0E66B5;
  margin: 0 1em;
}
@media screen and (min-width:600px) {
  .flex-container li:nth-child(4) p.t-center {
    padding: 1.5em 1em;
  }
}
@media screen and (max-width:599px) {
  .flex-container li {
    width: 100% !important;
  }
  .flex-container li:nth-child(2n) {
    border-left: none;
  }
  .flex-container li:nth-child(1) {
    order: 1;
  }
  .flex-container li:nth-child(2) {
    order: 3;
  }
  .flex-container li:nth-child(3) {
    order: 2;
    margin-bottom: 1em;
  }
  .flex-container li:nth-child(4) {
    order: 4;
  }
}
.contents_box p.memo {
  padding: 1em;
  font-size: 0.9em;
}
.contents_box .way {
  padding-top: 1em;
  border-top: 1px solid #cccccc;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}
.contents_box .way dl {
  padding: 1em;
  width: 33%;
  box-sizing: border-box;
}
@media screen and (max-width:599px) {
  .contents_box .way {
    display: block;
  }
  .contents_box .way dl {
    width: 100%;
  }
}
.contents_box .way dt {
  background: #e8e8e8;
  display: inline-block;
  padding: 0 1em;
  white-space: nowrap;
}
.contents_box .way dt::before {
  content: "■";
}
.contents_box .way dd {
  display: block;
}
.link_movie a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 500px;
  max-width: 100%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01.svg") right 20px center no-repeat;
  margin: 15px auto 20px;
  position: relative;
}
.link_movie a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01_w.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.link_movie a::after {
  content: "";
  display: block;
  width: 125px;
  height: 70px;
  position: absolute;
  top: 9px;
  right: 70px;
  background-image: url("/company/efforts/next21/30th/img/img_thumb_movie.jpg");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.box30th__accordion .link_movie a {
  margin-top: 80px;
}
.box30th__accordion .link_movie a::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .link_movie a::after {
    background-image: none;
  }
}
#movie .c-btn a {
  color: #2E6CB6;
  font-size: 20px;
  line-height: 1.4;
  padding: 25px 45px;
  display: block;
  width: 400px;
  max-width: 100%;
  border: 1px solid #2E6CB6;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01.svg") right 20px center no-repeat;
  margin: 40px auto;
}
#movie .c-btn a:hover {
  color: #fff;
  background: url("/company/efforts/next21/30th/img/ico_arrow_01_w.svg") right 20px center no-repeat #2E6CB6;
  opacity: 1;
}
.c-movie__thumb {
  position: relative;
}
.c-movie__thumb .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 101px;
  height: 101px;
  margin-top: -50px;
  margin-left: -50px;
  background: url("/company/efforts/next21/30th/img/icon_play.png");
}
.accordion-body {
  position: relative;
}
.box30th__trigger {
  display: block;
  width: 40px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.box30th__trigger:before, .box30th__trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -1px 0 0 -6px;
  background: #fff;
}
.box30th__trigger:after {
  transform: rotate(90deg);
}
.open .box30th__trigger:after {
  opacity: 0;
}
.box30th__accordion {
  display: none;
text-align: center;
}
.box30th__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
	text-align: center;
  background: #0066b3;
  padding: 10px 20px;
  position: relative;
	cursor: pointer;
}
.box30th__ttl:before{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: -1px 0 0 -6px;
	background: #fff;
}
.box30th__ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	margin: -1px 0 0 -6px;
	background: #fff;
}
.box30th__ttl.open:after {
	opacity: 0;
}
.ac-cont{
	padding-top: 30px;
}


/* 240802 lecture_title */
dl.lecture_title{
	align-items: center;
	text-align: left;
}

dl.lecture_title dt{
	color: #0066b3;
	font-size: 28px;
	display: inline-block;
	text-align: left;
	width: auto;
	position: relative;
	min-width: 60px;
	margin-right: 12px;
}
dl.lecture_title dt::after{
	content: '';
	position: absolute;
	bottom: 12px;
	left: -5px;
	right: -6px;
	background: rgba(0, 102, 179, 0.27);
	height: 12px;
}
dl.lecture_title dd{
	font-size: 19px;
	font-weight: bold;
	}
  p.lecture_title{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  ul li span.name{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
  ul li span.position{
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

	@media screen and (max-width:599px) {
		dl.lecture_title dt{
			font-size: 23px;
			min-width: auto;
		}
		dl.lecture_title dt::after{
			height: 6px;

		}
		dl.lecture_title dd{
			font-size: 16px;
			}
      p.lecture_title{
        font-size: 16px;
        margin-bottom: 10px;
      }
      ul li span.name{
        font-size: 16px;
      }
	}


  /* 240806  */

  .sche .schecont div .end{
    position: relative;
    margin-bottom: 5px;
    display: flex;
  }
  .sche .schecont div .end:after{
      content: "";
      width: 92%;
      height: 2px;
      background: #111;
      position: absolute;
      left: 46%;
      transform: translate(-50%, -50%);
      top: 14px;
  }
  .sche .schecont div .end .ttl span{
display: block;
color:#111;
font-size: 16px;
display: block;
text-align: center;
  }


  .schedule_ttl_box{
    border-top: 10px solid #0066b3;
width: 100%;
display: flex;
justify-content: space-between;
  }
  .schedule_ttl{
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px 0 10px;
    color: #fff;
    position: relative;
    background: #0066b3;
  width: auto;
  display: inline-block;
  line-height: 1.5;
  }

  .schedule_ttl::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    border: none;
    border-right: solid 34px #F4E5BA;
    border-top: solid 37px transparent;
  }
ul.kicyou{
  flex-wrap: nowrap;
}
ul.kicyou li:nth-of-type(1){
  width: 30%;
}
ul.kicyou img{
  margin: 0 auto .5em;
}
ul.kicyou li:nth-of-type(2){
  text-align: left;
	width: 70%;
}

.report_txt{
  text-align: end;
}

ul.mini li{
  font-size: 14px;
}

.first_title{
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.first_title a{
  color: #0066b3;
  text-decoration: underline;
}
.first_title img{
  border-radius: 0;
  margin: 0;
}

.fl{
  display: flex;
}

.fl ul li{
  min-width: 150px;
}
sup{
  font-size: 12px;
}
@media screen and (max-width:900px) {
  .photo li.first_title{
    width: 100%;
    margin-bottom: 15px;
  }
}
  @media screen and (max-width:599px) {
    .sche .schecont div .end:after{
  width: 88%;
  left: 42%;
  top: 12px;
}
ul.kicyou{
  flex-direction: column;
}
ul.kicyou li{
  width: 100%;
}
.report_txt{
  font-size: 13px;
}
.photo img{
  margin: 0 auto .5em;
}
.photo li.first_title{
  font-size: 18px;
}
.photo li.first_title img{
  margin: 0;
}
.fl{
  flex-direction: column;
}
.sche .schecont div .start{
 display: flex;   
}
.schedule_ttl{
top: -1px;
}

.schedule_ttl::after{
  top: 1px;
  right: -1px;
  border-right: solid 33px #F4E5BA;
  border-top: solid 37px transparent;
}
ul.kicyou li:nth-of-type(1){
  width: 100%;
}
ul.kicyou li:nth-of-type(2){
	width: 100%;
}
}

.artwork_list{
	display: flex;
	gap: 2%;
}
.artwork_list div.artwork_box{
	width: calc((100% - 4%) / 3);
}
.artwork_list div.artwork_box img{
	border-radius: initial;
}
.artwork_list div.artwork_box span{
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding-left: 1em;
}
.artwork_list div.artwork_box span::before{
	content: "▲";
	position: absolute;
	left: 0;
}

#symposium .symposium_subttl{
	color: #0066b3;
	font-size: 25px;
	font-weight: bold;
}
dl.lecture_title dd a{
  text-decoration: underline;
  }
  #symposium .symposium_link{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #symposium .symposium_link a{
	font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width:599px) {
	
	#symposium .symposium_subttl{
		font-size: 20px;
	}
  .artwork_list{
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
  .artwork_list div.artwork_box{
    width: 80%;
  }
  .symposium_link a{
    font-size: 16px;
  }
}

/* 241128追記 */
.presentation_ttl{
      display: flex;
      justify-content: space-between;
      align-items: end;
}

.presentation_ttl a.presentation_link{
  font-size: 16px;
  font-weight: normal;
  min-width: 250px;
  text-align: right;
}
.photo.end{
  justify-content: flex-end;
}
@media screen and (max-width:599px) {
  .presentation_ttl{
    flex-direction: column;
    align-items: normal;
  }
  .presentation_ttl a.presentation_link{
    font-size: 14px;
  }
}




.top-cont5{
	padding: 60px 0 35px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots1.svg") right top no-repeat, url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") left top 570px no-repeat, url("/company/efforts/next21/30th/img/top5-bg.jpg") left top / 100% auto no-repeat #F4FAFC;
}
.top-cont5 h2{
	color: #2E6CB6;
	font-size: 46px;
	line-height: 1.3;
	padding-bottom: 15px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #2E6CB6;
	margin-bottom: 25px;
}
.top-cont5 h2 small{ font-size: 22px;}
.top-cont5 table.tb1 th{ padding-right: 1.5em;}
.top-cont5 .top-cont5-ttl{
	color: #2E6CB6;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	padding: 0 0 .1em 15px;
	margin-bottom: 30px;
	border-left: 5px solid #2E6CB6;
	position: relative;
}
.top-cont5 .top-cont5-ttl:before{
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 50%;
	background: #2DAEB1;
}
.top-cont5 .top-cont5-ttl em{
	display: inline-block;
	margin-right: 1em;
}
.top-cont5 .top-cont5-ttl small{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.top-cont5 .top-cont5-ttl span{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 1.4;
	padding: 5px 30px;
	background: #dbeaf5;
}
.top-cont5 .top-cont5-acttl{
	color: #2E6CB6;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	border-top: 1px solid #2E6CB6;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5 .top-cont5-acttl .leftcol{
	font-size: 18px;
	font-weight: 500;
	padding: 6px 0;
}
.top-cont5 .top-cont5-acttl .leftcol span{
	display: inline-block;
	margin-right: 1em;
}
.top-cont5 .top-cont5-acttl .leftcol strong{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
}
.top-cont5 .top-cont5-acttl .leftcol strong small{ font-size: 16px;}
.top-cont5 .top-cont5-acttl .rightcol{
	display: flex;
	align-items: center;
}
.top-cont5 .top-cont5-acttl .rightcol p{
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3E77BB;
	padding: 15px 0;
	margin-right: 10px;
	min-width: 13em;
	height: 100%;
}
.top-cont5-acttl .rightcol span{
	display: inline-block;
	text-align: center;
	background: #dbeaf5;
	line-height: 1.3;
	padding: 5px 20px;
	min-width: 100px;
}
.top-cont5-acttl .rightcol span.end{
	background: #ccc;
}

.top-cont5-acttl .rightcol em{
	width: 30px;
	height: 30px;
	border: 1px solid #2E6CB6;
	margin-left: 10px;
	position: relative;
	display: block;
}
.top-cont5-acttl .rightcol em:before, .top-cont5-acttl .rightcol em:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #2E6CB6;
}
.top-cont5-acttl .rightcol em:before{
	width: 14px;
	height: 2px;
}
.top-cont5-acttl .rightcol em:after{
	width: 2px;
	height: 14px;
}
.top-cont5-acttl.open .rightcol em:after{ content: none;}
.top-cont5 .ryuaccont{
	display: none;
	margin-bottom: 60px;
}
.top-cont5 ul.list li{
	padding-left: 2em;
	position: relative;
}
.top-cont5 ul.list.f-blue{ font-weight: 700;}
.top-cont5 ul.list li:before{
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 16px;
	height: 16px;
	background: #2E6CB6;
	display: block;
	border-radius: 50%;
}
.top-cont5-1{ margin-bottom: 70px;}
.top-cont5-1 .clm2,
.top-cont5-1 .clm3{
	display: flex;
	justify-content: space-between;
}
.top-cont5-1 .clm2 figure{ width: 49.5%;}
.top-cont5-1 .clm3 figure{ width: 32.5%;}
.top-cont5-1 .clm2 figure img,
.top-cont5-1 .clm3 figure img{ margin-bottom: 5px;}
.top-cont5-schedule{
	display: flex;
	justify-content: space-between;
}
.top-cont5-schedule .rightcol{
	text-align: right;
	flex: 1;
	display: none;
}
.top-cont5-schedule .tb1{ margin-left: 2em;}
.btn3 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.btn3 a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #2E6CB6;
}
.btn3 a[target="_blank"]:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") center no-repeat;
}
.btnbb a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("/company/efforts/next21/30th/img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.btnbb a[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 18px;
	margin-left: .5em;
	background: url("/company/efforts/next21/30th/img/ic-blank.svg") center no-repeat;
}
.btnbb a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #2E6CB6;
}
.btnbb a[target="_blank"]:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-blank-white.svg") center no-repeat;
}
.btn-pdf a{
	color: #F84648;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	background: url("/company/efforts/next21/30th/img/arrow-red.svg") right 1em center no-repeat #fff;
	padding: 10px 30px;

	border: 2px solid #F84648;
	border-radius: 99px;
	width: 100%;
	max-width: 350px;
}
.btn-pdf a:hover{
	opacity: 1;
	color: #fff;
	background: url("/company/efforts/next21/30th/img/arrow-right2-white.svg") right 1em center / 10px auto no-repeat #F84648;
}
.btn-pdf a:after{
	content: "";
	background: url("/company/efforts/next21/30th/img/ic-pdf.svg") center no-repeat;
	width: 24px;
	height: 27px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.btn-pdf a:hover:after{
	background: url("/company/efforts/next21/30th/img/ic-pdf-white.svg") center no-repeat;
}
.top-cont5-1 .clm4{
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .clm4 figure{ width: 25%;}
.top-cont5-1 .clm4 figure img{ margin-bottom: 10px;}
.top-cont5-1 .clm4 figure figcaption{ line-height: 1.4;}
.top-cont5-1 .tb2{ width: 100%;}
.top-cont5-1 .tb2 th,.top-cont5-1 .tb2 td{
	padding: 5px 0 5px 2em;
	border-bottom: 1px dashed #2E6CB6;
}
.top-cont5-1 .clm5{
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .clm5 figure{ width: 180px;}
.top-cont5-1 .clm5 figure:nth-child(1),.top-cont5-1 .clm5 figure:nth-child(3){ width: 190px;}
.top-cont5-1 .clm5 figure:nth-child(1){ margin-right: 30px;}
.top-cont5 .bd-bottom{
	padding-bottom: 50px;
	border-bottom: 1px solid #2E6CB6;
	margin-bottom: 20px;
}
.top-cont5-1 .ml2em{ margin-left: 2em;}
.top-cont5-2{
	margin-bottom: 70px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") right top no-repeat;
}
.top-cont5-2 .top5-2-cont{
	display: flex;
	justify-content: space-between;
}
.top-cont5-2 .top5-2-left{
	width: 63%;
	margin-right: 50px;
}
.top-cont5-2 .top5-2-cont .top5-2-right{ flex: 1;}
.top-cont5-2 .top5-2-cont .top5-2-right figure{ margin-bottom: 10px; font-size: 14px;}
.top-cont5-2 .top5-2-cont .top5-2-right figure img{ margin-bottom: 5px;}
.top-cont5-2 .imgleft{
	display: flex;
}
.top-cont5-2 .imgleft figure{
	width: 130px;
	margin-right: 20px;
}
.top-cont5-2 .imgleft div{ flex: 1;}
.top-cont5-2 .imgleft div p{ margin-bottom: 2em;}
.top-cont5-2 .imgleft div p:last-child{ margin-bottom: 0;}
.top-cont5-2 .top5-2-left table{
	width: 100%;
	border-top: 1px dotted #707070;
}
.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td{
	padding: 5px 0;
	border-bottom: 1px dotted #707070;
}
.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td.v-mid{
	vertical-align: middle;
}
.top-cont5-2 .top5-2-left table th{
	padding-right: 1em;
	min-width: 9em;
}
.top-cont5-2 .top5-2-left table td dl{ display: flex;}
.top-cont5-2 .top5-2-left table td dl dt{
	width: 5em;
	margin-right: .5em;
}
.top-cont5-2 .top5-2-left table td dl dt.w9em{ width: 9em;}
.top-cont5-2 .top5-2-left table td dl dd{ flex: 1;}
.top-cont5-2 .top5-2-left table td .ml1em{ margin-left: 1em;}
.t-ind4{
	padding-left: 4em;
	text-indent: -4em;
}
.top-cont5-3{
	margin-bottom: 60px;
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") left top no-repeat;
}
.top-cont5-3 .top5-3-cont{
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
.top-cont5-3 .top5-3-left{
	width: 63%;
	margin-right: 50px;
}
.top-cont5-3 .top5-3-cont .top5-3-right{ flex: 1;}
.top-cont5-3 .top5-3-cont .top5-3-right figure{ margin-bottom: 10px; font-size: 14px;}
.top-cont5-3 .top5-3-cont .top5-3-right figure img{ margin-bottom: 5px;}

.top-cont5-3 .wrap{
	padding: 0 5%;
	text-align: left;
}
.top-cont5-3 .accordion-body{
	text-align: left;
}
.top-cont5-3 .accordion-body.open{
	margin-bottom: 0;
}
.top-cont5 .ryuaccont{
	display: none;
	margin-bottom: 50px;
}
.top-cont5-3 .otherevent{
	display: flex;
	justify-content: space-between;
}
.top-cont5-3 .otherevent div{
	width: 63.1%;
}
.top-cont5-3 .otherevent div .lead{
	padding-bottom: 1em;
	border-bottom: 1px dashed #707070;
}
.top-cont5-3 .otherevent div dl{
	display: flex;
	padding: .5em 0;
	border-bottom: 1px dashed #707070;
}
.top-cont5-3 .otherevent div dl dt{
	width: 9em;
	color: #2E6CB6;
}
.top-cont5-3 .otherevent div dl dd{
	flex: 1;
}
.top-cont5-3 .otherevent div dl dd p{
	display: flex;
}
.top-cont5-3 .otherevent div dl dd p .hour{
	width: 5em;
}
.top-cont5-3 .otherevent div dl dd p .txt{
	flex: 1;
}
.top-cont5-3 .otherevent div .btnbb{
	padding-top: 1em;
}
.top-cont5-3 .otherevent div .btnbb b{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	color: #2E6CB6;
	font-size: 20px;
	line-height: 1.4;
	background: url("../img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
	border: 2px solid #2E6CB6;
	border-radius: 100px;
}
.top-cont5-3 .otherevent div .btnbb b[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 18px;
	margin-left: .5em;
	background: url("../img/ic-blank.svg") center no-repeat;
}
.top-cont5-3 .otherevent div .btnbb b:hover{
	opacity: 1;
	color: #2E6CB6;
	background: url("../img/arrow-right2.svg") right 1em center / 10px auto no-repeat #fff;
}
.top-cont5-3 .otherevent div .btnbb b[target="_blank"]:hover:after{
	background: url("../img/ic-blank.svg") center no-repeat;
}
.top-cont5-3 .otherevent figure{
	width: 31.5%;
	font-size: 14px;
}
.top-cont5-3 .top5-3-cont figure{
	width: 100% !important;
}
.top-cont5-3 .otherevent figure img{
	margin-bottom: .5em;
}

.top-cont5-4{
	background: url("/company/efforts/next21/30th/img/top5-bg-dots2.svg") right top no-repeat;
}
.top-cont5-4-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-cont5-4-list figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48.3%;
	aspect-ratio: 459 / 324;
	margin-bottom: 4em;
	position: relative;
}
.top-cont5-4-list figcaption{
	position: absolute;
	left: 0;
	top: 100%;
}
.top-cont5-4-list figcaption span{
	font-size: 14px;
}

@media screen and (max-width:599px) {
	.top-cont5{
		padding: 40px 0 25px;
		background: url("/company/efforts/next21/30th/img/top5-bg-dots1.svg") right top / 30% auto no-repeat #F4FAFC;
	}
	.top-cont5 h2{
		font-size: 30px;
		padding-bottom: 10px;
		border-bottom: 2px solid #2E6CB6;
		margin-bottom: 20px;
	}
	.top-cont5 h2 small{ font-size: 18px;}
	.top-cont5 table.tb1 th{ padding-right: 1em;}
	.top-cont5 .top-cont5-ttl{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.top-cont5 .top-cont5-ttl em{ margin-bottom: .2em;}
	.top-cont5 .top-cont5-ttl small{ font-size: 14px;}
	.top-cont5 .top-cont5-ttl span{
		font-size: 14px;
		padding: 2px 10px;
	}
	.top-cont5 .top-cont5-acttl{
		display: block;
		margin-bottom: 15px;
		padding-right: 40px;
		position: relative;
	}
	.top-cont5 .top-cont5-acttl .leftcol{
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 0;
	}
	.top-cont5 .top-cont5-acttl .leftcol strong{ font-size: 18px;}
	.top-cont5 .top-cont5-acttl .leftcol strong small{ font-size: 14px;}
	.top-cont5 .top-cont5-acttl .rightcol{ flex-wrap: wrap;}
	.top-cont5 .top-cont5-acttl .rightcol p{
		padding: 5px;
		margin-right: 5px;
	}
	.top-cont5 .top-cont5-acttl .rightcol span{
		margin: 5px 0;
		padding: 5px 10px;
		min-width: 80px;
	}
	.top-cont5 .top-cont5-acttl .rightcol em{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.top-cont5 .ryuaccont{ margin-bottom: 40px;}
	.top-cont5 ul.list li{ padding-left: 1.5em;}
	.top-cont5 ul.list li:before{
		width: 14px;
		height: 14px;
	}
	.top-cont5-1{ margin-bottom: 60px;}
	.top-cont5-1 .clm2,
	.top-cont5-1 .clm3{ display: block;}
	.top-cont5-1 .clm2 figure,
	.top-cont5-1 .clm3 figure{ width: 100%; margin-bottom: 10px;}
	.top-cont5 .top-cont5-schedule{
		display: block;
		margin-bottom: 40px;
	}
	.top-cont5 .top-cont5-schedule .rightcol{
		text-align: center;
	}
	.top-cont5 .top-cont5-schedule .tb1{ margin-left: 0;}
	.top-cont5 .top-cont5-schedule .tb1 th,.top-cont5 .top-cont5-schedule .tb1 td{ display: block;}


	.top-cont5 .top-cont5-schedule .tb1 td{ margin-bottom: .5em;}
	.btn3 a{ font-size: 18px;}
	.btnbb a{ font-size: 18px;}
	.btn-pdf a{ font-size: 18px;}
	.top-cont5-1 .clm4{
		flex-wrap: wrap;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.top-cont5-1 .clm4 figure{ width: 50%; margin-bottom: 15px;}
	.top-cont5-1 .clm4 figure img{ margin-bottom: 5px;}
	.top-cont5-1 .tb2 th,.top-cont5-1 .tb2 td{
		padding: 5px 0;
		display: block;
	}
	.top-cont5-1 .tb2 th{
		border-bottom: none;
		padding-bottom: 0;
	}
	.top-cont5-1 .clm5{ flex-wrap: wrap; justify-content: center;}
	.top-cont5-1 .clm5 figure{ margin-bottom: 15px;}
	.top-cont5-1 .clm5 figure:nth-child(1){ margin-right: 0;}
	.top-cont5 .bd-bottom{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.top-cont5-1 .ml2em{ margin-left: 0;}
	.top-cont5-2{ background: none; margin-bottom: 60px;}
	.top-cont5-2 .top5-2-cont{
		display: block;
	}
	.top-cont5-2 .top5-2-left{
		width: 100%;
		margin: 0 0 20px;
	}
	.top-cont5-2 .imgleft{
		display: block;
	}
	.top-cont5-2 .imgleft figure{ margin: 0 auto 20px;}
	.top-cont5-2 .imgleft div p{ margin-bottom: 1em;}
	.top-cont5-2 .top5-2-left table th,.top-cont5-2 .top5-2-left table td{
		display: block;
	}
	.top-cont5-2 .top5-2-left table th{
		padding-bottom: 0;
		border-bottom: none;
	}
	.top-cont5-3{
		background: none;
	}
	.top-cont5-3 .otherevent{
		display: block;
	}
	.top-cont5-3 .otherevent div{
		width: auto;
		margin-bottom: 1.5em;
	}
	.top-cont5-3 .otherevent div dl{
		display: block;
	}
	.top-cont5-3 .otherevent div dl dt{
		width: auto;
	}
	.top-cont5-3 .otherevent div .btnbb a{
		margin: 0 auto;
	}
	.top-cont5-3 .otherevent figure{
		width: auto;
	}
	.top-cont5-4{
		background: none;
	}
	.top-cont5-4-list{
		display: block;
	}
	.top-cont5-4-list figure{
		display: block;
		width: auto;
		aspect-ratio: inherit;
	}
}

.top-cont5-1 div.wrap.t-left p span.t-right{
	display: block;
}
figure.vertical_img img{
	display: block;
	margin: 0 auto;
}