@charset "utf-8";
/* CSS Document */
body {
	margin : 0;
	padding : 0;
	font-family: arial, sans-serif;
	background-color : #ffffff;
	background-repeat : repeat-x;
}


#wrapper {
	width : 585px;
	margin-left : auto;
	margin-right : auto;
}

#header {
	position: relative;
	width : 585px;
	height : 400px;
}

#header_link {
	position: relative;
	width : 585px;
	height : 100px;
}
.logo {
	position: absolute;
	right : 1px;
	top: -5px;
}



#slideshow {
   position: relative;
   width:  585px; /* 画像の横幅に合わせて記述 */
   height: 320px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: -23px;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

#header ul {
	position: absolute;
	left : 600px;
}

#header ul li {
	display: inline;
	list-style-type: none;
	
	
}

#topimg {
	position: relative;
}

.text {
	position: absolute;
	top : -20px;
	z-index: 11;
	
}

#caption01 {
	margin-top : 30px;
}

#caption02 {
	margin-top : 30px;
}

#caption03 {
	margin-top : 30px;
}



#contents {
	width : 585px;
	height : 202px;
	display: flex;
}

#main {
	width : 292.5px;
	height : 202px;

	
	
}

#sub {
	width : 292px;
	height : 202px;	
	position:relative;
}

.subimg {
	position: absolute;
	bottom : -7px;
	
}

#contents2{
	width : 585px;
	height : 181px;
	display: flex;
	
}

#interview {
	width : 292.5px;
	height : 181px;
	
}

#interview_text {
	width : 292.5px;
	height : 181px;
	position:relative;
}

.icon{
	position: absolute;
	bottom : 25px;
	right : 120px;
}


#main_item1 {
	width : 585px;
	height : auto;
	margin-top : 50px;
	
}


#main_item1 h1 {
	font-size : 15px;
	text-align: center;
	
}
#main_item1 p {
	margin-left : 30px;
		width : 323px;
	text-align : center;
	
}




#main_item2 {
	width : 585px;
	height : auto;
	margin-top : 130px;
	
}


#main_item2 h1 {
	margin-top : 50px;
	font-size : 15px;
	text-align: center;
	
}
#main_item2 p {
		margin-right : 30px;
	margin-top : 20px;
		width : 323px;
	text-align: center;
}

＃#interview {
	width : 585px;
	height : auto;
	
}

#interview h1 {
	width : 585px;
	font-size : 23px;
	text-align: center;
	margin-top : 20px;
}
#footer {
	width : 585px;
	height : 400px;
}
	
