@charset "utf-8";
/* CSS Document */

/* 共通スタイル------------------------- */
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #001d52;
	background: #fff;
	height: 100%;
	margin: 0;
}

h2{
	text-align: center;
	padding-bottom: 20px;
}


a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #001d52;
 }

 #contents-wrap{
 	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
 }

 .title-wrap{
 	background: url("../img/img_main.webp");
	background-size: cover;
	background-position: center;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
 }
 .title-sub{
 	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
 }

	.title-sub p.text{
		width: 65%;
		font-size: 1.3rem;
		font-weight: bold;
		color: #001d52;
		line-height: 1.4;
		padding-left: 50px;
	 }

	.title-sub p.label{
		margin-top: 3px;
	 }

	.title-sub a .logo:hover{
		opacity:0.8;
	}

	 .title-wrap .label span {
		color: #fff;
		background-color: #9e213c;
		padding: 4px 8px;
		font-weight: bold;
		font-size: 1.0rem;
		border-radius: 25px;
		border: 1px solid #9e213c;
	 }

.title-main{
	font-size: 1.85rem;
	line-height: 1.4;
	color: #001d52;
	margin: 25px auto 35px;
}
	.title-main span{
			font-size: 3.2rem;
			color: #001d52;
			}

.title-date{
	font-size: 1.5rem;
    font-weight: bold;
	color: #001d52;
	margin: 20px;
	line-height: 1.4;
}

	.title-date span{
		font-size: 2.4rem;
	}


/* btn  */
.btn-wrap{
	text-align: center;
    width: 40%;
    margin: 0 auto;
    color: #FFF;
	padding-bottom: 20px;
}

	.btn-wrap p.deadline{
	color: #FFF;
    font-weight: bold;
	}

	.btn-wrap p.deadline02{
	color: #072545;
	font-weight: bold;
	}

	.instructor-wrap .btn-wrap p.deadline{
		color: #072545;
	}

	.btn-wrap.mt30{
		margin-top: 30px;
	}

/* main */

#main-contents{
	width: 100%;
	margin: 0 auto;
}


.greeting-wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
}


	.greeting-text{
		text-align: left;
		font-size: 0.9375rem
	}

	.greeting-chief{
		text-align: right;
		padding: 20px 18px 0;
		font-size: 0.9375rem
	}
			.greeting-chief span{
				font-weight: bold;
			}

.border{ border-bottom: 1px solid #3eab94;}

.about-wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto 30px;

}
	.about-list{
		display: flex;
    	justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 0.9375rem;
		border: 1px solid #3eab94;
	}

		.about-list dt{
			display: block;
			width:15%;
			text-align: center;
			font-weight: bold;
			padding-top: 10px;
			background-color: #3eab94;
			vertical-align: middle;
			border-top: 1px solid #fff;
			color: #fff;
		}
		.about-list dt.pt20{
			padding-top: 23px;
		}
		.about-list dt.pt20bt {
			padding-top: 23px;
			border: none;
		}
		.about-list dt.pt20bt02 {
			padding-top: 23px;
		}
		.about-list dd{
			width: 85%;
			padding: 10px 20px;
		}


.instructor-wrap{
	width: 100%;
	margin: 60px auto 30px;
}

	.instructor-intro{
		background-color: #3eab94;
		padding: 40px 0;
	}

	.instructor-intro02 {
		background-color: #C7E7E0;
		padding: 40px 0;
	}

		.instructor-intro h3{
			border-bottom: 1px solid #FFF;
			color: #fff;
			font-weight: bold;
			font-size:1.25rem;
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
		}


		.instructor-intro02 h3{
			border-bottom: 1px solid #078e71;
			color: #078e71;
			font-weight: bold;
			font-size:1.25rem;
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
		}

 .instructor-box{
 	display: flex;
	justify-content:flex-start;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
 }

 .instructor-box02{
   display: flex;
   justify-content:center;
   max-width: 1000px;
   width: 100%;
   margin: 0 auto;
   padding: 20px;
}


	.instructor-list{
		background-color: #fff;
		margin:30px 10px 0 0;
		padding: 15px;
		max-width: 100%;
		width: 100%;
	}

	.instructor-list.last{
		margin-top:0;
	}

	.instructor-list.mr0{margin-right: 0;}

	.instructor-list .position {
	line-height: 1.4;
    border-bottom: 1px solid #00406b;
    margin: 0 0 20px 0 ;
	padding-bottom: 5px;
	}

	.position li:nth-child(odd){
		font-weight: bold;
	}

	.position li:nth-child(even){
		font-size: 0.875rem;
	}


 	.explanation{
		display: flex;
		justify-content: flex-start;
	}
		.explanation li:first-child{
			width: 36%;
			margin-right: 20px;
		}
		.explanation li:nth-child(2){
			width: 60%;
		}

		.explanation li figure{
			width: 100%;
		}

		.explanation li p{
			width: 100%;
			font-size: 0.875rem;
			line-height: 1.4;
		}

		.explanation li.keynote_pic {
			width: 25%;
			margin-right: 20px;
		}
			.keynote_pic span {
				font-size: 0.7rem;
			}

		.explanation li.keynote_text {
			width: 70%;
		}
		.explanation li p.keynote_psition{
			line-height: 1.4;
			border-bottom: 2px solid #9e213c;
			padding-bottom: 5px;
		}
		.explanation li p.keynote_psition span{
			font-weight: bold;
			font-size: 1rem;
		}


.program-wrap{
	max-width: 900px;
	width: 100%;
	margin: 30px auto 30px;

}
	.program-list{
		display: flex;
    	justify-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px solid #fff;
		font-size: 0.875rem;
		line-height: 1.2;
		color: #fff;
		border: 1px solid #3eab94;
	}

		.program-list dt{
			display: block;
			width:15%;
			text-align: center;
			font-weight: bold;
			padding: 10px;
			background-color: #3eab94;
			vertical-align: middle;
			border-top: 1px solid #fff;
		}
		.program-list dt.pt20{
			padding-top: 23px;

		}
		.program-list dd{
			width: 85%;
			padding:10px 10px;
			border-top: 1px solid #fff;
			line-height: 1rem;
		}

		.program-list dd span{
			font-weight: bold;
			font-size: 0.9rem;
			line-height: 1.5;
		}
		.program-list dd span.hisi {
			color: #9e213c;
		}

		.program-list dt.pt5p.light,dt.pt6p.light {
			background-color: #c7e7e0;
			color:#078e71;
		}



.program-list dt.pt2p{padding-top:2%;}
.program-list dt.pt3p{padding-top:3%;}
.program-list dt.pt4p{padding-top:4%;}
.program-list dt.pt5p{padding-top:5%;}
.program-list dt.pt6p{padding-top:6%;}
.program-list dt.pt7p{padding-top:7%;}
.program-list dt.pt9p{padding-top:9%;}
.program-list dt.pt10p{padding-top:10%;}
.program-list dt.pt11p{padding-top:11%; border-top: 1px solid #3eab94;}
.program-list dt.pt12p{padding-top:12%;}
.program-list dt.pt14p{padding-top:14%;}
.program-list dt.pt15p{padding-top:15%;}


.footer-wrap{
	width: 100%;
	background-color: #3eab94;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	padding: 40px 0px 15px;
}

p.mail a{
    display: inline;
    padding: 16px 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 0px;
    width: 40%;
    margin: 12px auto 30px;
}

p.mail img {
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
    width: 35px;
}

p.mail {
	position: relative;
	display: inline;
	vertical-align: middle;
	padding-right: 10px;
	width: 35px;
}
p.mail .active {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}
p.mail:hover .active {
	opacity: 1;
}


	.ft-name{
		font-size: 1.125rem;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 20px;
	}

	p.copyright {
		margin-top: 20px;
	}

	.mail a:hover{
		text-decoration: underline;
		color:#fda347;
	}


	dd.right-block {
		background-color: #fff;
		color: #293040;
		border-top: 1px solid #3eab94;
	}

	dd.rightBlock_top {
		background-color: #fff;
		color: #293040;
	}

	dd.right-block span{
		font-size: 0.9rem;
	}

/*btn*/
	.button a {
		background: #fff;
		text-align: center;
		display: block;
		padding: 14px 0 12px;
		font-size: 1.4rem;
		border: 4px solid;
		color: #ff8100;
		text-decoration: none;
		font-weight: bold;
		transition: 0.8s;
		position: relative;
		z-index: 1;
		}

	.button a:hover{
		border:4px solid #ff8100;
		color: #fff;
		}

		.button a::before {
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			background: #ff8100;
			transform-origin: 50% 0%;
			transform: scaleY(0);
			transition: transform ease .3s;
		  }

		  .button a:hover::before {
				transform-origin: 50% 100%;
				transform: scaleY(1);
		  }

	.button_top a {
			background: #fff;
			text-align: center;
			display: block;
			padding: 14px 0 12px;
			font-size: 1.4rem;
			border: 4px solid;
			color: #ff8100;
			text-decoration: none;
			font-weight: bold;
			transition: 0.8s;
			position: relative;
			z-index: 1;
		}

	.button_top a:hover{
		border:4px solid #ff8100;
		color: #fff;
	}

	.button_top a::before {
  		content: "";
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
  		z-index: -1;
  		background: #ff8100;
  		transform-origin: 50% 0%;
  		transform: scaleY(0);
  		transition: transform ease .3s;
		}

		.button_top a:hover::before {
  			transform-origin: 50% 100%;
  			transform: scaleY(1);
		}


.mt150 {margin-top: 150px;}

.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}

.btn-closed {
	background: #CCC;
    margin: 0 auto;
    padding: 16px;
	font-weight: bold;
	font-size: 1.4rem
}


@media screen and (max-width:1050px){
	.title-sub p.label span{font-size: 0.8rem;}

}


@media screen and (max-width:768px){

.title-wrap .label span {
		font-size: 1.0rem;
}

.title-sub{
 	flex-wrap: wrap;
	width: 90%;
 }

.title-sub figure{
		width: 18%;
		margin-bottom: 20px;
 }

.title-sub p.text{
		width: 80%;
		font-size: 0.8rem;
		padding-left: 8px;
	 }

.title-main{
    font-size: 1.3rem;
	margin: 0 auto 20px;
}

	.title-main span{
			font-size: 2.4rem;
			}

.title-date{
	font-size: 1rem;
    font-weight: bold;
}

.title-date span{
		font-size: 2rem;
}

.title-sub p.label{
	margin-bottom: 18px;
}

.greeting-wrap,
.about-wrap,
.program-wrap{
	padding: 0 20px;
    line-height: 1.2;
}

.instructor-box{display: block;
	justify-content: center;
}

.footer-wrap{
	font-size: 0.750rem;
}
.ft-name{
	font-size: 0.875rem;
	line-height: 1.2;
}

.program-list {font-size: 0.875rem;}
.program-list dt{width: 25%;}
.program-list dd{width: 75%;}
.program-list dt.pt12p{padding-top:4%;}
.program-list dt.pt9p { padding-top: 4%;}

.instructor-list.mr0{margin-right: auto}
.instructor-list{margin: 30px auto 0; max-width: 95%;}

.explanation li:first-child{
	width: 20%;
	margin-right: 20px;
}
.explanation li:nth-child(2){
	width: 78%;
}

.program-list dt.pt3p{padding-top:4%;}

.instructor-intro h3 {width: 80%;}
.instructor-intro02 h3 {width: 80%;}

.instructor-intro:first-of-type {
    padding-bottom: 0px;
}

.instructor-box.last{
	padding-top: 0;
	margin-top: 10px;
}
.instructor-list.last {margin: 0 auto 30px;}

.instructor-intro02 { padding-bottom: 0;}

.program-list dt.pt11p {padding-top: 4%;}
.program-list dt.pt7p {padding-top: 4%;}
.program-list dt.pt15p {padding-top: 4%;}

}

@media screen and (max-width:640px){

.title-wrap {
		background: url(../img/sp_main.webp);
		background-size: cover;
		background-position: center;
		padding: 20px 0;
		text-align: center;
		color: #FFF;
}

.explanation li:first-child{
	width: 36%;
	margin-right: 20px;
}
.explanation li:nth-child(2){
	width: 60%;
}

.btn-wrap {
	width: 80%;}

.button_top {
		margin-top: 180px;
}

}

@media screen and (min-width: 667px){
	.sp_br {display: none; }
}

@media screen and (min-width:667px) and ( max-width:1020px){
.title-wrap {
    background: url(../img/sp_main_horizontal.webp);
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
}

.title-main{
	font-size: 1.5rem;
}

.title-sub figure {
    width: 12%;
}
.title-sub p.text {
    width: 60%;
	font-size: 0.85rem;
	padding-left:20px;
}

}

