@charset "UTF-8";
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}
html body {
  color: #5f472b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  min-width: 1200px;
  background: #f9f9f9;
  -webkit-text-size-adjust: none;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html em {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}
html p {
  text-align: justify;
  line-height: 2;
}
html a {
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  color: #5f472b;
}
html a img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html a:hover img {
  filter: brightness(110%);
}
html a[target=_blank]:not(.none) {
  text-decoration: underline;
}
html a[target=_blank]:not(.none):hover {
  color: #ff9213;
}
html a[target=_blank]:not(.none):after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
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%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.6rem;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
  html #wrap {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html a.tel {
  display: block;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
html a.tel .icon-tel {
  font-size: 1.8rem;
  margin-right: 4px;
}
html a.tel span {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}
html header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  min-width: 1200px;
}
html header .seo {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
html header .seo span {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
html header .header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
html header .header_content #logo {
  width: 399px;
  height: 185px;
  background: url("../img/logo_bg.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
html header .header_content #logo img {
  margin-top: 10px;
  width: 268px;
  height: 87px;
  transition: all 0.2s ease;
}
html header .header_content #logo:hover {
  filter: brightness(100%);
}
html header .header_content #logo:hover img {
  filter: brightness(100%);
}
html header .header_content .header_box {
  padding: 30px 30px 0 0;
}
html header .header_content .header_box .header_inner {
  width: 100%;
  max-width: 804px;
  height: 64px;
  padding: 8px;
  border-radius: 32px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html header .header_content .header_box .header_inner .telbox {
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
html header .header_content .header_box .header_inner .telbox small {
  font-size: 1.2rem;
  white-space: nowrap;
}
html header .header_content .header_box .header_inner .telbox .tel {
  padding-left: 20px;
}
html header .header_content .header_box .header_inner .header_btns {
  padding-left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content .header_box .header_inner .header_btns li {
  width: 125px;
}
html header .header_content .header_box .header_inner .header_btns li a {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f87d47;
}
html header .header_content .header_box .header_inner .header_btns li a i {
  margin-right: 8px;
}
html header .header_content .header_box .header_inner .header_btns li a span {
  font-size: 1.2rem;
}
html header .header_content .header_box .header_inner .header_btns li a:hover {
  filter: brightness(110%);
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(1) a {
  border-radius: 24px 0 0 24px;
  background: #f87d47;
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(1) a .icon-theeth {
  font-size: 1.8rem;
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(2) a {
  background: #fc8b59;
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(2) a .icon-calendar {
  font-size: 1.8rem;
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(3) a {
  background: #d7a56a;
  border-radius: 0 24px 24px 0;
}
html header .header_content .header_box .header_inner .header_btns li:nth-child(3) a .icon-mail {
  font-size: 1.4rem;
}
html header .header_content nav {
  position: relative;
}
html header .header_content nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
html header .header_content nav ul > li {
  flex: auto;
}
html header .header_content nav ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
html header .header_content nav ul > li > a:hover {
  color: #ff631e;
}
@media screen and (max-width: 768px) {
  html header {
    width: 100%;
    min-width: 100%;
    transition: top 0.2s ease;
  }
  html header.slide-open {
    top: -18px;
  }
  html header .seo {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    white-space: nowrap;
  }
  html header .header_content {
    width: 100%;
    height: 115px;
    position: fixed;
    z-index: 1;
    background: url("../img/logo_bg.svg") no-repeat 0 0;
    background-size: 90% 100%;
  }
  html header .header_content.fixed #logo img {
    top: -6px;
  }
  html header .header_content #logo {
    width: calc(100% - 44px);
    height: 115px;
    position: relative;
    left: auto !important;
    top: auto !important;
    background: none;
  }
  html header .header_content #logo img {
    position: relative;
    top: 0px;
    left: 10px;
    width: auto !important;
    height: 70px !important;
  }
  html header .header_content .header_box {
    display: none;
  }
  html header .header_content #slidemenuBtn {
    position: fixed;
    top: 18px;
    right: 18px;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b19778;
  }
  html header .header_content #slidemenuBtn.slide-open {
    background: #ff631e;
  }
  html header .header_content #slidemenuBtn.slide-open > span:before {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span:after {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span > span:before {
    left: 0;
    width: 100%;
    transform: rotate(-35deg);
    transition: top 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span > span:after {
    right: 0;
    width: 100%;
    transform: rotate(35deg);
    transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span {
    width: 30px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  html header .header_content #slidemenuBtn > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
}
html .submenu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 80%;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  z-index: 110;
}
html .submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
html .submenu .submenu_inner {
  background: #fff;
  padding: 2% 4%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
html .submenu .submenu_inner li {
  width: 48%;
}
html .submenu .submenu_inner li a {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.75em 0;
  display: block;
  text-align: left;
  position: relative;
}
html .submenu .submenu_inner li a:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 1.5rem;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
html .submenu .submenu_inner li a:hover {
  color: #ff631e;
}
html .main_title {
  position: relative;
  width: 100%;
}
html .main_title:before {
  content: "";
  width: 70vw;
  height: 973px;
  position: absolute;
  right: 0;
  top: calc(50% + 160px);
  background: url("../img/bg01.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}
html .main_title:after {
  content: "";
  width: 100%;
  height: 1070px;
  position: absolute;
  left: 0;
  top: 1000px;
  background: url("../img/bg02.svg") no-repeat center center;
  background-size: 1400px 100%;
  z-index: -1;
  pointer-events: none;
}
html .main_title .swiper-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 900px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
  background-image: url(/img/slide01.webp);
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
  background-image: url(/img/slide02.webp);
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
  background-image: url(/img/slide03.webp);
}
html .main_title .swiper-container .swiper-pagination {
  box-sizing: border-box;
  line-height: 1;
  z-index: 1000;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 50px;
  left: 60px;
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 8px;
  border: none;
  opacity: 1;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff631e;
}
html .main_title .swiper-text {
  position: absolute;
  right: 80px;
  bottom: 150px;
  z-index: 10;
  text-align: right;
  padding-bottom: 40px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
html .main_title .swiper-text span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
}
html .main_title .swiper-text em {
  display: block;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
}
html .main_title .point {
  position: absolute;
  right: 80px;
  bottom: -30px;
  z-index: 11;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  mix-blend-mode: multiply;
}
html .main_title .point li {
  position: relative;
}
html .main_title .point li p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  html .main_title {
    position: relative;
    width: 100%;
  }
  html .main_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 114vw;
    width: 100%;
    height: 21vw;
    background: url("../img/slide_bg@sp.svg") no-repeat center bottom;
    background-size: 100% auto;
  }
  html .main_title:after {
    content: "";
    background: url("../img/sp_bg.svg") no-repeat right top;
    background-size: 100% 100%;
    width: 99px;
    height: 111px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 10;
  }
  html .main_title .swiper-container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 133.7vw;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
    background-image: url(/img/slide01@sp.webp);
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
    background-image: url(/img/slide02@sp.webp);
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
    background-image: url(/img/slide03@sp.webp);
  }
  html .main_title .swiper-container .swiper-pagination {
    box-sizing: border-box;
    line-height: 1;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 110px;
    left: 0;
  }
  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 8px;
    border: none;
    opacity: 1;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
  }
  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff631e;
  }
  html .main_title .swiper-text {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -5vw;
    text-align: center;
    padding-bottom: 0px;
  }
  html .main_title .swiper-text span {
    font-size: 4vw;
    padding-bottom: 5px;
    letter-spacing: 0;
  }
  html .main_title .swiper-text em {
    display: block;
    font-size: 6.2vw;
    letter-spacing: 0.06em;
  }
  html .main_title .point {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px;
    gap: 6px;
  }
  html .main_title .point li p {
    font-size: 4.4vw;
  }
}
html .attention {
  position: relative;
  z-index: 10;
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  font-size: 1rem;
  line-height: 1.5;
  background: #fffbf7;
  margin: 50px auto 0;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  html .attention {
    position: static;
    margin: 0px auto 0;
    z-index: 10;
    width: calc(100% - 32px);
    max-width: auto;
    font-size: 1rem;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
html .sect_ttl {
  position: relative;
}
html .sect_ttl > small {
  display: block;
  line-height: 1;
  color: #ff9213;
  font-family: "Golden Plains", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
html .sect_ttl h1, html .sect_ttl h2 {
  display: block;
  font-size: 5.7rem;
  line-height: 1.2;
  font-weight: 500;
}
html .sect_ttl h1 span, html .sect_ttl h2 span {
  color: #ff631e;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    text-align: center;
  }
  html .sect_ttl > small {
    font-size: 2rem;
  }
  html .sect_ttl h1, html .sect_ttl h2 {
    font-size: 3.6rem;
  }
}
html .concept {
  width: 100%;
  position: relative;
  z-index: 10;
}
html .concept:before {
  content: "";
}
html .concept .concept_head {
  width: 100%;
  max-width: 1400px;
  padding: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
html .concept .concept_head p {
  padding-left: 126px;
}
html .concept .concept_inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding: 80px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
html .concept .concept_inner .item {
  width: 33.333%;
  position: relative;
}
html .concept .concept_inner .item:nth-child(2) {
  margin-top: 30px;
}
html .concept .concept_inner .item a {
  display: block;
}
html .concept .concept_inner .item a:hover figure img {
  filter: brightness(110%);
}
html .concept .concept_inner .item .num {
  width: 139px;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff9213;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 10;
  transform: translateX(-50%);
}
html .concept .concept_inner .item .num span small {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
html .concept .concept_inner .item .num span em {
  display: block;
  line-height: 1;
  font-size: 5.5rem;
}
html .concept .concept_inner .item .num_bg {
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 9;
  transform: translateX(-50%);
  width: 139px;
  height: 131px;
  mix-blend-mode: overlay;
  background: url("../img/concept.svg") no-repeat center center;
  background-size: 100% 100%;
}
html .concept .concept_inner .item figure img {
  border-radius: 10px;
  transition: all 0.2s ease;
}
html .concept .concept_inner .item .text {
  position: relative;
  z-index: 1;
  width: calc(100% - 44px);
  margin: -60px 22px 0;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #fffbf7;
  border-radius: 15px;
}
html .concept .concept_inner .item .text h3 {
  font-size: 3.4rem;
  line-height: 1.35;
  color: #ff9213;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
html .concept .concept_inner .item .text h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ff9213;
}
@media screen and (max-width: 768px) {
  html .concept {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  html .concept:before {
    content: "";
  }
  html .concept .concept_head {
    width: 100%;
    max-width: 100%;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  html .concept .concept_head .sect_ttl {
    padding-bottom: 32px;
  }
  html .concept .concept_head p {
    padding-left: 0;
  }
  html .concept .concept_inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 32px 0;
  }
  html .concept .concept_inner .item {
    width: 100%;
    position: relative;
  }
  html .concept .concept_inner .item:nth-child(n+2) {
    margin-top: 60px;
  }
  html .concept .concept_inner .item .num {
    width: 96px;
    height: 92px;
    position: absolute;
    left: 50%;
    top: -46px;
    transform: translateX(-50%);
  }
  html .concept .concept_inner .item .num span small {
    font-size: 1.1rem;
  }
  html .concept .concept_inner .item .num span em {
    font-size: 4.5rem;
  }
  html .concept .concept_inner .item .num_bg {
    left: 50%;
    top: -46px;
    width: 96px;
    height: 92px;
  }
  html .concept .concept_inner .item figure img {
    width: 100%;
    border-radius: 0px;
  }
  html .concept .concept_inner .item .text {
    position: relative;
    z-index: 1;
    width: calc(100% - 44px);
    margin: -30px 22px 0;
    padding: 20px 16px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  html .concept .concept_inner .item .text h3 {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  html .concept .concept_inner .item .text h3:before {
    width: 40px;
    height: 2px;
  }
}
html .greeting {
  width: 100%;
  position: relative;
}
html .greeting:before {
  content: "";
  width: 100vw;
  height: 1046px;
  position: absolute;
  left: -16vw;
  top: -80px;
  background: url("../img/bg03.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
html .greeting .greeting_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}
html .greeting .sect_ttl {
  position: relative;
  z-index: 1;
}
html .greeting .doctor {
  position: absolute;
  right: 80px;
  top: 0;
}
html .greeting .doctor img {
  border-radius: 10px;
}
html .greeting .doctor .name_bg {
  position: absolute;
  right: 30px;
  bottom: -120px;
  width: 211px;
  height: 199px;
  background: url("../img/name.svg") no-repeat center center;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
html .greeting .doctor .name {
  position: absolute;
  right: 0;
  bottom: -140px;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  line-height: 1;
}
html .greeting .doctor .name > span {
  display: block;
  font-size: 1.4rem;
}
html .greeting .doctor .name em {
  padding: 5px 0;
  display: block;
  font-size: 2.5rem;
}
html .greeting .doctor .name em span {
  font-size: 1.8rem;
}
html .greeting .doctor .name small {
  display: block;
  font-size: 1.2rem;
}
html .greeting .doctor .name p {
  padding-top: 10px;
  font-size: 1.4rem;
}
html .greeting .text {
  margin-top: 60px;
  width: 530px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  html .greeting .text {
    width: 40vw;
  }
}
html .greeting .text h3 {
  padding-bottom: 40px;
}
html .greeting .text h3 em {
  display: block;
  font-size: 2.8rem;
}
html .greeting .text h3 small {
  display: block;
  font-size: 1.5rem;
}
html .greeting .btnbox {
  margin-top: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 16px;
}
html .greeting .btnbox .wide_btn {
  width: 842px;
  max-width: 100%;
  height: 90px;
  border-radius: 10px;
  background: #efece9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html .greeting .btnbox .wide_btn span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  transition: all 0.2s ease;
  line-height: 1;
}
html .greeting .btnbox .wide_btn .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 6rem;
  line-height: 1;
  transform: translate(50%, -50%);
}
html .greeting .btnbox .wide_btn:hover span {
  color: #ff631e;
}
html .greeting .btnbox .wide_btn:hover .icon-arrow {
  color: #ff631e;
}
@media screen and (max-width: 768px) {
  html .greeting {
    width: 100%;
    position: relative;
  }
  html .greeting:before {
    content: none;
  }
  html .greeting .greeting_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
  }
  html .greeting .sect_ttl {
    position: relative;
    z-index: 1;
  }
  html .greeting .doctor {
    position: relative;
    right: auto;
    top: auto;
  }
  html .greeting .doctor img {
    border-radius: 10px;
  }
  html .greeting .doctor .name_bg {
    position: absolute;
    right: -32px;
    bottom: -80px;
    width: 158px;
    height: 150px;
    background: url("../img/name.svg") no-repeat center center;
    background-size: 100% 100%;
    mix-blend-mode: multiply;
  }
  html .greeting .doctor .name {
    bottom: -120px;
  }
  html .greeting .doctor .name > span {
    font-size: 1.2rem;
  }
  html .greeting .doctor .name em {
    padding: 5px 0;
    display: block;
    font-size: 2.1rem;
  }
  html .greeting .doctor .name em span {
    font-size: 1.6rem;
  }
  html .greeting .doctor .name small {
    font-size: 1rem;
  }
  html .greeting .doctor .name p {
    font-size: 1.2rem;
  }
  html .greeting .text {
    margin-top: 140px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  html .greeting .text h3 {
    padding-bottom: 30px;
  }
  html .greeting .text h3 em {
    font-size: 2.3rem;
  }
  html .greeting .text h3 small {
    font-size: 1.3rem;
  }
  html .greeting .btnbox {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  html .greeting .btnbox .wide_btn {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    height: auto;
    border-radius: 10px;
    background: #efece9;
  }
  html .greeting .btnbox .wide_btn span {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  html .greeting .btnbox .wide_btn .icon-arrow {
    font-size: 4rem;
    transform: translate(50%, 0%);
  }
}
html .btn {
  width: 270px;
  max-width: 100%;
  height: 54px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b19778;
  position: relative;
  transition: all 0.4s ease;
}
html .btn span {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
html .btn:hover {
  background: #ff631e;
  filter: brightness(100%);
}
@media screen and (max-width: 768px) {
  html .btn {
    width: 236px;
    height: 52px;
  }
  html .btn span {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
html .reason {
  width: 100%;
  position: relative;
}
html .reason:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  height: 1396px;
  background: url("../img/bg04.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
html .reason .sect_ttl {
  padding: 80px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .reason .reason_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .reason .reason_inner .item {
  position: relative;
  width: 100%;
}
html .reason .reason_inner .item.small {
  width: calc((100% - 64px) / 2);
}
html .reason .reason_inner .item .num {
  position: absolute;
  width: 159px;
  height: 151px;
  background: url("../img/reason.svg") no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .reason .reason_inner .item .num span {
  text-align: center;
  color: #ff631e;
  line-height: 1;
}
html .reason .reason_inner .item .num span small {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
html .reason .reason_inner .item .num span em {
  display: block;
  line-height: 1;
  font-size: 5.5rem;
}
html .reason .reason_inner .item figure img {
  width: 100%;
  border-radius: 10px;
}
html .reason .reason_inner .item .text .ttl {
  padding-bottom: 40px;
}
html .reason .reason_inner .item .text .ttl small {
  display: block;
  font-family: "Golden Plains", sans-serif;
  color: #ff9213;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
html .reason .reason_inner .item .text .ttl h3 {
  display: block;
  font-size: 2.8rem;
}
html .reason .reason_inner .item .text p {
  padding-bottom: 30px;
}
html .reason .reason_inner #reason01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -80px;
  width: calc(100% + 80px);
  padding-bottom: 180px;
}
html .reason .reason_inner #reason01 .num {
  position: absolute;
  right: -60px;
  top: -60px;
}
html .reason .reason_inner #reason01 figure {
  position: relative;
  width: 57%;
  max-width: 716px;
}
html .reason .reason_inner #reason01 figure .large {
  object-fit: cover;
  width: 100%;
  height: 452px;
}
html .reason .reason_inner #reason01 figure .small_img {
  position: absolute;
  right: -5%;
  bottom: -30%;
  width: 54%;
  max-width: 393px;
}
html .reason .reason_inner #reason01 .text {
  width: 100%;
  max-width: 390px;
  margin: 100px 0 0 6%;
}
html .reason .reason_inner #reason01 .text .btn {
  width: 425px;
}
html .reason .reason_inner #reason02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-bottom: 130px;
}
html .reason .reason_inner #reason02 .num {
  position: absolute;
  left: -30px;
  top: -60px;
}
html .reason .reason_inner #reason02 figure {
  width: 55%;
  flex-shrink: 0;
}
html .reason .reason_inner #reason02 figure img {
  width: 100%;
  height: 452px;
  object-fit: cover;
}
html .reason .reason_inner #reason02 .text {
  margin-top: 120px;
  width: 100%;
  padding-right: 6%;
  box-sizing: border-box;
}
html .reason .reason_inner #reason03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 170px;
}
html .reason .reason_inner #reason03 .num {
  position: absolute;
  right: 0px;
  top: -120px;
}
html .reason .reason_inner #reason03 figure {
  width: 55%;
  flex-shrink: 0;
}
html .reason .reason_inner #reason03 figure img {
  width: 100%;
  height: 452px;
  object-fit: cover;
}
html .reason .reason_inner #reason03 .text {
  margin-top: 50px;
  width: 100%;
  padding-left: 6%;
  box-sizing: border-box;
}
html .reason .reason_inner .item.small {
  position: relative;
  padding-bottom: 54px;
}
html .reason .reason_inner .item.small .num {
  left: calc(50% - 63px);
  top: -60px;
  width: 126px;
  height: 120px;
}
html .reason .reason_inner .item.small .num span small {
  font-size: 1.1rem;
}
html .reason .reason_inner .item.small .num span em {
  font-size: 3.6rem;
}
html .reason .reason_inner .item.small .text .ttl {
  padding: 30px 0;
  text-align: center;
}
html .reason .reason_inner .item.small .text .ttl h3 {
  font-size: 2.2rem;
}
html .reason .reason_inner .item.small .text .btn {
  position: absolute;
  left: calc(50% - 135px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  html .reason {
    width: 100%;
    position: relative;
  }
  html .reason:before {
    content: none;
  }
  html .reason .sect_ttl {
    padding: 72px 36px 36px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .reason .reason_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
  }
  html .reason .reason_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 45%;
    background: #f9f2f1;
  }
  html .reason .reason_inner .item {
    position: relative;
    width: 100%;
  }
  html .reason .reason_inner .item.small {
    width: 100%;
  }
  html .reason .reason_inner .item .num {
    position: absolute;
    width: 106px;
    height: 100px;
  }
  html .reason .reason_inner .item .num span small {
    font-size: 1rem;
  }
  html .reason .reason_inner .item .num span em {
    font-size: 3.4rem;
  }
  html .reason .reason_inner .item figure img {
    width: 100%;
    border-radius: 10px;
  }
  html .reason .reason_inner .item .text .ttl {
    padding-bottom: 20px;
  }
  html .reason .reason_inner .item .text .ttl small {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  html .reason .reason_inner .item .text .ttl h3 {
    font-size: 2.1rem;
  }
  html .reason .reason_inner .item .text p {
    padding-bottom: 20px;
  }
  html .reason .reason_inner #reason01 {
    display: block;
    margin-left: 0px;
    width: 100%;
    padding-bottom: 80px;
  }
  html .reason .reason_inner #reason01 .num {
    position: absolute;
    right: auto;
    left: 0;
    top: 60vw;
    z-index: 10;
  }
  html .reason .reason_inner #reason01 figure {
    position: relative;
    width: 100%;
    max-width: none;
    padding-right: 32px;
    box-sizing: border-box;
  }
  html .reason .reason_inner #reason01 figure .large {
    object-fit: inherit;
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
  }
  html .reason .reason_inner #reason01 figure .small_img {
    object-fit: inherit;
    position: absolute;
    right: 0%;
    bottom: -30%;
    width: 47.8%;
    max-width: auto;
    border-radius: 10px 0 0 10px;
  }
  html .reason .reason_inner #reason01 .text {
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 20vw 0 0;
  }
  html .reason .reason_inner #reason01 .text .btn {
    width: 100%;
  }
  html .reason .reason_inner #reason02 {
    display: block;
    padding: 0 32px 80px;
    box-sizing: border-box;
  }
  html .reason .reason_inner #reason02 .num {
    position: absolute;
    left: calc(50% - 53px);
    top: 48vw;
  }
  html .reason .reason_inner #reason02 figure {
    width: 100%;
    flex-shrink: 0;
  }
  html .reason .reason_inner #reason02 figure img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  html .reason .reason_inner #reason02 .text {
    margin-top: 50px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  html .reason .reason_inner #reason02 .text .ttl {
    text-align: center;
  }
  html .reason .reason_inner #reason02 .text .btn {
    margin: 0 auto;
  }
  html .reason .reason_inner #reason03 {
    display: block;
    padding: 0 32px 80px;
    box-sizing: border-box;
  }
  html .reason .reason_inner #reason03 .num {
    position: absolute;
    right: auto;
    left: calc(50% - 53px);
    top: 48vw;
  }
  html .reason .reason_inner #reason03 figure {
    width: 100%;
  }
  html .reason .reason_inner #reason03 figure img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  html .reason .reason_inner #reason03 .text {
    margin-top: 50px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  html .reason .reason_inner #reason03 .text .btn {
    margin: 0 auto;
  }
  html .reason .reason_inner .item.small {
    position: relative;
    padding: 0 32px 80px;
    box-sizing: border-box;
  }
  html .reason .reason_inner .item.small .num {
    position: absolute;
    width: 106px;
    height: 100px;
    left: calc(50% - 53px);
    top: 48vw;
  }
  html .reason .reason_inner .item.small .num span small {
    font-size: 1rem;
  }
  html .reason .reason_inner .item.small .num span em {
    font-size: 3.4rem;
  }
  html .reason .reason_inner .item.small .text {
    margin-top: 50px;
  }
  html .reason .reason_inner .item.small .text .ttl {
    padding: 0 0 20px;
    text-align: center;
  }
  html .reason .reason_inner .item.small .text .ttl em {
    font-size: 2.2rem;
  }
  html .reason .reason_inner .item.small .text .btn {
    position: static;
    margin: 0 auto;
  }
}
html .Orthodontics {
  width: 100%;
}
html .Orthodontics .Orthodontics_head {
  width: 100%;
  max-width: 1400px;
  padding: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .Orthodontics .Orthodontics_head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 202px;
  height: 210px;
  background: url("../img/orthodontics.svg") no-repeat 0 0;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
html .Orthodontics .Orthodontics_head .sect_ttl {
  padding-bottom: 64px;
}
html .Orthodontics .Orthodontics_head p {
  width: 530px;
}
html .Orthodontics .orthodontics_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
html .Orthodontics .orthodontics_inner .item {
  width: calc((100% - 96px) / 4);
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
html .Orthodontics .orthodontics_inner .item figure img {
  width: 100%;
}
html .Orthodontics .orthodontics_inner .item .text h3 {
  text-align: center;
  font-size: 2.2rem;
  padding: 25px 0;
}
html .Orthodontics .orthodontics_inner .item .text p {
  font-size: 1.4rem;
}
html .Orthodontics .orthodontics_inner .item .text .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
html .Orthodontics .orthodontics_inner .item .text .btn span {
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html .Orthodontics {
    position: relative;
  }
  html .Orthodontics:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 95.2vw;
    background: url("../img/orthodontics@sp.svg") no-repeat 0 0;
    background-size: 100% 100%;
  }
  html .Orthodontics .Orthodontics_head {
    width: 100%;
    max-width: 100%;
    padding: 32px;
    box-sizing: border-box;
  }
  html .Orthodontics .Orthodontics_head:before {
    content: "";
    position: absolute;
    left: 32px;
    top: 16px;
    width: 141px;
    height: 147px;
    background: url("../img/orthodontics.svg") no-repeat 0 0;
    background-size: 100% 100%;
    mix-blend-mode: multiply;
  }
  html .Orthodontics .Orthodontics_head .sect_ttl {
    padding-bottom: 32px;
  }
  html .Orthodontics .Orthodontics_head p {
    width: 100%;
  }
  html .Orthodontics .orthodontics_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    gap: 16px;
  }
  html .Orthodontics .orthodontics_inner .item {
    width: calc((100% - 16px) / 2);
    position: relative;
    padding-bottom: 52px;
    margin-bottom: 32px;
  }
  html .Orthodontics .orthodontics_inner .item figure img {
    width: 100%;
  }
  html .Orthodontics .orthodontics_inner .item .text h3 {
    text-align: center;
    font-size: 1.8rem;
    padding: 16px 0;
  }
  html .Orthodontics .orthodontics_inner .item .text p {
    font-size: 1.3rem;
    padding-bottom: 16px;
  }
  html .Orthodontics .orthodontics_inner .item .text .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  html .Orthodontics .orthodontics_inner .item .text .btn span {
    font-size: 1.3rem;
  }
}
html .age_inner {
  width: 100%;
  max-width: 1400px;
  padding: 60px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .age_inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  height: 100%;
  background: #fff;
  border-radius: 15px 0 0 0;
}
html .age_inner .Orthodontics_ttl {
  padding-bottom: 68px;
}
html .age_inner .Orthodontics_ttl span {
  display: block;
  font-size: 2.25rem;
  padding-bottom: 10px;
}
html .age_inner .Orthodontics_ttl h2 {
  display: block;
  font-size: 3.8rem;
}
html .age_inner .age_btn {
  position: absolute;
  right: 80px;
  top: 100px;
  background: none;
  border: 1px solid #b19778;
  box-sizing: border-box;
}
html .age_inner .age_btn span {
  color: #b19778;
}
html .age_inner .age_btn .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 6rem;
  transform: translate(50%, -50%);
  color: #b19778;
  transition: all 0.2s ease;
}
html .age_inner .age_btn:hover {
  background: #b19778;
}
html .age_inner .age_btn:hover span {
  color: #fff;
}
html .age_inner .age_btn:hover .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 6rem;
  transform: translate(100%, -50%);
  color: #b19778;
  transition: all 0.2s ease;
}
html .age_inner .age_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
html .age_inner .age_box .item {
  width: calc((100% - 64px) / 3);
  position: relative;
  padding-bottom: 54px;
}
html .age_inner .age_box .item figure img {
  border-radius: 10px;
}
html .age_inner .age_box .item .text h3 {
  text-align: center;
  padding: 20px 0;
}
html .age_inner .age_box .item .text h3 em {
  display: block;
  font-size: 2.3rem;
}
html .age_inner .age_box .item .text h3 small {
  display: block;
  font-size: 1.7rem;
}
html .age_inner .age_box .item .text p {
  padding-bottom: 30px;
}
html .age_inner .age_box .item .text .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  html .age_inner {
    width: 100%;
    max-width: 100%;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
  }
  html .age_inner:before {
    width: calc(100% - 16px);
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
  html .age_inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #faeee2;
    z-index: -1;
  }
  html .age_inner .Orthodontics_ttl {
    padding-bottom: 16px;
  }
  html .age_inner .Orthodontics_ttl span {
    font-size: 1.5rem;
    text-align: center;
  }
  html .age_inner .Orthodontics_ttl h2 {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }
  html .age_inner .age_btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 32px;
  }
  html .age_inner .age_btn .icon-arrow {
    font-size: 4rem;
  }
  html .age_inner .age_box {
    display: block;
    margin-bottom: 0px;
  }
  html .age_inner .age_box .item {
    width: 100%;
    position: relative;
    padding-bottom: 54px;
  }
  html .age_inner .age_box .item figure {
    position: relative;
    left: -32px;
    width: calc(100% + 32px);
  }
  html .age_inner .age_box .item figure img {
    width: 100%;
    border-radius: 0 10px 10px 0;
  }
  html .age_inner .age_box .item .text {
    padding: 0 16px;
  }
  html .age_inner .age_box .item .text h3 {
    text-align: center;
    padding: 20px 0;
  }
  html .age_inner .age_box .item .text h3 em {
    font-size: 2rem;
  }
  html .age_inner .age_box .item .text h3 small {
    font-size: 1.5rem;
  }
  html .age_inner .age_box .item .text p {
    padding-bottom: 16px;
  }
  html .age_inner .age_box .item .text .btn {
    position: static;
    margin: 0 auto;
    transform: translateX(0%);
  }
  html .age_inner .age_box .item:last-child {
    padding-bottom: 16px;
  }
}
html .banner_wrap {
  background: #faeee2;
}
html .banner_wrap .banner_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .banner_wrap .banner_inner .item {
  margin-top: -60px;
  width: calc((100% - 64px) / 3);
}
html .banner_wrap .banner_inner .item a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
html .banner_wrap .banner_inner .item a:hover figure img {
  filter: brightness(110%);
}
html .banner_wrap .banner_inner .item a:hover .text {
  filter: brightness(120%);
}
html .banner_wrap .banner_inner .item a:hover .text .icon-arrow {
  transform: translateX(10px);
}
html .banner_wrap .banner_inner .item figure {
  width: 46%;
}
html .banner_wrap .banner_inner .item figure img {
  transition: all 0.2s ease;
  object-fit: cover;
  width: 100%;
  height: 243px;
  border-radius: 10px;
}
html .banner_wrap .banner_inner .item .text {
  padding-left: 30px;
}
html .banner_wrap .banner_inner .item .text h3 {
  font-size: 2.3rem;
  padding-bottom: 10px;
}
html .banner_wrap .banner_inner .item .text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
html .banner_wrap .banner_inner .item .text .icon-arrow {
  display: block;
  line-height: 1;
  font-size: 6rem;
  color: #b19778;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  html .banner_wrap .banner_inner {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    display: block;
  }
  html .banner_wrap .banner_inner .item {
    margin-top: 0px;
    width: 100%;
  }
  html .banner_wrap .banner_inner .item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  html .banner_wrap .banner_inner .item a figure {
    width: 42%;
  }
  html .banner_wrap .banner_inner .item a figure img {
    object-fit: inherit;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  html .banner_wrap .banner_inner .item a .text {
    padding-left: 16px;
  }
  html .banner_wrap .banner_inner .item a .text h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .banner_wrap .banner_inner .item a .text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  html .banner_wrap .banner_inner .item a .text .icon-arrow {
    font-size: 5rem;
  }
  html .banner_wrap .banner_inner .item + .item {
    margin-top: 16px;
  }
}
html .info {
  width: 100%;
  background: #faeee2;
}
html .info .info_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
html .info .info_inner .info_box {
  width: calc((100% - 32px) / 2);
  background: #fff;
  padding: 5%;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}
html .info .info_inner .info_box .sect_ttl02 {
  padding-bottom: 50px;
}
html .info .info_inner .info_box .sect_ttl02 small {
  display: block;
  font-family: "Golden Plains", sans-serif;
  color: #ff9213;
  line-height: 1;
  font-size: 2.3rem;
}
html .info .info_inner .info_box .sect_ttl02 h2 {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
}
html .info .info_inner .info_box .tolist {
  position: absolute;
  right: 6%;
  top: 80px;
  line-height: 1;
  padding-bottom: 10px;
  width: 110px;
  display: block;
  text-align: center;
}
html .info .info_inner .info_box .tolist span {
  font-size: 1.4rem;
  transition: all 0.2s ease;
  position: relative;
  top: 14px;
}
html .info .info_inner .info_box .tolist .icon-long_arrow {
  transition: all 0.2s ease;
  font-size: 5rem;
  display: block;
  line-height: 1;
}
html .info .info_inner .info_box .tolist:hover span {
  color: #ff9213;
}
html .info .info_inner .info_box .tolist:hover .icon-long_arrow {
  color: #ff9213;
}
html .info .info_inner .info_box .scroll_list {
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  max-height: 525px;
}
html .info .info_inner .info_box .scroll_list .item {
  padding: 20px 0;
  border-bottom: 1px dotted #5f472b;
}
html .info .info_inner .info_box .scroll_list .item em {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
}
html .info .info_inner .info_box .scroll_list .item p {
  font-size: 1.4rem;
  line-height: 1.6;
}
html .info .info_inner .info_box .scroll_list .item p a {
  text-decoration: underline;
}
html .info .info_inner .info_box .scroll_list .item p a:hover {
  color: #ff9213;
}
@media screen and (max-width: 768px) {
  html .info {
    width: 100%;
  }
  html .info .info_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 16px 16px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  html .info .info_inner .info_box {
    width: 100%;
    background: #fff;
    padding: 32px 16px 16px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
  }
  html .info .info_inner .info_box .sect_ttl02 {
    padding-bottom: 32px;
    text-align: center;
  }
  html .info .info_inner .info_box .sect_ttl02 small {
    font-size: 2rem;
    padding-bottom: 8px;
  }
  html .info .info_inner .info_box .sect_ttl02 h2 {
    font-size: 2.8rem;
  }
  html .info .info_inner .info_box .tolist {
    position: static;
    margin: 0 auto;
  }
  html .info .info_inner .info_box .scroll_list {
    width: 100%;
    max-height: 378px;
  }
  html .info .info_inner .info_box .scroll_list .item {
    padding: 16px 0;
    border-bottom: 1px dotted #5f472b;
  }
  html .info .info_inner .info_box .scroll_list .item em {
    font-size: 1.4rem;
  }
  html .info .info_inner .info_box .scroll_list .item p {
    font-size: 1.3rem;
  }
}
html .Calendar {
  width: 100%;
  background: #faeee2;
  overflow: hidden;
}
html .Calendar .calendar_inner {
  width: 100%;
  max-width: 1400px;
  padding: 32px 80px 64px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .Calendar .calendar_inner .calendar_wrap {
  width: 100%;
  padding: 5%;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
html .Calendar .calendar_inner .sect_ttl02 {
  padding-bottom: 50px;
}
html .Calendar .calendar_inner .sect_ttl02 small {
  display: block;
  font-family: "Golden Plains", sans-serif;
  color: #ff9213;
  line-height: 1;
  font-size: 2.3rem;
}
html .Calendar .calendar_inner .sect_ttl02 h2 {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
}
html .Calendar .calendar_inner .calendarBox {
  display: flex;
  justify-content: space-between;
}
html .Calendar .calendar_inner .calendarBox .month {
  width: calc((100% - 52px) / 2);
}
html .Calendar .calendar_inner .calendarBox .month em {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
html .Calendar .calendar_inner .calendarBox .month table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  font-size: 1.5rem;
}
html .Calendar .calendar_inner .calendarBox .month table thead th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td {
  height: 72px;
  vertical-align: top;
  text-align: center;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin: 8px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #5f472b;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  background: #f5f1eb;
  border-radius: 50%;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.close span {
  background: #e2baba;
  color: #fff;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.close span:before {
  content: "休診日";
  color: #e2baba;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.am_close span {
  background: #d5ccc5;
  color: #fff;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.am_close span:before {
  content: "午前休";
  color: #5f472b;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.pm_close span {
  background: #bdada3;
  color: #fff;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.pm_close span:before {
  content: "午後休";
  color: #5f472b;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.other span {
  background: #dbdbdb;
  color: #fff;
}
html .Calendar .calendar_inner .calendarBox .month table tbody td.other span:before {
  content: "その他";
  color: #5f472b;
}
html .Calendar .calendar_inner .jap_bnr {
  width: 564px;
  max-width: 100%;
  height: auto;
  background: #fff;
  margin: 64px auto 0;
  color: #000;
  padding: 32px;
  border: 1px solid #b19778;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
html .Calendar .calendar_inner .jap_bnr .icon-long_arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  font-size: 4rem;
  transform: translateY(-50%);
}
html .Calendar .calendar_inner .jap_bnr .icon-long_arrow:before {
  color: #b19778;
}
html .Calendar .calendar_inner .jap_bnr:hover {
  border-color: #ff9213;
}
html .Calendar .calendar_inner .jap_bnr:hover .icon-long_arrow:before {
  color: #ff9213 !important;
}
@media screen and (max-width: 768px) {
  html .Calendar {
    width: 100%;
    background: #faeee2;
  }
  html .Calendar .calendar_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  html .Calendar .calendar_inner .calendar_wrap {
    width: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
  }
  html .Calendar .calendar_inner .sect_ttl02 {
    padding-bottom: 30px;
    text-align: center;
  }
  html .Calendar .calendar_inner .sect_ttl02 small {
    font-size: 2rem;
    padding-bottom: 8px;
  }
  html .Calendar .calendar_inner .sect_ttl02 h2 {
    font-size: 2.8rem;
  }
  html .Calendar .calendar_inner .calendarBox {
    display: block;
  }
  html .Calendar .calendar_inner .calendarBox .month {
    width: 100%;
  }
  html .Calendar .calendar_inner .calendarBox .month em {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html .Calendar .calendar_inner .calendarBox .month table {
    font-size: 1.2rem;
  }
  html .Calendar .calendar_inner .calendarBox .month table thead th {
    height: 30px;
    font-size: 1.1rem;
  }
  html .Calendar .calendar_inner .calendarBox .month table tbody td {
    height: 60px;
    vertical-align: top;
    text-align: center;
  }
  html .Calendar .calendar_inner .calendarBox .month table tbody td span {
    width: 36px;
    height: 36px;
    margin: 8px auto;
    font-size: 1.5rem;
  }
  html .Calendar .calendar_inner .calendarBox .month + .month {
    margin-top: 32px;
  }
  html .Calendar .calendar_inner .jap_bnr {
    width: calc(100% - 32px);
    max-width: 100%;
    height: auto;
    margin: 16px;
    padding: 26px;
    border-radius: 10px;
    position: relative;
  }
  html .Calendar .calendar_inner .jap_bnr .icon-long_arrow {
    right: 10px;
    font-size: 2rem;
  }
}
html footer {
  position: relative;
}
html footer .access_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
html footer .access_wrap .googlemap {
  width: 66%;
  height: 670px;
  position: relative;
}
html footer .access_wrap .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html footer .access_wrap .access {
  width: 34%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .access_wrap .access .sect_ttl02 {
  padding-bottom: 20px;
}
html footer .access_wrap .access .sect_ttl02 small {
  display: block;
  font-family: "Golden Plains", sans-serif;
  font-size: 2.3rem;
}
html footer .access_wrap .access .sect_ttl02 h2 {
  display: block;
  font-size: 3.6rem;
}
html footer .access_wrap .access address {
  font-size: 1.4rem;
}
html footer .access_wrap .access .train {
  padding: 20px 0;
}
html footer .access_wrap .access .train .icon-train {
  font-size: 5rem;
}
html footer .access_wrap .access .train small {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
}
html footer .access_wrap .access p {
  text-align: center;
}
html footer .footer_content {
  background: #ff9213;
}
html footer .footer_content .footer_inner {
  width: 100%;
  max-width: 1400px;
  padding: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html footer .footer_content .logo_box .seo {
  color: #fff;
  font-size: 1rem;
}
html footer .footer_content .logo_box .logo {
  display: block;
}
html footer .footer_content .logo_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
html footer .footer_content .logo_box ul li {
  width: 110px;
  height: 22px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #ff9213;
}
html footer .footer_content .logo_box address {
  color: #fff;
  font-size: 1.4rem;
}
html footer .footer_content .logo_box .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin: 20px 0 30px;
}
html footer .footer_content .logo_box .tel .icon-tel {
  font-size: 2.8rem;
  position: relative;
  top: 3px;
}
html footer .footer_content .logo_box .tel span {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
html footer .footer_content .logo_box .btn {
  background: #fff;
}
html footer .footer_content .logo_box .btn span {
  color: #ff9213;
}
html footer .footer_content .logo_box .btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
html footer .footer_content .time_box {
  width: 600px;
}
html footer .footer_content .time_box .time {
  table-layout: fixed;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
html footer .footer_content .time_box .time thead {
  border-top: 1px solid #fff;
}
html footer .footer_content .time_box .time thead tr th {
  font-size: 1.3rem;
  font-weight: normal;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
html footer .footer_content .time_box .time thead tr th:nth-child(1) {
  width: 24%;
}
html footer .footer_content .time_box .time tbody {
  border-bottom: 1px solid #fff;
}
html footer .footer_content .time_box .time tbody tr th {
  font-size: 1.5rem;
  height: 58px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
html footer .footer_content .time_box .time tbody tr td {
  font-size: 1.5rem;
  height: 58px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
html footer .footer_content .time_box .time_text {
  padding-top: 20px;
}
html footer .footer_content .time_box .time_text dl {
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
  color: #fff;
}
html footer .footer_content .time_box .time_text dl dt {
  width: 80px;
  text-align: right;
  margin-right: 1em;
  box-sizing: border-box;
}
html footer .footer_content .time_box .time_text dl dd {
  width: 300px;
}
html footer .sitemap {
  width: 100%;
  background: #87725a;
}
html footer .sitemap .sitemap_inner {
  width: 100%;
  max-width: 1400px;
  padding: 80px 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
html footer .sitemap .sitemap_inner dl dt {
  font-weight: 500;
  padding-bottom: 10px;
}
html footer .sitemap .sitemap_inner dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
html footer .sitemap .sitemap_inner dl dd ul li {
  padding: 8px 0;
}
html footer .sitemap .sitemap_inner dl dd ul li.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
}
html footer .sitemap .sitemap_inner dl dd ul li.flex > a {
  width: 100%;
}
html footer .sitemap .sitemap_inner dl dd ul li a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
}
html footer .sitemap .sitemap_inner dl dd ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
html footer .sitemap .sitemap_inner dl dd ul li ol {
  padding-top: 10px;
}
html footer .sitemap .sitemap_inner dl dd ul li ol li {
  padding-left: 1em;
}
html footer .sitemap .sitemap_inner dl dd ul li ol li a {
  padding-left: 10px;
  position: relative;
}
html footer .sitemap .sitemap_inner dl dd ul li ol li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #fff;
}
html footer .sitemap .sitemap_inner dl + dl {
  margin-left: 40px;
}
html footer .sitemap .copyright {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  html footer {
    position: relative;
  }
  html footer .access_wrap {
    width: 100%;
    display: block;
  }
  html footer .access_wrap .googlemap {
    width: 100%;
    height: 430px;
  }
  html footer .access_wrap .access {
    width: 100%;
    padding: 30px 0;
    display: block;
  }
  html footer .access_wrap .access .sect_ttl02 {
    padding-bottom: 10px;
  }
  html footer .access_wrap .access .sect_ttl02 small {
    font-size: 2rem;
  }
  html footer .access_wrap .access .sect_ttl02 h2 {
    font-size: 2.8rem;
  }
  html footer .access_wrap .access address {
    font-size: 1.2rem;
  }
  html footer .access_wrap .access .train {
    padding: 20px 0;
  }
  html footer .access_wrap .access .train .icon-train {
    font-size: 4rem;
  }
  html footer .access_wrap .access p {
    text-align: center;
    font-size: 1.35rem;
  }
  html footer .footer_content .footer_inner {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  html footer .footer_content .logo_box {
    text-align: center;
  }
  html footer .footer_content .logo_box .seo {
    text-align: center;
  }
  html footer .footer_content .logo_box .logo {
    display: block;
    max-width: 298px;
    margin: 0 auto;
  }
  html footer .footer_content .logo_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
  }
  html footer .footer_content .logo_box ul li {
    width: 80px;
    height: 22px;
    border-radius: 4px;
    font-size: 1rem;
  }
  html footer .footer_content .logo_box address {
    font-size: 1.3rem;
  }
  html footer .footer_content .logo_box .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 10px 0 20px;
  }
  html footer .footer_content .logo_box .tel .icon-tel {
    font-size: 2.2rem;
    position: relative;
    top: 2px;
  }
  html footer .footer_content .logo_box .tel span {
    font-size: 2.5rem;
  }
  html footer .footer_content .logo_box .btn {
    margin: 0 auto;
  }
  html footer .footer_content .time_box {
    width: 100%;
    padding-top: 40px;
  }
  html footer .footer_content .time_box .time thead tr th {
    font-size: 1.2rem;
    height: 20px;
  }
  html footer .footer_content .time_box .time thead tr th:nth-child(1) {
    width: 90px;
  }
  html footer .footer_content .time_box .time tbody tr th {
    font-size: 1.3rem;
    height: 48px;
  }
  html footer .footer_content .time_box .time tbody tr td {
    font-size: 1.2rem;
    height: 48px;
  }
  html footer .footer_content .time_box .time_text {
    padding-top: 10px;
  }
  html footer .footer_content .time_box .time_text dl {
    display: flex;
    justify-content: flex-start;
    font-size: 1rem;
    color: #fff;
  }
  html footer .footer_content .time_box .time_text dl dt {
    width: 74px;
    text-align: right;
    padding-right: 1em;
    margin-right: 0;
    box-sizing: border-box;
  }
  html footer .footer_content .time_box .time_text dl dd {
    width: calc(100% - 74px);
  }
  html footer .sitemap .sitemap_inner {
    max-width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    display: block;
  }
  html footer .sitemap .sitemap_inner dl dt {
    font-weight: 500;
    padding-bottom: 10px;
  }
  html footer .sitemap .sitemap_inner dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  html footer .sitemap .sitemap_inner dl dd ul {
    width: 50%;
  }
  html footer .sitemap .sitemap_inner dl dd ul li {
    padding: 4px 0;
  }
  html footer .sitemap .sitemap_inner dl dd ul li.flex {
    display: block;
  }
  html footer .sitemap .sitemap_inner dl dd ul li a {
    font-size: 1.1rem;
  }
  html footer .sitemap .sitemap_inner dl dd ul li ol {
    width: 100%;
    padding-top: 10px;
  }
  html footer .sitemap .sitemap_inner dl dd ul li ol li {
    padding-left: 1em;
  }
  html footer .sitemap .sitemap_inner dl dd ul li ol li a {
    padding-left: 10px;
    position: relative;
  }
  html footer .sitemap .sitemap_inner dl dd ul li ol li a:before {
    top: 9px;
    width: 2px;
    height: 2px;
  }
  html footer .sitemap .sitemap_inner dl:nth-child(2) {
    margin-top: 32px;
    margin-left: 0;
  }
  html footer .sitemap .sitemap_inner dl:nth-child(2) dd {
    display: block;
  }
  html footer .sitemap .sitemap_inner dl:nth-child(2) dd ul {
    width: 100%;
  }
  html footer .sitemap .sitemap_inner dl:nth-child(2) dd ul + ul {
    margin-top: 1em;
  }
  html footer .sitemap .copyright {
    width: 100%;
    max-width: 1400px;
    padding: 0 0 120px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
html #fixed_footer.slide-open {
  width: 100%;
}
html #fixed_footer a {
  width: 25%;
  height: 94px;
  background: #5f472b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html #fixed_footer a.counseling {
  background: #f87d47;
}
html #fixed_footer a.reservation {
  background: #fc8b59;
}
html #fixed_footer a.contact {
  background: #d7a56a;
}
html #fixed_footer a i {
  position: relative;
  top: -10px;
}
html #fixed_footer a .icon-tel {
  font-size: 3rem;
}
html #fixed_footer a .icon-theeth {
  font-size: 3rem;
}
html #fixed_footer a .icon-calendar {
  font-size: 2.5rem;
}
html #fixed_footer a .icon-mail {
  font-size: 2.2rem;
}
html #fixed_footer a small {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
html .pageTop {
  position: fixed;
  right: 20px;
  bottom: -56px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 100;
}
html .pageTop.on {
  bottom: 20px;
}
html .pageTop a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  background: #5f472b;
  box-sizing: border-box;
}
html .pageTop a:hover {
  background: #ff631e;
}
html .pageTop a span {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  html .pageTop {
    position: fixed;
    right: 16px;
    bottom: 0px;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    z-index: 20;
  }
  html .pageTop.on {
    bottom: 110px;
  }
  html .pageTop a {
    width: 46px;
    height: 46px;
    font-size: 2rem;
  }
}
html #fixed_header {
  position: fixed;
  left: 0;
  top: -68px;
  z-index: 110;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}
html #fixed_header.on {
  top: 0;
}
html #fixed_header nav {
  position: relative;
  width: calc(100% - 450px);
}
html #fixed_header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
html #fixed_header nav ul > li {
  flex: auto;
}
html #fixed_header nav ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
html #fixed_header nav ul > li > a:hover {
  color: #ff631e;
}
html #fixed_header .header_inner {
  height: 40px;
  border-radius: 25px;
  background: #f9f9f9;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html #fixed_header .header_inner .telbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
html #fixed_header .header_inner .header_btns {
  padding-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_header .header_inner .header_btns li {
  width: 100px;
}
html #fixed_header .header_inner .header_btns li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f87d47;
}
html #fixed_header .header_inner .header_btns li a i {
  margin-right: 8px;
}
html #fixed_header .header_inner .header_btns li a span {
  font-size: 1.2rem;
}
html #fixed_header .header_inner .header_btns li:nth-child(1) a {
  border-radius: 20px 0 0 20px;
  background: #f87d47;
}
html #fixed_header .header_inner .header_btns li:nth-child(1) a .icon-theeth {
  font-size: 1.8rem;
}
html #fixed_header .header_inner .header_btns li:nth-child(2) a {
  background: #fc8b59;
}
html #fixed_header .header_inner .header_btns li:nth-child(2) a .icon-calendar {
  font-size: 1.8rem;
}
html #fixed_header .header_inner .header_btns li:nth-child(3) {
  width: 130px;
}
html #fixed_header .header_inner .header_btns li:nth-child(3) a {
  background: #d7a56a;
  border-radius: 0 20px 20px 0;
}
html #fixed_header .header_inner .header_btns li:nth-child(3) a .icon-mail {
  font-size: 1.4rem;
}
html #sp_menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  background: #ff9213;
}
html #sp_menu.slide-open {
  transform: translateX(0%);
}
html #sp_menu > ul {
  width: 100%;
  padding: 115px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
html #sp_menu > ul > li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
html #sp_menu > ul > li > a {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
html #sp_menu > ul > li .toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
}
html #sp_menu > ul > li .toggle:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 24px;
  width: 20px;
  height: 1px;
  background: #ff631e;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu > ul > li .toggle:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 24px;
  width: 20px;
  height: 1px;
  background: #ff631e;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu > ul > li .toggle.on {
  background: #ff631e;
}
html #sp_menu > ul > li .toggle.on:before {
  transform: rotate(45deg);
  background: #fff;
}
html #sp_menu > ul > li .toggle.on:after {
  transform: rotate(135deg);
  background: #fff;
}
html #sp_menu > ul > li ol {
  padding: 0;
  display: none;
}
html #sp_menu > ul > li ol li {
  border-bottom: 1px dotted #ff9213;
}
html #sp_menu > ul > li ol li > a {
  display: block;
  line-height: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.1);
}
html #sp_menu > ul > li ol li:last-child {
  margin-bottom: 0;
}
html .risk {
  width: 100%;
  max-width: 100%;
  padding: 65px 80px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
html .risk:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: 100% auto;
  z-index: 10;
}
html .risk .risk_inner {
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  box-sizing: border-box;
  max-height: 180px;
  position: relative;
  margin: 0 auto;
}
html .risk .risk_inner .risk_ttl {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
html .risk .risk_inner em {
  color: #5f472b;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
html .risk .risk_inner p {
  font-size: 1.2rem;
}
html .risk .risk_inner p ~ em {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  html .risk {
    width: 100%;
    padding: 32px 16px;
    position: relative;
  }
  html .risk .risk_inner {
    width: 100%;
    padding-right: 10px;
    max-height: 140px;
  }
  html .risk .risk_inner .risk_ttl {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  html .risk .risk_inner em {
    font-size: 1.2rem;
  }
  html .risk .risk_inner p {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=cmn_style.css.map */
