@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --color-red: #ad4978;
}

/* Reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Base */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/* IE */
main {
  display: block;
}

/* Form Reset */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ClearFix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Fonts */
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(13px, 1.17vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: #333333;
}

main p {
  text-align: justify;
}

/* フッター */
.l-footer {
  background-color: #fff;
}
.l-footer.is-front-page {
  margin-top: clamp(40px, 10.6666666667vw, 70px);
}

.l-footer-map {
  padding: clamp(40px, 10.67vw, 50px) 0;
  background-color: #edf2f8;
}
.l-footer-map__logo {
  margin-bottom: 1em;
}
.l-footer-map__logo a {
  display: block;
  width: clamp(128px, 34.13vw, 150px);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-map__logo a:hover {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
.l-footer-map__inner {
  display: flex;
  gap: 7em;
}
.l-footer-map__head {
  flex-shrink: 0;
}
.l-footer-map__head__social {
  margin-top: 0.5em;
}
.l-footer-map__head__social a {
  display: inline-block;
  width: clamp(25px, 6.67vw, 35px);
  margin-right: 0.5em;
}
.l-footer-map__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.l-footer-map__nav__list {
  list-style: disc;
  padding-left: 1.2em;
  margin-top: 0.5em;
}
.l-footer-map__nav__list li {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 1024px) {
  .l-footer-map__logo {
    width: fit-content;
    margin: 0 auto 1em;
  }
  .l-footer-map__inner {
    flex-direction: column;
    gap: 1em;
  }
  .l-footer-map__head {
    text-align: center;
  }
  .l-footer-map__body {
    margin: 1em auto 0;
    max-width: 767px;
  }
}
@media only screen and (max-width: 600px) {
  .l-footer-map__body {
    width: 300px;
    flex-wrap: wrap;
    gap: 2em;
    row-gap: 1.5em;
    justify-content: center;
  }
}

.l-footer-group {
  padding: clamp(30px, 8vw, 50px) 0;
}
.l-footer-group__grid {
  display: flex;
  gap: clamp(5px, 1.33vw, 50px);
}
.l-footer-group__title {
  flex-shrink: 0;
  font-size: clamp(14px, 3.73vw, 28px);
}
.l-footer-group__list {
  display: flex;
  justify-content: space-between;
  gap: clamp(5px, 3.66vw, 50px);
}
.l-footer-group__list li {
  text-align: center;
}
.l-footer-group__list li a {
  display: block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-group__list li a:hover {
    transform: scale(1.05);
    filter: contrast(1.2);
  }
}
@media only screen and (max-width: 1024px) {
  .l-footer-group__grid {
    flex-direction: column;
    text-align: center;
  }
  .l-footer-group__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer-group__list li {
    flex-basis: 70px;
  }
}

.l-footer-copy {
  padding-bottom: clamp(15px, 4vw, 30px);
  text-align: center;
  font-size: 0.875em;
}

/* ヘッダー */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.l-header.is-hidden {
  position: fixed;
  transform: translateY(-100px);
}
.l-header.is-fixed {
  position: fixed;
  top: -100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(100px);
  transition: transform 1s ease-in-out;
}
.l-header__inner {
  width: 100%;
  max-width: 1366px;
  height: clamp(48px, 6.588579795vw, 90px);
  padding-left: clamp(10px, 4.5333333333vw, 40px);
  padding-right: clamp(10px, 4.5333333333vw, 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo a {
  display: block;
  width: clamp(99px, 10.9077598829vw, 149px);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo a:hover {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 1024px) {
  .l-header__inner {
    height: 48px;
  }
  .l-header__logo {
    width: 250px;
  }
}

/* メイン */
html {
  height: 100%;
  scroll-padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

main {
  overflow: hidden;
}

header {
  width: 100%;
}

footer {
  position: sticky;
  top: 100vh;
}

#js-loading {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bfbfbf;
  background-color: #fff;
}
#js-loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading__animation {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #fbcf01;
  border-right-color: #004699;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

.loading__text {
  font-size: 14px;
}

.l-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 30px);
}

/* Sidebar */
/* 共通リンク */
.c-link {
  line-height: 1;
  color: #333333;
  padding-left: 1.75em;
  background-image: url(../img/ic_link_yellow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25em auto;
  position: relative;
}
.c-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fccf00;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link {
    transition: 0.3s ease-in-out;
  }
  .c-link:hover::after {
    width: 100%;
  }
}

/* 下層ページタイトル */
.c-page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: clamp(150px, 40vw, 280px);
  margin-top: clamp(48px, 6.588579795vw, 90px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-page-title__text {
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.c-page-title__text__en {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .c-page-title {
    margin-top: 48px;
  }
}

/* 小見出し */
.c-subhead {
  width: fit-content;
  color: #45625e;
  border-bottom: solid 1px currentColor;
  padding-bottom: 0.25em;
}
.c-subhead__en {
  font-size: 1.53em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.35em;
  line-height: 1;
  margin-right: 1.25em;
}

/* ナビゲーション */
.c-nav ul {
  display: flex;
  gap: 2em;
}
.c-nav ul li a {
  font-style: normal;
  display: block;
  position: relative;
}
.c-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fbcf03;
  transition: 0.3s ease-in-out;
  transform: translateX(-50%);
}
.c-nav ul li a.is-current::after {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-nav ul li a {
    transition: 0.3s ease-in-out;
  }
  .c-nav ul li a:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: inherit;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(237, 242, 248, 0.9);
    backdrop-filter: blur(5px);
    padding: 0;
    z-index: 80;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .c-nav__head {
    width: 100%;
    height: 170px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-nav__logo a {
    display: block;
    width: 95px;
  }
  .c-nav ul {
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
    margin-top: 1em;
  }
  .c-nav ul li {
    margin: 0 !important;
  }
  .c-nav ul li a {
    color: #333;
    padding: 0.25em 1em;
    text-align: center;
    font-size: 1.25em;
    border-radius: 0.25em;
    width: fit-content;
    margin: 0 auto;
  }
  .c-nav ul li a.is-current::after {
    width: calc(100% - 2em);
    bottom: 0;
  }
  .c-nav ul li:nth-child(n+9) a {
    font-size: 1em;
    color: #5b5b5b;
  }
}

/* ヘッダー固定後のナビゲーションの色 */
.l-header.is-fixed .c-nav ul li a,
.l-header.is-white .c-nav ul li a {
  color: #333;
}
.l-header.is-fixed .c-nav ul li a::after,
.l-header.is-white .c-nav ul li a::after {
  background-color: #fbcf03;
}

/* ハンバーガー：ボタン */
.c-button-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 7px;
  border-radius: 4px;
}
.c-button-menu span {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.c-button-menu span:nth-child(1) {
  top: 0;
}
.c-button-menu span:nth-child(2) {
  margin: 8px 0;
}
.c-button-menu span:nth-child(3) {
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .c-button-menu {
    display: block;
    position: fixed;
    top: 2px;
    right: 10px;
    z-index: 90;
  }
}

/* ヘッダー固定後のハンバーガーの色 */
.l-header.is-fixed .c-button-menu span,
.l-header.is-white .c-button-menu span {
  background-color: #000;
}

/* ハンバーガー：ボタンクリック後の動作 */
.c-nav.is-open {
  transform: translateX(0);
  opacity: 1;
}

.c-button-menu.is-open span {
  background-color: #333;
}
.c-button-menu.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.c-button-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.c-button-menu.is-open span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

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

/* ページネーション */
.pagenation {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(8px, 1.756954612vw, 24px);
  row-gap: 8px;
  font-size: 16px;
}
.pagenation .page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 4px;
  color: #333333;
  text-decoration: none;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation a.page-numbers:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagenation a.prev:hover,
  .pagenation a.next:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    filter: contrast(1.1);
  }
}
.pagenation .page-numbers.current {
  color: #bccbd3;
}
.pagenation .page-numbers.dots {
  min-width: auto;
  padding-inline: 8px;
  color: #bfbfbf;
}
.pagenation .prev,
.pagenation .next {
  min-width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
}
.pagenation .prev {
  background-color: #bccbd3;
}
.pagenation .next {
  background-color: #fbcf03;
}
.pagenation .prev span,
.pagenation .next span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}
.pagenation .prev span::before,
.pagenation .next span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #ffffff;
}
.pagenation .prev span::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -2px;
}
.pagenation .next span::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -2px;
}

/* パンくずリスト */
.c-bc {
  margin-top: clamp(25px, 6.6666666667vw, 50px);
  font-size: 0.75em;
  background-color: #fff;
  padding: 1em 0;
}
.c-bc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.c-bc ul li:not(:last-child)::after {
  content: "-";
  width: 1em;
  height: 1em;
  padding-left: 0.75em;
}
@media (hover: hover) and (pointer: fine) {
  .c-bc ul li a {
    transition: all 0.3s ease-in-out;
  }
  .c-bc ul li a:hover {
    text-decoration: underline;
  }
}

/* フロントページ */
/* ファーストビュー */
.p-front-fv__img {
  width: 100%;
  overflow: hidden;
}
.p-front-fv__img img {
  width: 100%;
  height: clamp(600px, 160vw, 720px);
  object-fit: cover;
}
.p-front-fv__copy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
}
.p-front-fv__text {
  width: 100%;
  max-width: 1366px;
  padding: 0 clamp(10px, 4.5333333333vw, 40px);
  margin: auto;
  margin-top: clamp(70px, 15.7393850659vw, 215px);
}
.p-front-fv__catch {
  width: clamp(229px, 33.0893118594vw, 452px);
}
.p-front-fv__catch img {
  width: 100%;
  height: auto;
}
.p-front-fv__follow {
  margin-top: 2em;
  font-size: clamp(13px, 3.4666666667vw, 18px);
  font-weight: 500;
  line-height: 2;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.7);
}

/* ファーストビューのスライダー */
.swiper-fv picture {
  display: block;
  animation: slowZoom 30s ease-in-out infinite;
}

@keyframes slowZoom {
  100% {
    transform: scale(1.4);
  }
}
/* ピックアップコンテンツ */
.p-front-pickup {
  width: 100%;
  max-width: 1366px;
  padding: clamp(15px, 4vw, 35px);
  padding-top: clamp(20px, 5.3333333333vw, 40px);
  padding-bottom: clamp(40px, 10.6666666667vw, 50px);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-front-pickup a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-pickup a:hover .p-front-pickup__ph img {
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
    filter: brightness(1.1);
  }
}
.p-front-pickup__ph {
  overflow: hidden;
}
.p-front-pickup__title {
  font-size: clamp(20px, 5.3333333333vw, 25px);
  line-height: 1;
  margin-bottom: 0.5em;
  color: #014699;
  text-align: center;
}
.p-front-pickup__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  margin: 1em 0;
}
.p-front-pickup__content {
  font-size: clamp(13px, 3.4666666667vw, 14px);
  line-height: 1.46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
}
.p-front-pickup .swiper-pickup {
  overflow: hidden;
}
.p-front-pickup .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}
.p-front-pickup .swiper-pagination-bullet-active {
  background-color: #fbcf03;
}

@media only screen and (min-width: 1024px) {
  .p-front-pickup {
    position: absolute;
    top: clamp(48px, 6.588579795vw, 90px);
    right: 0;
    width: 370px;
    height: calc(clamp(600px, 160vw, 720px) - clamp(48px, 6.588579795vw, 90px));
    z-index: 3;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-front-pickup {
    margin-top: 10px;
  }
  .p-front-pickup a {
    display: flex;
    gap: 1em;
  }
  .p-front-pickup__title {
    text-align: left;
  }
  .p-front-pickup__head {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .p-front-pickup__ph {
    width: 50%;
  }
  .p-front-pickup__body {
    width: 50%;
  }
  .p-front-pickup__content {
    -webkit-line-clamp: 4;
  }
}
/* 共通見出し */
.c-front-heading {
  font-size: clamp(24px, 6.4vw, 36px);
  line-height: 1;
  white-space: nowrap;
}
.c-front-heading__jp {
  font-size: 0.5em;
  margin-left: 0.5em;
}

/* ニュース */
.p-front-news {
  margin-top: clamp(25px, 6.6666666667vw, 50px);
}
.p-front-news__inner {
  display: flex;
  gap: 10px;
}
.p-front-news__head {
  flex-basis: 20%;
}
.p-front-news__head__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}
.p-front-news__body {
  flex-basis: 80%;
}
@media only screen and (max-width: 1024px) {
  .p-front-news__inner {
    display: block;
  }
  .p-front-news__head__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .p-front-news__body {
    margin-top: 2em;
  }
}

/* ニュースのタブUI */
.c-front-tab {
  width: 100%;
}
.c-front-tab__buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.c-front-tab__buttons::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fbcf03;
}
.c-front-tab__buttons li {
  width: clamp(107px, 28.5333333333vw, 200px);
}
@media only screen and (max-width: 767px) {
  .c-front-tab__buttons li {
    width: 33.33%;
  }
}
.c-front-tab__buttons a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 0.75em 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-front-tab__buttons a:hover {
    background: #eee;
  }
}
.c-front-tab__buttons a.is-active {
  background: #fbcf03;
  border-color: #fbcf03;
}
.c-front-tab__body {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.c-front-tab__body.is-active {
  display: block;
  opacity: 1;
}
@starting-style {
  .c-front-tab__body.is-active {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-front-tab__buttons {
    gap: 5px;
  }
  .c-front-tab__buttons::after {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: calc(100% + clamp(30px, 8vw, 60px) - 0.1px);
  }
}

/* ニュース一覧 */
.p-front-topic {
  margin-bottom: 0.25em;
}
.p-front-topic__link {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding: 0.5em 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-topic__link {
    transition: 0.3s ease-in-out;
  }
  .p-front-topic__link:hover {
    background-color: #eee;
  }
}
.p-front-topic__head {
  flex-shrink: 0;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.p-front-topic__head__date {
  display: inline-block;
  min-width: 5em;
  white-space: nowrap;
}
.p-front-topic__head__label > ul {
  max-width: 8.25em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25em;
}
.p-front-topic__head__label > ul > li {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #7c8a96;
  padding: 0.25em;
}
.p-front-topic__body {
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .p-front-topic {
    border-bottom: solid 1px #b6b6b6;
    padding: 0.5em 0;
  }
  .p-front-topic__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
  .p-front-topic__head__label > ul {
    max-width: 100%;
    justify-content: flex-start;
  }
}

/* フロントコンテンツ */
.p-front-content {
  margin-top: clamp(40px, 10.6666666667vw, 50px);
  padding: clamp(40px, 10.6666666667vw, 50px) 0;
  background-color: #eef2f7;
}
.p-front-content__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 5.3333333333vw, 40px);
}
.p-front-content__body {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-content__body {
    transition: 0.3s ease-in-out;
  }
  .p-front-content__body:hover .p-front-content__ph img {
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
    filter: brightness(1.1);
  }
}
.p-front-content__ph {
  overflow: hidden;
}
.p-front-content__link {
  margin: 0.75em 0;
}
.p-front-content__text {
  background-color: #fff;
  padding: 1em;
}

/* WORKS 施工実績 */
.p-front-works {
  margin: clamp(40px, 10.6666666667vw, 50px) 0;
}
.p-front-works .l-inner {
  position: relative;
}
.p-front-works__head__link {
  margin: 0.75em 0;
}
.p-front-works__ph {
  overflow: hidden;
}
.p-front-works__content {
  font-size: 0.875em;
  line-height: 1.5;
}
.p-front-works__swiper {
  position: relative;
}
.p-front-works .swiper-works {
  overflow: hidden;
}
.p-front-works .swiper-works a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-works .swiper-works a:hover .p-front-works__ph img {
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
    filter: brightness(1.1);
  }
}
.p-front-works .swiper-button-prev,
.p-front-works .swiper-button-next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-works .swiper-button-prev:hover,
  .p-front-works .swiper-button-next:hover {
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.p-front-works .swiper-button-prev {
  left: -25px;
}
.p-front-works .swiper-button-next {
  right: -25px;
}
@media only screen and (max-width: 1326px) {
  .p-front-works .swiper-button-prev {
    left: 1.13vw;
  }
  .p-front-works .swiper-button-next {
    right: 1.13vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-front-works .swiper-button-prev,
  .p-front-works .swiper-button-next {
    transform: scale(0.75);
  }
  .p-front-works .swiper-button-prev {
    left: 5px;
  }
  .p-front-works .swiper-button-next {
    right: 5px;
  }
}
.p-front-works .swiper-button-prev > svg,
.p-front-works .swiper-button-next > svg {
  display: none;
}
.p-front-works .swiper-button-prev::after,
.p-front-works .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.p-front-works {
  /* 前への矢印カスタマイズ */
}
.p-front-works .swiper-button-prev::after {
  border-bottom: 17px solid transparent;
  border-right: 30px solid #999999;
  border-top: 17px solid transparent;
  right: 25%;
}
.p-front-works {
  /* 次への矢印カスタマイズ */
}
.p-front-works .swiper-button-next::after {
  border-bottom: 17px solid transparent;
  border-left: 30px solid #999999;
  border-top: 17px solid transparent;
  left: 25%;
}
.p-front-works {
  /* 画像サイズ調整 */
}
.p-front-works .swiper-slide img {
  height: auto;
  width: 100%;
}

/* 会社案内 */
.p-company-head {
  margin-top: clamp(30px, 8vw, 70px);
  text-align: center;
}
.p-company-head p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-company-head {
    text-align: left;
  }
  .p-company-head p {
    text-align: left;
  }
}

/* 共通見出し */
.c-company-title {
  font-size: clamp(21px, 5.6vw, 30px);
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}

/* メッセージ */
.p-company-message {
  display: flex;
  margin-top: clamp(50px, 13.3333333333vw, 110px);
}
.p-company-message.is-reverse {
  flex-direction: row-reverse;
}
.p-company-message__text {
  flex-basis: 50%;
}
.p-company-message__ph {
  flex-basis: 50%;
  padding: 0 clamp(20px, 5.3333333333vw, 80px);
}
@media only screen and (max-width: 767px) {
  .p-company-message {
    flex-direction: column;
  }
  .p-company-message.is-reverse {
    flex-direction: column;
  }
  .p-company-message__wrap {
    max-width: 600px !important;
  }
  .p-company-message__text, .p-company-message__ph {
    flex-basis: 100%;
  }
  .p-company-message__ph {
    padding: 0;
    margin-top: clamp(20px, 5.3333333333vw, 40px);
  }
}

/*  会社概要 */
.p-company-outline {
  margin-top: clamp(50px, 13.3333333333vw, 130px);
}
.p-company-outline .c-company-title {
  text-align: center;
  margin-bottom: 1em;
}
.p-company-outline table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #bebebe;
}
.p-company-outline table th,
.p-company-outline table td {
  border-bottom: solid 1px #bebebe;
  padding: 1.25em clamp(10px, 2.6666666667vw, 45px);
  text-align: left;
  vertical-align: middle;
}
.p-company-outline table th {
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .p-company-outline table th,
  .p-company-outline table td {
    vertical-align: top;
  }
}

.c-company-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5em;
  width: fit-content;
}
.c-company-2col.is-width100 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-company-2col {
    grid-template-columns: 1fr;
  }
}

.p-company-gmap iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.p-company-gmap__has-th {
  vertical-align: top !important;
  line-height: 3;
}
@media only screen and (max-width: 600px) {
  .p-company-gmap__has-th {
    vertical-align: inherit;
    line-height: inherit;
  }
}

.c-company-1col > li {
  display: inline-block;
}
.c-company-1col > li:not(:last-child) {
  margin-right: 1.5em;
}

.c-company-subhead {
  margin-bottom: 0.25em;
}
.c-company-subhead:not(:first-child) {
  margin-top: 1em;
}
.c-company-subhead::before {
  content: "●";
  color: #fbcf03;
  display: inline;
}

.c-company-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1em;
}
@media only screen and (max-width: 1024px) {
  .c-company-4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-company-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .c-company-4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-company-cert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  row-gap: 1em;
}
.c-company-cert__body {
  display: flex;
  gap: 0.5em;
}
.c-company-cert__body__text {
  font-feature-settings: "palt";
  text-align: left;
}
.c-company-cert__body__ph#pict1 {
  width: 64px;
}
.c-company-cert__body__ph#pict2 {
  width: 193px;
}
.c-company-cert__body__ph#pict3 {
  width: 62px;
  margin-top: -20px;
  margin-left: 28px;
}
@media only screen and (max-width: 1100px) {
  .c-company-cert {
    grid-template-columns: 1fr;
    width: fit-content;
  }
}
@media only screen and (max-width: 600px) {
  .c-company-cert__body.is-sp {
    display: block;
  }
  .c-company-cert__body__ph#pict3 {
    margin-top: 0;
  }
}

/* 沿革 */
.p-company-history {
  margin-top: clamp(50px, 13.3333333333vw, 130px);
}
.p-company-history .c-company-title {
  text-align: center;
  margin-bottom: 1em;
}
.p-company-history__inner {
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 30px);
}
.p-company-history__grid {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
}
.p-company-history__grid__table {
  flex-basis: 65%;
}
.p-company-history__grid__ph {
  flex-basis: 35%;
  max-width: 340px;
  min-width: 123px;
}
.p-company-history__grid__ph img {
  display: block;
}
.p-company-history__grid__ph p {
  line-height: 1.25;
  margin: 0.5em 0 3em;
}
.p-company-history__grid table th,
.p-company-history__grid table td {
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
}
.p-company-history__grid table th {
  white-space: nowrap;
  font-weight: normal;
  position: relative;
  width: 8em;
}
.p-company-history__grid table th::before {
  position: absolute;
  right: 2em;
  top: 1em;
  content: "●";
  display: inline-block;
  width: 1em;
  color: #fbcf03;
}
.p-company-history__grid table th::after {
  content: "";
  position: absolute;
  right: 2.5em;
  top: 1.5em;
  width: 1px;
  height: 100%;
  background-color: #fbcf03;
}
.p-company-history__grid table tr:last-child th::after {
  height: 65%;
}
.p-company-history__ph-text {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 0.5em;
}
.p-company-history__only-sp {
  display: none;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-company-history__grid {
    gap: 1em;
  }
  .p-company-history__grid__table {
    flex-basis: 100%;
  }
  .p-company-history__grid__ph {
    display: none;
  }
  .p-company-history__grid table th,
  .p-company-history__grid table td {
    padding: 0.75em 0;
  }
  .p-company-history__grid table th {
    width: 6.5em;
  }
  .p-company-history__grid table th::before {
    right: 1em;
    top: 0.75em;
  }
  .p-company-history__grid table th::after {
    right: 1.5em;
    top: 1.5em;
  }
  .p-company-history__grid table tr:last-child th::after {
    height: 87.5%;
  }
  .p-company-history__only-sp {
    display: block;
    width: 80%;
  }
}

/* 事業案内 */
/* リード文 */
.p-business-lead {
  margin-top: clamp(50px, 5.1244509517vw, 70px);
  text-align: center;
}
.p-business-lead__title {
  font-size: clamp(21px, 2.196193265vw, 30px);
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}
.p-business-lead__text {
  line-height: 1.875;
  font-feature-settings: "palt";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-business-lead__text {
    text-align: left;
  }
}

/* 各事業セクション */
.p-business-service {
  margin-top: clamp(50px, 13.3333333333vw, 110px);
}
.p-business-service__inner {
  display: flex;
  gap: clamp(20px, 5.8565153734vw, 80px);
}
.p-business-service.is-reverse .p-business-service__inner {
  flex-direction: row-reverse;
}
.p-business-service__ph {
  flex: 0 0 50%;
}
.p-business-service__ph img {
  width: 100%;
  display: block;
}
.p-business-service__body {
  flex: 1;
}
.p-business-service__title {
  font-size: clamp(21px, 5.6vw, 30px);
  font-feature-settings: "palt";
  line-height: 1;
  margin-bottom: 1em;
}
.p-business-service__text {
  line-height: 1.75;
  font-feature-settings: "palt";
}
.p-business-service__link {
  margin-top: 1.5em;
}
.p-business-service__link a {
  display: inline-block;
  background-color: #fbcf03;
  color: #272727;
  line-height: 1;
  padding: 1em 4em;
}
.p-business-service__link a span {
  position: relative;
  padding-left: 1.5em;
  display: flex;
  align-items: center;
}
.p-business-service__link a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background-image: url(../img/ic_arrow_right_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-business-service__link a span.is-go-out {
  padding-right: 1.5em;
}
.p-business-service__link a span.is-go-out::after {
  content: "";
  position: absolute;
  right: -0.25em;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-image: url(../img/ic_link_outside.svg);
  background-size: 85% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .p-business-service__link a {
    transition: all 0.3s ease-in-out;
  }
  .p-business-service__link a:hover {
    transform: scale(1.1);
    filter: contrast(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .p-business-service__inner {
    flex-direction: column !important;
  }
  .p-business-service__ph {
    flex: none;
    width: 100%;
  }
}

/* その他事業内容 */
.p-business-other {
  width: 100%;
  max-width: 1260px;
  padding: 0 clamp(15px, 4vw, 30px);
  margin: clamp(40px, 5.4904831625vw, 75px) auto 0;
}
.p-business-other__inner {
  background-color: #edf2f8;
  padding: clamp(20px, 2.9282576867vw, 40px);
}
.p-business-other__title {
  font-size: clamp(16px, 1.756954612vw, 24px);
  line-height: 1;
  font-feature-settings: "palt";
  margin-bottom: 1.5em;
  text-align: center;
}
.p-business-other__list {
  columns: 2;
  list-style: disc;
  padding-left: 2em;
}
.p-business-other__list li {
  line-height: 1.2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .p-business-other__list {
    columns: 1;
  }
}

/* 関連事業 */
.p-business-group {
  margin-top: clamp(60px, 8.78477306vw, 120px);
  margin-bottom: clamp(60px, 7.3206442167vw, 100px);
}
.p-business-group__title {
  font-size: clamp(20px, 1.9033674963vw, 26px);
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 1.5em;
  text-align: center;
}
.p-business-group__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.196193265vw, 30px);
}
.p-business-group__link {
  display: block;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .p-business-group__link:hover .p-business-group__ph img {
    transform: scale(1.1);
    filter: contrast(1.1);
  }
  .p-business-group__link:hover .p-business-group__name span {
    text-decoration: underline;
  }
}
.p-business-group__ph {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-business-group__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-business-group__body {
  margin-top: 0.5em;
}
.p-business-group__name {
  font-size: clamp(13px, 1.0980966325vw, 15px);
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.25;
}
.p-business-group__name span {
  padding-right: 1.5em;
  display: inline-block;
  position: relative;
}
.p-business-group__name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  background-image: url(../img/ic_link_outside.svg);
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.p-business-group__category {
  font-size: clamp(11px, 0.9516837482vw, 13px);
  color: #666;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-business-group__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(15px, 5.3333333333vw, 20px);
  }
}

/* 施工実績 */
/* 施工実績 ：カテゴリー */
.p-works-cat {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
  background-color: #ffffff;
}
.p-works-cat__list {
  margin: 0 auto;
  width: fit-content;
}
.p-works-cat__list > li {
  display: inline-block;
  padding: 0 0.5em;
}
.p-works-cat__list > li:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.p-works-cat__list > li > a {
  display: block;
  width: fit-content;
  white-space: nowrap;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-cat__list > li > a:hover {
    transition: 0.3s ease-in-out;
    background-color: #fbcf03;
  }
}
@media only screen and (max-width: 1024px) {
  .p-works-cat__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: solid 1px #dcdcdc;
  }
  .p-works-cat__list > li:last-child {
    border-right: solid 1px #dcdcdc;
  }
  .p-works-cat__list > li > a {
    width: 100%;
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .p-works-cat__list > li > a {
    font-size: 10px;
    letter-spacing: -0.1em;
  }
}

/* 施工実績一覧グリッド */
.p-works-list {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
  background-color: #ffffff;
}
.p-works-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4.39238653vw, 60px);
}
.p-works-list__card {
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-list__card:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
    filter: contrast(1.1);
  }
  .p-works-list__card:hover .p-works-list__cat {
    transition: 0.3s ease-in-out;
    background-color: #fbcf03;
  }
  .p-works-list__card:hover .p-works-list__title,
  .p-works-list__card:hover .p-works-list__desc {
    transition: 0.3s ease-in-out;
    text-decoration: underline;
  }
}
.p-works-list__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f5f5;
}
.p-works-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.p-works-list__cat {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 0.75em 1em;
  font-size: 0.875em;
  line-height: 1;
  color: #272727;
  border-radius: 2px;
  background-color: #edf2f8;
  border-radius: 0 0.5em 0 0;
}
.p-works-list__title {
  margin-top: 0.5em;
  font-size: 1.125em;
  color: #272727;
}
.p-works-list__desc {
  margin: 0;
  font-size: 1.125em;
  color: #272727;
}
@media only screen and (max-width: 1024px) {
  .p-works-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .p-works-list__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* 施工実績の地図 */
.p-works-map {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}
.p-works-map__title span {
  text-align: center;
  display: block;
}
.p-works-map__title__en {
  font-size: 2.25em;
  font-weight: 300;
  color: #bccbd3;
}
.p-works-map__iframe {
  margin-top: 1.5em;
  height: clamp(200px, 53.3333333333vw, 480px);
}
.p-works-map__iframe iframe {
  width: 100%;
  height: 100%;
}

/* 施工実績詳細：データ */
.p-works-detail-data {
  background-color: #ffffff;
}
.p-works-detail-data__img {
  width: 100%;
  height: clamp(320px, 85.3333333333vw, 630px);
  overflow: hidden;
  background-color: #f5f5f5;
}
.p-works-detail-data__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.p-works-detail-data__inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 50px);
  margin-top: -3em;
  padding-top: 3em;
}
.p-works-detail-data__head {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-works-detail-data__cat {
  min-width: 6em;
  height: 6em;
  padding: 0 0.5em;
  background-color: #fbcf03;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  font-feature-settings: "palt";
  line-height: 1.2;
}
.p-works-detail-data__title {
  font-size: 1.875em;
  font-feature-settings: "palt";
  line-height: 1.25;
}
.p-works-detail-data__table {
  margin: clamp(24px, 6.4vw, 40px) 0 0;
  border-top: 1px solid #bccbd3;
}
.p-works-detail-data__row {
  display: grid;
  grid-template-columns: clamp(80px, 21.3333333333vw, 250px) 1fr;
  border-bottom: 1px solid #bccbd3;
}
.p-works-detail-data__row dt, .p-works-detail-data__row dd {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-works-detail-data__row dt {
  margin: 0;
  padding: 1em 1.5em;
  padding: 1em clamp(0.5em, 2.1333333333vw, 1.5em);
  font-weight: 700;
  background-color: #edf2f8;
}
.p-works-detail-data__row dd {
  margin: 0;
  padding: 1em 1.5em;
  background-color: #ffffff;
}

/* 施工実績詳細：写真 */
.p-works-detail-photo {
  margin: clamp(24px, 6.4vw, 40px) auto 0;
  width: 90%;
  max-width: 1200px;
  padding: 0 clamp(15px, 4vw, 50px);
  position: relative;
}
.p-works-detail-photo .swiper-button-prev,
.p-works-detail-photo .swiper-button-next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -6%;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-detail-photo .swiper-button-prev:hover,
  .p-works-detail-photo .swiper-button-next:hover {
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.p-works-detail-photo .swiper-button-prev {
  left: -15px;
}
.p-works-detail-photo .swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .p-works-detail-photo .swiper-button-prev,
  .p-works-detail-photo .swiper-button-next {
    margin-top: -10%;
    transform: scale(0.65);
  }
  .p-works-detail-photo .swiper-button-prev {
    left: -25px;
  }
  .p-works-detail-photo .swiper-button-next {
    right: -25px;
  }
}
.p-works-detail-photo .swiper-button-prev > svg,
.p-works-detail-photo .swiper-button-next > svg {
  display: none;
}
.p-works-detail-photo .swiper-button-prev::after,
.p-works-detail-photo .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.p-works-detail-photo {
  /* 前への矢印カスタマイズ */
}
.p-works-detail-photo .swiper-button-prev::after {
  border-bottom: 17px solid transparent;
  border-right: 30px solid #999999;
  border-top: 17px solid transparent;
  right: 25%;
}
.p-works-detail-photo {
  /* 次への矢印カスタマイズ */
}
.p-works-detail-photo .swiper-button-next::after {
  border-bottom: 17px solid transparent;
  border-left: 30px solid #999999;
  border-top: 17px solid transparent;
  left: 25%;
}
.p-works-detail-photo {
  /* 画像サイズ調整 */
}
.p-works-detail-photo .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-works-detail-photo .swiper-works-thumbs {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-works-detail-photo .swiper-works-thumbs {
    margin-top: 5px;
  }
}
.p-works-detail-photo .swiper-works-thumbs .swiper-slide-fully-visible {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-detail-photo .swiper-works-thumbs .swiper-slide-fully-visible:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
    filter: contrast(1.25);
  }
}
.p-works-detail-photo .swiper-slide-thumb-active {
  opacity: 0.8;
  pointer-events: none;
  position: relative;
}
.p-works-detail-photo .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.p-works-detail-nav {
  margin: clamp(50px, 13.3333333333vw, 90px) auto;
}
.p-works-detail-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.p-works-detail-nav__prev a, .p-works-detail-nav__next a {
  font-size: 0.875em;
  line-height: 1;
  position: relative;
  background-size: 1.25em auto;
  background-repeat: no-repeat;
}
.p-works-detail-nav__prev a::after, .p-works-detail-nav__next a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fccf00;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-detail-nav__prev a, .p-works-detail-nav__next a {
    transition: 0.3s ease-in-out;
  }
  .p-works-detail-nav__prev a:hover::after, .p-works-detail-nav__next a:hover::after {
    width: 100%;
  }
}
.p-works-detail-nav__prev a {
  padding-left: 2em;
  background-image: url(../img/ic_link_yellow_left.svg);
  background-position: left center;
}
.p-works-detail-nav__next a {
  padding-right: 2em;
  background-image: url(../img/ic_link_yellow.svg);
  background-position: right center;
}
.p-works-detail-nav__next a::after {
  left: auto;
  right: 0;
}
.p-works-detail-nav__back a {
  display: block;
  background-color: #fbcf03;
  padding: 1em 3.75em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-detail-nav__back a {
    transition: 0.3s ease-in-out;
  }
  .p-works-detail-nav__back a:hover {
    transform: scale(1.05);
    filter: contrast(1.1);
  }
}
.p-works-detail-nav__back a span {
  position: relative;
  padding-left: 1.25em;
}
.p-works-detail-nav__back a span::before {
  content: "◀";
  position: absolute;
  top: 0.25em;
  left: -0.5em;
  width: 1em;
  height: 1em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-works-detail-nav ul {
    flex-direction: column;
  }
  .p-works-detail-nav__prev {
    margin: 0 auto 0 0;
  }
  .p-works-detail-nav__next {
    margin: 0 0 0 auto;
  }
}

/* 採用情報ページ */
/* 採用情報固有のヘッダー */
body.recruit .l-header,
body.interview .l-header,
body.story .l-header,
body.vol .l-header,
body.vo2 .l-header,
body.vo3 .l-header,
body.projectstory01 .l-header,
body.careerstory01 .l-header,
body.careerstory02 .l-header {
  background-color: transparent;
}
body.recruit .l-header.is-fixed,
body.interview .l-header.is-fixed,
body.story .l-header.is-fixed,
body.vol .l-header.is-fixed,
body.vo2 .l-header.is-fixed,
body.vo3 .l-header.is-fixed,
body.projectstory01 .l-header.is-fixed,
body.careerstory01 .l-header.is-fixed,
body.careerstory02 .l-header.is-fixed {
  background-color: #fff;
}
body.recruit .l-header.is-fixed .l-header__inner::after,
body.interview .l-header.is-fixed .l-header__inner::after,
body.story .l-header.is-fixed .l-header__inner::after,
body.vol .l-header.is-fixed .l-header__inner::after,
body.vo2 .l-header.is-fixed .l-header__inner::after,
body.vo3 .l-header.is-fixed .l-header__inner::after,
body.projectstory01 .l-header.is-fixed .l-header__inner::after,
body.careerstory01 .l-header.is-fixed .l-header__inner::after,
body.careerstory02 .l-header.is-fixed .l-header__inner::after {
  display: none;
}
body.recruit .l-header__inner,
body.interview .l-header__inner,
body.story .l-header__inner,
body.vol .l-header__inner,
body.vo2 .l-header__inner,
body.vo3 .l-header__inner,
body.projectstory01 .l-header__inner,
body.careerstory01 .l-header__inner,
body.careerstory02 .l-header__inner {
  position: relative;
  z-index: 2;
}
body.recruit .l-header__inner::after,
body.interview .l-header__inner::after,
body.story .l-header__inner::after,
body.vol .l-header__inner::after,
body.vo2 .l-header__inner::after,
body.vo3 .l-header__inner::after,
body.projectstory01 .l-header__inner::after,
body.careerstory01 .l-header__inner::after,
body.careerstory02 .l-header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 334px;
  width: clamp(180px, 24.4509516837vw, 334px);
  aspect-ratio: 167/61;
  background-image: url("../img/recruit/background_image_item1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: -1;
}

body.recruit,
body.interview,
body.story {
  background-color: #fbcf03;
}
body.recruit .c-nav ul li a::after,
body.interview .c-nav ul li a::after,
body.story .c-nav ul li a::after {
  background-color: #fff;
}
body.recruit .l-header.is-fixed .c-nav ul li a::after,
body.interview .l-header.is-fixed .c-nav ul li a::after,
body.story .l-header.is-fixed .c-nav ul li a::after {
  background-color: #fbcf03;
}
body.recruit main,
body.interview main,
body.story main {
  background-image: url("../img/recruit/background_image_item2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  body.recruit main,
  body.interview main,
  body.story main {
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
}

body.recruit main {
  background-image: url("../img/recruit/index/index_bg.svg");
  background-position: top clamp(380px, 71.7423133236vw, 980px) center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  body.recruit main {
    background-position: top 79.1666666667vw center;
  }
}

/* ヒーローセクション */
.p-recruit-hero__title {
  margin-top: clamp(48px, 6.588579795vw, 90px);
  height: clamp(250px, 37.3352855051vw, 510px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-recruit-hero__en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(28px, 11.7130307467vw, 160px);
  font-weight: 600;
  letter-spacing: -0.025em;
  text-align: center;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.p-recruit-hero__en.is-narrow {
  transform: scaleX(0.88);
}
.p-recruit-hero__en.is-follow {
  margin-top: 0.15em;
  position: relative;
}
.p-recruit-hero__en.is-follow::before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(20px, 2.5622254758vw, 35px);
  height: clamp(3px, 0.439238653vw, 6px);
  background-color: #fff;
}
.p-recruit-hero__ja {
  display: block;
  font-size: clamp(16px, 1.756954612vw, 24px);
  color: #fff;
}

.p-recruit-link {
  padding: clamp(45px, 6.588579795vw, 90px) 0 clamp(35px, 4.39238653vw, 60px);
}
.p-recruit-link a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(240px, 27.8184480234vw, 380px);
  height: clamp(60px, 6.588579795vw, 90px);
  margin: 0 auto;
  border: 2px solid #000;
  font-size: clamp(14px, 1.756954612vw, 24px);
  font-feature-settings: "palt";
  line-height: 1.33;
  color: #fbcf03;
  background-color: #272727;
  transition: all 0.3s ease-in-out;
}
.p-recruit-link a span {
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}
.p-recruit-link a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375em;
  width: 0.6em;
  height: 0.6em;
  background: #fbcf03;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-link a:hover {
    transform: scale(1.05);
    filter: contrast(1.5);
  }
}

/* 採用情報：そのほかのインタビュー */
.p-recruit-others {
  margin-top: clamp(40px, 4.6852122987vw, 80px);
}
.p-recruit-others > .l-inner {
  max-width: 790px;
}
.p-recruit-others__title {
  font-size: 1.25em;
  text-align: center;
  color: #fbcf03;
  margin-bottom: 2em;
}

/* 採用情報：扉ページ */
.p-recruit-fv {
  margin-top: clamp(65px, 8.4187408492vw, 115px);
}
.p-recruit-fv__img {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.p-recruit-fv__text {
  font-size: clamp(17px, 4.5333333333vw, 30px);
  font-weight: 900;
  color: #333333;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 1em;
}

.p-recruit-parade {
  margin-top: clamp(50px, 5.8565153734vw, 80px);
  overflow: hidden;
}
.p-recruit-parade__list {
  display: flex;
  gap: clamp(20px, 2.9282576867vw, 40px);
  width: max-content;
  animation: recruitParade 30s linear infinite;
}
.p-recruit-parade__list li {
  flex-shrink: 0;
  width: clamp(100px, 30.1610541728vw, 412px);
}
.p-recruit-parade__list li img {
  width: 100%;
  display: block;
}

@keyframes recruitParade {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-recruit-into {
  width: 100%;
  max-width: 1366px;
  margin: clamp(50px, 5.8565153734vw, 80px) auto 0;
}
.p-recruit-into ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-recruit-into ul {
    display: block;
  }
}
.p-recruit-into ul li {
  overflow: hidden;
}
.p-recruit-into ul li a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-into ul li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    filter: contrast(1.2);
  }
}
.p-recruit-into__img {
  overflow: hidden;
}
.p-recruit-into__text {
  position: absolute;
  top: 4em;
  left: 2em;
  width: 100%;
  padding: 0.5em 1em;
  color: #333333;
  line-height: 1.3333333333;
}
.p-recruit-into__text__en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(32px, 4.4655929722vw, 61px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
}
.p-recruit-into__text__jp {
  display: block;
  font-size: clamp(16px, 1.756954612vw, 24px);
  color: #fff;
  line-height: 1.4166666667;
  margin-top: 0.25em;
  color: #272727;
}
.p-recruit-into__text__jp::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
  background-image: url(../img/recruit/index/index_icon2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-recruit-into__text__jp.is-white {
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit-numbers {
  margin-top: clamp(65px, 8.0527086384vw, 110px);
}
.p-recruit-numbers__title__en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 4.0625em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  transform: scaleX(0.88);
  text-shadow: 0 0 10px #fbcf03;
}
.p-recruit-numbers__title__jp {
  display: block;
  font-size: 1.5em;
  text-align: center;
}
.p-recruit-numbers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.196193265vw, 30px);
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .p-recruit-numbers__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit-numbers__list li {
  background-color: #fff;
  position: relative;
  aspect-ratio: 1/1;
  box-shadow: 0 0 10px #fbcf03;
}
.p-recruit-numbers__list li img {
  width: 100%;
  height: auto;
}
.p-recruit-numbers__list li.has-2block {
  background-color: inherit;
  position: relative;
}
.p-recruit-numbers__list__text {
  font-size: clamp(12px, 1.4641288433vw, 20px);
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.p-recruit-numbers__list__text span {
  display: block;
  font-size: 0.6em;
  margin-top: 0.5em;
}
.p-recruit-numbers__2block {
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  background-color: #fff;
}
.p-recruit-numbers__2block.is-top {
  top: 0;
}
.p-recruit-numbers__2block.is-bottom {
  bottom: 0;
}

.p-recruit-perks {
  margin-top: clamp(65px, 8.0527086384vw, 110px);
}
.p-recruit-perks__title__en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 4.0625em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  transform: scaleX(0.88);
}
.p-recruit-perks__title__jp {
  display: block;
  font-size: 1.5em;
  text-align: center;
}
.p-recruit-perks__text {
  margin-top: 1.5em;
  font-size: 1.125em;
  line-height: 1.7777777778;
  text-align: center;
  color: #333333;
}
.p-recruit-perks__list {
  display: flex;
  margin-top: 3em;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-recruit-perks__list {
    flex-direction: column;
    gap: 3em;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit-perks__list li {
  flex-basis: 47.5%;
}
.p-recruit-perks__list__body {
  margin-top: 1.5em;
}
.p-recruit-perks__list__title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-recruit-perks__list__text {
  margin-top: 1em;
  line-height: 2;
}
.p-recruit-perks__else {
  border: solid 1px #707070;
  padding: clamp(1.5em, 3vw, 3em);
  margin-top: clamp(30px, 3.6603221083vw, 50px);
}
.p-recruit-perks__else__title {
  font-size: 1.75em;
  line-height: 1;
  text-align: center;
}
.p-recruit-perks__else__list {
  margin-top: 2em;
  list-style: disc;
  column-count: 3;
  column-gap: 3em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-recruit-perks__else__list {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .p-recruit-perks__else__list {
    column-count: 1;
    margin-left: 1em;
  }
}
.p-recruit-perks__else__list li {
  font-feature-settings: "palt";
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.p-recruit-info {
  margin-top: clamp(65px, 7.3206442167vw, 100px);
  background-color: #fff;
  padding: clamp(40px, 6.2225475842vw, 85px) 0;
}
.p-recruit-info__title {
  font-size: 3em;
  text-align: center;
}
.p-recruit-info__list {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-recruit-info__list {
    flex-direction: column;
    gap: 2em;
  }
}
.p-recruit-info__list li {
  flex-basis: 29.1666666667%;
  height: clamp(50px, 5.8565153734vw, 80px);
}
@media only screen and (max-width: 767px) {
  .p-recruit-info__list li {
    flex-basis: inherit;
  }
}
.p-recruit-info__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px #272727;
  text-align: center;
  font-size: 1.375em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-info__list li a {
    transition: all 0.3s ease-in-out;
  }
  .p-recruit-info__list li a:hover {
    transform: scale(1.1);
    background-color: #eee;
  }
}
.p-recruit-info__list li a span {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-recruit-info__list li a span::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "";
  display: inline-block;
  line-height: 1;
  width: 1em;
  height: 1em;
  background-image: url(../img/recruit/index/index_icon2.svg);
  background-position: left top 0.2em;
  background-repeat: no-repeat;
  background-size: 0.6em auto;
}
.p-recruit-info__list li a span.is-outside::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/recruit/index/index_icon1.svg);
  background-position: right top 0.15em;
  background-repeat: no-repeat;
  background-size: 0.8em auto;
}

.p-recruit-end {
  margin-top: clamp(45px, 7.3206442167vw, 100px);
  border-bottom: solid 1px #bdccd4;
}
.p-recruit-end__title {
  font-size: clamp(48px, 12.8vw, 108px);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.2037037037;
  text-align: center;
}
.p-recruit-end__text {
  margin-top: 1.5em;
  font-size: clamp(15px, 4vw, 28px);
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
}
.p-recruit-end__img {
  margin-top: clamp(-100px, -2.6666666667vw, 10px);
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}
.p-recruit-end__link {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
}
.p-recruit-end__link li {
  flex-basis: 50%;
  height: clamp(80px, 13.9092240117vw, 190px);
  overflow: hidden;
}
.p-recruit-end__link li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-end__link li a {
    transition: all 0.3s ease-in-out;
  }
  .p-recruit-end__link li a:hover {
    transform: scale(1.05);
    filter: contrast(1.2);
  }
}
.p-recruit-end__link li:first-child a {
  background-color: #fff;
}
.p-recruit-end__link li:last-child a {
  background-color: #272727;
}
.p-recruit-end__link li:last-child a .p-recruit-end__link__jp {
  color: #ffffff;
}
.p-recruit-end__link li:last-child a .p-recruit-end__link__jp::after {
  background-image: url(../img/recruit/index/index_icon3.svg);
}
.p-recruit-end__link__en {
  display: block;
  font-size: clamp(28px, 5.8565153734vw, 80px);
  font-weight: 300;
  text-align: center;
  color: #fbcf03;
  line-height: 1;
  white-space: nowrap;
}
.p-recruit-end__link__en.is-narrow {
  transform: scaleX(0.88);
}
.p-recruit-end__link__jp {
  display: block;
  font-size: clamp(12px, 3.2vw, 24px);
  color: #272727;
  text-align: center;
  line-height: 1;
  margin-top: 0.75em;
  position: relative;
}
.p-recruit-end__link__jp::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/recruit/index/index_icon1.svg);
  background-position: right top 0.15em;
  background-repeat: no-repeat;
  background-size: 0.8em auto;
}

body.recruit .c-bc {
  margin-top: 0;
}

/* 採用情報：インタビュー：扉ページ */
.p-recruit-interview__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 5.1244509517vw, 70px);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview__list {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

.p-recruit-interview-card__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-interview-card__link:hover .p-recruit-interview-card__ph img {
    transform: scale(1.06);
    filter: contrast(1.1);
  }
  .p-recruit-interview-card__link:hover .p-recruit-interview-card__text {
    text-decoration: underline;
  }
}
.p-recruit-interview-card__ph {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-recruit-interview-card__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.p-recruit-interview-card__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.45em 1.1em 0.55em;
  line-height: 1.4;
  z-index: 2;
}
.p-recruit-interview-card__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.p-recruit-interview-card__vol {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  color: #fbcf03;
  margin-right: 1em;
}
.p-recruit-interview-card__role {
  font-size: 1.25em;
  font-weight: 500;
}
.p-recruit-interview-card__body {
  padding-top: clamp(14px, 1.317715959vw, 22px);
}
.p-recruit-interview-card__year {
  font-size: 0.875em;
  font-weight: 500;
}
.p-recruit-interview-card__text {
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

/* 採用情報：インタビュー：個別ページ */
.p-recruit-interview-hero {
  position: relative;
}
.p-recruit-interview-hero__ph {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-recruit-interview-hero__ph::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(20px);
  opacity: 0.8;
}
.p-recruit-interview-hero__ph img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  height: clamp(400px, 106.6666666667vw, 800px);
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-hero__ph img {
    object-position: right center;
  }
}
.p-recruit-interview-hero__ph#vol1::after {
  background-image: url("../img/recruit/interview/vol01_ph1.webp");
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-hero__ph#vol1 img {
    object-position: left center;
  }
}
.p-recruit-interview-hero__ph#vol2::after {
  background-image: url("../img/recruit/interview/vol02_ph1.webp");
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-hero__ph#vol2 img {
    object-position: 80% center;
  }
}
.p-recruit-interview-hero__ph#vol3::after {
  background-image: url("../img/recruit/interview/vol03_ph1.webp");
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-hero__ph#vol3 img {
    object-position: 80% center;
  }
}
.p-recruit-interview-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 600px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.p-recruit-interview-hero__body.is-left {
  left: inherit;
  right: 50%;
}
@media only screen and (max-width: 1366px) {
  .p-recruit-interview-hero__body.is-left {
    left: 70px;
    right: inherit;
  }
}
.p-recruit-interview-hero__vol {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(13px, 1.2445095168vw, 20px);
  font-weight: 600;
  color: #fbcf03;
  margin-bottom: 0.2em;
}
.p-recruit-interview-hero__dept {
  display: block;
  font-size: clamp(18px, 2.5622254758vw, 35px);
  font-weight: 700;
  line-height: 1;
}
.p-recruit-interview-hero__year {
  display: block;
  font-size: clamp(14px, 1.4641288433vw, 20px);
  margin-top: 0.5em;
}
.p-recruit-interview-hero__title {
  font-size: clamp(21px, 2.7818448023vw, 38px);
  line-height: 1.7894736842em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
.p-recruit-interview-hero__profile {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  display: flex;
  gap: 6em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5em 0;
  z-index: 2;
}
.p-recruit-interview-hero__profile.is-left {
  left: inherit;
  right: 50%;
}
@media only screen and (max-width: 1366px) {
  .p-recruit-interview-hero__profile.is-left {
    left: 70px;
    right: inherit;
  }
}
.p-recruit-interview-hero__name {
  font-size: clamp(16px, 1.317715959vw, 22px);
  font-weight: 300;
  white-space: nowrap;
  min-width: 4em;
}
.p-recruit-interview-hero__name rt {
  font-size: clamp(9px, 0.878477306vw, 12px);
}
.p-recruit-interview-hero__bio {
  font-size: clamp(11px, 0.9516837482vw, 14px);
  line-height: 1.7142857143em;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-hero__body {
    position: relative;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    transform: none;
    max-width: 600px;
    width: 100%;
    margin: 1em auto 0;
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .p-recruit-interview-hero__profile {
    position: relative;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    transform: none;
    max-width: 600px;
    width: 100%;
    margin: 1em auto 0;
    padding-left: clamp(15px, 4vw, 30px);
    padding-right: clamp(15px, 4vw, 30px);
    gap: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/* 採用情報：インタビュー：個別ページ：Q&A */
.p-recruit-interview-qa {
  margin-top: clamp(20px, 3.6603221083vw, 50px);
}
.p-recruit-interview-qa__item {
  display: flex;
  gap: clamp(24px, 4.39238653vw, 80px);
  padding: clamp(20px, 3.6603221083vw, 50px) 0;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview-qa__item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-recruit-interview-qa__item.is-no-ph {
  margin-top: -10em;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-interview-qa__item.is-no-ph {
    margin-top: -9em;
  }
}
@media only screen and (max-width: 960px) {
  .p-recruit-interview-qa__item.is-no-ph {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview-qa__item.is-no-ph {
    margin-top: 0;
  }
}
.p-recruit-interview-qa__text {
  flex: 1;
  min-width: 0;
}
.p-recruit-interview-qa__q {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.756954612vw, 30px);
  font-weight: 700;
  padding-bottom: 0.5em;
}
.p-recruit-interview-qa__q__head {
  display: block;
  width: clamp(70px, 8.4187408492vw, 115px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(35px, 4.2459736457vw, 58px);
  line-height: 1;
  color: #fbcf03;
  margin-top: -0.2em;
}
.p-recruit-interview-qa__q__body {
  display: block;
  line-height: 1.25;
  width: calc(100% - clamp(70px, 8.4187408492vw, 115px));
}
.p-recruit-interview-qa__a {
  padding-left: clamp(70px, 8.4187408492vw, 115px);
  font-weight: 300;
  line-height: 2.3125em;
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview-qa__a {
    padding-left: 0;
    line-height: 1.75;
  }
}
.p-recruit-interview-qa__ph {
  flex: 0 0 clamp(200px, 29.0629575403vw, 397px);
  margin-top: clamp(50px, 5.1244509517vw, 70px);
}
.p-recruit-interview-qa__ph img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview-qa__ph {
    flex: none;
    width: 100%;
    margin-top: 0;
  }
}

/* 採用情報：インタビュー：個別ページ：スケジュール */
.p-recruit-interview-schedule {
  width: 100%;
  max-width: 1366px;
  margin: 4em auto 0;
  position: relative;
}
.p-recruit-interview-schedule__ph {
  width: 59.3vw;
  max-width: 810px;
  position: absolute;
  top: -3em;
  left: 0;
  z-index: 2;
}
.p-recruit-interview-schedule__title {
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
}
.p-recruit-interview-schedule__content {
  width: 44.66vw;
  max-width: 610px;
  margin: 0 0 0 auto;
  background-color: #fbcf03;
  padding: clamp(20px, 2.9282576867vw, 40px) clamp(40px, 7.3206442167vw, 100px);
}
.p-recruit-interview-schedule__content__head {
  margin-top: 0.25em;
}
.p-recruit-interview-schedule__content table p {
  font-size: 0.875em;
}
.p-recruit-interview-schedule__content table th,
.p-recruit-interview-schedule__content table td {
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
}
.p-recruit-interview-schedule__content table th {
  white-space: nowrap;
  font-weight: normal;
  position: relative;
  width: 6em;
  font-size: 1.1875em;
}
.p-recruit-interview-schedule__content table th span {
  display: inline-block;
  width: 3em;
  text-align: right;
}
.p-recruit-interview-schedule__content table th::before {
  position: absolute;
  right: 1em;
  top: 1em;
  content: "●";
  display: inline-block;
  width: 1em;
  color: #fff;
}
.p-recruit-interview-schedule__content table th::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.p-recruit-interview-schedule__content table tr:last-child th::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-recruit-interview-schedule__ph {
    position: relative;
    width: 100%;
    max-width: none;
    top: inherit;
  }
  .p-recruit-interview-schedule__content {
    width: 100%;
    max-width: none;
  }
  .p-recruit-interview-schedule__content table th,
  .p-recruit-interview-schedule__content table td {
    padding: 0.75em 0;
  }
  .p-recruit-interview-schedule__content table th {
    width: 6.5em;
  }
  .p-recruit-interview-schedule__content table th::before {
    right: 1em;
    top: 0.75em;
  }
  .p-recruit-interview-schedule__content table th::after {
    right: 1.5em;
    top: 1.5em;
  }
  .p-recruit-interview-schedule__content table tr:last-child th::after {
    height: 87.5%;
  }
}

/* 採用情報：ストーリー：扉ページ */
.p-recruit-story {
  margin-top: clamp(30px, 5.1244509517vw, 70px);
}
.p-recruit-story__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 5.1244509517vw, 70px);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-recruit-story__list {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

.p-recruit-story-card {
  width: 100%;
  max-width: clamp(480px, 41.3616398243vw, 565px);
  margin: 0 auto;
}
.p-recruit-story-card__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-story-card__link:hover .p-recruit-story-card__ph img {
    transform: scale(1.06);
    filter: contrast(1.1);
  }
}
.p-recruit-story-card__ph {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-recruit-story-card__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.p-recruit-story-card__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 1.5em 1.5em;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.p-recruit-story-card__label {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  color: #fbcf03;
  line-height: 1;
}
.p-recruit-story-card__name {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
}
.p-recruit-story-card__role {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
}
.p-recruit-story-card__year {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
}
.p-recruit-story-card__text {
  font-size: 1.125em;
  line-height: 1.61;
  margin-top: 0.5em;
}

/* 採用情報：ストーリー：個別ページ：共通 */
.p-recruit-story-hero {
  position: relative;
}
.p-recruit-story-hero__ph {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-recruit-story-hero__ph::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(20px);
  opacity: 0.8;
}
.p-recruit-story-hero__ph img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  height: clamp(400px, 106.6666666667vw, 800px);
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero__ph img {
    object-position: right center;
  }
}
.p-recruit-story-hero__ph#projectstory01::after {
  background-image: url("../img/recruit/story/projectstory01_ph1.webp");
}
.p-recruit-story-hero__ph#careerstory01::after {
  background-image: url("../img/recruit/story/careerstory01_ph1.webp");
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero__ph#careerstory01 img {
    object-position: 80% center;
  }
}
.p-recruit-story-hero__ph#careerstory02::after {
  background-image: url("../img/recruit/story/careerstory02_ph1.webp");
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero__ph#careerstory02 img {
    object-position: left center;
  }
}
.p-recruit-story-hero__body {
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 600px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero__body {
    color: inherit;
    text-shadow: none;
  }
}
.p-recruit-story-hero__body.is-left {
  left: inherit;
  right: 50%;
}
@media only screen and (max-width: 1366px) {
  .p-recruit-story-hero__body.is-left {
    left: 70px;
    right: inherit;
  }
}
.p-recruit-story-hero__body.is-wide {
  max-width: 725px;
}
.p-recruit-story-hero__body.is-wide.is-left {
  right: 44%;
}
.p-recruit-story-hero__body.is-career-story01, .p-recruit-story-hero__body.is-career-story02 {
  bottom: 10em;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero__body.is-career-story01, .p-recruit-story-hero__body.is-career-story02 {
    bottom: inherit;
  }
}
.p-recruit-story-hero__vol {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(13px, 1.2445095168vw, 20px);
  font-weight: 600;
  color: #fbcf03;
  margin-bottom: 0.2em;
}
.p-recruit-story-hero__dept {
  display: block;
  font-size: clamp(18px, 2.5622254758vw, 35px);
  font-weight: 700;
  line-height: 1;
}
.p-recruit-story-hero__year {
  display: block;
  font-size: clamp(14px, 1.4641288433vw, 20px);
  margin-top: 0.5em;
}
.p-recruit-story-hero__title {
  font-size: clamp(21px, 2.7818448023vw, 38px);
  line-height: 1.7894736842em;
  font-feature-settings: "palt";
  margin-top: 1em;
}
.p-recruit-story-hero__title.is-career {
  color: #272727;
  text-shadow: none;
}
.p-recruit-story-hero__label {
  color: #272727;
  text-shadow: none;
  background-color: #fbcf03;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.5em 2em;
}
.p-recruit-story-hero__label__dept {
  font-size: clamp(20px, 2.5622254758vw, 35px);
  font-weight: 700;
  margin-right: 1em;
}
.p-recruit-story-hero__label__year {
  font-size: clamp(18px, 1.9033674963vw, 26px);
}
.p-recruit-story-hero__profile {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 100%;
  max-width: 670px;
  display: flex;
  gap: 3em;
  padding: 1.5em 3em;
  z-index: 2;
  background-color: rgba(237, 242, 248, 0.9);
}
.p-recruit-story-hero__profile.is-left {
  left: inherit;
  right: 50%;
}
@media only screen and (max-width: 1366px) {
  .p-recruit-story-hero__profile.is-left {
    left: 70px;
    right: inherit;
  }
}
.p-recruit-story-hero__name {
  font-size: clamp(16px, 1.6105417277vw, 22px);
  font-weight: 300;
  white-space: nowrap;
  min-width: 4em;
  padding-right: 3em;
  border-right: solid 1px #bdccd4;
}
.p-recruit-story-hero__name rt {
  font-size: clamp(9px, 0.878477306vw, 12px);
  margin-bottom: 0.25em;
}
.p-recruit-story-hero__bio {
  font-size: clamp(11px, 0.9516837482vw, 14px);
  line-height: 1.7142857143em;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .p-recruit-story-hero {
    position: inherit;
  }
  .p-recruit-story-hero__body {
    position: relative;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    transform: none;
    max-width: 600px;
    width: 100%;
    margin: 1em auto 0;
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .p-recruit-story-hero__body.is-wide {
    max-width: 600px;
  }
  .p-recruit-story-hero__profile {
    position: inherit;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    transform: none;
    max-width: 540px;
    width: 100%;
    margin: 2em auto 0;
    padding-left: clamp(15px, 4vw, 30px);
    padding-right: clamp(15px, 4vw, 30px);
    gap: 1.5em;
  }
  .p-recruit-story-hero__name {
    padding-right: 1.5em;
  }
}

/* 採用情報：ストーリー：個別ページ：プロジェクトストーリー01 */
body.projectstory01 {
  background-image: url("../img/recruit/story/projectstory01_bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1366px) {
  body.projectstory01 {
    background-position: bottom -50vw center;
  }
}
@media only screen and (max-width: 767px) {
  body.projectstory01 {
    background-repeat: repeat-y;
    background-position: top 120px center;
    background-size: 250%;
  }
}

.p-projectstory01-intro__grid {
  margin-top: clamp(40px, 5.8565153734vw, 80px);
  display: flex;
  gap: clamp(40px, 5.8565153734vw, 80px);
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-intro__grid {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-projectstory01-intro__ph {
  flex-basis: 43.3333333333%;
}
.p-projectstory01-intro__ph img {
  width: 100%;
  height: auto;
}
.p-projectstory01-intro__body {
  flex-basis: 50%;
}
.p-projectstory01-intro__head {
  font-size: 1.25em;
  line-height: 1;
  color: #fbcf03;
}
.p-projectstory01-intro__text {
  line-height: 2.3125em;
  margin-top: 1em;
}
.p-projectstory01-intro__member {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.p-projectstory01-intro__member__body {
  flex-basis: 60%;
}
.p-projectstory01-intro__member__ph {
  flex-basis: 36.6666666667%;
}
.p-projectstory01-intro__image {
  width: 78.3333333333%;
  margin: 6em 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  .p-projectstory01-intro__image {
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-intro__image {
    margin-left: calc(50% - 50vw);
    margin-top: 4em;
    width: auto;
  }
}

.p-projectstory01-content {
  margin-top: clamp(50px, 7.3206442167vw, 100px);
}
.p-projectstory01-content__title__en {
  display: inline-block;
  font-size: 1.25em;
  font-family: "Zalando Sans Expanded", sans-serif;
  line-height: 1;
  color: #fbcf03;
  padding: 0.5em 0;
  position: relative;
}
.p-projectstory01-content__title__en::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  display: block;
  width: 120%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.25em;
  z-index: -1;
}
.p-projectstory01-content__title__jp {
  display: block;
  font-size: 1.875em;
  line-height: 1.4em;
  margin-top: 0.25em;
}
.p-projectstory01-content__grid {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(30px, 3.2942898975vw, 45px);
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content__grid {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-projectstory01-content__text {
  flex-basis: 57.5%;
}
.p-projectstory01-content__text p {
  line-height: 2.3125em;
}
.p-projectstory01-content__ph {
  flex-basis: 33.0833333333%;
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content__ph {
    flex-basis: 100%;
    margin-top: clamp(30px, 3.2942898975vw, 45px);
  }
}
.p-projectstory01-content.is-reverse .p-projectstory01-content__grid {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content.is-reverse .p-projectstory01-content__grid {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-projectstory01-content.is-reverse .p-projectstory01-content__ph {
  margin-top: 11em;
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content.is-reverse .p-projectstory01-content__ph {
    margin-top: clamp(30px, 3.2942898975vw, 45px);
  }
}
.p-projectstory01-content.is-reverse-ph {
  overflow: hidden;
}
.p-projectstory01-content.is-reverse-ph .p-projectstory01-content__grid {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content.is-reverse-ph .p-projectstory01-content__grid {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-projectstory01-content.is-reverse-ph .l-inner {
  position: relative;
}
.p-projectstory01-content.is-reverse-ph .p-projectstory01-content__ph {
  position: absolute;
  top: 0;
  left: -83px;
  width: clamp(300px, 35.1390922401vw, 480px);
}
@media only screen and (max-width: 1444px) {
  .p-projectstory01-content.is-reverse-ph .p-projectstory01-content__ph {
    left: -3vw;
  }
}
@media only screen and (max-width: 1280px) {
  .p-projectstory01-content.is-reverse-ph .p-projectstory01-content__ph {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-projectstory01-content.is-reverse-ph .p-projectstory01-content__ph {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    margin-top: clamp(30px, 3.2942898975vw, 45px);
  }
}
.p-projectstory01-wideph {
  width: 100%;
  max-width: 1200px;
  margin: clamp(50px, 7.3206442167vw, 100px) auto 0;
}
.p-projectstory01-wideph img {
  width: 100%;
  height: auto;
}

.p-recruit-story-experience {
  padding-left: clamp(15px, 4vw, 30px);
}
.p-recruit-story-experience.is-first {
  margin-top: clamp(30px, 7.3206442167vw, 100px);
}
.p-recruit-story-experience__inner {
  padding-left: clamp(75px, 9.8828696925vw, 135px);
  padding-bottom: clamp(30px, 3.6603221083vw, 50px);
  position: relative;
}
.p-recruit-story-experience__inner::after {
  content: "";
  position: absolute;
  top: clamp(60px, 7.3206442167vw, 100px);
  left: clamp(30px, 3.6603221083vw, 50px);
  width: 4px;
  height: calc(100% - clamp(60px, 7.3206442167vw, 100px));
  background-color: #fbcf03;
  z-index: -1;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1366px) {
  .p-recruit-story-experience__inner::after {
    background-position: left top;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-story-experience__inner::after {
    background-position: left top;
    background-size: cover;
    opacity: 0.8;
  }
}
.p-recruit-story-experience__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(60px, 7.3206442167vw, 100px);
  text-align: center;
}
.p-recruit-story-experience__head {
  height: clamp(60px, 7.3206442167vw, 100px);
  display: flex;
  align-items: center;
  font-size: 1.875em;
}
.p-recruit-story-experience__body {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-recruit-story-experience__body {
    flex-direction: column;
    gap: 2em;
  }
}
.p-recruit-story-experience__body__text {
  flex-basis: 55.1594746717%;
  line-height: 2.3125em;
}
.p-recruit-story-experience__body__ph {
  flex-basis: 37.2420262664%;
}
.p-recruit-story-experience.is-last .p-recruit-story-experience__inner:after {
  display: none;
}
.p-recruit-story-experience.is-last .p-recruit-story-experience__head {
  height: 40px;
  font-size: 1.4375em;
  font-weight: 700;
  color: #fbcf03;
}
.p-recruit-story-experience.is-negative-margin {
  margin-top: clamp(-200px, -14.6412884334vw, -40px);
}
@media only screen and (max-width: 767px) {
  .p-recruit-story-experience.is-negative-margin {
    margin-top: inherit;
  }
}

.p-recruit-story-message__head {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.p-recruit-story-message__head__text {
  font-family: Zalando Sans Expanded, sans-serif;
  font-weight: 500;
  font-size: 3.125em;
  line-height: 1;
  color: #fbcf03;
}
.p-recruit-story-message__body {
  background-color: #fbcf03;
  margin-top: -0.5em;
  padding: clamp(30px, 3.6603221083vw, 50px) 0;
}
.p-recruit-story-message__body__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-recruit-story-message__body__inner {
    align-items: flex-start;
  }
}
.p-recruit-story-message__body__ph {
  flex-basis: 30.9278350515%;
}
.p-recruit-story-message__body__text {
  flex-basis: 65.4639175258%;
}
.p-recruit-story-message__body__title {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 1em;
}

/* そのほかのインタビュー */
.p-recruit-others {
  margin-top: clamp(40px, 4.6852122987vw, 80px);
}
.p-recruit-others > .l-inner {
  max-width: 790px;
}
.p-recruit-others__title {
  font-size: 1.25em;
  text-align: center;
  color: #fbcf03;
  margin-bottom: 2em;
  position: relative;
}
.p-recruit-others__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.25em;
  z-index: -1;
}
.p-recruit-others .p-recruit-interview-card__badge {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.p-recruit-others .p-recruit-interview-card__badge::after {
  display: none;
}
.p-recruit-others .p-recruit-story-card__label {
  font-size: 1em;
  color: #fbcf03;
}
.p-recruit-others .p-recruit-story-card__role {
  font-size: 1.25em;
  color: #fff;
}
.p-recruit-others .p-recruit-story-card__year {
  font-size: 1em;
  color: #fff;
}

/* ユーティリティ */
/* サイズごとの非表示設定 */
@media only screen and (min-width: 1025px) {
  .u-hide-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tablet {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}

.u-text-center {
  text-align: center;
}

/*  マージン */
.u-mgt0_25em {
  margin-top: 0.25em !important;
}

.u-mgt0_5em {
  margin-top: 0.5em !important;
}

.u-mgt0_75em {
  margin-top: 0.75em !important;
}

.u-mgt-0_25em {
  margin-top: -0.25em !important;
}

.u-mgt-0_5em {
  margin-top: -0.5em !important;
}

.u-mgt-0_75em {
  margin-top: -0.75em !important;
}

.u-mgt0em {
  margin-top: 0em !important;
}

.u-mgt-0em {
  margin-top: 0em !important;
}

.u-mgt1em {
  margin-top: 1em !important;
}

.u-mgt-1em {
  margin-top: -1em !important;
}

.u-mgt2em {
  margin-top: 2em !important;
}

.u-mgt-2em {
  margin-top: -2em !important;
}

.u-mgt3em {
  margin-top: 3em !important;
}

.u-mgt-3em {
  margin-top: -3em !important;
}

.u-mgt4em {
  margin-top: 4em !important;
}

.u-mgt-4em {
  margin-top: -4em !important;
}

.u-mgt5em {
  margin-top: 5em !important;
}

.u-mgt-5em {
  margin-top: -5em !important;
}

.u-mgt6em {
  margin-top: 6em !important;
}

.u-mgt-6em {
  margin-top: -6em !important;
}

.u-mgt7em {
  margin-top: 7em !important;
}

.u-mgt-7em {
  margin-top: -7em !important;
}

.u-mgt8em {
  margin-top: 8em !important;
}

.u-mgt-8em {
  margin-top: -8em !important;
}

.u-mgt9em {
  margin-top: 9em !important;
}

.u-mgt-9em {
  margin-top: -9em !important;
}

.u-mgt10em {
  margin-top: 10em !important;
}

.u-mgt-10em {
  margin-top: -10em !important;
}

.u-mgb0_25em {
  margin-bottom: 0.25em !important;
}

.u-mgb0_5em {
  margin-bottom: 0.5em !important;
}

.u-mgb0_75em {
  margin-bottom: 0.75em !important;
}

.u-mgb0em {
  margin-bottom: 0em !important;
}

.u-mgb1em {
  margin-bottom: 1em !important;
}

.u-mgb2em {
  margin-bottom: 2em !important;
}

.u-mgb3em {
  margin-bottom: 3em !important;
}

.u-mgb4em {
  margin-bottom: 4em !important;
}

.u-mgb5em {
  margin-bottom: 5em !important;
}

.u-mgb6em {
  margin-bottom: 6em !important;
}

.u-mgb7em {
  margin-bottom: 7em !important;
}

.u-mgb8em {
  margin-bottom: 8em !important;
}

.u-mgb9em {
  margin-bottom: 9em !important;
}

.u-mgb10em {
  margin-bottom: 10em !important;
}

.u-mgl0_25em {
  margin-left: 0.25em !important;
}

.u-mgl-0_25em {
  margin-left: -0.25em !important;
}

.u-mgl0_5em {
  margin-left: 0.5em !important;
}

.u-mgl-0_5em {
  margin-left: -0.5em !important;
}

.u-mgl0_75em {
  margin-left: 0.75em !important;
}

.u-mgl-0_75em {
  margin-left: -0.75em !important;
}

.u-mgl1em {
  margin-left: 1em !important;
}

.u-mgl-1em {
  margin-left: -1em !important;
}

.u-mgr0_25em {
  margin-right: 0.25em !important;
}

.u-mgr-0_25em {
  margin-right: -0.25em !important;
}

.u-mgr0_5em {
  margin-right: 0.5em !important;
}

.u-mgr-0_5em {
  margin-right: -0.5em !important;
}

.u-mgr0_75em {
  margin-right: 0.75em !important;
}

.u-mgr-0_75em {
  margin-right: -0.75em !important;
}

.u-mgr1em {
  margin-right: 1em !important;
}

.u-mgr-1em {
  margin-right: -1em !important;
}

.u-mgr2em {
  margin-right: 2em !important;
}

.u-mgr-2em {
  margin-right: -2em !important;
}

/*  フォントサイズ */
.u-fsize0_25em {
  font-size: 0.25em;
}

.u-fsize0_5em {
  font-size: 0.5em;
}

.u-fsize0_75em {
  font-size: 0.75em;
}

.u-fsize0_8em {
  font-size: 0.8em;
}

.u-fsize0_85em {
  font-size: 0.85em;
}

.u-fsize0_9em {
  font-size: 0.9em;
}

.u-fsize0_95em {
  font-size: 0.95em;
}

.u-fsize1em {
  font-size: 1em;
}

.u-fsize1_25em {
  font-size: 1.25em;
}

.u-fsize1_5em {
  font-size: 1.5em;
}

.u-fsize1_75em {
  font-size: 1.75em;
}

.u-fsize2em {
  font-size: 2em;
}

.u-fsize2_25em {
  font-size: 2.25em;
}

.u-fsize2_5em {
  font-size: 2.5em;
}

/* line-height */
.u-lh1 {
  line-height: 1 !important;
}

.u-lh1_2 {
  line-height: 1.2 !important;
}

.u-lh1_3 {
  line-height: 1.3 !important;
}

.u-lh1_4 {
  line-height: 1.4 !important;
}

.u-lh1_5 {
  line-height: 1.5 !important;
}