@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

	.contents .buttonStyle.pink_bg a span{
		background: url("../../images/index/virus.png") 0 50% no-repeat;
		padding: 20px 60px;
	}


/* --------------------------------
   □ nav
-------------------------------- */ 

.nav{
	margin-bottom: 45px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

	.nav .navlist li{
		margin-bottom: 40px;
		width: 340px;
		float: left;
		margin-right: 40px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 10px #0000001A;
	}

	.nav .navlist li a{
		text-decoration: none;
		color: #444;
	}

	.nav .navlist li:last-child{
		margin-right: 0;
	}

	.nav .navlist li dl dt{
		overflow: hidden;
	}

	.nav .navlist li dl dt img{
		transition-duration: 0.3s;
	}

	.nav .navlist li:hover dl dt img{
		moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	.nav .navlist li dl dd{
		padding: 35px 25px;
		font-size: 106%;

	}

	.nav .navlist li dl dd span{
		transition: all 300ms 0s ease;
		background: url("../../images/common/icon/arrow/arrow.png") 98% 50% no-repeat;
		display: block;
	}

	.nav .navlist li a:hover dl dd span{
			background: url("../../images/common/icon/arrow/arrow.png") 100% 50% no-repeat;
	}

	.contents .buttonStyle.pink_bg a {
		padding: 35px;
		border-radius: 0;
		width: 100%;
		margin-bottom: 45px;
		background: url("../../images/common/icon/arrow/arrow-w.png") 96% 50% no-repeat #E9727E;
		transition: all 300ms 0s ease;
	}

	.contents .buttonStyle.pink_bg a:hover{
		background: url("../../images/common/icon/arrow/arrow-w.png") 97% 50% no-repeat #E9727E;
	}


/* --------------------------------
   □ inoculation
-------------------------------- */ 
.inoculation {
	margin-bottom:3em;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001A;
	padding: 35px 60px;
	display: table;
    width: 100%;
	box-sizing: border-box;
	z-index: 2;
    position: relative;
}

.inoculation h2{
	position:relative;
	margin-bottom:2em;
	font-size:1.5rem;
	text-align:center;
}
.inoculation h2::after {
	content: '';
	position: absolute;
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 4px;
	background-color: #64B6AC;
}

.inoculation dl{
	display:flex;
	margin:2em 0;
	width:100%;
	flex-wrap: wrap;
	justify-content:space-between;
box-sizing:border-box;
	font-size:1.05rem;
}

.inoculation dl dt{
	display:block;
	width:6.5em;
	font-weight:bold;
	letter-spacing:0.1em;
}
.inoculation dl dd{
	display:block;
	width:calc(100% - 6.5em);
	margin-bottom:1.5em;
}
.inoculation dl dd:last-child{
	margin-bottom:0;
}

.inoculation dd ol{
	list-style-type:decimal;
	margin-left:1em;
}
.inoculation dd li{
	margin-bottom:0.5em;
}

.inoculation dd ol a.btn{
	position:relative;
	display:inline-block;
	margin-left:1em;
	padding:0.1em 2em;
	font-size:87%;
	background:#64B6AC;
	border-radius:1em;
	color:#fff;
}


.inoculation .note.rice{
	font-size:90%;
}

.inoculation .note.rice li{
	margin-top:0.5em;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.4;
}
.inoculation .note.rice li::before{
	content:"※";
}

.inoculation .note.rice li span{
	background: linear-gradient(transparent 70%, rgba(100, 182, 172,0.6) 70%);
}

.inoculation span.mark{
	background: linear-gradient(transparent 70%, rgba(241, 255, 87,0.6) 70%);
}

/* --------------------------------
   □ newsArea
-------------------------------- */ 

.newsArea {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001A;
	padding: 35px 60px;
	display: table;
    width: 100%;
	min-height:400px;
	box-sizing: border-box;
	z-index: 2;
    position: relative;
}

	.newsArea .titlearea{
		display: table-cell;
		vertical-align: middle;
		width: 30%;
	}

	.newsArea .titlearea h2{
		font-weight: normal;
		margin-bottom: 20px;
		font-size: 153%;
		margin-top: -50px;
	}

.newsArea p.buttonStyle {
    text-align: center;
    margin-left: -40px;
    position: absolute;
    left: 62px;
    bottom: 135px;
    width: 30%;
}
	.newsArea p.buttonStyle a{
		border-radius: 0;
		padding: 15px;
		width: 70%;
		text-align: center;
	}

	.newsArea .listarea{
		display: table-cell;
		vertical-align: middle;
	}


	.newsArea .listarea ul.list li{

	}

		.newsArea .listarea ul.list li a{
			padding: 20px 15px;
			border-bottom: 1px solid #E5E5E5;
			background: url("../../images/common/icon/arrow/arrow.png") 98% 50% no-repeat;
			display: block;
			transition: all 300ms 0s ease;
		}

		.newsArea .listarea ul.list li a:hover{
			background: url("../../images/common/icon/arrow/arrow.png") 100% 50% no-repeat;
			text-decoration: none;
		}

		.newsArea .listarea ul.list li:last-child a{
			border-bottom: none;
		}

		.newsArea .listarea ul.list li dl dt{
			color: #5D737E;
			margin-bottom: 10px;
		}

		.newsArea .listarea ul.list li dl dt span{
			color: #555555;
			background: #EDEDED;
			display: inline-block;
			padding: 3px 15px;
			font-size: 86%;
			margin-left: 15px;
		}

		.newsArea .listarea ul.list li dl dd{
			color: #1A1311;
		}

/* --------------------------------
   □ our
-------------------------------- */ 

#our{
	padding-top: 290px;
	margin-top: -178px;
	background: url("../../images/index/our_bg.jpg") 50% 100% no-repeat #EAFAFA;
	background-size: cover;
	padding-bottom: 90px;
	margin-bottom: 0;
}

	#our h2.title{
		text-align: center;
		background: url(../../images/index/ourmind.png) 50% 50% no-repeat;
		padding: 35px 0;
		color: #5D737E;
		font-weight: normal;
		line-height: 1.8;
	}

	#our .textarea{
	}

	#our .textarea .leftarea{
		width: 47%;
		float: left;
	}

	#our .textarea .rightarea{
		width: 49%;
		float: right;
	}

	#our .textarea p{
		line-height: 1.8;
	}

/* --------------------------------
   □ menu
-------------------------------- */ 

#menu{
	margin-bottom: 70px;
}

#menu ul.column3 li{
	overflow: hidden;
    float: left;
    display: table;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    line-height: 1.3;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	width: 33.3%;
    min-height: 309px;
}

	#menu ul.column3 li a {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		background: 0 0 no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		background-size: cover !important;
	}

	#menu ul.column3 li a:hover{
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	#menu ul.column3 li:last-child{
		margin-right: 0;
	}

	#menu ul.column3 li.about a{
		background: url("../../images/index/gmenu1.jpg") no-repeat;
	}

	#menu ul.column3 li.general a{
		background: url("../../images/index/gmenu2.jpg") no-repeat;
	}

	#menu ul.column3 li.specialty a{
		background: url("../../images/index/gmenu3.jpg") no-repeat;
	}

	#menu ul.column3 li.doctor a{
		background: url("../../images/index/gmenu4.jpg") no-repeat;
	}

	#menu ul.column3 li.staff a{
		background: url("../../images/index/gmenu5.jpg") no-repeat;
	}

	#menu ul.column3 li.facilities a{
		background: url("../../images/index/gmenu6.jpg") no-repeat;
	}

	#menu ul.column3 li .txt{
		color: #fff;
		display: block;
		position: absolute;
		top: 38%;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 200%;
		text-shadow: 0px 0px 10px #000000;
	}

	#menu ul.column3 li .txt span{
		display: block;
		font-size: 46%;
		margin-top: 17px;
		position: relative;
	}

	#menu ul.column3 li .txt span:after{
		position: absolute;
		top: 50%;
		right: 37%;
		margin-top: -4px;
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}

/* --------------------------------
   □ magazine
-------------------------------- */ 

#magazine{
	margin-bottom: 80px;
}

	#magazine h2{
		text-align: center;
		color: #5D737E;
	}

	#magazine h2 span.inline{
		display: inline-block;
	}

	#magazine h2 span.block{
		display: block;
	}

	#magazine h2 span.balloon{
		background: var(--unnamed-color-5d737e) 0% 0% no-repeat padding-box;
		background: #5D737E 0% 0% no-repeat padding-box;
		border-radius: 9px;
		font-size: 56%;
		color: #fff;
		padding: 3px 15px;
		display: inline-block;
		margin-bottom: 15px;
		position: relative;
	}

	#magazine h2 span.balloon:after{
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 7.5px 0 7.5px;
		border-color: #5D737E transparent transparent transparent;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -8px;
	}

	#magazine p.introtext {
		text-align: center;
		margin-bottom: 40px;
	}

	#magazine ul.magazine{
		margin-bottom: 57px;
		overflow: hidden;
	}

	#magazine ul.magazine li{
		width: 193px;
		float: left;
		margin-right: 33px;
	}

	#magazine ul.magazine li:last-child{
		margin-right: 0;
	}

	#magazine ul.magazine li a{
		text-decoration: none;
	}

	#magazine ul.magazine li dl dt{
		margin-bottom: 13px;
		overflow: hidden;
	}

	#magazine ul.magazine li a dl dt img{
		transition-duration: 0.3s;
		width:100%;
	}

	#magazine ul.magazine li a:hover dl dt img{
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	#magazine ul.magazine li dl dd.date{
		margin-bottom: 8px;
	}

	#magazine ul.magazine li a dl dd.date{
		color: #5D737E;
		text-decoration: none;
		font-size: 93%;
	}

	#magazine ul.magazine li a dl dd.title{
		color: #1A1311;
	}

	#magazine ul.magazine li a:hover dl dd.title{
		text-decoration: underline;
	}

	#magazine p.buttonStyle{
		text-align: center;
	}

	#magazine p.buttonStyle a{
		border-radius: 0;
		font-size: 121%;
		width: 40%;
		padding: 20px;
	}

/* --------------------------------
   □ recruit
-------------------------------- */ 

#recruit{
	margin-bottom: 85px;
	display: none;
}

#recruit dl{
	display: table;
	width: 100%;
}

#recruit dl a{
	color: #515151;
	display: block;
	background: url("../../images/common/icon/arrow/arrow.png") 50% 90% no-repeat;
}

#recruit dl a:hover{
	text-decoration: none;
}

#recruit dl dt{
	display: table-cell;
}

#recruit dl dd{
	display: table-cell;
    width: 53%;
	vertical-align: middle;
	padding: 29px 45px;
	background: url(../../images/common/icon/arrow/arrow.png) 95% 50% no-repeat #F1F1F1;
	transition: all 300ms 0s ease;
}

#recruit dl a:hover dd{
	background: url(../../images/common/icon/arrow/arrow.png) 98% 50% no-repeat #F1F1F1;
}

#recruit dl dd p.text{
	margin-bottom: 0;
	font-size: 93%;
}

#recruit dl dd h2{
	font-size: 220%;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

#recruit dl dd h2 span.en{
	color: #64B6AC;
	font-size: 46%;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 8px;
	font-weight: normal;
}

p.phase {
    margin-bottom: 40px;
}


/* --------------------------------
   □ 
-------------------------------- */ 

@media only screen and
(max-width : 767px) {

/* --------------------------------
   □ 
-------------------------------- */ 

.nav {
    margin-top: 0px;
}
	
.nav .navlist li {
	width: auto;
	margin-right: 0;
	float: none;
	margin-bottom: 20px;
}

.nav .navlist li dl dt {
    height: 131px;
}

.nav .navlist li dl dt img {
    width: 100%;
}

.nav .navlist li dl dd {
    padding: 15px 25px;
}

.contents .buttonStyle.pink_bg a {
    padding: 20px;
}
	
.contents .buttonStyle.pink_bg a span {
    padding: 0 0 0 65px;
    background-size: 15%;
	display: block;
}


/* --------------------------------
   □ inoculation
-------------------------------- */ 
.inoculation {
    padding: 7% 5%;
}

.inoculation h2{
	position:relative;
	margin-bottom:2em;
	font-size:1.5rem;
	text-align:center;
}
.inoculation h2::after {
	width: 20%;
}

.inoculation dl{
	flex-direction: column;
	justify-content:space-between;
	font-size:0.95rem;
}

.inoculation dl dt{
	display:block;
	width:100%;
	font-size:110%;
}
.inoculation dl dd{
	display:block;
	width:100%;
	margin-bottom:1.5em;
}
.inoculation dl dd:last-child{
	margin-bottom:0;
}

.inoculation dd ol{
	list-style-type:decimal;
	margin-left:1em;
}
.inoculation dd li{
	margin-bottom:0.5em;
}

.inoculation dd ol a.btn{
	position:relative;
	display:inline-block;
	margin-left:1em;
	padding:0.1em 2em;
	font-size:87%;
	background:#64B6AC;
	border-radius:1em;
	color:#fff;
}





/* --------------------------------
   □ newsArea
-------------------------------- */ 

.newsArea {
	display: block;
    padding: 7% 2%;
	min-height: inherit;
}

	.newsArea .titlearea{
		display: block;
		width: auto;
	}

	.newsArea .titlearea h2{
		text-align: center;
		margin-top: 0;
	}

	.newsArea .titlearea p.buttonStyle{

	}

	.newsArea .titlearea p.buttonStyle a{

	}

	.newsArea .listarea{
		display: block;
		margin-bottom: 40px;
	}

	.newsArea p.buttonStyle {
		position: relative;
		width: 100%;
		bottom: initial;
		left: initial;
		text-align: center;
		margin-left: 0;
	}


/* --------------------------------
   □ our
-------------------------------- */ 

#our {
    padding-top: 160px;
    margin-top: -100px;
	background-size: contain;
}

	#our h2.title {
		background-size: 100%;
		font-size: 127%;
	}
	
	#our .textarea .leftarea{
		width: auto;
		float: none;
	}

	#our .textarea .rightarea{
		width:auto;
		float: none;
	}

/* --------------------------------
   □ menu
-------------------------------- */ 

#menu {
	margin-bottom: 40px;
}
	
#menu ul.column3 li {
    display: block;
	width: 100%;
	min-height: 267px;
}

	#menu ul.column3 li a{
		display: block;
		height: 267px;
	}
	
#menu ul.column3 li .txt{
	position: relative;
}

#menu ul.column3 li .txt span:after {
    right: 33%;
}


/* --------------------------------
   □ magazine
-------------------------------- */ 

#magazine h2 {
    margin-bottom: 7%;
	font-size: 133%;
}

#magazine p.introtext{
    font-size: 93%;
}
	
#magazine ul.magazine li {
    width: auto;
    float: left;
    margin-right: 0;
}
	
#magazine ul.magazine li dl dt{
    width: 30%;
	float: left;
}

#magazine ul.magazine li a dl dd{
    width: 65%;
    float: right;
	font-size: 93%;
}

#magazine p.buttonStyle a{
    width: 100%;
}









}

	
