@charset "utf-8";
@import "header.css";
@import "footer.css";

/* Do not change --------------------------------------------------------- */
:root {
	--main-color: #2E8854;
	--medium-green: #3DB36F;
	--soft-green: #ddf1e5;
	--orange-color: #FF8822;
	--dark-grey: #333333;
	--light-grey: #F0F1F3;
    --white-color: #FFFFFF;	
    --red-color: #CB2D1D;
    --green-transparent: #F7FCF9;
    --orange-transparent: #FFF6EF;
    --sub2-color: #99C6AC;
	--main-gap: 60px;
	--sub-gap: calc(var(--main-gap) / 2);
} 
.only_pc, .only_tb{
	display: block;
}
.only_sp{
	display: none;
}

.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	content: "";
}

/* Flex */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex .clm01 {
	width: 100%;
}
.flex .clm02 {
	width: calc((100% - 30px) / 2);
}
.flex .clm03 {
	width: calc((100% - 60px) / 3);
}
.flex .clm04 {
	width: calc((100% - 90px) / 4);
}
.flex .clm05-1 {
	width: calc((100% - 30px) * 0.33 ); /* 33% */
}
.flex .clm05-2 {
	width: calc((100% - 30px) * 0.67 ); /* 67% */
}

/* Modules -------------------------------------------------------------- */
body {
	font-size: 18px;
	font-family: Ryo Gothic PlusN, sans-serif;
	font-weight: normal;
	color: #666;
	text-align: center;
}
a {
    transition: all 0.5s;
}
a:hover {
    opacity: 0.7;
}
.container {
	margin: 40px 0;
}
.inner {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}

section {
    padding-bottom: 60px;
}

.scroll-wrap + .t_right {
	margin-top: -30px;
}

.scroll-wrap-pc {
	width: 100%;
	margin-bottom: var(--main-gap);
	overflow-x: scroll;
	overflow-y: hidden;
}

.scroll-wrap-pc table:first-of-type {
	margin-bottom: 0;
}

.mod_mb { margin-bottom:var(--main-gap) !important; }

.mb0{ margin-bottom: 0 !important; }

.mb_20{ margin-bottom: var(--sub-gap) !important;}
.mt_20{ margin-top: var(--sub-gap) !important;}
.com_mv {	/* main visual */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url('/assets/images/common/img_com_mv.jpg') no-repeat top center;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	margin-top: -10px;
}

.com_mv02{
	background-color: var(--light-grey);
	margin-top: -10px;
}

.com_mv02.red{
	background-color: rgb(233 176 166 / 30%);
}

.txt_mv02{
	font-size: 36px;
	color: var(--main-color);
	text-align: center;
	margin-bottom: 0;
	padding: 75px 0;
}

.txt_mv02 span{
	font-size: 22px;
}

.g_nav {
	width: 100%;
	margin: 0 auto;
	background-color: #fafafa;
	padding: 10px 0 11px;
}
.g_nav .g_nav_path {
	width: 100%;
  	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.g_nav .g_nav_path .path {
	display: inline-block;
}
.g_nav .g_nav_path .txt_link {
	font-size: 14px;
	color: #666666;
	line-height: 1;
	display: inline-block;
}
.symbol {
	margin: 0 20px;
}
/*end of g_nav*/

/* typography */
.common_font {
	font-size: 18px;
	text-align: left;
}
.title_h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
    padding-left: 40px;
}
.title_h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.text_xs {
    font-size: 12px;
}
.text_sm {
    font-size: 14px;
}
.text_base {
    font-size: 16px;
}
/* news list */
.news .title_h2 {
    margin-bottom: 25px;
}
.news .title_h2::before {
    background: url(/assets/images/top/icon_news.svg) no-repeat top center;
    background-size: 100% auto;
    top: 20%;
    width: 24px;
    height: 23px;
}
.list_tabs {
	margin-bottom: 30px;
	justify-content: flex-start;
	gap: 20px;
}
.list_tabs li.tab_all {
	width: 10%;
}
.list_tabs li {
	width: 28%;
	padding: 10px;
	font-size: 16px;
	background-color: var(--soft-green);
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.list_tabs li:hover,
.list_tabs li.active {
	background-color: var(--main-color);
	color: var(--white-color);
}
.list_tabs li.tab_new:hover,
.list_tabs li.tab_new.active {
	background-color: #ffae00;
}
.list_tabs li.tab_media:hover,
.list_tabs li.tab_media.active {
	background-color: #38a1e3;
}
.list_tabs li.tab_recruit:hover,
.list_tabs li.tab_recruit.active {
	background-color: #ff8491;
}
.list_news {
    height: auto;
    overflow: auto;
}
.list_news li {
    border-bottom: 1px dashed #707070;
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.list_news li span {
    margin-right: 10px;
    margin-top: .25em;
    display: inline-block;
}
.list_news li p {
    text-align: center;
    color: var(--white-color);
	background: var(--main-color);
    line-height: 2;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    min-width: 77px;
}
.list_news li p.new {
	background-color: #ffae00;
}

.list_news li p.media {
	background-color: #38a1e3;
}
.list_news li p.recruit {
	background-color: #ff8491;
}
.list_news li .text_news {
    display: inline-block;
    width: 820px;
}
.list_news li .text_news a {
    color: #333333;
}
.list_news li .text_news a.link_pdf {
    background: url(/assets/images/common/icon_pdf.png) no-repeat center right;
    -webkit-background-size: 22px auto;
    -o-background-size: 22px auto;
    background-size: 22px auto;
    padding: 4px 28px 4px 0;
    display: inline;
    line-height: 2;
}
.list_news li .text_news a.link_external {
    background: url(/assets/images/common/list_icon.svg) no-repeat center right;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    padding-right: 15px;
    display: inline;
}
.list_news li .text_news a.link_none {
	cursor: default;
	pointer-events: none;
}
.news .btn_link {
	text-align: right;
	margin-top: 25px;
}
.news .btn_link a {
	color: #333333;
}
/* end of news list */
/*cont_ttl_com*/
.common_ttl {
	text-align: left;
}
.cont_ttl_com {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: var(--main-color);
	border-left: 4px solid var(--main-color);
	display: inline-block;
	text-align: left;
	padding: 10px 0 10px 18px;
}
/*dot_sec*/
.dot_sec {
	text-align: left;
	border-top: 1px dashed var(--main-color);
	border-bottom: 1px dashed var(--main-color);
	padding: 16px 0 16px 20px;
	margin: 32px 0 28px;
	background: #f4f6fa;
}
.ttl_dot_com {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	position: relative;
	display: inline-block;
	padding-left: 32px;
}
.ttl_dot_com:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/assets/images/common/icon_com_circle.svg) no-repeat left center;
	-webkit-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*common_flow*/
.flow_common{
	display: block;
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
.flow_common ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}
.flow_list{
	width: 476px;
	position: relative;
	display: block;
	margin-bottom: 26px;
}
.bg_flow{
	position: absolute;
	background: #f5f6fa;
	border: 1px solid #a0b8de;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.flow_list:nth-child(odd){
	margin-right: 15px;
}
.flow_list:nth-child(even){
	margin-left: 15px;
}
.link_flow{
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 9;
	text-align: center;
	font-size: 18px;
	color: var(--main-color);
	line-height: 1.24;
	padding: 16px 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.link_flow:hover,
.link_flow:link,
.link_flow:active,
.link_flow:visited{
	color: var(--main-color);
}
.link_flow:hover{
	background-color: var(--main-color);
	color: white;
}
.line_hl{
	line-height: 2.4;
}
.flow_one,
.flow_two{
	padding: 26px 0;
}
/* end of module new */

/*top ttl*/	/* h2 */
.ttl_top_com {
	font-size: 18px;
	font-weight: normal;
	color: var(--main-color);
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-top: 80px;
	margin-bottom: var(--main-gap);
}

.ttl_top_com::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	transform: translateX(-50%);
}

/* h3 */
h2.mod_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: var(--main-color);
	border-left: 4px solid var(--main-color);
	text-align: left;
	padding: 10px 0 10px 18px;
	margin-bottom: var(--sub-gap);
}

h2.mod_ttl.red{
	border-left: 4px solid var(--red-color);
}
/* h4 */
h3.mod_ttl {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	position: relative;
	text-align: left;
	border-top: 1px dashed var(--main-color);
	border-bottom: 1px dashed var(--main-color);
	padding: 16px 0 16px 52px;
	margin-bottom: var(--sub-gap);
	background: var(--green-transparent);
}

h3.mod_ttl.red{
	color: var(--red-color);
	background: rgb(233 176 166 / 30%);
}
h3.mod_ttl:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/assets/images/common/icon_com_circle.svg) no-repeat left center;
	-webkit-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

h3.mod_ttl.red:before {
	background: url(/assets/images/common/icon_com_circle_red.svg) no-repeat left center;
	-webkit-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
}

/* h5 */
h4.mod_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid var(--sub2-color);
	color: var(--main-color);
	margin-bottom: 30px;
}

/* h6 */
h5.mod_ttl {
	color: #545454;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}


/* text_usual */
.text_usual {
	line-height: 1.7;
	font-weight: normal;
	margin-bottom: var(--sub-gap);
}
.text_usual.mb0 {
	margin-bottom: 0;
}
.text_usual a {
	text-decoration: underline;
}


/* image */
.img_box { margin-bottom: 10px; }
.img_box img { max-width: 100%; height: auto; }
.img_box .caption,
.caption { font-size: 0.8em; font-weight: 400;}

/* bold, color, etc */
.bold { font-weight: bold; color: #545454; }
.red { color: var(--red-color) !important; }
.green { color: var(--main-color); }
.blue { color: #083A8B; }

.t_left { text-align: left; }
.t_center { text-align: center; }
.t_right { text-align: right; }


/* btn */
a.mod_btn {
	display: block;
	box-sizing: border-box;
	max-width: 477px;
	font-size: 18px;
	background: var(--green-transparent);
	color: var(--main-color);
	font-weight: normal;
	border: 1px solid var(--main-color);
	padding: 1.3em;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	transition-property: all;
}
a.mod_btn:hover{
	background: var(--main-color);
	color: #fff;
}

.mod_btn.color2 {
	background: var(--green-transparent);
	color: #fff;
	text-shadow: 0 0 5px var(--main-color);
}
.mod_btn.color2:hover{}

.mod_btn.color3 {
	background: var(--main-color);
	color: #fff;
}
.mod_btn.color3:hover{
	background: var(--sub2-color);
	color: var(--main-color);
}
.mod_btn.btn_pdf,
a.mod_btn.pdf {
	position: relative;
	padding-left: 0;
}
.mod_btn.btn_pdf::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	background: url(/assets/images/common/icon_pdf.png) no-repeat center;
    -webkit-background-size: 22px auto;
    -o-background-size: 22px auto;
    background-size: 22px auto;
}

/* tab */
.tab{
	overflow: hidden;
	background-color: var(--sub2-color);
	justify-content: center;
}
.tab button{
	background-color: inherit;
	float: left;
	border: 1px solid var(--soft-green);
	outline: none;
	cursor: pointer;
	padding: 24px 16px;
	transition: 0.3s;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
}
.tab button + button {
	border-left: 1px solid transparent;
}
.tab button:hover{
	background: var(--green-transparent);
}
.tab button.active{
	background: var(--green-transparent);
}
.tab_links{
	width: calc((100%) / 3);
}
.tab_content{
	display: none;
	padding: var(--main-gap) 0;
	border-top:5px solid var(--soft-green);
}


/* table */
.mod_table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d3d3d3;
	margin-bottom: var(--main-gap);
}
.mod_table tr th,
.mod_table tr td {
	/* font-size: 18px; */
	padding: 14px 24px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	white-space: nowrap;
	border: 1px solid #d3d3d3;
	border-top: none;
}
.mod_table th {
	background-color: var(--green-transparent);
	font-weight: normal;
}
.mod_table tr th:first-child,
.mod_table tr td:first-child {
	border-left: none;
}
.mod_table tr th:last-child,
.mod_table tr td:last-child {
	border-right: none;
}

.mod_table th.bg2,
.mod_table td.bg2 { background-color: var(--light-grey); }

.mod_table th.t_center,
.mod_table td.t_center {
	text-align: center;
}

.mod_table th.t_right,
.mod_table td.t_right {
	text-align: right;
}

.mod_table td > *:last-child {
	margin-bottom: 0;
}

.mod_table a {
	text-decoration: underline;
}

/* ------- */
.mod_table_div1 {
	width: 100%;
	margin-bottom: var(--main-gap);
}
.mod_table_div1 > .row {
	display: flex;
	flex-wrap: wrap;
}
.mod_table_div1 > .row > div {
	flex: 1 1 auto;
	display: block;
	/* font-size: 18px; */
	font-weight: normal;
	text-align: left;
	padding: 14px 24px;
	border: 1px solid #d3d3d3;
	border-left: none;
	border-right: none;
}
.mod_table_div1 > .row > div + div {
	border-left: 1px solid #d3d3d3;
}
.mod_table_div1 > .row + .row > div {
	border-top: none;
}
.mod_table_div1 > .row > .heading {
	background-color: var(--soft-green);
	flex: 1 1 auto;
}

.mod_table_div1.red > .row > .heading{
	background-color: rgb(233 176 166 / 30%);
}
.mod_table_div1 > .row > .text {
	flex: 2 1 auto;
}

/* ------- */
.mod_table_div2 {
	width: 100%;
	display: flex;
	margin-bottom: var(--main-gap);
}
.mod_table_div2 > .clm {
	flex: 1 1 auto;
}
.mod_table_div2 > .clm + .clm {
	border-left: 1px solid #d3d3d3;
}
.mod_table_div2 > .clm > div {
	display: block;
	/* font-size: 18px; */
	font-weight: normal;
	text-align: left;
	padding: 14px 24px;
	border: 1px solid #d3d3d3;
	border-left: none;
	border-right: none;
}
.mod_table_div2 > .clm > div + div {
	border-top: none;
}
.mod_table_div2 > .clm > .heading {
	background-color: var(--green-transparent);
}
/*end of table*/

.flexbox {
  /* display: flex; */
}

/* page anchor nav */
.tag_sec{
	margin: 0 auto;
	max-width: 1000px;
	border-left: 1px solid var(--green-transparent);
	border-right: 1px solid var(--green-transparent);
	display: flex;
}
.main_flexbox{
	position: relative;
	width: 100%;
	background: var(--sub2-color);
	margin-bottom: var(--main-gap);
}
.main_flexbox.pos_fix{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.tag_sec a {
	box-sizing: border-box;
	flex: 1 1 auto;
	padding: 16px 5px;
	background-color: var(--sub2-color);
	text-align: center;
	display: inline-block;
	border-left: 1px solid var(--white-color);
	color: var(--white-color);
	transition: all 0.3s;
}
.tag_sec a:first-child {
	border-left: none;
}
.tag_sec a:hover{
	color: #fff;
	background-color: var(--main-color);
}

/* list */
.mod_txt_list,
.mod_txt_list2 {
	margin-bottom: var(--sub-gap);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mod_txt_list li,
.mod_txt_list2 li {
	position: relative;
	padding-left: 1.5em;
	font-size: 18px;
	line-height: 2;
	color: #666666;
}
.mod_txt_list li { width: 100%; }
.mod_txt_list2 li { width: calc((100% - 30px) / 2); }

.mod_txt_list li:before,
.mod_txt_list2 li:before {
	content: '●';
	position: absolute;
	color: var(--sub2-color);
	font-size: 17px;
	top: 0;
	left: 0;
}

.mod_txt_list.red li:before,
.mod_txt_list2.red li:before{
	color: var(--red-color) ;
}

.mod_txt_list li a,
.mod_txt_list2 li a { text-decoration: underline; }
.mod_txt_list.mb0,
.mod_txt_list.mb0 li {
	margin-bottom: 0;
}

/* --- */
.mod_hanging {
	margin-bottom: var(--sub-gap);
}
.mod_hanging li {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: var(--sub-gap);
}
.mod_hanging li a {
	color: inherit;
	text-decoration: underline;
}

/* --- */
.mod_link_list {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 0;
	background: var(--light-grey);
	margin-bottom: var(--main-gap);
}
.mod_link_list li {
	display: inline-block;
	position: relative;
	padding: 0 1.5em;
	margin-bottom: 10px;
}
.mod_link_list li:before {
	content: '●';
	position: absolute;
	color: var(--sub2-color);
	font-size: 17px;
	top: 0;
	left: 0;
}
.mod_link_list li.title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0;
}
.mod_link_list li.title:before {
    content: '';
}
.mod_link_list li a {
	text-decoration: underline;
}
h5 + .mod_link_list {
	margin-top: -30px;
}



/* slide */
.mod_slide_wrap {
	margin-bottom: var(--main-gap);
}
.mod_slide_open {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	position: relative;
	text-align: left;
	border-top: 1px dashed var(--main-color);
	border-bottom: 1px dashed var(--main-color);
	padding: 16px 0 16px 0;
	background: url(/assets/images/common/slide_down.svg) no-repeat right center;
	background-size: 20px auto;
}
.mod_slide_open.open {
	border-bottom: none;
	background: url(/assets/images/common/slide_up.svg) no-repeat right center;
	background-size: 20px auto;
}

.mod_slide_box {
	display: none;
	border-bottom: 1px dashed var(--main-color);
	padding-top: var(--sub-gap);
}

.mod_slide_box + .mod_slide_open {
	border-top: none;
}

/* other */
.box_wrap {
	border:1px solid #ccc;
	padding: 10px 20px;
	margin-bottom: var(--main-gap);
}

dl.mod_dl {
	margin-bottom: var(--main-gap);
}
dl.mod_dl > dt {
	color: var(--main-color);
	font-weight: bold;
}
dl.mod_dl > dd {
	margin-bottom: var(--sub-gap);
}

ol.mod_ol {
	margin-bottom: var(--main-gap);
	counter-reset: ol_num;
}
ol.mod_ol > li {
	list-style-type: none;
	counter-increment: ol_num;
	position: relative;
	padding-left: 1.2em;
	margin-bottom: var(--sub-gap);
}
ol.mod_ol > li:before {
	content: counter(ol_num) ".";
	color: var(--main-color);
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

/* telephone　appointment */
.appointment{
	width: 100%;
	max-width: 980px;
	background: #FAFCFD;
	display: flex;
	flex-wrap: wrap;
}
.appointment .reserve_ph,
.appointment .dental_reserve_ph{
	padding-left: 40px;
}
.appointment .date_time{
	padding: 5px 0 0 40px;
}
.appointment .reserve_ph .txt_reservation,
.appointment .dental_reserve_ph .txt_reservation {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-align: left;
	color: #083a8b;
}
.appointment .dental_reserve_ph .txt_reservation {
	color: var(--main-color);
}
.appointment .reserve_ph .txt_ph_no,
.appointment .dental_reserve_ph .txt_ph_no,
.txt_ph_no  {
  font-size: 28px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  line-height: 1.25;
  background: url(/assets/images/common/icon_ph.svg) no-repeat left center;
  background-size: 19px 19px;
  padding-left: 24px;
}
.appointment .dental_reserve_ph .txt_ph_no,
.txt_ph_no.green{
	background: url(/assets/images/common/icon_ph_02.svg) no-repeat left center;
}

.txt_ph_no.red{
	background: url(/assets/images/common/icon_ph_red.svg) no-repeat left center;
	-webkit-background-size: 40px auto;
	     -o-background-size: 40px auto;
	        background-size: 40px auto;
	    padding-left: 50px;
}
.appointment .date_time .date {
	font-size: 16px;
  color: #333;
  text-align: left;
}


/* button module */
.btn_mod {
    position: relative;
    padding: 20px 10px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    border: 1px solid #333333;
}
.btn_mod.custom{
	padding: 0.625em 1.3em;
}
.btn_mod:after {
    content: '';
    background: url(/assets/images/common/icon_arrow.svg) top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    width: 12px;
    height: 9px;
}
.btn_mod .icon {
    margin-right: 35px;
}
.btn_mod .icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.btn_mod p {
    font-size: 16px;
    text-align: center;
}
.btn_mod .icon_arrow {
    object-fit: contain;
}
/* page menu */
.sec_about .page_menu {
    margin-bottom: 25px;
}
.page_menu .title_h2 {
    margin-bottom: 30px;
}
.page_menu .title_h2::before {
    background: url(/assets/images/common/icon_page_menu.svg) top center;
    background-size: 100% auto;
    top: 20%;
    width: 24px;
    height: 27px;
}
/* service menu */
.service_menu {
    background-color: var(--green-transparent);
    padding: 50px 0;
    margin-bottom: 45px;
}
.service_menu .title_h2 {
    margin-bottom: 30px;
}
.service_menu .title_h2::before {
    background: url(/assets/images/top/icon_service_menu.svg) top center;
    background-size: 100% auto;
    top: 20%;
    width: 24px;
    height: 24px;
}
/* page menu & service menu btn */
.page_menu .list_btn li,
.service_menu .list_btn li {
	width: 23.3%;
	margin-bottom: var(--sub-gap);
}

.page_menu .btn_mod,
.service_menu .btn_mod {
    justify-content: center;
}

.page_menu .btn_mod p,
.service_menu .btn_mod p {
    font-size: 14px;
}

/* custom table */
.highlight-row {
  	background-color: var(--green-transparent);
}
/* custom table for same width */
.custom_table01 table th,
.custom_table01 table td {
	width: 50%;
}

/* custom css for kaifukuki */
.kaifukuki_col3 {
	background-color: var(--soft-green);
	padding: 10px;
	text-align: center;
}
.kaifukuki_col3 img {
	width: 274px;
	margin-bottom: 20px;
}
.kaifukuki_col3 span {
	font-size: 17px;
}
.kaifukuki_box_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 30px;
}
.kaifukuki_box_wrap .kaifukuki_col6 {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 14.7%;
	background-color: var(--soft-green);
	padding: 40px 15px 30px;
	text-align: center;
	border: 2px solid var(--main-color);
	border-radius: 5px;
	box-sizing: border-box;
}
.kaifukuki_box_wrap .kaifukuki_col6 p {
	color: var(--main-color);
	font-size: 14px;
    font-weight: bold;
}
.kaifukuki_box_wrap .kaifukuki_col6 span,
.kaifukuki_slide h4 span {
	font-size: 14px;
	position: absolute;
    color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3db36f;
    border-radius: 25px;
}
.kaifukuki_box_wrap .kaifukuki_col6 span {
	top: -25px;
    left: calc(50% - 25px);
}
.kaifukuki_slide h4 {
	padding: 20px 0 20px 60px;
}
.kaifukuki_slide h4 span {
	font-size: 20px;
	width: 40px;
    height: 40px;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
}

.orange{
	color: var(--orange-color) !important;
}

@media (min-width: 768px) {
    a[href*="tel:"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none;
    }
}

@media only screen and (min-width: 768px){
	.com_mv{
		height: 26vw;
		max-height: 332px;
	}
}

/* Tablet -------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.inner,
	.g_nav .g_nav_path{
		width: 89%;
		max-width: 979px;
		overflow: hidden;
	}
	.g_nav .g_nav_path{
		width: 93.75%;
	}
	.com_mv{
		max-width: 980px;
		margin-top: -0.25rem;
	}
	.com_mv02{
		margin-top: -0.25rem;
	}

	/*common_flow*/
	.flow_common{
		margin: 0.40rem auto 0;
	}
	.flow_list{
		width: 4.76rem;
		margin-bottom: 0.26rem;
	}

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	/* module new */
	:root {
	    --main-gap: .4rem;
	    --sub-gap: calc(var(--main-gap) / 2);
	}
	/* typography */
    .title_h2 {
        font-size: 0.24rem;
        padding-left: 0.40rem;
    }
    .text_xs {
        font-size: 0.12rem;
    }
    .text_sm {
        font-size: 0.14rem;
    }
    .text_base {
        font-size: 0.16rem;
    }
	/* news list */
	.news .title_h2 {
        margin-bottom: 0.25rem;
    }
    .news .title_h2::before {
        width: 0.24rem;
        height: 0.23rem;
    }
	.list_tabs {
		margin-bottom: 0.30rem;
		gap: 0.10rem;
	}
	.list_tabs li {
		padding: 0.10rem;
		font-size: 0.16rem;
	}
	.list_news li {
        border-bottom: 0.01rem dashed #707070;
        padding: 0.18rem 0;
    }
    .list_news li span {
        margin-right: 0.10rem;
    }
    .list_news li p {
        padding: 0 0.10rem;
        margin-right: 0.10rem;
        min-width: 0.77rem;
    }
    .list_news li .text_news {
        width: 6.20rem;
    }
    .list_news li .text_news a.link_pdf {
        -webkit-background-size: 0.22rem auto;
        -o-background-size: 0.22rem auto;
        background-size: 0.22rem auto;
        padding: 0.04rem 0.28rem 0.04rem 0;
    }
	.news .btn_link {
		margin-top: 0.25rem;
	}
	/* end of news list */
	/* button module */
    .btn_mod {
        box-shadow: 0 0 0.06rem rgba(0,0,0,0.25);
        padding: .2rem .15rem;
    }
    .btn_mod.custom{
		padding: .1rem
	}
    .btn_mod:after {
        top: 50%;
        transform: translateY(-50%);
        right: 4%;
        width: 0.12rem;
        height: 0.09rem;
    }
    .btn_mod .icon {
        margin-right: 0.35rem;
    }
    .btn_mod .icon img {
        width: 0.30rem;
        height: 0.30rem;
    }
    .btn_mod p {
        font-size: 0.18rem;
    }
	/* page menu */
    .page_menu {
        margin-bottom: 0.25rem;
    }
    .page_menu .title_h2 {
        margin-bottom: 0.30rem;
    }
    .page_menu .title_h2::before {
        width: 0.24rem;
        height: 0.27rem;
    }
    /* service menu */
    .service_menu {
        padding: 0.50rem 0;
        margin-bottom: 0.45rem;
    }
    .service_menu .title_h2 {
        margin-bottom: 0.30rem;
    }
    .service_menu .title_h2::before {
        width: 0.24rem;
        height: 0.24rem;
    }
    /* page menu & service menu btn */   

    .page_menu .btn_mod p,
    .service_menu .btn_mod p {
        font-size: 0.14rem;
    }
}

/* SP --------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	/* Do not change --------------------------------------------------------- */
	:root {
		--main-gap: .6rem;
		--sub-gap: calc(var(--main-gap) / 2);
	} 
	.only_pc{
		display: none;
	}
	.only_sp,
	.only_tb{
		display: block;
	}
	/* Flex */
	.flex .clm01,
	.flex .clm02,
	.flex .clm03,
	.flex .clm04,
	.flex .clm05-1,
	.flex .clm05-2 {
		width: 100%;
	}
	.flex .clm02:empty,
	.flex .clm03:empty,
	.flex .clm04:empty { margin-bottom:0; }
	.flex .img_box { text-align:center; }

	:target {
		scroll-margin-top: 1.84rem;
	}

	body {
		font-size: .3rem;
	}

	.inner {
		width: 6.90rem;
		overflow: hidden;
	}
	
	.scroll-wrap {
		overflow-x: auto;
		margin-bottom: var(--main-gap);
	}
	.scroll-wrap > .mod_table {
		margin-bottom: 10px;
	}
	
	.com_mv {
		width: 100%;
		background: none;
		height: 3.7rem;
		margin-top: 0;
	}
	.com_mv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.com_mv02{
		margin-top: 0;
	}

	.txt_mv02{
		font-size: .36rem;
		padding: 1.25rem 0 1rem;
	}

	.txt_mv02 span{
		font-size: .26rem;
	}
	
	.g_nav {
		width: 7.5rem;
		padding: .10rem 0 .11rem;
	}
	.g_nav .g_nav_path {
		width: 6.9rem;
	}
	.g_nav .g_nav_path .txt_link {
		font-size: .28rem;
		line-height: 1.3;
	}
	.symbol {
		margin: 0 .20rem;
		font-size: .28rem;
	}
	/*end of g_nav*/

	/* module new */
	.main {
        padding-top: 1.85rem;
    }
	/* typography */
	.common_font {
		font-size: .3rem;
	}
	.title_h2 {
		font-size: 0.33rem;
		padding: 0.05rem 0 0rem 0.60rem;
	}
	.text_xs {
		font-size: 0.26rem;
	}
	.text_sm {
		font-size: 0.30rem;
	}
	.text_base {
		font-size: 0.30rem;
	}
	/* news list */
	.news .title_h2 {
		margin-bottom: 0.35rem;
	}
	.news .title_h2::before {
		top: 20%;
		width: 0.42rem;
		height: 0.42rem;
	}
	.list_tabs {
		margin-bottom: 0.30rem;
		gap: 0.15rem;
	}
	.list_tabs li {
		width: 48%;
		padding: 0.26rem;
		font-size: 0.26rem;
	}
	.list_tabs li.tab_all {
		width: 48%;
	}
	.list_news li {
		border-bottom: 0.01rem dashed #707070;
		padding: 0.26rem 0;
		align-items: center;
	}
	.list_news li span {
		margin-right: 0.18rem;
		margin-top: 0;
	}
	.list_news li p {
		padding: 0.10rem 0.20rem;
		margin-right: 0;
		min-width: 1.5rem;
	}
	.list_news li .text_news {
		width: 100%;
		margin-top: 0.15rem;
	}
	.list_news li .text_news a.link_pdf {
		-webkit-background-size: 0.28rem auto;
		-o-background-size: 0.28rem auto;
		background-size: 0.28rem auto;
		padding: 0.04rem 0.28rem 0.04rem 0;
	}
	.list_news li .text_news a.link_external {
		-webkit-background-size: 0.28rem auto;
		-o-background-size: 0.28rem auto;
		background-size: 0.28rem auto;
		padding-right: 0.40rem;
	}
	.news .btn_link {
		margin-top: 0.25rem;
	}
	/* end of news list */
	/*cont_ttl_com*/
	.cont_ttl_com {
		font-size: 0.36rem;
		padding: .10rem 0 .10rem .18rem;
		border-left: 0.04rem solid var(--main-color);
	}
	/*dot_sec*/
	.dot_sec {
		padding: .20rem 0;
		margin: .36rem 0;
	}
	.ttl_dot_com {
		font-size: .36rem;
		padding-left: .40rem;
	}
	.ttl_dot_com:before {
		width: .26rem;
		height: .26rem;
		-webkit-background-size: .26rem auto;
		-o-background-size: .26rem auto;
		background-size: .26rem auto;
	}
	/*common_flow*/
	.flow_common{
		margin: 0.40rem auto;
	}
	.flow_list{
		width: 6.90rem;
		margin-bottom: 0.26rem;
	}
	.flow_list:nth-child(odd){
		margin-right: 0;
	}
	.flow_list:nth-child(even){
		margin-left: 0;
	}
	.link_flow{
		width: 100%;
		font-size: 0.30rem;
		padding: 0.24rem 0;
	}
	.flow_one,
	.flow_two{
		padding: 0.38rem 0;
	}
	/* end of module new */

	/*top ttl*/ /* h2 */
	.container {
		margin: .44rem 0;
	}
	.ttl_top_com {
		margin: 0.2rem 0 0.4rem;
	  padding-top: 0.85rem;
		font-size: .36rem;
	}
	h2.mod_ttl,
	h3.mod_ttl,
	h4.mod_ttl,
	h5.mod_ttl { font-size: .36rem; }
	h6.mod_ttl { font-size: .34rem; }
	h2.mod_ttl{
		line-height: 1.5;
	}
	/* h3 */
	h3.mod_ttl {
		margin-bottom: var(--sub-gap);
		padding: 0.16rem 0 0.16rem 0.52rem;
	}
	h3.mod_ttl:before{
		width: 0.3rem;
		height: 0.3rem;
		background: url(/assets/images/common/icon_com_circle.svg) no-repeat left center;
		-webkit-background-size: 0.25rem auto;
		-o-background-size: 0.25rem auto;
		background-size: 0.25rem auto;
		left: 0.20rem;
	}

	h3.mod_ttl.red:before {
		background: url(/assets/images/common/icon_com_circle_red.svg) no-repeat left center;
		-webkit-background-size: 0.18rem auto;
		-o-background-size: 0.18rem auto;
		background-size: 0.18rem auto;
		left: 0.20rem;
	}
	/* h4 */
	h4.mod_ttl {
		padding: 0.2rem;
		line-height: 1.5;
	}
	h4.mod_ttl:before {
		width: .26rem;
		height: .26rem;
		background-size: .26rem auto;
		margin-left: -0.4rem;
	}
	/* h6 */
	h6.mod_ttl {
	}
	
	/* text_usual */
	.text_usual {
		font-size: 0.3rem;
	}

	/* bold, color, etc */
	.bold,
	.red,
	.green,
	.blue { font-size: 0.3rem; }

	
	/* image */
	.img_box .caption { font-size: .3rem;}
	
	/* btn */
	a.mod_btn {
		margin-bottom: .3rem;
		padding: 1.3em 1em;
		font-size: .3rem;
		line-height: 1.3;
		max-width: 100%;
	}
	a.mod_btn.btn_pdf,
	a.mod_btn.pdf{
		padding-left: 0;
	}
	a.mod_btn.btn_pdf::after {
		width: 0.22rem;
		height: 0.22rem;
		right: 0.30rem;
		-webkit-background-size: 0.22rem auto;
		-o-background-size: 0.22rem auto;
		background-size: 0.22rem auto;
	}
	
	/* tab */
	.tab button {
		padding: 1em 5px;
		font-size: .3rem;
	}
	.tab_content{ padding: var(--sub-gap) 0 0; }
	
	
	/* table */
	.mod_table tr th,
	.mod_table tr td {
		font-size: .3rem;
	}
	
	/* ------- */
	.mod_table_div1 > .row > div {
		width: 100%;
		font-size: .3rem;
	}
	.mod_table_div1 > .row > div + div {
		border-left: none;
		border-top: none;
	}
	.mod_table_div1 > .row + .row > div {
		border-top: none;
	}
	.mod_table_div1 > .row > .heading {
		font-size: .3rem;
	}
	
	/* ------- */
	.mod_table_div2 {
		flex-wrap: wrap;
	}
	.mod_table_div2 > .clm {
		flex: 1 1 auto;
		width: 100%;
	}
	.mod_table_div2 > .clm + .clm {
		border-left: none;
	}
	.mod_table_div2 > .clm + .clm > div {
		border-top: none;
	}
	.mod_table_div2 > .clm > div {
		font-size: .3rem;
	}

	.mod_table_div2 > .clm > .heading {
		font-size: .3rem;
	}
	
	
	
	
	/* page anchor nav */
	.tag_sec{
    	width: 100%;
		flex-wrap: wrap;
	}

	.main_flexbox.pos_fix{
		top: 1.8rem;
	}
	.tag_sec a {
		padding: 5px;
		width: calc(100% / 4);
		font-size: 0.28rem;
		line-height: 1.24;
	}
	.tag_sec a:nth-child(n + 5) {
		border-top: 1px solid var(--sub2-color);
	}
	
	/* list */
	.mod_txt_list,
	.mod_txt_list2 {
		margin-bottom: var(--sub-gap);
	}
	.mod_txt_list li,
	.mod_txt_list2 li {
		position: relative;
		padding-left: .36rem;
		font-size: .3rem;
		line-height: 1.4;
		margin-bottom: calc(var(--sub-gap) / 2);
	}

	.mod_txt_list2 li { width: 100%; }
	
	.mod_txt_list li:before,
	.mod_txt_list2 li:before {
		font-size: .3rem;
	}
	.mod_txt_list li.none:before,
	.mod_txt_list2 li.none:before {
		content: '';
	}

	/* --- */
	.mod_hanging li { font-size: .3rem; }

	/* --- */
	.mod_link_list {
		padding: 20px 10px 0;
	}
	.mod_link_list li {
		font-size: .3rem;
		margin-bottom: 20px;
	}
	.mod_link_list li:before {
		font-size: .34rem;
	}
	.mod_link_list li.title {
		font-size: .3rem;
	}

	/* slide */
	.mod_slide_open {
		font-size: .3rem;
		padding: 0.2rem 0;
		background-size: 16px auto;
	}
	.mod_slide_open.open {
		background-size: 16px auto;
	}
	
	/* other */
	dl.mod_dl > dt,
	dl.mod_dl > dd {
		font-size: 0.3rem;
	}
	ol.mod_ol > li {
		font-size: 0.3rem;
	}
	
	/* telephone　appointment */
	.appointment {
		width: 100%;
		max-width: 9.80rem;
	}

	.appointment .reserve_ph,
	.appointment .dental_reserve_ph{
		padding-left: 0;
		margin-bottom: var(--sub-gap);
	}

	.appointment .date_time {
	    padding: 0.4rem 0 0 0.2rem;
	}

	.appointment .reserve_ph .txt_reservation,
	.appointment .dental_reserve_ph .txt_reservation{
		font-size: 0.24rem;
	}

	.appointment .reserve_ph .txt_ph_no,
	.appointment .dental_reserve_ph .txt_ph_no,
	.txt_ph_no {
		font-size: 0.48rem;
    /* background: url(/assets/images/common/icon_ph.svg) no-repeat left center; */
    background-size: 0.38rem 0.38rem;
    padding-left: 0.5rem;
	}
	.appointment .dental_reserve_ph .txt_ph_no,
	.txt_ph_no{
		/* background: url(/assets/images/common/icon_ph_02.svg) no-repeat left center; */
		background-size: 0.38rem 0.38rem;
	}

	.txt_ph_no.red{
		background: url(/assets/images/common/icon_ph_red.svg) no-repeat left center;
		-webkit-background-size: .60rem auto;
		     -o-background-size: .60rem auto;
		        background-size: .60rem auto;
		    padding-left: .70rem;
	}
	.appointment .date_time .date {		
	    padding: 0;
	    line-height: 1;
	}
	.appointment .date_time table {
	    margin-left: 0;
	}
	.appointment .date_time table.sp_table_date{
		margin-left: 0.12rem;
	}
	.appointment .date_time .date td{
		font-size: 0.22rem;
		line-height: 1;
	}

	/* other */
	.box_wrap {
		font-size: 0.3rem;
		padding: 5px 10px;
	}


	/* button module */
   
    .btn_mod:after {
        top: 50%;
        transform: translateY(-50%);
        width: 0.4rem;
        height: 0.2rem;
    }

    .btn_mod{
    	padding: .3rem;
    }
    .btn_mod.custom {
	    padding: .1rem .3rem;
	}
    .btn_mod .icon {
        margin-right: 0.35rem;
    }
    .btn_mod .icon img {
        width: 0.50rem;
        height: 0.50rem;
    }
    .btn_mod p {
        font-size: 0.30rem;
    }
	/* page menu */
    .sec_about .page_menu{
        margin-bottom: 0.35rem;
        padding-bottom: 0;
    }
    .page_menu .title_h2 {
        margin-bottom: 0.30rem;
    }
    .page_menu .title_h2::before {
        top: 20%;
        width: 0.34rem;
        height: 0.37rem;
    }

    .service_menu .list_btn,
    .sec_about .page_menu .list_btn{
    	width:100%;
    	margin: 0 auto;
    }
    /* service menu */
    .service_menu {
        padding: 0.50rem 0;
        margin-bottom: 0.65rem;
    }
    .service_menu .title_h2 {
        margin-bottom: 0.30rem;
    }
    .service_menu .title_h2::before {
        top: 25%;
        width: 0.34rem;
        height: 0.34rem;
    }
    /* page menu & service menu btn */
    .page_menu .list_btn li,
    .service_menu .list_btn li {
        width: 100%;
    }

    .page_menu .btn_mod p,
    .service_menu .btn_mod p {
        font-size: 0.30rem;
    }
}