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



	
	
/* blog
--------------------- */
#blog {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
	#blog .cont {
		width: -webkit-calc(100% - 320px);
		width: calc(100% - 320px);
		padding-right: 7%;
	}
		#blog .cont .detail {
			margin-bottom: 50px;
		}
			#blog .cont .detail p {
				font-size: 1.5rem;
				line-height: 1.8em;
				margin-bottom: 10px;
			}

			#blog .cont .detail img {
				margin: 20px 0;
			}

			#blog .cont .detail .linkbtn {
				max-width: 310px;
				margin: 30px auto;
			}
				#blog .cont .detail .linkbtn a {
					height: 60px;
					display: flex;
					justify-content: center;
					align-items: center;
					font-size: 1.6rem;
					font-weight: 700;
					text-align: center;
					border: solid 1px #ddd;
					border-radius: 6px;
					padding: 0 20px;
					position: relative;
				}
				#blog .cont .detail .linkbtn a:hover {
					opacity: 0.7;
				}
				#blog .cont .detail .linkbtn a:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 4px 0 4px 10px;
					border-color: transparent transparent transparent #34414D;
					position: absolute;
					top: 50%;
					right: 15px;
					margin-top: -4px;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				#blog .cont .detail .linkbtn a:hover:before {
					right: 12px;
				}


	#blog .side-nav {
		width: 320px;
	}
		#blog .side-nav .sec {
			margin-bottom: 40px;
		}
			#blog .side-nav .sec h2 {
				font-size: 2.0rem;
				line-height: 1.3em;
				border-bottom: solid 1px #ddd;
				padding-bottom: 10px;
				text-align: left;
			}
				#blog .side-nav .sec h2 .en {
					font-size: 1.2rem;
					font-weight: 500;
					color: #C6C6C6;
					padding-left: 10px;
				}

			#blog .side-nav .sec ul li {
				border-bottom: dashed 1px #ddd;
			}
			#blog .side-nav .sec ul li:nth-last-child(1) {
				border-bottom: solid 1px #ddd;
			}
				#blog .side-nav .sec ul li a {
					display: block;
					padding: 15px 0 15px 20px;
					position: relative;
				}
				#blog .side-nav .sec ul li a:hover {
					opacity: 0.7;
				}
				#blog .side-nav .sec ul li a:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 4px 0 4px 10px;
					position: absolute;
					top: 50%;
					left: 0;
					margin-top: -4px;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				#blog .side-nav.news .sec ul li a:before {
					border-color: transparent transparent transparent #4063bb;
				}
				#blog .side-nav.youtube .sec ul li a:before {
					border-color: transparent transparent transparent #84B1EA;
				}
				#blog .side-nav.voice .sec ul li a:before {
					border-color: transparent transparent transparent #EDE473;
				}
				#blog .side-nav.blog .sec ul li a:before {
					border-color: transparent transparent transparent #CCCCCC;
				}
				#blog .side-nav .sec ul li a:hover:before {
					left: 3px;
				}

				#blog .side-nav .sec ul.cat li a {
					font-size: 1.5rem;
				}

				#blog .side-nav .sec ul.new li a .en {
					display: block;
					font-size: 1.2rem;
					margin-bottom: 2px;
				}
				#blog .side-nav .sec ul.new li a .jp {
					display: block;
					font-size: 1.5rem;
					line-height: 1.4em;
				}

				#blog .side-nav .sec ul.new li a .profile {
					margin-bottom: 4px;
				}
					#blog .side-nav .sec ul.new li a .profile .name {
						display: inline-block;
						height: 20px;
						padding: 0 10px;
						background: #FEFDF1;
						font-size: 1.4rem;
						line-height: 20px;
						border-radius: 10px;
					}
					#blog .side-nav .sec ul.new li a .profile .course {
						font-size: 1.2rem;
						padding-left: 8px;
					}


	#blog .motif {
		position: absolute;
		z-index: -1;
	}
	#blog .motif01 {
		width: 64px;
		bottom: 0;
		right: 20%;
	}
	#blog .motif02 {
		width: 80px;
		top: 40%;
		left: -40px;
	}
	#blog .motif03 {
		width: 68px;
		top: 10%;
		right: -30px;
	}



	
	
/* news-list
--------------------- */
.news-list {
	margin-bottom: 40px;
}
	.news-list a.linkbox {
		display: block;
		border: solid 1px #ddd;
		background: #fff;
		border-radius: 20px;
		margin-bottom: 20px;
		padding: 20px 80px 20px 25px;
		position: relative;
	}
	.news-list a.linkbox:hover {
		opacity: 0.7;
	}
		.news-list a.linkbox .info {
			margin-bottom: 5px;
		}
			.news-list a.linkbox .info .en {
				font-size: 1.4rem;
				padding-right: 15px;
			}

			.news-list a.linkbox .info .cat {
				font-size: 1.4rem;
				font-weight: 700;
				color: #4062BB;
			}

		.news-list a.linkbox h2 {
			font-size: 1.6rem;
			font-weight: 500;
			line-height: 1.5em;
		}

		.news-list a.linkbox .arrow {
			position: absolute;
			top: 50%;
			right: 25px;
			margin-top: -20px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.news-list a.linkbox:hover .arrow {
			right: 20px;
		}
			.news-list a.linkbox .arrow span {
				width: 40px;
				height: 40px;
			}



	
	
/* news-detail
--------------------- */
.news-detail h2 {
	font-size: 3.0rem;
	line-height: 1.3em;
	color: #4062BB;
	margin-top: 40px;
	margin-bottom: 20px;
}

.news-detail h3 {
	font-size: 2.2rem;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 3px #4062BB;
}

.news-detail p a {
	color: #1a73e8;
	text-decoration: underline;
}
.news-detail p a:hover {
	text-decoration: none;
}

.news-detail table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.news-detail table th {
		background: #F5F5F5;
		border: solid 1px #ddd;
		padding: 12px;
		font-size: 1.5rem;
		line-height: 1.3em;
		font-weight: 700;
		text-align: center;
	}
	.news-detail table td {
		border: solid 1px #ddd;
		padding: 12px;
		font-size: 1.5rem;
		line-height: 1.4em;
		text-align: center;
	}
	




/* wp-pagenavi
--------------------- */
.pagenavi {
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: solid 1px #ddd;
	padding: 8px 13px 8px 13px;
	border-radius: 6px;
	margin: 0 3px;
	transition: 0.3s;
	-webkit-ransition: 0.3s;
}
.wp-pagenavi a:hover{
	opacity: 0.7;
}
.wp-pagenavi span.current{
	color: #fff;
	background: #34414D;
	border: solid 1px #34414D;
}
	




/* pagetitle
--------------------- */
#pagetitle.detail .inner {
	height: 400px;
}
	#pagetitle.detail .text {
		padding-top: 180px;
	}
		#pagetitle.detail .text .en time {
			padding-right: 15px;
		}
			#pagetitle.detail.news .text .en span {
				color: #4062BB;
			}
			#pagetitle.detail.youtube .text .en span {
				color: #84B1EA;
			}
			#pagetitle.detail.blog .text .en span {
				color: #A7A7A7;
			}


		#pagetitle.detail .text h1 {
			font-size: 4.0rem;
			line-height: 1.2em;
		}



	
	
/* voice-cell
--------------------- */
.voice-cell {
	margin-bottom: 60px;
}
	.voice-cell .list .swiper-slide {
		display: block;
		width: 22%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	.voice-cell .list .swiper-slide:nth-child(4n) {
		margin-right: 0;
	}
		.voice-cell .list .swiper-slide .pht {
			overflow: hidden;
			border: solid 1px #ddd;
			border-radius: 50%;
		}
			.voice-cell .list .swiper-slide .pht img {
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.voice-cell .list .swiper-slide:hover .pht img {
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-o-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.voice-cell .list .swiper-slide .text {
			padding-top: 35px;
			position: relative;
			text-align: center;
		}
			.voice-cell .list .swiper-slide .text .arrow {
				position: absolute;
				top: -25px;
				left: 50%;
				margin-left: -25px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.voice-cell .list .swiper-slide:hover .text .arrow {
				top: -30px;
				margin-left: -30px;
			}

			.voice-cell .list .swiper-slide .text h3 {
				font-size: 2.0rem;
				line-height: 1.4em;
				margin-bottom: 5px;
			}

			.voice-cell .list .swiper-slide .text .en {
				text-align: center;
			}
				.voice-cell .list .swiper-slide .text .en span {
					display: inline-block;
					height: 22px;
					font-size: 1.4rem;
					line-height: 22px;
					background: #FEFDF1;
					padding: 0 10px;
					border-radius: 11px;
				}



	
	
/* voice-detail
--------------------- */
.voice-detail .profile {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 80px;
}
	.voice-detail .profile .pht {
		width: 265px;
		overflow: hidden;
		border-radius: 50%;
		border: solid 1px #ddd;
	}

	.voice-detail .profile .text {
		width: -webkit-calc(100% - 265px);
		width: calc(100% - 265px);
		padding-left: 4%;
	}
		.voice-detail .profile .text .info {
			margin-bottom: 12px;
		}
			.voice-detail .profile .text .info .name {
				display: inline-block;
				height: 24px;
				padding: 0 15px;
				background: #FEFDF1;
				font-size: 1.6rem;
				font-weight: 500;
				line-height: 24px;
				border-radius: 12px;
			}
			.voice-detail .profile .text .info .course {
				font-size: 1.5rem;
				padding-left: 8px;
			}

		.voice-detail .profile .text .catch {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1.4em;
		}


.voice-detail .interview {
	margin-bottom: 50px;
}
	.voice-detail .interview h2 {
		font-size: 3.0rem;
		line-height: 1.3em;
		margin-bottom: 12px;
		padding-left: 30px;
		position: relative;
	}
	.voice-detail .interview h2:before {
		content: "";
		width: 20px;
		height: 2px;
		background: #EDE473;
		position: absolute;
		top: 18px;
		left: 0;
	}

	.voice-detail .interview img {
		margin: 20px 0 10px 0;
		border-radius: 30px;
	}

	.voice-detail .interview .txt {
		margin-bottom: 12px;
	}
	.voice-detail .interview .txt:nth-last-child(1) {
		margin-bottom: 0;
	}

.voice-detail p a {
	color: #1a73e8;
	text-decoration: underline;
}
.voice-detail p a:hover {
	text-decoration: none;
}



	
	
/* youtube-list
--------------------- */
.youtube-list {
	margin-bottom: 10px;
}
	.youtube-list a.swiper-slide {
		display: block;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.youtube-list a.swiper-slide:nth-child(2n) {
		margin-right: 0;
	}
		.youtube-list a.swiper-slide .pht {
			overflow: hidden;
			border-radius: 30px;
		}
			.youtube-list a.swiper-slide .pht img {
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.youtube-list a.swiper-slide:hover .pht img {
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-o-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

	.youtube-list a.swiper-slide .text {
		padding-top: 20px;
		position: relative;
	}
		.youtube-list a.swiper-slide .text .arrow {
			position: absolute;
			top: -25px;
			right: 30px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.youtube-list a.swiper-slide:hover .text .arrow {
			top: -30px;
			right: 25px;
		}

		.youtube-list a.swiper-slide .text .cat {
			font-size: 1.4rem;
			letter-spacing: 0;
			font-weight: 600;
			line-height: 1.2em;
			margin-bottom: 5px;
		}

		.youtube-list a.swiper-slide .text h3 {
			font-size: 2.0rem;
			letter-spacing: 0;
			line-height: 1.4em;
			margin-bottom: 5px;
		}

		.youtube-list a.swiper-slide .text time.en {
			font-size: 1.2rem;
			line-height: 1;
		}



	
	
/* youtube-detail
--------------------- */
.youtube-detail iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.youtube-detail h2 {
	font-size: 3.0rem;
	line-height: 1.3em;
	color: #4062BB;
	margin-top: 40px;
	margin-bottom: 20px;
}

.youtube-detail h3 {
	font-size: 2.2rem;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 3px #4062BB;
}

.youtube-detail p a {
	color: #1a73e8;
	text-decoration: underline;
}
.youtube-detail p a:hover {
	text-decoration: none;
}



	
	
/* blog-list
--------------------- */
.blog-list {
	margin-bottom: 10px;
}
	.blog-list a.swiper-slide {
		display: block;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.blog-list a.swiper-slide:nth-child(2n) {
		margin-right: 0;
	}
		.blog-list a.swiper-slide .pht {
			overflow: hidden;
			border-radius: 30px;
		}
			.blog-list a.swiper-slide .pht img {
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.blog-list a.swiper-slide:hover .pht img {
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-o-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

	.blog-list a.swiper-slide .text {
		padding-top: 20px;
		position: relative;
	}
		.blog-list a.swiper-slide .text .arrow {
			position: absolute;
			top: -25px;
			right: 30px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.blog-list a.swiper-slide:hover .text .arrow {
			top: -30px;
			right: 25px;
		}

		.blog-list a.swiper-slide .text .cat {
			font-size: 1.4rem;
			letter-spacing: 0;
			font-weight: 600;
			color: #A7A7A7;
			line-height: 1.2em;
			margin-bottom: 5px;
		}

		.blog-list a.swiper-slide .text h3 {
			font-size: 2.0rem;
			letter-spacing: 0;
			line-height: 1.4em;
			margin-bottom: 5px;
		}

		.blog-list a.swiper-slide .text time.en {
			font-size: 1.2rem;
			line-height: 1;
		}



	
	
/* blog-detail
--------------------- */
.blog-detail iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}


.blog-detail .thumbnail {
	margin-bottom: 20px;
}
	.blog-detail .thumbnail img {
		margin-top: 0 !important;
	}

.blog-detail img {
	border-radius: 20px;
	margin-bottom: 20px;
}


.blog-detail .column02 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.blog-detail .column02 .box {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 4%;
	}
	.blog-detail .column02 .box:nth-child(2n) {
		margin-right: 0;
	}
		.blog-detail .column02 .box img {
			margin: 0 !important;
		}
		.blog-detail .column02 .box p {
			margin-top: 0;
			text-align: center;
		}


.blog-detail ul li {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin: 8px 0;
	padding-left: 14px;
	position: relative;
}
.blog-detail ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #DBD5D5;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}


.blog-detail p .blue {
	color: #4062BB;
}
.blog-detail p .red {
	color: #F45B69;
}


.blog-detail h2 {
	font-size: 2.6rem;
	line-height: 1.3em;
	background: #EDEDED;
	padding: 15px;
	margin-top: 80px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.blog-detail h3 {
	font-size: 2.2rem;
	line-height: 1.3em;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 3px #D3D3D3;
}

.blog-detail p a {
	color: #1a73e8;
	text-decoration: underline;
}
.blog-detail p a:hover {
	text-decoration: none;
}

.blog-detail table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.blog-detail table th {
		background: #F5F5F5;
		border: solid 1px #ddd;
		padding: 12px;
		font-size: 1.5rem;
		line-height: 1.3em;
		font-weight: 700;
		text-align: center;
	}
	.blog-detail table td {
		border: solid 1px #ddd;
		padding: 12px;
		font-size: 1.5rem;
		line-height: 1.4em;
		text-align: center;
	}







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



	
	
/* blog
--------------------- */
#blog .cont {
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	padding-right: 5%;
}


#blog .side-nav {
	width: 240px;
}









}












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



	
	
/* blog
--------------------- */
#blog .cont {
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}


#blog .side-nav {
	width: 200px;
}
	#blog .side-nav .sec h2 {
		font-size: 1.6rem;
	}
		#blog .side-nav .sec h2 .en {
			font-size: 1.0rem;
		}

		#blog .side-nav .sec ul li a {
			padding: 12px 0 12px 20px;
		}

		#blog .side-nav .sec ul.cat li a {
			font-size: 1.3rem;
		}

		#blog .side-nav .sec ul.new li a .en {
			font-size: 1.0rem;
		}
		#blog .side-nav .sec ul.new li a .jp {
			font-size: 1.3rem;
		}

		#blog .side-nav .sec ul.new li a .profile {
			margin-bottom: 4px;
		}
			#blog .side-nav .sec ul.new li a .profile .name {
				height: 20px;
				font-size: 1.3rem;
			}
			#blog .side-nav .sec ul.new li a .profile .course {
				font-size: 1.1rem;
				padding-left: 5px;
			}



	
	
/* news-list
--------------------- */
.news-list{
	margin-bottom: 30px;
}
	.news-list a.linkbox {
		border-radius: 15px;
		margin-bottom: 15px;
		padding: 15px 65px 15px 20px;
	}
		.news-list a.linkbox .info .en {
			font-size: 1.1rem;
			padding-right: 12px;
		}

		.news-list a.linkbox .info .cat {
			font-size: 1.1rem;
		}

		.news-list a.linkbox h2 {
			font-size: 1.4rem;
		}

		.news-list a.linkbox .arrow {
			right: 20px;
			margin-top: -15px;
		}
		.news-list a.linkbox:hover .arrow {
			right: 20px;
		}
			.news-list a.linkbox .arrow span {
				width: 30px;
				height: 30px;
			}
	




/* pagetitle
--------------------- */
#pagetitle.detail .text h1 {
	font-size: 3.4rem;
}



	
	
/* voice-cell
--------------------- */
.voice-cell {
	margin-bottom: 60px;
}
	.voice-cell .list .swiper-slide {
		display: block;
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	
	
	.voice-cell .list .swiper-slide:hover .pht img {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}

	.voice-cell .list .swiper-slide .text {
		padding-top: 28px;
	}
		.voice-cell .list .swiper-slide .text .arrow {
			top: -20px;
			margin-left: -20px;
		}
		.voice-cell .list .swiper-slide:hover .text .arrow {
			top: -20px;
			margin-left: -20px;
		}

		.voice-cell .list .swiper-slide .text h3 {
			font-size: 1.6rem;
		}

		.voice-cell .list .swiper-slide .text .en span {
			height: 20px;
			font-size: 1.2rem;
			line-height: 20px;
			border-radius: 10px;
		}



	
	
/* voice-detail
--------------------- */
.voice-detail .profile {
	margin-bottom: 60px;
}
	.voice-detail .profile .pht {
		width: 220px;
	}

	.voice-detail .profile .text {
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
	}
		.voice-detail .profile .text .info {
			margin-bottom: 10px;
		}
			.voice-detail .profile .text .info .name {
				height: 20px;
				padding: 0 10px;
				font-size: 1.4rem;
				line-height: 20px;
			}
			.voice-detail .profile .text .info .course {
				font-size: 1.3rem;
			}

		.voice-detail .profile .text .catch {
			font-size: 2.3rem;
			line-height: 1.3em;
		}


.voice-detail .interview {
	margin-bottom: 50px;
}
	.voice-detail .interview h2 {
		font-size: 2.3rem;
	}
	.voice-detail .interview h2:before {
		top: 15px;
	}

	.voice-detail .interview img {
		border-radius: 20px;
	}




}

	







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



	
	
/*blog
--------------------- */
#blog {
    padding-top: 60px;
}
#blog .inner {
	display: block;
}
	#blog .cont {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px;
	}
		#blog .cont .detail {
			margin-bottom: 30px;
		}
			#blog .cont .detail p {
				font-size: 1.4rem;
			}

			#blog .cont .detail .linkbtn {
				max-width: 310px;
				margin: 20px auto;
			}
				#blog .cont .detail .linkbtn a {
					height: 50px;
					font-size: 1.5rem;
				}


	#blog .side-nav {
		width: 100%;
	}
		#blog .side-nav .sec:nth-last-child(1) {
			margin-bottom: 0;
		}


	#blog .motif01 {
		display: none;
	}
	#blog .motif02 {
		width: 50px;
		top: 22%;
		left: -30px;
	}
	#blog .motif03 {
		width: 38px;
		top: 2%;
		right: -16px;
	}



	
	
/* news-list
--------------------- */
.news-list{
	margin-bottom: 20px;
}



	
	
/* news-detail
--------------------- */
.news-detail h2 {
	font-size: 2.4rem;
	line-height: 1.3em;
	color: #4062BB;
	margin-top: 30px;
	margin-bottom: 15px;
}

.news-detail h3 {
	font-size: 1.8rem;
}

.news-detail table {
	margin-bottom: 15px;
}
	.news-detail table th {
		padding: 8px 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.news-detail table td {
		padding: 8px 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	

	
	

/* wp-pagenavi
--------------------- */
.wp-pagenavi {
	font-size: 1.2rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 4px 8px 5px 8px;
	border-radius: 4px;
	margin: 0 3px;
}
	




/* pagetitle
--------------------- */
#pagetitle.detail .inner {
	height: auto;
}
	#pagetitle.detail .text {
		padding: 120px 0 60px 0;
	}
		#pagetitle.detail .text h1 {
			font-size: 2.4rem;
		}



	
	
/* voice-cell
--------------------- */
.voice-cell {
	margin-bottom: 30px;
}
	.voice-cell .list .swiper-slide {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 20px;
	}
	.voice-cell .list .swiper-slide:nth-child(4n) {
		margin-right: 5%;
	}
	.voice-cell .list .swiper-slide:nth-child(2n) {
		margin-right: 0;
	}
		.voice-cell .list .swiper-slide .text h3 {
			margin-bottom: 0;
		}



	
	
/* voice-detail
--------------------- */
.voice-detail .profile {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: dashed 1px #ddd;
}
	.voice-detail .profile .pht {
		width: 220px;
		margin: auto;
	}

	.voice-detail .profile .text {
		width: 100%;
		padding: 0;
	}
		.voice-detail .profile .text .info {
			display: block;
			margin-top: -15px;
			margin-bottom: 10px;
			text-align: center;
		}
			.voice-detail .profile .text .info .name {
				height: 26px;
				padding: 0 15px;
				font-size: 1.6rem;
				line-height: 26px;
				border-radius: 13px;
				margin-bottom: 5px;
			}
			.voice-detail .profile .text .info .course {
				display: block;
				font-size: 1.3rem;
				padding: 0;
			}

		.voice-detail .profile .text .catch {
			font-size: 2.0rem;
			line-height: 1.4em;
		}


.voice-detail .interview {
	margin-bottom: 30px;
}
	.voice-detail .interview h2 {
		font-size: 2.0rem;
	}
	.voice-detail .interview h2:before {
		top: 14px;
	}



	
	
/* youtube-list
--------------------- */
.youtube-list {
	display: block;
	margin-bottom: 10px;
}
	.youtube-list a.swiper-slide {
		width: 100%;
		margin-right: 0;
		border-radius: 15px;
		margin-bottom: 25px;
	}
		.youtube-list a.swiper-slide .pht {
			border-radius: 15px;
		}

		.youtube-list a.swiper-slide .text {
			padding-top: 15px;
			position: relative;
		}
			.youtube-list a.swiper-slide .text .arrow {
				position: absolute;
				top: -25px;
				right: 30px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.youtube-list a.swiper-slide:hover .text .arrow {
				top: -30px;
				right: 25px;
			}

			.youtube-list a.swiper-slide .text .cat {
				font-size: 1.3rem;
			}

			.youtube-list a.swiper-slide .text h3 {
				font-size: 1.8rem;
				margin-bottom: 3px;
			}

			.youtube-list a.swiper-slide .text time.en {
				font-size: 1.0rem;
			}



	
	
/* youtube-detail
--------------------- */
.youtube-detail iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}
	
.youtube-detail h2 {
	font-size: 2.4rem;
	line-height: 1.3em;
	color: #4062BB;
	margin-top: 30px;
	margin-bottom: 15px;
}

.youtube-detail h3 {
	font-size: 1.8rem;
}



	
	
/* blog-list
--------------------- */
.blog-list {
	display: block;
	margin-bottom: 10px;
}
	.blog-list a.swiper-slide {
		width: 100%;
		margin-right: 0;
		border-radius: 15px;
		margin-bottom: 25px;
	}
		.blog-list a.swiper-slide .pht {
			border-radius: 15px;
		}

		.blog-list a.swiper-slide .text {
			padding-top: 15px;
			position: relative;
		}
			.blog-list a.swiper-slide .text .arrow {
				position: absolute;
				top: -25px;
				right: 30px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.blog-list a.swiper-slide:hover .text .arrow {
				top: -30px;
				right: 25px;
			}

			.blog-list a.swiper-slide .text .cat {
				font-size: 1.3rem;
			}

			.blog-list a.swiper-slide .text h3 {
				font-size: 1.8rem;
				margin-bottom: 3px;
			}

			.blog-list a.swiper-slide .text time.en {
				font-size: 1.0rem;
			}



	
	
/* blog-detail
--------------------- */
.blog-detail ul li {
	font-size: 1.4rem;
}
.blog-detail ul li:before {
	top: 7px;
}


.blog-detail h2 {
	font-size: 2.4rem;
	padding: 12px;
	margin-top: 60px;
	margin-bottom: 25px;
}

.blog-detail h3 {
	font-size: 1.8rem;
}

.blog-detail table {
	margin-bottom: 15px;
}
	.blog-detail table th {
		padding: 8px 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.blog-detail table td {
		padding: 8px 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}



}