*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section {
  display: block;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  list-style-position: outside;
}
li > ul,
li > ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
del {
  text-decoration: line-through;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table td,
table th {
  word-wrap: break-word;
}
input,
select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
iframe {
  vertical-align: bottom;
}
svg {
  max-width: 100%;
}

[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin-bottom: 25px;
  box-sizing: content-box;
  overflow: visible;
}

a {
  background-color: transparent;
}
a {
  color: #333;
  transition: 0.3s ease;
}

small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}

/* Clearings */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.site-header:after,
.site-content:after {
  clear: both;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  position: relative;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.625;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
#content {
  position: relative;
}
.content-inner {
  position: relative;
  width: 89.3333%;
  max-width: 1000px;
  margin: 0 auto;
  &.hidden {
    overflow-x: clip;
  }
}
p {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333vw;
  }
  .content-inner {
    width: 89.3333%;
  }
  p {
    margin-top: 1.6vw;
  }
}

/*--------------------------------------------------------------
  Common
 --------------------------------------------------------------*/
.c-alphanumeric {
  font-family: "adobe-garamond-pro", serif;
}
.c-red {
  color: #dc8f94;
}
.c-ta-c {
  text-align: center !important;
}
.c-fw-b {
  font-weight: 700;
}
.c-fs-s {
  font-size: 12px;
}
.mb0 {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .c-pc-ta-c {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-fs-s {
    font-size: 2.6666vw;
  }
}

/* タイトル */
.c-title {
  position: relative;
  max-width: 1000px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.23;
  margin: 0 auto 60px;
  z-index: 10;
}
.c-title span:not(.suffix) {
  display: block;
  font-size: 28px;
}
.c-title .suffix {
  position: absolute;
  color: #f7f6f4;
  font-family: "adobe-garamond-pro", serif;
  font-size: 100px;
  line-height: 1;
  top: 0;
  left: -145px;
  transform: translateY(-55%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .c-title .suffix {
    left: -45px;
  }
}
@media only screen and (max-width: 768px) {
  .c-title {
    width: 89.3333vw;
    font-size: 9.3333vw;
    margin-bottom: 10.6666vw;
  }
  .c-title span:not(.suffix) {
    font-size: 4.8vw;
  }
  .c-title .suffix {
    font-size: 10.6666vw;
    top: -5.3333vw;
    left: -6.6666vw;
  }
}

.c-sec-title {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 70px;
}
.c-sec-title .suffix {
  position: absolute;
  color: #f7f6f4;
  font-family: "adobe-garamond-pro", serif;
  font-size: 42px;
  font-weight: 500;
  top: 0;
  left: -40px;
  transform: translateY(-45%);
  white-space: nowrap;
  z-index: -1;
}
.c-sec-title::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #333;
  top: 50%;
  right: -20px;
  transform: translateX(100%);
}
@media only screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 6.4vw;
    line-height: 1.28;
    margin-bottom: 10.6666vw;
  }
  .c-sec-title .suffix {
    font-size: 42px;
    left: -6.6666vw;
    transform: translateY(-52%);
  }
  .c-sec-title .suffix.row2 {
    transform: translateY(-28%);
  }
  .c-sec-title::after {
    width: 11.5vw;
    right: -2.6666vw;
  }
}

/* 下層ページ */
.c-subpage {
  color: #fff;
  background-color: #333;
  margin-top: 70px;
  padding: 164px 0 40px;
}
.c-subpage .c-title {
  margin-bottom: 0;
}
.c-subpage .suffix {
  color: #404040;
  top: -130px;
  transform: translateY(0) !important;
}
.c-subpage.c-bg-gray {
  color: #333;
  background-color: #d1d5d3;
}
.c-subpage.c-bg-gray .suffix {
  color: #d8dbd9;
}
@media only screen and (max-width: 768px) {
  .c-subpage {
    margin-top: 55px;
    padding: 24.8vw 0 5.3333vw;
  }
  .c-subpage .suffix {
    top: -20vw;
  }
}

/* 注釈 */
.c-notes-list {
  font-size: 12px;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.c-notes-list li {
  width: 100% !important;
}
.p-detail-list + .c-notes-list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .c-notes-list {
    font-size: 2.6666vw;
  }
  .p-detail-list + .c-notes-list {
    margin-top: 2.6666vw;
  }
}

/* 予約ボタン */
.c-reserve {
  background: url(../images/common/bg_reserve.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.c-reserve p {
  font-size: 32px;
  margin: 0 0 20px 0;
  text-align: center;
}
.c-reserve-list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.c-reserve-list li {
  width: 32%;
}
.c-reserve-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  height: 60px;
  font-size: 18px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 0 25px;
  text-decoration: none;
}
.c-reserve-list li a span {
  font-size: 11px;
}
.c-reserve-list li a:hover {
  color: #333;
  background-color: transparent;
}
.c-reserve-list li a::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.c-reserve-list li a.btn-line {
  padding-left: 59px;
}
.c-reserve-list li a.btn-line::after {
  width: 34px;
  height: 32px;
  background-image: url(../images/common/ico_line.svg);
}
.c-reserve-list li a.btn-line:hover::after {
  background-image: url(../images/common/ico_line_on.svg);
}
.c-reserve-list li a.btn-web {
  padding-left: 56px;
}
.c-reserve-list li a.btn-web::after {
  width: 31px;
  height: 30px;
  background-image: url(../images/common/ico_calendar.svg);
}
.c-reserve-list li a.btn-web:hover::after {
  background-image: url(../images/common/ico_calendar_on.svg);
}
.c-reserve-list li a.btn-tel {
  color: #333;
  line-height: 1.3;
  background-color: transparent;
  padding-left: 51px;
}
.c-reserve-list li a.btn-tel:hover {
  color: #fff;
  background-color: #333;
}
.c-reserve-list li a.btn-tel::after {
  width: 26px;
  height: 24px;
  background-image: url(../images/common/ico_tel.svg);
}
.c-reserve-list li a.btn-tel:hover::after {
  background-image: url(../images/common/ico_tel_on.svg);
}

.c-flow-list .c-reserve-list {
  flex-direction: column;
  gap: 20px 0;
  margin-top: 40px;
}
.c-flow-list .c-reserve-list li {
  width: 273px;
}
.c-flow-list .c-reserve-list li a.btn-line::after {
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .c-reserve {
    background-image: url(../images/common/sp_bg_reserve.jpg);
    padding: 8vw 0;
  }
  .c-reserve p {
    font-size: 6.4vw;
    margin-bottom: 5.3333vw;
  }
  .c-reserve-list {
    flex-direction: column;
    gap: 5.3333vw 0;
  }
  .c-reserve-list li {
    width: 100%;
  }
  .c-reserve-list li a {
    height: 14.6666vw;
    font-size: 4vw;
    padding: 0 5.3333vw;
  }
  .c-reserve-list li a span {
    font-size: 2.9333vw;
  }
  .c-reserve-list li a::after {
    left: 5.3333vw;
  }
  .c-reserve-list li a.btn-line {
    padding-left: 15.9999vw;
  }
  .c-reserve-list li a.btn-line::after {
    width: 9.3333vw;
    height: 8.7999vw;
  }
  .c-reserve-list li a.btn-web {
    padding-left: 14.7999vw;
  }
  .c-reserve-list li a.btn-web::after {
    width: 8.1333vw;
    height: 8vw;
  }
  .c-reserve-list li a.btn-tel {
    padding-left: 13.0666vw;
  }
  .c-reserve-list li a.btn-tel::after {
    width: 6.4vw;
    height: 6vw;
  }

  .c-flow-list .c-reserve-list {
    gap: 5.3333vw 0;
    margin-top: 8vw;
  }
  .c-flow-list .c-reserve-list li {
    width: 71.6vw;
  }
  .c-flow-list .c-reserve-list li a.btn-line::after {
    left: 5.3333vw;
  }
}

/* 通常ボタン */
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.c-btn-list li {
  width: 275px;
}
.c-btn-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
}
.c-btn-list li a:hover {
  color: #fff;
  background-color: #333;
}
.c-btn-list li a::before,
.c-btn-list li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  top: 50%;
  right: 25px;
  transition: 0.3s;
}
.c-btn-list li a::before {
  background: url(../images/common/btn_arrow_bk.svg) right bottom no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.c-btn-list li a::after {
  width: 0;
  height: 6px;
  transform: translateY(-50%);
}
.c-btn-list li a:hover::before {
  background-image: url(../images/common/btn_arrow_wh.svg);
}
.c-btn-list li a:hover::after {
  background-color: #333;
}
.c-btn-list li a:hover::after {
  animation: arrow-animation-btn 1.5s ease-in-out infinite;
}
/* 黒ver */
.c-btn-list li a.btn-bk {
  color: #fff;
  background-color: #333;
}
.c-btn-list li a.btn-bk:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.c-btn-list li a.btn-bk::before {
  background-image: url(../images/common/btn_arrow_wh.svg);
}
.c-btn-list li a.btn-bk:hover::before {
  background-image: url(../images/common/btn_arrow_bk.svg);
}
.c-btn-list li a.btn-bk:hover::after {
  background-color: #fff;
}
@keyframes arrow-animation-btn {
  0% {
    right: 45px;
    width: 0;
  }
  50% {
    width: 25px;
    right: 20px;
  }
  50.01% {
    width: 25px;
    right: 20px;
  }
  100% {
    width: 0;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-list {
    flex-direction: column;
    gap: 5.3333vw 0;
    width: 70.5333vw;
    margin: 0 auto;
  }
  .c-btn-list li {
    width: 100%;
  }
  .c-btn-list li a {
    height: 13.3333vw;
    font-size: 4.2666vw;
  }
  .c-btn-list li a::before,
  .c-btn-list li a::after {
    right: 6vw;
  }
}

/* ブロック */
.c-section {
  position: relative;
  padding: 90px 0 100px;
  z-index: 1;
}
.c-bg-gray {
  background-color: #f7f6f4;
  z-index: 1;
}
.c-bg-gray .c-sec-title .suffix {
  color: #efeade;
}
@media only screen and (max-width: 768px) {
  .c-section {
    padding: 18.4vw 0 18.6666vw;
  }
}

/* STEP（画像あり） */
.c-flow-list {
  position: relative;
}
.c-flow-list::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  background-color: #f7f6f4;
  /*  top: 205px;*/
  top: 168px;
  left: 0;
  z-index: -1;
}
.c-flow-list + .c-flow-list {
  margin-top: 40px;
}
.c-flow-list .num {
  width: 64px;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 30px 40px;
  text-align: center;
}
.c-flow-list .num span {
  display: block;
  font-size: 54px;
  margin-top: 3px;
}
.c-flow-list dl {
  display: flex;
  gap: 0 80px;
  /*  width: 100%;*/
  border-left: 1px solid #333;
  margin-left: 67px;
  padding-left: 73px;
}
.c-flow-list dl dt {
  width: 640px;
}
.c-flow-list dl dd {
  width: 280px;
}
.c-flow-list.no-image > div {
  width: 100%;
  min-height: 230px;
  border-left: 1px solid #333;
  margin-left: 67px;
  padding-left: 73px;
}
.c-flow-list.no-image::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  background-color: #f7f6f4;
  top: 120px;
  left: 0;
  z-index: -1;
}
.c-bg-gray .c-flow-list::after,
.c-bg-gray .c-flow-list.no-image::after {
  background-color: #f3efe7;
}
@media only screen and (max-width: 768px) {
  .c-flow-list::after {
    width: 48vw;
    height: 48vw;
    top: 47.1333vw;
    left: -5.3333vw;
  }
  .c-flow-list + .c-flow-list {
    margin-top: 9.3333vw;
  }
  .c-flow-list .num {
    width: 14.3333vw;
    font-size: 3.4666vw;
    margin: 0 0 5.3333vw 1.3333vw;
  }
  .c-flow-list .num span {
    font-size: 12vw;
    margin-top: 0.4vw;
  }
  .c-flow-list dl {
    flex-direction: column;
    gap: 4vw 0;
    margin-left: 6.6666vw;
    padding-left: 9.7333vw;
    padding-bottom: 10.6666vw;
  }
  .c-flow-list dl dt {
    display: none;
  }
  .c-flow-list dl dd {
    width: 72.9333vw;
  }
  .c-flow-list.no-image > div {
    width: 82.9333vw;
    min-height: 47.4666vw;
    margin-left: 6.6666vw;
    padding-left: 9.7333vw;
  }
  .c-flow-list.no-image::after {
    width: 27.2vw;
    height: 27.2vw;
    top: 31.6vw;
    left: -5.3333vw;
  }
}

/* STEP（画像なし） */
.c-flow-list-s {
  position: relative;
  width: 720px;
  margin: 0 auto;
}
.c-flow-list-s::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 100px;
  background-color: #f7f6f4;
  top: 125px;
  left: 0;
  z-index: -1;
}
.c-bg-gray .c-flow-list-s::after {
  background-color: #f3efe7;
}
.c-flow-list-s + .c-flow-list-s {
  margin-top: 40px;
}
.c-flow-list-s .num {
  width: 64px;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 30px 40px;
  text-align: center;
}
.c-flow-list-s .num span {
  display: block;
  font-size: 54px;
  margin-top: 3px;
}
.c-flow-list-s > div {
  width: 100%;
  min-height: 160px;
  border-left: 1px solid #333;
  margin-left: 67px;
  padding-left: 73px;
}
.c-step-title {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-flow-list-s {
    width: 100%;
  }
  .c-flow-list-s::after {
    display: none;
  }
  .c-flow-list-s + .c-flow-list-s {
    margin-top: 18.6666vw;
  }
  .c-flow-list-s .num {
    width: 14.3333vw;
    font-size: 3.4666vw;
    border-bottom: 1px solid #333;
    margin: 0 0 2.6666vw 1.3333vw;
    padding-bottom: 2.6666vw;
  }
  .c-flow-list-s .num span {
    font-size: 12vw;
    margin-top: 0.4vw;
  }
  .c-flow-list-s > div {
    min-height: auto;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .c-step-title {
    font-size: 4.5333vw;
    margin-bottom: 0;
  }
  .c-flow-list dl dd p {
    margin-top: 4vw;
  }
}

/* 表 */
.c-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.c-table th.bg-none {
  background: none;
}
.c-table tr th:first-of-type {
  width: 145px;
}
.c-table th,
.c-table td {
  font-size: 18px;
  line-height: 1.3;
  border: 5px solid #f7f6f4;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
.c-table th {
  color: #fff;
  font-weight: 600;
  background-color: #676767;
}
.c-table td {
  background-color: #fff;
}

.c-table-box:not(.sp-only) {
  display: block;
  margin-bottom: 30px;
  overflow: auto;
}
.c-table-box table th,
.c-table-box table td {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.c-table-box::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.c-table-box::-webkit-scrollbar-track {
  background: transparent url(../images/common/bg_scroll.png) left bottom
    repeat-x;
  border-radius: 0;
}
.c-table-box::-webkit-scrollbar-thumb {
  background: #676767;
  border-radius: 0;
}
.c-table-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width: 768px) {
  .c-table {
    margin-bottom: 4vw;
  }
  .c-table tr th:first-of-type {
    width: 30.6666vw;
  }
  .c-table th,
  .c-table td {
    font-size: 3.7333vw;
    border-width: 1.3333vw;
    padding: 1.3333vw 0;
  }

  .c-table-box {
    display: block;
    margin-bottom: 5.3333vw;
    overflow: auto;
  }
  .c-table-box .c-table {
    table-layout: auto;
  }
  .c-table-box table th,
  .c-table-box table td {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* フローティング */
@media only screen and (max-width: 768px) {
  .c-floating {
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 998;
  }
  .c-floating ul {
    display: flex;
  }
  .c-floating ul li {
    position: relative;
    width: 33.33333%;
  }
  .c-floating ul li:first-of-type::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13.3333vw;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c-floating ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 3.2vw;
    background-color: #333;
    padding: 10.9333vw 0 4.3999vw;
    text-align: center;
    text-decoration: none;
  }
  .c-floating ul li a::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    top: 4.5333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-floating ul li a.btn-line::after {
    width: 5.4666vw;
    height: 5.0666vw;
    background-image: url(../images/common/ico_line.svg);
  }
  .c-floating ul li a.btn-web::after {
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../images/common/ico_calendar.svg);
  }
  .c-floating ul li a.btn-tel {
    color: #333;
    background-color: #fff;
  }
  .c-floating ul li a.btn-tel::after {
    width: 5.0666vw;
    height: 4.7666vw;
    background-image: url(../images/common/ico_tel.svg);
  }
  .top .slide-in {
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
  }
  .top .slide-in-active {
    transform: translateY(0);
  }
}

/* MARQUEE */
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee-block {
  display: flex;
  width: 200%;
  white-space: nowrap;
}
.marquee .marquee-item:nth-of-type(1) {
  animation: loopText01 100s -50s linear infinite;
}
.marquee .marquee-item:nth-of-type(2) {
  animation: loopText02 100s linear infinite;
}
/*.marquee-item {
  display: flex;
  width: 200%;
  animation: marquee 100s -50s linear infinite;
}*/
.marquee-item img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  /*  .marquee-item {
    animation: marquee 15s linear infinite;
  }*/
}
@keyframes loopText01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopText02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

/* マウスオーバー */
a.hover:hover {
  opacity: 0.7;
}

/* Alignments */
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignleft:after {
  clear: both;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.alignright:after {
  clear: both;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.underline {
  text-decoration: underline;
}

span.br {
  display: block;
}
span.pc-br {
  display: inline;
}
@media only screen and (min-width: 896px) {
  span.pc-br {
    display: block;
  }
}
span.sp-br {
  display: block;
}
@media only screen and (min-width: 769px) {
  span.sp-br {
    display: inline;
  }
}

.pc-content {
  display: none !important;
}
.sp-content {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .pc-content {
    display: block !important;
  }
  .sp-content {
    display: none !important;
  }
}

/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.fix-header {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 999;
}
.fix-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 110px 20px 40px;
}
header.top {
  background-color: #e6e6e6;
}
header.top .fix-header {
  position: relative;
  background-color: transparent;
}
header.top.scrolled {
  position: fixed;
}
header.top.scrolled .fix-header {
  background-color: #fff;
}
.menu-is-open header.top .fix-header {
  position: fixed;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .fix-header ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 12px;
  }
  .fix-header ul li {
    width: 150px;
  }
  .fix-header ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 1;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 50px;
    text-decoration: none;
  }
  .fix-header ul li a:hover {
    color: #333;
    background-color: #fff;
  }
  .fix-header ul li a::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .fix-header ul li a.btn-line {
    padding-left: 22px;
  }
  .fix-header ul li a.btn-line::after {
    width: 15px;
    height: 14px;
    background-image: url(../images/common/ico_line.svg);
  }
  .fix-header ul li a.btn-line:hover::after {
    background-image: url(../images/common/ico_line_on.svg);
  }
  .fix-header ul li a.btn-web::after {
    width: 14px;
    height: 14px;
    background-image: url(../images/common/ico_calendar.svg);
  }
  .fix-header ul li a.btn-web:hover::after {
    background-image: url(../images/common/ico_calendar_on.svg);
  }
  .fix-header ul li a.btn-tel {
    color: #333;
    background-color: #fff;
  }
  .fix-header ul li a.btn-tel:hover {
    color: #fff;
    background-color: #333;
  }
  .fix-header ul li a.btn-tel::after {
    width: 15px;
    height: 14px;
    background-image: url(../images/common/ico_tel.svg);
  }
  .fix-header ul li a.btn-tel:hover::after {
    background-image: url(../images/common/ico_tel_on.svg);
  }
}
@media only screen and (max-width: 768px) {
  .fix-header {
    height: 55px;
  }
  .fix-header-inner {
    height: 55px;
    padding: 4vw 5.3333vw 0 5.3333vw;
  }
  .fix-header ul {
    display: none;
  }
}

/* 共通ナビ */
header .logo {
  position: relative;
  width: 252px;
  margin: 0;
  z-index: 997;
}
.container-header {
  width: 100%;
}
.global-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f7f6f4;
  padding: 0;
  top: 0;
  left: 0;
  transition: all 0.4s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
}
.menu-is-open .global-nav {
  opacity: 1;
  visibility: visible;
}
.global-nav div {
  width: 100%;
  max-width: 1000px;
}
.global-nav ul:not(.c-reserve-list) {
  display: flex;
  flex-flow: wrap;
  gap: 20px 4%;
  margin-bottom: 40px;
}
.global-nav ul.nav li {
  width: 22%;
}
.global-nav ul.nav li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #cacaca;
  padding: 20px 0;
  text-decoration: none;
}
.global-nav ul.nav_s li a {
  font-size: 12px;
  text-decoration: none;
}
.global-nav ul.nav li a::before,
.global-nav ul.nav li a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  top: 50%;
  right: 0;
  transition: 0.3s;
}
.global-nav ul.nav li a::before {
  background: url(../images/common/nav_arrow.svg) right bottom no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.global-nav ul.nav li a::after {
  width: 0;
  height: 6px;
  transform: translateY(-50%);
}
/*.global-nav ul.nav li a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  top: 52%;
  right: 0;
  background-color: #333;
  transform: translateY(-50%);
}
.global-nav ul.nav li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  top: 52%;
  right: 0;
}*/
@media only screen and (min-width: 769px) {
  .global-nav ul.nav li a:hover::after {
    background-color: #f7f6f4;
  }
  .global-nav ul.nav li a:hover::after {
    animation: arrow-animation 1.5s ease-in-out infinite;
  }
  @keyframes arrow-animation {
    0% {
      right: 45px;
      width: 0;
    }
    50% {
      width: 42px;
      right: 0;
    }
    50.01% {
      width: 42px;
      right: 0;
    }
    100% {
      width: 0;
      right: 0;
    }
  }
  /*  @keyframes arrow-animation {
    0% {
      width: 40px;
      right: 0;
    }
    50% {
      width: 0;
      right: 0;
    }
    50.01% {
      right: 40px;
      width: 0;
    }
    100% {
      width: 40px;
      right: 0;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 60vw;
  }
  .global-nav {
    flex-direction: column;
    justify-content: flex-start;
    padding: 55px 0 8vw;
  }
  .global-nav ul:not(.c-reserve-list) {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .global-nav ul.nav li {
    width: 100%;
  }
  .global-nav ul.nav li a {
    font-size: 4.5333vw;
    padding: 4vw 5.3333vw;
  }
  .global-nav ul.nav li a::before,
  .global-nav ul.nav li a::after {
    right: 5.3333vw;
  }
  .global-nav ul.nav li a::before {
    width: 10.6666vw;
    height: 1.2vw;
    background-image: url(../images/common/sp_nav_arrow.svg);
  }

  .global-nav ul.nav_s,
  .global-nav .c-reserve-list {
    width: 89.3333vw;
    margin: 5.3333vw auto 0;
  }
  .global-nav ul.nav_s li {
    gap: 4vw 0;
  }
  .global-nav ul.nav_s li a {
    font-size: 3.7333vw;
  }
}

/* ハンバーガーメニュー */
.header_trigger {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  top: 15px;
  right: 40px;
  cursor: pointer;
  z-index: 999;
}
.header_trigger span {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #333;
  right: 0;
  transition: transform 0.3s ease-in-out;
}
.header_trigger span:first-of-type {
  top: 15px;
}
.header_trigger span:last-of-type {
  width: 28px;
  bottom: 15px;
}
.menu-is-open .header_trigger span:first-of-type {
  width: 28px;
  transform: translateY(5px) rotate(45deg);
}
.menu-is-open .header_trigger span:last-of-type {
  transform: translateY(-5px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .header_trigger {
    width: 35px;
    height: 35px;
    top: 3.1333vw;
    right: 5.3333vw;
  }
  .header_trigger span {
    width: 35px;
  }
  .header_trigger span:first-of-type {
    top: 12px;
  }
  .header_trigger span:last-of-type {
    width: 25px;
    bottom: 12px;
  }
  .menu-is-open .header_trigger span:first-of-type {
    width: 25px;
  }
}

/*--------------------------------------------------------------
  Footer
 --------------------------------------------------------------*/
footer {
  position: relative;
  color: #fff;
  background-color: #333;
  padding: 20px 0;
  text-align: center;
}
footer p {
  font-size: 11px;
  letter-spacing: -0.02em;
  margin: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .c-info-flex {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 5.3333vw 0 23.6666vw;
    text-align: left;
  }
  footer p {
    font-size: 2.6666vw;
  }
  footer p br {
    display: none;
  }
  footer .c-info-flex {
    flex-direction: column;
    gap: 2.6666vw 0;
    margin-top: 6.6666vw;
    text-align: center;
  }
}

/*--------------------------------------------------------------
  トップページ
 --------------------------------------------------------------*/
#myVideoModal {
  display: none;
}
/* MV */
.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 700px;
  background: #e6e6e6 url(../images/top/photo_mv.jpg) center bottom no-repeat;
  background-size: 1280px auto;
  top: 0;
  left: 0;
}
.main-visual h1 {
  position: absolute;
  width: 354px;
  top: 50%;
  left: 103px;
  transform: translateY(-50%);
}
.main-visual h1 .txt_mv01 {
  width: 332px;
  margin-bottom: 30px;
}
.main-visual h1 .txt_mv02 {
  width: 364px;
}
.main-visual h1 img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.main-visual h1 img.is-active {
  opacity: 1;
  transform: translateY(0);
}
.scroll_down {
  position: absolute;
  width: 14px;
  left: 40px;
  bottom: 20px;
  animation: arrowmove 1.8s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-visual {
    background-position: right bottom;
  }
}
@media only screen and (max-width: 950px) {
  .main-visual {
    background-image: url(../images/top/photo_mv_s.jpg);
    background-size: 770px auto;
  }
  .main-visual h1 .txt_mv01 {
    width: 296px;
  }
  .main-visual h1 .txt_mv02 {
    width: 319px;
  }
}
@media only screen and (max-width: 768px) {
  .main-visual {
    width: 100%;
    height: 100vh;
    background-image: url(../images/top/sp_photo_mv.jpg);
    background-size: cover;
  }
  .main-visual h1 {
    width: 74.6666vw;
    line-height: 1;
    top: 22.4vw;
    left: 5.3333vw;
    transform: translateY(0);
  }
  .main-visual h1 .txt_mv01 {
    width: 54.5333vw;
    margin-bottom: 0;
  }
  .main-visual h1 .txt_mv02 {
    width: 74.6666vw;
  }
  .scroll_down {
    width: 3.8666vw;
    padding-bottom: 25vw;
    left: 5.3333vw;
    bottom: 4vw;
  }
}

section {
  position: relative;
}

/* SERVICE */
.p-top-service {
  position: relative;
  color: #fff;
  margin-top: 700px;
  background-color: #333;
  padding: 60px 0 120px;
}
.p-top-service .marquee-item img {
  max-width: 1506px;
}
.p-top-service h2 {
  margin-top: -50px;
}
.p-top-service .p-service-slide {
  margin: 0 0 60px;
  padding-top: 60px;
  overflow: hidden;
}
.slick-list {
  overflow: visible;
}
.slide-item {
  width: 306px;
  margin-right: 40px;
}
.slide-item a {
  text-decoration: none;
}
.slide-item p {
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 15px;
  margin: 0;
  padding: 10px 20px;
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.dots-class li {
  width: 25%;
  height: 4px;
  background: linear-gradient(transparent 75%, #fff 75%);
  cursor: pointer;
  transition: 0.5s ease;
}
.dots-class li.slick-active {
  background: #fff;
}
.dots-class li:hover {
  background: #fff;
}
.slick-num {
  position: absolute;
  top: -65px;
  right: 38px;
}
.prev-arrow,
.next-arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -55px;
  right: 0;
  cursor: pointer;
}
.prev-arrow {
  right: 60px;
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-arrow::before {
  background-image: url(../images/top/btn_prev.svg);
}
.next-arrow::before {
  background-image: url(../images/top/btn_next.svg);
}
@media only screen and (max-width: 768px) {
  .p-top-service {
    margin-top: 100vh;
    padding: 18.6666vw 0;
  }
  .p-top-service .marquee-item img {
    max-width: 200.8vw;
  }
  .p-top-service h2 {
    margin-top: -8vw;
  }
  .p-top-service .p-service-slide {
    margin: 0 0 13.3333vw;
    padding-top: 13.3333vw;
  }
  .slide-item {
    width: 70.6666vw;
    margin-right: 5.3333vw;
  }
  .dots-class {
    margin-top: 8vw;
  }
  .slick-num {
    position: absolute;
    top: -12vw;
    right: 9.8888vw;
  }
  .prev-arrow,
  .next-arrow {
    width: 40px;
    height: 40px;
    top: -12.6vw;
  }
  .prev-arrow {
    right: 16.3333vw;
  }
}

/* REASON */
.p-top-reason {
  position: relative;
  background-color: #fff;
  padding: 60px 0 120px;
}
.p-top-reason .marquee-item img {
  max-width: 1494px;
}
.p-top-reason h2 {
  margin-top: -50px;
}

.p-top-reason {
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.p-top-reason .content-inner {
  margin-bottom: 60px;
}
#reason-anchor1 {
  position: absolute;
  top: 33.33%;
  left: 0;
}
#reason-anchor2 {
  position: absolute;
  top: 66.66%;
  left: 0;
}
.p-reason {
  overflow: hidden;
}
.p-reason .reason {
  position: relative;
}
.p-reason .reason:before {
  position: absolute;
  content: "";
  width: 85%;
  left: 0;
  background: #f7f6f4;
}
.p-reason .reason[data-id="1"] .reason-number .reason-number__wrapper2,
.p-reason .reason[data-id="1"] .reason-movie .item[data-id="1"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.p-reason .reason[data-id="1"] .reason-movie .item[data-id="2"],
.p-reason .reason[data-id="1"] .reason-movie .item[data-id="3"] {
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.p-reason .reason[data-id="2"] .reason-number .reason-number__wrapper2 {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.p-reason .reason[data-id="2"] .reason-movie .item[data-id="1"] {
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.p-reason .reason[data-id="2"] .reason-movie .item[data-id="2"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.p-reason .reason[data-id="2"] .reason-movie .item[data-id="3"] {
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.p-reason .reason[data-id="3"] .reason-number .reason-number__wrapper2 {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.p-reason .reason[data-id="3"] .reason-movie .item[data-id="1"],
.p-reason .reason[data-id="3"] .reason-movie .item[data-id="2"] {
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.p-reason .reason[data-id="3"] .reason-movie .item[data-id="3"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.p-reason .reason-movie {
  position: absolute;
  overflow: hidden;
}
.p-reason .reason-movie .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-reason .reason-movie .item[data-id="2"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 105%, 0);
}
.p-reason .reason-movie .item[data-id="3"] {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.p-reason .reason-number {
  position: absolute;
  top: 0;
}
.p-reason .reason-number .reason-number__wrapper1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-reason .reason-number .reason-number__wrapper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-reason .reason-movie {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-reason .reason-number .item {
  position: absolute;
  font-family: "adobe-garamond-pro", serif;
  font-size: 62px;
  top: 0;
  left: 3px;
}
.p-reason .reason-number .item[data-id="2"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.p-reason .reason-number .item[data-id="3"] {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.p-reason .reason-number .border {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  background-color: #333;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-reason .reason-desc {
  position: absolute;
  width: 70%;
  left: 0;
}
.p-reason .reason-desc .item {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(8%, 0, 0);
  transform: translate3d(8%, 0, 0);
  visibility: hidden;
  opacity: 0;
}
.p-reason .reason-desc .item.-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    visibility 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1s,
    -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1s,
    -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 769px) {
  .p-reason .c-sec-title {
    margin-left: 9.0625%;
    margin-bottom: 4.1666666667%;
    width: 37.1875%;
  }
  .p-reason .reason {
    height: 410px;
  }
  .p-reason .reason:before {
    top: 200px;
    height: 210px;
  }
  .p-reason .reason .reason-number .border {
    height: 140px;
  }
  .p-reason .reason-movie {
    width: 496px;
    top: 0;
    right: 0;
    aspect-ratio: 720/1000;
  }
  .p-reason .reason-number {
    width: 75px;
    left: 44px;
    aspect-ratio: 1/1.5;
  }
  .p-reason .reason-number .border {
    top: 90px;
  }
  .p-reason .reason-desc {
    top: 255px;
  }
  .p-reason .reason-desc .item {
    width: 400px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-reason {
    padding: 18.6666vw 0;
  }
  .p-top-reason .marquee-item img {
    max-width: 199.2vw;
  }
  .p-top-reason h2 {
    display: inline-block;
    margin-top: -8vw;
    margin-left: 5.3333vw;
  }
  .p-top-reason .c-btn-list {
    display: inline-block;
    margin: 0 14.73335vw;
  }

  .p-top-reason {
    height: 198.6666vw;
  }
  .p-top-reason .content-inner {
    margin-bottom: 13.3333vw;
    margin-left: -0.3333vw;
  }

  .p-reason .reason {
    height: 92.6666vw;
  }
  .p-reason .reason:before {
    top: 50.6666vw;
    height: 48.4vw;
  }
  .p-reason .reason .reason-number .border {
    height: 40vw;
  }
  .p-reason .reason-movie {
    width: 62.9333vw;
    top: 13.3333vw;
    left: 27vw;
    aspect-ratio: 720/1000;
  }
  .p-reason .reason-number {
    width: 14vw;
    left: 5.3333vw;
    aspect-ratio: 1/1.5;
  }
  .p-reason .reason-number .item {
    font-size: 12vw;
    left: 0.4vw;
  }
  .p-reason .reason-number .border {
    top: 18.3333vw;
  }
  .p-reason .reason-desc {
    top: 61.3333vw;
  }
  .p-reason .reason-desc .item {
    width: 67.6vw;
    margin-left: 5.3333vw;
  }
}

/* CLINIC */
.p-top-access {
  position: relative;
  background-color: #d1d5d3;
  padding: 60px 0 120px;
}
.p-top-access .marquee-item img {
  max-width: 1965px;
}
.p-top-access h2 {
  margin-top: -50px;
}
.p-top-access .content-inner {
  width: 720px;
  border-bottom: 1px solid #afafaf;
  margin: 0 auto;
}
.p-top-access .p-accordion-area,
.p-top-access .p-accordion-clinic {
  position: relative;
  border-top: 1px solid #afafaf;
  padding: 10px 20px;
}
.p-top-access .p-accordion-clinic:first-of-type {
  border-top: none;
}
.p-top-access .p-area-content {
  display: none;
  border-top: 1px solid #afafaf;
  padding-left: 80px;
}
.p-top-access .p-clinic-content {
  display: none;
  padding: 0 60px 13px 20px;
}
.p-top-access .p-clinic-content dl {
  display: flex;
}
.p-top-access .p-clinic-content dl dt {
  width: 306px;
}
.p-top-access .p-clinic-content dl dt div {
  position: relative;
  width: 100%;
  padding-top: calc(450 / 600 * 100%);
}
.p-top-access .p-clinic-content dl dt div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-top-access .p-clinic-content dl dd {
  width: 254px;
}
.p-top-access .p-clinic-content p:first-of-type {
  width: 214px;
}
.p-top-access .p-clinic-content p {
  font-size: 14px;
  margin: 0 0 40px 0;
}
.p-top-access .p-clinic-content .btn-more {
  width: 150px;
  background-color: transparent;
}
.p-top-access .p-clinic-content .btn-more:hover {
  background-color: #333;
}
.js-accordion-trigger .toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.js-accordion-trigger .toggle:before,
.js-accordion-trigger .toggle:after {
  position: absolute;
  content: "";
  background-color: #333;
  width: 10px;
  height: 1px;
  top: 48%;
  right: 4px;
  transition: 0.2s;
}
.js-accordion-trigger .toggle:before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
.js-accordion-trigger.active .toggle:before {
  transform: rotate(180deg);
}
.js-accordion-trigger.active .toggle:after {
  opacity: 0;
}

.p-accordion-area.js-accordion-trigger .toggle {
  background-color: #333;
}
.p-accordion-area.js-accordion-trigger .toggle:before,
.p-accordion-area.js-accordion-trigger .toggle:after {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-top-access {
    padding: 13.3333vw 0 16vw;
  }
  .p-top-access .marquee-item img {
    max-width: 262vw;
  }
  .p-top-access h2 {
    margin-top: -8vw;
  }
  .p-top-access .content-inner {
    width: 100%;
  }
  .p-top-access .p-accordion-area {
    font-size: 4.8vw;
    padding: 4vw 11.2vw 4vw 5.3333vw;
  }
  .p-top-access .p-accordion-clinic {
    font-size: 4.5333vw;
    padding: 4vw 11.2vw 4vw 2.6666vw;
  }
  .p-top-access .p-area-content {
    padding-left: 16vw;
  }
  .p-top-access .p-clinic-content {
    padding: 0 11.2vw 8vw 2.6666vw;
  }
  .p-top-access .p-clinic-content dl {
    flex-direction: column;
    gap: 5.3333vw 0;
    margin-bottom: 8vw;
  }
  .p-top-access .p-clinic-content dl dt {
    width: 100%;
  }
  .p-top-access .p-clinic-content dl dd {
    width: 100%;
  }
  .p-top-access .p-clinic-content p {
    font-size: 3.73333vw;
    margin-bottom: 0;
  }
  .p-top-access .p-clinic-content .btn-more {
    width: 64.5333vw;
    margin-left: 0;
    margin-right: auto;
  }
  .js-accordion-trigger .toggle {
    width: 5.8666vw;
    height: 5.8666vw;
    right: 5.3333vw;
  }
  .js-accordion-trigger .toggle:before,
  .js-accordion-trigger .toggle:after {
    width: 2.9333vw;
    right: 1.2333vw;
  }
}

/*--------------------------------------------------------------
  ABOUT
 --------------------------------------------------------------*/
.p-about {
  margin-top: 70px;
  padding: 80px 0 100px;
}
.p-about .txt-lead {
  width: 720px;
  margin: 0 auto;
}
.p-about .txt-lead p {
  font-size: 18px;
  line-height: 1.66;
}
.p-about .txt-lead p + p {
  margin-top: 15px;
}

.p-about-reason {
  background-color: #f7f6f4;
  padding: 100px 0;
  z-index: 1;
}
.p-about-reason .c-sec-title .suffix {
  color: #efeade;
}
.p-reason-list {
  position: relative;
}
.p-reason-list + .p-reason-list {
  margin-top: 70px;
}
.p-reason-list dt {
  position: absolute;
  width: 496px;
  top: 0;
  right: 0;
}
.p-reason-num {
  position: relative;
  font-size: 60px;
  margin: 0 0 130px 45px;
}
.p-reason-num::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 156px;
  background-color: #333;
  left: 30px;
  bottom: 0;
  transform: translateY(100%);
}
.p-reason-txt {
  width: 700px;
  background-color: #f3efe7;
  padding: 56px 40px;
}
.p-reason-txt h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-reason-txt p {
  width: 400px;
  margin: 0;
}

.p-about-patients {
  padding: 100px 0;
  z-index: 1;
}
.p-about-patients .c-sec-title::after {
  top: 77%;
}
.p-patients-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 70px 130px;
  margin-bottom: 70px;
}
.p-patients-list li {
  width: 280px;
}
@media only screen and (max-width: 768px) {
  .p-about {
    margin-top: 55px;
    padding: 14.1333vw 0 18.6666vw;
  }
  .p-about .txt-lead {
    width: 100%;
  }
  .p-about .txt-lead p {
    font-size: 4.2666vw;
    line-height: 1.4375;
  }
  .p-about .txt-lead p + p {
    margin-top: 6.6666vw;
  }

  .p-about-reason {
    padding: 18.6666vw 0 24.2666vw;
  }
  .p-about-reason .c-sec-title::after {
    top: 77%;
  }
  .p-reason-list + .p-reason-list {
    margin-top: 16vw;
  }
  .p-reason-list dt {
    width: 62.9333vw;
    top: 2vw;
  }
  .p-reason-num {
    font-size: 12vw;
    line-height: 1;
    margin: 0 0 26.6666vw 1.3333vw;
  }
  .p-reason-num::after {
    height: 34.6666vw;
    left: 5.6vw;
  }
  .p-reason-txt {
    width: 78.2666vw;
    padding: 10.6666vw 5.3333vw 5.3333vw;
  }
  .p-reason-txt h3 {
    font-size: 4.5333vw;
    line-height: 1.353;
    margin-bottom: 2vw;
  }
  .p-reason-txt p {
    width: 100%;
  }

  .p-about-patients {
    padding: 18.6666vw 0 16vw;
  }
  .p-about-patients .c-sec-title::after {
    display: none;
  }
  .p-patients-list {
    flex-direction: column;
    gap: 24vw 0;
    margin-bottom: 16vw;
  }
  .p-patients-list li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  MENU
 --------------------------------------------------------------*/
.c-subpage.p-menu {
  padding: 130px 0 40px;
}
.c-subpage.p-menu .suffix {
  top: -100px;
}
.p-menu {
  color: #fff;
  background-color: #333;
  margin-top: 70px;
  padding: 150px 0 70px;
}
.p-menu .c-title {
  margin-bottom: 0;
}
.p-menu .suffix {
  color: #404040;
  transform: translateY(-120%);
}
.p-menu .suffix.row2 {
  transform: translateY(-60%);
}

/* 一覧 */
.p-menu-list {
  padding: 80px 0 120px;
}
.p-menu-list ul {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 70px 38px;
}
.p-menu-list ul li {
  position: relative;
  width: 30.8%;
  max-width: 308px;
}
.p-menu-list ul li::after {
  position: absolute;
  content: "";
  width: 243px;
  height: 160px;
  background-color: #f7f6f4;
  top: 108px;
  left: -15px;
  z-index: -1;
}
.p-menu-list ul li .suffix {
  position: relative;
  color: #f7f6f4;
  font-size: 23px;
  line-height: 1;
  text-align: right;
  z-index: -1;
}
.p-menu-list ul li img {
  margin-top: -5px;
}
.p-menu-list ul li h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  background-color: #333;
  margin-bottom: 15px;
  padding: 6px 15px 8px;
}
.p-menu-list ul li h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-menu-list ul li p:not(.suffix) {
  min-height: 160px;
  margin-bottom: 40px;
}
.btn-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  width: 200px;
  height: 37px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50px;
  margin: 0 auto;
  text-decoration: none;
}
.btn-more:hover {
  color: #fff;
  background-color: #333;
}
.btn-more::before,
.btn-more::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  top: 50%;
  right: 20px;
  transition: 0.3s;
}
.btn-more::before {
  background: url(../images/common/btn_arrow_bk.svg) right bottom no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.btn-more::after {
  width: 0;
  height: 6px;
  transform: translateY(-50%);
}
.btn-more:hover::before {
  background-image: url(../images/common/btn_arrow_wh.svg);
}
.btn-more:hover::after {
  background-color: #333;
}
.btn-more:hover::after {
  animation: arrow-animation-btn 1.5s ease-in-out infinite;
}
/*.btn-more::before,
.btn-more::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 52%;
  right: 20px;
  background-color: #333;
}
.btn-more::before {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.btn-more::after {
  width: 20px;
  transform: translateY(-50%);
}
.btn-more:hover::before,
.btn-more:hover::after { background-color: #FFF; }
.btn-more:hover::after { animation: arrow-animation-btn-s 1.5s ease-in-out infinite; }
@keyframes arrow-animation-btn-s {
  0% {
    width: 20px;
    right: 20px;
  }
  50% {
    width: 0;
    right: 20px;
  }
  50.01% {
    right: 40px;
    width: 0;
  }
  100% {
    width: 20px;
    right: 20px;
  }
}*/
@media only screen and (max-width: 768px) {
  .c-subpage.p-menu {
    padding: 16vw 0 5.3333vw;
  }
  .c-subpage.p-menu .suffix {
    top: -11.6666vw;
  }
  .p-menu {
    margin-top: 55px;
    padding: 13.3333vw 0 10.6666vw;
  }
  .p-menu .suffix {
    transform: translateY(-40%);
  }
  .p-menu .suffix.row2 {
    transform: translateY(-20%);
  }

  /* 一覧 */
  .p-menu-list {
    padding: 17.3333vw 0 18.6666vw;
  }
  .p-menu-list ul {
    flex-direction: column;
    gap: 20vw 0;
  }
  .p-menu-list ul li {
    width: 100%;
    max-width: 100%;
  }
  .p-menu-list ul li::after {
    width: 70.6666vw;
    height: 42.6666vw;
    top: 32.4vw;
    left: -5.3333vw;
  }
  .p-menu-list ul li .suffix {
    font-size: 9.0666vw;
    text-align: left;
    white-space: nowrap;
    transform: translate(-5.3333vw, 2vw);
  }
  .p-menu-list ul li:nth-of-type(2n + 1) .suffix {
    text-align: right;
    transform: translate(5.3333vw, 2vw);
  }
  .p-menu-list ul li img {
    margin-top: -0.6666vw;
  }
  .p-menu-list ul li h2 {
    font-size: 5.0666vw;
    margin-bottom: 4vw;
    padding: 1.6vw 4vw;
    margin-top: -1px;
  }
  .p-menu-list ul li h3 {
    font-size: 4.5333vw;
    margin-bottom: 2.6666vw;
  }
  .p-menu-list ul li p:not(.suffix) {
    min-height: auto;
    margin-bottom: 9.3333vw;
  }
  .btn-more {
    width: 64.5333vw;
    height: 13.3333vw;
    font-size: 4.2666vw;
  }
  .btn-more::before,
  .btn-more::after {
    right: 6vw;
  }
}

/* リード */
.p-menu-lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-menu-lead dt {
  width: 520px;
}
.p-menu-lead dd {
  width: 400px;
}
.p-menu-lead dd .c-title {
  margin-bottom: 40px;
}
.p-menu-lead dd .c-title span:not(.suffix) {
  font-size: 20px;
  margin-top: 10px;
}
.p-menu-lead dd p {
  font-size: 18px;
}
.p-menu-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 10px;
}
.p-menu-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: -10px;
  transform: translateX(100%);
}
@media only screen and (max-width: 768px) {
  .p-menu-lead {
    flex-direction: column;
    gap: 7.0666vw 0;
    margin-bottom: 0;
  }
  .p-menu-lead dt {
    width: 100%;
  }
  .p-menu-lead dd {
    width: 100%;
  }
  .p-menu-lead dd .c-title {
    margin-bottom: 10.6666vw;
  }
  .p-menu-lead dd .c-title span:not(.suffix) {
    font-size: 4.2666vw;
    margin-top: 1.8vw;
  }
  .p-menu-lead dd p {
    font-size: 4.2666vw;
  }
  .p-menu-title {
    font-size: 6.4vw;
    margin-bottom: 5.3333vw;
  }
  .p-menu-title::after {
    width: 20vw;
    right: -2.6666vw;
  }
}

/* 特徴 */
.c-feature-title {
  display: flex;
  align-items: end;
  gap: 0 40px;
  margin-bottom: 20px;
}
.c-feature-title .num {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.c-feature-title .num span {
  display: block;
  font-size: 42px;
  margin-top: 3px;
}
.c-feature-title .num::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #333;
  top: 0;
  right: -20px;
}
.c-feature-title h2 {
  font-size: 26px;
  line-height: 1.21;
  font-weight: 600;
  padding-bottom: 2px;
}
.c-feature-title h2 span {
  display: block;
  font-size: 18px;
  margin: 3px 0;
}
.c-feature-title h2 span.txt-lh-s {
  line-height: 1.5;
}

.p-menu-feature .content-inner::after {
  position: absolute;
  content: "FEATURE";
  color: #f7f6f4;
  font-family: "adobe-garamond-pro", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  top: -30px;
  left: -40px;
  z-index: -1;
}
.p-feature-list-lg {
  display: flex;
  justify-content: space-between;
}
.p-feature-list-lg + .p-feature-list,
.p-feature-list-lg + .p-feature-list-lg {
  margin-top: 70px;
}
.p-feature-list-lg dt {
  width: 540px;
}
.p-feature-list-lg dd {
  width: 420px;
}

.p-feature-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 70px 40px;
}
.p-feature-list dd {
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .c-feature-title {
    gap: 0 8.3333vw;
    margin-bottom: 2.6666vw;
  }
  .c-feature-title .num {
    font-size: 3.4666vw;
  }
  .c-feature-title .num span {
    font-size: 9.0666vw;
    margin-top: 0.4vw;
  }
  .c-feature-title .num::after {
    height: 12.5333vw;
    right: -4vw;
  }
  .c-feature-title h2 {
    font-size: 5.6vw;
    padding-bottom: 0.6vw;
  }
  .c-feature-title h2 span {
    font-size: 3.9vw;
    margin: 0.4vw 0;
  }

  .p-menu-feature .content-inner::after {
    font-size: 11.2vw;
    top: -5.3333vw;
    left: -5.3333vw;
  }
  .p-feature-list-lg {
    flex-direction: column;
    gap: 10.6666vw 0;
  }
  .p-feature-list-lg + .p-feature-list,
  .p-feature-list-lg + .p-feature-list-lg {
    margin-top: 18.6666vw;
  }
  .p-feature-list-lg dt {
    width: 100%;
  }
  .p-feature-list-lg dd {
    width: 100%;
  }

  .p-feature-list {
    flex-direction: column;
    gap: 18.6666vw 0;
  }
  .p-feature-list dd {
    width: 100%;
  }
}

/* 詳細 */
.c-legal {
  width: 720px;
  margin: 50px auto 0;
}
.c-legal dt {
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background-color: transparent;
  margin-bottom: 2px;
  padding: 18px 20px;
}
.c-legal dd {
  position: relative;
  border-bottom: 1px solid #afafaf;
  padding: 15px 0 15px 20px;
}
.c-legal dd div + div {
  margin-top: 20px;
}
.c-legal dt p,
.c-legal dd p {
  margin: 0;
}
.c-legal dd p {
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  table.p-detail-list {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  table.p-detail-list th:not(:last-of-type),
  table.p-detail-list td:not(:last-of-type) {
    border-right: 40px solid transparent;
  }
  table.p-detail-list th span {
    display: block;
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
  }
  table.p-detail-list td {
    padding: 15px 0;
    border-bottom: 1px solid #afafaf;
    vertical-align: middle;
  }
  table.p-detail-list.col-2 th,
  table.p-detail-list.col-2 td {
    width: 45%;
  }
  table.p-detail-list.col-3 th,
  table.p-detail-list.col-3 td {
    width: 33.3333%;
  }
  table.p-detail-list.col-4 th,
  table.p-detail-list.col-4 td {
    /*    width: 25%;*/
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .p-detail-list > li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 5.3333vw;
    padding-bottom: 5.3333vw;
  }
  .p-detail-list div p {
    margin: 0;
  }
  .p-detail-list div p.row1 {
    margin-top: 4px;
  }
  .p-detail-list .txt-item {
    width: 34.6666vw;
    text-align: center;
  }
  .p-detail-list .txt-item p {
    border: 1px solid #333;
    padding: 0.8vw;
  }
  .p-detail-list div:not(.txt-item) {
    width: 49.3333vw;
  }

  .c-legal {
    width: 100%;
  }
  .c-legal dt {
    font-size: 4.5333vw;
    padding: 3.2vw 2.6666vw;
  }
  .c-legal dd {
    padding: 3.2vw 2.6666vw;
  }
  .c-legal dd div + div {
    margin-top: 4vw;
  }
  .c-legal dd p {
    font-size: 2.6666vw;
  }
}

/* 比較表 */
@media only screen and (max-width: 768px) {
  .c-table-box .c-table.p-menu-compair {
    width: 800px;
  }
  .c-table-box .c-table.p-menu-compair th:not(:first-of-type) {
    width: 190px;
  }
}

/* 取扱薬一覧 */
.p-pills-list {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
  margin-top: 70px;
}
.p-pills-list li {
  width: 22%;
  max-width: 220px;
}
.p-pills-list li img {
  margin-bottom: 15px;
}
.p-pills-list li p {
  margin: 0;
}
.p-pills-risk {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 40px;
}
.p-pills-risk dt {
  width: 220px;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #333;
  text-align: center;
  padding: 5px 0;
}
.p-pills-risk dd p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-pills-list {
    gap: 13.3333vw 5.3333vw;
    margin-top: 10.6666vw;
  }
  .p-pills-list li {
    width: 42vw;
    max-width: auto;
  }
  .p-pills-list li img {
    margin-bottom: 2.6666vw;
  }
  .p-pills-risk {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw 0;
    margin-top: 16vw;
  }
  .p-pills-risk dt {
    width: 34.6666vw;
    font-size: 4vw;
    padding: 0.6vw 0;
  }
}

/* チェックリスト */
.p-check-list li {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 30px;
}
.p-check-list li + li {
  margin-top: 10px;
}
.p-check-list li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/menu/liposuction_injection/ico_check.svg) left top
    no-repeat;
  background-size: cover;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-check-list {
    margin-bottom: 10.6666vw;
  }
  .p-check-list li {
    font-size: 4.26666vw;
    padding-left: 7.4666vw;
  }
  .p-check-list li + li {
    margin-top: 4vw;
  }
  .p-check-list li::after {
    width: 6.1333vw;
    height: 5.6666vw;
    top: 0.8vw;
  }
}

/* リスク・副作用 */
.p-detail-risk {
  border: 1px solid #333;
  margin-top: 40px;
  padding: 20px 40px 30px;
}
.p-detail-risk span {
  position: relative;
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
}
.p-detail-risk span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-detail-risk.bg-gray {
  color: #fff;
  background-color: #676767;
  border: none;
}
.p-detail-risk.bg-gray span::after {
  background-color: #fff;
}
.p-detail-risk + .c-notes-list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-detail-risk {
    margin-top: 5.3333vw;
    padding: 6.6666vw 5.3333vw 5.3333vw;
  }
  .p-detail-risk span {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
  }
  .p-detail-risk span::after {
    width: 4vw;
  }
  .p-detail-risk + .c-notes-list {
    margin-top: 2.6666vw;
  }
}

/* Q&A */
.p-faq-list {
  width: 720px;
  margin: 0 auto;
}
.p-faq-list dt {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 18px 0 18px 55px;
}
.p-faq-list dd + dt {
  margin-top: 55px;
}
.p-faq-list dd {
  position: relative;
  padding: 15px 0 15px 55px;
}
.p-faq-list dt p,
.p-faq-list dd p {
  margin: 0;
}
.p-faq-list dt::after,
.p-faq-list dd::after {
  position: absolute;
  font-family: "adobe-garamond-pro", serif;
  font-size: 25px;
  font-weight: 700;
  left: 20px;
}
.p-faq-list dt::after {
  content: "Q";
  color: #333;
  top: 13px;
}
.p-faq-list dd::after {
  content: "A";
  color: #dc8f94;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .p-faq-list {
    width: 100%;
  }
  .p-faq-list dt {
    font-size: 4.5333vw;
    line-height: 1.35;
    padding: 4vw 0 4vw 14.2666vw;
  }
  .p-faq-list dd + dt {
    margin-top: 16vw;
  }
  .p-faq-list dd {
    padding: 3.8vw 0 3.8vw 14.2666vw;
  }
  .p-faq-list dt::after,
  .p-faq-list dd::after {
    font-size: 6.1333vw;
    left: 4vw;
  }
  .p-faq-list dt::after {
    top: 2.6666vw;
  }
  .p-faq-list dd::after {
    top: 2vw;
  }
}

/*--------------------------------------------------------------
  PRICE
 --------------------------------------------------------------*/
.p-course-list {
  display: flex;
  flex-flow: wrap;
  gap: 70px 60px;
}
.p-course-list > li {
  width: 47%;
  max-width: 470px;
}
.p-course-list li .txt-course {
  font-size: 26px;
  border: 1px solid #333;
  margin-bottom: 20px;
  text-align: center;
}
.p-course-list li table {
  width: 100%;
}
.p-course-list li table th,
.p-course-list li table td {
  width: 50%;
  padding: 8px 20px;
  border-bottom: 10px solid #fff;
}
.p-course-list li table th {
  font-weight: 400;
  background-color: #f7f6f4;
  text-align: center;
}
.p-course-list li table p {
  margin: 0;
}
.p-course-list li table th p + p {
  border-top: 1px solid #acacac;
  margin-top: 5px;
  padding-top: 5px;
}
.p-course-list li table td p + p {
  margin-top: 10px;
}
.p-course-list li table td p span:not(.txt-num) {
  color: #dc8f94;
  font-size: 12px;
}
.p-course-list li .txt-num {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.p-course-list li .txt-price {
  border-top: 1px solid #333;
  margin-top: -1px;
  padding-top: 5px;
  text-align: right;
}

.p-price-compair {
  padding: 70px 0;
}
.txt-compair {
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}
.p-price-compair .c-table {
  table-layout: auto;
}
.p-price-compair .c-table span {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-course-list {
    flex-direction: column;
    gap: 10.6666vw 0;
  }
  .p-course-list > li {
    width: 100%;
    max-width: auto;
  }
  .p-course-list li .txt-course {
    font-size: 5.0666vw;
    margin-bottom: 4vw;
  }
  .p-course-list li table th,
  .p-course-list li table td {
    padding: 0.6666vw 2.6666vw;
    border-bottom-width: 1.3333vw;
  }
  .p-course-list li table th p + p {
    margin-top: 1.0666vw;
    padding-top: 1.0666vw;
  }
  .p-course-list li table td p + p {
    margin-top: 2.1333vw;
  }
  .p-course-list li table td p span:not(.txt-num) {
    font-size: 2.6666vw;
  }
  .p-course-list li .txt-num {
    font-size: 4.2666vw;
  }
  .p-course-list li .txt-price {
    margin-top: 0.2vw;
    padding-top: 0.6666vw;
  }

  .p-price-compair {
    padding: 10.6666vw 0;
  }
  .txt-compair {
    font-size: 5.0666vw;
    margin-bottom: 4vw;
  }
  .p-price-compair .c-table span {
    font-size: 3.2vw;
  }
}

/*--------------------------------------------------------------
  DOCTOR
 --------------------------------------------------------------*/
.p-docter-profile {
  padding: 100px 0 120px;
}
.p-docter-profile dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-docter-profile dl dt {
  width: 330px;
  margin-bottom: 50px;
  text-align: center;
}
.p-docter-profile dl dt p {
  font-size: 28px;
  margin-top: 30px;
}
.p-docter-profile dl dt p span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.p-docter-profile dl dd p {
  font-size: 22px;
  margin: 0;
}
.p-docter-profile h2 {
  margin-top: 70px;
}
.p-docter-profile .p-docter-txt {
  width: 720px;
  margin: 0 auto;
}
.p-docter-profile .p-docter-txt h3 {
  font-size: 22px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-docter-profile .p-docter-txt p + h3 {
  margin-top: 40px;
}
.p-docter-profile .p-docter-txt p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-docter-profile {
    padding: 13.3333vw 0 18.6666vw;
  }
  .p-docter-profile dl dt {
    width: 56.3999vw;
    margin-bottom: 5.3333vw;
  }
  .p-docter-profile dl dt p {
    font-size: 5.0666vw;
    margin-top: 4vw;
  }
  .p-docter-profile dl dt p span {
    font-size: 2.6666vw;
    margin-top: 0.6666vw;
  }
  .p-docter-profile dl dd p {
    font-size: 4.5333vw;
    text-align: center;
  }
  .p-docter-profile h2 {
    margin-top: 18.6666vw;
  }
  .p-docter-profile .p-docter-txt {
    width: 100%;
  }
  .p-docter-profile .p-docter-txt h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-bottom: 2.6666vw;
  }
  .p-docter-profile .p-docter-txt p + h3 {
    margin-top: 10.6666vw;
  }
  .p-docter-profile .p-docter-txt p + p {
    margin-top: 5.3333vw;
  }
}

/*--------------------------------------------------------------
  CASE
 --------------------------------------------------------------*/
.p-case-list {
  display: flex;
  flex-flow: wrap;
  gap: 100px 60px;
}
.p-case-list li {
  width: 47%;
  max-width: 470px;
}
.p-case-title {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
.p-case-title .num {
  position: relative;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.p-case-title .num span {
  display: block;
  font-size: 42px;
  border-bottom: 1px solid #333;
  margin-top: 3px;
  padding-bottom: 5px;
}
.p-case-title h2 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}
.p-case-list .body-weight {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.p-case-list .body-weight .txt-weight {
  margin-right: 10px;
}
.p-case-list .body-weight .txt-before {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-right: 40px;
}
.p-case-list .body-weight .txt-before::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #333;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}
.p-case-list .body-weight .txt-before span {
  font-size: 10px;
}
.p-case-list .body-weight .txt-after {
  font-size: 34px;
  font-weight: 600;
  margin-right: 30px;
}
.p-case-list .body-weight .txt-after span {
  font-size: 14px;
}
.p-case-list .body-weight .txt-diff {
  width: 80px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #333;
  text-align: center;
}
.p-case-list .body-weight .txt-diff span {
  font-size: 10px;
}
.p-case-list .treatment {
  background-color: #f7f6f4;
  margin: 20px 0;
  padding: 20px 30px;
}
.p-case-list .treatment dl {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
.p-case-list .treatment dl + dl {
  margin-top: 10px;
}
.p-case-list .treatment dl dt span {
  border: 1px solid #333;
  padding: 0 8px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-case-list {
    gap: 16vw 0;
  }
  .p-case-list li {
    width: 100%;
    max-width: auto;
  }
  .p-case-title {
    gap: 0 5.3333vw;
    margin-bottom: 4vw;
  }
  .p-case-title .num {
    font-size: 3.2vw;
  }
  .p-case-title .num span {
    font-size: 10.6666vw;
    margin-top: 0.4vw;
    padding-bottom: 0.6666vw;
  }
  .p-case-title h2 {
    font-size: 5.0666vw;
  }
  .p-case-list .body-weight {
    margin: 0;
  }
  .p-case-list .body-weight .txt-weight {
    margin-right: 3vw;
  }
  .p-case-list .body-weight .txt-before {
    font-size: 5.3333vw;
    margin-right: 8vw;
  }
  .p-case-list .body-weight .txt-before::after {
    border-width: 1.6vw 0 1.6vw 2.9222vw;
    right: -3vw;
  }
  .p-case-list .body-weight .txt-before span {
    font-size: 2.4vw;
  }
  .p-case-list .body-weight .txt-after {
    font-size: 8.5333vw;
    margin-right: 6.3333vw;
  }
  .p-case-list .body-weight .txt-after span {
    font-size: 4vw;
  }
  .p-case-list .body-weight .txt-diff {
    width: 17.3333vw;
    font-size: 4.5333vw;
  }
  .p-case-list .body-weight .txt-diff span {
    font-size: 2.1333vw;
  }
  .p-case-list .treatment {
    margin: 6.6666vw 0 4vw;
    padding: 5.3333vw 4vw;
  }
  .p-case-list .treatment dl {
    gap: 0 2.6666vw;
  }
  .p-case-list .treatment dl + dl {
    margin-top: 2.6666vw;
  }
  .p-case-list .treatment dl dt {
    padding: 0 1.7vw;
  }
}

/*--------------------------------------------------------------
  FLOW
 --------------------------------------------------------------*/
.p-flow {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 768px) {
  .p-flow {
    padding: 13.3333vw 0 18.6666vw;
  }
}

/*--------------------------------------------------------------
  CLINIC
 --------------------------------------------------------------*/
.p-clinic {
  padding: 65px 0 100px;
}
.p-clinic .p-clinic-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #333;
}
.p-clinic .p-clinic-anchor dt {
  width: 35%;
  max-width: 350px;
  font-size: 22px;
}
.p-clinic .p-clinic-anchor dd {
  width: 65%;
  max-width: 650px;
}
.p-clinic .p-anchor-list {
  display: flex;
  flex-flow: wrap;
  gap: 20px 32px;
}
.p-clinic .p-anchor-list a {
  text-decoration: underline;
}
.p-clinic .txt-area {
  font-size: 22px;
  background-color: #f7f6f4;
  margin: 100px 0 80px;
  padding: 10px 20px;
}
.p-clinic .p-clinic-list {
  display: flex;
  flex-flow: wrap;
  gap: 70px 5%;
  padding: 0 20px;
}
.p-clinic .p-clinic-list .p-clinic-info {
  width: 46.875%;
  max-width: 450px;
}
.p-clinic .p-clinic-list .p-clinic-info h3 {
  font-size: 22px;
  font-weight: 400;
}
.p-clinic .txt-name {
  font-size: 12px;
}
.p-clinic .txt-station {
  border-top: 1px solid #333;
  margin: 10px 0 0;
}
.p-clinic .c-notes-list {
  margin-top: 10px;
}
.p-clinic .btn-more {
  width: 170px;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-clinic {
    padding: 9.3333vw 0 18.6666vw;
  }
  .p-clinic .p-clinic-anchor {
    padding: 3.3333vw 0;
  }
  .p-clinic .p-clinic-anchor dt {
    width: 30.6666vw;
    font-size: 4.8vw;
  }
  .p-clinic .p-clinic-anchor dd {
    width: 54.6666vw;
  }
  .p-clinic .p-anchor-list {
    gap: 4vw 6.6666vw;
  }
  .p-clinic .txt-area {
    font-size: 4.8vw;
    margin: 13.3333vw -5.3333vw 3.6666vw;
    padding: 4vw 5.3333vw;
  }
  .p-clinic .p-clinic-list {
    gap: 13.3333vw 0;
  }
  .p-clinic .p-clinic-list .p-clinic-info {
    width: 100%;
    max-width: auto;
  }
  .p-clinic .p-clinic-list .p-clinic-info h3 {
    font-size: 4.5333vw;
  }
  .p-clinic .txt-name {
    font-size: 2.666vw;
  }
  .p-clinic .txt-station {
    margin: 3vw 0 0;
  }
  .p-clinic .c-notes-list {
    margin-top: 3vw;
  }
  .p-clinic .btn-more {
    width: 64.5333vw;
    margin: 8vw auto 0;
  }
}

/* 詳細 */
.p-clinic-detail .map {
  margin-bottom: 70px;
}
.p-clinic-detail iframe {
  width: 100%;
}
.p-clinic-detail .p-shop-info {
  display: flex;
  flex-flow: wrap;
  gap: 70px 60px;
}
.p-clinic-detail .p-shop-info li {
  width: 47%;
  max-width: 470px;
}
.p-clinic-detail .p-shop-info li h3 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.p-clinic-detail .p-shop-info + h2 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-clinic-detail .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 10.6666vw;
  }
  .p-clinic-detail iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-clinic-detail .p-shop-info {
    gap: 10.6666vw 0;
  }
  .p-clinic-detail .p-shop-info li {
    width: 100%;
    max-width: auto;
  }
  .p-clinic-detail .p-shop-info li h3 {
    font-size: 4.8vw;
    padding-bottom: 1.3333vw;
  }
  .p-clinic-detail .p-shop-info + h2 {
    margin-top: 26.6666vw;
  }
}

/*--------------------------------------------------------------
  Q&A
 --------------------------------------------------------------*/
.p-faq-category {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.p-faq-anchor {
  display: flex;
  flex-flow: wrap;
  gap: 0 40px;
  margin-bottom: 40px;
}
.p-faq-anchor:last-of-type {
  margin-bottom: 80px;
}
.p-faq-anchor li {
  width: 220px;
}
.p-faq-anchor li a {
  position: relative;
  display: block;
  font-size: 18px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  text-decoration: none;
}
.p-faq-anchor li:nth-of-type(n + 5) a {
  border-top: none;
}
.p-faq-anchor li a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.js-accordion + h2 {
  margin-top: 78px;
}
.js-accordion {
  width: 720px;
  margin: 0 auto;
}
.js-accordion dt {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  background-color: #f7f6f4;
  margin-bottom: 2px;
  padding: 18px 55px;
  cursor: pointer;
}
.js-accordion dd {
  position: relative;
  display: none;
  padding: 15px 0 15px 55px;
}
.js-accordion dt p,
.js-accordion dd p {
  margin: 0;
}
.js-accordion dt::before,
.js-accordion dd::before {
  position: absolute;
  font-family: "adobe-garamond-pro", serif;
  font-size: 25px;
  font-weight: 700;
  left: 20px;
}
.js-accordion dt::before {
  content: "Q";
  color: #333;
  top: 13px;
}
.js-accordion dd::before {
  content: "A";
  color: #dc8f94;
  top: 10px;
}
.js-accordion dt .toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.js-accordion dt .toggle:before,
.js-accordion dt .toggle:after {
  position: absolute;
  content: "";
  background-color: #333;
  width: 10px;
  height: 1px;
  top: 48%;
  right: 4px;
  transition: 0.2s;
}
.js-accordion dt .toggle:before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
.js-accordion dt.active .toggle:before {
  transform: rotate(180deg);
}
.js-accordion dt.active .toggle:after {
  opacity: 0;
}
.js-accordion dd .box-flex {
  display: flex;
  gap: 0 20px;
}
.js-accordion dd .box-flex p {
  width: 60.7%;
}
.js-accordion dd .box-flex .img {
  width: 37.7%;
}
@media only screen and (max-width: 768px) {
  .p-faq-category {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
  .p-faq-anchor {
    gap: 0 5.3333vw;
    margin-bottom: 10.6666vw;
  }
  .p-faq-anchor:last-of-type {
    margin-bottom: 24vw;
  }
  .p-faq-anchor li {
    width: 42vw;
  }
  .p-faq-anchor li a {
    font-size: 4vw;
    padding: 4vw 0;
  }
  .p-faq-anchor li:nth-of-type(n + 3) a {
    border-top: none;
  }
  .p-faq-anchor li a::after {
    width: 2vw;
    height: 2vw;
    right: 2.6666vw;
  }

  .js-accordion + h2 {
    margin-top: 24vw;
  }
  .js-accordion {
    width: 100%;
  }
  .js-accordion dt {
    font-size: 4.5333vw;
    padding: 3.2vw 11.6vw 3.2vw 14.2666vw;
  }
  .js-accordion dd {
    padding: 3.2vw 2.6666vw 3.2vw 14.2666vw;
  }
  .js-accordion dt::before,
  .js-accordion dd::before {
    font-size: 6.1333vw;
    left: 4vw;
  }
  .js-accordion dt::before {
    top: 2.2vw;
  }
  .js-accordion dd::before {
    top: 2vw;
  }
  .js-accordion dt .toggle {
    width: 5.8666vw;
    height: 5.8666vw;
    right: 2.6666vw;
  }
  .js-accordion dt .toggle:before,
  .js-accordion dt .toggle:after {
    width: 2.9333vw;
    right: 1.2333vw;
  }
  .js-accordion dd .box-flex {
    flex-direction: column;
    gap: 3vw 0;
  }
  .js-accordion dd .box-flex p {
    width: 100%;
  }
  .js-accordion dd .box-flex .img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  PRIVACY POLICY
 --------------------------------------------------------------*/
.p-privacy .content-inner {
  width: 720px;
  margin: 0 auto;
}
.p-privacy p {
  margin: 0;
}
.p-privacy p + p {
  margin-top: 30px;
}
.p-privacy .p-article {
  margin-top: 40px;
}
.p-privacy .p-article h2 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.p-privacy .p-article h3 {
  font-size: 20px;
  font-weight: 400;
  border-left: 4px solid #333;
  background-color: #f8f8f8;
  margin-bottom: 12px;
  padding: 5px 0 5px 12px;
}
.p-privacy .p-article ul li {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.p-privacy .p-article a {
  text-decoration: underline;
}
.p-privacy .p-article table {
  margin-bottom: 20px;
}
.p-privacy .p-article table th,
.p-privacy .p-article table td {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  text-align: left;
}
.p-privacy .p-article table th {
  width: 200px;
  font-weight: 400;
}
.p-privacy .p-article p + h3 {
  margin-top: 20px;
}
.p-privacy .p-article p + ul,
.p-privacy .p-article ul + p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-privacy .content-inner {
    width: 89.3333vw;
  }
  .p-privacy p + p {
    margin-top: 5.3333vw;
  }
  .p-privacy .p-article {
    margin-top: 8vw;
  }
  .p-privacy .p-article h2 {
    font-size: 4.5333vw;
    margin-bottom: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .p-privacy .p-article h3 {
    font-size: 3.7333vw;
    border-left-width: 0.5333vw;
    margin-bottom: 2.6666vw;
    padding: 1.8vw 0 1.8vw 2.6666vw;
  }
  .p-privacy .p-article table {
    margin-bottom: 8vw;
  }
  .p-privacy .p-article table th,
  .p-privacy .p-article table td {
    padding: 1.8vw 0;
  }
  .p-privacy .p-article table th {
    width: 28vw;
  }
  .p-privacy .p-article p + h3 {
    margin-top: 4vw;
  }
  .p-privacy .p-article p + ul,
  .p-privacy .p-article ul + p {
    margin-top: 5.3333vw;
  }
}

/*--------------------------------------------------------------
  お問い合わせ
 --------------------------------------------------------------*/
.p-form .content-inner {
  width: 720px;
  margin: 0 auto;
}
.p-form p {
  margin: 0;
}
.p-form p + p {
  margin-top: 30px;
}

.p-form-content {
  margin-top: 40px;
}
.p-form-content p {
  font-size: 22px;
  margin: 0 0 10px 0;
}
.p-form-content div + p {
  margin-top: 20px;
}
.p-form-content p .req {
  color: #fff;
  font-size: 14px;
  background-color: #333;
  border-radius: 20px;
  margin-left: 10px;
  padding: 2px 14px;
}
.p-form-content p .any {
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 20px;
  margin-left: 10px;
  padding: 2px 14px;
}
.p-form-content .p-form-box {
  margin-bottom: 20px;
}
.p-form-content .js-mw-checkbox {
  margin-bottom: 40px;
}
.p-form-content input[type="text"],
.p-form-content input[type="email"],
.p-form-content input[type="tel"],
.p-form-content input[type="date"],
.p-form-content select,
.p-form-content textarea {
  color: #333;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 0;
  padding: 8px 20px;
}
.p-form-content input[type="date"],
.p-form-content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 44px;
}
.p-form-content select::-ms-expand {
  　font-family: none;
}
.p-form-content .select {
  position: relative;
}
.p-form-content .select::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.mw_wp_form_confirm .p-form-content .select::after {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field-text {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 45px;
  display: inline-block;
}
.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: #333;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 5px;
}

input::placeholder,
textarea::placeholder {
  color: #afafaf;
}
.p-form-checkbox {
  text-align: center;
}
.p-form-checkbox .mwform-checkbox-field-text {
  font-size: 16px;
}
.btn-form {
  margin-top: 40px;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
}
.wpcf7-spinner {
  display: none !important;
}

.p-form-content input[type="submit"] {
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  width: 480px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  background-color: #333;
  border-radius: 50px;
  transition: 0.3s;
}
.p-form-content input[type="submit"]:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.p-form-content input[type="submit"]::before,
.p-form-content input[type="submit"]::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 52%;
  right: 25px;
  background-color: #fff;
}
.p-form-content input[type="submit"]::before {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.p-form-content input[type="submit"]::after {
  width: 20px;
  transform: translateY(-50%);
}
.p-form-content input[type="submit"]:hover::before,
.p-form-content input[type="submit"]:hover::after {
  background-color: #333;
}
.p-form-content input[type="submit"]:hover::after {
  animation: arrow-animation-btn 1.5s ease-in-out infinite;
}

.p-form-content .btn-prev {
  margin-top: 20px;
}
.p-form-content .btn-prev input[type="submit"] {
  background-color: #747474;
}
.p-form-content .btn-prev input[type="submit"]:hover {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-form .content-inner {
    width: 89.3333vw;
  }
  .p-form p + p {
    margin-top: 5.3333vw;
  }

  .p-form-content {
    margin-top: 4vw;
  }
  .p-form-content p {
    font-size: 4.5333vw;
    margin-bottom: 1.3333vw;
  }
  .p-form-content div + p {
    margin-top: 4vw;
  }
  .p-form-content p .req {
    font-size: 3.2vw;
    margin-left: 1.3333vw;
    padding: 0.4vw 2.4;
  }
  .p-form-content .p-form-box {
    margin-bottom: 4vw;
  }
  .p-form-content .js-mw-checkbox {
    margin-bottom: 4vw;
  }
  .p-form-content input[type="text"],
  .p-form-content input[type="email"],
  .p-form-content input[type="tel"],
  .p-form-content input[type="date"],
  .p-form-content select,
  .p-form-content textarea {
    font-size: 4.2666vw;
    padding: 2.3333vw 4.3333vw;
  }
  .p-form-checkbox .mwform-checkbox-field-text {
    font-size: 3.7333vw;
  }
  .btn-form {
    margin-top: 4vw;
  }
  .wpcf7-not-valid-tip {
    font-size: 3.7333vw !important;
  }

  .p-form-content input[type="submit"] {
    width: 100%;
    height: 14.6666vw;
    font-size: 4vw;
  }
  .p-form-content .btn-prev {
    margin-top: 2.6666vw;
  }
}

/*--------------------------------------------------------------
  カウンセリング
 --------------------------------------------------------------*/
.p-reserve {
  background-color: #f8f8f8;
  margin-top: 40px;
  padding: 24px 0;
  text-align: center;
}
.p-reserve + .p-reserve {
  margin-top: 20px;
}
.p-reserve p {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-reserve .c-reserve-list {
  justify-content: center;
}
.p-reserve .c-reserve-list li {
  width: 374px;
}
.p-reserve .c-reserve-list a {
  width: 100%;
}

.p-form h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.p-form h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.p-form .txt-small {
  font-size: 18px;
  margin: 0 0 5px 5px;
}
.p-form .txt-thanks {
  font-size: 16px;
}

.p-form dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-form dl dd {
  width: 48%;
}
.p-form .c-btn-list {
  margin-top: 40px;
}
.p-form .c-btn-list li {
  width: auto;
}
.p-form .c-btn-list li a {
  width: 480px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .p-reserve {
    margin-top: 4vw;
    padding: 3.2vw 2.6666vw;
  }
  .p-reserve + .p-reserve {
    margin-top: 2.6666vw;
  }
  .p-reserve p {
    font-size: 3.7333vw;
    margin-bottom: 1.3333vw;
  }
  .p-reserve .c-reserve-list li {
    width: 100%;
  }

  .p-form h2 {
    font-size: 5.8666vw;
    margin-bottom: 4vw;
    padding-top: 10.6666vw;
  }
  .p-form h3 {
    font-size: 4.5333vw;
    margin-bottom: 5.3333vw;
  }
  .p-form .txt-small {
    font-size: 3.7333vw;
    margin-bottom: 0.6vw;
  }
  .p-form p-fs-s {
  }
  .p-form dl {
    margin-bottom: 4vw;
  }
  .p-form .c-btn-list {
    width: 100%;
    margin-top: 40px;
  }
  .p-form .c-btn-list li a {
    width: 100%;
  }
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
  モーダル
 --------------------------------------------------------------*/
.btn-modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 245px;
  height: 37px;
  border: 1px solid #333;
  border-radius: 20px;
  margin-left: auto;
  transition: 0.3s;
  cursor: pointer;
}
.btn-modal::before,
.btn-modal::after {
  position: absolute;
  content: "";
  background-color: #333;
  width: 14px;
  height: 1px;
  top: 48%;
  right: 10px;
  transition: 0.2s;
}
.btn-modal::before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
.btn-modal:hover {
  opacity: 0.7;
}
.btn-modal:hover::before {
  transform: rotate(-90deg);
}
.btn-modal:hover::after {
  transform: rotate(-180deg);
}

.md-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9998;
}
.md-contents {
  display: none;
  position: fixed;
  width: 720px;
  height: auto;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.md-inner {
  background-color: #fff;
  padding: 70px;
}
.md-contents h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.md-contents h4 {
  position: relative;
  font-size: 20px;
  margin-top: 30px;
}
.md-contents h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
  z-index: 1;
}
.md-contents h4 span {
  position: relative;
  background-color: #fff;
  padding-right: 10px;
  z-index: 2;
}
.md-contents p {
  margin-top: 5px;
}
.md-contents .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.md-contents .btn-close a {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 1 !important;
}
.md-contents .btn-close a::before,
.md-contents .btn-close a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #333;
  top: 50%;
  left: 50%;
}
.md-contents .btn-close a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.md-contents .btn-close a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  btn-modal {
    font-size: 3.7333vw;
    width: 68vw;
    height: 10.6666vw;
  }
  .btn-modal::before,
  .btn-modal::after {
    width: 3.7333vw;
    right: 3vw;
  }

  .md-contents {
    width: 89.3333vw;
  }
  .md-inner {
    padding: 22.6666vw 8vw;
  }
  .md-contents h3 {
    font-size: 6.4vw;
    margin-bottom: 10.6666vw;
  }
  .md-contents h4 {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
  .md-contents h4 span {
    padding-right: 4vw;
  }
  .md-contents p {
    margin-top: 2.6666vw;
  }
  .md-contents .btn-close {
    top: 6.6666vw;
    right: 6.6666vw;
  }
  .md-contents .btn-close a {
    width: 6.1333vw;
    height: 6.1333vw;
  }
  .md-contents .btn-close a::before,
  .md-contents .btn-close a::after {
    height: 6.1333vw;
  }
}

/* アニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
