.tavi{
	font-family: 'Taviraj', serif;
}
.jp{
	font-family: 'Noto Serif JP', serif;
}
.font-blue{
	color: #44829c;
}

h2{
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.12em;
	margin-bottom: 50px;
	font-family: 'Taviraj', serif;
}
@media screen and (max-width: 768px) {
h2{
	font-size: 28px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 640px) {
h2{
	font-size: 26px;
}
}
@media screen and (max-width: 480px) {
h2{
	font-size: 24px;
	margin-bottom: 30px;
}
}

/*************************************************************************************************************

コンテンツ

*************************************************************************************************************/
.container{
	width: 100%;
}
@media screen and (max-width: 920px) {
.container{
	margin: 40px auto 0;
}
}
@media screen and (max-width: 768px) {
.container{
	margin-top: 0;
}
}

.mainvisual{
/*	max-width: 1600px;
	height: auto;*/
	margin: 0 auto;
	line-height: 0;
}
.mainvisual img{
	width: 100%;
	height: auto;
}

/*************************************************************************************************************

背景

*************************************************************************************************************/
.inner{
	position: relative;
}
.sec01 .inner::before{
 content:"";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
}
.inner::after{
 content:"";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
}

.sec01 .inner::before{
	border-width: 0;
	/*border-width: 100px  0 0 100vw;*/
}
.inner-l::after{
	border-width: 0 100vw 100px 0;
}
.inner-r::after{
	border-width: 0 0 100px 100vw;
}

@media screen and (max-width: 768px) {
/*.sec01 .inner::before{
	border-width: 70px  0 0 100vw;
}*/
.inner-l::after{
	border-width: 0 100vw 70px 0;
}
.inner-r::after{
	border-width: 0 0 70px 100vw;
}
}
@media screen and (max-width: 480px) {
/*.sec01 .inner::before{
	border-width: 40px  0 0 100vw;
}*/
.inner-l::after{
	border-width: 0 100vw 40px 0;
}
.inner-r::after{
	border-width: 0 0 40px 100vw;
	}
}

.sec01 .inner{
	/*レイアウト用のCSS*/
	padding: 100px 0;
}
.sec02 .inner{
	/*レイアウト用のCSS*/
	padding: 20px 0 60px;
}
.sec03 .inner{
	/*レイアウト用のCSS*/
	padding: 80px 0 150px;
}
.sec04 .inner{
	/*レイアウト用のCSS*/
	padding: 26px 0 60px;
}
.sec05 .inner{
	/*レイアウト用のCSS*/
	padding: 26px 0 150px;
}
.sec06 .inner{
	/*レイアウト用のCSS*/
	padding: 26px 0 150px;
}

.inner.bk-blue{
	background-color: #44829c;
}
.inner.bk-blue::after{
	/*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
	border-color: transparent transparent #fff transparent;
}

.inner.bk-white{
	background-color: #fff;
}
.inner.bk-white::after{
	border-color: transparent transparent #ededed transparent;
}

.sec01 .inner{
	/*レイアウト用のCSS*/
	background-color: #fff;
}
/*.sec01 .inner::before{
	border-color:#dbdcdc transparent transparent  transparent;
}*/
.sec01 .inner::after{
	border-color: transparent transparent #44829c transparent;
}
.sec04 .inner{
	background-color: #ededed;
}
.sec04 .inner::after{
	border-color: transparent transparent #fff transparent;
}
.sec05 .inner::after{
	border-color: transparent transparent #44829c transparent;
}

@media screen and (max-width: 768px) {
.sec02 .inner{
	padding: 40px 0;
}
.sec03 .inner{
	padding: 60px 0 120px;
}
.sec04 .inner{
	padding: 40px 0 60px;
}
.sec05 .inner,
.sec06 .inner{
	padding: 40px 0 120px;
}
.sec07 .inner{
	padding: 40px 0;
}
}

@media screen and (max-width: 480px) {
.sec01 .inner{
	padding: 90px 0 100px;
}
.sec02 .inner{
	padding: 40px 0 14px;
}
.sec03 .inner{
	padding: 80px 0 100px;
}
.sec04 .inner{
	padding: 40px 0 60px;
}
.sec05 .inner{
	padding: 40px 0 80px;
}
.sec06 .inner{
	padding: 40px 0 80px;;
}
.sec07 .inner{
	padding: 40px 0;
}
}

/*************************************************************************************************************

共通

*************************************************************************************************************/
.contents{
	max-width:1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 8.333333%;
}
.section .contents p.cos{
	font-size: 24px;
	font-weight: 400;
	color: #b2b2b2;
	text-align: center;
	letter-spacing: 0.05em;
}
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*************************************************************************************************************

sec01 trailer

*************************************************************************************************************/
.sec01 .contents{
	margin: 0 auto 80px;
}
.sec01 .contents h2{
	margin-bottom: 50px;
}
.youtube{
max-width: 800px;
height: auto;
margin: 0 auto;
text-align: center;
}
.youtube iframe{
height: 450px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card{
max-width: 400px;
height: auto;
margin: 40px auto 0;
}
.card a:hover{
opacity: 0.6;
}

.mvtk{
margin: 40px auto 0;
}
.mvtk #mvtk-widgets-container{
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.sec01 .contents{
	margin: 0 0 40px;
}
.sec01 .contents h2{
	margin-bottom: 40px;
}
.card{
max-width: 340px;
height: auto;
margin-top: 30px;
}
.mvtk{
margin: 20px auto 0;
}
}
@media screen and (max-width: 480px) {
.sec01 .contents{
	margin: 0;
}
.sec01 .contents p{
	font-size: 20px;
}
}

.slant-bg .contents p {
 width: 100%;
 margin: 0 auto;
	text-align: justify;
}

@media screen and (max-width: 768px) {
.contents{
	padding: 0 6.510416%;
}
}

.bnr{
max-width: 340px;
height: auto;
margin: 50px auto 0;
border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
.bnr{
margin: 30px auto 0;
}
}
/*************************************************************************************************************

sec02 introduction

*************************************************************************************************************/
.sec02 .inner .contents{
	position: relative;
	z-index: 10;
}

.intr-inner{
	margin: 0 auto;
}
.intr-box{
	width: 46%;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.intr-box h3{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}
.intr-box p{
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
	letter-spacing: 0.06em;;
}
	.mx1000-br{
		display: none;
	}
@media screen and (max-width: 1000px) {
	.mx1000_none{
		display: none;
	}
	.mx1000-br{
		display: block;
	}
}
@media screen and (max-width: 768px) {
.intr-box{
	width: 100%;
	margin-bottom: 50px;
}
.intr-box h3{
	text-align: center;
	margin-bottom: 20px;
}
.intr-box h3	.mx1000_none{
		display: inline-block;
	}
.intr-box h3	.mx1000-br{
		display: none;
	}
}

@media screen and (max-width: 480px) {
.intr-box{
	margin-bottom: 40px;
}
.intr-box h3{
	font-size: 16px;
}
.intr-box p{
	font-size: 14px;
}
}

.profile{
	background-color: #fff;
	border: 6px solid #99d0de;
	padding: 40px;
	color: #000;
}
.profile .left-box{
	width: 50%;
}
.profile .left-box h4{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 26px;
	padding: 0;
	
	display: flex;
	flex-direction: column;
}
.profile .left-box h4 span.small{
	font-size: 18px;
}
.profile .left-box p{
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
}

.profile .right-box{
	width: 42.565217%;
}
.profile .right-box p{
	color: #fff;
	background-color: #44829c;
	
	font-size: 14px;
	padding: 6px 10px;
	margin-bottom: 20px;
}
.profile .right-box ul li{
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
@media screen and (max-width: 920px) {
.profile{
	padding: 30px;
	}
.profile .left-box{
	width: 48%;
}
.profile .right-box{
	width: 44.565217%;
}
}
@media screen and (max-width: 768px) {
.profile .left-box,
.profile .right-box{
	width: 100%;
}
.profile .left-box{
	margin-bottom: 40px;
}
.profile .left-box h4{
	margin-bottom: 20px;
}
}

@media screen and (max-width: 480px) {
.profile{
	padding: 30px 26px;
}
.profile .left-box p{
	font-size: 14px;
}

.profile .left-box h4{
	font-size: 28px;
	margin-bottom: 20px;
}
.profile .left-box h4 span.small{
	font-size: 16px;
}
}

/*************************************************************************************************************

sec03 history

*************************************************************************************************************/
.sec03 tr{
	display: block;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
	padding: 20px 10px;
	border-bottom: 1px solid #c7c7c7;
}
.sec03 tr:first-child{
	padding-top: 0;
}
.sec03 tr th{
	width: 100px;
	color: #44829c;
	font-weight: normal;
	}
.sec03 tr td{
	width: auto;	
}

@media screen and (max-width: 480px) {
.sec03 tr{
	padding: 16px 0;
	font-size: 14px;
}
.sec03 tr th{
	display: block;
	width: 100%;
	margin-bottom: 2px;
	}
.sec03 tr td{
	display: block;
	width: 100%;
}
}

/*************************************************************************************************************

sec04 cast

*************************************************************************************************************/
.cast-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cast-list .cast-box {
	width: 22.6%;
	margin-bottom: 45px;
}
.cast-list:after {
	content: "";
 width: 22.6%;
}
.cast-list:before {
	content: "";
 width: 22.6%;
	order: 1;
}
.cast-list .cast-box .cast-name{
	text-align: center;
	margin: 15px auto 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #44829c;
}
.cast-name h5{
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin: 0 auto 10px;
	letter-spacing: 0.1em;
}
.cast-name p{
	font-size: 13px;
}
.cast-name p.tavi{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
dl{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 12px;
	margin: 0 auto 8px;
	padding: 0;
}
dl dd {
	line-height: 1.8em;
	margin-left: 0;
	padding: 0;
}

@media screen and (max-width: 1000px) {
.cast-list .cast-box {
	width: 31%;
}
}
@media screen and (max-width: 640px) {
.cast-list .cast-box {
	width: 46.428571%;
}
}
@media screen and (max-width: 480px) {
.cast-list .cast-box {
	margin-bottom: 25px;
}
.cast-list .cast-box .cast-name{
	margin-top: 10px;
}
.cast-name h5{
	font-size: 16px;
	margin-bottom: 8px;
}
.cast-name p{
	font-size: 11px;
	display: block ruby;
}
dl{
	font-size: 10px;
}
}

/*************************************************************************************************************

sec05 stff

*************************************************************************************************************/
.staff-inner{
	max-width: 710px;
	margin: 0 auto;
}
.staff-name{
	width: 16.197183%;
}
.staff-name p{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.staff-name p span.font-blue{
	font-size: 14px;
}
.staff-txt{
	width: 77.464788%;
}
.staff-txt p{
	font-size: 12px;
	text-align: justify;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 920px) {
.staff-name{
	width: 20.197183%;
}
.staff-txt{
	width: 74.464788%;
}
}
@media screen and (max-width: 640px) {
.staff-name{
	width: 100%;
	margin-bottom: 30px;
}
.staff-name p{
	font-size: 24px;
	text-align: center;
}
.staff-txt{
	width: 100%;
}
}

/*************************************************************************************************************

sec06 comment

*************************************************************************************************************/
.cmt-list{
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content:space-between;
}
.cmt-list::after{
 content:"";
 display: block;
 width:31%;
}
.cmt-list .cmt-card{
 padding:28px 24px;
 margin-bottom:28px;
 box-sizing:border-box;
 width:31%;
	box-shadow: 4px 4px 6px 0 rgba(10,10,10,0.35);
	background: url("../img/cmnt_bg.png") bottom center no-repeat;
	background-size: 260px 304px;
	background-color: #fff;
}
.cmt-name{
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}
.cmt-name span.name-small{
	font-size: 15px;
}
.cmt-card .cmt-txt{
	color: #000;
	font-size: 14px;
	text-align: justify;
	line-height: 2em;
	letter-spacing: normal;
	position: relative;
}

.cmt-txt .point_top,
.cmt-txt .point_bottom{
	max-width: 22px;
	height: auto;
	position: absolute;
}
.cmt-txt .point_top{
	top: -15px;
	left: -15px;
}
.cmt-txt .point_bottom{
	bottom: 0;
	right: -15px;
}

@media screen and (max-width: 1000px) {
.cmt-list::after{
 width:48.2%;
}
.cmt-list .cmt-card{
 width:48.2%;
 margin-bottom: 26px;
 padding: 30px 24px;
}
}
@media screen and (max-width: 640px) {
.cmt-list::after{
	width: 100%;
}
.cmt-list .cmt-card{
	width: 100%;
	background-size: 222px 260px;
}
.cmt-name{
	margin-bottom: 24px;
}
}
@media screen and (max-width: 480px) {
.cmt-list .cmt-card{
	background-size: 231px 270px;
}
}

/*************************************************************************************************************

sec07 NEWS

*************************************************************************************************************/
.sec07{
	padding: 0;
	background-color: #fff;
}
.sec07 .contents{
	margin-top: 0;
	padding: 70px 0;
}
.sec07 ul{
	max-width: 500px;
	margin: 0 auto;
}
.sec07 ul li{
	border-bottom: 1px dotted rgba(68,130,156,0.60);
	text-align: center;
	padding: 1.4em 20px;
}
.sec07 ul li:first-child{
	padding-top: 0;
}
.sec07 ul li a{
	color: #000;
	font-size: 18px;
	line-height: 1.6em;
	display: block;
}
.sec07 ul li a:hover{
	color: #44829c;
}
.sec07 ul li a span.newsday{
	font-size: 13px;
	font-family: "Marion Bold", "Marion Regular", Garamond, "Garamond Bold";
}

@media screen and (max-width: 480px) {
.sec07 .contents{
	padding: 40px 0;
}
.sec07 ul li a{
	font-size: 14px;
	line-height: 2em;
}
.sec07 ul li a span.newsday{
	font-size: 12px;
}
}