@charset "UTF-8";
#contents {
	width:100%;
	margin:0 auto;
}
#main {
	width:100%;
}


.index {
  min-width: 1000px;
}


/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 140px;
	margin:0 auto;
	z-index: 16;
    padding: 30px 0 0 0;
}
header .inner {
	width: 1000px;
	margin: 0 auto 0 auto;
} 
header .logo {
	display: inline-block;
	margin: 0px 30px 0 0px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
	z-index: 20;
	float: left;
}
header .logo a {
	display: block;
	background: #FFF;
	padding: 5px 20px 5px 20px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	/* drop-shadow */
	line-height: 1.0;
}
header .logo a img {
	width:40px;
	display: block;
	margin: 0;
	padding: 0;
}





/*--------------------------------------------------------
　.main
--------------------------------------------------------*/
.main {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.main img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.main h2 {
	display: block;
	background: #19A7E9;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -150px;
	padding: 5px 0 5px 0;
	width: 300px;
	z-index: 10;
	color: #FFF;
	border-radius: 25px;
}
.main ul.pRight {
	position: absolute;
	top: 85px;
	left: 450px;
	z-index: 10;
}
.main ul.pLeft {
	position: absolute;
	top: 85px;
	left: 50px;
	z-index: 10;
}
.main ul li {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	background: #19A7E9;
	display: table;
	margin-bottom: 20px;
	line-height: 1.0;
	padding: 5px 12px 8px 12px;
	clear: both;
}
.main ul li.date {
	background: none;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}
.main ul li.white {
	color: #FFF;
}
.main ul li.black {
	color: #000;
}

/*--------------------------------------------------------
　.block1 - block3 and message
--------------------------------------------------------*/
.block1, .block2, .block3, .message {
	width: 100%;
	max-width: 1000px;
	margin: 100px auto 50px auto;
	position: relative;
	clear: both;
	overflow: hidden;
}
.message {
	background: #C5E9F9;
	border-radius: 15px;
	padding: 25px 45px 25px 45px;
}
.block1 img, .block2 img, .block3 img {
	width: 60%;
	position: absolute;
}
.block1 img::after {
	content: "";
	clear: both;
	overflow: hidden;
}
.block1 img.pRight, 
.block2 img.pRight, 
.block3 img.pRight {
	right: 0px;
}
.block1 img.pLeft, 
.block2 img.pLeft, 
.block3 img.pLeft {
	left: 0px;
}
section.pRight {
	float: right;
}
section.pLeft {
	float: left;
}
.block1 section, .block2 section, .block3 section {
	width: 58%;
	position: relative;
	border: 1px solid #19A7E9;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	margin-top: 80px;
}
.block1 section h1, .block2 section h1, .block3 section h1 {
	color: #0081D4;
	font-weight: bold;
	font-size: 24px;
	display: block;
	padding: 0 0 10px 0;
}
.message section h1 {
	color: #004096;
	font-weight: bold;
	font-size: 24px;
	display: block;
	padding: 0 0 20px 0;
}
.block1 section p, .block2 section p, .block3 section p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.3px;
}

.message strong {
	display: block;
	font-size: 16px;
	border-bottom: 2px solid #FFF;
	padding: 0 0 10px 0;
	width: 270px;
	margin: 0 auto 35px auto;
	text-align: center;
}
.message img {
	width: 180px;
	float: right;
	margin-left: 25px;
}
.message p {
	font-size: 16px;
	line-height: 1.8;
}


/*--------------------------------------------------------
　entry
--------------------------------------------------------*/
.entry {
	margin: 50px auto 0 auto;
	width: 800px;
}
.entry h3 {
	font-size: 30px;
	color: #004096;
	text-align: center;
	font-weight: 600;
}
.entry ul {
	width: 47%;
	background: #0081D4;
	padding: 25px;
	border-radius: 15px;
	text-align: center;
	color: #FFF;
	margin: 50px 0 50px 0;
	display: inline-block;
}
.entry ul.kansai {
	float: left;
}
.entry ul.kanto{
	float: right;
}
.entry ul li.area {
	font-size: 24px;
	font-weight: bold;
}
.entry ul li.tel {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.entry ul li.person {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 0 0;
}
.entry ul li.address {
	border-top:1px solid #FFF;
	padding: 10px 0 0 0;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
}




/*--------------------------------------------------------
　interviewList
--------------------------------------------------------*/
.interviewList {
	width: 800px;
	margin: 50px auto;
	clear: both;
	display: block;
	overflow: hidden;
}
.interviewList h3 {
	font-size: 20px;
	background: #0081D4;
	width: 450px;
	margin: 80px auto 30px auto;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 5px 0;
	border-radius: 25px;
}
.interviewList ul {
	line-height: 1.0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interviewList ul li {
	width: 22%;
	padding: 0 0 50px 0;
}
.interviewList ul li strong {
	font-size: 18px;
	color:#004096;
	letter-spacing: 0.1px;
}
.interviewList ul li span {
	font-size: 12px;
}
.interviewList ul li img {
	width: 100%;
	margin: 10px 0 0 0;
}
.interviewList ul li p {
	display: block;
	background: #009FE8;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 12px;
	color: #FFF;
}
.interviewList ul li a {
	text-decoration: none;
}
.interviewList ul li a:hover {
	opacity: 0.7;
}
.interviewList ul li a:hover p {
	opacity: 0.7;
}


a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #FFF;
}
