@charset "UTF-8";

.m_img {
	background-image: url("../images/clinic/m_img@2x.jpg");
}
.com_tit2 {
	position: relative;
	z-index: 1;
}
.com_tit2 .fw_bold {
	color: #FC890F;
}

/*共通
---------------------------------------------------------*/
.bg_type1 {
	position: relative;
	padding-bottom: 110px;
}
.bg_type1 .com_tit2 {
	margin-bottom: 0;
	translate: 0 -30%;
}
.cli_flex1 {
	position: relative;
}
/*cli_flex1*/
.cli_flex1 .box_main {
	max-width: 790px;
}
.cli_flex1 .sub_img {
	max-width: 330px;
	margin: 20% auto 0;
}
/*cli_col2*/
.cli_col2 .box_img {
	max-width: 560px;
	margin: 0 auto 1.4em;
}
.cli_col2 dl {
	max-width: 480px;
	margin: 0 auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.cli_flex1,
.cli_col2 {
	display: flex;
	justify-content: space-between;
}
/*cli_flex1*/
.cli_flex1.dir {
	flex-direction: row-reverse;
}
.cli_flex1 .box_img {
	width: 54.1%;
}
.cli_flex1 .box_txt {
	width: 40%;
	align-self: center;
}
/*cli_col2*/
.cli_col2 > div {
	width: 46%;
}
/*cli_grid1*/
.cli_grid1 {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 44% 22% 27%
}
.cli_grid1 .box_img {
	grid-column: 1 / 2;
}
.cli_grid1 .box_txt {
	grid-column: 2 / 3;
}
.cli_grid1 .img_sub {
	grid-column: 3 / 4;
	align-self: flex-end;
	margin-bottom: -20%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bg_type1 {
	padding-bottom: 10%;
}
/*cli_grid1*/
.cli_grid1 {
	align-items: flex-start;
	grid-template-columns: 50% 44%
}
.cli_grid1 .box_img {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.cli_grid1 .box_txt {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-right: 10%;
}
.cli_grid1 .img_sub {
	width: 70%;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	margin: 5% auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bg_type1 {
	padding-bottom: 14%;
}
.cli_flex1 .box_img,
.cli_grid1 .box_img,
.cli_col2 .box_img {
	width: 90%;
	margin: 0 auto 5%;
}
/*cli_grid1*/
.cli_grid1 {
	box-sizing: border-box;
	padding: 0 5%;
}
.cli_grid1 .img_sub {
	width: 70%;
	margin: 5% -5% 0 auto;
}
/*cli_col2*/
.cli_col2 > div:not(:last-of-type) {
	margin-bottom: 10%;
}
.cli_col2 .box_img .com_ccl_txt {
    font-size: 90%;
}

}

/*point
---------------------------------------------------------*/
#point .bg_orange {
	color: #FFF;
	background-color: #FDA13F;
	padding: 110px 0;
}
#point .com_deco_txt1 {
	color: #FED09F;
}
#point .poi_list .bg_img {
	position: relative;
	background: url("../images/clinic/poi1_bg@2x.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 62% 7% 35px;
	margin-bottom: 1.4em;
}
#point .poi_list .no {
	position: absolute;
	color: #FFFF49;
	font-family: "agenda-one", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: min(9vw,756%);
	letter-spacing: .1em;
	line-height: 0.7;
	left: 8%;
	top: -6%;
}
#point .poi_list .no span {
	position: absolute;
	display: inline-block;
	font-size: 16%;
	letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	top: 50%;
	right: 100%;
	margin-right: .3em;
	transform: translateY(-50%);
}
#point .poi_list .abs {
	position: absolute;
	width: 32%;
	max-width: 107px;
	right: 4%;
	top: -6%;
}
#point .poi_list .fw_bold {
	font-size: min(1.65vw,133%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8;
}
#point .poi_list .fw_bold span {
	display: block;
	font-size: 145%;
	line-height: 1.4;
}
#point .poi_list > li:nth-of-type(2) .bg_img {background-image: url("../images/clinic/poi2_bg@2x.jpg");}
#point .poi_list > li:nth-of-type(3) .bg_img {background-image: url("../images/clinic/poi3_bg@2x.jpg");}
#point .poi_list > li:nth-of-type(2) .no {color: #C0FBFF;}
#point .poi_list > li:nth-of-type(3) .no {color: #D5FF49;}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
#point .poi_list {
	display: flex;
	justify-content: space-between;
}
#point .poi_list > li {
	width: 31.7%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point .bg_orange {
	padding: 10% 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point .bg_orange {
	padding: 12% 0;
}
#point .poi_list > li:nth-of-type(n+2) {
	margin-top: 10%;
}
#point .poi_list .bg_img {
	width: 92%;
	border-radius: 30px;
	padding: 40% 6.5% 7%;
	margin: 0 auto 1em;
}
#point .poi_list .no {
	font-size: 450%;
	left: 3%;
	top: -4%;
}
#point .poi_list .abs {
	right: -4%;
}
#point .poi_list .fw_bold {
	font-size: 105%;
	letter-spacing: .1em;
}
}

/*welcome
---------------------------------------------------------*/
#welcome .tit_area {
	position: relative;
	background: linear-gradient(to bottom, #FDA13F 50%, transparent 50%);
}
#welcome .bg_img {
	background: url("../images/clinic/wlc_main@2x.jpg") no-repeat center center;
	background-size: cover;
	width: 90%;
	height: min(33vw,500px);
	left: 0;
	top: 0;
	margin: 0 5%;
}
#welcome .com_tit2 {
	text-align: center;
	margin-top: -1.8em;
}
/*bg_wave*/
#welcome .cli_grid1 {
	position: relative;
}
#welcome .cli_grid1::before,
#welcome .cli_grid1::after {
	position: absolute;
	content: "";
	background: url("../images/clinic/bg_wave1@2x.png") no-repeat right top;
	background-size: contain;
	width: 50vw;
	height: 390px;
}
#welcome .cli_grid1::before {
	left: 50%;
	top: -30%;
}
#welcome .cli_grid1::after {
	background-image: url("../images/clinic/bg_wave2@2x.png");
	background-position: left top;
	right: 50%;
	top: 120%;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
#welcome .com_tit2 {
	margin-bottom: 4em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#welcome .bg_img {
	background-position: center bottom;
	background-size: 140% auto;
	width: 100%;
	height: 40vw;
	margin: 0;
}
#welcome .com_tit2 {
	margin-top: -1.2em;
}
/*bg_wave*/
#welcome .cli_grid1::before,
#welcome .cli_grid1::after {
	width: 75vw;
	height: 390px;
}
#welcome .cli_grid1::before {
	left: auto;
	right: 0;
	top: 50vw;
}
#welcome .cli_grid1::after {
	left: 0;
	right: 0;
	top: 150vw;
}
}

/*family
---------------------------------------------------------*/
#family {
	background-color: #ffa1a1;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
#family .com_tit2 {
	text-align: center;
	margin-bottom: 60px;
}
#family .com_tit2 .fw_bold {
	color: #FFF;
}
#family .box_img {
	position: relative;
	margin-bottom: 5%;
}
#family .img1 {
	position: relative;
	width: 89%;
	max-width: 974px;
}
#family .img1 .abs {
	position: absolute;
	width: 23%;
	max-width: 220px;
	left: -6%;
	top: -6%;
}
#family .img2 {
	position: absolute;
	background-color: #ffa1a1;
	width: 41%;
	max-width: 443px;
	box-sizing: border-box;
	padding: 3%;
	padding-right: 0;
	border-radius: 60px;
	border-radius: 14.5% / 19.6%;
	right: 0;
	top: 62%;
}
#family .img2 img {
	border-radius: 9.9% / 14.8%;
	margin-right: 0;
}
#family .img2 .abs {
	position: absolute;
	width: 43.2%;
	max-width: 191px;
	right: -13%;
	bottom: -4%;
}
#family .img2::before,
#family .img2::after {
	position: absolute;
	content: "";
	background: url("../images/clinic/kira1.svg") no-repeat;
	width: 14%;
	height: 15.5%;
	right: 5%;
	bottom: 100%;
}
#family .img2::after {
	background-image: url("../images/clinic/kira2.svg");
	right: 100%;
	bottom: 25%;
}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
#family .com_tit2 {
	margin-bottom: 6%;
}
#family .com_style2 {
	width: 62%;
	max-width: 480px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#family {
	border-top-left-radius: 14vw;
	border-top-right-radius: 14vw;
}
#family .com_tit2 {
	margin-bottom: 8%;
}
#family .box_img {
	margin-bottom: 18%;
}
#family .img1 .abs {
	width: 34%;
	top: -18%;
}
#family .img2 {
	width: 55%;
	top: 62%;
}
#family .img2 img {
	border-radius: 9.9% / 14.8%;
	margin-right: 0;
}
#family .img2 .abs {
	width: 50%;
}
}

/*
---------------------------------------------------------*/
#trt .tit_area {
	background: linear-gradient(to bottom, #FDA13F 50%, transparent 50%);
}
#trt .bg_img {
	background: url("../images/clinic/trt_main@2x.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: min(33vw,500px);
	left: 0;
	top: 0;
}
#trt .com_tit2 {
	margin-left: 3em;
	margin-top: -1.8em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#trt .com_tit2 {
	margin-left: 1.2em;
	margin-top: -1.2em;
}
}

/*other
---------------------------------------------------------*/
#other {
	position: relative;
	background: linear-gradient(to bottom, transparent 50px, #FFFA72 50px);
	padding-bottom: 90px;
}
#other .com_tit2 {
	text-align: center;
	margin-top: -1.8em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#other {
	background: linear-gradient(to bottom, transparent 30px, #FFFA72 30px);
	padding-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#other {
	background: linear-gradient(to bottom, transparent 5vw, #FFFA72 5vw);
	padding-bottom: 12%;
}
}

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

/* PC,Tablet
------------------------------------------*/
@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) {

}