@charset "UTF-8";
/*
 * 関数定義用ファイル
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-wrap: anywhere;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

:root {
  --color-black: #333;
  --color-heading-black: #131356;
  --color-gray: #4d4d4d;
  --color-green: #00AF00;
  --color-light-green: #69bb8f;
  --color-light-blue: #42bdd8;
  --color-blue: #2650c0;
  --color-pink: #ef4e68;
  --color-yellow: #faf06e;
  --color-marker-yellow: linear-gradient(rgba(255, 255, 255, 0) 75%, #faf06e 75%);
  --color-shadow: rgba(35, 24, 21, 0.15);
  --font-family-common: "Zen Old Mincho", serif;
  --font-family-zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --duration: 0.3s;
  --header-height: 0px;
  --lh-small: 1.2;
  --lh-regular: 1.4;
  --lh-medium: 1.5;
  --lh-large: 1.9;
  --ls-small: 0.03em;
  --ls-medium: 0.05em;
  --ls-large: 0.1em;
  --ls-xlarge: 0.15em;
}

/*
 * 流体タイポ計算用 関数
 *
 * @use parts/_fonts.scssファイルを参照
 */
/*
 * 逆流体タイポ計算用 関数
 * PCでは小さく、スマホでは大きく表示する場合に使用
 */
/*
 * メディアクエリ用mixin
 */
body {
  background-color: #fff;
  font-family: var(--font-family-common);
  line-height: normal;
  color: var(--color-black);
  font-size: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  font-weight: 400;
  letter-spacing: 0em;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
button {
  display: inline-block;
  transition: opacity var(--duration);
}
a:hover,
button:hover {
  opacity: 0.7;
}

b,
strong,
th {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

p > b {
  font-weight: 700;
  color: var(--color-pink);
}

.c-relative {
  position: relative;
}

.header-height {
  margin-top: var(--header-height);
}

.w-100 {
  width: 100%;
}

/* ===============================================
#inner
=============================================== */
.inner {
  width: 90%;
  margin-inline: auto;
}
.inner.w-100 {
  width: 100%;
}
.inner.max-880 {
  max-width: 880px;
}
.inner.max-1000 {
  max-width: 1000px;
}
.inner.max-1200 {
  max-width: 1200px;
}

/* ===============================================
#button
=============================================== */
.btn_search {
  background: transparent url(./../image/btn-bg_1.avif) no-repeat center center/cover;
  width: 100%;
  margin-inline: auto;
  max-width: clamp(240px, 27.79342723vw + 135.7746478873px, 536px);
  height: clamp(50px, 5.9154929577vw + 27.8169014085px, 113px);
  white-space: nowrap;
  padding: clamp(3px, 0.3755868545vw + 1.5915492958px, 7px);
}
.btn_search.clinic {
  background: transparent url(./../image/btn-bg_3.avif) no-repeat center center/cover;
}
.btn_search.clinic .btn_search-inner img {
  width: clamp(16px, 1.8779342723vw + 8.9577464789px, 36px);
  rotate: 90deg;
}

.btn_search-inner {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}
.btn_search-inner img {
  width: clamp(20px, 3.0046948357vw + 8.7323943662px, 52px);
}
.btn_search-inner span {
  font-size: clamp(15px, 1.8779342723vw + 7.9577464789px, 35px);
  font-weight: 700;
  color: #fff;
}

.btn_arrow {
  background: transparent url(./../image/btn-bg_2.avif) no-repeat center center/cover;
  padding: 0 clamp(16px, 1.220657277vw + 11.4225352113px, 29px);
  border: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: clamp(220px, 24.4131455399vw + 128.4507042254px, 480px);
  height: clamp(52px, 4.5070422535vw + 35.0985915493px, 100px);
}
.btn_arrow span {
  color: #fff;
  font-size: clamp(18px, 1.6901408451vw + 11.661971831px, 36px);
  font-weight: 700;
  letter-spacing: var(--ls-large);
  line-height: 1.1;
  text-align: center;
}
.btn_arrow:after {
  content: "";
  display: block;
  background: url(./../image/icon-arrow-white-light-green.svg) no-repeat center center/contain;
  width: clamp(18px, 1.6901408451vw + 11.661971831px, 36px);
  aspect-ratio: 1;
}

/* ===============================================
#見出し
=============================================== */
.heading_h2 {
  font-size: clamp(24px, 3.3802816901vw + 11.323943662px, 60px);
  font-weight: 700;
  color: var(--color-heading-black);
  text-align: center;
}
.heading_h2.text-left {
  text-align: left;
}
@media (768px <= width) {
  .heading_h2.text-left-center {
    text-align: left;
  }
}
.heading_h2 > small {
  font-size: clamp(26px, 1.6901408451vw + 19.661971831px, 44px);
}

/* ===============================================
#デバイス非表示
=============================================== */
@media (768px <= width) {
  .h-pc_tb {
    display: none !important;
  }
}

@media (1024px <= width) {
  .h-pc {
    display: none !important;
  }
}

@media (width <= 767px) {
  .h-sp {
    display: none !important;
  }
}

@media (width <= 1023px) {
  .h-tb_sp {
    display: none !important;
  }
}

/* ===============================================
#padding
=============================================== */
.pt-140-60 {
  padding-top: clamp(60px, 7.5117370892vw + 31.8309859155px, 140px);
}

.pt-120-60 {
  padding-top: clamp(60px, 5.6338028169vw + 38.8732394366px, 120px);
}

.pt-100-40 {
  padding-top: clamp(40px, 5.6338028169vw + 18.8732394366px, 100px);
}

.pt-80-40 {
  padding-top: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}

.pt-70-40 {
  padding-top: clamp(40px, 2.8169014085vw + 29.4366197183px, 70px);
}

.pt-60-30 {
  padding-top: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

.pb-120-40 {
  padding-bottom: clamp(40px, 7.5117370892vw + 11.8309859155px, 120px);
}

.pb-120-60 {
  padding-bottom: clamp(60px, 5.6338028169vw + 38.8732394366px, 120px);
}

.pb-140-60 {
  padding-bottom: clamp(60px, 7.5117370892vw + 31.8309859155px, 140px);
}

.pb-80-40 {
  padding-bottom: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}

.pb-60-40 {
  padding-bottom: clamp(40px, 1.8779342723vw + 32.9577464789px, 60px);
}

.pb-40-20 {
  padding-bottom: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.py-100-50 {
  padding-block: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
}

.py-80-40 {
  padding-block: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}

.py-70-20 {
  padding-block: clamp(20px, 4.6948356808vw + 2.3943661972px, 70px);
}

.py-70-40 {
  padding-block: clamp(40px, 2.8169014085vw + 29.4366197183px, 70px);
}

.py-60-30 {
  padding-block: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

/* ===============================================
#gap
=============================================== */
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.center {
  align-items: center;
}
.flex-col.flex-start {
  align-items: flex-start;
}

.gap-lh {
  gap: 1lh;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-20-10 {
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}

.gap-30-10 {
  gap: clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
}

.gap-30-20 {
  gap: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}

.gap-40 {
  gap: 40px;
}

.gap-40-10 {
  gap: clamp(10px, 2.8169014085vw + -0.5633802817px, 40px);
}

.gap-40-20 {
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.gap-50-20 {
  gap: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
}

.gap-60 {
  gap: 60px;
}

.gap-60-20 {
  gap: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
}

.gap-60-30 {
  gap: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

.gap-70 {
  gap: 70px;
}

.gap-70-20 {
  gap: clamp(20px, 4.6948356808vw + 2.3943661972px, 70px);
}

.gap-70-30 {
  gap: clamp(30px, 3.7558685446vw + 15.9154929577px, 70px);
}

.gap-80 {
  gap: 80px;
}

.gap-80-20 {
  gap: clamp(20px, 5.6338028169vw + -1.1267605634px, 80px);
}

.gap-80-40 {
  gap: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}

.gap-90-40 {
  gap: clamp(40px, 4.6948356808vw + 22.3943661972px, 90px);
}

.gap-100-40 {
  gap: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
}

.gap-120-60 {
  gap: clamp(60px, 5.6338028169vw + 38.8732394366px, 120px);
}

/* ===============================================
#背景
=============================================== */
.bg-subtle {
  background: transparent url(./../image/bg-subtle.avif) no-repeat center center/cover;
}

.bg-light-blue {
  background-color: #f5fdff;
}

.bg-fog {
  background: transparent url(./../image/patient-merit-bg_1.avif) no-repeat center center/cover;
}

/* ===============================================
#テキスト
=============================================== */
/* font-weight */
.weight-bold {
  font-weight: 700;
}

/* font-family */
.font-family-zen-kaku {
  font-family: var(--font-family-zen-kaku);
}

/* font-size */
.fs-56-24 {
  font-size: clamp(24px, 3.0046948357vw + 12.7323943662px, 56px);
}

.fs-52-24 {
  font-size: clamp(24px, 2.6291079812vw + 14.1408450704px, 52px);
}

.fs-38-24 {
  font-size: clamp(24px, 1.3145539906vw + 19.0704225352px, 38px);
}

.fs-38-22 {
  font-size: clamp(22px, 1.5023474178vw + 16.3661971831px, 38px);
}

.fs-38-20 {
  font-size: clamp(20px, 1.6901408451vw + 13.661971831px, 38px);
}

.fs-36-24 {
  font-size: clamp(24px, 1.1267605634vw + 19.7746478873px, 36px);
}

.fs-28-18 {
  font-size: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px);
}

.fs-28-14 {
  font-size: clamp(14px, 1.3145539906vw + 9.0704225352px, 28px);
}

.fs-26-18 {
  font-size: clamp(18px, 0.7511737089vw + 15.1830985915px, 26px);
}

.fs-26-14 {
  font-size: clamp(14px, 1.1267605634vw + 9.7746478873px, 26px);
}

.fs-25-18 {
  font-size: clamp(18px, 0.6572769953vw + 15.5352112676px, 25px);
}

.fs-25-14 {
  font-size: clamp(14px, 1.0328638498vw + 10.1267605634px, 25px);
}

.fs-24-16 {
  font-size: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
}

.fs-22-14 {
  font-size: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px);
}

.fs-20-10 {
  font-size: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}

.fs-18-14 {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
}

.fs-18-10 {
  font-size: clamp(10px, 0.7511737089vw + 7.1830985915px, 18px);
}

/* line-height */
.lh-large {
  line-height: var(--lh-large);
}

.lh-18 {
  line-height: 1.8;
}

/* letter-spacing */
.ls-large {
  letter-spacing: 0.15em;
}

.ls-16 {
  letter-spacing: 0.16em;
}

.ls-7 {
  letter-spacing: 0.07em;
}

.ls-medium {
  letter-spacing: var(--ls-medium);
}

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

@media (width <= 767px) {
  .sp-text-center {
    text-align: center;
  }
}

@media (768px <= width) {
  .pc-text-center {
    text-align: center;
  }
}

/* ===============================================
#color
=============================================== */
.color-heading-black {
  color: var(--color-heading-black);
}

/* ===============================================
#grid
=============================================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* ===============================================
#404
=============================================== */
.error_inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

/* ===============================================
#ヘッダー
=============================================== */
@media (width <= 1023px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 18px;
  }
}

.header_logo {
  position: relative;
  width: clamp(140px, 4.2253521127vw + 124.1549295775px, 185px);
  z-index: 101;
}
@media (1024px <= width) {
  .header_logo {
    position: fixed;
    top: clamp(17px, 1.220657277vw + 12.4225352113px, 30px);
    left: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  }
}

.header_contact-btn {
  position: fixed;
  top: 0;
  right: clamp(20px, 11.2676056338vw + -22.2535211268px, 140px);
  z-index: 100;
  background-color: var(--color-green);
  width: clamp(200px, 9.3896713615vw + 164.7887323944px, 300px);
  height: clamp(50px, 2.0657276995vw + 42.2535211268px, 72px);
  border-radius: 0 0 clamp(6px, 0.1877934272vw + 5.2957746479px, 8px) clamp(6px, 0.1877934272vw + 5.2957746479px, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.5633802817vw + 5.8873239437px, 14px);
}
@media (width <= 1023px) {
  .header_contact-btn {
    display: none;
  }
}
.header_contact-btn img {
  width: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.header_contact-btn-text {
  color: #fff;
  font-weight: 900;
  font-size: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  line-height: var(--lh-small);
}

.header_contact-btn-arrow {
  width: clamp(20px, 0.5633802817vw + 17.8873239437px, 26px);
  height: clamp(20px, 0.5633802817vw + 17.8873239437px, 26px);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.header_contact-btn-arrow::before {
  content: "";
  width: clamp(6px, 0.1877934272vw + 5.2957746479px, 8px);
  height: clamp(8px, 0.1877934272vw + 7.2957746479px, 10px);
  background-color: var(--color-green);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-left: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px);
}

.header_side-btn {
  position: fixed;
  top: clamp(50px, 1.8779342723vw + 42.9577464789px, 70px);
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
@media (width <= 1023px) {
  .header_side-btn {
    display: none;
  }
}

.header_side-btn-item {
  width: clamp(50px, 1.5023474178vw + 44.3661971831px, 66px);
}

.header_hamburger-btn {
  display: none;
}
@media (width <= 1023px) {
  .header_hamburger-btn {
    position: relative;
    z-index: 101;
    width: 24px;
    height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
  }
  .header_hamburger-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-heading-black);
  }
  .header_hamburger-btn.active span {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header_hamburger-btn.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header_hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header_hamburger-btn.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.header_nav {
  display: none;
}
@media (width <= 1023px) {
  .header_nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100svh - 64px);
    background-color: #fff;
    z-index: 100;
    padding: 16px 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--color-heading-black);
    font-size: 14px;
    overflow-y: auto;
  }
  .header_nav.active {
    opacity: 1;
    visibility: visible;
  }
}

.header_nav-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.header_nav-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.header_nav-list-title {
  padding: 8px 10px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  width: 100%;
  display: block;
}

.header_nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding-left: 10px;
}

.header_nav-item {
  width: 100%;
}

/* ===============================================
#フッター
=============================================== */
.footer {
  background-color: var(--color-heading-black);
  color: #fff;
  padding-bottom: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}
@media (width <= 1023px) {
  .footer {
    padding-bottom: calc(140px + clamp(20px, 1.8779342723vw + 12.9577464789px, 40px));
  }
}

@media (width <= 767px) {
  .footer_inner.inner.max-1200 {
    max-width: 400px;
  }
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 0vw + 20px, 20px);
}
@media (width <= 767px) {
  .footer_content {
    flex-direction: column;
  }
}

.footer_logo {
  width: clamp(100px, 7.9812206573vw + 70.0704225352px, 185px);
}

.footer_menu {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(25px, 4.6948356808vw + 7.3943661972px, 75px);
}
@media (width <= 1023px) {
  .footer_menu {
    grid-template-columns: repeat(2, auto);
  }
}
@media (width <= 767px) {
  .footer_menu {
    justify-content: space-between;
    width: 100%;
  }
}

.footer_menu-item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
}
@media (width <= 1023px) {
  .footer_menu-item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}

.footer_menu-list {
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
}

.footer_pagetop {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-left: auto;
}
.footer_pagetop img {
  width: 24px;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
  font-size: 12px;
  font-family: var(--font-family-zen-kaku);
  pointer-events: none;
}
.footer_bottom a {
  pointer-events: auto;
}
.footer_bottom small {
  font-size: clamp(10px, 0.1877934272vw + 9.2957746479px, 12px);
}
@media (width <= 767px) {
  .footer_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: calc(-19px + clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) * -1);
    gap: 24px;
  }
  .footer_bottom small {
    align-self: center;
  }
}

.fixed-btn {
  display: none;
}
@media (width <= 1023px) {
  .fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 70px);
    gap: 2px 3px;
    background: #fff;
  }
}

.fixed-btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.fixed-btn_item:nth-child(1) {
  background: #95deeb;
}
.fixed-btn_item:nth-child(2) {
  background: #56cadf;
}
.fixed-btn_item:nth-child(3) {
  background: #21b2d1;
}
.fixed-btn_item:nth-child(4) {
  background: var(--color-green);
}
.fixed-btn_item img {
  width: 32px;
}
.fixed-btn_item span {
  font-size: 18px;
  font-family: var(--font-family-zen-kaku);
  font-weight: 700;
  line-height: var(--lh-small);
  color: #fff;
}

/* ===============================================
#トップページ
=============================================== */
.top-mv {
  background: transparent url(./../image/sp/top-mv-img_1.avif) no-repeat center center/cover;
  height: calc(var(--vw) * 149);
}
@media (768px <= width) {
  .top-mv {
    background: transparent url(./../image/top-mv-img_1.avif) no-repeat center center/cover;
    height: calc(var(--vw) * 55);
  }
}

.top-mv_inner {
  width: 83%;
  height: 100%;
  margin-inline: auto;
  padding-bottom: clamp(0px, 5.0704225352vw + -19.014084507px, 54px);
}
@media (width <= 767px) {
  .top-mv_inner {
    width: 89%;
    padding-bottom: clamp(30px, 2.2535211268vw + 21.5492957746px, 54px);
  }
}

.top-mv_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(15px, 2.8169014085vw + 4.4366197183px, 45px);
}
@media (width <= 767px) {
  .top-mv_content {
    align-items: center;
  }
}

.top-mv_heading-box {
  position: relative;
}

.top-mv_heading {
  font-size: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: var(--lh-medium);
  color: var(--color-heading-black);
  text-shadow: 0px 0px 10px #fff;
  position: relative;
  z-index: 2;
}
.top-mv_heading small {
  font-size: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
}
@media (width <= 767px) {
  .top-mv_heading {
    text-align: center;
    line-height: 1.31;
    font-size: clamp(32px, 3.0046948357vw + 20.7323943662px, 64px);
  }
  .top-mv_heading small {
    font-size: clamp(28px, 3.0046948357vw + 16.7323943662px, 60px);
  }
}

.top-mv_heading-text-top {
  position: absolute;
  left: clamp(36px, 2.8169014085vw + 25.4366197183px, 66px);
  width: clamp(137px, 19.2488262911vw + 64.8169014085px, 342px);
  z-index: 1;
}
@media (width <= 1023px) {
  .top-mv_heading-text-top {
    top: -14px;
  }
}
@media (1024px <= width) {
  .top-mv_heading-text-top {
    bottom: calc(100% + clamp(0px, 2.5352112676vw + -9.5070422535px, 27px));
  }
}

.top-mv_heading-text-bottom {
  position: absolute;
  bottom: calc(clamp(27px, 2.1596244131vw + 18.9014084507px, 50px) * -1);
  right: calc(clamp(5px, 1.0328638498vw + 1.1267605634px, 16px) * -1);
  width: clamp(210px, 23.3802816901vw + 122.323943662px, 459px);
  z-index: 1;
}

.top-mv_btn-box {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 0.2816901408vw + 13.9436619718px, 18px);
}
@media (width <= 767px) {
  .top-mv_btn-box {
    margin-inline: auto;
  }
}
@media (768px <= width) {
  .top-mv_btn-box {
    padding-right: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  }
}

.top-mv_btn {
  position: relative;
  background-color: #fff;
  width: clamp(335px, 18.3098591549vw + 266.338028169px, 530px);
  height: clamp(70px, 3.5680751174vw + 56.6197183099px, 108px);
  white-space: nowrap;
  padding-right: clamp(40px, 1.8779342723vw + 32.9577464789px, 60px);
}
.top-mv_btn.blue .top-mv_btn-meta {
  background-color: var(--color-light-blue);
}
.top-mv_btn.blue .top-mv_btn-text {
  color: var(--color-light-blue);
}
.top-mv_btn.blue .top-mv_btn-meta {
  clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}
.top-mv_btn.green .top-mv_btn-meta {
  background-color: var(--color-light-green);
}
.top-mv_btn.green .top-mv_btn-text {
  color: var(--color-light-green);
}
.top-mv_btn.green .top-mv_btn-meta {
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.top-mv_btn-text-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top-mv_btn-meta {
  padding: clamp(2px, 0vw + 2px, 2px) clamp(16px, 0.8450704225vw + 12.8309859155px, 25px) clamp(3px, 0vw + 3px, 3px) clamp(10px, 0.5633802817vw + 7.8873239437px, 16px);
  color: #fff;
  font-size: clamp(15px, 0.9389671362vw + 11.4788732394px, 25px);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}

.top-mv_btn-text {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  font-size: clamp(15px, 0.9389671362vw + 11.4788732394px, 25px);
  font-weight: 700;
}
.top-mv_btn-text span {
  letter-spacing: -0.11em;
}

.top-mv_btn-arrow {
  position: absolute;
  top: 50%;
  right: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px);
  translate: 0 -50%;
  width: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
}

/* ===============================================
#JETシステム矯正とは？
=============================================== */
.top-about_bg {
  background: transparent url(./../image/sp/top-about-bg_1.avif) no-repeat center bottom -120px/100% 100%;
}
@media (768px <= width) {
  .top-about_bg {
    background: transparent url(./../image/top-about-bg_1.avif) no-repeat center bottom -190px/100% 100%;
  }
}

.top-about_text-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20px, 5.6338028169vw + -1.1267605634px, 80px);
}
@media (768px <= width) {
  .top-about_text-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================================
#患者の皆様向け ファーストビュー
=============================================== */
.patient-top-mv {
  background: transparent url(./../image/sp/patient-top-mv_1.avif) no-repeat center center/cover;
  height: calc(var(--vw) * 133);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
}
@media (768px <= width) {
  .patient-top-mv {
    justify-content: center;
    background: transparent url(./../image/patient-top-mv_1.avif) no-repeat center center/cover;
    height: calc(var(--vw) * 55);
  }
}
.patient-top-mv.clinic {
  background: transparent url(./../image/clinic-top-mv_1.avif) no-repeat center center/cover;
}
.patient-top-mv.clinic .patient-top-mv_label {
  background-color: var(--color-light-green);
}
.patient-top-mv.clinic .patient-top-mv_heading-box img {
  top: 100%;
  width: clamp(130px, 22.441314554vw + 45.8450704225px, 369px);
}
@media (768px <= width) {
  .patient-top-mv.clinic .patient-top-mv_heading-box img {
    left: calc(clamp(0px, 6.5727699531vw + -24.6478873239px, 70px) * -1);
  }
}
@media (width <= 767px) {
  .patient-top-mv.clinic .patient-top-mv_heading-box img {
    left: auto;
    right: -10px;
  }
}
.patient-top-mv.clinic .patient-top-mv_heading {
  text-align: center;
}
.patient-top-mv.clinic .patient-top-mv_heading-bottom {
  font-size: clamp(24px, 4.3192488263vw + 7.8028169014px, 70px);
  line-height: 1.42;
}
@media (width <= 767px) {
  .patient-top-mv.clinic .patient-top-mv_heading-bottom {
    font-size: clamp(42px, 2.6291079812vw + 32.1408450704px, 70px);
  }
}
@media (width <= 767px) {
  .patient-top-mv.clinic {
    background: transparent url(./../image/sp/clinic-top-mv_1.avif) no-repeat center center/cover;
  }
  .patient-top-mv.clinic .patient-top-mv_content {
    justify-content: center;
    gap: 50px;
  }
}

.patient-top-mv_inner {
  width: 83%;
  margin-inline: auto;
}
@media (width <= 1023px) {
  .patient-top-mv_inner {
    width: 92%;
  }
}
@media (width <= 767px) {
  .patient-top-mv_inner {
    height: 100%;
    flex: 1;
    padding-bottom: 30px;
  }
}

.patient-top-mv_content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 3.7558685446vw + -14.0845070423px, 40px);
}
@media (width <= 767px) {
  .patient-top-mv_content {
    margin-inline: auto;
    justify-content: space-between;
    height: 100%;
    gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  }
}

.patient-top-mv_heading-box {
  position: relative;
  align-items: flex-start;
}
.patient-top-mv_heading-box img {
  position: absolute;
  top: clamp(30px, 0.9389671362vw + 26.4788732394px, 40px);
  left: calc(clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) * -1);
  width: clamp(128px, 11.455399061vw + 85.0422535211px, 250px);
}
@media (width <= 767px) {
  .patient-top-mv_heading-box img {
    top: 124px;
    left: -4px;
  }
}

.patient-top-mv_label {
  padding: 0 clamp(30px, 1.8779342723vw + 22.9577464789px, 50px) 2px 35px;
  color: #fff;
  font-size: clamp(12px, 1.220657277vw + 7.4225352113px, 25px);
  letter-spacing: var(--lh-medium);
  line-height: 1.3;
  background-color: var(--color-light-blue);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
@media (768px <= width) {
  .patient-top-mv_label {
    padding: 0 clamp(30px, 1.8779342723vw + 22.9577464789px, 50px) 2px 8.5%;
  }
}

.patient-top-mv_heading {
  position: relative;
  color: var(--color-heading-black);
}

.patient-top-mv_heading-top {
  font-size: clamp(14px, 2.441314554vw + 4.8450704225px, 40px);
  letter-spacing: var(--ls-small);
}
.patient-top-mv_heading-top > b {
  font-weight: 700;
  background: var(--color-marker-yellow);
}
.patient-top-mv_heading-top > b > strong {
  font-size: clamp(28px, 3.9436619718vw + 13.2112676056px, 70px);
  line-height: 1;
}
@media (width <= 767px) {
  .patient-top-mv_heading-top {
    font-size: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  }
  .patient-top-mv_heading-top > strong {
    font-size: clamp(35px, 3.2863849765vw + 22.676056338px, 70px);
  }
}

.patient-top-mv_heading-bottom {
  font-size: clamp(36px, 4.6948356808vw + 18.3943661972px, 86px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 0px 10px #fff;
}
@media (width <= 767px) {
  .patient-top-mv_heading-bottom {
    font-size: clamp(52px, 3.1924882629vw + 40.0281690141px, 86px);
  }
}

.patient-top-mv_bottom-content {
  position: relative;
  z-index: 2;
}

.patient-top-mv_lead {
  font-size: clamp(15px, 1.220657277vw + 10.4225352113px, 28px);
  white-space: nowrap;
  gap: clamp(15px, 1.4084507042vw + 9.7183098592px, 30px);
}
.patient-top-mv_lead span {
  background-color: var(--color-heading-black);
  color: #fff;
  line-height: 1.3;
  padding: 1px clamp(20px, 0.9389671362vw + 16.4788732394px, 30px) 3px;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}
.patient-top-mv_lead span b {
  color: var(--color-yellow);
}

/* ===============================================
#TOP お知らせ
=============================================== */
.top-news_heading {
  font-size: clamp(18px, 1.1267605634vw + 13.7746478873px, 30px);
  font-weight: 700;
  color: var(--color-light-blue);
  padding: clamp(2px, 0.2816901408vw + 0.9436619718px, 5px) clamp(12px, 1.220657277vw + 7.4225352113px, 25px);
  border: 1px solid var(--color-light-blue);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top-news_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
  padding: clamp(12px, 1.9718309859vw + 4.6056338028px, 33px) clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
  border-bottom: 1px dotted var(--color-heading-black);
}
@media (width <= 767px) {
  .top-news_item {
    flex-direction: column;
    gap: 2px;
    padding: 10px 0 8px;
  }
  .top-news_item:first-child {
    padding-top: 0;
  }
}
.top-news_item time {
  color: var(--color-light-blue);
}
.top-news_item span {
  flex: 1;
}

/* ===============================================
#JETシステム矯正って何？
=============================================== */
.top-whats_sec {
  background: transparent url(./../image/sp/top-whats-bg_1.avif) no-repeat center center/100% 100%;
}
@media (768px <= width) {
  .top-whats_sec {
    background: transparent url(./../image/top-whats-bg_1.avif) no-repeat center center/100% 100%;
  }
}

@media (1024px <= width) {
  .top-whats_content {
    display: flex;
    align-items: flex-end;
    gap: clamp(10px, 4.6948356808vw + -7.6056338028px, 60px);
  }
}

.top-whats_img-box {
  flex: 1;
  position: relative;
}
@media (width <= 1023px) {
  .top-whats_img-box {
    width: clamp(211px, 15.8685446009vw + 151.4929577465px, 380px);
    margin-left: auto;
  }
}

.top-whats_name-ja {
  position: absolute;
  bottom: clamp(5px, 1.4084507042vw + -0.2816901408px, 20px);
  left: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  z-index: 2;
  color: var(--color-heading-black);
  font-size: clamp(13px, 1.4084507042vw + 7.7183098592px, 28px);
  font-weight: 700;
  white-space: nowrap;
}

.top-whats_name-en {
  position: absolute;
  z-index: 2;
  bottom: clamp(6px, 0.1877934272vw + 5.2957746479px, 8px);
  right: 0;
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 1.5023474178vw + 8.3661971831px, 30px);
  color: #fff;
  writing-mode: vertical-rl;
  rotate: 180deg;
  line-height: 1;
}

@media (1024px <= width) {
  .top-whats_text-box {
    width: clamp(300px, 37.558685446vw + 159.1549295775px, 700px);
  }
}

.top-whats_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.top-whats_heading img {
  width: 100%;
  max-width: clamp(213px, 22.6291079812vw + 128.1408450704px, 454px);
}
.top-whats_heading span {
  font-size: clamp(24px, 3.3802816901vw + 11.323943662px, 60px);
  font-weight: 700;
  color: var(--color-heading-black);
}

.top-whats_text {
  font-size: clamp(14px, 1.0328638498vw + 10.1267605634px, 25px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: var(--ls-medium);
  color: var(--color-heading-black);
}
@media (1024px <= width) {
  .top-whats_text {
    padding-right: clamp(100px, 6.5727699531vw + 75.3521126761px, 170px);
  }
}

.top-whats_bottom-text-box {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 5px 7px 0px var(--color-shadow);
  font-size: clamp(16px, 0.6572769953vw + 13.5352112676px, 23px);
  padding: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px) clamp(10px, 1.5023474178vw + 4.3661971831px, 26px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (width <= 1023px) {
  .top-whats_bottom-text-box {
    text-align: center;
  }
}
.top-whats_bottom-text-box > b {
  background: var(--color-marker-yellow);
  color: var(--color-blue);
}
.top-whats_bottom-text-box > b > strong {
  font-size: clamp(26px, 1.3145539906vw + 21.0704225352px, 40px);
}
.top-whats_bottom-text-box > strong {
  color: var(--color-blue);
  font-size: clamp(22px, 0.7511737089vw + 19.1830985915px, 30px);
}
.top-whats_bottom-text-box img {
  position: absolute;
  top: calc(clamp(50px, 10.7981220657vw + 9.5070422535px, 165px) * -1);
  right: calc(clamp(8px, 0.7511737089vw + 5.1830985915px, 16px) * -1);
  width: clamp(100px, 10.3286384977vw + 61.2676056338px, 210px);
}
@media (width <= 1023px) {
  .top-whats_bottom-text-box img {
    display: none;
  }
}

.top-whats_sp-img-box {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  margin-top: -30px;
}
@media (1024px <= width) {
  .top-whats_sp-img-box {
    display: none;
  }
}

.top-whats_sp-img {
  position: absolute;
  top: 18%;
  left: -30px;
  width: clamp(190px, 1.8779342723vw + 182.9577464789px, 210px);
  z-index: 2;
}

/* ===============================================
#JETシステム矯正で矯正を始めるには？
=============================================== */
.patient-top-point_sec {
  background: transparent url(./../image/patient-top-point-bg_1.avif) no-repeat center top clamp(180px, 9.3896713615vw + 144.7887323944px, 280px)/cover;
}

.patient-top-point_logo {
  max-width: clamp(141px, 4.1314553991vw + 125.5070422535px, 185px);
}

.patient-top-point_img-text {
  max-width: clamp(247px, 26.5727699531vw + 147.3521126761px, 530px);
}

.patient-top-point_img {
  border-radius: clamp(12px, 2.6291079812vw + 2.1408450704px, 40px);
  box-shadow: 5px 5px 5px 0px var(--color-shadow);
}

/* ===============================================
#3つの特徴
=============================================== */
.patient-top-feature_sec {
  background: transparent url(./../image/patient-top-feature-bg_1.avif) no-repeat center center/cover;
}

.patient-top-feature_heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(8px, 2.0657276995vw + 0.2535211268px, 30px);
}
.patient-top-feature_heading img {
  max-width: clamp(147px, 21.8779342723vw + 64.9577464789px, 380px);
}

.patient-top-feature_heading-arrow {
  padding: 0 clamp(20px, 2.2535211268vw + 11.5492957746px, 44px) clamp(2px, 0.2816901408vw + 0.9436619718px, 5px) clamp(10px, 1.220657277vw + 5.4225352113px, 23px);
  background-size: auto auto;
  background-color: rgb(19, 19, 83);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgb(90, 90, 134) 3px, rgb(90, 90, 134) 5px);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  color: #fff;
  font-size: clamp(18px, 2.8169014085vw + 7.4366197183px, 48px);
  font-weight: 700;
}

.patient-top-feature_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}

@media (768px <= width) {
  .patient-top-feature_item {
    width: calc(50% - clamp(20px, 0.9389671362vw + 16.4788732394px, 30px) * 1 / 2);
  }
}
@media (1024px <= width) {
  .patient-top-feature_item {
    width: calc(33.3333333333% - clamp(20px, 0.9389671362vw + 16.4788732394px, 30px) * 2 / 3);
  }
}

.patient-top-feature_link {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 5px 0px var(--color-shadow);
  height: 100%;
}

.patient-top-feature_img-box {
  position: relative;
}

.patient-top-feature_arrow {
  position: absolute;
  bottom: clamp(8px, 0.5633802817vw + 5.8873239437px, 14px);
  right: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  width: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}

.patient-top-feature_list-body {
  background-color: #fff;
  height: 100%;
  flex: 1;
  padding: clamp(10px, 1.8779342723vw + 2.9577464789px, 30px) clamp(15px, 0.8450704225vw + 11.8309859155px, 24px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
}

.patient-top-feature_list-title {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 3.2863849765vw + -2.323943662px, 45px);
}
@media (width <= 767px) {
  .patient-top-feature_list-title {
    flex-direction: column;
    align-items: center;
  }
}
@media (768px <= width) {
  .patient-top-feature_list-title {
    height: clamp(70px, 2.8169014085vw + 59.4366197183px, 100px);
  }
}
.patient-top-feature_list-title img {
  width: clamp(26px, 0.8450704225vw + 22.8309859155px, 35px);
  margin-top: clamp(6px, 0.5633802817vw + 3.8873239437px, 12px);
}
.patient-top-feature_list-title span {
  flex: 1;
  font-size: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  font-weight: 700;
  line-height: 1.3;
  align-self: center;
  color: var(--color-heading-black);
}

/* ===============================================
#低摩擦で痛くない
=============================================== */
.patient-top-friction_sec {
  position: relative;
  padding-top: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
}
@media (width <= 767px) {
  .patient-top-friction_sec {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
    background: transparent url(./../image/sp/patient-top-friction-bg_1.avif) no-repeat center bottom/100%;
  }
}
@media (768px <= width) {
  .patient-top-friction_sec {
    padding-bottom: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
    background: transparent url(./../image/patient-top-friction-bg_1.avif) no-repeat center bottom/100%;
  }
}
@media (768px <= width) {
  .patient-top-friction_sec > picture {
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(400px, 39.8122065728vw + 250.7042253521px, 824px);
    z-index: 1;
  }
}

.patient-top-friction_inner {
  position: relative;
  z-index: 2;
}

.patient-top-friction_head {
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
  width: 100%;
  position: relative;
}
@media (width <= 767px) {
  .patient-top-friction_head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (768px <= width) {
  .patient-top-friction_head {
    padding-left: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
  }
  .patient-top-friction_head::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 50 - 50%);
    height: 1px;
    background-color: var(--color-heading-black);
  }
}

.patient-top-friction_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 767px) {
  .patient-top-friction_heading {
    width: 100%;
    position: relative;
    gap: 16px;
    padding-bottom: 20px;
  }
  .patient-top-friction_heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 50 - 50% + 100%);
    height: 1px;
    background-color: var(--color-heading-black);
  }
}
.patient-top-friction_heading img {
  width: 100%;
  max-width: clamp(158px, 1.6901408451vw + 151.661971831px, 176px);
}
.patient-top-friction_heading span {
  font-size: clamp(32px, 3.5680751174vw + 18.6197183099px, 70px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.2em;
}

.patient-top-friction_lead {
  flex: 1;
  width: 100%;
  color: var(--color-heading-black);
  font-size: clamp(14px, 1.6901408451vw + 7.661971831px, 32px);
  font-weight: 700;
  line-height: 1.62;
  position: relative;
}
@media (768px <= width) {
  .patient-top-friction_lead {
    padding-left: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
    padding-bottom: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  }
  .patient-top-friction_lead::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-heading-black);
  }
}

.patient-top-friction_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 4.2253521127vw + 9.1549295775px, 70px) clamp(20px, 5.6338028169vw + -1.1267605634px, 80px);
}
@media (width <= 767px) {
  .patient-top-friction_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.patient-top-friction_item {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.3145539906vw + 7.0704225352px, 26px);
}
.patient-top-friction_item img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 28/17;
}

/* ===============================================
#従来の矯正治療との違い
=============================================== */
.patient-top-difference_table {
  width: 100%;
}
.patient-top-difference_table th,
.patient-top-difference_table td {
  vertical-align: middle;
}
.patient-top-difference_table thead th {
  padding: clamp(13px, 0.6572769953vw + 10.5352112676px, 20px) clamp(5px, 0.4694835681vw + 3.2394366197px, 10px);
  border-bottom: var(--color-heading-black) 3px solid;
  font-size: clamp(12px, 1.6901408451vw + 5.661971831px, 30px);
  text-align: center;
}
.patient-top-difference_table thead th:last-child {
  color: var(--color-heading-black);
  font-weight: 700;
  background: transparent url(./../image/sp/patient-top-difference-bg_2.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .patient-top-difference_table thead th:last-child {
    background: transparent url(./../image/patient-top-difference-bg_2.avif) no-repeat center center/cover;
  }
}
.patient-top-difference_table thead th:not(:first-child) {
  border-left: var(--color-heading-black) 2px solid;
}
.patient-top-difference_table tbody th,
.patient-top-difference_table tbody td {
  height: clamp(75px, 2.3474178404vw + 66.1971830986px, 100px);
  border-bottom: var(--color-heading-black) 1px dotted;
}
.patient-top-difference_table tbody th {
  background-color: #e8f7ff;
  width: 22%;
  text-align: center;
  font-size: clamp(12px, 0.9389671362vw + 8.4788732394px, 22px);
  font-weight: 700;
  color: #557ec0;
  line-height: var(--lh-small);
}
.patient-top-difference_table tbody td {
  background-color: #fff;
  width: 39%;
  border-left: var(--color-heading-black) 2px solid;
  padding-inline: clamp(10px, 5.6338028169vw + -11.1267605634px, 70px);
  line-height: var(--lh-regular);
  font-size: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
}
.patient-top-difference_table tbody td .patient-top-difference_table-cell {
  display: grid;
  place-items: center;
}
.patient-top-difference_table tbody td:last-child {
  font-weight: 700;
}
.patient-top-difference_table tbody td:last-child b {
  color: var(--color-pink);
}
.patient-top-difference_table tbody td:last-child b > strong {
  font-size: clamp(24px, 2.441314554vw + 14.8450704225px, 50px);
}
.patient-top-difference_table tbody tr:first-child td {
  font-size: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}
.patient-top-difference_table tbody tr:last-child th,
.patient-top-difference_table tbody tr:last-child td {
  border-bottom: var(--color-heading-black) 3px solid;
}

.patient-top-difference_bottom-content {
  background: transparent url(./../image/sp/patient-top-difference-bg_1.avif) no-repeat center top 30px/100% 100%;
}
@media (768px <= width) {
  .patient-top-difference_bottom-content {
    background: transparent url(./../image/patient-top-difference-bg_1.avif) no-repeat center top/100% 100%;
  }
}

.patient-top-difference_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
}
.patient-top-difference_heading img {
  width: clamp(76px, 10.1408450704vw + 37.9718309859px, 184px);
}

.patient-top-difference_heading-text {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0vw + 10px, 10px);
  color: var(--color-heading-black);
  font-weight: 700;
}

.patient-top-difference_heading-text-top {
  font-size: clamp(24px, 4.3192488263vw + 7.8028169014px, 70px);
  color: var(--color-heading-black);
}
.patient-top-difference_heading-text-top small {
  font-size: clamp(24px, 3.3802816901vw + 11.323943662px, 60px);
}

.patient-top-difference_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 2.3474178404vw + -3.8028169014px, 30px);
}
.patient-top-difference_grid.merit .patient-top-difference_item {
  background-color: rgb(253, 251, 246);
}
@media (width <= 767px) {
  .patient-top-difference_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.patient-top-difference_item {
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px var(--color-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  padding: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px) 10px clamp(14px, 1.5023474178vw + 8.3661971831px, 30px);
}
.patient-top-difference_item > img {
  max-width: clamp(56px, 8.4507042254vw + 24.3098591549px, 146px);
}
.patient-top-difference_item > img.patient-top-difference_grid-img-left {
  max-width: clamp(67px, 9.1079812207vw + 32.8450704225px, 164px);
  margin-right: clamp(6px, 1.1267605634vw + 1.7746478873px, 18px);
}
.patient-top-difference_item > img.patient-top-difference_grid-img-right {
  max-width: clamp(73px, 10.4225352113vw + 33.9154929577px, 184px);
  margin-left: clamp(16px, 2.0657276995vw + 8.2535211268px, 38px);
}

.patient-top-difference_grid-title {
  text-align: center;
  color: var(--color-heading-black);
  font-size: clamp(12px, 0.9389671362vw + 8.4788732394px, 22px);
  font-weight: 700;
  line-height: 1.1;
}
.patient-top-difference_grid-title small {
  font-size: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
}

/* ===============================================
#症例紹介
=============================================== */
.case_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(15px, 4.2253521127vw + -0.8450704225px, 60px) clamp(15px, 1.4084507042vw + 9.7183098592px, 30px);
}
@media (768px <= width) {
  .case_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case_link {
  box-shadow: 3px 3px 5px 0px var(--color-shadow);
  display: flex;
  flex-direction: column;
}

.case_img-box {
  aspect-ratio: 19/12;
  display: flex;
  position: relative;
}
.case_img-box > img {
  width: 50%;
}
.case_img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  translate: -50% -50%;
  width: clamp(10px, 1.3145539906vw + 5.0704225352px, 24px);
  height: clamp(20px, 2.6291079812vw + 10.1408450704px, 48px);
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.case_item-body {
  background-color: #fff;
  padding: clamp(10px, 1.4084507042vw + 4.7183098592px, 25px);
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 1.1267605634vw + -2.2253521127px, 14px);
}

.case_tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(5px, 0.4694835681vw + 3.2394366197px, 10px) clamp(3px, 0.1877934272vw + 2.2957746479px, 5px);
}
.case_tags > span {
  background-color: #36366f;
  color: #fff;
  font-size: clamp(11px, 0.0938967136vw + 10.6478873239px, 12px);
  padding: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) clamp(6px, 0.1877934272vw + 5.2957746479px, 8px) clamp(3px, 0.0938967136vw + 2.6478873239px, 4px);
  font-family: var(--font-family-zen-kaku);
}

.case_time {
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  font-family: var(--font-family-zen-kaku);
}

.case_period {
  font-size: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  font-weight: 900;
  letter-spacing: 0.15em;
}
.case_period b {
  color: var(--color-pink);
  font-size: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px);
  line-height: 1.2;
}

/* ===============================================
#開発者
=============================================== */
.patient-top-developer_content {
  background: transparent url(./../image/sp/patient-top-developer-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .patient-top-developer_content {
    background: transparent url(./../image/patient-top-developer-bg_1.avif) no-repeat center center/cover;
  }
}
@media (1920px <= width) {
  .patient-top-developer_content {
    padding-bottom: 20vw;
  }
}

.patient-top-developer_text-img {
  display: block;
  margin-left: auto;
  max-width: clamp(349px, 52.3943661972vw + 152.5211267606px, 907px);
}
@media (width <= 767px) {
  .patient-top-developer_text-img {
    margin-inline: auto;
  }
}

.patient-top-developer_right-content {
  max-width: clamp(500px, 18.779342723vw + 429.5774647887px, 700px);
  margin-left: auto;
}

.patient-top-developer_certificate-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.6901408451vw + 3.661971831px, 28px);
}

.clinic-top-developer_text-img {
  max-width: clamp(272px, 17.0892018779vw + 207.9154929577px, 454px);
}
@media (width <= 767px) {
  .clinic-top-developer_text-img {
    margin-inline: auto;
    display: block;
  }
}

.clinic-top-developer_heading {
  font-size: clamp(28px, 2.2535211268vw + 19.5492957746px, 52px);
  color: var(--color-heading-black);
  font-weight: 700;
  letter-spacing: var(--ls-large);
}
@media (width <= 767px) {
  .clinic-top-developer_heading {
    text-align: center;
  }
}

/* ===============================================
#なぜそんなに早く矯正が終わるの？
=============================================== */
.patient-top-why_sec {
  position: relative;
  background: transparent url(./../image/sp/patient-top-why-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .patient-top-why_sec {
    background: transparent url(./../image/patient-top-why-bg_1.avif) no-repeat center center/cover;
  }
}

.patient-top-why_text-img {
  position: absolute;
  top: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px);
  left: clamp(18px, 1.1267605634vw + 13.7746478873px, 30px);
  width: clamp(113px, 21.3145539906vw + 33.0704225352px, 340px);
}
@media (width <= 767px) {
  .patient-top-why_text-img {
    top: 48px;
  }
}

.patient-top-why_content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: clamp(20px, 6.5727699531vw + -4.6478873239px, 90px);
}
@media (width <= 767px) {
  .patient-top-why_content {
    flex-direction: column;
  }
}
@media (768px <= width) {
  .patient-top-why_content {
    padding-left: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
    align-items: flex-start;
  }
}

.patient-top-why_heading {
  position: relative;
}
@media (width <= 767px) {
  .patient-top-why_heading {
    width: 100%;
  }
}
@media (768px <= width) {
  .patient-top-why_heading {
    padding: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px) clamp(12px, 1.220657277vw + 7.4225352113px, 25px) 0 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.patient-top-why_heading span {
  font-size: clamp(24px, 2.441314554vw + 14.8450704225px, 50px);
  color: var(--color-heading-black);
  font-weight: 700;
  line-height: 1.33;
}
@media (width <= 767px) {
  .patient-top-why_heading span {
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (768px <= width) {
  .patient-top-why_heading span {
    line-height: 1.1;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
@media (768px <= width) {
  .patient-top-why_heading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    border-top: 2px solid var(--color-heading-black);
    border-right: 2px solid var(--color-heading-black);
    pointer-events: none;
  }
}

.patient-top-why_text-box {
  flex: 1;
  width: 100%;
}

/* ===============================================
#近くの医院を探す
=============================================== */
.search-sec {
  background: transparent url(./../image/search-bg_1.avif) no-repeat right center/cover;
}
@media (768px <= width) {
  .search-sec {
    background: transparent url(./../image/search-bg_1.avif) no-repeat right center/contain;
  }
}

/* ===============================================
#JETシステム矯正BLOG
=============================================== */
.top-blog_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2.3474178404vw + 6.1971830986px, 40px);
}
@media (768px <= width) {
  .top-blog_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.top-blog_link {
  box-shadow: 3px 3px 5px 0px var(--color-shadow);
}

.top-blog_img {
  aspect-ratio: 3/2;
}
.top-blog_img.noimage {
  background-color: #f2f2f2;
}

.top-blog_body {
  background-color: #fff;
  padding: clamp(10px, 0.4694835681vw + 8.2394366197px, 15px) clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  font-family: var(--font-family-zen-kaku);
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.1877934272vw + 3.2957746479px, 6px);
}

.top-blog_time {
  color: var(--color-light-blue);
  font-size: clamp(10px, 0.7511737089vw + 7.1830985915px, 18px);
}

.top-blog_title {
  font-size: clamp(12px, 0.5633802817vw + 9.8873239437px, 18px);
  line-height: 1.55;
}

/* ===============================================
#なぜJETシステム矯正を導入するのか？
=============================================== */
.clinic-top-why_sec {
  background: transparent url(./../image/sp/clinic-top-why-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .clinic-top-why_sec {
    background: transparent url(./../image/clinic-top-why-bg_1.avif) no-repeat center center/cover;
  }
}

.clinic-top-why_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
}

.clinic-top-why_item {
  box-shadow: 3px 3px 5px 0px var(--color-shadow);
  display: flex;
  flex-direction: column;
}
.clinic-top-why_item img {
  aspect-ratio: 19/14;
}
@media (768px <= width) {
  .clinic-top-why_item {
    width: calc(33.3333333333% - clamp(10px, 1.8779342723vw + 2.9577464789px, 30px) * 2 / 3);
  }
}

.clinic-top-why_body {
  background-color: #fff;
  padding: clamp(10px, 1.0328638498vw + 6.1267605634px, 21px) clamp(10px, 0.9389671362vw + 6.4788732394px, 20px) clamp(16px, 1.0328638498vw + 12.1267605634px, 27px);
  text-align: center;
  font-size: clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  font-weight: 700;
  color: var(--color-heading-black);
}
@media (width <= 767px) {
  .clinic-top-why_body {
    font-size: clamp(28px, 0.3755868545vw + 26.5915492958px, 32px);
  }
}
.clinic-top-why_body span {
  background: var(--color-marker-yellow);
}

/* ===============================================
#JETシステム矯正導入の流れ
=============================================== */
.clinic-top-flow_lead {
  font-size: clamp(18px, 2.0657276995vw + 10.2535211268px, 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.clinic-top-flow_lead b {
  color: var(--color-pink);
  font-size: clamp(22px, 2.6291079812vw + 12.1408450704px, 50px);
}

.clinic-top-flow_content {
  background: transparent url(./../image/sp/clinic-top-flow-bg_1.avif) no-repeat center top/cover;
  height: clamp(200px, 37.558685446vw + 59.1549295775px, 600px);
  display: flex;
  align-items: flex-end;
  margin-top: calc(clamp(10px, 2.8169014085vw + -0.5633802817px, 40px) * -1);
}
@media (768px <= width) {
  .clinic-top-flow_content {
    background: transparent url(./../image/clinic-top-flow-bg_1.avif) no-repeat center top/cover;
  }
}

/* ===============================================
#JETシステム矯正を導入した医院様のご紹介
=============================================== */
.clinic-top-search_btn {
  background: var(--color-heading-black);
  padding: 0 clamp(16px, 1.220657277vw + 11.4225352113px, 29px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: clamp(180px, 13.1455399061vw + 130.7042253521px, 320px);
  height: clamp(52px, 1.1267605634vw + 47.7746478873px, 64px);
  border-radius: clamp(9px, 0.6572769953vw + 6.5352112676px, 16px);
}
.clinic-top-search_btn span {
  color: #fff;
  font-size: clamp(18px, 1.3145539906vw + 13.0704225352px, 32px);
  font-weight: 700;
  letter-spacing: var(--ls-large);
  line-height: 1.1;
  text-align: center;
}
.clinic-top-search_btn:after {
  content: "";
  display: block;
  background: url(./../image/icon-arrow-white.svg) no-repeat center center/contain;
  width: clamp(18px, 1.3145539906vw + 13.0704225352px, 32px);
  aspect-ratio: 1;
  rotate: 90deg;
}

/* ===============================================
#JETシステム矯正に関する情報をお探しですか？
=============================================== */
.contact-sec {
  background: transparent url(./../image/sp/contact-sec-bg_1.avif) no-repeat right center/contain;
}
@media (768px <= width) {
  .contact-sec {
    background: transparent url(./../image/contact-sec-bg_1.avif) no-repeat right center/contain;
  }
}

/* ===============================================
#医療従事者向けのポップアップ
=============================================== */
.clinic-top-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: grid;
  place-items: center;
}
.clinic-top-popup.is-hidden {
  display: none;
}

.clinic-top-popup_content {
  max-width: 600px;
  width: 90%;
  background-color: #fff;
  padding: clamp(16px, 1.3145539906vw + 11.0704225352px, 30px) clamp(16px, 1.3145539906vw + 11.0704225352px, 30px) clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
  font-family: var(--font-family-zen-kaku);
}

.clinic-top-popup_text {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  line-height: 1.77;
}

.clinic-top-popup_lead {
  text-align: center;
  color: #557ec0;
}

.clinic-top-popup_btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.3145539906vw + 11.0704225352px, 30px);
}

.clinic-top-popup_btn {
  min-width: clamp(100px, 5.6338028169vw + 78.8732394366px, 160px);
  height: clamp(30px, 1.6901408451vw + 23.661971831px, 48px);
  border-radius: clamp(5px, 0.2816901408vw + 3.9436619718px, 8px);
  background-color: #557ec0;
  color: #fff;
  font-size: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px);
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================================
#下層ページ ファーストビュー
=============================================== */
.sub-mv {
  height: calc(var(--vw) * 53);
  display: flex;
  align-items: center;
}
@media (768px <= width) {
  .sub-mv {
    height: calc(var(--vw) * 41);
  }
}
.sub-mv:not(.patient, .clinic) .sub-mv_content {
  justify-content: center;
}
.sub-mv.patient.merit {
  background: transparent url(./../image/sp/sub-mv-patient-merit.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.patient.merit {
    background: transparent url(./../image/sub-mv-patient-merit.avif) no-repeat center center/cover;
  }
}
.sub-mv.patient.flow {
  background: transparent url(./../image/sp/sub-mv-patient-flow.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.patient.flow {
    background: transparent url(./../image/sub-mv-patient-flow.avif) no-repeat center center/cover;
  }
}
.sub-mv.patient.question {
  background: transparent url(./../image/sp/sub-mv-question.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.patient.question {
    background: transparent url(./../image/sub-mv-question.avif) no-repeat center center/cover;
  }
}
.sub-mv.patient.contact, .sub-mv.clinic.contact {
  background: transparent url(./../image/sp/sub-mv-patient-contact.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.patient.contact, .sub-mv.clinic.contact {
    background: transparent url(./../image/sub-mv-patient-contact.avif) no-repeat center center/cover;
  }
}
.sub-mv.patient.search {
  background: transparent url(./../image/sp/sub-mv-patient-search.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.patient.search {
    background: transparent url(./../image/sub-mv-patient-search.avif) no-repeat center center/cover;
  }
}
.sub-mv.clinic.merit {
  background: transparent url(./../image/sp/sub-mv-clinic-merit.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.clinic.merit {
    background: transparent url(./../image/sub-mv-clinic-merit.avif) no-repeat center center/cover;
  }
}
.sub-mv.clinic.flow {
  background: transparent url(./../image/sp/sub-mv-clinic-flow.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.clinic.flow {
    background: transparent url(./../image/sub-mv-clinic-flow.avif) no-repeat center center/cover;
  }
}
.sub-mv.clinic.search {
  background: transparent url(./../image/sp/sub-mv-clinic-search.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.clinic.search {
    background: transparent url(./../image/sub-mv-clinic-search.avif) no-repeat center center/cover;
  }
}
.sub-mv.features {
  background: transparent url(./../image/sp/sub-mv-features.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.features {
    background: transparent url(./../image/sub-mv-features.avif) no-repeat center center/cover;
  }
}
.sub-mv.comparison {
  background: transparent url(./../image/sp/sub-mv-comparison.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.comparison {
    background: transparent url(./../image/sub-mv-comparison.avif) no-repeat center center/cover;
  }
}
.sub-mv.story {
  background: transparent url(./../image/sp/sub-mv-story.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.story {
    background: transparent url(./../image/sub-mv-story.avif) no-repeat center center/cover;
  }
}
.sub-mv.case {
  background: transparent url(./../image/sp/sub-mv-case.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.case {
    background: transparent url(./../image/sub-mv-case.avif) no-repeat center center/cover;
  }
}
.sub-mv.blog {
  background: transparent url(./../image/sp/sub-mv-blog.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .sub-mv.blog {
    background: transparent url(./../image/sub-mv-blog.avif) no-repeat center center/cover;
  }
}

.sub-mv_label {
  padding: 0 clamp(30px, 1.8779342723vw + 22.9577464789px, 50px) 2px calc((var(--vw) * 100 - 1200px) / 2);
  color: #fff;
  font-size: clamp(12px, 1.220657277vw + 7.4225352113px, 25px);
  letter-spacing: var(--lh-medium);
  line-height: 1.3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}
@media (width <= 1279px) {
  .sub-mv_label {
    padding-left: 30px;
  }
}
.sub-mv_label.patient {
  background-color: var(--color-light-blue);
}
.sub-mv_label.clinic {
  background-color: var(--color-light-green);
}

.sub-mv_content {
  position: relative;
  min-height: clamp(111px, 15.8685446009vw + 51.4929577465px, 280px);
  min-width: calc((var(--vw) * 100 - 1200px) / 2 + 900px);
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(4px, 3.3802816901vw + -8.676056338px, 40px);
  padding: clamp(6px, 1.3145539906vw + 1.0704225352px, 20px) clamp(6px, 1.3145539906vw + 1.0704225352px, 20px) clamp(6px, 1.3145539906vw + 1.0704225352px, 20px) 0;
}
@media (width <= 1279px) {
  .sub-mv_content {
    min-width: clamp(600px, 28.1690140845vw + 494.3661971831px, 900px);
  }
}
@media (width <= 767px) {
  .sub-mv_content {
    min-width: clamp(313px, 55.117370892vw + 106.3098591549px, 900px);
  }
}
@media (768px <= width) {
  .sub-mv_content {
    margin-top: clamp(0px, 9.3896713615vw + -35.2112676056px, 100px);
  }
}
.sub-mv_content:before {
  content: "";
  position: absolute;
  top: clamp(6px, 1.3145539906vw + 1.0704225352px, 20px);
  right: calc(clamp(6px, 1.3145539906vw + 1.0704225352px, 20px) * -1);
  height: 100%;
  width: calc(100% + clamp(6px, 1.3145539906vw + 1.0704225352px, 20px));
  border-top: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid #fff;
  border-right: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid #fff;
  border-bottom: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid #fff;
  z-index: 1;
  pointer-events: none;
}
.sub-mv_content:after {
  content: "";
  background: transparent url(./../image/sub-mv-object_1.svg) no-repeat center center/contain;
  position: absolute;
  width: clamp(94px, 18.1220657277vw + 26.0422535211px, 287px);
  height: clamp(72px, 13.896713615vw + 19.8873239437px, 220px);
  z-index: 1;
}
@media (width <= 767px) {
  .sub-mv_content:after {
    left: 30px;
    top: calc(clamp(32px, 4.5070422535vw + 15.0985915493px, 80px) * -1);
  }
}
@media (768px <= width) {
  .sub-mv_content:after {
    top: calc(clamp(10px, 12.20657277vw + -35.7746478873px, 140px) * -1);
    right: clamp(460px, 12.20657277vw + 414.2253521127px, 590px);
  }
}

.sub-mv_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0px, 0.9389671362vw + -3.5211267606px, 10px);
  padding-left: calc((var(--vw) * 100 - 1200px) / 2);
  color: var(--color-heading-black);
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (width <= 1279px) {
  .sub-mv_heading {
    padding-left: 30px;
  }
}
@media (width <= 767px) {
  .sub-mv_heading {
    height: 100%;
    flex: 1;
    justify-content: center;
  }
}

.sub-mv_heading-top {
  font-size: clamp(24px, 3.5680751174vw + 10.6197183099px, 62px);
  font-weight: 700;
  line-height: 1.3;
}

.sub-mv_heading-bottom {
  font-size: clamp(12px, 1.6901408451vw + 5.661971831px, 30px);
  letter-spacing: 0.2em;
}

/* ===============================================
#患者の皆様向け JETシステム矯正のメリット
=============================================== */
.patient-merit-first_sec {
  background: transparent url(./../image/patient-merit-bg_1.avif) no-repeat center center/cover;
}

.patient-merit-first_heading {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.8779342723vw + -1.0422535211px, 26px);
}
@media (768px <= width) {
  .patient-merit-first_heading {
    justify-content: center;
  }
}

.patient-merit-first_heading-number {
  font-size: clamp(14px, 1.5962441315vw + 8.014084507px, 31px);
  color: #fff;
  display: grid;
  place-items: center;
  width: clamp(26px, 2.8169014085vw + 15.4366197183px, 56px);
  aspect-ratio: 1;
  background-color: var(--color-heading-black);
  padding-bottom: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px);
  border-radius: 50%;
  flex-shrink: 0;
}

.patient-merit-first_heading-text {
  font-size: clamp(22px, 2.8169014085vw + 11.4366197183px, 52px);
  letter-spacing: var(--ls-xlarge);
  padding-bottom: clamp(3px, 0.1877934272vw + 2.2957746479px, 5px);
  font-weight: 700;
  color: var(--color-heading-black);
  line-height: 1.32;
}

.patient-merit-first_list {
  display: flex;
  flex-direction: column;
  gap: 1lh;
  font-weight: 700;
  line-height: var(--lh-large);
  letter-spacing: var(--ls-xlarge);
}
@media (width <= 767px) {
  .patient-merit-first_list {
    gap: 0.3lh;
  }
}
.patient-merit-first_list li {
  margin-left: 1em;
  text-indent: -1em;
}
.patient-merit-first_list li b {
  color: var(--color-pink);
}
.patient-merit-first_list li::first-letter {
  color: var(--color-light-blue);
}

.patient-merit_blocks.features .patient-merit_block:nth-child(even) {
  background: #fff;
}
.patient-merit_blocks.features .patient-merit_block:not(:first-child):nth-child(odd) {
  background: transparent url(./../image/patient-merit-bg_1.avif) no-repeat center center/cover;
}

.patient-merit_block {
  padding-block: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}
.patient-merit_block:nth-child(even) {
  background: transparent url(./../image/patient-merit-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .patient-merit_block:nth-child(even) .patient-merit_block-inner {
    flex-direction: row-reverse;
  }
  .patient-merit_block:nth-child(even) .patient-merit_block-img-box {
    margin-left: calc(50% - var(--vw) * 50);
  }
  .patient-merit_block:nth-child(even) .patient-merit_block-img-box img {
    margin-left: auto;
  }
  .patient-merit_block:nth-child(even) .patient-merit_block-title::before {
    right: 0;
  }
}
@media (768px <= width) {
  .patient-merit_block:nth-child(odd) .patient-merit_block-img-box {
    margin-right: calc(50% - var(--vw) * 50);
  }
  .patient-merit_block:nth-child(odd) .patient-merit_block-title::before {
    left: 0;
  }
}

@media (768px <= width) {
  .patient-merit_block-inner {
    display: flex;
    align-items: flex-start;
    gap: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
  }
}

.patient-merit_block-text {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 0.4694835681vw + 13.2394366197px, 20px);
}
@media (768px <= width) {
  .patient-merit_block-text {
    width: 50%;
    padding-top: clamp(5px, 0.4694835681vw + 3.2394366197px, 10px);
  }
}

.patient-merit_block-img-box {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.5023474178vw + 8.3661971831px, 30px);
  width: calc(var(--vw) * 50 - 50% + 50% - clamp(30px, 2.8169014085vw + 19.4366197183px, 60px));
}
@media (width <= 767px) {
  .patient-merit_block-img-box {
    display: none;
  }
}
.patient-merit_block-img-box img {
  display: block;
}
.patient-merit_block-img-box img:nth-of-type(2) {
  max-width: 540px;
  width: 100%;
}
@media (width <= 1279px) {
  .patient-merit_block-img-box img:nth-of-type(2) {
    width: 90%;
  }
}

.patient-merit_block-title {
  display: flex;
  align-items: flex-start;
  gap: clamp(6px, 1.8779342723vw + -1.0422535211px, 26px);
  position: relative;
}
@media (768px <= width) {
  .patient-merit_block-title {
    padding-bottom: clamp(16px, 1.3145539906vw + 11.0704225352px, 30px);
  }
  .patient-merit_block-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + clamp(80px, 3.7558685446vw + 65.9154929577px, 120px));
    height: 1px;
    background-color: var(--color-heading-black);
  }
}

.patient-merit_block-title-number {
  font-size: clamp(14px, 1.5962441315vw + 8.014084507px, 31px);
  color: #fff;
  display: grid;
  place-items: center;
  width: clamp(26px, 2.8169014085vw + 15.4366197183px, 56px);
  aspect-ratio: 1;
  background-color: var(--color-heading-black);
  border-radius: 50%;
  margin-top: clamp(0px, 0.9389671362vw + -3.5211267606px, 10px);
  flex-shrink: 0;
}
@media (width <= 1023px) and (768px <= width) {
  .patient-merit_block-title-number {
    margin-top: 2px;
  }
}
@media (width <= 767px) {
  .patient-merit_block-title-number {
    margin-top: clamp(3px, 0.6572769953vw + 0.5352112676px, 10px);
  }
}

.patient-merit_block-title-text {
  font-size: clamp(14px, 3.5680751174vw + 0.6197183099px, 52px);
  letter-spacing: var(--ls-xlarge);
  font-weight: 700;
  color: var(--color-heading-black);
  line-height: 1.32;
  white-space: nowrap;
}
.patient-merit_block-title-text.ls-0 {
  letter-spacing: 0em;
}
.patient-merit_block-title-text.ls-10 {
  letter-spacing: 0.1em;
}
@media (width <= 767px) {
  .patient-merit_block-title-text {
    font-size: clamp(22px, 2.8169014085vw + 11.4366197183px, 52px);
  }
}

.patient-merit_lead {
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.1267605634vw + 13.7746478873px, 30px);
  line-height: 1.66;
  letter-spacing: var(--ls-xlarge);
  position: relative;
}
.patient-merit_lead::before, .patient-merit_lead::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(20px, 7.5117370892vw + -8.1690140845px, 100px);
  height: 100%;
  border-top: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-heading-black);
  border-bottom: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-heading-black);
  pointer-events: none;
}
.patient-merit_lead::before {
  left: 0;
  border-left: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-heading-black);
}
.patient-merit_lead::after {
  right: 0;
  border-right: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-heading-black);
}

.clinic-merit_list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  font-weight: 700;
  letter-spacing: var(--ls-xlarge);
}
.clinic-merit_list li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.clinic-merit_list li > b {
  color: #2cbdd8;
  line-height: 1.35;
  font-size: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px);
}
.clinic-merit_list li > p {
  line-height: var(--lh-large);
}
@media (768px <= width) {
  .clinic-merit_list li > p {
    padding-left: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  }
}

.clinic-merit-lead_sec {
  background: transparent url(./../image/sp/clinic-merit-bg_1.avif) no-repeat center center/cover;
  font-size: clamp(18px, 1.1267605634vw + 13.7746478873px, 30px);
  font-weight: 900;
  line-height: 1.66;
  letter-spacing: var(--ls-xlarge);
  text-align: center;
}
.clinic-merit-lead_sec b {
  color: var(--color-pink);
}
@media (768px <= width) {
  .clinic-merit-lead_sec {
    background: transparent url(./../image/clinic-merit-bg_1.avif) no-repeat center center/cover;
  }
}

/* ===============================================
#JETシステム矯正 治療の流れ
=============================================== */
.flow_sec {
  background: transparent url(./../image/sp/patient-flow-bg_1.avif) no-repeat top center/cover;
}
@media (768px <= width) {
  .flow_sec {
    background: transparent url(./../image/patient-flow-bg_1.avif) no-repeat top center/cover;
  }
}

.flow_inner {
  padding-left: clamp(22px, 7.323943662vw + -5.4647887324px, 100px);
}

.flow_list {
  border-left: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px) solid var(--color-light-blue);
  padding-left: clamp(35px, 7.9812206573vw + 5.0704225352px, 120px);
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}
.flow_list.clinic {
  border-left: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px) solid #2cbdd8;
}
.flow_list.clinic .flow_item {
  gap: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
}
.flow_list.clinic .flow_item:first-child::before {
  counter-increment: none;
}
.flow_list.clinic .flow_item::before {
  color: #fff;
  background-color: #2cbdd8;
}
.flow_list.clinic .flow_item-grid-item-title {
  background-color: #2cbdd8;
}

.flow_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
}
.flow_item::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: calc(clamp(2px, 0.7511737089vw + -0.8169014085px, 10px) * -1);
  left: calc(clamp(35px, 7.9812206573vw + 5.0704225352px, 120px) * -1);
  transform: translateX(calc(-50% - 2px));
  width: clamp(40px, 5.6338028169vw + 18.8732394366px, 100px);
  aspect-ratio: 1;
  background-color: #fff;
  color: var(--color-light-blue);
  font-size: clamp(20px, 3.0046948357vw + 8.7323943662px, 52px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding-bottom: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px);
}

.flow_item-heading {
  font-size: clamp(24px, 2.6291079812vw + 14.1408450704px, 52px);
  font-weight: 700;
  color: var(--color-heading-black);
  border-bottom: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px) dotted var(--color-heading-black);
  padding-bottom: clamp(10px, 0.7511737089vw + 7.1830985915px, 18px);
}

.flow_item-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}
@media (768px <= width) {
  .flow_item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.flow_item-grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 0.5633802817vw + 5.8873239437px, 14px);
  font-family: var(--font-family-zen-kaku);
}

.flow_item-grid-item-title {
  padding: clamp(4px, 0.1877934272vw + 3.2957746479px, 6px) clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  background-color: var(--color-light-blue);
  color: #fff;
  font-weight: 500;
  border-radius: 50vw;
  letter-spacing: var(--ls-xlarge);
}

.flow_item-list-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  background-color: #fff;
  padding: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px) clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
  border-radius: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
}
.flow_item-list-box .flow_item-list {
  padding: 0;
}

.flow_item-list {
  background-color: #fff;
  padding: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px) clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
  border-radius: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  color: #557ec0;
  letter-spacing: var(--ls-xlarge);
  line-height: 1.7;
  font-family: var(--font-family-zen-kaku);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
.flow_item-list li {
  margin-left: 1em;
  text-indent: -1em;
  width: 100%;
}
.flow_item-list li b {
  color: var(--color-pink);
}

.flow_img.max-460 {
  max-width: clamp(240px, 20.6572769953vw + 162.5352112676px, 460px);
}
.flow_img.max-640 {
  max-width: 640px;
}
.flow_img.max-800 {
  max-width: 800px;
}

.flow_link {
  font-size: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: var(--font-family-zen-kaku);
  font-weight: 500;
  color: #557ec0;
}
@media (width <= 767px) {
  .flow_link.sp-center {
    text-align: center;
  }
}

.flow_text {
  font-weight: 700;
  letter-spacing: var(--ls-xlarge);
  line-height: var(--lh-large);
}
.flow_text.text-left {
  text-align: left;
}
.flow_text > b {
  font-weight: 900;
  font-size: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
}
@media (768px <= width) {
  .flow_text {
    text-align: center;
  }
}

.flow_course-item {
  background-image: repeating-linear-gradient(90deg, rgba(230, 230, 230, 0.2), rgba(230, 230, 230, 0.2) 1px, transparent 1px, transparent clamp(6px, 0.5633802817vw + 3.8873239437px, 12px)), repeating-linear-gradient(0deg, rgba(230, 230, 230, 0.2), rgba(230, 230, 230, 0.2) 1px, #fff 1px, #fff clamp(6px, 0.5633802817vw + 3.8873239437px, 12px));
  padding: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px) clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}

.flow_course-item-heading {
  font-size: clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  font-weight: 900;
}
.flow_course-item-heading.blue {
  color: #557ec0;
}
.flow_course-item-heading.green {
  color: #3c8228;
}

.flow_course-item-img-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(18px, 2.0657276995vw + 10.2535211268px, 40px);
}
@media (768px <= width) {
  .flow_course-item-img-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.flow_bottom-text {
  font-weight: 700;
  letter-spacing: var(--ls-xlarge);
  line-height: var(--lh-large);
}
.flow_bottom-text > strong {
  font-weight: 900;
  color: #557ec0;
  font-size: clamp(16px, 0.5633802817vw + 13.8873239437px, 22px);
}

.flow_text-box {
  align-items: flex-start;
}
@media (width <= 767px) {
  .flow_text-box {
    align-items: center;
  }
}

/* ===============================================
#患者の皆様向け よくある質問
=============================================== */
.question_lead {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: clamp(14px, 0.9389671362vw + 10.4788732394px, 24px);
  line-height: 1.58;
}
@media (width <= 767px) {
  .question_lead {
    letter-spacing: 0.075em;
  }
}

.question_content {
  background-color: #fff;
  border-radius: clamp(12px, 2.441314554vw + 2.8450704225px, 38px);
  padding: clamp(26px, 4.1314553991vw + 10.5070422535px, 70px) clamp(20px, 6.9483568075vw + -6.0563380282px, 94px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  box-shadow: 5px 5px 5px 0 var(--color-shadow);
}

.question_list dl {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
.question_list dl:not(:last-child) {
  border-bottom: 1px dotted var(--color-heading-black);
  padding-bottom: clamp(15px, 1.4084507042vw + 9.7183098592px, 30px);
  margin-bottom: clamp(15px, 1.4084507042vw + 9.7183098592px, 30px);
}
.question_list dt {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 0.6572769953vw + 5.5352112676px, 15px);
}
.question_list dt::before {
  content: "Q";
  width: clamp(24px, 1.1267605634vw + 19.7746478873px, 36px);
  aspect-ratio: 1;
  background-color: #557ec0;
  color: #fff;
  border-radius: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
  font-size: clamp(18px, 0.7511737089vw + 15.1830985915px, 26px);
  font-weight: 700;
  display: grid;
  place-items: center;
  padding-bottom: clamp(4px, 0.0938967136vw + 3.6478873239px, 5px);
  line-height: 1;
}
.question_list dt span {
  color: #557ec0;
  flex: 1;
  font-weight: 700;
  font-size: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  line-height: 1.75;
  margin-top: calc(clamp(4px, 0.0938967136vw + 3.6478873239px, 5px) * -1);
}
.question_list dd {
  font-family: var(--font-family-zen-kaku);
  line-height: 1.75;
}

/* ===============================================
#患者の皆様向け お問い合わせ
=============================================== */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}

.contact_table {
  width: 100%;
  border-collapse: collapse;
}
.contact_table th,
.contact_table td {
  border: 1px solid #cccccc;
  padding: clamp(10px, 1.4084507042vw + 4.7183098592px, 25px) clamp(15px, 1.4084507042vw + 9.7183098592px, 30px);
  vertical-align: middle;
  font-family: var(--font-family-zen-kaku);
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
}
@media (width <= 767px) {
  .contact_table th,
  .contact_table td {
    display: block;
    padding: 20px;
  }
}
.contact_table th {
  background-color: #f2f2f2;
}
@media (768px <= width) {
  .contact_table th {
    width: clamp(190px, 10.3286384977vw + 151.2676056338px, 300px);
  }
}
@media (width <= 767px) {
  .contact_table th {
    padding: 5px 20px;
  }
}
.contact_table th > label {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
.contact_table th .required {
  color: var(--color-pink);
  flex-shrink: 0;
  text-align: right;
}
@media (width <= 767px) {
  .contact_table th span {
    display: block;
  }
}
.contact_table td {
  background-color: #fff;
}
@media (width <= 767px) {
  .contact_table td {
    border-top: none;
  }
}
@media (width <= 767px) {
  .contact_table tr th {
    border-bottom: none;
  }
  .contact_table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.contact_table input[type=text],
.contact_table input[type=email],
.contact_table input[type=tel] {
  width: 100%;
  padding: 4px;
  border: 1px solid #cccccc;
  max-width: 480px;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
}
.contact_table input[type=text].w-100,
.contact_table input[type=email].w-100,
.contact_table input[type=tel].w-100 {
  max-width: 100%;
}
@media (width <= 767px) {
  .contact_table input[type=text],
  .contact_table input[type=email],
  .contact_table input[type=tel] {
    padding: 5px;
  }
}
.contact_table textarea {
  width: 100%;
  padding: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px);
  border: 1px solid #cccccc;
  height: clamp(72px, 4.5070422535vw + 55.0985915493px, 120px);
  resize: none;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
}
@media (width <= 767px) {
  .contact_table textarea {
    padding: 5px;
  }
}
.contact_table .wpcf7-form-control-wrap {
  width: 100%;
}

.contact_checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
.contact_checkbox-group.col-1 .wpcf7-checkbox {
  grid-template-columns: repeat(1, 1fr);
}
.contact_checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
}
@media (width <= 767px) {
  .contact_checkbox-group .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_checkbox-group .contact_checkbox-item {
  width: 100%;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-acceptance input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: clamp(24px, 0.5633802817vw + 21.8873239437px, 30px);
  position: relative;
}
.wpcf7-checkbox input[type=checkbox] + span::before,
.wpcf7-acceptance input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #cccccc;
  content: "";
  display: block;
  height: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  width: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  border-radius: 2px;
  top: 4px;
  left: 0;
  position: absolute;
}
.wpcf7-checkbox input[type=checkbox] + span::after,
.wpcf7-acceptance input[type=checkbox] + span::after {
  border-bottom: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-pink);
  border-left: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid var(--color-pink);
  content: "";
  display: block;
  width: clamp(8px, 0.3755868545vw + 6.5915492958px, 12px);
  height: clamp(4px, 0.2816901408vw + 2.9436619718px, 7px);
  position: absolute;
  top: clamp(8px, 0.0938967136vw + 7.6478873239px, 9px);
  left: clamp(3px, 0.0938967136vw + 2.6478873239px, 4px);
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
}
.wpcf7-checkbox input[type=checkbox]:checked + span::after,
.wpcf7-acceptance input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.wpcf7-checkbox input[type=checkbox]:focus + span::before,
.wpcf7-acceptance input[type=checkbox]:focus + span::before {
  border: 1px solid;
}

.wpcf7-list-item {
  margin: 0;
}

.contact_checkbox-other {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
}
@media (width <= 767px) {
  .contact_checkbox-other {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact_checkbox-other.text-area {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.contact_checkbox-other.text-area textarea {
  height: clamp(35px, 4.2253521127vw + 19.1549295775px, 80px);
  max-width: 100%;
}
.contact_checkbox-other > label {
  flex-shrink: 0;
}

.wpcf7-select {
  border: 1px solid #cccccc;
  padding: 5px 80px 5px 5px;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(./../image/icon-select-arrow.svg) no-repeat center right 16px/20px;
}

.contact_radio-group .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.contact_radio-group .wpcf7-radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact_radio-group .wpcf7-radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  position: relative;
}
.contact_radio-group .wpcf7-radio input[type=radio] + span::before {
  content: "";
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: block;
  width: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  height: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
}
.contact_radio-group .wpcf7-radio input[type=radio] + span::after {
  content: "";
  background: var(--color-pink);
  border: 1px solid transparent;
  border-radius: 50%;
  width: clamp(8px, 0.1877934272vw + 7.2957746479px, 10px);
  height: clamp(8px, 0.1877934272vw + 7.2957746479px, 10px);
  position: absolute;
  top: 54%;
  left: clamp(3px, 0.1877934272vw + 2.2957746479px, 5px);
  translate: 0 -50%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.contact_radio-group .wpcf7-radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.contact_radio-group .wpcf7-radio input[type=radio]:focus + span::before {
  border: 1px solid;
}

.contact_policy-text {
  text-align: center;
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  height: 120px;
  border: 1px solid #cccccc;
  border-right: clamp(14px, 0.9389671362vw + 10.4788732394px, 24px) solid #e6e6e6;
  max-width: 620px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  display: grid;
  place-items: center;
}

.contact_submit-box {
  min-width: clamp(160px, 3.7558685446vw + 145.9154929577px, 200px);
  margin-inline: auto;
}
.contact_submit-box input[type=submit] {
  width: 100%;
  padding: clamp(5px, 0.4694835681vw + 3.2394366197px, 10px);
  background-color: #557ec0;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  margin-inline: auto;
  transition: opacity var(--duration);
  font-size: clamp(16px, 0.5633802817vw + 13.8873239437px, 22px);
  font-family: var(--font-family-zen-kaku);
}
.contact_submit-box input[type=submit]:hover {
  opacity: 0.7;
}
.contact_submit-box input[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact_submit-box .wpcf7-spinner {
  display: none;
}

/* ===============================================
#近くの医院を探す
=============================================== */
.search_anchor-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
}
@media (768px <= width) {
  .search_anchor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search_anchor-label {
  font-size: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  font-weight: 700;
  color: var(--color-heading-black);
  border-bottom: 1px solid var(--color-heading-black);
  padding-bottom: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
}

.search_anchor-list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.1877934272vw + 7.2957746479px, 10px);
  color: #557ec0;
}

.search_area-block {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 4.6948356808vw + 32.3943661972px, 100px);
}

.search_area-title {
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  color: var(--color-heading-black);
  text-align: center;
}

.search_block-item {
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 var(--color-shadow);
  padding: clamp(24px, 2.441314554vw + 14.8450704225px, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.search_block-item-inner {
  display: flex;
  gap: clamp(10px, 1.4084507042vw + 4.7183098592px, 25px);
}
@media (width <= 767px) {
  .search_block-item-inner {
    flex-direction: column;
  }
}

.search_block-text-sp-box {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  height: 100%;
}

.search_block-text-box {
  display: flex;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
@media (width <= 767px) {
  .search_block-text-box {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (768px <= width) {
  .search_block-text-box {
    width: calc(55.5% - clamp(10px, 1.4084507042vw + 4.7183098592px, 25px));
    flex-direction: column;
  }
}

@media (768px <= width) {
  .search_block-img {
    width: 44.5%;
  }
}

.search_block-title {
  color: var(--color-heading-black);
  font-size: clamp(14px, 1.6901408451vw + 7.661971831px, 32px);
  font-weight: 700;
}

.search_block-text-inner {
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  height: 100%;
}
@media (width <= 767px) {
  .search_block-text-inner {
    align-items: flex-start;
  }
}

.search_block-text-inner-badge {
  width: clamp(38px, 2.441314554vw + 28.8450704225px, 64px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  flex-shrink: 0;
}

.search_block-text-inner-left {
  font-size: clamp(10px, 0.7511737089vw + 7.1830985915px, 18px);
  line-height: 1.44;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1lh;
  width: 100%;
  align-self: flex-start;
}

.search_block-map {
  height: clamp(180px, 5.6338028169vw + 158.8732394366px, 240px);
}
.search_block-map > iframe {
  width: 100%;
  height: 100%;
}

.search_block-url {
  color: #557ec0;
}

/* ===============================================
#JETシステム矯正とは
=============================================== */
.about_top {
  background: transparent url(./../image/sp/about-top-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .about_top {
    background: transparent url(./../image/about-top-bg_1.avif) no-repeat center center/cover;
  }
}

.about_inner {
  height: clamp(555px, 49.765258216vw + 368.3802816901px, 1085px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (width <= 767px) {
  .about_inner {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}

.about_btn-box {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3.0985915493vw + 10.3802816901px, 55px);
}

.about_btn {
  width: clamp(335px, 45.5399061033vw + 164.2253521127px, 820px);
  height: clamp(71px, 9.765258216vw + 34.3802816901px, 175px);
  padding: clamp(4px, 0.3755868545vw + 2.5915492958px, 8px);
}
.about_btn:nth-of-type(1) {
  background: transparent url(./../image/about-top-bg_2.avif) no-repeat center center/cover;
}
.about_btn:nth-of-type(2) {
  background: transparent url(./../image/about-top-bg_3.avif) no-repeat center center/cover;
}
.about_btn:nth-of-type(3) {
  background: transparent url(./../image/about-top-bg_4.avif) no-repeat center center/cover;
}

.about_btn-inner {
  border: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px) solid #fff;
  display: flex;
  align-items: flex-start;
  gap: clamp(6px, 0.8450704225vw + 2.8309859155px, 15px);
  height: 100%;
  padding-top: clamp(25px, 3.2863849765vw + 12.676056338px, 60px);
  padding-left: clamp(15px, 2.3474178404vw + 6.1971830986px, 40px);
  position: relative;
}
.about_btn-inner:before {
  content: "";
  position: absolute;
  top: clamp(10px, 0.5633802817vw + 7.8873239437px, 16px);
  left: clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
  width: clamp(61px, 8.3568075117vw + 29.661971831px, 150px);
  height: clamp(48px, 6.5727699531vw + 23.3521126761px, 118px);
  background: transparent url(./../image/about-top-object_1.svg) no-repeat center center/contain;
  z-index: 1;
}
.about_btn-inner img {
  width: clamp(14px, 1.9718309859vw + 6.6056338028px, 35px);
  position: relative;
  z-index: 2;
}

.about_btn-text {
  color: var(--color-heading-black);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-top: calc(clamp(4px, 0.3755868545vw + 2.5915492958px, 8px) * -1);
}
.about_btn-text span {
  font-size: clamp(16px, 1.7840375587vw + 9.3098591549px, 35px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.about_btn-text small {
  font-size: clamp(7px, 0.9389671362vw + 3.4788732394px, 17px);
  letter-spacing: 0.2em;
}

/* ===============================================
#JETシステム矯正の特徴と強み
=============================================== */
.feature_first-bg {
  background: transparent url(./../image/sp/features-bg_1.avif) no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 2.8169014085vw + 29.4366197183px, 70px);
}
@media (768px <= width) {
  .feature_first-bg {
    background: transparent url(./../image/features-bg_1.avif) no-repeat top center/cover;
  }
}

.feature_heading {
  letter-spacing: 0.15em;
}
.feature_heading b {
  font-size: clamp(26px, 2.441314554vw + 16.8450704225px, 52px);
}
.feature_heading strong {
  font-size: clamp(48px, 3.9436619718vw + 33.2112676056px, 90px);
  line-height: 1;
}

.feature_merit-bg {
  background: transparent url(./../image/sp/features-bg_2.avif) no-repeat top center/cover;
}
@media (768px <= width) {
  .feature_merit-bg {
    background: transparent url(./../image/features-bg_2.avif) no-repeat top center/cover;
  }
}

.feature_merit-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}
@media (768px <= width) {
  .feature_merit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature_merit-grid-item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}

/* ===============================================
#JETシステム矯正と他の矯正器具との違いと比較
=============================================== */
.comparison_bg {
  background: transparent url(./../image/sp/comparison-bg_1.avif) no-repeat top center/cover;
}
@media (768px <= width) {
  .comparison_bg {
    background: transparent url(./../image/comparison-bg_1.avif) no-repeat bottom center/cover;
  }
}

.comparison_bg-2 {
  background: transparent url(./../image/sp/comparison-bg_2.avif) no-repeat top center/cover;
}
@media (768px <= width) {
  .comparison_bg-2 {
    background: transparent url(./../image/comparison-bg_2.avif) no-repeat top center/cover;
  }
}

.comparison_item-body {
  background-color: #fff;
  padding: clamp(10px, 1.5023474178vw + 4.3661971831px, 26px) clamp(16px, 1.3145539906vw + 11.0704225352px, 30px);
  height: 100%;
  min-height: clamp(140px, 1.8779342723vw + 132.9577464789px, 160px);
  flex: 1;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: clamp(21px, 0.2816901408vw + 19.9436619718px, 24px);
  color: #557ec0;
  font-weight: 700;
}

.comparison_table {
  width: 100%;
}
.comparison_table th,
.comparison_table td {
  vertical-align: middle;
}
.comparison_table thead th {
  border-bottom: var(--color-heading-black) 3px solid;
  text-align: center;
  font-weight: 700;
}
.comparison_table thead th:first-child {
  background-color: #e8f7ff;
  padding: clamp(8px, 0.1877934272vw + 7.2957746479px, 10px);
  color: #557ec0;
  font-size: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
}
.comparison_table thead th:not(:first-child) {
  border-left: var(--color-heading-black) 2px solid;
  font-size: clamp(12px, 1.6901408451vw + 5.661971831px, 30px);
  background-color: #fff;
}
.comparison_table thead th .comparison_table-cell {
  display: flex;
  align-items: center;
}
@media (width <= 767px) {
  .comparison_table thead th .comparison_table-cell {
    flex-direction: column;
  }
}
.comparison_table thead th .comparison_table-cell span {
  flex: 1;
  font-size: clamp(12px, 1.4084507042vw + 6.7183098592px, 27px);
  color: var(--color-heading-black);
  line-height: 1.33;
}
@media (width <= 767px) {
  .comparison_table thead th .comparison_table-cell span {
    padding: 9px 2px;
  }
}
@media (768px <= width) {
  .comparison_table thead th .comparison_table-cell img {
    width: clamp(50px, 15.9624413146vw + -9.8591549296px, 220px);
  }
}
.comparison_table tbody th,
.comparison_table tbody td {
  height: clamp(64px, 1.5023474178vw + 58.3661971831px, 80px);
  border-bottom: var(--color-heading-black) 1px dotted;
  padding: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
}
.comparison_table tbody th {
  background-color: #e8f7ff;
  width: 22%;
  text-align: center;
  font-size: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
  font-weight: 700;
  color: #557ec0;
  line-height: var(--lh-small);
}
.comparison_table tbody td {
  background-color: #fff;
  width: 39%;
  border-left: var(--color-heading-black) 2px solid;
  line-height: var(--lh-regular);
  font-size: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
  font-weight: 700;
}
@media (768px <= width) {
  .comparison_table tbody td {
    text-align: center;
  }
}
.comparison_table tbody tr:last-child th,
.comparison_table tbody tr:last-child td {
  border-bottom: var(--color-heading-black) 3px solid;
}

.comparison_list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.comparison_item {
  display: flex;
  border: 1px solid #42bdd8;
}
@media (width <= 767px) {
  .comparison_item {
    flex-direction: column;
  }
}
@media (768px <= width) {
  .comparison_item {
    min-height: clamp(90px, 2.8169014085vw + 79.4366197183px, 120px);
  }
}

.comparison_item-title {
  display: grid;
  place-items: center;
  font-weight: 700;
  background-color: #42bdd8;
  color: #fff;
  letter-spacing: var(--ls-xlarge);
  position: relative;
}
.comparison_item-title:before {
  content: "";
  position: absolute;
  background-color: #42bdd8;
}
@media (width <= 767px) {
  .comparison_item-title:before {
    width: 40px;
    height: 16px;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
@media (768px <= width) {
  .comparison_item-title:before {
    width: 16px;
    height: 40px;
    top: 50%;
    left: calc(100% - 1px);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media (width <= 767px) {
  .comparison_item-title {
    min-height: clamp(60px, 2.8169014085vw + 49.4366197183px, 90px);
    font-size: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px);
  }
}
@media (768px <= width) {
  .comparison_item-title {
    width: 45%;
    font-size: clamp(12px, 1.5023474178vw + 6.3661971831px, 28px);
  }
}

.comparison_item-text {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: var(--ls-xlarge);
  line-height: 1.63;
}
@media (width <= 767px) {
  .comparison_item-text {
    min-height: clamp(90px, 2.8169014085vw + 79.4366197183px, 120px);
    font-size: clamp(14px, 0.7511737089vw + 11.1830985915px, 22px);
    padding: 25px 15px 15px;
  }
}
@media (768px <= width) {
  .comparison_item-text {
    padding: 10px clamp(10px, 1.8779342723vw + 2.9577464789px, 30px) 10px clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
    width: 55%;
    font-size: clamp(9px, 1.220657277vw + 4.4225352113px, 22px);
  }
}

/* ===============================================
#開発秘話
=============================================== */
.story_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

.story_bar {
  width: 1px;
  height: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
  background-color: var(--color-black);
}

@media (width <= 767px) {
  .story_heading {
    letter-spacing: 0em;
  }
}
.story_heading small {
  font-size: clamp(18px, 1.6901408451vw + 11.661971831px, 36px);
  letter-spacing: var(--ls-xlarge);
}

.story_sec {
  position: relative;
  width: 100%;
}
.story_sec .inner {
  position: relative;
  z-index: 2;
}

.story_h3 {
  color: var(--color-heading-black);
  font-weight: 700;
  font-size: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  letter-spacing: var(--ls-xlarge);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-heading-black);
}

.story_bg-1 picture {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (width <= 767px) {
  .story_bg-1 picture {
    top: 150px;
  }
}

.story_bg-2 picture {
  position: absolute;
  top: -280px;
  right: 0;
  width: 80%;
  z-index: 1;
}
@media (width <= 767px) {
  .story_bg-2 picture {
    width: 100%;
  }
}

.story_bg-3 picture {
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.story_img {
  width: clamp(191px, 13.5211267606vw + 140.2957746479px, 335px);
  margin-left: auto;
  margin-right: clamp(5px, 5.1643192488vw + -14.3661971831px, 60px);
  display: block;
}

/* ===============================================
#症例紹介 一覧
=============================================== */
.case_tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  background-color: #f0f7fa;
  padding: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.case_tag-item {
  background-color: #36366f;
  color: #fff;
  border-top: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid #a1a1bb;
  border-left: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid #71719a;
  border-right: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid #131356;
  border-bottom: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid #131356;
  font-size: clamp(12px, 0.5633802817vw + 9.8873239437px, 18px);
  padding: clamp(3px, 0.1877934272vw + 2.2957746479px, 5px) clamp(6px, 0.5633802817vw + 3.8873239437px, 12px);
  font-family: "Noto Sans JP", sans-serif;
}

.pagination_box .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.4084507042vw + -0.2816901408px, 20px);
}
.pagination_box .page-numbers > li > span,
.pagination_box .page-numbers > li a {
  width: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  font-size: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  aspect-ratio: 1;
  color: #42bdd8;
  display: grid;
  place-items: center;
  padding-bottom: 1px;
}
.pagination_box .page-numbers > li > span:not(.dots),
.pagination_box .page-numbers > li a:not(.dots) {
  border: 1px solid var(--color-light-blue);
  background-color: #fff;
  font-weight: 700;
  border-radius: 50%;
}
.pagination_box .page-numbers > li > span:not(.dots).current,
.pagination_box .page-numbers > li a:not(.dots).current {
  background-color: var(--color-light-blue);
  color: #fff;
}
.pagination_box .page-numbers > li .prev,
.pagination_box .page-numbers > li .next,
.pagination_box .page-numbers > li .first,
.pagination_box .page-numbers > li .last {
  display: grid;
  place-items: center;
  padding-bottom: 0;
  position: relative;
}
.pagination_box .page-numbers > li .prev span,
.pagination_box .page-numbers > li .next span,
.pagination_box .page-numbers > li .first span,
.pagination_box .page-numbers > li .last span {
  border-top: 1px solid var(--color-light-blue);
  width: clamp(7px, 0.4694835681vw + 5.2394366197px, 12px);
  aspect-ratio: 1;
}
.pagination_box .page-numbers > li .prev,
.pagination_box .page-numbers > li .first {
  padding-left: clamp(3px, 0vw + 3px, 3px);
}
.pagination_box .page-numbers > li .prev span,
.pagination_box .page-numbers > li .first span {
  border-left: 1px solid var(--color-light-blue);
  rotate: -45deg;
}
.pagination_box .page-numbers > li .next,
.pagination_box .page-numbers > li .last {
  padding-right: clamp(3px, 0vw + 3px, 3px);
}
.pagination_box .page-numbers > li .next span,
.pagination_box .page-numbers > li .last span {
  border-right: 1px solid var(--color-light-blue);
  rotate: 45deg;
}
.pagination_box .page-numbers > li .first {
  padding-right: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px);
  padding-left: 0;
}
.pagination_box .page-numbers > li .first span {
  position: relative;
}
.pagination_box .page-numbers > li .first span::before {
  content: "";
  border-top: 1px solid var(--color-light-blue);
  border-left: 1px solid var(--color-light-blue);
  width: clamp(7px, 0.4694835681vw + 5.2394366197px, 12px);
  aspect-ratio: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px);
}
.pagination_box .page-numbers > li .last {
  padding-left: clamp(1px, 0.0938967136vw + 0.6478873239px, 2px);
  padding-right: 0;
}
.pagination_box .page-numbers > li .last span {
  position: relative;
}
.pagination_box .page-numbers > li .last span::before {
  content: "";
  border-top: 1px solid var(--color-light-blue);
  border-right: 1px solid var(--color-light-blue);
  width: clamp(7px, 0.4694835681vw + 5.2394366197px, 12px);
  aspect-ratio: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: clamp(2px, 0.0938967136vw + 1.6478873239px, 3px);
}

/* ===============================================
#症例紹介 詳細
=============================================== */
.case-single_time {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  font-family: var(--font-family-zen-kaku);
}

.casecase-single_tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
}
.casecase-single_tags span {
  background-color: var(--color-heading-black);
  color: #fff;
  font-size: clamp(12px, 0.5633802817vw + 9.8873239437px, 18px);
  padding: clamp(3px, 0.1877934272vw + 2.2957746479px, 5px) clamp(6px, 0.5633802817vw + 3.8873239437px, 12px) clamp(4px, 0.1877934272vw + 3.2957746479px, 6px);
  font-family: "Noto Sans JP", sans-serif;
}

.case-single_title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: clamp(20px, 1.5023474178vw + 14.3661971831px, 36px);
  font-weight: 900;
  letter-spacing: var(--ls-xlarge);
  gap: 0 1em;
  color: var(--color-heading-black);
}

.case-single_period > b {
  color: var(--color-pink);
  font-size: clamp(24px, 1.8779342723vw + 16.9577464789px, 44px);
}

.case-single_img-box {
  background-image: repeating-linear-gradient(90deg, rgba(230, 230, 230, 0.2), rgba(230, 230, 230, 0.2) 1px, transparent 1px, transparent clamp(6px, 0.5633802817vw + 3.8873239437px, 12px)), repeating-linear-gradient(0deg, rgba(230, 230, 230, 0.2), rgba(230, 230, 230, 0.2) 1px, #fff 1px, #fff clamp(6px, 0.5633802817vw + 3.8873239437px, 12px));
  border: 1px solid #b3b3b3;
  padding: clamp(20px, 4.6948356808vw + 2.3943661972px, 70px) clamp(8px, 7.6995305164vw + -20.8732394366px, 90px);
  display: flex;
  gap: clamp(10px, 4.6948356808vw + -7.6056338028px, 60px);
}

.case-single_img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2.8169014085vw + -0.5633802817px, 40px);
}

.case-single_img-title {
  font-size: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  color: #fff;
  font-weight: 700;
  width: clamp(100px, 9.3896713615vw + 64.7887323944px, 200px);
  height: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  display: grid;
  place-items: center;
  border-radius: 50vw;
}
.case-single_img-title.before {
  background-color: #b3b3b3;
}
.case-single_img-title.after {
  background-color: #42bdd8;
}

.case-single_table {
  border-collapse: collapse;
  width: 100%;
}
.case-single_table th,
.case-single_table td {
  border: 1px solid #cccccc;
  vertical-align: middle;
  font-weight: 700;
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
}
@media (width <= 767px) {
  .case-single_table th,
  .case-single_table td {
    display: block;
    border-bottom: none;
  }
}
@media (768px <= width) {
  .case-single_table th,
  .case-single_table td {
    height: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
  }
}
.case-single_table th {
  background-color: #e8f7ff;
  color: #557ec0;
  padding: 6px 20px;
}
@media (768px <= width) {
  .case-single_table th {
    width: 26%;
    padding: 20px 10px 20px clamp(10px, 5.6338028169vw + -11.1267605634px, 70px);
  }
}
@media (width <= 767px) {
  .case-single_table td {
    padding: 15px 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}
@media (768px <= width) {
  .case-single_table td {
    width: 74%;
    padding: 20px 10px 20px clamp(10px, 3.7558685446vw + -4.0845070423px, 50px);
  }
}
.case-single_table td b {
  color: var(--color-pink);
  font-size: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
  font-weight: 900;
  letter-spacing: var(--ls-xlarge);
}
@media (width <= 767px) {
  .case-single_table tr:last-child td {
    border-bottom: 1px solid #cccccc;
  }
}

.case-single_text-box {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
}

.case-single_text-title {
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  border-left: clamp(3px, 0.0938967136vw + 2.6478873239px, 4px) solid #42bdd8;
  padding-left: 10px;
}

.case-single_text-content {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  line-height: 2.1;
}

/* ===============================================
#BLOG 一覧
=============================================== */
.blog_container {
  background-color: #fff;
  padding: clamp(25px, 6.103286385vw + 2.1126760563px, 90px) clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
  box-shadow: 5px 5px 5px 0 var(--color-shadow);
  border-radius: clamp(12px, 2.441314554vw + 2.8450704225px, 38px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.8169014085vw + 9.4366197183px, 50px);
}

.blog_list {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.3145539906vw + 11.0704225352px, 30px);
}

.blog_link {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.5633802817vw + 7.8873239437px, 16px);
  padding-right: clamp(10px, 2.8169014085vw + -0.5633802817px, 40px);
  padding-bottom: clamp(16px, 1.7840375587vw + 9.3098591549px, 35px);
  border-bottom: 1px dotted var(--color-heading-black);
}

.blog_time {
  color: var(--color-light-blue);
  font-family: var(--font-family-zen-kaku);
}

.blog_link-inner {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.7558685446vw + 5.9154929577px, 60px);
}
.blog_link-inner img {
  width: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
  box-shadow: 2px 2px 3px 0 var(--color-shadow);
  border-radius: 50%;
}

.blog_title {
  flex: 1;
  font-weight: 700;
  font-size: clamp(14px, 0.9389671362vw + 10.4788732394px, 24px);
  letter-spacing: var(--ls-xlarge);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ===============================================
#ブログ 詳細
=============================================== */
.blog-single_label {
  font-size: clamp(14px, 0.9389671362vw + 10.4788732394px, 24px);
  color: var(--color-light-blue);
  font-family: var(--font-family-zen-kaku);
}

.blog-single_title {
  font-size: clamp(18px, 1.6901408451vw + 11.661971831px, 36px);
  line-height: 1.38;
  letter-spacing: var(--ls-xlarge);
  font-weight: 700;
}

.blog-single_content :first-child {
  margin-top: 0;
}
.blog-single_content p {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  line-height: 2.1;
  margin-top: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  font-weight: 700;
}
.blog-single_content p strong {
  background: var(--color-marker-yellow);
  font-weight: 900;
}
.blog-single_content p a {
  color: #557ec0;
}
.blog-single_content h2 {
  font-size: clamp(18px, 0.9389671362vw + 14.4788732394px, 28px);
  font-weight: 700;
  background-color: #f0f7fa;
  padding: clamp(6px, 0.4694835681vw + 4.2394366197px, 11px) clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  line-height: 1.78;
  letter-spacing: var(--ls-xlarge);
  margin-top: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}
.blog-single_content h3 {
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  border-left: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px) solid var(--color-light-blue);
  padding-left: 10px;
  margin-top: clamp(20px, 5.6338028169vw + -1.1267605634px, 80px);
  line-height: 2;
  letter-spacing: var(--ls-large);
}
.blog-single_content h4 {
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  margin-top: clamp(20px, 5.6338028169vw + -1.1267605634px, 80px);
  line-height: 2;
  letter-spacing: var(--ls-large);
}
.blog-single_content .wp-block-buttons {
  margin-top: clamp(50px, 2.8169014085vw + 39.4366197183px, 80px);
}
.blog-single_content .wp-block-buttons .wp-block-button__link {
  padding: clamp(4px, 0.3755868545vw + 2.5915492958px, 8px) clamp(10px, 0.9389671362vw + 6.4788732394px, 20px);
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 var(--color-shadow);
  color: var(--color-light-blue);
  min-width: clamp(180px, 7.5117370892vw + 151.8309859155px, 260px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 0.5633802817vw + 7.8873239437px, 16px);
}
.blog-single_content .wp-block-buttons .wp-block-button__link::after {
  content: "";
  background: transparent url(./../image/icon-arrow-blog.svg) no-repeat center center/contain;
  width: clamp(11px, 0.5633802817vw + 8.8873239437px, 17px);
  height: clamp(6px, 0.3755868545vw + 4.5915492958px, 10px);
}
.blog-single_content blockquote {
  margin-top: clamp(30px, 4.6948356808vw + 12.3943661972px, 80px);
  background-color: #fafafa;
  padding: clamp(15px, 1.4084507042vw + 9.7183098592px, 30px) clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
}
.blog-single_content ul, .blog-single_content ol {
  box-shadow: 3px 3px 3px 0 var(--color-shadow);
  margin-top: clamp(30px, 0.9389671362vw + 26.4788732394px, 40px);
  padding: clamp(15px, 1.4084507042vw + 9.7183098592px, 30px) clamp(10px, 1.8779342723vw + 2.9577464789px, 30px);
  line-height: 1.6;
  font-weight: 700;
}
.blog-single_content ul li::before {
  content: "・";
  color: #c8c8c8;
}
.blog-single_content ol {
  counter-reset: counter;
}
.blog-single_content ol li {
  counter-increment: counter;
}
.blog-single_content ol li::before {
  content: counter(counter);
  margin-right: 1em;
}
.blog-single_content figure {
  margin-top: clamp(30px, 4.6948356808vw + 12.3943661972px, 80px);
}

.blog-single_next-prev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-single_next-prev-item {
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.4694835681vw + 3.2394366197px, 10px);
}
.blog-single_next-prev-item.prev .blog-single_next-prev-item-arrow {
  padding-left: clamp(3px, 0vw + 3px, 3px);
}
.blog-single_next-prev-item.prev .blog-single_next-prev-item-arrow span {
  border-left: 1px solid var(--color-light-blue);
  rotate: -45deg;
}
.blog-single_next-prev-item.next {
  margin-left: auto;
}
.blog-single_next-prev-item.next .blog-single_next-prev-item-arrow {
  padding-right: clamp(3px, 0vw + 3px, 3px);
}
.blog-single_next-prev-item.next .blog-single_next-prev-item-arrow span {
  border-right: 1px solid var(--color-light-blue);
  rotate: 45deg;
}

.blog-single_next-prev-item-arrow {
  display: grid;
  place-items: center;
  position: relative;
  width: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid var(--color-light-blue);
  border-radius: 50%;
}
.blog-single_next-prev-item-arrow span {
  border-top: 1px solid var(--color-light-blue);
  width: clamp(7px, 0.4694835681vw + 5.2394366197px, 12px);
  aspect-ratio: 1;
}

.blog-single_next-prev-item-label {
  font-size: clamp(10px, 0.7511737089vw + 7.1830985915px, 18px);
  font-weight: 700;
}