@charset "UTF-8";


/* mv
----------------------------------------*/
.mv > .inner.fade.on{
	background: url(../images/vol12/bg-maintitle.jpg) no-repeat center;
	background-size: cover;
}
.mv-title{
	max-width: 835px;
}

@media screen and (max-width: 767px){
	.mv > .inner.fade.on{
		background: none;
	}
}




/* section
----------------------------------------*/
.section:nth-of-type(1) .inner > .inner + .inner,
.section:nth-of-type(2) .inner > .inner + .inner,
.section:nth-of-type(3) .inner > .inner{
    margin-bottom: 1.3em;
}
@media screen and (max-width: 767px){
  .section:nth-of-type(1) .inner > .inner:nth-of-type(1) .photo-person,
  .section:nth-of-type(2) .inner > .inner:nth-of-type(2) .section-text,
  .section:nth-of-type(3) .inner > .inner:nth-of-type(1) .photo-person{
    order: 2;
  }
  .section:nth-of-type(1) .inner > .inner + .inner,
  .section:nth-of-type(3) .inner > .inner{
    margin-bottom: 0;
  }
}


/* photo
----------------------------------------*/
.photo-double{
	margin: 40px auto;
}
.photo-double-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-double_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo-double_list li{
	width: 48.33333333333333%;
	list-style-type: none;
}
.photo-double_list li:nth-of-type(n+3){
 	margin-top: 30px; 
}

@media screen and (max-width: 767px){
	.photo-double{
		margin: 30px auto;
	}
	.photo-double_list li{
		width: 100%;
	}
  .photo-double_list li:nth-of-type(n+2){
    margin-top: 10px; 
  }
}


/* logo
----------------------------------------*/
.logo{
  max-width: 500px;
  margin: 40px auto;
}

@media screen and (max-width: 767px){
    .logo{
    margin: 30px auto;
  }
}