@charset "UTF-8";
:root {
  --base_font: "Zen Kaku Gothic New", sans-serif;
  --sub_font: "Caveat", cursive;
  --mc: #8a5d34;
  --sc: #709ba6;
  --fc: #333;
  --bc: #f4f1e9;
  --red: #b10000;
  --hd_mt: 80px;
}
@media screen and (min-width: 1024px) {
  :root {
    --hd_mt: 110px;
  }
}

/*リセットCSS
----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*【共通】パーツ
----------------------------------------------------------------*/
/* リンク */
a,
a * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
  color: inherit;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  color: var(--fc);
  font-size: 1.4rem;
  font-family: var(--base_font);
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base_font);
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

/*-----line-hight-----*/
p,
li,
dl,
tr {
  line-height: 1.875;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.66;
}

strong {
  font-weight: 700;
}

/* リンク */
a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*phone*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.subpage-head__ttl {
  line-height: 1;
}
.subpage-head__ttl-st {
  font-size: 3.6rem;
  color: #fff;
  text-shadow: 0px 0px 29.4px rgba(0, 0, 0, 0.004);
}
@media screen and (min-width: 768px) {
  .subpage-head__ttl-st {
    font-size: 4.6rem;
  }
}

.faq__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.faq__item + .faq__item {
  margin-top: clamp(2.5rem, 1.1rem + 3.82vw, 4rem);
}
.faq__item-q {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding-right: 40px;
  position: relative;
}
.faq__item-q::before, .faq__item-q::after {
  content: "";
  width: 26px;
  height: 2px;
  background-color: var(--mc);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faq__item-q::after {
  transform: translateY(-50%) rotate(-90deg);
}
.faq__item-q-txt {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-left: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__item-q-txt {
    min-height: 50px;
    padding-left: 70px;
  }
}
.faq__item-q-txt::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(/system_panel/uploads/images/icon_Q.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .faq__item-q-txt::before {
    width: 50px;
  }
}
.faq__item-q-txt-st {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .faq__item-q-txt-st {
    font-size: 1.8rem;
  }
}
.faq__item-q-border {
  display: none;
  flex: 1;
  border-top: dashed 1px var(--mc);
}
@media screen and (min-width: 768px) {
  .faq__item-q-border {
    display: block;
  }
}
.faq__item-a {
  width: 100%;
  background-color: var(--bc);
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.gjs-dashed .faq__item-a {
  height: auto;
}
.faq__item-a-inr {
  padding: 20px 15px;
}
.faq__item-a-txt {
  display: flex;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  min-height: 40px;
  padding-left: 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__item-a-txt {
    min-height: 50px;
    padding-left: 70px;
  }
}
.faq__item-a-txt::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(/system_panel/uploads/images/icon_A.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .faq__item-a-txt::before {
    width: 50px;
  }
}
.faq__item-a-st {
  letter-spacing: 0.025em;
}
.faq__item.active .faq__item-q::after {
  transform: translateY(-50%);
}

.cmn-concern {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.cmn-concern__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-media {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .cmn-concern__cont-media-img {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.cmn-concern__cont-info {
  max-width: 570px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-info {
    flex: 1;
    padding-top: clamp(0rem, -15rem + 19.53vw, 10rem);
    margin-left: -40px;
  }
}
.cmn-concern__cont-info-head {
  margin-bottom: clamp(2.5rem, 1.6rem + 2.31vw, 4rem);
}
.cmn-concern__cont-info-head-txt {
  font-size: clamp(2rem, 1.4rem + 1.53vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-info-head-txt {
    font-size: clamp(2.4rem, 0.6rem + 2.34vw, 3.6rem);
  }
}
.cmn-concern__cont-info-list {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.cmn-concern__cont-info-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-info-item {
    padding: 15px 25px;
  }
}
.cmn-concern__cont-info-item + .cmn-concern__cont-info-item {
  margin-top: 10px;
}
.cmn-concern__cont-info-item-st {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #3f342d;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-info-item-st {
    font-size: clamp(1.8rem, 0.9rem + 1.17vw, 2.1rem);
    padding-left: 50px;
  }
}
.cmn-concern__cont-info-item-st::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/system_panel/uploads/images/icon_check01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cmn-concern__cont-info-item-st::before {
    width: 30px;
    height: 30px;
  }
}
.cmn-concern__box {
  position: relative;
}
.cmn-concern__box-border {
  border-bottom: solid 2px #e8dec4;
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
  margin-bottom: calc(21.75px + clamp(4rem, 3rem + 2.54vw, 5rem));
  position: relative;
}
.cmn-concern__box-border::before {
  content: "";
  width: 60px;
  aspect-ratio: 80/29;
  background: url(/system_panel/uploads/images/img_worry-arrow01.jpg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cmn-concern__box-border::before {
    width: 80px;
    margin-bottom: 79px;
  }
}
.cmn-concern__box-txt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-concern__box-txt {
    font-size: 3.6rem;
  }
}
.cmn-concern__box-txt strong {
  font-weight: 700;
  background-image: radial-gradient(circle at center, var(--mc) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.06em 0.3em;
  padding-top: 0.15em;
}
@media screen and (min-width: 1024px) {
  .cmn-concern__box-txt strong {
    padding-top: 0.4em;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-concern__box-txt br {
    display: none;
  }
}
.cmn-concern__box-icon {
  max-width: max-content;
  width: 20%;
  position: absolute;
  bottom: calc(-1 * clamp(3rem, 1.1rem + 5.09vw, 5rem));
  left: max(50% - 50vw, -120px);
  z-index: -1;
}

.cmn-reason {
  background: url(/system_panel/uploads/images/bg_concerns-search01.jpg) no-repeat center center/cover;
  border-radius: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(6rem, 2.2rem + 10.18vw, 10rem) 0 0;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  position: relative;
  z-index: 1;
}
.cmn-reason__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px 30px;
}
@media screen and (min-width: 1024px) {
  .cmn-reason__list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.cmn-reason__item {
  max-width: 380px;
  width: 80%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cmn-reason__item {
    width: calc((100% - 60px) / 3);
  }
}
.cmn-reason__item-num {
  font-family: var(--sub_font);
  font-size: 8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--sc);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cmn-reason__item-num {
    font-size: 10rem;
  }
}
.cmn-reason__item-info {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .cmn-reason__item-info {
    padding: 30px;
  }
}
.cmn-reason__item-info-inr {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.cmn-reason__item-info-ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cmn-reason__item-info-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-reason__item-info-ttl.--small01 {
    font-size: min(1.8vw, 2.4rem);
  }
}
.cmn-reason__item-info-txt {
  letter-spacing: 0.025em;
}
.cmn-reason__icon {
  max-width: max-content;
  width: 40%;
  position: absolute;
  bottom: clamp(4rem, 2.1rem + 5.09vw, 6rem);
  right: 0;
  z-index: -1;
}

.cmn-menu {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.cmn-menu.--bg-beige {
  background-color: var(--bc);
}
.cmn-menu__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px clamp(4rem, -5rem + 11.72vw, 10rem);
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.cmn-menu__cont-table {
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont-table {
    flex: 1;
  }
}
.cmn-menu__cont-table-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  border-top: dashed 1px var(--mc);
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont-table-tr {
    padding-block: 20px;
  }
}
.cmn-menu__cont-table-tr:last-of-type {
  border-bottom: dashed 1px var(--mc);
}
.cmn-menu__cont-table-th-txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont-table-th-txt {
    font-size: 1.8rem;
  }
}
.cmn-menu__cont-table-th-txt::before {
  content: "●";
  color: var(--sc);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cmn-menu__cont-table-th-annotation {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  padding-left: 25px;
}
.cmn-menu__cont-table-td {
  margin-left: auto;
}
.cmn-menu__cont-table-td-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cmn-menu__cont-table-td-item-txt {
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
}
.cmn-menu__cont-table-td-item-price {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont-table-td-item-price {
    font-size: 1.8rem;
  }
}
.cmn-menu__cont-media {
  max-width: 500px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .cmn-menu__cont-media {
    width: 45%;
  }
}
.cmn-menu__cont-media img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.cmn-menu__box-ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  border-bottom: solid 4px var(--bc);
  padding-bottom: 20px;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-ttl {
    font-size: 2.4rem;
  }
}
.cmn-menu__box + .cmn-menu__box {
  margin-top: clamp(6rem, 4.1rem + 5.09vw, 8rem);
}
.cmn-menu__parts-price {
  border: dashed 1px var(--mc);
  padding: 20px 15px;
  margin-bottom: clamp(2.5rem, 1.1rem + 3.82vw, 4rem);
}
.cmn-menu__parts-price-st {
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
.cmn-menu__parts-price-st span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .cmn-menu__parts-price-st.--br-sp br {
    display: none;
  }
}
.cmn-menu__parts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media screen and (min-width: 768px) {
  .cmn-menu__parts-list {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-menu__parts-list {
    gap: 30px clamp(2rem, -2rem + 3.91vw, 3rem);
  }
}
.cmn-menu__parts-item {
  max-width: 145px;
  width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 768px) {
  .cmn-menu__parts-item {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (min-width: 1024px) {
  .cmn-menu__parts-item {
    width: calc((100% - clamp(2rem, -2rem + 3.91vw, 3rem) * 6) / 7);
  }
}
.cmn-menu__parts-item-media {
  text-align: center;
  margin-bottom: 10px;
}
.cmn-menu__parts-item-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.cmn-menu__discount {
  border: solid 2px var(--mc);
  padding: 20px 15px;
  margin-top: clamp(6rem, 4.1rem + 5.09vw, 8rem);
}
@media screen and (min-width: 768px) {
  .cmn-menu__discount {
    padding: 30px 15px;
  }
}
.cmn-menu__discount-inr {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.cmn-menu__discount-txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: var(--mc);
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-menu__discount-txt {
    font-size: 1.8rem;
  }
}
.cmn-menu__discount-txt strong {
  color: #3f342d;
  position: relative;
  background: linear-gradient(transparent 60%, #f4f1e9 60%);
}
.cmn-menu__discount-txt::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-menu__caution {
  border: solid 5px #f4f1e9;
  padding: 20px 15px;
  margin-top: clamp(6rem, 4.1rem + 5.09vw, 8rem);
}
@media screen and (min-width: 768px) {
  .cmn-menu__caution {
    padding: 30px 15px;
  }
}
.cmn-menu__caution-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-menu__caution-txt {
    font-size: 2.1rem;
    text-align: center;
  }
}

.cmn-table__tr {
  border-top: solid 1px #e8dec7;
  padding: 10px 0;
}
.cmn-table__tr:last-of-type {
  border-bottom: solid 1px #e8dec7;
}
@media screen and (min-width: 768px) {
  .cmn-table__tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table__th {
    width: 150px;
    padding: 0 15px;
  }
  .cmn-table__th-st {
    letter-spacing: 0.025em;
    color: var(--mc);
  }
}
@media screen and (min-width: 768px) {
  .cmn-table__td {
    flex: 1;
    padding: 0 10px 0 0;
  }
  .cmn-table__td-st {
    letter-spacing: 0.025em;
  }
}

.h1-dn {
  display: none;
}

.ojf {
  position: relative;
  height: auto;
}
.ojf::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ojf img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cmn-parallax {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-parallax {
    height: min(500px, 41.6666666667vw);
  }
}
.cmn-parallax__cont {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cmn-parallax__cont {
    background-attachment: fixed;
  }
}

.cmn-ttl {
  text-align: center;
}
.cmn-ttl__jp {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
}
@media screen and (min-width: 768px) {
  .cmn-ttl__jp {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl__jp.--br-sp br {
    display: none;
  }
}
.cmn-ttl__en {
  font-family: var(--sub_font);
  font-size: 2rem;
  color: var(--mc);
}
@media screen and (min-width: 768px) {
  .cmn-ttl__en {
    font-size: 3rem;
  }
}

.page-top {
  position: relative;
}
.page-top__btn {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  width: 100vw;
  height: 55px;
  background: #000;
  border-radius: 0;
  color: white;
  font-size: 14px;
  line-height: 55px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-top__btn {
    width: 55px;
    right: 2%;
  }
}
.page-top__btn img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-top__btn img {
    display: block;
  }
}
.page-top__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-top__btn:before {
    content: none;
  }
}
.page-top--fixed.page-top__btn {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 30;
}

.subhd {
  position: relative;
}
.subhd__img {
  max-height: 490px;
  height: 80vw;
}
.subhd__img.ojf::before {
  content: none;
}
.subhd__ttl {
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subhd__ttl-en {
  font-family: var(--sub_font);
  font-size: 5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subhd__ttl-en {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .subhd__ttl-en.--sp-tb-br br {
    display: none;
  }
}
.subhd__ttl-jp {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subhd__ttl-jp {
    font-size: 2.4rem;
  }
}

.concept-catch {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) 0;
  position: relative;
}
.concept-catch::before {
  content: "";
  width: calc(100% - 7.5px);
  height: calc(100% - clamp(5rem, -4.5rem + 25.45vw, 15rem));
  background-color: var(--bc);
  border-radius: 0 0 clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .concept-catch::before {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .concept-catch::before {
    width: clamp(100% - 240px, 100% - (100% - 1240px) / 2, 100% - 20px);
  }
}
.concept-catch__cont-head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
  position: relative;
}
.concept-catch__cont-ttl {
  font-size: clamp(3rem, 2.8rem + 0.51vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
@media screen and (min-width: 768px) {
  .concept-catch__cont-ttl {
    font-size: 4.6rem;
    text-align: center;
  }
}
.concept-catch__cont-en {
  font-family: var(--sub_font);
  font-size: clamp(1.8rem, 1.6rem + 0.51vw, 2rem);
  color: var(--mc);
  letter-spacing: 0.05em;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (min-width: 768px) {
  .concept-catch__cont-en {
    font-size: 3rem;
    text-align: center;
  }
}
.concept-catch__cont-txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .concept-catch__cont-txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
.concept-catch__cont-txt.--sp-br strong {
  font-weight: 400;
}
.concept-catch__cont-txt.--sp-br strong br {
  display: none;
}
@media screen and (min-width: 768px) {
  .concept-catch__cont-txt.--sp-br strong br {
    display: block;
  }
}
.concept-catch__cont-icon-item {
  max-width: max-content;
  position: absolute;
  z-index: -1;
}
.concept-catch__cont-icon-item.--01 {
  width: 35vw;
  bottom: 0;
  right: max(50% - 50vw, -360px);
}
.concept-catch__cont-icon-item.--02 {
  width: 30%;
  bottom: 0;
  left: max(50% - 50vw, -120px);
}
.concept-catch__cont-img {
  text-align: center;
}
.concept-catch__cont-img img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}

.concept-value {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}
.concept-value__ttl {
  margin-bottom: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.concept-value__item {
  padding-block: clamp(4rem, 1.1rem + 7.63vw, 7rem);
  position: relative;
}
.concept-value__item + .concept-value__item {
  margin-top: clamp(7rem, 2.2rem + 12.72vw, 12rem);
}
.concept-value__item::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_concept-value01.jpg) no-repeat center center/cover;
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 0 0 clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .concept-value__item::before {
    width: calc(100% + 50vw - 50% + min(50vw - 50% - 20px, 120px));
  }
}
.concept-value__item-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px 50px;
}
@media screen and (min-width: 768px) {
  .concept-value__item-cont {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.concept-value__item-cont-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept-value__item-cont-info {
    flex: 1;
    max-width: 500px;
    padding-top: clamp(5rem, -2.5rem + 9.77vw, 10rem);
  }
}
.concept-value__item-cont-info-num {
  font-family: var(--sub_font);
  font-size: 8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--sc);
  position: absolute;
  top: calc(clamp(4rem, 1.1rem + 7.63vw, 7rem) * -1);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .concept-value__item-cont-info-num {
    font-size: 16rem;
  }
}
.concept-value__item-cont-info-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .concept-value__item-cont-info-ttl {
    font-size: clamp(2.6rem, 1.4rem + 1.56vw, 3rem);
  }
}
.concept-value__item-cont-info-txt {
  letter-spacing: 0.025em;
}
.concept-value__item-cont-info-icon {
  max-width: max-content;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.concept-value__item-cont-info-icon.--01 {
  width: 80%;
  left: max(50% - 50vw, -40px);
}
.concept-value__item-cont-info-icon.--02 {
  width: 30%;
  right: max(50% - 50vw, -40px);
}
@media screen and (min-width: 1024px) {
  .concept-value__item-cont-info-icon.--02 {
    width: auto;
  }
}
.concept-value__item-cont-img {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .concept-value__item-cont-img {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .concept-value__item-cont-img {
    width: 50%;
  }
}
.concept-value__item-cont-img img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.concept-value__item:nth-of-type(2n)::before {
  border-radius: 0 clamp(1.5rem, 0.1rem + 3.82vw, 3rem) clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 0;
  right: auto;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .concept-value__item:nth-of-type(2n) .concept-value__item-cont {
    flex-direction: row-reverse;
  }
}
.concept-value__item:nth-of-type(2n) .concept-value__item-cont-info-num {
  left: auto;
  right: 0;
}

.concerns-catch.concept-catch {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.concerns-catch.concept-catch::before {
  height: 100%;
}
.concerns-catch .concept-catch__cont-head {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .concerns-catch__cont-ttl {
    font-size: clamp(3.2rem, 2rem + 1.56vw, 4rem);
  }
}
@media screen and (min-width: 768px) {
  .concerns-catch__cont-ttl.--br-sp br {
    display: none;
  }
}

.concerns-clients {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}
.concerns-clients__ttl {
  margin-bottom: clamp(5rem, 2.1rem + 7.63vw, 8rem);
}
.concerns-clients__cont {
  position: relative;
}
.concerns-clients__cont-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 80px 40px;
}
@media screen and (min-width: 768px) {
  .concerns-clients__cont-list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.concerns-clients__cont-item {
  max-width: 580px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #3f342d;
  padding: clamp(6rem, 4.1rem + 5.09vw, 8rem) 15px clamp(4rem, 2.1rem + 5.09vw, 6rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .concerns-clients__cont-item {
    width: calc((100% - 40px) / 2);
  }
}
.concerns-clients__cont-item-ttl {
  max-width: 450px;
  width: calc(100% - 30px);
  background-color: #3f342d;
  border-radius: 5px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.concerns-clients__cont-item-ttl-st {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2.5;
  color: #fff;
  text-align: center;
}
.concerns-clients__cont-item-info-box {
  max-width: 480px;
  width: 100%;
  background-color: var(--bc);
  border-radius: 5px;
  padding: 25px 15px;
  margin: 0 auto 40px;
  position: relative;
}
.concerns-clients__cont-item-info-box::before {
  content: "";
  width: 42px;
  height: 45px;
  background: url(/system_panel/uploads/images/icon_bubble01.png) no-repeat center center/contain;
  position: absolute;
  top: calc(100% + 10px);
  left: 65%;
}
.concerns-clients__cont-item-info-box-inr {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.concerns-clients__cont-item-info-box-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .concerns-clients__cont-item-info-box-txt {
    font-size: 2.1rem;
    padding-left: 40px;
  }
}
.concerns-clients__cont-item-info-box-txt:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/system_panel/uploads/images/icon_check01.png) no-repeat center center/contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .concerns-clients__cont-item-info-box-txt:before {
    width: 30px;
    height: 30px;
  }
}
.concerns-clients__cont-item-info-img {
  max-width: max-content;
  width: 40%;
  margin: 0 auto;
}
.concerns-clients__cont-item-info-btn {
  max-width: 320px;
  height: 70px;
  margin: clamp(2rem, 1rem + 2.54vw, 3rem) auto 0;
}
.concerns-clients__cont-icon-item {
  max-width: max-content;
  width: 40%;
  position: absolute;
  bottom: calc(-1 * clamp(4rem, 0.2rem + 10.18vw, 8rem));
  z-index: -1;
}
.concerns-clients__cont-icon-item.--01 {
  left: max(50% - 50vw, -240px);
}
.concerns-clients__cont-icon-item.--02 {
  right: max(50% - 50vw, -240px);
}

.concerns-search {
  background: url(/system_panel/uploads/images/bg_concerns-search01.jpg) no-repeat center center/cover;
  border-radius: clamp(4rem, -1.7rem + 15.27vw, 10rem) clamp(4rem, -1.7rem + 15.27vw, 10rem) 0 0;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.concerns-search__ttl {
  margin-bottom: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.concerns-search__box {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(4rem, 1.1rem + 7.63vw, 7rem) 15px;
}
.concerns-search__box + .concerns-search__box {
  margin-top: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.concerns-search__box-inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.concerns-search__box-head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-head {
    flex-direction: row;
    gap: 50px;
  }
}
.concerns-search__box-head-ttl {
  flex: 1;
}
.concerns-search__box-head-ttl-st {
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #3f342d;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-head-ttl-st {
    font-size: 2.4rem;
    padding-left: 50px;
  }
}
.concerns-search__box-head-ttl-st strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f4f1e9 60%);
}
@media screen and (min-width: 1024px) {
  .concerns-search__box-head-ttl-st.--br-tb br {
    display: none;
  }
}
.concerns-search__box-head-ttl-st::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/system_panel/uploads/images/icon_check01.png) no-repeat center center/contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-head-ttl-st::before {
    width: 30px;
    height: 30px;
    top: 10px;
  }
}
.concerns-search__box-item {
  display: grid;
  grid-template-areas: "concerns-search__box-item-info" "concerns-search__box-item-img" "concerns-search__box-item-btn";
  gap: 30px clamp(3rem, -6rem + 11.72vw, 6rem);
  padding: 40px 0;
  border-bottom: solid 1px #e8dec7;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-item {
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "concerns-search__box-item-info concerns-search__box-item-img" "concerns-search__box-item-btn  concerns-search__box-item-img";
  }
}
.concerns-search__box-item:first-of-type {
  padding-top: 0;
}
.concerns-search__box-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.concerns-search__box-item-info {
  grid-area: concerns-search__box-item-info;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-item-info {
    max-width: 550px;
    flex: 1;
    padding-top: clamp(0rem, -9rem + 11.72vw, 3rem);
  }
}
.concerns-search__box-item-info-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-item-info-ttl {
    font-size: 3rem;
    padding-left: 50px;
  }
}
.concerns-search__box-item-info-ttl::before {
  content: "";
  width: 25px;
  aspect-ratio: 30/36;
  background: url(/system_panel/uploads/images/icon_ribbon01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .concerns-search__box-item-info-ttl::before {
    width: 30px;
  }
}
.concerns-search__box-item-info-txt {
  letter-spacing: 0.025em;
}
.concerns-search__box-item-img {
  grid-area: concerns-search__box-item-img;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concerns-search__box-item-img {
    width: auto;
    margin: 0;
  }
}
.concerns-search__box-item-img img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.concerns-search__box-btn {
  grid-area: concerns-search__box-item-btn;
}
.concerns-search__box-btn.item-box__anchor {
  width: 100%;
}
.concerns-search__box-btn .item-box__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto 0;
  padding-bottom: 7px;
  max-width: 160px;
  width: 100%;
  border-bottom: 2px solid var(--sc);
}
.concerns-search__box-btn .item-box__btn-st {
  font-size: 16px;
  color: var(--sc);
  font-weight: bold;
  line-height: 1.875;
}
.concerns-search__box-btn .item-box__btn-arw {
  width: 26px;
  aspect-ratio: 1;
}
.concerns-search__box-icon-item {
  max-width: max-content;
  position: absolute;
  z-index: -1;
}
.concerns-search__box-icon-item.--01 {
  width: 25%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .concerns-search__box-icon-item.--01 {
    right: max((100% - (100vw - 110px)) / 2, -50px);
  }
}
.concerns-search__box-icon-item.--02 {
  width: 20%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .concerns-search__box-icon-item.--02 {
    left: max((100% - (100vw - 110px)) / 2, -50px);
  }
}

.concerns-caution {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 6.2rem + 10.18vw, 14rem);
}
.concerns-caution__box {
  border: solid 5px #f4f1e9;
  padding: 30px 15px;
}
.concerns-caution__box-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concerns-caution__box-txt {
    font-size: 2.1rem;
  }
}
.concerns-caution__box-txt strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .concerns-caution__box-txt strong br {
    display: none;
  }
}

.firstvisit-service {
  padding-top: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.firstvisit-service__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px clamp(5rem, -4rem + 11.72vw, 8rem);
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.firstvisit-service__item + .firstvisit-service__item {
  margin-top: 70px;
}
.firstvisit-service__item-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-info {
    flex: 1;
    max-width: 500px;
  }
}
.firstvisit-service__item-info-ttl {
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
  position: relative;
}
.firstvisit-service__item-info-ttl-st {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-info-ttl-st {
    font-size: 3.6rem;
  }
}
.firstvisit-service__item-info-ttl-en {
  max-width: max-content;
  width: 60%;
  position: absolute;
  bottom: 40%;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-info-ttl-en {
    width: 80%;
    left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .firstvisit-service__item-info-ttl-en {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item-info-ttl-en {
    left: max(600px - 50vw + 15px, -120px);
  }
}
.firstvisit-service__item-info-txt {
  letter-spacing: 0.025em;
}
.firstvisit-service__item-info-btn {
  max-width: 320px;
  height: 70px;
  margin-top: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
.firstvisit-service__item-info-icon {
  max-width: 180px;
  width: 30%;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-info-icon {
    left: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item-info-icon {
    left: max((1200px - 100vw) / 2, -120px);
  }
}
.firstvisit-service__item-media {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-media {
    width: 50%;
  }
}
.firstvisit-service__item-media-inr {
  padding-bottom: clamp(10rem, 6.5rem + 9.24vw, 16rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item-media-inr {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item-media-inr {
    margin-right: max((1200px - 100vw) / 2, -310px);
  }
}
.firstvisit-service__item-media-img.--01 {
  max-width: 800px;
  width: 88%;
}
.firstvisit-service__item-media-img.--02 {
  max-width: 420px;
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.firstvisit-service__item-media-img img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-ttl-en {
  right: -10px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-ttl-en {
    right: -25px;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-ttl-en {
    right: max(600px - 50vw + 15px, -120px);
  }
}
.firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-icon {
  left: auto;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-icon {
    right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-info-icon {
    right: max((1200px - 100vw) / 2, -120px);
  }
}
@media screen and (min-width: 768px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-media-inr {
    margin-right: 0;
    margin-left: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-media-inr {
    margin-left: max((1200px - 100vw) / 2, -310px);
  }
}
.firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-media-img.--01 {
  margin-left: auto;
}
.firstvisit-service__item:nth-of-type(2n) .firstvisit-service__item-media-img.--02 {
  right: auto;
  left: 0;
}

.firstvisit-menu.top-menu {
  padding-top: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.firstvisit-menu.top-menu .menu-list {
  margin-top: 0;
}

.firstvisit-flow {
  background: url(/system_panel/uploads/images/bg_concerns-search01.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.firstvisit-flow__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.firstvisit-flow__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px clamp(3rem, -3rem + 7.81vw, 5rem);
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.firstvisit-flow__item + .firstvisit-flow__item {
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item-info {
    flex: 1;
  }
}
.firstvisit-flow__item-info-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.firstvisit-flow__item-info-head-num {
  width: 60px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item-info-head-num {
    width: 100px;
  }
}
.firstvisit-flow__item-info-head-ttl {
  flex: 1;
}
.firstvisit-flow__item-info-head-ttl-st {
  font-size: 2rem;
  font-weight: 500;
  color: #3f342d;
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item-info-head-ttl-st {
    font-size: 2.4rem;
  }
}
.firstvisit-flow__item-info-box {
  background-color: #fff;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item-info-box {
    padding: 20px 25px;
  }
}
.firstvisit-flow__item-info-box-st {
  letter-spacing: 0.025em;
}
.firstvisit-flow__item-media {
  max-width: 300px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .firstvisit-flow__item-media {
    width: 30%;
  }
}
.firstvisit-flow__item-media img {
  border-radius: 15px;
}

.firstvisit-faq {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}

@media screen and (min-width: 768px) {
  .mens-catch .concept-catch__cont-txt {
    font-size: clamp(1.6rem, 1rem + 0.78vw, 1.8rem);
  }
}

.lymph-btn {
  padding-block: clamp(10rem, 4.3rem + 15.27vw, 16rem) 0;
}
.lymph-btn__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (min-width: 768px) {
  .lymph-btn__list {
    flex-direction: row;
    justify-content: center;
  }
}
.lymph-btn__item {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lymph-btn__item {
    width: calc((100% - 30px) / 2);
  }
}
.lymph-btn__item-anc {
  display: block;
  width: 100%;
  background-color: #709ba6;
  border-radius: 5px;
  padding: 15px 15px 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lymph-btn__item-anc {
    padding: 25px 15px 35px;
  }
}
.lymph-btn__item-anc::before {
  content: "";
  width: 15px;
  aspect-ratio: 20/8;
  background: url(/system_panel/uploads/images/icon_arrow-bottom.png) no-repeat center center/contain;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lymph-btn__item-anc::before {
    width: 20px;
  }
}
.lymph-btn__item-anc::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 5px rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.lymph-btn__item-anc-st {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lymph-btn__item-anc-st {
    font-size: 1.8rem;
  }
}

.lymph-catch.concept-catch {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.lymph-catch.concept-catch::before {
  content: none;
}
.lymph-catch__ttl {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.lymph-catch__ttl-en {
  position: relative;
}
.lymph-catch__ttl-en::before {
  content: "";
  width: 131px;
  aspect-ratio: 151/18;
  background: url(/system_panel/uploads/images/icon_subttl01.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lymph-catch__ttl-en::before {
    width: 151px;
  }
}
.lymph-catch__ttl-en.cmn-ttl__en {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .lymph-catch__ttl-en.cmn-ttl__en {
    font-size: 4rem;
  }
}
.lymph-catch__ttl-jp.cmn-ttl__jp {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .lymph-catch__ttl-jp.cmn-ttl__jp {
    font-size: 4.6rem;
  }
}

.lymph-concerns {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
  position: relative;
}
.lymph-concerns::before {
  content: "";
  width: 100%;
  height: 55%;
  background-color: var(--bc);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.lymph-concerns__cont-ttl {
  font-size: min(5.5vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
  text-align: center;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
@media screen and (min-width: 768px) {
  .lymph-concerns__cont-ttl {
    font-size: 3.6rem;
  }
}
.lymph-concerns__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .lymph-concerns__list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.lymph-concerns__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 380px;
  width: 80%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .lymph-concerns__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .lymph-concerns__item {
    width: calc((100% - 60px) / 3);
  }
}
.lymph-concerns__item-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 10px;
}
.lymph-concerns__item-info-inr {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.lymph-concerns__item-info-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #3f342d;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .lymph-concerns__item-info-txt {
    font-size: 2.1rem;
    padding-left: 50px;
  }
}
.lymph-concerns__item-info-txt::before {
  content: "";
  width: 25px;
  aspect-ratio: 1;
  background: url(/system_panel/uploads/images/icon_check01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .lymph-concerns__item-info-txt::before {
    width: 30px;
  }
}

.lymph-feature {
  background: url(/system_panel/uploads/images/bg_concerns-search01.jpg) no-repeat center center/cover;
  border-radius: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(6rem, 2.2rem + 10.18vw, 10rem) 0 0;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  position: relative;
  z-index: 1;
}
.lymph-feature__box {
  position: relative;
}
.lymph-feature__box::before {
  content: "";
  width: calc(100% + min(50vw - 50%, 360px));
  height: 100%;
  background-color: #fff;
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 0 0 clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.lymph-feature__box + .lymph-feature__box {
  margin-top: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.lymph-feature__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-block: clamp(5rem, 3.1rem + 5.09vw, 7rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lymph-feature__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.lymph-feature__item-num {
  font-family: var(--sub_font);
  font-size: 8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--sc);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-num {
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-info {
    max-width: 500px;
    flex: 1;
    padding-top: clamp(0rem, -12rem + 15.63vw, 8rem);
  }
}
.lymph-feature__item-info-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-info-ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-info-ttl.--small01 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lymph-feature__item-info-ttl.--small01 {
    font-size: min(2.5vw, 3rem);
  }
}
@media screen and (min-width: 1024px) {
  .lymph-feature__item-info-ttl br {
    display: none;
  }
}
.lymph-feature__item-info-txt {
  letter-spacing: 0.025em;
}
.lymph-feature__item-media {
  max-width: 600px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-media {
    width: 50%;
  }
}
.lymph-feature__item-media img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.lymph-feature__item-icon {
  max-width: max-content;
  width: 40%;
  position: absolute;
  bottom: clamp(5rem, 3.1rem + 5.09vw, 7rem);
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lymph-feature__item-icon {
    left: -40px;
  }
}
.lymph-feature__box:nth-of-type(2n)::before {
  border-radius: 0 clamp(1.5rem, 0.1rem + 3.82vw, 3rem) clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 0;
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .lymph-feature__box:nth-of-type(2n) .lymph-feature__item {
    flex-direction: row-reverse;
  }
}
.lymph-feature__box:nth-of-type(2n) .lymph-feature__item-num {
  left: auto;
  right: 0;
}
.lymph-feature__box:nth-of-type(2n) .lymph-feature__item-icon {
  left: auto;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .lymph-feature__box:nth-of-type(2n) .lymph-feature__item-icon {
    right: -40px;
  }
}

.removal-box {
  border-top: solid 1px #e8dec4;
}

.removal-menu + .removal-menu {
  margin-top: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.removal-menu__ttl {
  background-color: var(--mc);
  border-radius: 5px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (min-width: 768px) {
  .removal-menu__ttl {
    font-size: 3rem;
  }
}

.shop-overview {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}
.shop-overview__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .shop-overview__cont {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
}
.shop-overview__cont-media {
  max-width: 600px;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .shop-overview__cont-media {
    width: 50%;
  }
}
.shop-overview__cont-media img {
  border-radius: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
.shop-overview__cont-info {
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shop-overview__cont-info {
    flex: 1;
    width: auto;
  }
}

.contact-catch.cmn-contact {
  background: none;
  border-radius: 0;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}

.contact-mail {
  background-color: var(--bc);
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.contact-mail__caution {
  text-align: center;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
.contact-mail__caution-st.--01 {
  margin-bottom: 5px;
}
.contact-mail__caution-st.--02 {
  display: inline;
  border-bottom: solid 1px var(--mc);
  font-weight: 700;
  color: var(--mc);
}
@media screen and (min-width: 768px) {
  .contact-mail__caution-st br {
    display: none;
  }
}

.contact-privacy {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}

.form-btn {
  max-width: 316px;
  width: 100%;
  height: 70px;
  margin: 30px auto 0;
}

.news-box {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(10rem, 4.3rem + 15.27vw, 16rem);
}

.news-btn {
  max-width: 316px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.cmn-btn--type02-anc {
  display: block;
  max-width: 80px;
  width: 100%;
  border-bottom: solid 2px var(--sc);
  color: var(--sc);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-btn--type02-anc {
    margin: 0;
  }
}
.cmn-btn--type02-anc-str {
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--sc);
  padding-bottom: 10px;
  position: relative;
}
.cmn-btn--type02-anc-str::before {
  content: "";
  width: 25px;
  aspect-ratio: 1;
  background: url(/system_panel/uploads/images//icon-arw-white.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top-news {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-news__cont {
  background-color: #fff;
  border: solid 5px #f4f1e9;
  padding: clamp(3rem, 1.1rem + 5.09vw, 5rem) 15px;
  position: relative;
  z-index: 1;
}
.top-news__cont-inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news__cont-inr {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    grid-template-areas: "top-news__ttl top-news__list" "top-news__btn top-news__list";
    gap: 25px clamp(4rem, 1.1rem + 7.63vw, 7rem);
  }
}
.top-news__cont-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl {
    grid-area: top-news__ttl;
    margin-bottom: 0;
  }
}
.top-news__cont-ttl--en {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--mc);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl--en {
    font-size: 3rem;
  }
}
.top-news__cont-ttl--jp {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--mc);
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl--jp {
    font-size: 3.6rem;
  }
}
.top-news__cont-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list {
    grid-area: top-news__list;
    margin-bottom: 0;
  }
}
.top-news__cont-list .webgene-item {
  border-top: solid 1px #e8dec7;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list .webgene-item {
    padding: 15px;
  }
}
.top-news__cont-list .webgene-item:last-of-type {
  border-bottom: solid 1px #e8dec7;
}
.top-news__cont-list-item {
  display: flex;
  flex-wrap: wrap;
}
.top-news__cont-list-item-date {
  font-weight: 700;
  color: var(--mc);
}
.top-news__cont-list-item-cate {
  margin-left: 20px;
}
.top-news__cont-list-item-cate-str {
  display: inline-block;
  min-width: 100px;
  background-color: #f4f1e9;
  border-radius: 12px;
  font-size: 1.4rem;
  color: #8a5d34;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
}
.top-news__cont-list-item-ttl {
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .top-news__cont-list-item-ttl {
    flex: 1;
    width: auto;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__cont-btn {
    grid-area: top-news__btn;
  }
}