@charset "UTF-8";

/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  /*! トップページ空リンク無効化 ***************************************************/
}

html #home section a[href=""]:not(.play) {
  pointer-events: none;
}

html body {
  color: #1f1a19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}

html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html h1,
html h2,
html h3,
html h4 {
  line-height: 1.6;
  letter-spacing: -0.06em;
}

html p {
  font-feature-settings: "palt";
  text-align: justify;
}

html a {
  color: #294c69;
  text-decoration: none;
  border: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html a img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html a:hover {
  filter: brightness(120%);
}

html a.blog:not(.none) {
  color: #294c69;
  text-decoration: underline;
}

html a.blog:not(.none):after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}

html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

html #wrap article {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  html #wrap {
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  html body {
    font-size: 1.5rem;
  }

  html .sp {
    display: none !important;
  }
}

html header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: top 0.2s ease;
  backface-visibility: hidden;
}

html header.on {
  top: -20px;
}

html header .seo {
  display: block;
  height: 20px;
  font-weight: 400;
  background: #cdc1a5;
  text-align: center;
}

html header .seo span {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  white-space: nowrap;
}

html header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
}

html header .header_content .logo {
  padding: 0 30px 0 15px;
}

html header .header_content .logo a {
  display: block;
}

html header .header_content .logo a img {
  width: auto;
  max-height: 40px;
}

html header .header_content #access_btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  background: #4f84c3;
}

html header .header_content #access_btn .icon-pin {
  font-size: 2.5rem;
  position: relative;
  top: -6px;
  color: #fff;
}

html header .header_content #access_btn small {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

html header .header_content #slidemenuBtn {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  background: #294c69;
}

html header .header_content #slidemenuBtn.slide-open>span:before {
  width: 0%;
  transition: all 0.2s ease;
}

html header .header_content #slidemenuBtn.slide-open>span:after {
  width: 0%;
  transition: all 0.2s ease;
}

html header .header_content #slidemenuBtn.slide-open>span span:before {
  transform: rotate(35deg);
  transition: all 0.2s ease 0.25s;
}

html header .header_content #slidemenuBtn.slide-open>span span:after {
  transform: rotate(-35deg);
  transition: all 0.2s ease 0.25s;
}

html header .header_content #slidemenuBtn>span {
  width: 30px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 16px;
}

html header .header_content #slidemenuBtn>span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease 0.25s;
  backface-visibility: hidden;
}

html header .header_content #slidemenuBtn>span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease 0.25s;
  backface-visibility: hidden;
}

html header .header_content #slidemenuBtn>span span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html header .header_content #slidemenuBtn>span span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html header .header_content #slidemenuBtn small {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  html header {
    position: static;
  }

  html header.on {
    top: 0px;
  }

  html header .seo span {
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }

  html header .header_content {
    height: 100px;
  }

  html header .header_content .logo {
    padding: 0 0 0 30px;
  }

  html header .header_content .logo a {
    display: block;
  }

  html header .header_content .logo a img {
    width: auto;
    height: 80px;
    max-height: none;
  }

  html header .header_content .cv_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  html header .header_content .cv_box .tel {
    padding-right: 30px;
  }

  html header .header_content .cv_box .tel .icon-tel {
    position: relative;
    top: -2px;
    font-size: 3rem;
  }

  html header .header_content .cv_box .tel em {
    font-size: 3.7rem;
  }

  html header .header_content .cv_box #rsv_btn {
    width: 100px;
    height: 100px;
    background: #294c69;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  html header .header_content .cv_box #rsv_btn .icon-cal {
    padding-top: 20px;
    color: #fff;
    font-size: 3.2rem;
  }

  html header .header_content .cv_box #rsv_btn small {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: block;
    line-height: 1.1;
    width: 100%;
    color: #fff;
    font-size: 1.1rem;
  }
}

html a.tel {
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

html a.tel .icon-tel {
  font-size: 1.8rem;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

html a.tel em {
  font-size: 2rem;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}

html .main_title {
  position: relative;
  padding-bottom: 15px;
}

html .main_title .swiper-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  background: #fff;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
  width: 100%;
  padding: 0;
  height: 44vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
  text-align: center;
  color: #294c69;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.06em;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span {
  display: block;
  font-size: 4.25vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
  display: block;
  font-weight: 600;
  font-size: 9.5vw;
  line-height: 1.45;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
  display: none;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span+span {
  margin-top: 0.5em;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text02 span em {
  font-size: 6.5vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text03 span em {
  font-size: 7.25vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text04 span em {
  font-size: 6.85vw;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2#swiper-text05 span em {
  font-size: 6.25vw;
}

@media screen and (max-width: 336px) {
  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
    padding: 0 15px;
    height: 272px;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
    line-height: 1.7;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
    display: block;
  }
}

html .main_title .swiper-container .swiper-pagination {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0px;
  line-height: 1;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 10px;
  background: none;
  border: 1px solid #047b94;
  opacity: 1;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 50%;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #047b94;
}

@media screen and (min-width: 769px) {
  html .main_title {
    position: relative;
    padding-bottom: 0;
  }

  html .main_title .swiper-container {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 508px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    background: #f1f4f5;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide figure {
    flex-shrink: 0;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide figure img {
    width: auto;
    height: 508px;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 750px);
    min-width: 500px;
    padding: 0;
    height: 100%;
    background: #f1f4f5;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 {
    text-align: center;
    color: #294c69;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span {
    display: block;
    font-size: 1.8rem !important;
    font-weight: 500;
    letter-spacing: normal;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
    display: block;
    font-weight: 500;
    font-size: 3rem !important;
    letter-spacing: -0.06em;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span+span {
    margin-top: 1em;
  }

  html .main_title .swiper-container .swiper-pagination {
    width: calc(100% - 750px);
    min-width: 500px;
    bottom: 40px;
  }
}

html nav {
  width: 100%;
  height: 74px;
  position: relative;
}

html nav ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #294c69;
}

html nav ul.fixed {
  position: fixed;
  z-index: 100;
}

html nav ul>li:first-child a:before {
  content: none;
}

html nav ul>li {
  flex: auto;
  position: relative;
}

html nav ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 74px;
  font-size: 1.7rem;
  position: relative;
  background: #294c69;
}

html nav ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background: #6a8296;
}

html nav ul>li .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 100;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

html nav ul>li .submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

html nav ul>li .submenu ol li {
  border-bottom: 1px dotted #294c69;
}

html nav ul>li .submenu ol li a {
  padding: 15px 10px;
  display: block;
  text-align: center;
}

html nav ul>li .submenu ol li a:hover {
  background: #294c69;
  color: #fff;
}

html .various {
  padding: 15px;
  background: #f8fafb;
}

html .various .FreeConsultation {
  background: #d2455a;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

html .various .FreeConsultation a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .various .FreeConsultation em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

html .various .FreeConsultation small {
  display: block;
  line-height: 1;
  padding-top: 10px;
}

html .various .banner_inner {
  position: relative;
  margin-bottom: 15px;
}

html .various .banner_inner.top0 {
  margin-top: -12px;
}

html .various .banner_inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .various .text_inner {
  position: relative;
  margin: 15px 0;
}

html .various .text_inner.padding {
  padding: 10px 0;
  text-align: center;
}

html .various .text_inner.padding img {
  margin: 0 auto;
}

html .various .text_inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .various .text_inner p {
  font-weight: 500;
}

html .various .short_implant {
  border: 1px solid #1f1a19;
  background: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

html .various .short_implant a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .various .short_implant h3 {
  font-family: "Noto Serif JP", serif;
  padding: 15px 0;
}

html .various .short_implant h3 span {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
}

html .various .short_implant h3 em {
  font-size: 2.5rem;
  display: block;
  font-weight: 500;
}

html .various .short_implant p {
  text-align: center;
  padding: 10px 0;
}

html .various .short_implant figure {
  padding: 0 20px;
}

html .various .short_implant figure img {
  width: 100%;
  height: auto;
}

html .various .short_implant .add_text {
  text-align: center;
  padding: 15px 15px 5px;
}

html .various .short_implant .add_text li {
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}

html .various .short_implant .add_text li em {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 22px;
  border: 1px solid #294c69;
  box-sizing: border-box;
}

html .various .short_implant .add_text li em span {
  width: 60%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #294c69;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 600;
  background: #294c69;
}

html .various .short_implant .add_text li em span+span {
  width: 40%;
  background: #fff;
  color: #294c69;
}

html .various .short_implant .add_text li p {
  padding: 0 0 0 10px;
  text-align: left;
  font-weight: 500;
}

html .various .short_implant ul {
  border-top: 1px solid #1f1a19;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
}

html .various .short_implant ul li {
  width: 50%;
  text-align: left;
}

html .various .youtube_inner {
  margin-bottom: 15px;
}

html .various .icon_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12.5px;
}

html .various .icon_box li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 7.5px;
}

html .various .icon_box li a {
  display: block;
  padding: 15px 0;
  height: 100%;
  box-sizing: border-box;
  background: #294c69;
  border-radius: 8px;
}

html .various .icon_box li a figure {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .various .icon_box li a small {
  padding-top: 10px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-feature-settings: "palt";
}

html .various .consultation_text {
  border: 1px solid #ff5e00;
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
  position: relative;
}

html .various .consultation_text a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .various .consultation_text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ff5e00;
  padding-bottom: 12px;
}

html .various .consultation_text p {
  color: #ff5e00;
}

html .various #bn_oneday_youtube {
  margin-top: -15px;
  padding: 15px;
  background: #294c69;
}

html .modal {
  display: block;
  position: relative;
}

html .modal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") no-repeat center center;
  background-size: 69px 48px;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  html article {
    background: #fff;
  }

  html .various {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
  }

  html .various .FreeConsultation {
    width: 840px;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }

  html .various .banner_inner {
    text-align: center;
    width: 690px;
    margin: 0 auto 30px;
  }

  html .various .banner_inner.wide {
    width: 840px;
  }

  html .various .banner_inner.wide02 {
    /*260304*/
    margin-top: 20px;
    width: 500px;
  }

  html .various .banner_inner.wide02 img {
    /*260304*/
    max-width: 100%;
    height: auto;
  }

  html .various .banner_inner.top0 {
    margin-top: -12px;
  }

  html .various .banner_inner picture img {
    width: 100%;
  }

  html .various .text_inner {
    position: relative;
    margin: 30px 0;
  }

  html .various .text_inner.padding {
    padding: 0;
  }

  html .various .text_inner.padding img {
    width: 602px;
    height: auto;
  }

  html .various .text_inner p {
    font-size: 1.5rem;
    text-align: center;
  }

  html .various .banner_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  html .various .banner_box .banner_inner+.banner_inner {
    margin-left: 15px;
  }

  html .various .short_implant {
    max-width: 840px;
    margin: 0 auto 30px;
  }

  html .various .short_implant h3 {
    font-family: "Noto Serif JP", serif;
    padding: 30px 0;
  }

  html .various .short_implant h3 span {
    font-size: 2rem;
  }

  html .various .short_implant h3 em {
    font-size: 3.5rem;
  }

  html .various .short_implant .inner {
    width: 100%;
    padding: 0 30px 30px;
  }

  html .various .short_implant .inner figure {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  html .various .short_implant .inner p {
    padding-top: 10px;
    text-align: center;
  }

  html .various .short_implant ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
  }

  html .various .short_implant ul li {
    width: 25%;
    text-align: center;
  }

  html .various .youtube_inner {
    width: 690px;
    margin: 0 auto 30px;
    text-align: center;
  }

  html .various .icon_box {
    margin-bottom: 30px;
  }

  html .various .icon_box li {
    width: calc((100% - 62px) / 6);
    margin-bottom: 12px;
  }

  html .various .icon_box li a {
    display: block;
    padding: 20px 0;
    height: 100%;
    box-sizing: border-box;
    background: #294c69;
    border-radius: 8px;
  }

  html .various .icon_box li a figure {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html .various .icon_box li a small {
    padding-top: 10px;
    font-size: 1.5rem;
  }

  html .various .consultation_text {
    width: 840px;
    border: 2px solid #ff5e00;
    padding: 30px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }

  html .various .consultation_text h3 {
    font-size: 2.2rem;
    padding-bottom: 30px;
  }

  html .various .consultation_text p {
    line-height: 2;
  }

  html .various #bn_oneday_youtube {
    width: 840px;
    margin-top: -30px;
    padding: 30px;
    box-sizing: border-box;
    background: #294c69;
  }
}

@media screen and (max-width: 768px) {
  html .various .banner_inner.wide02 {
    /*260304*/
    margin-top: 20px;
    width: 100%;
  }
}

html .point {
  background: #f8fafb;
  padding: 15px;
}

html .point h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  color: #294c69;
  font-weight: 500;
  padding-bottom: 15px;
}

html .point .blue {
  background: #4f84c3;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}

html .point .point_item {
  margin: 30px 0;
}

html .point .point_item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

html .point .point_item h3 span {
  width: 40px;
  height: 40px;
  background: #d2455a;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .point .point_item h3 em {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 12px;
}

html .point .point_item .inner figure {
  float: left;
  width: 48%;
  margin-right: 18px;
}

html .point .point_item .inner p span {
  color: #d2455a;
}

html .point .point_item .inner p small {
  font-size: 1rem;
  color: #4f84c3;
  display: block;
}

html .point .point_item .inner p small a {
  text-decoration: underline;
  color: #4f84c3;
}

@media screen and (min-width: 769px) {
  html .point {
    background: #fff;
    padding: 30px;
  }

  html .point h2 {
    font-size: 3rem;
    padding-bottom: 30px;
  }

  html .point .blue {
    padding: 20px;
    border-radius: 3px;
    font-size: 1.8rem;
    width: 840px;
    margin: 0 auto;
  }

  html .point .blue br {
    display: none;
  }

  html .point .point_item {
    width: 840px;
    margin: 60px auto 60px;
  }

  html .point .point_item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }

  html .point .point_item h3 span {
    font-size: 1.2rem;
  }

  html .point .point_item h3 em {
    font-size: 2.3rem;
    padding-left: 12px;
  }

  html .point .point_item .inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  html .point .point_item .inner figure {
    flex-shrink: 0;
    float: none;
    width: 330px;
    margin-right: 40px;
  }

  html .point .point_item .inner p {
    line-height: 2;
  }

  html .point .point_item .inner p small {
    font-size: 1.2rem;
  }
}

html .concept {
  background: #f8fafb;
  padding: 15px;
}

html .concept h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  color: #294c69;
  font-weight: 500;
  padding-bottom: 15px;
}

html .concept>.item {
  margin: 15px 0;
  border: 1px solid #294c69;
  padding: 20px;
  position: relative;
  background: #fff;
}

html .concept>.item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .concept>.item:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #294c69 transparent;
}

html .concept>.item .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #294c69;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

html .concept>.item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #294c69;
}

html .concept>.item .inner figure {
  float: left;
  width: 49%;
  margin-right: 18px;
}

html .concept>.item .inner p {
  color: #294c69;
}

html .concept .concept_sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

html .concept .concept_sub .item {
  width: calc((100% - 10px) / 2);
  position: relative;
  margin-bottom: 20px;
}

html .concept .concept_sub .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .concept .concept_sub .item figure {
  position: relative;
}

html .concept .concept_sub .item figure figcaption {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #294c69;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

html .concept .concept_sub .item p {
  text-align: center;
  color: #294c69;
  padding-top: 5px;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  html .concept {
    background: #fff;
    padding: 0;
  }

  html .concept h2 {
    font-size: 3rem;
    padding-bottom: 30px;
  }

  html .concept>.item {
    margin: 30px auto;
    width: 840px;
    border: 1px solid #294c69;
    padding: 30px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
  }

  html .concept>.item .num {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #294c69;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }

  html .concept>.item h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.35rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #294c69;
  }

  html .concept>.item .inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  html .concept>.item .inner figure {
    float: none;
    width: 340px;
    margin-right: 30px;
    flex-shrink: 0;
  }

  html .concept>.item .inner p {
    color: #294c69;
  }

  html .concept .concept_sub {
    width: 840px;
    margin: 0 auto;
  }

  html .concept .concept_sub .item {
    width: calc((100% - 40px) / 3);
    position: relative;
    margin-bottom: 30px;
  }
}

html .maker {
  background: #ddbf87 url("../../img/bg01.jpg") no-repeat center top 110px;
  background-size: 100% auto;
  position: relative;
  padding: 15px;
}

html .maker a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .maker h2 {
  padding-top: 25px;
  text-decoration: underline;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
}

html .maker .maker_inner {
  background: #fff;
  border-radius: 8px;
  margin-top: 170px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

html .maker .maker_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
}

html .maker .maker_inner ul li {
  width: 30%;
}

html .maker .maker_inner em {
  display: block;
  text-decoration: underline;
  font-size: 1.2rem;
  padding-bottom: 1em;
}

html .maker .maker_inner .green {
  color: #08732e;
}

html .maker .maker_inner .orange {
  color: #f25d1a;
}

html .maker .maker_inner .pink {
  color: #ff1c8c;
}

html .maker .maker_inner small {
  display: block;
  font-size: 1rem;
}

html .maker .maker_inner .box {
  padding: 10px;
  background: #f8fbf9;
  border-radius: 6px;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  html .maker {
    background: #ddbf87 url("../../img/bg01@pc.jpg") no-repeat center top 220px;
    background-size: 748px auto;
    position: relative;
    padding: 30px;
  }

  html .maker h2 {
    padding-top: 60px;
    font-size: 2.6rem;
    line-height: 1.8;
  }

  html .maker .maker_inner {
    width: 720px;
    padding: 30px;
    margin: 370px auto 0;
    border-radius: 8px;
  }

  html .maker .maker_inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }

  html .maker .maker_inner ul li {
    width: 30%;
  }

  html .maker .maker_inner em {
    display: block;
    text-decoration: underline;
    font-size: 1.6rem;
    padding-bottom: 1em;
  }

  html .maker .maker_inner small {
    display: block;
    font-size: 1.2rem;
  }
}

html .list_banner ul li {
  width: 100%;
}

html .list_banner ul li a {
  width: 100%;
  height: 113px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: relative;
}

html .list_banner ul li a.bn01 {
  background-color: #f5f5ee;
  background-image: url("../../img/bn_bg01.jpg");
}

html .list_banner ul li a.bn02 {
  background-color: #e4ebf1;
  background-image: url("../../img/bn_bg02.jpg");
}

html .list_banner ul li a.bn03 {
  background-color: #e4ebf1;
  background-image: url("../../img/bn_bg03.jpg");
}

html .list_banner ul li a.bn04 {
  background-color: #c4cedc;
  background-image: url("../../img/bn_bg04.jpg");
}

html .list_banner ul li a.bn05 {
  background-color: #dadee5;
  background-image: url("../../img/bn_bg05.jpg");
}

html .list_banner ul li a .text {
  padding-left: 30px;
}

html .list_banner ul li a .text em {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 5px;
  font-weight: 500;
  color: #294c69;
}

html .list_banner ul li a .text small {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
}

html .list_banner ul li a .icon-chevron-right {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 2rem;
  color: #294c69;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  html .list_banner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  html .list_banner ul li {
    width: 33.333%;
  }

  html .list_banner ul li.wide {
    width: 50%;
  }

  html .list_banner ul li a {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    position: relative;
  }

  html .list_banner ul li a .text {
    padding-left: 20px;
  }

  html .list_banner ul li a .text em {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }

  html .list_banner ul li a .text small {
    font-size: 1.5rem;
  }
}

html .award {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

html .award figure {
  width: calc((100% - 15px) / 2);
}

html .award figure figcaption {
  color: #294c69;
  font-size: 1rem;
  text-align: center;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  html .award {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  html .award figure {
    width: auto;
  }
}

html .greeting_text {
  color: #294c69;
}

html .greeting_text h3 {
  background: #294c69;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
}

html .greeting_text p {
  font-size: 1.6rem;
  line-height: 2;
}

html .greeting_text .name {
  padding: 1em;
  text-align: center;
}

html .greeting_text .name span {
  color: #294c69;
  display: block;
}

html .greeting_text .name em {
  display: block;
  font-size: 1.6rem;
}

html .greeting_text .btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html .greeting_text .btnbox .btn {
  width: calc((100% - 15px) / 2);
}

@media screen and (min-width: 769px) {
  html .greeting_text {
    width: 100%;
    box-sizing: border-box;
  }

  html .greeting_text h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: left;
    padding: 0 0 30px;
  }

  html .greeting_text p {
    font-size: 1.6rem;
    line-height: 2;
  }

  html .greeting_text .name {
    padding: 1em;
    text-align: left;
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  html .greeting_text .name em {
    display: block;
    font-size: 2rem;
    padding-left: 1em;
  }

  html .greeting_text .btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
  }

  html .greeting_text .btnbox .btn {
    width: calc((100% - 15px) / 2);
  }
}

html .greeting {
  padding: 0 15px;
  background: #ffffff;
}

html .greeting .sect_ttl {
  padding: 30px 0;
  text-align: center;
}

html .greeting .sect_ttl .icon-mark {
  display: block;
  font-size: 4rem;
  color: #005bac;
  padding-bottom: 10px;
}

html .greeting .sect_ttl em {
  display: block;
  font-weight: 500;
  font-size: 2.1rem;
}

html .greeting .wide {
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

html .greeting .wide img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  html .greeting {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  html .greeting .sect_ttl {
    padding: 60px 0;
    width: 100%;
    text-align: center;
  }

  html .greeting .sect_ttl em {
    font-size: 3rem;
  }

  html .greeting>figure {
    order: 2;
    width: 50%;
  }

  html .greeting .award {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  html .greeting .wide {
    padding: 100px 0 0;
    width: 100%;
    text-align: center;
  }

  html .greeting .wide img {
    width: 100%;
  }
}

html .btn {
  width: 185px;
  max-width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background: #4f84c3;
  border-radius: 3px;
  font-feature-settings: "palt";
  transition: all 0.2s ease;
  backface-visibility: hidden;
  color: #fff;
  font-weight: 500;
}

html .btn:before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 2rem;
  transform: translateY(-50%);
}

html .btn.wide {
  width: 100%;
}

html .btn:hover {
  filter: brightness(130%);
}

html .btn span {
  display: block;
  line-height: 1.3;
  text-align: center;
}

html .trouble {
  background: #73a0d6;
  padding: 15px 15px 0.1px;
  margin-bottom: 15px;
}

html .trouble .sect_ttl {
  padding: 15px 0 30px;
  text-align: center;
}

html .trouble .sect_ttl .icon-mark {
  display: block;
  font-size: 4rem;
  color: #fff;
  padding-bottom: 10px;
}

html .trouble .sect_ttl em {
  display: block;
  font-weight: 500;
  font-size: 2.1rem;
}

html .trouble .sect_ttl span,
html .trouble .sect_ttl em {
  color: #fff;
}

html .trouble .trouble_list {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

html .trouble .trouble_list h3 {
  color: #4f84c3;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 15px;
}

html .trouble .trouble_list ol li {
  color: #4f84c3;
  font-size: 1.6rem;
  padding-bottom: 4px;
}

html .trouble .trouble_list ol li .icon-check {
  color: #d2455a;
  margin-right: 10px;
}

html .trouble .banner {
  margin-bottom: 20px;
}

html .trouble .circle_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}

html .trouble .circle_box .item {
  width: 50%;
}

html .trouble .circle_box .item figure {
  width: 120px;
  margin: 0 auto;
}

html .trouble .circle_box .item p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  html .trouble {
    padding: 0;
  }

  html .trouble .sect_ttl {
    padding: 60px 0;
    text-align: center;
  }

  html .trouble .sect_ttl em {
    line-height: 1.5;
    font-size: 3rem;
  }

  html .trouble .trouble_list {
    width: 840px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  html .trouble .trouble_list h3 {
    font-size: 2.5rem;
    padding-bottom: 30px;
  }

  html .trouble .trouble_list ol {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 600px;
    margin: 0 auto;
  }

  html .trouble .trouble_list ol li {
    width: 40%;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  html .trouble .trouble_list ol li:nth-child(2n) {
    width: 60%;
  }

  html .trouble .banner {
    margin-bottom: 30px;
    text-align: center;
  }

  html .trouble .circle_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
  }

  html .trouble .circle_box .item {
    width: 25%;
  }

  html .trouble .circle_box .item figure {
    width: 120px;
    margin: 0 auto;
  }

  html .trouble .circle_box .item p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
  }
}

html .info {
  background: #f8fafb;
  padding: 0 15px 15px;
}

html .info dl {
  margin-bottom: 15px;
}

html .info dl dt {
  background: #4f84c3;
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

html .info dl dd {
  padding: 0 10px;
  background: #fff;
}

html .info dl dd ul li {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #4f84c3;
}

html .info dl dd ul li span {
  display: block;
  padding-top: 2px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #4f84c3;
}

html .info dl dd ul li .text {
  padding-left: 15px;
  font-size: 1.6rem;
}

html .info dl dd figure {
  padding: 15px 0 10px;
}

html .info .green {
  margin-bottom: 0;
}

html .info .green dt {
  background: #84c0bb;
}

html .info .green dd ul li {
  border-bottom: 1px solid #84c0bb;
}

html .info .green dd ul li span {
  color: #84c0bb;
}

@media screen and (min-width: 768px) {
  html .info dl {
    margin-bottom: 30px;
  }

  html .info dl dt {
    padding: 15px;
    font-size: 1.8rem;
  }

  html .info dl dd {
    padding: 0 30px;
    background: #fff;
  }

  html .info dl dd ul li {
    padding: 15px 0;
    border-bottom: 1px solid #4f84c3;
  }

  html .info dl dd ul li span {
    padding-top: 1px;
    font-size: 1.5rem;
  }

  html .info dl dd ul li .text {
    padding-left: 15px;
    font-size: 1.5rem;
  }

  html .info dl dd figure {
    text-align: center;
  }
}

html .risk {
  padding: 15px;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  color: #4f84c3;
  background: #fff;
}

html .risk em {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 5px;
}

html .risk p,
html .risk ol {
  padding-bottom: 1em;
  font-size: 1.1rem;
}

html .risk *+em {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  html .risk {
    width: 840px;
    box-sizing: border-box;
    padding: 30px;
    height: auto;
    max-height: 260px;
    margin: 0 auto;
  }

  html .risk em {
    font-size: 1.6rem;
  }

  html .risk p,
  html .risk ol {
    font-size: 1.4rem;
  }
}

html footer {
  background: #f8fafb;
}

html footer .clinic_info {
  padding: 15px;
}

html footer .clinic_info .item_ttl {
  width: 100%;
  border: 1px solid #4f84c3;
  padding: 14px 10px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
  color: #4f84c3;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.5rem;
}

html footer .clinic_info .item {
  border: 1px solid #ff5e00;
  margin-bottom: 15px;
  background: #fff;
  color: #ff5e00;
}

html footer .clinic_info .item .logo {
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ff5e00;
}

html footer .clinic_info .item .inner {
  text-align: center;
  padding: 15px;
}

html footer .clinic_info .item .inner address {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

html footer .clinic_info .item .inner .tel {
  margin-bottom: 10px;
}

html footer .clinic_info .item .inner .tel i,
html footer .clinic_info .item .inner .tel em {
  color: #ff5e00;
}

html footer .clinic_info .item .inner p {
  text-align: center;
  font-size: 1.1rem;
}

html footer .clinic_info .item .time {
  table-layout: fixed;
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 1rem;
  border: 1px solid #ff5e00;
}

html footer .clinic_info .item .time thead th:nth-child(1) {
  width: 90px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

html footer .clinic_info .item .time thead th {
  height: 20px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #ff5e00 solid 1px;
  border-left: #ff5e00 solid 1px;
  font-weight: 500;
  color: #ff5e00;
}

html footer .clinic_info .item .time tbody td {
  border-left: #ff5e00 solid 1px;
  border-bottom: #ff5e00 solid 1px;
  height: 30px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #ff5e00;
}

html footer .clinic_info .item small {
  display: block;
  text-align: left;
  color: #ff5e00;
  font-size: 1rem;
  padding: 10px 15px 15px;
  font-feature-settings: "palt";
}

html footer .clinic_info .green {
  color: #1b856e;
  border-color: #1b856e;
}

html footer .clinic_info .green .logo {
  border-color: #1b856e;
}

html footer .clinic_info .green .inner .tel i,
html footer .clinic_info .green .inner .tel em {
  color: #1b856e;
}

html footer .clinic_info .green .time {
  border-color: #1b856e;
}

html footer .clinic_info .green .time thead th {
  border-color: #1b856e;
  color: #1b856e;
}

html footer .clinic_info .green .time tbody td {
  border-color: #1b856e;
  color: #1b856e;
}

html footer .clinic_info .green small {
  color: #1b856e;
}

html footer .clinic_info .blue {
  color: #4f84c3;
  border-color: #4f84c3;
}

html footer .clinic_info .blue .logo {
  border-color: #4f84c3;
}

html footer .clinic_info .blue .inner .tel i,
html footer .clinic_info .blue .inner .tel em {
  color: #4f84c3;
}

html footer .clinic_info .blue .time {
  border-color: #4f84c3;
}

html footer .clinic_info .blue .time thead th {
  border-color: #4f84c3;
  color: #4f84c3;
}

html footer .clinic_info .blue .time tbody td {
  border-color: #4f84c3;
  color: #4f84c3;
}

html footer .clinic_info .blue small {
  color: #4f84c3;
}

html footer .footer_content {
  background: url("../img/footer_bg.jpg");
  color: #fff;
  text-align: center;
}

html footer .footer_content .clinic_data {
  padding: 45px 15px 30px;
}

html footer .footer_content .clinic_data .tel {
  margin: 20px 0;
}

html footer .footer_content .clinic_data .tel small {
  color: #fff;
  font-family: "Overpass", sans-serif;
}

html footer .footer_content .clinic_data .tel em {
  font-size: 3rem;
  color: #fff;
}

html footer .footer_content .clinic_data address {
  font-size: 1.1rem;
}

html footer .footer_content .clinic_data .btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

html footer .footer_content .clinic_data .btnbox .btn {
  background: #fff;
  color: #294c69;
  width: calc(50% - 8px);
}

html footer .footer_content .clinic_data .btnbox .btn:before {
  color: #294c69;
}

html footer .footer_content .sitemap {
  padding: 0 15px 25px;
}

html footer .footer_content .sitemap .time {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  border: 1px solid #fff;
}

html footer .footer_content .sitemap .time thead th:nth-child(1) {
  width: 90px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

html footer .footer_content .sitemap .time thead th {
  height: 20px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #fff solid 1px;
  border-left: #fff solid 1px;
  font-weight: 500;
  color: #fff;
}

html footer .footer_content .sitemap .time tbody td {
  border-left: #fff solid 1px;
  border-bottom: #fff solid 1px;
  height: 30px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

html footer .footer_content .sitemap .time+small {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  padding: 10px 0 20px;
  font-feature-settings: "palt";
}

html footer .footer_content .sitemap .sitemap_inner {
  display: flex;
  justify-content: space-between;
}

html footer .footer_content .sitemap .sitemap_inner dl {
  width: 50%;
  text-align: left;
}

html footer .footer_content .sitemap .sitemap_inner dl dt {
  font-family: "Overpass", sans-serif;
}

html footer .footer_content .sitemap .sitemap_inner dl dd ol li {
  padding-top: 10px;
}

html footer .footer_content .sitemap .sitemap_inner dl dd ol li a {
  display: block;
  color: #fff;
  font-size: 1rem;
}

html footer .copy {
  width: 100%;
  color: #294c69;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 20px 0 75px;
}

@media screen and (min-width: 768px) {
  html footer {
    background: #f8fafb;
  }

  html footer .clinic_info {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  html footer .clinic_info .item.blue {
    width: 100%;
  }

  html footer .clinic_info .item_ttl {
    width: 100%;
    margin: 40px 0;
  }

  html footer .clinic_info .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }

  html footer .footer_content {
    background: url("../img/footer_bg@pc.jpg");
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 60px 0;
  }

  html footer .footer_content .clinic_data {
    padding: 0;
    width: 400px;
    text-align: left;
  }

  html footer .footer_content .clinic_data .logo img {
    width: 365px;
  }

  html footer .footer_content .clinic_data .tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
  }

  html footer .footer_content .clinic_data address {
    font-size: 1.6rem;
  }

  html footer .footer_content .clinic_data .btnbox {
    padding: 25px 0;
  }

  html footer .footer_content .clinic_data .btnbox .btn {
    background: #fff;
    color: #294c69;
    width: calc(50% - 8px);
  }

  html footer .footer_content .sitemap {
    width: 500px;
    padding: 0 0 0 100px;
  }

  html footer .footer_content .sitemap .time {
    font-size: 1.3rem;
  }

  html footer .footer_content .sitemap .time thead th:nth-child(1) {
    width: 140px;
    padding-left: 0px;
  }

  html footer .footer_content .sitemap .time thead th {
    height: 28px;
  }

  html footer .footer_content .sitemap .time tbody td {
    height: 48px;
  }

  html footer .footer_content .sitemap .time+small {
    font-size: 1.2rem;
  }

  html footer .footer_content .sitemap .sitemap_inner {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  html footer .footer_content .sitemap .sitemap_inner dl {
    width: 50%;
    text-align: left;
  }

  html footer .footer_content .sitemap .sitemap_inner dl dt {
    font-family: "Overpass", sans-serif;
  }

  html footer .footer_content .sitemap .sitemap_inner dl dd ol li {
    padding-top: 10px;
  }

  html footer .footer_content .sitemap .sitemap_inner dl dd ol li a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
  }

  html footer .copy {
    padding: 20px 0;
  }
}

html .pageTop {
  position: fixed;
  right: 0;
  bottom: 0px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 20;
}

html .pageTop.on {
  right: 0px;
}

html .pageTop a {
  width: 44px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #be945e;
}

html .pageTop a .icon-top {
  font-size: 2rem;
  color: #fff;
}

html .pageTop a:hover {
  filter: brightness(120%);
}

@media screen and (min-width: 768px) {
  html .pageTop {
    right: -80px;
  }

  html .pageTop.on {
    right: 0px;
  }

  html .pageTop a {
    width: 80px;
    height: 80px;
  }

  html .pageTop a .icon-top {
    font-size: 3rem;
  }
}

html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 44px);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 100;
}

html #fixed_footer.on {
  bottom: 0;
}

html #fixed_footer.slide-open {
  bottom: 0;
  width: 100%;
}

html #fixed_footer a {
  width: 50%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #fixed_footer a.tel {
  background: #294c69;
  color: #fff;
}

html #fixed_footer a.tel .icon-tel {
  font-size: 1.5rem;
  margin-right: 3px;
  top: 1px;
}

html #fixed_footer a.tel em {
  position: relative;
  top: 2px;
  font-size: 1.8rem;
}

html #fixed_footer a.rsv {
  background: #4f84c3;
  color: #fff;
}

html #fixed_footer a.rsv .icon-cal {
  font-size: 1.5rem;
  margin-right: 5px;
}

html #fixed_footer a.rsv em {
  font-weight: 500;
  font-size: 1.2rem;
}

html #sp_menu {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 100;
  width: 100%;
  height: calc(100% - 56px);
  padding: 20px 30px;
  box-sizing: border-box;
  background: #294c69;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}

html #sp_menu.slide-open {
  transform: translateX(0%);
}

html #sp_menu dl {
  width: 100%;
  color: #fff;
}

html #sp_menu dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  font-family: "Overpass", sans-serif;
  position: relative;
  padding-left: 2px;
}

html #sp_menu dl dt .icon-mark {
  font-size: 1rem;
  position: absolute;
  left: -20px;
  top: 3px;
  font-size: 1.6rem;
  color: #ccc;
}

html #sp_menu dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

html #sp_menu dl dd ol {
  width: 50%;
  line-height: 2.5;
}

html #sp_menu dl dd ol li a {
  color: #fff;
  font-size: 1.3rem;
  padding-left: 12px;
  font-weight: 400;
  position: relative;
}

html #sp_menu dl dd ol li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}

html #sp_menu dl+dl {
  margin-top: 20px;
}

html #sp_menu dl+dl dd {
  display: block;
}

html #sp_menu dl+dl dd ol {
  width: 100%;
}

html #sp_menu .telbox {
  text-align: center;
  padding-bottom: 20px;
}

html #sp_menu .telbox p {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
}

html #sp_menu .telbox .tel {
  color: #fff;
}

html #sp_menu .btn {
  width: 100%;
  background: #fff;
}

html #sp_menu .btn .icon-mail {
  margin-right: 8px;
}

html #modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
}

html #modal.on {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

html #modal #modalinner {
  width: 784px;
  height: 440px;
  background: #000;
  position: relative;
  z-index: 10;
}

html #modal #modalinner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html #modal .icon-cross {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  font-size: 3rem;
  z-index: 10;
  pointer-events: none;
}

html #modal #modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  html #modal #modalinner {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 56.12%;
  }
}

html .access {
  text-align: center;
}

html .access .map {
  width: 100%;
  height: 300px;
  position: relative;
}

html .access .map div {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

@media screen and (min-width: 769px) {
  html .access .map {
    width: 100%;
    height: 600px;
    position: relative;
  }
}

html .add_ttl {
  text-align: center;
  font-size: 5.2vw;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0 15px;
  color: #73a0d6;
}

html .new_area {
  padding: 25px;
}

html .new_area .item {
  width: 100%;
  margin: 0;
  border: 1px solid #294c69;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

html .new_area .item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #294c69;
}

html .new_area .item p {
  padding-bottom: 20px;
}

html .new_area .item figure img+img {
  margin-top: 10px;
}

html .new_area .item+.item {
  margin-top: 15px;
}

html .info dl dd {
  padding: 0;
}

body#home dl.blog ul {
  height: 260px;
  overflow-y: scroll;
  position: relative;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 481px) {
  dl.blog ul {
    height: 360px;
  }
}



html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 12px #fff;
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 769px) {
  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}



body {
  counter-reset: slidenumber 0;
  /* number のカウンタを 0 にセット */
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 0;
  background: #294c69;
  font-weight: bold;
  color: white;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  transition: all .2s ease-in-out;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  margin: 0 6px;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
  counter-increment: slidenumber 1;
  /* number カウンタの増加数をセット */
  content: counter(slidenumber);
  /* 表示形式を指定 */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D24557;
}

html .main_title .swiper-container .swiper-pagination {
  bottom: 6%;
}


@media only screen and (min-width: 641px) {
  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    margin: 0 10px;
  }

  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 14px;
  }
}



html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
  font-size: 20px !important;
}

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

  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span,
  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span em {
    font-size: min(3vw, 38px) !important;
  }
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text.animation_right h2 {
  transform: translateX(10px);
  transition: all .5s ease-in-out;
  opacity: 0;
  transition-delay: 1s;

}

html .main_title .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-text.animation_right h2 {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0;
}

@media only screen and (max-width: 480px) {
  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text h2 span .ssp {
    display: block !important;
  }
}

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

  html .main_title .swiper-container .swiper-pagination,
  html .main_title .swiper-container .swiper-wrapper .swiper-slide .swiper-text {
    width: calc(100% - 470px);
  }

  html .various {
    width: min(100%, 1000px);
  }
}


body#home .intro {
  width: min(100%, 1000px);
  margin: 32px auto 16px;
  padding: clamp(12px, 4vw, 32px);
  border: 3px solid #294c69;
  box-sizing: border-box;
  color: #294c69;
  text-align: left;
}

body#home .intro p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}

@media only screen and (min-width: 641px) {
  body#home .intro {
    margin: 32px auto;
  }

  body#home .intro p {
    font-size: 1.6rem;
  }
}

body#home .intro p+p {
  margin-top: 8px;
}

body#home .oneguide-wrap:not(.withmovie) {
  margin-bottom: 16px;
}

html .main_title {
  padding-bottom: 0;
}






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

  html body#home div.wide.greeting_text img,
  html body#home div.wide.greeting_text img+p.text-align-right {
    width: min(480px, 100%) !important;
    margin-left: auto;
    margin-right: auto;
  }

  html body#home h3.add_ttl {
    font-size: 4vw;
    margin-top: 8rem;
    margin-bottom: 2rem;
  }

  @media only screen and (min-width: 1280px) {
    html body#home h3.add_ttl {
      font-size: min(3.5vw, 52px);
    }
  }

  html body#home .trouble {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  html body#home .trouble .circle_box {
    display: inline-grid;
    margin: auto;
    max-width: 690px;
    margin-bottom: 4rem;
    grid-template: auto / repeat(4, 1fr);
    grid-gap: 1rem 0;
  }

  html body#home .trouble .circle_box .item {
    width: 100% !important;
  }

  html body#home section.access {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }

  html body#home .various .FreeConsultation.w-100 {
    width: 100%;
  }

  html body#home .trouble .sect_ttl {
    padding-bottom: 24px;
  }

  html body#home .trouble .sect_ttl em br {
    display: none;
  }
}


body#home .intro p {
  text-align: center;
}

body#home .intro p span {
  display: inline-block;
  font-size: 120%;
}




html body#home .various .consultation_text.oneday {
  text-align: center;
}

html body#home .various .consultation_text.oneday p {
  text-align: center;
}

html body#home .various .consultation_text.oneday p+p {
  margin-top: 24px;
}

html body#home .various .consultation_text.oneday span {
  display: inline-block;
  color: #1f1a19;
}

html body#home .various .consultation_text.oneday img {
  width: 100%;
  margin: auto;
}

html body#home .various .consultation_text.oneday a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1rem auto 0;
  line-height: 1;
  padding: 12px 32px;
  border-radius: 9999px;
  position: static;
  width: auto;
  height: auto;
  background: #ff5e00;
  color: white;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  html body#home .various .consultation_text.oneday {
    width: 100%
  }
}


html .allon4-banner {
  display: block;
  width: min(100%, 1000px);
  margin: 3rem auto;
  position: relative;
  aspect-ratio: 1/1.1;
  border-radius: 16px;
  box-shadow: 0 0 10px #ccc;
  background: #fafafa;
  border: 6px solid #fafafa;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

@media only screen and (min-width: 769px) {
  html .allon4-banner {
    aspect-ratio: 4/1.3;
  }
}

html .allon4-banner:hover {
  filter: none;
  border: 6px solid #294c69;
}

html .allon4-banner img {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  aspect-ratio: 2.8/1;
  object-fit: cover;
  object-position: center;
  opacity: .9;
  transition: all .2s ease-in-out;
}

html .allon4-banner:hover img {
  /* transform: scale(1.06) rotate(1deg);
transform-origin: center; */
  opacity: 1;
}

html .allon4-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 3;
  pointer-events: none;
}

html .allon4-banner .block {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  box-sizing: border-box;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVQYV2NkQAP////3ZUQWAwswMm6GC8IEQIrAgsgCYEF0AZAgANP9E1CXVxkjAAAAAElFTkSuQmCC) repeat;
  background-color: rgba(41, 76, 105, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
  overflow: hidden;
  font-size: 110%;
}

@media only screen and (min-width: 769px) {
  html .allon4-banner .block {
    left: auto;
    right: 0;
    aspect-ratio: 1.2/1;
    height: 100%;
    width: auto;
  }
}

html .allon4-banner .block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 76, 105, 1);
  pointer-events: none;
  z-index: -1;
  opacity: .8;
}

html .allon4-banner .block span {
  display: inline-block;
  color: white;
  font-weight: bold;
}

html .allon4-banner .block>span,
html .allon4-banner .block .spanflex {
  position: relative;
  z-index: 3;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* html .allon4-banner .block > span:last-of-type > span:last-of-type {
margin-top: 1rem;
line-height: 1;
padding: 8px 24px;
border-radius: 9999px;
background: white;
color: rgba(41, 76, 105,1);
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
} */
html .allon4-banner .block b {
  font-weight: 700 !important;
  font-size: 140% !important;
  margin: 0 !important;
  display: inline !important;
  padding: 0 !important;
}

html .withmovie .allon4-banner {
  margin-top: 0;
}

html .withmovie .allon4-banner img {
  height: 100% !important;
}

@media only screen and (min-width: 641px) {
  html .allon4-banner .block {
    font-size: 90%;
  }

  html .withmovie .allon4-banner img {
    left: -100px
  }
}

html .withmovie .allon4-banner .block b {
  font-size: 110%;
}







html .allon4-banner.allon4-banner2 {
  border: 1px solid #D24557;
  padding: 1.5rem;
  border-radius: 0;
}

html .allon4-banner.allon4-banner2 b {
  font-size: 120% !important;
  background: linear-gradient(transparent 70%, yellow 0%);
}

html .allon4-banner.allon4-banner2 img {
  box-shadow: inset 0px 0px 15px 15px #fff;
}

html .allon4-banner.allon4-banner2 span.block {
  overflow: visible;
  gap: 0;
}

html .allon4-banner.allon4-banner2 span.block span {
  color: #D24557;
}

html .allon4-banner.allon4-banner2 span.line span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}

html .allon4-banner.allon4-banner2 span.lines {
  margin: 2% auto;
  padding: 3%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVQYV2NkQAP////3ZUQWAwswMm6GC8IEQIrAgsgCYEF0AZAgANP9E1CXVxkjAAAAAElFTkSuQmCC) repeat;
  background-color: #efc5ca;
  display: block;
  width: 80%;
}

html .allon4-banner.allon4-banner2 span.line+.line {
  margin-top: 1rem;
}

html .allon4-banner.allon4-banner2 .arrow {
  background: #D24557;
  -webkit-mask-image: url(../../img/arrow2.svg);
  mask-image: url(../../img/arrow2.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 24px;
  aspect-ratio: 1/1;
  display: inline-block !important;
  margin: 0 8px;
}

html .allon4-banner.allon4-banner2 span.title {
  font-size: 160%;
  display: block !important;
  margin-bottom: .5rem;
  text-align: center;
}

html .allon4-banner.allon4-banner2 s {
  color: rgba(41, 76, 105, 1);
}

html .allon4-banner.allon4-banner2 small {
  font-size: 80% !important;
  display: inline-block;
  margin-bottom: 1rem;
}

html .allon4-banner.allon4-banner2 .infobnr {
  width: 100%;
  display: block !important;
  text-align: center;
}

html .allon4-banner.allon4-banner2 .infobnr>span:last-of-type {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}

html .allon4-banner.allon4-banner2 .infobnr a {
  line-height: 1;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  padding: 10px 48px;
  border-radius: 9999px;
  background: rgba(41, 76, 105, 1);
  color: white;
  gap: 1rem;
  font-size: 90%;
  transition: all .2s ease-in-out;
}

html .allon4-banner.allon4-banner2 .infobnr a:hover {
  opacity: .8;
}

html .allon4-banner.allon4-banner2 .infobnr a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  -webkit-mask-image: url(../../img/tel.svg);
  mask-image: url(../../img/tel.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: white;
}

html .allon4-banner.allon4-banner2 .infobnr a:nth-of-type(2)::before {
  -webkit-mask-image: url(../../img/mail.svg);
  mask-image: url(../../img/mail.svg);
}


@media only screen and (max-width: 768px) {
  html .allon4-banner.allon4-banner2 small {
    margin-bottom: .8 rem;
  }

  html .allon4-banner.allon4-banner2 span.block::before,
  html .allon4-banner.allon4-banner2 span.block {
    background: white;
  }

  html .allon4-banner.allon4-banner2 span.block::after {
    height: 10%;
    width: 100%;
    top: -10%;
    bottom: auto;
    left: 0;
    content: "";
    display: block;
    background: linear-gradient(0, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
    z-index: 5;
    position: absolute;
  }

  html .allon4-banner.allon4-banner2 img {
    top: -26vw;
  }
}

@media only screen and (min-width: 769px) {
  html .allon4-banner.allon4-banner2 {
    aspect-ratio: 4/1.6;
  }

  html .allon4-banner.allon4-banner2 span.title {
    font-size: 130%;
  }

  html .allon4-banner.allon4-banner2::after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: auto;
    z-index: 5;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
  }

  html .allon4-banner.allon4-banner2 span.block::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
    width: 10%;
    right: -10%;
    left: auto;
    z-index: 5;
    opacity: 1;
  }

  html .allon4-banner.allon4-banner2 span.block {
    font-size: 120%;
    left: 0;
    right: auto;
    background: white;
    aspect-ratio: 1.3/1;
  }

  html .allon4-banner.allon4-banner2 img {
    right: -20%;
    left: auto;
  }

  html .allon4-banner.allon4-banner2 img {
    aspect-ratio: 2.2/1;
  }
}

.allon4-banner-describe {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}

.allon4-banner-describe span {
  display: inline-block;
}









@media only screen and (max-width: 768px) {
  html .allon4-banner {
    aspect-ratio: 1/1.28;
  }

  html .allon4-banner.allon4-banner2 {
    aspect-ratio: 1/1.28;
  }

  html .allon4-banner:not(.allon4-banner2) img {
    position: static;
    height: auto;
    width: 100%;
    aspect-ratio: 348/148;
  }

  html .allon4-banner:not(.allon4-banner2) {
    font-size: 0;
    aspect-ratio: auto;
    margin-bottom: 16px;
  }

  html .allon4-banner:not(.allon4-banner2) .block {
    position: static;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  html .allon4-banner:not(.allon4-banner2) .block span {
    font-size: 2.4rem;
  }

  html .allon4-banner.allon4-banner2 img {
    aspect-ratio: 1/.7;
    top: 0;
    transform: translateY(-13vw);
    width: 100%;
    height: auto;
  }

  html .allon4-banner.allon4-banner2 .infobnr>span:last-of-type {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 769px) {
  html .allon4-banner:not(.allon4-banner2) .block span {
    font-size: 2.6rem;
  }

  html .allon4-banner:not(.allon4-banner2) img {
    aspect-ratio: 1.97/1;
  }
}

html .allon4-banner:not(.allon4-banner2) .badge {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 4vw;
  color: #333;
  white-space: pre;
  position: absolute;
  z-index: 2;
  line-height: 1.2;
  top: 21vw;
  right: 1rem;
  width: 19vw;
  aspect-ratio: 1/1;
  filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.6));
}

html .allon4-banner:not(.allon4-banner2) .badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  background: #e3d583;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../../img/badge.svg);
  mask-image: url(../../img/badge.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  html .allon4-banner:not(.allon4-banner2) {
    display: grid;
    grid-template: auto auto / 60% auto;
  }

  html .allon4-banner:not(.allon4-banner2) img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  html .allon4-banner:not(.allon4-banner2) .block {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    position: static;
    height: auto;
    aspect-ratio: auto;
    z-index: auto;
  }

  span.allon4-bnr-describe {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-size: 2rem !important;
  }

  span.allon4-bnr-describe span {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  html .allon4-banner:not(.allon4-banner2) .badge {
    left: min(2vw, 15px);
    right: auto;
    top: auto;
    bottom: min(2vw, 20px);
    width: min(140px, 14vw);
    font-size: min(33px, 3.3vw);
  }
}

span.allon4-bnr-describe {
  box-shadow: 0 0 3px #dedede;
  text-align: center;
  margin: 0;
  padding: 1rem 2rem;
  box-sizing: border-box;
  max-width: 1000px;
  color: rgba(41, 76, 105, 1);
  font-size: 3rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgb(237, 244, 252);
  background: linear-gradient(135deg, rgba(237, 244, 252, 1) 0%, rgba(178, 209, 246, 1) 96%);
}

@media only screen and (max-width: 768px) {
  span.allon4-bnr-describe {
    font-size: 2rem;
  }
}

span.allon4-banner-describe span {
  display: inline-block;
}












@media only screen and (min-width: 769px) {
  html .allon4-banner.allon4-banner2 img {
    aspect-ratio: auto;
    width: 53%;
    right: 0;
    object-position: center top;
  }
}

@media only screen and (max-width: 768px) {
  html .allon4-banner.allon4-banner2 img {
    aspect-ratio: 1/1.2;
    width: 100%;
    object-position: center top;
    position: static;
    transform: none;
    height: auto;
  }

  html .allon4-banner.allon4-banner2 span.block {
    background: transparent;
    position: absolute;
    bottom: 5%;
    width: 90%;
    left: 5%;
    /* backdrop-filter: blur(6px); */
  }

  html .allon4-banner.allon4-banner2 {
    aspect-ratio: auto;
    padding: 0;
  }

  html .allon4-banner.allon4-banner2 span.block::after {
    display: none;
  }

  html .allon4-banner.allon4-banner2 span.block::before {
    background: rgba(255, 255, 255, .9);
    opacity: 1;
  }
}

html .allon4-banner.allon4-banner2 span.block big {
  font-size: 120%;
  font-weight: bold;
  color: #D24557;
  margin-top: 1rem;
  display: block;
  text-align: center;
}

html .allon4-banner.allon4-banner2 span.title {
  display: grid !important;
  grid-template: auto auto / 1fr auto;
  gap: 0 1rem;
  align-content: center;
}

html .allon4-banner.allon4-banner2 span.title>span:first-of-type {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: end;
}

html .allon4-banner.allon4-banner2 span.title>span:last-of-type {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: start;
}

html .allon4-banner.allon4-banner2 .title>b {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  border-radius: 9999px;
  width: 8rem;
  transform: translateY(-1rem);
  color: white;
  display: -webkit-flex !important;
  display: flex !important;
  aspect-ratio: 1/1;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  filter: drop-shadow(2px 2px 4px rgb(0 0 0 / 0.6));
  position: relative;
  background: transparent !important;
}

html .allon4-banner.allon4-banner2 .title>b::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #D24557;
  -webkit-mask-image: url(../../img/fkds.svg);
  mask-image: url(../../img/fkds.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

html .allon4-banner.allon4-banner2 small {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 481px) {
  @media only screen and (max-width: 768px) {
    html .allon4-banner.allon4-banner2 span.block {
      font-size: 2.5vw;
    }

    html .allon4-banner.allon4-banner2 .title>b {
      width: 15vw;
    }
  }
}

p.allon4-banner-describe {
  margin-top: -1.7rem;
  margin-bottom: 8rem;
}


@media only screen and (max-width: 480px) {
  .oneguide-wrap .banner_inner.wide.imp-mt {
    margin-top: min(5vw, 48px);
  }
}


html .oneguide-wrap span.allon4-bnr-describe {
  font-size: 1.6rem;
}

html .oneguide-wrap .allon4-banner:not(.allon4-banner2) .block span {
  font-size: 2rem;
}

html .oneguide-wrap .allon4-banner:not(.allon4-banner2) .badge {
  top: 17vw;
  font-size: 3.6vw;
  width: 18vw;
}

html .oneguide-wrap .allon4-banner:not(.allon4-banner2) .block b {
  font-size: 130% !important;
}



@media only screen and (min-width: 641px) {
  html .oneguide-wrap.withmovie .allon4-banner:not(.allon4-banner2) img {
    left: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  html .oneguide-wrap span.allon4-bnr-describe {
    font-size: 1.5rem !important;
  }

  html .oneguide-wrap .allon4-banner:not(.allon4-banner2) .block span {
    font-size: 2.1rem !important;
  }

  html .oneguide-wrap .allon4-banner:not(.allon4-banner2) .badge {
    left: min(2vw, 15px);
    right: auto;
    top: auto;
    bottom: min(1vw, 10px);
    width: min(110px, 14vw);
    font-size: min(24px, 3.3vw);
  }
}


/* 241206メニューバー下に文章追加 */
.text_top {
  margin: 30px auto;
}

.text_top-inner {
  color: green;
  font-size: 3rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text_top-inner {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}


.rec-bnr {
  text-align: center;
  margin: 3rem 0;
}

@media only screen and (min-width: 641px) {
  .rec-bnr {
    margin: 4rem 0;
  }
}

.rec-bnr * {
  box-sizing: border-box;
}

.rec-bnr a {
  width: min(100%, 600px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  position: relative;
  transition: all .2s ease-in-out;
  aspect-ratio: 1.5/1;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  padding: 1rem 2rem;
  border: 6px solid #fafafa;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .rec-bnr a {
    aspect-ratio: 1.1/1;
    padding: .5rem;
  }
}

.rec-bnr a:hover {
  filter: none;
  opacity: .8;
}

.rec-bnr a * {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.rec-bnr a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}

.rec-bnr a b {
  font-size: 160% !important;
  display: inline-block;
  margin-bottom: .5rem;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1;
}

.rec-bnr a span {
  display: inline-block;
}

.rec-bnr a>span {
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVQYV2NkQAP////3ZUQWAwswMm6GC8IEQIrAgsgCYEF0AZAgANP9E1CXVxkjAAAAAElFTkSuQmCC) repeat;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0 0 5px #ccc;
  border-radius: 4px;
  padding: 1rem .5rem;
}

@media only screen and (max-width: 640px) {
  .rec-bnr a>span {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 641px) {
  .rec-bnr a>span {
    padding: 2rem;
    width: 100%;
  }
}

.rec-bnr a small {
  font-size: 90%;
  border-radius: 9999px;
  padding: .4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .8rem 4rem;
  margin-top: .6rem;
  gap: 1rem;
  line-height: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVQYV2NkQAP////3ZUQWAwswMm6GC8IEQIrAgsgCYEF0AZAgANP9E1CXVxkjAAAAAElFTkSuQmCC) repeat;
  background-color: rgba(41, 76, 105, 1);
  color: white;
}

.rec-bnr a small::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/arrow.svg);
  mask-image: url(../img/arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: white;
  transform: translateY(1px);
}

.rec-bnr a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
  z-index: 4;
  pointer-events: none;
}

@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.rec-intro {
  width: min(100%, 840px);
  text-align: center;
  margin: 2rem auto 4rem;
}

.rec-intro p {
  font-size: 1.6rem;
  color: #3ca88e;
  text-align: center;
}

.rec-intro p span {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.rec-intro p+p {
  margin-top: 1rem;
}

.rec-intro p.notes {
  width: auto;
  display: inline-block;
  margin: auto;
  padding: 2rem 3rem;
  background: rgba(210, 70, 90, .1);
  border: 3px solid #D2465A;
  color: #D2465A;
  font-weight: bold;
}

.rec-intro p.notes b {
  text-decoration: none;
  color: inherit;
  font-size: 130%;
  margin-bottom: 1rem;
}

.clinic_info .rec-bnr {
  width: 100% !important;
}



.ijm {
  margin-block: 3rem;
  width: min(95%, 840px);
  margin-inline: auto;
}

.ijm>p {
  text-align: center;
  margin: 2rem 0;
}

.ijm>p span {
  display: inline-block;
  font-weight: bold;
}

.ijm-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ijm-flex p {
  margin: 0 !important;
  text-align: center;
  line-height: 1.3;
  position: relative;
  width: min(50%, 360px);
  aspect-ratio: 1/.7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(19px, 11.5vw);
}

.ijm-flex p * {
  position: relative;
  z-index: 3;
  font-weight: 700;
  transform: translateY(-10px);
  color: black;
  text-shadow: 0 0 15px white;
}

.ijm-flex+.ijm-flex p:nth-of-type(1) {
  transform: translateX(2.5rem);
}

.ijm-flex+.ijm-flex p:nth-of-type(2) {
  transform: translateX(-2.5rem);
}

.ijm-flex+.ijm-flex {
  margin-top: -2rem;
}

@media only screen and (max-width: 640px) {
  .ijm-flex p {
    aspect-ratio: 1/1;
  }

  .ijm-flex+.ijm-flex p:nth-of-type(1) {
    transform: translateX(0);
  }

  .ijm-flex+.ijm-flex p:nth-of-type(2) {
    transform: translateX(0);
  }

  .ijm-flex+.ijm-flex {
    margin-top: -2rem;
  }
}

.ijm-flex p::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 8%;
  left: 5%;
  -webkit-mask-image: url(https://www.daiba-implantcenter.jp/allon4/img/gkj2.svg);
  mask-image: url(https://www.daiba-implantcenter.jp/allon4/img/gkj2.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  opacity: .5;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 0 10px #ccc;
}

.ijm-flex p strong {
  font-size: 130%;
  text-shadow: 0 0 .8px #d2455a;
  color: #d2455a;
  line-height: 1.2;
}

.ijm-grid {
  display: grid;
  grid-template: auto / 1fr 1fr;
  gap: 1rem;
  place-items: center;
}

.ijm-grid img {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.ijm-grid.ct img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.ijm-grid img.wide {
  grid-column: 1 / 3;
}



body#home .teaching {
  text-align: center;
}

body#home h2.sect_ttl.malo,
body#home h2.sect_ttl.maro {
  text-align: center;
  margin-bottom: 2rem !important;
  font-size: 2rem;
  padding: .5rem 3rem !important;
  box-sizing: border-box;
  background: rgba(41, 76, 105, 1);
  ;
  color: white;
  width: 100vw;
}


body#home .teaching small {
  text-align: center;
  display: block;
}

body#home .teaching small span {
  display: inline-block;
}

body#home .teaching img {
  width: min(100%, 500px);
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: .5rem calc((100% - min(100%, 600px)) / 2);
}

body#home .container.teaching {
  width: min(95%, 840px);
  margin-inline: auto;
  margin-bottom: 4rem;
}

body#home h2.sect_ttl.malo span,
body#home h2.sect_ttl.maro span {
  display: inline-block;
}




.ijm-grid.yoko {
  grid-template: auto / 1fr 1fr 1fr 1fr;
}

.ijm-grid.tate {
  grid-template: auto / 1fr 1fr 1fr 1fr;
}

.ijm-grid+.ijm-grid {
  margin-top: 1rem;
}

html header .header_content .logo a img {
  width: auto !important;
  max-height: 50px !important;
}

@media only screen and (min-width: 769px) {
  html header .header_content .logo a img {
    width: auto !important;
    max-height: 70px !important;
  }
}



@media only screen and (min-width: 769px) {
  html body#home header .header_content .logo {
    padding-right: clamp(10px, 1vw, 16px) !important;
  }

  html body#home header .header_content .cv_box .tel {
    padding-right: clamp(10px, 1vw, 30px);
  }

  body#home p.parking-head img {
    width: min(750px, 39vw);
  }

  html body#home header .header_content .cv_box .tel .icon-tel {
    font-size: clamp(1.8rem, 1.5vw, 3.7rem) !important;
  }

  html body#home header .header_content .cv_box .tel em {
    font-size: clamp(1.8rem, 1.5vw, 3.7rem) !important;
  }

  @media only screen and (min-width: 1001px) {
    html body#home header .header_content .cv_box .tel .icon-tel {
      font-size: clamp(1.8rem, 2.4vw, 3.7rem) !important;
    }

    html body#home header .header_content .cv_box .tel em {
      font-size: clamp(1.8rem, 2.4vw, 3.7rem) !important;
    }
  }

  html body#home header .header_content .logo img {
    width: min(303px, 21vw) !important;
    max-height: 1000px !important;
    height: auto !important;
  }
}


html body#home .swiper-wrapper {
  padding-bottom: 4em;
}
@media only screen and (min-width: 641px) {
html body#home .swiper-wrapper {
  padding-bottom: min(7em,10vw);
}
}

html .main_title .swiper-container .swiper-pagination {
  bottom: 0;
}