@charset "UTF-8";
/* CSS Document */

.img_1 {
	background-image: url(../../index_img/diagnosis_2.jpg)
}

.img_2 {
	background-image: url(../../index_img/_5220914.jpg)
}

.img_3 {
	background-image: url(../../index_img/diagnosis_2.jpg)
}

.fit_1 {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fit_2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 50vw;
}
.fit_3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 30vw;
}

.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*movを画面にフィット
.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.video_wrapper2 {
	position: relative;
	width: 95%;
	margin-left: 2%;
	margin-right: auto;
	padding-bottom: 2%;
	max-width: 2560px;
	overflow: hidden;
}
.video_wrapper2 > video {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 10px;
	border-width: 0px;
	border-style: none;
}
*/


.bk_back {
	background-color: hsla(0,0%,0%,0.30);
	-webkit-box-shadow: 0px 0px 30px hsla(0,0%,0%,0.30);
	box-shadow: 0px 0px 30px hsla(0,0%,0%,0.30);
}
.pdd5 {
	padding: 5px;
}
.r10{
	border-radius: 10px;	
}

.t_shadow {
	text-shadow: 1px 1px 7px hsla(0,0%,0%,1.00);
}

.slideshow-fade{
    position: relative;
    width: 100%;
    height: 30vh;
}
.slideshow-fade li{
        list-style: none;
        width: 100%;
        height: 100%;
}

.slideshow-fade li img{
	width: 100%;
	height: auto;
	/*position: absolute;
	left: 0;
	top: 0;*/
        }
