@charset "UTF-8";

/* ====================================================
【色設定】
==================================================== */
:root {
  --color_base: #EDEDED;
  --color_text: #333;
  --color_link: #333;
  --color_border: #C9C9C9;
  --color_border02: #D0D0C9;
  --color_primary: #4a8eff;
  --color_secondary: #FFB236;
  --color_white: #fff;
  --color_black: #393939;
  --color_black02: #434343;
  --color_gray: #E0E0E0;
  --color_gray_light: #F6F6F6;
  --color_gray_dark: #777;
}

/* ====================================================
【アニメーション】
==================================================== */
:root {
  --ease: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ====================================================
【サイト全体の設定】
==================================================== */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

:root {
  --font_base: "Local Noto Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font_en: "Marcellus", serif;
  --font_weight: normal;
  --font_size: 0.9375rem;
  --line_height: 2.3;
  --letter-spacing: .05em;
}

@media (max-width: 800px) {
  :root {
    --font_size: 0.8125rem;
    --line_height: 2.0;
  }
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: none;
  tab-size: 2;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(a, input, button, textarea, select) {
  touch-action: manipulation;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

textarea {
  resize: block;
}

:where(button, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:focus-visible) {
  outline: 2px solid #2e2c29;
  outline-offset: 2px;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(ul, ol, li) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(em, dfn) {
  font-style: inherit;
}

sup {
  vertical-align: text-top;
  font-size: 0.65em;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.65em;
  line-height: 1;
}

hr {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background: #d4dcd6;
}

mark {
  background: transparent;
  font-style: normal;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
body {
  background-color: var(--color_base);
  color: var(--color_text);
  font-family: var(--font_base);
  font-size: var(--font_size);
  font-weight: var(--font_weight);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line_height);
  padding-right: 60px;
}

@media (max-width: 800px) {
  body {
    line-height: 2;
    padding-right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.05em;
}

[lang=en] {
  font-family: var(--font_en);
}

th,
dt {
  font-weight: 500;
}

.link {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  text-wrap: pretty;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

:target {
  scroll-margin-top: 50px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 50px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

.container.wide {
  max-width: 1300px;
}

.container.ultra-wide {
  max-width: 1540px;
}

.container.narrow {
  max-width: 1024px;
}

.use-sprite {
  position: absolute;
  height: 0;
}

.use-sprite>svg {
  display: block;
  height: 0;
}

/*ボタン*/
.btn-out {
  padding-right: 15px;
  position: relative;
}

.btn-out::before {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0;
}

.btn-out::after {
  content: "";
  transition: background-size 0.3s;
  background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat right bottom;
  background-size: 0% auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
}

.btn-out:hover::after {
  background-position: left bottom;
  background-size: 100% auto;
}

.arrow {
  display: inline-block;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  width: 33px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.arrow::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  width: 10px;
  height: 15px;
  transition: background 0.35s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: currentColor;
  border-radius: 999px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.35s ease;
}

.arrow.white {
  border-color: var(--color_white);
}

.arrow.white::before {
  background-color: var(--color_white);
}

.arrow.white::after {
  background-color: var(--color_white);
}

@media (any-hover: hover) {
  a:hover .arrow::before {
    background-color: var(--color_white);
  }

  a:hover .arrow.white::before {
    background-color: var(--color_black);
  }

  a:hover .arrow::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.linkhover {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}

.linkhover .first {
  display: inline-block;
  transform: translateY(-100%);
  opacity: 0;
}

.linkhover .second {
  display: inline-block;
  position: absolute;
  opacity: 1;
}

@media (any-hover: hover) {
  a:hover .linkhover .first {
    animation: textSlide01 0.4s var(--ease);
  }

  a:hover .linkhover .second {
    animation: textSlide02 0.4s var(--ease);
  }

  @keyframes textSlide01 {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }

  @keyframes textSlide02 {
    0% {
      transform: translateY(105%);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-family: var(--font_en);
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.btn-more02 {
  flex-shrink: 0;
  display: inline-flex;
  background-color: var(--color_white);
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5em 1em;
  white-space: nowrap;
}

.btn-more02::before {
  content: "#";
}

@media (any-hover: hover) {
  .btn-more02:hover {
    background-color: var(--color_black);
    color: var(--color_white);
  }
}

.btn-large {
  display: inline-block;
  text-box: trim-both cap alphabetic;
  font-size: 2.5rem;
  font-family: var(--font_en);
  line-height: 1;
  position: relative;
  padding-right: 75px;
}

.btn-large::after {
  content: "";
  background: url(../images/share/icon_arrow_right02.svg) no-repeat center/contain;
  width: 66px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--color_black);
  color: var(--color_white);
  font-size: 0.9375rem;
  padding: 0.5em 1.5em;
}

.btn-contact::before {
  content: "";
  background: url(../images/share/icon_mail.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.category-ttl {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.category-select-area {
  border: 1px solid var(--color_border);
  border-radius: var(--radius);
  margin-bottom: 50px;
}

.category-select-area .item {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 40px;
}

.category-select-area .item+.item {
  border-top: 1px solid var(--color_border);
}

.category-select-area .ttl {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 8px;
}

@media (max-width: 800px) {
  .category-select-area {
    margin-bottom: 35px;
  }

  .category-select-area .item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px;
  }
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-links a {
  border: 1px solid var(--color_border);
  display: inline-flex;
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 2px 8px;
}

.category-links a::before {
  content: "#";
}

.category-links a.current {
  background-color: var(--color_black);
  color: var(--color_white);
}

.category-links a::before {
  content: "#";
}

@media (any-hover: hover) {
  .category-links a:hover {
    background-color: var(--color_black);
    color: var(--color_white);
  }
}

@media (max-width: 800px) {
  .category-links {
    gap: 5px 10px;
  }
}

/*トピックス*/
.post-topics {
  margin-bottom: 50px;
}

.list-post-type01 {
  border-top: 1px solid var(--color_border);
}

.post-topics a {
  text-box: trim-both cap alphabetic;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid var(--color_border);
  position: relative;
  transition: background-color 0.3s;
  min-height: 80px;
}

@media (any-hover: hover) {
  .post-topics a:hover {
    background-color: oklch(from var(--color_black) l c h/0.05);
  }
}

.post-topics .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 120px;
}

.post-topics .category {
  display: inline-block;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 5px;
  text-align: center;
  min-width: 120px;
}

.post-topics time {
  flex-shrink: 0;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.post-topics .post-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.post-topics .arrow {
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 800px) {
  .post-topics {
    margin-bottom: 25px;
  }

  .post-topics a {
    display: grid;
    grid-template-areas: "category category arrow" "time ttl arrow";
    grid-template-columns: 80px 1fr;
    gap: 0;
    padding: 10px 0;
  }

  .post-topics .category-wrap {
    grid-area: category;
    max-width: 100%;
  }

  .post-topics .category {
    font-size: 0.625rem;
    min-width: auto;
  }

  .post-topics time {
    grid-area: time;
    font-size: 0.75rem;
  }

  .post-topics .post-ttl {
    grid-area: ttl;
  }

  .post-topics .arrow {
    grid-area: arrow;
  }
}

/*コラム*/
.post-column-wrap {
  border-top: 1px solid var(--color_border);
  margin-bottom: 50px;
}

.post-column-wrap a {
  text-box: trim-both cap alphabetic;
  display: grid;
  grid-template-columns: 200px 1fr 30px;
  gap: 30px;
  align-items: center;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid var(--color_border);
  position: relative;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .post-column-wrap a:hover {
    background-color: oklch(from var(--color_black) l c h/0.05);
  }
}

.post-column-wrap .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.post-column-wrap .post-data {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.post-column-wrap .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-column-wrap .category {
  border: 1px solid var(--color_border);
  display: inline-flex;
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 2px 8px;
}

.post-column-wrap .category::before {
  content: "#";
}

.post-column-wrap time {
  flex-shrink: 0;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.post-column-wrap .post-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.post-column-wrap .arrow {
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 800px) {
  .post-column-wrap {
    margin-bottom: 50px;
  }

  .post-column-wrap a {
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 15px 15px 15px 0;
  }

  .post-column-wrap .post-img img {
    aspect-ratio: 7/5;
  }

  .post-column-wrap .post-data {
    gap: 5px;
    margin-bottom: 5px;
  }

  .post-column-wrap .category-wrap {
    gap: 5px;
  }

  .post-column-wrap .category {
    font-size: 0.625rem;
    padding: 1px 5px;
  }

  .post-column-wrap time {
    font-size: 0.75rem;
  }

  .post-column-wrap .post-ttl {
    font-size: 0.875rem;
  }

  .post-column-wrap .arrow {
    display: none;
  }
}

/*参画プロジェクト*/
.post-project {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 25px;
}

.post-project .post-item {
  border: 1px solid var(--color_border);
  padding: 35px;
}

.post-project .post-item .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.post-project .post-item .category {
  background-color: var(--color_black);
  color: var(--color_white);
  display: inline-flex;
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 2px 8px;
}

.post-project .post-item .category::before {
  content: "#";
}

.post-project .post-item .post-ttl {
  border-bottom: 1px solid var(--color_border);
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .post-project {
    grid-template-columns: 1fr;
  }

  .post-project .post-item {
    padding: 20px;
  }

  .post-project .post-ttl {
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}



/*ページャー*/
.post-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #838383;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  transition: color 0.3s;
}

.post-number span:hover,
.post-number a:hover {
  color: #333;
}

.post-number .current {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 15px;
}

.post-number .prev,
.post-number .next {
  width: 10px;
  height: 10px;
  margin-top: 5px;
}

.post-number .prev {
  margin-right: 10px;
}

.post-number .next {
  margin-left: 10px;
}

.post-number .prev::before,
.post-number .next::before {
  content: "";
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.post-number .prev::before {
  -webkit-mask: url(../images/share/post_prev.svg) no-repeat center/contain;
  mask: url(../images/share/post_prev.svg) no-repeat center/contain;
}

.post-number .next::before {
  -webkit-mask: url(../images/share/post_next.svg) no-repeat center/contain;
  mask: url(../images/share/post_next.svg) no-repeat center/contain;
}

.post-number-single {
  border-top: 1px solid var(--color_border);
  display: flex;
  gap: 15px;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: var(--color_black);
  color: var(--color_white);
  border: 1px solid var(--color_black);
  font-size: 0.8125rem;
  font-family: var(--font_en);
  line-height: 28px;
  max-width: 200px;
  height: 30px;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}

.post-number-single .all:hover {
  background: var(--color_base);
  color: var(--color_black);
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_black);
  width: 30px;
  height: 30px;
  position: relative;
  transition: background-color 0.3s;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  content: "";
  background-color: var(--color_black);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
  width: 10px;
  height: 10px;
}

.post-number-single .prev::before {
  right: 8px;
}

.post-number-single .next::before {
  left: 8px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background-color: var(--color_black);
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  background-color: var(--color_white);
}

.post-number-single .prev::before {
  -webkit-mask: url(../images/share/post_next.svg) no-repeat center/contain;
  mask: url(../images/share/post_next.svg) no-repeat center/contain;
}

.post-number-single .next::before {
  -webkit-mask: url(../images/share/post_prev.svg) no-repeat center/contain;
  mask: url(../images/share/post_prev.svg) no-repeat center/contain;
}

@media (max-width: 800px) {

  /*通常投稿*/
  .list-under-post a {
    padding: 20px 25px 20px 0;
  }

  .list-under-post a::before {
    right: 0;
  }

  .list-under-post a:hover {
    background-color: transparent;
  }

  .list-under-post .list-img {
    width: 120px;
    margin-right: 20px;
  }

  .list-under-post .list-desc {
    flex: 1;
  }

  .list-under-post time {
    font-size: 0.625rem;
  }

  .list-under-post .list-ttl {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .list-under-post .category {
    font-size: 0.625rem;
  }

  .list-under-post .no-post {
    padding: 25px 0;
  }

  /*お知らせ*/
  .list-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-under-news time {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }

  /*症例紹介*/
  .case-layout .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .case-layout .post-data {
    display: flex;
    margin-bottom: 20px;
  }

  .case-layout .before-after {
    margin-bottom: 30px;
  }

  .case-layout .l-table th,
  .case-layout .l-table td {
    display: block;
    padding: 10px;
    font-size: 0.875rem;
  }

  .case-layout .l-table th {
    width: 100%;
  }

  .case-layout .l-btn {
    margin-top: 30px;
  }

  .case-layout .l-item {
    margin-top: 30px;
  }

  .case-layout .item-ttl {
    border-bottom: 1px solid var(--color_primary);
    font-size: 1.125rem;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 25px;
  }

  .case-layout .item-ttl::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .case-layout+.case-layout {
    margin-top: 30px;
  }

  .before-after {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .before-after figure {
    height: auto;
  }

  .list-case-details>li {
    display: block;
  }

  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 25px;
  }

  /*詳細ページ*/
  .single-post-layout .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata h2 {
  font-size: 1.5rem;
  margin-top: 50px;
  margin-bottom: 20px;
}

.postdata h3 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.postdata h3::before {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: var(--color_black);
  width: 4px;
  height: 1.2em;
  margin-top: 2px;
}

.postdata h4 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin: 15px 0;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  position: relative;
  padding-left: 15px;
}

.postdata ul li:before {
  content: "";
  background: var(--color_primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  width: 5px;
  height: 5px;
}

.postdata ol {
  counter-reset: number;
}

.postdata ol li {
  padding-left: 30px;
  position: relative;
}

.postdata ol li::before {
  background-color: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 0.6875rem;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.postdata ol li>ol {
  counter-reset: number;
}

.postdata sub {
  font-size: 0.6875rem;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 0.6875rem;
  position: relative;
  top: -0.1em;
}

@media (any-hover: hover) {
  .postdata a:hover {
    text-decoration: none;
  }
}

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  font-family: var(--font_jp);
  font-size: 0.9375rem;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  padding: 0 0 0 25px;
  z-index: 100;
}

.h-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}

.h-utility {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  z-index: 110;
}

html.is-open {
  height: 100%;
  overflow: hidden;
}

.h-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: var(--color_gray);
  height: 100%;
  position: relative;
  color: #333;
  font-family: var(--font_en);
  font-size: 0.875rem;
  line-height: 1;
  z-index: 100;
}

.h-menu-btn-line {
  display: flex;
  flex-direction: column;
}

.h-menu-btn-line span {
  display: block;
  background-color: var(--color_black);
  width: 13px;
  height: 1px;
  transition: 0.2s;
}

.h-menu-btn-line span:nth-of-type(2) {
  margin: 4px 0 0;
  width: 8px;
}

.h-menu-btn-txt {
  writing-mode: vertical-rl;
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(1) {
  transform: rotate(30deg) translate3d(2px, 5px, 0);
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(3) {
  transform: rotate(-30deg) translate3d(4px, -8px, 0);
}

.h-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--color_black);
  color: var(--color_white);
  font-size: 0.875rem;
  font-family: var(--font_en);
  writing-mode: vertical-rl;
}

.h-contact::before {
  content: "";
  background: url(../images/share/icon_mail.svg) no-repeat center/contain;
  width: 12px;
  height: 15px;
  rotate: 90deg;
}

@media (max-width: 800px) {
  .header {
    padding: 0 0 0 15px;
  }

  .h-logo {
    top: 15px;
    left: 15px;
    max-width: 150px;
  }

  .h-utility {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "contact menu";
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
  }

  .h-menu-btn {
    grid-area: menu;
    flex-direction: row;
  }

  .h-menu-btn-txt {
    writing-mode: horizontal-tb;
  }

  .h-contact {
    grid-area: contact;
    writing-mode: horizontal-tb;
  }

  .h-contact::before {
    rotate: 0deg;
  }
}

/*------------
Gnavi
--------------*/
/*drawer*/
.gnavi-drawer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
  z-index: 100;
}

.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
}

.gnavi-drawer-container {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  margin-left: auto;
  padding: 0 10% 0 5%;
  width: 75%;
  height: 100%;
  overflow-y: auto;
  transition: 1s cubic-bezier(0.17, 1, 0.23, 1);
  transform: translate(100%);
}

.gnavi-drawer.is-open .gnavi-drawer-container {
  transform: translate(0);
}

.gnavi-drawer .gnavi-drawer-container>.col {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  animation: scaleOut 1s cubic-bezier(0.17, 1, 0.23, 1) 0.6s forwards;
}

.gnavi-drawer.is-open .gnavi-drawer-container>.col {
  animation: slideIn 1s cubic-bezier(0.17, 1, 0.23, 1) 0.6s forwards;
}

@keyframes slideOut {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.gnavi-logo {
  margin-bottom: 20px;
}

.gnavi-txt {
  font-size: 0.875rem;
  line-height: 1.5;
}

.gnavi-ttl {
  color: var(--color_gray_dark);
  font-size: 1rem;
  line-height: 1;
  font-family: var(--font_en);
  margin-bottom: 50px;
}

.gnavi-links-wrapper {
  display: flex;
  gap: 80px;
  align-items: start;
}

.gnavi-links {
  display: grid;
  grid-gap: 1em;
  line-height: 1.5;
  font-size: 0.875rem;
  white-space: nowrap;
}

.gnavi-links a {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  padding-bottom: 0.2px;
}

@media (any-hover: hover) {
  .gnavi-links a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

@media (max-width: 800px) {
  .gnavi-drawer-container {
    flex-direction: column;
    align-items: baseline;
    gap: 50px;
    padding: 50px 5% 100px;
    width: 75%;
  }

  .gnavi-logo {
    margin-bottom: 20px;
  }

  .gnavi-txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .gnavi-ttl {
    margin-bottom: 25px;
  }

  .gnavi-links-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: normal;
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  background-color: var(--color_black02);
  color: var(--color_white);
  margin-top: auto;
  position: relative;
}

.f-cta-layout {
  min-height: 820px;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 0;
}

.f-cta-layout .l-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.f-cta-layout .l-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-cta-layout .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}

.f-cta-layout .l-ttl {
  text-box: trim-both cap alphabetic;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .f-cta-layout {
    padding: 100px 0;
    min-height: 0;
  }

  .f-cta-layout .l-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
  }

  .f-cta-layout .l-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .f-cta-layout .container {
    flex-direction: column;
    align-items: normal;
    gap: 50px;
  }

  .f-cta-layout .l-ttl {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
}

.btn-cta {
  text-box: trim-both cap alphabetic;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 100px;
  border: 1px solid var(--color_white);
  padding: 40px 70px;
  line-height: 1;
}

@media (max-width: 800px) {
  .btn-cta {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 25px 15px;
  }
}

.f-contents {
  display: grid;
  grid-template-areas: "f01 f02" "f03 f03";
  padding: 270px 5% 50px;
  margin-right: 70px;
}

.f-contents .col:nth-of-type(1) {
  grid-area: f01;
}

.f-contents .col:nth-of-type(2) {
  grid-area: f02;
}

.f-contents .col:nth-of-type(3) {
  grid-area: f03;
}

@media (max-width: 800px) {
  .f-contents {
    grid-template-areas: "f01" "f02" "f03";
    gap: 25px;
    padding: 50px 5% 100px;
    margin-right: 0;
  }
}

.f-logo {
  margin-bottom: 40px;
}

.f-txt {
  font-size: 1.4;
  line-height: 2;
  margin-bottom: 40px;
}

.f-sns a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  font-family: var(--font_en);
}

@media (max-width: 800px) {
  .f-logo {
    margin-bottom: 25px;
  }

  .f-txt {
    margin-bottom: 25px;
  }
}

.site-map {
  display: flex;
  gap: 60px;
  justify-content: end;
  align-items: start;
}

@media (max-width: 800px) {
  .site-map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.f-links {
  display: grid;
  grid-gap: 1em;
  line-height: 1.5;
  font-size: 0.875rem;
}

.f-links a {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  padding-bottom: 0.2px;
}

@media (any-hover: hover) {
  .f-links a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

@media (max-width: 800px) {
  .f-links {
    grid-gap: 10px;
  }
}

.f-links02 {
  display: flex;
  gap: 20px;
  align-items: center;
  line-height: 1.5;
}

.f-links02 li+li::before {
  content: "|";
  padding-right: 20px;
}

@media (max-width: 800px) {
  .f-links02 {
    gap: 20px;
  }
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font_en);
  font-size: 0.8125rem;
  padding-top: 100px;
}

@media (max-width: 800px) {
  .copyright {
    flex-direction: column;
    gap: 35px;
    padding-top: 50px;
  }
}

.layout-sidebar {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: start;
  margin-inline: auto;
  width: min(90%, 1200px);
}

.layout-sidebar .l-sidebar {
  position: sticky;
  top: 0;
  background-color: var(--color_white);
  padding: 25px;
}

.layout-sidebar .l-label {
  border-bottom: 1px solid var(--color_border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.layout-sidebar .l-label [lang=en] {
  font-size: 1.375rem;
}

.layout-sidebar .l-label .jp {
  font-size: 0.75rem;
}

.list-toc {
  display: grid;
  grid-gap: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.list-toc a {
  text-box: trim-both cap alphabetic;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  position: relative;
}

.list-toc a::before {
  content: "";
  border: 1px solid var(--color_border);
  width: 18px;
  height: 18px;
  margin-top: 2px;
  transition: 0.3s all ease;
}

.list-toc a::after {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  width: 9px;
  height: 10px;
  transition: background-color 0.35s ease;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 5;
}

.list-toc a.is-current::before {
  background-color: var(--color_black);
  border-color: var(--color_black);
}

.list-toc a.is-current::after {
  background-color: var(--color_white);
}

@media (any-hover: hover) {
  .list-toc a:hover {
    text-decoration: underline;
  }

  .list-toc a:hover::before {
    background-color: var(--color_black);
    border-color: var(--color_black);
  }

  .list-toc a:hover::after {
    background-color: var(--color_white);
  }
}

.sec-toc+.sec-toc {
  margin-top: 100px;
}

.sec-toc .u-h2 {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .layout-sidebar {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .layout-sidebar .l-sidebar {
    position: static;
    padding: 25px;
  }

  .layout-sidebar .l-label {
    font-size: 0.875rem;
  }

  .layout-sidebar .l-label [lang=en] {
    font-size: 1.25rem;
  }

  .layout-sidebar .l-label .jp {
    font-size: 0.6875rem;
  }

  .sec-toc+.sec-toc {
    margin-top: 50px;
  }

  .sec-toc .u-h2 {
    margin-bottom: 25px;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}

.hero-post-item {
  position: relative;
  color: var(--color_white);
}

.hero-post-item .post-img {
  position: relative;
}

.hero-post-item .post-img::before {
  content: "";
  background-color: oklch(from #000 l c h/0.3);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-post-item .post-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.splide__slide.is-active .hero-post-item .post-img img {

}

.hero-post-item .post-desc {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 5;
}

.hero-post-item .post-type {
  text-box: trim-both cap alphabetic;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font_en);
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 50px;
}

.hero-post-item .post-type::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: var(--color_white);
}

.hero-post-item a {
  display: block;
  height: 100%;
}

.hero-post-item .post-header {
  position: relative;
  padding-right: 50px;
  margin-bottom: 30px;
}

.hero-post-item .post-ttl {
  font-size: 2.375rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-post-item .post-catch-jp {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 400px;
}

.hero-post-item .post-catch-en {
  font-size: 0.8125rem;
  line-height: 1.5;
  max-width: 200px;
}

.hero-post-item .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-pagination {
  counter-reset: pagination-num;
  gap: 20px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.hero-pagination .splide__pagination__page {
  color: var(--color_white);
  background-color: inherit;
  font-family: var(--font_en);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 0 5px;
  width: auto;
  height: auto;
  position: relative;
}

.hero-pagination .splide__pagination__page.is-active {
  background-color: inherit;
}

.hero-pagination .splide__pagination__page:before {
  content: "0" counter(pagination-num);
  counter-increment: pagination-num;
}

.hero-pagination .splide__pagination__page::after {
  content: "";
  background-color: var(--color_white);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero-pagination .splide__pagination__page.is-active::after {
  animation: hero-progress 5s linear forwards;
}

@keyframes hero-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.hero-news {
  color: var(--color_white);
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 1;
}

.hero-news a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.8125rem;
}

.hero-news time {
  background: url(../images/share/line_news.svg) no-repeat right center/contain;
  display: inline-block;
  font-size: 0.8125rem;
  font-family: var(--font_en);
  margin-top: 2px;
  padding-right: 15px;
  white-space: nowrap;
}

.hero-news .news-ttl {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 300px;
  overflow: hidden;
}

@media (any-hover: hover) {
  .hero-news a:hover .news-ttl {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

@media (max-width: 800px) {
  .hero-post-item .post-img img {
    height: calc(100lvh - 40px);
  }

  .hero-post-item .post-desc {
    left: 5%;
    right: 5%;
    bottom: 50%;
    transform: translateY(50%);
  }

  .hero-post-item .post-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .hero-post-item .post-catch-jp {
    font-size: 0.875rem;
  }

  .hero-post-item .post-catch-en {
    font-size: 0.75rem;
  }

  .hero-pagination {
    bottom: 150px;
    right: auto;
    left: 5%;
  }

  .hero-news {
    top: auto;
    bottom: 50px;
    right: 5%;
    left: 5%;
  }
}

/*------------
Components
--------------*/
.t-h2 {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .t-h2 {
    font-size: 1.5625rem;
    margin-bottom: 50px;
  }
}

/*------------
Section
--------------*/
.sec01 {
  padding-top: 140px;
  margin-bottom: 140px;
}

.sec01-layout {
  display: grid;
  grid-template-columns: 1fr 55%;
  grid-gap: 50px;
}

.column-post-picup {
  display: flex;
  flex-direction: column;
  background-color: var(--color_gray_light);
  padding: 50px;
  margin-bottom: 80px;
  position: relative;
  min-height: 480px;
}

.column-post-picup .label {
  position: absolute;
  top: -15px;
  left: 40px;
  writing-mode: vertical-rl;
  font-size: 2.0625rem;
  line-height: 1;
  border-left: 2px solid var(--color_black);
  padding-left: 10px;
}

.column-post-picup .post-data {
  padding-left: 55px;
  margin-bottom: 15px;
}

.column-post-picup .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column-post-picup .category {
  display: inline-flex;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 0 5px;
}

.column-post-picup .category::before {
  content: "#";
}

.column-post-picup time {
  font-family: var(--font_en);
  font-size: 0.875rem;
}

.column-post-picup .post-ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin-top: auto;
  margin-bottom: 20px;
}

.column-post-picup .post-txt {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 8%;
}

.column-post-picup .post-txt p {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.column-post-picup .btn-more {
  flex: 0 0 120px;
}

.column-post-item a {
  display: flex;
  flex-direction: column;
  background-color: var(--color_gray_light);
  padding: 30px 90px 30px 30px;
  position: relative;
  min-height: 250px;
  max-width: min(100%, 480px);
}

.column-post-item .post-data {
  margin-bottom: 15px;
}

.column-post-item .post-data .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column-post-item .post-data .category {
  display: inline-flex;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 0 5px;
}

.column-post-item .post-data .category::before {
  content: "#";
}

.column-post-item .post-data time {
  font-family: var(--font_en);
  font-size: 0.875rem;
}

.column-post-item .post-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: auto;
}

.column-post-item .arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 800px) {
  .sec01 {
    padding-top: 50px;
    margin-bottom: 100px;
  }

  .sec01-layout {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .column-post-picup {
    padding: 25px;
    margin-bottom: 25px;
    min-height: 350px;
  }

  .column-post-picup .label {
    top: -15px;
    left: 25px;
    font-size: 1.5625rem;
  }

  .column-post-picup .post-data {
    padding-left: 60px;
  }

  .column-post-picup .post-ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .column-post-picup .post-txt {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 8%;
  }

  .column-post-picup .post-txt p {
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .column-post-picup .btn-more {
    flex: 0 0 120px;
  }

  .column-post-item a {
    padding: 25px 5.50px 25px 25px;
    min-height: 200px;
    max-width: 100%;
  }

  .column-post-item .post-ttl {
    font-size: 1.125rem;
  }

  .column-post-item .arrow {
    bottom: 20px;
    right: 20px;
  }
}

.sec02 {
  background: url(../images/share/bg_symbol.svg) no-repeat top 100px left -100px;
  position: relative;
  margin-bottom: 200px;
}

.sec02-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-bottom: 200px;
}

.sec02-layout .l-catch {
  text-box: trim-both cap alphabetic;
  font-size: 1.5625rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.sec02-layout .l-catch-en {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
}

.sec02-layout .l-txt {
  text-box: trim-both cap alphabetic;
  text-align: justify;
  line-height: 3.2;
  margin-top: 60px;
}

.sec02-layout .l-btn {
  text-align: right;
  margin-top: 90px;
}

.sec02-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.sec02-slider .carousel-track {
  display: flex;
  align-items: end;
  gap: 30px;
  will-change: transform;
}

.sec02-slider .item {
  display: grid;
  align-items: end;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.sec02-slider img {
  display: block;
  transform: scale(1.4);
  will-change: transform;
}

.sec02-slider .item01 {
  width: 554px;
  height: 535px;
}

.sec02-slider .item02 {
  width: 310px;
  height: 433px;
}

.sec02-typography {
  text-box: trim-both cap alphabetic;
  color: var(--color_white);
  font-size: 8.375rem;
  line-height: 1.7;
  position: absolute;
  bottom: -45px;
  right: 2.5vw;
  z-index: 5;
}

@media (max-width: 800px) {
  .sec02 {
    background: url(../images/share/bg_symbol.svg) no-repeat top 100px left -100px;
    margin-bottom: 100px;
  }

  .sec02-layout {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin-bottom: 100px;
  }

  .sec02-layout .l-catch {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .sec02-layout .l-catch-en {
    font-size: 0.6875rem;
  }

  .sec02-layout .l-txt {
    line-height: 2.5;
    margin-top: 50px;
  }

  .sec02-layout .l-btn {
    margin-top: 50px;
  }

  .sec02-slider .carousel-track {
    gap: 30px;
  }

  .sec02-slider img {
    transform: scale(1.4);
  }

  .sec02-slider .item01 {
    width: 300px;
    height: auto;
    aspect-ratio: 554/535;
  }

  .sec02-slider .item02 {
    width: 150px;
    height: auto;
    aspect-ratio: 310/433;
  }

  .sec02-typography {
    font-size: 15vw;
    line-height: 1.7;
    bottom: -5vw;
    right: 2.5vw;
    white-space: nowrap;
  }
}

.sec03 {
  margin-bottom: 200px;
}

.sec03-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 110px;
}

.sec03-layout .l-desc {
  padding-left: 50px;
}

.sec03-layout .l-catch {
  text-box: trim-both cap alphabetic;
  font-size: 1.5625rem;
  line-height: 1.7;
  margin-bottom: 70px;
}

.sec03-layout .l-btn {
  text-align: right;
  margin-top: 80px;
}

.sec03-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 40px;
  margin-bottom: 150px;
}

.sec03-list li {
  border-top: 1px solid var(--color_border);
  border-bottom: 1px solid var(--color_border);
  min-height: 100px;
  display: grid;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: -1px;
}

.sec03-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding-left: 15px;
  height: 100%;
}

.sec03-carousel-links {
  display: flex;
  gap: 20px;
  overflow: hidden;
  width: 100%;
}

.sec03-carousel-links .carousel-track {
  display: flex;
  gap: 15px;
  animation: scroll-left 50s linear infinite;
}

.sec03-carousel-links.right .carousel-track {
  animation-name: scroll-right;
}

.sec03-carousel-links:hover .carousel-track {
  animation-play-state: paused;
}

.sec03-carousel-links a {
  flex-shrink: 0;
  display: inline-flex;
  background-color: var(--color_white);
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.8em 1.3em;
  white-space: nowrap;
}

.sec03-carousel-links a::before {
  content: "#";
}

@media (any-hover: hover) {
  .sec03-carousel-links a:hover {
    background-color: var(--color_black);
    color: var(--color_white);
  }
}

.sec03-carousel-links+.sec03-carousel-links {
  margin-top: 15px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 100px;
  }

  .sec03-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }

  .sec03-layout .l-img {
    max-width: 250px;
    margin: 0 auto;
  }

  .sec03-layout .l-desc {
    padding: 0;
  }

  .sec03-layout .l-catch {
    font-size: 1.3125rem;
    margin-bottom: 50px;
  }

  .sec03-layout .l-btn {
    margin-top: 40px;
  }

  .sec03-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 15px;
    margin-bottom: 50px;
  }

  .sec03-list li {
    min-height: 80px;
    display: grid;
    font-size: 0.875rem;
  }

  .sec03-list a {
    padding-left: 0;
  }
}

.post-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
}

.post-works .post-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-works .post-img img {
  aspect-ratio: 20/19;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-works .post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.post-works .post-ttl {
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-works .arrow {
  flex-shrink: 0;
}

.post-works .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-works .category {
  display: inline-flex;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 0.2em 1em;
}

.post-works .category::before {
  content: "#";
}

@media (any-hover: hover) {
  .post-works a:hover .post-img img {
    transform: scale(1.05);
  }
}

@media (max-width: 800px) {
  .post-works {
    grid-template-columns: 1fr;
    gap: 50px 50px;
    margin: 0 -5vw;
  }

  .post-works .post-img {
    margin-bottom: 20px;
  }

  .post-works .post-img img {
    aspect-ratio: 7/5;
  }

  .post-works .post-desc {
    padding: 0 5vw;
  }

  .post-works .post-header {
    margin-bottom: 15px;
  }
  .post-works .no-post {
    padding: 0 5vw;
  }
}

.sec04-btn {
  display: block;
  margin-top: 50px;
  padding: 180px 0;
  text-box: trim-both cap alphabetic;
  font-size: 2.5rem;
  font-family: var(--font_en);
  line-height: 1;
  position: relative;
  padding-right: 75px;
  overflow: hidden;
  transition: color 0.3s ease;
}

.sec04-btn::after {
  content: "";
  background-color: var(--color_black02);
  position: absolute;
  inset: 0;
  -webkit-transform: translateZ(0);
  z-index: -1;
  animation: bgSlideOut 0.6s var(--ease) 0s forwards;
}

.sec04-btn .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-left: 8.60px;
  text-align: center;
}

.sec04-btn .txt::after {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_arrow_right02.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right02.svg) no-repeat center/contain;
  width: 66px;
  height: 14px;
  display: inline-block;
}

@media (any-hover: hover) {
  .sec04-btn:hover {
    color: var(--color_white);
  }

  .sec04-btn:hover::after {
    animation: bgSlideIn 1s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
  }
}

@media (max-width: 800px) {
  .sec04-btn {
    margin-top: 50px;
    padding: 50px 15px;
    font-size: 1.875rem;
  }

  .sec04-btn .txt {
    gap: 25px;
    margin-left: 0;
  }
}

@keyframes bgSlideIn {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes bgSlideOut {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

.sec05 {
  background-color: #7D8085;
  padding: 120px 0;
  margin-bottom: 180px;
  color: var(--color_white);
}

.sec05-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}

.sec05-ttl {
  text-box: trim-both cap alphabetic;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  line-height: 1;
}

.sec05-ttl::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: var(--color_white);
}

@media (max-width: 800px) {
  .sec05 {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}

.sec06 {
  margin-bottom: 180px;
}

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

.sec06-layout .item {
  border-top: 1px solid var(--color_border02);
  padding: 40px 0 50px;
}

.sec06-layout .item-ttl {
  text-box: trim-both cap alphabetic;
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 40px;
}

.sec06-layout .item-ttl [lang=en] {
  font-size: 1.75rem;
  line-height: 1;
}

.sec06-layout .item-ttl .jp {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8.5px;
  font-size: 0.8125rem;
  line-height: 1;
}

.sec06-layout .item-ttl .jp::before {
  content: "";
  background-color: #A3A3A3;
  width: 10px;
  height: 1px;
  display: inline-block;
}

.sec06-layout .l-btn {
  text-align: right;
  margin-top: 30px;
}

.sec06-layout .col:nth-of-type(1) {
  padding-right: 10%;
}

.sec06-recruit-layout {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  padding: 10%;
  color: var(--color_white);
  line-height: 2;
  height: 100%;
}

.sec06-recruit-layout .l-ttl {
  text-box: trim-both cap alphabetic;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 40px;
}

.sec06-recruit-layout .l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.sec06-recruit-layout .l-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06-recruit-layout .l-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: oklch(from #000 l c h/0.3);
  z-index: 1;
}

@media (max-width: 800px) {
  .sec06 {
    margin-bottom: 0;
  }

  .sec06-layout {
    grid-template-columns: 1fr;
  }

  .sec06-layout .item {
    padding: 30px 0;
  }

  .sec06-layout .l-btn {
    margin-top: 30px;
  }

  .sec06-layout .col:nth-of-type(1) {
    padding: 0;
  }

  .sec06-recruit-layout {
    padding: 150px 5% 50px;
    margin: 0 -5vw;
  }

  .sec06-recruit-layout .l-ttl {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }

  .sec06-recruit-layout .l-bg img {
    height: 100%;
  }
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  will-change: transform;
}

.js-text {
  transform: translateY(50px);
  clip-path: inset(100% 0 0 0);
  transition-timing-function: var(--ease);
  transition: clip-path 1s, transform 0.7s;
}

.js-text.is-show {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-header {
  display: grid;
  align-items: center;
  background-color: var(--color_black);
  color: var(--color_white);
  padding: 300px 3% 25px;
  position: relative;
}

.page-header::before {
  content: "";
  background: url(../images/share/bg_symbol.svg) no-repeat center/contain;
  position: absolute;
  top: -100px;
  right: 0;
  aspect-ratio: 513/648;
  width: 40vw;
  opacity: 0.1;
}

.page-ttl {
  line-height: 1.5;
  margin-bottom: 35px;
}

.page-ttl [lang=en] {
  font-size: 4.75rem;
  line-height: 1.25;
  margin-bottom: 25px;
}

.page-ttl .jp {
  font-size: 1.25rem;
}

.breadcrumb {
  margin-top: auto;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  background-color: var(--color_white);
  width: 4px;
  height: 4px;
  margin: 0 12px 0 10px;
  vertical-align: 2px;
}

.breadcrumb a {
  display: inline;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
  padding-bottom: 0.2px;
}

@media (any-hover: hover) {
  .breadcrumb a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.u-contents {
  background-color: var(--color_base);
  padding: 150px 0 100px;
  position: relative;
  line-height: 2;
  min-height: 100vh;
  z-index: 1;
}

.u-contents .container {
  max-width: 1320px;
}

.u-contents .container.narrow {
  max-width: 1024px;
}

@media (max-width: 800px) {
  .page-header {
    overflow: hidden;
    padding: 100px 3% 15px;
  }

  .page-header::before {
    top: -100px;
    right: -100px;
    width: 80vw;
  }

  .page-ttl {
    margin-bottom: 35px;
  }

  .page-ttl [lang=en] {
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 15px;
  }

  .page-ttl .jp {
    font-size: 0.78125rem;
  }

  .u-contents {
    padding: 50px 0;
  }
}

.u-h2 {
  text-box: trim-both cap alphabetic;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  align-items: center;
  border-top: 1px solid var(--color_border02);
  padding-top: 25px;
  margin-bottom: 50px;
  position: relative;
}

.u-h2::before {
  content: "";
  background-color: var(--color_black);
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

.u-h2 [lang=en] {
  font-size: 2rem;
  line-height: 1;
}

.u-h2 .jp {
  flex-shrink: 0;
  font-size: 0.8125rem;
  line-height: 1;
}

@media (max-width: 800px) {
  .u-h2 {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 15px;
    align-items: start;
    padding-top: 10px;
    margin-bottom: 35px;
  }

  .u-h2 [lang=en] {
    font-size: 1.5625rem;
  }

  .u-h2 .jp {
    margin-left: auto;
    font-size: 0.6875rem;
  }
}

.u-h3 {
  line-height: 1.5;
  font-size: 1.375rem;
  padding-top: 25px;
  margin-bottom: 35px;
  position: relative;
}

.u-h3::before {
  content: "";
  background-color: var(--color_black);
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 800px) {
  .u-h3 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

.u-h4 {
  margin-bottom: 15px;
}

.mini-ttl {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .mini-ttl {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

.tall+.tall {
  margin-top: 100px;
}

.tall-black {
  background-color: var(--color_black);
  color: var(--color_white);
  padding: 100px 0;
}

.tall-black .u-h2::before {
  background-color: var(--color_white);
}

.short+.short {
  margin-top: 80px;
}

.x-short+.x-short {
  margin-top: 40px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall+.tall {
    margin-top: 50px;
  }

  .tall-black {
    padding: 80px 0;
  }

  .short+.short {
    margin-top: 50px;
  }
}

.list-disc {
  display: grid;
  grid-gap: 5px;
}

.list-disc li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.5;
}

.list-disc li::marker {
  color: var(--color_black);
  font-size: 0.9375rem;
}

.list-disc.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.list-check {
  display: grid;
  grid-gap: 5px;
}

.list-check li {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.list-check li::before {
  content: "";
  background: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
}

.list-num {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background-color: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 0.6875rem;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.dl-style01 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--color_border);
  border-left: 1px solid var(--color_border);
}

.dl-style01 .item {
  border-right: 1px solid var(--color_border);
  border-bottom: 1px solid var(--color_border);
  display: flex;
  flex-direction: column;
  grid-gap: 55px;
  padding: 35px;
}

.dl-style01 dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  text-transform: uppercase;
  line-height: 1;
}

.dl-style01 dt .jp {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.dl-style01 dt [lang=en] {
  font-size: 0.8125rem;
  line-height: 1;
  opacity: 0.5;
}

.dl-style01 dd {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 800px) {
  .dl-style01 {
    grid-template-columns: 1fr;
  }

  .dl-style01 .item {
    grid-gap: 25px;
    padding: 25px 20px;
  }

  .dl-style01 dt {
    flex-direction: column;
	      align-items: normal;
    gap: 13px;
    text-transform: uppercase;
    line-height: 1;
  }

  .dl-style01 dt .jp {
    font-size: 1.0625rem;
  }

  .dl-style01 dt [lang=en] {
    font-size: 0.6875rem;
  }
}

.card-style01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.card-style01>li {
  background-color: #f5f5f5;
  padding: 15px;
}

.card-style01 .card-img {
  margin-bottom: 20px;
}

.card-style01 .card-ttl {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .card-style01 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #c9c9c9;
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: #e2e2e2;
}

.table-style01 .bg01 {
  background-color: #f5f5f5;
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}

.box-style01 {
  border: 1px solid var(--color_border);
  padding: 60px 50px;
}

.box-style01 .box-ttl {
  font-size: 1.375rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 25px;
  }

  .box-style01 .box-ttl {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 30px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}

.under-slider01 .item-desc {
  margin-top: 25px;
}

.under-slider01 .item-ttl {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.under-slider02 .item-img {
  position: relative;
}

.under-slider02 figcaption {
  background: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }

  .under-slider01 .item-ttl {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }
}

/*------------
個人情報保護方針
--------------*/
.privacy-ttl {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.dl-privacy {
  display: grid;
  gap: 30px;
}

.dl-privacy dt {
  border-top: 1px solid var(--color_border);
  font-size: 1.0625rem;
  padding-top: 25px;
  margin-bottom: 15px;
  position: relative;
}

.dl-privacy dd {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
}

/*------------
Add
--------------*/
.layout-concept {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 150px;
  margin-bottom: 200px;
}

.layout-concept .l-ttl {
  font-size: 1.125rem;
  margin-bottom: 35px;
}

.layout-concept .l-catch-jp {
  font-size: 2.625rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.layout-concept .l-catch-en {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.layout-concept .l-desc {
  text-align: justify;
  line-height: 2.2;
}

.layout-concept .l-desc p+p {
  margin-top: 2.5em;
}

.layout-concept .l-btn {
  text-align: right;
  margin-top: 90px;
}

@media (max-width: 800px) {
  .layout-concept {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-bottom: 100px;
  }

  .layout-concept .l-ttl {
    font-size: 0.9375rem;
    margin-bottom: 25px;
  }

  .layout-concept .l-catch-jp {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .layout-concept .l-catch-en {
    font-size: 0.75rem;
    margin-bottom: 0;
  }

  .layout-concept .l-desc {
    line-height: 2;
    text-align: justify;
  }

  .layout-concept .l-desc p+p {
    margin-top: 1.5em;
  }
}

.layout-architecture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 150px;
  align-items: flex-start;
}

.layout-architecture .l-imgs {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
}

.layout-architecture .l-img-sp {
  display: none;
}

.layout-architecture .l-img {
  display: grid;
  place-content: center;
  position: absolute;
  inset: 0;
}

.layout-architecture .l-img img {
  object-fit: cover;
  width: 100%;
}

.layout-architecture .l-items {
  display: grid;
  gap: 20px;
}

.layout-architecture .l-item {
  display: grid;
  place-content: center;
  min-height: 100vh;
}

.layout-architecture .l-num {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  font-family: var(--font_en);
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 35px;
}

.layout-architecture .l-ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin-bottom: 35px;
}

.layout-architecture P {
  text-align: justify;
  line-height: 1.8;
}

.layout-architecture P+p {
  margin-top: 1.5em;
}

.layout-architecture .l-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

@media (max-width: 800px) {
  .layout-architecture {
    grid-template-columns: 1fr;
  }

  .layout-architecture .l-imgs {
    display: none;
  }

  .layout-architecture .l-img-sp {
    display: block;
    margin-bottom: 25px;
  }

  .layout-architecture .l-img-sp img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  .layout-architecture .l-items {
    gap: 50px;
  }

  .layout-architecture .l-item {
    min-height: auto;
  }

  .layout-architecture .l-num {
    margin-bottom: 30px;
  }

  .layout-architecture .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }

  .layout-architecture P {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .layout-architecture .l-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
  }
}

.layout-member {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 50px;
}

.layout-member .l-desc {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.layout-member .l-header {
  text-box: trim-both cap alphabetic;
  line-height: 1.5;
  margin-bottom: 35px;
}

.layout-member .job {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.layout-member .name {
  font-size: 1.375rem;
}

.layout-member .l-content {
  margin: 0;
  max-width: 75%;
}

.layout-member .text {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.8;
}

.layout-member .profile {
  border-top: 1px solid var(--color_border);
  border-left: 1px solid var(--color_border);
  text-box: trim-both cap alphabetic;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 20px 0 0 18px;
  margin-top: 25px;
}

@media (max-width: 800px) {
  .layout-member {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }

  .layout-member .l-img {
    max-width: 50%;
  }

  .layout-member .l-header {
    margin-bottom: 35px;
  }

  .layout-member .job {
    font-size: 0.75rem;
  }

  .layout-member .name {
    font-size: 1.25rem;
  }

  .layout-member .l-content {
    max-width: 100%;
  }
}

.layout-style01 {
  display: flex;
  justify-content: space-between;
  grid-gap: 25px;
}

.layout-style01 .l-body {
  width: 55%;
  margin-left: auto;
}

@media (max-width: 800px) {
  .layout-style01 {
    flex-direction: column;
    grid-gap: 15px;
  }

  .layout-style01 .l-body {
    width: 100%;
  }
}

.layout-style02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  margin: 0 25px;
}

.layout-style02 .l-img img {
  object-fit: cover;
  width: 100%;
  max-height: calc(100vh - 50px);
}

.layout-style02 .l-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 65%;
}

.layout-style02 .l-ttl {
  text-box: trim-both cap alphabetic;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  align-items: center;
  font-size: 0.9375rem;
  border-top: 1px solid var(--color_border02);
  padding-top: 25px;
  margin-bottom: 35px;
  position: relative;
}

.layout-style02 .l-ttl::before {
  content: "";
  background-color: var(--color_black);
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

.layout-style02 .l-catch-jp {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.layout-style02 .l-catch-en {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.layout-style02 .l-read {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 800px) {
  .layout-style02 {
    grid-template-columns: 1fr;
    grid-template-areas: "l-body" "l-img";
    grid-gap: 25px;
  }

  .layout-style02 .l-body {
    grid-area: l-body;
    width: 100%;
  }

  .layout-style02 .l-img {
    grid-area: l-img;
  }

  .layout-style02 .l-img img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
  }

  .layout-style02 .l-ttl {
    font-size: 0.9375rem;
    padding-top: 15px;
  }

  .layout-style02 .l-catch-jp {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }

  .layout-style02 .l-catch-en {
    font-size: 0.6875rem;
    margin-bottom: 35px;
  }
}

.layout-style03 {
  border-top: 1px solid var(--color_border);
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-areas: "desc img";
  grid-gap: 5%;
  padding-top: 80px;
  position: relative;
}

.layout-style03 .l-img {
  grid-area: img;
  width: 50%;
  margin: auto 0 0 auto;
}

.layout-style03 .l-desc {
  grid-area: desc;
}

.layout-style03 .l-ttl {
  text-box: trim-both cap alphabetic;
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
}

.layout-style03 .l-catch-jp {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.layout-style03 .l-catch-en {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.layout-style03 .l-read {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 800px) {
  .layout-style03 {
    grid-template-columns: 1fr;
    grid-template-areas: "desc" "img";
    grid-gap: 50px;
    padding-top: 50px;
  }

  .layout-style03 .l-img {
    width: 100%;
  }

  .layout-style03 .l-img img {
    aspect-ratio: 7/5;
    object-fit: cover;
    width: 100%;
  }

  .layout-style03 .l-ttl {
    font-size: 0.9375rem;
    top: 20px;
    right: 0;
  }

  .layout-style03 .l-catch-jp {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .layout-style03 .l-catch-en {
    font-size: 0.6875rem;
    margin-bottom: 50px;
  }

  .layout-style03 .l-read {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.layout-style04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "img desc";
}

.layout-style04 .l-img {
  grid-area: img;
}

.layout-style04 .l-img img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.layout-style04 .l-desc {
  grid-area: desc;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 35%;
  text-align: justify;
}

.layout-style04 .l-ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.layout-style04 .l-ttl::before {
  content: "";
  background-color: var(--color_black);
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

.layout-style04.reverse {
  grid-template-areas: "desc img";
}

.layout-style04.reverse .l-desc {
  padding: 0 35% 0 0;
}

@media (max-width: 800px) {
  .layout-style04 {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "desc";
  }

  .layout-style04 .l-img img {
    aspect-ratio: 16/9;
  }

  .layout-style04 .l-desc {
    padding: 0;
  }

  .layout-style04 .l-ttl {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .layout-style04.reverse {
    grid-template-areas: "img" "desc";
  }

  .layout-style04.reverse .l-desc {
    padding: 0;
  }
}

.dl-overview {
  display: grid;
  gap: 25px;
}

.dl-overview .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  line-height: 2;
}

@media (max-width: 800px) {
  .dl-overview {
    gap: 25px;
  }

  .dl-overview .item {
    grid-template-columns: 1fr;
    gap: 5px;
    line-height: 1.5;
  }
}

.u-map iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .u-map iframe {
    height: 250px;
  }
}

.layout-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  align-items: end;
}

.layout-service .l-imgs {
  position: sticky;
  bottom: 50px;
  aspect-ratio: 7/5;
  overflow: hidden;
  max-width: 300px;
}

.layout-service .l-img {
  display: grid;
  place-content: end;
  position: absolute;
  inset: 0;
}

.layout-service .l-img img {
  object-fit: cover;
  width: 100%;
}

.layout-service .l-items {
  display: grid;
  gap: 100px;
}

.layout-service .l-item {
  border-top: 1px solid var(--color_border);
  padding-top: 15px;
}

.layout-service .l-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
}

.layout-service .l-ttl [lang=en] {
  font-size: 0.875rem;
  margin-bottom: 55px;
}

.layout-service .l-ttl .jp {
  font-size: 1.5625rem;
}

.layout-service .l-btn {
  margin-top: 35px;
}

.list-style01>li {
  border-top: 1px solid var(--color_border);
  display: grid;
  grid-template-columns: 100px 500px 1fr;
  padding: 50px 0;
}

.list-style01>li:last-child {
  padding-bottom: 0;
}

.list-style01 .list-no {
  font-family: var(--font_en);
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 15px;
}

.list-style01 .list-ttl {
  line-height: 1.5;
  padding-right: 50px;
}

.list-style01 .list-ttl .jp {
  font-size: 1.4375rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.list-style01 .list-ttl [lang=en] {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
  max-width: 250px;
}

.list-style01 .l-desc {
  text-align: justify;
}

@media (max-width: 1024px) {
  .list-style01>li {
    grid-template-columns: 50px 1fr;
    grid-template-areas: "no ttl" "no desc";
    padding: 25px 0;
  }

  .list-style01 .list-no {
    grid-area: no;
    font-size: 1.375rem;
  }

  .list-style01 .list-ttl {
    grid-area: ttl;
    line-height: 1.5;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .list-style01 .list-ttl .jp {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .list-style01 .list-ttl [lang=en] {
    font-size: 0.6875rem;
  }

  .list-style01 .l-desc {
    grid-area: desc;
  }
}

.carousel-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.carousel-slider .carousel-track {
  display: flex;
  align-items: end;
  gap: 35px;
  will-change: transform;
}

.carousel-slider .item {
  display: grid;
  align-items: end;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 350px;
}

.carousel-slider img {
  display: block;
  transform: scale(1.4);
  will-change: transform;
}

@media (max-width: 800px) {
  .carousel-slider .carousel-track {
    gap: 15px;
  }

  .carousel-slider .item {
    width: 200px;
  }
}

.flow-style {
  display: grid;
  gap: 25px;
}

.flow-style>li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 50px;
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
}

.flow-style>li:not(:last-child)::before {
  content: "";
  background-color: var(--color_black);
  width: 1px;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 10px;
  z-index: -1;
}

.flow-style>li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--color_black);
  border-right: 1px solid var(--color_black);
  position: absolute;
  left: 46.5px;
  bottom: 10px;
  rotate: 45deg;
  z-index: -1;
}

.flow-style .flow-no {
  background-color: var(--color_base);
  display: grid;
  place-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--color_black);
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
  font-family: var(--font_en);
  letter-spacing: 0;
}

.flow-style .flow-no span {
  font-size: 2rem;
}

.flow-style .flow-desc {
  padding-top: 30px;
}

.flow-style .flow-ttl {
  line-height: 1.5;
  margin-bottom: 25px;
}

.flow-style .flow-ttl .jp {
  font-size: 1.4375rem;
  margin-bottom: 5px;
}

.flow-style .flow-ttl [lang=en] {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
  max-width: 250px;
}

.flow-style .flow-wrap {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-areas: "desc img";
  gap: 50px;
}

.flow-style .flow-wrap .flow-desc {
  grid-area: desc;
}

.flow-style .flow-wrap .flow-img {
  grid-area: img;
}

@media (max-width: 800px) {
  .flow-style {
    gap: 25px;
  }

  .flow-style>li {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }

  .flow-style>li:not(:last-child)::before {
    left: 25px;
    top: 0;
    bottom: 10px;
  }

  .flow-style>li:not(:last-child)::after {
    left: 2.20px;
    bottom: 10px;
  }

  .flow-style .flow-no {
    width: 50px;
    height: 50px;
    font-size: 0.6875rem;
  }

  .flow-style .flow-no span {
    font-size: 1.25rem;
  }

  .flow-style .flow-desc {
    padding-top: 5px;
  }

  .flow-style .flow-ttl {
    grid-area: ttl;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .flow-style .flow-ttl .jp {
    font-size: 1.125rem;
  }

  .flow-style .flow-ttl [lang=en] {
    font-size: 0.6875rem;
  }

  .flow-style .flow-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "ttl" "img";
    gap: 0;
  }

  .flow-style .flow-wrap .flow-desc {
    display: contents;
    grid-area: desc;
  }

  .flow-style .flow-wrap .flow-img {
    grid-area: img;
    margin-bottom: 25px;
  }
}

.faq-style {
  border-top: 1px solid var(--color_border);
  border-bottom: 1px solid var(--color_border);
  transition: 0.3s;
}

.faq-style+.faq-style {
  margin-top: -1px;
}

.faq-style .faq-summary {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
  padding: 30px 80px 30px 0;
  line-height: 1;
  position: relative;
}

.faq-style .faq-summary .faq-icon {
  color: var(--color_black);
  font-family: var(--font_en);
  font-size: 1.5625rem;
  margin-top: -1px;
}

.faq-style .faq-summary .faq-ttl {
  font-size: 1rem;
  line-height: 1.5;
}

.faq-style .faq-summary::-webkit-details-marker {
  display: none;
}

.faq-style .faq-content {
  overflow: hidden;
}

.faq-style .faq-inner {
  background-color: var(--color_gray);
  border-radius: 2px;
  padding: 25px 25px 25px 70px;
  margin-bottom: 25px;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
}

.faq-style .faq-open-icon {
  background-color: var(--color_black);
  display: inline-block;
  width: 35px;
  height: 17px;
  border-radius: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.faq-style .faq-open-icon::before,
.faq-style .faq-open-icon::after {
  content: "";
  display: block;
  background: var(--color_white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.faq-style .faq-open-icon::before {
  width: 10px;
  height: 1px;
}

.faq-style .faq-open-icon::after {
  width: 1px;
  height: 10px;
  transition: transform 0.5s;
}

.faq-style.is-open .faq-open-icon {
  background-color: #d2d2d2;
}

.faq-style.is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .faq-style .faq-summary {
    gap: 15px;
    padding: 15px 60px 15px 0;
  }

  .faq-style .faq-summary .faq-ttl {
    font-size: 0.875rem;
  }

  .faq-style .faq-inner {
    padding: 15px;
    margin-bottom: 25px;
  }
}

.layout-cost .l-header {
  border: 1px solid var(--color_border);
  border-width: 1px 1px 0;
  padding: 35px;
}

.layout-cost .l-no {
  text-box: trim-both cap alphabetic;
  opacity: 0.5;
  text-transform: uppercase;
  font-family: var(--font_en);
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 55px;
}

.layout-cost .l-ttl {
  text-box: trim-both cap alphabetic;
  font-size: 1.5625rem;
  line-height: 1.5;
}

.layout-cost .l-bottom {
  border: 1px solid var(--color_border);
  border-width: 0 1px 1px;
  padding: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.layout-cost .l-cost {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.layout-cost .l-img img {
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media (max-width: 800px) {
  .layout-cost .l-header {
    padding: 15px;
  }

  .layout-cost .l-no {
    font-size: 0.6875rem;
    margin-bottom: 35px;
  }

  .layout-cost .l-ttl {
    font-size: 1.125rem;
  }

  .layout-cost .l-bottom {
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.dl-cost {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--color_border);
  border-left: 1px solid var(--color_border);
}

.dl-cost .item {
  border-right: 1px solid var(--color_border);
  border-bottom: 1px solid var(--color_border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 55px;
  padding: 35px;
}

.dl-cost dt {
  opacity: 0.5;
  text-transform: uppercase;
  font-family: var(--font_en);
  font-size: 0.8125rem;
  line-height: 1;
}

.dl-cost dd {
  font-size: 1.25rem;
  line-height: 1.2;
}

.dl-cost .small {
  font-size: 0.8125rem;
  opacity: 0.5;
}

@media (max-width: 800px) {
  .dl-cost {
    grid-template-columns: repeat(2, 1fr);
  }

  .dl-cost .item {
    grid-gap: 25px;
    padding: 15px;
  }

  .dl-cost dt {
    font-size: 0.6875rem;
  }

  .dl-cost dd {
    font-size: 0.875rem;
  }

  .dl-cost .small {
    font-size: 0.6875rem;
  }
}

.total-cost-desc {
  font-size: 1.25rem;
}

.total-cost-desc .number {
  font-size: 2.5rem;
  margin: 0 5px;
}

.total-cost-desc .tax {
  font-size: 0.6875rem;
}

.list-property {
  display: grid;
  gap: 50px;
}

.list-property>li {
  display: grid;
  gap: 25px;
}

.list-property .list-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}

.list-property .list-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  line-height: 1.5;
}

.list-property .list-ttl .jp {
  font-size: 1.125rem;
}

.list-property .list-ttl [lang=en] {
  color: var(--color_gray_dark);
  font-size: 0.8125rem;
}

.list-property .list-desc {
  text-box: trim-both cap alphabetic;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 800px) {
  .list-property>li {
    gap: 25px;
  }

  .list-property .list-ttl {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
  }

  .list-property .list-ttl .jp {
    font-size: 1rem;
  }

  .list-property .list-ttl [lang=en] {
    font-size: 0.6875rem;
  }
}

.box-point {
  font-size: 0.9375rem;
}

.box-point .box-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
}

.box-point .box-ttl::after {
  content: "";
  background-color: var(--color_border);
  height: 1px;
  width: 100%;
}

.layout-recruit-message {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.layout-recruit-message .l-catch-jp {
  text-align: justify;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.layout-recruit-message .l-catch-en {
  opacity: 0.5;
  font-size: 0.8125rem;
  line-height: 1.5;
  max-width: 300px;
  margin-bottom: 50px;
}

.layout-recruit-message .l-desc {
  text-align: justify;
}

.layout-recruit-message .l-read {
  display: grid;
  font-size: 1.125rem;
  gap: 2em;
}

@media (max-width: 1024px) {
  .layout-recruit-message {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .layout-recruit-message .l-catch-jp {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .layout-recruit-message .l-catch-en {
    font-size: 0.6875rem;
    margin-bottom: 40px;
  }

  .layout-recruit-message .l-read {
    font-size: 1rem;
    gap: 2em;
  }
}

.dl-job-description {
  display: grid;
  border-bottom: 1px solid var(--color_border);
}

.dl-job-description .item {
  border-top: 1px solid var(--color_border);
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
  line-height: 1.8;
  padding: 25px 0;
}

@media (max-width: 800px) {
  .dl-job-description .item {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 15px 0;
  }
}

.sec-lead-imgs {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 5%;
  align-items: end;
}

.sec-lead-imgs.reverse {
  grid-template-columns: 1fr 3fr;
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .fade:hover {
    opacity: 0.5;
  }
}

.fs11 {
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs13 {
  font-size: 0.8125rem;
}

.bold,
.strong {
  font-weight: bold;
}

.color-red {
  color: #F44336;
}

.marker {
  background: linear-gradient(transparent 50%, #80FF00 50%);
}

.notice {
  font-size: 0.8125rem;
  text-indent: -18px;
  padding-left: 18px;
}

.mb0 {
  margin-bottom: 0;
}

.mbXS {
  margin-bottom: 5px;
}

.mbS {
  margin-bottom: 15px;
}

.mbM {
  margin-bottom: 30px;
}

.mbXM {
  margin-bottom: 50px;
}

.mbL {
  margin-bottom: 60px;
}

.mbXL {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.tac {
  text-align: center;
}

.tac img {
  margin-inline: auto;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.grid {
  display: grid;
}

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

.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.gap15 {
  grid-gap: 15px;
}

.gap20 {
  grid-gap: 20px;
}

.gap25 {
  grid-gap: 25px;
}

.gap30 {
  grid-gap: 30px;
}

.gap35 {
  grid-gap: 35px;
}

.gap40 {
  grid-gap: 40px;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center;
  }

  .sp-tar {
    text-align: right;
  }

  .sp-tal {
    text-align: left;
  }

  .mbL {
    margin-bottom: 30px;
  }

  .mbXL {
    margin-bottom: 50px;
  }

  .sp-col1 {
    grid-template-columns: 1fr;
  }

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

  .sp-col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sp-gap15 {
    grid-gap: 15px;
  }

  .sp-gap20 {
    grid-gap: 20px;
  }

  .sp-gap25 {
    grid-gap: 25px;
  }

  .sp-gap30 {
    grid-gap: 30px;
  }

  .sp-gap35 {
    grid-gap: 35px;
  }

  .sp-gap40 {
    grid-gap: 40px;
  }
}

/*------------
Lenis
-------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow--prev,
.splide__arrow--next {
  display: block;
  width: 30px;
  height: 10px;
}

.splide__arrow--prev {
  background: url(../images/share/slider_arrow_l.svg) no-repeat center/contain;
}

.splide__arrow--next {
  background: url(../images/share/slider_arrow_r.svg) no-repeat center/contain;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 60px;
}

@media (max-width: 800px) {
  .splide__controls {
    margin-top: 30px;
  }
}

.splide__pagination {
  gap: 8px;
}

.splide__pagination__page {
  background: #D0D0C9;
  border-radius: 100px;
  display: inline-block;
  transition: transform 0.2s linear;
  height: 10px;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #707070;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__toggle {
  cursor: pointer;
  background: #1D1D1D;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  height: 45px;
  width: 45px;
}

.splide__toggle:hover {
  background: #D3D3D3;
}

.splide__toggle svg {
  fill: #fff;
  transition: fill 0.2s ease;
  width: 12px;
  height: auto;
}

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}


/*------------
Loader
-------------*/
.loader {
  display: grid;
  place-content: center;
  position: fixed;
  inset: 0;
  transition: visibility 0.2s ease 1.2s;
  z-index: 9999;
}

.loader-bg {
  background: var(--color_gray_light);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
}

.loader-wrapper {
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  position: relative;
  text-align: center;
}

.loading-txt {
  font-family: var(--font_en);
  font-size: 1.25rem;
}

.loading-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
  width: 80px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.loading-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color_black);
  transition: background-color 0.3s ease;
}

.loading-bar::after {
  content: "";
  height: 100%;
  width: 100%;
  animation: loading-bar 1.4s ease-in-out infinite;
  transform: translateX(-100%);
  background-color: var(--color_gray_light);
  transition: background-color 0.3s ease;
}

@keyframes loading-bar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.loader.is-action {
  visibility: hidden;
}

.loader.is-action .loader-bg {
  transform: translateY(-100%) translateZ(0);
}

.loader.is-action .loader-wrapper {
  transform: translateY(-130%) translateZ(0);
  opacity: 0;
}

.page-ttl [lang="en"],
.page-ttl .jp {
  transform: translateY(50px);
  clip-path: inset(100% 0 0 0);
  transition-timing-function: cubic-bezier(0.12, 1, 0.5, 1);
  transition: clip-path 1s, transform 0.7s;
}

.page-ttl .jp {
  transition-delay: 0.2s;
}

.is-show [lang="en"],
.is-show .jp {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.u-contents {
  opacity: 0;
  transform: translateY(50px);
  transition-timing-function: var(--ease);
  transition: transform 0.7s, opacity 0.7s;
  transition-delay: 0.5s;
}

.u-contents.is-show  {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.7s, transform 0.7s;
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.js-fadein.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-parallax-post {
  overflow: hidden;
}


.single-works-body .is-sticky > div {
  position: sticky;
  top: 0;
}

@media (max-width: 800px) {
  .single-works-body .is-sticky > div {
    position: static;
  }
}
