@charset "UTF-8";
html {
  --red: #e83816;
  --red02: #dc553c;
  --brown: #62130c;
  --black: #333333;
  --black: #111111;
  --green: #189100;
  --yellow: #fff600;
  --pink: #e27c86;
  --beige: #9a6a61;
  --gothic: YakuHanJP, "Noto Sans JP", sans-serif;
  --mincho: YakuHanMP, "Noto Serif JP", serif;
  --lato: "Lato", sans-serif;
  --en: "Cormorant Garamond", serif;
  --oswald: "Oswald", sans-serif;
  --Roboto: "Roboto Condensed", sans-serif;
  --icomoon: "icomoon";
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  font-feature-settings: "palt";
  min-width: 1200px;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
  }
}
html body {
  color: var(--black);
  font-family: var(--gothic);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
  position: relative;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-family: var(--mincho);
  font-weight: 600;
  line-height: 1.5;
}
html p {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: justify;
}
html a {
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.2s 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 .highlight {
  display: inline;
  background: linear-gradient(var(--yellow) 70%, var(--yellow) 0%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 30%;
  transition: background-size 1.5s;
}
html .highlight.active {
  background-size: 100% 30%;
}
@media screen and (max-width: 767px) {
  html .highlight {
    display: inline;
    background: linear-gradient(var(--yellow) 80%, var(--yellow) 0%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 20%;
    transition: background-size 1.5s;
  }
  html .highlight.active {
    background-size: 100% 20%;
  }
}
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;
  }
  html #wrap {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.5rem;
    position: relative;
  }
  html p {
    font-size: 1.5rem;
    line-height: 2;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  html body {
    min-width: 1200px;
  }
  html .sp {
    display: none !important;
  }
}
html header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
html header h1 {
  position: relative;
  padding: 25px;
}
html header h1 .seo {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
html header .tag {
  margin: 30px;
  width: 170px;
  height: 170px;
  border-radius: 10px;
  background: rgba(232, 56, 22, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  html header h1 {
    position: relative;
    padding: 12px;
  }
  html header h1 .seo {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  html header h1 img {
    width: 62vw;
    height: auto;
  }
  html header .tag {
    margin: 10px;
    width: 92px;
    height: 92px;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
}
html .red {
  color: var(--red);
}
html .red02 {
  color: var(--red02);
}
html .pink {
  color: var(--pink);
}
html .en {
  font-family: var(--en);
  font-size: 15rem;
  font-weight: 300;
}
html .title {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  min-height: 700px;
  background: url("../img/title.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html .title:before {
  content: "";
  width: 100%;
  height: 20%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 70%);
  position: absolute;
  bottom: 0;
  left: 0;
}
html .title p {
  margin-top: -120px;
  margin-left: 80px;
  font-size: min(3.5rem, 2.5vw);
  font-family: var(--mincho);
  line-height: 1.67;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 2em;
  text-indent: -2em;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
html .title .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  padding-bottom: 50px;
}
html .title .text h2 .red_bg {
  display: block;
  text-align: center;
  width: fit-content;
  font-size: min(6.5rem, 4.64vw);
  padding: 18px 40px;
  line-height: 1;
  background: rgba(232, 56, 22, 0.8);
  color: #fff;
  mix-blend-mode: darken;
}
html .title .text h2 .main_text {
  background: rgba(255, 255, 255, 0.9);
  font-size: min(6.42vw, 9rem);
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  padding: 30px 40px;
}
html .title .text h2 .main_text b {
  font-size: min(8.5vw, 12rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html .title {
    width: 100%;
    height: 157.3vw;
    max-height: initial;
    background: url("../img/title@sp.webp") no-repeat top center;
    background-size: 100% auto;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  html .title:before {
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 50%);
  }
  html .title p {
    font-size: 4vw;
    line-height: 1.6;
    padding: 0;
    text-indent: 0;
    margin: 0 0 55vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  html .title .text {
    padding-bottom: 0px;
    margin-bottom: -20px;
  }
  html .title .text h2 .red_bg {
    font-size: 2.8rem;
    padding: 8px 20px;
    mix-blend-mode: darken;
    margin: 10px auto;
  }
  html .title .text h2 .main_text {
    background: initial;
    font-size: 13vw;
    line-height: 1.25;
    padding: 0;
    text-align: center;
  }
  html .title .text h2 .main_text b {
    font-size: 1.3em;
    font-weight: 500;
  }
}
html .crown {
  width: 100%;
  padding: 50px 0 180px;
  position: relative;
}
html .crown:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/crown_bg.webp") no-repeat bottom center;
  background-size: 100% 100%;
}
html .crown .crown_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
html .crown .crown_inner .item {
  width: 290px;
  height: 200px;
  background: url("../img/svg/crown.svg") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
  color: var(--red);
}
html .crown .crown_inner .item > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--mincho);
  width: 165px;
  line-height: 1;
  padding-bottom: 10px;
  margin: 78px auto 0;
  border-bottom: 1px solid var(--red);
}
html .crown .crown_inner .item .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
html .crown .crown_inner .item .num em {
  display: inline-block;
  font-family: var(--Roboto);
  font-size: 8.6rem;
  font-weight: 600;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  margin-right: 5px;
  letter-spacing: -0.02em;
  font-kerning: none;
  font-feature-settings: "tnum" 1, "kern" 0;
}
html .crown .crown_inner .item .num em.narrow {
  letter-spacing: -0.06em;
}
html .crown .crown_inner .item .num small {
  position: absolute;
  left: 100%;
  bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--mincho);
}
html .crown .crown_inner .item .num ~ small {
  padding-top: 10px;
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  font-family: var(--mincho);
}
html .crown .sub_text {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: fit-content;
  margin: 60px auto 0;
  padding: 30px;
  border-radius: 10px;
}
html .crown .sub_text h3 {
  font-size: 2.6rem;
  color: var(--red);
}
html .crown .sub_text p {
  text-align: center;
  color: var(--red);
}
html .crown .textbox {
  width: 100%;
  max-width: 1000px;
  border: 1px solid var(--red);
  text-align: center;
  padding: 40px;
  color: var(--red);
  z-index: 1;
  position: relative;
  background: #fff;
  margin: 60px auto 0;
}
html .crown .textbox h3 {
  font-size: 3rem;
  font-weight: 600;
}
html .crown .textbox p {
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  html .crown {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px 60px;
  }
  html .crown:before {
    background: url("../img/crown_bg@sp.webp") no-repeat bottom center;
    background-size: 100% 100%;
  }
  html .crown .crown_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    position: relative;
  }
  html .crown .crown_inner .item {
    flex-shrink: 0;
    width: 40.8vw;
    height: 29.2vw;
    background: url("../img/svg/crown.svg") no-repeat center top;
    background-size: 40.8vw 29.2vw;
  }
  html .crown .crown_inner .item.sp_wide {
    width: 100%;
  }
  html .crown .crown_inner .item > span {
    display: block;
    font-size: 1.3rem;
    width: 100%;
    line-height: 1;
    padding-top: 11vw;
    padding-bottom: 0px;
    margin: 0;
    border-bottom: none;
  }
  html .crown .crown_inner .item .num em {
    text-indent: -10px;
    font-size: 5rem;
  }
  html .crown .crown_inner .item .num small {
    font-size: 1.4rem;
  }
  html .crown .crown_inner .item .num ~ small {
    padding-top: 10px;
    display: block;
    line-height: 1.5;
    font-size: 1rem;
    font-family: var(--mincho);
  }
  html .crown .sub_text {
    gap: 5px;
    margin: 30px auto 0;
    padding: 10px;
    border-radius: 10px;
  }
  html .crown .sub_text h3 {
    font-size: 2rem;
    color: var(--red);
  }
  html .crown .sub_text p {
    font-size: 1.5rem;
    text-align: left;
  }
  html .crown .textbox {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
  }
  html .crown .textbox h3 {
    font-size: 4.5vw;
  }
  html .crown .textbox p {
    padding-top: 10px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
}
html .point .upper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 80px;
  position: relative;
}
html .point .upper:before {
  content: "";
  width: 482px;
  height: 620px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/woman.webp") no-repeat 0 0;
  background-size: 100% auto;
}
html .point .upper .text {
  position: relative;
  z-index: 1;
}
html .point .upper .text h2 {
  padding-bottom: 50px;
}
html .point .upper .text h2 small {
  display: block;
  line-height: 1;
  font-size: 3.8rem;
}
html .point .upper .text h2 em {
  display: block;
  font-size: 6rem;
  letter-spacing: 0.1em;
}
html .point .lower {
  width: 100%;
  position: relative;
  z-index: 2;
}
html .point .lower figure {
  margin-top: -50px;
  width: 100%;
  height: 892px;
  background: url("../img/clinic_images.webp") repeat-x center center;
  background-size: auto 100%;
  text-align: center;
}
html .point .lower figure img {
  object-fit: contain;
  width: auto;
  height: 892px;
}
html .point .lower .en_ttl {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
html .point .lower .en_ttl em {
  display: block;
  line-height: 1;
  margin-left: -2em;
  color: #fffea3;
}
html .point .lower .en_ttl em ~ em {
  margin-left: 2em;
}
html .point .lower .text {
  position: relative;
  z-index: 1;
  width: calc(100% - 160px);
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 70px;
  box-sizing: border-box;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.1);
}
html .point .lower .text p {
  font-family: var(--mincho);
  font-size: clamp(2.5rem, 3.2rem, 1.8vw);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.06em;
}
html .point .lower .text p em {
  padding: 10px 0;
  display: block;
  font-weight: 600;
  font-size: clamp(3.3rem, 4.8rem, 2.7vw);
  color: var(--red);
}
@media screen and (max-width: 767px) {
  html .point .upper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
  }
  html .point .upper:before {
    content: "";
    width: 32.8vw;
    height: auto;
    aspect-ratio: 241/310;
    position: absolute;
    right: 50%;
    bottom: 0;
    background: url("../img/woman.webp") no-repeat 0 0;
    background-size: 100% auto;
    transform: translateX(50%);
  }
  html .point .upper .text {
    text-align: center;
  }
  html .point .upper .text h2 {
    padding-bottom: 20px;
  }
  html .point .upper .text h2 small {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .point .upper .text h2 em {
    font-size: 3rem;
    line-height: 1.25;
  }
  html .point .lower .en_ttl {
    display: none;
  }
  html .point .lower .text {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: initial;
    margin: 0px auto 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.1);
  }
  html .point .lower .text p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
  }
  html .point .lower .text p em {
    display: block;
    line-height: 1.5;
    font-size: 5.4vw;
    padding: 10px 0;
  }
  html .point .lower figure {
    margin-top: -10px;
    width: 100%;
    height: auto;
    aspect-ratio: 350/223;
    background: url("../img/clinic_images.webp") repeat-x center center;
    background-size: auto 100%;
    text-align: center;
  }
}
html .check {
  width: fit-content;
  padding-bottom: 80px;
}
html .check li {
  font-size: 2.2rem;
  position: relative;
  padding: 10px 10px 10px 40px;
  border-bottom: 1px dotted var(--black);
}
html .check li:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 5px;
  top: 24px;
  background: url("../img/svg/check.svg") no-repeat 0 0;
  background-size: 100% auto;
}
html .check li span {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  html .check {
    width: fit-content;
    padding-bottom: 36vw;
  }
  html .check li {
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 10px 10px 30px;
  }
  html .check li:before {
    content: "";
    width: 15px;
    height: 15px;
    left: 5px;
    top: 18px;
  }
}
html .case {
  margin-top: 0;
}
html .case .case_head {
  width: 100%;
  padding-right: 40px;
  padding-top: 100px;
  background: url("../img/case_bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
html .case .case_head .tag {
  position: absolute;
  top: 0px;
  left: 80px;
  font-family: var(--mincho);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px 25px 15px 60px;
  background: #fff;
  position: relative;
}
html .case .case_head .tag:before {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--red);
  position: absolute;
  left: 13px;
  top: 13px;
}
html .case .case_head .en {
  text-align: right;
  line-height: 1;
  color: rgba(184, 132, 122, 0.2);
  font-size: 20rem;
}
html .case .case_head p {
  font-size: 2.9rem;
  text-align: right;
  font-family: var(--mincho);
  font-weight: 600;
}
html .case .case_head p span {
  color: var(--red);
  position: relative;
}
html .case .case_head p span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
}
html .case .case_head h2 {
  position: relative;
  z-index: 1;
  top: 40px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: -50px;
}
html .case .case_head h2 span {
  display: block;
  font-size: 4.2rem;
  padding: 20px 30px;
  line-height: 1;
  background: #fff;
  width: fit-content;
  margin-left: auto;
}
html .case .case_body {
  width: 100%;
  position: relative;
  padding: 100px 0 60px;
  background: url("../img/case_bg02.webp") no-repeat center;
  background-size: cover;
}
html .case .case_body.bottom {
  padding-top: 160px;
  padding-bottom: 100px;
}
html .case .case_body.bottom .case_body_ttl .v_text {
  left: auto;
  right: 50px;
  top: 0;
}
html .case .case_body .case_body_ttl .v_text {
  display: block;
  position: absolute;
  left: 50px;
  top: -50px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  font-family: var(--mincho);
  font-size: 2.9rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
html .case .case_body .case_body_ttl h3 {
  font-size: 6rem;
  text-align: center;
  padding-bottom: 50px;
}
html .case .case_body .case_body_ttl h3 ~ p {
  text-align: center;
  padding-bottom: 65px;
}
html .case .case_body .case_body_inner {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}
html .case .case_body .case_body_inner .slick-list {
  padding-bottom: 10px !important;
}
html .case .case_body .case_body_inner .slick-dots {
  position: absolute;
  bottom: 0;
  height: 10px;
}
html .case .case_body .case_body_inner .slick-dots li {
  width: auto;
  height: 10px;
  margin: 0 10px;
  vertical-align: top;
}
html .case .case_body .case_body_inner .slick-dots li.slick-active button {
  background: var(--red);
}
html .case .case_body .case_body_inner .slick-dots button {
  width: 10px;
  height: 10px;
  background: #e2e2e2;
  border-radius: 50%;
  transition: all 0.2s ease;
}
html .case .case_body .case_body_inner .slick-dots button:before {
  content: none;
}
html .case .case_body .case_body_inner .slick-current .casebox:before {
  opacity: 1;
}
html .case .case_body .case_body_inner .slick-current .casebox:after {
  opacity: 1;
}
html .case .case_body .case_body_inner .casebox {
  width: 960px !important;
  box-sizing: border-box;
  padding: 46px 36px 36px;
  position: relative;
}
html .case .case_body .case_body_inner .casebox:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #f28d79;
  box-sizing: border-box;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease;
  opacity: 0;
}
html .case .case_body .case_body_inner .casebox:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #f28d79;
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.5s ease;
  opacity: 0;
}
html .case .case_body .case_body_inner .casebox h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
html .case .case_body .case_body_inner .casebox h4 .tag {
  width: 102px;
  height: 30px;
  border-radius: 15px;
  background: var(--red);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
}
html .case .case_body .case_body_inner .casebox h4 .tag b {
  font-size: 2rem;
}
html .case .case_body .case_body_inner .casebox .casebox_images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html .case .case_body .case_body_inner .casebox .casebox_images .icon-case_arrow {
  color: var(--red02);
  font-size: 3.8rem;
}
html .case .case_body .case_body_inner .casebox ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
html .case .case_body .case_body_inner .casebox ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
html .case .case_body .case_body_inner .casebox ul li em {
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid var(--red);
  width: 120px;
  text-align: center;
  color: var(--red);
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 0;
}
html .case .case_body .case_body_inner .casebox ul li span {
  line-height: 1.8;
  font-size: 1.6rem;
}
html .case .case_body .case_body_inner .casebox ul li p {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html .case {
    margin-top: 0px;
  }
  html .case .case_head {
    width: 100%;
    padding: 20px 20px 46vw;
    background: url("../img/case_bg@sp.webp") no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  html .case .case_head .tag {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.3rem;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
  }
  html .case .case_head .tag:before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 10px;
  }
  html .case .case_head .en {
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 9rem;
  }
  html .case .case_head p {
    font-size: 1.6rem;
    text-align: center;
  }
  html .case .case_head h2 {
    position: relative;
    z-index: 1;
    top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0;
  }
  html .case .case_head h2 span {
    display: block;
    font-size: 1.9rem;
    white-space: nowrap;
    padding: 10px 10px;
    margin: 0 auto !important;
  }
  html .case .case_body {
    width: 100%;
    position: relative;
    padding: 20px 0 60px;
    box-sizing: border-box;
    background: url("../img/case_bg02@sp.webp") no-repeat center;
    background-size: cover;
  }
  html .case .case_body.bottom {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  html .case .case_body.bottom .case_body_ttl .v_text {
    left: auto;
    right: auto;
    top: auto;
  }
  html .case .case_body .case_body_ttl .v_text {
    display: block;
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  html .case .case_body .case_body_ttl h3 {
    font-size: 4rem;
    text-align: center;
    padding-bottom: 20px;
  }
  html .case .case_body .case_body_ttl h3 ~ p {
    text-align: left;
    padding: 0 20px 25px;
  }
  html .case .case_body .case_body_inner {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  html .case .case_body .case_body_inner .slick-list {
    padding-top: 10px !important;
  }
  html .case .case_body .case_body_inner .slick-dots {
    position: absolute;
    bottom: 0;
    height: 10px;
  }
  html .case .case_body .case_body_inner .slick-dots li {
    margin: 0 10px;
  }
  html .case .case_body .case_body_inner .slick-current .casebox:before {
    opacity: 1;
  }
  html .case .case_body .case_body_inner .slick-current .casebox:after {
    opacity: 1;
  }
  html .case .case_body .case_body_inner .casebox {
    width: 85vw !important;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }
  html .case .case_body .case_body_inner .casebox:before {
    width: 100%;
    height: 100%;
  }
  html .case .case_body .case_body_inner .casebox:after {
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  html .case .case_body .case_body_inner .casebox h4 {
    display: block;
    gap: 0;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  html .case .case_body .case_body_inner .casebox h4 .tag {
    position: absolute;
    top: -10px;
    right: calc(50% - 40px);
    width: 80px;
    height: 20px;
    border-radius: 10px;
    gap: 2px;
    font-size: 1rem;
  }
  html .case .case_body .case_body_inner .casebox h4 .tag b {
    font-size: 1.2rem;
  }
  html .case .case_body .case_body_inner .casebox h4 em {
    font-size: 1.65rem;
  }
  html .case .case_body .case_body_inner .casebox .casebox_images {
    position: relative;
    gap: 0px;
  }
  html .case .case_body .case_body_inner .casebox .casebox_images .icon-case_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--red02);
    font-size: 2.8rem;
    transform: translate(-50%, -50%);
  }
  html .case .case_body .case_body_inner .casebox ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  html .case .case_body .case_body_inner .casebox ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  html .case .case_body .case_body_inner .casebox ul li em {
    width: 100px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 0;
  }
  html .case .case_body .case_body_inner .casebox ul li span {
    line-height: 1.3;
    font-size: 1.4rem;
  }
  html .case .case_body .case_body_inner .casebox ul li p {
    line-height: 1.8;
    font-size: 1.3rem;
  }
  html .case .case_body .case_body_inner .casebox ul li:last-child {
    flex-direction: column;
  }
}
html .Authority {
  background: url("../img/bg01.webp") repeat 0 0;
  background-size: 50px auto;
}
html .Authority .Authority_head {
  position: relative;
  width: 100%;
  height: 590px;
  background: url("../img/bg02.webp") no-repeat right bottom;
  background-size: 100% auto;
}
html .Authority .Authority_head .v_text {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
html .Authority .Authority_head .v_text .en {
  color: var(--beige);
  font-size: 20rem;
  line-height: 1;
}
html .Authority .Authority_head .v_text span {
  display: block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
  color: var(--beige);
  font-family: var(--mincho);
}
html .Authority .Authority_head h2 {
  padding: 60px;
  font-weight: 600;
}
html .Authority .Authority_head h2 small {
  display: block;
  font-size: 4.2rem;
}
html .Authority .Authority_head h2 em {
  font-size: 6.4rem;
}
html .Authority .Authority_head .tag_list {
  margin-left: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
}
html .Authority .Authority_head .tag_list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
html .Authority .Authority_head .tag_list dl dt {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(120deg, #e1b146 0%, #ffdc92 50%, #e5b64f 100%);
  background-image: -webkit-linear-gradient(120deg, #e1b146 0%, #ffdc92 50%, #e5b64f 100%);
  background-image: -ms-linear-gradient(120deg, #e1b146 0%, #ffdc92 50%, #e5b64f 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .Authority .Authority_head .tag_list dl dt:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 1px solid var(--black);
  box-sizing: border-box;
}
html .Authority .Authority_head .tag_list dl dt em {
  font-size: 2rem;
  font-family: var(--mincho);
  line-height: 1.5;
}
html .Authority .Authority_head .tag_list dl dd {
  font-family: var(--mincho);
}
html .Authority .Authority_head .tag_list dl dd small {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}
html .Authority .Authority_head .tag_list dl dd em {
  padding-top: 8px;
  display: block;
  line-height: 1;
  font-size: 3rem;
}
html .Authority .Authority_body {
  margin-top: -6vw;
  position: relative;
}
html .Authority .Authority_body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fbdddd;
  z-index: 0;
  clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
}
html .Authority .Authority_body .doctor {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
html .Authority .Authority_body .doctor figure {
  width: 42.8%;
  flex-shrink: 0;
}
html .Authority .Authority_body .doctor figure .name {
  padding-top: 30px;
  text-align: center;
  font-family: var(--mincho);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
}
html .Authority .Authority_body .doctor figure .name span {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
html .Authority .Authority_body .doctor figure .name small {
  font-size: 1.8rem;
}
html .Authority .Authority_body .doctor figure .name em {
  font-size: 3.6rem;
}
html .Authority .Authority_body .doctor .text {
  padding-right: 40px;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
html .Authority .Authority_body .doctor .text h3 small {
  display: block;
  font-size: 2.5rem;
  color: var(--brown);
}
html .Authority .Authority_body .doctor .text h3 em {
  display: block;
  line-height: 1;
  font-size: 5.4rem;
  color: var(--brown);
}
html .Authority .Authority_body .doctor .text ol li {
  padding-left: 16px;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.06em;
}
html .Authority .Authority_body .doctor .text ol li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--black);
}
html .Authority .Authority_body .doctor .text p {
  color: var(--brown);
}
html .Authority .Authority_body .doctor .text p span {
  font-weight: 600;
}
html .Authority .Authority_body .award {
  position: relative;
  z-index: 1;
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: 30px auto 0;
  padding: 20px;
  box-sizing: border-box;
  background: #fcf3f3;
}
html .Authority .Authority_Special {
  position: relative;
  background: #fbdddd;
  padding-top: 160px;
  padding-bottom: 220px;
}
html .Authority .Authority_Special .Special_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
html .Authority .Authority_Special .Special_inner .v_text {
  position: absolute;
  right: 60px;
  top: 60px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
html .Authority .Authority_Special .Special_inner .v_text h3 span {
  display: block;
  line-height: 1.5;
  font-size: 5.4rem;
  color: var(--brown);
}
html .Authority .Authority_Special .Special_inner .v_text h3 span ~ span {
  padding-top: 1em;
}
html .Authority .Authority_Special .Special_inner .v_text p {
  padding-right: 20px;
  padding-top: 100px;
  color: var(--brown);
  letter-spacing: 0.1em;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 390px;
  gap: 32px;
  position: relative;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .en {
  position: absolute;
  top: -110px;
  color: #b8847a;
  line-height: 1;
  mix-blend-mode: multiply;
  z-index: 1;
  left: 130px;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist {
  width: calc((100% - 32px) / 2);
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name {
  padding-top: 30px;
  text-align: center;
  font-family: var(--mincho);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name span {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name small {
  font-size: 1.8rem;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name em {
  font-size: 3.6rem;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl {
  width: fit-content;
  margin: 35px auto 0;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dt {
  width: fit-content;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.6rem;
  background: #f7e2e2;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd {
  padding-top: 24px;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd ol li {
  padding-left: 16px;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd ol li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--black);
}
html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist ~ .specialist {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html .Authority .Authority_head {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 5vw;
    background: url("../img/bg02@sp.webp") no-repeat right bottom;
    background-size: 100% auto;
  }
  html .Authority .Authority_head .v_text {
    position: relative;
    right: auto;
    top: -40px;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  html .Authority .Authority_head .v_text .en {
    display: block;
    text-align: center;
    font-size: 7.5rem;
    line-height: 1;
    padding-bottom: 10px;
  }
  html .Authority .Authority_head .v_text span {
    text-align: center;
    font-size: 1.5rem;
  }
  html .Authority .Authority_head h2 {
    padding: 0 20px;
  }
  html .Authority .Authority_head h2 small {
    font-size: 1.8rem;
    text-align: center;
  }
  html .Authority .Authority_head h2 em {
    font-size: min(3rem, 7.5vw);
    display: block;
    text-align: center;
    line-height: 1.5;
  }
  html .Authority .Authority_head .tag_list {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
  }
  html .Authority .Authority_head .tag_list dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  html .Authority .Authority_head .tag_list dl dt {
    width: 84px;
    height: 84px;
  }
  html .Authority .Authority_head .tag_list dl dt:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 80px;
    height: 80px;
  }
  html .Authority .Authority_head .tag_list dl dt em {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  html .Authority .Authority_head .tag_list dl dd small {
    font-size: 1.2rem;
  }
  html .Authority .Authority_head .tag_list dl dd em {
    padding-top: 8px;
    font-size: 2rem;
  }
  html .Authority .Authority_body {
    margin-top: -6vw;
    position: relative;
  }
  html .Authority .Authority_body:before {
    clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 100%);
  }
  html .Authority .Authority_body .doctor {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 31vw 20px 20px;
    gap: 20px;
  }
  html .Authority .Authority_body .doctor figure {
    width: 100%;
    flex-shrink: 0;
  }
  html .Authority .Authority_body .doctor figure .name {
    padding-top: 20px;
    text-align: center;
    font-family: var(--mincho);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1;
  }
  html .Authority .Authority_body .doctor figure .name span {
    white-space: nowrap;
    font-size: 1.5rem;
  }
  html .Authority .Authority_body .doctor figure .name small {
    font-size: 1.5rem;
  }
  html .Authority .Authority_body .doctor figure .name em {
    font-size: 2.5rem;
  }
  html .Authority .Authority_body .doctor .text {
    padding: 0;
    gap: 20px;
  }
  html .Authority .Authority_body .doctor .text h3 {
    position: absolute;
    left: 0;
    top: 15vw;
    width: 100%;
    text-align: center;
  }
  html .Authority .Authority_body .doctor .text h3 small {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  html .Authority .Authority_body .doctor .text h3 em {
    font-size: 3.3rem;
  }
  html .Authority .Authority_body .doctor .text ol li {
    padding-left: 14px;
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
  }
  html .Authority .Authority_body .doctor .text ol li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--black);
  }
  html .Authority .Authority_body .award {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: initial;
    margin: 10px auto 0;
    padding: 15px;
  }
  html .Authority .Authority_Special {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  html .Authority .Authority_Special .Special_inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  html .Authority .Authority_Special .Special_inner .v_text {
    position: static;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  html .Authority .Authority_Special .Special_inner .v_text h3 span {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 2.7rem;
  }
  html .Authority .Authority_Special .Special_inner .v_text h3 span ~ span {
    padding-top: 0;
  }
  html .Authority .Authority_Special .Special_inner .v_text p {
    padding: 20px;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    gap: 32px;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .en {
    position: absolute;
    right: 0px;
    top: -20px;
    left: auto;
    font-size: 7.5rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist {
    width: 100%;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist figure {
    padding-right: 16vw;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name {
    padding-top: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name span {
    font-size: 1.5rem;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name small {
    font-size: 1.5rem;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist .name em {
    font-size: 2.5rem;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl {
    width: fit-content;
    margin: 35px auto 0;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dt {
    font-size: 1.26rem;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd {
    padding-top: 14px;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd ol li {
    padding-left: 14px;
    font-size: 1.4rem;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist dl dd ol li:before {
    top: calc(50% - 1px);
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist ~ .specialist {
    margin-top: 40px;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist ~ .specialist figure {
    padding-right: 0;
    padding-left: 16vw;
  }
  html .Authority .Authority_Special .Special_inner .specialist_wrap .specialist ~ .specialist figure .name {
    text-align: left;
    justify-content: flex-start;
  }
}
html .Academy {
  background: url("../img/academy_bg.webp") no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
html .Academy .en {
  position: absolute;
  left: 50%;
  top: -150px;
  width: 1320px;
  z-index: 1;
  transform: translateX(-50%);
}
html .Academy .en span {
  font-size: 20rem;
  display: block;
  line-height: 1;
  color: rgba(184, 132, 122, 0.5);
}
html .Academy .en span ~ span {
  text-align: right;
}
html .Academy .Academy_inner {
  top: -20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 20vw;
  padding-bottom: 180px;
  box-sizing: border-box;
  position: relative;
}
html .Academy .Academy_inner h2 {
  position: absolute;
  left: 0;
  top: 110px;
  width: 20vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  font-size: 5.4rem;
}
html .Academy .Academy_inner figure {
  width: 100%;
}
html .Academy .Academy_inner figure img {
  width: 100%;
}
html .Academy .Academy_inner p {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  html .Academy {
    background: none;
  }
  html .Academy .en {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    z-index: 1;
    transform: translateX(0%);
  }
  html .Academy .en span {
    font-size: 6.4rem;
    text-align: center;
  }
  html .Academy .en span ~ span {
    text-align: center;
  }
  html .Academy .Academy_inner {
    top: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  html .Academy .Academy_inner figure {
    width: 100%;
  }
  html .Academy .Academy_inner figure img {
    width: 100%;
  }
  html .Academy .Academy_inner h2 {
    position: static;
    width: 100px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
    font-size: 2.3rem;
    line-height: 1.4;
  }
  html .Academy .Academy_inner p {
    width: calc(100% - 100px);
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
  }
}
html .solution {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .solution .en {
  position: absolute;
  right: 0;
  top: -130px;
  line-height: 1;
  font-size: 20rem;
  color: rgba(184, 132, 122, 0.3);
}
@media screen and (max-width: 1380px) {
  html .solution .en {
    top: -200px;
  }
}
html .solution h2 {
  position: absolute;
  left: 0;
  top: -50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
html .solution h2 span {
  width: fit-content;
  display: block;
  font-size: 4.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 30px 30px;
  background: var(--red02);
}
html .solution .solution_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 50px;
}
html .solution .solution_inner figure {
  width: 58%;
  flex-shrink: 0;
}
html .solution .solution_inner figure img {
  object-fit: cover;
  width: 100%;
  height: 606px;
}
html .solution .solution_inner .text {
  position: relative;
  z-index: 1;
  margin-right: -60px;
  padding-top: 60px;
}
html .solution .solution_inner .text h3 small {
  display: block;
  line-height: 1;
  font-size: 2.7rem;
  font-weight: 600;
  padding-bottom: 10px;
}
html .solution .solution_inner .text h3 em {
  white-space: nowrap;
  display: block;
  font-size: 5.4rem;
  color: var(--red);
}
html .solution .solution_inner .text p {
  padding-top: 10px;
}
html .solution .solution_list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1300xp;
  width: calc(100% - 100px);
  padding: 55px;
  background: #fff;
  box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.1);
  margin-top: -25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px 25px;
}
html .solution .solution_list .item {
  width: calc((100% - 50px) / 3);
}
html .solution .solution_list .item h4 {
  text-align: center;
  padding-bottom: 30px;
}
html .solution .solution_list .item h4 span {
  color: var(--red);
  font-weight: 600;
  font-size: 2rem;
}
html .solution .solution_list .item h4 em {
  font-size: 3rem;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}
html .solution .solution_list .item p {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  html .solution {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    position: relative;
  }
  html .solution .en {
    position: static;
    line-height: 1;
    font-size: 7.5rem;
    text-align: center;
  }
  html .solution h2 {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  html .solution h2 span {
    position: relative;
    z-index: 1;
    width: fit-content;
    display: block;
    font-size: 1.7rem;
    padding: 10px 15px;
    margin: 0 auto;
  }
  html .solution .solution_inner {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: -20px;
  }
  html .solution .solution_inner figure {
    width: 100%;
    flex-shrink: 0;
  }
  html .solution .solution_inner figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .solution .solution_inner .text {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 20px 0;
  }
  html .solution .solution_inner .text h3 {
    text-align: center;
  }
  html .solution .solution_inner .text h3 small {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .solution .solution_inner .text h3 em {
    font-size: 2.7rem;
  }
  html .solution .solution_inner .text p {
    padding-top: 10px;
  }
  html .solution .solution_list {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    max-width: none;
    width: calc(100% - 40px);
    padding: 20px 0 10px;
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  html .solution .solution_list .item {
    width: 100%;
  }
  html .solution .solution_list .item h4 {
    text-align: center;
    padding-bottom: 20px;
  }
  html .solution .solution_list .item h4 em {
    font-size: 2.3rem;
  }
  html .solution .solution_list .item figure {
    padding-right: 20px;
  }
  html .solution .solution_list .item figure img {
    width: 100%;
  }
  html .solution .solution_list .item p {
    padding: 20px 20px 0;
  }
  html .solution .solution_list .item:nth-child(2n) figure {
    padding-right: 0;
    padding-left: 20px;
  }
}
html .hex_block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  position: relative;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row-reverse;
}
html .hex_block:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 100px;
  width: 100vw;
  height: 100%;
  background: url("../img/pain_free_bg.webp") no-repeat 0 0;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  html .hex_block:before {
    left: 0;
  }
}
html .hex_block .en {
  position: absolute;
  right: 20px;
  top: -80px;
  line-height: 1;
  font-size: 20rem;
  color: rgba(184, 132, 122, 0.5);
  z-index: 1;
}
html .hex_block > figure {
  width: 61%;
  flex-shrink: 0;
}
html .hex_block > figure img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 635px;
}
html .hex_block .hex {
  width: 173px;
  height: 199px;
  background: url("../img/svg/hex.svg") no-repeat 0 0;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.5;
  font-family: var(--mincho);
  margin-bottom: 30px;
}
html .hex_block .text {
  padding-left: 50px;
  margin-right: -60px;
  z-index: 1;
}
html .hex_block .text h2 {
  padding-bottom: 30px;
}
html .hex_block .text h2 > span {
  font-weight: 600;
  display: block;
  font-size: 2.7rem;
  padding-bottom: 10px;
  white-space: nowrap;
}
html .hex_block .text h2 > em {
  font-weight: 600;
  display: block;
  font-size: 5.4rem;
  color: var(--pink);
  white-space: nowrap;
}
html .hex_block .text h2 > em small {
  font-size: 2.3rem;
}
html .hex_block .text p {
  font-weight: 500;
}
html .hex_block .text p small {
  display: block;
  font-size: 1.2rem;
}
html .hex_block .text ul {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
html .hex_block .text ul li {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
html .hex_block .text ul li:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 5px;
  top: 9px;
  background: url(../img/svg/check.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  html .hex_block.Equipment {
    margin-top: 250px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  html .hex_block.Equipment .en {
    right: auto;
    left: 20px;
    top: -130px;
  }
  html .hex_block.Equipment .text {
    width: 39%;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    margin-right: 0;
    margin-left: -70px;
    padding-bottom: 100px;
  }
  html .hex_block.Equipment .text .hex {
    margin-left: auto;
  }
  html .hex_block.Equipment .text h2 em {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  html .hex_block.Equipment .text p {
    text-align: right;
  }
  html .hex_block.Equipment .hex_block_inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
    padding: 55px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: -34px auto 0;
  }
  html .hex_block.Equipment .hex_block_inner .item {
    width: calc((100% - 32px) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 {
    text-align: center;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 span {
    font-size: 2.2rem;
    font-weight: 600;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 em {
    display: block;
    font-weight: 600;
    font-size: 3.3rem;
  }
  html .hex_block.Clinical_lab {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 50px;
  }
  html .hex_block.Clinical_lab:before {
    top: 350px;
    height: 590px;
  }
  html .hex_block.Clinical_lab .en {
    position: absolute;
    right: -50px;
    top: -50px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
  }
  html .hex_block.Clinical_lab .hex_ttl {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    padding-bottom: 40px;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 .sub_text01 {
    display: block;
    font-size: 2.7rem;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 em {
    font-size: 5.4rem;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 .sub_text02 {
    display: block;
    font-size: 3rem;
  }
  html .hex_block.Clinical_lab > figure {
    width: 100%;
  }
  html .hex_block.Clinical_lab > figure img {
    height: 630px;
  }
  html .hex_block.Clinical_lab .lab_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    margin-top: -111px;
  }
  html .hex_block.Clinical_lab .lab_inner .item {
    width: 268px;
  }
  html .hex_block.Clinical_lab .lab_inner .item figure {
    border-radius: 50%;
    box-sizing: border-box;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    border: 10px solid rgba(255, 151, 164, 0.5);
    margin: 0 auto;
  }
  html .hex_block.Clinical_lab .lab_inner .item h3 {
    text-align: center;
    color: var(--pink);
    font-size: 2.7rem;
    padding: 20px 0;
  }
  html .hex_block.opinion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  html .hex_block.opinion:before {
    content: none;
  }
  html .hex_block.opinion figure {
    width: 60%;
  }
  html .hex_block.opinion figure img {
    height: 635px;
  }
  html .hex_block.opinion .text {
    position: absolute;
    right: 0;
    top: -100px;
    width: 40%;
    padding: 0 30px 0 0;
    margin: 0;
  }
  html .hex_block.opinion .text .hex {
    position: relative;
    left: -200px;
  }
  html .hex_block.opinion .text h2 {
    text-align: right;
  }
  html .hex_block.opinion .text h2 em {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  html .hex_block.maintenance {
    justify-content: center;
  }
  html .hex_block.maintenance:before {
    content: none;
  }
  html .hex_block.maintenance figure {
    width: 58%;
  }
  html .hex_block.maintenance figure img {
    height: 727px;
  }
  html .hex_block.maintenance .text {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  html .hex_block {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  html .hex_block:before {
    content: none;
  }
  html .hex_block .en {
    position: absolute;
    right: 0px;
    width: 100%;
    top: 110px;
    text-align: center;
    font-size: 7.5rem;
  }
  html .hex_block > figure {
    width: 100%;
    flex-shrink: 0;
  }
  html .hex_block > figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .hex_block .hex {
    position: absolute;
    left: calc(50% - 50px);
    top: 0;
    width: 100px;
    height: 116px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  html .hex_block .text {
    padding: 20px 20px 80px;
    margin: 0px;
    box-sizing: border-box;
    background: url("../img/pain_free_bg@sp.webp") no-repeat left bottom;
    background-size: 100% 100%;
  }
  html .hex_block .text h2 {
    padding-bottom: 10px;
    text-align: center;
  }
  html .hex_block .text h2 > span {
    display: block;
    font-size: 1.7rem;
    padding-bottom: 0px;
  }
  html .hex_block .text h2 > em {
    font-size: 2.7rem;
  }
  html .hex_block .text h2 > em small {
    display: block;
    font-size: 1.7rem;
  }
  html .hex_block .text ul {
    padding: 17px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  html .hex_block .text ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
  }
  html .hex_block .text ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../img/svg/check.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
  html .hex_block.Equipment .hex_block_inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fffafa;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 0;
  }
  html .hex_block.Equipment .hex_block_inner .item {
    margin-top: -60px;
    width: 100%;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 20px;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 {
    text-align: center;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 span {
    font-size: 1.5rem;
  }
  html .hex_block.Equipment .hex_block_inner .item h3 em {
    display: block;
    font-size: 2.3rem;
  }
  html .hex_block.Equipment .hex_block_inner .item ~ .item {
    margin-top: 0;
  }
  html .hex_block.Clinical_lab {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  html .hex_block.Clinical_lab .en {
    position: absolute;
    z-index: 1;
    top: 100px;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  html .hex_block.Clinical_lab .hex_ttl {
    display: block;
    text-align: center;
    padding-top: 190px;
    padding-bottom: 30px;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 .sub_text01 {
    display: block;
    font-size: 1.7rem;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 em {
    display: block;
    font-size: 2.7rem;
    line-height: 1.35;
    padding: 10px 0;
  }
  html .hex_block.Clinical_lab .hex_ttl h2 .sub_text02 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  html .hex_block.Clinical_lab > figure {
    width: 100%;
  }
  html .hex_block.Clinical_lab > figure img {
    height: 100%;
    height: auto;
  }
  html .hex_block.Clinical_lab .lab_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    gap: 20px;
    margin: 0;
    background: url("../img/lab_inner@sp.webp") no-repeat top;
    background-size: 100% 100%;
  }
  html .hex_block.Clinical_lab .lab_inner .item {
    width: calc((100% - 20px) / 2);
  }
  html .hex_block.Clinical_lab .lab_inner .item figure {
    border-radius: 50%;
    box-sizing: border-box;
    width: 36vw;
    height: 36vw;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }
  html .hex_block.Clinical_lab .lab_inner .item h3 {
    text-align: center;
    color: var(--pink);
    font-size: 1.7rem;
    padding: 10px 0;
  }
  html .hex_block.Clinical_lab .lab_inner .item p {
    font-size: 1.4rem;
  }
  html .hex_block.opinion {
    padding-top: 60px;
  }
  html .hex_block.opinion .text {
    background: none;
  }
  html .hex_block.opinion .text ul {
    background: #f8fff7;
  }
  html .hex_block.maintenance {
    margin-top: 0;
    padding-top: 60px;
  }
  html .hex_block.maintenance .text {
    background: none;
  }
  html .hex_block.maintenance .text ul {
    background: #f8fff7;
  }
}
html .cv {
  width: 100%;
  background: url("../img/cv_bg.webp") no-repeat center;
  background-size: cover;
  padding: 100px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
html .cv .v-text {
  position: absolute;
  right: 40px;
  top: 60px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  font-family: var(--mincho);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-indent: -1.25em;
}
html .cv h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
html .cv h2 em {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
html .cv h2 em span {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 6.7rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .cv .telbox {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html .cv .telbox .tag {
  width: 280px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
}
html .cv .telbox .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
html .cv .telbox .tel .icon-freedial {
  font-size: 5rem;
  color: #06c655;
}
html .cv .telbox .tel span {
  font-family: var(--lato);
  font-size: 5.4rem;
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.1em;
}
html .cv .attention {
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
html .cv .btnbox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
html .cv .btnbox .mail_btn,
html .cv .btnbox .line_btn {
  transition: all 0.2s ease;
  width: 900px;
  height: 110px;
  border-radius: 55px;
  background: var(--red02);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: #fff;
  gap: 14px;
  box-shadow: 0 6px 0 #972e1b;
}
html .cv .btnbox .mail_btn img,
html .cv .btnbox .line_btn img {
  position: absolute;
  left: -110px;
  top: -60px;
  transform: rotate(-30deg);
}
html .cv .btnbox .mail_btn .icon-mail,
html .cv .btnbox .line_btn .icon-mail {
  font-size: 2.8rem;
}
html .cv .btnbox .mail_btn .icon-line,
html .cv .btnbox .line_btn .icon-line {
  font-size: 4rem;
}
html .cv .btnbox .mail_btn em,
html .cv .btnbox .line_btn em {
  font-size: 2.7rem;
  font-weight: 600;
}
html .cv .btnbox .mail_btn:hover,
html .cv .btnbox .line_btn:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #972e1b;
}
html .cv .btnbox .line_btn {
  background: #06c655;
  box-shadow: 0 6px 0 #007831;
}
@media screen and (max-width: 767px) {
  html .cv {
    width: 100%;
    background: url("../img/cv_bg@sp.webp") no-repeat center;
    background-size: cover;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  html .cv .v-text {
    position: static;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-indent: 0;
    text-align: center;
  }
  html .cv h2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 20px 0;
  }
  html .cv h2 em {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  html .cv h2 em span {
    width: 44px;
    height: 44px;
    font-size: 3.6rem;
  }
  html .cv .telbox {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .cv .telbox .tag {
    width: 218px;
    height: 32px;
    border-radius: 16px;
  }
  html .cv .telbox .tel {
    gap: 10px;
  }
  html .cv .telbox .tel .icon-freedial {
    font-size: 2.5rem;
  }
  html .cv .telbox .tel span {
    font-size: 3.4rem;
    letter-spacing: 0em;
  }
  html .cv .attention {
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  html .cv .btnbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
  }
  html .cv .btnbox .mail_btn,
html .cv .btnbox .line_btn {
    transition: all 0.2s ease;
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    gap: 5px;
    box-shadow: 0 4px 0 #972e1b;
  }
  html .cv .btnbox .mail_btn img,
html .cv .btnbox .line_btn img {
    position: absolute;
    left: auto;
    right: -30px;
    top: -40px;
    transform: rotate(24deg);
    width: 100px;
  }
  html .cv .btnbox .mail_btn .icon-mail,
html .cv .btnbox .line_btn .icon-mail {
    font-size: 1.8rem;
  }
  html .cv .btnbox .mail_btn .icon-line,
html .cv .btnbox .line_btn .icon-line {
    font-size: 2rem;
  }
  html .cv .btnbox .mail_btn em,
html .cv .btnbox .line_btn em {
    font-size: 1.7rem;
  }
  html .cv .btnbox .mail_btn:hover,
html .cv .btnbox .line_btn:hover {
    transform: translateY(4px);
  }
  html .cv .btnbox .line_btn {
    padding-top: 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 0 #007831;
  }
  html .cv .btnbox .line_btn small {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    font-size: 1rem;
  }
}
html .price {
  background: #fff;
}
html .price .price_head {
  width: 100%;
  height: 700px;
  background: #fff url("../img/price_bg.webp") no-repeat center top;
  background-size: auto 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .price .price_head .text {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 110px;
  box-sizing: border-box;
}
html .price .price_head .text h2 {
  text-align: left;
  font-size: 5.4rem;
}
html .price .price_head .text p {
  font-weight: 500;
  padding-top: 50px;
}
html .price .price_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: -100px;
}
html .price .price_inner .implant_price {
  padding: 0 50px 50px;
  background: #f7f7f7;
  text-align: center;
}
html .price .price_inner .implant_price > h3 {
  line-height: 1;
  padding: 100px 0;
  font-size: 4.5rem;
}
html .price .price_inner .implant_price .formula {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 20px;
}
html .price .price_inner .implant_price .formula li figure {
  width: 191px;
}
html .price .price_inner .implant_price .formula li figure figcaption {
  padding-top: 14px;
  font-size: 1.7rem;
}
html .price .price_inner .implant_price .formula li figure figcaption small {
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
}
html .price .price_inner .implant_price .formula li .icon-plus {
  position: relative;
  top: 70px;
  font-size: 4rem;
}
html .price .price_inner .implant_price .formula_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html .price .price_inner .implant_price .formula_price .yen {
  font-family: var(--oswald);
  color: var(--red02);
}
html .price .price_inner .implant_price .formula_price .yen em {
  font-size: 7.5rem;
}
html .price .price_inner .implant_price .formula_price .yen em small {
  font-family: var(--gothic);
  font-size: 2.6rem;
  font-weight: 800;
}
html .price .price_inner .implant_price .formula_price .yen em ~ em {
  font-size: 5.4rem;
  padding-left: 10px;
}
html .price .price_inner .implant_price .formula_price .yen em ~ em small {
  position: relative;
}
html .price .price_inner .implant_price .formula_price .yen em ~ em small:before {
  content: "（税込）";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: -10px;
  white-space: nowrap;
}
html .price .price_inner .implant_price .formula_price .kara {
  position: relative;
  top: 10px;
  font-size: 3rem;
  color: var(--red02);
}
html .price .price_inner .implant_price .other {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
  width: fit-content;
  background: #fff;
  margin: 0 auto;
  padding: 10px 50px;
  border-radius: 53px;
}
html .price .price_inner .implant_price .other span {
  font-size: 1.8rem;
}
html .price .price_inner .implant_price .other em {
  font-family: var(--leto);
  font-size: 3.3rem;
}
html .price .price_inner .implant_price .other em small {
  font-family: var(--gothic);
  font-size: 1.3rem;
}
html .price .price_inner .implant_price .option {
  margin-top: 70px;
  width: 100%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
html .price .price_inner .implant_price .option .option_table {
  table-layout: fixed;
  width: 100%;
}
html .price .price_inner .implant_price .option .option_table caption {
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  font-family: var(--mincho);
  padding-bottom: 40px;
}
html .price .price_inner .implant_price .option .option_table tbody {
  border-bottom: 1px dotted var(--black);
}
html .price .price_inner .implant_price .option .option_table tbody tr th,
html .price .price_inner .implant_price .option .option_table tbody tr td {
  padding: 20px 0;
  border-top: 1px dotted var(--black);
  text-align: left;
}
html .price .price_inner .implant_price .option .option_table tbody tr td {
  text-align: right;
  font-weight: 600;
  font-size: 1.8rem;
}
html .price .price_inner .implant_price .option .option_table tbody tr td small {
  display: block;
  font-size: 1.3rem;
}
html .price .price_inner .implant_price .option .option_table tfoot tr td {
  text-align: right;
  font-size: 1.3rem;
  padding-top: 10px;
}
html .price .price_inner .implant_price .loan {
  margin-top: 60px;
  width: 100%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
html .price .price_inner .implant_price .loan .hex {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 173px;
  height: 199px;
  background: url("../img/svg/hex.svg") no-repeat 0 0;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.5;
  font-family: var(--mincho);
}
html .price .price_inner .implant_price .loan h3 {
  text-align: center;
  padding-bottom: 50px;
}
html .price .price_inner .implant_price .loan h3 small {
  display: block;
  font-family: var(--gothic);
  font-size: 2.5rem;
}
html .price .price_inner .implant_price .loan h3 em {
  font-family: var(--gothic);
  font-size: 3.5rem;
}
html .price .price_inner .implant_price .loan h3 em b {
  font-size: 4.8rem;
}
html .price .price_inner .implant_price .loan .loan_inner {
  background: #ffefef;
  text-align: center;
  padding: 50px;
  border-radius: 15px;
}
html .price .price_inner .implant_price .loan .loan_inner .txt01 {
  font-size: 2.1rem;
  text-align: center;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price .tag {
  width: 64px;
  height: 64px;
  background: var(--red02);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price em {
  padding-top: 10px;
  font-family: var(--oswald);
  font-size: 9rem;
  line-height: 1;
  color: var(--red02);
  position: relative;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price em .yen {
  font-family: var(--gothic);
  font-size: 3.3rem;
  position: relative;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price em .yen:before {
  content: "（税込）";
  font-size: 1rem;
  color: var(--red02);
  position: absolute;
  right: 0;
  top: -5px;
}
html .price .price_inner .implant_price .loan .loan_inner .loan_price em .small {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 1.2rem;
}
html .price .price_inner .implant_price .loan .loan_inner .txt02 {
  padding-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
}
html .price .price_inner .implant_price .loan .loan_inner .txt02 .red02 {
  font-weight: 600;
}
html .price .price_inner .implant_price .loan .loan_inner .txt02 b {
  font-size: 1.65em;
}
html .price .price_inner .implant_price .loan .payment {
  text-align: center;
}
html .price .price_inner .implant_price .loan .payment dl {
  padding: 50px 0;
}
html .price .price_inner .implant_price .loan .payment dl dt {
  font-family: var(--mincho);
  line-height: 1;
  font-size: 3rem;
  padding-bottom: 20px;
}
html .price .price_inner .implant_price .loan .payment dl dd p {
  text-align: center;
}
html .price .price_inner .implant_price .loan .payment ol {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
html .price .price_inner .implant_price .loan .payment ol li {
  width: calc((100% - 60px) / 4);
}
html .price .price_inner .implant_price .loan .payment ol li figure {
  width: 100%;
  height: 108px;
  border-radius: 10px;
  background: #ffefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .price .price_inner .implant_price .loan .payment ol li p {
  text-align: center;
  font-size: 1.8rem;
}
html .price .price_inner .implant_price .loan .payment ol li p small {
  line-height: 1.6;
  display: block;
  font-size: 1.2rem;
}
html .price .price_inner .implant_price .guarantee {
  margin-top: 50px;
  width: 100%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
html .price .price_inner .implant_price .guarantee h3 {
  font-size: 3.5rem;
  font-family: var(--gothic);
  padding-bottom: 70px;
}
html .price .price_inner .implant_price .guarantee h3 span {
  color: var(--red02);
}
html .price .price_inner .implant_price .guarantee .guarantee_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item {
  width: calc((100% - 50px) / 2);
  height: 245px;
  background-color: #ffefef;
  border: 1px solid #f1d8d8;
  border-radius: 15px;
  box-sizing: border-box;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item > em {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 50px 0 30px;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num em {
  position: relative;
  top: 3px;
  display: block;
  line-height: 1;
  font-family: var(--oswald);
  color: var(--red02);
  font-size: 9rem;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num span {
  display: block;
  line-height: 1;
  color: var(--red02);
  font-size: 3.4rem;
  font-weight: 700;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item01 {
  position: relative;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item01:before {
  mix-blend-mode: multiply;
  position: absolute;
  left: 35px;
  bottom: 0;
  content: "";
  width: 68px;
  height: 128px;
  background: url("../img/guarantee01.webp") no-repeat 0 0;
  background-size: 100% auto;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item02 {
  position: relative;
}
html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item02:before {
  mix-blend-mode: multiply;
  position: absolute;
  left: 25px;
  bottom: 0;
  content: "";
  width: 95px;
  height: 101px;
  background: url("../img/guarantee02.webp") no-repeat 0 0;
  background-size: 100% auto;
}
html .price .price_inner .implant_price .guarantee small {
  display: block;
  font-size: 1.5rem;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  html .price .price_head {
    width: 100%;
    height: auto;
    background: #fff url("../img/price_bg@sp.webp") no-repeat center top;
    background-size: 100% auto;
    display: block;
  }
  html .price .price_head .text {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 62.6vw 20px 20px;
    box-sizing: border-box;
  }
  html .price .price_head .text h2 {
    text-align: center;
    font-size: 2.7rem;
  }
  html .price .price_head .text p {
    text-align: center;
    padding-top: 16px;
  }
  html .price .price_inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 0px;
  }
  html .price .price_inner .implant_price {
    padding: 20px;
  }
  html .price .price_inner .implant_price > h3 {
    line-height: 1.5;
    padding: 20px 0;
    font-size: 2.25rem;
  }
  html .price .price_inner .implant_price > h3 span {
    display: block;
  }
  html .price .price_inner .implant_price .formula {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
  }
  html .price .price_inner .implant_price .formula .plus {
    position: absolute;
    left: 50%;
    top: 25vw;
    transform: translate(-50%, -50%);
  }
  html .price .price_inner .implant_price .formula li figure {
    width: 26.6vw;
  }
  html .price .price_inner .implant_price .formula li figure figcaption {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  html .price .price_inner .implant_price .formula li figure figcaption small {
    display: block;
    font-size: 1rem;
    white-space: nowrap;
    line-height: 1.4;
  }
  html .price .price_inner .implant_price .formula li .icon-plus {
    position: relative;
    top: 70px;
    font-size: 3rem;
  }
  html .price .price_inner .implant_price .formula_price {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    gap: 0px;
  }
  html .price .price_inner .implant_price .formula_price .yen {
    line-height: 1;
  }
  html .price .price_inner .implant_price .formula_price .kara {
    position: relative;
    top: 10px;
    font-size: 3rem;
    transform: rotate(90deg);
  }
  html .price .price_inner .implant_price .other {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: #fff;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 33px;
    gap: 0;
  }
  html .price .price_inner .implant_price .other span {
    font-size: 1.2rem;
  }
  html .price .price_inner .implant_price .other em {
    font-size: 2.2rem;
    line-height: 1;
  }
  html .price .price_inner .implant_price .other em small {
    font-size: 1.2rem;
  }
  html .price .price_inner .implant_price .option {
    margin-top: 25px;
    width: 100%;
    padding: 20px 15px;
  }
  html .price .price_inner .implant_price .option .option_table {
    width: 100%;
    display: block;
  }
  html .price .price_inner .implant_price .option .option_table caption {
    width: 100%;
    display: block;
    font-size: 1.9rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
  }
  html .price .price_inner .implant_price .option .option_table tbody {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  html .price .price_inner .implant_price .option .option_table tbody tr {
    width: 100%;
    display: block;
  }
  html .price .price_inner .implant_price .option .option_table tbody tr th,
html .price .price_inner .implant_price .option .option_table tbody tr td {
    width: 100%;
    display: block;
    padding: 5px 0;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3rem;
    background: #f5f5f5;
  }
  html .price .price_inner .implant_price .option .option_table tbody tr td {
    text-align: center;
    background: #fff;
    padding: 12px;
    border-top: 0;
    font-size: 1.5rem;
  }
  html .price .price_inner .implant_price .option .option_table tbody tr td small {
    display: block;
    font-size: 1rem;
  }
  html .price .price_inner .implant_price .option .option_table tbody tr + tr {
    margin-top: 10px;
  }
  html .price .price_inner .implant_price .option .option_table tfoot {
    width: 100%;
    display: block;
  }
  html .price .price_inner .implant_price .option .option_table tfoot tr {
    width: 100%;
    display: block;
  }
  html .price .price_inner .implant_price .option .option_table tfoot tr td {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
  }
  html .price .price_inner .implant_price .loan {
    margin-top: 20px;
    padding: 100px 15px 15px;
  }
  html .price .price_inner .implant_price .loan .hex {
    position: absolute;
    left: calc(50% - 50px);
    top: -20px;
    width: 100px;
    height: 116px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  html .price .price_inner .implant_price .loan h3 {
    text-align: center;
    padding-bottom: 20px;
    line-height: 1;
  }
  html .price .price_inner .implant_price .loan h3 small {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  html .price .price_inner .implant_price .loan h3 em {
    font-size: 2.2rem;
  }
  html .price .price_inner .implant_price .loan h3 em b {
    font-size: 3.4rem;
  }
  html .price .price_inner .implant_price .loan .loan_inner {
    background: #ffefef;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
  }
  html .price .price_inner .implant_price .loan .loan_inner .txt01 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 10px;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price .tag {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 1.3rem;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price em {
    padding-top: 0px;
    font-size: 5.7rem;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price em .yen {
    font-size: 2.2rem;
    padding-left: 5px;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price em .yen:before {
    content: "（税込）";
    font-size: 1rem;
    color: var(--red02);
    position: absolute;
    right: -5px;
    top: -5px;
    white-space: nowrap;
  }
  html .price .price_inner .implant_price .loan .loan_inner .loan_price em .small {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 1rem;
  }
  html .price .price_inner .implant_price .loan .loan_inner .txt02 {
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
  }
  html .price .price_inner .implant_price .loan .loan_inner .txt02 b {
    font-size: 1.5em;
  }
  html .price .price_inner .implant_price .loan .payment {
    text-align: center;
  }
  html .price .price_inner .implant_price .loan .payment dl {
    padding: 20px 0;
  }
  html .price .price_inner .implant_price .loan .payment dl dt {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .price .price_inner .implant_price .loan .payment dl dd p {
    text-align: left;
  }
  html .price .price_inner .implant_price .loan .payment ol {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  html .price .price_inner .implant_price .loan .payment ol li {
    width: calc((100% - 20px) / 2);
  }
  html .price .price_inner .implant_price .loan .payment ol li figure {
    width: 100%;
    height: 78px;
    border-radius: 5px;
  }
  html .price .price_inner .implant_price .loan .payment ol li figure img {
    transform: scale(0.8);
  }
  html .price .price_inner .implant_price .loan .payment ol li p {
    text-align: center;
    font-size: 1.5rem;
  }
  html .price .price_inner .implant_price .loan .payment ol li p small {
    line-height: 1.5;
    display: block;
    font-size: 1rem;
  }
  html .price .price_inner .implant_price .guarantee {
    margin-top: 20px;
    width: 100%;
    padding: 30px 20px 20px;
  }
  html .price .price_inner .implant_price .guarantee h3 {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
  html .price .price_inner .implant_price .guarantee h3 span {
    color: var(--red02);
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item {
    width: 100%;
    height: 140px;
    background-color: #ffefef;
    border: 1px solid #f1d8d8;
    border-radius: 15px;
    box-sizing: border-box;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item > em {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 20px 0 0px;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
    line-height: 1;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num em {
    font-size: 6rem;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item .num span {
    font-size: 2.2rem;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item01 {
    position: relative;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item01:before {
    mix-blend-mode: multiply;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    content: "";
    width: 28px;
    height: 101px;
    background: url("../img/guarantee01@sp.webp") no-repeat 0 0;
    background-size: 100% auto;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item02 {
    position: relative;
  }
  html .price .price_inner .implant_price .guarantee .guarantee_inner .item#item02:before {
    mix-blend-mode: multiply;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: auto;
    content: "";
    width: 47px;
    height: 50px;
    background: url("../img/guarantee02.webp") no-repeat 0 0;
    background-size: 100% auto;
  }
  html .price .price_inner .implant_price .guarantee small {
    display: block;
    font-size: 1.2rem;
    padding-top: 10px;
    text-align: left;
  }
}
html .sect_ttl {
  text-align: center;
  padding: 60px 0 120px;
}
html .sect_ttl .en {
  display: block;
  font-size: 20rem;
  color: var(--beige);
  line-height: 1;
}
html .sect_ttl small {
  display: block;
  font-weight: 600;
  font-size: 2.7rem;
}
html .sect_ttl em {
  display: block;
  font-weight: 600;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  html .sect_ttl {
    text-align: center;
    padding: 0;
  }
  html .sect_ttl .en {
    font-size: 7.5rem;
  }
  html .sect_ttl small {
    font-size: 1.7rem;
  }
  html .sect_ttl em {
    font-size: 2.7rem;
  }
}
html .flow {
  background: url("../img/flow.webp") no-repeat center top;
  background-size: cover;
  padding-bottom: 200px;
}
html .flow .flow_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 100px 30px;
}
html .flow .flow_inner .item {
  width: calc((100% - 60px) / 3);
  padding: 60px 30px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
html .flow .flow_inner .item .num {
  position: absolute;
  left: calc(50% - 43px);
  top: -43px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--beige);
  text-align: center;
  font-family: var(--oswald);
  color: #fff;
  font-weight: 300;
}
html .flow .flow_inner .item .num small {
  padding-top: 17px;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
html .flow .flow_inner .item .num em {
  font-size: 4rem;
  line-height: 1;
}
html .flow .flow_inner .item h3 {
  font-size: 3rem;
  height: 75px;
  color: var(--beige);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
html .flow .flow_inner .item h3 small {
  display: block;
  line-height: 1;
  font-size: 2rem;
}
html .flow .flow_inner .item p {
  font-weight: 500;
  padding-top: 20px;
  color: var(--beige);
}
@media screen and (max-width: 767px) {
  html .flow {
    background: url("../img/flow.webp") no-repeat center top;
    background-size: cover;
    padding-bottom: 130px;
  }
  html .flow .flow_inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 30px;
    display: block;
    gap: 0;
  }
  html .flow .flow_inner .slick-list {
    padding-top: 30px;
  }
  html .flow .flow_inner .slick-slide {
    margin: 0 10px;
  }
  html .flow .flow_inner .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
  }
  html .flow .flow_inner .slick-dots li {
    width: auto;
    height: 10px;
    margin: 0 8px;
    vertical-align: top;
  }
  html .flow .flow_inner .slick-dots li.slick-active button {
    background: var(--red);
  }
  html .flow .flow_inner .slick-dots button {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  html .flow .flow_inner .slick-dots button:before {
    content: none;
  }
  html .flow .flow_inner .item {
    width: 100%;
    padding: 30px 15px 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  }
  html .flow .flow_inner .item .num {
    left: calc(50% - 30px);
    top: -30px;
    width: 60px;
    height: 60px;
  }
  html .flow .flow_inner .item .num small {
    padding-top: 10px;
    font-size: 1.2rem;
  }
  html .flow .flow_inner .item .num em {
    font-size: 2.4rem;
    line-height: 1;
  }
  html .flow .flow_inner .item h3 {
    font-size: 2rem;
    height: auto;
    padding: 10px 0 20px;
  }
  html .flow .flow_inner .item h3 small {
    display: block;
    line-height: 1;
    font-size: 2rem;
  }
  html .flow .flow_inner .item p {
    padding-top: 10px;
    color: var(--beige);
  }
}
html .faq {
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.99608) 0%, #ffe2e0 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.99608) 0%, #ffe2e0 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.99608) 0%, #ffe2e0 100%);
  padding-bottom: 100px;
}
html .faq .sect_ttl {
  position: relative;
  top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}
html .faq .faq_item {
  width: 1100px;
  max-width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
html .faq .faq_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
html .faq .faq_item:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var(--beige);
  z-index: -1;
}
html .faq .faq_item em {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  color: var(--beige);
  font-family: var(--mincho);
  padding-left: 58px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--beige);
  font-weight: 600;
}
html .faq .faq_item em:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "Q";
  font-family: var(--en);
  font-size: 5rem;
  color: #44b32e;
  font-weight: 300;
  line-height: 1;
}
html .faq .faq_item p {
  margin-top: 25px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-family: var(--mincho);
  padding-left: 58px;
  font-weight: 600;
}
html .faq .faq_item p:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "A";
  font-family: var(--en);
  font-size: 5rem;
  color: var(--red);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html .faq {
    padding: 0 20px 60px;
  }
  html .faq .sect_ttl {
    top: -40px;
  }
  html .faq .faq_item {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
  }
  html .faq .faq_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
  }
  html .faq .faq_item:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid var(--beige);
    z-index: -1;
  }
  html .faq .faq_item em {
    font-size: 1.7rem;
    font-weight: 600;
    padding-left: 40px;
    padding-bottom: 15px;
  }
  html .faq .faq_item em:before {
    left: 0;
    top: -2px;
    font-size: 3.3rem;
  }
  html .faq .faq_item p {
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    font-family: var(--gothic);
    padding-left: 40px;
  }
  html .faq .faq_item p:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 3.3rem;
  }
}
html .clinic {
  width: 100%;
  display: flex;
}
html .clinic .item {
  width: 50%;
  background: #ffe8e8;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
html .clinic .item figure {
  width: 100%;
}
html .clinic .item figure img {
  object-fit: cover;
  width: 100%;
  height: 390px;
}
html .clinic .item .logo {
  height: 70px;
}
html .clinic .item address {
  font-weight: 500;
  line-height: 1.6;
}
html .clinic .item .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--black);
  letter-spacing: 0.1em;
}
html .clinic .item .tel .icon-tel {
  font-size: 2.8rem;
}
html .clinic .item .tel span {
  font-family: var(--lato);
  font-size: 2.9rem;
  font-weight: 500;
}
html .clinic .item .time {
  font-size: 1.3rem;
  width: calc(100% - 140px);
  font-family: var(--mincho);
  table-layout: fixed;
  margin: 0 auto;
}
html .clinic .item .time thead tr th {
  border-top: 1px solid var(--black);
  font-weight: 500;
}
html .clinic .item .time thead tr th:nth-child(1) {
  width: 110px;
}
html .clinic .item .time tbody tr th {
  font-size: 1.5rem;
  font-weight: 500;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
html .clinic .item .time tbody tr td {
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
html .clinic .item .time tfoot tr td {
  font-size: 1.4rem;
  padding-top: 10px;
}
html .clinic .item .map {
  width: calc(100% - 140px);
  height: 340px;
  margin: 0 auto;
  position: relative;
}
html .clinic .item .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html .clinic .item ~ .item {
  background: #fff4f4;
}
@media screen and (max-width: 767px) {
  html .clinic {
    width: 100%;
    display: block;
  }
  html .clinic .item {
    width: 100%;
    padding-bottom: 20px;
    gap: 15px;
  }
  html .clinic .item figure {
    width: 100%;
  }
  html .clinic .item figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .clinic .item .logo {
    height: auto;
    padding: 0 20px;
  }
  html .clinic .item address {
    font-weight: 500;
    line-height: 1.6;
  }
  html .clinic .item .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--black);
    letter-spacing: 0.1em;
  }
  html .clinic .item .tel .icon-tel {
    font-size: 2.8rem;
  }
  html .clinic .item .tel span {
    font-family: var(--lato);
    font-size: 2.9rem;
    font-weight: 500;
  }
  html .clinic .item .time {
    font-size: 1.1rem;
    width: calc(100% - 40px);
  }
  html .clinic .item .time thead tr th:nth-child(1) {
    width: 80px;
  }
  html .clinic .item .time tbody tr th {
    font-size: 1.2rem;
    font-weight: 500;
    height: 50px;
  }
  html .clinic .item .time tbody tr td {
    font-size: 1.4rem;
    height: 50px;
  }
  html .clinic .item .time tfoot tr td {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  html .clinic .item .map {
    width: calc(100% - 40px);
    height: 190px;
    margin: 0 auto;
  }
  html .clinic .item ~ .item {
    background: #fff4f4;
  }
}
html .Reservation {
  background: #a8796f;
  padding: 160px 50px 100px;
}
html .Reservation .Reservation_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 100px;
}
html .Reservation .Reservation_inner .sect_ttl {
  position: relative;
  top: -120px;
  padding: 0;
}
html .Reservation .Reservation_inner .sect_ttl .en {
  color: #dab9b3;
}
html .Reservation .Reservation_inner .sect_ttl ~ p {
  margin-top: -30px;
  text-align: center;
  padding-bottom: 80px;
  font-size: 1.8rem;
}
html .Reservation .Reservation_inner .form {
  width: 890px;
  margin: 0 auto;
}
html .Reservation .Reservation_inner .form form {
  display: flex !important;
  flex-direction: column;
  gap: 60px;
}
html .Reservation .Reservation_inner .form .input {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
html .Reservation .Reservation_inner .form .input > em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  width: 290px;
  line-height: 25px;
  box-sizing: border-box;
  position: relative;
}
html .Reservation .Reservation_inner .form .input > em:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "任意";
  width: 78px;
  height: 25px;
  border-radius: 3px;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
}
html .Reservation .Reservation_inner .form .input > em.required:before {
  content: "必須";
  background: var(--red02);
}
html .Reservation .Reservation_inner .form .input .inputBox {
  width: calc(100% - 290px);
}
html .Reservation .Reservation_inner .form .input .inputBox p {
  font-weight: 400;
}
html .Reservation .Reservation_inner .form .input .inputBox input ~ span {
  font-weight: normal;
  font-size: 1.5rem;
}
html .Reservation .Reservation_inner .form .input .inputBox .input_box_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
html .Reservation .Reservation_inner .form .input .inputBox .input_box_inner ~ .input_box_inner,
html .Reservation .Reservation_inner .form .input .inputBox p ~ .input_box_inner {
  margin-top: 20px;
}
html .Reservation .Reservation_inner .form .submit_text {
  text-align: center;
  font-weight: normal;
  padding-bottom: 40px;
}
html .Reservation .Reservation_inner .form .submit {
  text-align: center;
}
html .Reservation .Reservation_inner .form .submit input[type=submit] {
  transition: all 0.2s ease;
  width: 600px;
  height: 90px;
  border-radius: 45px;
  background: var(--red02);
  border: none;
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 0 #972e1b;
}
html .Reservation .Reservation_inner .form .submit input[type=submit]:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #972e1b;
}
html .Reservation .Reservation_inner .form .privacy {
  padding: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}
html .Reservation .Reservation_inner .form .privacy .privacy_inner {
  width: 100%;
  height: 180px;
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
}
html .Reservation .Reservation_inner .form .privacy .privacy_inner h4 {
  font-weight: 500;
  font-family: var(--gothic);
  font-size: 1.8rem;
}
html .Reservation .Reservation_inner .form .privacy .privacy_inner em {
  padding-top: 1.25em;
  padding-bottom: 10px;
  display: block;
  font-size: 1.5rem;
}
html .Reservation .Reservation_inner .form .privacy .privacy_inner p {
  font-size: 1.4rem;
}
html .Reservation .Reservation_inner .form .privacy .privacy_inner p a {
  color: #00aaff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  html .Reservation {
    padding: 20px;
  }
  html .Reservation .Reservation_inner {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  html .Reservation .Reservation_inner .sect_ttl {
    position: static;
  }
  html .Reservation .Reservation_inner .sect_ttl .en {
    font-size: 6.5rem;
  }
  html .Reservation .Reservation_inner .sect_ttl ~ p {
    margin-top: 10px;
    text-align: left;
    padding-bottom: 20px;
  }
  html .Reservation .Reservation_inner .form {
    width: 100%;
    margin: 0 auto;
  }
  html .Reservation .Reservation_inner .form form {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  html .Reservation .Reservation_inner .form .input {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  html .Reservation .Reservation_inner .form .input > em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 70px;
    width: 100%;
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
  }
  html .Reservation .Reservation_inner .form .input > em:before {
    width: 58px;
    height: 20px;
    border-radius: 1px;
    font-size: 1.1rem;
  }
  html .Reservation .Reservation_inner .form .input .inputBox {
    width: 100%;
  }
  html .Reservation .Reservation_inner .form .input .inputBox p {
    font-weight: 400;
  }
  html .Reservation .Reservation_inner .form .input .inputBox span {
    font-weight: normal;
    font-size: 1.5rem;
  }
  html .Reservation .Reservation_inner .form .input .inputBox .input_box_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  html .Reservation .Reservation_inner .form .input .inputBox .input_box_inner em {
    width: 100%;
  }
  html .Reservation .Reservation_inner .form .input .inputBox .input_box_inner ~ .input_box_inner,
html .Reservation .Reservation_inner .form .input .inputBox p ~ .input_box_inner {
    margin-top: 20px;
  }
  html .Reservation .Reservation_inner .form .submit {
    text-align: center;
  }
  html .Reservation .Reservation_inner .form .submit .submit_text {
    text-align: center;
    font-weight: normal;
    padding-bottom: 40px;
  }
  html .Reservation .Reservation_inner .form .submit input[type=submit] {
    transition: all 0.2s ease;
    width: 600px;
    height: 90px;
    border-radius: 45px;
    background: var(--red02);
    border: none;
    font-size: 2.7rem;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 6px 0 #972e1b;
  }
  html .Reservation .Reservation_inner .form .submit input[type=submit]:hover {
    transform: translateY(6px);
    box-shadow: 0 0 0 #972e1b;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html .Reservation .Reservation_inner .form .submit {
    text-align: center;
  }
  html .Reservation .Reservation_inner .form .submit .submit_text {
    padding-bottom: 20px;
  }
  html .Reservation .Reservation_inner .form .submit input[type=submit] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 1.7rem;
    box-shadow: 0 4px 0 #972e1b;
  }
  html .Reservation .Reservation_inner .form .submit input[type=submit]:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #972e1b;
  }
}
@media screen and (max-width: 767px) {
  html .Reservation .Reservation_inner .form .privacy {
    padding: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner {
    width: 100%;
    height: 180px;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner h4 {
    font-weight: 500;
    font-family: var(--gothic);
    font-size: 1.8rem;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner em {
    padding-top: 1.25em;
    padding-bottom: 10px;
    display: block;
    font-size: 1.5rem;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html .Reservation .Reservation_inner .form .privacy {
    padding: 20px;
    border-radius: 5px;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner {
    width: 100%;
    height: 180px;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner h4 {
    font-weight: 500;
    font-family: var(--gothic);
    font-size: 1.5rem;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner em {
    padding-top: 1.25em;
    padding-bottom: 0px;
    display: block;
    font-size: 1.4rem;
  }
  html .Reservation .Reservation_inner .form .privacy .privacy_inner p {
    font-size: 1.2rem;
  }
}
html .risk {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto;
  border: 1px solid #fff;
  padding: 45px;
  color: #fff;
  box-sizing: border-box;
}
html .risk .risk_inner {
  height: 280px;
  position: relative;
}
html .risk .risk_inner h2 {
  font-weight: 500;
  font-family: var(--gothic);
  font-size: 2rem;
}
html .risk .risk_inner h3 {
  font-family: var(--gothic);
  padding-top: 1.25em;
  padding-bottom: 10px;
  display: block;
  font-size: 1.6rem;
}
html .risk .risk_inner p {
  font-size: 1.4rem;
}
html .risk .risk_inner .ps__thumb-y {
  background: #fff;
}
html .risk .risk_inner .ps__rail-y {
  background: none;
}
@media screen and (max-width: 767px) {
  html .risk {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
  }
  html .risk .risk_inner {
    padding-right: 10px;
    height: 200px;
  }
  html .risk .risk_inner h2 {
    font-size: 1.6rem;
  }
  html .risk .risk_inner h3 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  html .risk .risk_inner p {
    font-size: 1.2rem;
  }
}
html .copy {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html .copy {
    font-size: 1rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 740px) {
  html input[type=text],
html input[type=email],
html input[type=tel] {
    width: 100%;
  }
}
html input[type=text],
html input[type=email],
html input[type=tel] {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  box-sizing: border-box;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  -webkit-appearance: none;
  border: #bfbfbf solid 1px;
  background: #fdfdfd;
  border-radius: 5px;
}
html input[type=text].narrow,
html input[type=email].narrow,
html input[type=tel].narrow {
  width: 20%;
}
html input[type=text].middle,
html input[type=email].middle,
html input[type=tel].middle {
  width: 350px;
}
html input[type=text].wide,
html input[type=email].wide,
html input[type=tel].wide {
  width: 60%;
}
html input[type=text]:focus,
html input[type=email]:focus,
html input[type=tel]:focus {
  background: #fff;
}
html textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100% !important;
  height: 240px !important;
  padding: 10px;
  box-sizing: border-box;
  border: #d4d4d4 solid 1px;
  font-size: 1.6rem;
  border-radius: 5px;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  html textarea {
    width: 100% !important;
    height: 140px !important;
    padding: 10px;
  }
}
html .radioBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html .radioBox .radio {
  width: 100%;
  min-height: 50px;
}
html .radioBox .radio input[type=radio] {
  display: none;
}
html .radioBox .radio input[type=radio]:checked ~ label:before {
  border-color: var(--red02);
}
html .radioBox .radio input[type=radio]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}
html .radioBox .radio label {
  display: block;
  width: 100%;
  padding-left: 70px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: var(--Black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 50px;
}
html .radioBox .radio label.line {
  line-height: 1.5;
}
html .radioBox .radio label span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
html .radioBox .radio label:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  border: #bfbfbf solid 1px;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fdfdfd;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .radioBox .radio label:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  background: var(--red02);
  transition: all 0.2s ease;
  backface-visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  html .radioBox {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  html .radioBox .radio {
    width: 100%;
    min-height: 50px;
    padding-bottom: 0;
  }
  html .radioBox .radio label {
    display: block;
    width: 100%;
    padding-left: 66px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  html .radioBox .radio label span {
    display: block;
    font-weight: 500 !important;
    line-height: 1.5;
    font-size: 1.6rem !important;
  }
  html .radioBox .radio label:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    border: #bfbfbf solid 1px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fdfdfd;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  html .radioBox .radio label:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 7px;
    top: 7px;
    background: var(--red02);
    transition: all 0.2s ease;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(0);
  }
}
html .selectbox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
html .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 50px;
  margin: 0;
  padding: 0 6px;
  padding-right: 50px;
  background: #fdfdfd;
  border: #bfbfbf solid 1px;
  color: var(--Black);
  width: 125%;
  max-width: none;
  box-shadow: none;
}
html .selectbox select option,
html .selectbox select optgroup {
  color: var(--Black);
  font-style: normal;
}
html .selectbox:before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  pointer-events: none;
}
html .selectbox:after {
  background: #fdfdfd;
  color: var(--Black);
  content: "▼";
  font-size: 1rem;
  height: 100%;
  line-height: 50px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 50px;
  box-sizing: border-box;
  border: #bfbfbf solid 1px;
  border-left: 0;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  html .selectbox {
    width: 100%;
  }
  html .selectbox:before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    pointer-events: none;
  }
  html .selectbox:after {
    background: #fdfdfd;
    color: var(--Black);
    content: "▼";
    font-size: 1rem;
    height: 100%;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 50px;
    box-sizing: border-box;
    border: #bfbfbf solid 1px;
    border-left: 0;
    display: inline-block;
    border-radius: 0 5px 5px 0;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #2e2e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  transform: translateY(110%);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
html #fixed_footer.on {
  transform: translateY(0%);
}
html #fixed_footer .fixed_footer_ttl {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding-right: 10px;
}
html #fixed_footer .fixed_footer_ttl .icon-implant {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 3rem;
  margin-left: 10px;
}
html #fixed_footer .fixed_footer_ttl em {
  display: block;
  color: #fff;
  font-family: var(--mincho);
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
html #fixed_footer .fixed_footer_ttl em small {
  display: block;
  padding-top: 4px;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--gothic);
}
html #fixed_footer .fixed_footer_ttl em small span {
  color: yellow;
  font-size: 1.4rem;
}
html #fixed_footer .fixed_footer_ttl .icon-arrow02 {
  position: relative;
  top: 5px;
  font-size: 0.8rem;
  color: #fff;
}
html #fixed_footer .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  gap: 10px;
}
html #fixed_footer .btnbox a {
  width: 290px;
  height: 110px;
  border-radius: 5px;
  background: #fff;
  color: #cc667d;
  text-align: center;
  gap: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.3);
}
html #fixed_footer .btnbox a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cc667d;
}
html #fixed_footer .btnbox a span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0 5px;
}
html #fixed_footer .btnbox a span small {
  font-size: 1.3rem;
  width: 100%;
  padding-bottom: 10px;
}
html #fixed_footer .btnbox a span .icon-freedial {
  font-size: 2.2rem;
}
html #fixed_footer .btnbox a span em {
  font-family: var(--lato);
  font-size: 2.8rem;
}
html #fixed_footer .btnbox a.line {
  color: #06c655;
}
html #fixed_footer .btnbox a.line:before {
  background: #06c655;
}
html #fixed_footer .btnbox a.line .icon-line {
  font-size: 2.4rem;
}
html #fixed_footer .btnbox a.rsv {
  color: #1d3d77;
}
html #fixed_footer .btnbox a.rsv:before {
  background: #1d3d77;
}
html #fixed_footer .btnbox a.rsv .tag {
  width: 70px;
  height: 16px;
  border-radius: 8px;
  background: #1d3d77;
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_footer .btnbox a.rsv em {
  font-size: 2.4rem;
}
html #fixed_footer .pagetop {
  width: 90px;
  height: 120px;
  background: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_footer .pagetop span {
  display: block;
  line-height: 1;
  text-align: center;
}
html #fixed_footer .pagetop span .icon-top {
  color: #fff;
  font-size: 2.2rem;
}
html #fixed_footer .pagetop span small {
  padding-top: 10px;
  display: block;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  html #fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
    display: block;
  }
  html #fixed_footer .fixed_footer_ttl {
    display: block;
    padding: 10px 0;
  }
  html #fixed_footer .fixed_footer_ttl .icon-implant {
    display: none;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box {
    text-align: center;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box em {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: none;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box em ~ span {
    color: var(--yellow);
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul li span {
    color: #fff;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 3px;
    width: fit-content;
    background: #ffb200;
    color: #000;
    font-size: 1.3rem;
    line-height: 1;
    padding: 5px 5px;
    border-radius: 10px;
    box-shadow: 0 0 2px #000, 0 0 2px #000;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul li a.wide {
    padding: 5px 25px;
  }
  html #fixed_footer .fixed_footer_ttl .sp_box ul li a .icon-tel {
    font-size: 1rem;
  }
  html #fixed_footer .fixed_footer_ttl .icon-arrow02 {
    display: none;
  }
  html #fixed_footer .btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    gap: 5px;
  }
  html #fixed_footer .btnbox a {
    width: 290px;
    height: 46px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    color: #cc667d;
    text-align: center;
    gap: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.3);
  }
  html #fixed_footer .btnbox a:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cc667d;
  }
  html #fixed_footer .btnbox a span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 0 5px;
  }
  html #fixed_footer .btnbox a span small {
    display: none;
  }
  html #fixed_footer .btnbox a span i {
    position: relative;
    top: -8px;
  }
  html #fixed_footer .btnbox a span .icon-freedial {
    font-size: 1.6rem;
  }
  html #fixed_footer .btnbox a span em {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    line-height: 1;
    font-size: 1.2rem;
  }
  html #fixed_footer .btnbox a.line .icon-line {
    font-size: 2rem;
  }
  html #fixed_footer .btnbox a.rsv .icon-mail {
    font-size: 1.5rem;
  }
  html #fixed_footer .btnbox a.rsv em {
    font-size: 1.2rem;
  }
  html #fixed_footer .pagetop {
    display: none;
  }
}
html #slidemenuBtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  background: var(--red);
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 10px;
}
html #slidemenuBtn.on {
  transform: translateY(0%);
}
html #slidemenuBtn.slide-open > span:before {
  width: 0%;
}
html #slidemenuBtn.slide-open > span:after {
  width: 0%;
}
html #slidemenuBtn.slide-open > span span:before {
  width: 100%;
  left: 0;
  transform: rotate(-35deg);
  transition: width 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span span:after {
  width: 100%;
  right: 0;
  transform: rotate(35deg);
  transition: width 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 15px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
html #slidemenuBtn > span {
  top: -6px;
  width: 36px;
  height: 20px;
  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;
  border-radius: 1px;
}
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;
  border-radius: 1px;
}
html #slidemenuBtn > span span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  backface-visibility: hidden;
  border-radius: 1px;
}
html #slidemenuBtn > span span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
  border-radius: 1px;
}
html #menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: translate(100%, 0);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.5);
  background-size: cover;
}
html #menu.slide-open {
  transform: translate(0%, 0);
}
html #menu ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
html #menu ul li {
  width: 100%;
  position: relative;
  border-bottom: 1px dotted var(--red02);
}
html #menu ul li > a,
html #menu ul li > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--mincho);
  font-size: 1.5rem;
  height: 50px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--red);
  box-sizing: border-box;
}
html #menu ul li .toggle {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: var(--red);
}
html #menu ul li .toggle.on:after {
  transform: rotate(0deg);
}
html #menu ul li .toggle:before {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}
html #menu ul li .toggle:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
  transform: rotate(90deg);
}
html #menu ul li ol {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  margin: 0 20px 20px;
  border-radius: 5px;
}
html #menu ul li ol li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--gothic);
  font-size: 1.4rem;
  height: 40px;
  font-weight: 600;
  color: var(--red);
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
html #menu ul li ol li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red02);
}
html #menu ul li ol li:last-child {
  border-bottom: 0;
}
html #thanks {
  background: url(../img/flow.webp) no-repeat center top;
  background-size: cover;
  padding-bottom: 0px;
}
html #thanks .thanks_section {
  text-align: center;
  margin-top: 100px;
}
html #thanks .thanks_section h3 {
  font-size: 5.4rem;
  font-weight: 500;
  padding-bottom: 60px;
}
html #thanks .thanks_section h3 span {
  color: var(--red);
}
html #thanks .thanks_section .text {
  text-align: center;
  padding-bottom: 50px;
}
html #thanks .thanks_section a.btn {
  color: var(--red);
  text-decoration: underline;
}
html #thanks .thanks_section .copy {
  margin-top: 100px;
  color: #000;
}
@media screen and (max-width: 767px) {
  html #thanks .thanks_section {
    text-align: center;
    margin-top: 140px;
  }
  html #thanks .thanks_section h3 {
    font-size: 2.7rem;
    font-weight: 500;
    padding-bottom: 30px;
  }
  html #thanks .thanks_section .text {
    text-align: left;
    padding: 0 20px 20px;
  }
  html #thanks .thanks_section .copy {
    margin-top: 70px;
    color: #000;
  }
}

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