@charset "UTF-8";

/* ========================================================
  
  FV

======================================================== */
.m_img {
    background-image: url(../images/about/m_img@2x.jpg);
}



/* ========================================================
  
  content

======================================================== */

/*---------------------------------------------------------
 common
---------------------------------------------------------*/
.abo_col .box_img {
	margin: 0 auto 6%;
}
.abo_col figcaption {
	padding: 0 6.5%;
}
figcaption .com_h__bld {
	margin-bottom: .3em;
}

.abo_col.col__3 .com_h__bld {
	font-size: min(2.4vw,156%);
	margin-bottom: .3em;
}
.abo_col.col__3 .com_h__bld span {
	display: block;
	color: #808080;
	font-size: 60%;
	margin-bottom: .2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.abo_col {
	display: grid;
	justify-content: space-between;
	row-gap: min(6vw,70px);
}
.col__2 {
	grid-template-columns: repeat(2, min(48%,610px));
}
.col__3 {
	grid-template-columns: repeat(3, min(31%,364px));
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.abo_col > * {
	margin-bottom: 10%;
}
.abo_col dl {
	padding: 0 5.4%;
}

.abo_col.col__2 .box_img {
	width: 96%;
}
.abo_col.col__3 .box_img {
	width: 65%;
}
.abo_col.col__3 .com_h__bld {
	font-size: 120%;
}
}


/*---------------------------------------------------------
 clinic
---------------------------------------------------------*/
.cln_inbox {
	position: relative;
	max-width: 1220px;
	box-sizing: border-box;
	padding: 0 4.4%;
	margin-left: auto;
	margin-right: auto;
}
.cln_inbox .com_h__en {
	position: absolute;
	color: #1b2b4c;
	line-height: 1.25;
	left: 0;
	top: -0.64em;
	z-index: 1;
}
.cln_inbox .box_img {
	margin: 0 auto 5%;
}
.cln_inbox figcaption {
	padding: 0 5.4%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cln_inbox {
	padding: 0 2%;
}
}
/*clinic: cln_slide
---------------------------------------------------------*/
.cln_slide .splide__track {
	overflow: visible;
}
.cln_slide .com_ccl_txt {
	position: absolute;
	color: #FFF;
	font-size: min(2.3vw,156%);
	line-height: 1.4;
    width: min(6.4em);
    height: min(6.4em);
	background-color: #5fabad;
	left: 4%;
	bottom: 6%;
	opacity: 0;
	transition: opacity .5s;
}
.cln_slide .slide2 .com_ccl_txt {background-color: var(--color_yel);}
.cln_slide .slide3 .com_ccl_txt {background-color: var(--color_org);}

.cln_slide .splide__slide.is-active .com_ccl_txt {opacity: 1;}

/* dot */
.cln_slide .splide__pagination {
	justify-content: flex-end;
	margin-top: 30px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.cln_slide {
	padding-right: 10% !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cln_slide .com_ccl_txt {
	font-size: 80%;
}
/* dot */
.cln_slide .splide__pagination {
	margin-top: 20px;
}
}
/*clinic: cln_other
---------------------------------------------------------*/
.cln_other .com_h__en {
	color: #1b2b4c;
}
.cln_other .com_h__bld {
	margin-top: .2em;
	margin-bottom: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.cln_other {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cln_other .com_h__en {
	padding: .5em 1.2em .5em 0;
	margin-right: 1.2em;
	border-right: 1px solid #ccc;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cln_other {
	text-align: center;
}
.cln_other .com_h__en::after {
	display: block;
	content: "";
	background-color: #ccc;
	width: 2.6em;
	height: 1px;
	margin: .6em auto;
}
}



/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}