@charset "UTF-8";

@import url("common.css");


/* ========================================================
  
  global

======================================================== */
header::after {
	position: absolute;
	content: "";
	background-color: #dad9d9;
	width: 98%;
	height: 1px;
	left: 1%;
	bottom: 0;
}


/* ========================================================
  
  fv

======================================================== */
.m_img img {
	width: 100%;
}
/*pankuzu*/
.pankuzu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	color: #c1c0c0;
	font-size: 76%;
	letter-spacing: .1em;
	margin-right: 7%;
	margin-top: 1em;
}
.pankuzu li::after {
	content: "ー";
	margin: 0 .4em;
}
.pankuzu li:last-child::after {
	display: none;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	color: var(--color_dgrn);
	text-decoration: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*pankuzu*/
.pankuzu {
	font-size: 60%;
	letter-spacing: .02em;
}
}

/*---------------------------------------------------------
m_inbox
---------------------------------------------------------*/
.m_inbox {
	position: relative;
	max-width: 1220px;
	padding: min(8vw,110px) 5% 60px;
	margin: 0 auto;
}
.m_inbox .com_obj {
	max-width: 400px;
	left: 0;
    top: 0;
	translate: -20% -10%;
	z-index: -1;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_inbox {
	padding: 8vw 4% 12vw;
}
}
/*m_title
---------------------------------------------------------*/
.m_title {
	font-size: min(411%,6vw);
	letter-spacing: .02em;
	line-height: 1.4;
	margin-bottom: .5em;
}
.m_title .ft_min small {
	font-size: 42%;
	vertical-align: 0.4em;
}
.m_title .ft_fut {
	font-size: 30%;
	letter-spacing: .06em;
	margin-bottom: .5em;
}
.m_title .ft_fut::first-letter {
	color: var(--color_dgrn);
	text-transform: uppercase;
}

.medical .m_title {
	display: flex;
	align-items: center;
}
.medical .m_title .icon {
	width: 1.65em;
	background-color: var(--color_dgrn);
	border-radius: 50%;
	margin-right: .2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_title {
	font-size: 7.7vw;
}
.m_title .ft_fut {
	font-size: 40%;
}
}



/* ========================================================
  
  style

======================================================== */
.com_bld_txt {
	position: relative;
	text-align: center;
	font-size: min(2vw,135%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
}
/*box*/
.com_inbox {
	width: 95%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bld_txt {
	font-size: 105%;
	letter-spacing: .08em;
}
}

/*---------------------------------------------------------
com_lead
---------------------------------------------------------*/
.com_lead {
	position: relative;
	padding-top: 6.2%;
}
.com_lead > dt {
	font-size: min(300%,4vw);
	letter-spacing: .12em;
	line-height: 1.5;
	margin-bottom: .8em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead > dt {
	font-size: 160%;
	letter-spacing: .08em;
}
.com_lead > dd {
	text-align: left;
	line-height: 1.8;
}
}


/*---------------------------------------------------------
heading
---------------------------------------------------------*/
.com_h__bld {
	position: relative;
	text-align: center;
	font-size: min(2.6vw,170%);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.3;
	margin-bottom: 1.6em;
}
.com_h__bld.bg__grn {
	color: var(--color_dgrn);
	font-size: min(2vw,135%);
	background-color: rgba(193, 214, 86, 0.1);
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	padding: 1em 0;
}

.com_h__bg {
	position: relative;
	text-align: center;
	color: #FFF;
	font: var(--font_min);
	font-size: min(3vw,176%);
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: var(--color_dgrn);
	padding: 1em .5em;
	margin-bottom: 1.6em;
}
.com_h__bg__sm {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(2.4vw,152%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.3;
	border-radius: .4em;
	background-color: #8db863;
	padding: .7em 1.3em;
	margin-bottom: 1.3em;
}
.com_h__bg__sm.bg_gry {background-color: var(--color_gry);}

.com_h__bar {
	position: relative;
	color: var(--color_dgrn);
	font: var(--font_min);
	font-size: min(176%,2.8vw);
	line-height: 1.5;
	letter-spacing: .1em;
	margin-bottom: 1em;
	word-break: keep-all;
	overflow-wrap: break-word;
	padding: .1em 1em;
	border-left: 5px solid currentColor;
}

.com_h__ccl {
	position: relative;
	font-size: min(117%,2vw);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	padding-left: 1.5em;
	margin-bottom: .4em;
}
.com_h__ccl::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: rgba(193,214,86,0.5);
    -webkit-text-stroke: 1px rgba(113,189,127,0.5);
	left: 0;
	top: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_h__bg {
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__bld {
	font-size: 120%;
	letter-spacing: .06em;
	margin-bottom: 1.2em;
}
.com_h__bld.bg__grn {
	font-size: 110%;
	padding: .8em 0;
}

.com_h__bg {
	font-size: 130%;
	letter-spacing: .08em;
	padding: .8em .5em;
	margin-bottom: 1.2em;
}
.com_h__bg__sm {
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em 1.2em;
	margin-bottom: 1em;
}

.com_h__bar {
	font-size: 120%;
	letter-spacing: .08em;
	border-width: 4px;
}

.com_h__ccl {
	font-size: 105%;
	letter-spacing: .05em;
}
}


/*---------------------------------------------------------
com_ank_list
---------------------------------------------------------*/
.com_ank_list {
	display: grid;
	/* column-gap: 3.2%; */
	row-gap: 1em;
	justify-content: space-between;
	grid-template-columns: repeat(3,31.2%);
	/* grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); */
}
.com_ank_list > li {
	box-sizing: border-box;
	border-bottom: 1px solid #838080;
}
.com_ank_list a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3.5em;
	font: var(--font_min);
	font-size: 88%;
	letter-spacing: .1em;
	line-height: 1.3;
	padding: .5em .5em .5em 3em;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.com_ank_list a::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #FFF;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 80%;
	line-height: 2.4;
	width: 2.4em;
	background-color: var(--color_dgrn);
	border-radius: 50%;
	left: 0;
	top: 50%;
	translate: 0 -50%;
	rotate: 90deg;
	transition: all .4s;
}
.com_ank_list a:hover {
	color: var(--color_dgrn);
}
.com_ank_list a:hover::before {
	top: 55%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_ank_list {
	grid-template-columns: repeat(2,48%);
}
.com_ank_list a {
	height: 3em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ank_list {
	row-gap: .5em;
	grid-template-columns: repeat(2,48%);
}
.com_ank_list a {
	height: 3em;
	font-size: 85%;
	letter-spacing: .05em;
	padding: .5em 0 .5em 2.8em;
}
}


/*---------------------------------------------------------
com_ctc_area
---------------------------------------------------------*/
.com_ctc_area {
	width: 90%;
	max-width: 1300px;
	padding: min(5%,60px) 0 min(7.6%,100px);
	border-top: 1px solid #080202;
	margin-left: auto;
	margin-right: auto;
}
.com_ctc_area .ctc_heading {
	text-align: center;
	font-size: min(176%,3vw);
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.com_ctc_area .com_time_txt {
	margin-top: 2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_area {
	padding-top: 10%;
}
.com_ctc_area .ctc_heading {
	font-size: 115%;
	letter-spacing: .05em;
}
.com_ctc_area .com_time_txt {
	margin-top: 1em;
}
}


/*---------------------------------------------------------
 box
---------------------------------------------------------*/
.com_box__bg {
	background-color: var(--color_bei);
	box-sizing: border-box;
	padding: 7%;
	border-radius: 25px;
}
.com_box__bdr {
	box-sizing: border-box;
	padding: 5% 5.5%;
	border: 1px solid #8bc750;
	border-radius: 25px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_box__bg,
.com_box__bdr {
	padding: 8% 6%;
	border-radius: 5vw;
}
}


/*---------------------------------------------------------
 com_col_list
---------------------------------------------------------*/
.com_col_list {
	position: relative;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_col_list {
	display: grid;
	justify-content: space-between;
	row-gap: 3em;
}
.com_col_list.col__2 {
	grid-template-columns: repeat(2,48%);
}
.com_col_list.col__3 {
	grid-template-columns: repeat(3,31%);
}
.com_col_list.col__4 {
	grid-template-columns: repeat(4,23.4%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_col_list > li {
	margin-bottom: 10%;
}
.com_col_list > li:last-of-type {
	margin-bottom: 0;
}
}


/*---------------------------------------------------------
 clinic
---------------------------------------------------------*/
.com_cliname {
	font: var(--font_min);
	font-size: min(2.6vw,195%);
	letter-spacing: .12em;
	line-height: 1.6;
	white-space: nowrap;
	font-feature-settings: "palt";
}
.com_cliname dt {
	display: block;
	font-size: 56%;
	letter-spacing: .1em;
}
.com_cliname dd {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .5em;
}
.com_cliname dd img {
	width: 1.68em;
	margin: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_cliname {
	font-size: 130%;
}
}


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

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

/* 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) {


}