@charset "UTF-8";

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



/*共通
---------------------------------------------------------*/
.txt_bosyu{
	font-size: min(138%,2.2vw);
	letter-spacing: 0.12em;
	line-height: 1.8em;
}
.w1200 {
	max-width: 1200px;
	width: var(--content_width);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.w1100 {
	max-width: 1100px;
	width: var(--content_width);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.txt_bosyu{
	font-size: 2.4vw;
	letter-spacing: .08em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.txt_bosyu{
	font-size: 115%;
	line-height: 1.6em;
	letter-spacing: .05em;
}
}



/*page_lead
---------------------------------------------------------*/
.page_lead{
	position: relative;
	z-index: 1;
}
.page_lead::before{
	position: absolute;
	content: "";
	background: #f7f6f4;
	white-space: 100%;
	height: 200px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
.page_lead::after{
	position: absolute;
	content: "";
	background: url("../images/arch_abs_b@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 100%;
	height: 76px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 200px;
	z-index: -1;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1383px) {
.page_lead::before{
	height: 14.5vw;
}
.page_lead::after{
	height: 5vw;
	bottom: 14.5vw;
}
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.page_lead::before{
	height: 45vw;
}
.page_lead::after{
	height: 5vw;
	bottom: 45vw;
}
}



/*charm
---------------------------------------------------------*/
.charm .bg{
	background-color: #f7f6f4;
	padding-top:80px;
	position: relative;
	z-index: 1;
}
.charm .bg::before{
	position: absolute;
	content: "";
	background: #fbf6cd;
	width: 100%;
	height: 485px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 60px;
	z-index: -1;
}
.charm .charm_tit{
	max-width: 587px;
	width: 70%;
	margin: 0 auto 30px;
	text-align: center;
}
.charm .youtube{
	width: 90vw;
	max-width: 856px;
	aspect-ratio: 16 / 9;
	margin: 0 auto 80px;
	text-align: center;
}
.charm .youtube iframe{
	width: 100%;
	height: 100%;
}
.charm .rec_bnr_entry{
	background-color: #e2966f;
	border-color: #e2966f;
}
.charm .rec_bnr_entry:hover{
	background-color: #fff;
	color: #e2966f;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.charm .bg{
	padding-top:8%;
}
.charm .charm_tit{
	margin: 0 auto 3%;
}
.charm .youtube{
	margin: 0 auto 8%;
}
.charm .bg::before{
	height: 50vw;
	bottom: 6.3vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.charm .bg{
	padding-top:10%;
}
.charm .charm_tit{
	width: 80%;
	margin: 0 auto 5%;
}
.charm .youtube{
	width: 100%;
	margin: 0 auto 12%;
}
.charm .bg::before{
	height: 56vw;
	bottom: 8.6vw;
}
}



/*ank_link
---------------------------------------------------------*/
.ank_link{
	background-color: #f7f6f4;
	padding: 80px 0 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ank_link{
	padding: 8% 0 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ank_link{
	padding: 12% 0 14%;
}
}



/*position
---------------------------------------------------------*/
#position .bg{
	background: #f7f6f4;
	padding-bottom: 90px;
}
#position .position_list > li{
	background-color: #fff;
	padding: 70px 0;
	border-radius: 30px;
	margin-top: 50px;
}
#position .position_list > li:first-child{
	margin-top: 0;
}
#position .position_list > li .inbox{
	padding: 0 4% 50px;
}
#position .position_list > li .inbox .flt_box{
	max-width: 1160px;
	margin: 0 auto;
}
#position .position_list > li .inbox .flt_box .img_r{
	float: right;
	max-width: 520px;
	width: 45%;
}
#position .position_list > li .inbox .flt_box .txt_l{
	float: left;
	max-width: 580px;
	width: 51%;
}
#position .position_list > li .inbox .flt_box .pos_tit{
	font-size: min(313%,4.5vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 1.1em;
	display: flex;
	align-items: center;
	padding-left: 1.1em;
	position: relative;
}
#position .position_list > li .inbox .flt_box .pos_tit::before{
	font-family: 'fontello';
	content: '\e805';
	font-size: 66%;
	font-weight: normal;
	line-height: 1.0em;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0.3em;
}
#position .position_list > li .inbox .flt_box .pos_tit span{
	font-size: 38%;
	letter-spacing: 0.1em;
	line-height:1em;
	display: inline-block;
	margin-bottom: -0.15em;
	margin-left: 1.25em;
}
#position .position_list > li .inbox .flt_box .txt_l .pos_style dt{
	font-size: min(156%,2.1vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
#position .position_list > li .plaid_bg{
	padding: 60px 4% 50px;
	background: url("../images/front/position_plaid_bg@2x.png")repeat center center;
	background-size: 1300px auto;
}
#position .position_list > li .plaid_bg dl{
	max-width: 1120px;
	margin: 0 auto;
}
#position .position_list > li .plaid_bg dl dt{
	font-size: min(138%,1.9vw);
	letter-spacing: 0.14em;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 1.4em;
}
#position .position_list > li .plaid_bg dl dt span{
	font-size: 1.364em;
	margin-left: 0.1em;
	transform: translateY(0.1em);
	display: inline-block;
	position: relative;
}
#position .position_list > li .plaid_bg dl dt span::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: right top;
	width: 1em;
	height: 1em;
	right: -0.2em;
	top:-0.3em;
}
#position .position_list > li .plaid_bg dd ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: min(138%,1.9vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
#position .position_list > li .plaid_bg dd ul li{
	max-width: 345px;
	width: 33%;
}
#position .position_list > li .plaid_bg dd ul li div{
	max-width: 267px;
	width: 80%;
	margin: 0 auto 1em;
	text-align: center;
}
#position .position_list > li.dr .inbox .flt_box .pos_tit span,
#position .position_list > li.dr .inbox .flt_box .pos_tit::before,
#position .position_list > li.dr .inbox .flt_box .txt_l .pos_style dt span,
#position .position_list > li.dr .plaid_bg dl dt span{
	color: var(--color_cyan);
}
#position .position_list > li.dh .inbox .flt_box .pos_tit span,
#position .position_list > li.dh .inbox .flt_box .pos_tit::before,
#position .position_list > li.dh .inbox .flt_box .txt_l .pos_style dt span,
#position .position_list > li.dh .plaid_bg dl dt span{
	color: var(--color_pink);
}
#position .position_list > li.da .inbox .flt_box .pos_tit span,
#position .position_list > li.da .inbox .flt_box .pos_tit::before,
#position .position_list > li.da .inbox .flt_box .txt_l .pos_style dt span,
#position .position_list > li.da .plaid_bg dl dt span{
	color: var(--color_yellow);
}
#position .position_list > li.cs .inbox .flt_box .pos_tit span,
#position .position_list > li.cs .inbox .flt_box .pos_tit::before,
#position .position_list > li.cs .inbox .flt_box .txt_l .pos_style dt span,
#position .position_list > li.cs .plaid_bg dl dt span{
	color: #aab1eb;
}
#position .position_list > li.cs .inbox .flt_box .pos_tit{
	display: block;
	letter-spacing: 0.05em;
}
#position .position_list > li.cs .inbox .flt_box .pos_tit span{
	margin-top: 1.4em;
	margin-bottom: 0em;
	margin-left: 0em;
	display: block;
}
#position .position_list > li.dr .plaid_bg dl dt span::before{
	background-image: url("../images/front/cyon_dr.svg")
}
#position .position_list > li.dh .plaid_bg dl dt span::before{
	background-image: url("../images/front/cyon_dh.svg")
}
#position .position_list > li.da .plaid_bg dl dt span::before{
	background-image: url("../images/front/cyon_da.svg")
}
#position .position_list > li.cs .plaid_bg dl dt span::before{
	background-image: url("../images/front/cyon_cs.svg")
}
#position .position_list > li .com_link1{
	margin-top: 40px;
}
#position .position_list > li .com_link1 a{
	color: #fff;
}
#position .position_list > li.dr .com_link1 a{
	background-color: var(--color_cyan);
	border-color: var(--color_cyan);
}
#position .position_list > li.dr .com_link1 a:hover{
	background-color:#fff;
	color: var(--color_cyan);
}
#position .position_list > li.dh .com_link1 a{
	background-color: var(--color_pink);
	border-color: var(--color_pink);
}
#position .position_list > li.dh .com_link1 a:hover{
	background-color:#fff;
	color: var(--color_pink);
}
#position .position_list > li.da .com_link1 a{
	background-color: var(--color_yellow);
	border-color: var(--color_yellow);
}
#position .position_list > li.da .com_link1 a:hover{
	background-color:#fff;
	color: var(--color_yellow);
}
#position .position_list > li.cs .com_link1 a{
	background-color: #aab1eb;
	border-color: #aab1eb;
}
#position .position_list > li.cs .com_link1 a:hover{
	background-color:#fff;
	color: #aab1eb;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#position .bg{
	padding-bottom: 9%;
}
#position .position_list > li{
	padding: 6% 0;
	border-radius: 3vw;
	margin-top:5%;
}
#position .position_list > li:first-child{
	margin-top: 0;
}
#position .position_list > li .inbox{
	padding: 0 4% 5%;
}
#position .position_list > li .inbox .flt_box .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
#position .position_list > li .inbox .flt_box .txt_l{
	float: none;
	max-width: 100%;
	width: 100%;
}
#position .position_list > li .inbox .flt_box .txt_l .pos_style dt{
	font-size: min(156%,2.5vw);
}
#position .position_list > li .plaid_bg{
	padding: 6% 4% 5%;
}
#position .position_list > li .com_link1{
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#position .bg{
	padding-bottom: 12%;
}
#position .position_list > li{
	padding: 9% 0;
	border-radius: 3vw;
	margin-top: 7%;
}

#position .position_list > li .inbox{
	padding: 0 5% 7%;
}
#position .position_list > li .inbox .flt_box{
	max-width: 100%;
}
#position .position_list > li .inbox .flt_box .img_r{
	float: none;
	width: 100%;
	margin: 0 auto 5vw;
}
	#position .position_list > li.cs .inbox .flt_box .img_r{
		margin-bottom: 3.5vw;
	}
#position .position_list > li .inbox .flt_box .txt_l{
	float: none;
	max-width: 100%;
	width: 100%;;
}
#position .position_list > li .inbox .flt_box .pos_tit{
	font-size: 220%;
}
#position .position_list > li .inbox .flt_box .txt_l .pos_style dt{
	font-size: 130%;
}
#position .position_list > li .plaid_bg{
	padding: 8% 5% 7%;
}
#position .position_list > li .plaid_bg dl{
	max-width: 100%;
}
#position .position_list > li .plaid_bg dl dt{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 1.2em;
}
#position .position_list > li .plaid_bg dl dt span::before{
	top:-0.25em;
}
#position .position_list > li .plaid_bg dd ul{
	font-size: 115%;
	letter-spacing: 0.1em;
    display: block;
}
#position .position_list > li .plaid_bg dd ul li{
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5%;
}
#position .position_list > li .plaid_bg dd ul li:first-child{
	margin-top: 0;
}
#position .position_list > li .plaid_bg dd ul li div{
	max-width: 267px;
	width: 32%;
	margin: 0;
	text-align: center;
}
#position .position_list > li .plaid_bg dd ul li p{
	width: 63%;
	text-align: left;
}
#position .position_list > li .com_link1{
	margin-top: 7%;
}
}



/*policy
---------------------------------------------------------*/
#policy .bg{
	padding: 190px 0 200px;
	position: relative;
}
#policy .bg::before{
	position: absolute;
	content: "";
	background: url("../images/arch_abs_t@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 76px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
#policy .bg::after{
	position: absolute;
	content: "";
	background: url("../images/arch_abs_b@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 100%;
	height: 76px;
	left: 0;
	right: 0;
	margin: auto;
	bottom:0;
	z-index: -1;
}
#policy .com_index1 .ft_min{
	padding-bottom: 1em;
	margin-bottom: 2em;
	position: relative;
}
#policy .com_index1 .ft_min::before{
	position: absolute;
	content: "";
	background: #564833;
	width: 2.445em;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
#policy .com_index1 .ft_min::after{
	position: absolute;
	content: "";
	background: #564833;
	width: 2.445em;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0.12em;
}
#policy .policy_list > li{
	margin-top: 70px;
}
#policy .policy_list > li:first-child{
	margin-top: 0;
}
#policy .policy_list > li .flt_box .img_l,
#policy .policy_list > li .flt_box .img_r{
	max-width: 413px;
	width: 38%;
}
#policy .policy_list > li .flt_box .txt_l,
#policy .policy_list > li .flt_box .txt_r{
	max-width: 610px;
	width: 58%;
}
#policy .policy_list > li .flt_box .img_l,
#policy .policy_list > li .flt_box .txt_l{
	float: left;
}
#policy .policy_list > li .flt_box .img_r,
#policy .policy_list > li .flt_box .txt_r{
	float: right;
}
#policy .policy_style dt{
	font-size: min(156%,2.6vw);
	letter-spacing: 0.08em;
	line-height: 1.6em;
    display: flex;
    align-items: center;
	margin-bottom: 0.8em;
}
#policy .policy_style dt .ft_eng1{
	font-size: 78%;
	letter-spacing: 0.12em;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
	width: 9.124em;
	height: 9.124em;
	border-radius: 9.124em;
	background-color: #e29a5f;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 1.5em;
}
#policy .policy_style dt .ft_min span{
	font-size: 160%;
	letter-spacing: 0.08em;
	line-height: 1.6em;
	display: block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#policy .bg{
	padding:17% 0 18%;
}
#policy .policy_list > li{
	margin-top: 7%;
}
#policy .policy_list > li:first-child{
	margin-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#policy .bg{
	padding: 18% 0 18%;
}
#policy .policy_list > li{
	margin-top: 9%;
}
#policy .policy_list > li .flt_box .img_l,
#policy .policy_list > li .flt_box .img_r{
	max-width: 413px;
	width: 70%;
	float: none;
	margin: 0 auto 5vw;
}
#policy .policy_list > li .flt_box .txt_l,
#policy .policy_list > li .flt_box .txt_r{
	max-width: 100%;
	width:  100%;
	float: none;
}
#policy .policy_style dt{
	font-size: 120%;
	letter-spacing: 0.05em;
	margin-bottom: 0.6em;
}
#policy .policy_style dt .ft_eng1{
	letter-spacing: 0.1em;
}
#policy .policy_style dt .ft_min span{
	letter-spacing: 0.05em;
}
}



/*message
---------------------------------------------------------*/
#message .bg{
	padding: 70px 0 120px;
	background: var(--color_bg1);
	position: relative;
	z-index: 1;
}
#message .bg::before{
	position: absolute;
	content: "";
	background: url("../images/front/message_plaid_bg@2x.png") repeat center center;
	background-size: 1500px auto;
	width: 100%;
	height: 540px;
	left: 0;
	right: 0;
	margin: auto;
	top:47%;
	transform: translateY(-50%);
	z-index: -1;
}
#message .flt_box .img_l{
	max-width: 413px;
	width: 35%;
	float: left;
}
#message .flt_box .img_l li{
	margin-top: 10px;
}
#message .flt_box .img_l li:first-child{
	margin-top: 0;
}
#message .flt_box .txt_r{
	max-width: 660px;
	width: 61%;
	float: right;
}
#message .flt_box .txt_r h2{
	font-size: min(218%,2.9vw);
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
}
#message .flt_box .txt_r > p {
	line-height: 2.7em;
}
#message .flt_box .txt_r .director{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 2em;
}
#message .flt_box .txt_r .director .img{
	max-width: 174px;
	width: 11.6em;
	margin-left: 2.25em;
}
#message .flt_box .txt_r .director .name p{
	margin-bottom: 1.4em;
}
#message .flt_box .txt_r .director .name dl{
	font-size: 246.67%;
}
#message .flt_box .txt_r .director .name dt{
	letter-spacing: 0.2em;
	line-height: 1em;
}
#message .flt_box .txt_r .director .name dd{
	font-size: 51.4%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-top: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#message .bg{
	padding: 7% 0 12%;
}
#message .bg::before{
	top:46%;
	height: 50vw;
}
#message .flt_box .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
#message .flt_box .img_l li{
	margin-top: 1vw;
}
#message .flt_box .txt_r{
	max-width: 100%;
	width: 100%;
	float: none;
}
#message .flt_box .txt_r > p {
	line-height: 2.5em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 890px) {
#message .flt_box .txt_r .director{
	justify-content: center;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#message .bg{
	padding: 12% 0 14%;
}
#message .bg::before{
	height: 110vw;
	top:42%;
}
#message  .com_index1{
	margin-bottom: 7%;
}
#message .flt_box .img_l li{
	margin-top: 0;
}

#message .flt_box .txt_r{
	max-width: 100%;
	width: 100%;
	float: none;
}
#message .flt_box .txt_r h2{
	font-size: 180%;
	line-height: 1.6em;
}
#message .flt_box .txt_r .director{
	justify-content: center;
	font-size: 80%;
}
#message .slide_wrap{
	margin-top: 10%;
}
#message .slide_wrap .swiper-slide {
	width: 45vw;
	max-width: 413px;
	margin: 0 1%;
}
#message .flt_box .txt_r > p {
	line-height: 2em;
}
}


/*clinic_point
---------------------------------------------------------*/
#clinic_point .bg{
	background-color: #e8aa68;
	padding-top: 120px;
}
#clinic_point .clinic_point_tit{
	max-width: 567px;
	width: 59%;
}
#clinic_point .tit{
	font-size:min(168.75%,2.8vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#clinic_point .tit .ft_eng1{
	font-size: 71%;
	letter-spacing: 0.12em;
	line-height: 1em;
	color: #fff;
	padding-left: 1.4em;
	position: relative;
}
#clinic_point .tit .ft_eng1::before{
	font-family: 'fontello';
	content: '\e805';
	color: #fbf6bb;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.0em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top:0.08em;
}
#clinic_point .tit div{
	display: flex;
	align-items: center;
}
#clinic_point .tit div h3{
	margin-right: 0.8em;
}
#clinic_point .tit div p{
	max-width: 169px;
	width: 6.26em;
	margin-top: -0.5em;
}
#clinic_point .tit{
	margin-bottom: 50px;
}
#clinic_point .rel{
	position: relative;
	z-index: 1;
}
#clinic_point .rel .abs_img{
	position: absolute;
	display: block;
	max-width: 353px;
	width: 37%;
	right: 0;
	top:0;
	transform: translateY(-79%);
	z-index: -1;
}
#clinic_point .point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#clinic_point .point_list li{
	max-width: 250px;
	width: 19.23076923%;
}
#clinic_point .illust{
	max-width: 205px;
	width:18%;
	position: absolute;
	display:block;
	z-index: 2;
}
#clinic_point .comfortable .w1300{
	padding: 90px 0 80px;
}
#clinic_point .comfortable .illust{
	right:395px;
	bottom: 0;
	transform: translateY(45%);
}
#clinic_point .growth{
	background-color: #e8985c;
}
#clinic_point .growth .w1300{
	padding: 130px 0 80px;
}
#clinic_point .growth .illust{
	left: 0;
	bottom: 0;
	transform: translate(-17%,30%);
}
#clinic_point .enviroment .w1300{
	padding: 130px 0 130px;
}
#clinic_point .enviroment .point_list li{
	max-width: 420px;
	width: 32.30769231%;
	margin-top: 1.5384615395%;
}
#clinic_point .enviroment .point_list li:nth-child(-n + 3){
	margin-top: 0;
}
#clinic_point .enviroment .illust{
	right: 0;
	bottom: 40px;
	transform: translateX(25%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clinic_point .bg{
	padding-top: 12%;
}
#clinic_point .tit{
	margin-bottom: 5%;
}
#clinic_point .comfortable .w1300{
	padding: 8% 0 7%;
}
#clinic_point .comfortable .illust{
	right:35vw;
}
#clinic_point .growth .w1300{
	padding: 12% 0 7%;
}
#clinic_point .growth .illust{
	left: 0;
	bottom: 0;
	transform: translate(-12%,30%);
}
#clinic_point .enviroment .w1300{
	padding: 12% 0 12%;
}
#clinic_point .enviroment .illust{
	bottom: 4%;
	transform: translateX(12%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clinic_point .bg{
	padding-top:14%;
}
#clinic_point .clinic_point_tit{
	width: 80vw;
	
}
#clinic_point .tit{
	font-size:120%;
	letter-spacing: 0.05em;
}
#clinic_point .tit{
	margin-bottom: 6%;
}
#clinic_point .tit p{
	margin-bottom: 1.2em;
}
#clinic_point .tit div{
	display: block;
}
#clinic_point .tit div h3{
	margin-right: 0;
}
#clinic_point .tit div p{
	margin-top: 0.5em;
}
#clinic_point .rel .abs_img{
	width: 39vw;
	transform: translateY(-92%);
	right: -2%;
}
#clinic_point .point_list li{
	width: 49%!important;
	margin-top: 2%!important;
}
#clinic_point .point_list li:nth-child(-n + 2){
	margin-top: 0!important;
}
#clinic_point .illust{
	width: 21vw;
}
#clinic_point .comfortable .w1300{
	padding: 10% 0;
}
#clinic_point .comfortable .illust{
	right:29.5vw;
	bottom: auto;
	top:19vw;
	transform: translateY(0);
}
#clinic_point .growth{
	background-color: #e8985c;
}
#clinic_point .growth .w1300{
	padding: 13% 0 10%;
}
#clinic_point .growth .illust{
	right:23.5vw;
	left: auto;
	bottom: auto;
	top:22vw;
	transform: translate(0);
}
#clinic_point .enviroment .w1300{
	padding: 14% 0 14%;
}

#clinic_point .enviroment .illust{
	right:32vw;
	bottom: auto;
	top:23vw;
	transform: translateX(0);
}
}



/*clinic_tour
---------------------------------------------------------*/
#clinic_tour .bg{
	background-color: #fbf6bb;
	padding: 140px 0 80px;
}
#clinic_tour .clinic_tour_tit{
	max-width: 716px;
	width: 75%;
	margin: 0 auto 60px;
	position: relative;
	z-index: 1;
}
#clinic_tour .clinic_tour_tit .abs{
	position: absolute;
	display: block;
	width: 91.620113%;
	right: 0;
	top:0;
	transform: translate(16%,-79%);
	z-index: -1;
}
#clinic_tour .step_list{
	display: flex;
	justify-content: space-between;
	max-width: 1235px;
}
#clinic_tour .step_list li{
	max-width: 335px;
	width: 29.5%;
}
#clinic_tour .step_list li .time{
	font-size: min(118.75%,1.9vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}
#clinic_tour .step_list li .time dt{
	color: #e1b057;
}
#clinic_tour .step_list li .time dt span{
	font-size: 190%;
	letter-spacing: 0.1em;
	line-height: 1em;
	display: inline-block;
	margin-left: 0.18em;
}
#clinic_tour .step_list li .time dd{
	padding: 0.4em 1em;
	background-color: #fff;
	border-radius: 0.9em;
	max-width: 7.4211em;
}
#clinic_tour .step_list li.arrow{
	max-width: 30px;
	width: 2.65%;
	font-size: min(118.75%,1.9vw);
	padding-top: calc(3em + 88px);
}
#clinic_tour .step_list li .img{
	max-width: 335px;
	margin: 0 auto 1.2em;
	text-align: center;
}
#clinic_tour .step_list li .txt dt{
	font-size: min(156.25%,2.05vw);
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 0.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1208px) {
#clinic_tour .step_list li.arrow{
	padding-top: calc(3em + 7.3vw);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clinic_tour .bg{
	padding: 16vw 0 8%;
}
#clinic_tour .clinic_tour_tit{
	margin: 0 auto 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clinic_tour .bg{
	padding: 18vw 0 10%;
}
#clinic_tour .clinic_tour_tit{
	width: 90%;
	margin: 0 auto 10%;
}
#clinic_tour .clinic_tour_tit .abs{
	transform: translate(9%,-79%);
}
#clinic_tour .step_list{
	display: block;
	max-width: 100%;
}
#clinic_tour .step_list li{
	max-width: 100%;
	width: 100%;
}
#clinic_tour .step_list li .time{
	font-size: 115%;
	margin-bottom: 1em;
	max-width: 335px;
	width: 80%;
	margin: 0 auto 1em;
}
#clinic_tour .step_list li .time dt{
	color: #e1b057;
}
#clinic_tour .step_list li .time dt span{
	font-size: 190%;
	letter-spacing: 0.1em;
	line-height: 1em;
	display: inline-block;
	margin-left: 0.18em;
}
#clinic_tour .step_list li .time dd{
	padding: 0.4em 1em;
	background-color: #fff;
	border-radius: 0.9em;
	max-width: 7.4211em;
}
#clinic_tour .step_list li.arrow{
	width: 6%;
	padding-top: 0;
	margin: 4% auto;
}
#clinic_tour .step_list li.arrow img{
	 transform: rotate(90deg);
	margin: 0;
	display: block;
}
#clinic_tour .step_list li .img{
	max-width: 335px;
	width: 80%;
	margin: 0 auto 5vw;
	text-align: center;
}
#clinic_tour .step_list li .txt dt{
	font-size:140%;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 0.4em;
}
}



/*flow
---------------------------------------------------------*/
.flow .bg{
	padding: 110px 0 120px;
	background-color: #e1c679;
	position: relative;
	z-index: 1;
}
.flow .bg::before{
	position: absolute;
	content: "";
	background: url("../images/front/clinic_tour_arrow.svg") no-repeat center top;
	background-size: 100% auto;
	max-width: 88px;
	width:9vw; 
	max-height: 88px;
	height: 9vw;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.flow .rec_flow_list{
	margin: 40px auto;
}
.flow .rec_flow_list li{
	max-width: 290px;
	width: 24%;
}
.flow .rec_flow_list li dt{
	color: #e1b057;
}
.flow .top_border{
	border-top: 1px solid #564833;
	padding-top: 60px;
	margin-top: 60px;
}
.flow .time{
	line-height: 1.5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flow .bg{
	padding: 11% 0 12%;
}
.flow .rec_flow_list{
	margin: 4% auto;
}
.flow .top_border{
	padding-top: 6%;
	margin-top: 6%;;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow .bg{
	padding: 13% 0 14%;
}
.flow .rec_flow_list{
	display: block;
	margin: 6% auto;
}
.flow .rec_flow_list li{
	max-width:100%;
	width: 100%;
	margin-top:5%;
}
.flow .rec_flow_list li:first-child{
	margin-top: 0;
}
.flow .top_border{
	padding-top: 8%;
	margin-top: 8%;
}
}



/*insta
---------------------------------------------------------*/
.insta{
	background-color: #f7f6f4;
	padding: 170px 0 120px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.insta{
	padding: 17% 0 12%;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.insta{
	padding: 22% 0 14%;
}	
}



/*guideline
---------------------------------------------------------*/
#guideline .bg{
	padding: 120px 0 130px;
}
#guideline .guideline_tit{
	font-size: min(218.75%,3.6vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1.2em;
	position: relative;
	z-index: 1;
}
#guideline .guideline_tit::before{
	position: absolute;
	content: "";
	background: #564833;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
#guideline .guideline_tit::after{
	position: absolute;
	content: "";
	background: #564833;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 4px;
}
#guideline .bnr_list{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: min(118.75%,1.4vw);
	letter-spacing: 0.1em;
	line-height: 1em;
}
#guideline .bnr_list li{
	max-width: 240px;
	width: 19%;
	cursor:pointer;
}
#guideline .bnr_list li div{
	border-radius: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#guideline .bnr_list li div::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 2;
	transition: all 0.8s;
}
#guideline .bnr_list li:nth-child(1) div::before{
	background-color: rgba(43,115,137,0.4)
}
#guideline .bnr_list li:nth-child(2) div::before{
	background-color: rgba(222,150,114,0.4)
}
#guideline .bnr_list li:nth-child(3) div::before{
	background-color: rgba(141,182,152,0.4)
}
#guideline .bnr_list li:nth-child(4) div::before{
	background-color: rgba(211,174,68,0.4)
}
#guideline .bnr_list li:nth-child(5) div::before{
	background-color: rgba(170,177,235,0.4)
}
#guideline .bnr_list li:hover div::before{
	opacity: 0;
	transition: all 0.4s;
}
#guideline .bnr_list li p{
	margin-top: 1em;
}
#guideline .bnr_list li p a{
	padding-left: 1.2em;
	position: relative;
}
#guideline .bnr_list li p a::before{
	font-family: 'fontello';
	content: '\e805';
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.0em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0.08em;
}
#guideline .bnr_list li:nth-child(1) p a::before{
	color: #78ccc0;
}
#guideline .bnr_list li:nth-child(2) p a::before{
	color: #fcab95;
}
#guideline .bnr_list li:nth-child(3) p a::before{
	color: #8db698;
}
#guideline .bnr_list li:nth-child(4) p a::before{
	color: #e1c679;
}
#guideline .bnr_list li:nth-child(5) p a::before{
	color: #aab1eb;
}
#guideline .bnr_list li p a::after{
	font-family: 'fontello';
	content: '\e800';
	font-size: 74%;
	font-weight: normal;
	line-height: 1.0em;
	height: 1.0em;
	position: absolute;
	margin: auto 0;
	right: -1.5em;
	top: 0.01em;
	bottom: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#guideline .bg{
	padding: 12% 0 13%;
}
#guideline .bnr_list{
	max-width: 770px;
	font-size: min(118.75%,2.2vw);
	line-height: 1em;
	justify-content: center;
}
#guideline .bnr_list li{
	width: 32%;
	cursor:pointer;
	margin-right: 2%;
	margin-top: 4%;
}
#guideline .bnr_list li:nth-child(3n){
	margin-right: 0;
}
#guideline .bnr_list li:nth-child(-n + 3){
	margin-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#guideline .bg{
	padding: 14% 0 15%;
}
#guideline .guideline_tit{
	font-size: 160%;
}
#guideline .bnr_list{
	max-width: 100%;
	font-size: 100%;
}
#guideline .bnr_list li{
	width: 48.5%;
	margin-top:5%; 
}
#guideline .bnr_list li:nth-child(-n + 2){
	margin-top: 0;
}
}