@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #6d6d6d;
	--main-color: #f5cc5c;
	--main-color-middle: #78c8f0;
	--main-color-light: #88dd7c;
	--main-color-super-light: #fffbef;
	--default-letter-spacing: 0.05em;
	--font-main: YakuHanJPs, "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs;
	--font-en: "Poppins","Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",  "ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,  BlinkMacSystemFont, arial, helvetica, sans-serif;
}
body.home_page
 {padding-top: 0 !important;}
body {padding-top: 52px !important;}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: var(--font-min); */
}

.img_bg_block {
	padding: 14vw 0;
}




.btn01 {
}

.btn01:before {
	content: "";
	position: absolute;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	width: 8px;
	height: 8px;
}

.btn01:after {
	display: none;
}

.btn01 span:before {
	border-radius: var(--border-radius);
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--border-radius);
	transition: 0.5s;
}


/*その他の追加変更 ここから*/

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	background: url(../images/top/mv_bg_sp.png) no-repeat center bottom /cover;
}
.m_ttl01 {
	margin-bottom: 8vw;
	margin-top: -3vw;
	text-align: center;
}

.m_ttl01 span {
	letter-spacing: 0.1em;
	display: block;
	font-family: var(--font-en);
	line-height: 1;
	font-weight: 400;
	font-size: 5rem;
}

.m_ttl01 em {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: block;
	font-weight: 500;
	color: #f2b125;
	padding-top: 2vw;
}
.m_ttl02 span {
	padding-top: 2vw;
	font-size: 2rem;
    padding-top: 1vw;
}

.m_ttl02 em {
	padding-top: 0;
	font-size: 2.7rem;
}

.btn_wrap {
	margin-top: 8vw;
}

.top_news_body {
	flex: 1;
	overflow: hidden;
}

.m_newslist_item {
	border-top: 1px solid #cacaca;
}

.m_newslist_item:last-of-type {
	border-bottom: 1px solid #cacaca;
}

.m_newslist_item_in {
	display: flex;
	overflow: hidden;
	padding: 3vw 0;
	text-decoration: none;
	flex-direction: column;
}

.m_newslist_item_in .date {
	letter-spacing: 0.15em;
	color: var(--main-color);
	margin-right: 22px;
	font-family: var(--font-en);
	font-size: 1.5rem;
	line-height: 1.6;
}

.m_newslist_item_in em {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.top_news_btn02 {
	margin-top: 8vw;
	text-align: center;
}

.top_doctor {
	background: #f9f0e9 url(../images/top/greeting_bg_sp.jpg) center bottom / 100% no-repeat;
	min-height: auto;
	display: flex;
	align-items: center;
}

.top_doctor .img_bg_block {
	padding: 12vw 0 66vw;
	width: 100%;
}

.tm_greeting_body {
	width: 100%;
}

.tm_greeting_ttl {
	margin-bottom: 5vw;
	margin-top: 0;
	text-align: left;
}

.m_txt p+p {
	margin-top: 1em;
}

.tm_greeting_name {
	display: block;
	width: 48vw;
	margin-top: 0;
	position: absolute;
	bottom: -45vw;
	left: 0vw;
}

.tm_greeting_btn {
	margin-top: 5vw;
	text-align: center;
}

a.m_newslist_item_in {}

.top_profile {
	background: #eceae9 url(../images/top/clinic_bg_sp.jpg) center bottom / 100% no-repeat;
}

.top_profile .img_bg_block {
	padding: 12vw 0 65vw;
}

.tm_clinic_body {
	width: 100%;
}

.tm_clinic_ttl {
	margin-bottom: 5vw;
}

.tm_clinic_time {
	margin-top: 5vw;
	margin-bottom: 2vw;
}

.tm_clinic_box {
	margin-top: 5vw;
	--col: 1;
	--gap-row: 5vw;
}

.tm_clinic .gmap {
	height: 100vw;
}

.tm_clinic_btn {
	text-align: center;
	margin-top: 8vw;
}

#top_feature .box {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 5vw;
	border-radius: 3vw;
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
}

#top_feature .mod_icon {
	--gap-col: 4vw;
	--gap-row: 4vw;
	--col: 2;
	
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	justify-content: center;
}

#top_feature .mod_icon > .box {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
}

#top_feature .mod_icon_ttl {
	font-family: var(--font-en);
	color: #fa8cbd;
	padding-bottom: 1.5vw;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	position:relative;
	margin-bottom:2vw;
}
#top_feature .mod_icon_ttl:before{
	position:absolute;
	content:"";
		bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
		width:5vw;
		height:1px;
	background:#fa8cbd;
}


#top_feature .box:nth-child(2) .mod_icon_ttl {
	color: #7bd9e1;
}
#top_feature .box:nth-child(2) .mod_icon_ttl:before {
	background: #7bd9e1;
}
#top_feature .box:nth-child(3) .mod_icon_ttl {
	color: #75e269;
}
#top_feature .box:nth-child(3) .mod_icon_ttl:before {
	background: #75e269;
}
#top_feature .box:nth-child(4) .mod_icon_ttl {
	color: #ffd522;
}
#top_feature .box:nth-child(4) .mod_icon_ttl:before {
	background: #ffd522;
}
#top_feature .box:nth-child(5) .mod_icon_ttl {
	color: #ff7887;
}
#top_feature .box:nth-child(5) .mod_icon_ttl:before {
	background: #ff7887;
}
#top_feature .box:nth-child(6) .mod_icon_ttl {
	color: #9ca0ff;
}
#top_feature .box:nth-child(6) .mod_icon_ttl:before {
	background: #9ca0ff;
}

.top_feature_btn {
	margin-top: 8vw;
}

#top_feature {
	background: url(../images/top/feature_bg_sp.png) no-repeat center center /100% 100%;
}

#top_trouble {
	background: var(--main-color-super-light);
}

#top_trouble .mod_icon {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw;
}

#top_trouble .box {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 1vw 5vw 4vw 5vw;
	border-radius: 3vw;
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	text-decoration: none;
}

#top_trouble .box .btn {
	margin-top: 3vw;
	width: 100%;
	padding: 2vw 2vw 2.5vw 2vw;
}

#top_trouble .box .mod_icon_img {
	width: 80%;
	margin: 0 auto;
}

#top_trouble .box .btn {background:#8ce0b2}
#top_trouble .box:nth-child(2) .btn {background:#efa29a}
#top_trouble .box:nth-child(3) .btn {background:#d1bbfc}
#top_trouble .box:nth-child(4) .btn {background:#a4e5ff}
#top_trouble .box:nth-child(5) .btn {background: #afe252;}
#top_trouble .box:nth-child(6) .btn {background:#fcbbce}

#top_age {
	background: #f2f9ff;
}

#top_age .mod_icon {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	gap: 2vw;
}

#top_age .mod_icon .box {
	text-decoration: none;
	font-size: 2.1rem;
	position: relative;
}

#top_age .mod_icon .box+.box:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3vw 0px 3vw 3vw;
	border-color: transparent transparent transparent #f5cc5c;
	left: -1vw;
	top: 16vw;
}

#top_age .mod_icon .btn {
	width: 100%;
	padding: 2vw 2vw 2.5vw 2vw;
	margin-top: 2vw;
	background: #ffc4d6;
}

#top_age .mod_icon .box:nth-child(2) .btn {
	background: #ff98b7;
}

#top_age .mod_icon .box:nth-child(3) .btn {
	background: #f65e8c;
}

.imgbg_ttl.ttl_top_lv02 {
	font-size: 2.7rem;
	line-height: 1.4;
	text-align: center;
	padding-top: 9vw;
	margin-bottom: 4vw;
}

.imgbg_block {
	background: url(../images/top/pick01.jpg) no-repeat center bottom / 100% auto;
	padding-bottom: 77vw;
}

.imgbg_box {
	padding: 0 5vw;
	color: #f2b125;
}

.imgbg_box .btn {
	background: #ffd478;
}

.imgbg_block.imgbg_right {
	background: url(../images/top/pick02.jpg) no-repeat center bottom / 100% auto;
}

.imgbg_block.imgbg_right .imgbg_box {
	color: #ff71ad;
}

.imgbg_block.imgbg_right  .imgbg_box .btn {
	background: #ff71ad;
}

.tm_greeting_ttl em {
	color: var(--main-font-color);
}

.top_news_btn {
	margin-top: 11vw;
	display: grid;
	gap: 5vw;
	grid-template-columns: 1fr;
}