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


	
/* page-list */
#page-list {
	margin-bottom: 110px;
}
	#page-list a.linkbox {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 40px;
		text-align: center;
	}
	#page-list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		#page-list a.linkbox .pht {
			overflow: hidden;
			border-radius: 20px;
		}
			#page-list a.linkbox .pht img {
				-moz-transition: -moz-transform 0.3s linear;
				-webkit-transition: -webkit-transform 0.3s linear;
				-o-transition: -o-transform 0.3s linear;
				-ms-transition: -ms-transform 0.3s linear;
				transition: transform 0.3s linear;
			}
			#page-list a.linkbox:hover .pht img {
				-webkit-transform: scale(1.08);
				-moz-transform: scale(1.08);
				-o-transform: scale(1.08);
				-ms-transform: scale(1.08);
				transform: scale(1.08);
			}

		#page-list a.linkbox h2 {
			font-size: 2.0rem;
			font-weight: 600;
			line-height: 1.3em;
			padding-top: 15px;
		}


	
/* contents */
#contents {
	margin-bottom: 150px;
}
	#contents .set {
		margin-bottom: 100px;
	}
	#contents .set:nth-last-child(1) {
		margin-bottom: 0;
	}
		#contents .set .cell {
			padding-bottom: 40px;
			margin-bottom: 40px;
			border-bottom: dashed 1px #ddd;
		}
		#contents .set .cell:nth-last-child(1) {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}


		#contents .set .pht-text {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 40px;
		}
		#contents .set .pht-text:nth-last-child(1) {
			margin-bottom: 0;
		}
			#contents .set .pht-text .pht {
				width: 400px;
				overflow: hidden;
				border-radius: 20px;
			}

			#contents .set .pht-text .text {
				width: -webkit-calc(100% - 400px);
				width: calc(100% - 400px);
				padding-left: 40px;
			}


		#contents .set .borderbox {
			border: solid 1px #ddd;
			border-radius: 20px;
			padding: 50px;
			background: #fff;
			position: relative;
		}
			#contents .set .borderbox .text {
				width: -webkit-calc(100% - 400px);
				width: calc(100% - 400px);
				padding-right: 40px;
			}

			#contents .set .borderbox .pht {
				overflow: hidden;
				border-radius: 20px 20px 0 0;
				width: 400px;
				height: 108%;
				position: absolute;
				bottom: 0;
				right: 50px;
			}
				#contents .set .borderbox .pht img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}


		#contents .set .txt {
			margin-bottom: 12px;
		}
		#contents .set .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			#contents .set .txt .big {
				font-size: 2.0rem;
				font-weight: 600;
			}

		#contents .set .en-txt {
			font-size: 1.6rem;
			line-height: 1;
			margin-bottom: 12px;
		}

		#contents .set .h2-tit {
			font-size: 3.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#contents .set .h3-tit {
			font-size: 2.6rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#contents .set .h4-tit {
			font-size: 1.8rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
		}

		#contents .set a {
			opacity: 0.7;
			text-decoration: underline;
		}
		#contents .set a:hover {
			opacity: 1;
			text-decoration: none;
		}

		#contents .set ul.column2 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		#contents .set ul.column2 li {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 30px;
		}
		#contents .set ul.column2 li:nth-child(2n) {
			margin-right: 0;
		}
			#contents .set ul.column2 li img {
				margin-bottom: 20px;
				border-radius: 20px;
			}
			#contents .set ul.column2 li p {
				font-size: 1.4rem;
				line-height: 1.6em;
				margin-bottom: 10px;
			}

		#contents .set ul.column3 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		#contents .set ul.column3 li {
			width: 31%;
			margin-right: 3%;
			margin-bottom: 30px;
		}
		#contents .set ul.column3 li:nth-child(3n) {
			margin-right: 0;
		}
			#contents .set ul.column3 li img {
				margin-bottom: 20px;
				border-radius: 20px;
			}
			#contents .set ul.column3 li p {
				font-size: 1.4rem;
				line-height: 1.6em;
				margin-bottom: 10px;
			}

		#contents .set ul.column4 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		#contents .set ul.column4 li {
			width: 22.7%;
			margin-right: 3%;
			margin-bottom: 30px;
		}
		#contents .set ul.column4 li:nth-child(4n) {
			margin-right: 0;
		}
			#contents .set ul.column4 li img {
				margin-bottom: 20px;
				border-radius: 20px;
			}
			#contents .set ul.column4 li p {
				font-size: 1.4rem;
				line-height: 1.6em;
				margin-bottom: 10px;
			}


		#contents .set .curriculum {
			margin-bottom: 20px;
		}
				#contents .set .curriculum dl {
					display: flex;
					justify-content: flex-start;
					border-bottom: solid 1px #ddd;
				}
					#contents .set .curriculum dl dt {
						width: 150px;
						font-size: 1.4rem;
						line-height: 2.0em;
						font-weight: 600;
						padding: 5px 0;
					}
					#contents .set .curriculum dl dt.orange-txt {
						color: #F2B136;
					}
					#contents .set .curriculum dl dt.pink-txt {
						color: #DE717D;
					}
					#contents .set .curriculum dl dt.green-txt {
						color: #429174;
					}
					#contents .set .curriculum dl dd {
						width: calc(100% - 150px);
						font-size: 1.4rem;
						line-height: 2.0em;
						padding: 5px 0;
					}


		#contents .set ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
			#contents .set ol li {
				font-size: 1.6rem;
				line-height: 2.0em;
				margin-bottom: 12px;
				margin-left: 10px;
			}


	
/* news-list */
#news-list {
	margin-bottom: 150px;
}

	#news-list .cell {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: dashed 1px #ddd;
	}
	#news-list .cell:nth-last-child(1) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

		#news-list .cell .txt {
			margin-bottom: 12px;
		}
		#news-list .cell .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			#news-list .cell .txt .big {
				font-size: 2.0rem;
				font-weight: 600;
			}
			#news-list .cell .en-txt {
				font-size: 1.6rem;
				line-height: 1;
				margin-bottom: 12px;
			}
			#news-list .cell .h2-tit {
				font-size: 3.4rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 20px;
			}
			#news-list .cell .h3-tit {
				font-size: 2.6rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 20px;
			}
			#news-list .cell .h4-tit {
				font-size: 1.8rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 10px;
			}


	#news-list .list a.linkbox {
		display: block;
		width: 31%;
		margin-right: 3%;
		margin-bottom: 50px;
	}
	#news-list .list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		#news-list .list a.linkbox .pht {
			aspect-ratio: 4 / 3.5;
			width: 100%;
			border-radius: 20px;
			overflow: hidden;
		}
			#news-list .list a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				-moz-transition: -moz-transform 0.3s linear;
				-webkit-transition: -webkit-transform 0.3s linear;
				-o-transition: -o-transform 0.3s linear;
				-ms-transition: -ms-transform 0.3s linear;
				transition: transform 0.3s linear;
			}
			#news-list .list a.linkbox:hover .pht img {
				-webkit-transform: scale(1.08);
				-moz-transform: scale(1.08);
				-o-transform: scale(1.08);
				-ms-transform: scale(1.08);
				transform: scale(1.08);
			}

		#news-list .list a.linkbox .text {
			position: relative;
			padding-top: 18px;
		}
			#news-list .list a.linkbox .text h3 {
				font-size: 1.8rem;
				font-weight: 600;
				line-height: 1.5em;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				margin-bottom: 10px;
			}
			#news-list .list a.linkbox .text .en {
				font-size: 1.4rem;
				color: #A0A0A0;
				line-height: 1;
			}
			#news-list .list a.linkbox .text .more {
				position: absolute;
				bottom: 0;
				right: 0;
			}



/* report-list */
#report-list {
	margin-bottom: 150px;
}
	#report-list .set {
		margin-bottom: 100px;
	}
	#report-list .set:nth-last-child(1) {
		margin-bottom: 0;
	}

		#report-list .set a.linkbox {
			display: block;
			margin-bottom: 40px;
		}
			#report-list .set a.linkbox .pht-text {
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}
			#report-list .set a.linkbox .pht-text:nth-last-child(1) {
				margin-bottom: 0;
			}
				#report-list .set a.linkbox .pht-text .pht {
					aspect-ratio: 4 / 3.5;
					width: 400px;
					overflow: hidden;
					border-radius: 20px;
				}
					#report-list .set a.linkbox .pht-text .pht img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						-moz-transition: -moz-transform 0.3s linear;
						-webkit-transition: -webkit-transform 0.3s linear;
						-o-transition: -o-transform 0.3s linear;
						-ms-transition: -ms-transform 0.3s linear;
						transition: transform 0.3s linear;
					}
					#report-list .set a.linkbox:hover .pht-text .pht img {
						-webkit-transform: scale(1.08);
						-moz-transform: scale(1.08);
						-o-transform: scale(1.08);
						-ms-transform: scale(1.08);
						transform: scale(1.08);
					}

				#report-list .set a.linkbox .pht-text .text {
					width: -webkit-calc(100% - 400px);
					width: calc(100% - 400px);
					padding-left: 40px;
				}
					#report-list .set a.linkbox .pht-text .text .txt {
						margin-bottom: 12px;
					}
					#report-list .set a.linkbox .pht-text .text .en-txt {
						font-size: 1.6rem;
						line-height: 1;
						margin-bottom: 12px;
					}
					#report-list .set a.linkbox .pht-text .text .h2-tit {
						font-size: 3.4rem;
						font-weight: 600;
						line-height: 1.3em;
						margin-bottom: 20px;
					}
					#report-list .set a.linkbox .pht-text .text .h3-tit {
						font-size: 2.6rem;
						font-weight: 600;
						line-height: 1.3em;
						margin-bottom: 20px;
					}
					#report-list .set a.linkbox .pht-text .text .h4-tit {
						font-size: 1.8rem;
						font-weight: 600;
						line-height: 1.3em;
						margin-bottom: 10px;
					}



/* wp-pagenavi */
.pagenavi {
	width: 100%;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
	font-size: 1.4rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #332A25;
	background: #eaebeb;
	margin: 0 3px;
}
.wp-pagenavi a:hover{
	color:#FFF; 
	background: #332A25; 
}
.wp-pagenavi span.current{
	color: #fff;
	background: #332A25;
}


	
/* news-detail */
#news-detail {
	margin-bottom: 150px;
}
	#news-detail .sidenav {
		width: 300px;
	}
		#news-detail .sidenav h2 {
			display: flex;
			justify-content: space-between;
			align-items: center;
			font-weight: 600;
			margin-bottom: 15px;
		}
			#news-detail .sidenav h2 .jp {
				font-size: 1.8rem;
			}
			#news-detail .sidenav h2 .en {
				font-size: 1.2rem;
			}

		#news-detail .sidenav ul li {
			border-bottom: solid 1px #ddd;
		}
		#news-detail .sidenav ul li:nth-child(1) {
			border-top: solid 1px #ddd;
		}
			#news-detail .sidenav ul li a {
				display: block;
				padding: 18px 40px 18px 10px;
				background: url("../img/common/icon_arrow_black.svg") no-repeat right 10px center;
			}
			#news-detail .sidenav ul li a:hover {
				opacity: 0.7;
				background: url("../img/common/icon_arrow_black.svg") no-repeat right 5px center;
			}
				#news-detail .sidenav ul li a .en {
					display: block;
					font-size: 1.2rem;
					line-height: 1.5em;
					margin-bottom: 5px;
				}
				#news-detail .sidenav ul li a p {
					font-size: 1.4rem;
					line-height: 1.5em;
				}


	#news-detail .cont .cell {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: dashed 1px #ddd;
	}
	#news-detail .cont .cell:nth-last-child(1) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}


	#news-detail .cont {
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		padding-right: 50px;
	}
		#news-detail .cont p {
			font-size: 1.6rem;
			line-height: 2em;
			margin-bottom: 12px;
		}
		#news-detail .cont p:nth-last-child(1) {
			margin-bottom: 0;
		}

		#news-detail .cont .en-txt {
			font-size: 1.6rem;
			line-height: 1;
			margin-bottom: 12px;
		}

		#news-detail .cont .h2-tit {
			font-size: 3.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#news-detail .cont .h3-tit {
			font-size: 2.6rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#news-detail .cont .h4-tit {
			font-size: 1.8rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
		}

			#news-detail .cont .cell .mainimage img {
				width: 100%;
				border-radius: 20px;
				margin-bottom: 20px;
			}
			#news-detail .cont .cell .mainimage p.caption {
				font-size: 1.4rem;
				line-height: 1.5em;
				margin-top: 12px;
			}

			#news-detail .cont .cell .movieframe {
				width: 100%;
				padding-bottom: 56.25%;
				height:0px;
				position: relative;
				margin-bottom: 20px;
			}
				#news-detail .cont .cell .movieframe iframe {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					border-radius: 20px;
				}


		#news-detail .cont ul.column2 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			#news-detail .cont ul.column2 li {
				width: 48%;
				margin-right: 4%;
				margin-top: 30px;
			}
			#news-detail .cont ul.column2 li:nth-child(2n) {
				margin-right: 0;
			}
				#news-detail .cont ul.column2 li img {
					border-radius: 20px;
				}
				#news-detail .cont ul.column2 li p {
					font-size: 1.4rem;
					line-height: 1.5em;
					margin-top: 12px;
				}


			#news-detail .cont a {
				opacity: 0.7;
				text-decoration: underline;
			}
			#news-detail .cont a:hover {
				opacity: 1;
				text-decoration: none;
			}


			#news-detail .cont dl.link-report {
				display: flex;
				justify-content: flex-start;
				margin-bottom: 12px;
			}
			#news-detail .cont dl.link-report:nth-last-child(1) {
				margin-bottom: 0;
			}
				#news-detail .cont dl.link-report dt {
					padding: 0;
					width: 130px;
					font-size: 1.6rem;
					line-height: 2em;
					font-weight: 500;
				}
					#news-detail .cont dl.link-report dt.orange-txt {
						color: #F2B136;
					}
					#news-detail .cont dl.link-report dt.pink-txt {
						color: #DE717D;
					}
					#news-detail .cont dl.link-report dt.green-txt {
						color: #429174;
					}
				#news-detail .cont dl.link-report dd {
					padding: 0;
					width: calc(100% - 130px);
					font-size: 1.6rem;
					line-height: 2em;
				}


		#news-detail .cont .btn {
			margin-top: 50px;
		}
			#news-detail .cont .btn a {
				text-decoration: none;
			}




/* contents-detail */
#contents-detail {
	margin-bottom: 150px;
}
	#contents-detail .sidenav {
		width: 300px;
	}
		#contents-detail .sidenav h2 {
			display: flex;
			justify-content: space-between;
			align-items: center;
			font-weight: 600;
			margin-bottom: 15px;
		}
			#contents-detail .sidenav h2 .jp {
				font-size: 1.8rem;
			}
			#contents-detail .sidenav h2 .en {
				font-size: 1.2rem;
			}

		#contents-detail .sidenav ul li {
			border-bottom: solid 1px #ddd;
		}
		#contents-detail .sidenav ul li:nth-child(1) {
			border-top: solid 1px #ddd;
		}
			#contents-detail .sidenav ul li a {
				display: block;
				padding: 18px 40px 18px 10px;
				background: url("../img/common/icon_arrow_black.svg") no-repeat right 10px center;
			}
			#contents-detail .sidenav ul li a:hover {
				opacity: 0.7;
				background: url("../img/common/icon_arrow_black.svg") no-repeat right 5px center;
			}
				#contents-detail .sidenav ul li a .en {
					display: block;
					font-size: 1.2rem;
					line-height: 1.5em;
					margin-bottom: 5px;
				}
				#contents-detail .sidenav ul li a p {
					font-size: 1.4rem;
					line-height: 1.5em;
				}


	#contents-detail .cont {
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		padding-right: 50px;
	}



		#contents-detail .cont .borderbox {
			border: solid 1px #ddd;
			border-radius: 20px;
			padding: 50px;
			background: #fff;
			position: relative;
			margin: 50px 0 50px 0;
		}
			#contents-detail .cont .borderbox .text {
				width: -webkit-calc(100% - 250px);
				width: calc(100% - 250px);
				padding-right: 40px;
			}

			#contents-detail .cont .borderbox .pht {
				overflow: hidden;
				border-radius: 20px 20px 0 0;
				width: 250px;
				height: 108%;
				position: absolute;
				bottom: 0;
				right: 50px;
				padding-bottom: 0;
			}
				#contents-detail .cont .borderbox .pht img.box {
					width: 100%;
					height: 100%;
					object-fit: cover;
					margin-left: 0;
					margin-right: 0;
					border-radius: 0;
				}



		#contents-detail .cont .cell {
			padding-bottom: 40px;
			margin-bottom: 40px;
			border-bottom: dashed 1px #ddd;
		}
		#contents-detail .cont .cell:nth-last-child(1) {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}


		#contents-detail .cont .txt {
			margin-bottom: 12px;
		}
		#contents-detail .cont .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			#contents-detail .cont .txt .big {
				font-size: 2.0rem;
				font-weight: 600;
			}

		#contents-detail .cont .en-txt {
			font-size: 1.6rem;
			line-height: 1;
			margin-bottom: 12px;
		}

		#contents-detail .cont .h2-tit {
			font-size: 3.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#contents-detail .cont .h3-tit {
			font-size: 2.6rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
		#contents-detail .cont .h4-tit {
			font-size: 1.8rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
		}


		#contents-detail .cont p {
			font-size: 1.6rem;
			line-height: 2em;
			margin-bottom: 12px;
		}
		#contents-detail .cont p:nth-last-child(1) {
			margin-bottom: 0;
		}

		#contents-detail .cont ul.column2 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			#contents-detail .cont ul.column2 li {
				width: 48%;
				margin-right: 4%;
				margin-top: 30px;
			}
			#contents-detail .cont ul.column2 li:nth-child(2n) {
				margin-right: 0;
			}
				#contents-detail .cont ul.column2 li img {
					border-radius: 20px;
				}
				#contents-detail .cont ul.column2 li p {
					font-size: 1.4rem;
					line-height: 1.5em;
					margin-top: 12px;
				}



		#contents-detail .cont ul.column3 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		#contents-detail .cont ul.column3 li {
			width: 31%;
			margin-right: 3%;
			margin-bottom: 30px;
		}
		#contents-detail .cont ul.column3 li:nth-child(3n) {
			margin-right: 0;
		}
			#contents-detail .cont ul.column3 li img {
				margin-bottom: 20px;
				border-radius: 20px;
			}
			#contents-detail .cont ul.column3 li p {
				font-size: 1.4rem;
				line-height: 1.5em;
			}



		#contents-detail .cont .btn {
			margin-top: 50px;
		}

		#contents-detail .cont .pht {
			padding-bottom: 50px;
		}
			#contents-detail .cont .pht img {
				width: 80%;
				height: auto;
				border-radius: 20px;
				margin-left: 10%;
				margin-right: 10%;
			}

		#contents-detail .cont .name {
			margin-top: 50px;
			text-align: right;
		}
			#contents-detail .cont .name p {
				padding-bottom: 0 !important;
			}
			#contents-detail .cont .name span {
				text-align: right;
				font-size: 1.5em;
				font-weight: 700;
				line-height: 1.4em;
			}
			#contents-detail .cont .name p.en {
				font-weight: 300;
			}

		#contents-detail .cont .text {
			position: relative;
			padding-top: 18px;
			padding-bottom: 18px;
		}

			#contents-detail .cont .text h3 {
				font-size: 1.8rem;
				font-weight: 600;
				line-height: 1.5em;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				margin-bottom: 10px;
			}

		#contents-detail .cont ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
			#contents-detail .cont ol li {
				font-size: 1.6rem;
				line-height: 2.0em;
				margin-bottom: 12px;
				margin-left: 10px;
			}


		#contents-detail .cont .admission {
			margin-bottom: 80px;
		}
			#contents-detail .cont .admission dl {
				display: flex;
				justify-content: flex-start;
				border-bottom: dashed 1px #ddd;
			}
					#contents-detail .cont .admission dl dt {
						padding: 5px 20px;
						width: 200px;
						font-size: 1.6rem;
						line-height: 2.0em;
						font-weight: 600;
					}
					#contents-detail .cont .admission dl dd {
						padding: 5px 15px;
						width: calc(100% - 200px);
						font-size: 1.6rem;
						line-height: 2.0em;
					}






/* 1200px */
@media screen and (max-width: 1200px) {


	
	

}









/* 1024px */
@media screen and (max-width: 1024px) {


	
/* page-list */
#page-list {
	margin-bottom: 80px;
}
	#page-list a.linkbox {
		margin-bottom: 30px;
	}
		#page-list a.linkbox h2 {
			font-size: 1.7rem;
		}


	
/* contents*/
#contents {
	margin-bottom: 80px;
}
	#contents .set {
		margin-bottom: 60px;
	}
		#contents .set .cell {
			padding-bottom: 30px;
			margin-bottom: 30px;
		}


		#contents .set .pht-text {
			margin-bottom: 35px;
		}
			#contents .set .pht-text .pht {
				width: 300px;
			}

			#contents .set .pht-text .text {
				width: -webkit-calc(100% - 300px);
				width: calc(100% - 300px);
				padding-left: 20px;
			}


		#contents .set .borderbox {
			padding: 30px;
		}
			#contents .set .borderbox .text {
				width: -webkit-calc(100% - 300px);
				width: calc(100% - 300px);
				padding-right: 0;
			}

			#contents .set .borderbox .pht {
				border-radius: 20px 20px 20px 0;
				width: 300px;
				height: 108%;
				right: 0;
			}


		#contents .set .txt {
			margin-bottom: 10px;
		}
			#contents .set .txt .big {
				font-size: 1.7rem;
			}

		#contents .set .en-txt {
			font-size: 1.4rem;
			margin-bottom: 10px;
		}

		#contents .set .h2-tit {
			font-size: 2.4rem;
			margin-bottom: 16px;
			text-align: left;
		}
		#contents .set .h3-tit {
			font-size: 2.0rem;
			margin-bottom: 16px;
		}
		#contents .set .h4-tit {
			font-size: 1.7rem;
			margin-bottom: 10px;
		}

		#contents .set ul.column2 li {
			margin-bottom: 25px;
		}
			#contents .set ul.column2 li img {
				margin-bottom: 15px;
			}
			#contents .set ul.column2 li p {
				font-size: 1.2rem;
			}


		#contents .set ul.column3 li {
			margin-bottom: 25px;
		}
			#contents .set ul.column3 li img {
				margin-bottom: 15px;
			}
			#contents .set ul.column3 li p {
				font-size: 1.2rem;
			}

		#contents .set ul.column4 li {
			margin-bottom: 25px;
		}
			#contents .set ul.column4 li img {
				margin-bottom: 15px;
			}
			#contents .set ul.column4 li p {
				font-size: 1.2rem;
			}


		#contents .set .curriculum {
			margin-bottom: 20px;
		}
			#contents .set .curriculum dl dt {
				width: 130px;
				font-size: 1.2rem;
				line-height: 1.6em;
			}
			#contents .set .curriculum dl dt {
				width: 130px;
				font-size: 1.2rem;
				line-height: 1.6em;
			}
			#contents .set .curriculum dl dd {
				width: calc(100% - 130px);
				font-size: 1.2rem;
				line-height: 1.6em;
			}


		#contents .set ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
			#contents .set ol li {
				font-size: 1.5rem;
				line-height: 1.8em;
				margin-bottom: 10px;
				margin-left: 10px;
			}


	
/* news-list */
#news-list {
	margin-bottom: 80px;
}


	#news-list .cell {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

		#news-list .cell .txt {
			margin-bottom: 10px;
		}
			#news-list .cell .txt .big {
				font-size: 1.7rem;
			}
			#news-list .cell .en-txt {
				font-size: 1.4rem;
				margin-bottom: 10px;
			}
			#news-list .cell .h2-tit {
				font-size: 2.4rem;
				margin-bottom: 16px;
				text-align: left;
			}
			#news-list .cell .h3-tit {
				font-size: 2.0rem;
				margin-bottom: 16px;
			}
			#news-list .cell .h4-tit {
				font-size: 1.7rem;
				margin-bottom: 10px;
			}


	#news-list .list a.linkbox {
		margin-bottom: 40px;
	}
		#news-list .list a.linkbox .pht {
			aspect-ratio: 4 / 3;
		}

		#news-list .list a.linkbox .text h3 {
			font-size: 1.6rem;
		}
		#news-list .list a.linkbox .text .en {
			font-size: 1.3rem;
		}



/* report-list */
#report-list {
	margin-bottom: 80px;
}
	#report-list .set {
		margin-bottom: 60px;
	}
	#report-list .set:nth-last-child(1) {
		margin-bottom: 0;
	}

		#report-list .set a.linkbox {
			display: block;
			margin-bottom: 35px;
		}
			#report-list .set a.linkbox .pht-text {
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}
			#report-list .set a.linkbox .pht-text:nth-last-child(1) {
				margin-bottom: 0;
			}
				#report-list .set a.linkbox .pht-text .pht {
					width: 300px;
					overflow: hidden;
					border-radius: 20px;
				}

				#report-list .set a.linkbox .pht-text .text {
					width: -webkit-calc(100% - 300px);
					width: calc(100% - 300px);
					padding-left: 20px;
				}
					#report-list .set a.linkbox .pht-text .text .txt {
						margin-bottom: 10px;
					}
					#report-list .set a.linkbox .pht-text .text .en-txt {
						font-size: 1.4rem;
						margin-bottom: 10px;
					}
					#report-list .set a.linkbox .pht-text .text .h2-tit {
						font-size: 2.4rem;
						margin-bottom: 16px;
					}
					#report-list .set a.linkbox .pht-text .text .h3-tit {
						font-size: 2.0rem;
						margin-bottom: 16px;
					}
					#report-list .set a.linkbox .pht-text .text .h4-tit {
						font-size: 1.7rem;
						margin-bottom: 10px;
					}



/* wp-pagenavi */
.wp-pagenavi {
	font-size: 1.2rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	width: 30px;
	height: 30px;
	margin: 0 2px;
}


	
/* news-detail */
#news-detail {
	margin-bottom: 80px;
}
	#news-detail .sidenav {
		width: 250px;
	}
		#news-detail .sidenav h2 .jp {
			font-size: 1.6rem;
		}
		#news-detail .sidenav h2 .en {
			font-size: 1.1rem;
		}

		#news-detail .sidenav ul li a .en {
			font-size: 1.1rem;
		}
		#news-detail .sidenav ul li a p {
			font-size: 1.3rem;
		}


	#news-detail .cont {
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
		padding-right: 40px;
	}
		#news-detail .cont p {
			font-size: 1.5rem;
			line-height: 1.8em;
		}

		#news-detail .cont .mainimage p.caption {
			font-size: 1.3rem;
		}


		#news-detail .cont ul.column2 li {
			margin-top: 25px;
		}
			#news-detail .cont ul.column2 li p {
				font-size: 1.3rem;
			}


			#news-detail .cont dl.link-report dt {
				padding: 0;
				width: 110px;
				font-size: 1.5rem;
				line-height: 1.8em;
				font-weight: 500;
				color: #DE717D;
			}
			#news-detail .cont dl.link-report dd {
				padding: 0;
				width: calc(100% - 110px);
				font-size: 1.5rem;
				line-height: 1.8em;
			}


		#news-detail .cont .btn {
			margin-top: 40px;
		}




/* contents-detail */
#contents-detail {
	margin-bottom: 80px;
}

	#contents-detail .cont {
		margin-bottom: 60px;
	}



		#contents-detail .cont .borderbox {
			padding: 30px;
			margin: 30px 0 30px 0;
		}
			#contents-detail .cont .borderbox .text {
				width: -webkit-calc(100% - 160px);
				width: calc(100% - 160px);
				padding-right: 0;
			}

			#contents-detail .cont .borderbox .pht {
				border-radius: 0 20px 20px 0;
				width: 160px;
				height: 100%;
				right: 0;
				padding-bottom: 0;
			}




		#contents-detail .cont .cell {
			padding-bottom: 30px;
			margin-bottom: 30px;
		}


		#contents-detail .cont .txt {
			margin-bottom: 10px;
		}
			#contents-detail .cont .txt .big {
				font-size: 1.7rem;
			}

		#contents-detail .cont .en-txt {
			font-size: 1.4rem;
			margin-bottom: 10px;
		}

		#contents-detail .cont .h2-tit {
			font-size: 2.4rem;
			margin-bottom: 16px;
			text-align: left;
		}
		#contents-detail .cont .h3-tit {
			font-size: 2.0rem;
			margin-bottom: 16px;
		}
		#contents-detail .cont .h4-tit {
			font-size: 1.7rem;
			margin-bottom: 10px;
		}


		#contents-detail .cont ul.column3 li {
			margin-bottom: 25px;
		}
			#contents-detail .cont ul.column3 li img {
				margin-bottom: 15px;
			}
			#contents-detail .cont ul.column3 li p {
				font-size: 1.2rem;
			}


		#contents-detail .cont .pht {
			padding-bottom: 50px;
		}
			#contents-detail .cont .pht img {
				width: 100%;
				height: auto;
				border-radius: 20px;
				margin: 0;
			}


			#contents-detail .cont .text h3 {
				font-size: 1.6rem;
			}


		#contents-detail .cont ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
			#contents .set ol li {
				font-size: 1.5rem;
				line-height: 1.8em;
				margin-bottom: 10px;
				margin-left: 10px;
			}


		#contents-detail .cont .admission {
			margin-bottom: 80px;
		}
				#contents-detail .cont .admission dl dt {
					padding: 5px 10px;
					width: 110px;
					font-size: 1.45rem;
					line-height: 1.8em;
					font-weight: 600;
				}
				#contents-detail .cont .admission dl dd {
					padding: 5px 10px;
					width: calc(100% - 110px);
					font-size: 1.45rem;
					line-height: 1.8em;
				}


	



}

	







/* max 767px */
@media screen and (max-width: 767px) {


	
/* page-list */
#page-list {
	margin-bottom: 40px;
}
	#page-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#page-list a.linkbox:nth-child(3n) {
		margin-right: 4%;
	}
	#page-list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#page-list a.linkbox h2 {
			font-size: 1.6rem;
			padding-top: 12px;
		}


	
/* contents */
#contents .set .cell {
	padding-bottom: 25px;
	margin-bottom: 25px;
}


#contents .set .pht-text {
	display: block;
	margin-bottom: 35px;
}
	#contents .set .pht-text .pht {
		width: 100%;
	}

	#contents .set .pht-text .text {
		width: 100%;
		padding: 20px 0 0 0;
	}


#contents .set .borderbox {
	display: block;
	padding: 0;
}
	#contents .set .borderbox .text {
		width: 100%;
		padding: 30px;
	}

	#contents .set .borderbox .pht {
		position: static;
		border-radius: 0 0 20px 20px;
		width: 100%;
		height: auto;
	}


	#contents .set .en-txt {
		font-size: 1.3rem;
	}

	#contents .set .h2-tit {
		font-size: 2.2rem;
		line-height: 1.4em;
		margin-bottom: 14px;
	}
	#contents .set .h3-tit {
		font-size: 1.8rem;
		margin-bottom: 14px;
	}
	#contents .set .h4-tit {
		font-size: 1.5rem;
	}

	#contents .set ul.column2 li {
		width: 100%;
		margint: 0;
	}

	#contents .set ul.column3 li {
		width: 48%;
		margin-right: 4%;
	}
	#contents .set ul.column3 li:nth-child(3n) {
		margin-right: 4%;
	}
	#contents .set ul.column3 li:nth-child(2n) {
		margin-right: 0;
	}

	#contents .set ul.column4 li {
		width: 48%;
		margin-right: 4%;
	}
	#contents .set ul.column4 li:nth-child(4n) {
		margin-right: 4%;
	}
	#contents .set ul.column4 li:nth-child(2n) {
		margin-right: 0;
	}


	#contents .set .curriculum {
		margin-bottom: 20px;
	}
		#contents .set .curriculum dl dt {
			width: 130px;
			font-size: 1.2rem;
			line-height: 1.6em;
		}
		#contents .set .curriculum dl dd {
			width: calc(100% - 130px);
			font-size: 1.2rem;
			line-height: 1.6em;
		}


	#contents .set ol {
		padding-left: 20px;
		list-style-position: outside;
		list-style-type: decimal;
	}
		#contents .set ol li {
			font-size: 1.45rem;
			line-height: 1.8em;
			margin-bottom: 10px;
			margin-left: 10px;
		}


	
/* news-list */
#news-list {
	margin-bottom: 60px;
}


	#news-list .cell {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

			#news-list .cell .en-txt {
				font-size: 1.3rem;
			}
			#news-list .cell .h2-tit {
				font-size: 2.2rem;
				line-height: 1.4em;
				margin-bottom: 14px;
			}
			#news-list .cell .h3-tit {
				font-size: 1.8rem;
				margin-bottom: 14px;
			}
			#news-list .cell .h4-tit {
				font-size: 1.5rem;
			}


	#news-list .list a.linkbox {
		width: 48%;
		margin-bottom: 30px;
		margin-right: 4%;
	}
	#news-list .list a.linkbox:nth-child(3n) {
		margin-right: 4%;
	}
	#news-list .list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#news-list .list a.linkbox .text {
			padding-top: 12px;
		}
			#news-list .list a.linkbox .text h3 {
				font-size: 1.4rem;
				text-align: left;
			}
			#news-list .list a.linkbox .text .en {
				font-size: 1.1rem;
			}



/* report-list */
#report-list .set a.linkbox {
	margin-bottom: 0;
}
	#report-list .set a.linkbox .pht-text {
		display: block;
		margin-bottom: 0;
	}
	#report-list .set a.linkbox .pht-text:nth-last-child(1) {
		margin-bottom: 0;
	}
		#report-list .set a.linkbox .pht-text .pht {
			width: 100%;
			margin-bottom: 15px;
		}
		#report-list .set a.linkbox .pht-text .text {
			width: 100%;
			margin-bottom: 30px;
		}
		
			#report-list .set a.linkbox .pht-text .text .txt {
				margin-bottom: 0;
			}
			#report-list .set a.linkbox .pht-text .text .en-txt {
				font-size: 1.3rem;
			}
			#report-list .set a.linkbox .pht-text .text .h2-tit {
				font-size: 2.2rem;
				line-height: 1.4em;
				margin-bottom: 10px;
			}
			#report-list .set a.linkbox .pht-text .text .h3-tit {
				font-size: 1.8rem;
				margin-bottom: 14px;
			}
			#report-list .set a.linkbox .pht-text .text .h4-tit {
				font-size: 1.5rem;
			}



	
/* news-detail */
#news-detail {
	display: block;
	margin-bottom: 60px;
}
	#news-detail .sidenav {
		width: 100%;
		margin-top: 60px;
	}


	#news-detail .cont {
		width: 100%;
		padding-right: 0;
	}
		#news-detail .cont p {
			font-size: 1.5rem;
			line-height: 1.8em;
		}

		#news-detail .cont ul.column2 {
			display: block;
		}
			#news-detail .cont ul.column2 li {
				width: 100%;
				margin-top: 25px;
			}

		#news-detail .cont .btn {
			margin-top: 30px;
		}



/* contents-detail */
#contents-detail {
	display: block;
	margin-bottom: 60px;
}

	#contents-detail .sidenav {
		width: 100%;
		margin-top: 60px;
	}

	#contents-detail .cont {
		width: 100%;
		padding-right: 0;
	}



		#contents-detail .cont .borderbox {
			display: block;
			padding: 0;
		}
			#contents-detail .cont .borderbox .text {
				width: 100%;
				padding: 30px;
			}

			#contents-detail .cont .borderbox .pht {
				position: static;
				border-radius: 0 0 20px 20px;
				width: 100%;
				height: auto;
				padding-bottom: 0;
			}



		#contents-detail .cont p {
			font-size: 1.5rem;
			line-height: 1.8em;
		}

		#contents-detail .cont ul.column2 {
			display: block;
		}
			#contents-detail .cont ul.column2 li {
				width: 100%;
				margin-top: 25px;
			}


		#contents-detail .cont .cell {
			padding-bottom: 25px;
			margin-bottom: 25px;
		}

			#contents-detail .cont .cell .en-txt {
				font-size: 1.3rem;
			}

			#contents-detail .cont .cell .h2-tit {
				font-size: 2.2rem;
				line-height: 1.4em;
				margin-bottom: 14px;
			}
			#contents-detail .cont .cell .h3-tit {
				font-size: 1.8rem;
				margin-bottom: 14px;
			}
			#contents-detail .cont .cell .h4-tit {
				font-size: 1.5rem;
			}


		#contents-detail .cont ul.column3 li {
			width: 48%;
			margin-right: 4%;
		}
		#contents-detail .cont ul.column3 li:nth-child(3n) {
			margin-right: 4%;
		}
		#contents-detail .cont ul.column3 li:nth-child(2n) {
			margin-right: 0;
		}


		#contents-detail .cont .pht {
			padding-bottom: 50px;
		}
			#contents-detail .cont .pht img {
				width: 100%;
				height: auto;
				border-radius: 20px;
				margin: 0;
			}

		#contents-detail .cont .name {
			margin-top: 50px;
			text-align: right;
		}
			#contents-detail .cont .name p {
				padding-bottom: 0 !important;
			}
			#contents-detail .cont .name span {
				text-align: right;
				font-size: 22px;
				font-weight: 1.5em;
				line-height: 1.4em;
			}
			#contents-detail .cont .name p.en {
				font-weight: 300;
			}


		#contents-detail .cont ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
			#contents-detail .cont ol li {
				font-size: 1.45rem;
				line-height: 1.8em;
				margin-bottom: 10px;
				margin-left: 10px;
			}


		#contents-detail .cont .admission {
			margin-bottom: 80px;
		}
				#contents-detail .cont .admission dl dt {
					padding: 5px 10px;
					width: 110px;
					font-size: 1.45rem;
					line-height: 1.8em;
					font-weight: 600;
				}
				#contents-detail .cont .admission dl dd {
					padding: 5px 10px;
					width: calc(100% - 110px);
					font-size: 1.45rem;
					line-height: 1.8em;
				}


	




}