@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #575757;
    background: #FFF;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 14px;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
header {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background: #90A997;
}

header img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

 
/* contents
================================================ */

#main-movie {
   width: 100%;
}
#main-movie iframe {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#main-movie video {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

#main-movie #youtube {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#main-img .copy {
	margin-bottom: 16px;
}

.profileArea {
	padding-left: 3%;
	padding-right: 3%;
	overflow: hidden;
	margin-bottom: 24px;
}

.profile01 {
	width: 38%;
	float: left;
}

.profile01 .name {
	margin-bottom: 20px;
}

.profile01 .name dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.profile01 .name dl dd {
	font-size: 9px;
	color: #A7A7A7;
	line-height: 1em;
}

.profile01 .info {
	font-size: 9px;
	line-height: 1.5em;
}

.profile02 {
	width: 57%;
	float: right;
}

.profile02 dt {
	font-weight: bold;
	line-height: 1.5em;
}

.profile02 dl {
	font-size: 9px;
	line-height: 1.5em;
}

.interviewArea {
	background: #EAF2EC;
}

.interviewArea h3 {
	width: 100%;
	text-align: center;
	background: #90A997;
	padding: 4px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 12px;
}

.interviewBox {
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 16px;
	overflow: hidden;
}

.interviewBox:last-child {
	margin-bottom: 0;
}

.iv-text dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 6px;
}

.iv-text dl dd {
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 16px;
}

.interviewBox .cap {
	font-size: 10px;
}

.functionArea h3 {
	width: 100%;
	text-align: center;
	background: #90A997;
	padding: 4px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 12px;
}

.functionImgBox {
	padding-left: 3%;
	padding-right: 3%;
}

.functionImgBox ul li {
	margin-bottom: 24px;
}

.mizunobtn {
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 24px;
}

.footnavi {
	padding-left: 3%;
	padding-right: 3%;
	border-top: 1px solid #000;
	padding-top: 24px;
	padding-bottom: 24px;
}

.footnavi .linkArea ul li {
	margin-bottom: 24px;
}

.footnavi .linkArea ul li:last-child {
	margin-bottom: 0;
}

		
/* footer
================================================ */
	footer {
		text-align: center;
		border-top: 1px solid #000;
		padding-top: 12px;
		padding-bottom: 24px;
		text-align: center;
		color: #FFF;
		background: #90A997;
	}
	
	#footArea {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	#footArea img {
		margin-bottom: 16px;
	}
	#footArea p {
		font-size: 9px;
		line-height: 1.4em;
	}
	

/*------------------------------------------------------
 smallTablet ~
------------------------------------------------------*/
@media screen and (min-width:600px) {

.profile01 .name dl dt {
	font-size: 16px;
}

.profile01 .name dl dd {
	font-size: 12px;
	color: #A7A7A7;
	line-height: 1em;
}

.profile01 .info {
	font-size: 12px;
	line-height: 1.5em;
}

.profile02 dl {
	font-size: 12px;
	line-height: 1.5em;
}

}	
 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    /* タブレット端末以上から効くスタイル */   

	header img {
		display: block;
		width: 30%;
		margin: 0 auto;
	}
	================================================ */
	main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.functionArea h3 {
		margin-bottom: 24px;
	}
	
	.mizunobtn {
		width: 60%;
		margin: 0 auto 24px;
	}
	
	.footnavi .linkArea {
		overflow: hidden;
	}
	
	.footnavi .linkArea ul li {
		float: left;
		width: 48.5%;
		margin-right: 3%;
	}
	
	.footnavi .linkArea ul li:last-child {
		margin-right: 0;
	}

}

/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:920px) {
    /* PC以上から効くスタイル */

	/* header
	================================================ */
	header {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 24px;
		margin-bottom: 0;
		height: 80px;
	}
	
	.mizuno-title {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	header img {
		display: block;
		width: 25%;
		margin: 0;
	}
	================================================ */
		
	main {
		width: 100%;
	}
	#main-movie {
	   position: relative;
	   width: 100%;
	   height: 450px;
	   padding: 5% 0 0 0;
	   display: block;
	   background: #001393;
	}
	#main-movie iframe {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}
	
	#main-movie video {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}
	
	#main-img {
		width: 100%;
	}
	
	#main-img img {
		width: 100%;
	}
	
	.profileArea {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.profile01 {
		overflow: hidden;
		width: 50%;
	}
	
	.profile01 .name {
		float: left;
		margin-right: 10%;
	}
	
	.profile02 {
		float: right;
		width: 45%;
	}
	
	#contents {
		width: 100%;
	}
	
	.interviewArea h3 {
		font-size: 24px;
		margin-bottom: 48px;
	}
	
	.interviewBox {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.iv-text {
		overflow: hidden;
	}
	.iv-text dl {
		width: 47.5%;
		float: left;
	}
	
	.iv-text dl dt {
		font-size: 18px;
	}
	
	.iv-text dl dd {
		font-size: 14px;
		;line-height: 1.8em;
	}
	.iv-text .interviewImg {
		float: right;
		width: 47.5%;
	}
	
	.subImg img {
		width: 100%;
	}
	
	.functionArea h3 {
		font-size: 24px;
		margin-bottom: 48px;
	}
	
	.functionImgBox {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.functionImgBox ul li {
		width: 47.5%;
		margin-right: 3%;
		float: left;
	}
	
	.functionImgBox ul li:nth-child(even) {
		margin-right: 0;
	}
		
	.mizunobtn {
		width: 30%;
	}
	
	.linkArea {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
/* footer
================================================ */	
	
	

}