@charset "utf-8";


/*  */
.information{}
.information__inner{}
.information__heading{
	text-align: center;
}
.information__em{
	color: #DA340A;
}
.information__items{
	
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.information__item{}
.information__link{
	display: block;
	height: 100%;
}
.information__photo{}
.information .separate1{
	margin-top: 0;
	margin-bottom: 0;
}
.information__img{}
.information__note{
	margin: 0;
	padding: 1em;
	font-size: .875em;
	line-height: 2em;
}
.information__more{
	margin-top: 2em;
	text-align: center;
}
@media print, screen and (min-width: 768px){
.information{}
.information__inner{}
.information__heading{}
.information__items{
	margin-left: -2%;
	
	
	
	flex-wrap: nowrap;
}
.information__item{
	margin-left: 2%;
	
	flex: 1 1 100%;
	-o-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
}
.information__link{}
.information__photo{}
.information__img{}
.information__note{}
.information__more{}
}
@media only screen and (max-width: 767px){
.information{}
.information__inner{}
.information__heading{}
.information__items{
	margin-left: -5%;
	
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.information__item{
	margin-left: 5%;
	margin-bottom: 1.5em;
	
	flex: 1 1 45%;
	-o-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	-moz-flex: 1 1 45%;
	-webkit-flex: 1 1 45%;
}
.information__link{}
.information__photo{}
.information__img{}
/* ▼ 2017.11.25 ▼ */
.information__note{
	line-height: 120%;
}
/* ▲ 2017.11.25 ▲ */
	.information__more{}
}





/*  */
.campaign{}
.campaign__heading{}
.campaign__inner{}
.campaign__more{
	text-align: center;
}
@media print, screen and (min-width: 768px){
.campaign__tab{
	margin-bottom: 2em;
}
}
@media only screen and (max-width: 767px){
.campaign__tab{
	margin-bottom: 1em;
}
}









/**
2020.2.27
 * Page:Home
 **/
#mainvisual{
	position: relative;
	top: 0;
	margin-top: 0px;
	margin-bottom: 45px;
	width: 100%;
	max-height: 500px;
	height: 100vh;
	z-index: 0;
}
.mainvisual_scene{
	position: relative;
	max-height: 500px;
	height: 100vh;
	padding-top: 100px;
	padding-bottom: 70px;
	background: url('../img/index/mv-top1.jpg') no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	#mainvisual{
		max-height: 300px;
		height: 100vh;
		z-index: 0;
		margin-bottom: 60px;
	}
	.mainvisual_scene{
		max-height: 300px;
		height: 100vh;
	}
}
#mainvisual_scene1{
	background-image: url('../img/disease/mv-disease.jpg');
}
#mainvisual_scene2{
	background-image: url('../img/medstaff/mv-medstaff.jpg');
/*  background-position: center 25%;*/
}
.mainvisual_scene .inner_content{
	height: 100%;
}
@media print, screen and (min-width: 768px){

.mainvisual_scene .inner{
	position: absolute;
	top: 150px;
	width: 1000px;
	margin-left: 0px;
	text-align: right;
_background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.15) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
_background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
_background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
_filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	padding: 20px 5px 20px 20px;
}
}
.cate-personal .mainvisual_scene .inner{
	position: absolute;
	top: auto;
	bottom: 110px;
	right: 0px;
	width: 320px;
	margin-left: 500px;
}
.cate-personal .mainvisual_scene .inner p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.cate-personal .mainvisual_scene .inner p.copy{
	font-size: 2rem;
	font-weight: bold;
}
.cate-personal .mainvisual_scene .inner .btn{
	margin-top: 10px;
}

.mainvisual_scene ul{
	list-style: none;
	margin: 0;
	padding: 20px 5px;
}
#mainvisual_scene1 li{
	display: inline-block;
	margin-right: 10px;
}
#mainvisual_scene1 img{
	width: 110px;
}
.mainvisual_scene .inner p.copy{
	line-height: 1.6;
	font-size: 1.25rem;
	font-weight: bold;
	padding-right: 0;
	text-shadow:2px 2px 0px #000;
	color:#FFF;

}
.mainvisual_scene .inner p.copy strong {
	line-height: 1.6;
	font-size: 1.75rem;
	font-weight: bold;
	padding-right: 0;
	text-shadow:2px 2px 0px #000;
	color:#FFF;
}

.mainvisual_scene .inner p {
	line-height: 1.6;
	font-size: 0.25em;
	padding-right: 30px;
	margin-bottom: 10px;
	text-shadow:1px 1px 0px #000;
	color:#FFF;
	margin-top: 1rem;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 768px) {
	.mainvisual_scene a {
	text-decoration: none;
	}
	.mainvisual_scene .inner p.copy{
		text-align: center;
		text-shadow:1px 1px 0px #222;
		color:#FFF;
	}
	.mainvisual_scene .inner p.copy strong {
		font-size: 1.5rem;
		text-shadow:1px 1px 0px #222;
	}
	.mainvisual_scene .inner p{
		text-shadow:0px 0px 0px #FFF;
		color:#222;
	}
}
@media only screen and (max-width: 320px) {
	.mainvisual_scene .inner p.copy strong{
		font-size: 1.5rem;
	}
}


#mainvisual_scene2 .s2_img{
	width: auto;
	height: 150px;
}
@media (min-height:650px ) {
/*.mainvisual_scene .inner p{
	line-height: 2.2;
}
#mainvisual_scene2 .s2_img{
	width: auto;
	height: 190px;
}*/
}
@media (min-height:900px ) {
/*
	.cate-personal .mainvisual_scene .inner{
		position: absolute;
		top: 50vh;
		right: 0px;
		width: 320px;
		margin-left: 0px;
	}*/
}

/* ▲ 2020.2.27 ▲ */





@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}
