/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  min-width: 1200px;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    scroll-padding-top: 60px;
  }
}
html body {
  color: #002853;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3;
}
html a {
  color: #002853;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(120%);
}
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;
}
html .tel {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }
  html .tel {
    pointer-events: auto;
  }
}
@media screen and (max-width: 740px) {
  html body {
    min-width: 320px;
    font-size: 1.4rem;
  }
  html p {
    font-size: 1.4rem;
    line-height: 2;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  html {
    /*! PC /subpage ***************************************************/
  }
  html body {
    min-width: 1200px;
  }
  html .sp {
    display: none !important;
  }
}
html header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
html header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
html header .header_content h1 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 20px;
}
html header .header_content .cv_text {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 86px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html header .header_content .cv_text small {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
  padding-right: 18px;
}
html header .header_content .cv_text .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content .cv_text .tel {
  width: 240px;
  height: 86px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content .cv_text .tel .icon-tel {
  font-size: 2.2rem;
  padding-right: 5px;
}
html header .header_content .cv_text .tel span {
  position: relative;
  top: -2px;
  font-size: 2.8rem;
  font-weight: 500;
}
html header .header_content .cv_text .rsv {
  width: 240px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002853;
  color: #fff;
}
html header .header_content .cv_text .rsv .icon-mail {
  font-size: 2rem;
  padding-right: 8px;
  position: relative;
  top: 1px;
}
html header .header_content .cv_text .rsv span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  html header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.9);
  }
  html header .header_content {
    width: 100%;
    height: auto;
  }
  html header .header_content h1 {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: justify;
    background: #fff;
  }
  html header .header_content h1 img {
    width: auto;
    height: 44px;
  }
  html header .header_content .cv_text {
    display: none;
  }
}
html #slidemenuBtn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #053f7e;
}
html #slidemenuBtn.slide-open > span:before {
  width: 0;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span:after {
  width: 0;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span > span:before {
  transform: rotate(-35deg);
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span > span:after {
  transform: rotate(35deg);
  transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn > span {
  width: 26px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html #slidemenuBtn > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn > span > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  html #slidemenuBtn {
    width: 60px;
    height: 60px;
  }
}
html .title {
  width: calc(100% - 128px);
  margin-left: 128px;
  height: 100vh;
  max-height: 933px;
  min-height: 700px;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background: url("../img/title.jpg") no-repeat center center;
  background-size: cover;
}
html .title .text {
  position: absolute;
  right: 42px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  text-align: right;
}
html .title .text .blue {
  display: inline-block;
  background: #002853;
  color: #d3b789;
  font-size: 2.2rem;
  padding: 12px 15px;
  line-height: 1;
  letter-spacing: 2px;
}
html .title .text h2 em {
  margin-top: 15px;
  margin-left: auto;
  display: block;
  line-height: 1;
  padding: 18px 20px;
  width: fit-content;
  font-size: 4.5rem;
  font-weight: 600;
  background: #fff;
  text-align: right;
  letter-spacing: 0em;
}
html .title .text h2 em span {
  color: #ce4847;
}
html .title .text h2 em + em {
  letter-spacing: 0.06em;
}
html .title .text .circle {
  padding: 50px 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}
html .title .text .circle .item {
  width: 250px;
  height: 250px;
  background: #f9edda;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html .title .text .circle .item:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #d3b789;
}
html .title .text .circle .item p {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
html .title .text .circle .item p small {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 8px;
}
html .title .text .circle .item p em {
  display: block;
  font-size: 2.5rem;
  line-height: 1.33;
  letter-spacing: -0.06em;
}
html .title .text .circle .item + .item {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  html .title {
    width: 100%;
    margin: 60px 0 0;
    height: auto;
    max-height: none;
    min-height: 108vw;
    z-index: 10;
    display: block;
    background: #def6fc url("../img/title@sp.jpg") no-repeat top center;
    background-size: 100% auto;
  }
  html .title .text {
    position: static;
    padding-top: 60vw;
    width: 100%;
    text-align: left;
  }
  html .title .text .blue {
    font-size: 1.4rem;
    padding: 8px 12px;
    letter-spacing: 1px;
  }
  html .title .text h2 {
    text-align: left;
  }
  html .title .text h2 em {
    margin-top: 5px;
    margin-left: 0;
    padding: 10px 12px;
    font-size: 2.8rem;
  }
  html .title .text .circle {
    padding: 16px 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html .title .text .circle .item {
    width: 30vw;
    height: 30vw;
  }
  html .title .text .circle .item:before {
    left: -2px;
    top: -2px;
  }
  html .title .text .circle .item p small {
    font-size: 1rem;
    padding-bottom: 4px;
  }
  html .title .text .circle .item p em {
    display: block;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: -0.06em;
  }
  html .title .text .circle .item + .item {
    margin-left: 0;
  }
}
html .trouble {
  margin-top: -110px;
  width: 100%;
  background: #e9f8ff url("../img/trouble.jpg") no-repeat top center;
  background-size: auto 957px;
  padding: 200px 0 0;
  box-sizing: border-box;
  position: relative;
}
html .trouble .inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
html .trouble .inner h2 {
  font-weight: 400;
  padding-bottom: 50px;
}
html .trouble .inner h2 small {
  font-size: 4.6rem;
  display: block;
  font-weight: 600;
}
html .trouble .inner h2 em {
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}
html .trouble .inner h2 em span {
  position: relative;
  color: #ce4847;
}
html .trouble .inner h2 em span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background: #ce4847;
}
html .trouble .inner ol li {
  padding-left: 40px;
  position: relative;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 26px;
}
html .trouble .inner ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("../img/check.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
html .trouble .inner ol li span {
  color: #ce4847;
}
html .trouble .blue_line {
  width: 100%;
  height: 300px;
  mask-image: url("../img/curve.svg");
  mask-repeat: no-repeat;
  mask-position: 0 100%;
  mask-size: 100% 100%;
  position: relative;
}
html .trouble .blue_line img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
html .trouble .blue_line .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 10;
}
html .trouble .blue_line .text h3 {
  text-align: center;
  padding-bottom: 50px;
}
html .trouble .blue_line .text h3 small {
  display: block;
  font-size: 4.2rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 5px;
}
html .trouble .blue_line .text h3 em {
  font-size: 5.5rem;
  color: #fff;
}
html .trouble .blue_line .text h3 em span {
  color: #f9edda;
  border-bottom: 3px solid #f9edda;
}
@media screen and (max-width: 768px) {
  html .trouble {
    margin-top: 0px;
    width: 100%;
    background: #def6fc url("../img/trouble@sp.jpg") no-repeat bottom center;
    background-size: 100% auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  html .trouble .inner {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 70vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  html .trouble .inner h2 {
    padding-bottom: 40px;
    text-align: center;
  }
  html .trouble .inner h2 small {
    font-size: 2rem;
  }
  html .trouble .inner h2 em {
    font-size: 2.7rem;
    font-weight: 600;
  }
  html .trouble .inner h2 em span:before {
    bottom: 0px;
    height: 2px;
  }
  html .trouble .inner ol li {
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  html .trouble .inner ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
  }
  html .trouble .blue_line {
    width: 100%;
    height: 150px;
  }
  html .trouble .blue_line img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  html .trouble .blue_line .text h3 {
    text-align: center;
    padding-bottom: 30px;
  }
  html .trouble .blue_line .text h3 small {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  html .trouble .blue_line .text h3 em {
    font-size: 2.2rem;
  }
  html .trouble .blue_line .text h3 em span {
    color: #f9edda;
    border-bottom: 2px solid #f9edda;
  }
}
html .sect_ttl {
  padding: 100px 100px 30px;
}
html .sect_ttl small {
  display: block;
  font-size: 2.7rem;
}
html .sect_ttl em {
  display: block;
  font-size: 6rem;
  text-indent: -0.5em;
}
html .sect_ttl em span {
  color: #ce4847;
  letter-spacing: -0.06em;
}
html .sect_ttl + p {
  padding-left: 100px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.65;
  font-family: "Shippori Mincho", serif;
  letter-spacing: -0.06em;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    padding: 32px 16px 16px;
    text-align: center;
  }
  html .sect_ttl small {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  html .sect_ttl em {
    display: block;
    font-size: 3rem;
    text-indent: 0;
    line-height: 1.1;
  }
  html .sect_ttl em span {
    letter-spacing: -0.06em;
  }
  html .sect_ttl + p {
    padding: 0 16px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
html .feature {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
html .feature > .en {
  position: absolute;
  right: 50px;
  top: 100px;
  z-index: 10;
}
html .feature .feature_inner {
  padding: 0 100px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .feature .feature_inner .line {
  width: 100%;
  padding: 14px 18px;
  box-sizing: border-box;
  color: #ffedcf;
  font-size: 2.4rem;
  background: #002853;
  position: relative;
  margin-bottom: 46px;
}
html .feature .feature_inner .line:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ede2d0;
}
html .feature .diff_box {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
html .feature .diff_box .item {
  width: calc((100% - 36px) / 4);
}
html .feature .diff_box .item h4 {
  font-size: 2.1rem;
  text-align: center;
  padding: 20px 0 10px;
}
html .feature .diff_box .item p {
  padding: 0 15px;
  text-align: justify;
}
html .feature .wire_box {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
  margin-bottom: 80px;
}
html .feature .wire_box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #d3b789;
  box-sizing: border-box;
}
html .feature .wire_box h4 {
  font-size: 2.4rem;
  padding-bottom: 20px;
}
html .feature .diff_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 120px;
}
html .feature .diff_table .group01 {
  background: #fff;
}
html .feature .diff_table .group02 {
  background: #ffeded;
  color: #ce4847;
}
html .feature .diff_table .group03 {
  background: #ffffff;
}
html .feature .diff_table thead tr th:nth-child(1) {
  width: 200px;
}
html .feature .diff_table thead tr th:nth-child(2) {
  background: #ce4847;
  color: #fff;
}
html .feature .diff_table thead tr th:nth-child(3) {
  background: #002853;
  color: #fff;
  line-height: 1.3;
}
html .feature .diff_table thead tr th:nth-child(3) small {
  line-height: 1;
  display: block;
  font-size: 1.8rem;
}
html .feature .diff_table thead tr th {
  text-align: center;
  vertical-align: middle;
  height: 100px;
  font-size: 2.4rem;
}
html .feature .diff_table tbody tr th,
html .feature .diff_table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #002853;
  height: 120px;
}
html .feature .diff_table tbody tr th {
  font-size: 2.1rem;
  font-weight: 600;
}
html .feature .diff_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
html .feature .diff_table tbody tr td img {
  mix-blend-mode: multiply;
}
html .feature .diff_table tbody tr td span {
  display: block;
  line-height: 1.2;
  padding-top: 10px;
}
html .feature .diff_table tbody tr td p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
html .feature .diff_table tbody tr td p small {
  display: block;
  font-size: 1.2rem;
}
html .feature .diff_table tbody tr th + td {
  color: #ce4847;
}
html .feature .voice {
  margin-bottom: 90px;
}
html .feature .voice .item {
  width: fit-content;
  max-width: 75%;
  background: #f7fbfc;
  border-radius: 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
}
html .feature .voice .item p {
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  font-weight: 500;
  padding-left: 32px;
}
html .feature .voice .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
html .feature .voice .item:nth-child(2n) p {
  padding-right: 32px;
  padding-left: 0px;
}
html .feature .doctor {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 110px 0;
}
html .feature .doctor .en {
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 10;
}
html .feature .doctor figure {
  flex-shrink: 0;
}
html .feature .doctor .text {
  padding-left: 100px;
}
html .feature .doctor .text h4 {
  font-size: 2.9rem;
  padding-bottom: 30px;
}
html .feature .doctor .text h4 span {
  color: #ce4847;
}
html .feature .doctor .text p {
  line-height: 2;
}
html .feature .doctor .text p span {
  color: #ce4847;
}
html .feature .type_box .type {
  margin: 110px 0;
  width: 100%;
  padding: 0 125px 80px;
  box-sizing: border-box;
  border: 1px solid #d3b789;
  position: relative;
}
html .feature .type_box .type .num {
  position: relative;
  top: -33px;
  font-size: 5.8rem;
  line-height: 1;
  color: #d3b789;
  margin: 0 auto;
  width: 110px;
  background: #fff;
  text-align: center;
}
html .feature .type_box .type h4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
html .feature .type_box .type h4 span {
  display: block;
  line-height: 1;
  font-size: 2.6rem;
}
html .feature .type_box .type h4 em {
  display: block;
  font-size: 3.8rem;
  color: #ce4847;
}
html .feature .type_box .type p {
  padding: 0 0 50px;
}
html .feature .type_box .type .img_box {
  display: flex;
  justify-content: center;
}
html .feature .type_box .type .img_box figure {
  width: 250px;
  margin-right: 25px;
  margin-bottom: auto;
}
html .feature .type_box .type .img_box figure picture {
  display: block;
  position: relative;
}
html .feature .type_box .type .img_box figure picture:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 25px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: 12px 13px;
  transform: translateY(-50%);
}
html .feature .type_box .type .img_box figure figcaption {
  width: 100%;
  caption-side: bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
html .feature .type_box .type .img_box figure:last-child {
  margin-right: 0;
}
html .feature .type_box .type .img_box figure:last-child picture:before {
  content: none;
}
@media screen and (max-width: 768px) {
  html .feature {
    width: 100%;
  }
  html .feature > .en {
    right: 0;
    top: 50px;
  }
  html .feature > .en img {
    width: 100px;
  }
  html .feature .feature_inner {
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
  }
  html .feature .feature_inner .line {
    width: 100%;
    padding: 10px 14px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html .feature .diff_box {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  html .feature .diff_box .item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 32px;
  }
  html .feature .diff_box .item h4 {
    font-size: 1.8rem;
    padding: 10px 0 5px;
  }
  html .feature .diff_box .item p {
    padding: 0 10px;
  }
  html .feature .wire_box {
    padding: 22px;
    margin-bottom: 32px;
  }
  html .feature .wire_box:before {
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  html .feature .wire_box h4 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .feature .table-scroll {
    overflow-x: auto;
    margin-bottom: 32px;
  }
  html .feature .diff_table {
    width: auto;
    table-layout: fixed;
    margin-bottom: 0px;
    white-space: nowrap;
  }
  html .feature .diff_table thead tr th:nth-child(1) {
    width: 80px;
  }
  html .feature .diff_table thead tr th:nth-child(3) small {
    font-size: 1rem;
  }
  html .feature .diff_table thead tr th {
    height: 50px;
    font-size: 1.5rem;
  }
  html .feature .diff_table tbody tr th,
html .feature .diff_table tbody tr td {
    height: auto;
    padding: 10px;
  }
  html .feature .diff_table tbody tr th {
    font-size: 1.2rem;
  }
  html .feature .diff_table tbody tr td {
    font-size: 1.2rem;
  }
  html .feature .diff_table tbody tr td img {
    width: 20px;
  }
  html .feature .diff_table tbody tr td span {
    padding-top: 0;
  }
  html .feature .diff_table tbody tr td p {
    font-size: 1.4rem;
  }
  html .feature .diff_table tbody tr td p small {
    font-size: 1rem;
  }
  html .feature .diff_table tbody tr th + td {
    color: #ce4847;
  }
  html .feature .voice {
    margin-bottom: 40px;
  }
  html .feature .voice .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    display: block;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
  }
  html .feature .voice .item img {
    width: 80px;
  }
  html .feature .voice .item p {
    text-align: justify !important;
    padding: 0 !important;
  }
  html .feature .doctor {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
  }
  html .feature .doctor .en {
    position: absolute;
    right: auto;
    left: 16px;
    top: 86vw;
  }
  html .feature .doctor .en img {
    width: 368px;
    max-width: none;
  }
  html .feature .doctor figure {
    flex-shrink: 0;
  }
  html .feature .doctor .text {
    padding: 16px 0;
  }
  html .feature .doctor .text h4 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .feature .type_box .type {
    margin: 16px 0;
    padding: 0 16px 16px;
  }
  html .feature .type_box .type .num {
    position: relative;
    top: -14px;
    font-size: 2.8rem;
    width: 60px;
  }
  html .feature .type_box .type h4 {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  html .feature .type_box .type h4 span {
    font-size: 1.6rem;
  }
  html .feature .type_box .type h4 em {
    font-size: 2.4rem;
  }
  html .feature .type_box .type p {
    padding: 0 0 16px;
  }
  html .feature .type_box .type .img_box figure {
    width: auto;
    margin-right: 15px;
  }
  html .feature .type_box .type .img_box figure picture:before {
    width: 15px;
    height: 13px;
    background-size: 10px 10px;
    transform: translateY(-50%);
  }
  html .feature .type_box .type .img_box figure figcaption {
    padding-top: 5px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
html .reason {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 90px;
  padding-bottom: 1px;
  position: relative;
}
html .reason:before {
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  height: 100%;
  left: 100px;
  background: #f9f6f1;
  z-index: -1;
}
html .reason .en {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 10;
}
html .reason .sect_ttl {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}
html .reason .sect_ttl em {
  text-indent: 0;
}
html .reason .reason_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 150px 0;
  box-sizing: border-box;
}
html .reason .reason_box .text .num {
  font-size: 6rem;
  font-weight: 500;
  color: #d59a39;
  line-height: 0.8;
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
}
html .reason .reason_box .text .num:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 200px;
  height: 1px;
  background: #d59a39;
  transform: rotate(-45deg);
}
html .reason .reason_box .text h3 {
  font-size: 3.8rem;
  padding-bottom: 20px;
  width: fit-content;
  letter-spacing: -0.06em;
}
html .reason .reason_box .text h3 span {
  color: #ce4847;
}
html .reason .reason_box .text p {
  width: 400px;
  box-sizing: border-box;
  caption-side: bottom;
  letter-spacing: normal;
}
html .reason .reason_box .text p.wide {
  width: 100%;
}
html .reason .reason_box .text p small {
  display: block;
  font-size: 1.2rem;
}
html .reason .reason_box#reason01 {
  margin-top: 0;
}
html .reason .reason_box#reason01 figure {
  width: 50%;
  flex-shrink: 0;
  margin-right: 60px;
}
html .reason .reason_box#reason02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 100px;
  position: relative;
}
html .reason .reason_box#reason02 figure {
  width: 53%;
  flex-shrink: 0;
}
html .reason .reason_box#reason02 .text {
  position: absolute;
  left: 100px;
  top: 0;
  padding-left: 0;
  margin-bottom: -30px;
  z-index: 10;
}
html .reason .reason_box#reason02 .text h3 {
  white-space: nowrap;
}
html .reason .reason_box#reason02 .text p {
  width: 550px;
}
html .reason .reason_box#reason03 {
  align-items: center;
}
html .reason .reason_box#reason03 figure {
  width: 50%;
  flex-shrink: 0;
  margin-right: 60px;
}
html .reason .reason_box#reason04 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 100px;
  position: relative;
}
html .reason .reason_box#reason04 figure {
  width: 53%;
  flex-shrink: 0;
}
html .reason .reason_box#reason04 .text {
  position: absolute;
  left: 100px;
  top: 0;
  padding-left: 0;
  margin-bottom: -30px;
  z-index: 10;
}
html .reason .reason_box#reason04 .text h3 {
  white-space: nowrap;
}
html .reason .reason_box#reason04 .text p {
  width: 500px;
  box-sizing: border-box;
  caption-side: initial;
  display: block;
}
html .reason .reason_box#reason05 {
  align-items: center;
}
html .reason .reason_box#reason05 figure {
  width: 50%;
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  html .reason {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  html .reason:before {
    width: calc(100% - 32px);
    height: 100%;
    left: 16px;
  }
  html .reason .en {
    position: absolute;
    right: 0;
    top: 16px;
  }
  html .reason .en img {
    width: 100px;
  }
  html .reason .sect_ttl {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  html .reason .reason_box {
    display: block !important;
    margin: 0 0 52px !important;
    padding: 0 !important;
    position: relative;
  }
  html .reason .reason_box figure {
    width: 100% !important;
    padding: 0 32px;
    box-sizing: border-box;
  }
  html .reason .reason_box figure img {
    width: 100%;
  }
  html .reason .reason_box .text {
    position: static !important;
    display: block !important;
    margin: 0 !important;
  }
  html .reason .reason_box .text .num {
    position: absolute;
    left: 16px;
    top: -32px;
    font-size: 3rem;
    font-weight: 500;
    color: #d59a39;
    line-height: 0.8;
    width: 70px;
    height: 70px;
  }
  html .reason .reason_box .text .num:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 100px;
    height: 1px;
  }
  html .reason .reason_box .text h3 {
    font-size: 2rem;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    letter-spacing: -0.06em;
  }
  html .reason .reason_box .text h3 span {
    color: #ce4847;
  }
  html .reason .reason_box .text p {
    width: 100% !important;
    padding: 0 32px;
    box-sizing: border-box;
    caption-side: none;
    display: block;
  }
  html .reason .reason_box .text p small {
    display: block;
    font-size: 1rem;
  }
}
html .flow {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
html .flow .en {
  position: absolute;
  right: 50px;
  top: 100px;
  z-index: 10;
}
html .flow .sect_ttl {
  padding-left: 0;
  padding-bottom: 100px;
}
html .flow .sect_ttl em {
  text-indent: 0;
}
html .flow .flow_box {
  width: 100%;
  height: 2250px;
  position: relative;
}
html .flow .flow_box:before {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  width: 0;
  height: calc(100% - 500px);
  border-right: 4px dotted #002853;
}
html .flow .flow_box .item {
  width: 50%;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
}
html .flow .flow_box .item:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 56px;
  width: 50px;
  height: 0;
  border-top: 4px dotted #002853;
  z-index: -1;
}
html .flow .flow_box .item .num {
  position: absolute;
  right: -50px;
  top: 0;
  width: 100px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/hex.png") no-repeat 0 0;
  background-size: 100% 100%;
  color: #fef1dc;
  font-size: 4.3rem;
  font-weight: 400;
}
html .flow .flow_box .item figure {
  width: 100%;
}
html .flow .flow_box .item .text h3 {
  font-size: 2.6rem;
  padding: 15px 0 10px;
}
html .flow .flow_box .item:nth-child(2n) {
  padding-right: 0px;
  padding-left: 100px;
  margin-bottom: 0px;
  margin-left: 50%;
}
html .flow .flow_box .item:nth-child(2n):after {
  content: "";
  position: absolute;
  left: 50px;
  top: 56px;
  width: 50px;
  height: 0;
  border-top: 4px dotted #002853;
  z-index: -1;
}
html .flow .flow_box .item:nth-child(2n) .num {
  left: -50px;
  right: auto;
}
html .flow .flow_box #flow01 {
  position: absolute;
  left: 0;
  top: 0;
}
html .flow .flow_box #flow02 {
  position: absolute;
  right: 0;
  top: 330px;
}
html .flow .flow_box #flow03 {
  position: absolute;
  left: 0;
  top: 660px;
}
html .flow .flow_box #flow04 {
  position: absolute;
  right: 0;
  top: 990px;
}
html .flow .flow_box #flow05 {
  position: absolute;
  left: 0;
  top: 1320px;
}
html .flow .flow_box #flow06 {
  position: absolute;
  right: 0;
  top: 1650px;
}
@media screen and (max-width: 768px) {
  html .flow {
    width: 100%;
    max-width: 100%;
  }
  html .flow .en {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  html .flow .en img {
    width: 98px;
  }
  html .flow .sect_ttl {
    padding-left: 0;
    padding-bottom: 36px;
  }
  html .flow .sect_ttl em {
    text-indent: 0;
  }
  html .flow .flow_box {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    height: auto;
    position: relastive;
  }
  html .flow .flow_box:before {
    left: 34px;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px dotted #002853;
  }
  html .flow .flow_box .item {
    width: 100%;
    margin: 0 0 32px !important;
    padding: 0 0 0 54px !important;
    box-sizing: border-box;
    position: static !important;
  }
  html .flow .flow_box .item:after {
    right: auto !important;
    left: 0 !important;
    top: 28px !important;
    width: 54px !important;
    border-top: 2px dotted #002853 !important;
  }
  html .flow .flow_box .item .num {
    position: absolute;
    right: auto;
    left: -6px !important;
    top: 0;
    width: 50px;
    height: 57px;
    font-size: 2rem;
  }
  html .flow .flow_box .item figure {
    width: 100%;
  }
  html .flow .flow_box .item .text h3 {
    font-size: 1.8rem;
    padding: 10px 0 5px;
  }
  html .flow .flow_box .item:last-child {
    position: relative;
  }
  html .flow .flow_box .item:last-child:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background: #fff;
  }
}
html .price {
  width: 100%;
  background: #fafafa;
}
html .price .price_inner {
  width: 100%;
  padding: 100px;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .price .price_inner .en {
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 10;
}
html .price .price_inner .sect_ttl {
  padding: 30px 0 100px 0;
}
html .price .price_inner .sect_ttl em {
  text-indent: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .price .price_inner .sect_ttl em small {
  position: relative;
  top: 10px;
  font-size: 3.2rem;
}
html .price .price_inner .price_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  padding-left: 26px;
  line-height: 1.2;
  position: relative;
  margin: 60px 0 30px;
}
html .price .price_inner .price_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #d3b789;
}
html .price .price_inner .table_text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 60px;
}
html .price .price_inner .price .price01 {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
html .price .price_inner .price .price01 tbody {
  border: 2px solid #002853;
}
html .price .price_inner .price .price01 tbody tr th {
  width: 33%;
  background: #002853;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
}
html .price .price_inner .price .price01 tbody tr th small {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 5px;
}
html .price .price_inner .price .price01 tbody tr td {
  padding: 20px 25px;
  border-bottom: 2px dotted #002853;
  vertical-align: middle;
}
html .price .price_inner .price .price01 tbody tr td p {
  text-align: left;
  font-size: 1.8rem;
}
html .price .price_inner .price .price01 tbody tr td em {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
html .price .price_inner .price .price01 tbody tr td small {
  padding-top: 1em;
  display: block;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
html .price .price_inner .price .subbox {
  margin-bottom: 60px;
}
html .price .price_inner .price .subbox h3 {
  background: #002853;
  color: #ffedcf;
  font-size: 2.4rem;
  padding: 14px 0;
  text-align: center;
}
html .price .price_inner .price .subbox .subbox_inner {
  border: 2px solid #002853;
  text-align: center;
  padding: 65px 100px;
  background: #fff;
}
html .price .price_inner .price .subbox .subbox_inner h4 {
  font-size: 2.8rem;
  padding-bottom: 20px;
}
html .price .price_inner .price .subbox .subbox_inner dl {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
html .price .price_inner .price .subbox .subbox_inner dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  border: 1px solid #002853;
  background: #fafafa;
  box-sizing: border-box;
  font-size: 1.9rem;
}
html .price .price_inner .price .subbox .subbox_inner dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  border: 1px solid #002853;
  border-left: 0;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
html .price .price_inner .price .subbox .subbox_inner ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 1px solid #002853;
  height: 100px;
}
html .price .price_inner .price .subbox .subbox_inner ul li {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .price .price_inner .price .subbox .subbox_inner ul li span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
html .price .price_inner .price .subbox .subbox_inner ul li img {
  margin-left: 20px;
}
html .price .price_inner .price .subbox .subbox_inner ul li + li {
  border-left: 1px solid #002853;
}
@media screen and (max-width: 768px) {
  html .price .price_inner {
    width: 100%;
    padding: 16px 16px 32px;
    max-width: 100%;
    box-sizing: border-box;
  }
  html .price .price_inner .en {
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    text-align: center;
  }
  html .price .price_inner .en img {
    width: 172px;
  }
  html .price .price_inner .sect_ttl {
    padding: 30px 0 40px 0;
  }
  html .price .price_inner .sect_ttl em {
    display: block;
  }
  html .price .price_inner .sect_ttl em small {
    top: 3px;
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
  html .price .price_inner .price_ttl {
    font-size: 2rem;
    padding-left: 16px;
    margin: 32px 0 16px;
  }
  html .price .price_inner .price_ttl:before {
    width: 4px;
  }
  html .price .price_inner .table_text {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 32px;
  }
  html .price .price_inner .price .price01 {
    margin-bottom: 16px;
    display: block;
    width: 100%;
  }
  html .price .price_inner .price .price01 tbody {
    display: block;
    width: 100%;
  }
  html .price .price_inner .price .price01 tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  html .price .price_inner .price .price01 tbody tr th {
    display: block;
    width: 100%;
    padding: 5px 5px 10px;
    font-size: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
  }
  html .price .price_inner .price .price01 tbody tr th small {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 0;
  }
  html .price .price_inner .price .price01 tbody tr td {
    display: block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px dotted #002853;
  }
  html .price .price_inner .price .price01 tbody tr td p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  html .price .price_inner .price .price01 tbody tr td em {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  html .price .price_inner .price .price01 tbody tr:last-child td {
    border-bottom: 0;
  }
  html .price .price_inner .price .subbox {
    margin-bottom: 16px;
  }
  html .price .price_inner .price .subbox h3 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  html .price .price_inner .price .subbox .subbox_inner {
    padding: 16px;
  }
  html .price .price_inner .price .subbox .subbox_inner p {
    text-align: justify;
    line-height: 2;
  }
  html .price .price_inner .price .subbox .subbox_inner h4 {
    text-align: justify;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .price .price_inner .price .subbox .subbox_inner dl {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  html .price .price_inner .price .subbox .subbox_inner dl dt {
    width: 100%;
    height: auto;
    padding: 2px;
    font-size: 1.5rem;
  }
  html .price .price_inner .price .subbox .subbox_inner dl dd {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #002853;
    border-top: 0;
    font-size: 1.4rem;
  }
  html .price .price_inner .price .subbox .subbox_inner ul {
    margin-top: 16px;
    display: block;
    width: 100%;
    border: 1px solid #002853;
    height: auto;
  }
  html .price .price_inner .price .subbox .subbox_inner ul li {
    display: block;
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    border-bottom: 1px dotted #002853;
  }
  html .price .price_inner .price .subbox .subbox_inner ul li span {
    font-size: 1.4rem;
  }
  html .price .price_inner .price .subbox .subbox_inner ul li img {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
  }
  html .price .price_inner .price .subbox .subbox_inner ul li + li {
    border-left: 0;
  }
}
html .doctor_clinic {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .doctor_clinic .doctor_clinic_inner {
  padding-bottom: 60px;
}
html .doctor_clinic .doctor_clinic_inner .en {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 10;
}
html .doctor_clinic .doctor_clinic_inner .sect_ttl {
  position: relative;
  top: -40px;
  padding: 0;
}
html .doctor_clinic .doctor_clinic_inner .sect_ttl em {
  text-indent: 0;
}
html .doctor_clinic .doctor_clinic_inner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
html .doctor_clinic .doctor_clinic_inner .inner figure {
  width: 50%;
  max-width: 480px;
  flex-shrink: 0;
}
html .doctor_clinic .doctor_clinic_inner .inner .text {
  padding-left: 50px;
  padding-right: 2%;
}
html .doctor_clinic .doctor_clinic_inner .inner .text h3 {
  font-size: 3.5rem;
  line-height: 1.4;
  padding-bottom: 30px;
  white-space: nowrap;
}
html .doctor_clinic .doctor_clinic_inner .inner .text h3 span {
  color: #ce4847;
}
html .doctor_clinic .doctor_clinic_inner .inner .text p {
  line-height: 2;
  padding-bottom: 30px;
}
html .doctor_clinic .doctor_clinic_inner .inner .text p span {
  color: #ce4847;
}
html .doctor_clinic .doctor_clinic_inner .inner .text .name {
  line-height: 1.85;
}
html .doctor_clinic .doctor_clinic_inner .inner .text .name small {
  display: block;
  font-size: 1.8rem;
}
html .doctor_clinic .doctor_clinic_inner .inner .text .name em {
  display: block;
  font-size: 2.5rem;
}
html .doctor_clinic .doctor_clinic_inner .history {
  width: 100%;
}
html .doctor_clinic .doctor_clinic_inner .history dt {
  background: #002853;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 18px 26px;
}
html .doctor_clinic .doctor_clinic_inner .history dd {
  padding: 50px 30px;
  background: #fafafa;
}
html .doctor_clinic .doctor_clinic_inner .history dd > p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
}
html .doctor_clinic .doctor_clinic_inner .history dd ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
  padding-bottom: 8px;
}
html .doctor_clinic .doctor_clinic_inner .history dd ul li span {
  position: relative;
  top: 2px;
  font-size: 1.5rem;
  width: 70px;
  line-height: 2;
}
html .doctor_clinic .doctor_clinic_inner .history dd ul li p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
}
html .doctor_clinic .doctor_clinic_inner .history_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
html .doctor_clinic .doctor_clinic_inner .history_box > .history {
  width: calc(50% - 20px);
}
html .doctor_clinic .doctor_clinic_inner .history_box .history_box_inner {
  width: calc(50% - 20px);
}
html .doctor_clinic .doctor_clinic_inner .history_box .history_box_inner .history + .history {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  html .doctor_clinic {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  html .doctor_clinic .doctor_clinic_inner {
    padding-bottom: 0;
  }
  html .doctor_clinic .doctor_clinic_inner .en {
    position: absolute;
    right: 16px;
    top: -16px;
  }
  html .doctor_clinic .doctor_clinic_inner .en img {
    width: 98px;
  }
  html .doctor_clinic .doctor_clinic_inner .sect_ttl {
    position: relative;
    top: -36px;
    padding: 0;
    text-align: left;
  }
  html .doctor_clinic .doctor_clinic_inner .sect_ttl em {
    text-indent: 0;
  }
  html .doctor_clinic .doctor_clinic_inner .inner {
    display: block;
  }
  html .doctor_clinic .doctor_clinic_inner .inner figure {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    text-align: center;
  }
  html .doctor_clinic .doctor_clinic_inner .inner figure img {
    width: 70vw;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text {
    padding: 0 0 32px;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text h3 {
    font-size: 2rem;
    text-align: center;
    padding: 10px 0;
    white-space: normal;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text p {
    line-height: 2;
    padding-bottom: 20px;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text .name {
    line-height: 1.5;
    text-align: right;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text .name small {
    font-size: 1.2rem;
  }
  html .doctor_clinic .doctor_clinic_inner .inner .text .name em {
    font-size: 1.85rem;
  }
  html .doctor_clinic .doctor_clinic_inner .history {
    width: 100%;
  }
  html .doctor_clinic .doctor_clinic_inner .history dt {
    font-size: 1.8rem;
    padding: 10px 16px;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd {
    padding: 16px;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd > p {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd ul li {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 12px;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd ul li span {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    padding-bottom: 5px;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd ul li p {
    line-height: 1.65;
  }
  html .doctor_clinic .doctor_clinic_inner .history dd ul li:last-child {
    margin-bottom: 0;
  }
  html .doctor_clinic .doctor_clinic_inner .history_box {
    margin-top: 16px;
    display: block;
  }
  html .doctor_clinic .doctor_clinic_inner .history_box > .history {
    width: 100%;
  }
  html .doctor_clinic .doctor_clinic_inner .history_box .history_box_inner {
    width: 100%;
  }
  html .doctor_clinic .doctor_clinic_inner .history_box .history_box_inner .history {
    margin-top: 16px !important;
  }
}
html .access {
  width: 100%;
}
html .access .googlemap {
  width: 100%;
  height: 640px;
  position: relative;
}
html .access .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html .access .map_iamge {
  margin: 75px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .access .map_iamge img + img {
  margin-left: 5px;
}
html .access .tablebox {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html .access .tablebox .access_table {
  width: calc(50% - 20px);
}
html .access .tablebox .access_table tr th,
html .access .tablebox .access_table tr td {
  text-align: center;
  vertical-align: middle;
}
html .access .tablebox .access_table tr th {
  width: 150px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #002853;
  background: #0b3b6e;
}
html .access .tablebox .access_table tr td {
  border: 1px solid #002853;
  padding: 10px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
html .access .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  height: 100px;
  border-radius: 50px;
  background: #ce4847;
  margin: 75px auto;
  color: #fff;
  font-size: 2.5rem;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: relative;
  outline: solid 2px #ce4847;
}
html .access .btn span {
  margin-right: 15px;
}
html .access .btn .icon-open {
  font-size: 2rem;
}
html .access .clinic_images {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .access .clinic_images .box01 {
  width: 53.42%;
}
html .access .clinic_images .box01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html .access .clinic_images .box02 {
  width: 46.21%;
}
html .access .clinic_images .box02 .box02_inner {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
html .access .clinic_images .box02 .box02_inner img + img {
  margin-left: 5px;
}
html .access .clinic_images .box03 {
  width: 53.42%;
  margin-top: 5px;
}
html .access .clinic_images .box03 .box03_inner {
  width: 100%;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
html .access .clinic_images .box03 .box03_inner img {
  width: 43%;
}
html .access .clinic_images .box03 .box03_inner img + img {
  width: calc(57% - 5px);
}
html .access .clinic_images .box04 {
  margin-top: 5px;
  width: 46.21%;
}
html .access .clinic_images .box04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  html .access {
    width: 100%;
  }
  html .access .googlemap {
    width: 100%;
    height: 320px;
  }
  html .access .map_iamge {
    margin: 0;
    display: block;
    padding: 16px;
  }
  html .access .map_iamge img + img {
    margin-left: 0;
    margin-top: 16px;
  }
  html .access .tablebox {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
  }
  html .access .tablebox .access_table {
    width: 100%;
  }
  html .access .tablebox .access_table tr th {
    width: 80px;
    font-size: 1.3rem;
  }
  html .access .tablebox .access_table tr td {
    padding: 10px;
    font-size: 1.3rem;
  }
  html .access .tablebox .access_table + .access_table {
    margin-top: 16px;
  }
  html .access .btn {
    width: calc(100% - 32px);
    height: 80px;
    border-radius: 40px;
    margin: 32px auto;
    font-size: 1.75rem;
    border: 3px solid #fff;
    outline: solid 1px #ce4847;
    position: relative;
  }
  html .access .btn span {
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-right: 0;
  }
  html .access .btn .icon-open {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 1.3rem;
    transform: translateY(-50%);
  }
  html .access .clinic_images {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  html .access .clinic_images .box01 {
    width: 100%;
  }
  html .access .clinic_images .box01 img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
  html .access .clinic_images .box02 {
    margin-top: 2px;
    width: 100%;
  }
  html .access .clinic_images .box02 .box02_inner {
    padding-top: 2px;
    display: flex;
    justify-content: space-between;
  }
  html .access .clinic_images .box02 .box02_inner img {
    width: 49%;
  }
  html .access .clinic_images .box02 .box02_inner img + img {
    width: calc(51% - 2px);
    margin-left: 2px;
  }
  html .access .clinic_images .box03 {
    width: 100%;
    margin-top: 2px;
  }
  html .access .clinic_images .box03 .box03_inner {
    width: 100%;
    padding-top: 2px;
    display: flex;
    justify-content: space-between;
  }
  html .access .clinic_images .box03 .box03_inner img {
    width: 43%;
  }
  html .access .clinic_images .box03 .box03_inner img + img {
    width: calc(57% - 2px);
  }
  html .access .clinic_images .box04 {
    margin-top: 2px;
    width: 100%;
  }
  html .access .clinic_images .box04 img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
html #fixed_footer.on {
  bottom: 0;
}
html #fixed_footer a.wide {
  width: calc(50% - 50px);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
html #fixed_footer a.wide .btn_inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
html #fixed_footer a.wide .btn_inner small {
  display: block;
  line-height: 1;
  width: 100%;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
html #fixed_footer a.wide .btn_inner .icon-tel {
  position: relative;
  top: 4px;
  font-size: 3rem;
  margin-right: 10px;
  line-height: 1;
}
html #fixed_footer a.wide .btn_inner em {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 500;
}
html #fixed_footer a.wide .btn_inner p {
  padding-top: 5px;
  width: 100%;
  line-height: 1;
  font-size: 1.2rem;
}
html #fixed_footer a.wide.rsv {
  background: #002853;
  color: #fff;
  position: relative;
}
html #fixed_footer a.wide.rsv:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.5rem;
}
html #fixed_footer a.wide.rsv .icon-mail {
  position: relative;
  top: 2px;
  font-size: 3rem;
  padding-right: 20px;
}
html #fixed_footer a.wide.rsv span {
  font-size: 3.2rem;
}
html #fixed_footer .pageTop {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d3b789;
}
@media screen and (max-width: 768px) {
  html #fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  html #fixed_footer a.wide {
    width: calc(50% - 30px);
    height: 60px;
  }
  html #fixed_footer a.wide .btn_inner small {
    display: none;
  }
  html #fixed_footer a.wide .btn_inner .icon-tel {
    top: 2px;
    font-size: 5vw;
    margin-right: 5px;
  }
  html #fixed_footer a.wide .btn_inner em {
    line-height: 1;
    font-size: 5.4vw;
    font-weight: 500;
  }
  html #fixed_footer a.wide .btn_inner p {
    display: none;
  }
  html #fixed_footer a.wide.rsv:before {
    content: none;
  }
  html #fixed_footer a.wide.rsv .icon-mail {
    position: relative;
    top: 2px;
    font-size: 3.8vw;
    padding-right: 6px;
  }
  html #fixed_footer a.wide.rsv span {
    font-size: 3.8vw;
  }
  html #fixed_footer .pageTop {
    width: 60px;
    height: 60px;
  }
  html #fixed_footer .pageTop img {
    width: 16px;
  }
}
html footer {
  text-align: center;
  background: #f7f7f7;
  text-align: center;
  font-size: 1rem;
  line-height: 45px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html footer {
    line-height: 28px;
    padding-bottom: 60px;
  }
}
html #menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  padding: 8px;
  width: 326px;
  height: 100%;
  box-sizing: border-box;
  transform: translate(326px, 0);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 990;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: url("../img/menu_bg.jpg") no-repeat center center;
  background-size: cover;
}
html #menu.slide-open {
  transform: translate(0%, 0);
}
html #menu ul {
  width: 100%;
}
html #menu ul li:nth-child(1) {
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
html #menu ul li {
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}
html #menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
html #menu ul li a:hover {
  color: #ffedcf;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  html #menu {
    position: fixed;
    left: 0;
    top: 60px;
    padding: 8px;
    width: 100%;
    height: calc(100% - 60px);
    transform: translate(100%, 0);
  }
  html #menu.slide-open {
    transform: translate(0%, 0);
  }
  html #menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* 20240708追加*/

#case .case_dentalloan {
  padding: 20px 65px 65px;
}
#case .case_dentalloan .case_dentalloan_inner {
  background: #f9f6f1;
  text-align: center;
  padding: 50px;
}
#case .case_dentalloan .case_dentalloan_inner h4 {
  font-size: 2.7rem;
  padding-bottom: 10px;
}
#case .case_dentalloan .case_dentalloan_inner .dentalloan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ce4847;
  line-height: 1;
}
#case .case_dentalloan .case_dentalloan_inner .dentalloan .monthly {
  position: relative;
  top: 18px;
  margin-right: 18px;
  width: 84px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ce4847;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
#case .case_dentalloan .case_dentalloan_inner .dentalloan .num {
  font-size: 7.6rem;
  font-weight: 700;
}
#case .case_dentalloan .case_dentalloan_inner .dentalloan .yen {
  position: relative;
  top: 18px;
  font-size: 3.4rem;
  font-weight: 800;
  padding: 0 5px;
}
#case .case_dentalloan .case_dentalloan_inner .dentalloan .other {
  position: relative;
  top: 18px;
  font-size: 2rem;
  font-weight: 700;
}
#case .case_dentalloan .case_dentalloan_inner .total {
  width: fit-content;
  margin: 20px auto;
  padding: 0 140px;
  height: 40px;
  color: #ce4847;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#case .case_dentalloan .case_dentalloan_inner p {
  text-align: center;
  font-size: 1.4rem;
}


@media screen and (max-width: 768px) {

#case .case_dentalloan {
    padding: 0;
	margin-bottom: 30px;
  }
  #case .case_dentalloan .case_dentalloan_inner {
    padding: 16px;
  }
  #case .case_dentalloan .case_dentalloan_inner h4 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #case .case_dentalloan .case_dentalloan_inner .dentalloan .monthly {
    position: relative;
    top: 13px;
    margin-right: 8px;
    width: 40px;
    height: 20px;
    font-size: 1.1rem;
    font-weight: 800;
  }
  #case .case_dentalloan .case_dentalloan_inner .dentalloan .num {
    font-size: 3.6rem;
    font-size: 15vw;
  }
  #case .case_dentalloan .case_dentalloan_inner .dentalloan .yen {
    top: 12px;
    font-size: 2rem;
    padding: 0 2px;
  }
  #case .case_dentalloan .case_dentalloan_inner .dentalloan .other {
    top: 12px;
    font-size: 1rem;
    white-space: nowrap;
  }
  #case .case_dentalloan .case_dentalloan_inner .total {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    height: 30px;
    font-size: 1.2rem;
  }
  #case .case_dentalloan .case_dentalloan_inner p {
    text-align: justify;
    font-size: 1.2rem;
  }
}
