@charset "UTF-8";
/*
# Table of Top Contents

- top__main-visual
- top__topic
- top__targeti
- top__care
- top__point
- top__risc
- top__worry
- top__greeting
*/
/*
// # Contentes
*/
.top__main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.top__main-visual-text h2 {
	font-weight: 700 !important;
	text-shadow: 0 0 16px #fff;
}

.top__main-visual-btn {
  position: absolute;
  top: 67%;
  left: 27%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.top__main-visual-btn img {
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 1170px) {
	.top__main-visual-wrap + .container .row .col-10 a{
		color: #372e2f;
		text-decoration: none;
		transition: all 0.4s;
	}
	.top__main-visual-wrap + .container .row .col-10 a:hover{
		opacity: 0.6;
	}
  .top__main-visual-btn {
    top: 72%;
    left: 20%;
  }
}

.top_news{
	border: 10px solid #F8A734;
	border-radius: 20px;
	padding-bottom: 60px;
}
.top_news dt{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #372E2F;
	padding: 60px 0 35px;
	background: bottom center url("../img/top/top_bg_01.png") repeat-x;
	font-family: vdl-v7mincho, sans-serif;
	font-style: normal;
	margin: 0 105px;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
}
.top_news dt:hover{
	opacity: 0.6;
}
.top_news dt span{display: inline-block;}
.top_news dd{
	display: none;
	padding: 0px 50px;
}
.top_news h3{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 60px;
	background: #F8A734;
	margin-bottom: 25px;
	margin-top: 50px;
	color: #fff;
}
.top_news p{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.top_news h3 + p{
	margin-bottom: 40px;
}
.top_news ol + p{
	margin-top: 40px;
}
.top_news h4{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	color: #F8A734;
}
.top_news ol{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.top_news ol li:nth-child(1)::before{content: "①";}
.top_news ol li:nth-child(2)::before{content: "②";}
.top_news ol li:nth-child(3)::before{content: "③";}
.top_news ol li:nth-child(4)::before{content: "④";}
.top_news ol li:nth-child(5)::before{content: "⑤";}
.top_news ol li:nth-child(6)::before{content: "⑥";}
.top_news ol li:nth-child(7)::before{content: "⑦";}
.top_news ol li:nth-child(8)::before{content: "⑧";}
.top_news ol li:nth-child(9)::before{content: "⑨";}
@media screen and (max-width: 768px) {
	.top_news{
		border: 5px solid #F8A734;
		border-radius: 20px;
		padding-bottom: 30px;
	}
	.top_news dt{
		font-size: 4.0vw;
		margin: 0 10px;
		padding: 30px 0 35px;
	}
	.top_news dd{
		padding: 0px 10px;
	}
	.top_news h3{
		font-size: 3.8vw;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 60px;
		background: #F8A734;
		margin-bottom: 25px;
		margin-top: 30px;
		color: #fff;
	}
	.top_news p{
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}
	.top_news h3 + p{
		margin-bottom: 40px;
	}
	.top_news ol + p{
		margin-top: 40px;
	}
	.top_news h4{
		font-size: 3.8vw;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
		color: #F8A734;
	}
	.top_news ol{
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}

.top__topic .block__news-date {
  color: #aeaba4;
}

.top__target-inner {
  background: url("../img/top/top-target-title@2x.png") no-repeat right 1rem top;
  background-size: 65%;
  display: block;
  content: "";
}
.top__target-inner p{text-align: left;}
@media screen and (max-width: 768px) {
	main{overflow: hidden;}
  .top__target-inner {
    background-size: 100%;
    background-position: 0 9rem;
  }
}
.top__care {
  background: url("../img/top/top-care-bg@2x.png") no-repeat center center;
  display: block;
  background-size: cover;
  bottom: 0;
  width: 100%;
  text-align: center;
	padding-top: 60px;
}

.top__care h2 {
 	font-size: 36px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.top__care h2::after {
 	content: "";
	display: inline-block;
	position: absolute;
	width: 809px;
	height: 126px;
	background: top center / contain url("../img/top/top-care-title.png");
	top: -28px;
	left: -55px;
}
.top__care h2 .txt01{
	display: block;
}
.top__care h2 .txt02{
	font-size: 52px;
}
.top__care h2 .txt03{
	color: #83CDC9;
}

@media screen and (max-width: 768px) {
  .top__care {
    background: url("../img/top/sp-top-care-bg@2x.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 5rem;
  }

  .top__care h2 {
	 display: block;
    font-size: 4.5vw;
    margin: auto;
  }
	.top__care h2 .txt02{
		font-size:6vw;
	}
	.top__care h2::after {
		height: auto;
		width: 115%;
   		padding-bottom: 18.5%;
		top: -14%;
		left: 50%;
		transform: translateX(-50%);
	}

  .top__care br {
    display: none;
  }

  .care__link-wrapper {
    position: absolute;
    bottom: -6.5rem;
  }

  .bottom-decolation::after {
    display: none;
    border-bottom: 1px solid #f7f6f3;
  }
}
.top__point-item {
  position: relative;
}
.top__point-item .top__point-item-desc{
  text-align: left;
}

.top__point-item-title {
  text-align: center;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.top__point-item .top__point-shadow {
  background-size: 70%;
  position: absolute;
  top: 5rem;
  right: 0.625rem;
  transform: rotate(-5deg);
  z-index: -1;
  width: 90%;
}

.point-text > .row .top__point-item:nth-child(0)::before {
  background: url("../img/top/top-point-index00@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(1)::before {
  background: url("../img/top/top-point-index01@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(2)::before {
  background: url("../img/top/top-point-index02@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(3)::before {
  background: url("../img/top/top-point-index03@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(4)::before {
  background: url("../img/top/top-point-index04@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(5)::before {
  background: url("../img/top/top-point-index05@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}
.point-text > .row .top__point-item:nth-child(6)::before {
  background: url("../img/top/top-point-index06@2x.png") no-repeat left -0.5rem;
  display: block;
  bottom: 0;
  height: 76px;
  content: "";
  background-size: 50%;
}

.top__point-item-title::before {
  background: url("../img/top/top-point-brackets01@2x.png") no-repeat center center;
  display: block;
  top: -0.5rem;
  height: 6.25rem;
  content: "";
  background-size: contain;
  position: absolute;
  width: 100%;
}

.top__point-item:nth-of-type(2) > .top__point-item-title::before {
  background: url("../img/top/top-point-brackets02@2x.png") no-repeat center center;
  background-size: contain;
}

.top__point-item:nth-of-type(3) > .top__point-item-title::before {
  background: url("../img/top/top-point-brackets03@2x.png") no-repeat center center;
  background-size: contain;
}

.top__point-item:nth-of-type(4) > .top__point-item-title::before {
  background: url("../img/top/top-point-brackets04@2x.png") no-repeat center center;
  display: block;
  background-size: contain;
}

.top__point-item:nth-of-type(5) > .top__point-item-title::before {
  background: url("../img/top/top-point-brackets05@2x.png") no-repeat center center;
  display: block;
  background-size: contain;
}

.top__point-item:nth-of-type(6) > .top__point-item-title::before {
  background: url("../img/top/top-point-brackets06@2x.png") no-repeat center center;
  display: block;
  background-size: contain;
}

.top__point-img {
  margin-bottom: 1rem;
  position: relative;
}

.point-text::before, .point-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  max-width: 293px;
  height: 262px;
  width: 50%;
  z-index: -1;
}

.point-text::before {
  background: url("../img/top/point_title_bg_l@2x.png") no-repeat left center;
  left: 0;
  background-size: 100% auto;
}

.point-text::after {
  background: url("../img/top/point_title_bg_r@2x.png") no-repeat right center;
  right: 0;
  background-size: 100% auto;
}

.point-title {
  max-width: 598px;
}

@media screen and (max-width: 768px) {
  .point-text::before,
.point-text::after {
    display: none;
  }

  .top__point {
    padding-top: 6rem !important;
  }

  .top__point-item {
    margin-bottom: 2rem;
  }

  .top__point-item::before {
    height: 7.5rem !important;
    background-size: 40% !important;
    background-position: left 0.5rem !important;
  }

  .top__point-item .top__point-shadow {
    width: 92%;
    top: 110px;
    right: 17px;
  }

}
.top__risc .risc-title {
  margin-bottom: 2.5rem;
}

.top__worry-sec02 {
	padding-top: 15%;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top__worry-sec02 {
	padding-top: 5%;
}
}

.top__worry .top__worry-sec02 h2 {
  width: 696px;
  margin: auto;
}

.top__worry-sec01 {
  padding-top: 3rem;
  background-image: url("../img/top/dental-practice-bg@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.worry-title {
  margin-bottom: 2rem;
  font-weight: 700;
}

.worry-text {
  color: #fff;
  padding-bottom: 5%;
}


.worry-menu-item {
  position: relative;
	max-width: initial;
}
@media screen and (min-width: 769px) {
.worry-menu-item:nth-child(5){margin-left: 0.1%;}
.worry-menu-item:nth-child(7){margin-right: 0.1%;}
	.worry-menu{
	margin-right: -80px;
    margin-left: -80px;
}
}

.worry-menu-item .worry-menu-text {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  z-index: 1;
  font-weight: 700;
  font-size: 24px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-filter: drop-shadow(2px 2px 14px white);
  -ms-filter: drop-shadow(2px 2px 14px white);
  -webkit-filter: drop-shadow(2px 2px 14px white);
  filter: drop-shadow(2px 2px 14px white);
}

.worry-menu-item img {
	width: 91%;
	margin-bottom: 20%;
	max-width: initial;
}

.worry-menu-item img.adjust-img {
	width: 100%;
}

@media screen and (max-width: 768px) {
  .top__worry .top__worry-sec02 h2 {
    width: 100%;
    padding-top: 4rem;
  }

  .worry-text {
    padding-bottom: 30px !important;
  }
	.worry-text + .d-md-block .row{
		padding-right: -1%;
		padding-left: -1%;
	  }
	.worry-text + .d-md-block .col{
		padding-right: 1%;
    	padding-left: 1%;
	  }

  .worry-title {
    font-size: 20px;
  }

  .worry-desc {
    text-align: left !important;
    font-weight: 500 !important;
  }
}
.top__greeting {
  background: url("../img/top/top-greeting-bg@2x.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}

.greeting-title {
  font-size: 3.125rem;
  letter-spacing: 0.8rem;
  font-weight: 300;
}

.greeting-title::after {
  top: -0.75rem;
}

.greeting-mission {
  -moz-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  padding: 2rem;
  background: #fff;
  color: #bf7f1c;
  text-align: left;
}

.greeting-desc,
.greeting-mission {
  margin-bottom: 2rem;
}

.top__greeting #greeting-name-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top__greeting {
    background: url("../img/top/sp-top-greeting-bg@2x.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 5rem;
    padding-top: 4rem !important;
  }

  .greeting-title {
    font-size: 26px !important;
    margin-bottom: 1rem;
  }

  .greeting-desc {
    text-align: left !important;
  }

  .top__greeting #greeting-name-wrap {
    left: 0;
    top: 220px;
  }

  #greeting-mission-wrap {
    margin-top: 13rem;
  }

  .greeting-link-wrap {
    position: absolute;
    bottom: -5rem;
    left: 0;
    right: 0;
  }

  .top__greeting .bg-rainbow::after {
    width: 56.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}


@media screen and (max-width: 768px) {
	
/*------------メインビジュアル----------------*/
	.top__main-visual-wrap{
		padding-top: 60px;
	}
	.top__topic .top_link01{
		float: right;
		margin-top: -11px;
		margin-left: 10px;
	}
	.top_article{
		margin-bottom: 30px;
		padding-left: calc(20% + 10px);
		background: top left / 20% auto url("../img/top/top-news-logo.png") no-repeat;
		text-align: left;
	}
	.top_article a{
		color: #454544;
	}
	.top_article .text-weight-bold{
		display: block;
	}
	.top_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: -8px;
		margin-bottom: 30px;
	}
	.top_list li{
		position: relative;
		margin-top: 8px;
		width: calc((100% - 10px) / 2);
	}
	
	
	
/*------------トップコンテンツ----------------*/
	
}

@media screen and (min-width: 768px) {

/*------------メインビジュアル----------------*/
	.top__top-main-visual-wrap{
		position: relative;
		height: 750px;
		overflow: hidden;
	}
	.top__top-main-visual-wrap .img-fluid{
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-width: 1920px;
		z-index: -1;
	}
	.top__topic{
		background: rgba(255,255,255,0.85);
		margin-top: -55px;
		position: relative;
		padding: 30px 0 60px;
	}
	.top__topic .top_link01{
		float: right;
		margin-top: -11px;
	}
	.top_article{
		margin-bottom: 80px;
		padding-left: 182px;
		background: top left url("../img/top/top-news-logo.png") no-repeat;
		text-align: left;
	}
	.top_article a{
		color: #454544;
	}
	
	
	
/*------------トップコンテンツ----------------*/
	.top__risc .risc-desc{
		text-align: left;
	}
	
/*------------フッター----------------*/
	.f__table .table th, td{
		vertical-align: middle;
	}
	.f__table .table tr *:nth-child(1){
		font-size: 12px;
	}
	.f__table p{
		text-align: left;
		font-size: 12px;
	}
	
}



