
@charset "UTF-8";

/****************************************
		TOP Setting 
*****************************************/
/* topslide */
.sec_topslide {
  height: 47vw;
  position: relative;
}

.mv_video {
  position: relative;
  width: 100%;
  min-height: 47vw;
  overflow: hidden;
  z-index: -1;
}
.mv_video:after {
  content: '';
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, .3);*/
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mv_video video{
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .mv_video{
    min-width: 960px;
  }
}

.scrDown a {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: -45vw;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  text-shadow: #fff 0 0 4px;
}
.scrDown a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

.scrDown a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top_h2 {
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 2rem;
}

.cntns_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 85%;
    margin: 5% auto 0;
}
.cntns_menu li {
	width: 20%;
	margin: 0 2.5% 5%;
	text-align: center;
}
.cntns_menu li a {
	display: block;
	background: #fff;
	color: #fff;
	height: 190px;
	position: relative;
}
.cntns_menu p {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -32%);
	width: 110px;
	height: 70px;
}
.cntns_menu p img {
	max-height: 100%;
}

.cntns_menu li:first-of-type p {
	height: 37px;
}
.cntns_menu li:last-of-type p {
	height: 90px;
}
	 
.cntns_menu .menu_btn {
	padding: 3% 0 2%;
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
	bottom: 14px;
	position: absolute;
	width: 160px;
	left: 50%;
	font-size: 18px;
	transform: translateX(-50%);
	color: #333;
}
.cntns_menu .menu_btn i {
	position: absolute;
    bottom: 50%;
    right: -5px;
    transform: translateY(50%);
}

/* 見出し */
.ttl_deco {
	/*padding: .2em 0;*/
	font-size: 1.3rem;
    letter-spacing: .5px;
	position: relative;
	display: inline-block;
}
.ttl_deco:before {
    background: #e6eef3;
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    top: 10px;
    left: 26px;
    z-index: -1;
}
.ttl_deco.deco_wh:before {
    background: #023049;
}
.ttl_deco:after {
	content: '';
    position: absolute;
    top: 50%;
	left: calc(50% - 23px);
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -2;
}
.ttl_deco.deco_wh:after {
    background-color: #fff;
}

/* cd-fixed-bg */
.cd-fixed-bg-on {
    background-color: rgb(54 74 173 / 90%);
}
.cd-fixed-bg {
	box-sizing: border-box;
	color: #FFF;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.cd-fixed-bg.cd-bg01  {
  background-image: url('../img/top/para_img01.jpg');
}
.cd-fixed-bg.cd-bg02  {
  background-image: url('../img/top/para_img02.jpg');
}

/* info_area */
.info_area_inner dl {
    border-bottom: #fff 1px solid;
	/*margin-top: 1em;*/
}
.info_area_inner dl:first-of-type {
    border-top: #fff 1px solid;
}
.info_area_inner dl a {
    padding: 2em;
    color: #fff;
	display: flex;
}
.info_area_inner dl dt {
	width: 20%;
}
.info_area_inner dl dd {
	width: 80%;
}


/****************************************
		c-greeting Setting 
*****************************************/
/*------ スタッフ紹介 -------*/
.box_shadow {
	box-shadow: #ccc 0 0 5px;
	padding: 3%;
	box-sizing: border-box;
}
.staff_blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_photo {
	width: 55%;
	margin: 0!important;
}
.staff_name {
	font-size: 1.6rem;
}
.staff_name .degree,
.staff_name .en_name{
	font-size: .88rem;
	display: block;
	line-height: 1.3;
}

.staff_blk .staff_name {
	margin: 0!important;
	width: 40%;
}


/****************************************
		c-clinic Setting 
*****************************************/
/* ---------- 院内感染対策 -------- */
.control_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.control_list .blk {
	width: 28%;
	position: relative;
}
.control_list .blk:first-of-type:after,
.control_list .blk:nth-of-type(2):after {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    width: 26px;
    height: 72px;
    position: absolute;
    top: 20px;
    right: -60px;
}
.control_list .blk dl {
	border: #035088 2px solid;
	border-radius: 10px;
	padding: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.control_list .blk dl dt {
	font-size: 1.5em;
}
.control_list .blk dl dd {
	font-size: 1.125em;
}

.item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.item_list .item_list_blk {
	width: 30%;
	margin-bottom: 1.5em;
	text-align: center;
}
.item_list .item_list_blk p {
	margin: .6rem 0 1rem;
}

blockquote {
    position: relative;
    padding: 45px 15px 5px;
	margin-bottom: 1.5em;
    box-sizing: border-box;
    /*font-style: italic;*/
    background: #d2dee5;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
	color: #aaa;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}


/****************************************
		c-medical Setting 
*****************************************/
/* 訪問診療 */
.flow_blk {
	display: flex;
	flex-wrap: wrap;
} 
.flow_ttl {
	background: #bad6e8;
	text-align: center;
	font-size: 1.625em;
	color: #0184c9;
	width: 20%;
	box-sizing: border-box;
	position: relative;
	padding: .8em;
	display: flex;
    justify-content: center;
    align-items: center;
}
/*.flow_ttl p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.flow_column {
	background: #e6eef3;
	padding: 2em;
	width: 80%;
	box-sizing: border-box;
}

.arrow_down {
	position: relative;
    margin: 1.5em 0;
    display: block;
    height: 30px;
}

.arrow_down:before {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    width: 26px;
    height: 72px;
    position: absolute;
    transform: rotate(-90deg) translate(50%, 50%);
    top: -20%;
    left: 50%;
}

.arrow_down_right {
	position: relative;
}
.arrow_down_right:before {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    position: absolute;
    width: 26px;
    height: 72px;
    transform: rotate(-180deg) translateY(50%);
    top: 50%;
    right: -30px;
    background-size: 65%;
}

.ttl_medi_bl {
	background: #19b3b3;
	border-radius: 5px;
	color: #fff;
	margin: 5px 0 !important;
    padding: 2px 1em 0;
    display: inline-block;
}


/* 入れ歯・デンチャー */
.flow_inner {
	padding-left: 48px;
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bdbdbd;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: -2;
}

.flow_inner .flow_blk {
	padding-top: 5rem;
	display: block;
}
.flow_heading {
	font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
	color: #0184c9;
	font-family: "Noto Serif JP", serif;
}
.flow_heading:before {
    --size: 16px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #0184c9;
    position: absolute;
    left: -48px;
    top: calc(0.5em * 1 - 8px);
}
.flow_content {
	margin-top: 2.5rem;
}
.flow_head {
    padding: 2rem 3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6eef3;
}
.flow_head h2 {
	font-size: 1.5rem;
	color: #003551;
}
.flow_body {
	padding: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    position: relative;
}
.flow_body_wrap {
	width: 65%;
}
.flow_body_wrap table th {
	width: 25%;
}
.flow_img {
	position: absolute;
	top: -4rem;
	right: 2rem;
    transform: rotate(5deg);
	width: 350px;
}


/****************************************
		access Setting 
*****************************************/
.gmaps {
	position: relative;
    width: 100%;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.gmaps iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.aces_txt {
	font-size: 1.25em;
}

.aces_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aces_list li {
	width: 48%;
	margin-bottom: 4%;
}

/****************************************
		price Setting 
*****************************************/
.tbl_price th {
	border: #ccc 1px solid;
	background: #e6eef3;
	text-align: left;
}
.tbl_price td {
	border: #ccc 1px solid;
	background: #fff;
	text-align: right;
}
.tbl_price tr:first-of-type th, .tbl_price tr:first-of-type td {
	border-top: #ccc 1px solid;
}


/****************************************
		pagenavi Setting 
*****************************************/
.pagenavi_inner {
  padding: 30px 0 0;
}

.pagenavi_inner .wp-pagenavi a, .pagenavi_inner .wp-pagenavi span {
  padding: 7px 12px;
  border: 1px solid #454875;
  color: #000;
  font-weight: 700;
  font-size: 107%;
  margin-right: 10px;
}

.pagenavi_inner .wp-pagenavi a:hover {
  background: #c2c4db;
  text-decoration: none;
}

.pagenavi_inner .wp-pagenavi span.current {
  background: #c2c4db;
}

/****************************************
		single Setting 
*****************************************/
.sec_single {
  padding-top: 40px;
}

.sec_single .page_ltit {
  padding-bottom: 10px;
}

.single_date {
  text-align: right;
  padding-bottom: 20px;
}

.single_clm h3 {
  border-left: 7px solid #793f78;
  line-height: 1.4;
  padding: 2px 10px 0;
  margin: 15px 0;
  font-size: 147%;
}

.single_clm h3 a {
  color: #000;
}

.single_clm h4 {
  padding-bottom: 10px;
}

.single_clm li {
  font-size: 106%;
}

.single_clm li span {
  color: #000;
  font-size: 93%;
  font-weight: 400;
}

.single_clm li:last-child {
  margin-bottom: 0;
}

.single_clm ol {
  padding-left: 20px;
}

.single_clm ol li {
  list-style: decimal;
}

.single_clm ul {
  padding-left: 20px;
}

.single_clm ul li {
  list-style: square;
}

.single_btn {
  padding: 60px 0 0;
}

.single_btn .btn {
  padding: 10px 100px;
}

/****************************************
		privacy Setting 
*****************************************/
.list_item li {
    position: relative;
    padding-left: 20px;
}

.list_item li:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #255A98;
    border-radius: 50%;
    margin-right: 5px;
    left: 0;
    top: 9px;
    position: absolute;
}

.pri_contact{
	padding-top: 30px;
}

.pri_contact h3{
	font-size: 1.3rem;
	padding-bottom: 5px;
	color: #0184c9;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 767px) {

/****************************************
			TOP Setting 
*****************************************/
	.sec_topslide {
		height: auto;
	}
    .mv_video {
        min-height: 100vw;
    }
	.mv_video video {
		width: 100%;
		height: auto;
	}
	.scrDown a {
    left: 0;
    bottom: -90vw;
    padding: 10px 10px 90px;
}
	.scrDown a::after {
		height: 70px;
	}
	.top_anchor {
    margin-top: 16px;
  }
  .top_anchor ul {
    justify-content: space-between;
    width: 92%;
    max-width: 368px;
  }
  .top_anchor li {
    margin: 0 0 8px;
    flex-basis: 48.913%;
  }
  .top_anchor li a {
    min-height: 58px;
  }
  .top_anchor li a span {
    padding: 10px 0 3px;
    font-size: 100%;
    line-height: 2;
  }
  .top_anchor li a::before {
    height: 25px;
    background-size: 10px;
  }
	.top_h2 {
		font-size: 1.8em;
	}
	
	.wrap p.ttl_deco {
		margin-bottom: 0;
    	font-size: 1rem;
	}
	.ttl_deco:after {
		width: 35px;
		left: calc(50% - 16px);
	}
	
	.cntns_menu {
		width: 100%;
		margin: 10% auto 5%;
	}
	.cntns_menu li {
		width: 45%;
	}
	.cntns_menu li a {
		height: 170px;
	}
	.cntns_menu .menu_btn {
		width: 135px;
		padding: 5% 0 4%;
	}
	.cntns_menu li:nth-of-type(2) p {
		top: 30%;
	    transform: translate(-50%, -20%);
	}
	.cntns_menu li:nth-of-type(3) p {
		top: 29%;
	}
	.cntns_menu li:nth-of-type(3) p img {
		width: 50%;
	}
	.cntns_menu li:nth-of-type(1) p img,
	.cntns_menu li:nth-of-type(2) p img,
	.cntns_menu li:nth-of-type(5) p img,
	.cntns_menu li:nth-of-type(8) p img {
		width: 100%;
	}
	
	.top_features_boxs h3 {
	    font-size: 24px;
	    line-height: 1.5;
	}
	
	.info_area_inner dl,
	.reverse .info_area_inner dl a {
		flex-wrap: wrap;
	}
	.info_area_inner dl a,
	.reverse .info_area_inner dl a {
		display: block;
		padding: 1.5em 1em;
	}
	.info_area_inner dl dt,
	.info_area_inner dl dd {
		width: 100%;
	}
	

	
/****************************************
		c-clinic Setting 
*****************************************/

	.gallery01 li, .gallery01 li:first-of-type, .gallery02 li, .gallery02 li:last-of-type {
		float: none;
		width: 100%;
		margin: 0 0 3%;
	}
	.gallery01 li img, .gallery02 li img {
		width: 100%;
	}
	.gallery03 {
		columns: 1;
	}
	.gallery03 li {
		padding-bottom: 3%;	
	}
	
	/* ---------- 院内感染対策 -------- */
	.control_list .blk {
		width: 100%;
		margin-bottom: 35px;
	}
	.control_list .blk:first-of-type:after, .control_list .blk:nth-of-type(2):after {
		top: auto;
		right: 50%;
		bottom: -40px;
		transform: rotate(90deg) translateY(-14px);
	}
	
	.item_list .item_list_blk {
		width: 100%;
		margin-bottom: 0;
	}
	
/* ---------- 医療連携 ---------- */
	.clm_wrap .clm_blk {
		width: 100%;
	}
	.clm_wrap .clm_blk_inner {
    	padding: 1em;
	}
	.clm_wrap .blk2_area .blk {
		width: 100%;
	}
	.clm_wrap .blk2_area .blk:first-of-type p:last-of-type {
		text-align: center;
	}
	

/****************************************
		c-medical Setting 
*****************************************/
	/* 訪問診療 */
	.flow_ttl, .flow_column {
		width: 100%;
	}
	.flow_ttl {
		font-size: 1.4em;
	}
	.arrow_down {
		margin: 0.5em 0;
	}
	.arrow_down:before {
		top: -25%;
		transform: rotate(-90deg) translate(50%, -25%);
	}
	.arrow_down_right:before {
		transform: rotate(-90deg) translate(-100%,25%);
		top: auto;
		bottom: -26px;
		right: 50%;
	}
	.blk2_area .blk.arrow_down_right {
		margin: 2% auto 20px;
	}
	/* 入れ歯・デンチャー */
	.flow_inner .flow_blk {
		padding-top: 3rem;
	}
	.flow_inner {
	    padding-left: 25px;
	}
	.flow_heading {
		font-size: 1.7rem;
	}
	.flow_heading:before {
	    left: -26px;
	    top: calc(0.5em * 1 - 7px);
	}
	.flow_content {
		margin-top: 1rem;
	}
	.flow_head {
		padding: 1.3rem 1.5rem;
	}
	.flow_head h2 {
	    font-size: 1.25rem;
	}
	.flow_body {
	    padding: 1.4rem!important;
	}
	.flow_body_wrap, .flow_body_wrap table th {
	    width: 100%;
	}
	.flow_img {
	    position: sticky;
	    margin: 1.5rem 0 0;
	    width: 100%;
	}

/****************************************
			access Setting 
*****************************************/
	.gmaps {
		padding-bottom: 70%;
	}
	.page_blk_normal .page_blk_normal_photo.youtube {
		margin-top: 5%;
		padding-bottom: 57%;
	}
	.aces_list li {
    	width: 100%;
	}

/****************************************
		price Setting 
*****************************************/
	.tbl_price th, .tbl_price td {
		padding: 3%;
	}

/****************************************
			single Setting 
*****************************************/
  .single_clm h3 {
    margin: 10px 0;
    font-size: 130%;
  }
  
  .sec_saiyo_bnr .blk p.photo_sp {
	z-index: 100;
    position: absolute;
    top: 0;
}

/****************************************
		privacy Setting 
*****************************************/
	.pri_contact h3{
		font-size: 1.2rem;
	}
}

@media (max-width: 480px) {
	.sec_top_02 .boxs .box .box_inner .box_img {
		height: 140px;
	}

}

/****************************************
		施設基準 Setting 
*****************************************/
.list_table table td {
	vertical-align: middle;
}

@media (max-width: 768px) {
	.list_table {
		overflow-x: auto;
		display: block;
	}
	.list_table table th,
	.list_table table td{
		white-space: nowrap;
	}
	.list_table table th,
	.list_table table td {
		padding: 10px 20px;
	}
	.dr_blk .page_blk_photo {
		width: 100%!important;
	}
	.dr_blk .list_item li {
		width: 90vw;
	}
}

/****************************************
		とがし歯科医院
*****************************************/
.top_mv_ctr img {
	width: 75%;
}

.top_mv_ctr {
	position: absolute;
	bottom: 0;
	left: 50px;
}

.top_tit h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 1.6em;
	font-size: 2.7em;
	color: var(--main-color);
}

.top_tit h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-color);
	border-radius: 2px;
}

.sec02 {
	padding: 140px 0 100px;
}

.top_worry_blk {
	position: relative;
	max-width: 1080px;
	width: 100%;
	margin: 40px auto 0;
	background: #F9F9F9;
	border-radius: 10px;
	padding: 60px 20px 45px;
}

.top_worry_blk ul {
	width: 90%;
	margin: 0 auto;
}

.top_worry_blk ul li {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}

.top_worry_blk ul li i {
	color: #F47B22;
}

.top_worry_blk img {
	position: absolute;
	bottom: 0;
	right: 40px;
}

.top_worry_tit {
	text-align: center;
	padding-top: 40px;
}

.top_worry_tit p {
	font-size: 22px;
}

.top_worry_tit p strong {
	font-size: 46px;
	font-weight: 600;
	padding: 0 8px 0 0;
	color: var(--main-color);
}

.top_worry_tit p {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #333;
}

.top_worry_tit p:before,
.top_worry_tit p::after {
	width: 1px;
	height: 40px;
	content: "";
	background-color: #333;
}

.top_worry_tit p::before {
	margin-right: 1.2em;
	transform: rotate(-30deg);
}

.top_worry_tit p::after {
	margin-left: 1.2em;
	transform: rotate(30deg);
}

.cd-bg01 .top_tit h2 {
	color: #fff;
}

.cd-bg01 .top_tit h2:before {
	background-color: var(--font-color);
}

.sec03 {
	padding: 120px 0;
}

.top_bana_box {
	box-sizing: border-box;
	padding-top: 90px;
}

.sec04 {
	padding: 150px 0;
	background-image: url(../img/top/bg_togashi.png);
	background-size: auto;
	background-repeat: no-repeat;
}

.sec04 .flex {
	flex-wrap: wrap;
}

.top_features_box {
	max-width: 1080px;
	width: 100%;
	margin: 60px auto 0;
}

.top_features_boxs {
	width: 45%;
	padding-bottom: 80px;
}

.top_features_boxs img {
	width: 100%;
	padding-bottom: 30px;
}

.top_features_boxs div {
	padding-bottom: 20px;
	align-items: center;
}

.top_features_boxs h3 {
	font-size: 26px;
}

.top_features_boxs a {
	text-decoration: none;
}

.sec04 .btn_style.btn_emerald,
.sec05 .btn_style.btn_emerald,
.sec06 .btn_style.btn_emerald,
.sec09 .btn_style.btn_emerald {
	background: none;
	margin: 1.5em 0;
	border: solid 1px #364AAD;
	border-radius: 0;
}

.sec04 .btn_style.btn_emerald a,
.sec05 .btn_style.btn_emerald a,
.sec06 .btn_style.btn_emerald a,
.sec09 .btn_style.btn_emerald a {
	color: var(--main-color);
}

.sec04 .btn_style.btn_emerald a:hover,
.sec05 .btn_style.btn_emerald a:hover,
.sec06 .btn_style.btn_emerald a:hover,
.sec09 .btn_style.btn_emerald a:hover {
	background: var(--main-bg-color);
}

.marquee-right {
	overflow: hidden;
	padding-top: 100px;
}

.marquee-right ul {
	animation: marquee-right 30s linear infinite;
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}

.marquee-right ul li {
	list-style: none;
	padding: 0 13px;
	width: calc(110vw / 5 - 10px);
}

.marquee-right img {
	display: block;
	width: 100%;
}

@keyframes marquee-right {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

/*.achievement_inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}*/

.sec05 {
	padding-bottom: 120px;
}

.sec05 .flex {
	padding-bottom: 60px;
}

.sec05 .flex .blk:first-of-type {
	width: 51%;
}

.sec05 .flex .blk:last-of-type {
	width: 40%;
}

.sec05 .top_tit h2:before,
.achievement_inner .top_tit h2:before {
    left: 32px;
}

.sec05 .top_tit h3 {
    font-size: 24px;
	padding-bottom: 20px;
}

.flow {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 80px;
  }

  .flow > li {
	-ms-flex-preferred-size: 22%;
	flex-basis: 17%;
  }

  .flow > li .icon {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	background: rgb(107,144,219);
	margin: 0 auto 20px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
  }

  .flow > li .icon::before {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-top-color: rgb(107,144,219);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  .flow > li dl {
	padding: 30px 15px;
	margin: 0;
	border: 2px solid #364AAD;
	position: relative;
	height: 41%;
	background: #fff;
  }

  .flow > li:not(:last-child) dl::before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid rgb(102,213,233);
	border-right: 4px solid rgb(102,213,233);
	position: absolute;
	top: calc(50% - 14px);
	left: 105%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .flow > li dl dt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--main-color);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 1vh;
	text-align: center;
  }

  .sec07 {
	position: relative;
	background-image: url(../img/top/reservation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 680px;
	padding: 80px 0 0;
  }

  .sec07 .flex {
	padding-top: 40px;
  }

  .reservation_bgc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 14.1%);
    max-width: 1100px;
    width: 100%;
	height: 320px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 90px 0 80px;
}

  .reservation_box {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
  }

  .prevention_box {
	padding: 50px 0;
  }

  .intro_blk {
	width: 47%;
	margin: 0 auto 45px;
	transition: all 0.5s;
  }
  .intro_blk:hover {
  	background: #f5f9fd;
  }
  .intro_blk a:hover {
  	color: #333;
  	text-decoration: none;
  }

  .intro_blk .page_ttl h3{
	margin: 1em 0 0.5em;
  }

  .intro_blk .staff_photo {
	width: 100%;
	margin-right: 20px!important;
  }

  .intro_box {
	width: 80%;
  }

  .top_tit.left h2::before {
	left: 34px;
  }

  .video_blk video {
	width: 47.5%;
  }

  .top_address {
	width: 58%;
  }

  .top_iframe {
	width: 35%;
  }

  .top_iframe iframe {
	width: 100%;
	height: 90%;
  }

  .clinic_schedule table th,
  .clinic_schedule table td {
	font-size: 16px;
	font-weight: normal;
  }

  .clinic_schedule table td {
	color: var(--font-lightblue);
  }

  .common_blk {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
  }

  .common_blk img {
	width: 95%;
  }

@media (max-width: 1240px) {
	.top_bana_box.flex {
		justify-content: center;
	}
	.top_bana_box img {
		width: 90%;
	}
}

@media (max-width: 1171px) {
	.cntns_menu .menu_btn i {
		right: 10px;
	}
	.cntns_menu li:nth-of-type(2) .menu_btn i {
		right: 3px;
	}
}

@media (max-width: 768px) {
	.common_blk {
		max-width: auto;
		width: 90%;
	}
	
	.top_mv_ctr {
		position: relative;
	    left: auto;
	    bottom: auto;
	    text-align: center;
	    padding: 50px 0 0;
	}
	.top_mv_ctr img {
		width: 310px;
	}
	
	.sec02 {
        padding: 80px 0;
    }
	
	.top_tit h2 {
		font-size: 2em;
	}
	.top_worry_blk {
		max-width: 100%;
		margin: 10px auto 0;
		padding: 45px 25px 200px;
		box-sizing: border-box;
		height: auto;
	}
	.top_worry_blk img {
		height: 220px;
	}
	.top_worry_blk ul {
		width: 100%;
	}
	.top_worry_blk ul li {
		font-size: 17px;
		padding-bottom: 20px;
	}
	.top_worry_blk ul li:last-of-type {
		margin-bottom: 30px;
	}
	.top_worry_tit p {
		display: block;
		line-height: 1.3;
		font-size: 20px;
	}
	.top_worry_tit p strong {
		font-size: 36px;
		padding-right: 0;
	}
	.top_worry_tit p::before {
		margin-right: 0;
	}
	.top_worry_tit p::after {
		margin-left: 0;
	}
	.sec03 {
		padding: 100px 0;
	}
	.flex {
		display: block;
	}
	.top_bana_box img {
		width: 100%;
	}
	.top_bana_box a:first-of-type img {
		padding-bottom: 40px;
	}
	.sec04 {
		padding: 100px 0;
		background-position: 36% 0%;
	}
	.top_features_boxs {
		width: 100%;
		padding-bottom: 80px;
	}
	.top_features_boxs .flex {
		display: flex;
	}
	.top_features_box .top_features_boxs:last-of-type {
		padding-bottom: 50px;
	}
	.cntns_menu .menu_btn i {
        right: -5px;
    }
	.cntns_menu li:nth-of-type(2) .menu_btn i {
        right: -10px;
    }
	.marquee-right ul li {
		width: calc(300vw / 5 - 10px);
	}
	.marquee-right {
		padding-top: 80px;
	}
	.sec05 .flex .blk:first-of-type {
		width: 100%;
	}
	.sec05 .flex .blk:last-of-type {
		width: 100%;
		padding-top: 40px;
	}
	.blk3_area .blk {
        width: 100%;
        padding-bottom: 60px;
    }
	.sec05 {
		padding-bottom: 90px;
	}
	.flow {
		display: block;
		padding: 50px 0 10px;
	}
	.flow > li {
		padding-bottom: 50px;
	}
	.flow > li dl {
		height: auto;
		padding: 20px 15px;
	}
	.flow > li:not(:last-child) dl::before {
		margin-right: 0;
		top: auto;
	    left: calc(50% - 9px);
	    bottom: -30px;
	    transform: rotate(135deg);
	}
	.reservation_box {
		max-width: 100%;
	}
	.reservation_bgc {
		width: 90%;
		height: 500px;
		padding: 60px 0 50px;
	}
	.sec07 .flex {
		padding-top: 40px;
		text-align: center;
	}
	.top_head_ctr a {
		display: block;
		color: #fff;
		width: 80%;
		margin: 0 auto;
	}
	.header_tel a {
		padding-bottom: 30px;
		margin-right: 0;
	}
	.sec07 {
		height: 750px;
		padding: 0 0 20px;
	}
	.intro_blk {
		width: 100%;
		margin: 0px auto 55px;
		padding: 40px 7%;
	}
	.intro_blk .staff_photo {
		text-align: center;
		margin-right: 0 !important;
		padding-bottom: 30px;
	}
	.intro_box {
		width: 100%;
	}
	.video_blk video {
		width: 100%;
	}
	.video_blk video:first-of-type {
		padding-bottom: 40px;
	}
	.top_address {
		width: 100%;
	}
	.top_iframe {
		width: 100%;
	}
	.top_iframe iframe {
		height: 40vh;
		padding-top: 40px;
	}
	.top_address img {
		padding-bottom: 15px;
	}
	.common_blk {
		max-width: 100%;
		padding: 0 5% 50px;
		box-sizing: border-box;
	}
	.common_blk img {
		width: 49%;
		padding-bottom: 40px;
	}
	.common_blk .flex {
		text-align: center;
	}
	.sec05 .blk3_area .blk {
        text-align: center;
    }
    .sec05 .blk3_area .blk:last-of-type {
        padding-bottom: 0;
    }
	.footer .btn_style {
		min-width: 80%;
		margin: 20px 0 50px;
	}
	.footer {
		padding-bottom: 60px;
	}
}

/*-- 医院紹介 --*/
.top_anchor {
	margin: 0 auto 3em;
}

.top_anchor ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

    #Page .top_anchor {
		margin: 2em auto 0em;
	}

.top_anchor li {
	flex: 0 1 312px;
	margin: 8px 12px;
	text-align: center;
}

.top_anchor li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	color: var(--main-hover-color);
	text-decoration: none;
	font-weight: 400;
	border-bottom: solid 1px var(--main-hover-color);
	font-size: 95%;
}

.top_anchor li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 16px 0;
	color: var(--main-color);
	border-radius: 7px;
	font-size: 100%;
	line-height: 1.45;
}

.top_anchor li a i {
	padding-right: 10px;
}

.clinic_top {
	position: relative;
	text-align: center;
	background-image: url(../img/clinic/clinic_mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 60vh;
	margin-bottom: 70px;
	background-position: center bottom;
}

.clinic_top h2 {
	font-size: 46px;
	color: var(--main-color);
}

.clinic_top h2 span {
	display: block;
	font-size: 32px;
}

.top_tit_left {
	position: relative;
    display: inline-block;
    margin-bottom: 1.6em;
    font-size: 2.4em;
    color: var(--main-color);
}

.top_tit_left:before {
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--main-color);
    border-radius: 2px;
}

#chairman p {
	padding-bottom: 30px;
}

p.greeting_text {
	padding-bottom: 50px!important;
}

#chairman .sec_page_wrap {
	margin-bottom: 0;
}

.top_ttl h3 {
	font-size: 1.6rem;
    margin: 1em 0;
}

.page_blk_clm .page_ttl:first-of-type h3 {
	margin-top: 0;
}

#philosophy .top_tit {
	text-align: center;
}

#philosophy .marquee-right {
	padding-top: 0;
}

#philosophy .marquee-right ul li {
    width: calc(300vw / 3 - 0px);
	padding: 0;
}

#philosophy .sec_page_wrap {
	margin-bottom: 0;
}

#chairman .dr_blk p {
	padding-bottom: 0;
}

.staff_img img {
	width: 100%;
}

h3.txt_blue {
	font-size: 1.7em;
	color: var(--main-color);
}

#staff .intro_blk .staff_photo {
    width: 73%;
	padding-right: 15px;
}

#staff .intro_blk .flex {
	align-items: start;
}

#staff .box_shadow {
    padding: 3% 2% 3% 3%;
}

#equipment .page_blk_normal {
	padding-bottom: 50px;
}

#equipment .sec_page_wrap .page_blk_normal:first-of-type {
	padding-bottom: 100px;
}

#equipment .border_blk dt {
	font-weight: 600;
}

#equipment .sec_page_wrap:last-of-type {
    margin-bottom: 0;
}

#access .page_blk_normal .page_blk_normal_photo {
    text-align: right;
}

#access .sec_page_wrap .page_blk_normal:last-of-type {
	padding-top: 80px;
	padding-bottom: 30px;
}

#access .top_iframe iframe {
	width: 82.7%;
	height: 400px;
}

#access h3.txt_blue {
	padding-bottom: 40px;
}

#access.sec {
	padding-bottom: 3%;
}

#payment .flex {
	justify-content: space-around;
	padding-top: 30px;
}

#payment .flex a:first-of-type img{
	padding-right: 50px;
}

/*--- インプラントページ改修・PC ---*/
.youtube_wrap .page_blk_normal_clm {
    width: 55%;
}

.worry_blk_normal .page_blk_normal_clm,
.worry_blk_normal .page_blk_normal_photo {
	border: solid 1px var(--main-color);
	padding: 40px 30px;
	width: 50%;
}

.worry_blk_normal h3 {
	font-size: 28px;
	padding-bottom: 30px;
}

.worry_blk_normal ul li {
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
}

.worry_page_wrap .top_tit h2 {
	margin: 1.2em 0 0.5em;
}

.worry_page_wrap .top_tit h2::before {
	display: none;
}

.arrow_img.ac {
	padding: 50px 0 0;
}

.youtube_center {
	margin: 20px 0 120px;
}

.strong_blk_normal {
	align-items: center;
}

.reason_page_wrap .page_blk_normal {
	padding-bottom: 70px;
}

.reason_page_wrap h4 {
	margin-top: 0;
	font-family: "noto sans jp";
	font-weight: 600;
}

.case_page_wrap .blk3_area .blk h3 {
    text-align: left;
	font-size: 20px;
}

.case_tit h2 {
	font-size: 24px;
	padding-bottom: 20px;
}

.blk3_area.blk3_area_wrap {
	justify-content: start;
}

.blk3_area.blk3_area_wrap .blk:first-of-type{
	padding-right: 5%;
}

.sec_implant .page_blk_normal_photo iframe {
	width: 100%;
	height: 44lvh;
}

.sec_implant_cv_area {
	padding: 4.6% 0;
}

.sec_implant_cv_area .top_head_box {
	margin: 0 auto;
	justify-content: center;
	padding: 20px 30px;
	background: var(--font-color)
}

.implant_cv_area .ac p {
	padding-bottom: 30px;
}


.faq-blk-box {
	border-bottom: solid 1px var(--font-lightblue);
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#faq .faq-blk-q {
    font-weight: bold;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    text-shadow: 4px 6px 68px #bacad4;
}

#faq .faq-blk-a {
    position: relative;
    padding-left: 32px;
}

#faq .faq-blk-q:before {
    content: "Q";
    color: var(--faq-q);
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    top: -3px;
}

#faq .faq-blk-a:before {
    content: "A";
    color: var(--faq-a);
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 2px;
    top: -5px;
}

.surgery_box {
	border: solid 1px var(--main-color);
	padding: 35px 35px 25px;
}

.implant_table {
	padding-top: 30px;
}

.implant_table table tr th {
  width: 50%;
}

.implant_table h3 {
	font-size: 24px;
}

.implant_about_box h3 {
	font-size: 24px;
	padding-bottom: 30px;
}

.implant_about_box .btn_style.btn_emerald a {
    color: var(--black);
}

.implant_about_box .btn_style.btn_emerald {
    border: solid 1px var(--black);
}

.implant_about_box .ac {
	padding-top: 60px;
} 

.sec.sec_surgical {
	padding-bottom: 0;
}

.sec_surgical .sec_page_wrap {
    margin: 0 0 2%;
}

.flow_box {
	padding: 50px 0 80px;
} 

.flow_box h3 {
	font-size: 24px;
	padding-bottom: 20px;
}

/* .flow_inner .flow_blk:nth-of-type(5) .flow_body_wrap {
	width: 100%;
} */

.sec.sec_implant {
	padding-bottom: 20px;
}

.surgical_area h3 {
	font-size: 24px;
	padding: 20px 0;
}

.surgical_area.blk2_area .blk {
    width: 45%;
}

@media (max-width: 1230px) {
	.flow_body {
		padding: 3rem 2rem;
	}
	.flow_img {
		right: -3rem;
	}
}

@media (max-width: 1000px) {
	.flow_body {
		padding: 3rem 2rem;
	}
	.flow_img {
		position: inherit;
		top: 1rem;
		right: 0;
	}
	.flow_body_wrap {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.top_anchor ul {
		padding: 0 2%;
    	box-sizing: border-box;
	}
	.top_anchor li {
		flex: 0 45%;
        margin: 2.5%;
	}
	.clinic_top h2 span {
		font-size: 28px;
	}
	.clinic_top h2 {
		font-size: 42px;
	}
	.clinic_top {
		height: 32vh;
		background-position: 50%;
		margin-bottom: 40px;
	}
	.sec_intro {
		padding-bottom: 35px;
	}
	.sec_intro .header_tel{
		text-align: center;
	}
	.header_tel p:first-of-type {
		font-size: 18px;
	}
	.header_tel a p strong {
		font-size: 36px;
		font-weight: 600;
	}
	.header_tel a p span {
		font-size: 16px;
	}
	.dr_blk img {
		padding-bottom: 30px;
	}
	.sec {
        padding: 5em 0;
    }
	#philosophy .sec_page_wrap {
		padding: 0 5%;
	}
	#philosophy .marquee-right ul li {
		width: calc(600vw / 3 - 0px);
	}
	#staff .intro_blk .staff_photo {
		width: 100%;
		padding-right: 0;
	}
	#staff .box_shadow {
		padding: 40px 7%;
		margin-bottom: 50px;
	}
	#staff .intro_box {
		width: 100%;
	}
	#equipment .page_blk_normal .page_blk_normal_clm {
		width: 100%;
		padding-bottom: 40px;
	}
	#equipment .sec_page_wrap .page_blk_normal:first-of-type {
		padding-bottom: 40px;
	}
	.top_ttl h3 {
		margin: 1em 0 0.6em;
	}
	.border_blk {
        padding: 1em 1.3em 1.2em;
    }
	#equipment .page_blk_normal img {
		padding-bottom: 30px;
	}
	#access .sec_page_wrap .page_blk_normal:last-of-type {
		padding-top: 25px;
		padding-bottom: 0px;
	}
	#access h3.txt_blue {
		padding-bottom: 30px;
	}
	#access .top_iframe iframe {
		width: 100%;
		height: 40vh;
	}
	#staff .sec_page_wrap:last-of-type {
		margin-bottom: 0;
	}
	#staff .box_shadow:last-of-type {
		margin-bottom: 0;
	}
	#equipment .sec_page_wrap:first-of-type .page_blk_normal:last-of-type {
		padding-bottom: 0;
	}
	#equipment .inspection_page_wrap .blk:last-of-type {
		padding-bottom: 20px;
	}
	#equipment .sec_page_wrap:nth-of-type(3) .page_blk_normal {
		padding-bottom: 10px;
	}
	#access .page_blk_normal .page_blk_normal_photo {
		text-align: center;
		padding-top: 30px;
	}
	#access .top_iframe iframe {
        padding-top: 0;
    }
	.tbl_price tr:first-of-type th, .tbl_price tr:first-of-type td {
		border-top: #ccc 1px solid;
		line-height: 1.2;
	}
	#payment .flex {
		display: flex;
	}
	#payment .flex img {
		width: 90%;
	}
	#payment .flex a:first-of-type img {
		padding-right: 20px;
	}
	#payment .flex a:last-of-type img {
		width: 100%;
	}

	/*--- インプラントページ改修・SP ---*/
	.youtube_wrap .page_blk_normal_clm {
		width: 100%;
	}
	.sec_implant iframe {
		width: 100%;
		height: 66vw;
	}
	.worry_blk_normal .page_blk_normal_clm,
	.worry_blk_normal .page_blk_normal_photo {
		width: 100%;
		padding: 35px 25px;
	}
	.worry_blk_normal h3 {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.worry_blk_normal ul li {
		font-size: 17px;
	}
	.worry_page_wrap .top_tit h2 {
		margin: 0 0 1em;
	}
	.worry_blk_normal .page_blk_normal_photo {
		margin-top: 40px;
	}
	.arrow_img.ac {
		padding: 30px 0 0;
	}
	.youtube_center {
		margin: 20px 0 80px;
	}
	.sec_implant .page_blk_normal_photo iframe {
		height: 33lvh;
	}
	.reason_page_wrap .page_blk_normal {
		padding-bottom: 50px;
	}
	.case_tit h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.case_page_wrap .blk3_area .blk {
        padding-bottom: 30px;
    }
	.case_page_wrap .blk3_area .blk h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.sec_page_wrap.case_page_wrap {
        margin: 0 0 3%;
    }
	.blk3_area.blk3_area_wrap .blk:first-of-type {
		padding-right: 0;
	}
	.implant_cv_area .ac p {
		padding: 10px 25px 30px;
	}
	.sec_implant_cv_area .top_head_box {
		padding: 20px;
		display: block;
		box-sizing: border-box;
	}
	.sec_implant_cv_area .top_head_ctr a {
        width: auto;
		margin-bottom: 25px;
    }
	.sec_implant_cv_area .header_tel {
		text-align: center;
	}
	.surgery_box {
		padding: 30px 25px 20px;
	}
	.flow_box iframe {
		width: 100%;
		height: 33lvh;
	}
	.surgical_area.blk2_area .blk {
		width: 100%;
	}
}


@media (max-width: 451px) {
	.sec07 {
        height: 89vh;
    }
	.reservation_bgc {
        height: 57vh;
    }
}

@media (max-width: 415px) {
	.reservation_bgc {
        height: 54vh;
    }
	.sec07 {
        height: 82vh;
    }
}

@media (max-width: 391px) {
	.sec07 {
        height: 90vh;
    }
	.reservation_bgc {
        height: 60vh;
    }
}

@media (max-width: 376px) {
	.sec07 {
        height: 106vh;
    }
	.reservation_bgc {
        height: 70vh;
    }
}

@media (max-width: 361px) {
	.sec07 {
        height: 113vh;
    }
	.reservation_bgc {
        height: 75vh;
    }
}