@charset "UTF-8";



/* kansan
---------------------------------------------------------*/
.kansan{
	text-align: center;
	position: relative;
}
.kansan::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/health-check/shadow1@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 110%;
	height: 50px;
	left: -5%;
	top: 1.5em;
	aspect-ratio: 1500 / 68;
}
.kansan .kasan_tit{
	z-index: 2;
	display: inline-block;
	margin: 0 auto;
	background: #d9c700;
	color: #fff;
	border-radius: 50px;
	font-size: min(150%,2.7vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: .5em 1em;
	box-sizing:border-box;
	position: relative;
	min-width: 550px;
	margin-bottom: 45px;
}
.kansan .kasan_tit::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/health-check/abs01@2x.png")no-repeat top center;
	background-size: 100% auto;
	width: 12px;
	height: 10px;
	top:100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.kansan .slide_wrap {
	position: relative;
	width: 100%;
	overflow: hidden; 
}
.kansan .flow_slide {
	width: 100%;	
}
.kansan .flow_slide .swiper-slide {
	width: auto !important; 
}
.kansan .flow_slide .swiper-slide img {
	display: block;
	width: 1848px;
	max-width: none;
}
.kansan .flow_slide p{
	text-align: left;
	color: #fff;
	margin-top: .9em;
}
.kansan .flow_slide .swiper-scrollbar {
	position: relative;
	width: 105%;
	background-color: #d3c7b8;
	margin: .7em auto 0 -5%;
}
.kansan .flow_slide .swiper-scrollbar-drag {
	background-color: #816032;
	height: 5px;
}

.med_bgarea .com_index1{	background: #90734b;}

.he_col3{
	display: flex;
    justify-content: space-between;
}
.he_col3 li{
	position: relative;
	width: 31.2%;
	padding: 0 3.5% 40px;
	box-sizing: border-box;
}
.he_col3 li::before{
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 40px);
	bottom: 0;
	left: 0;
	border-radius: 5px;
}
.he_col3 li .inbox{
	position: relative;
	z-index: 2;
}
.he_col3 li .icon{
	width: 65%;
	margin: 0 auto 1.3rem;
}
.he_col3 li dt{
	font-size: min(160%,2.5vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #846d56;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.kansan .kasan_tit{
	margin-bottom: 4%;
}
	
.kansan .flow_slide .swiper-slide img {
	width: 190vw;
}
	
.he_col3 li{
	width: 32%;
	padding: 0 2.5% 4%;
}
.he_col3 li::before{
	height: calc(100% - 5vw);
}
.he_col3 li .icon{
	width: 13vw;
	max-width: 160px;
	margin: 0 auto 1rem;
}
.he_col3 li dt{
	margin-bottom: .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.kansan::before{
	top:2em;
}
.kansan .kasan_tit{
	font-size:115%;
	line-height: 1.3em;
	padding: .5em 2.5em;
	min-width: 1em;
	margin-bottom: 6%;
}
.kansan .flow_slide .swiper-slide img{
	width: 320vw;
}
.kansan .flow_slide p{
	font-size:90%;
	margin-top: .5em;
}
	
.he_col3{
	display: block;
}
.he_col3 li{
	width: 100%;
	padding: 0 4% 5%;
	margin-bottom: 4%;
}
.he_col3 li::before{
	height: calc(100% - 6vw);
}
.he_col3 li .icon{
	width: 25vw;
	margin: 0 auto 1rem;
}
.he_col3 li dt{
	font-size: 115%;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
}