/*-----------------------------------
index
-----------------------------------*/

/*  slider  */
.slider{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	font-size: 1.1em;
	background: #eee;
}
.item-slid{
	position: relative;
	overflow: hidden;
}
.item-slid img{
	z-index: 0;
	width: 100%;
}
.slider a img:hover{
	opacity: 0.95;
}

.txt-slid{
	position: absolute;
	top: 0;
	left: 2.8em;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.txt-slid-right{
	position: absolute;
	top: 0;
	right: 2.8em;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	justify-content: center;
}

.txt-slid-center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
/*左寄せ 少し中央寄り 768pxと567pxでleft位置変更*/
.txt-slid-left{
	position: absolute;
	top: 0;
	left: 10em;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}


.slide_copy{
	font-size: 1.65em;
	line-height: 1.35;
	margin-bottom: 0.5em;
}
.slide_copy_big{
	font-size: 1.85em;
	line-height: 1.35;
	margin-bottom: 0.5em;
}

.slide_copy_small{
	font-size: 1.25em;
	line-height: 1.35;
	margin-bottom: 0.5em;
}


.sp-small{
	font-size: 0.85em;
}
.click {
	font-size: 0.85em;
	background: #fff;
	color: #666;
	display: inline;
	width: 5em;
	text-align: center;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	margin-top: 1.25em;
}
.click-arw-white {
	font-size: 0.85em;
	background: #fff;
	color: #666;
	display: inline-block;
	width: 9em;
	padding: .25em .75em;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	margin-top: 1.25em;
	position: relative;
}
.click-arw-white:before {
	position: absolute;
	top: 50%;
	right: .25em;
	content: '';
	margin-top: -.25em;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #686868;
}
.click-kon {
	font-size: 0.85em;
	background: #124368;
	color: #fff;
	display: inline-block;
	width: 5em;
	text-align: center;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	margin-top: 1.25em;
	padding: .25em;
}
.click-kon-large {
	font-size: 0.85em;
	background: #124368;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	margin-top: 1.25em;
	padding: .25em .5em;
}


/* オンラインストア　21/2/25  */
.btn-slide-srore{
	font-size: .875em;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	background: #255477 url(../images/common/icon-cart.png) no-repeat 95% center;
	background-size: 2.5em auto;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	color: #fff;
	padding: .75em 1em;
	width: 15.5em;
	margin-top: 1em;
}
.btn-slide-srore div{
	font-size: .875em;
}
.btn-slide-srore span{
	position: relative;
	font-weight: bold;
	font-size: 1.18em;
}
.btn-slide-srore span:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	margin-top: -4px;
	margin-left: 10px;
	vertical-align: middle;
}

/*キャットフレンドリークリニック 21/5/11 */
.btn-cfc img{
	width: 10.5em!important;
	height: auto!important;
	position: absolute;
	right:3.6em;
	top: 50%;
	margin-top: -4.25em;

}
	@media screen and (max-width: 736px) {
		.btn-cfc img{
			width: 8em!important;
			margin-top: -3.25em;
			right:2.5em;
		}
	}
	@media screen and (max-width: 567px) {
		.btn-cfc img{
			width: 6.5em!important;
			position: relative;
			right: auto;
			top: auto;
			margin-top: .25em;
		}
	}


@media screen and (max-width: 768px) {
	.slider{
		font-size: 1.0em;
	}
	.txt-slid{
		left: 1.5em;
	}
	.txt-slid-right{
		right: 1.5em;
	}
	/*左寄せ 少し中央寄り 768pxと567pxでleft位置変更*/
	.txt-slid-left{
		left: 6.5em;
	}
}
@media screen and (max-width: 567px) {
	/*左寄せ 少し中央寄り 768pxと567pxでleft位置変更*/
	.txt-slid-left{
		left: 1.5em;
	}
}


@media screen and (max-width: 567px) {
	/*567px で　改行*/
	.slider-block{
		display: block;
	}
	.slider img{
		width: auto;
		height: 20.5em;
		object-fit: cover;
	}
	.item-slid .sp-span-bgwhite span{
		background: rgba(255,255,255,0.5);
	}
	.sp-small{
		font-size: 0.7em;
	}
	.object-right{
		  object-position: 78% 0
	}
	.object-right2{
		  object-position: 89% 0
	}
	.object-right3{
		  object-position: 72% 0
	}
	.object-left{
		  object-position: 30% 0
	}
	.object-left2{
		  object-position: 0% 0
	}
	.object-center{
		  object-position: 42% 0
	}
	.object-center2{
		  object-position: 50% 0
	}
	.object-center3{
		  object-position: 38% 0
	}
	.object-center4{
		  object-position: 64.5% 0
	}
	/*スマホで見た時のみ 文字小さくする*/
	.txt-sp-small{
		font-size: .875em;
	}
	/*スマホで見た時のみ 文字すこし小さくする*/
	.txt-sp-medium{
		font-size: .923em;
	}
}
@media screen and (max-width: 374px){
	.txt-sp-small{
		font-size: .85em;
	}
}

/*整形予約用ーーーーーーーーー*/
.txt-slid-seikei{
	position: absolute;
	top: 0;
	left: 92%;
	transform: translateX(-100%);
	width: 38%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	justify-content: center;
	color: #666;
}

.slide_copy_seikei{
	font-size: 2.785em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	color: #666;
	width: 100%;
}
.click-page span{
	display: inline-block;
	font-size: 0.9333em;
	width: 80%;
	background: #124368;
	color: #fff;
	padding: .25em 3em .25em 1em;
	margin-top: 1.5em;
	position: relative;
}
.click-page span:before{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}

	@media screen and (max-width: 1120px) {
		.slide_copy_seikei{
			font-size: 2.375em;
		}
	}

	@media screen and (max-width: 767px) {
		.txt-slid-seikei{
			left: 96%;
			width: 40%;
		}
		.slide_copy_seikei{
			font-size: 2em;
		}
		.click-page span{
			width: 85%;
		}
	}
	@media screen and (max-width: 567px) {
		.object-center-seikei{
			object-position:35% 0
		}
		.txt-slid-seikei{
			left: 98%;
			width: 46%;
		}
		.slide_copy_seikei{
			font-size: 1.625em;
		}
		.txt-slid-seikei p span{
			display: block;
		}
		.click-page span{
			width: 90%;
		}
	}
	@media screen and (max-width: 374px) {
		.txt-slid-seikei{
			width: 49%;
		}
	}



/*病院名称変更ーーーーーーーーー*/
.kpc-2022-all .kpc-2022{
	position: absolute;
	top: 0;
	right: 4em;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
}
.kpc-2022-all .kpc-2022 img{
	width: 46%;
	height: auto;
}
	@media screen and (max-width: 567px) {
		.kpc-2022-all .kpc-2022{
			right: 0;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
		.kpc-2022-all .object-left2{
			background: #e7eded;
			object-fit: contain;
			object-position: bottom;
		}
		.kpc-2022-all .kpc-2022 img{
			position: relative;
			width: 82%;
			top: -1rem;
 		}
	}

/*整形予約2025変更 ーーーーーーーーー*/
.seikeiyoyaku-2025 img{
	max-width: 450px;
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
}
	@media screen and (max-width: 567px) {
		.seikeiyoyaku-2025 img{
			max-width: 220px;
			width: 50%;
		}
	}


/*フードの日2025変更 ーーーーーーーーー*/
.food-2025-posi{
	object-position: 100% 0;
}
.food-2025 img{
	width: 30.666666vw;
	height: auto;
	position: absolute;
	top: 53%;
	left: 4vw;
	transform: translateY(-50%);
}
	@media screen and (min-width: 1200px) {
		.food-2025 img{
			width: 370px;
		}
	}
	@media screen and (max-width: 567px) {
		.food-2025-posi{
			object-position: 88% 0;
		}
		.food-2025 img{
			width: 37.03703703703704vw;
		}
	}
	@media screen and (max-width: 480px) {
		.food-2025 img{
			width: 50vw;
			top: 92%;
			transform: translateY(-100%);
		}
	}
/*フードのオンラインストアーーーーーーーーー*/
.onlinestore-2026 img{
	width: 40%;
	max-width: 500px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
}

	@media screen and (max-width: 567px) {
		.object-onlinestore-2026{
		  object-position: 80% 0
		}
		.onlinestore-2026 img{
			width: 65%;
			left: 5%;
			top: 50%;
			transform: translateY(-50%);
		}
	}



/*  information  */
.wrap-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin:2.5em auto;
}
.wrap-info .midashi_small{
	margin-bottom: 0.5em;
}
.item-info{
	width: 48%;
	line-height: 1.4;
}
.information li{
	border-bottom: 1px solid #ddd;
	padding: 0.8em 0;
}
.information li:first-child{
	padding-top: 0;
}
.information li a,
.information li span{
	padding-right: 1em;
}
.date{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
}

	@media screen and (max-width: 768px) {
		.wrap-info{
			margin: 2.5em auto;
		}
		.item-info{
			width: 100%;
		}
		.item-info:first-child{
			margin-bottom: 1em;
		}
		.date{
			display: block;
		}
	}

/* guide （guide 消OK） 

.wrap-guide{
	position: relative;
	color: #fff;
	overflow: hidden;
	max-height: 22em;
}
#bg-video video {
	width: 100%;
	height: 100%;
	position: relative;
	top:-6em;
}
.guide-position{
	position: absolute;
	margin: 5em 0;
	width: 50%;
	z-index: 500
}
	@media screen and (max-width: 768px) {
		.wrap-guide{
			max-height: 19em;
		}
		.guide-position{
			margin: 2.5em 0;
			width: 90%;
		}
	}
	@media screen and (max-width: 736px) {
		#bg-video video {
			width: 110%;
			height: 110%;
			top: 0;
		}
	}
	@media screen and (max-width: 414px) {
		#bg-video video {
			width: 150%;
			height: 150%;
			left: -5em;
		}
	}

*/
/* 

shinryo-team
*/

.fadein{
	opacity : 0;
	transition : all 1.5s;
	-webkit-transition: all 1.5s;
}
.fadein.scrollin{
	opacity : 1;
}
.infinity-delay {
	transition-delay: 1s;
}
.delay1 {
	transition-delay: .4s;
}
.delay2 {
	transition-delay: 1.4s;
}
.wrap-shinryo-team{
	background: url(../images/index/bg-texture.jpg) repeat;
	background-size: 100px auto;
}
.wrap-shinryo-team .wrap-text{
	max-width: 1200px;
	width: 94%;
	margin:0 auto;
}

/* shinryo-body  */
.shinryo-body{
	padding: 3em 0 3.75em;
}
.shinryo-body .pict{
	position: relative;
}
.shinryo-body .pict img{
	width: 31.5%;
	position: absolute;
	top: 1em;
}
.shinryo-body .pict img.posi-left{
	left: 0;
	z-index: 1;
}
.shinryo-body .pict img.posi-right{
	right: 0;
	z-index: 1;
}
.shinryo-body .body{
	width: 44%;
	margin: 0 auto;
	text-align: center;
	position: relative;
} 
.shinryo-body .copy{
	color: #124368;
	font-size: 1.8125em;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 1em .75em 1em;
}
.shinryo-body .copy span{
	display: inline-block;
}
	@media screen and (max-width: 850px) {
		.shinryo-body .pict img{
			width: 29%;
			position: absolute;
		}
		.shinryo-body .copy{
			font-size: 1.625em;
		}
	}
	@media screen and (max-width: 768px) {
		.shinryo-body{
			padding: 3em 0;
		}
		.shinryo-body .pict{
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.shinryo-body .pict img{
			width: 50%;
			position: relative;
			top: 0;
		}
		.shinryo-body .body{
			width: 85%;
			margin-top: -.5em;
		}
		.shinryo-body .copy{
			font-size: 1.8125em;
		}
	}
	@media screen and (max-width: 567px) {
		.shinryo-body{
			padding: 2em 0 2.5em;
		}
		.shinryo-body .body{
			width: 100%;
		}

		.shinryo-body .copy{
			font-size: 1.75em;
		}
		.shinryo-body .copy span{
			display: block;
		}

	}

a.link-shinryo{
	display: block;
	border:1px solid #124368;
	color: #124368;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	max-width: 240px;
	padding: 1em 0.5em;
	margin: -2em auto 0;
	text-align: center;
}
a.link-shinryo::after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #124368;
	transition: all .2s;
}
a.link-shinryo:hover::after{
	right: -.05em;
}
	@media screen and (max-width: 567px) {
		a.link-shinryo{
			margin-top: -.75em;
		}
	}

/* team-body  */
.team-body{
	padding-bottom: 3em;
	position: relative;
}
.team-body .copy{
	color: #124368;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
}
.team-body .copy span{
	display: inline-block;
}
.team-body ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 2em;
}
.team-body li{
	width: calc(100% / 4 - 1em);
	background: #124368;
	color: #fff;
	padding: 1.25em 2.75em 1.25em 1.25em;
	margin-bottom: 1em;
	border-radius: .25em;
	box-shadow: 0 .75em 1.25em #aaa;
	position: relative;
	font-weight: 500;
}
.team-body li span{
	width: 2.75em;
	height: 2.75em;
	position: absolute;
	right: .75em;
	top: .75em;
}
	@media screen and (max-width: 768px) {
		.team-body li{
			width: calc(100% / 4 - .5em);
			padding: 2.75em 0 1.75em;
			text-align: center;
			margin-bottom: 2.75em;
		}
		.team-body li span{
			right: auto;
			top: -1.5em;
			left: 50%;
			width: 3.5em;
			height: 3.5em;
			transform: translate(-50%,0%);
		}
	}
	@media screen and (max-width: 568px) {
		.team-body li{
			font-size: 0.78571428571em;
		}
	}

a.link-team{
	display: block;
	background:#124368;
	color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	padding: .5em 2em;
	text-align: center;
	position: absolute;
	top: -.25em;
	right: 0;
}
a.link-team::after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
}
a.link-team:hover::after{
	right: -.05em;
}
	@media screen and (max-width: 768px) {
		a.link-team{
			position: relative;
			width: 240px;
			margin: 1em auto 0;
			padding: 1em 0.5em;
		}
	}


/*yoyaku*/
.wrap-yoyaku{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: .9375em;
}
.item-yoyaku{
	width: 33.3333%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em 0;
}
.item-yoyaku a{
	display: block;
	font-weight: 500;
	position: relative;
	text-align: center;
}
.item-yoyaku:nth-child(1){
	background: #95b7c5;
}
.item-yoyaku:nth-child(2){
	background: #a9c4d1;
}
.item-yoyaku:nth-child(3){
	background:#bcd0db;
}
.item-yoyaku img{
	width: 4em;
	height: auto;
	margin:0 auto 3px auto;
	display: block;
}
.item-yoyaku img:hover{
	opacity: 0.8;
}


/* senmon */
.wrap-senmon{
	text-align: center;
	padding: 3em 0 3.5em 0;
}
.wrap-senmon .senmon{
	padding: 2em 0 1.5em;
}

.wrap-senmon .senmon a{
	width: 22%;
	line-height: 0;
}
.wrap-senmon .senmon div{
	width: 100%;
	overflow: hidden;
}
.wrap-senmon .senmon div:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.wrap-senmon .senmon a span{
	background: rgb(75,89,100);
	color: #fff;
	display: block;
	width: 100%;
	padding: 1em 3px;
}
.wrap-senmon .senmon-btn a{
	width: 48%;
	border:1px solid #5a91a7;
	color: #5a91a7;
	font-weight: 700;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	padding: 1em 0.5em;
	margin-top: 1em;
}
.wrap-senmon .senmon-btn a::after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -6px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #5a91a7;
	transition: all .2s;
}
.wrap-senmon .senmon-btn a:hover{
	background: #f1f4f6
}
.wrap-senmon .senmon-btn a:hover::after {
	right: -.05em;
}

	@media screen and (max-width: 768px) {
		.wrap-senmon{
			padding: 2.5em 0;
		}
		.wrap-senmon .senmon{
			padding: 1.5em 0;
		}
		.wrap-senmon .senmon a{
			width: 47.5%;
		}
		.wrap-senmon .senmon a:nth-child(1),
		.wrap-senmon .senmon a:nth-child(2){
			margin-bottom: 1.5em;
		}
		.wrap-senmon .senmon-btn a{
			width: 100%;
		}

	}


/* about */
.wrap-about{
	background: #deedf0;
	text-align: center;
	padding: 5.5em 0 6em;
}
.wrap-about .wrap-text{
	position: relative;
	z-index: 1;
}
.wrap-about .position{
	width: 5em;
	height: auto;
	position: absolute;
	right: -1em;
	top: -5.8em;
}
.wrap-about .position2{
	width: 270px;
	height: auto;
	position: absolute;
	left: -2em;
	bottom:-6em;
	z-index: -1;
}
	@media screen and (max-width: 768px) {
		.wrap-about{
			padding-bottom: 7em;
		}
		.wrap-about .position{
			width: 4.2em;
		}
		.wrap-about .position2{
			bottom: -7em;
		}
	}
	@media screen and (max-width: 650px) {
		.wrap-about .position2{
			width: 190px;
		}
	}
	@media screen and (max-width: 414px) {
		.wrap-about .position{
			width: 3.5em;
		}
		.wrap-about .position2{
			width: 170px;
		}

	}


/*communication*/
.wrap-communication{
	text-align: center;
	padding: 2.5em 0;
	overflow: hidden;
}
.communication_list {
	padding: 1.5em 0 1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 0.9em;
}
.communication_list_sns{
	padding: 1em 0 1.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 0.9375em;
}
.communication_list_sns{
	width: 50%;
	margin: 0 auto
}
.communication_list a{
	display: block;
	width: 14.2857142857%;
}
.communication_list_sns a{
	display: block;
	width: calc(100% / 3);
}
.communication_list a div{
	width: 8em;
	height: 8em;
	display: block;
	margin: 0 auto 0.5em;
}
.communication_list_sns a div{
	width: 3.5em;
	height: 3.5em;
	display: block;
	margin: 0 auto 0.5em;
}
.communication_list a div img,
.communication_list_sns a div img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.wrap-communication a img:hover{
	opacity: 0.9;
}

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

		.wrap-communication .wrap-text{
			width: 93%;
			margin: 0 auto;
		}
		.wrap-communication{
			padding:2em 0;
		}
		.communication_list_sns{
			width: 100%;
			font-size: 0.7em;
		}
		.communication_list,
		.communication_list_sns{
			padding:2em 0 0;
		}
		.communication_list{
			text-align: left;
		}
		.communication_list a{
			display: table;
			width: 49.2%;
			background: #e7edf0;
			line-height: 1.0;
			margin-bottom: 0.5em;
			font-size: 1.0em;
		}
		.communication_list a div,
		.communication_list a span{
			display: table-cell;
			vertical-align: middle;
		}
		.communication_list a div{
			width: 5em;
			height: 5em;
		}
		.communication_list a span{
			padding: 0 0.5em 0 1em;
		}
		.communication_list a div img{
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
	}
	@media screen and (max-width: 567px) {
		.communication_list a div{
			width: 4.5em;
			height: 4.5em;
		}
		.communication_list a{
			font-size: 0.86em;
		}
		.communication_list_sns a{
			font-size: 0.92em;
		}
	}

/* blog */
.blog-item{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-between;
	width: 100%;
	margin-top: 1.25em;
	position: relative;
}
.blog-item .tit {
	width: 190px;
	padding-right: 10px;
}
.blog-item .tit a{
	display: block;
	color: #fff;
	padding: .25em 1em;
	font-size: .875em;
	border-radius: 3em;
	margin-top: 1em;
	text-align: center;
}
.blog-item .tit div{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 600;
}
.blog-item .entry{
	width: calc((97% - 200px) / 3 );
	font-size: .9375em;
	padding: 1em;
	box-shadow: 0 .75em 1.25em #efefef;
}

.blog-item .entry a{
	display: block;	
	color: #444;
}
.shinryo-blog .tit a{
	background: #255477;
}
.staff-blog .tit a{
	background: #5a91a7;
}
.shinryo-blog .entry{
	color: #255477;
	background: #e3e3e3;
	border-left: 5px solid #255477;
}
.staff-blog .entry{
	color: #5a91a7;
	background: #deedf0;
	border-left: 5px solid #5a91a7;
}
	@media screen and (max-width: 768px) {
		.blog-item .tit{
			width: 100%;
			margin-bottom: .5em;
		}
		.blog-item .entry{
			width: 100%;
		}
		.blog-item .tit a{
			position: absolute;
			right: 0;
			top: -.5em;
			padding: 0;
			background: none;
		}
		.shinryo-blog .tit a{
			color: #255477;
		}
		.staff-blog .tit a{
			color: #5a91a7;
		}
		.shinryo-blog .entry{
			border-bottom: 1px dotted #255477;
		}
		.staff-blog .entry{
			border-bottom: 1px dotted #5a91a7;
		}
		.shinryo-blog .entry:last-child,
		.staff-blog .entry:last-child{
			border-bottom: none;
		}
	}


.shinryo-blog .tit{
	color: #255477;
}
.staff-blog {
	margin-bottom: 1em;
}
.staff-blog .tit{
	color: #5a91a7;
}

/* recruit */
.wrap-reccruit{
	text-align: center;
	background: url("../images/index/recruit.jpg") no-repeat center;
	background-size: cover;
	padding: 5em 0;
}
.wrap-reccruit a{
	color:#fff;
}



