@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #271605;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

.inner {
  width: 1036px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*---------- タイトル ----------*/
.section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.7em;
  font-size: min(3.9vw, 5rem);
  line-height: 1;
  font-weight: 700;
  position: relative;
  letter-spacing: normal;
  letter-spacing: 0.05em;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #271605;
}
.section-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #271605;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}

/*---------- ボタン ----------*/
.contact-btn {
  display: flex;
  margin-top: 6%;
}
.contact-btn a {
  width: calc(50% - 13.5px);
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  box-shadow: 4px 6px 0 0 #613a24;
  font-weight: 700;
  font-size: 2.3rem;
  border-radius: 12px;
  text-align: center;
  padding: 30px 0 35px;
  padding: 27px 0;
}
.contact-btn p {
  font-size: min(3.6vw, 3.5rem);
  margin-bottom: 16px;
}
.contact-btn span {
  font-size: min(4.5vw, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn img {
  margin-right: 14px;
}
.net {
  width: calc(50% - 13.5px);
  padding: 30px 0 35px;
  padding: 27px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-btn {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .contact-btn a {
    width: 100%;
    max-width: 350px;
    padding: 15px 0;
  }
  .contact-btn p {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  .contact-btn span {
    font-size: 3.5rem;
  }
  .net {
    width: 100%;
    padding: 30px 0 35px;
    padding: 20px 0;
    margin: 0 auto;
  }
}

.tel {
  background: #f06100;
  margin-right: 27px;
}
.tel img {
  width: 30px;
}
@media (max-width: 767px) {
  .tel {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.line {
  background: #49bc54;
}
.line img {
  width: 57px;
}

/*---------- more ----------*/
.more {
  text-align: center;
}

.more-inner {
  width: 1058px;
}

.more-text {
  font-size: min(4.5vw, 4.8rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 34px;
}
.more-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 47%;
  max-width: 473px;
  aspect-ratio: 473/69;
}
.more-text span {
  font-size: min(5.5vw, 6.4rem);
}

.more-btn {
  margin-top: 9.7%;
}
.more-btn a {
  display: inline-block;
  width: 1027px;
  max-width: 100%;
  font-size: min(5.2vw, 5.3rem);
  line-height: 1.34;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 1.85em;
  background: #fff;
  text-align: center;
  position: relative;
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.more-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.67em;
  transform: translateY(-50%);
  width: 0.4em;
  aspect-ratio: 21/36;
}
.more-btn a p {
  font-size: min(4.1vw, 4.6rem);
}
.more-btn a span {
  display: block;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .more-btn a {
    height: 90px;
  }
  .more-btn a::after {
    width: 0.7em;
  }
  .more-btn a span {
    font-size: 1.4rem;
  }
}

/*---------- 装飾 ----------*/
.emphasis {
  position: relative;
}
.emphasis::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.emphasis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*------------------------------
ヘッダー
------------------------------*/
header {
  position: relative;
}

.header-inner {
  width: 1268px;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 0;
  }
}

.header-top {
  padding: 28px 0 25px;
}
@media (max-width: 767px) {
  .header-top {
    padding: 5px 0;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-content {
    display: block;
  }
}

.header-logo {
  position: relative;
}
.header-logo p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 23px;
  font-feature-settings: normal;
}
.header-logo img {
  width: 35vw;
  max-width: 375px;
  max-width: 100%;
  width: 50%;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .header-logo p {
    position: absolute;
    top: -1em;
    left: 0;
    transform: translateY(-100%);
    white-space: nowrap;
  }
  .header-logo img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .header-logo {
    text-align: center;
  }
  .header-logo p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .header-logo img {
    width: 48%;
  }
}

.header-contact {
  text-align: center;
}
.header-contact p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3b2006;
  text-align: center;
  margin-top: 20px;
}
.header-contact p a {
  color: #3b2006;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

.header-contact-btn {
  justify-content: center;
  margin-top: 7%;
}
.header-contact-btn a {
  font-size: 2.3rem;
  padding: 0.6em 0;
}
.header-contact-btn a img {
  width: 21px;
  margin-right: 3px;
}
.header-contact-btn a.tel {
  width: 220px;
  margin-right: 10px;
}
.header-contact-btn a.line {
  width: 169px;
}

.header-nav {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.header-menu {
  display: flex;
  justify-content: center;
}
.header-menu li {
  width: 20%;
  text-align: center;
}
.header-menu li a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #271605;
  text-align: center;
  padding: 16px 0 19px;
}
@media (max-width: 767px) {
  .header-menu li {
    margin-top: 3px;
  }
  .header-menu li a {
    font-size: max(2vw, 1rem);
    padding: 5px 0;
    color: #5ba20a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-menu li img {
    height: 20px;
    width: auto;
  }
}

.drawer-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #000;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #000;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu li:nth-child(n+2) {
  margin-top: 25px;
}
.drawer-menu li a {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*------------------------------
フッター
------------------------------*/
@media (max-width: 767px) {
  footer {
    margin-bottom: 25%;
  }
}

.footer-container {
  padding: 30px 0;
  border-bottom: 1px solid #b2b2b2;
}

@media (min-width: 768px) {
  .footer-container__inner {
    width: 1270px;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
  }
}

.footer-logo {
  width: 35vw;
  max-width: 375px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 250px;
    margin: 0 auto;
  }
}

.footer-contact {
  text-align: center;
}
.footer-contact p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: #3b2006;
}
.footer-contact p a {
  color: #3b2006;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-contact p a {
    text-decoration: none;
    border-bottom: 1px solid #3b2006;
    line-height: 0.8;
    display: inline-block;
  }
}

.footer-contact-btn {
  justify-content: center;
}
.footer-contact-btn a {
  font-size: 2.3rem;
  padding: 17px 0;
}
.footer-contact-btn a img {
  width: 21px;
  margin-right: 3px;
}
.footer-contact-btn a.tel {
  width: 220px;
  margin-right: 10px;
}
.footer-contact-btn a.line {
  width: 169px;
}
@media (max-width: 767px) {
  .footer-contact-btn a.line {
    width: 220px;
  }
}

.copyright {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 13px 0 60px;
}

/*------------------------------
メインビジュアル
------------------------------*/
.mv img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1920px;
}

/*------------------------------
ポイント
------------------------------*/
.point {
  background: #DAF9B5;
  padding: 51px 0 68px;
  position: relative;
}
@media (max-width: 767px) {
  .point {
    padding-top: 10%;
    padding-bottom: 5%;
  }
}

.point-inner {
  width: 1156px;
}

.point-images {
  display: flex;
  max-width: 940px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.point-images li:nth-child(n+2) {
  margin-left: 3%;
}
@media (max-width: 767px) {
  .point-images {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
  }
}

.point-items {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-items li {
  width: 49%;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  background: #f6ffeb;
  padding: 23px 0 21px;
}
.point-items li:nth-child(n+3) {
  margin-top: 24px;
}
.point-items li p {
  display: inline-block;
  font-size: min(2.86vw, 3.2rem);
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 1.6em;
  font-feature-settings: "palt";
}
.point-items li p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon_check.webp) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 34/35;
}
.point-items li h3 {
  font-size: min(4.9vw, 5.1rem);
  color: #f06100;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .point-items {
    margin-top: 0;
  }
  .point-items li {
    padding: 7px 0;
  }
  .point-items li:nth-child(n+3) {
    margin-top: 10px;
  }
  .point-items li h3 {
    font-size: min(1.7rem, 4.25vw);
  }
}

/*------------------------------
キャンペーン
------------------------------*/
.campaign {
  padding: 93px 0 105px;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign {
    padding: 40px 0 50px;
  }
}

/*------------------------------
喜びの声
------------------------------*/
.voice {
  background: #fff4f6;
  padding: 109px 0 171px;
}
@media (max-width: 767px) {
  .voice {
    padding: 50px 0;
  }
}

.voice-inner {
  width: 1263px;
}

.voice-heading {
  font-size: min(4.5vw, 5.5rem);
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.25;
  text-align: center;
  margin-top: 1.7em;
}
.voice-heading::before {
  background: url(../images/emphasis-green_L.webp) no-repeat center center/contain;
  width: 1.58em;
  aspect-ratio: 87/135;
}
.voice-heading::after {
  background: url(../images/emphasis-green_R.webp) no-repeat center center/contain;
  width: 1.58em;
  aspect-ratio: 87/135;
}
.voice-heading span {
  font-size: min(5.8vw, 8rem);
  color: #f06100;
  letter-spacing: -0.01em;
}
.voice-heading span.nc {
  color: #271605;
}

.voice-img {
  padding: 43px 0 66px;
  border-bottom: 6px dotted #5a330e;
}

.voice-bottom {
  margin-top: 6.5%;
  display: flex;
}
.voice-bottom img {
  width: 42%;
  max-width: 530px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .voice-bottom {
    display: block;
  }
  .voice-bottom img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.voice-bottom-content h3 {
  font-size: min(2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  background: #5ba20a;
  padding: 20px 0;
}
.voice-bottom-content p {
  margin-top: 23px;
  font-size: min(2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .voice-bottom-content {
    margin-top: 20px;
  }
  .voice-bottom-content h3 {
    font-size: 2rem;
  }
  .voice-bottom-content p {
    font-size: 1.6rem;
  }
}

/*------------------------------
対応症状
------------------------------*/
.menu {
  background: #f6f6f6;
  padding: 159px 0 170px;
}
@media (max-width: 767px) {
  .menu {
    padding: 70px 0;
  }
}

.menu-heading {
  margin-top: 10.5%;
}
.menu-heading p {
  font-size: 4.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 1.17em;
  padding: 23px 0;
}
.menu-heading p span {
  font-size: 6.4rem;
}

.menu-items {
  margin-top: 8%;
}

.menu-item {
  background: #fff;
  box-shadow: 2.5px 3.2px 10px 0 rgba(11, 3, 6, 0.2);
  position: relative;
}
.menu-item:nth-child(n+2) {
  margin-top: 55px;
}
.menu-item:nth-child(2n) .menu-item-content {
  margin-right: auto;
  margin-left: 5%;
}
.menu-item:nth-child(2n) img {
  right: 0;
  left: unset;
}
.menu-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
}
@media (max-width: 767px) {
  .menu-item {
    overflow: hidden;
  }
  .menu-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.menu-item-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
  padding: 4% 0;
  margin-left: 52%;
}
.menu-item-content h3 {
  font-size: min(7.8vw, 9rem);
  text-align: center;
  font-weight: 600;
  font-family: "source-han-serif-japanese", serif;
  position: relative;
  -webkit-text-stroke: 16px #FFF;
  text-stroke: 16px #FFF;
}
.menu-item-content h3 em {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  width: 100%;
}
.menu-item-content a {
  display: block;
  font-size: min(3.9vw, 4rem);
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  text-align: center;
  background: #5ba20a;
  border-radius: 30px;
  padding: 9px 0 11px;
  margin-top: 26px;
  max-width: 400px;
  width: 100%;
  letter-spacing: 0.07em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item-content a::after {
  content: "";
  position: relative;
  display: inline-block;
  background: #fff;
  margin-left: 0.7em;
  aspect-ratio: 1/1.3;
  width: 0.8em;
  right: 0%;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 767px) {
  .menu-item-content {
    margin-left: 45%;
  }
  .menu-item-content h3 {
    -webkit-text-stroke: 4px #FFF;
    text-stroke: 4px #FFF;
  }
}

.menu-item-list {
  margin-top: 1.8em;
  font-feature-settings: "palt";
}
.menu-item-list li {
  font-size: min(3.9vw, 4rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 2px;
  -webkit-text-stroke: 16px #FFF;
  text-stroke: 16px #FFF;
  position: relative;
}
.menu-item-list li em {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
@media (max-width: 767px) {
  .menu-item-list li {
    line-height: 1.8;
    -webkit-text-stroke: 4px #FFF;
    text-stroke: 4px #FFF;
  }
}

.menu-more {
  margin-top: 4.4%;
}
.menu-more p::after {
  background: #6baf1e;
}

.menu-btn a {
  border: 0.19em solid #4b8c01;
  color: #4b8c01;
}
.menu-btn a::after {
  background: url(../images/icon_btn-arrow_green.webp) no-repeat center center/contain;
}

/*------------------------------
交通事故施術
------------------------------*/
.accident {
  background: #feffe9;
  padding: 174px 0 172px;
}
@media (max-width: 767px) {
  .accident {
    padding: 50px 0;
  }
}

.accident-heading {
  padding: 10.6% 0 6.3%;
  border-bottom: 6px dotted #5a330e;
}

.accident-more {
  margin-top: 3.8%;
  color: #0068b7;
}
.accident-more p::after {
  background: #0068b7;
}

.accident-btn a {
  border: 0.19em solid #0068b7;
  color: #0068b7;
}
.accident-btn a::after {
  background: url(../images/icon_btn-arrow_blue.webp) no-repeat center center/contain;
}

/*------------------------------
cta
------------------------------*/
.cta-01 {
  background: #E1FAC4;
  padding: 141px 0;
}
@media (max-width: 767px) {
  .cta-01 {
    padding: 60px 0;
  }
}

.cta-02 {
  padding-bottom: 189px;
}
@media (max-width: 767px) {
  .cta-02 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .cta-02__inner {
    width: 1270px;
  }
}

.cta-top {
  margin-bottom: 6%;
}

.cta-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2.6em;
  font-size: min(4.5vw, 4.4rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-align: center;
}
.cta-text::before {
  background: url(../images/emphasis-pink_L.webp) no-repeat center center/contain;
  width: 1.6em;
  aspect-ratio: 71/108;
}
.cta-text::after {
  background: url(../images/emphasis-pink_R.webp) no-repeat center center/contain;
  width: 1.6em;
  aspect-ratio: 71/108;
}
.cta-text span {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .cta-text {
    font-size: 2.5rem;
    padding: 0 1.6em;
  }
  .cta-text::before {
    width: 1.2em;
  }
  .cta-text::after {
    width: 1.2em;
  }
  .cta-text span {
    font-size: 3rem;
  }
}

/*------------------------------
痛みの原因
------------------------------*/
.cause {
  background: #f6f6f6;
}

.cause-inner {
  width: 1207px;
}

.cause-container {
  padding: 130px 0 177px;
  position: relative;
}
.cause-container::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f6f6f6;
  width: 53%;
  max-width: 1013px;
  aspect-ratio: 1013/153;
}
@media (max-width: 767px) {
  .cause-container {
    padding: 70px 0;
  }
}

.cause-heading_01 {
  margin-top: 6%;
  padding-bottom: 6.2%;
  position: relative;
}
.cause-heading_01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f06100;
  width: 50%;
  max-width: 592px;
  aspect-ratio: 592/86;
}

.cause-content {
  margin-top: 6%;
}
.cause-content p {
  font-size: min(2.3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.55;
  padding: 0 2%;
  width: 1000px;
  margin: 2% auto 0;
  max-width: 100%;
}
.cause-content img {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .cause-content p {
    font-size: 1.4rem;
  }
}

.cause-img {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.cause-bottom {
  background: #feffe9;
  padding: 304px 0 234px;
}
@media (max-width: 767px) {
  .cause-bottom {
    padding: 60px 0;
  }
}

/*------------------------------
施術について
------------------------------*/
.flow {
  padding: 129px 0 139px;
}
@media (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
}

.flow-heading {
  margin-top: 8%;
}

.flow-items {
  margin-top: 1%;
}
.flow-items li {
  display: flex;
  justify-content: space-between;
  padding: 8.7% 2% 6%;
  border-bottom: 2px dotted #3b2006;
}
.flow-items li img {
  width: 45%;
}
@media (max-width: 767px) {
  .flow-items li {
    display: block;
  }
  .flow-items li img {
    width: 100%;
  }
}

.flow-item-content {
  width: 52%;
}
.flow-item-content h3 {
  font-size: min(4vw, 4rem);
  font-weight: 700;
  color: #fff;
  background: #5ba20a;
  padding: 0.75em 0;
  text-align: center;
}
.flow-item-content p {
  font-size: min(2.3vw, 2.5rem);
  font-weight: 500;
  margin-top: 1.1em;
  line-height: 1.6;
  letter-spacing: 1.25px;
}
@media (max-width: 767px) {
  .flow-item-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow-item-content h3 {
    font-size: 2.5rem;
  }
  .flow-item-content p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

/*------------------------------
施術料金
------------------------------*/
.price {
  background: #fff4f6;
  padding: 123px 0 176px;
}
@media (max-width: 767px) {
  .price {
    padding: 60px 0;
  }
}

.price-more {
  margin-top: 5%;
  color: #fb97ab;
}
.price-more p::after {
  background: #fb97ab;
}

.price-btn a {
  border: 0.19em solid #fb97ab;
  color: #fb97ab;
}
.price-btn a::after {
  background: url(../images/icon_btn-arrow_pink.webp) no-repeat center center/contain;
}

/*------------------------------
お問い合わせ
------------------------------*/
.contact {
  background: #feffe9;
  padding: 134px 0 176px;
}
@media (max-width: 767px) {
  .contact {
    padding: 70px 0 80px;
  }
}

.contact-content {
  margin-top: 8.7%;
}

.contact-logo {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-logo {
    width: 250px;
  }
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.3%;
}
@media (max-width: 767px) {
  .contact-info {
    display: block;
  }
}

.contact-info-img {
  width: 42%;
  max-width: 420px;
}
@media (max-width: 767px) {
  .contact-info-img {
    width: 100%;
    margin: 0 auto;
  }
}

.contact-info-table {
  width: 55%;
}
.contact-info-table p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 2.6em;
  text-align: center;
}
.contact-info-table a {
  color: #271605;
}
@media (max-width: 767px) {
  .contact-info-table {
    width: 100%;
    margin-top: 20px;
  }
  .contact-info-table p {
    font-size: 1.5rem;
    margin-top: 1.5em;
  }
  .contact-info-table a {
    margin-left: 0.2em;
  }
}

.contact-map {
  margin-top: 7%;
}
.contact-map iframe {
  width: 100%;
  aspect-ratio: 1000/320;
}
@media (max-width: 767px) {
  .contact-map iframe {
    aspect-ratio: 375/200;
  }
}

.page-top {
  text-align: right;
}
.page-top a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  color: #271605;
  margin-top: 22px;
}

/*------------------------------
float
------------------------------*/
.float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.float a {
  position: absolute;
  width: 46%;
  aspect-ratio: 220/57;
  left: 3%;
  bottom: 10%;
}
.float a:nth-of-type(2) {
  left: 51.5%;
}