@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    margin: 0 auto;
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #101010;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #6AAF9D;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: "montserrat", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
/* page03 対象ページ: 横はみ出しは body のみで抑える（html にも overflow-x があると iOS の縦スクロールと干渉しやすい） */
html:has(body.page-philosophy),
html:has(body.page-personality),
html:has(body.page-reason),
html:has(body.page-workstyle) {
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

body.page-philosophy,
body.page-personality,
body.page-reason,
body.page-workstyle {
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
@supports (overflow: clip) {
  body.page-philosophy,
body.page-personality,
body.page-reason,
body.page-workstyle {
    overflow-x: clip;
  }
}

.anc_place {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 760px) {
  .anc_place {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

/* ==========================================================================
   理念・ビジョン（philosophy/index_bk.php 等）
   スタイル本体: layout/_page_philosophy.scss（旧 page.css / _page_main.scss から移管）
   ========================================================================== */
/* 全幅ブレイクアウト: transform より margin の方が縦スクロール時の合成・干渉が少ない */
.l-reason,
.l-personality,
.l-career,
.l-women,
.l-workstyle,
.l-philosophy {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@supports (width: 100dvw) {
  .l-reason,
.l-personality,
.l-career,
.l-women,
.l-workstyle,
.l-philosophy {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

.page-personality .l-main,
.page-career .l-main,
.page-women .l-main,
.page-workstyle .l-main,
.page-philosophy .l-main {
  padding-bottom: 0px;
}

/* ==========================================================================
   わだちが選ばれる理由 — .page-reason .list-page 内（rn- / list-page__* / .l-reason）
   ========================================================================== */
.page-reason {
  position: relative;
  /* body で横クリップするため、内側の .l-wrapper は visible にして SP の縦スクロール干渉を避ける */
}
.page-reason .drawer-overlay {
  margin-left: 0 !important;
  position: relative;
}
.page-reason .l-wrapper {
  overflow-x: visible;
  overflow-y: visible;
}
.page-reason::before {
  content: "";
  position: absolute;
  top: -1.4%;
  right: 230px;
  width: 100%;
  height: 30%;
  z-index: 0;
  pointer-events: none;
  background-image: url(../reason/images/head_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 760px) {
  .page-reason::before {
    background-image: url(../reason/images/head_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    top: -1vw;
    right: -24.7vw;
    width: 153.85vw;
  }
}
.page-reason .l-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}

.page-reason .list-page {
  /* -- アンカーナビ -- */
  /* -- セクションラッパー & カード -- */
  /* セクション枠は共通。末尾ブロックだけ --final で余白を足す */
  /* ---------- Reason page deco images ---------- */
  /* Header */
  /* Section 01 */
  /* Section 02 */
  /* Section 03 */
  /* Section 04 */
  /* arc-c2: 大きな負の right / left はドキュメント横スクロールの原因になるため収める */
  /* Section 05 */
  /* -- CTAボタン -- */
  /* -- CARD 01: MAP（reason-page-card--01）コンポのみ -- */
  /* ----- panel 01: 関西マップ（コンポ専用：ベージュカード・中央見出し・円形コピーがマップに重なる） ----- */
  /* -- CARD 02: TREATMENT -- */
  /* -- CARD 03: キャリアグラフ（SP はビューポート幅まで横突き抜け＋横スクロール） -- */
  /* -- CARD 03: CAREER GRAPH IMAGE -- */
  /* -- CARD 04: WORK STYLE -- */
  /* カード別カラー */
  /* -- CARD 05: PHOTO GRID -- */
  /* アンカー枠（旧 .rn-nav と同じ見た目・list-page__anc マークアップ用） */
}
.page-reason .list-page .rn-nav {
  background-color: #eae1b6;
  padding: 40px 80px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav {
    padding: clamp(24px, 8vw, 48px) clamp(16px, 4vw, 20px);
    overflow-x: unset;
  }
}
.page-reason .list-page .rn-nav__list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__list {
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 0;
    width: 100%;
    align-items: stretch;
    gap: 10px;
  }
}
.page-reason .list-page .rn-nav__item {
  flex: 1;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 60px;
    border: 12px solid #dd8681;
    overflow: hidden;
  }
}
.page-reason .list-page .rn-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  gap: 8px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__link {
    flex-direction: row;
    align-items: center;
    padding: 12px 14px;
    gap: 10px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .page-reason .list-page .rn-nav__link::after {
    content: "";
    display: block;
    width: clamp(22px, 6vw, 32px);
    height: clamp(22px, 6vw, 32px);
    background: url(../images/cmn/icon_accordion_arrow.svg) center/contain no-repeat;
    transform: rotate(180deg);
    flex-shrink: 0;
    margin: 0 0 0 auto;
  }
}
.page-reason .list-page .rn-nav__link:hover {
  opacity: 0.8;
}
.page-reason .list-page .rn-nav__num {
  font-family: "montserrat", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #dd8682;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__num {
    font-size: 8.5vw;
    flex-shrink: 0;
  }
}
.page-reason .list-page .rn-nav__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  border-color: #dd8682;
  background: #f8f3e7;
  border: 3px solid #dd8682;
}
.page-reason .list-page .rn-nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-reason .list-page .rn-nav__img-03,
.page-reason .list-page .rn-nav__img-04 {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  border-color: #dd8682;
  background: #f8f3e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #dd8682;
}
.page-reason .list-page .rn-nav__img-03 img,
.page-reason .list-page .rn-nav__img-04 img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__img,
.page-reason .list-page .rn-nav__img-03,
.page-reason .list-page .rn-nav__img-04 {
    display: none;
  }
}
.page-reason .list-page .rn-nav__label {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .rn-nav__label {
    font-size: 3.75vw;
    text-align: left;
    flex: 1;
    min-width: 0;
    line-height: 1.45;
    padding: 8px 8px 8px 4px;
  }
}
.page-reason .list-page .reason-page-section {
  position: relative;
  z-index: 0;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto;
  margin-bottom: 121px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-section {
    margin-bottom: 15vw;
    padding: 0 5vw;
  }
}
.page-reason .list-page .reason-page-section--final {
  margin-bottom: 300px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-section--final {
    margin-bottom: 23vw;
  }
}
.page-reason .list-page .reason-page-deco--r-swirl,
.page-reason .list-page .reason-page-deco--s-swirl,
.page-reason .list-page .reason-page-deco--wave,
.page-reason .list-page .reason-page-deco--wave-sm,
.page-reason .list-page .reason-page-deco--arc-c,
.page-reason .list-page .reason-page-deco--arc-c2,
.page-reason .list-page .reason-page-deco--arc-c-sm,
.page-reason .list-page .reason-page-deco--arc-d,
.page-reason .list-page .reason-page-deco--arc-d2,
.page-reason .list-page .reason-page-deco--arc-d-sm {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.page-reason .list-page .reason-page-deco--r-swirl img,
.page-reason .list-page .reason-page-deco--s-swirl img,
.page-reason .list-page .reason-page-deco--wave img,
.page-reason .list-page .reason-page-deco--wave-sm img,
.page-reason .list-page .reason-page-deco--arc-c img,
.page-reason .list-page .reason-page-deco--arc-c2 img,
.page-reason .list-page .reason-page-deco--arc-c-sm img,
.page-reason .list-page .reason-page-deco--arc-d img,
.page-reason .list-page .reason-page-deco--arc-d2 img,
.page-reason .list-page .reason-page-deco--arc-d-sm img {
  width: 100%;
  height: auto;
  display: block;
}
.page-reason .list-page .reason-page-deco--r-swirl {
  width: 1620px;
  right: 190px;
  top: -140px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--r-swirl {
    width: 2620px;
    right: -400px;
  }
}
.page-reason .list-page .reason-page-deco--arc-d {
  width: 540px;
  left: -140px;
  bottom: 60px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-d {
    width: 620px;
    left: -180px;
    bottom: 80px;
  }
}
.page-reason .list-page .reason-page-deco--arc-d2 {
  width: 861px;
  right: -249px;
  top: 260px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-d2 {
    width: 83.44vw;
    left: -32vw;
    top: 118vw;
  }
}
.page-reason .list-page .reason-page-deco--arc-c {
  width: 849px;
  left: -313px;
  top: 407px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-c {
    width: 87.77vw;
    right: -35vw;
    left: auto;
    top: 203vw;
  }
}
.page-reason .list-page .reason-page-deco--s-swirl {
  width: 380px;
  left: -50px;
  top: 80px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--s-swirl {
    width: 500px;
    left: -100px;
    top: 100px;
  }
}
.page-reason .list-page .reason-page-deco--arc-d-sm {
  width: 849px;
  right: -276px;
  top: 647px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-d-sm {
    width: 76.03vw;
    right: auto;
    left: -28vw;
    top: auto;
    bottom: -50vw;
  }
}
.page-reason .list-page .reason-page-deco--wave-sm {
  width: 440px;
  left: -50px;
  top: 60px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--wave-sm {
    width: 540px;
    left: -100px;
    top: 80px;
  }
}
.page-reason .list-page .reason-page-deco--arc-c2 {
  width: min(849px, 100%);
  /* セクション中央寄せ時、(100% - 100vw)/2 で左はみ出しをビューポート内に収める */
  left: max(-250px, (100% - 100vw) / 2);
  top: 821px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-c2 {
    width: min(87.95vw, 100%);
    left: auto;
    top: auto;
    right: 0;
    bottom: -39vw;
  }
}
.page-reason .list-page .reason-page-deco--arc-c-sm {
  width: 400px;
  left: -80px;
  top: 140px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--arc-c-sm {
    width: 480px;
    left: -120px;
    top: 160px;
  }
}
.page-reason .list-page .reason-page-deco--wave {
  width: 792px;
  bottom: -481px;
  right: 56px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-deco--wave {
    width: 69.72vw;
    bottom: -41vw;
    right: 19vw;
  }
}
.page-reason .list-page .reason-page-card {
  background: #F8F3E7;
  border-radius: 55px;
  padding: 0 0 60px;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 92px 80px 59px 80px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card {
    border-radius: 24px;
    padding: 9.9vw 5vw 13vw;
  }
}
.page-reason .list-page .reason-page-card__step {
  font-family: "montserrat", sans-serif;
  font-size: 426px;
  font-weight: 900;
  line-height: 0.8;
  color: rgba(221, 134, 130, 0.24);
  position: absolute;
  top: 6px;
  left: 60px;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__step {
    font-size: 38.46vw;
    top: 4.2vw;
    left: 6vw;
  }
}
.page-reason .list-page .reason-page-card__title {
  color: #101010;
  font-weight: 800;
}
.page-reason .list-page .reason-page-card__title--02 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 39px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__title--02 {
    font-size: 6.15vw;
    text-align: center;
    margin-bottom: 2.6vw;
  }
}
.page-reason .list-page .reason-page-card__title--lead {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__title--lead {
    font-size: 6.15vw;
    margin-bottom: 5.4vw;
  }
}
.page-reason .list-page .reason-page-card__lede {
  font-size: 30px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin: 0 0 2px 0;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__lede {
    font-size: 4.1vw;
    line-height: 1.75;
    margin: 0 0 -0.6vw 0;
  }
}
.page-reason .list-page .reason-page-card__text {
  font-size: 16px;
  line-height: 1.9;
  position: relative;
  z-index: 1;
  margin: 26px 0 -6px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__text {
    font-size: 4.1vw;
    margin: 7.2vw 0 2vw;
    line-height: 1.75;
  }
}
.page-reason .list-page .reason-page-card__text--01 {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__text--01 {
    line-height: 1.75;
    max-width: none;
    margin: 3.6vw 0 0;
  }
}
.page-reason .list-page .reason-page-accent {
  color: #C63D3B;
  font-style: normal;
  font-size: 80px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-accent {
    font-size: 7.69vw;
  }
}
.page-reason .list-page .reason-page-accent--01 {
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  font-size: 130px;
  line-height: 0.4;
  display: inline-block;
  vertical-align: -0.06em;
  font-family: "montserrat", sans-serif;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-accent--01 {
    font-size: 10.26vw;
  }
}
.page-reason .list-page .reason-page-card__cta {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__cta {
    margin-top: 7vw;
  }
}
.page-reason .list-page .reason-page-card__cta--stacked {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page-reason .list-page .reason-page-btn {
  letter-spacing: 0rem;
  padding: 10px 50px 12px 23px;
  border-radius: 999px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-btn {
    font-size: 3.85vw;
    padding: 1.9vw 0 2.1vw;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-btn p {
    padding: 0 8vw;
    letter-spacing: -0.05rem;
  }
}
.page-reason .list-page .reason-page-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/cmn/icon_right.svg) center/contain no-repeat;
  top: 50%;
  transform: translate(0%, -50%);
  right: 24px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-btn:before {
    width: 3.5vw;
    height: 3.5vw;
    right: 3.4vw;
  }
}
.page-reason .list-page .reason-page-btn:hover {
  opacity: 0.85;
}
.page-reason .list-page .reason-page-btn--primary {
  background-color: #101010;
  color: #fff;
}
.page-reason .list-page .reason-page-btn__icon {
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-btn__icon {
    width: 40px;
  }
}
.page-reason .list-page .reason-page-card__map {
  position: relative;
}
.page-reason .list-page .reason-page-card__map picture,
.page-reason .list-page .reason-page-card__map img {
  display: block;
  width: 100%;
  height: auto;
}
.page-reason .list-page .reason-page-card--01 {
  padding: 106px 59px 59px;
  background-image: url(../reason/images/img_japan_map.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--01 {
    background-image: url(../reason/images/img_japan_map_sp.png);
    padding: 17.7vw 5vw 13vw;
  }
}
.page-reason .list-page .reason-page-card--01 .reason-page-card__map {
  margin: 81px 0 64px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--01 .reason-page-card__map {
    margin: clamp(16px, 4vw, 28px) auto 0;
  }
}
.page-reason .list-page .reason-page-card--01 .reason-page-card__title {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--01 .reason-page-card__title {
    margin-bottom: 45.4vw;
  }
}
.page-reason .list-page .reason-page-card--01 .reason-page-card__callout {
  grid-area: map-stack;
  justify-self: flex-end;
  width: 380px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #EAE1B6;
  font-size: 16px;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--01 .reason-page-card__callout {
    width: 100%;
    text-align: left;
    background: none;
    border-radius: 0;
    padding: 0;
    aspect-ratio: auto;
  }
}
.page-reason .list-page .reason-page-card--01 .reason-page-card__callout-p {
  margin: 0;
}
.page-reason .list-page .reason-page-card--01 .reason-page-card__cta {
  margin-top: clamp(-20px, -2.5vw, -8px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--01 .reason-page-card__cta {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 761px) {
  .page-reason .list-page .reason-page-card--02 {
    padding: 42px 51px 59px 60px;
  }
  .page-reason .list-page .reason-page-card--02 .reason-page-card__lede {
    text-align: left;
  }
  .page-reason .list-page .reason-page-card--02 .reason-page-card__title {
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--05 .reason-page-card__title--lead {
    margin-top: 4.4vw;
    margin-bottom: -4.6vw;
  }
}
.page-reason .list-page .reason-page-card__split {
  gap: 39px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__split {
    flex-direction: column;
    gap: 3vw;
  }
}
.page-reason .list-page .reason-page-card__split-body {
  margin-top: 101px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__split-body {
    margin-top: 0;
  }
}
.page-reason .list-page .reason-page-card__split-media {
  flex: 0 0 32.6%;
  max-width: 43%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 29px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__split-media {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: auto;
    left: auto;
    margin: clamp(8px, 2vw, 16px) 0 0;
    padding: 0;
    gap: 5.5vw;
  }
}
.page-reason .list-page .reason-page-card__media picture,
.page-reason .list-page .reason-page-card__media img {
  display: block;
  width: 100%;
  height: auto;
}
.page-reason .list-page .reason-page-card__media img {
  border-radius: 12px;
}
.page-reason .list-page .reason-page-card__figure {
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__figure {
    top: auto;
  }
}
.page-reason .list-page .reason-page-card__figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card__figure img {
    position: static;
    top: auto;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-card--03 {
    overflow: visible;
  }
}
.page-reason .list-page .reason-page-chart {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chart {
    width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    /* pan-x のみだと縦スワイプがページに届かずスクロール不能に感じることがある */
    touch-action: pan-x pan-y;
    margin-top: 3.5vw;
    margin-bottom: 3vw;
  }
}
.page-reason .list-page .reason-page-bar-chart {
  position: relative;
  min-width: 800px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-bar-chart {
    min-width: 700px;
  }
}
.page-reason .list-page .reason-page-bar-chart__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-reason .list-page .reason-page-bar-chart__bars {
  display: flex;
  align-items: flex-end;
  gap: 0;
  padding: 40px 20px 0;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-bar-chart__bars {
    height: 400px;
  }
}
.page-reason .list-page .reason-page-bar-chart__bar-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.page-reason .list-page .reason-page-bar-chart__amount {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.3;
}
.page-reason .list-page .reason-page-bar-chart__amount span {
  font-size: 13px;
  font-family: "montserrat", sans-serif;
}
.page-reason .list-page .reason-page-bar-chart__amount--large {
  font-size: 9.5px;
}
.page-reason .list-page .reason-page-bar-chart__amount--large span {
  font-size: 10.5px;
}
.page-reason .list-page .reason-page-bar-chart__bar {
  width: 70%;
  background: #a8c8b8;
  border-radius: 8px 8px 0 0;
  position: relative;
  min-height: 40px;
}
.page-reason .list-page .reason-page-bar-chart__bar--gold {
  background: #b5956b;
}
.page-reason .list-page .reason-page-bar-chart__bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #b83030;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
  z-index: 2;
}
.page-reason .list-page .reason-page-bar-chart__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #b83030;
}
.page-reason .list-page .reason-page-bar-chart__bubble--sm {
  font-size: 10px;
}
.page-reason .list-page .reason-page-bar-chart__label {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  color: #444;
  margin-top: 8px;
}
.page-reason .list-page .reason-page-bar-chart__label small {
  font-size: 10px;
  color: #777;
}
.page-reason .list-page .reason-page-chart__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chart__img {
    max-width: none;
    height: auto;
    width: 869px;
  }
}
.page-reason .list-page .reason-page-chart__hint {
  display: none;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chart__hint {
    display: flex;
    align-items: center;
    gap: 8px;
    /* color: #101010; */
    opacity: 0.5;
    font-size: 3.85vw;
    margin: 5vw 0 7.2vw;
    justify-content: center;
    padding-right: 3.2vw;
  }
}
.page-reason .list-page .reason-page-chart__hint:after {
  background: url(../reason/images/next_dark.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chart__hint:after {
    width: 4vw;
    height: 4vw;
    top: 1vw;
    left: auto;
    right: 17vw;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chart__hint-icon {
    width: 32px;
    height: auto;
    filter: brightness(0);
  }
}
.page-reason .list-page .reason-page-chip {
  display: block;
  width: fit-content;
  max-width: calc(100% - clamp(32px, 8vw, 80px));
  background: #e5e5e5;
  color: #101010;
  font-size: 26px;
  font-weight: 700;
  padding: 10px clamp(24px, 10vw, 80px);
  border-radius: 10px;
  margin: clamp(24px, 4vw, 40px) auto clamp(16px, 2.5vw, 24px);
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chip {
    font-size: 4.2vw;
    padding: 12px clamp(20px, 6vw, 48px);
    margin: clamp(20px, 5vw, 32px) auto clamp(14px, 3vw, 20px);
  }
}
.page-reason .list-page .reason-page-chip::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 10px 0;
  border-color: #e5e5e5 transparent transparent;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-chip::after {
    bottom: -12px;
    border-width: 12px 9px 0;
  }
}
.page-reason .list-page .reason-page-style-cards {
  display: flex;
  gap: 24px;
  margin-bottom: clamp(20px, 4vw, 40px);
  padding: 0 clamp(16px, 4vw, 60px);
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-cards {
    flex-direction: column;
    gap: 16px;
    padding: 0 clamp(16px, 5vw, 48px);
  }
}
.page-reason .list-page .reason-page-style-card {
  flex: 1;
  border-radius: 60px;
  padding: 32px 28px;
  border: 3px solid transparent;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card {
    padding: 60px 20px;
    border-radius: 50px;
    border: 10px solid transparent;
    margin-top: 50px;
  }
}
.page-reason .list-page .reason-page-style-card--gold {
  border-color: #ab9550;
}
.page-reason .list-page .reason-page-style-card--teal {
  border-color: #6aaf9d;
}
.page-reason .list-page .reason-page-style-card--red {
  border-color: #c63d3b;
}
.page-reason .list-page .reason-page-style-card__kind {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__kind {
    font-size: 19.4871794872vw;
  }
}
.page-reason .list-page .reason-page-style-card__kind::before {
  content: "\\  ";
}
.page-reason .list-page .reason-page-style-card__kind::after {
  content: " /";
}
.page-reason .list-page .reason-page-style-card--gold .reason-page-style-card__kind,
.page-reason .list-page .reason-page-style-card--gold .reason-page-style-card__sub {
  color: #ab9550;
}
.page-reason .list-page .reason-page-style-card--gold .reason-page-style-card__salary em,
.page-reason .list-page .reason-page-style-card--gold .reason-page-style-card__rest em {
  color: #ab9550;
}
.page-reason .list-page .reason-page-style-card--teal .reason-page-style-card__kind,
.page-reason .list-page .reason-page-style-card--teal .reason-page-style-card__sub {
  color: #6aaf9d;
}
.page-reason .list-page .reason-page-style-card--teal .reason-page-style-card__salary em,
.page-reason .list-page .reason-page-style-card--teal .reason-page-style-card__rest em {
  color: #6aaf9d;
}
.page-reason .list-page .reason-page-style-card--red .reason-page-style-card__kind,
.page-reason .list-page .reason-page-style-card--red .reason-page-style-card__sub {
  color: #c63d3b;
}
.page-reason .list-page .reason-page-style-card--red .reason-page-style-card__salary em,
.page-reason .list-page .reason-page-style-card--red .reason-page-style-card__rest em {
  color: #c63d3b;
}
.page-reason .list-page .reason-page-style-card__sub {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: -5px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__sub {
    font-size: 12.5641025641vw;
  }
}
.page-reason .list-page .reason-page-style-card__salary-label {
  display: inline;
  font-size: 23px;
  color: #101010;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__salary-label {
    font-size: 19.4871794872vw;
  }
}
.page-reason .list-page .reason-page-style-card__salary {
  display: inline;
  font-size: 23px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__salary {
    font-size: 19.4871794872vw;
  }
}
.page-reason .list-page .reason-page-style-card__salary small {
  display: block;
  color: #101010;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__salary small {
    font-size: 8.7179487179vw;
  }
}
.page-reason .list-page .reason-page-style-card__salary em {
  font-size: 46px;
  font-weight: 100;
  font-style: normal;
  color: #b83030;
  font-family: "montserrat", sans-serif;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__salary em {
    font-size: 40vw;
  }
}
.page-reason .list-page .reason-page-style-card__rest {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__rest {
    font-size: 19.4871794872vw;
  }
}
.page-reason .list-page .reason-page-style-card__rest em {
  font-size: 46px;
  font-weight: 100;
  font-style: normal;
  color: #b83030;
  font-family: "montserrat", sans-serif;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-style-card__rest em {
    font-size: 40vw;
  }
}
.page-reason .list-page .reason-page-career-examples {
  display: flex;
  gap: 20px;
  padding: 0 60px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-career-examples {
    flex-direction: column;
    gap: 12px;
  }
}
.page-reason .list-page .reason-page-career-examples__item {
  flex: 1;
  background: #5bbfb5;
  border-radius: 16px;
  padding: 24px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-career-examples__item {
    font-size: 3.85vw;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding: clamp(20px, 5vw, 32px) clamp(16px, 4vw, 24px);
  }
}
.page-reason .list-page .reason-page-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  margin: 114px 16px 0;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-photo-grid {
    gap: 1.3vw;
    margin: 18.2vw 0 -3vw;
  }
}
.page-reason .list-page .reason-page-photo-grid__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-reason .list-page .reason-page-hero {
  position: relative;
  overflow: visible;
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-hero {
    font-size: 3.85vw;
    padding: 60px 24px 40px;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-hero__ttl {
    font-size: 15.3846153846vw;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .reason-page-hero__sub {
    font-size: 4.1025641026vw;
  }
}
.page-reason .list-page .list-page__main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.page-reason .list-page .list-page__anc--reason-rn {
  max-width: calc(1200px + 8%);
  margin: 147px auto 118px;
}
@media screen and (min-width: 761px) {
  .page-reason .list-page .list-page__anc--reason-rn {
    padding: 0 4%;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn {
    margin: 12.2vw 5vw 12vw;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  justify-content: center;
  flex-flow: nowrap;
  counter-reset: rnanc;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list {
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 0;
    width: 100%;
    align-items: stretch;
    gap: 10px;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list li {
  flex: 1;
  z-index: 1;
  width: auto;
  counter-increment: rnanc;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list li {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #101010;
    overflow: hidden;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a {
    flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a {
    display: flex;
    gap: 6.8vw;
    padding: 3vw 13vw 3vw 23.8vw;
    align-items: center;
    min-height: 17.21vw;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a::before {
  content: counter(rnanc, decimal-leading-zero);
  position: absolute;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #dd8682;
  font-family: "montserrat", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  display: block;
  top: -81px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a::before {
    font-size: 12.82vw;
    flex-shrink: 0;
    top: 1.7vw;
    left: 3.3vw;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a::after {
  content: "";
  display: block;
  width: 28px;
  height: 21px;
  background: url(../images/cmn/icon_under.svg) center/contain no-repeat;
  bottom: -21px;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a::after {
    width: 6vw;
    height: 5.8vw;
    bottom: 2.2vw;
    right: 4.3vw;
    margin: 0 0 0 auto;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list a:hover {
  opacity: 0.8;
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__photo {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 3px solid #101010;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__photo {
    display: none;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  word-break: keep-all;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__text {
    font-size: 4.1vw;
    text-align: left;
  }
}
.page-reason .list-page .list-page__anc--reason-rn ul.l-anc-list .p-item__text::after {
  display: none;
}
.page-reason .list-page .l-reason {
  counter-reset: number;
}
.page-reason .list-page .l-reason .p-item {
  counter-increment: number;
  width: 1200px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.page-reason .list-page .l-reason .p-item#anc02 {
  width: 95%;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item#anc02 {
    width: 100%;
  }
}
.page-reason .list-page .l-reason .p-item:last-child {
  margin: 0 auto 30px;
}
.page-reason .list-page .l-reason .p-item:last-child .p-item__text {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-reason .list-page .l-reason .p-item .p-item__photo_list {
  display: flex;
  align-items: center;
}
.page-reason .list-page .l-reason .p-item .p-item__photo_list .ph {
  margin: 0 1px;
}
.page-reason .list-page .l-reason .p-item__photo {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item__photo {
    margin-bottom: 12vw;
  }
}
.page-reason .list-page .l-reason .p-item__photo::before {
  z-index: 2;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C63D3B;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 43px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-reason .list-page .l-reason .p-item__subtitle {
  margin-bottom: 5px;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item__subtitle {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-reason .list-page .l-reason .p-item__title {
  margin-bottom: 17px;
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #6AAF9D;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 3vw;
  }
}
.page-reason .list-page .l-reason .p-item__text {
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  width: 1200px;
  padding-bottom: 85px;
  border-bottom: 1px solid #bebebe;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .page-reason .list-page .l-reason .p-item__text {
    width: 90%;
    font-size: 4vw;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 15vw;
  }
}

/* ==========================================================================
   求める人物像 — personality/index_bk.php（body.page-personality）
   ========================================================================== */
.page-personality {
  /* ファーストビュー */
  /* 公文 大斗さんカード（reverse + mint）の資格表記 */
  /* 小野寺 健人さんカード（mint のみ・reverse なし）のゴールド帯 */
}
.page-personality .drawer-overlay {
  margin-left: 0 !important;
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}
.page-personality .l-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: visible;
  overflow-y: visible;
}
.page-personality #js-scale-wrap {
  overflow-x: visible;
  overflow-y: visible;
}
.page-personality .l-wrapper {
  background-color: #eae1b6;
  overflow-x: visible;
  overflow-y: visible;
}
.page-personality .personality-hero {
  position: relative;
  text-align: center;
  overflow: visible;
  max-width: calc(1080px + 8%);
  margin: -82px auto 0;
  padding: 79px 4% 107px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-hero {
    padding: 22vw 5vw 21vw;
  }
}
.page-personality .personality-hero__bg {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 200.56vw;
  right: -68vw;
  top: -46vw;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-hero__bg {
    width: 225.62vw;
    top: -46vw;
    right: -77vw;
    transform: rotate(15deg) translateZ(0);
    opacity: 1;
  }
}
.page-personality .personality-hero__bg img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.32;
}
.page-personality .personality-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 200px;
  padding: 50px 70px 55px;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-hero__inner {
    max-width: 1280px;
    border-radius: 6.41vw;
    padding: 13vw 5vw 12vw;
  }
}
.page-personality .personality-hero__catch {
  font-size: 42px;
  line-height: 1.4;
  color: #96ad63;
  margin-bottom: 26px;
  letter-spacing: -0.1rem;
  font-weight: 900;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-hero__catch {
    font-size: 5.38vw;
    line-height: 1.5;
    margin-bottom: 3.8vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}
.page-personality .personality-hero__text {
  font-size: 18px;
  line-height: 1.23;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-hero__text {
    font-size: 4.1vw;
    line-height: 1.75;
    text-align: left;
  }
}
.page-personality .personality-deco--swirl-a {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 155.28vw;
  left: -18.89vw;
  top: 2vw;
  z-index: 2;
}
@media screen and (min-width: 761px) {
  .page-personality .personality-deco--swirl-a {
    width: 160vw;
    left: 60%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-deco--swirl-a {
    width: 302vw;
    left: 110%;
    top: 20%;
    transform: translate(-50%, -50%);
    rotate: -14deg;
  }
}
.page-personality .personality-deco--swirl-a img {
  width: 100%;
  height: auto;
  display: block;
}
.page-personality .personality-deco--swirl-b {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 2100px;
  left: -400px;
  top: 1801px;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (min-width: 761px) {
  .page-personality .personality-deco--swirl-b {
    width: 135vw;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-deco--swirl-b {
    width: 228vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
  }
}
.page-personality .personality-deco--swirl-b img {
  width: 100%;
  height: auto;
  display: block;
}
.page-personality .personality-deco--swirl-c {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 120.43vw;
  left: -9.44vw;
  top: 197vw;
  opacity: 0.7;
}
@media screen and (min-width: 761px) {
  .page-personality .personality-deco--swirl-c {
    width: 117vw;
    left: 52%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-deco--swirl-c {
    width: 205.43vw;
    left: 100%;
    top: 23%;
    transform: translate(-50%, -50%);
    rotate: -39deg;
    opacity: 0.5;
  }
}
.page-personality .personality-deco--swirl-c img {
  width: 100%;
  height: auto;
  display: block;
}
.page-personality .personality-deco--swirl-d {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 130vw;
  left: 50%;
  top: 50%;
  opacity: 0.24;
}
@media screen and (min-width: 761px) {
  .page-personality .personality-deco--swirl-d {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-deco--swirl-d {
    width: 205.43vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-personality .personality-deco--swirl-d img {
  width: 100%;
  height: auto;
  display: block;
}
.page-personality .personality-deco--arc {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 1400px;
  top: -987px;
  right: -382px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-deco--arc {
    width: 1250px;
    top: -802px;
    right: -327px;
  }
}
.page-personality .personality-deco--arc img {
  width: 100%;
  height: auto;
  display: block;
}
.page-personality .personality-banner {
  position: relative;
  isolation: isolate;
  background-color: transparent;
  padding: 27px 40px;
  text-align: center;
  overflow: visible;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-banner {
    padding: 6vw 0;
  }
}
.page-personality .personality-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
.page-personality .personality-banner__text {
  font-size: 60px;
  font-weight: 700;
  color: #c63d3b;
  line-height: 1.1;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-banner__text {
    font-size: 7.18vw;
    font-weight: 800;
    line-height: 1.3;
  }
}
.page-personality .personality-profiles {
  position: relative;
  overflow: visible;
}
.page-personality .personality-profile {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: unset;
  padding: 0 4% 87px;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  gap: 71px;
  /* リバースのみ（ミント以外） */
  /* ミントのみ（リバース以外） */
  /* リバース + ミント（クラス並びどちらでも） */
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile {
    flex-direction: column;
    padding: 0 0 6.6vw;
    gap: 0;
  }
}
.page-personality .personality-profile::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
}
.page-personality .personality-profile--reverse:not(.personality-profile--mint)::before {
  background: #eae1b7;
}
.page-personality .personality-profile--mint:not(.personality-profile--reverse)::before {
  background: #dfe8e6;
}
.page-personality .personality-profile--reverse.personality-profile--mint::before, .page-personality .personality-profile--mint.personality-profile--reverse::before {
  background: #c9e2dc;
}
.page-personality .personality-profile__aside {
  flex: 0 0 35%;
  max-width: 35%;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__aside {
    flex: none;
    max-width: 95%;
    width: 95%;
    margin-right: auto;
    margin-top: 7.7vw;
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile.personality-profile--reverse .personality-profile__aside {
    margin-right: 0;
    margin-left: auto;
  }
}
.page-personality .personality-profile__identity--plain {
  background-color: #fff;
  border-radius: 0 0 999px 999px;
  width: 100%;
  box-sizing: border-box;
  padding: 77px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__identity--plain {
    flex-direction: row;
    align-items: center;
    border-radius: 0 999px 999px 0;
    padding: 2.4vw 2.4vw 2.4vw 5.2vw;
    gap: 3.6vw;
  }
}
.page-personality .personality-profile__identity--plain .personality-profile__name,
.page-personality .personality-profile__identity--plain .personality-profile__school {
  color: #101010;
}
.page-personality .personality-profile__identity--plain .personality-profile__credentials {
  color: #8d6709;
}
.page-personality .personality-profile.personality-profile--reverse.personality-profile--mint .personality-profile__identity--plain .personality-profile__credentials {
  color: #6aaf9d;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile.personality-profile--reverse .personality-profile__identity--plain,
.page-personality .personality-profile.personality-profile--reverse .personality-profile__identity--gold {
    flex-direction: row-reverse;
    border-radius: 999px 0 0 999px;
    padding: 2.4vw 5.2vw 2.4vw 2.4vw;
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile.personality-profile--reverse .personality-profile__meta {
    text-align: right;
    padding: 3.6vw 5.2vw 3vw 0;
  }
}
.page-personality .personality-profile__identity--gold {
  background-color: #ab9550;
  border-radius: 0 0 999px 999px;
  width: 100%;
  box-sizing: border-box;
  padding: 78px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__identity--gold {
    flex-direction: row;
    align-items: center;
    border-radius: 0 999px 999px 0;
    padding: 2.4vw 2.4vw 2.4vw 5.2vw;
    gap: 3.6vw;
  }
}
.page-personality .personality-profile.personality-profile--mint:not(.personality-profile--reverse) .personality-profile__identity--gold {
  background-color: #6aaf9d;
}
.page-personality .personality-profile__identity-head {
  text-align: center;
  margin-bottom: 19px;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__identity-head {
    text-align: left;
    margin-bottom: 0;
    flex: 1;
    min-width: 0;
  }
}
.page-personality .personality-profile__credentials {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__credentials {
    font-size: 3.59vw;
    margin-bottom: 0.5vw;
  }
}
.page-personality .personality-profile__name {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2px;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__name {
    font-size: 7.69vw;
    margin-bottom: 0.5vw;
  }
}
.page-personality .personality-profile__school {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__school {
    font-size: 4.62vw;
  }
}
.page-personality .personality-profile__portrait {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__portrait {
    width: 100%;
    max-width: 43.59vw;
    flex-shrink: 0;
    border: 5px solid #fff;
  }
}
.page-personality .personality-profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-personality .personality-profile__meta {
  text-align: center;
  padding: 22px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__meta {
    width: 100%;
    padding: 3.6vw 0 3vw 5.2vw;
    text-align: left;
    font-size: 4.1vw;
    line-height: 1.5;
  }
}
.page-personality .personality-profile__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 61px;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__main {
    flex: none;
    width: 100%;
    padding: 1.3vw 5vw;
    gap: 2.9vw;
  }
}
.page-personality .personality-profile__story-head {
  background-color: #fff;
  border: 3px solid #cecece;
  border-radius: 20px;
  padding: 28px 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 761px) {
  .page-personality .personality-profile__story-head {
    min-height: 180px;
  }
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-head {
    border: 3px solid #cecece;
    border-radius: 12px;
    margin: 0;
    padding: 3.9vw;
  }
}
.page-personality .personality-profile__story-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-title {
    font-size: 6.15vw;
    font-weight: 800;
  }
}
.page-personality .personality-accent {
  color: #c63d3b;
}
.page-personality .personality-profile__story-lead {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  z-index: 5;
  text-align: left;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-lead {
    font-size: 4.1vw;
    line-height: 1.5;
  }
}
.page-personality .personality-profile__story-photo {
  margin-left: 14%;
  width: 71.7%;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-photo {
    margin-top: 12%;
    margin-bottom: 12%;
  }
}
.page-personality .personality-profile__story-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.page-personality .personality-profile__story-photo--tilt-right {
  transform: rotate(4deg);
  margin-top: 19px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-photo--tilt-right {
    margin-top: 8.1vw;
    margin-left: 3%;
    width: 92.7%;
  }
}
.page-personality .personality-profile__story-photo--tilt-left {
  transform: rotate(-2deg);
  margin-left: 11.8%;
  width: 76.5%;
  margin-top: 14px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile__story-photo--tilt-left {
    margin-left: 1.8%;
    width: 95.9%;
    margin-top: 6.8vw;
  }
}
.page-personality .personality-profile--reverse {
  flex-direction: row-reverse;
  background-color: transparent;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-profile--reverse {
    flex-direction: column;
  }
}
.page-personality .personality-profile--mint {
  background-color: transparent;
}
.page-personality .personality-outro {
  position: relative;
  background-color: transparent;
  padding: 107px 80px 111px;
  overflow-x: visible;
  overflow-y: visible;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro {
    padding: 18vw 5vw 16vw;
    margin-bottom: 20.51vw;
  }
}
.page-personality .personality-outro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
  pointer-events: none;
  background-color: #6aaf9d;
}
.page-personality .personality-outro__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.page-personality .personality-outro__title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro__title {
    font-size: 6.15vw;
    margin-bottom: 3.2vw;
    font-weight: 800;
  }
}
.page-personality .personality-outro__text {
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.07rem;
  color: #fff;
  margin-bottom: 17px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro__text {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-bottom: 3.7vw;
  }
}
.page-personality .personality-outro__emphasis {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.24rem;
  line-height: 1.4;
  margin-bottom: 42px;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro__emphasis {
    font-size: 7.18vw;
    font-weight: 900;
    font-feature-settings: "palt";
    margin-bottom: 0;
  }
}
.page-personality .personality-outro__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  color: #6aaf9d;
  font-size: 28px;
  letter-spacing: 0.1rem;
  font-weight: 900;
  padding: 32px 60px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.page-personality .personality-outro__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro__btn {
    font-size: 3.85vw;
    padding: 50px 60px;
    margin: 7vw 0 2vw;
    padding: 3vw 2vw 3vw 10vw;
    line-height: 1.3;
    width: 76%;
    justify-content: center;
  }
}
.page-personality .personality-outro__btn-icon {
  width: 24px;
  height: auto;
  filter: invert(64%) sepia(28%) saturate(540%) hue-rotate(121deg) brightness(88%) contrast(90%);
}
@media screen and (max-width: 760px) {
  .page-personality .personality-outro__btn-icon {
    width: 2.79vw;
  }
}

.message-line-cta {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #00c202;
  border-radius: 200px;
  padding: 56px 70px 71px;
  position: relative;
  color: #fff;
  border: 10px solid #fff;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .message-line-cta {
    border-radius: 50vw;
    padding: 19vw 5vw 26.7vw;
    border-width: 6px;
    margin: 0;
  }
}
.message-line-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .message-line-cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 4.5vw;
  }
}
.message-line-cta__icon {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .message-line-cta__icon {
    width: 19.69vw;
  }
}
.message-line-cta__icon img {
  width: 100%;
}
.message-line-cta__body {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .message-line-cta__body {
    text-align: center;
  }
}
.message-line-cta__ttl {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 760px) {
  .message-line-cta__ttl {
    font-size: 6.15vw;
    line-height: 1.4;
  }
}
.message-line-cta__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
@media screen and (max-width: 760px) {
  .message-line-cta__txt {
    font-size: 3.33vw;
    line-height: 2.1;
    margin-bottom: 3.2vw;
  }
}
.message-line-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  background: #fff;
  color: #000;
  padding: 12px 16px 12px 58px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  letter-spacing: 0.02em;
}
.message-line-cta__btn:hover {
  background: #f0f0f0;
}
@media screen and (max-width: 760px) {
  .message-line-cta__btn {
    font-size: 4.1vw;
    padding: 2.7vw 2vw 3vw;
    width: 69vw;
    justify-content: center;
  }
}
.message-line-cta__btn-arrow {
  width: 14px;
  height: auto;
  display: block;
}
@media screen and (max-width: 760px) {
  .message-line-cta__btn-arrow {
    width: 3vw;
  }
}
.message-line-cta-container {
  padding: 22px 181px 162px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 100px;
  background-color: #eae1b6;
}
@media screen and (max-width: 760px) {
  .message-line-cta-container {
    padding: 0vw 5vw 22vw;
    margin-top: 20.7vw;
  }
}

/* ==========================================================================
   Workstyle — CAREER UP チャート（workstyle/index_bk.php .career）
   ========================================================================== */
.page-workstyle .l-workstyle .career {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 48px 4% 301px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career {
    padding: 3.8vw 0 37vw;
  }
}
.page-workstyle .l-workstyle .career .career_title {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 52px;
  font-size: 120px;
  font-weight: 900;
  text-align: right;
  letter-spacing: 0.56rem;
  line-height: 1;
  margin: 0 0 12px;
  color: transparent;
  -webkit-text-stroke: 3px #7D8CC2;
  text-align: center;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0%);
  top: -18px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_title {
    font-size: 12.82vw;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
    margin-bottom: 3vw;
    -webkit-text-stroke: 2px #7D8CC2;
    top: 11vw;
  }
}
.page-workstyle .l-workstyle .career .career_content {
  background: #fff;
  padding: 82px 48px 81px 38px;
  border-radius: 55px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_content {
    padding: 34vw 5vw 13vw;
    border-radius: 0;
  }
}
.page-workstyle .l-workstyle .career .career_content__scroll {
  display: none;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_content__scroll {
    display: flex;
    align-items: center;
    gap: 8px;
    /* color: #101010; */
    opacity: 0.5;
    font-size: 3.85vw;
    margin: 4vw 0 8.2vw;
    justify-content: center;
    padding-right: 3.2vw;
  }
}
.page-workstyle .l-workstyle .career .career_content__scroll:after {
  background: url(../reason/images/next_dark.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_content__scroll:after {
    width: 4vw;
    height: 4vw;
    top: 1vw;
    left: auto;
    right: 16vw;
  }
}
.page-workstyle .l-workstyle .career .career_img {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_img {
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 3vw;
    padding-left: 2vw;
  }
}
.page-workstyle .l-workstyle .career .career_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_img img {
    flex: 0 0 auto;
    max-width: none;
    height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    width: 307.69vw;
  }
}
.page-workstyle .l-workstyle .career .career_text {
  margin: 34px 18px 0;
  font-size: 16px;
  line-height: 1.85;
  color: #101010;
}
@media screen and (max-width: 760px) {
  .page-workstyle .l-workstyle .career .career_text {
    margin: -0.5vw 0;
    line-height: 1.75;
  }
}

/* ==========================================================================
   Workstyle — 導入ピル（workstyle/index_bk.php）
   ========================================================================== */
.page-workstyle .workstyle-intro {
  position: relative;
  text-align: center;
  overflow: visible;
  margin: -82px auto 0;
  padding: 79px 0 107px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro {
    padding: 22vw 5vw 21vw;
  }
}
.page-workstyle .workstyle-intro__deco {
  position: absolute;
  left: 46.1%;
  transform: translate(-50%, 0%);
  top: -165px;
  width: 3055.67px;
  z-index: -1;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco {
    position: absolute;
    left: 57.1%;
    transform: translate(-50%, 0%);
    top: -14.87vw;
    width: 284.92vw;
    z-index: -1;
  }
}
.page-workstyle .workstyle-intro__deco.--02 {
  width: 757px;
  bottom: -173px;
  top: auto;
  left: 55.9%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--02 {
    width: 85.69vw;
    bottom: -19vw;
    left: 54.9%;
  }
}
.page-workstyle .workstyle-intro__deco.--03 {
  width: 610px;
  bottom: -368px;
  top: auto;
  left: 52.9%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--03 {
    width: 89.69vw;
    bottom: -75vw;
    left: 56.9%;
  }
}
.page-workstyle .workstyle-intro__deco.--04 {
  width: 757px;
  bottom: -443px;
  top: auto;
  left: 700px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--04 {
    width: 82.69vw;
    bottom: -50vw;
    left: 47.9%;
    rotate: -11deg;
  }
}
.page-workstyle .workstyle-intro__deco.--05 {
  width: 1063px;
  bottom: -479px;
  top: auto;
  left: 81.4%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--05 {
    width: 131.69vw;
    bottom: -64vw;
    left: 77.9%;
  }
}
.page-workstyle .workstyle-intro__deco.--06 {
  width: 1040px;
  bottom: -423px;
  top: auto;
  left: 16.9%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--06 {
    width: 119.69vw;
    bottom: -58vw;
    left: 19.9%;
  }
}
.page-workstyle .workstyle-intro__deco.--07 {
  width: 1111px;
  bottom: -427px;
  top: auto;
  left: 79.9%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__deco.--07 {
    width: 123.69vw;
    bottom: -58.2vw;
    left: 74.9%;
  }
}
.page-workstyle .workstyle-intro__pill {
  max-width: 1080px;
  margin: 0 auto;
  max-width: calc(1080px + 8%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 400px;
  padding: 50px 70px 55px;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__pill {
    max-width: 1280px;
    border-radius: 6.41vw;
    padding: 13vw 5vw 12vw;
  }
}
.page-workstyle .workstyle-intro__title {
  font-size: 42px;
  line-height: 1.4;
  color: #7b8ab8;
  margin-bottom: 26px;
  letter-spacing: -0.1rem;
  font-weight: 900;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__title {
    font-size: 5.38vw;
    line-height: 1.5;
    margin-bottom: 3.8vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}
.page-workstyle .workstyle-intro__body {
  margin: 0 auto;
  text-align: center;
}
.page-workstyle .workstyle-intro__body p {
  font-size: 18px;
  line-height: 1.53;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-intro__body p {
    font-size: 4.1vw;
    line-height: 1.75;
    text-align: left;
  }
}
.page-workstyle .workstyle-intro__body p + p {
  margin-top: clamp(14px, 2.2vw, 22px);
}

/* ==========================================================================
   Workstyle — 重なる円（workstyle/index_bk.php .workstyle-example）
   ========================================================================== */
.page-workstyle .workstyle-example {
  position: relative;
}
.page-workstyle .workstyle-example .workstyle-example01 {
  position: relative;
  z-index: 1;
  width: 380.82px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #7C8DC2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  left: -10.6%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-example .workstyle-example01 {
    width: 85.2vw;
    padding: 3vw;
    left: auto;
  }
}
.page-workstyle .workstyle-example .workstyle-example01__title:nth-child(1) {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: -22px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-example .workstyle-example01__title:nth-child(1) {
    font-size: 6.15vw;
  }
}
.page-workstyle .workstyle-example .workstyle-example01__title:nth-child(2) {
  margin: clamp(8px, 1.4vw, 14px) 0 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-example .workstyle-example01__title:nth-child(2) {
    font-size: 10.26vw;
    margin: 3vw 0 -4.3vw;
  }
}
.page-workstyle .workstyle-example .workstyle-example02 {
  z-index: 2;
  width: 242px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #7D8CC2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 1.2vw, 10px);
  left: 50%;
  top: 296px;
  transform: translate(-50%, 0%);
  position: absolute;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-example .workstyle-example02 {
    width: 62.26vw;
    top: 70vw;
  }
}
.page-workstyle .workstyle-example .workstyle-example02__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  color: #7C8DC2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-example .workstyle-example02__title {
    font-size: 7.69vw;
  }
}

.workstyle-choice {
  position: relative;
  background: #DEE7E6;
  padding: 148px 0 81px;
  margin: 38px 0 386px;
}
@media screen and (max-width: 760px) {
  .workstyle-choice {
    padding: 43vw 0 21.7vw;
    margin: 15vw 0 84.8vw;
  }
}
.workstyle-choice__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .workstyle-choice__inner {
    padding: 0 4%;
  }
}
.workstyle-choice__title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .workstyle-choice__title {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 760px) {
  .workstyle-choice__media {
    margin: 0 5vw;
  }
}

/* ==========================================================================
   Workstyle — 例えばキャリア（円見出し + グレー帯 + ピル3つ）
   ========================================================================== */
.page-workstyle .workstyle-career {
  position: relative;
}
.page-workstyle .workstyle-career__wrap {
  position: relative;
  background-color: #DEE7E6;
  padding: 130px 0 49px;
  margin-bottom: 359px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__wrap {
    padding: 40vw 0 19vw;
    margin-bottom: 50.6vw;
  }
}
.page-workstyle .workstyle-career__path-svg {
  height: 100%;
  width: min(22vw, 160px);
  min-height: 320px;
  opacity: 0.92;
}
.page-workstyle .workstyle-career__panel {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__panel {
    padding: 0 5vw;
  }
}
.page-workstyle .workstyle-career__float {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  left: 50%;
  top: -158px;
  transform: translate(-50%, 0%);
  position: absolute;
}
.page-workstyle .workstyle-career__badge {
  z-index: 2;
  width: 242px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #7D8CC2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__badge {
    width: 62.26vw;
  }
}
.page-workstyle .workstyle-career__badge-txt {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  color: #7C8DC2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__badge-txt {
    font-size: 7.69vw;
  }
}
.page-workstyle .workstyle-career__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-workstyle .workstyle-career__lead {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__lead {
    margin-bottom: 7vw;
  }
}
.page-workstyle .workstyle-career__lead p {
  margin: 0;
  font-size: 24px;
  line-height: 1.55;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__lead p {
    font-size: 4.1vw;
    line-height: 1.75;
  }
}
.page-workstyle .workstyle-career__lead p + p {
  margin-top: clamp(6px, 1vw, 10px);
}
.page-workstyle .workstyle-career__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 36px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__chips {
    gap: 5.6vw;
    flex-direction: column;
    align-items: stretch;
  }
}
.page-workstyle .workstyle-career__chips-item {
  display: flex;
  width: fit-content;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__chips-item {
    width: 100%;
  }
}
.page-workstyle .workstyle-career__chip {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  background-color: #818cc6;
  border-radius: 999px;
  padding: 23px 56px 37px;
  position: relative;
  min-height: 121px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__chip {
    min-height: 25.64vw;
    font-size: 5.64vw;
    padding: 4.2vw 0 3.8vw;
  }
}
.page-workstyle .workstyle-career__chip::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: clamp(10px, 1.5vw, 14px) auto 0;
  background: url(../images/cmn/icon_arrow_wh.svg) center/contain no-repeat;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__chip::after {
    width: 4.6vw;
    height: 4.6vw;
    margin: 2.2vw auto 0;
    bottom: auto;
    top: 38%;
    left: auto;
    right: 5.5vw;
    transform: translateY(-50%) rotate(90deg);
  }
}
.page-workstyle .workstyle-career__chip-label {
  display: block;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__float {
    margin-top: clamp(-44px, -12vw, -28px);
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .page-workstyle .workstyle-career__float {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-career__chips-item {
    flex: 1 1 auto;
  }
}

/* ==========================================================================
   Workstyle — OTHER CAREER / 院長以外のキャリア
   ========================================================================== */
.page-workstyle .workstyle-item {
  position: relative;
}
.page-workstyle .workstyle-item__card {
  background-color: #F8F3E7;
  border-radius: 55px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page-workstyle .workstyle-item__card {
    padding: 62px 93px 124px 72px;
  }
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__card {
    margin: 0vw 5vw;
    padding: 12vw 6.6vw 15.5vw;
    border-radius: 25px;
  }
}
.page-workstyle .workstyle-item__trainer {
  font-size: 24px;
  text-align: center;
  margin-top: 51px;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__trainer {
    font-size: 4.1vw;
    text-align: left;
    margin-top: 2vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 761px) {
  .page-workstyle .workstyle-item__trainer span {
    font-size: 30px;
    color: #C63D3B;
  }
}
.page-workstyle .workstyle-item__en {
  margin: 0 0 clamp(10px, 1.8vw, 18px);
  font-family: "montserrat", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  left: 50%;
  width: 100%;
  top: -66px;
  position: absolute;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 3px #7D8CC2;
  paint-order: stroke fill;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 761px) {
  .page-workstyle .workstyle-item__en {
    text-wrap-mode: nowrap;
  }
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__en {
    font-size: 12.82vw;
    -webkit-text-stroke: 2px #7D8CC2;
    top: 0;
    position: relative;
    margin: 0 0 3.8vw;
  }
}
.page-workstyle .workstyle-item__ttl {
  margin: 0 0 30px;
  font-size: 30px;
  /* font-weight: 800; */
  line-height: 1.35;
  text-align: center;
  line-height: 1.35;
  text-align: center;
  color: #101010;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__ttl {
    font-size: 4.54vw;
    margin: 0 0 5.6vw;
  }
}
.page-workstyle .workstyle-item__subrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 39px 0 25px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__subrow {
    margin: 8.2vw 0 5.6vw;
    gap: 8vw;
  }
}
.page-workstyle .workstyle-item__subtxt {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #101010;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__subtxt {
    font-size: 6.15vw;
  }
}
.page-workstyle .workstyle-item__tag {
  display: inline-block;
  padding: 11px 44px;
  background-color: #C63C3B;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__tag {
    font-size: 5.38vw;
    padding: 3vw 4vw;
  }
}
.page-workstyle .workstyle-item__body {
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__body {
    font-size: 4.1vw;
    line-height: 1.75;
    margin: 0 0 10vw;
  }
}
.page-workstyle .workstyle-item__photos {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 34px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item__photos {
    grid-template-columns: auto;
    gap: 9vw;
  }
}
.page-workstyle .workstyle-item__figure img {
  height: 100%;
}
.page-workstyle .workstyle-item.trainer {
  margin-bottom: 261px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.trainer {
    margin-bottom: 23.7vw;
  }
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.trainer .workstyle-item__trainer {
    margin-top: 12.3vw;
  }
}
.page-workstyle .workstyle-item.other {
  margin-bottom: 172px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.other {
    margin-bottom: 29.7vw;
  }
}
@media screen and (min-width: 761px) {
  .page-workstyle .workstyle-item.other .workstyle-item__card {
    padding: 62px 118px 101px 120px;
  }
}
.page-workstyle .workstyle-item.company {
  position: relative;
  margin: 0 auto 119px;
  max-width: calc(1200px + 8%);
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.company {
    margin: 0 auto 20.9vw;
  }
}
.page-workstyle .workstyle-item.company .workstyle-item__card {
  padding: 194px 74px 112px 57px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.company .workstyle-item__card {
    padding: 12vw 6.6vw 0vw;
  }
}
.page-workstyle .workstyle-item.company .workstyle-item__ttl {
  margin: 0 0 clamp(28px, 4vw, 44px);
}
.page-workstyle .workstyle-item.company .workstyle-item__company {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 27px;
  margin-top: -42px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.company .workstyle-item__company {
    margin-top: -10.6vw;
    gap: 6.7vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.page-workstyle .workstyle-item.company .workstyle-item__company .img {
  max-width: 47.9%;
  min-width: 0;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.company .workstyle-item__company .img {
    max-width: 100%;
  }
}
.page-workstyle .workstyle-item.company .workstyle-item__company .img picture,
.page-workstyle .workstyle-item.company .workstyle-item__company .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-workstyle .workstyle-item.company .workstyle-item__company > p {
  flex: 1;
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
  margin-top: 104px;
}
@media screen and (max-width: 760px) {
  .page-workstyle .workstyle-item.company .workstyle-item__company > p {
    font-size: 4.1vw;
    line-height: 1.75;
    margin-top: 10.3vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow {
  position: relative;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow {
    padding: 0;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow {
    padding: 15.641025641vw 5.641025641vw 18.4615384615vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__inner {
    padding: 11.2820512821vw 5.641025641vw 12.8205128205vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__label {
  background: #7C8DC2;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 11px;
  height: -webkit-fill-available;
  font-size: 33px;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__list {
    padding: 0 0 0;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__list {
    padding: 0 0 0 10.2564102564vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__list__wrap {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__list__wrap {
    gap: 42px;
    justify-content: flex-end;
    gap: 87px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__list__wrap {
    flex-wrap: wrap;
    padding-top: 13.3333333333vw;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__item:nth-child(1) .p-item__flow__info:before {
    top: 8px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__item:nth-child(1) .p-item__flow__info:before {
    top: 2.3076923077vw;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 4px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 2.3076923077vw;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__item:last-child .p-item__flow__info {
    padding-bottom: 0;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__item:last-child .p-item__flow__info:before {
    height: 20px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__item:last-child .p-item__flow__info:before {
    height: 4.1025641026vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__image {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__image {
    align-items: flex-start;
    gap: 28px;
    width: 26.164567%;
    margin-top: 48px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__image {
    margin-top: 7.4358974359vw;
    gap: 4.358974359vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__photo {
  display: block;
  width: 100%;
}
.page-workstyle .workstyle-item .p-item__flow__info {
  text-align: left;
  position: relative;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__info {
    padding-top: 15px;
    padding-left: 43px;
    padding-bottom: 22px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__info {
    padding-bottom: 5.1282051282vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__info:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #080808;
  position: absolute;
  top: 0;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__info:before {
    left: 0;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__info:before {
    left: -5.641025641vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__info:after {
  content: "";
  display: block;
  background: #080808;
  border-radius: 50%;
  position: absolute;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__info:after {
    width: 13px;
    height: 13px;
    top: 12px;
    left: -5px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__info:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    top: 2.5641025641vw;
    left: -7.1794871795vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__time {
  font-weight: 700;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__time {
    font-size: 18px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__time {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 0.7692307692vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2272727273;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__title {
    font-size: 24px;
    margin-bottom: 11px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__title {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 0.7692307692vw;
  }
}
.page-workstyle .workstyle-item .p-item__flow__text {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item .p-item__flow__text {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-right: -1.5em;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item .p-item__flow__text {
    font-size: 14px;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429;
  }
}
.page-workstyle .workstyle-item__insta {
  text-align: center;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta {
    padding: 123px 10px 0;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta {
    padding: 16.1538461538vw 5.3846153846vw 4.6153846154vw;
  }
}
.page-workstyle .workstyle-item__insta__title {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__title {
    font-size: 4.4rem;
    margin-bottom: 43px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__title {
    font-size: 36px;
    font-size: 9.2307692308vw;
    margin-bottom: 7.1794871795vw;
  }
}
.page-workstyle .workstyle-item__insta__title .bln {
  font-weight: 700;
  display: block;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__title .bln {
    font-size: 2.4rem;
    margin-bottom: -4px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__title .bln {
    font-size: 19px;
    font-size: 4.8717948718vw;
    margin-bottom: 0.7692307692vw;
  }
}
.page-workstyle .workstyle-item__insta__title .bln strong {
  color: #C63D3B;
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__title .main {
    padding-right: 14.1025641026vw;
  }
}
.page-workstyle .workstyle-item__insta__title:after {
  content: "";
  display: block;
  background: url(../description/images/insta_logo.png) no-repeat center/contain;
  position: absolute;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__title:after {
    width: 73px;
    height: 73px;
    right: -75px;
    top: 30px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__title:after {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    right: 0;
    top: 10vw;
  }
}
.page-workstyle .workstyle-item__insta__block {
  border: 2px solid #555555;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__block {
    gap: 45px;
    padding: 33px 6.25% 35px 37%;
    background: url(../description/images/insta_bg.png) no-repeat right 8.25% bottom 0/306px auto;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__block {
    padding: 8.7179487179vw 7.6923076923vw;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__block img {
    width: 31.5%;
    position: absolute;
    left: 9.25%;
    top: -40px;
  }
}
@media (min-width: 762px) and (max-width: 1400px) {
  .page-workstyle .workstyle-item__insta__block img {
    left: 4.5%;
    top: auto;
    bottom: 15px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__block img {
    width: 80.2564102564vw;
    margin: 4.6153846154vw 0vw -23.0769230769vw -2.5641025641vw;
  }
}
.page-workstyle .workstyle-item__insta__info {
  text-align: left;
}
.page-workstyle .workstyle-item__insta__info__text {
  font-weight: 500;
  line-height: 1.4375;
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__info__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__info__text {
    font-size: 4.1025641026vw;
    margin: 0 -0.5128205128vw;
  }
}
@media (min-width: 762px) {
  .page-workstyle .workstyle-item__insta__info__btn {
    margin-top: 34px;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__info__btn {
    margin: 6.4102564103vw auto 0;
    text-align: center;
  }
}
@media (max-width: 761px) {
  .page-workstyle .workstyle-item__insta__info__btn .more-btn {
    min-width: 50.2564102564vw;
  }
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .list-page__main {
  width: 100%;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
}
.page-number .l-number ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}

/*  数字でみる number
*----------------------------------- */
.page-number {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-number {
    background-image: url(../about/images/head_bg02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .list-page__header {
    padding-top: 76px;
    margin-bottom: -3px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__header {
    padding-top: 19vw;
    margin-bottom: 15.7vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .list-page__header__container {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 97px;
    gap: 10px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .list-page__header__title {
    width: auto;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .list-page__header__subtitle {
    width: auto;
    letter-spacing: 0.6rem;
  }
}
.page-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background-image: url(../about/images/head_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 760px) {
  .page-number::before {
    background-image: url(../about/images/head_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.page-number .wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 55px;
  margin: 165px auto 0;
  padding: 0 0 60px;
}
@media print, screen and (max-width: 760px) {
  .page-number .wrap {
    width: 90vw;
    border-radius: 25px;
    margin: 50px auto 0;
    padding: 0 0 10vw;
  }
}
.page-number .l-footer-line {
  margin-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-footer-line {
    margin-top: 18vw;
  }
}
.page-number .l-main {
  background-image: url(../about/images/bg04.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1540px auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-main {
    background-image: url(../about/images/bg04_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}

/* ==========================================================================
   Philosophy・Vision Page Styles  (philosophy/index.php)
   プレフィックス: pv-  (Philosophy / Vision の頭文字)
   カラー変数（微調整はここの値を変更）:
     ダークオリーブ: #4a6741  → VISIONバナー / わだちビジョン特徴セクション / バルーン
     ティールグリーン: #de8684 → CTAボタン見出し / アクセントライン
     オリーブグリーン: #96ad63 → ヘッダー P・V アクセント文字
     ベージュ背景: #eae1b6   → 各セクション背景
     カード背景: #f8f3e7     → テキストカード・仕組みカード
     レッド: #c63d3b         → 強調テキスト（高い / 院長になりたい）
   ========================================================================== */
/* ─────────────────────────────────────────────────────
   ページ全体制御
   .page-philosophy .l-wrapper → 白背景
   .page-philosophy .drawer-overlay → ドロワー margin-left 無効化
───────────────────────────────────────────────────── */
.page-philosophy .l-wrapper {
  background-color: #eae1b6;
  overflow-x: visible;
  overflow-y: visible;
}

.page-philosophy .drawer-overlay {
  margin-left: 0 !important;
  position: relative;
}

.page-philosophy .l-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 760px) {
  .page-philosophy .list-page__header {
    padding-top: 19vw;
  }
}

/* scale-wrap.js なしの近似（SP/PC でメディア分けず 1 式の zoom のみ） */
.page-philosophy #js-scale-wrap {
  box-sizing: border-box;
  overflow-x: clip;
}
@supports (zoom: 1) {
  .page-philosophy #js-scale-wrap {
    /* 1440px 以上は 1、未満は 100vw/1440、下限は 361/1440（旧 JS と同じ上下限） */
    zoom: min(1, max(100vw / 1440, 0.2506944444));
  }
}

/* ==========================================================================
   ① ページヘッダー（pv-header）
   対応箇所: デザイン最上部「PHILOSOPHY / VISION / 理念・ビジョン」テキスト
             + 右側スワール装飾（deco_swirl_light.png）
   ========================================================================== */
.pv-header {
  position: relative;
  background-color: transparent;
  /* body の #eae1b6 を透過させデコが途切れないようにする */
  padding: 100px 0 50px;
  overflow: visible;
}

.pv-header__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  box-sizing: border-box;
  justify-content: flex-start;
}

/* SP対応 */
@media screen and (max-width: 760px) {
  .pv-header {
    padding: 70px 0 35px;
  }

  .pv-header__inner {
    margin-top: 140px;
    align-items: center;
    padding: 0 20px;
  }

  .pv-header__subtitle {
    font-size: clamp(3.8rem, 11vw, 6rem);
  }

  .pv-header__deco {
    width: 200px;
    right: -30px;
    top: 0;
  }
}
/* 大見出し「PHILOSOPHY / VISION」(2行) */
.pv-header__subtitle {
  display: flex;
  flex-direction: column;
  font-size: clamp(5rem, 7.5vw, 10.8rem);
  /* PC: 約108px / SP: clampで縮小 */
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #101010;
}

.loop-txt {
  overflow: hidden;
  display: flex;
  width: 100vw;
  color: #ededed;
}

.loop-txt span {
  font-family: "montserrat", sans-serif;
  font-size: 10.3rem;
  letter-spacing: 0.04em;
  display: block;
  animation: text_scroll 200s linear infinite;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 761px) {
  .loop-txt span {
    font-size: 60px;
    font-size: 15.3846153846vw;
  }
}
@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 日本語サブタイトル「理念・ビジョン」 */
.pv-header__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

/* 右側スワール装飾 */
.pv-header__deco {
  position: absolute;
  right: -80px;
  top: -20px;
  width: 420px;
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}

.pv-header__deco img {
  width: 100%;
  height: auto;
}

.message-lead {
  max-width: 1080px;
  margin: 70px auto 110px;
}

@media (min-width: 762px) {
  .message-lead {
    box-sizing: content-box;
    padding: 0 20px;
  }
}
@media (max-width: 761px) {
  .message-lead {
    margin: 9.2307692308vw 5.1282051282vw 16.4102564103vw;
  }
}
.message-lead__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333333333;
}

@media (max-width: 761px) {
  .message-lead__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}
.message-lead p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
}

@media (max-width: 761px) {
  .message-lead p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
/* ==========================================================================
   ② PHILOSOPHYセクション（pv-philosophy）
   ========================================================================== */
.pv-philosophy {
  background-color: transparent;
  position: relative;
  overflow: visible;
  z-index: 5;
}

.pv-deco-spiral {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 399px;
  left: 6px;
}
@media screen and (min-width: 761px) {
  .pv-deco-spiral {
    bottom: -374px;
  }
}

.pv-deco-spiral img {
  width: 100%;
  height: auto;
  display: block;
  bottom: -500px;
}

.pv-philosophy__inner {
  margin: 0 8%;
  background-color: #f8f3e7;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  overflow: visible;
  margin-bottom: 200px;
  z-index: 0;
}

/* テキストカード（PC: 左55%） */
.pv-philosophy__card {
  flex: 0 0 53.3%;
  padding: 64px 63px 71px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* タイトル「出逢ってくれてありがとう」 */
.pv-philosophy__ttl {
  font-size: 4.9rem;
  /* 3.2rem × 1.3 */
  font-weight: 900;
  line-height: 1.25;
  color: #7c8dc2;
  margin-bottom: 17px;
}

/* リードテキスト */
.pv-philosophy__lead {
  font-size: 2.78rem;
  /* 1.6rem × 1.4 */
  font-weight: 700;
  line-height: 1.35;
  color: #101010;
  margin-bottom: 21px;
  letter-spacing: -0.05rem;
}

/* 本文 */
.pv-philosophy__body {
  font-size: 1.6rem;
  line-height: 1.75;
}

/* PHILOSOPHYバッジ：innerの右下にはみ出るように配置 */
.pv-philosophy__badge {
  position: absolute;
  bottom: -75px;
  right: -1907px;
  background-color: #7c8dc2;
  color: #fff;
  font-size: 8.55rem;
  /* 1.9rem × 2.5 */
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 6px 2023px 15px 81px;
  margin: 0 -88px;
  /* inner の padding(120px) を打ち消して全幅へ */
  z-index: 3;
  white-space: nowrap;
  border-radius: 999px 0 0 999px;
  font-family: "montserrat", sans-serif;
}

/* グループ写真（PC: 右45%） */
.pv-philosophy__img {
  flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 761px) {
  .pv-philosophy__img {
    border-radius: 0 55px 0 0;
  }
}

.pv-philosophy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 380px;
}

/* ==========================================================================
   ③ VISIONバナー（pv-vision-banner）
   「VISION」バッジ → kansai innerの左上にはみ出るように配置
   ========================================================================== */
.pv-vision-banner__inner {
  position: absolute;
  background-color: #7c8dc2;
  color: #fff;
  font-size: 8.55rem;
  /* 1.9rem × 2.5 */
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 6px 85px 15px 2040px;
  margin: 0 -121px 0;
  z-index: 5;
  white-space: nowrap;
  border-radius: 0 999px 999px 0;
  font-family: "montserrat", sans-serif;
  top: 69px;
  left: -1800px;
}

/* ==========================================================================
   ④ 関西展開セクション（pv-kansai）
   ========================================================================== */
.pv-kansai {
  background-color: transparent;
  padding: 148px 0 70px;
  /* 上：VISIONバッジのはみ出し分を確保 */
  position: relative;
  overflow: visible;
}

/* 左端スワール装飾 */
.pv-kansai__deco {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.pv-kansai__deco img {
  width: 100%;
  height: auto;
}

.pv-kansai__inner {
  margin: 0 8%;
  padding: 500px 60px 50px;
  background-color: #f8f3e7;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  /* 丸バルーンを下揃えにする */
  gap: 0px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* 背景地図：inner全体に中央配置 */
.pv-kansai__map-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.pv-kansai__map-bg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 左側：タイトル + 01 */
.pv-kansai__left {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 761px) {
  .pv-kansai__left {
    top: -510px;
  }
}
/* 「01」ウォーターマーク数字（ttlの下に重なるように） */
.pv-kansai__num {
  display: block;
  font-size: 24rem;
  /* pv-kansai__ttl の 2.5倍 */
  font-weight: 900;
  color: rgba(124, 141, 194, 0.24);
  /* #7C8DC2 at 24% */
  line-height: 0.8;
  position: absolute;
  top: 30px;
  left: -10px;
  pointer-events: none;
  z-index: 0;
  font-family: "montserrat", sans-serif;
  user-select: none;
}
@media screen and (max-width: 760px) {
  .pv-kansai__num {
    font-size: 31vw;
    font-weight: 900;
    line-height: 0.78;
    top: -7vw;
    left: -2vw;
  }
}

/* タイトル「関西を中心に店舗展開!!」 */
.pv-kansai__ttl {
  flex: 1;
  font-size: 5.8rem;
  font-weight: 900;
  color: #101010;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  top: 102px;
  left: 7px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
  word-break: keep-all;
}

.pv-kansai__text {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  top: 130px;
  left: 5px;
}

/* 右側：丸バルーン（innerの右下に配置） */
.pv-kansai__right {
  flex: 0 0 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .pv-kansai__right {
    width: 100%;
    height: auto;
  }
}

/* 丸バルーン本体 */
.pv-kansai__balloon {
  background-color: #eae1b6;
  color: #101010;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.4;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  margin-top: -187px;
}

.pv-kansai__balloon::before {
  display: none;
}

/* SP：関西 VISION カード（モックアップ準拠／単位は vw） */
@media screen and (max-width: 760px) {
  .pv-kansai {
    margin-top: 0;
    padding: 0 0 2.8vw;
    box-sizing: border-box;
  }

  .pv-kansai .pv-deco-arc-hook {
    width: 99vw;
    right: -27vw;
    top: 42vw;
  }

  .pv-kansai__deco {
    display: none;
  }

  /* VISION タブ：カード左上に重なる（PC の絶対値を打ち消す） */
  .pv-kansai .pv-vision-banner__inner {
    position: absolute;
    top: -8.5vw;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    z-index: 6;
    text-transform: uppercase;
    letter-spacing: 0rem;
    padding: 2.3vw 9.2vw 2.8vw 5vw;
    font-size: 10.26vw;
    border-radius: 0 10vw 10vw 0;
  }

  .pv-kansai__inner {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 16.5vw 5vw 46vw;
    box-sizing: border-box;
    background-color: #f7f3e8;
    border-radius: 7vw;
    min-height: 87vw;
    display: block;
    position: relative;
    overflow: hidden;
    align-items: stretch;
    gap: 0;
  }

  .pv-kansai__map-bg {
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .pv-kansai__map-bg picture {
    padding-bottom: 8vw;
  }

  .pv-kansai__num {
    font-size: 30.8vw;
    font-weight: 900;
    line-height: 0.78;
    top: -7vw;
    left: -1.6vw;
    z-index: 0;
  }

  .pv-kansai__ttl {
    flex: none;
    top: 0;
    left: 0;
    font-size: 7.2vw;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin: 0;
    padding-top: 2vw;
  }

  .pv-kansai__text {
    top: 40vw;
    left: 0;
    font-size: 4.1vw;
    line-height: 1.75;
    text-align: left;
  }

  .pv-kansai__right {
    position: absolute;
    right: 5vw;
    bottom: 38vw;
    width: auto;
  }

  .pv-kansai__balloon {
    width: 38.21vw;
    height: 38.21vw;
    padding: 1vw;
    font-size: 3.59vw;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
/* ==========================================================================
   ⑤ 院長の給与セクション（pv-salary）
   ========================================================================== */
.pv-salary {
  background-color: transparent;
  padding: 54px 0 0;
  position: relative;
  overflow: visible;
}

.pv-deco-stroke-wave {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 1599px;
  right: -763px;
  top: -167px;
}

.pv-deco-stroke-wave img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-salary__inner {
  margin: 0 8%;
  background-color: #f8f3e7;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: visible;
}

/* 左側：テキスト */
.pv-salary__txt {
  flex: 1;
  padding: 50px 473px 97px 60px;
  box-sizing: border-box;
  position: relative;
}

/* 「02」ウォーターマーク数字 */
.pv-salary__num {
  display: block;
  font-size: 24rem;
  /* pv-kansai__ttl の 2.5倍 */
  font-weight: 900;
  color: rgba(124, 141, 194, 0.24);
  /* #7C8DC2 at 24% */
  line-height: 0.8;
  position: absolute;
  top: 61px;
  left: 43px;
  pointer-events: none;
  z-index: 0;
  font-family: "montserrat", sans-serif;
  user-select: none;
}

.pv-salary__ttl {
  display: block;
  line-height: 1.1;
  gap: 4px;
  position: relative;
  z-index: 1;
  margin-top: 68px;
  margin-left: 7px;
  line-height: 1.18;
  text-align: left;
}

/* 「日本一」: 大・#7C8DC2 */
.pv-salary__ttl--num {
  font-size: 8rem;
  font-weight: 900;
  font-style: normal;
  color: #7c8dc2;
}

/* 「院長陣の」: 0.8倍・黒 */
.pv-salary__ttl--sub {
  font-size: 6rem;
  font-weight: 800;
  color: #101010;
}

/* 「給与が高い会社」: 大・#7C8DC2 */
.pv-salary__ttl--main {
  font-size: 5rem;
  font-weight: 900;
  color: #7c8dc2;
}

/* 本文 */
.pv-salary__body {
  font-size: 1.7rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  margin-top: 28px;
  left: 4px;
  letter-spacing: -0.06em;
}

/* 右側：写真 - ボックスの底に揃え、上にはみ出す */
.pv-salary__img {
  align-self: flex-end;
  overflow: visible;
  position: absolute;
  width: 52%;
  right: 2px;
}

.pv-salary__img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: -80px;
  /* 上にはみ出す量 */
}

/* SP：院長の給与（モックアップ準拠・単位は vw） */
@media screen and (max-width: 760px) {
  .pv-salary {
    margin-top: 0;
    padding: 8vw 0 14.3vw;
    box-sizing: border-box;
  }

  .pv-salary > .pv-deco-arc-curve {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 107vw;
    left: -32vw;
    top: 80vw;
    rotate: -7deg;
  }

  .pv-salary__inner {
    display: block;
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 11vw 5vw 7.5vw;
    box-sizing: border-box;
    border-radius: 7vw;
    position: relative;
  }

  .pv-salary__txt {
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
  }

  .pv-salary__num {
    font-size: 30vw;
    font-weight: 900;
    line-height: 0.78;
    top: -6.5vw;
    left: -2vw;
    font-family: "montserrat", sans-serif;
  }

  .pv-salary__ttl {
    position: relative;
    z-index: 2;
    margin-top: 2.5vw;
    margin-left: 0;
    max-width: 56%;
    width: 56%;
    line-height: 1.22;
    min-height: 50vw;
    box-sizing: border-box;
  }

  .pv-salary__ttl--num {
    font-size: 9.23vw;
  }

  .pv-salary__ttl--sub {
    font-size: 7.18vw;
    font-weight: 800;
  }

  .pv-salary__img {
    position: absolute;
    top: -16.5vw;
    right: -5vw;
    width: 67vw;
    max-width: none;
  }

  .pv-salary__img img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
  }

  .pv-salary__body {
    clear: both;
    margin-top: -2.5vw;
    margin-left: 0;
    padding: 0;
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: left;
  }
}
/* ==========================================================================
   ⑥ 健康トータルセクション（pv-health）
   ========================================================================== */
.pv-health {
  background-color: transparent;
  padding: 121px 0;
  position: relative;
  overflow: visible;
}

.pv-deco-letter-n {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 796px;
  bottom: -410px;
  right: 321px;
}

.pv-deco-letter-n img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-deco-arc-curve {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 849px;
  left: -250px;
  top: 421px;
}

.pv-deco-arc-curve img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-health__inner {
  margin: 0 8%;
  padding: 60px 59px 45px;
  background-color: #f8f3e7;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 17px;
  position: relative;
  overflow: visible;
}

/* 左側：テキスト */
.pv-health__txt {
  flex: 1;
  position: relative;
  margin-bottom: 80px;
}

/* ウォーターマーク数字: Montserrat・pv-kansai__numと同サイズ・#7C8DC2 24% */
.pv-health__num {
  display: block;
  font-size: 24rem;
  /* pv-kansai__ttl の 2.5倍 */
  font-weight: 900;
  color: rgba(124, 141, 194, 0.24);
  /* #7C8DC2 at 24% */
  line-height: 0.8;
  position: absolute;
  top: 9px;
  left: -16px;
  pointer-events: none;
  z-index: 0;
  font-family: "montserrat", sans-serif;
  user-select: none;
}

/* タイトル：「健康」だけ大・#7C8DC2、それ以外は0.8倍・黒 */
.pv-health__ttl {
  font-size: 6rem;
  font-weight: 900;
  color: #101010;
  line-height: 1.24;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  left: 3px;
  top: 45px;
  letter-spacing: 0.01em;
  text-align: left;
}

.pv-health__ttl--accent {
  font-size: 8.2rem;
  color: #7c8dc2;
}

/* 本文 */
.pv-health__body {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  top: 44px;
  left: 5px;
}

/* 右側：ベン図 */
.pv-health__img {
  width: 50%;
  margin-top: -23px;
}

.pv-health__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP：健康トータル（モックアップ準拠・単位は vw） */
@media screen and (max-width: 760px) {
  .pv-health {
    padding: 0 0 35.7vw;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .pv-health > .pv-deco-letter-n {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 84vw;
    bottom: -16vw;
    right: 8vw;
  }

  .pv-health__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 14vw 5vw 12.5vw;
    border-radius: 7vw;
    overflow: hidden;
    position: relative;
    gap: 0;
  }

  /* DOM は「テキスト塊 → 画像」だが SP では見出し直下に図を置く */
  .pv-health__txt {
    display: contents;
  }

  .pv-health__num {
    order: 1;
    position: absolute;
    font-size: 30vw;
    font-weight: 900;
    line-height: 0.78;
    top: 7.2vw;
    left: 2.8vw;
  }

  .pv-health__ttl {
    position: relative;
    z-index: 2;
    font-size: 7.18vw;
    font-weight: 900;
    line-height: 1.2;
    top: 0;
    left: 0;
    margin-bottom: 5.8vw;
  }

  .pv-health__ttl--accent {
    font-size: 9.23vw;
    font-weight: 900;
    letter-spacing: 0;
  }

  .pv-health__img {
    font-size: 9.23vw;
    font-weight: 900;
    width: 100%;
    padding: 0 2.3vw;
    margin-top: 0;
  }

  .pv-health__img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .pv-health__body {
    order: 4;
    top: 0;
    left: 0;
    font-size: 4.1vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 7vw;
  }
}
/* ==========================================================================
   ⑦ わだちのビジョンの特徴（pv-feature）+ ⑧ pv-mechanism を内包
   ========================================================================== */
.pv-feature {
  background-color: transparent;
  padding: 182px 0 117px;
  position: relative;
  overflow: visible;
}
.pv-feature .pv-deco-arc-hook {
  width: 841px;
  right: -201px;
  top: auto;
  bottom: -230px;
}

.pv-deco-arc-hook {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 841px;
  right: -187px;
  top: 375px;
}

.pv-deco-arc-hook img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-feature__inner {
  margin: 0 8%;
  background-color: #f8f3e7;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.pv-feature__ttl {
  background-color: #7c8dc2;
  color: #fff;
  font-size: 4.85rem;
  font-weight: 900;
  text-align: center;
  padding: 12px 38px;
  position: relative;
  z-index: 1;
  border-radius: 60px 60px 0 0;
}

.pv-feature__ttl::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 43px 28px 0;
  border-style: solid;
  border-color: #7c8dc2 transparent transparent;
}

.pv-feature__body {
  display: flex;
  align-items: flex-start;
}

.pv-feature__txt {
  flex: 0 0 50.3%;
  padding: 61px 44px 63px 63px;
  box-sizing: border-box;
}

.pv-feature__lead {
  font-size: 2.5rem;
  line-height: 1.75;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.message-col {
  margin: 0 auto 190px;
  max-width: 1440px;
}

@media (min-width: 762px) {
  .message-col {
    display: flex;
  }
}
@media (max-width: 761px) {
  .message-col {
    margin: 0 auto 14.358974359vw;
  }

  .pv-deco-arc-hook {
    width: 1000px;
    right: -270px;
    top: 450px;
  }
}
@media (min-width: 762px) {
  .message-col__img {
    bottom: -93px;
    position: relative;
    z-index: 2;
    width: 50%;
  }
}
.message-col__img img {
  height: auto;
}

.message-col__txt {
  background-color: #f5f5f5;
}

@media (min-width: 762px) {
  .message-col__txt {
    position: relative;
    z-index: 1;
    width: calc(50% + 137px);
    box-sizing: border-box;
    height: fit-content;
    padding: 100px 20px 96px 202px;
    margin-left: -137px;
  }
}
@media (max-width: 761px) {
  .message-col__txt {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.message-col__txt p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
}

@media (min-width: 762px) {
  .message-col__txt p {
    max-width: 464px;
  }
}
.pv-feature__main--accent {
  display: block;
  font-size: 5.2rem;
  font-weight: 900;
  color: #c63d3b;
  letter-spacing: 0.09em;
}

.pv-feature__main {
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 19px;
  text-align: left;
}

.pv-feature__main--sub {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  color: #101010;
}

.pv-feature__sub {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

@media (max-width: 761px) {
  .message-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.message-col__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 761px) {
  .message-col__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}
.pv-feature__img {
  position: relative;
  right: 44px;
  top: -52px;
  z-index: 5;
}

.pv-feature__img img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-mechanism__heading {
  background-color: #fff;
  color: #7c8dc2;
  border: 4px solid #7c8dc2;
  border-radius: 60px;
  width: 70%;
  margin: -12px auto 0;
  font-size: 3.8rem;
  font-weight: 800;
  text-align: center;
  padding: 14px 37px;
  box-sizing: border-box;
  border-radius: 999px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}

.pv-mechanism__card {
  background: rgba(124, 141, 194, 0.2);
  width: 90%;
  margin: -39px auto 0;
  position: relative;
  z-index: 1;
  padding: 70px 44px 55px;
  box-sizing: border-box;
}

.pv-mechanism__card-inner {
  display: flex;
  gap: 30px;
  padding: 0 27px 0 0;
  align-items: flex-start;
}

.pv-mechanism__card-img {
  flex: 0 0 51%;
}

.pv-mechanism__card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-mechanism__card-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 0 10px 15px;
}

.pv-mechanism__card-ttl {
  font-size: 4.7rem;
  font-weight: 900;
  color: #7c8dc2;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}

.pv-mechanism__card-body {
  font-size: 1.6rem;
  line-height: 1.95;
}

/* SP：わだちのビジョンの特徴 + 仕組み（モックアップ準拠・単位は vw） */
@media screen and (max-width: 760px) {
  .pv-feature {
    padding: 0 0 20.7vw;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .pv-feature .pv-deco-arc-hook {
    width: 98vw;
    right: -29vw;
    bottom: -36vw;
  }

  .pv-feature__inner {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: #f7f3e8;
    border-radius: 7vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .pv-feature__ttl {
    font-size: 6.15vw;
    padding: 2.4vw 5vw 2.7vw;
    border-radius: 6.41vw 6.41vw 0 0;
    line-height: 1.35;
    position: relative;
  }

  .pv-feature__ttl::after {
    bottom: -4.8vw;
    border-width: 6.4vw 4vw 0;
  }

  .pv-feature__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 3vw 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .pv-feature__img {
    order: 1;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 5.4vw;
  }

  .pv-feature__img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .pv-feature__txt {
    order: 2;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 8.5vw 5vw 16.5vw;
    box-sizing: border-box;
  }

  .pv-feature__lead {
    font-size: 4.62vw;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 3.2vw;
    text-align: center;
  }

  .pv-feature__main {
    text-align: center;
    line-height: 1.35;
    margin: 0 0 3vw;
    font-feature-settings: "palt";
  }

  .pv-feature__main--accent {
    display: block;
    font-size: 9.23vw;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 1vw;
  }

  .pv-feature__main--sub {
    font-size: 6.15vw;
    font-weight: 900;
    letter-spacing: 0.2rem;
  }

  .pv-feature__sub {
    font-size: 4.62vw;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    color: #101010;
    text-align: center;
  }

  .pv-mechanism__heading {
    width: 82vw;
    margin: 5vw auto 0;
    padding: 3.5vw 5vw;
    border: 3px solid #7C8DC2;
    border-radius: 999px;
    font-size: 5.13vw;
    font-weight: 800;
    line-height: 1.25;
    z-index: 3;
  }

  .pv-mechanism__card {
    width: 100%;
    margin: -11vw auto 0;
    padding: 0;
    z-index: 2;
  }

  .pv-mechanism__card-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }

  .pv-mechanism__card-img {
    flex: none;
    width: 100%;
  }

  .pv-mechanism__card-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
  }

  .pv-mechanism__card-txt {
    flex: none;
    width: 100%;
    padding: 4.1vw 5vw 9.5vw;
    box-sizing: border-box;
    background-color: transparent;
    align-items: flex-start;
  }

  .pv-mechanism__card-ttl {
    font-size: 8.21vw;
    font-weight: 900;
    color: #7C8DC2;
    text-align: center;
    margin: 0 0 1.2vw;
    padding: 0;
    letter-spacing: 0.03em;
  }

  .pv-mechanism__card-body {
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
  }
}
/* SP：PHILOSOPHY ブロック（カード＋帯見出し＋写真＋テキスト／単位は vw） */
@media screen and (max-width: 760px) {
  .pv-philosophy {
    padding: 4vw 0 48.3vw;
    margin-top: 12vw;
    box-sizing: border-box;
  }

  .pv-philosophy__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 90vw;
    max-width: 100%;
    margin: 0 auto 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 8vw;
  }

  /* 帯「PHILOSOPHY」：左だけ大きく丸め、文言は右寄せ */
  .pv-philosophy__badge {
    bottom: auto;
    right: -9.8vw;
    left: auto;
    top: -8.6vw;
    align-self: stretch;
    width: 100%;
    margin: 0;
    letter-spacing: 0rem;
    padding: 2.3vw 8.6vw 2.8vw 9vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 10.26vw;
    line-height: 1.2;
    z-index: 2;
  }

  .pv-philosophy__img {
    order: 1;
    flex: none;
    width: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .pv-philosophy__img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: cover;
    border-radius: 0;
  }

  .pv-philosophy__card {
    order: 2;
    flex: none;
    width: 100%;
    margin: 0;
    padding: 5.5vw 5vw 10vw;
    box-sizing: border-box;
    border-radius: 0;
  }

  .pv-philosophy__ttl {
    font-size: 9.5vw;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 3.2vw;
    letter-spacing: -0.02em;
  }

  .pv-philosophy__lead {
    font-size: 5.64vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 2.8vw;
    letter-spacing: 0.01em;
  }

  .pv-philosophy__body {
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
  }

  .pv-deco-spiral {
    width: 55.6vw;
    left: 3.6vw;
    top: auto;
    bottom: -4vw;
  }

  .pv-deco-spiral img {
    bottom: auto;
  }
}
/* ==========================================================================
   ⑨ LINE CTAセクション
   messageページの .message-line-cta-container と共通スタイルを使用
   philosophyページ専用: ベージュ背景を適用
   ========================================================================== */
.page-philosophy .message-line-cta-container {
  background-color: #eae1b6;
}

/*  企業理念 philosophy (旧レイアウト .l-philosophy)
*----------------------------------- */
.page-philosophy .l-philosophy__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #C63D3B;
}
.page-philosophy .l-philosophy__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}

@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }

  .page-philosophy .l-philosophy__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*# sourceMappingURL=page03.css.map */
