@charset "UTF-8";
#index h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #index h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 641px) {
  #index h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
/*====== keyvisual ======*/
#keyvisual #copy {
  width: 100%;
  color: #fff;
  background: url("../images/keyvisual/photo.webp") no-repeat center top / cover;
}
#keyvisual #copy .container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
	max-width: 90%;
  height: 740px;
  text-shadow: 0 0 6px rgba(0, 104, 144, 0.8);
  position: relative;
}
#keyvisual #copy h1.keyvisual__title {
  width: 70rem;
  margin: 0 auto 6rem auto;
}
#keyvisual #copy h1.keyvisual__title img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 1)) drop-shadow(0 0 1rem rgba(255, 255, 255, 1)) drop-shadow(0 0 2rem rgba(255, 255, 255, 1)) drop-shadow(0 0 2rem rgba(255, 255, 255, 1)) drop-shadow(0 0 1rem rgba(255, 255, 255, 1));
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 1)) drop-shadow(0 0 1rem rgba(255, 255, 255, 1)) drop-shadow(0 0 1rem rgba(255, 255, 255, 1)) drop-shadow(0 0 2rem rgba(255, 255, 255, 1)) drop-shadow(0 0 2rem rgba(255, 255, 255, 1));
}
#keyvisual #copy h2.keyvisual__catch {
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1rem;
  line-height: 1.7;
  margin: 2rem 0 0 8rem;
  position: absolute;
  bottom: 3rem;
  right: 4rem;
}
#keyvisual #copy h2.keyvisual__catch br.sp {
  display: none;
}
#keyvisual #copy .keyvisual__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-family: "BIZ UDPMincho", serif;
  gap: 1rem;
}
#keyvisual #copy .keyvisual__info p {
  font-size: 4rem;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates {
  font-weight: 700;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__year {
  margin-right: 0.5rem;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__year .keyvisual__num {
  font-size: 4.2rem;
  font-weight: 700;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__num {
  font-size: 4.2rem;
  font-weight: 700;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__dash {
  font-size: 4rem;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week {
  font-size: 2.4rem;
}
#keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--wed, #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--fri {
  font-size: 2.6rem;
}
#keyvisual #copy .keyvisual__info .keyvisual__venue {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.75rem auto;
}
@media screen and (max-width: 1024px) {
  #keyvisual #copy h1.keyvisual__title {
    width: 60rem;
    margin: 0 auto 6rem auto;
  }
  #keyvisual #copy h2.keyvisual__catch {
    font-size: 2.4rem;
  }
  #keyvisual #copy .keyvisual__info p {
    font-size: 2.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__year .keyvisual__num {
    font-size: 3.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__num {
    font-size: 3.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week {
    font-size: 2.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--wed, #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--fri {
    font-size: 2.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__venue {
    font-size: 3rem;
  }
}
@media screen and (max-width: 981px) {
  #keyvisual #copy .container {
    height: 580px;
  }
  #keyvisual #copy h1.keyvisual__title {
    width: 50rem;
    margin: 0 auto 3rem auto;
  }
  #keyvisual #copy h2.keyvisual__catch {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
    margin: 3rem auto 0 auto;
    position: static;
  }
  #keyvisual #copy .keyvisual__info {
    flex-flow: column;
    align-items: center;
    gap: 1rem;
  }
  #keyvisual #copy .keyvisual__info p {
    font-size: 2.6rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__year .keyvisual__num {
    font-size: 3rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__num {
    font-size: 3rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week {
    font-size: 2rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--wed, #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--fri {
    font-size: 2.2rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__venue {
		font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual #copy .container {
    height: 480px;
    padding: 4rem 0;
  }
  #keyvisual #copy h1.keyvisual__title {
    width: 45rem;
  }
  #keyvisual #copy h2.keyvisual__catch {
    margin-left: 1.75rem;
  }
  #keyvisual #copy .keyvisual__info {
    bottom: 5rem;
    right: 1.75rem;
  }
}
@media screen and (max-width: 641px) {
  #keyvisual #copy .container {
    padding: 6rem 0;
  }
  #keyvisual #copy h1.keyvisual__title {
    width: 90%;
  }
  #keyvisual #copy h2.keyvisual__catch {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    margin: 3rem 0 0 0;
  }
  #keyvisual #copy .keyvisual__info {
    display: table;
    left: 0;
    bottom: 3rem;
    text-align: center;
    margin: 0 auto;
  }
  #keyvisual #copy .keyvisual__info p {
    font-size: 1.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__year .keyvisual__num {
    font-size: 2.2rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__num {
    font-size: 2.2rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .week {
    font-size: 1.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--wed, #keyvisual #copy .keyvisual__info .keyvisual__dates .keyvisual__date .keyvisual__week .keyvisual__week--fri {
    font-size: 1.8rem;
  }
  #keyvisual #copy .keyvisual__info .keyvisual__venue {
    font-size: 2rem;
    margin: 0.5rem 0 0 0;
  }
}
/*====== about ======*/
#about {
  padding-top: 3rem;
}
#about .about__box {
  width: 100%;
  margin: 0;
  padding: 4rem 8rem;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
#about .about__box h2.about__title {
  text-align: left;
  margin-top: -7.8rem;
}
#about .about__box p.about__text {
  font-size: 2rem;
}
#about .about__box p.about__text b.blue {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#about .btn.about__btn-list {
  width: 100%;
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
#about .btn.about__btn-list li.about__btn-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-basis: 1;
  width: calc(33.33% - 1rem);
}
#about .btn.about__btn-list li.about__btn-item a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 3rem;
  background: #eee;
  border-radius: 6px;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--outline a {
  background: url("../images/index/bg01.webp") no-repeat center center / cover;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--outline a:before {
  content: " ";
  display: table;
  width: 80px;
  height: 60px;
  margin: 0 auto 2rem auto;
  background: url("../images/index/icon_outlinne.svg") no-repeat center center / auto 100%;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--apply a {
  background: url("../images/index/bg02.webp") no-repeat center center / cover;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--apply a:before {
  content: " ";
  display: table;
  width: 80px;
  height: 60px;
  margin: 0 auto 2rem auto;
  background: url("../images/index/icon_apply.svg") no-repeat center center / auto 100%;
  ;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--add a {
  background: url("../images/index/bg03.webp") no-repeat center center / cover;
}
#about .btn.about__btn-list li.about__btn-item.about__btn-item--add a:before {
  content: " ";
  display: table;
  width: 80px;
  height: 60px;
  margin: 0 auto 2rem auto;
  background: url("../images/index/icon_add.svg") no-repeat center center / auto 100%;
  ;
}
@media screen and (max-width: 981px) {
  #about .about__box {
    padding: 4rem;
  }
  #about .about__box p.about__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #about .about__box h2.about__title img {
    width: 240px;
  }
}
@media screen and (max-width: 641px) {
  #about .about__box {
    padding: 3rem 2rem 2rem 2rem;
  }
  #about .about__box h2.about__title {
    margin: -5rem 0 2rem 0;
  }
  #about .about__box h2.about__title img {
    width: 200px;
  }
  #about .btn.about__btn-list {
    flex-flow: column;
    gap: 2rem;
    margin-top: 3rem;
  }
  #about .btn.about__btn-list li.about__btn-item {
    width: 100%;
  }
  #about .btn.about__btn-list li.about__btn-item.about__btn-item--outline a, #about .btn.about__btn-list li.about__btn-item.about__btn-item--apply a, #about .btn.about__btn-list li.about__btn-item.about__btn-item--add a {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    gap: 2rem;
  }
  #about .btn.about__btn-list li.about__btn-item.about__btn-item--add a br {
    display: none;
  }
  #about .btn.about__btn-list li.about__btn-item.about__btn-item--outline a:before, #about .btn.about__btn-list li.about__btn-item.about__btn-item--apply a:before, #about .btn.about__btn-list li.about__btn-item.about__btn-item--add a:before {
    display: inline-block;
    height: 50px;
    margin: 0;
  }
}
/*====== outline ======*/
#index #outline {
	margin-bottom: 8rem;
}
#index #outline .theme {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 3rem;
}
#index #outline .theme br {
	display: none;
}
#index #outline .container {
	padding: 2rem;
	background: url("../images/outline/bg.jpg") no-repeat center center / cover;
}

#index #outline .flex {
	padding: 2rem;
}

#index #outline .flex .txt {
	width: calc(100% - 462px);
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	padding-right: 3rem;
}

#index #outline .flex .txt h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: left;
	margin-bottom: 2.5rem;
}

#index #outline .flex .txt h2 span {
	font-size: 3.2rem;
}

#index #outline .flex .video {
	display: flex;
	flex-flow: column;
	width: 462px;
	color: #fff;
	text-align: center;
}

#index #outline .flex .video h3 {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 700;
}

#index #outline .flex .video h3:before {
	content: " ";
	display: inline-block;
	width: 2.4rem;
	height: 0.1rem;
	background: #ffffff;
	transform: rotate(45deg);
}

#index #outline .flex .video h3:after {
	content: " ";
	display: inline-block;
	width: 2.4rem;
	height: 0.1rem;
	background: #ffffff;
	transform: rotate(135deg);
}

#index #outline .flex .video p {
	height: 100%;
	margin-top: 2rem;
}

#index #outline .flex .video p a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	font-size: 4rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding: 3rem 2rem;
	background-color:hsla(210,97%,28%,1);
	background-image:
	radial-gradient(at 95% 92%, hsla(195,100%,65%,1) 0px, transparent 50%),
	radial-gradient(at 4% 6%, hsla(210,97%,28%,1) 0px, transparent 50%);
	border: 2px solid #ffffff;
}

#index #outline .flex .video p a span span {
	display: inline;
	font-size: 5rem;
}

#index #outline .flex .video p a .limit {
	display: table;
	font-size: 1.6rem;
	color: #024890;
	margin: 1rem auto;
	padding: 0.5rem 1.5rem;
	background: #fff;
}

#index #outline .flex .video p a small {
	font-size: 1.4rem;
}

#index #outline .expo {
	text-align: center;
	padding: 1.5rem 0.5rem 0 0.5rem;
	background: #fff;
}

#index #outline .expo h3 {
	font-size: 2.4rem;
	font-weight: 900;
	color: #f46313;
	padding: 0 0 0.5rem 0;
}

#index #outline .expo .flex {
	/*align-items: flex-start;*/
	padding: 2rem 0 0 0;
}

#index #outline .expo .flex dl {
	padding: 0 1.5rem;
}

#index #outline .expo .flex dl dt {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #ccc;
}

#index #outline .expo .flex .column01 {
	width: 33.33%;
}

/*#index #outline .expo .flex .column01 dl {
	margin-bottom: 2rem;
}*/

#index #outline .expo .flex .column01 dl dd dl {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

#index #outline .expo .flex .column01 dl dd dl dt {
	text-align: left;
	margin: 0;
	padding: 0 2rem 0 0;
	border: none;
}

#index #outline .expo .flex .column02 {
	/*width: 66.66%;*/
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
}

#index #outline .expo .flex .column02 dl {
	width: 25%;
	/*padding-bottom: calc(2rem + 2em);*/
	padding-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
	#index #outline .flex .txt {
		width: calc(100% - 362px);
	}

	#index #outline .flex .video {
		width: 362px;
	}
	
	#index #outline .flex .txt h2 span {
		display: block;
	}
}

@media screen and (max-width: 980px) {
	#index #outline .flex {
		flex-flow: column;
		padding: 2rem 0;
	}
	
	#index #outline .flex .txt {
		width: 100%;
		margin-bottom: 2rem;
		padding-right: 0;
	}
	
	#index #outline .flex .txt h2 {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	
	#index #outline .flex .txt h2 span {
		display: inline-block;
		font-size: 3rem;
	}

	#index #outline .flex .video {
		width: 100%;
	}
	#index #outline .expo .flex {
		flex-flow: column;
	}
	
	#index #outline .expo .flex .column01 {
		width: 100%;
	}
	
	#index #outline .expo .flex .column01 dl dd {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	#index #outline .expo .flex .column01 dl dd dl {
		width: 40%;
		justify-content: center;
		margin-top: 0;
	}
	
	#index #outline .expo .flex .column02 {
		flex-flow: wrap;
		width: 100%;
		margin-top: 2rem;
	}
}

@media screen and (max-width: 768px) {
	#index #outline .theme {
		width: 90%;
		margin: 0 auto 2rem auto;
	}
	
	#index #outline .theme br {
		display: table;
	}
	
	#index #outline .flex {
		padding-top: 0;
	}
	
	#index #outline .flex .txt {
		font-size: 1.6rem;
	}
	
	#index #outline .flex .txt h2 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	
	#index #outline .flex .txt h2 span {
		font-size: 2.6rem;
	}
	
	#index #outline .expo .flex .column02 dl {
		width: 50%;
	}
}

@media screen and (max-width: 641px) {
	#index #outline .theme {
		font-size: 18px;
	}
	
		#index #outline .container {
		padding: 1.5rem;
	}
	
	#index #outline .flex .txt h2 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	
	#index #outline .flex .txt h2 span {
		display: block;
		font-size: 2rem;
	}
	
	#index #outline .expo h3 {
		font-size: 1.8rem;
	}
	
	#index #outline .expo p {
		text-align: left;
		margin: 0 0.5rem;
	}
	
	#index #outline .expo .flex dl {
		padding: 0 0.5rem;
	}
	
	#index #outline .expo .flex .column01 dl dd {
		flex-flow: column;
	}
	
	#index #outline .expo .flex .column01 dl dd dl {
		width: 100%;
		margin: 1.5rem 0 0 0;
	}
	
	#index #outline .expo .flex .column02 {
		flex-flow: column;
	}
	
	#index #outline .expo .flex .column02 dl {
		width: 100%;
		margin: 0;
		padding-bottom: 2rem;
	}
}

/*====== news ======*/
#news .container {
  padding-top: 0;
}
#news dl.news__list {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
#news dl.news__list dt.news__date {
  clear: left;
  float: left;
  color: #ffffff;
  margin: 0 1rem 1.5rem 0;
  padding: 0.25rem 1rem;
  background: #555;
  border-radius: 3px;
}
#news dl.news__list dd.news__detail {
  margin-bottom: 1.5rem;
  padding: 0 0 1rem 11rem;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 641px) {
  #news dl.news__list dt.news__date {
    display: table;
    float: none;
    margin-bottom: 0.5rem;
  }
  #news dl.news__list dd.news__detail {
    padding: 0 0 1rem 0;
  }
}
/*====== program ======*/
#program {
  padding: 6rem 0;
  background: #f1f1f1;
}
#program .container {
  height: 45rem;
  padding: 6rem 3rem 4rem 3rem;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1000;
}
#program h2.problems__title span {
  font-size: 4.8rem;
  font-weight: 900;
  position: relative;
}
#program h2.problems__title span:before {
  content: " ";
  display: block;
  width: 7.8px;
  height: 7.8px;
  margin: 0 auto;
  background: #01aee9;
  border-radius: 50%;
  position: absolute;
  top: -1.5rem;
  left: calc(50% - 3.8px);
}
#program ul.problems__list {
  width: 100%;
  position: relative;
}
#program ul.problems__list li.problems__item {
  display: table;
  padding: 1.75rem 2rem;
  background: #f1f1f1;
  border-radius: 4px;
  position: absolute;
}
#program ul.problems__list li.problems__item:first-of-type {
  left: 0;
}
#program ul.problems__list li.problems__item:nth-of-type(2) {
  left: 4rem;
  top: 9rem;
}
#program ul.problems__list li.problems__item:nth-of-type(3) {
  left: 0;
  top: 18rem;
}
#program ul.problems__list li.problems__item:nth-of-type(4) {
  right: 10rem;
}
#program ul.problems__list li.problems__item:last-of-type {
  right: 0;
  top: 14rem;
}
#program img.problems__image {
  position: absolute;
  bottom: -6rem;
  left: calc(50% - 110px);
}
@media screen and (max-width: 1200px) {
  #program img.problems__image {
    width: 150px;
    left: calc(50% - 75px);
  }
}
@media screen and (max-width: 1024px) {
  #program .container {
    height: 48rem;
  }
  #program h2.problems__title {
    font-size: 3.2rem;
  }
  #program h2.problems__title span {
    font-size: 4.2rem;
  }
  #program ul.problems__list li.problems__item:nth-of-type(2) {
    width: 24rem;
  }
  #program ul.problems__list li.problems__item:nth-of-type(3) {
    width: 34rem;
  }
  #program ul.problems__list li.problems__item:last-of-type {
    width: 30rem;
  }
}
@media screen and (max-width: 981px) {
  #program .container {
    height: auto;
  }
  #program h2.problems__title {
    font-size: 3rem;
  }
  #program h2.problems__title span {
    font-size: 3.8rem;
  }
  #program ul.problems__list li.problems__item {
    width: 100%;
    position: inherit;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-bottom: 1rem;
  }
  #program ul.problems__list li.problems__item:nth-of-type(2), #program ul.problems__list li.problems__item:nth-of-type(3), #program ul.problems__list li.problems__item:last-of-type {
    width: 100%;
  }
  #program ul.problems__list li.problems__item br {
    display: none;
  }
  #program img.problems__image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about .btn.about__btn-list li.about__btn-item a {
    font-size: 1.8rem;
  }
  #program .container {
    padding: 4rem 3rem 2rem 3rem;
  }
  #program h2.problems__title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  #program h2.problems__title span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 641px) {
  #program {
    padding: 3rem 0;
  }
  #program .container {
    padding: 3rem 1rem 1rem 1rem;
  }
  #program h2.problems__title {
    font-size: 2rem;
  }
  #program h2.problems__title span {
    font-size: 2.4rem;
  }
  #program h2.problems__title span:before {
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    top: -1rem;
    left: calc(50% - 2px);
  }
  #program ul.problems__list li {
    width: 100%;
  }
  #program ul.problems__list li br {
    display: none;
  }
  #program img.problems__image {
    display: none;
  }
}