body{
	font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
}

p{
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}


a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sec_mv {
  padding: 75px 0 80px;
  background: no-repeat center/cover url(../img/bg_mv.jpg);
}
@media only screen and (max-width: 820px) {
  .sec_mv {
    background: no-repeat center/cover url(../img/bg_mv_sp.jpg);
    padding: 37vw 0 7vw;
  }
}
.sec_mv > .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mv__l {
  width: 60%;
}
@media only screen and (max-width: 820px) {
  .mv__l {
    width: 100%;
  }
}
.mv__r {
  width: 34%;
}
@media only screen and (max-width: 820px) {
  .mv__r {
    display: none;
  }
}
.mv__lead {
  margin-bottom: 15px;
}
@media only screen and (max-width: 820px) {
  .mv__lead {
    width: 82vw;
    margin-bottom: 2.3vw;
  }
}
.mv__note {
  margin-bottom: 40px;
  font-size: 1.4rem;
  color: #fff;
  padding-left: 20px;
}
@media only screen and (max-width: 820px) {
  .mv__note {
    margin-bottom: 9.5vw;
    padding-left: 12px;
  }
}
.mv__list {
  display: flex;
  justify-content: space-between;
}
.mv__list > li {
  width: 32%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #499399;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 820px) {
  .mv__list > li {
    font-size: 4.4vw;
  }
}
.mv__list > li .mini {
  font-size: 1.6rem;
  position: relative;
  bottom: 8px;
}
@media only screen and (max-width: 820px) {
  .mv__list > li .mini {
    font-size: 2.8vw;
  }
}
.mv__list > li:nth-of-type(2) {
  background: #628298;
}
.mv__list > li:nth-of-type(3) {
  background: #485c82;
}

.sec_problems {
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec_problems {
    padding: 15px 0 25px;
  }
}
.sec_problems .inner {
  position: relative;
  z-index: 2;
}
.sec_problems::before, .sec_problems::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.sec_problems::before {
  width: 230px;
  height: 226px;
  background: #000;
  left: 0;
  top: 120px;
  background: no-repeat center/contain url(../img/sec_problems_deco_l.jpg);
	z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec_problems::before {
    top: -90px;
  }
}
.sec_problems::after {
  width: 221px;
  height: 298px;
  background: #000;
  right: 0;
  top: 200px;
  background: no-repeat center/contain url(../img/sec_problems_deco_r.jpg);
	z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec_problems::after {
    top: 230px;
  }
}

.problems_flex {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .problems_flex {
    flex-wrap: wrap;
    row-gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
	
	.mv_img {
    height: 65rem;
    background-image: url(../img/mv01-sp.jpg);
    padding-top: 35.5rem;
    display: block;
}
	
	
	
	
	
	
	
}
.problems_flex__textbox {
  width: 80%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 820px) {
  .problems_flex__textbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .problems_flex__textbox {
    width: 100%;
  }
}
.problems_flex__img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 820px) {
  .problems_flex__img {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .problems_flex__img {
    display: none;
  }
}
.problems_flex__title {
  font-size: 3.6rem;
  font-weight: 600;
  color: #505758;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .problems_flex__title {
    font-size: 2.7rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.problems_flex__title .icon {
  display: inline-block;
  background: #6fbac0;
  color: #fff;
  padding: 8px 10px 10px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .problems_flex__title .icon {
    font-size: 1.7rem;
    padding: 6px 8px 7px;
    letter-spacing: 0.1rem;
  }
}
.problems_flex__title .color {
  font-size: 4.5rem;
  color: #657fb0;
}
@media only screen and (max-width: 767px) {
  .problems_flex__title .color {
    font-size: 2.7rem;
  }
}
.problems_flex__list {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .problems_flex__list {
    margin-bottom: 35px;
  }
}
.problems_flex__list > li {
  margin-bottom: 13px;
  padding-left: 35px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #505758;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .problems_flex__list > li {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.problems_flex__list > li:after {
  content: "";
  display: block;
  width: calc(100% - 35px);
  height: 10px;
  background: #f6f0df;
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .problems_flex__list > li:after {
    content: none;
  }
}
.problems_flex__list > li:last-of-type {
  margin-bottom: 0;
}
.problems_flex__list > li .color {
  font-size: 2.65rem;
  color: #3d5071;
}
@media only screen and (max-width: 767px) {
  .problems_flex__list > li .color {
    font-size: 1.7rem;
  }
}
.problems_flex__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 6px solid #6fbac0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .problems_flex__list > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 4px solid #6fbac0;
    left: 0;
  }
}

.problems_points_lead,
.problems_points_lead02,
.problems_points_lead03 {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}

.problems_points_lead {
  margin-bottom: 30px;
  color: #657fb0;
  font-size: 4rem;
	font-weight: 600;
	font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
	font-weight: 600;
}
@media only screen and (max-width: 820px) {
  .problems_points_lead {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}

.problems_points_lead02 {
  margin-bottom: 30px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 820px) {
  .problems_points_lead02 {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 450px) {
  .problems_points_lead02 {
    font-size: 4.1vw;
  }
}

.problems_points_lead03 {
  margin-bottom: 75px;
  font-size: 4rem;
	font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
}
@media only screen and (max-width: 820px) {
  .problems_points_lead03 {
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 450px) {
  .problems_points_lead03 {
    font-size: 6.6vw;
  }
}
.problems_points_lead03 span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f6f0df 70%);
  padding: 0 7px;
	font-weight: 600;
}

.problems_points_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 45px;
	margin-top: -100px;
}
@media only screen and (max-width: 820px) {
  .problems_points_list {
    justify-content: space-between;
    -moz-column-gap: 0px;
         column-gap: 0px;
    margin-bottom: 18px;
  }
}
.problems_points_list > li {
  max-width: 230px;
  width: 32%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #499399;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 820px) {
  .problems_points_list > li {
    font-size: 4.4vw;
  }
}
.problems_points_list > li .mini {
  font-size: 1.6rem;
  position: relative;
  bottom: 8px;
}
@media only screen and (max-width: 820px) {
  .problems_points_list > li .mini {
    font-size: 2.8vw;
  }
}
.problems_points_list > li:nth-of-type(2) {
  background: #628298;
}
.problems_points_list > li:nth-of-type(3) {
  background: #485c82;
}

.sec_feature5__top {
  background:#628298;
  padding: 40px 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__top {
    padding: 25px 0 20px;
  }
}
.sec_feature5__top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #628298;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sec_feature5__point1 {
  background: #e4f2ff;
  padding: 80px 0 90px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point1 {
    padding: 45px 0 20px;
  }
}
.sec_feature5__point2 {
  padding: 70px 0 75px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point2 {
    padding: 30px 0 20px;
  }
}
.sec_feature5__point2 .title_dental {
  color: #6fbac0;
  width: 56%;
}
@media only screen and (max-width: 820px) {
  .sec_feature5__point2 .title_dental {
    width: 100%;
  }
}
.sec_feature5__point2 .title_dental .point {
  background: #6fbac0;
}
.sec_feature5__point2 .feature5_point_title_flex__text {
  width: 40%;
}
@media only screen and (max-width: 820px) {
  .sec_feature5__point2 .feature5_point_title_flex__text {
    width: 100%;
  }
}
.sec_feature5__point3 {
  background: #e4f2f5;
  padding: 70px 0 80px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point3 {
    padding: 30px 0 20px;
  }
}
.sec_feature5__point4 {
  padding: 60px 0 55px;
	background: #e4f2f5;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point4 {
    padding: 30px 0 25px;
  }
}
.sec_feature5__point4 .title_dental {
  color: #6fbac0;
}
.sec_feature5__point4 .title_dental .point {
  background: #6fbac0;
}
.sec_feature5__point5 {
  background: #f6f0e0;
  padding: 55px 0 85px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point5 {
    padding: 30px 0 20px;
  }
}
.sec_feature5__point5 .title_dental {
  width: 100%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 15px 5px #f3e4b9 inset;
  color: #d5ab2c;
}
.sec_feature5__point5 .title_dental .point {
  background: #d5ab2c;
}

.title_point {
  text-align: center;
  font-weight: 600;
  padding-top: 70px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title_point {
    padding-top: 40px;
  }
}
.title_point .point {
  display: inline-block;
  background: #6fbac0;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  padding: 7px 20px;
  line-height: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .title_point .point {
    font-size: 1.6rem;
  }
}
.title_point .mini {
  font-size: 3.6rem;
  color: #50585a;
}
@media only screen and (max-width: 767px) {
  .title_point .mini {
    font-size: 1.9rem;
  }
}
.title_point .color {
  color: #6b7fa2;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .title_point .color {
    font-size: 3.4rem;
  }
}
.title_point.color_w .mini {
  color: #fff;
}
.title_point.color_w .color {
  color: #fff;
}

.feature5_point1_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 820px) {
  .feature5_point1_flex {
    flex-wrap: wrap;
  }
}
.feature5_point1_flex__textbox {
  width: 48%;
}
@media only screen and (max-width: 820px) {
  .feature5_point1_flex__textbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature5_point1_flex__textbox {
    margin-bottom: 10px;
  }
}
.feature5_point1_flex__img {
  width: 48%;
}
@media only screen and (max-width: 820px) {
  .feature5_point1_flex__img {
    text-align: center;
    width: 100%;
  }
}
.feature5_point1_flex__text {
  font-size: 1.9rem;
  margin-top: 45px;
  color: #505758;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_flex__text {
    font-size: 1.7rem;
    margin-top: 25px;
  }
}

.feature5_point1_explane {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  padding: 55px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane {
    padding: 35px 15px 20px;
  }
}
.feature5_point1_explane__title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  padding: 5px 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__title {
    font-size: 1.9rem;
    padding: 2px 10px;
    text-align: center;
  }
}
.feature5_point1_explane__subtitle {
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__subtitle {
    font-size: 2.7rem;
  }
}
.feature5_point1_explane__subtitle .note {
  font-size: 2rem;
  margin-left: 10px;
}
.feature5_point1_explane__subtitle .mini {
  font-size: 2rem;
}
.feature5_point1_explane__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list {
    flex-wrap: wrap;
    row-gap: 18px;
  }
}
.feature5_point1_explane__list > li {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list > li {
    width: 100%;
  }
}
.feature5_point1_explane__list__img {
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list__img {
    max-width: 220px;
    margin: 0 auto 5px;
  }
}
.feature5_point1_explane__list__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list__title {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
}
.feature5_point1_explane__list__text {
  font-size: 1.7rem;
  text-align: center;
}
.feature5_point1_explane__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.feature5_point1_explane__flex__img {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__img {
    width: 100%;
    text-align: center;
  }
  .feature5_point1_explane__flex__img img {
    max-width: 220px;
  }
}
.feature5_point1_explane__flex__text {
  width: 48%;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__text {
    font-size: 1.7rem;
    width: 100%;
  }
}
.feature5_point1_explane__flex__text .note {
  font-size: 1.4rem;
  width: 100%;
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__text .note {
    margin-top: 7px;
  }
}
.feature5_point1_explane.color_green {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_green {
    margin-bottom: 45px;
  }
}
.feature5_point1_explane.color_green .feature5_point1_explane__title {
  background: #6fbac0;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_green .feature5_point1_explane__title {
    width: 230px;
  }
}
.feature5_point1_explane.color_green .feature5_point1_explane__subtitle {
  color: #6fbac0;
}
.feature5_point1_explane.color_green .feature5_point1_explane__list__title {
  color: #6fbac0;
}
.feature5_point1_explane.color_yellow .feature5_point1_explane__title {
  background: #d4ab2b;
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_yellow .feature5_point1_explane__title {
    width: 305px;
  }
}
.feature5_point1_explane.color_yellow .feature5_point1_explane__subtitle {
  color: #d4ab2b;
}
.feature5_point1_explane.color_yellow .feature5_point1_explane__flex__text .color {
  color: #d4ab2b;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_yellow .feature5_point1_explane__flex__text .color {
    font-size: 1.7rem;
  }
}

.feature5_point_title_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 820px) {
  .feature5_point_title_flex {
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
  }
}
.feature5_point_title_flex__text {
  width: 49%;
  font-size: 1.9rem;
}
@media only screen and (max-width: 820px) {
  .feature5_point_title_flex__text {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature5_point_title_flex__text {
    font-size: 1.7rem;
  }
}
.feature5_point_title_flex__title {
  padding-right: 15px;
  width: 50%;
}
@media only screen and (max-width: 820px) {
  .feature5_point_title_flex__title {
    width: 100%;
  }
}

.feature5_point2_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list {
    flex-wrap: wrap;
    row-gap: 17px;
  }
}
.feature5_point2_list > li {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list > li {
    width: 100%;
  }
}
.feature5_point2_list__img {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list__img {
    margin-bottom: 3px;
  }
}
.feature5_point2_list__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
  color: #74b7bd;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list__title {
    font-size: 2rem;
  }
}

.feature5_point3_staffs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs {
    flex-wrap: wrap;
    row-gap: 18px;
    margin-bottom: 35px;
  }
}
.feature5_point3_staffs > li {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li {
    width: 100%;
  }
}
.feature5_point3_staffs > li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -15px;
  width: 251px;
  height: 101px;
  background: no-repeat center/contain url(../img/staff_list_deco01.png);
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li:before {
    transform: scale(0.7);
    transform-origin: left top;
  }
}
.feature5_point3_staffs > li:last-of-type:before {
  top: -4px;
  height: 79px;
  width: 202px;
  background: no-repeat center/contain url(../img/staff_list_deco02.png);
}
.feature5_point3_staffs__img {
  margin-bottom: 10px;
  text-align: center;
}
.feature5_point3_staffs__name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__name {
    margin-bottom: 5px;
  }
}
.feature5_point3_staffs__name a {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}
.feature5_point3_staffs__name a img {
  vertical-align: middle;
}
.feature5_point3_staffs__text strong {
  display: block;
  margin: 1% 0 2%;
  font-size: 1.8rem;
  color:#32878e;
}
.feature5_point3_special {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  padding: 55px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special {
    flex-wrap: wrap;
    padding: 35px 15px 20px;
  }
}
.feature5_point3_special__title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  background: #d5ab2c;
  padding: 5px 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__title {
    font-size: 1.9rem;
    padding: 2px 10px;
    text-align: center;
    width: 150px;
  }
}
.feature5_point3_special__img {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.feature5_point3_special__text {
  width: 48%;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__text {
    width: 100%;
    line-height: 1.65;
  }
}
.feature5_point3_special__text .fz-up {
  font-size: 2rem;
}
.feature5_point3_special__text .color {
  color: #d5ab2c;
}

.feature5_point4_photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos {
    row-gap: 10px;
  }
}
.feature5_point4_photos > li {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos > li {
    width: 49%;
  }
}
.feature5_point4_photos > li.w100 {
  width: 100%;
  margin-bottom: 10px;
}
.feature5_point4_photos__name {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos__name {
    font-size: 1.5rem;
    margin-top: 3px;
  }
}

.title_dental_deco {
  font-size: 2.2rem;
  color: #6fbac0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 105px;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .title_dental_deco {
    font-size: 1.7rem;
    margin: 0 auto 5px;
    padding: 0 23px;
  }
}
.title_dental_deco:before, .title_dental_deco:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #6fbac0;
  transform-origin: center;
  position: absolute;
  top: 19px;
}
@media only screen and (max-width: 767px) {
  .title_dental_deco:before, .title_dental_deco:after {
    width: 23px;
    height: 2px;
    top: 13px;
  }
}
.title_dental_deco:before {
  transform: rotate(60deg);
  left: 0;
}
.title_dental_deco:after {
  transform: rotate(-60deg);
  right: 6px;
}

.feature5_point5_photos {
  display: flex;
  justify-content: space-between;
}
.feature5_point5_photos > li {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .feature5_point5_photos > li {
    width: 49%;
  }
}

.feature5_point5_lead {
  text-align: center;
  font-size: 2.4rem;
  color: #bc9c3a;
  margin: 55px auto 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point5_lead {
    font-size: 2rem;
    margin: 20px auto;
  }
}

.sec_banner {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .sec_banner {
    padding: 25px 0;
  }
}

.sec_voice {
  padding: 60px 0 50px;
  background: #e4f2ff;
}
@media only screen and (max-width: 767px) {
  .sec_voice {
    padding: 30px 0 20px;
  }
}

.voice_list {
  margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
  .voice_list {
    margin-top: 5px;
  }
}

.sec_price {
  padding: 10px 0 75px;
}
@media only screen and (max-width: 767px) {
  .sec_price {
    padding: 10px 0 20px;
  }
}

.price_list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .price_list {
    margin-bottom: 0;
  }
}
.price_list > li {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price_list .swiper-slide {
    opacity: 0.5;
  }
  .price_list .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.price_list__img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .price_list__img {
    max-width: 200px;
    margin: 0 auto 7px;
  }
}
.price_list__kinds {
  font-size: 1.8rem;
  color: #6a7fa3;
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .price_list__kinds {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
}
.price_list__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #6fbac0;
  line-height: 1;
  margin-bottom: 8px;
}
.price_list__title.mt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .price_list__title {
    font-size: 2.1rem;
  }
}
.price_list__price {
  font-size: 2.4rem;
  font-weight: 600;
  color: #74b7bd;
  margin-bottom: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .price_list__price {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.price_list__price .unit {
  font-size: 1.6rem;
}
.price_list__text {
  text-align: left;
}

.price_note {
  font-size: 1.4rem;
  text-align: right;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 767px) {
  .price_note {
    margin: 20px auto;
  }
}

.sec_steps {
  padding: 60px 0 90px;
  background: #cddbe4;
}
@media only screen and (max-width: 767px) {
  .sec_steps {
    padding: 30px 0 20px;
  }
}

.steps_list {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .steps_list {
    margin: 25px auto;
  }
}
.steps_list > li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 70px;
  position: relative;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .steps_list > li {
    justify-content: center;
    flex-wrap: wrap;
 
    margin-bottom: 35px;
  }
}
.steps_list > li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #697fa4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .steps_list > li:after {
    border-top: 18px solid #697fa4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: calc(100% + 8px);
  }
}
.steps_list > li:last-of-type {
  margin-bottom: 0;
}
.steps_list > li:last-of-type:after {
  content: none;
}
.steps_list__img {
  width: 28%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .steps_list__img {
    width: 100%;
   
  }
}
@media only screen and (max-width: 430px) {
  .steps_list__img {
    max-height: 200px;
  }
}
.steps_list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps_list__textbox {
  width: 70%;
  padding: 35px 30px;
}
@media only screen and (max-width: 767px) {
  .steps_list__textbox {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.steps_list__title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #6fbac0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .steps_list__title {
    font-size: 2.4rem;
    margin-bottom: 6px;
    line-height: 1.6;
  }
}
.steps_list__title .step {
  font-size: 3rem;
  display: inline-block;
  padding: 9px 15px;
  line-height: 1;
  background: #6fbac0;
  color: #fff;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .steps_list__title .step {
    font-size: 1.6rem;
    padding: 6px 13px;
    margin-right: auto;
  }
}
.steps_list__text {
  line-height: 1.9;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .steps_list__text {
    line-height: 1.65;
    font-size: 1.7rem;
  }
}

.steps_cautions {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .steps_cautions {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.steps_cautions > li {
  width: 48%;
  background-image: repeating-linear-gradient(90deg, #f7f7f7, #f7f7f7 1px, transparent 1px, transparent 8px), repeating-linear-gradient(0deg, #f7f7f7, #f7f7f7 1px, #fff 1px, #fff 8px);
  padding: 30px 25px;
}
@media only screen and (max-width: 767px) {
  .steps_cautions > li {
    width: 100%;
    padding: 20px 15px;
  }
}
.steps_cautions__title {
  text-align: center;
  color: #6a7fa3;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 25px;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .steps_cautions__title {
    font-size: 2.6rem;
    margin-bottom: 13px;
    line-height: 1;
  }
}
.steps_cautions__title .mini {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .steps_cautions__title .mini {
    font-size: 1.7rem;
  }
}
.steps_cautions__list {
  color: #505758;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .steps_cautions__list {
    font-size: 1.5rem;
  }
}
.steps_cautions__list > li {
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
}
.steps_cautions__list > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #505758;
  position: absolute;
  left: 0;
  top: 13px;
}
.steps_cautions__list > li:last-of-type {
  margin-bottom: 0;
}

.sec_info {
  padding: 5px 0 70px;
}
@media only screen and (max-width: 767px) {
  .sec_info {
    padding: 20px 0;
  }
}
.sec_info .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec_info .inner {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}

.info_logo {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .info_logo {
    margin-bottom: 10px;
  }
}

.info_access {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .info_access {
    width: 100%;
    order: 1;
  }
}

.info_time {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .info_time {
    width: 100%;
    order: 3;
  }
}

.title_info {
  background: #6fbac0;
  padding: 5px 35px;
  font-size: 3rem;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .title_info {
    padding: 1px 28px;
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.access_tel {
  color: #69bcc4;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 3px;
	 font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
}
@media only screen and (max-width: 767px) {
  .access_tel {
    font-size: 3.6rem;
	      font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
  }
}

.access_list > li {
  font-weight: 500;
  font-size: 1.7rem;
  padding-left: 15px;
  position: relative;
}
.access_list > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 13px;
  left: 1px;
}

.info_notebox {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .info_notebox {
    margin-top: 0px;
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .sec_map iframe {
    height: 350px;
  }
}

.sec_reserve {
  background: #f6f0e0;
  padding: 65px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec_reserve {
    padding: 20px 0 0;
  }
}
.sec_reserve .banner_note_box {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .sec_reserve .banner_note_box {
    margin: 0 auto 30px;
  }
}

.reserve_title {
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  color: #d5ab2c;
  margin-bottom: 40px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reserve_title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
	  font-weight: 600;
  }
}

.reserve_btns {
  max-width: 790px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .reserve_btns {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 20px;
  }
}
.reserve_btns > li {
  width: 48%;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 9px 7px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li {
    width: 100%;
    font-size: 2.4rem;
  }
}
.reserve_btns > li:first-of-type {
  background: #d4ab2b;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li:first-of-type .icon {
    max-width: 54px;
  }
}
.reserve_btns > li:last-of-type {
  background: #4aa26f;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li:last-of-type .icon {
    max-width: 49px;
  }
}
.reserve_btns > li a {
  width: 100%;
  padding: 20px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li a {
    padding: 13px 10px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
}

.reserve_tel {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 15px 20px 10px;
  max-width: 790px;
  margin: 0 auto 80px;
  font-size: 4rem;
  font-weight: 500;
  color: #6cbbc2;
}
@media only screen and (max-width: 767px) {
  .reserve_tel {
    border-radius: 15px;
    padding: 15px 10px 10px;
    margin: 0 auto 35px;
    font-size: 2.6rem;
    flex-wrap: wrap;
  }
}
.reserve_tel a {
  line-height: 1;
}
.reserve_tel .time {
  margin-left: 15px;
  font-size: 1.7rem;
  color: #505758;
}
@media only screen and (max-width: 767px) {
  .reserve_tel .time {
    margin-left: 0px;
    display: block;
  }
}
.reserve_tel .icon {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .reserve_tel .icon {
    margin-right: 0px;
    max-width: 27px;
    display: inline-block;
  }
}
.reserve_tel .icon img {
  vertical-align: middle;
}

.copyright {
  padding: 30px 5px 15px;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 5px 115px;
  }
}

.banner_counseling > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: repeat url(../img/bg_banner_counseling.jpg);
  border-radius: 20px;
  padding: 30px 35px;
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  .banner_counseling > a {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_counseling > a {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
}
.banner_counseling__img {
  width: 15%;
  max-width: 118px;
}
@media only screen and (max-width: 820px) {
  .banner_counseling__img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_counseling__img {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 66px;
  }
}
.banner_counseling__img img {
  width: 100%;
}
.banner_counseling__lead {
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 820px) {
  .banner_counseling__lead {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_counseling__lead {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 10px;
    width: 100%;
  }
}
.banner_counseling__lead .big {
  font-size: 3.3rem;
}
@media only screen and (max-width: 820px) {
  .banner_counseling__lead .big {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_counseling__lead .big {
    font-size: 2.3rem;
  }
}
.banner_counseling__btn {
  display: inline-block;
  background: #fff;
  font-size: 2.7rem;
  color: #d5ab2c;
  padding: 17px 35px;
  border-radius: 30px;
  position: relative;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 820px) {
  .banner_counseling__btn {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_counseling__btn {
    font-size: 1.9rem;
    padding: 10px 15px;
    width: 100%;
  }
}
.banner_counseling__btn:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 6px solid #d6ab28;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.voice_list > li img {
  width: 100%;
}

.swiper_voice_wrapper {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  margin: 0px auto;
}
@media only screen and (max-width: 820px) {
  .swiper_voice_wrapper {
    width: 100%;
    left: 0;
    margin: 20px auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper_voice_wrapper {
    margin: 15px auto 0;
  }
}

.swiper_voice_list {
  overflow: hidden;
}

.swiper_price_list {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .swiper_price_list {
    margin-top: 25px;
  }
}

.info_time_table {
  font-size: 1.7rem;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .info_time_table {
    font-size: 1.6rem;
  }
}
.info_time_table tr:first-of-type {
  background: #d3d3d3;
}
.info_time_table tr:last-of-type {
  border-bottom: 2px solid #d3d3d3;
}
.info_time_table th,
.info_time_table td {
  text-align: center;
  width: 8%;
  padding: 5px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .info_time_table th,
  .info_time_table td {
    width: 9.5833333333%;
  }
}
.info_time_table th {
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  .info_time_table td {
    line-height: 1.1;
  }
  .info_time_table td .sp_vertical {
    writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 821px) {
  .info_time_table td br {
    display: none !important;
  }
}
.info_time_table tr *:first-child {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .info_time_table tr *:first-child {
    width: 26.5%;
  }
}
.info_time_table tr *:last-child {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .info_time_table tr *:last-child {
    width: 19%;
  }
}

.info_time_note {
  text-align: right;
}

.swiper-pagination {
  position: static !important;
  margin-top: 50px;
}
@media only screen and (max-width: 820px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background: #6b7fa4 !important;
}

.point_nav_list {
  display: flex;
  justify-content: space-between;
  row-gap: 0px;
  flex-wrap: wrap;
  margin: 30px auto;
  row-gap: 10px;
}
@media only screen and (max-width: 820px) {
  .point_nav_list {
    max-width: 640px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .point_nav_list {
    margin: 20px auto 0;
    justify-content: center;
    -moz-column-gap: 4%;
         column-gap: 4%;
    max-width: 305px;
  }
}
.point_nav_list > li {
  width: 180px;
  height: 180px;
  background: #fff;
  color: #505758;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-clip-path: url(#clip01);
          clip-path: url(#clip01);
  transition: all 0.5s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point_nav_list > li {
    width: 48%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 1.7rem;
  }
}
.point_nav_list > li::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #6fbac0;
  border-right: 12px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid transparent;
}
@media only screen and (max-width: 767px) {
  .point_nav_list > li::after {
    bottom: 28px;
    border-top: 12px solid #6fbac0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.point_nav_list > li:hover {
  transform: translateY(-10px);
}
.point_nav_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.point_nav_list a:hover {
  opacity: 1;
}
.point_nav_list .wrap {
  position: relative;
  bottom: 20px;
}
.point_nav_list .point {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  color: #6fbac0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .point_nav_list .point {
    font-size: 1.9rem;
  }
}

header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
@media only screen and (max-width: 820px) {
  header .header_inner {
    padding: 15px 5px;
  }
}
header .header_inner .header_l {
  max-width: 440px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_l img {
    width: 95%;
  }
}
header .header_inner .header_r {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header .header_inner .header_r {
    flex-wrap: wrap;
    max-width: 400px;
    padding-left: 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  header .header_inner .header_r {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_r {
    max-width: 160px;
  }
}
header .header_inner .header_r__txt {
  line-height: 1.3;
  margin-right: 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 820px) {
  header .header_inner .header_r__txt {
    font-size: 1.2rem;
    text-align: left;
    margin-right: 0;
  }
}
header .header_inner .header_r__tel {
  display: block;
  font-size: 4.2rem;
  color: #6fbac0;
}
@media only screen and (max-width: 820px) {
  header .header_inner .header_r__tel {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_r__tel {
    font-size: 4vw;
  }
}

.sp_txt_fixed {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 10;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  padding: 5px;
	letter-spacing: 1px;
	font-weight: 600;
	z-index: 100000;
}

.side_fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.sp{
	display: none;
}

.pc{
	display: inherit;
}

@media only screen and (max-width: 767px) {
	
	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
	
  .side_fixed {
    top: auto;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    transform: none;
	  z-index: 100000;
  }
}
.side_fixed > li {
  width: 110px;
  height: 133px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .side_fixed > li {
    width: 33.3333333333%;
    height: 75px;
    font-size: 1.3rem;
    border-radius: 0;
  }
}
.side_fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.side_fixed a img {
  display: block;
  margin: 0 auto 6px;
}
@media only screen and (max-width: 767px) {
  .side_fixed a img {
    max-width: 30px;
    margin: 0 auto 3px;
  }
}
.side_fixed__tel {
  background: #d5ab2c;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .side_fixed__tel {
    margin-bottom: 0;
  }
}
.side_fixed__web {
  background: #485c82;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .side_fixed__web {
    margin-bottom: 0;
  }
}
.side_fixed__line {
  background: #4aa36e;
}

.title_dental {
  background: #fff;
  font-weight: 500;
  font-size: 4rem;
  display: inline-block;
  padding: 7px 55px 7px 115px;
  border-radius: 50px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 15px 5px #d9eeff inset;
  position: relative;
  color: #6a7fa3;
}

.title_dental2{
	 padding: 7px 55px 7px 85px;
}



@media only screen and (max-width: 820px) {
  .title_dental {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .title_dental {
    padding: 7px 30px 7px 75px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.title_dental .point {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  background: #6a7fa3;
  width: 97px;
  height: 97px;
  color: #fff;
  -webkit-clip-path: url(#clip01);
          clip-path: url(#clip01);
  text-align: center;
  line-height: 1.13;
  padding-top: 18px;
  font-size: 1.7rem;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .title_dental .point {
    width: 67px;
    height: 67px;
    padding-top: 11px;
    font-size: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.title_dental .point .number {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .title_dental .point .number {
    font-size: 1.9rem;
  }
}

.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  z-index: 9;
}
.bottom_fixed__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bottom_fixed__tel {
  font-size: 3.5rem;
  font-weight: 600;
  color: #69bcc4;
}
.bottom_fixed__web a {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #d4ab2b;
}
.bottom_fixed__line a {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #4aa26f;
}

.lum-lightbox {
  z-index: 100;
}

.blue_note_box {
  width: 100%;
  border: 2px solid #6a7fa3;
}
.blue_note_box p {
  margin-bottom: 2%;
}
.blue_note_box p .big {
 font-size: 2.0rem;
 color: #26406c;
 font-weight: 800;
}
.blue_note_box__title {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #2e4a7e;
  width: calc(100% + 2px);
  position: relative;
  bottom: 1px;
  left: -1px;
  padding: 0px 0 10px;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__title {
    padding: 12px 0 12px 58px;
    font-size: 2.1rem;
    text-align: left;
    line-height: 1.4;
  }
}
.blue_note_box__title .icon {
  display: inline-block;
  width: 90px;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__title .icon {
    width: 55px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.blue_note_box__text {
  padding: 30px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__text {
    padding: 15px;
    font-size: 1.9rem;
  }
}

.banner_counseling_list {
  padding: 0 15px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list {
    row-gap: 12px;
  }
}
.banner_counseling_list .icon {
  max-width: 55px;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list .icon {
    max-width: 36px;
  }
}
.banner_counseling_list a {
  padding: 15px 10px;
  border-radius: 15px;
  -moz-column-gap: 3%;
       column-gap: 3%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 12px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list a {
    padding: 8px 10px;
    border-radius: 30px;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
.banner_counseling_list .text {
  color: #fff;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list .text {
    font-size: 1.7rem;
  }
}
.banner_counseling_list__tel {
  width: 100%;
}
.banner_counseling_list__tel a {
  background: #d5ab2c;
}
.banner_counseling_list__tel .text {
  font-size: 4.5rem;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__tel .text {
    font-size: 2.3rem;
  }
}
.banner_counseling_list__tel .sub {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__tel .sub {
    font-size: 1.5rem;
  }
}
.banner_counseling_list__tel .icon {
  max-width: 50px;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__tel .icon {
    max-width: 27px;
  }
}
.banner_counseling_list__web {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__web {
    width: 100%;
  }
}
.banner_counseling_list__web a {
  background: #485c82;
}
.banner_counseling_list__line {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__line {
    width: 100%;
  }
}
.banner_counseling_list__line a {
  background: #4aa36e;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
.banner_counseling_list__line .icon {
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list__line .icon {
    max-width: 41px;
  }
}

.banner_note_box {
  background: #fff;
}
@media only screen and (max-width: 380px) {
  .banner_note_box .blue_note_box__title {
    font-size: 1.9rem;
  }
}/*# sourceMappingURL=style.css.map */


.mv_img{
	position: relative;
	width: 100%;
    height: calc(100vh - 2rem);
    min-height: 46rem;
    background: url("../img/mv01.jpg") no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv img{
	width: 100%;
}

.mv p{
	font-size: 40px;
}

.mv ul li{
	font-size: 24px;
}

.mv h2{
	font-size: 60px;
	color: #fff;
	letter-spacing: -2px;
}

.mv h2 span{
	font-size: 30px;
}

.mv .inner {
    position: absolute;
    top: 80px;
    left: 3.33vw;
    z-index: 10;
    padding-left: 5.42vw;
}

.mv .inner ul {
    display: table;
}

.mv .inner ul li {
    font-size: 30px;
    color: #d5ab2c;
    background: url(../img/icon-check01.png) top 50% left 1.67vw/2.39vw no-repeat #fff;
    padding: 0.2em 2.08vw 0.2em 4.75vw;
    border-radius: 0.83vw;
    box-shadow: 3px 3px 16px 3px rgba(0,0,0,.25);
	margin-bottom: 16px;
}

.mv .inner p.line{
	position: relative;
	font-size: 31px;
	margin-bottom: 40px;
	margin-top: 30px;
	color: #fff;
	font-weight: 700;
    letter-spacing: 0em;
    color: #c8b478;
    background: linear-gradient(0deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing: -2px;
}

.mv .inner p.line:before {
    content: '';
    width: calc(100% + (50vw - 53rem));
    height: 1px;
    background: #beaa78;
    position: absolute;
    top: -22px;
    right: 0;
}

.mutsuu{
	width: 1000px;
	margin: auto;
	margin-top: 40px;
}

.clinic-pic{
	align-items: center;
    background: #f7f7f7;
    display: flex;
    height: 32rem;
    margin: 4rem 0 4rem;
    padding-left: 6.5rem;
    position: relative;
    width: 100%;
    z-index: 0;
	
	position: relative;
	width: 1025px;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 80px;
}





.clinic-pic .mutsuu_txt{
	font-size: 24px;
	    font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
	margin-bottom: 20px;
	color: #fff;
}

.clinic-pic .mutsuu_txt1{
	font-size: 30px;
	 font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
	color: #fff;
}

.clinic-pic .mutsuu_txt1 .sen{
	border-bottom:2px solid;
	color: #dddddd;
}


.clinic-pic img {
    height: 32rem;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	
}

.clinic-pic img:nth-of-type(2) {
    height: 32rem;
    left: 25rem;
    position: absolute;
    top: 0!important;
    width: auto;
}

.clinic-pic .inner {
    position: relative;
    z-index: 2;
	margin-left:0 !important;
}

.clinic-pic:after {
    background: linear-gradient(90deg,#1899b2 10%,#68b6c5 65%,hsla(0,0%,97%,0) 100%,hsla(0,0%,97%,0) 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
}

.clinic-pic .mutsuu_txt1 .sml{
	font-size: 14px;
	color: #222;
}


.clinic-pic2 .mutsuu_txt1 .sen{
	font-size: 100px;
	border-bottom: none;
	letter-spacing: 2px;
	color: #ffd964 !important;
}

.clinic-pic2 .mutsuu_txt1{
	font-size: 48px;
	line-height: 0.8;
}

.clinic-pic2{
	height: 23rem;
}

.clinic-pic2 img{
	height: 23rem;
}

.clinic-pic2:after {
  background: linear-gradient(90deg,#f07bc0 10%,#fdc3c3 65%,hsla(0,0%,97%,0) 100%,hsla(0,0%,97%,0) 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
}



.api{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 12px;
	width: 780px;
	margin-top: 100px;
}


.api li{
	width: 32%;
	text-align: center;
	background: #d5ab2c;
	color: #fff;
	font-size: 22px;
	padding: 2px 7px;
	    border: 5px double;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

.api_img img{
	margin-bottom: 30px;
}

.mg_b{
	margin-bottom: 60px;
}

.price{
	margin-bottom: 60px;
	border: 3px solid #499399;
	padding: 50px;
}

.price .price_txt{
	font-size: 32px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 600;
}

.price .price_txt span{
	font-size: 54px;
	color: #499399;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f6f0df 70%);
}

.price .price_txt2{
	font-size: 20px;
	text-align: center;
	color: #499399;
	margin-bottom: 10px;
}

.price img{
	width: 500px;
	margin: auto;
}

.border{
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #ccc;
	padding: 20px;
	width: 500px;
	margin: auto;
}

.case{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case li{
	width: 48%;
}

.case_area{
margin-bottom: 0;
	padding: 0px;
	    background: #2e4a7e;
	padding: 80px;
	
}

.case_area2{
	margin-bottom: 80px;
	background: none;
	padding: 0;
}

.case_area .title_point .color{
	color: #fff;
}

.case_area h3{
	font-size: 30px;
	margin-top: 40px;
	border-bottom: 1px solid;
	margin-bottom: 30px;
	color: #fff;
	
}

.case_area h3.zihi_hoken{
	text-align: center;
	background: #6fbac0;
    color: #fff;
	border-bottom: none;
	margin: auto;
	margin-top: 80px;
	width: 400px;
	
}

.case_area table{
	width: 100%;
	margin-top: 30px;
}

.case_area table th{
	background: #f2f2f2;
	width: 25%;
	text-align: center;
	padding: 15px 20px;
	    vertical-align: middle;
}

.case_area table td{
	width: 75%;
	padding: 15px 20px;
	    vertical-align: middle;
	    background: #fff;
}

.case_area table.lisk th{
	width: 33%;
}

.case_area table.lisk th:nth-child(3){
	width: 33%;
	background: #d5ab2c;
	color: #fff;
}
.case_area table.lisk th:nth-child(2){
	width: 33%;
	background: #838181;
	color: #fff;
}

.case_area table.lisk td{
	width: auto;
}



.txt_big{
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	color: #d5ab2c;
	font-weight:600;
}


.case_area table.lisk td.zihi_td{
	background: #fff8e1;
	font-size: 17px;
	font-weight: 600;
}


.feature5_point4_photos > li img{
	border-radius: 30px;
}

.sen_color{
	color: #ffd964 !important;
}


.clinic-pic2 .mutsuu_txt span {
    font-size: 18px;
}

.red{
	color: red;
}

@media only screen and (max-width: 767px) {
	
	.mv_img {
    background-image: url(../img/mv01-sp.jpg);
    padding-top: 35.5rem;
    display: block;
}
	
	.mv h2 {
    font-size: 7.8vw;
    color: #fff;
    letter-spacing: -2px;
}
	
	
	.mv .inner p.line {
    position: relative;
    font-size: 6.2vw;
    margin-bottom: 6vw;
    margin-top: 5vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0em;
    color: #c8b478;
    background: linear-gradient(0deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}
	
	.mv .inner ul li {
    font-size: 4.3vw;
    color: #d5ab2c;
    background: url(../img/icon-check01.png) top 50% left 3.67vw/9vw no-repeat #fff;
    padding: 0.2em 2.08vw 0.2em 4.75vw;
    border-radius: 0.83vw;
    box-shadow: 3px 3px 16px 3px rgba(0,0,0,.25);
    margin-bottom: 16px;
}
	
	.mv .inner ul li {
    font-size: 5.6vw;
    width: 100%;
    display: inline-block;
		padding-left: 17vw;
		margin-bottom: 3vw;
}
	
	.mv .inner {
    position: absolute;
    top: 91vw;
    left: 0;
    z-index: 10;
    padding-left: 4vw;
}
	
	.mv .inner p.line:before {
    content: '';
    width: calc(100% + (50vw - 0rem));
    height: 1px;
    background: #beaa78;
    position: absolute;
    top: -3vw;
    right: 0;
}
	
	.sec_problems {
    padding: 67vw 0 12vw;
}
	
	.mv_img{
		height: 170vw;
	}
	
	.clinic-pic {
    margin: 6rem 0 3rem;
    padding: 0;
    display: block;
    height: auto;
}
	
	.clinic-pic .inner {
    width: 100%;
    padding: 0 2.5rem 0;
		box-sizing: border-box;
		    margin-bottom: 12vw;
		    margin-top: -10vw;
}
	
	.clinic-pic img {
    position: static;
        width: 103vw;
    height: auto;
    object-fit: cover;
    object-position: top;
    display: block;
    margin-bottom: 2.3rem;
}
	
	.clinic-pic:after {
    background: linear-gradient(0deg,#1899b2 10%,#68b6c5 65%,hsla(0,0%,97%,0) 100%,hsla(0,0%,97%,0) 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
}
	
	.clinic-pic .mutsuu_txt {
    font-size: 4.8vw;
    font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
    margin-bottom: 3vw;
    color: #fff;
}
	
	.clinic-pic .mutsuu_txt1 {
    font-size: 6.6vw;
    font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
    color: #fff;
}
	
	.api {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 4vw;
    width: 100%;
    margin-top: 5vw;
}
	
	.api li {
    width: 33%;
    text-align: center;
    background: #d5ab2c;
    color: #fff;
    font-size: 4.2vw;
    padding: 1vw 1vw;
    border: 1vw double;
    line-height: 1.5;
}
	
	.problems_points_lead {
    font-size: 5.6vw;
    margin-bottom: 2vw;
}
	
	.problems_points_list {
    margin-top: -10vw;
}
	
	.problems_points_lead03 {
    margin-bottom: 16vw;
	}
	
	.mg_b {
    margin-bottom: 10vw;
}
	
	.price .price_txt {
    font-size: 5.4vw;
    text-align: center;
    margin-bottom: 1vw;
    font-weight: 600;
}
	
	.price .price_txt span {
    font-size: 10vw;
    color: #499399;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f6f0df 70%);
}
	
	.title_dental2 {
    padding: 7px 30px 7px 8vw;
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
}
	
	.clinic-pic2{
		width: 100%;
	}
	
	.clinic-pic2:after{
		width: 100%;
	}
	
	.clinic-pic2 .mutsuu_txt1 .sen{
		font-size: 13vw;
	}
	
	.clinic-pic2 .mutsuu_txt1{
		font-size: 6.3vw;
		letter-spacing: 0.2vw;
	}
	
	.clinic-pic2 .mutsuu_txt span{
		font-size: 3.8vw;
	}
	
	.clinic-pic2 .inner{
		padding-bottom: 5vw;
	}
	
	
	.clinic-pic2:after{
		    background: linear-gradient(0deg,#f07bc0 10%,#fdc3c3 47%,hsla(0,0%,97%,0) 100%,hsla(0,0%,97%,0) 0);
	}
	
	
	
	.price {
    margin-bottom: 12vw;
    border: 3px solid #499399;
    padding: 8vw;
}
	.border {
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
    padding: 4vw;
    width: 100%;
    margin: auto;
}
	
	.price .price_txt2 {
    font-size: 5vw;
    text-align: center;
    color: #499399;
    margin-bottom: 10px;
}
	
	.price img {
    width: 100%;
    margin: auto;
    margin-top: 3vw;
}
	
	.case_area {
    margin-bottom: 0px;
    background: #2e4a7e;
    padding: 15vw 3vw;
}
	
	.case_area h3 {
    font-size: 5.2vw;
    margin-top: 9vw;
    border-bottom: 1px solid;
    margin-bottom: 5vw;
    color: #fff;
}
	
	.case_area2{
		background: none;
	}
	
	.txt_big{
		font-size: 4vw;
	}
	
	.case_area table.lisk td.zihi_td {
    background: #fff8e1;
    font-size: 3.6vw;
    font-weight: 600;
}
	
	.clinic-pic2 .inner{
		margin-bottom: 0;
	}
	
	.case_area2{
		padding-top: 0;
	}
	
	.case_area table th {
    background: #f2f2f2;
    width: 25%;
    text-align: center;
    padding: 2vw 1vw;
    vertical-align: middle;
    font-size: 3.6vw;
}
	
	.case_area table td {
		font-size: 3.6vw;
		padding: 2vw 2vw;
	}
	
	.case_area h3.zihi_hoken {
    text-align: center;
    background: #6fbac0;
    color: #fff;
    border-bottom: none;
    margin: auto;
    margin-top: 16vw;
    width: 100%;
}
	
	.case_area table.lisk th:first-child{
		width: 28%;
	}
	
	.case_area table.lisk th,.case_area table.lisk td{
		font-size: 3.4vw;
	}
	
	
}

img.kuchikomi{
	position: absolute;
	width: 140px;
	left:480px;
	top: 15px;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	
	img.kuchikomi{
	position: absolute;
	width: 30vw;
	left:0;
	top: 18vw;
	background:#fff;
		z-index: 1;
}
	
}