@charset "utf-8";

/* -- メインビジュアル -- */
.topMainImg {
	position: relative;
	
}
/* -- メインビジュアルタイトル -- */
.topMainTitle {
	font-size: 4.8rem;
	color: #fff;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align:left;
	text-shadow: 0 0 4px rgba(0, 0, 0, .25);
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 50;
}
.topMainTitle span {
	font-style:italic;
	font-weight: bold;
	line-height: 1.35em;
	margin-bottom: 10px;
	display:block;
}
.topMainTitle p {
	font-family: Montserrat,'Abel', sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	font-weight: normal;
}
/* -- メインビジュアルテキスト -- */
.mainTextBox {
	background: #fff;
	padding: 45px 40px 60px 80px;
}
.mainTextBox .enText {
	font-family: 'Abel', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #5295A3;
	margin-bottom: 5px;
}

/* -- メインビジュアル スライド -- */
.mainImg {
	width: 100% !important;
}
/* -- 
.mainImg .slideBox {
	margin-bottom: 0;
	overflow: hidden;
	height: 683px;
	position: relative;
}
.mainImg .slideBox img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50.1%;
    left: 50.1%;
    -webkit-transform: translate(-50.1%, -50.1%);
    -ms-transform: translate(-50.1%, -50.1%);
    transform: translate(-50.1%, -50.1%);
}
 -- */
.mainImg .slideBox img {
    width: 100%;
}
.mainImg .slideBox p {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.3rem;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 5%;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width: 768px) {
	.mainImg .slideBox img {
		min-width: 1600px;
	}
	/* -- メインビジュアルテキスト -- */
	.mainTextBox {
		width: calc(100% - 50%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 50;
		box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- メインビジュアル -- */
	.topMainImg {
	}
	.mainImg .slideBox {
		height: 340px;
	}
	.mainImg .slideBox img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50.1%;
		left: 50.1%;
		-webkit-transform: translate(-50.1%, -50.1%);
		-ms-transform: translate(-50.1%, -50.1%);
		transform: translate(-50.1%, -50.1%);
		min-width: 800px;
	}
	
	/* -- メインビジュアルタイトル -- */
	.topMainTitle {
		font-size: 2.4rem;
		bottom: 20px;
		left: 20px;
	}
	.topMainTitle p {
		font-size: 1rem;
	}
	.topMainTitle span {
	}

	/* -- メインビジュアルテキスト -- */
	.mainTextBox {
		padding: 30px;
	}

	.mainImg .slideBox p {
		right: 5%;
		bottom: 3%;
	}
}
@media screen and (max-width: 480px) {
	/* -- メインビジュアル -- */
	.mainImg .slideBox {
		height: 250px;
	}
	.mainImg .slideBox img {
		min-width: 700px;
	}
}


/* -- 各内科 折りたたみコンテンツ -- */
@media screen and (min-width: 768px) {
	.toggleContents {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	.ocBtn {
		position:relative;
	}
	.toggle-icon {
		display: block;
		position:absolute;
		top:0;
		bottom:0;
		right:20px;
		margin:auto;
		height: 16px;
		width: 16px;
	}
	.toggle-icon::before, .toggle-icon::after {
		content: '';
		height: 2px;
		width: 16px;
		display: block;
		background: #fff;
		position: absolute;
		top: 7px;
		left: -2px;
	}
	.toggle-icon::after {
		height: 16px;
		width: 2px;
		top: 0;
		left: 5px;
	}
	.is-open .toggle-icon::after {
		display:none;
	}
	/* -- 折りたたみコンテンツ -- */
	.toggleContents {
		display: none;
	}
	
}



/* -- 内科 -- */
.TopContents01 {
	display: flex;
	flex-flow: row wrap;
}
.TopContents01 h2 {
	font-size:2.4rem;
	font-weight:bold;
	padding:150px 0 140px;
}
.TopContents01 h2 a{
	color:#fff;
	display: inline-block;
}
.TopContents01 h2 a:hover {
    color: #d7eef1;
	text-decoration:none;
}
.TopContents01 h2 span {
	font-size:1.0rem;
	font-family: Montserrat,'Hind', sans-serif;
	font-weight:normal;
	display:block;
}
.TopContents01 .text {
	color:#fff;
	width:80%;
	text-align:center;
	flex-flow: row wrap;
	font-size: 0;
	margin: 0 auto 40px;
}
.TopContents01 .text li {
	width:50%;
	border-bottom:1px solid #fff;
	font-size: 1.6rem;
	display:inline-block;
	position: relative;
}
.TopContents01 .text li:nth-child(1){
	width:100%;
	border-top:1px solid #fff;
}
.TopContents01 .text li:nth-child(even) a::after {
	content:"|";
	position:absolute;
	right:0;
	font-weight:bold;
	color:#fff !important;
}
.TopContents01 .text li a {
	color:#fff;
	display: block;
	padding: 10px 0;
}
.TopContents01 .text li a:hover {
    color: #d7eef1;
	text-decoration:none;
}
.medicine01 {
	background:#32b1b8;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
.medicine02 {
	background:#3495b8;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
.medicine03 {
	background:#3279b8;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
	.TopContents01 h2 {
		font-size:2rem;
		padding:15px 0 10px;
	}
	.TopContents01 .text {
		width:90%;
	}
	.TopContents01 .text li {
		font-size: 1.4rem;
	}
	.medicine01 {
		width: 100%;
	}
	.medicine02 {
		width: 100%;
	}
	.medicine03 {
		width: 100%;
	}
}



.TopContents02{
	display: flex;
	flex-flow: row wrap;
}
/* -- お知らせ -- */
.newsBlock {
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	padding:60px 0 240px;
	text-align:right;
	padding-right: 48px;
}
.newsBlock .title {
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.08em;
	display:inline-block;
	margin-right: 0;
	width: 522px;
}
.newsBlock .title img {
    width: 45px;
	display:block;
	margin: 0 auto 25px;
}
/* -- 研究業績 -- */
.resultsBlock {
	background:#eff5f5;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	padding:60px 0 240px;
	text-align:left;
	padding-left: 48px;
}
.resultsBlock .title {
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.08em;
	display:inline-block;
	margin-right: 0;
	width: 522px;
}
.resultsBlock .title img {
    width: 46px;
	display:block;
	margin: 0 auto 19px;
}

.newsList {
    width: 522px;
	margin-top:40px;
}
.newsList .news {
	margin-top: 3px;
	display: block;
	margin-left: 0;
	width: auto;
}
@media screen and (max-width: 767px) {
	.newsBlock,
	.resultsBlock {
		width: 100%;
		padding:30px 0 20px;
		text-align:center;
	}
	.newsBlock .title,
	.resultsBlock .title {
		font-size:1.8rem;
		margin-bottom: 20px;
		width:auto;
	}
	.newsBlock .title img {
		width: 30px;
		margin: 0 auto 10px;
	}
	.resultsBlock .title img {
		width: 30px;
		margin: 0 auto 10px;
	}
	.newsBlock .newsList,
	.resultsBlock .newsList {
		width: 90%;
		margin: 0 auto 30px;
	}

}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 440px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 440px;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin-bottom:1px;
}
 
.loopSlider ul {
    height: 440px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 340px;
    height: 440px;
    float: left;
    display: inline;
    overflow: hidden;
	position:relative;
	padding-right:1px;
}
.loopSlider ul li img{
    max-width: 440px;
	height: 440px;
	margin-left:-220px;
	left:50%;
	position:relative;
}
.loopSlider p::before {
	display:block;
	height:4px;
	width:32px;
	content:"";
	margin-bottom:15px;
}
.loopSlider p.slide_re::before {
	background:#32b1b8;
}
.loopSlider p.slide_en::before {
	background:#3294b8;
}
.loopSlider p.slide_he::before {
	background:#3279b8;
}
.loopSlider p {
	position:absolute;
	left:30px;
	bottom:25px;
	font-size:1.2rem;
	font-weight:bold;
	color:#323232;
}
.loopSlider p strong {
	font-size:1.8rem;
	display:block;
}
.loopSlider .white p {
	color:#fff;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/* -- 人を知る -- */
.TopContents03 {
    margin-top: -161px;
}
.TopContents03 .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
	margin-bottom:40px;
}
.TopContents03 .title img {
    width: 40px;
    display: block;
    margin: 0 auto 25px;
}
.humanBlock {
	background-color: #fff;
}
.humanNav::after,
.humanNavRight::after {
	content: "";
	display: block;
	clear: both;
}
.humanNavLeft {
	float: left;
	width: 50%;
	position:relative;
}
.humanNavRight {
	float: right;
	width: 50%;
	padding-left:1px;
	position:relative;
}
.humanNav a {
	display: block;
	position: relative;
}
.humanNav img {
	width: 100%;
	height: auto;
}
.humanNav a .img_hover {
	position: relative;
	z-index: 1;
}
.humanNav .text {
	width:340px;
	background:#fff;
	padding:30px 0 0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
	color:#323232;
	text-align:left;
}
.humanNav .text h3 {
	margin-left:30px;
	position:relative;
	padding-left: 20px;
	letter-spacing: 0.05em;
	font-weight:bold;
}
.humanNav .text h3 strong {
	font-size:2.6rem;
	display:block;
	line-height: 1.3;
}
.humanNav .text h3 span {
	color:#37b8b6;
}
.humanNav .text h3::before {
	display:block;
	content:"";
	background: url(/shared/img/icon_h.gif) no-repeat center center /  4px 56px;
	height:56px;
	width:4px;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
}

@media screen and (max-width: 767px) {
	.loopSlider {
		height: 220px;
	}
	.loopSlider ul li {
		height: 220px;
		width:220px;
		padding-right:2px;
	}
	.loopSlider ul li img{
		max-width: 220px;
		height: 220px;
		margin-left:-110px;
	}
	.loopSlider p {
		left: 15px;
		bottom: 15px;
		font-size: 1rem;
	}
	.loopSlider p::before{
		height: 4px;
		width: 25px;
		content: ;
		margin-bottom: 8px;
	}
	.loopSlider p strong {
		font-size: 1.6rem;
	}
	.loopSliderWrap {
		height: 220px;
	}
	.TopContents03 {
		margin-top: 30px;
	}
	.TopContents03 .title img {
		width: 30px;
		margin: 0 auto 10px;
	}
	.TopContents03 .title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.humanNavLeft,
	.humanNavRight {
		float: none;
		width: 100%;
		margin-bottom:1px;
	}
	.humanNav .text {
		width: 170px;
		padding: 10px;
	}
	.humanNav .text h3 {
		font-size:1.2rem;
		margin-left: 5%;
		padding-left: 15px;
	}
	.humanNav .text h3 strong {
		font-size:1.7rem;
	}
	.humanNav .text h3 span {
		font-size:1.7rem;
	}
	.humanNav .text h3::before {
		background: url(/shared/img/icon_h.gif) no-repeat center center /  3px 42px;
		height:42px;
		width:3px;
	}
}

@media screen and (max-width: 480px) {
	.contentsHome .humanNavRight h3 small {
		display: block;
		margin-top: -.8em;
	}
}