@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 */
/* ==========================================================================
   #js-scale-wrap: transform: scale() via JS (scale-wrap.js)
   - CSS zoom は iOS Safari で動作しないため transform: scale() を使用
   - min-width / transform / margin-bottom は JS が動的に設定する
   - html/body の overflow-x:hidden で viewport拡張とはみ出しを防ぐ
   ========================================================================== */
/* iOS Safari でのviewport拡張・横スクロールを防ぐ */
html:has(body.page-message) {
  overflow-x: hidden;
}

body.page-message {
  overflow-x: hidden;
}

/* ==========================================================================
   Representative Message Page Styles (Redesign)
   Max width: 1440px
   ========================================================================== */
.page-message .l-wrapper {
  overflow-x: visible;
  overflow-y: visible;
}

/* drawer-responsiveによるmargin-leftを無効化 */
.page-message .drawer-overlay {
  margin-left: 0 !important;
  position: relative;
}

/* 1440px以上：各セクションをコンテンツ幅(1440px)で中央固定
   → position:absoluteの装飾要素の基準がコンテンツ幅に揃い、ズレを防ぐ
   ※ .message-white-bg の白背景は .l-wrapper の background-color:fff が担保
   ※ beige背景は .message-beige-bg の background-color が担保
*/
@media (min-width: 1441px) {
  .page-message .message-white-bg,
.page-message .message-vision,
.page-message .message-employee,
.page-message .message-health,
.page-message .message-closing,
.page-message .message-line-cta-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==========================================================================
   12. Shared Page Components  (.message-beige-bg / deco elements / .list-page__main / .page-index / .l-cmn-member override / .cmn-recommend / .cmn-reason / .cmn-voice)
   ========================================================================== */
/* ==========================================================================
   Beige Background Area
   ========================================================================== */
.message-beige-bg {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  background-color: #eae1b6;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Stroke装飾：drawer-overlay 直下で絶対配置・最背面 */
.message-deco-stroke {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 700px;
  top: -200px;
  left: -400px;
}

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

/* Wave装飾：swirl と同様に drawer-overlay 直下で絶対配置 */
.message-deco-wave {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 2000px;
  left: -250px;
  top: auto;
  bottom: -670px;
}

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

@media screen and (max-width: 760px) {
  .message-deco-wave {
    width: 180vw;
    left: -54vw;
    bottom: auto;
    top: -1vw;
  }
}
/* Swirl装飾：表示・絶対配置 */
@media screen and (min-width: 761px) {
  .message-deco-swirl,
.message-deco-swirl-z {
    position: absolute;
    pointer-events: none;
    width: 3100px;
    top: -400px;
    left: -650px;
  }

  .message-deco-swirl img,
.message-deco-swirl-z img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .message-deco-stroke {
    width: 100vw;
    top: -70vw;
    left: -25vw;
  }

  .message-deco-swirl {
    position: absolute;
    pointer-events: none;
    left: -720px;
    top: -360px;
  }

  .message-deco-swirl-z {
    position: absolute;
    pointer-events: none;
    top: 600px;
    left: -250px;
  }

  .message-deco-swirl img {
    width: 150%;
    height: auto;
    display: block;
    transform: rotate(15deg);
  }

  .message-deco-swirl-z img {
    width: 180%;
    height: auto;
    display: block;
  }
}
/* deco_swirl_light.png：最背面 */
.message-deco-swirl {
  z-index: 1;
}

/* deco_swirl_light_2.png：MV画像より前面 */
.message-deco-swirl-z {
  z-index: 3;
}

.message-white-bg,
.message-intro,
.message-employee,
.message-health,
.message-closing,
.message-line-cta-container {
  position: relative;
  /* ← デコ要素の絶対配置の基準にする */
}

/* MV Section */
.message-white-bg {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.page-message .message-white-bg {
  max-width: 100vw;
}

.message-deco-g,
.message-deco-c,
.message-deco-n,
.message-deco-arc {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.message-deco-g img,
.message-deco-c img,
.message-deco-n img,
.message-deco-arc img {
  width: 100%;
  height: auto;
  display: block;
}

/* G：従業員ファーストセクション右側 */
.message-deco-g {
  width: 700px;
  top: -280px;
  right: 70px;
}

/* C：健康トータルセクション左側 */
.message-deco-c {
  width: 700px;
  top: -340px;
  left: 130px;
}

/* N：クロージングセクション */
.message-deco-n {
  width: 800px;
  top: -500px;
  right: 300px;
}

/* Arc：LINE CTAセクション */
.message-deco-arc {
  width: 900px;
  bottom: -400px;
  right: -180px;
  z-index: revert-layer;
}

@media screen and (max-width: 760px) {
  .message-deco-g {
    width: 94vw;
    bottom: auto;
    top: -38vw;
    right: 0;
  }

  /* C：健康トータルセクション左側 */
  .message-deco-c {
    width: 80vw;
    top: -36vw;
    left: -19vw;
  }

  /* N：クロージングセクション */
  .message-deco-n {
    width: 80vw;
    top: -51vw;
    left: 10vw;
  }

  /* Arc：LINE CTAセクション */
  .message-deco-arc {
    width: 110vw;
    top: auto;
    left: auto;
    right: -22vw;
    bottom: -25rem;
  }
}
/* ==========================================================================
   Section Containers - 各セクションの配置
   ========================================================================== */
.message-vision,
.message-employee,
.message-health {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 90px;
  width: 100%;
}

.message-closing {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 760px) {
  .message-closing {
    margin-top: 18vw;
  }
}

/* --- ビジョンセクション: 幅83%、中央（左右8%余白） --- */
.message-vision .message-section-box {
  box-sizing: border-box;
  background-color: #f8f3e7;
  padding: 55px 60px 60px;
  position: relative;
  border-radius: 55px;
  z-index: 3;
}

/* --- 従業員ファーストセクション: 幅52%、左寄り（左8%余白） --- */
.message-employee .message-section-box {
  box-sizing: border-box;
  background-color: #f8f3e7;
  padding: 50px 60px;
  position: relative;
  border-radius: 55px;
  z-index: 3;
}

/* --- 健康トータルセクション: 幅52%、右寄り（右8%余白） --- */
.message-health .message-section-box {
  box-sizing: border-box;
  background-color: #f8f3e7;
  padding: 50px 60px;
  position: relative;
  border-radius: 55px;
  z-index: 3;
}

/* --- クロージングセクション: 幅83%、中央（左右8%余白） --- */
.message-closing .message-section-box {
  box-sizing: border-box;
  background-color: #f8f3e7;
  padding: 50px 60px 0;
  position: relative;
  border-radius: 55px;
  z-index: 3;
}

@media screen and (min-width: 761px) {
  /* --- ビジョンセクション: 幅83%、中央（左右8%余白） --- */
  .message-vision .message-section-box {
    width: 84%;
    max-width: 1210px;
    margin-top: 80px;
    margin-left: 8%;
    margin-right: 8%;
  }

  /* --- 従業員ファーストセクション: 幅52%、左寄り（左8%余白） --- */
  .message-employee .message-section-box {
    width: 52%;
    max-width: 750px;
    margin-left: 8%;
    margin-right: auto;
  }

  /* --- 健康トータルセクション: 幅52%、右寄り（右8%余白） --- */
  .message-health .message-section-box {
    width: 52%;
    max-width: 750px;
    margin-left: auto;
    margin-right: 8%;
  }

  /* --- クロージングセクション: 幅83%、中央（左右8%余白） --- */
  .message-closing .message-section-box {
    width: 84%;
    max-width: 1210px;
    margin-left: 8%;
    margin-right: 8%;
    overflow: visible;
    display: flex;
  }
}
/* SP対応 */
@media screen and (max-width: 760px) {
  .message-vision,
.message-employee,
.message-health,
.message-closing {
    margin-bottom: 15.3846153846vw;
  }

  .message-vision .message-section-box {
    margin-top: 5vw;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 25px;
    padding: 7vw 5vw 10vw;
  }
}
/* ==========================================================================
   中間ブレークポイント（タブレット〜小PC: 761px〜1024px）
   ========================================================================== */
@media screen and (min-width: 761px) and (max-width: 1024px) {
  /* セクションボックス幅を拡張 */
  .message-employee .message-section-box {
    width: 72%;
    border-radius: 55px;
  }

  .message-health .message-section-box {
    width: 72%;
    border-radius: 55px;
  }

  /* flex gap を縮小 */
  .message-vision__inner {
    gap: 30px;
  }

  .message-closing__inner {
    gap: 30px;
  }

  /* intro の padding 削減 */
  .message-intro__inner {
    padding: 0 30px 0 10px;
  }

  .message-intro__img {
    width: 420px;
  }

  /* MV 画像の過剰オーバーフローを抑制 */
  .message-mv__img img {
    width: 380%;
  }

  /* closing 画像のはみ出しを抑制 */
  .message-closing__img img {
    width: 100%;
  }
}
/* ------------------------------------

colors setting

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

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

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "source-han-sans-japanese", sans-serif;
}

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

中面 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;
}

@media screen and (max-width: 760px) {
  .message-employee .message-section-box {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40vw;
    border-radius: 6.4102564103vw;
    padding: 7vw 5vw 10vw;
  }

  .message-health .message-section-box {
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 6.4102564103vw;
    padding: 7vw 5vw 10vw;
  }

  .message-closing .message-section-box {
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 6.4102564103vw;
    padding: 7vw 5vw 0;
  }
}
/*  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%;
  }

  .page-form .list-page__main {
    width: 100%;
    padding: 10vw 6vw 14vw;
    background: #fff;
  }
}
@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 */
.cmn-recommend {
  margin: 0 auto;
  max-width: 1200px;
  padding: 56px 60px 10px;
  background-color: #f5f5f5;
  position: relative;
}

@media (min-width: 762px) {
  .cmn-recommend {
    min-height: 566px;
  }
}
@media (max-width: 761px) {
  .cmn-recommend {
    margin: 0 5.1282051282vw;
    padding: 5.1282051282vw 0 0;
  }
}
.page-women .cmn-recommend {
  margin-bottom: 130px;
}

@media (max-width: 761px) {
  .page-women .cmn-recommend {
    margin-bottom: 20.5128205128vw;
  }
}
.page-career .cmn-recommend {
  margin-bottom: 90px;
}

@media (max-width: 761px) {
  .page-career .cmn-recommend {
    margin-bottom: 23.0769230769vw;
  }
}
@media (max-width: 761px) {
  .cmn-recommend__txt {
    overflow: hidden;
  }
}
.cmn-recommend__ttl {
  position: relative;
  white-space: nowrap;
  font-size: 40px;
  margin: -0.5em 0 0.4em;
}

@media (min-width: 762px) {
  .cmn-recommend__ttl {
    width: 10em;
  }
}
@media (max-width: 761px) {
  .cmn-recommend__ttl {
    margin: 0 0 0.6em;
    overflow-x: clip;
    text-align: center;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-recommend__ttl span {
  font-weight: bold;
  display: block;
  line-height: 1;
}

.cmn-recommend__ttl span:nth-of-type(1) {
  font-size: 120px;
  font-weight: 300;
  font-family: "montserrat", sans-serif;
  color: #fff;
}

@media (max-width: 761px) {
  .cmn-recommend__ttl span:nth-of-type(1) {
    margin-left: -0.2em;
    font-size: 62px;
    font-size: 15.8974358974vw;
  }
}
.cmn-recommend__ttl span:nth-of-type(2) {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}

@media (max-width: 761px) {
  .cmn-recommend__ttl span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
}
.page-women .cmn-recommend__ttl b {
  color: #f85c7a;
}

.page-career .cmn-recommend__ttl b {
  color: #6aaf9d;
}

.cmn-recommend__list {
  position: relative;
  z-index: 2;
}

@media (min-width: 762px) {
  .cmn-recommend__list {
    padding: 0 0 20px 36px;
  }
}
@media (max-width: 761px) {
  .cmn-recommend__list {
    padding: 0 0 0 5.1282051282vw;
  }
}
.cmn-recommend__list li {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 33px;
}

@media (max-width: 761px) {
  .cmn-recommend__list li {
    padding-left: 7.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-recommend__list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 22px;
  height: 21px;
  display: block;
  content: "";
}

.page-women .cmn-recommend__list li::before {
  background: url("../women/images/icon_check.svg") center/contain no-repeat;
}

.page-career .cmn-recommend__list li::before {
  background: url("../career/images/icon_check.svg") center/contain no-repeat;
}

@media (max-width: 761px) {
  .cmn-recommend__list li::before {
    top: 0.26em;
    width: 5.1282051282vw;
    height: 4.8717948718vw;
  }
}
.page-women .cmn-recommend__list li span {
  color: #f85c7a;
}

.page-career .cmn-recommend__list li span {
  color: #6aaf9d;
}

.cmn-recommend__list li + li {
  margin-top: 0.8em;
}

@media (max-width: 761px) {
  .cmn-recommend__list li + li {
    margin-top: 0.7em;
  }
}
@media (min-width: 762px) {
  .cmn-recommend__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 538px;
  }

  .page-career .cmn-recommend__img {
    bottom: -12px;
  }
}
@media (max-width: 761px) {
  .cmn-recommend__img {
    margin: 8.9743589744vw 5.1282051282vw 0;
  }

  .page-career .cmn-recommend__img {
    margin: 1.2820512821vw 0 0 3.3333333333vw;
  }
}
.cmn-recommend__img img {
  height: auto;
}

.cmn-reason {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 761px) {
  .cmn-reason {
    margin: 0 5.1282051282vw;
  }
}
.cmn-reason__ttl {
  margin: 0 auto 80px;
  height: fit-content;
  width: fit-content;
  min-width: 424px;
  height: 79px;
  border: 3px solid #c63d3b;
  box-sizing: border-box;
  color: #c63d3b;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}

@media (max-width: 761px) {
  .cmn-reason__ttl {
    min-width: 78.4615384615vw;
    height: 17.4358974359vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    border: 0.7692307692vw solid #c63d3b;
  }
}
.page-women .cmn-reason__ttl {
  color: #f85c7a;
  border-color: #f85c7a;
}

.page-career .cmn-reason__ttl {
  color: #6aaf9d;
  border-color: #6aaf9d;
}

.cmn-reason__ttl::before,
.cmn-reason__ttl::after {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 22px;
  height: 17px;
  background-color: #c63d3b;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 761px) {
  .cmn-reason__ttl::before,
.cmn-reason__ttl::after {
    width: 5.641025641vw;
    height: 4.358974359vw;
    bottom: -4.358974359vw;
  }
}
.page-women .cmn-reason__ttl::before {
  background-color: #f85c7a;
}

.page-career .cmn-reason__ttl::before {
  background-color: #6aaf9d;
}

.cmn-reason__ttl::after {
  bottom: -12px;
  background-color: #fff;
}

@media (max-width: 761px) {
  .cmn-reason__ttl::after {
    bottom: -3.0769230769vw;
  }
}
.cmn-reason-col {
  margin-bottom: 150px;
  display: flex;
  flex-flow: column;
  row-gap: 82px;
}

@media (max-width: 761px) {
  .cmn-reason-col {
    margin-bottom: 25.641025641vw;
    row-gap: 15.3846153846vw;
  }
}
.cmn-reason-col__item {
  display: flex;
  column-gap: min(5vw, 72px);
}

.page-women .cmn-reason-col__item {
  align-items: center;
}

@media (min-width: 762px) {
  .cmn-reason-col__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 761px) {
  .cmn-reason-col__item {
    row-gap: 3.5897435897vw;
    flex-flow: column;
  }
}
.cmn-reason-col__item.wide {
  flex-flow: column-reverse;
}

@media (min-width: 762px) {
  .cmn-reason-col__item.wide {
    row-gap: min(5vw, 60px);
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img {
  border: 1px solid #707070;
  width: 100%;
  background: #fff;
  padding: 39px 104px 47px;
}

@media (max-width: 761px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img {
    font-weight: 400;
    padding: 3vw 3vw 5vw;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}

@media (max-width: 761px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 761px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__inner {
    overflow-y: hidden;
  }

  .cmn-reason-col__item.wide .cmn-reason-col__img__inner img {
    width: 764px;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}

@media (max-width: 761px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (min-width: 762px) {
  .cmn-reason-col__img {
    width: 50%;
  }
}
.cmn-reason-col__img img {
  height: auto;
}

@media (min-width: 762px) {
  .cmn-reason-col__txt {
    flex: 1;
  }
}
.cmn-reason-col__txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

@media (max-width: 761px) {
  .cmn-reason-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-reason-col__ttl {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: #c63d3b;
}

@media (max-width: 761px) {
  .cmn-reason-col__ttl {
    margin-bottom: 0.6em;
    column-gap: 2.3076923077vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-reason-col__ttl span {
  font-size: 45px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

@media (max-width: 761px) {
  .cmn-reason-col__ttl span {
    font-size: 45px;
    font-size: 11.5384615385vw;
  }
}
.page-women .cmn-reason-col__ttl {
  color: #f85c7a;
}

.page-career .cmn-reason-col__ttl {
  color: #6aaf9d;
}

.cmn-reason-col__catch {
  margin-bottom: 0.3em;
  font-size: 24px;
  font-weight: bold;
  display: block;
}

@media (max-width: 761px) {
  .cmn-reason-col__catch {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.cmn-reason-col__subttl {
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1.5277777778;
  font-weight: bold;
}

@media (max-width: 761px) {
  .cmn-reason-col__subttl {
    margin-bottom: 0.6em;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.cmn-reason-col__subttl span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(198, 61, 59, 0.11) 0%);
  padding: 0 0.2em 0.1em 0;
}

.page-women .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(248, 92, 122, 0.11) 0%);
}

.page-career .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(106, 175, 157, 0.08) 0%);
}

@media (max-width: 761px) {
  .cmn-voice {
    margin: 0 5.1282051282vw;
  }
}
.cmn-voice__ttl {
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 761px) {
  .cmn-voice__ttl {
    margin-bottom: 1.8em;
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
.cmn-voice__ttl span {
  margin-bottom: 0.18em;
  display: block;
  font-size: 89px;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "montserrat", sans-serif;
}

@media (max-width: 761px) {
  .cmn-voice__ttl span {
    margin-bottom: 0.3em;
    font-size: 53px;
    font-size: 13.5897435897vw;
  }
}
.page-women .cmn-voice__ttl span {
  color: #f85c7a;
}

.page-career .cmn-voice__ttl span {
  color: #6aaf9d;
}

.cmn-voice-list {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.78vw, 40px);
}

@media (max-width: 761px) {
  .cmn-voice-list {
    gap: 15.3846153846vw;
    grid-template-columns: 1fr;
  }
}
.cmn-voice-list__img {
  margin-bottom: 24px;
}

.cmn-voice-list__img img {
  height: auto;
}

.cmn-voice-list__data {
  margin-bottom: 24px;
  text-align: center;
}

.cmn-voice-list__data span {
  margin-bottom: 0.3em;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 761px) {
  .cmn-voice-list__data span {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-voice-list__data p {
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 761px) {
  .cmn-voice-list__data p {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.cmn-voice-list__txt {
  position: relative;
}

@media (max-width: 761px) {
  .cmn-voice-list__txt {
    padding-bottom: 12.8205128205vw;
  }

  .cmn-voice-list__txt::before,
.cmn-voice-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: bold;
  }

  .cmn-voice-list__txt::before {
    content: "";
    bottom: 2.3076923077vw;
    left: calc(50% - 3.5em);
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    border-top: 0.5128205128vw solid;
    border-right: 0.5128205128vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(45deg);
    border-radius: 0.2564102564vw;
  }

  .cmn-voice-list__txt::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .cmn-voice-list__txt.active::before {
    left: calc(50% - 2.5em);
  }

  .cmn-voice-list__txt.active::after {
    content: "閉じる";
  }
}
.cmn-voice-list__txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

@media (max-width: 761px) {
  .cmn-voice-list__txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 10em;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-voice-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

/* ==========================================================================


/* ==========================================================================
   13. Page: Message  (.message-mv / .message-intro / .message-vision / .message-employee / .message-health / .message-closing / .message-line-cta / header overrides)
   ========================================================================== */
/* MV Section（元CSS由来）
   ========================================================================== */
.message-bg-image {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

.message-mv {
  padding-bottom: 150px;
  margin-bottom: 0 !important;
  position: relative;
  min-height: 40vw;
}

@media screen and (max-width: 760px) {
  .message-mv {
    min-height: 154vw;
  }
}
.message-mv__inner {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.message-mv__img {
  display: block;
  position: relative;
  z-index: 2;
}

@media (min-width: 761px) {
  .message-mv__img {
    /* PC版：右寄りで右端まで広げる */
    float: right;
    width: 80%;
    margin-right: -1.8%;
  }

  .message-mv__img img {
    width: 320%;
    position: relative;
    margin-top: -580px;
    margin-left: -1000px;
  }
}
@media screen and (max-width: 760px) {
  .message-mv__img {
    width: 80%;
    align-self: flex-end;
  }

  .message-mv__img img {
    width: 290%;
    position: relative;
    margin-top: 40px;
    margin-left: -630px;
  }
}
/* message-mv__txt（元CSS由来） */
.message-mv__txt {
  margin: auto;
}

.message-mv__ttl {
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.15;
}

@media screen and (max-width: 760px) {
  .message-mv__ttl {
    font-size: 32px;
    font-size: 8.2051282051vw;
    margin-bottom: 3vw;
    padding-left: 3vw;
    text-align: center;
  }
}
.message-mv__ttl b {
  color: #c63d3b;
}

.message-mv__ttl .is-accent {
  color: #c63d3b;
  margin-top: -20px;
  margin-bottom: -75px;
}

@media screen and (max-width: 760px) {
  .message-mv__ttl .is-accent {
    margin-top: -40px;
    margin-bottom: -150px;
  }
}
@media screen and (min-width: 761px) {
  .message-mv__name {
    display: block;
    padding: 7px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
  }

  .message-mv__name--title .is-large {
    font-size: 29px;
    /* 1.6rem * 2.5 = 4rem */
    font-weight: bold;
    position: relative;
    left: -11px;
    /* 左にずらす量（マイナスで左へ） */
    top: 2px;
    /* 下にずらす量（プラスで下へ） */
  }
}
@media screen and (max-width: 760px) {
  .message-mv__name {
    display: block;
    font-size: 14px;
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }

  .message-mv__name--title .is-large {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.message-mv__deco-name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.15;
  pointer-events: none;
}

.message-mv__deco-name img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Intro Section
   ========================================================================== */
.message-intro {
  padding: 45px 0 0 0;
  padding-top: 0 !important;
  position: relative;
  margin-top: -50px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.message-intro__inner {
  display: flex;
  align-items: flex-start;
  /* 上揃え */
  justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  /* 親が全幅であることを保証 */
  min-width: 0;
  /* これを追加 */
  padding-top: 0 !important;
}

@media screen and (max-width: 760px) {
  .message-intro__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 761px) {
  .message-intro__img {
    width: 570px;
    flex-shrink: 0;
    align-self: flex-end;
    z-index: 5;
    margin-left: 10px;
  }

  .message-intro__img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
}
.message-intro__txt {
  flex: 1;
  /* 横幅を広げる最重要プロパティ */
  min-width: 0;
  /* 子要素のあふれ出しを防ぐ */
  line-height: 1.8;
  color: #101010;
  z-index: 2;
}

@media screen and (min-width: 761px) {
  .message-intro__txt {
    max-width: 55%;
    font-size: 16px;
    margin-left: -40px;
    margin-top: 390px;
  }
}
@media screen and (max-width: 760px) {
  .message-intro__txt {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-intro__img {
    width: 93.0769230769vw;
    margin-left: -10vw;
    margin-left: -10vw;
    position: relative;
    z-index: 10;
  }

  .message-intro__img img {
    width: 100%;
    height: auto;
  }
}
.message-intro__bg {
  position: absolute;
  pointer-events: none;
  z-index: 4;
  width: 960px;
  left: 350px;
  top: -20px;
}

.message-intro__bg img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 760px) {
  .message-intro__bg {
    width: 40.2564102564vw;
    top: auto;
    left: auto;
    right: 0;
    bottom: 10.2564102564vw;
  }
}
/* ==========================================================================
   Vision Section
   ========================================================================== */
.message-vision__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 25px;
}

.message-vision__txt {
  flex: 1;
}

.message-vision__ttl {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #101010;
}

@media screen and (max-width: 760px) {
  .message-vision__inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 25px;
  }

  .message-vision__ttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #101010;
  }
}
.message-green-line {
  width: 100%;
  height: 4px;
  background-color: #97ad63;
  margin-bottom: 20px;
}

.message-blue-line {
  width: 100%;
  height: 4px;
  background-color: #7c8dc2;
  margin-bottom: 20px;
}

.message-red-line {
  width: 100%;
  height: 4px;
  background-color: #dd8681;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .message-red-line {
    margin-bottom: 4vw;
  }
}

.message-vision__lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #101010;
}

.message-vision__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  max-width: 530px;
}

.message-vision__list li {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 8px 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.message-vision__list li:last-child {
  border-bottom: 0;
}

.message-vision__list-cause {
  font-size: 14px;
  font-weight: bold;
  color: #dd8682;
  line-height: 1.5;
  text-align: center;
  margin-right: 25px;
}

.message-vision__list-cause--phrase {
  font-size: 16px;
  font-weight: bold;
  color: #dd8682;
}

.message-vision__list-cause--sub {
  font-size: 13px;
  color: #101010;
}

.message-vision__list-arrow {
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

.message-vision__list-arrow img {
  width: 20px;
  height: auto;
}

.message-vision__list-effect {
  font-size: 16px;
  font-weight: bold;
  color: #101010;
  flex: 1;
  line-height: 1.5;
  margin-left: 25px;
}

.message-vision__btm {
  font-size: 16px;
  line-height: 1.8;
  color: #101010;
}

.message-vision__img {
  width: 38%;
  flex-shrink: 0;
}

.message-vision__img img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 760px) {
  .message-vision__inner {
    flex-direction: column;
    margin-top: 5vw;
    gap: 8vw;
  }

  .message-vision__txt,
.message-vision__img {
    width: 100%;
  }

  .message-vision__lead {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 3vw;
  }

  .message-vision__list {
    max-width: 100%;
  }

  .message-vision__list-cause--phrase {
    font-size: 13px;
    font-size: 3.3333333333vw;
    line-height: 1.2;
  }

  .message-vision__list-cause--sub {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }

  .message-vision__list-arrow {
    flex-shrink: 0;
    width: 30px;
    text-align: center;
  }

  .message-vision__list-arrow img {
    width: 4.1025641026vw;
  }

  .message-vision__list-effect {
    margin-left: 2vw;
    font-size: 13px;
    font-size: 3.3333333333vw;
  }

  .message-vision__btm {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-top: 4vw;
  }

  /* message-vision__list はPC版レイアウトを維持（横並び） */
  .message-vision__list li {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }

  .message-vision__list-cause,
.message-vision__list-effect {
    width: auto;
    line-height: 1.2;
  }

  .message-vision__list-arrow {
    transform: none;
    margin: 0 0 0 -25px;
  }
}
/* ==========================================================================
   Employee Section
   ========================================================================== */
.message-employee__inner {
  max-width: 100%;
}

.message-employee__ttl {
  font-size: clamp(24px, 4vw, 45px);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 15px;
  color: #101010;
}

.message-employee__lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #101010;
}

.message-employee__list {
  margin: 20px 0;
  padding: 15px 35px 5px 20px;
  list-style: none;
  border: 2px solid #97ad63;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  width: 90%;
}

.message-employee__list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
  line-height: 1.6;
}

.message-employee__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #101010;
}

.message-employee__btm {
  font-size: 16px;
  line-height: 1.8;
  color: #101010;
}

@media screen and (max-width: 760px) {
  .message-employee__ttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }

  .message-employee__lead {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-employee__list li {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-employee__list {
    font-size: 16px;
    font-size: 4.1025641026vw;
    grid-template-columns: 1fr;
    column-gap: 0;
    width: 100%;
  }

  .message-employee__btm {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
/* ==========================================================================
   Health Section
   ========================================================================== */
.message-health__inner {
  display: block;
}

.message-health__txt {
  width: 100%;
}

.message-health__ttl {
  font-size: clamp(24px, 4vw, 45px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #101010;
}

.message-health__img {
  display: none;
}

.message-health__txt p {
  font-size: 16px;
  line-height: 1.8;
  color: #101010;
}

@media screen and (max-width: 760px) {
  .message-health__ttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }

  .message-health__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
/* ==========================================================================
   Closing Section
   ========================================================================== */
.message-closing__inner {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  font-size: 16px;
}

.message-closing__txt {
  width: 55%;
  align-self: flex-start;
  padding-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .message-closing__txt {
    padding-bottom: 0;
  }
}

.message-closing__ttl {
  font-size: clamp(24px, 4vw, 45px);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 28px;
  color: #101010;
}

.message-closing__lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #101010;
}

.message-closing__quotes {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.message-closing__quotes li {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #dd8682;
}

.message-closing__btm {
  font-size: 16px;
  line-height: 1.8;
  color: #101010;
}

.message-closing__img {
  width: 38%;
  flex-shrink: 0;
  align-self: flex-end;
  overflow: visible;
  margin-bottom: 0px;
  margin-left: -50px;
  position: relative;
  line-height: 0;
}

.message-closing__img img {
  width: 125%;
  max-width: none;
  display: block;
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

@media screen and (max-width: 760px) {
  .message-closing__inner {
    flex-direction: column;
    font-size: 16px;
    font-size: 4.1025641026vw;
    gap: 0;
  }

  .message-closing__txt {
    width: 100%;
  }

  .message-closing__img {
    width: 100%;
  }

  .message-closing__img img {
    width: 110%;
    margin-top: 0;
    margin-left: -5vw;
  }

  .message-closing__ttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }

  .message-closing__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-closing__lead {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-closing__btm {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }

  .message-closing__quotes li {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
/* ==========================================================================
   LINE CTA Section
   ========================================================================== */
.message-line-cta-container {
  padding: 31px 181px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 35px;
}

.message-line-cta {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #00c202;
  border-radius: 200px;
  padding: 50px 70px;
  position: relative;
  color: #fff;
  border: 10px solid #fff;
  box-sizing: border-box;
  z-index: 10;
}

.message-line-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.message-line-cta__icon {
  width: 80px;
  flex-shrink: 0;
}

.message-line-cta__icon img {
  width: 100%;
}

.message-line-cta__body {
  flex: 1;
  text-align: center;
}

.message-line-cta__ttl {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.message-line-cta__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.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;
}

.message-line-cta__btn-arrow {
  width: 14px;
  height: auto;
  display: block;
}

@media screen and (max-width: 760px) {
  .message-line-cta-container {
    padding: 20px 15px 60px;
  }

  .message-line-cta {
    border-radius: 1000px;
    padding: 350px 160px;
    border-width: 6px;
    margin-top: 200px 0;
  }

  .message-line-cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .message-line-cta__body {
    text-align: center;
  }

  .message-line-cta__icon {
    width: 130px;
  }

  .message-line-cta__ttl {
    font-size: 65px;
  }

  .message-line-cta__txt {
    font-size: 45px;
  }

  .message-line-cta__btn {
    font-size: 50px;
  }

  .message-line-cta__btn-arrow {
    width: 30px;
  }
}
/* ==========================================================================
   16. Page: Women  (.women-mv / .women-lead / .designers-space / .women-entry)
   ========================================================================== */
.page-women {
  background: #F5DAD9;
}

.page-women .l-mv {
  position: relative;
}
.page-women .l-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1410px;
  background: url("../women/images/mv.png") center top/cover no-repeat;
  background-size: 2520px auto;
}
@media (max-width: 761px) {
  .page-women .l-mv::before {
    background: url("../women/images/mv_sp.png") center top/cover no-repeat;
    background-size: 100% auto;
  }
}
.page-women .l-mv__container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  min-height: 1410px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding-top: 126px;
}
@media (max-width: 761px) {
  .page-women .l-mv__container {
    padding-top: 15.3846153846vw;
    min-height: 356.6666666667vw;
  }
}
@media (max-width: 761px) {
  .page-women .l-mv__container::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 197.6923076923vw;
    left: -10.7692307692vw;
    width: 108.2051282051vw;
    height: 117.9487179487vw;
    background: url("../women/images/mv_line01_sp.png") center top/cover no-repeat;
  }
}
@media (max-width: 761px) {
  .page-women .l-mv__container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 304.1025641026vw;
    left: -3.5897435897vw;
    width: 117.9487179487vw;
    height: 109.2307692308vw;
    background: url("../women/images/mv_line02_sp.png") center top/cover no-repeat;
  }
}
.page-women .l-mv__en {
  position: absolute;
  z-index: -1;
  top: 86px;
  left: -124px;
  width: 94px;
  height: auto;
  z-index: 10;
}
@media (max-width: 761px) {
  .page-women .l-mv__en {
    display: none;
  }
}
.page-women .l-mv__title {
  position: relative;
  z-index: 100;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1666666667;
  margin-bottom: 10px;
}
@media (max-width: 761px) {
  .page-women .l-mv__title {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-women .l-mv__title span {
  color: #C63D3B;
}
.page-women .l-mv__subtitle {
  position: relative;
  z-index: 100;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .page-women .l-mv__subtitle {
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin-bottom: 7.6923076923vw;
  }
}
.page-women .l-mv__text {
  position: relative;
  z-index: 100;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 761px) {
  .page-women .l-mv__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.page-women .l-mv__text01 {
  position: absolute;
  z-index: 10;
  top: 132px;
  right: -5%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  background: #DD8682;
  color: #fff;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 761px) {
  .page-women .l-mv__text01 {
    top: 126.6666666667vw;
    right: auto;
    left: 5.1282051282vw;
    font-size: 3.5897435897vw;
    width: 41.0256410256vw;
    height: 41.0256410256vw;
  }
}
.page-women .l-mv__image01 {
  position: absolute;
  z-index: 10;
  top: 56px;
  right: 35%;
  width: 325px;
}
@media (max-width: 761px) {
  .page-women .l-mv__image01 {
    width: 34.358974359vw;
    top: 148.2051282051vw;
    right: 5.1282051282vw;
  }
}
.page-women .l-mv__image02 {
  width: 518px;
  position: absolute;
  z-index: 5;
  top: 207px;
  right: 2%;
}
@media (max-width: 761px) {
  .page-women .l-mv__image02 {
    width: 67.6923076923vw;
    top: 167.6923076923vw;
    left: 5.1282051282vw;
    right: auto;
  }
}
.page-women .l-mv__text02 {
  position: absolute;
  z-index: 10;
  left: 38%;
  top: 545px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background: #fff;
  color: #C63D3B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 761px) {
  .page-women .l-mv__text02 {
    top: 219.7435897436vw;
    left: auto;
    right: 14.8717948718vw;
    font-size: 3.5897435897vw;
    width: 35.1282051282vw;
    height: 35.1282051282vw;
  }
}
.page-women .l-mv__text03 {
  position: absolute;
  z-index: 10;
  top: 635px;
  left: -3%;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background: #DD8682;
  color: #fff;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 761px) {
  .page-women .l-mv__text03 {
    top: 266.1538461538vw;
    left: auto;
    right: auto;
    left: 7.1794871795vw;
    font-size: 5.641025641vw;
    width: 42.8205128205vw;
    height: 42.8205128205vw;
  }
}
.page-women .l-mv__text04 {
  position: absolute;
  z-index: 5;
  top: 710px;
  left: 13%;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #C63D3B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 761px) {
  .page-women .l-mv__text04 {
    top: 301.7948717949vw;
    left: auto;
    right: auto;
    left: 18.2051282051vw;
    font-size: 5.1282051282vw;
    width: 49.7435897436vw;
    height: 49.7435897436vw;
  }
}
.page-women .l-mv__text04 span {
  font-size: 52px;
}
@media (max-width: 761px) {
  .page-women .l-mv__text04 span {
    font-size: 7.6923076923vw;
  }
}

.page-women .l-recommend {
  position: relative;
  z-index: 200;
  max-width: 1200px;
  margin: 0 auto 734px;
  margin-top: -280px;
  background: #fff;
  border-radius: 300px;
}
@media (max-width: 761px) {
  .page-women .l-recommend {
    width: 90%;
    margin-top: 0;
    border-radius: 76.9230769231vw;
    margin-bottom: 173.5897435897vw;
  }
}
.page-women .l-recommend__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
@media (max-width: 761px) {
  .page-women .l-recommend__container {
    flex-direction: column;
    padding: 5.641025641vw;
    gap: 4.1025641026vw;
  }
}
.page-women .l-recommend__img {
  width: 45%;
}
@media (max-width: 761px) {
  .page-women .l-recommend__img {
    width: 100%;
  }
}
.page-women .l-recommend__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-women .l-recommend__info {
  width: 55%;
  align-self: center;
  padding-left: 2%;
  padding-right: 6%;
}
@media (max-width: 761px) {
  .page-women .l-recommend__info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20.5128205128vw;
  }
}
.page-women .l-recommend__title {
  font-size: 36px;
  padding-bottom: 12px;
  border-bottom: 6px solid #DD8682;
  margin-bottom: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 761px) {
  .page-women .l-recommend__title {
    font-size: 6.1538461538vw;
    text-align: center;
    padding-bottom: 2.0512820513vw;
    margin-bottom: 4.1025641026vw;
    border-bottom: 4px solid #DD8682;
  }
}
@media (max-width: 761px) {
  .page-women .l-recommend__list {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.page-women .l-recommend__list li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  padding-left: 37px;
}
@media (max-width: 761px) {
  .page-women .l-recommend__list li {
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
    padding-left: 9.4871794872vw;
  }
}
.page-women .l-recommend__list li:last-child {
  margin-bottom: 0;
}
.page-women .l-recommend__list li::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 0;
  display: block;
  width: 27px;
  height: 26px;
  background: url("../women/images/icon_check.svg") center/contain no-repeat;
}
@media (max-width: 761px) {
  .page-women .l-recommend__list li::after {
    width: 6.9230769231vw;
    height: 6.6666666667vw;
    top: 1.0256410256vw;
  }
}

.page-women .l-reason {
  position: relative;
  z-index: 100;
  margin-bottom: 176px;
}
@media (max-width: 761px) {
  .page-women .l-reason {
    margin-bottom: 40.5128205128vw;
  }
}
.page-women .l-reason__container {
  position: relative;
}
.page-women .l-reason__line01 {
  position: absolute;
  z-index: -100;
  top: -880px;
  right: -230px;
  width: 510px;
}
@media (max-width: 761px) {
  .page-women .l-reason__line01 {
    top: -200vw;
    right: 6.4102564103vw;
    width: 79.4871794872vw;
  }
}
.page-women .l-reason__line02 {
  position: absolute;
  z-index: -100;
  top: 55%;
  left: -6%;
  transform: translateY(-50%);
  width: 1050px;
}
.page-women .l-reason__line03 {
  position: absolute;
  z-index: -100;
  bottom: -60vw;
  left: 0;
  width: 90vw;
}
.page-women .l-reason__title {
  position: absolute;
  z-index: 100;
  top: -293px;
  right: -105px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: #fff;
  color: #DD8682;
  border: 6px solid #DD8682;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 761px) {
  .page-women .l-reason__title {
    width: 77.4358974359vw;
    height: 77.4358974359vw;
    top: -103.8461538462vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #DD8682;
    z-index: -5;
  }
}
.page-women .l-reason__title .p-en {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 761px) {
  .page-women .l-reason__title .p-en {
    font-size: 12.8205128205vw;
  }
}
.page-women .l-reason__title .p-title {
  font-size: 24px;
}
@media (max-width: 761px) {
  .page-women .l-reason__title .p-title {
    font-size: 6.1538461538vw;
  }
}
.page-women .l-reason__image {
  width: 800px;
  position: absolute;
  z-index: -1;
  top: -550px;
  left: 100px;
}
@media (max-width: 761px) {
  .page-women .l-reason__image {
    width: 74.358974359vw;
    top: -33.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.page-women .l-reason .l-reason__item {
  margin-bottom: 50px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item {
    width: min(1080px, 95%);
    min-height: 426px;
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
@media print, screen and (min-width: 1440px) {
  .page-women .l-reason .l-reason__item {
    width: min(1440px, 75%);
  }
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 20.5128205128vw;
    padding-bottom: 35.8974358974vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    border-radius: 102.5641025641vw;
    margin-bottom: 25.641025641vw;
  }
}
.page-women .l-reason .l-reason__item:last-child {
  margin-bottom: 0;
}
.page-women .l-reason .l-reason__item.left {
  background: #fff;
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item.left {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 500px 500px 0;
    padding-left: min(120px, 8%);
    padding-right: 100px;
  }
}
.page-women .l-reason .l-reason__item.right {
  background: #E49E9B;
  color: #fff;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item.right {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
    border-radius: 500px 0 0 500px;
    padding-right: min(120px, 8%);
    padding-left: 100px;
  }
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item.right {
    border: 5px solid #fff;
  }
}
.page-women .l-reason .l-reason__item.right .l-reason__item__title__en {
  color: #fff;
}
.page-women .l-reason .l-reason__item.right .l-reason__item__title__en::after {
  background: #fff;
}
.page-women .l-reason .l-reason__item__img {
  width: 35%;
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__img {
    width: 69.2307692308vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-women .l-reason .l-reason__item__img img {
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-women .l-reason .l-reason__item__inner {
  width: 60%;
  align-self: center;
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__inner {
    width: 100%;
  }
}
.page-women .l-reason .l-reason__item__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.6923076923vw;
  }
}
.page-women .l-reason .l-reason__item__title__en {
  font-size: 100px;
  font-weight: 700;
  color: #DD8682;
  position: relative;
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item__title__en {
    padding-right: 36px;
    padding-bottom: 8px;
  }
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__title__en {
    font-size: 25.641025641vw;
  }
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item__title__en::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 5px;
    height: 100%;
    background: #DD8682;
  }
}
.page-women .l-reason .l-reason__item__title__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3333333333;
  align-self: center;
}
@media (min-width: 762px) {
  .page-women .l-reason .l-reason__item__title__title {
    padding-left: 36px;
  }
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__title__title {
    font-size: 6.1538461538vw;
    text-align: center;
  }
}
.page-women .l-reason .l-reason__item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 761px) {
  .page-women .l-reason .l-reason__item__text {
    font-size: 4.1025641026vw;
  }
}

.page-women .l-more {
  margin-bottom: 120px;
}
@media (max-width: 761px) {
  .page-women .l-more {
    margin-bottom: 0;
  }
}
.page-women .l-more__container {
  position: relative;
  z-index: 10;
}
.page-women .l-more__line {
  position: absolute;
  z-index: -100;
  width: 1080px;
}
@media (min-width: 762px) {
  .page-women .l-more__line {
    width: 1080px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 761px) {
  .page-women .l-more__line {
    width: 105.1282051282vw;
    top: -63.0769230769vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-women .l-more__title {
  width: 378px;
  height: 378px;
  margin: 0 auto;
  border-radius: 50%;
  background: #DD8682;
  color: #fff;
  border: 6px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.7142857143;
  text-align: center;
}
@media (max-width: 761px) {
  .page-women .l-more__title {
    width: 70.5128205128vw;
    height: 70.5128205128vw;
    border: 3px solid #fff;
    font-size: 7.1794871795vw;
  }
}

.page-women .l-calendar {
  position: relative;
  z-index: 10;
  margin: 0 auto 122px;
}
@media (max-width: 761px) {
  .page-women .l-calendar {
    z-index: 0;
    margin-top: -34.6153846154vw;
    margin-bottom: 5.8974358974vw;
  }
}
.page-women .l-calendar__container {
  max-width: 1200px;
  width: 90%;
  background: #fff url("../women/images/calendar_bg.png") center top/cover repeat;
  background-size: 1200px auto;
  border-radius: 55px;
  padding: 50px 30px;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-women .l-calendar__container {
    width: 90%;
    border-radius: 25px;
    margin: 0 auto;
    padding: 7.6923076923vw 2.5641025641vw;
    padding-top: 38.4615384615vw;
  }
}
.page-women .l-calendar__title {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.0625;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 761px) {
  .page-women .l-calendar__title {
    font-size: 8.2051282051vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-women .l-calendar__title span {
  color: #C63D3B;
}
@media (min-width: 762px) {
  .page-women .l-calendar__sub {
    display: none;
  }
}
@media (max-width: 761px) {
  .page-women .l-calendar__sub {
    font-size: 3.8461538462vw;
    text-align: center;
    margin-bottom: 5.1282051282vw;
    color: #C63D3B;
  }
}
@media (max-width: 761px) {
  .page-women .l-calendar__image.scroll {
    width: 100%;
    height: 100vw;
    overflow: scroll;
    margin-bottom: 10.2564102564vw;
  }
  .page-women .l-calendar__image.scroll img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 761px) {
  .page-women .l-calendar__image.photo {
    width: 86%;
    margin: 0 auto;
    margin-bottom: 10.2564102564vw;
  }
}

.page-women .l-career {
  margin-bottom: 540px;
}
@media (max-width: 761px) {
  .page-women .l-career {
    margin-bottom: 110.2564102564vw;
  }
}
.page-women .l-career__container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-women .l-career__container {
    width: 100%;
  }
}
.page-women .l-career__line {
  position: absolute;
  z-index: -100;
  width: 400px;
  top: -220px;
  left: 45%;
}
@media (max-width: 761px) {
  .page-women .l-career__line {
    width: 79.4871794872vw;
    top: -100px;
    left: 20%;
  }
}
.page-women .l-career__subtitle {
  z-index: 0;
  margin-left: 45%;
  width: 329px;
  height: 329px;
  border-radius: 50%;
  background: #DD8682;
  color: #fff;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 761px) {
  .page-women .l-career__subtitle {
    width: 60.2564102564vw;
    height: 60.2564102564vw;
    margin-left: 35vw;
    font-size: 4.6153846154vw;
  }
}
.page-women .l-career__title {
  margin-left: 33%;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  width: 301px;
  height: 301px;
  border-radius: 50%;
  background: #C63D3B;
  color: #fff;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  line-height: 1.3157894737;
  text-align: center;
}
@media (max-width: 761px) {
  .page-women .l-career__title {
    width: 51.5384615385vw;
    height: 51.5384615385vw;
    margin-left: 5vw;
    margin-top: -20vw;
    font-size: 6.4102564103vw;
  }
}
.page-women .l-career__image {
  width: 643px;
  margin-top: -150px;
}
@media (max-width: 761px) {
  .page-women .l-career__image {
    width: 65.8974358974vw;
    margin-top: -15vw;
  }
}
.page-women .l-career__detail {
  margin-top: -240px;
  max-width: 728px;
  margin-left: auto;
  margin-right: 5%;
  padding: 210px 70px;
  border-radius: 728px;
  background: #fff;
  text-align: center;
}
@media (max-width: 761px) {
  .page-women .l-career__detail {
    width: 90%;
    margin: 0 auto;
    margin-top: -20vw;
    padding: 35.8974358974vw 5.1282051282vw;
    border-radius: 93.3333333333vw;
  }
}
.page-women .l-career__detail__title {
  display: inline-block;
  margin: 0 auto 30px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #C63D3B;
  padding: 10px 20px;
}
@media (max-width: 761px) {
  .page-women .l-career__detail__title {
    font-size: 4.6153846154vw;
    margin: 0 auto 5.1282051282vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.page-women .l-career__detail__text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1111111111;
}
@media (max-width: 761px) {
  .page-women .l-career__detail__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.page-women .l-career__detail__text span {
  color: #C63D3B;
  font-size: 22px;
}
@media (max-width: 761px) {
  .page-women .l-career__detail__text span {
    font-size: 4.6153846154vw;
  }
}

.page-women .l-voice {
  margin-bottom: 120px;
}
@media (max-width: 761px) {
  .page-women .l-voice {
    margin-bottom: 42.8205128205vw;
  }
}
.page-women .l-voice__container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-women .l-voice__container {
    width: 100%;
  }
}
.page-women .l-voice__line01 {
  position: absolute;
  z-index: -100;
  width: 800px;
  top: -760px;
  left: 72%;
  transform: translateX(-50%);
}
@media (max-width: 761px) {
  .page-women .l-voice__line01 {
    width: 100vw;
    top: -137vw;
    left: 60%;
  }
}
.page-women .l-voice__line02 {
  position: absolute;
  z-index: -100;
  width: 1000px;
  bottom: -380px;
  right: -280px;
}
@media (max-width: 761px) {
  .page-women .l-voice__line02 {
    width: 109.4871794872vw;
    bottom: -70vw;
    right: auto;
    left: -5%;
  }
}
.page-women .l-voice__title {
  position: absolute;
  z-index: 100;
  top: -227px;
  left: 50%;
  transform: translateX(-50%);
  width: 454px;
  height: 454px;
  border-radius: 50%;
  background: #fff;
  color: #DD8682;
  border: 6px solid #DD8682;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 761px) {
  .page-women .l-voice__title {
    width: 89.7435897436vw;
    height: 89.7435897436vw;
    top: -65.641025641vw;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #DD8682;
  }
}
.page-women .l-voice__title .p-en {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 761px) {
  .page-women .l-voice__title .p-en {
    font-size: 12.8205128205vw;
  }
}
.page-women .l-voice__title .p-title {
  font-size: 24px;
}
@media (max-width: 761px) {
  .page-women .l-voice__title .p-title {
    font-size: 6.1538461538vw;
  }
}
.page-women .l-voice__list {
  background: #fff;
  padding: 280px 7% 110px;
  border-radius: 55px;
}
@media (max-width: 761px) {
  .page-women .l-voice__list {
    padding: 35.8974358974vw 5.1282051282vw 20.5128205128vw;
    border-radius: 6.4102564103vw;
  }
}
.page-women .l-voice .l-voice__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item {
    margin-bottom: 15.3846153846vw;
    flex-direction: column;
    gap: 8vw;
  }
}
.page-women .l-voice .l-voice__item:last-child {
  margin-bottom: 0;
}
.page-women .l-voice .l-voice__item__profile {
  width: 28%;
  text-align: center;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__profile {
    width: 100%;
  }
}
.page-women .l-voice .l-voice__item__img {
  max-width: 230px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  object-fit: cover;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__img {
    max-width: 58.9743589744vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-women .l-voice .l-voice__item__position {
  font-size: 18px;
  margin-bottom: 2px;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__position {
    font-size: 4.6153846154vw;
    margin-bottom: 0.5128205128vw;
  }
}
.page-women .l-voice .l-voice__item__position span {
  color: #DD8682;
  padding-right: 8px;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__position span {
    padding-right: 2.0512820513vw;
  }
}
.page-women .l-voice .l-voice__item__name {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__name {
    font-size: 6.1538461538vw;
    margin-bottom: 2.0512820513vw;
  }
}
.page-women .l-voice .l-voice__item__info {
  font-size: 16px;
  line-height: 1.3125;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__info {
    font-size: 4.1025641026vw;
    line-height: 1.3125;
  }
}
.page-women .l-voice .l-voice__item__inner {
  width: 68%;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__inner {
    width: 100%;
  }
}
.page-women .l-voice .l-voice__item__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4166666667;
  text-align: left;
  margin-bottom: 20px;
  color: #C63D3B;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__title {
    font-size: 6.1538461538vw;
    line-height: 1.4166666667;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
}
.page-women .l-voice .l-voice__item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
@media (max-width: 761px) {
  .page-women .l-voice .l-voice__item__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

/* ==========================================================================
   18. Page: Career 
   ========================================================================== */
.page-career {
  background: #D8F2EC;
}

.page-career .l-mv {
  position: relative;
}
.page-career .l-mv::before {
  content: "";
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 1440/1450;
  background: url("../career/images/mv.jpg") center top/cover no-repeat;
  background-size: 100% auto;
}
@media (max-width: 761px) {
  .page-career .l-mv::before {
    aspect-ratio: 390/860;
    background: url("../career/images/mv_sp.jpg") center top/cover no-repeat;
    background-size: 100% auto;
  }
}
.page-career .l-mv__container {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/1450;
  margin: 0 auto;
  z-index: 10;
  padding: 0 5vw;
  padding-top: 4.4444444444vw;
  text-align: left;
}
@media (max-width: 761px) {
  .page-career .l-mv__container {
    aspect-ratio: 390/860;
    padding-top: 15.3846153846vw;
  }
}
.page-career .l-mv__subtitle {
  display: inline-block;
  font-size: 3.4722222222vw;
  font-weight: 900;
  line-height: 1;
  background: #fff;
  color: #6AAF9D;
  padding: 1.3888888889vw 4.1666666667vw 1.6666666667vw 0;
  border-radius: 0 6.9444444444vw 6.9444444444vw 0;
  margin-bottom: 1.3888888889vw;
  position: relative;
}
@media (max-width: 761px) {
  .page-career .l-mv__subtitle {
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-career .l-mv__subtitle::before {
  content: "";
  position: absolute;
  z-index: -100;
  top: 0;
  left: -9vw;
  width: 10vw;
  height: 100%;
  background: #fff;
}
.page-career .l-mv__title {
  font-size: 6.1111111111vw;
  font-weight: 900;
  line-height: 1.1818181818;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 761px) {
  .page-career .l-mv__title {
    font-size: 7.4358974359vw;
    margin-bottom: 7.6923076923vw;
  }
}
.page-career .l-mv__title span {
  color: #C63D3B;
}
.page-career .l-mv__point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.0416666667vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 761px) {
  .page-career .l-mv__point {
    gap: 2.0512820513vw;
    padding-top: 80vw;
    justify-content: center;
    align-items: stretch;
  }
}
.page-career .l-mv__point li {
  font-size: 2.0833333333vw;
  background: #fff;
  border: 3px solid #6AAF9D;
  border-radius: 1.0416666667vw;
  padding: 1.1111111111vw 2.7777777778vw 1.25vw 2.7777777778vw;
}
@media (max-width: 761px) {
  .page-career .l-mv__point li {
    font-size: 4.1025641026vw;
    line-height: 1.3333333333;
    padding: 3.0769230769vw 5.1282051282vw 2.5641025641vw;
    text-align: center;
    border-radius: 2.5641025641vw;
    display: flex;
    flex-direction: column;
  }
}
.page-career .l-mv__point li span {
  color: #6AAF9D;
}
.page-career .l-mv__text {
  font-size: 2.0138888889vw;
  font-weight: 700;
  line-height: 1.3103448276;
}
@media (max-width: 761px) {
  .page-career .l-mv__text {
    font-size: 4.6153846154vw;
    line-height: 1.3103448276;
    text-align: center;
  }
}

.page-career .l-message {
  margin-bottom: 282px;
}
@media (max-width: 761px) {
  .page-career .l-message {
    margin-bottom: 65.3846153846vw;
  }
}
.page-career .l-message__container {
  position: relative;
  width: 608px;
  height: 608px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 14%;
  margin-top: -310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #6AAF9D;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 761px) {
  .page-career .l-message__container {
    width: 100vw;
    height: 100vw;
    padding-top: 5.1282051282vw;
    margin-top: 13.5897435897vw;
    margin-right: 0;
    margin-left: auto;
  }
}
.page-career .l-message__image {
  position: absolute;
  z-index: 10;
  top: -270px;
  left: -420px;
  width: 559px;
}
@media (max-width: 761px) {
  .page-career .l-message__image {
    width: 64.1025641026vw;
    top: -50vw;
    left: 5.1282051282vw;
  }
}
.page-career .l-message__title {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 761px) {
  .page-career .l-message__title {
    font-size: 12.8205128205vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-career .l-message__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1111111111;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-message__text {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.page-career .l-message__line {
  position: absolute;
  z-index: -100;
  left: -330px;
  bottom: -490px;
  width: 550px;
}
@media (max-width: 761px) {
  .page-career .l-message__line {
    left: 22.0512820513vw;
    bottom: -93.5897435897vw;
    width: 79.4871794872vw;
  }
}

.page-career .l-question {
  margin-bottom: 88px;
}
@media (max-width: 761px) {
  .page-career .l-question {
    margin-bottom: 34.6153846154vw;
  }
}
.page-career .l-question__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 500px 500px 0;
  padding: 50px 70px;
}
@media (max-width: 761px) {
  .page-career .l-question__container {
    width: 90vw;
    border-radius: 64.1025641026vw;
    padding: 20.5128205128vw 5.1282051282vw 25.641025641vw;
  }
}
.page-career .l-question__container::before {
  content: "";
  position: absolute;
  z-index: -100;
  top: 0;
  right: 50vw;
  width: 50vw;
  height: 100%;
  background: #fff;
}
@media (max-width: 761px) {
  .page-career .l-question__container::before {
    content: none;
  }
}
.page-career .l-question__title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
  padding: 0 50px 15px;
  border-bottom: 6px solid #6AAF9D;
}
@media (max-width: 761px) {
  .page-career .l-question__title {
    font-size: 6.1538461538vw;
    line-height: 1.4166666667;
    margin-bottom: 5.1282051282vw;
    padding: 0 0 2.5641025641vw;
    border-bottom: 4px solid #6AAF9D;
  }
}
.page-career .l-question__title span {
  color: #6AAF9D;
}
.page-career .l-question__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px 30px;
}
@media (max-width: 761px) {
  .page-career .l-question__list {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    gap: 2.5641025641vw 5.1282051282vw;
  }
}
.page-career .l-question__list li {
  width: calc(50% - 15px);
  max-width: 470px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 37px;
}
@media (max-width: 761px) {
  .page-career .l-question__list li {
    width: 100%;
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
    padding-left: 9.4871794872vw;
  }
}
.page-career .l-question__list li::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 0;
  display: block;
  width: 27px;
  height: 26px;
  background: url("../career/images/icon_check.svg") center/contain no-repeat;
}
@media (max-width: 761px) {
  .page-career .l-question__list li::after {
    width: 6.9230769231vw;
    height: 6.6666666667vw;
    top: 0;
  }
}
.page-career .l-question__text {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 42px;
  color: #C63D3B;
}
@media (max-width: 761px) {
  .page-career .l-question__text {
    font-size: 5.1282051282vw;
    line-height: 1.3333333333;
    margin-top: 3.8461538462vw;
  }
}
.page-career .l-question__line {
  position: absolute;
  z-index: -100;
  left: -330px;
  bottom: -490px;
  width: 550px;
}
@media (max-width: 761px) {
  .page-career .l-question__line {
    left: 0;
    bottom: -56.4102564103vw;
    width: 89.7435897436vw;
  }
}

.page-career .l-about {
  margin-bottom: 100px;
}
@media (max-width: 761px) {
  .page-career .l-about {
    margin-bottom: 21.7948717949vw;
  }
}
.page-career .l-about__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #6AAF9D;
  color: #fff;
  border-radius: 500px 0 0 500px;
  padding: 80px 70px;
}
@media (max-width: 761px) {
  .page-career .l-about__container {
    width: 90vw;
    border-radius: 64.1025641026vw;
    padding: 28.2051282051vw 5.1282051282vw 28.2051282051vw;
  }
}
.page-career .l-about__container::before {
  content: "";
  position: absolute;
  z-index: -100;
  top: 0;
  left: 50vw;
  width: 50vw;
  height: 100%;
  background: #6AAF9D;
}
@media (max-width: 761px) {
  .page-career .l-about__container::before {
    content: none;
  }
}
.page-career .l-about__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-about__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.page-career .l-about__line {
  position: absolute;
  z-index: -100;
}
@media (min-width: 762px) {
  .page-career .l-about__line {
    width: 1230px;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 761px) {
  .page-career .l-about__line {
    right: 0;
    bottom: -56.4102564103vw;
    width: 87.1794871795vw;
  }
}

.page-career .l-benefit {
  margin-bottom: 506px;
}
@media (max-width: 761px) {
  .page-career .l-benefit {
    margin-bottom: 104.8717948718vw;
  }
}
.page-career .l-benefit__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 55px;
  padding: 95px 0 150px;
}
@media (max-width: 761px) {
  .page-career .l-benefit__container {
    width: 90vw;
    border-radius: 6.4102564103vw;
    padding: 5.641025641vw 0vw 15.3846153846vw;
  }
}
.page-career .l-benefit__image {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .page-career .l-benefit__image {
    width: 100%;
    margin-bottom: 5.1282051282vw;
  }
}
.page-career .l-benefit__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1111111111;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-benefit__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    text-align: justify;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.page-career .l-benefit .l-career-cv {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 761px) {
  .page-career .l-benefit .l-career-cv {
    bottom: -8.7179487179vw;
  }
}

.page-career .l-career-cv {
  width: 812px;
}
@media (max-width: 761px) {
  .page-career .l-career-cv {
    width: 79.4871794872vw;
  }
}
.page-career .l-career-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #C63D3B;
  border-radius: 120px;
  padding: 62px;
  position: relative;
}
@media (max-width: 761px) {
  .page-career .l-career-cv a {
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 10.2564102564vw;
  }
}
.page-career .l-career-cv a::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background: url(../images/cmn/icon_arrow_wh_l.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 761px) {
  .page-career .l-career-cv a::before {
    right: 5.1282051282vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}

.page-career .l-reason {
  position: relative;
  z-index: 100;
  margin-bottom: 200px;
}
@media (max-width: 761px) {
  .page-career .l-reason {
    margin-bottom: 51.2820512821vw;
  }
}
.page-career .l-reason__container {
  position: relative;
}
.page-career .l-reason__line01 {
  position: absolute;
  z-index: -100;
  top: -880px;
  right: -230px;
  width: 510px;
}
@media (max-width: 761px) {
  .page-career .l-reason__line01 {
    top: -200vw;
    right: 6.4102564103vw;
    width: 79.4871794872vw;
  }
}
.page-career .l-reason__line02 {
  position: absolute;
  z-index: -100;
  top: 55%;
  left: 2%;
  transform: translateY(-50%);
  width: 1300px;
}
.page-career .l-reason__line03 {
  position: absolute;
  z-index: -100;
  bottom: -60vw;
  left: 0;
  width: 90vw;
}
.page-career .l-reason__title {
  position: absolute;
  z-index: 100;
  top: -296px;
  right: -131px;
  width: 426px;
  height: 426px;
  border-radius: 50%;
  background: #fff;
  color: #6AAF9D;
  border: 6px solid #6AAF9D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
}
@media (max-width: 761px) {
  .page-career .l-reason__title {
    width: 89.7435897436vw;
    height: 89.7435897436vw;
    top: -70.5128205128vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #6AAF9D;
    z-index: 10;
  }
}
.page-career .l-reason__title .p-en {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 761px) {
  .page-career .l-reason__title .p-en {
    font-size: 12.8205128205vw;
  }
}
.page-career .l-reason__title .p-title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-reason__title .p-title {
    font-size: 6.1538461538vw;
  }
}
.page-career .l-reason .l-reason__item {
  margin-bottom: 120px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item {
    width: min(1190px, 95%);
    min-height: 426px;
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
@media print, screen and (min-width: 1440px) {
  .page-career .l-reason .l-reason__item {
    width: min(1440px, 82%);
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 20.5128205128vw;
    padding-bottom: 35.8974358974vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    border-radius: 102.5641025641vw;
    margin-bottom: 25.641025641vw;
  }
}
.page-career .l-reason .l-reason__item:last-child {
  margin-bottom: 0;
}
.page-career .l-reason .l-reason__item.left {
  background: #fff;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.left {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 500px 500px 0;
    padding-left: min(120px, 8%);
    padding-right: 100px;
  }
}
.page-career .l-reason .l-reason__item.right {
  background: #6AAF9D;
  color: #fff;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.right {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
    border-radius: 500px 0 0 500px;
    padding-right: min(120px, 8%);
    padding-left: 100px;
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item.right {
    border: 5px solid #fff;
  }
}
.page-career .l-reason .l-reason__item.right .l-reason__item__title__en {
  color: #fff;
}
.page-career .l-reason .l-reason__item.right .l-reason__item__title__en::after {
  background: #fff;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.large {
    border-radius: 90px 0 0 90px;
    width: min(1335px, 95%);
  }
}
@media print, screen and (min-width: 1440px) {
  .page-career .l-reason .l-reason__item.large {
    width: min(1440px, 90%);
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.large .l-reason__item__inner {
    width: 100%;
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.large .l-reason__item__title__en {
    align-self: center;
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item.large .l-reason__item__map {
    width: 100%;
    height: 100vw;
    overflow: scroll;
    margin-bottom: 5.1282051282vw;
  }
  .page-career .l-reason .l-reason__item.large .l-reason__item__map img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.large .l-reason__item__text {
    flex: 1;
    padding-left: 40px;
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.gallery {
    width: min(1335px, 95%);
  }
}
@media print, screen and (min-width: 1440px) {
  .page-career .l-reason .l-reason__item.gallery {
    width: min(1440px, 90%);
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item.gallery .l-reason__item__inner {
    width: 50%;
  }
}
.page-career .l-reason .l-reason__item__img {
  width: 35%;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__img {
    width: 69.2307692308vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-career .l-reason .l-reason__item__img img {
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-career .l-reason .l-reason__item__gallery {
  width: 45%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__gallery {
    width: 69.2307692308vw;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-career .l-reason .l-reason__item__gallery-item {
  width: 48%;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__gallery-item {
    width: 100%;
  }
}
.page-career .l-reason .l-reason__item__gallery-item img {
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-career .l-reason .l-reason__item__inner {
  width: 60%;
  align-self: center;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__inner {
    width: 100%;
  }
}
.page-career .l-reason .l-reason__item__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.6923076923vw;
  }
}
.page-career .l-reason .l-reason__item__title__en {
  font-size: 100px;
  font-weight: 700;
  color: #6AAF9D;
  position: relative;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item__title__en {
    padding-right: 26px;
    padding-bottom: 8px;
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__title__en {
    font-size: 25.641025641vw;
  }
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item__title__en::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 5px;
    height: 100%;
    background: #6AAF9D;
  }
}
.page-career .l-reason .l-reason__item__title__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3333333333;
  align-self: center;
}
@media (min-width: 762px) {
  .page-career .l-reason .l-reason__item__title__title {
    padding-left: 26px;
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__title__title {
    font-size: 6.1538461538vw;
    text-align: center;
  }
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__sub {
    font-size: 3.8461538462vw;
    text-align: center;
    margin-top: 3.0769230769vw;
  }
}
.page-career .l-reason .l-reason__item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 761px) {
  .page-career .l-reason .l-reason__item__text {
    font-size: 4.1025641026vw;
  }
}

.page-career .l-environment {
  margin-bottom: 115px;
}
@media (max-width: 761px) {
  .page-career .l-environment {
    margin-bottom: 23.3333333333vw;
  }
}
.page-career .l-environment__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 55px;
  padding: 122px 60px 120px;
}
@media (max-width: 761px) {
  .page-career .l-environment__container {
    width: 90vw;
    border-radius: 6.4102564103vw;
    padding: 21.5384615385vw 5.1282051282vw 15.3846153846vw;
  }
}
.page-career .l-environment__title {
  position: absolute;
  z-index: 100;
  top: -56px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  border-radius: 120px;
  background: #6AAF9D;
  color: #fff;
  text-align: center;
  padding: 17px 0;
}
@media (max-width: 761px) {
  .page-career .l-environment__title {
    top: -15.3846153846vw;
    border-radius: 6.9230769231vw;
    padding: 4.1025641026vw 0 4.6153846154vw;
  }
}
.page-career .l-environment__title .p-sub {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 761px) {
  .page-career .l-environment__title .p-sub {
    font-size: 8.7179487179vw;
  }
}
.page-career .l-environment__title .p-main {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 761px) {
  .page-career .l-environment__title .p-main {
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
.page-career .l-environment__image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .page-career .l-environment__image {
    margin-bottom: 5.1282051282vw;
  }
}
.page-career .l-environment__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 761px) {
  .page-career .l-environment__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.page-career .l-welfare {
  margin-bottom: 463px;
}
@media (max-width: 761px) {
  .page-career .l-welfare {
    margin-bottom: 88.2051282051vw;
  }
}
.page-career .l-welfare__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-career .l-welfare__container {
    width: 100vw;
  }
}
.page-career .l-welfare__line {
  position: absolute;
  z-index: -100;
  width: 920px;
  top: -280px;
  left: 3%;
}
@media (max-width: 761px) {
  .page-career .l-welfare__line {
    width: 79.4871794872vw;
    top: -61.5384615385vw;
    left: 20%;
  }
}
.page-career .l-welfare__title {
  margin-left: 42%;
  position: relative;
  z-index: 10;
  width: 536px;
  height: 536px;
  border-radius: 50%;
  background: #6AAF9D;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-welfare__title {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    margin-left: auto;
    margin-right: -2.5641025641vw;
    z-index: 1;
  }
}
.page-career .l-welfare__title .p-title {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 761px) {
  .page-career .l-welfare__title .p-title {
    font-size: 7.6923076923vw;
  }
}
.page-career .l-welfare__title .p-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
}
@media (max-width: 761px) {
  .page-career .l-welfare__title .p-text {
    font-size: 4.6153846154vw;
  }
}
.page-career .l-welfare__bonus {
  margin-left: 6%;
  margin-top: -300px;
  position: relative;
  z-index: 5;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: url(../career/images/welfare_bg01.png) no-repeat center center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-welfare__bonus {
    width: 81.5384615385vw;
    height: 81.5384615385vw;
    margin-left: -5.1282051282vw;
    margin-top: -15.3846153846vw;
  }
}
.page-career .l-welfare__bonus .p-title {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 761px) {
  .page-career .l-welfare__bonus .p-title {
    font-size: 8.7179487179vw;
  }
}
.page-career .l-welfare__bonus .p-sub {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 761px) {
  .page-career .l-welfare__bonus .p-sub {
    font-size: 8.4615384615vw;
  }
}
.page-career .l-welfare__aid {
  margin-left: 44%;
  margin-top: -252px;
  position: relative;
  z-index: 1;
  width: 407px;
  height: 407px;
  border-radius: 50%;
  background: url(../career/images/welfare_bg02.png) no-repeat center center/cover;
  color: #101010;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-welfare__aid {
    width: 48.7179487179vw;
    height: 48.7179487179vw;
    margin-left: auto;
    margin-right: 5.1282051282vw;
    margin-top: -37.6923076923vw;
    z-index: 10;
  }
}
.page-career .l-welfare__aid .p-title {
  font-size: 52px;
  font-weight: 900;
}
@media (max-width: 761px) {
  .page-career .l-welfare__aid .p-title {
    font-size: 3.8461538462vw;
  }
}
.page-career .l-welfare__aid .p-sub {
  font-size: 34px;
  line-height: 1.4117647059;
  font-weight: 900;
}
@media (max-width: 761px) {
  .page-career .l-welfare__aid .p-sub {
    font-size: 5.8974358974vw;
  }
}
.page-career .l-welfare__detail {
  width: 100%;
  background: #fff;
  border-radius: 55px;
  padding: 100px 6% 80px;
  margin-top: -65px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail {
    padding: 30vw 5.1282051282vw 20.5128205128vw;
    margin-top: -23.0769230769vw;
    border-radius: 6.4102564103vw;
  }
}
.page-career .l-welfare__detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  margin-bottom: 70px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__list {
    gap: 5.1282051282vw 3.8461538462vw;
    margin-bottom: 17.9487179487vw;
  }
}
.page-career .l-welfare__detail__list li {
  width: calc((100% - 20px) / 3);
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__list li {
    width: calc((100% - 15px) / 2);
  }
}
.page-career .l-welfare__detail__list li .p-image {
  width: 100%;
  margin-bottom: 10px;
}
.page-career .l-welfare__detail__list li .p-title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__list li .p-title {
    font-size: 4.1025641026vw;
    line-height: 1.3125;
  }
}
.page-career .l-welfare__detail__event {
  position: relative;
  width: 100%;
  border: 4px solid #6AAF9D;
  border-radius: 15px;
  padding: 60px 40px 40px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event {
    padding: 14.1025641026vw 7.6923076923vw 12.8205128205vw;
    border-radius: 3.8461538462vw;
    border: 2px solid #6AAF9D;
  }
}
.page-career .l-welfare__detail__event__title {
  position: absolute;
  z-index: 100;
  top: -30px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  border-radius: 120px;
  background: #6AAF9D;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 30px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__title {
    font-size: 5.1282051282vw;
    top: -7.6923076923vw;
    border-radius: 6.9230769231vw;
    padding: 2.5641025641vw 0;
  }
}
.page-career .l-welfare__detail__event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list {
    gap: 5.1282051282vw;
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item {
    width: 100%;
  }
}
.page-career .l-welfare__detail__event__list .p-item.p-item03 {
  width: 100%;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item.p-item03 {
    width: 100%;
  }
}
.page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__image {
  width: 24.5%;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__image {
    width: 100%;
  }
}
.page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__image:first-child {
  width: 27%;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__image:first-child {
    width: 100%;
  }
}
.page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__text {
  width: 22%;
  padding-left: 5px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item.p-item03 .p-item__text {
    width: 100%;
    padding-left: 0;
    margin-top: 1.2820512821vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item.p-item03 .p-image__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item.p-item03 .p-image__title {
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item__title {
  font-size: 24px;
  text-align: center;
  position: relative;
  color: #AB9550;
  margin-bottom: 14px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item__title {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item__title::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #AB9550;
}
.page-career .l-welfare__detail__event__list .p-item__title span {
  position: relative;
  background: #fff;
  padding: 0 20px;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item__title span {
    padding: 0 2.5641025641vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item__inner {
    flex-direction: column;
    gap: 3.8461538462vw;
  }
}
.page-career .l-welfare__detail__event__list .p-item__image {
  width: 58%;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item__image {
    width: 100%;
  }
}
.page-career .l-welfare__detail__event__list .p-item__text {
  width: 38%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 761px) {
  .page-career .l-welfare__detail__event__list .p-item__text {
    width: 100%;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.page-career .l-voice {
  margin-bottom: 180px;
}
@media (max-width: 761px) {
  .page-career .l-voice {
    margin-bottom: 20.5128205128vw;
  }
}
.page-career .l-voice__container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-career .l-voice__container {
    width: 100%;
  }
}
.page-career .l-voice__line {
  position: absolute;
  z-index: -100;
  width: 800px;
  top: -650px;
  left: 55%;
  transform: translateX(-50%);
}
@media (max-width: 761px) {
  .page-career .l-voice__line {
    width: 100vw;
    top: -106vw;
    left: 50%;
  }
}
.page-career .l-voice__title {
  position: absolute;
  z-index: 100;
  top: -196.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 393px;
  height: 393px;
  border-radius: 50%;
  background: #fff;
  color: #6AAF9D;
  border: 6px solid #6AAF9D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-voice__title {
    width: 74.358974359vw;
    height: 74.358974359vw;
    top: -50vw;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #6AAF9D;
  }
}
.page-career .l-voice__title .p-en {
  font-size: 77px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 761px) {
  .page-career .l-voice__title .p-en {
    font-size: 12.8205128205vw;
  }
}
.page-career .l-voice__title .p-title {
  font-size: 20px;
}
@media (max-width: 761px) {
  .page-career .l-voice__title .p-title {
    font-size: 6.1538461538vw;
    line-height: 1.4166666667;
  }
}
.page-career .l-voice__list {
  background: #fff;
  padding: 240px 8% 100px;
  border-radius: 55px;
}
@media (max-width: 761px) {
  .page-career .l-voice__list {
    padding: 32.8205128205vw 7.6923076923vw 20.5128205128vw;
    border-radius: 6.4102564103vw;
  }
}
.page-career .l-voice .l-voice__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 761px) {
  .page-career .l-voice .l-voice__item {
    margin-bottom: 15.3846153846vw;
    flex-direction: column;
    gap: 4vw;
  }
}
.page-career .l-voice .l-voice__item:last-child {
  margin-bottom: 0;
}
.page-career .l-voice .l-voice__item__img {
  width: 17.5%;
  text-align: center;
}
@media (max-width: 761px) {
  .page-career .l-voice .l-voice__item__img {
    width: 41.0256410256vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-career .l-voice .l-voice__item__inner {
  width: 80%;
}
@media (max-width: 761px) {
  .page-career .l-voice .l-voice__item__inner {
    width: 100%;
  }
}
.page-career .l-voice .l-voice__item__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4166666667;
  text-align: left;
  margin-bottom: 20px;
  color: #6AAF9D;
}
@media (max-width: 761px) {
  .page-career .l-voice .l-voice__item__title {
    font-size: 6.1538461538vw;
    line-height: 1.4166666667;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
}
.page-career .l-voice .l-voice__item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
@media (max-width: 761px) {
  .page-career .l-voice .l-voice__item__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.page-career .l-recruit {
  margin-bottom: 180px;
}
@media (max-width: 761px) {
  .page-career .l-recruit {
    margin-bottom: 20.5128205128vw;
  }
}
.page-career .l-recruit__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .page-career .l-recruit__container {
    width: 100%;
  }
}
.page-career .l-recruit__line {
  position: absolute;
  z-index: -100;
  width: 845px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 761px) {
  .page-career .l-recruit__line {
    width: 92.3076923077vw;
  }
}
.page-career .l-recruit .l-career-cv {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 761px) {
  .page-career .l-recruit .l-career-cv a {
    padding: 30px 20px;
  }
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要 company
*----------------------------------- */
.page-company .list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .page-company .list-page__main {
    width: 1080px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__main {
    width: 90%;
  }
}
.page-company .mv_list {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company .mv_list {
    margin-bottom: 12vw;
  }
}

.page-company .l-company .section_offer {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .section_offer {
    margin-bottom: 12vw;
  }
}
.page-company .l-company h3 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company h3 {
    margin-bottom: 5vw;
  }
}
.page-company .l-company h3 span {
  font-size: 35px;
  margin-right: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company h3 span {
    font-size: 8vw;
    margin-right: 2vw;
  }
}
.page-company .l-company .l-table {
  margin-bottom: 75px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table {
    margin-bottom: 12vw;
  }
}
.page-company .l-company .l-table:last-child {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table:last-child {
    margin-bottom: 3vw;
  }
}
.page-company .l-company .l-table table {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table {
    border-top: 1px solid #4b4b4b;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table tr {
    display: table-row;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table tr {
    display: block;
  }
}
.page-company .l-company .l-table table th {
  background: #ededed;
  border: 1px solid #4b4b4b;
  padding: 20px;
  width: 266px;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table th {
    display: table-cell;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table th {
    border: none;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    display: block;
    width: 100%;
    padding: 3vw;
  }
}
.page-company .l-company .l-table table td {
  padding: 20px;
  border: 1px solid #4b4b4b;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table td {
    display: table-cell;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table td {
    display: block;
    width: 100%;
    padding: 3vw;
  }
}

/*  代表メッセージ
*----------------------------------- */
.page-message .list-page__main {
  width: 100%;
}

.page-message .l-profile__container {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__container {
    margin-bottom: 15vw;
  }
}
.page-message .l-profile__mv {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__mv {
    width: 100%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-message .l-profile__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 8vw;
  }
}
.page-message .l-profile__title .accent {
  color: #C63D3B;
}
.page-message .l-profile__info {
  background: rgba(186, 186, 186, 0.47);
  padding: 30px 0;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
  }
}
.page-message .l-profile__info .p-title {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-title {
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
.page-message .l-profile__info .p-text {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info .p-text {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }
}
.page-message .l-profile__info .p-text__sub {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text__sub {
    font-size: 3.6vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__photo {
    flex: 1;
    max-width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__info {
    max-width: 45%;
  }
}
.page-message .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #C63D3B;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-message .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-comment .p-item__title .accent {
  color: #C63D3B;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-message .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.page-message .l-future {
  padding-top: 100px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future {
    padding-top: 12vw;
  }
}
.page-message .l-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #6AAF9D;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__photo {
    margin-bottom: 6vw;
  }
}
.page-message .l-future__title {
  font-size: 33px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-future__title .accent {
  color: #C63D3B;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__text {
    font-size: 4.1vw;
    line-height: 1.8;
    text-align: justify;
  }
}

/*  成長環境
*----------------------------------- */
.page-growth .l-growth {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
.page-growth .l-growth__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #C63D3B;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #101010;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #101010;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C63D3B;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-growth .l-growth .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-growth .l-growth .p-item__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-growth .l-growth .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-growth .l-growth .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-growth .l-growth .p-item:last-child::after {
  display: none;
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #C63D3B;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #C63D3B;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #6AAF9D;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #6AAF9D;
}

/*  仕事を知る
*----------------------------------- */
.page-business .l-business {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business {
    width: 100%;
  }
}
.page-business .l-business__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #C63D3B;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #101010;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #101010;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C63D3B;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  ギャラリー
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

/*  募集要項
*----------------------------------- */
.page-job .l-job .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .p-item {
    margin-bottom: 15vw;
  }
}
.page-job .l-job .p-item:last-child {
  margin-bottom: 0;
}

/*  policyページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy .l-list {
  margin-bottom: 180px;
}
.page-policy .l-policy .l-list:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #fff;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item ol {
  counter-reset: number 0;
}
.page-policy .l-policy .p-item ol li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.page-policy .l-policy .p-item ol li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

/*  404ページ
*----------------------------------- */
.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-profile .l-table {
    margin-bottom: 6vw;
  }
}
.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-profile .l-profile__map iframe {
    height: 360px;
  }
}
.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #E68D85;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
  }
}
.page-profile .l-history__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.page-profile .l-history__list table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-profile .l-history__list table th {
  padding-right: 36px;
  padding-bottom: 1.2em;
  border-right: 1px solid #E68D85;
  width: 14%;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table th {
    padding-right: 5vw;
    font-size: 4vw;
    width: auto;
    white-space: nowrap;
  }
}
.page-profile .l-history__list table td {
  padding-left: 36px;
  padding-bottom: 1.2em;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td {
    padding-left: 5vw;
  }
}
.page-profile .l-history__list table td .p-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-title {
    font-size: 4vw;
  }
}
.page-profile .l-history__list table td .p-text {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-text {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

/*  企業理念 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: #78B27C;
}
@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 {
  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__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  3分で分かる feature
*----------------------------------- */
.page-feature .list-page__anc {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc {
    margin-bottom: 20vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  counter-reset: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 6vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li {
  width: calc((100% - 80px) / 4);
  counter-increment: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
  }
}
.page-feature .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.375;
  position: relative;
  padding-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    font-size: 3.5vw;
    padding-top: 7vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: 15px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(nav, decimal-leading-zero);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242424;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    top: 2vw;
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #78B27C;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-feature .l-feature {
  counter-reset: number;
}
.page-feature .l-feature__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #78B27C;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-feature .l-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item {
  margin-bottom: 110px;
  counter-increment: number;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}
.page-feature .l-feature .p-item__photo {
  border: 3px solid #78B27C;
  position: relative;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo {
    margin-bottom: 10vw;
  }
}
.page-feature .l-feature .p-item__photo::before {
  z-index: 2;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242424;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-feature .l-feature .p-item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #78B27C;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-feature .l-feature .p-item__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  代表メッセージ message
*----------------------------------- */
.page-message .list-page__main {
  width: 100%;
}
.page-message .l-profile__container {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__container {
    margin-bottom: 15vw;
  }
}
.page-message .l-profile__mv {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__mv {
    width: 100%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-message .l-profile__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__title {
    font-size: 7vw;
    line-height: 1.32;
    margin-bottom: 8vw;
  }
}
.page-message .l-profile__title .accent {
  color: #78B27C;
}
.page-message .l-profile__info {
  background: rgba(239, 239, 239, 0.47);
  padding: 30px 0;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
  }
}
.page-message .l-profile__info .p-title {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-title {
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
.page-message .l-profile__info .p-text {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info .p-text {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }
}
.page-message .l-profile__info .p-text__sub {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text__sub {
    font-size: 3.6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__photo {
    flex: 1;
    max-width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__info {
    max-width: 45%;
  }
}
.page-message .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #78B27C;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-message .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-comment .p-item__title .accent {
  color: #78B27C;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-message .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-message .l-future {
  padding-top: 100px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future {
    padding-top: 12vw;
  }
}
.page-message .l-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #E68D85;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__photo {
    margin-bottom: 6vw;
  }
}
.page-message .l-future__title {
  font-size: 33px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-future__title .accent {
  color: #78B27C;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__text {
    font-size: 4.1vw;
    line-height: 1.8;
    text-align: justify;
  }
}

/*  成長環境 growth
*----------------------------------- */
.page-growth .l-growth {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
.page-growth .l-growth__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #78B27C;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #242424;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #242424;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #78B27C;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-growth .l-growth .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-growth .l-growth .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-growth .l-growth .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-growth .l-growth .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-growth .l-growth .p-item:last-child::after {
  display: none;
}

/*  インタビューインデックスページ
*----------------------------------- */
.page-interview-index .l-interview {
  margin-bottom: 0;
}
.page-interview-index .l-interview .simple.c-button,
.page-interview-index .l-interview .p-header {
  display: none;
}
.page-interview-index .l-interview__container {
  display: block;
}
.page-interview-index .l-interview__list {
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 80px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-interview__list::before {
  display: none;
}

/*  仕事を知る business
*----------------------------------- */
.page-business .l-business {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business {
    width: 100%;
  }
}
.page-business .l-business__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #78B27C;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #242424;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #242424;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #78B27C;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  数字で見る 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 {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}

/*  ギャラリー gallery
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}
.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

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