@charset "UTF-8";

/* gakudojyo
---------------------------------------------------------------------------*/

/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	display: -webkit-box;
	display: flex;
	width: 1020px;
	margin: 0 auto 135px;
}

.sec-lead .title {
	position: relative;
	width: 126px;
	text-align: center;
}

.sec-lead h2 {
	font-size: 16px;
	white-space: nowrap;
}

.sec-lead h2 span {
	padding-bottom: 2px;
}

.sec-lead h3 {
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.sec-lead .title .gakudojyo {
	display: block;
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: auto;
}

.sec-lead .inner {
	width: 832px;
	padding: 0 0 0 55px;
}

.sec-lead .inner figure {
	overflow: hidden;
	margin-bottom: 32px;
}

.sec-lead .inner p {
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.14em;
	text-align: justify;
}

.sec-lead .inner figure img {
	float: left;
}

.sec-lead .inner figure img:nth-of-type(2) {
	margin-left: 15px;
}

.sec-lead .inner figure img:last-of-type {
	float: right;
}

@media all and (-ms-high-contrast:none){
	.sec-lead h2 span {	padding-bottom: 0; }
}

.sec-pnav {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.sec-pnav h2 strong {
	display: block;
	margin-top: 18px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.18em;
	white-space: nowrap;
}

.sec-pnav ul {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.sec-pnav li {
	box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.5);
}

.sec-pnav li:first-of-type {
	border-left: 1px solid rgba(0,0,0,0.5);
}

.sec-pnav li a {
	display: block;
	color: #67A7E3;
	padding: 0 20px 5px 24px;
	text-align: center;
	white-space: nowrap;
}

.sec-pnav li a:hover {
	opacity: 0.5;
}

.sec-pnav li a em {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.16em;
}

.sec-pnav li a strong {
	display: inline-block;
	border-bottom: 1px solid #67A7E3;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
}


/* sec-efforts
---------------------------------------------------------------------------*/
.sec-efforts {
	box-sizing: border-box;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto 160px;
	padding: 0 60px;
}

/* .efforts-list
------------------------------------*/
.efforts-list {
	overflow: hidden;
}

.efforts-list li figure img {
	width: auto;
}

.efforts-list h3 {
	font-size: 17px;
}

.efforts-list .inner {
	margin-bottom: 25px;
}

.efforts-list .btn-link a,
.efforts-list .btn-link-s a {
	width: 100%;
}

/* .efforts-list - media query
-----------------------------------*/
@media (max-width: 1260px) {
	.efforts-list li figure img { width: 100%; }
}


/* .sec-play
---------------------------------------------------------------------------*/
/*
.sec-play {
	width: 1030px;
	margin: 0 auto 140px;
}

.sec-play .title-set {
	margin-bottom: 50px;
}

.sec-play .title-set h2 {
	float: left;
	margin-right: 70px;
}

.sec-play .title-set h2 img {
	display: block;
	opacity: 0;
}

.sec-play .title-set h3 {
	float: left;
	margin-bottom: 18px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.sec-play .title-set p {
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.sec-play .txt-set {
	float: left;
	width: 575px;
}

.sec-play dl {
	margin-bottom: 20px;
}

.sec-play dt {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.sec-play dd {
	padding-top: 16px;
	padding-bottom: 15px;
}

.sec-play dd:last-of-type {
	background: none;
}

.sec-play dd p {
	margin-top: 5px;
	color: #666666;
	letter-spacing: 0.08em;
}

.sec-play dd p:first-of-type {
	margin-top: 0;
}

.sec-play dd p strong {
	display: block;
	margin-top: -3px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.sec-play .btn-link a {
	width: 380px;
}

.sec-play .img-play {
	position: relative;
	float: right;
	width: 347px;
	height: 379px;
	margin: 20px 25px 0 0;
}

.sec-play .img-play img {
	display: block;
	z-index: 2;
	opacity: 0;
}

.sec-play .img-play img:nth-of-type(1) { position: absolute; top: 0; left: 0; }
.sec-play .img-play img:nth-of-type(2) { position: absolute; top: 37px; right: 0; }
.sec-play .img-play img:nth-of-type(3) { position: absolute; top: 122px; left: 96px; }
.sec-play .img-play img:nth-of-type(4) { position: absolute; bottom: 0; left: 7px; }
.sec-play .img-play img:nth-of-type(5) { position: absolute; bottom: 7px; right: 16px; }

.sec-play .img-play img:last-of-type {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}

@media all and (-ms-high-contrast:none){
	.sec-play dt { padding-top: 18px; }
	.sec-play dd { padding-top: 19px; padding-bottom: 11px; }
}
*/

/* .sec-play - media query
-----------------------------------*/
/*
@media (max-width: 1100px) {
	.sec-play .txt-set { margin-left: 10px; }
}
*/


/* .sec-outline
---------------------------------------------------------------------------*/
.sec-outline {
	margin-bottom: 0;
}