@charset "UTF-8";

.contentpage .m_img_area .m_img.type1 {background-image: url("../images/first/m_img@2x.jpg");}



/*医院理念
---------------------------------------------------------*/
#policy .title_box {
	width: 85%;
	max-width: 834px;
	position: relative;
	z-index: 1;
	margin: 0 auto 70px;
}
#policy .title_box p {
	width: 52%;
	max-width: 433px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 10%;
}
#policy .title_box h2 {
	width: 56%;
	max-width: 459px;
}

.policy .com_bg_before::after {
	content: "";	/* 影 */
	position: absolute;
	z-index: 0;
	width: 96.4%;	/*背景幅と合わせる*/
	height: 6vw;
	max-height: 70px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	opacity: 0.2;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.policy .max_1500 {
	position: relative;
	z-index: 1;
	padding: 100px 0 150px;
	color: #fff;
}
.policy .max_1500 a {
	color: #fff;
}
.policy .max_1500::before {
	content: "";	/* ふきだし */
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 3.5vw;
	max-height: 37px;
	background: url("../images/first/fukidashi@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: -1px;
}

.policy .box {
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 80px;
}
.policy .box::before {
	content: "";
	position: absolute;
	width: 96.4%;	/*背景幅と合わせる*/
	height: 1px;
	background: #6ea0c6;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.policy .box:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.policy .box:last-child::before {
	display: none;
}

.policy .box h3 {
	text-align: center;
	color: #bdf0b5;
	font-size: min(375%,5.0vw);
	letter-spacing: .12em;
	line-height: 1.4em;
	margin-bottom: .8em;
}

.policy .box .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy .box .flex_box .img_box {
	width: 48%;
	max-width: 710px;
}
.policy .box .flex_box .txt_box {
	width: 49%;
	max-width: 710px;
}

.policy .box .img_box {
	position: relative;
}
.policy .box .img_box .abs {
	position: absolute;
	z-index: 1;
	left: 10%;
	bottom: 0;
	transform: translateY(30%);
}
.policy .box .img_box .abs::before {
	content: "01";
	font-size: min(990%,12vw);
	letter-spacing: normal;
	line-height: 1.0em;
}
.policy .box .img_box .abs span {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.2em;
	position: absolute;
	right: -1.0em;
	top: 0;
	transform-origin: right center;
	transform: rotate(90deg) translateX(110%);
}

.policy .box .txt_box {
	box-sizing: border-box;
	padding-right: 6%;
}
.policy .box .txt_box .in_box {
	width: 100%;
	max-width: 570px;
}

.policy .box:nth-child(even) .flex_box {
	flex-direction: row-reverse;
}
.policy .box:nth-child(even) .img_box .abs {
	left: auto;
	right: 16%;
}
.policy .box:nth-child(even) .txt_box {
	padding-left: 6%;
	padding-right: 0;
}
.policy .box:nth-child(even) .txt_box .in_box {
	margin-left: auto;
	margin-right: 0;
}

.policy .box:nth-child(2) h3 {color: #c4f8ff;}
.policy .box:nth-child(2) .img_box .abs::before {content: "02";}

.policy .box:nth-child(3) h3 {color: #f3d9e0;}
.policy .box:nth-child(3) .img_box .abs::before {content: "03";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#policy .title_box {
	margin-bottom: 5%;
}

.policy .max_1500 {
	padding: 8% 0 10%;
}
.policy .box {
	padding-bottom: 8%;
	margin-bottom: 6%;
}
.policy .box h3 {
	font-size: 5.0vw;
	letter-spacing: .1em;
}

.policy .box .flex_box {
	display: block;
	overflow: hidden;
}
.policy .box .flex_box .img_box {
	float: left;
	margin-right: 4%;
	margin-bottom: 2.5em;
}
.policy .box .flex_box .txt_box {
	width: 100%;
	max-width: 100%;
}
.policy .box .img_box .abs::before {
	font-size: 12vw;
}
.policy .box .img_box .abs span {
	font-size: 110%;
}
.policy .box .txt_box {
	padding: 0 6% !important;
}
.policy .box .txt_box .in_box {
	max-width: 100%;
}
.policy .box:nth-child(even) .img_box {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_anc_link {
	margin-bottom: 10% !important;
}
#policy .title_box {
	width: 90%;
	margin-bottom: 6%;
}
#policy .title_box p {
	position: relative;
	right: auto;
	top: auto;
	width: 90%;
	margin-left: auto;
	margin-right: -8%;
	margin-bottom: -8%;
}
#policy .title_box h2 {
	width: 90%;
}

.policy .com_bg_before::after {
	height: 10vw;	/* 影 */
}
.policy .max_1500 {
	padding: 12% 0 14%;
}
.policy .max_1500::before {
	height: 5.0vw;	/* ふきだし */
}

.policy .box {
	padding-bottom: 10%;
	margin-bottom: 8%;
}

.policy .box h3 {
	font-size: 180%;
	letter-spacing: .05em;
	margin-bottom: .8em;
}

.policy .box .flex_box {
	display: block;
}
.policy .box .flex_box .img_box {
	width: 90%;
}
.policy .box .flex_box .txt_box {
	width: 100%;
	max-width: 100%;
}

.policy .box .img_box .abs {
	left: 10%;
	bottom: 0;
	transform: translateY(30%);
}
.policy .box .img_box .abs::before {
	font-size: 600%;
}
.policy .box .img_box .abs span {
	font-size: 80%;
	right: -.5em;
}

.policy .box .txt_box {
	padding: 10% 8% 0 !important;
}
.policy .box .txt_box .in_box {
	max-width: 100%;
}
.policy .box .txt_box .in_box p {
	text-align: justify;
}

.policy .box:nth-child(even) .img_box {
	margin-left: auto;
	margin-right: 0;
}
}



/*完全約束診療制
---------------------------------------------------------*/
#promise .bg {
	padding-top: 110px;
	background: #fff;
}
#promise .w1100 {
	text-align: center;
}
#promise .txt1 {
	margin-bottom: 30px;
}
#promise .txt1 > dt {
	font-size: 250%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
#promise .txt2 > dt {
	color: #fff;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 1.5em;
}
#promise .txt2 > dt::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cccdcd;
	left: 0;
	top: 50%;
}
#promise .txt2 > dt span {
	position: relative;
	z-index: 1;
	display: block;
	padding: .5em 3.0em;
	background: url("../images/first/bg1@2x.png") no-repeat center center;
	background-size: 100% 100%;
	width: 70%;
	max-width: 600px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#promise .bg {
	padding-top: 8%;
}
#promise .txt1 > dt {
	font-size: 240%;
	letter-spacing: .1em;
}
#promise .txt2 > dt {
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#promise .bg {
	padding-top: 12%;
}
#promise .txt1 {
	margin-bottom: 8%;
}
#promise .txt1 > dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#promise .txt2 > dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
#promise .txt2 > dt span {
	display: inline-block;
	padding: .5em 2.0em;
	width: auto;
	max-width: 100%;
}
}



/*治療の流れ
---------------------------------------------------------*/
#flow .bg {
	padding-top: 110px;
	background: #f7f7f7;
}
.flow_list > li {
	background: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.flow_list > li::before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 6.0vw;
	max-height: 50px;
	background: url("../images/first/shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
	left: 0;
	top: 100%;
}
.flow_list > li:last-child {
	margin-bottom: 0;
}

.flow_list h3 {
	background: #294c7f;
	color: #fff;
	font-size: min(190%,3.0vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .8em 3%;
	padding-left: 14%;
}
.flow_list h3 .abs {
	position: absolute;
	z-index: 1;
	left: 2.5%;
	top: 0;
	text-align: center;
	font-size: min(1.05rem,1.6vw);
	letter-spacing: .1em;
	line-height: 1.2em;
	width: 5.5em;
	padding: 1.2em 0 1.2em;
	background: url("../images/first/bg2@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.flow_list h3 .abs::after {
	content: "01";
	display: block;
	font-size: 265%;
	letter-spacing: normal;
	line-height: 1.2em;
}
.flow_list > li:nth-child(2) h3 .abs::after {content: "02";}
.flow_list > li:nth-child(3) h3 .abs::after {content: "03";}
.flow_list > li:nth-child(4) h3 .abs::after {content: "04";}
.flow_list > li:nth-child(5) h3 .abs::after {content: "05";}
.flow_list > li:nth-child(6) h3 .abs::after {content: "06";}

.flow_list .bg_white {
	padding: 60px 4.5%;
}
.flow_list .float_box .flt_r {
	width: 32%;
	max-width: 343px;
}
.flow_list .float_box .flt_l {
	width: 65%;
	max-width: 700px;
}

.flow_list .emergency {
	margin-top: 1.5em;
	border-top: solid 1px #d75f82;
	padding-top: 1.5em;
}
.flow_list .emergency dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: 1.2em;
	position: relative;
	margin-bottom: .3em;
}
.flow_list .emergency dt::before {
	font-family: 'fontello';
	content: '\e802';
	position: absolute;
	left: 0;
	top: 0;
}

.flow_list .com_btn1 a {
	min-width: 10em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .bg {
	padding-top: 8%;
}
.flow_list > li {
	margin-bottom: 6%;
}
.flow_list h3 {
	font-size: 3.2vw;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .8em 3%;
	padding-left: 14%;
}
.flow_list h3 .abs {
	font-size: 1.6vw;
}

.flow_list .bg_white {
	padding: 6% 4%;
}
.flow_list .emergency {
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .bg {
	padding-top: 12%;
}
.flow_list > li {
	margin-bottom: 10%;
}
.flow_list > li::before{
	height: 8.0vw;
}

.flow_list h3 {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .8em 0;
	padding-left: 25%;
}
.flow_list h3 .abs {
	left: 3%;
	font-size: 55%;
	letter-spacing: .05em;
	width: 5.5em;
}

.flow_list .bg_white {
	padding: 8% 6%;
}
.flow_list .float_box .flt_r {
	float: none;
	width: 70%;
	margin: 0 auto 1.0em;
}
.flow_list .float_box .flt_l {
	float: none;
	width: 100%;
	max-width: 100%;
}
.flow_list .float_box .flt_l p {
	text-align: justify;
}

.flow_list .emergency {
	margin-top: 1.0em;
	padding-top: 1.0em;
}
.flow_list .emergency dt {
	font-size: 120%;
	letter-spacing: .05em;
}
}



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

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

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