@charset "UTF-8";
@font-face {
  font-family: "hirakaku6";
  src: url("font/HiraKakuPro-W6.otf") format("opentype");
}
@font-face {
  font-family: "hirakaku3";
  src: url("font/HiraKakuPro-W3.otf") format("opentype");
}
html {
  background: #fff;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  height: auto;
  width: 100%;
}

.godhic {
  font-family: "Noto Sans JP", sans-serif;
}

.yumin {
  font-family: "YuMincho", "Yu Mincho", serif;
}

.hirakaku6 {
  font-family: "hirakaku6";
}

.hirakaku3 {
  font-family: "hirakaku3";
}

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

.content_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content_wrap {
    padding: 0 2%;
  }
}

.small {
  font-size: 0.7em;
}

.big {
  font-size: 1.5em;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

h2.title {
  text-align: center;
  font-size: 5rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  color: #fff;
  padding: 2% 0;
  background-image: radial-gradient(circle, #b48969, #36271d 18%);
  position: relative;
}
@media screen and (max-width: 750px) {
  h2.title {
    font-size: 2rem;
    padding: 5% 0;
  }
}
h2.title::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 50px;
  height: 43.3012701892px;
  background: #84644c;
  bottom: -29%;
  left: 50%;
  transform: translate(-50%);
  z-index: -9;
}

header {
  width: 100vw;
  background: #fff;
  padding: 0.9% 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
header .flex {
  margin-left: auto;
  align-items: center;
  justify-content: space-around;
}
header .flex .logo {
  width: 22%;
  max-width: 210px;
}
header .flex .flex2 {
  width: 50%;
  justify-content: right;
}
header .flex .flex2 .cta_btn {
  width: 47%;
}
header .flex .flex2 .tel {
  width: 50%;
}
header .flex .flex2 .tel p:first-of-type {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2%;
  color: #4e2f2b;
}
header .flex .flex2 .tel p:last-of-type {
  color: #000;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 3%;
}

#fv {
  background: url(../img/fv_bg.webp) center center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  #fv {
    background: url(../img/fv_bg_sp.webp) center center/cover no-repeat;
  }
}
#fv .content_wrap {
  position: relative;
  max-width: 1035px;
  padding: 0 0 2%;
}
#fv .content_wrap h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  max-width: 210px;
}
@media screen and (max-width: 750px) {
  #fv .content_wrap h1 {
    width: 35%;
    max-width: 100%;
  }
}
#fv .content_wrap .feature {
  position: absolute;
  top: 4%;
  right: 0;
  width: 41%;
  max-width: 416px;
}
@media screen and (max-width: 750px) {
  #fv .content_wrap .feature {
    max-width: 100%;
    width: 50%;
    right: 5%;
  }
}
#fv .content_wrap .flex {
  padding-top: 43%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #fv .content_wrap .flex {
    flex-direction: column-reverse;
    padding-top: 64%;
    padding-bottom: 10%;
  }
}
#fv .content_wrap .flex p {
  font-size: 4.8rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  line-height: 1.8;
  font-style: italic;
  letter-spacing: -0.3rem;
  width: 65%;
}
#fv .content_wrap .flex p .text_bg {
  background: #fff;
  padding: 0 2%;
}
#fv .content_wrap .flex p .text_bg .small {
  padding: 0;
}
#fv .content_wrap .flex p .text_bg .small2 {
  padding-right: 3%;
}
#fv .content_wrap .flex p .text_bg .gradation {
  background: linear-gradient(90deg, #b58554, #150708);
  background: -webkit-linear-gradient(0deg, #b58554, #150708);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #fv .content_wrap .flex p {
    width: 100%;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  #fv .content_wrap .flex .university {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
}

.cta {
  background: #f9f3e6;
  padding: 3% 0;
}
@media screen and (max-width: 750px) {
  .cta {
    padding: 10% 0;
  }
}
.cta .cta_text1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.cta .cta_text1 span {
  display: inline-block;
  padding: 0 2%;
  border-bottom: 1px solid #4e2f2b;
}
@media screen and (max-width: 750px) {
  .cta .cta_text1 {
    font-size: 1.2rem;
  }
}
.cta .cta_text2 {
  text-align: center;
  font-size: 4rem;
  margin: 3% auto;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .cta .cta_text2 {
    font-size: 2rem;
  }
}
.cta .flex {
  align-items: center;
}
.cta .cta_btn p {
  font-size: 2.22rem;
  text-align: center;
  color: #4e2f2b;
  margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
  .cta .cta_btn p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .cta .cta_btn {
    width: 90%;
    margin-bottom: 10%;
  }
}
.cta .tel p:first-of-type {
  font-size: 2.59rem;
  text-align: center;
  margin-bottom: 2%;
  color: #4e2f2b;
}
@media screen and (max-width: 750px) {
  .cta .tel p:first-of-type {
    font-size: 1.5rem;
  }
}
.cta .tel p:last-of-type {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3%;
}
@media screen and (max-width: 750px) {
  .cta .tel p:last-of-type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .cta .tel {
    width: 80%;
  }
}

#nayami .nayami_content {
  padding-top: 10%;
}
#nayami .nayami_content div {
  width: 26.3157894737%;
  position: relative;
}
#nayami .nayami_content div p {
  position: absolute;
  width: 80%;
  bottom: -29%;
  left: 50%;
  transform: translate(-50%);
  background: #f9f3e6;
  font-size: 2.5rem;
  padding: 2%;
  text-align: center;
  line-height: 1.5;
}
#nayami .nayami_content div p span {
  letter-spacing: -1rem;
}
@media screen and (max-width: 750px) {
  #nayami .nayami_content div p {
    font-size: 1rem;
    width: 90%;
  }
  #nayami .nayami_content div p span {
    letter-spacing: -0.6rem;
  }
}
#nayami .sankaku {
  max-width: 51px;
  width: 20%;
  margin: 12% auto 5%;
}
#nayami .doctors {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20%;
}
@media screen and (max-width: 750px) {
  #nayami .doctors {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 25%;
  }
}
#nayami .doctors div {
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  #nayami .doctors div {
    bottom: 0;
    top: 70%;
  }
}
#nayami .doctors div p:first-of-type {
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: -0.3rem;
  font-weight: bold;
  font-style: italic;
}
#nayami .doctors div p:first-of-type .gradation {
  background: linear-gradient(90deg, #c2b481, #fffefd 50%, #c2b481);
  background: -webkit-linear-gradient(0deg, #c2b481, #fffefd 50%, #c2b481);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #nayami .doctors div p:first-of-type {
    font-size: 2.2rem;
  }
}
#nayami .doctors div p:last-of-type {
  background: rgba(255, 255, 255, 0.8078431373);
  width: 90%;
  padding: 3%;
  text-align: center;
  font-size: 5rem;
  line-height: 1.5;
  color: #4e2f2b;
  margin: 2% auto;
}
@media screen and (max-width: 750px) {
  #nayami .doctors div p:last-of-type {
    font-size: 2rem;
  }
}
#nayami h3 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
#nayami h3 span {
  background: #4e2f2b;
  padding: 1% 2%;
}
@media screen and (max-width: 750px) {
  #nayami h3 {
    font-size: 2rem;
  }
}
#nayami .root_canal_content {
  margin: 3% 0;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #nayami .root_canal_content {
    margin: 10% 0 5%;
  }
}
#nayami .root_canal_content div:first-of-type p,
#nayami .root_canal_content div:first-of-type ul {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #nayami .root_canal_content div:first-of-type p,
  #nayami .root_canal_content div:first-of-type ul {
    font-size: 1.4rem;
  }
}
#nayami .root_canal_content div:first-of-type p {
  margin-bottom: 3%;
}
#nayami .root_canal_content div:first-of-type ul li {
  padding: 3% 0 3% 2%;
  font-weight: normal;
}
#nayami .root_canal_content div:first-of-type ul li::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #000;
}
#nayami .root_canal_content div:first-of-type ul li span {
  background: linear-gradient(transparent 70%, #f9f3e6 70%);
}
@media screen and (max-width: 750px) {
  #nayami .root_canal_content div:last-of-type {
    width: 80%;
  }
}
#nayami .mushiba_text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #nayami .mushiba_text {
    font-size: 1.2rem;
    padding: 0 5%;
  }
}
#nayami .shinkei_title {
  text-align: center;
  font-size: 4.5rem;
  margin: 5% 0 3%;
  color: #4e2f2b;
  font-weight: bold;
}
#nayami .shinkei_title span {
  background: linear-gradient(transparent 70%, #f9f3e6 70%);
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#nayami .shinkei_content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_content {
    flex-direction: column;
  }
}
#nayami .shinkei_content div:first-of-type {
  width: 35%;
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_content div:first-of-type {
    width: 80%;
    margin: 5% 0;
  }
}
#nayami .shinkei_content div:last-of-type {
  width: 63%;
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_content div:last-of-type {
    width: 100%;
  }
}
#nayami .shinkei_content div:last-of-type .shinkei_text1 {
  font-size: 2.4rem;
  margin-bottom: 5%;
  line-height: 1.5;
  color: #fff;
  background-image: radial-gradient(circle, #b48969, #36271d 18%);
  padding: 2%;
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_content div:last-of-type .shinkei_text1 {
    font-size: 1.3rem;
    text-align: center;
    padding: 2% 1%;
  }
}
#nayami .shinkei_content div:last-of-type .shinkei_text2 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #nayami .shinkei_content div:last-of-type .shinkei_text2 {
    padding: 0 3%;
    font-size: 1.2rem;
  }
}

#policy {
  background: #736149;
  padding: 5% 0;
}
#policy h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  #policy h2 {
    font-size: 2rem;
  }
}
#policy .flex {
  margin: 5% auto;
}
#policy .flex div {
  width: 30.303030303%;
  border: 1px solid #fff;
  padding: 2%;
  color: #fff;
}
#policy .flex div img {
  margin: 5% 0;
}
#policy .flex div p {
  font-size: 2.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #policy .flex div p {
    font-size: 1.2rem;
  }
}
#policy .flex div p.policy_title {
  font-size: 2.77rem;
  text-align: center;
  position: relative;
}
#policy .flex div p.policy_title::before {
  content: "";
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #policy .flex div p.policy_title::before {
    width: 16%;
    height: 52%;
    top: 18%;
  }
}
@media screen and (max-width: 750px) {
  #policy .flex div p.policy_title {
    font-size: 1.4rem;
  }
}
#policy .flex div:first-of-type .policy_title {
  padding-left: 8%;
}
#policy .flex div:first-of-type .policy_title::before {
  background: url(../img/no1.webp) center center/cover no-repeat;
}
#policy .flex div:nth-of-type(2) .policy_title::before {
  background: url(../img/no2.webp) center center/cover no-repeat;
  left: 4%;
}
@media screen and (max-width: 750px) {
  #policy .flex div:nth-of-type(2) .policy_title::before {
    left: 0;
  }
}
#policy .flex div:last-of-type .policy_title::before {
  background: url(../img/no3.webp) center center/cover no-repeat;
  left: 4%;
}
@media screen and (max-width: 750px) {
  #policy .flex div:last-of-type .policy_title::before {
    left: 0;
  }
}
#policy .kento {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
}
#policy .kento .gradation {
  background: linear-gradient(90deg, #c2b481, #fffefd 50%, #c2b481);
  background: -webkit-linear-gradient(0deg, #c2b481, #fffefd 50%, #c2b481);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #policy .kento {
    font-size: 1.8rem;
  }
}

#precision_root {
  padding: 5% 0;
}
#precision_root h2 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
#precision_root h2 span {
  background: #4e2f2b;
  padding: 1% 2%;
}
@media screen and (max-width: 750px) {
  #precision_root h2 {
    font-size: 2rem;
  }
  #precision_root h2 span {
    display: inline-block;
    padding: 3% 2%;
  }
}
#precision_root .flex {
  justify-content: space-between;
  align-items: center;
  margin: 5% 0;
}
@media screen and (max-width: 750px) {
  #precision_root .flex {
    flex-direction: column;
  }
}
#precision_root .flex div:first-of-type {
  width: 45%;
}
@media screen and (max-width: 750px) {
  #precision_root .flex div:first-of-type {
    width: 90%;
  }
}
#precision_root .flex div:last-of-type {
  width: 55%;
}
@media screen and (max-width: 750px) {
  #precision_root .flex div:last-of-type {
    width: 90%;
  }
}
#precision_root .flex div:last-of-type h3 {
  font-size: 3rem;
  padding: 2% 0;
  border-bottom: 1px solid #4e2f2b;
  margin: 0 0 5%;
}
@media screen and (max-width: 750px) {
  #precision_root .flex div:last-of-type h3 {
    font-size: 1.8rem;
    margin: 5% 0;
  }
}
#precision_root .flex div:last-of-type p {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  #precision_root .flex div:last-of-type p {
    font-size: 1.2rem;
  }
}

#reason .content_wrap {
  padding: 10% 0;
}
#reason .content_wrap .reason_wrap {
  position: relative;
  margin-bottom: 15%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap {
    padding-top: 70%;
  }
}
#reason .content_wrap .reason_wrap .reason_content {
  width: 54%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_content {
    width: 90%;
  }
}
#reason .content_wrap .reason_wrap .reason_content h3 {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 3rem;
  color: #736149;
  position: relative;
  padding-left: 8%;
  margin-bottom: 3%;
}
#reason .content_wrap .reason_wrap .reason_content h3 span {
  font-weight: bold;
  font-size: 8rem;
  position: absolute;
  bottom: -40%;
  left: 0;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_content h3 span {
    font-size: 6rem;
    bottom: -57%;
    left: 5%;
  }
}
#reason .content_wrap .reason_wrap .reason_content h3::after {
  content: "";
  width: 10%;
  height: 2px;
  background: #4e2f2b;
  display: block;
  position: absolute;
  bottom: -10%;
  left: 0;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_content h3::after {
    width: 16%;
    left: 4%;
  }
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_content h3 {
    font-size: 1.8rem;
    padding-left: 15%;
  }
}
#reason .content_wrap .reason_wrap .reason_content p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "hirakaku3";
  margin-bottom: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_content p {
    font-size: 1.2rem;
    padding-left: 15%;
  }
}
#reason .content_wrap .reason_wrap .reason_img {
  position: absolute;
  width: 50%;
  z-index: -9;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_img {
    width: 70%;
    top: 32% !important;
    right: 5% !important;
    left: unset !important;
  }
}
#reason .content_wrap .reason_wrap .reason_img .img_bg {
  background: #f9f3e6;
  width: 90%;
  height: 350px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_img .img_bg {
    width: 100%;
    height: 180px;
  }
}
#reason .content_wrap .reason_wrap .reason_img .img_bg img {
  position: absolute;
  display: block;
  width: 70%;
  height: auto;
  top: -15%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap .reason_img .img_bg img {
    width: 75%;
  }
}
#reason .content_wrap .reason_wrap.reason1 .reason_img, #reason .content_wrap .reason_wrap.reason3 .reason_img {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#reason .content_wrap .reason_wrap.reason2 .reason_content, #reason .content_wrap .reason_wrap.reason4 .reason_content {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason2 .reason_content, #reason .content_wrap .reason_wrap.reason4 .reason_content {
    margin-left: 0;
  }
}
#reason .content_wrap .reason_wrap.reason2 .reason_img, #reason .content_wrap .reason_wrap.reason4 .reason_img {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason3 {
    padding-top: 70%;
  }
}
#reason .content_wrap .reason_wrap.reason3 .reason_content {
  margin-bottom: 30%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason3 .reason_content {
    margin-bottom: 0;
  }
}
#reason .content_wrap .reason_wrap.reason3 .reason_img {
  top: 90%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason3 .reason_img {
    top: 40% !important;
  }
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason4 {
    padding-top: 63%;
  }
}
#reason .content_wrap .reason_wrap.reason4 .reason_img {
  top: 100%;
}
@media screen and (max-width: 750px) {
  #reason .content_wrap .reason_wrap.reason4 .reason_img {
    top: 40% !important;
  }
}

#feature .feature_wrap {
  background: url(../img/feature_bg.webp) center center/cover no-repeat;
  padding: 5% 0;
}
#feature .feature_wrap .content_wrap {
  max-width: 1000px;
}
#feature .feature_wrap .flex div {
  width: 43.4782608696%;
}
#feature .feature_wrap .flex div .feature_title {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  background-image: radial-gradient(circle, #b48969, #36271d 41%);
  padding: 5% 0 3%;
}
@media screen and (max-width: 750px) {
  #feature .feature_wrap .flex div .feature_title {
    padding: 10% 0 6%;
    font-size: 1.5rem;
  }
}
#feature .feature_wrap .flex div .feature_content {
  background: #f1ece9;
  width: 100%;
  padding: 5%;
}
#feature .feature_wrap .flex div .feature_content p {
  font-size: 2rem;
  line-height: 1.5;
  margin: 5% 0;
}
@media screen and (max-width: 750px) {
  #feature .feature_wrap .flex div .feature_content p {
    font-size: 1.2rem;
  }
}
#feature .feature_wrap .flex div:last-of-type .feature_content {
  padding: 5% 5% 9%;
}
@media screen and (max-width: 750px) {
  #feature .feature_wrap .flex div:last-of-type .feature_content {
    padding: 5% 5% 20%;
  }
}
#feature .no_pain {
  background: #f9f3e6;
  padding: 2% 0;
}
#feature .no_pain h3 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5%;
}
#feature .no_pain h3 span {
  background: #4e2f2b;
  padding: 1% 2%;
}
@media screen and (max-width: 750px) {
  #feature .no_pain h3 {
    font-size: 1.8rem;
  }
  #feature .no_pain h3 span {
    display: inline-block;
    padding: 3% 2%;
  }
}
#feature .no_pain p {
  font-size: 2rem;
  margin: 0 auto 3%;
  width: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #feature .no_pain p {
    width: 100%;
    font-size: 1.2rem;
  }
}
#feature .no_pain div {
  width: 80%;
  margin: 5% auto;
}
@media screen and (max-width: 750px) {
  #feature .no_pain div {
    width: 100%;
    margin: 10% auto;
  }
}

#difference {
  padding: 5% 0;
}
#difference .insurance_title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 5%;
}
#difference .insurance_title .gradation {
  background: linear-gradient(90deg, #533e31, #b58662 50%, #463325);
  background: -webkit-linear-gradient(0deg, #533e31, #b58662 50%, #463325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #difference .insurance_title {
    font-size: 1.8rem;
  }
}
#difference .table1 {
  width: 73%;
  margin: 0 auto 15%;
}
@media screen and (max-width: 750px) {
  #difference .table1 {
    width: 90%;
  }
}
#difference .treatment {
  background: #f9f3e6;
  padding: 10%;
  position: relative;
  margin-bottom: 15%;
}
@media screen and (max-width: 750px) {
  #difference .treatment {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 15%;
    padding: 13%;
  }
}
#difference .treatment .flex {
  position: absolute;
  width: 90%;
  top: -35%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 750px) {
  #difference .treatment .flex {
    width: 95%;
  }
}
#difference .treatment .flex div {
  width: 23.2558139535%;
}
@media screen and (max-width: 750px) {
  #difference .treatment .flex div {
    width: 23%;
  }
}
#difference .treatment .flex div p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #difference .treatment .flex div p {
    font-size: 1rem;
  }
}

#doctors .content_wrap {
  padding: 5% 0;
}
#doctors .content_wrap .yakushoku {
  max-width: 117px;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .yakushoku {
    width: 15%;
  }
}
#doctors .content_wrap .doctors_img {
  width: 90%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .doctors_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 5%;
  }
}
#doctors .content_wrap .flex {
  font-family: "hirakaku3";
  justify-content: left;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .flex {
    width: 100%;
    justify-content: space-around;
  }
}
#doctors .content_wrap .flex div {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .flex div {
    width: 48%;
    margin-right: 0;
  }
}
#doctors .content_wrap .flex div p {
  font-size: 2.5rem;
  background: #f9f3e6;
  padding: 2% 0 2% 3%;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .flex div p {
    font-size: 1.6rem;
  }
}
#doctors .content_wrap .flex div ul {
  font-size: 2rem;
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  #doctors .content_wrap .flex div ul {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#doctors .content_wrap .flex div ul li {
  padding: 2% 0;
}

#flow .content_wrap {
  padding: 5% 0;
  position: relative;
}
#flow .content_wrap .flex {
  justify-content: space-between;
  margin: 10% 0;
}
#flow .content_wrap .flex .flow_img {
  position: relative;
  width: 30%;
  background: #f9f3e6;
  padding: 15% 0;
  z-index: -9;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .flex .flow_img {
    height: 80%;
  }
}
#flow .content_wrap .flex .flow_img img {
  position: absolute;
  display: block;
  width: 110%;
  height: auto;
  top: -11%;
  left: 12%;
  z-index: 99;
}
#flow .content_wrap .flex .flow_img .row_border {
  border-left: 1px dotted #000;
  height: 106%;
  margin-left: 10px;
  position: absolute;
  top: 16%;
  left: 68%;
  z-index: 9;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .flex .flow_img .row_border {
    height: 190%;
  }
}
#flow .content_wrap .flex .flow_content {
  width: 60%;
}
#flow .content_wrap .flex .flow_content p:first-of-type {
  font-size: 3rem;
  color: #736149;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .flex .flow_content p:first-of-type {
    font-size: 1.6rem;
  }
}
#flow .content_wrap .flex .flow_content p:first-of-type .border {
  padding: 0 2%;
  border-bottom: 1px solid #736149;
}
#flow .content_wrap .flex .flow_content p:first-of-type .step {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .flex .flow_content p:first-of-type .step {
    font-size: 1.2rem;
  }
}
#flow .content_wrap .flex .flow_content p:first-of-type .step .big {
  font-size: 2em;
}
#flow .content_wrap .flex .flow_content p:last-of-type {
  margin: 3% 0;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .flex .flow_content p:last-of-type {
    font-size: 1.2rem;
  }
}
#flow .content_wrap h3 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
#flow .content_wrap h3 span {
  background: #4e2f2b;
  padding: 1% 2%;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap h3 {
    font-size: 2rem;
  }
  #flow .content_wrap h3 span {
    display: inline-block;
    padding: 3% 2%;
  }
}
#flow .content_wrap .price_wrap {
  width: 70%;
  background: #736149;
  margin: 5% auto;
  padding: 3% 5%;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap {
    width: 90%;
  }
}
#flow .content_wrap .price_wrap .price_title {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap .price_title {
    font-size: 1.8rem;
  }
}
#flow .content_wrap .price_wrap .price_text {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#flow .content_wrap .price_wrap .price_text span {
  display: inline-block;
  text-align: left;
}
#flow .content_wrap .price_wrap .price_text._left {
  text-align: left;
}
#flow .content_wrap .price_wrap .price_text ._note {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap .price_text {
    font-size: 1.2rem;
  }
}
#flow .content_wrap .price_wrap .price_text + .price_text {
  margin-top: 20px;
}
#flow .content_wrap .price_wrap .price_text + .price_title {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap .price_text + .price_title {
    margin-top: 20px;
  }
}
#flow .content_wrap .price_wrap .price_content {
  background: #fff;
  padding: 3%;
  font-size: 2.5rem;
  margin: 5% 0 0;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap .price_content {
    font-size: 1.3rem;
  }
}
#flow .content_wrap .price_wrap .price_content dl {
  display: flex;
  align-items: center;
}
#flow .content_wrap .price_wrap .price_content dl dt {
  border-right: 1px solid #000;
  padding: 2% 2% 3% 0;
  width: 30%;
}
#flow .content_wrap .price_wrap .price_content dl dd {
  padding-left: 5%;
}
#flow .content_wrap .price_wrap .price-list > li {
  display: flex;
  justify-content: space-between;
}
#flow .content_wrap .price_wrap .price-list > li *:last-child {
  width: 25%;
  flex-shrink: 0;
}
#flow .content_wrap .price_wrap .price-list > li ._bold {
  font-weight: bold;
}
#flow .content_wrap .price_wrap .price-list > li + li {
  margin-top: 15px;
}
#flow .content_wrap .price_wrap .price-list-note {
  margin-top: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #flow .content_wrap .price_wrap .price-list-note {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
#flow .content_wrap .price_wrap .price-list-note + .price-list-note {
  margin-top: 10px;
}

.price_content2 {
  width: 70%;
  margin: 50px auto 0;
  padding: 30px;
  border: 3px solid #442A27;
  border-top: none;
  background-color: #FFF5E6;
  position: relative;
}
@media screen and (max-width: 750px) {
  .price_content2 {
    width: 90%;
  }
}
.price_content2 .price_content2_hdg {
  font-size: 2.8rem;
  color: #442A27;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
}
@media screen and (max-width: 750px) {
  .price_content2 .price_content2_hdg {
    font-size: 2rem;
    width: 200px;
  }
}
.price_content2 p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.price_content2:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background-color: #442A27;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .price_content2:before {
    width: 40px;
  }
}
.price_content2:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background-color: #442A27;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .price_content2:after {
    width: 40px;
  }
}

#faq h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3%;
}
#faq h2 .gradation {
  background: linear-gradient(90deg, #533e31, #b58662 50%, #463325);
  background: -webkit-linear-gradient(0deg, #533e31, #b58662 50%, #463325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #faq h2 {
    font-size: 2rem;
  }
}
#faq .faq_wrap {
  background: #4e2f2b;
  margin-bottom: 5%;
  padding: 0 5% 2%;
}
#faq .faq_wrap .question {
  cursor: pointer;
  color: #fff;
  font-size: 2.5rem;
  padding: 2% 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #faq .faq_wrap .question {
    font-size: 1.4rem;
  }
}
#faq .faq_wrap .question span {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  #faq .faq_wrap .question span {
    right: -5%;
    width: 20px;
    height: 20px;
  }
}
#faq .faq_wrap .question span::after, #faq .faq_wrap .question span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #faq .faq_wrap .question span::after, #faq .faq_wrap .question span::before {
    right: 4px;
    width: 10px;
  }
}
#faq .faq_wrap .question span::after {
  transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.5s;
}
#faq .faq_wrap .question span.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
#faq .faq_wrap .answer {
  background: #fff;
  font-size: 2rem;
  line-height: 1.5;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-height: 0;
}
@media screen and (max-width: 750px) {
  #faq .faq_wrap .answer {
    font-size: 1.2rem;
  }
}

#form {
  padding: 3% 0;
  background: #f9f3e6;
}
#form h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3%;
}
#form h2 .gradation {
  background: linear-gradient(90deg, #533e31, #b58662 50%, #463325);
  background: -webkit-linear-gradient(0deg, #533e31, #b58662 50%, #463325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #form h2 {
    font-size: 2rem;
  }
}
#form .form_text {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
  #form .form_text {
    font-size: 1.4rem;
  }
}
#form table {
  width: 100%;
}
#form table th {
  color: #fff;
  background: #736149;
  padding: 2% 3%;
  width: 40%;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  #form table th {
    font-size: 1.4rem;
  }
}
#form table td {
  background: #fff;
  width: 60%;
  padding: 2% 3%;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  #form table td {
    font-size: 1.4rem;
  }
}
#form table td select {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  #form table td select {
    font-size: 1.4rem;
  }
}
#form table td input {
  margin: 0 2%;
}
#form table td #name1,
#form table td #name2,
#form table td #kana1,
#form table td #kana2 {
  width: 30%;
}
#form table td input#name1,
#form table td input#name2 {
  margin: 0 2% 0 6%;
}
#form table td #number1,
#form table td #number2,
#form table td #number3 {
  width: 20%;
}
#form table td #mail {
  width: 70%;
}
#form table td #prefecture {
  margin-left: 2%;
}
#form table td #prefecture2 {
  margin-left: 12%;
  width: 70%;
}
#form table td .prefecture {
  margin-bottom: 2%;
}
#form table td .preferred_date {
  margin: 5% 0;
}
#form table td .preferred_date p {
  margin-bottom: 2%;
}
#form table td .preferred_date select {
  margin: 0 2%;
}
#form table td.name_wrap div {
  display: inline;
}
@media screen and (max-width: 750px) {
  #form table td.name_wrap div {
    margin: 0 0 1.5%;
  }
}
#form .submit {
  border: none;
  width: 40%;
  margin: 5% auto;
  padding: 2% 0;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  background-image: linear-gradient(0deg, #7d6345 60%, #cfb491);
  border-radius: 50px;
  box-shadow: 1px 3px #000;
  display: block;
}
@media screen and (max-width: 750px) {
  #form .submit {
    font-size: 2rem;
    width: 80%;
  }
}
#form .error_m {
  color: red;
}

#access {
  padding: 5% 0;
}
#access h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3%;
}
#access h2 .gradation {
  background: linear-gradient(90deg, #533e31, #b58662 50%, #463325);
  background: -webkit-linear-gradient(0deg, #533e31, #b58662 50%, #463325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #access h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #access .flex {
    flex-direction: column;
  }
}
#access .flex div {
  width: 47%;
}
@media screen and (max-width: 750px) {
  #access .flex div {
    width: 100%;
  }
}
#access .flex div .logo {
  width: 65%;
  margin: 2% auto;
}
@media screen and (max-width: 750px) {
  #access .flex div .logo {
    width: 50%;
  }
}
#access .flex div .content_title {
  font-size: 2.5rem;
  background: #f9f3e6;
  padding: 2% 0 2% 3%;
}
@media screen and (max-width: 750px) {
  #access .flex div .content_title {
    font-size: 1.6rem;
  }
}
#access .flex div .content {
  padding: 5% 2%;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #access .flex div .content {
    font-size: 1.2rem;
  }
}

footer {
  background: #4e2f2b;
  padding: 3% 0;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 5% 0 15%;
  }
}
footer .flex {
  align-items: center;
}
@media screen and (max-width: 750px) {
  footer .flex {
    flex-direction: column-reverse;
  }
}
footer .flex div {
  width: 40%;
}
@media screen and (max-width: 750px) {
  footer .flex div {
    width: 100%;
    margin-bottom: 5%;
  }
}
footer .flex div.cta {
  width: 36%;
  background: none;
}
@media screen and (max-width: 750px) {
  footer .flex div.cta {
    width: 100%;
  }
}
footer .flex div div {
  width: 100%;
}
@media screen and (max-width: 750px) {
  footer .flex div div {
    width: 80%;
    margin: 0 auto;
  }
}
footer .flex div p {
  color: #fff;
  padding: 4% 0;
  text-align: center;
  font-size: 2.59rem;
}
@media screen and (max-width: 750px) {
  footer .flex div p {
    font-size: 1.6rem;
  }
}
footer .copyright {
  text-align: center;
  padding: 5% 0 0;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    font-size: 1rem;
  }
}
footer .flex div p.footer-text {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  footer .flex div p.footer-text {
    font-size: 1.8rem;
  }
}

.footer_btn {
  position: fixed;
  width: 100vw;
  bottom: 0;
  padding: 10px;
  background-color: #f9f3e6;
}
.footer_btn .flex {
  justify-content: center;
}
.footer_btn .flex div {
  width: 50%;
}

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