@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
}

section {
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    margin: 0;
    padding: 9vw 0;
  }
}

.container {
  max-width: calc(1000px + 40px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

/*===== header ====================================*/
header {
  background: none;
  height: 100px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  header {
    height: 80px;
    padding: 10px 0 24px 20px;
  }
}
header .logo {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  header .logo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header .logo img {
  width: 256px;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  header .logo img {
    width: 170px;
  }
}
header .right {
  display: flex;
  width: 450px;
  align-items: stretch;
}
header .tel {
  background: #ffffff;
  text-align: center;
  height: 100px;
  width: 250px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 23px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  header .tel {
    display: none;
  }
}
header .tel dd {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  position: relative;
  display: inline-block;
  color: #f42f9a;
  margin-left: 20px;
}
header .tel dd::before {
  content: "";
  background: url(../images/icn_tel.svg) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 30px;
  display: inline-block;
  bottom: 1px;
  position: absolute;
  left: -22px;
}
header .men {
  background: url(../images/icn_men.svg) no-repeat center left 20px #0badc3;
  background-size: 62px;
  width: 200px;
}
header .men a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 30px 0 90px;
  width: 100%;
}
@media (max-width: 768px) {
  header .men {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icn_men.svg) no-repeat center left 10px #0badc3;
    background-size: 32px;
    width: 130px;
  }
  header .men a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 15px 10px 45px;
    line-height: 1.3;
  }
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav ul li a {
  padding: 10px;
}

/*===== footer ====================================*/
footer {
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0 80px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
footer .logo {
  width: 200px;
  text-align: center;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  footer .logo {
    width: 150px;
    margin-bottom: 10px;
  }
}

/*===== 固定ボタン ========================================*/
#fixed_area {
  display: none;
}
@media (max-width: 768px) {
  #fixed_area {
    z-index: 1000;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #fixed_area .btn_tel {
    width: 50%;
    background: #f42f9a;
    height: 100%;
  }
  #fixed_area .btn_tel a {
    height: 100%;
    color: #ffffff;
    background: url(../images/icn_tel02.svg) no-repeat center left 15px;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 40px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #fixed_area .btn_form {
    width: 50%;
    background: #ffea02;
    height: 100%;
  }
  #fixed_area .btn_form a {
    height: 100%;
    color: #f42f9a;
    background: url(../images/icn_mail.svg) no-repeat center left 15px;
    background-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 40px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

/*===== Grid ====================================*/
.grid_container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  display: grid;
}
.grid_container.gap {
  grid-gap: 20px;
}
.grid_container .item {
  height: auto;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===== common ====================================*/
.line_y {
  background: linear-gradient(transparent 60%, #ffea02 60%);
  display: inline;
}

.title1 {
  text-align: center;
  color: #f42f9a;
  font-size: clamp(23px, 6.133vw, 46px);
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 clamp(25px, 6.667vw, 50px) 0;
}
.title1 span {
  display: block;
}
.title1 span.line {
  font-size: 18px;
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #ffea02 60%);
  display: inline;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .title1 span.line {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.title1 + p {
  margin: 0 0 clamp(25px, 6.667vw, 50px) 0;
}

.bg_blue1 {
  background-color: #f42f9a;
}

.bg_blue2 {
  background-color: #ff7caa;
}

.bg_blue3 {
  background-color: #ffeef3;
}

.bg_blue4 {
  background-color: #fadade;
}

.bg_blue5 {
  background-color: #febdd1;
}

.bg_gray {
  background-color: #f3f3f3;
}

.inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .inner_flex {
    display: block;
  }
}
.inner_flex.ai_fe {
  align-items: flex-end;
}
.inner_flex.ai_c {
  align-items: center;
}
.inner_flex.fd_rr {
  flex-direction: row-reverse;
}
.inner_flex.jc_c {
  justify-content: center;
}
.inner_flex.jc_sa {
  justify-content: space-around;
}

a.button,
input.button,
button.button {
  display: block;
  margin: 0 auto;
  color: #f42f9a;
  background-color: #ffea02;
  text-align: center;
  position: relative;
  background-color: #ffea02;
  text-decoration: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  cursor: pointer;
}
a.button:hover,
input.button:hover,
button.button:hover {
  background-color: #fff268;
  transition: all 0.5s ease 0s;
}
a.button.ss,
input.button.ss,
button.button.ss {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  a.button.ss,
  input.button.ss,
  button.button.ss {
    font-size: 3vw;
    padding: 1.3vw 1.3vw;
  }
}
a.button.s,
input.button.s,
button.button.s {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
}
@media (max-width: 768px) {
  a.button.s,
  input.button.s,
  button.button.s {
    font-size: 3.5vw;
    padding: 1.9vw 1.3vw;
  }
}
a.button.m,
input.button.m,
button.button.m {
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 30px;
}
@media (max-width: 768px) {
  a.button.m,
  input.button.m,
  button.button.m {
    font-size: 4.2vw;
    padding: 3.2vw 3.9vw;
  }
}
a.button.l,
input.button.l,
button.button.l {
  font-size: clamp(13px, 3.467vw, 26px);
  padding: 20px 30px;
}
@media (max-width: 768px) {
  a.button.l,
  input.button.l,
  button.button.l {
    padding: 3vw 3.9vw;
  }
}
a.button.arrow_r::after,
input.button.arrow_r::after,
button.button.arrow_r::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #f42f9a;
  border-right: 3px solid #f42f9a;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}
@media (max-width: 768px) {
  a.button.arrow_r::after,
  input.button.arrow_r::after,
  button.button.arrow_r::after {
    width: 1.5vw;
    height: 1.5vw;
    right: 4vw;
    top: calc(50% - 0.7vw);
  }
}

/*===== TOP ====================================*/
/*===== MV =====================================*/
#mv {
  background: url(../images/mv_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 50px 0;
}
@media (max-width: 768px) {
  #mv {
    background: url(../images/mv_bg@sp.webp) no-repeat center top;
    background-size: 100%;
    padding: 60px 0 30px 0;
  }
}
#mv .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/*===== CTA_tel =================================*/
.cta_tel {
  background: #f3f3f3;
  text-align: center;
  padding: clamp(25px, 6.667vw, 50px) 0;
}
.cta_tel p {
  color: #ff7caa;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .cta_tel p {
    font-size: 4.2vw;
  }
}
.cta_tel dl dt {
  font-size: clamp(31px, 8.267vw, 62px);
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  position: relative;
  display: inline-block;
  color: #f42f9a;
  margin-left: clamp(25px, 6.667vw, 50px);
  line-height: 1;
}
.cta_tel dl dt::before {
  content: "";
  background: url(../images/icn_tel.svg) no-repeat center center;
  background-size: clamp(20px, 5.333vw, 40px);
  width: clamp(20px, 5.333vw, 40px);
  height: clamp(27px, 7.2vw, 54px);
  display: inline-block;
  bottom: 1px;
  position: absolute;
  left: -46px;
}
@media (max-width: 768px) {
  .cta_tel dl dt::before {
    left: -6vw;
  }
}
.cta_tel dl dd {
  font-size: clamp(11px, 2.933vw, 22px);
}

/*===== monitor =================================*/
#monitor .inner {
  background: #febdd1;
  position: relative;
  padding: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #monitor .inner {
    padding: 20px;
  }
}
#monitor .inner .sub {
  background: #f42f9a;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  top: -30px;
  left: calc(50% - 140px);
  width: 280px;
}
@media (max-width: 768px) {
  #monitor .inner .sub {
    font-size: 4vw;
    width: 44vw;
    left: 0;
    top: -5.5vw;
  }
}
#monitor .inner .title {
  color: #f42f9a;
  font-size: clamp(24px, 6.4vw, 48px);
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  #monitor .inner .title {
    font-size: 5.5vw;
    text-align: left;
  }
}
#monitor .inner .box {
  background: #ffffff;
  position: relative;
  padding: 50px;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  #monitor .inner .box {
    padding: 20px;
    margin: 0 0 20px 0;
    display: block;
  }
}
#monitor .inner .box::before {
  content: "";
  background: url(../images/img_monitor01.png) no-repeat center top;
  background-size: clamp(104px, 27.733vw, 208px);
  width: clamp(96px, 25.6vw, 192px);
  height: clamp(102px, 27.2vw, 204px);
  position: absolute;
  top: clamp(-204px, -54.4vw, -408px);
  left: 0;
}
@media (max-width: 768px) {
  #monitor .inner .box::before {
    background: url(../images/img_monitor01.png) no-repeat center top;
    background-size: 100px;
    width: 95px;
    height: 100px;
    top: -98px;
    left: auto;
    right: 0;
  }
}
#monitor .inner .box::after {
  content: "";
  background: url(../images/img_monitor02.png) no-repeat center top;
  background-size: clamp(80px, 21.333vw, 160px);
  width: clamp(70px, 18.667vw, 140px);
  height: clamp(95px, 25.333vw, 190px);
  position: absolute;
  top: clamp(-190px, -50.667vw, -380px);
  right: 0;
}
@media (max-width: 768px) {
  #monitor .inner .box::after {
    display: none;
  }
}
#monitor .inner .box dt {
  border: solid 1px #f42f9a;
  border-radius: 5px;
  font-size: clamp(16px, 4.267vw, 32px);
  font-weight: bold;
  line-height: 1;
  padding: 20px;
  color: #f42f9a;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  #monitor .inner .box dt {
    padding: 5px 0 10px 0;
    margin: 0;
  }
}
#monitor .inner .box dt span {
  font-size: 143%;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}
#monitor .inner .box dd {
  text-align: left;
  font-size: clamp(17px, 4.533vw, 34px);
  font-weight: bold;
}
@media (max-width: 768px) {
  #monitor .inner .box dd {
    margin: 10px 0 0 0;
    text-align: center;
  }
}

/*===== corona ==================================*/
#corona {
  padding-top: 0;
}
#corona .inner {
  border: solid 4px #f42f9a;
  padding: clamp(20px, 5.333vw, 40px) clamp(10px, 2.667vw, 20px);
  text-align: center;
}
#corona .inner .title {
  color: #f42f9a;
  font-size: clamp(16px, 4.267vw, 32px);
  font-weight: bold;
  margin: 0 0 clamp(5px, 1.333vw, 10px) 0;
}
#corona .inner ul {
  margin: clamp(15px, 4vw, 30px) 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#corona .inner ul li {
  width: 18%;
  margin: 0 1%;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 980px) {
  #corona .inner ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #corona .inner ul li {
    width: 30%;
    margin: 20px 1.5% 0;
  }
}
#corona .inner ul li img {
  margin: 0 0 10px 0;
}
#corona .inner ul li span {
  font-size: 80%;
}

/*===== hospital ================================*/
#hospital ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hospital ul li {
  width: calc((100% - 60px) / 3);
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  #hospital ul li {
    width: calc(50% - 10px);
  }
}

/*===== reason ==================================*/
#reason .reason_box {
  position: relative;
  background: #ffffff;
  margin: 0 0 20px 0;
  padding: clamp(15px, 4vw, 30px) clamp(15px, 4vw, 30px) clamp(15px, 4vw, 30px) clamp(55px, 14.667vw, 110px);
  display: flex;
}
@media (max-width: 768px) {
  #reason .reason_box {
    display: block;
  }
}
#reason .reason_box:last-child {
  margin: 0;
}
#reason .reason_box .number {
  width: clamp(40px, 10.667vw, 80px);
  height: clamp(40px, 10.667vw, 80px);
  background: #f42f9a;
  color: #ffffff;
  font-size: clamp(22px, 5.867vw, 44px);
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#reason .reason_box .inner {
  width: calc(100% - 340px);
}
@media (max-width: 768px) {
  #reason .reason_box .inner {
    width: 100%;
  }
}
#reason .reason_box h3 {
  color: #f42f9a;
  font-size: clamp(16px, 4.267vw, 32px);
  line-height: 1.1;
  margin: 0 0 20px 0;
}
#reason .reason_box h3 span {
  font-size: 62.5%;
}
#reason .reason_box h3 span.small {
  font-size: 16px;
}
#reason .reason_box figure {
  width: 300px;
  margin: 0 0 0 40px;
}
@media (max-width: 768px) {
  #reason .reason_box figure {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

/*===== achieve =================================*/
#achieve .achieve_box {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ababab;
  padding: clamp(10px, 2.667vw, 20px);
  margin: 20px 40px 40px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#achieve .achieve_box dl {
  display: grid;
  grid-template-areas: "title" "image" "detail";
  gap: 1em;
}
#achieve .achieve_box dl dt.title {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 1px #f42f9a;
  color: #f42f9a;
}
@media (max-width: 768px) {
  #achieve .achieve_box dl dt.title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
}
#achieve .achieve_box dl dt.title span {
  position: absolute;
  left: 0;
  color: #ffeef3;
}
#achieve .achieve_box dl dd.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#achieve .achieve_box dl dd.detail {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}
#achieve .achieve_box dl dd.detail p {
  background: #f42f9a;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  padding: 0.2em;
}
@media (max-width: 768px) {
  #achieve .achieve_box dl dd.detail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#achieve .achieve_box dl dd.detail .fee {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
#achieve .achieve_box dl dd.detail .fee dd {
  text-align: right;
}

/*===== treatment ===================================*/
#treatment {
  padding-bottom: 120px;
}
#treatment dt.header {
  margin: clamp(20px, 5.333vw, 40px) 0 clamp(20px, 5.333vw, 40px) 0;
  padding: 3em 10px 1em;
  width: 100%;
  background: #ffffff;
  color: #f42f9a;
  text-align: center;
  line-height: 1.3;
  border-bottom: 2px solid #f42f9a;
  font-size: clamp(18px, 4.8vw, 36px);
  font-weight: bold;
}
@media (max-width: 768px) {
  #treatment dt.header {
    font-size: 6vw;
  }
}
#treatment dd {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #treatment dd {
    font-size: 14px;
    font-size: 1.4rem;
    grid-template-columns: 1fr;
  }
}
#treatment .mpgun {
  background: #fadade;
  padding: 2%;
  margin: 2rem auto;
  display: grid;
  grid-template-areas: "a a" "b c" "d c" "e e";
  grid-template-columns: 60% 1fr;
  gap: 1em;
  align-items: center;
}
@media (max-width: 768px) {
  #treatment .mpgun {
    padding: 4%;
    grid-template-areas: "a a" "b b" "c c" "d d" "e e";
  }
}
#treatment .mpgun dt {
  grid-area: a;
  background: none;
  border-bottom: none;
  position: relative;
  margin: 1em auto;
  padding: 0 0 1em;
  font-size: 22px;
  font-size: 2.2rem;
}
#treatment .mpgun dt:after {
  content: "";
  position: absolute;
  background: #f42f9a;
  width: 10%;
  height: 2px;
  bottom: 0;
  left: 45%;
}
#treatment .mpgun dd.det {
  grid-area: b;
}
#treatment .mpgun dd.image {
  grid-area: c;
}
#treatment .mpgun dd.effects {
  grid-area: e;
}
#treatment .mpgun dd.list {
  grid-area: d;
  background: #ffffff;
  border-radius: 10px;
  padding: 2%;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  #treatment .mpgun dd.list {
    padding: 4%;
  }
}
#treatment .mpgun dd.list p {
  background: url(../images/icn_check.png) no-repeat left 5px/30px;
  padding: 0 0 0 40px;
  margin: 1em auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#treatment .minokiflow {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em auto;
  line-height: 3em;
}
#treatment .minokiflow dl.flow {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 20px 2em;
}
#treatment .minokiflow dl.flow dt {
  text-align: center;
  color: #ffffff;
  position: relative;
  color: #f42f9a;
}
#treatment .minokiflow dl.flow dt:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 17.3205080757px;
  width: 100%;
}
#treatment .minokiflow dl.flow dt.first {
  background: #ffeef3;
}
#treatment .minokiflow dl.flow dt.first:before {
  background: #ffeef3;
}
#treatment .minokiflow dl.flow dt.second {
  background: #fadade;
}
#treatment .minokiflow dl.flow dt.second:before {
  background: #fadade;
}
#treatment .minokiflow dl.flow dt.third {
  background: #febdd1;
}
#treatment .minokiflow dl.flow dt.third:before {
  background: #febdd1;
}
#treatment .minokiflow dl.flow dt.fourth {
  background: #f42f9a;
  color: #ffffff;
}
#treatment .minokiflow dl.flow dt.fourth:before {
  background: #f42f9a;
}
#treatment .minokiflow dl.flow dt:not(.first) {
  padding-top: 20px;
}
#treatment .minokiflow dl.flow dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#treatment .minokiflow dl.flow dd:not(.first) {
  padding-top: 20px;
}
#treatment .detail {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  #treatment .detail {
    grid-template-columns: 1fr;
  }
}
#treatment .detail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.review__wrap {
  display: grid;
}
.review__wrap dl {
  padding: 2em 0;
  border-bottom: 1px solid #ababab;
  display: grid;
  grid-template-columns: 5% 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 0.8em;
  align-items: start;
}
@media (max-width: 768px) {
  .review__wrap dl {
    grid-template-columns: 8% 1fr;
  }
}
.review__wrap dl dt {
  font-size: clamp(14px, 3.733vw, 28px);
  position: relative;
}
.review__wrap dl dd.icon {
  grid-row: 1/4;
}
.review__wrap dl dd.icon img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.review__wrap dl dd.star {
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: bold;
  color: #ffbb02;
}
.review__wrap dl dd.comment p {
  padding-bottom: 0.5em;
}

/*===== price ===================================*/
#price {
  padding-top: 0;
}
#price dl {
  text-align: center;
}
#price dl dt {
  background: #febdd1;
  padding: clamp(5px, 1.333vw, 10px);
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: bold;
  color: #f42f9a;
}
#price dl dd {
  background: #ffeef3;
  padding: clamp(10px, 2.667vw, 20px) clamp(10px, 2.667vw, 20px) clamp(15px, 4vw, 30px) clamp(10px, 2.667vw, 20px);
  font-size: clamp(11px, 2.933vw, 22px);
  font-weight: bold;
  line-height: 1.5;
}
#price dl dd .price {
  font-size: 127%;
}
#price dl dd .strong {
  font-size: 140%;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
}

.priceCopy {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .priceCopy {
    font-size: 6vw;
  }
}

.pricelist .pricewrap {
  display: grid;
  border: 1px solid #ababab;
}
.pricelist .pricewrap dl,
.pricelist .pricewrap ul {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 5;
  text-align: center;
  border-bottom: 1px solid #ababab;
}
.pricelist .pricewrap dl:last-child,
.pricelist .pricewrap ul:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .pricelist .pricewrap dl,
  .pricelist .pricewrap ul {
    grid-template-areas: "a a a a" "b c d f";
    grid-template-columns: subgrid;
    grid-column: span 4;
  }
}
.pricelist .pricewrap dl li,
.pricelist .pricewrap dl dt,
.pricelist .pricewrap ul li,
.pricelist .pricewrap ul dt {
  background-color: #f9ecea;
  padding: 0.8em;
  display: grid;
  align-items: center;
  font-weight: bold;
}
.pricelist .pricewrap dl li:first-of-type,
.pricelist .pricewrap dl dt:first-of-type,
.pricelist .pricewrap ul li:first-of-type,
.pricelist .pricewrap ul dt:first-of-type {
  border-left: none;
}
@media (max-width: 768px) {
  .pricelist .pricewrap dl li:first-child,
  .pricelist .pricewrap dl dt:first-child,
  .pricelist .pricewrap ul li:first-child,
  .pricelist .pricewrap ul dt:first-child {
    grid-area: a;
    border-bottom: 1px solid #ababab;
  }
}
.pricelist .pricewrap dl dd,
.pricelist .pricewrap ul dd {
  display: grid;
  padding: 0.8em;
  align-items: center;
  border-left: 1px solid #ababab;
}
@media (max-width: 768px) {
  .pricelist .pricewrap dl dd:first-of-type,
  .pricelist .pricewrap ul dd:first-of-type {
    border-left: none;
  }
}
.pricelist .pricewrap ul li {
  border-left: 1px solid #ababab;
}
@media (max-width: 768px) {
  .pricelist .pricewrap ul li:nth-child(2) {
    border-left: none;
  }
}
.pricelist .pricewrap .red {
  color: #dd695e;
}

#feature h2.pricelist {
  margin-top: 80px;
}

/*===== onayami =================================*/
#onayami {
  padding-top: 5em;
}
#onayami .title_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
#onayami .title_area .illust {
  max-width: 30%;
  margin: 0 30px 0 0;
}
#onayami .title {
  font-size: clamp(20px, 5.333vw, 40px);
  color: #ff7caa;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #onayami .title {
    font-size: 5vw;
  }
}
#onayami .title span {
  font-size: 115%;
  color: #f42f9a;
}
#onayami .checklist {
  background: #f3f3f3;
  padding: clamp(20px, 5.333vw, 40px);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #onayami .checklist {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
}
#onayami .checklist ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #onayami .checklist ul {
    display: block;
  }
}
#onayami .checklist ul li {
  width: 50%;
  background: url(../images/icn_check.png) no-repeat top left;
  background-size: 40px;
  padding: 6px 0 6px 50px;
  line-height: 1.3;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #onayami .checklist ul li {
    width: 100%;
    background-size: 25px;
    padding: 1px 0 1px 35px;
    margin: 10px 0;
  }
}
#onayami .att_box {
  background: url(../images/img_onayami02.png) no-repeat right 30px top -20% #ff7caa;
  background-size: 188px;
  padding: clamp(25px, 6.667vw, 50px) clamp(30px, 8vw, 60px);
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #onayami .att_box {
    background: url(../images/img_onayami02.png) no-repeat right 10px top 30px #ff7caa;
    background-size: 95px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 80px 20px 20px;
  }
}
#onayami .att_box .attention {
  color: #ffea02;
  background: url(../images/icn_att.svg) no-repeat left center;
  padding: 10px 0 10px 70px;
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 768px) {
  #onayami .att_box .attention {
    background-size: 30px;
    padding: 0 0 0 40px;
    font-size: 3.7vw;
  }
}
#onayami .att_box .aga {
  font-size: clamp(20px, 5.333vw, 40px);
  font-weight: 900;
}
#onayami .att_box .aga .blue {
  font-size: 150%;
  color: #febdd1;
}
#onayami .att_box .aga .yellow {
  font-size: 150%;
  color: #ffea02;
}

/*===== progression =============================*/
#progression {
  color: #ffffff;
}
#progression .title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
  padding: clamp(10px, 2.667vw, 20px) 0;
  font-size: clamp(25px, 6.667vw, 50px);
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  text-align: center;
  font-weight: 900;
}
#progression .title::before {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -12px;
  border: 26px solid transparent;
  border-top: 26px solid #ff7caa;
  z-index: 2;
}
@media (max-width: 768px) {
  #progression .title::before {
    bottom: -32px;
    margin-left: -20px;
    border: 16px solid transparent;
    border-top: 16px solid #ff7caa;
  }
}
#progression .title::after {
  content: "";
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -14px;
  border: 28px solid transparent;
  border-top: 28px solid #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  #progression .title::after {
    bottom: -37px;
    margin-left: -22px;
    border: 18px solid transparent;
    border-top: 18px solid #ffffff;
  }
}
#progression .title span {
  color: #ffea02;
}
#progression .txt {
  width: calc(50% - 40px);
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #progression .txt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#progression figure {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  #progression figure {
    width: 100%;
    margin: 20px 0 0;
  }
}

/*===== knowledge ===============================*/
#knowledge1,
#knowledge2 {
  padding-top: clamp(25px, 6.667vw, 50px);
}
#knowledge1 .title_area,
#knowledge2 .title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
}
@media (max-width: 768px) {
  #knowledge1 .title_area .mark,
  #knowledge2 .title_area .mark {
    width: 20vw;
  }
}
#knowledge1 .title_area .title,
#knowledge2 .title_area .title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  color: #f42f9a;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 980px) {
  #knowledge1 .title_area .title,
  #knowledge2 .title_area .title {
    font-size: 4.2vw;
  }
}
@media (max-width: 768px) {
  #knowledge1 .title_area .title,
  #knowledge2 .title_area .title {
    font-size: 5vw;
  }
}
#knowledge1 .title_area .title span,
#knowledge2 .title_area .title span {
  font-size: 135%;
}
@media (max-width: 768px) {
  #knowledge1 .title_area .illust,
  #knowledge2 .title_area .illust {
    display: none;
  }
}
#knowledge1 .title_ballon,
#knowledge2 .title_ballon {
  position: relative;
  margin: clamp(20px, 5.333vw, 40px) 0 clamp(20px, 5.333vw, 40px) 0;
  padding: 10px;
  width: 100%;
  background: #ffffff;
  font-size: clamp(13px, 3.467vw, 26px);
  color: #f42f9a;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #knowledge1 .title_ballon,
  #knowledge2 .title_ballon {
    font-size: 5vw;
  }
}
#knowledge1 .title_ballon::before,
#knowledge2 .title_ballon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
#knowledge1 .txt,
#knowledge2 .txt {
  width: calc(50% - 40px);
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #knowledge1 .txt,
  #knowledge2 .txt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#knowledge1 .txt span,
#knowledge2 .txt span {
  font-size: 125%;
  font-weight: bold;
}
#knowledge1 figure,
#knowledge2 figure {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  #knowledge1 figure,
  #knowledge2 figure {
    width: 100%;
    margin: 20px 0;
  }
}

#knowledge1 {
  position: relative;
}
#knowledge1::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: calc(50vw - 50% - 40px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fadade;
  height: 40px;
  width: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  #knowledge1::before {
    bottom: -20px;
  }
}
#knowledge1 h2.title {
  position: relative;
  display: block;
  width: 100%;
  margin: 10% 0 clamp(20px, 5.333vw, 40px) 0;
  padding: clamp(10px, 2.667vw, 20px) 0;
  font-size: clamp(25px, 6.667vw, 50px);
  border-top: solid 2px #f42f9a;
  border-bottom: solid 2px #f42f9a;
  text-align: center;
  font-weight: 900;
  color: #f42f9a;
}
#knowledge1 h2.title::before {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -12px;
  border: 26px solid transparent;
  border-top: 26px solid #fadade;
  z-index: 2;
}
@media (max-width: 768px) {
  #knowledge1 h2.title::before {
    bottom: -32px;
    margin-left: -20px;
    border: 16px solid transparent;
    border-top: 16px solid #fadade;
  }
}
#knowledge1 h2.title::after {
  content: "";
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -14px;
  border: 28px solid transparent;
  border-top: 28px solid #f42f9a;
  z-index: 1;
}
@media (max-width: 768px) {
  #knowledge1 h2.title::after {
    bottom: -37px;
    margin-left: -22px;
    border: 18px solid transparent;
    border-top: 18px solid #f42f9a;
  }
}
#knowledge1 h2.title span {
  background: linear-gradient(transparent 60%, #ffea02 60%);
  display: inline;
}
#knowledge1 .txt2 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #knowledge1 .txt2 {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#knowledge1 .txt2 span {
  font-size: 125%;
  font-weight: bold;
}

/*===== realization =============================*/
#realization .box p {
  color: #f42f9a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #realization .box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#realization .box p::before {
  content: "＼";
}
#realization .box p::after {
  content: "／";
}
@media (max-width: 768px) {
  #realization .box {
    margin: 0 0 30px 0;
  }
}
#realization .txt {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  margin: 20px 0 0 0;
  color: #f42f9a;
}
@media (max-width: 768px) {
  #realization .txt {
    font-size: 6vw;
  }
}

/*===== comparison ==============================*/
#comparison .tbl_pc th {
  border: solid 1px #000000;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f42f9a;
}
#comparison .tbl_pc td {
  border: solid 1px #f42f9a;
  padding: 30px 20px;
  background: #ffffff;
  vertical-align: middle;
}
#comparison .tbl_pc td.aga {
  background: #fffbcf;
  border-left: solid 4px #fd0089;
  border-right: solid 4px #fd0089;
}
#comparison .tbl_pc td.aga.last {
  border-bottom: solid 4px #fd0089;
}
#comparison .tbl_pc td .price {
  font-size: 137%;
  font-weight: bold;
}
#comparison .tbl_pc thead th {
  background: #febdd1;
  padding: 30px 10px;
}
#comparison .tbl_pc thead th.clear {
  background: none;
  border: none;
}
#comparison .tbl_pc thead th.aga {
  background: #f42f9a;
  color: #ffffff;
  border: solid 4px #fd0089;
}
#comparison .tbl_pc tbody th {
  background: #f3f3f3;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  width: 15%;
}
#comparison .tbl_sp {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
#comparison .tbl_sp th {
  border: solid 1px #f42f9a;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #f42f9a;
}
#comparison .tbl_sp td {
  border: solid 1px #f42f9a;
  padding: 10px;
  background: #ffffff;
  vertical-align: middle;
}
#comparison .tbl_sp td .price {
  font-size: 120%;
  font-weight: bold;
}
#comparison .tbl_sp thead th {
  background: #febdd1;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
#comparison .tbl_sp tbody th {
  background: #f3f3f3;
  padding: 10px;
  width: 35%;
}
#comparison .tbl_sp.aga thead th {
  background: #f42f9a;
  color: #ffffff;
}
#comparison .tbl_sp.aga td {
  background: #fffbcf;
}

/*===== feature =================================*/
#feature .inner_flex {
  flex-wrap: wrap;
  align-items: stretch;
}
#feature .box {
  background: #ffeef3;
  width: calc(50% - 20px);
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
  text-align: center;
}
@media (max-width: 768px) {
  #feature .box {
    width: 100%;
  }
}
#feature .box dt {
  padding: 10px;
  background: #f42f9a;
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: bold;
  padding: 5px;
  color: #ffffff;
}
#feature .box dt span {
  font-size: 120%;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}
#feature .box dd {
  padding: clamp(10px, 2.667vw, 20px);
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #feature .box dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#feature .box dd .small {
  font-size: 75%;
}
#feature .box.box2 {
  width: 100%;
}
#feature .box.box2 dt {
  background: #febdd1;
  color: #f42f9a;
}
#feature .box.box2 dd {
  background: url(../images/img_feature01.png) no-repeat center left 10%;
  background-size: clamp(40px, 10.667vw, 80px);
}
@media (max-width: 768px) {
  #feature .box.box2 dd {
    background: none;
  }
}
#feature .more {
  text-align: center;
  padding: 0 0 clamp(10px, 2.667vw, 20px);
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: bold;
}
#feature .arrow {
  width: 50px;
  margin: 0 auto;
}

/*===== cta_form ================================*/
.cta_form {
  text-align: center;
  padding: clamp(25px, 6.667vw, 50px) 0;
  color: #ffffff;
  overflow: hidden;
}
.cta_form .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 clamp(10px, 2.667vw, 20px);
}
@media (max-width: 768px) {
  .cta_form .title {
    font-size: 5.5vw;
  }
}
.cta_form .container::before {
  background: url(../images/img_cta01@2x.png) no-repeat left bottom;
  background-size: clamp(124px, 33.067vw, 248px);
  content: "";
  width: clamp(124px, 33.067vw, 248px);
  height: clamp(136px, 36.267vw, 272px);
  display: block;
  position: absolute;
  bottom: clamp(-50px, -13.333vw, -100px);
  left: -40px;
}
@media (max-width: 768px) {
  .cta_form .container::before {
    background-size: 32vw;
    width: 32vw;
    height: 36vw;
    bottom: -7vw;
    left: -30px;
    z-index: 1;
  }
}
.cta_form .btn {
  margin: clamp(10px, 2.667vw, 20px) 0 0 0;
}

/*===== cta_online ==============================*/
.cta_online {
  text-align: center;
  padding: clamp(25px, 6.667vw, 50px) 0;
}
.cta_online .container {
  background: url(../images/img_cta02@2x.png) no-repeat center right;
  background-size: 183px;
}
@media (max-width: 768px) {
  .cta_online .container {
    background-size: 18.3vw;
  }
}
.cta_online .round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cta_online .round li {
  display: inline-block;
  border-radius: 20px;
  background: #ff7caa;
  color: #ffffff;
  margin: 0 5px;
  padding: 3px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cta_online .round li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 2px 4px;
    padding: 2px 15px;
  }
}
.cta_online .title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: clamp(5px, 1.333vw, 10px) 0;
  color: #ff7caa;
}
@media (max-width: 768px) {
  .cta_online .title {
    font-size: 5.5vw;
  }
}
.cta_online .check {
  display: inline-block;
  margin: clamp(10px, 2.667vw, 20px) auto;
  text-align: left;
}
.cta_online .check li {
  font-size: 18px;
  font-size: 1.8rem;
  background: url(../images/icn_check02.svg) no-repeat left center;
  padding: 0 0 0 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cta_online .check li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.cta_online .btn {
  margin: clamp(10px, 2.667vw, 20px) 0 0 0;
}
.cta_online .btn span {
  display: inline-block;
  border-radius: 20px;
  background: #f42f9a;
  color: #ffffff;
  padding: 3px 20px;
  font-size: 70%;
}

/*===== faq =====================================*/
#faq dl {
  background: #ffeef3;
  margin: 0 0 10px 0;
}
#faq dl dt {
  background: url(../images/arrow02.svg) no-repeat center right 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 60px 15px 40px;
  color: #f42f9a;
}
@media (max-width: 768px) {
  #faq dl dt {
    background: url(../images/arrow02.svg) no-repeat center right 15px;
    background-size: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 40px 10px 20px;
  }
}
#faq dl dt::before {
  content: "Q";
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  #faq dl dt::before {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 10px 0 0;
  }
}
#faq dl dt.active {
  background: url(../images/arrow03.svg) no-repeat center right 30px;
}
@media (max-width: 768px) {
  #faq dl dt.active {
    background: url(../images/arrow03.svg) no-repeat center right 15px;
    background-size: 15px;
  }
}
#faq dl dd {
  padding: 0 15px 20px 40px;
  display: none;
}
@media (max-width: 768px) {
  #faq dl dd {
    padding: 0 10px 15px 20px;
  }
}
#faq dl dd::before {
  content: "A";
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  margin: 0 20px 0 0;
  color: #ff7caa;
}
@media (max-width: 768px) {
  #faq dl dd::before {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 10px 0 0;
  }
}

/*===== sns =====================================*/
#sns .title {
  text-align: center;
  font-size: clamp(16px, 4.267vw, 32px);
  font-weight: bold;
  color: #f42f9a;
  margin: 0 0 clamp(10px, 2.667vw, 20px) 0;
}
#sns .btn {
  margin: 0 auto;
  max-width: 600px;
}
#sns .insta {
  background: url(../images/icn_insta.png) no-repeat center left 30px #ffffff;
  background-size: clamp(35px, 9.333vw, 70px);
  font-weight: bold;
  color: #000000;
  padding: clamp(25px, 6.667vw, 50px) 0;
  font-size: clamp(13px, 3.467vw, 26px);
}

/*===== message =================================*/
#message .txt {
  width: calc(60% - 80px);
}
@media (max-width: 768px) {
  #message .txt {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#message figure {
  width: 40%;
}
@media (max-width: 768px) {
  #message figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

/*===== access ==================================*/
#access .detail {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  #access .detail {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#access .detail .clinic_name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #f42f9a;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  #access .detail .clinic_name {
    font-size: 5vw;
  }
}
#access .detail dl {
  border-top: solid 1px #a8bbbe;
  padding: 15px 0;
}
#access .detail dl:last-child {
  border-bottom: solid 1px #a8bbbe;
}
#access .detail dl dt {
  color: #ff7caa;
  font-weight: bold;
}
#access figure {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  #access figure {
    width: 100%;
  }
}
#access .map {
  margin: clamp(20px, 5.333vw, 40px) 0 0 0;
  border: solid 5px #ffffff;
}
#access .map iframe {
  width: 100%;
  height: 350px;
}

/*===== form ====================================*/
#form {
  padding: clamp(50px, 13.333vw, 100px) 0;
}
#form .form_Area {
  background: #ffffff;
  width: 100%;
  padding: clamp(20px, 5.333vw, 40px);
  max-width: 900px;
  margin: 0 auto 0;
  /*チェックボックス*/
  /*セレクト*/
  /*ラジオボタン*/
  /* エラーメッセージ*/
}
@media (max-width: 768px) {
  #form .form_Area {
    width: 100%;
    margin: 0;
  }
}
#form .form_Area table {
  width: 100%;
}
#form .form_Area table tr {
  border-bottom: solid 1px #ababab;
}
#form .form_Area table tr th {
  padding: 20px 40px 20px 0;
  width: 40%;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
#form .form_Area table tr th .hissu {
  float: right;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 15px;
  background: #ff3a3a;
}
#form .form_Area table tr td {
  padding: 20px 0;
  width: 60%;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
#form .form_Area table tr td p {
  font-size: 13px;
  font-size: 1.3rem;
}
#form .form_Area table tr td ul li {
  margin: 0 0 5px 0;
}
@media (max-width: 768px) {
  #form .form_Area table tr th {
    padding: 10px 5px 0 5px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #form .form_Area table tr th .hissu {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 10px;
  }
  #form .form_Area table tr td {
    padding: 5px 0 20px 0;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  #form .form_Area table tr td p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#form .form_Area input[type=text],
#form .form_Area input[type=email],
#form .form_Area input[type=tel],
#form .form_Area textarea {
  border: none;
  background: #eeeeee;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  #form .form_Area input[type=text],
  #form .form_Area input[type=email],
  #form .form_Area input[type=tel],
  #form .form_Area textarea {
    padding: 10px;
  }
}
#form .form_Area textarea {
  height: 180px;
}
#form .form_Area input[type=checkbox] {
  display: none;
  margin: 0;
}
#form .form_Area input[type=checkbox] + label {
  padding: 0 0 0 30px;
  position: relative;
}
#form .form_Area input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  background: #fff;
  border: 2px solid #ababab;
}
#form .form_Area input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  box-sizing: border-box;
  display: block;
  left: 2px;
  width: 16px;
  height: 12px;
  margin-top: -3px;
  border-left: 2px solid #003b4d;
  border-bottom: 2px solid #003b4d;
  transform: rotate(-45deg);
}
#form .form_Area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eeeeee url(../images/arrow_select.svg) no-repeat right 10px center;
  background-size: 12px;
  border: none;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #form .form_Area select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#form .form_Area select ::-ms-expand {
  display: none;
}
#form .form_Area label.radio {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0px 0 3px 40px;
}
#form .form_Area label.radio:before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #ababab;
  border-radius: 50%;
  left: 0px;
  content: "";
  z-index: 3;
}
#form .form_Area label.radio:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 6px;
  top: 6px;
  background-color: #ff0000;
  z-index: 1;
}
#form .form_Area label.radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px !important;
  box-shadow: 26px 2px #ffffff;
}
#form .form_Area label.radio input[type=radio]:checked {
  box-shadow: none;
}
#form .form_Area label.radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 26px 2px #fff;
}
#form .form_Area .error {
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}
#form .form_Area .error:empty {
  display: none;
}
#form .form_Area .policy {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 20px 0;
}
#form .form_Area .policy dt {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#form .form_Area .policy dd {
  text-align: left;
}
#form .form_Area .policy .scroll {
  overflow-y: scroll;
  width: 100%;
  border: 2px solid #cccccc;
  height: 200px;
  padding: 20px;
  margin: 0 0 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #form .form_Area .policy .scroll {
    height: 150px;
  }
}
#form .form_Area .btn {
  margin: 20px 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  #form .form_Area .btn {
    margin: 20px 0 0 0;
  }
}
#form .form_Area .btn input,
#form .form_Area .btn button,
#form .form_Area .btn a {
  margin: 0 10px;
  padding: 18px 0;
  max-width: 300px;
  width: calc(100% - 20px);
  border: none;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #form .form_Area .btn input,
  #form .form_Area .btn button,
  #form .form_Area .btn a {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#form .form_Area .btn input.btn_contact, #form .form_Area .btn input.btn_entry, #form .form_Area .btn input.btn_confirm,
#form .form_Area .btn button.btn_contact,
#form .form_Area .btn button.btn_entry,
#form .form_Area .btn button.btn_confirm,
#form .form_Area .btn a.btn_contact,
#form .form_Area .btn a.btn_entry,
#form .form_Area .btn a.btn_confirm {
  background: #f42f9a;
  cursor: pointer;
  color: #ffffff;
}
#form .form_Area .btn input.btn_contact:hover, #form .form_Area .btn input.btn_entry:hover, #form .form_Area .btn input.btn_confirm:hover,
#form .form_Area .btn button.btn_contact:hover,
#form .form_Area .btn button.btn_entry:hover,
#form .form_Area .btn button.btn_confirm:hover,
#form .form_Area .btn a.btn_contact:hover,
#form .form_Area .btn a.btn_entry:hover,
#form .form_Area .btn a.btn_confirm:hover {
  background: #ff55dd;
}
#form .form_Area .btn input.btn_back,
#form .form_Area .btn button.btn_back,
#form .form_Area .btn a.btn_back {
  background: #666666;
  cursor: pointer;
  color: #ffffff;
}
#form .form_Area .btn input.btn_back:hover,
#form .form_Area .btn button.btn_back:hover,
#form .form_Area .btn a.btn_back:hover {
  background: #999999;
}
#form .form_Area .btn_other {
  margin: 20px 0 0 0;
}
#form .form_Area .btn_other a {
  margin: 0;
}
#form.confirm {
  padding: 150px 0 100px;
}
@media (max-width: 768px) {
  #form.confirm {
    padding: 110px 0 50px;
  }
}
#form.confirm .title {
  color: #008000;
  font-size: clamp(25px, 6vw, 36px);
}
#form.confirm .form_Area {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  #form.confirm .form_Area {
    padding: 10px;
  }
}
#form.confirm table {
  margin: 50px 0 0 0;
}
#form.confirm table tr th {
  padding: 30px 40px 30px 0;
  width: 40%;
}
@media (max-width: 768px) {
  #form.confirm table tr th {
    width: 100%;
  }
}
#form.confirm table tr td {
  width: 60%;
}
@media (max-width: 768px) {
  #form.confirm table tr td {
    width: 100%;
  }
}
#form.confirm .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
#form.confirm .btn a,
#form.confirm .btn input,
#form.confirm .btn button {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #form.confirm table {
    margin: 30px 0 0 0;
  }
  #form.confirm table tr th {
    padding: 10px;
  }
  #form.confirm .btn {
    display: block;
  }
  #form.confirm .btn a,
  #form.confirm .btn input,
  #form.confirm .btn button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#form.thankyou {
  padding: 200px 0 200px;
}
@media (max-width: 768px) {
  #form.thankyou {
    padding: 150px 0 100px;
  }
}
#form.thankyou .title {
  color: #f42f9a;
  font-size: clamp(25px, 6vw, 36px);
  text-align: center;
  margin: 0 0 30px 0;
}
#form.thankyou p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #form.thankyou p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.reasonable {
  font-size: 22px;
  font-size: 2.2rem;
  background: linear-gradient(transparent 60%, #ffea02 60%);
  display: inline;
  display: inline-block;
  position: relative;
  margin-left: 1.8em;
}
@media (max-width: 768px) {
  .reasonable {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.reasonable::before {
  content: url(../images/good.svg);
  position: absolute;
  left: -1.8em;
  top: calc(50% - 0.75em);
  width: 1.5em;
}

/*===== Utility ====================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.w500 {
  width: 500px !important;
}

.w550 {
  width: 550px !important;
}

.w50p {
  width: 50% !important;
  max-width: 50% !important;
}

@media (max-width: 768px) {
  .w100p_sp {
    width: 100% !important;
  }
}
.mincho {
  font-family: "Noto Serif JP", serif;
}

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

.fs_ss {
  font-size: 10px;
  font-size: 1rem;
}

.fs_s {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs_l {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs_ll {
  font-size: 18px;
  font-size: 1.8rem;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.fl {
  padding: 0 20px 10px 0;
  float: left !important;
}

.fr {
  padding: 0 0 10px 20px;
  float: right !important;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.photo-16-9 {
  position: relative;
}
.photo-16-9::before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
.photo-16-9::after {
  content: "";
  display: block;
  clear: both;
}
.photo-16-9 > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.photo-16-9 > .image {
  -o-object-fit: cover;
     object-fit: cover;
}