@charset "UTF-8";
/* -------------------------------------------------------------
//  メディアクエリ
// ------------------------------------------------------------*/
/* -------------------------------------------------------------
//  css変数
// ------------------------------------------------------------*/
:root {
  --list-wrap-height: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
}

em,
i,
strong,
th,
address {
  font-style: normal;
  /*text-align: left;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
object,
embed {
  border: 0;
  vertical-align: top;
}

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%;
}

li {
  list-style-type: none;
}

area {
  outline: none !important;
  border: none !important;
}

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

input[type=submit],
input[type=button],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

html {
  color: #122029;
  background-color: #f5f5f5;
  line-height: 1.8;
  font-weight: 600;
  color: #122029;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-family: "Shippori Mincho", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: transform 0.4s ease;
}
.l-header.is-hidden {
  transform: translateY(-100%);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s ease, padding 0.4s ease;
  padding-top: 2.4479166667vw;
  padding-bottom: 2.4479166667vw;
  padding-right: 3.4375vw;
  padding-left: 4.1666666667vw;
}
.l-header__inner.is-scrolled {
  background-color: rgba(245, 245, 245, 0.8);
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}
@media screen and (max-width: 479px) {
  .l-header__inner.is-scrolled .l-header-sp__trigger {
    top: 8px;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 2.7604166667vw;
}
@media screen and (max-width: 1920px) {
  .l-header__right {
    gap: 53px;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 0.9375vw;
  font-weight: 700;
  color: #122029;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .l-header__logo a {
    gap: 18px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .l-header__logo a {
    font-size: 1rem;
  }
}
.l-header__logoImg {
  width: 5.2604166667vw;
  height: 3.59375vw;
  -webkit-mask-image: url(../image/common/logo.svg);
          mask-image: url(../image/common/logo.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .l-header__logoImg {
    width: 101px;
    height: 69px;
  }
}
@media screen and (max-width: 479px) {
  .l-header__logoImg {
    width: 70px;
    height: 48px;
  }
}
.l-header__nav {
  width: 41.71875vw;
  flex: 1;
}
@media screen and (max-width: 1920px) {
  .l-header__nav {
    width: min(801px, 100%);
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__nav ul {
    gap: 40px;
  }
}
@media screen and (max-width: 1499px) {
  .l-header__nav ul {
    gap: 20px;
  }
}
.l-header__nav ul a {
  font-weight: 700;
  color: #122029;
}
.l-header__external span {
  position: relative;
  display: inline-block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 0.3645833333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__external span {
    width: 16px;
    height: 16px;
    margin-left: 7px;
  }
}
.l-header__external span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/common/c-external-icon-black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__external span::before {
    width: 16px;
    height: 16px;
  }
}
.l-header__navListItem .c-common-btn--mega::before {
  content: none;
}
.l-header__navListItem a {
  position: relative;
  padding-bottom: 0.5208333333vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .l-header__navListItem a {
    padding-bottom: clamp(8px, 0.5208333333vw, 10px);
    font-size: 1.125rem;
  }
}
.l-header__navListItem a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #122029;
  width: 0;
  height: 0.0520833333vw;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1920px) {
  .l-header__navListItem a::before {
    width: 0;
    height: 1px;
  }
}
.l-header__navListItem a:hover::before {
  width: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__navListItem a:hover::before {
    width: 16px;
  }
}
.l-header__navListItem.is-current a::before {
  width: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__navListItem.is-current a::before {
    width: 16px;
  }
}
.l-header__navListItem.is-current .l-header__drawer::before {
  width: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__navListItem.is-current .l-header__drawer::before {
    width: 16px;
  }
}
.l-header__drawer {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #122029;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .l-header__drawer {
    font-size: 1.125rem;
  }
}
.l-header__drawer::before {
  content: "";
  position: absolute;
  bottom: -0.5208333333vw;
  left: 42%;
  transform: translateX(-50%);
  background-color: #122029;
  width: 0;
  height: 0.0520833333vw;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1920px) {
  .l-header__drawer::before {
    bottom: -10px;
    width: 0;
    height: 1px;
  }
}
.l-header__drawer:hover::before {
  width: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__drawer:hover::before {
    width: 16px;
  }
}
.l-header__drawer span {
  position: relative;
  display: inline-block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 0.3645833333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__drawer span {
    width: 16px;
    height: 16px;
    margin-left: 7px;
  }
}
.l-header__drawer span::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url(../image/common/c-arrow-icon.svg);
          mask-image: url(../image/common/c-arrow-icon.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #122029;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1920px) {
  .l-header__drawer span::before {
    width: 16px;
    height: 16px;
  }
}
.l-header__drawer.is-active span::before {
  transform: rotate(180deg);
}
.l-header__cta {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  border: 1px solid rgba(18, 32, 41, 0.8);
  transition: 0.3s ease;
}
.l-header__cta:hover {
  background-color: #e5731b;
}
@media screen and (max-width: 1920px) {
  .l-header__cta {
    width: 64px;
    height: 64px;
  }
}
.l-header__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__cta span {
  display: block;
  background-image: url(../image/common/c-mail-icon-black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.25vw;
  height: 0.9895833333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__cta span {
    width: 24px;
    height: 19px;
  }
}
.l-header__navListItem--hasMega {
  position: relative;
}
.l-header__megamenu {
  position: fixed;
  top: 6.7708333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 91.6666666667vw;
  background-color: #122029;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenu {
    top: 130px;
    width: 91.6666666667vw;
    padding-top: clamp(24px, 2.5vw, 48px);
    padding-bottom: clamp(24px, 2.5vw, 48px);
    padding-left: clamp(40px, 4.1666666667vw, 80px);
    padding-right: clamp(40px, 4.1666666667vw, 80px);
  }
}
.l-header__megamenu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__megamenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  border-top: 1px solid rgba(245, 245, 245, 0.4);
  margin-top: 1.4583333333vw;
  padding-top: 1.875vw;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenu ul {
    gap: 40px;
    margin-top: clamp(14px, 1.4583333333vw, 28px);
    padding-top: clamp(18px, 1.875vw, 36px);
  }
}
.l-header__megamenu a {
  color: #122029;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.l-header__megamenu a:hover {
  opacity: 0.7;
}
.l-header__megamenuInner {
  width: 83.3333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenuInner {
    width: 100%;
  }
}
.l-header__megamenuListItem {
  width: calc((100% - 6.25vw) / 4);
}
@media screen and (max-width: 1920px) {
  .l-header__megamenuListItem {
    width: calc((100% - 120px) / 4);
  }
}
.l-header__megamenuListItem a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8333333333vw;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenuListItem a {
    gap: 16px;
  }
}
.l-header__megamenuListItem a:hover::before {
  content: none;
}
.l-header__megamenuListItem img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.l-header__megamenuTitle {
  display: flex;
  align-items: baseline;
  gap: 0.8333333333vw;
  font-weight: 700;
  color: #fff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenuTitle {
    gap: 16px;
    font-size: 1.125rem;
  }
}
.l-header__megamenuTitleEn {
  font-weight: 500;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .l-header__megamenuTitleEn {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .l-header-pc {
    display: none;
  }
}

/* =============================================================
//  SP ハンバーガーメニュー
//  xl (1200px) 以下で表示
// ============================================================*/
.l-header-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  ハンバーガーボタン（丸枠 / 右上固定 / 開閉兼用）
  // ----------------------------------------------------------*/
}
.l-header-sp__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #122029;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}
.l-header-sp__triggerLine {
  position: absolute;
  display: block;
  width: 16px;
  height: 1.5px;
  background-color: #122029;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.l-header-sp__triggerLine:nth-child(1) {
  transform: translateY(-3px);
}
.l-header-sp__triggerLine:nth-child(2) {
  transform: translateY(3px);
}
.l-header-sp__trigger.is-active {
  border-color: #fff;
}
.l-header-sp__trigger.is-active .l-header-sp__triggerLine {
  background-color: #fff;
}
.l-header-sp__trigger.is-active .l-header-sp__triggerLine:nth-child(1) {
  transform: rotate(45deg);
}
.l-header-sp__trigger.is-active .l-header-sp__triggerLine:nth-child(2) {
  transform: rotate(-45deg);
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  オーバーレイ（背景暗転）
  // ----------------------------------------------------------*/
}
.l-header-sp__overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header-sp__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  ドロワーナビ（ダーク背景 / 全画面）
  // ----------------------------------------------------------*/
}
.l-header-sp__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: 100dvh;
  background-color: #122029;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
.l-header-sp__nav.is-active {
  transform: translateX(0);
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  ナビ内側のラッパー
  // ----------------------------------------------------------*/
}
.l-header-sp__navInner {
  padding: 80px 30px 40px;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  ナビリスト
  // ----------------------------------------------------------*/
}
.l-header-sp__navList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header-sp__navItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.l-header-sp__navItem a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header-sp__navItem a:hover {
  opacity: 0.7;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  外部リンクアイコン
  // ----------------------------------------------------------*/
}
.l-header-sp__externalIcon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-mask-image: url(../image/common/c-external-icon.svg);
          mask-image: url(../image/common/c-external-icon.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  アコーディオン（企業情報・採用情報）
  // ----------------------------------------------------------*/
}
.l-header-sp__accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.l-header-sp__accordionIcon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}
.l-header-sp__accordionIcon::before, .l-header-sp__accordionIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.l-header-sp__accordionIcon::before {
  width: 14px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.l-header-sp__accordionIcon::after {
  width: 1.5px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.l-header-sp__accordion.is-active .l-header-sp__accordionIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  サブメニューリスト（先頭に「−」マーク）
  // ----------------------------------------------------------*/
}
.l-header-sp__subList {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.l-header-sp__subList li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 10px 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header-sp__subList li a::before {
  content: "−";
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.l-header-sp__subList li a:hover {
  opacity: 0.7;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  CTAボタン（2つ並び / 枠線スタイル）
  // ----------------------------------------------------------*/
}
.l-header-sp__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.l-header-sp__ctaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 18px 16px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.l-header-sp__ctaBtn:hover {
  border-color: #fff;
}
.l-header-sp__ctaArrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.l-header-sp__ctaExternal {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url(../image/common/c-external-icon.svg);
          mask-image: url(../image/common/c-external-icon.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.l-header-sp {
  /* -----------------------------------------------------------
  //  プライバシーポリシー
  // ----------------------------------------------------------*/
}
.l-header-sp__privacy {
  margin-top: 32px;
}
.l-header-sp__privacy a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header-sp__privacy a:hover {
  opacity: 0.7;
}

main {
  transition: filter 0.4s ease;
}
main.is-blurred {
  filter: blur(5px);
}

.l-footer {
  background-color: #122029;
  padding-top: 4.2708333333vw;
  padding-bottom: 3.5416666667vw;
  padding-right: 7.9166666667vw;
  padding-left: 5.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer {
    padding-bottom: 150px;
    padding-top: clamp(41px, 4.2708333333vw, 82px);
    padding-right: clamp(25px, 4.1666666667vw, 80px);
    padding-left: clamp(25px, 4.1666666667vw, 80px);
  }
}
.l-footer__inner {
  width: 85.4166666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .l-footer__inner {
    width: min(1640px, 100%);
  }
}
.l-footer__logoLink {
  width: 19.84375vw;
  height: 4.2708333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__logoLink {
    width: 381px;
    height: 82px;
  }
}
.l-footer__logoLink img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.l-footer__twoColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__twoColumn {
    flex-direction: column;
    gap: 60px;
  }
}
.l-footer__logo {
  width: 19.84375vw;
  margin-left: 1.875vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__logo {
    width: min(381px, 100%);
    margin-left: clamp(18px, 1.875vw, 36px);
  }
}
@media screen and (max-width: 479px) {
  .l-footer__logo {
    margin-left: 0;
  }
}
.l-footer__textWrap {
  margin-top: 1.9270833333vw;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__textWrap {
    margin-top: clamp(16px, 1.9270833333vw, 37px);
    margin-left: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 479px) {
  .l-footer__textWrap {
    margin-left: 0;
  }
}
.l-footer__text {
  color: #fff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__text {
    font-size: 1.125rem;
  }
}
.l-footer__menu {
  display: flex;
  gap: 6.1458333333vw;
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__list {
    gap: 40px;
  }
}
.l-footer__list a {
  color: #fff;
  transition: opacity 0.3s ease;
}
.l-footer__list a:hover {
  opacity: 0.7;
}
.l-footer__listSub {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__listSub {
    gap: 24px;
    margin-top: clamp(10px, 1.3020833333vw, 25px);
  }
}
.l-footer__img {
  display: flex;
  gap: 1.0416666667vw;
  width: 17.7083333333vw;
  margin-top: 2.4479166667vw;
  margin-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__img {
    width: min(340px, 100%);
    gap: 20px;
    margin-left: clamp(15px, 1.5625vw, 30px);
    margin-top: clamp(24px, 2.4479166667vw, 47px);
  }
}
@media screen and (max-width: 479px) {
  .l-footer__img {
    width: min(140px, 100%);
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.l-footer__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 83.3333333333vw;
  margin-inline: auto;
  color: #fff;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__bottom {
    width: min(1600px, 100%);
    margin-top: clamp(50px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 599px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer__bottom a {
  color: #fff;
  transition: opacity 0.3s ease;
}
.l-footer__bottom a:hover {
  opacity: 0.7;
}
.l-footer__listSub li {
  position: relative;
  padding-left: 1.6666666667vw;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__listSub li {
    padding-left: clamp(16px, 1.6666666667vw, 32px);
    font-size: 0.875rem;
  }
}
.l-footer__listSub li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.625vw;
  height: 0.0520833333vw;
  background-color: #fff;
}
.l-footer__contactDetails {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__contactDetails {
    gap: 8px;
    margin-top: clamp(5px, 0.5208333333vw, 10px);
  }
}
.l-footer__btn {
  display: flex;
  justify-content: flex-end;
  gap: 1.25vw;
  margin-top: 1.71875vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__btn {
    gap: 24px;
    margin-top: clamp(16px, 1.71875vw, 33px);
  }
}
.l-footer__bottom {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .l-footer__bottom {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__content {
    display: none;
  }
}

.c-headLine01 {
  color: #fff;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine01 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .c-headLine01 {
    font-size: 1.25rem;
  }
}

.c-headLineEn {
  position: relative;
  font-weight: 500;
  padding-left: 1.0416666667vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-headLineEn {
    font-size: 1.25rem;
  }
}
.c-headLineEn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ababab;
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 1920px) {
  .c-headLineEn::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 1920px) {
  .c-headLineEn {
    padding-left: clamp(10px, 1.0416666667vw, 20px);
  }
}

.c-headLine02 {
  line-height: 1.75;
  letter-spacing: 0.1041666667vw;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine02 {
    font-size: 1.5rem;
  }
}
.c-headLine02--fs34 {
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine02--fs34 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine02--fs34 {
    font-size: 1.625rem;
  }
}

.c-headLine02-sub-en {
  position: relative;
  padding-left: 0.3125vw;
  font-size: 0.7291666667vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-headLine02-sub-en {
    padding-left: clamp(3px, 0.3125vw, 6px);
    font-size: 0.875rem;
  }
}
.c-headLine02-sub-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2083333333vw;
  transform: translate(0, -50%);
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  background-color: #ababab;
}
@media screen and (max-width: 1920px) {
  .c-headLine02-sub-en::before {
    width: 4px;
    height: 4px;
    left: -4px;
  }
}

.c-headLine03 {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  gap: 2.0833333333vw;
  color: #122029;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine03 {
    gap: 40px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-headLine03 {
    font-size: 4.1666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .c-headLine03 {
    flex-direction: column;
    gap: 0;
    font-size: 3.8095238095rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine03 {
    font-size: 3rem;
  }
}
.c-headLine03 span {
  font-weight: 700;
  letter-spacing: 0.1041666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine03 span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine03 span {
    font-size: 1rem;
  }
}

.c-headLine04 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.25vw;
  row-gap: 0;
  letter-spacing: -0.1041666667vw;
  border-bottom: 1px solid rgba(18, 32, 41, 0.16);
  font-weight: 400;
  color: #122029;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.1666666667vw;
  padding-bottom: 0.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine04 {
    gap: 24px;
    row-gap: 0;
    font-size: 5rem;
    padding-bottom: clamp(2px, 0.2083333333vw, 4px);
  }
}
@media screen and (max-width: 1199px) {
  .c-headLine04 {
    font-size: 4.1666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .c-headLine04 {
    font-size: 3.8095238095rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine04 {
    font-size: 3rem;
  }
}
.c-headLine04 span {
  font-weight: 600;
  letter-spacing: 0.0520833333vw;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine04 span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine04 span {
    font-size: 1.25rem;
  }
}
.c-headLine04 span.c-headLine04__number {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine04 span.c-headLine04__number {
    font-size: 2rem;
  }
}

.c-headLine05 {
  font-weight: 600;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 1.6666666667vw;
  margin-bottom: 1.6666666667vw;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine05 {
    font-size: 1.75rem;
  }
}
.c-headLine05 span {
  color: #e5731b;
}

.c-headLine05--en {
  font-weight: 400;
  letter-spacing: 0.078125vw;
  font-size: 1.0416666667vw;
  font-family: "Crimson Text", serif;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-headLine05--en {
    font-size: 1.25rem;
  }
}

.c-headLine06 {
  font-weight: 600;
  letter-spacing: 0.1041666667vw;
  line-height: 2.1;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine06 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-headLine06 {
    font-size: 2.0833333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-headLine06 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine06 {
    font-size: 1.5625rem;
  }
}
.c-headLine06 span {
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
}

.c-headLine06--en {
  font-weight: 400;
  letter-spacing: 0.078125vw;
  font-size: 1.25vw;
  font-family: "Crimson Text", serif;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-headLine06--en {
    font-size: 1.5rem;
  }
}

.c-headLine07 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1041666667vw;
  line-height: 2.1;
  padding-left: 1.1979166667vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine07 {
    padding-left: clamp(12px, 1.1979166667vw, 23vw);
    font-size: 1.5rem;
  }
}
.c-headLine07::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translate(0, -50%);
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  background-color: #bababa;
}
@media screen and (max-width: 1920px) {
  .c-headLine07::before {
    width: 8px;
    height: 8px;
  }
}

.c-headLine08 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3020833333vw;
  font-size: 2.1354166667vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine08 {
    gap: 25px;
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 599px) {
  .c-headLine08 {
    gap: 15px;
    font-size: 1.75rem;
  }
}
.c-headLine08 p {
  line-height: 1.6;
  letter-spacing: 0.2604166667vw;
  background: #fff;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .c-headLine08 p {
    letter-spacing: 5px;
    padding-top: clamp(5px, 0.5208333333vw, 10vw);
    padding-bottom: clamp(5px, 0.5208333333vw, 10vw);
  }
}
.c-headLine08 span {
  color: #e5731b;
}

.c-content {
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .c-content {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.c-content__inner {
  width: 87.5vw;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .c-content__inner {
    width: min(1680px, 100%);
  }
}
.c-content__inner--right {
  margin-right: 0;
}
.c-content__inner--left {
  margin-left: 0;
}
.c-content__inner--wide {
  width: 100%;
}
.c-content__inner--p30 {
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--p30 {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.c-content__inner--1695 {
  width: 88.28125vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--1695 {
    width: min(1695px, 100%);
  }
}
.c-content__inner--1648 {
  width: 85.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--1648 {
    width: min(1648px, 100%);
  }
}
.c-content__inner--1430 {
  width: 74.4791666667vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--1430 {
    width: min(1430px, 100%);
  }
}
.c-content__inner--1360 {
  width: 70.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--1360 {
    width: min(1360px, 100%);
  }
}
.c-content__inner--960 {
  width: 50vw;
}
@media screen and (max-width: 1920px) {
  .c-content__inner--960 {
    width: min(960px, 100%);
  }
}
.c-content--strength {
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../image/home/strength-bg-img.webp);
  background-size: cover;
  background-position: center;
}
.c-content--recruit {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: hidden;
  --blur-amount: 0px;
  --white-opacity: 0;
}
.c-content--recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../image/home/recruit-bg-img.webp);
  background-size: cover;
  background-position: center;
  filter: blur(var(--blur-amount));
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .c-content--recruit::before {
    background-position: initial;
  }
}
.c-content--recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  opacity: var(--white-opacity);
  pointer-events: none;
}
.c-content--contact {
  position: relative;
  display: block;
  height: 28.125vw;
  background-image: url(../image/common/c-contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.8s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 767px) {
  .c-content--contact {
    height: 290px;
    background-position: center;
  }
}
.c-content--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #222222;
  opacity: 0;
  transition: 0.8s cubic-bezier(0, 0.55, 0.45, 1);
}
.c-content--contact:hover {
  transform: scale(1.1);
}
.c-content--contact:hover::before {
  opacity: 0.8;
}
.c-content--p0 {
  padding: 0;
}
.c-content--pl30 {
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .c-content--pl30 {
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.c-content--gray {
  background-color: #ebeced;
}
.c-content--white {
  background-color: #fff;
}

.c-footer-btn {
  position: relative;
  border: 1px solid #7b7b7b;
  color: #fff;
  line-height: 1;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 1.4583333333vw;
  padding-right: 2.0833333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-footer-btn {
    padding: 16px 40px 16px 28px;
    font-size: 1rem;
  }
}
.c-footer-btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5208333333vw;
  transform: translateY(-50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .c-footer-btn--arrow::after {
    width: 20px;
    height: 20px;
  }
}
.c-footer-btn--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5208333333vw;
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-external-icon.svg") no-repeat center center;
          mask: url("../image/common/c-external-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .c-footer-btn--external::after {
    width: 20px;
    height: 20px;
  }
}
.c-footer-btn__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
}
.c-footer-btn__text span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-footer-btn:hover .c-footer-btn__text span {
  animation: textBounceUp 0.6s ease forwards;
}

.c-common-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625vw;
  color: #fff;
  font-weight: 400;
  font-size: 1.0416666667vw;
  font-family: "Crimson Text", serif;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-common-btn {
    gap: 30px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-common-btn {
    gap: 15px;
  }
}
@media screen and (max-width: 479px) {
  .c-common-btn {
    font-size: 1.125rem;
  }
}
.c-common-btn__inner {
  color: #fff;
}
.c-common-btn--shippori {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.c-common-btn--bgblack {
  width: 100%;
  background-color: #122029;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn--bgblack {
    padding-top: clamp(7px, 0.78125vw, 15px);
    padding-bottom: clamp(7px, 0.78125vw, 15px);
    padding-left: clamp(8px, 0.8333333333vw, 16px);
    padding-right: clamp(8px, 0.8333333333vw, 16px);
  }
}
.c-common-btn--bgblack .c-common-btn__text {
  flex: none;
}
@media screen and (max-width: 479px) {
  .c-common-btn--bgblack .c-common-btn__text {
    flex: 1;
  }
}
.c-common-btn--black {
  color: #122029;
}
.c-common-btn--recruit {
  color: #122029;
}
.c-common-btn--contact {
  pointer-events: none;
  gap: 1.25vw;
  padding-right: 4.3229166667vw;
  padding-top: 0.78125vw;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn--contact {
    gap: 24px;
    padding-right: clamp(41px, 4.3229166667vw, 83px);
    padding-top: clamp(7px, 0.78125vw, 15px);
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-common-btn--contact {
    font-size: 4rem;
  }
}
@media screen and (max-width: 479px) {
  .c-common-btn--contact {
    font-size: 3.125rem;
  }
}
.c-common-btn--mega {
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn--mega {
    font-size: 1.125rem;
  }
}
.c-common-btn--mega::before {
  content: none;
}
.c-common-btn__icon {
  position: relative;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-common-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .c-common-btn__icon::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .c-common-btn__icon::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1920px) {
  .c-common-btn__icon {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 479px) {
  .c-common-btn__icon {
    width: 35px;
    height: 35px;
  }
}
.c-common-btn__icon--black {
  border: 1px solid #bbbbbb;
}
.c-common-btn__icon--black::before {
  background-color: #122029;
}
.c-common-btn__icon--recruit {
  border: 1px solid #bbbbbb;
}
.c-common-btn__icon--recruit::before {
  background-color: #e5731b;
}
.c-common-btn__icon--contact {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn__icon--contact {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479px) {
  .c-common-btn__icon--contact {
    width: 50px;
    height: 50px;
  }
}
.c-common-btn__icon--contact::before {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn__icon--contact::before {
    width: 20px;
    height: 20px;
  }
}
.c-common-btn__icon--mega {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-common-btn__icon--mega {
    width: 40px;
    height: 40px;
  }
}
.c-common-btn__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
  flex: 1;
}
.c-common-btn__text span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-common-btn:hover .c-common-btn__text span {
  animation: textBounceUp 0.6s ease forwards;
}

@keyframes textBounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-130%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-external-btn {
  background-color: #122029;
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  color: #fff;
  font-size: 0.9375vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .c-external-btn {
    gap: 15px;
    font-size: 1.125rem;
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(20px, 3.125vw, 60px);
    padding-right: clamp(20px, 3.125vw, 60px);
  }
}
.c-external-btn__icon {
  position: relative;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-external-btn__icon {
    width: 56px;
    height: 56px;
  }
}
.c-external-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url(../image/common/c-external-icon.svg) no-repeat center center;
  mask: url(../image/common/c-external-icon.svg) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-external-btn__icon::before {
    width: 20px;
    height: 20px;
  }
}
.c-external-btn__icon--white::before {
  background-color: #fff;
}
.c-external-btn__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
  flex: 1;
}
.c-external-btn__text span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-external-btn:hover .c-external-btn__text span {
  animation: textBounceUp 0.6s ease forwards;
}

.c-technology-external-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8333333333vw;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-technology-external-btn {
    gap: 16px;
  }
}
.c-technology-external-btn__icon {
  position: relative;
  display: block;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-technology-external-btn__icon {
    width: 56px;
    height: 56px;
  }
}
.c-technology-external-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -webkit-mask: url(../image/common/c-external-icon.svg) no-repeat center center;
  mask: url(../image/common/c-external-icon.svg) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-technology-external-btn__icon::before {
    width: 25px;
    height: 25px;
  }
}
.c-technology-external-btn p {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6;
  border-bottom: 1px solid #dbdbdb;
}
.c-technology-external-btn p span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-technology-external-btn:hover p span {
  animation: textBounceUp 0.6s ease forwards;
}

.c-map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5vw;
  gap: 0.78125vw;
  background-color: #122029;
  color: #fff;
  font-size: 0.8333333333vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-map-btn {
    gap: 15px;
    width: min(240px, 100%);
    padding: 10px 16px;
    font-size: 1rem;
  }
}
.c-map-btn > span:first-child {
  position: relative;
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-map-btn > span:first-child {
    width: 24px;
    height: 24px;
  }
}
.c-map-btn > span:first-child::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: url(../image/common/c-external-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.625vw;
  height: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .c-map-btn > span:first-child::before {
    width: 12px;
    height: 12px;
  }
}
.c-map-btn__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
}
.c-map-btn__text span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-map-btn:hover .c-map-btn__text span {
  animation: textBounceUp 0.6s ease forwards;
}

.c-recruit-entryBtn {
  position: fixed;
  bottom: -2.6041666667vw;
  right: -6.7708333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: 10.3125vw;
  height: 10.3125vw;
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 50%;
  color: #122029;
  background-color: rgba(245, 245, 245, 0.95);
  transition: 0.3s ease;
  padding-bottom: 1.5625vw;
  font-size: 2.0833333333vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-recruit-entryBtn:hover {
  background-color: #e5731b;
  color: #fff;
}
.c-recruit-entryBtn:hover .c-recruit-entryBtn__icon::before {
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .c-recruit-entryBtn {
    width: 198px;
    height: 198px;
    right: -130px;
    bottom: -50px;
    padding-bottom: 30px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .c-recruit-entryBtn {
    width: 150px;
    height: 150px;
    right: -100px;
    bottom: -20px;
    padding-bottom: 8px;
    font-size: 1.75rem;
  }
}
.c-recruit-entryBtn::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -16px;
  -webkit-mask-image: url(../image/recruit/entry-btn.svg);
          mask-image: url(../image/recruit/entry-btn.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #c1c1c1;
}
@media screen and (max-width: 1920px) {
  .c-recruit-entryBtn::before {
    width: 186px;
    height: 158px;
  }
}
@media screen and (max-width: 479px) {
  .c-recruit-entryBtn::before {
    top: -30px;
    left: -30px;
    width: 190px;
    height: 158px;
    -webkit-mask-image: url(../image/recruit/entry-btn--sp.svg);
            mask-image: url(../image/recruit/entry-btn--sp.svg);
  }
}
.c-recruit-entryBtn__icon {
  position: relative;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-recruit-entryBtn__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .c-recruit-entryBtn__icon {
    width: 25px;
    height: 25px;
  }
}
.c-recruit-entryBtn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e5731b;
  transition: 0.3s ease;
}
@media screen and (max-width: 1920px) {
  .c-recruit-entryBtn__icon::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .c-recruit-entryBtn__icon::before {
    width: 15px;
    height: 15px;
  }
}

.c-link-list__item {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  font-weight: 400;
  color: #122029;
  font-size: 1.6666666667vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-link-list__item {
    font-size: 2rem;
  }
}
.c-link-list__en {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.6666666667vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .c-link-list__en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-link-list__en {
    font-size: 1.6666666667rem;
  }
}
.c-link-list__en span {
  display: inline-block;
  font-size: inherit;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.c-link-list__item:hover .c-link-list__en span {
  animation: textBounceUp 0.6s ease forwards;
}
.c-link-list__ja {
  font-size: 0.8333333333vw;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 1920px) {
  .c-link-list__ja {
    font-size: 1rem;
    margin-top: clamp(3px, 0.2604166667vw, 5px);
  }
}
@media screen and (max-width: 1199px) {
  .c-link-list__ja {
    font-size: 0.8333333333rem;
  }
}
.c-link-list li {
  border-bottom: 1px solid rgba(18, 32, 41, 0.16);
  margin-bottom: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
.c-link-list li:last-child {
  border-bottom: none;
}
.c-link-list__icon {
  position: relative;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-link-list__icon {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .c-link-list__icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 479px) {
  .c-link-list__icon {
    width: 35px;
    height: 35px;
  }
}
.c-link-list__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-link-list__icon::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .c-link-list__icon::before {
    width: 15px;
    height: 15px;
  }
}
.c-link-list__icon--external::before {
  background-image: url(../image/common/c-external-icon-black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  -webkit-mask-image: none;
          mask-image: none;
}

@media screen and (max-width: 1920px) {
  .c-news-list {
    gap: 40px;
  }
}
.c-news-list li {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  color: #122029;
  padding-top: 2.0833333333vw;
  padding-bottom: 1.8229166667vw;
}
.c-news-list li:first-child {
  border-top: 1px solid rgba(77, 77, 77, 0.2);
}
@media screen and (max-width: 1920px) {
  .c-news-list li {
    padding-top: clamp(19px, 2.03125vw, 39px);
    padding-bottom: clamp(17px, 1.8229166667vw, 35px);
  }
}
.c-news-list li a {
  color: #122029;
  transition: 0.3s ease;
}
.c-news-list li a:hover {
  color: #585c5e;
}
.c-news-list__item {
  display: flex;
  gap: 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  .c-news-list__item {
    flex-direction: column;
    gap: 10px;
  }
}
.c-news-list__itemdetail {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.c-news-list__itemdetail time {
  position: relative;
  letter-spacing: 0.078125vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-right: 0.8333333333vw;
  margin-right: 0.8333333333vw;
}
.c-news-list__itemdetail time::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0520833333vw;
  height: 0.8333333333vw;
  background-color: rgba(77, 77, 77, 0.2);
}
@media screen and (max-width: 1920px) {
  .c-news-list__itemdetail time::before {
    width: 1px;
    height: 16px;
  }
}
@media screen and (max-width: 1920px) {
  .c-news-list__itemdetail time {
    padding-right: clamp(8px, 0.8333333333vw, 16px);
    margin-right: clamp(8px, 0.8333333333vw, 16px);
  }
}
.c-news-list__itemText {
  flex: 1;
}

.c-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #ebeced;
  background-color: #fff;
  padding-top: 2.0833333333vw;
  padding-bottom: 1.9791666667vw;
  padding-right: 2.6041666667vw;
  padding-left: 2.6041666667vw;
}
@media screen and (max-width: 1920px) {
  .c-anchor-nav {
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(19px, 1.9791666667vw, 38px);
    padding-right: clamp(25px, 2.6041666667vw, 50px);
    padding-left: clamp(25px, 2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.c-anchor-nav > p {
  font-weight: 700;
  color: #122029;
  font-size: 0.9375vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-anchor-nav > p {
    font-size: 1.125rem;
    padding-right: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .c-anchor-nav ul {
    gap: 15px;
  }
}
.c-anchor-nav li {
  position: relative;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(18, 32, 41, 0.16);
  color: #122029;
  font-size: 0.9375vw;
  padding-left: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .c-anchor-nav li {
    font-size: 1.125rem;
    padding-left: clamp(28px, 2.9166666667vw, 56px);
  }
}
@media screen and (max-width: 1023px) {
  .c-anchor-nav li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-nav li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .c-anchor-nav li {
    width: 100%;
    border: none;
  }
}
.c-anchor-nav li::before {
  content: "";
  position: absolute;
  left: 1.6666666667vw;
  -webkit-mask-image: url(../image/common/c-arrow-icon.svg);
          mask-image: url(../image/common/c-arrow-icon.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-anchor-nav li::before {
    width: 16px;
    height: 16px;
  }
}
.c-anchor-nav li a {
  color: #122029;
  transition: 0.3s ease;
}
.c-anchor-nav li a:hover {
  opacity: 0.8;
}
.c-anchor-nav--recruit {
  width: 72.9166666667vw;
  margin-inline: auto;
  border: 0;
  box-shadow: none;
}
@media screen and (max-width: 1920px) {
  .c-anchor-nav--recruit {
    width: min(1400px, 100%);
  }
}
.c-anchor-nav--recruit ul {
  flex: 1;
}
.c-anchor-nav--recruit li {
  width: calc((100% - 5vw) / 4);
}

.c-under-nav ul {
  display: flex;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-under-nav ul {
    gap: 16px;
  }
}
.c-under-nav li {
  width: 8.3333333333vw;
  border: 1px solid #dddddd;
  background: #f8f8f8;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .c-under-nav li {
    width: 160px;
  }
}
.c-under-nav li.-active {
  background-color: #122029;
}
.c-under-nav li.-active a {
  color: #fff;
}
.c-under-nav a {
  display: block;
  transition: 0.3s ease;
  color: #122029;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .c-under-nav a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c-under-nav a:hover {
  background-color: #122029;
  color: #fff;
}

.c-basic-ol {
  counter-reset: ol-counter;
}
.c-basic-ol li {
  position: relative;
  counter-increment: ol-counter;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-basic-ol li {
    padding-left: 20px;
  }
}
.c-basic-ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-basic-ol li::before {
    font-size: 1rem;
  }
}

.c-parentheses-ol {
  counter-reset: parentheses-counter;
}
.c-parentheses-ol li {
  position: relative;
  counter-increment: parentheses-counter;
  padding-left: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .c-parentheses-ol li {
    padding-left: 28px;
  }
}
.c-parentheses-ol li::before {
  content: counter(parentheses-counter) "）";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .c-parentheses-ol li::before {
    font-size: 1.125rem;
  }
}

.c-hyphen-ol {
  counter-reset: hyphen-counter;
}
.c-hyphen-ol li {
  position: relative;
  counter-increment: hyphen-counter;
  padding-left: 1.6666666667vw;
  margin-bottom: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .c-hyphen-ol li {
    padding-left: 32px;
    margin-bottom: clamp(6px, 0.5729166667vw, 11px);
  }
}
.c-hyphen-ol li::before {
  content: counter(hyphen-counter) " -";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-hyphen-ol li::before {
    font-size: 1rem;
  }
}

.c-pager__list {
  display: flex;
  justify-content: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-pager__list {
    gap: 16px;
  }
}
.c-pager__listItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1920px) {
  .c-pager__listItem {
    width: 40px;
    height: 40px;
  }
}
.c-pager__listItem--prev {
  position: relative;
  border: none;
}
.c-pager__listItem--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-pager__listItem--prev::before {
    width: 20px;
    height: 20px;
  }
}
.c-pager__listItem--next {
  position: relative;
  border: none;
}
.c-pager__listItem--next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-pager__listItem--next::before {
    width: 20px;
    height: 20px;
  }
}
.c-pager__listItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  color: #122029;
}
.c-pager__listItem a:hover {
  background-color: #122029;
  color: #fff;
}
.c-pager__listItem--active {
  background-color: #122029;
}
.c-pager__listItem--active a {
  color: #fff;
}
.c-pager__listItem--dots {
  background-color: transparent;
  border: none;
  pointer-events: none;
}
.c-pager__listItem--dots span {
  color: #122029;
}

.c-breadcrumb {
  position: absolute;
  z-index: 2;
  right: 3.6458333333vw;
  top: 8.8541666667vw;
}
@media screen and (max-width: 1920px) {
  .c-breadcrumb {
    top: 170px;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .c-breadcrumb__list {
    gap: 16px;
    font-size: 0.875rem;
  }
}
.c-breadcrumb__list a {
  position: relative;
  color: rgba(18, 32, 41, 0.5);
  transition: 0.3s ease;
  padding-right: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-breadcrumb__list a {
    padding-right: 24px;
  }
}
.c-breadcrumb__list a:hover {
  color: #122029;
}
.c-breadcrumb__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.3125vw;
  transform: translateY(-50%);
  width: 0.8333333333vw;
  height: 0.0520833333vw;
  background-color: #bbbbbb;
}
@media screen and (max-width: 1920px) {
  .c-breadcrumb__list a::before {
    right: -6px;
    width: 16px;
    height: 1px;
  }
}
.c-breadcrumb--white {
  color: #fff;
}
.c-breadcrumb--white a {
  color: rgba(255, 255, 255, 0.5);
}

.c-index {
  background-color: #ffffff;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-index {
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-index__inner {
  display: flex;
  align-items: center;
  margin-inline: auto;
  width: 53.5416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-index__inner {
    width: min(1028px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-index__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-index__title {
  width: 7.65625vw;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25vw;
  padding-left: 1.09375vw;
  margin-top: -0.15625vw;
}
@media screen and (max-width: 1920px) {
  .c-index__title {
    width: min(85px, 100%);
    font-size: 1.5rem;
    padding-left: clamp(10px, 1.09375vw, 21px);
    margin-top: clamp(-2px, -0.2083333333vw, -4px);
  }
}
@media screen and (max-width: 767px) {
  .c-index__title {
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.c-index__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-index__list {
    row-gap: 10px;
  }
}
.c-index__list a {
  position: relative;
  color: #122029;
}
.c-index__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -1.25vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  -webkit-mask-image: url("../image/common/c-arrow-icon.svg");
          mask-image: url("../image/common/c-arrow-icon.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-index__list a::before {
    left: -24px;
    width: 16px;
    height: 16px;
  }
}
.c-index__list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 33%;
  text-align: left;
  padding-left: 3.75vw;
  padding-right: 1.5625vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .c-index__list li {
    padding-left: clamp(36px, 3.75vw, 72px);
    padding-right: clamp(15px, 1.5625vw, 30px);
    font-size: 1.125rem;
  }
}
.c-index__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.1041666667vw;
  height: 1.25vw;
  background-color: #bbbbbb;
}
@media screen and (max-width: 1920px) {
  .c-index__list li::before {
    width: 2px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-index__list li::before {
    content: none;
  }
}

.c-technology-site-link {
  display: flex;
  align-items: center;
  gap: 4.6875vw;
  width: 83.3333333333vw;
  background: #f8f8f8;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  padding-top: 2.5vw;
  padding-bottom: 5.0520833333vw;
  padding-right: 2.03125vw;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-technology-site-link {
    padding-top: clamp(33px, 3.4375vw, 66px);
    padding-bottom: clamp(35px, 3.6458333333vw, 70px);
    padding-right: clamp(36px, 3.8020833333vw, 73px);
    padding-left: clamp(42px, 4.375vw, 84px);
  }
}
@media screen and (max-width: 1199px) {
  .c-technology-site-link {
    gap: 10px;
  }
}
.c-technology-site-link__text {
  line-height: 2.3;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 1920px) {
  .c-technology-site-link__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-technology-site-link__text {
    font-size: 1.1458333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-technology-site-link__text {
    font-size: 1.0476190476rem;
  }
}
.c-technology-site-link__text a {
  color: #e5731b;
}

.c-pagination {
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-pagination {
    gap: 20px;
  }
}
.c-pagination__item {
  position: relative;
  font-size: 1.5104166667vw;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1920px) {
  .c-pagination__item {
    font-size: 1.8125rem;
  }
}
.c-pagination__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url(../image/common/c-press-icon.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-pagination__item.is-active {
  color: #fff;
}
.c-pagination__item.is-active::before {
  opacity: 1;
  animation: pressIcon 5s ease-out forwards;
}
.c-pagination__item.is-active .c-pagination__number {
  animation: squash 5s ease-out forwards;
}
.c-pagination__item:hover {
  color: rgba(255, 255, 255, 0.8);
}
.c-pagination__number {
  display: block;
  transform-origin: center bottom;
  font-family: "Crimson Text", serif;
  font-style: normal;
}

@keyframes pressIcon {
  0% {
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes squash {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.3);
  }
}
.c-contactArea {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.78125vw;
  height: 100%;
  color: #fff;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contactArea {
    gap: 15px;
    font-size: 1rem;
  }
}
.c-contactArea__text {
  position: relative;
  top: -1.9791666667vw;
  left: 1.6666666667vw;
  padding-right: 2.4479166667vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contactArea__text {
    padding-right: clamp(23px, 2.4479166667vw, 47px);
    font-size: 1.25rem;
  }
}

.c-contact-banner {
  display: flex;
  gap: 1.1979166667vw;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  font-size: 1.0416666667vw;
  padding-top: 2.9166666667vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 3.4375vw;
  padding-right: 3.4375vw;
}
@media screen and (max-width: 1920px) {
  .c-contact-banner {
    gap: 23px;
    padding-top: clamp(28px, 2.9166666667vw, 56px);
    padding-bottom: clamp(27px, 2.8645833333vw, 55px);
    padding-left: clamp(33px, 3.4375vw, 66px);
    padding-right: clamp(33px, 3.4375vw, 66px);
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .c-contact-banner {
    padding: 20px;
    font-size: 1.125rem;
  }
}
.c-contact-banner__text {
  width: 38.6979166667vw;
}
.c-contact-banner__textSmall {
  display: block;
  color: #122029;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact-banner__textSmall {
    font-size: 1rem;
  }
}
.c-contact-banner__textLarge {
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-contact-banner__textLarge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .c-contact-banner__textLarge {
    font-size: 1.25rem;
  }
}
.c-contact-banner__textOrange {
  color: #e5731b;
}
.c-contact-banner p {
  font-weight: 600;
}
.c-contact-banner .c-common-btn {
  flex: 1;
}

.c-recruit-contact {
  margin-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruit-contact {
    margin-top: 24px;
    padding-bottom: clamp(12px, 1.25vw, 24px);
    padding-right: clamp(8px, 0.78125vw, 15px);
    padding-left: clamp(10px, 1.0416666667vw, 20px);
  }
}
.c-recruit-contact__inner {
  display: flex;
  justify-content: center;
  gap: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruit-contact__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-contact__inner {
    flex-direction: column;
  }
}
.c-recruit-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  line-height: 1.7;
  color: #122029;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 2.0833333333vw;
  font-size: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .c-recruit-contact__title {
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-contact__title {
    font-size: 2rem;
  }
}
.c-recruit-contact__title span {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .c-recruit-contact__title span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-contact__title span {
    font-size: 1rem;
  }
}
.c-recruit-contact__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  overflow: hidden;
  padding-top: 3.6458333333vw;
  padding-bottom: 5.46875vw;
  padding-left: 5.2083333333vw;
  padding-right: 5.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .c-recruit-contact__item {
    padding-top: clamp(35px, 3.6458333333vw, 70px);
    padding-bottom: clamp(52px, 5.46875vw, 105px);
    padding-left: clamp(50px, 5.2083333333vw, 100px);
    padding-right: clamp(50px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-contact__item {
    width: 100%;
  }
}
.c-recruit-contact__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #e5731b;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}
.c-recruit-contact__item .c-recruit-contact__title,
.c-recruit-contact__item .c-common-btn {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.c-recruit-contact__item:hover::before {
  transform: translate(-50%, -50%) scale(1.5);
}
.c-recruit-contact__item:hover .c-recruit-contact__title,
.c-recruit-contact__item:hover .c-recruit-contact__title span {
  color: #fff;
}
.c-recruit-contact__item:hover .c-common-btn--black {
  border-color: #fff;
}
.c-recruit-contact__item:hover .c-common-btn--black .c-common-btn__icon::before {
  background-color: #fff;
}
.c-recruit-contact__item:hover .c-common-btn__icon--recruit::before {
  background-color: #fff;
}

.c-contact {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .c-contact {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
}
.c-contact__flow {
  position: relative;
  display: flex;
  justify-content: center;
  width: 17.5vw;
  margin-left: auto;
  margin-top: 2.1875vw;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow {
    width: min(336px, 100%);
    margin-top: clamp(21px, 2.1875vw, 42px);
    margin-bottom: clamp(32px, 3.3333333333vw, 64px);
  }
}
@media screen and (max-width: 1199px) {
  .c-contact__flow {
    margin-inline: auto;
  }
}
.c-contact__flow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.3125vw;
  width: 14.84375vw;
  height: 0.0520833333vw;
  background-color: #bbbbbb;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow::after {
    bottom: 6px;
  }
}
@media screen and (max-width: 1199px) {
  .c-contact__flow::after {
    width: 180px;
  }
}
.c-contact__flow-item {
  position: relative;
  width: 1.6666666667vw;
  text-align: center;
  font-weight: 700;
  word-break: keep-all;
  color: #122029;
  font-size: 0.8333333333vw;
  padding-right: 7.2916666667vw;
  padding-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow-item {
    padding-bottom: 16px;
    width: min(32px, 100%);
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-contact__flow-item {
    padding-right: 87px;
  }
}
.c-contact__flow-item:last-of-type {
  padding-right: 0;
}
.c-contact__flow-item:last-of-type::after {
  display: none;
}
.c-contact__flow-item span {
  position: relative;
  padding-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow-item span {
    padding-bottom: 16px;
  }
}
.c-contact__flow-item span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.0520833333vw;
  transform: translateX(-50%);
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  background-color: #cccccc;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow-item span::before {
    bottom: 0;
    width: 8px;
    height: 8px;
  }
}
.c-contact__flow-item--active span::before {
  left: 50%;
  bottom: -0.1041666667vw;
  transform: translateX(-50%);
  background-color: #e5731b;
  width: 0.625vw;
  height: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__flow-item--active span::before {
    bottom: -2px;
    width: 12px;
    height: 12px;
  }
}
.c-contact__form {
  width: 100%;
  margin-inline: auto;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__form {
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.c-contact__item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e0e0e0;
  padding-top: 1.6666666667vw;
  padding-bottom: 1.40625vw;
  margin-left: 0.3125vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__item {
    padding-top: clamp(20px, 1.6666666667vw, 32px);
    padding-bottom: clamp(13px, 1.40625vw, 27px);
    margin-left: clamp(3px, 0.3125vw, 6px);
  }
}
.c-contact__item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.c-contact__item dt {
  width: 16.6666666667vw;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  font-weight: 600;
  margin-bottom: 0.3125vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__item dt {
    width: 100%;
    gap: 16px;
    margin-bottom: clamp(3px, 0.3125vw, 6px);
    font-size: 1rem;
  }
}
.c-contact__item dd {
  flex: 1;
}
.c-contact__item dd input[type=text],
.c-contact__item dd input[type=email],
.c-contact__item dd input[type=tel] {
  height: 2.8645833333vw;
  background-color: #f6f6f6;
  border: 1px solid #778085;
  border-radius: 0.15625vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__item dd input[type=text],
  .c-contact__item dd input[type=email],
  .c-contact__item dd input[type=tel] {
    height: 55px;
    border-radius: 3px;
  }
}
.c-contact .c-required {
  display: inline-block;
  color: #e5731b;
  font-size: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .c-contact .c-required {
    font-size: 0.75rem;
  }
}
.c-contact__input {
  width: 100%;
  border-radius: 0.15625vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__input {
    border-radius: 3px;
    padding-top: clamp(5px, 0.5208333333vw, 10px);
    padding-bottom: clamp(5px, 0.5208333333vw, 10px);
    padding-left: clamp(5px, 0.5208333333vw, 10px);
    padding-right: clamp(5px, 0.5208333333vw, 10px);
    font-size: 1rem;
  }
}
.c-contact__input--zip {
  display: inline-block;
  text-align: center;
}
.c-contact__input--tel {
  width: 16.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__input--tel {
    width: min(320px, 100%);
  }
}
.c-contact__input--file {
  border: none;
  padding: 0;
  background-color: transparent;
}
.c-contact__input--file::file-selector-button {
  background: #dbdbdb;
  border: 1px solid #778085;
  border-radius: 0.15625vw;
  text-align: center;
  cursor: pointer;
  padding-top: clamp(4px, 0.4166666667vw, 8px);
  padding-bottom: clamp(4px, 0.4166666667vw, 8px);
  padding-left: clamp(8px, 0.8333333333vw, 16px);
  padding-right: clamp(8px, 0.8333333333vw, 16px);
  margin-right: 0.8333333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__input--file::file-selector-button {
    margin-right: clamp(8px, 0.8333333333vw, 16px);
    font-size: 1rem;
  }
}
.c-contact__input::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
}
.c-contact__input::placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__input::-moz-placeholder {
    font-size: 1rem;
  }
  .c-contact__input::placeholder {
    font-size: 1rem;
  }
}
.c-contact__zip {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__zip {
    gap: 16px;
  }
}
.c-contact__zip-hyphen {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__zip-hyphen {
    font-size: 1rem;
  }
}
.c-contact__zip input:first-of-type {
  width: 3.0729166667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__zip input:first-of-type {
    width: min(59px, 100%);
  }
}
.c-contact__zip input:last-of-type {
  width: 3.4895833333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__zip input:last-of-type {
    width: min(67px, 100%);
  }
}
.c-contact__textarea {
  width: 100%;
  height: 8.125vw;
  background-color: #f6f6f6;
  border: 1px solid #778085;
  border-radius: 3px;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__textarea {
    height: 156px;
    padding-top: clamp(16px, 0.8333333333vw, 16px);
    padding-bottom: clamp(16px, 0.8333333333vw, 16px);
    padding-left: clamp(16px, 0.8333333333vw, 16px);
    padding-right: clamp(16px, 0.8333333333vw, 16px);
    font-size: 1rem;
  }
}
.c-contact__textarea::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
}
.c-contact__textarea::placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .c-contact__textarea::placeholder {
    font-size: 1rem;
  }
}
.c-contact__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .c-contact__radio-group {
    gap: 2.0833333333vw;
  }
}
.c-contact__radio {
  cursor: pointer;
  border-radius: 50%;
}
.c-contact__radio input {
  display: none;
}
.c-contact__radio-text {
  position: relative;
  padding-left: 1.0416666667vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__radio-text {
    padding-left: 20px;
    font-size: 1rem;
  }
}
.c-contact__radio-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625vw;
  height: 0.625vw;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .c-contact__radio-text::before {
    width: 12px;
    height: 12px;
  }
}
.c-contact__radio-text::after {
  content: "";
  position: absolute;
  left: 0.1041666667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background-color: #122029;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1920px) {
  .c-contact__radio-text::after {
    left: 2px;
    width: 8px;
    height: 8px;
  }
}
.c-contact__radio input:checked + .c-contact__radio-text::after {
  opacity: 1;
}
.c-contact__privacy {
  text-align: left;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__privacy {
    margin-top: clamp(32px, 3.3333333333vw, 64px);
    margin-bottom: clamp(32px, 3.3333333333vw, 64px);
  }
}
.c-contact__privacyLabel {
  cursor: pointer;
}
.c-contact__privacyLabel input {
  display: none;
}
.c-contact__privacyText {
  position: relative;
  padding-left: 1.875vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__privacyText {
    padding-left: 36px;
    font-size: 1rem;
  }
}
.c-contact__privacyText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid #bbbbbb;
  border-radius: 0.1041666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__privacyText::before {
    width: 24px;
    height: 24px;
  }
}
.c-contact__privacyText::after {
  content: "";
  position: absolute;
  left: 0.2604166667vw;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  width: 0.7291666667vw;
  height: 0.4166666667vw;
  border-left: 2px solid #122029;
  border-bottom: 2px solid #122029;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1920px) {
  .c-contact__privacyText::after {
    left: 2px;
    width: 14px;
    height: 8px;
  }
}
.c-contact__privacyText a {
  text-decoration: underline;
  color: #122029;
}
.c-contact__privacyText a:hover {
  text-decoration: none;
}
.c-contact__privacyLabel input:checked + .c-contact__privacyText::after {
  opacity: 1;
}
.c-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__submit {
    margin-top: clamp(32px, 3.3333333333vw, 64px);
  }
}
.c-contact__fileText {
  font-weight: 600;
  margin-top: 0.625vw;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__fileText {
    margin-top: clamp(6px, 0.625vw, 12px);
    font-size: 0.875rem;
  }
}
.c-contact__confirm-item {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.25vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__confirm-item {
    padding-top: clamp(12px, 1.25vw, 24px);
    padding-bottom: clamp(15px, 1.5625vw, 30px);
  }
}
.c-contact__confirm-item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.c-contact__confirm-item dt {
  font-weight: 600;
  font-size: 0.8333333333vw;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__confirm-item dt {
    font-size: 1rem;
    margin-bottom: clamp(4px, 0.4166666667vw, 8px);
  }
}
.c-contact__confirm-item dd {
  font-size: 0.8333333333vw;
  line-height: 1.8;
}
@media screen and (max-width: 1920px) {
  .c-contact__confirm-item dd {
    font-size: 1rem;
  }
}
.c-contact__flow-item--active::before {
  background-color: #e5731b;
}
.c-contact__back {
  text-align: left;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__back {
    margin-top: clamp(12px, 1.25vw, 24px);
  }
}
.c-contact__back a {
  display: inline-block;
  transition: opacity 0.3s;
  border-bottom: 1px solid #bbbbbb;
  color: #122029;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__back a {
    font-size: 0.9375rem;
  }
}
.c-contact__thanks {
  margin-top: 4.1666666667vw;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__thanks {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
    margin-top: clamp(80px, 8.3333333333vw, 160px);
  }
}
.c-contact__thanks-title {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.4583333333vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__thanks-title {
    font-size: 1.75rem;
    margin-bottom: clamp(16px, 1.6666666667vw, 32px);
  }
}
.c-contact__thanks-text {
  line-height: 2;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__thanks-text {
    font-size: 1rem;
  }
}
.c-contact__thanks-link {
  margin-top: 2.5vw;
  padding-top: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__thanks-link {
    margin-top: clamp(24px, 2.5vw, 48px);
    padding-top: clamp(12px, 1.25vw, 24px);
  }
}
.c-contact__thanks-link a {
  display: inline-block;
  border-bottom: 1px solid #bbbbbb;
  transition: opacity 0.3s;
  color: #122029;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .c-contact__thanks-link a {
    font-size: 0.9375rem;
  }
}
.c-contact__thanks-link a:hover {
  opacity: 0.7;
}

.js-loading-message {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.8);
}

.js-deleteFile {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px 7px;
  border-radius: 100vh;
  margin-left: 10px;
}

.messageBoxError {
  color: red;
  margin-bottom: 10px;
}

.messageError {
  color: red;
  display: block;
}

.filenameDisp {
  margin-bottom: 15px;
  font-weight: bold;
}

.c-footer-contact {
  overflow: hidden;
}

.c-large-text {
  font-weight: 600;
  word-break: keep-all;
  color: #122029;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-large-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-large-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-large-text {
    font-size: 1.1428571429rem;
  }
}
.c-large-text span {
  color: #e5731b;
}

.c-under-page-header-strengths {
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header-strengths {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}

.c-under-page-header {
  width: 70.8333333333vw;
  margin-inline: auto;
  padding-top: 10.6770833333vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header {
    width: min(1360px, 100%);
    padding-top: 205px;
  }
}
.c-under-page-header--left {
  margin-left: 0;
}
.c-under-page-header--1640 {
  width: 85.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header--1640 {
    width: min(1640px, 100%);
  }
}
.c-under-page-header__title--ml {
  margin-left: 14.5833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__title--ml {
    margin-left: clamp(60px, 14.5833333333vw, 280px);
  }
}
@media screen and (max-width: 1023px) {
  .c-under-page-header__title--ml {
    margin-left: 30px;
  }
}
.c-under-page-header__lead {
  font-weight: 600;
  font-size: 1.6666666667vw;
  margin-top: 2.34375vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__lead {
    font-size: 2rem;
    margin-top: clamp(26px, 2.34375vw, 45px);
  }
}
@media screen and (max-width: 1199px) {
  .c-under-page-header__lead {
    font-size: 1.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .c-under-page-header__lead {
    font-size: 1.5238095238rem;
  }
}
@media screen and (max-width: 479px) {
  .c-under-page-header__lead {
    font-size: 1.25rem;
  }
}
.c-under-page-header__lead span {
  color: #e5731b;
}
.c-under-page-header__text {
  line-height: 2.25;
  margin-top: 2.0833333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__text {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
    font-size: 1rem;
  }
}
.c-under-page-header__nav {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  margin-top: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__nav {
    margin-top: clamp(18px, 1.9270833333vw, 37px);
  }
}
.c-under-page-header__texrWrap {
  flex: 1;
}
.c-under-page-header__wrap {
  display: flex;
  gap: 9.53125vw;
}
@media screen and (max-width: 1023px) {
  .c-under-page-header__wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.c-under-page-header__img {
  width: 17.7083333333vw;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__img {
    margin-top: clamp(25px, 2.6041666667vw, 50px);
    width: min(340px, 100%);
  }
}
@media screen and (max-width: 1023px) {
  .c-under-page-header__img {
    margin-top: 0;
  }
}
.c-under-page-header__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.c-under-page-header__wideImg {
  overflow: hidden;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1920px) {
  .c-under-page-header__wideImg {
    margin-top: clamp(25px, 2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .c-under-page-header__wideImg {
    height: 400px;
  }
}
.c-under-page-header__wideImg img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-under-page-header__wideImg img {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-cms-content {
  margin-top: 4.1666666667vw;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-content {
    margin-top: clamp(28px, 2.8645833333vw, 55px);
    margin-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}

.c-cms-header__detail {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-header__detail {
    gap: 16px;
    margin-bottom: clamp(12px, 1.25vw, 24px);
  }
}
.c-cms-header__detail time {
  position: relative;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-header__detail time {
    font-size: 1rem;
    padding-right: clamp(8px, 0.8333333333vw, 16px);
  }
}
.c-cms-header__detail time::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(77, 77, 77, 0.2);
}
.c-cms-header__detail span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-header__detail span {
    font-size: 0.875rem;
  }
}
.c-cms-header h1 {
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  padding-bottom: 2.0833333333vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-header h1 {
    font-size: 1.5rem;
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}

.c-cms-body {
  margin-top: 1.875vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body {
    margin-top: clamp(16px, 1.875vw, 36px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.c-cms-body p {
  line-height: 2;
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body p {
    margin-top: clamp(8px, 0.8333333333vw, 16px);
    font-size: 1rem;
  }
}
.c-cms-body h2 {
  font-weight: 600;
  line-height: 1.6;
  border-left: 4px solid #122029;
  font-size: 1.1458333333vw;
  padding-left: 0.8333333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body h2 {
    font-size: 1.375rem;
    padding-left: clamp(8px, 0.8333333333vw, 16px);
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body h3 {
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.9375vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body h3 {
    font-size: 1.125rem;
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body h4 {
  position: relative;
  padding-left: 0.8333333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body h4 {
    font-size: 1rem;
    padding-left: clamp(8px, 0.8333333333vw, 16px);
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #122029;
}
.c-cms-body h5 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body h5 {
    font-size: 1rem;
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body ul {
  margin-top: 2.0833333333vw;
}
.c-cms-body ul li {
  position: relative;
  line-height: 2;
  font-size: 0.8333333333vw;
  padding-left: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body ul li {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
    font-size: 1rem;
  }
}
.c-cms-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .c-cms-body ul li::before {
    width: 4px;
    height: 4px;
  }
}
.c-cms-body ul li + li {
  margin-top: 0.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body ul li + li {
    margin-top: clamp(2px, 0.2083333333vw, 4px);
  }
}
@media screen and (max-width: 1920px) {
  .c-cms-body ul {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body ol {
  counter-reset: number;
  margin-top: 2.0833333333vw;
}
.c-cms-body ol li {
  position: relative;
  list-style: none;
  line-height: 2;
  font-size: 0.8333333333vw;
  padding-left: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body ol li {
    font-size: 1rem;
  }
}
.c-cms-body ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-cms-body ol li + li {
  margin-top: 0.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body ol li + li {
    margin-top: clamp(2px, 0.2083333333vw, 4px);
  }
}
@media screen and (max-width: 1920px) {
  .c-cms-body ol {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body table {
    margin-top: clamp(16px, 1.6666666667vw, 32px);
  }
}
.c-cms-body table tr {
  border-bottom: 4px solid #ffffff;
}
.c-cms-body table tr:last-child {
  border-bottom: none;
}
.c-cms-body table th,
.c-cms-body table td {
  line-height: 1.4;
  font-size: 0.78125vw;
  padding-top: 0.9895833333vw;
  padding-bottom: 0.9895833333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body table th,
  .c-cms-body table td {
    font-size: 0.9375rem;
    padding-top: clamp(9px, 0.9895833333vw, 19px);
    padding-bottom: clamp(9px, 0.9895833333vw, 19px);
  }
}
.c-cms-body table th {
  text-align: left;
  font-weight: 400;
  width: 178px;
  vertical-align: top;
  color: #fff;
  text-align: center;
  background-color: #122029;
}
.c-cms-body table td {
  text-align: left;
  background-color: #ebebeb;
  border-left: 4px solid #ffffff;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}
.c-cms-body img {
  display: block;
  width: 29.4270833333vw;
  height: auto;
  margin-inline: auto;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body img {
    width: min(565px, 100%);
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body iframe {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-cms-body__back {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
  margin-inline: auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .c-cms-body__back {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
.c-cms-body__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.4166666667vw;
  color: #122029;
  font-size: 0.78125vw;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1920px) {
  .c-cms-body__back a {
    gap: 8px;
    font-size: 0.9375rem;
  }
}
.c-cms-body__back a:hover {
  opacity: 0.7;
}

.c-recruitment-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table {
    margin-top: clamp(6px, 0.6770833333vw, 13px);
  }
}
.c-recruitment-table tr {
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-recruitment-table tr {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.c-recruitment-table tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-recruitment-table tr:last-child {
    border: 0;
  }
}
.c-recruitment-table th {
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
  width: 11.4583333333vw;
  font-size: 0.9375vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-right: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table th {
    width: 220px;
    font-size: 1.125rem;
    padding-top: clamp(12px, 1.25vw, 24px);
    padding-bottom: clamp(12px, 1.25vw, 24px);
    padding-right: clamp(12px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .c-recruitment-table th {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c-recruitment-table td {
  color: #666;
  line-height: 2;
  font-size: 0.8333333333vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table td {
    font-size: 1rem;
    padding-top: clamp(12px, 1.25vw, 24px);
    padding-bottom: clamp(12px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .c-recruitment-table td {
    display: block;
    width: 100%;
  }
}
.c-recruitment-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-recruitment-table td ul li {
  position: relative;
  padding-left: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table td ul li {
    padding-left: clamp(16px, 1.25vw, 24px);
  }
}
.c-recruitment-table td ul li::before {
  content: "◆";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #333;
  font-size: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table td ul li::before {
    top: 17px;
    font-size: 0.6875rem;
  }
}
.c-recruitment-table td ul li + li {
  margin-top: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-table td ul li + li {
    margin-top: clamp(6px, 0.625vw, 12px);
  }
}

.c-recruitment-cms-body + .c-recruitment-cms-body {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .c-recruitment-cms-body + .c-recruitment-cms-body {
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}

.p-home .l-header__logo a {
  color: #fff;
}
.p-home .l-header__logoImg {
  background-color: #fff;
}
.p-home .l-header__logoImg {
  background-color: #fff;
}
.p-home .l-header__external span::before {
  background-image: url(../image/common/c-external-icon.svg);
}
.p-home .l-header__drawer span::before {
  background-color: #fff;
}
.p-home .l-header__drawer::before {
  background-color: #fff;
}
.p-home .l-header__navListItem a {
  color: #fff;
}
.p-home .l-header__navListItem a::before {
  background-color: #fff;
}
.p-home .l-header__drawer {
  color: #fff;
}
.p-home .l-header-sp__trigger {
  border: 1px solid #fff;
}
.p-home .l-header-sp__triggerLine {
  background-color: #fff;
}
.p-home .l-header__cta {
  border-color: #fff;
}
.p-home .l-header__cta span {
  background-color: #fff;
  background-image: none;
  -webkit-mask-image: url(../image/common/c-mail-icon.svg);
          mask-image: url(../image/common/c-mail-icon.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.p-home .is-scrolled .l-header__logo a {
  color: #122029;
}
.p-home .is-scrolled .l-header__nav ul a {
  color: #122029;
}
.p-home .is-scrolled .l-header__drawer {
  color: #122029;
}
.p-home .is-scrolled .l-header__cta {
  border-color: rgba(18, 32, 41, 0.8);
}
.p-home .is-scrolled .l-header__cta span {
  background-color: initial;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: none;
          mask-image: none;
  background-image: url(../image/common/c-mail-icon-black.svg);
}
.p-home .is-scrolled .l-header__navListItem a:hover::before {
  background-color: #122029;
}
.p-home .is-scrolled .l-header__drawer span::before {
  background-color: #122029;
}
.p-home .is-scrolled .l-header__external span::before {
  background-image: url(../image/common/c-external-icon-black.svg);
}
.p-home .is-scrolled .l-header__logoImg {
  background-color: #122029;
}
.p-home .is-scrolled .l-header-sp__trigger {
  border: 1px solid #122029;
}
.p-home .is-scrolled .l-header-sp__triggerLine {
  background-color: #122029;
}
.p-home .is-scrolled .l-header__navListItem a {
  color: #fff;
}
.p-home .is-scrolled .l-header__navListItem a::before {
  background-color: #122029;
}
.p-home .is-scrolled .l-header__drawer::before {
  background-color: #122029;
}

/* -------------------------------------------------------------
//  メインビジュアル
// ------------------------------------------------------------*/
.p-home-mainvisual {
  position: relative;
}
.p-home-mainvisual::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 10.4166666667vw;
  background: linear-gradient(rgba(18, 32, 41, 0.54) 0%, rgba(18, 32, 41, 0) 100%);
}
.p-home-mainvisual__title {
  position: absolute;
  top: 49%;
  left: 4.1666666667vw;
}
.p-home-mainvisual__title img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-mainvisual__headline {
  margin-top: 3.5416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__headline {
    margin-top: clamp(34px, 3.5416666667vw, 68px);
  }
}
.p-home-mainvisual__sideBtn {
  position: fixed;
  top: 11.09375vw;
  right: 0;
  z-index: 3;
  writing-mode: vertical-rl;
  background-color: #071219;
  border: 0.0520833333vw solid rgba(245, 245, 245, 0.8);
  border-right: 0;
  letter-spacing: 0.2604166667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__sideBtn {
    top: 213px;
    border: 1px solid rgba(245, 245, 245, 0.8);
  }
}
.p-home-mainvisual__sideBtn a {
  position: relative;
  display: block;
  font-weight: 600;
  transition: 0.3s ease;
  color: #fff;
  font-size: 1.0416666667vw;
  padding-top: 1.6666666667vw;
  padding-bottom: 2.9166666667vw;
  padding-right: 0.5729166667vw;
  padding-left: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__sideBtn a {
    padding-top: 32px;
    padding-bottom: 56px;
    font-size: 1.25rem;
    padding-left: clamp(5px, 0.5729166667vw, 11px);
    padding-right: clamp(5px, 0.5729166667vw, 11px);
  }
}
@media screen and (max-width: 479px) {
  .p-home-mainvisual__sideBtn a {
    font-size: 1rem;
  }
}
.p-home-mainvisual__sideBtn a:hover {
  opacity: 0.8;
}
.p-home-mainvisual__sideBtn a::before {
  content: "";
  position: absolute;
  bottom: 1.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1.1979166667vw;
  height: 1.1979166667vw;
  background-image: url(../image/common/c-external-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__sideBtn a::before {
    bottom: 32px;
    width: 23px;
    height: 23px;
  }
}
.p-home-mainvisual__pagination {
  position: absolute;
  right: 3.8020833333vw;
  bottom: 1.9791666667vw;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__pagination {
    bottom: 38px;
  }
}
.p-home-mainvisual__svg {
  width: 39.5833333333vw;
  height: 13.4895833333vw;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .p-home-mainvisual__svg {
    width: min(760px, 100%);
    height: min(259px, 100%);
  }
}
@media screen and (max-width: 599px) {
  .p-home-mainvisual__svg {
    width: min(760px, 92%);
    height: min(259px, 92%);
  }
}

.p-home-lead {
  display: flex;
  width: 55.8854166667vw;
  margin-inline: auto;
  gap: 5.0520833333vw;
}
@media screen and (max-width: 1920px) {
  .p-home-lead {
    width: min(1073px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-home-lead {
    flex-direction: column;
  }
}
.p-home-lead__title {
  width: 25.78125vw;
  word-break: keep-all;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-home-lead__title {
    width: min(495px, 100%);
    font-size: 1.875rem;
  }
}
.p-home-lead__text {
  line-height: 3;
  word-break: keep-all;
}
@media screen and (max-width: 1023px) {
  .p-home-lead__text {
    word-break: break-all;
  }
}

.p-home-blackout {
  position: relative;
  --blackout-opacity: 0;
}
.p-home-blackout::before {
  position: absolute;
  background: rgba(11, 11, 11, var(--blackout-opacity));
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.p-home-img {
  position: relative;
  width: 100%;
  height: 101.1458333333vw;
}
.p-home-img__item {
  position: absolute;
  overflow: hidden;
}
.p-home-img__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.p-home-img__item--01 {
  top: 0;
  left: 0;
  width: 64.5833333333%;
  height: 54.8958333333vw;
}
.p-home-img__item--02 {
  top: 22.9166666667vw;
  right: 18.5416666667vw;
  width: 20.8333333333%;
  height: 29.53125vw;
}
.p-home-img__item--03 {
  bottom: 15.625vw;
  left: 8.3333333333vw;
  width: 39.5833333333%;
  height: 27.96875vw;
}
.p-home-img__item--04 {
  bottom: 0;
  right: 0;
  width: 45.8333333333%;
  height: 32.3958333333vw;
}

.p-home-strength {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-home-strength {
    flex-direction: column-reverse;
  }
}
.p-home-strength__img {
  width: 31.25vw;
}
@media screen and (max-width: 1920px) {
  .p-home-strength__img {
    width: min(600px, 100%);
  }
}
@media screen and (max-width: 1199px) {
  .p-home-strength__img {
    width: min(400px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__img {
    width: min(600px, 100%);
  }
}
.p-home-strength__content {
  flex: 1;
  color: #fff;
}
.p-home-strength__text {
  line-height: 2.4;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-home-strength__text {
    margin-top: clamp(8px, 0.8333333333vw, 16px);
  }
}
.p-home-strength__titleEn {
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-strength__titleEn {
    margin-top: clamp(2px, 0.2604166667vw, 5px);
  }
}
.p-home-strength img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-strength__btn {
  justify-content: flex-start;
  margin-top: 1.875vw;
}
@media screen and (max-width: 1920px) {
  .p-home-strength__btn {
    margin-top: clamp(18px, 1.875vw, 36px);
  }
}

.p-home-services__wrap {
  display: flex;
  gap: 8.3333333333vw;
}
@media screen and (max-width: 1199px) {
  .p-home-services__wrap {
    align-items: center;
    margin-top: clamp(2px, 0.2604166667vw, 5px);
  }
}
.p-home-services__content {
  flex: 1;
  margin-top: 1.40625vw;
}
@media screen and (max-width: 1920px) {
  .p-home-services__content {
    margin-top: clamp(13px, 1.40625vw, 27px);
  }
}
@media screen and (max-width: 1199px) {
  .p-home-services__content {
    width: min(564px, 100%);
  }
}
.p-home-services__text {
  line-height: 2.1;
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-services__text {
    margin-top: clamp(7px, 0.7291666667vw, 14px);
  }
}
.p-home-services__img {
  position: relative;
  width: 50vw;
  aspect-ratio: 960/625;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-services__img {
    display: none;
  }
}
.p-home-services__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-services__img img:first-child {
  opacity: 1;
}
.p-home-services__img img.is-active {
  opacity: 1;
}
.p-home-services__img img.is-hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-home-services__linkWrap--pc {
    display: none;
  }
}
.p-home-services__linkWrap--sp {
  display: none;
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) {
  .p-home-services__linkWrap--sp {
    display: block;
    margin-top: clamp(18px, 1.875vw, 36px);
  }
}
.p-home-services__linkItemSp {
  display: flex;
  gap: 30px;
}
.p-home-services__linkItemSp li {
  border-bottom: 1px solid rgba(18, 32, 41, 0.16);
  width: calc((100% - 30px) / 2);
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-home-services__linkItemSp li {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-home-services__linkItemSp li {
    width: 100%;
  }
}
.p-home-services__linkItemSp li img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-services__linkItemSp a {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-home-services__linkItemSp a {
    margin-top: 8px;
  }
}

.p-home-technologyLink {
  margin-inline: auto;
  margin-top: 2.5vw;
  margin-bottom: 7.8125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-technologyLink {
    margin-top: clamp(24px, 2.5vw, 48px);
    margin-bottom: clamp(69px, 7.1875vw, 138px);
  }
}
@media screen and (max-width: 1199px) {
  .p-home-technologyLink {
    flex-direction: column;
  }
}
.p-home-technologyLink__btn {
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-technologyLink__btn {
    margin-top: clamp(7px, 0.78125vw, 15px);
  }
}
.p-home-technologyLink__btn::before {
  background-color: #fff;
}

.p-home-recruit {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .p-home-recruit {
    overflow: visible;
  }
}
.p-home-recruit__fixed {
  position: absolute;
  top: 10.4166666667vw;
  right: 2.0833333333vw;
  width: 29.1666666667vw;
  height: calc(100% - 15.5208333333vw);
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .p-home-recruit__fixed {
    width: min(560px, 100%);
  }
}
@media screen and (max-width: 1499px) {
  .p-home-recruit__fixed {
    width: min(500px, 100%);
  }
}
@media screen and (max-width: 1199px) {
  .p-home-recruit__fixed {
    position: static;
    height: auto;
  }
}
.p-home-recruit__title {
  color: #fff;
}
.p-home-recruit__text {
  line-height: 2.2;
  color: #fff;
}
.p-home-recruit__btn {
  justify-content: flex-start;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-recruit__btn {
    margin-top: clamp(7px, 0.78125vw, 15px);
  }
}

.p-home-recruit-scroll {
  position: absolute;
  bottom: 9.375vw;
  display: flex;
  gap: 8.0208333333vw;
  flex-wrap: wrap;
  width: 49.6875vw;
  z-index: 3;
}
@media screen and (max-width: 1920px) {
  .p-home-recruit-scroll {
    bottom: 180px;
    width: min(954px, 100%);
  }
}
@media screen and (max-width: 1499px) {
  .p-home-recruit-scroll {
    gap: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .p-home-recruit-scroll {
    position: relative;
    bottom: 0;
  }
}
.p-home-recruit-scroll__item {
  position: relative;
  width: 20.8333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 1499px) {
  .p-home-recruit-scroll__item {
    width: min(279px, 100%);
  }
}
@media screen and (max-width: 1199px) {
  .p-home-recruit-scroll__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .p-home-recruit-scroll__item {
    width: min(320px, 100%);
  }
}
.p-home-recruit-scroll__item:nth-child(odd) {
  top: 3.125vw;
}
.p-home-recruit-scroll__item img {
  transition: transform 0.4s ease;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-recruit-scroll__item:hover img {
  transform: scale(1.1);
}
.p-home-recruit-scroll__title {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  background-color: #122029;
  color: #fff;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-home-recruit-scroll__title {
    gap: 10px;
    padding-top: clamp(10px, 0.625vw, 12px);
    padding-bottom: clamp(10px, 0.625vw, 12px);
    padding-left: clamp(10px, 0.625vw, 12px);
    padding-right: clamp(10px, 0.625vw, 12px);
  }
}
.p-home-recruit-scroll__icon {
  position: relative;
  display: inline-block;
  width: 1.40625vw;
  height: 1.40625vw;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-home-recruit-scroll__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
          mask: url("../image/common/c-arrow-icon.svg") no-repeat center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .p-home-recruit-scroll__icon::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .p-home-recruit-scroll__icon {
    width: 27px;
    height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-company {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-home-company__titleWrap {
  width: 49.4791666667vw;
  margin-left: 14.5833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-home-company__titleWrap {
    width: min(950px, 100%);
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
    margin-left: clamp(150px, 14.5833333333vw, 280px);
  }
}
@media screen and (max-width: 1499px) {
  .p-home-company__titleWrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__titleWrap {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.p-home-company__link {
  display: flex;
  align-items: flex-start;
  gap: 4.7916666667vw;
}
@media screen and (max-width: 767px) {
  .p-home-company__link {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-home-company__linkImg {
  position: relative;
  width: 61.8229166667vw;
  aspect-ratio: 1187/773;
  overflow: hidden;
}
.p-home-company__linkImg img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-company__linkImg img:first-child {
  opacity: 1;
}
.p-home-company__linkImg img.is-active {
  opacity: 1;
}
.p-home-company__linkImg img.is-hidden {
  opacity: 0;
}
.p-home-company__linkItem {
  flex: 1;
  margin-top: 7.8125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-company__linkItem {
    margin-top: clamp(75px, 7.8125vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__linkWrap--pc {
    display: none;
  }
}
.p-home-company__linkWrap--sp {
  display: none;
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) {
  .p-home-company__linkWrap--sp {
    display: block;
    margin-top: clamp(18px, 1.875vw, 36px);
  }
}
.p-home-company__linkItemSp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-home-company__linkItemSp li {
  border-bottom: 1px solid rgba(18, 32, 41, 0.16);
  width: calc((100% - 30px) / 2);
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-home-company__linkItemSp li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-home-company__linkItemSp li {
    width: 100%;
  }
}
.p-home-company__linkItemSp li img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-company__linkItemSp a {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-home-company__linkItemSp a {
    margin-top: 8px;
  }
}

.p-home-news {
  display: flex;
  justify-content: flex-start;
  gap: 9.2708333333vw;
  width: 66.6666666667vw;
  margin-inline: auto;
  margin-left: 10.5208333333vw;
  margin-top: 9.6875vw;
  padding-bottom: 9.53125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-news {
    width: min(1280px, 100%);
    margin-left: clamp(50px, 10.5208333333vw, 202px);
    margin-top: clamp(93px, 9.6875vw, 186px);
    padding-bottom: clamp(91px, 9.53125vw, 183px);
  }
}
@media screen and (max-width: 1499px) {
  .p-home-news {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news {
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
  }
}
.p-home-news__title {
  width: 7.8645833333vw;
}
@media screen and (max-width: 1920px) {
  .p-home-news__title {
    width: min(151px, 100%);
  }
}
.p-home-news__title .c-headLine02 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-home-news__title .c-headLine02 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-home-news__title .c-headLine02 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__title .c-headLine02 {
    font-size: 2.8571428571rem;
  }
}
.p-home-news__title .c-headLine02 div {
  font-weight: 400;
}
.p-home-news__btn {
  margin-top: 1.1979166667vw;
}
@media screen and (max-width: 1920px) {
  .p-home-news__btn {
    margin-top: clamp(12px, 1.1979166667vw, 23px);
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__btn {
    justify-content: flex-start;
  }
}
.p-home-news__list {
  flex: 1;
  margin-top: 1.1458333333vw;
}
@media screen and (max-width: 1920px) {
  .p-home-news__list {
    margin-top: clamp(11px, 1.1458333333vw, 22px);
  }
}

.p-strengths-question {
  position: relative;
  margin-inline: auto;
  background-color: #edeef0;
  margin-top: 5.2083333333vw;
  padding-top: 5.2083333333vw;
  padding-bottom: 6.25vw;
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question {
    padding-bottom: 100px;
    margin-top: clamp(40px, 4.1666666667vw, 80px);
    padding-top: clamp(32px, 3.3854166667vw, 65px);
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-strengths-question__inner {
  position: relative;
  width: 70.8333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__inner {
    width: min(1360px, 100%);
  }
}
.p-strengths-question__inner::before {
  content: "";
  position: absolute;
  bottom: -10.4166666667vw;
  left: 8.0729166667vw;
  width: 0.5208333333vw;
  height: 8.3333333333vw;
  background-image: url(../image/common/c-dot-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__inner::before {
    width: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-question__inner::before {
    height: 100px;
    bottom: -155px;
  }
}
.p-strengths-question__lead {
  font-weight: 600;
  color: #122029;
  margin-top: 2.7083333333vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__lead {
    font-size: 1.5rem;
    margin-top: clamp(26px, 2.7083333333vw, 52px);
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-question__lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-question__lead {
    font-size: 1.1428571429rem;
  }
}
.p-strengths-question__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
  width: min(100%, 70.8333333333vw);
  margin-inline: auto;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__box {
    gap: 20px;
    width: min(100%, 1360px);
    margin-top: clamp(24px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-question__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-question__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-strengths-question__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.25vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__item {
    padding-top: clamp(10px, 1.0416666667vw, 20px);
    padding-bottom: clamp(12px, 1.25vw, 24px);
    padding-left: clamp(10px, 1.0416666667vw, 20px);
    padding-right: clamp(10px, 1.0416666667vw, 20px);
  }
}
.p-strengths-question__item p {
  flex: 1;
  text-align: left;
  line-height: 1.6;
  color: #122029;
  font-size: 0.8333333333vw;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__item p {
    font-size: 1rem;
    margin-left: clamp(10px, 1.0416666667vw, 20px);
  }
}
.p-strengths-question__img {
  width: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-question__img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-question__img {
    width: 60px;
  }
}
.p-strengths-question__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-strengths-answers {
  padding-top: 6.25vw;
  padding-bottom: 5.625vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-answers {
    padding-top: 100px;
    padding-bottom: clamp(60px, 6.25vw, 120px);
  }
}
.p-strengths-answers__text {
  width: 70.8333333333vw;
  margin-inline: auto;
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-answers__text {
    width: min(1360px, 100%);
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-strengths-answers__img {
  margin-top: 2.6041666667vw;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .p-strengths-answers__img {
    margin-top: clamp(25px, 2.6041666667vw, 50px);
  }
}
.p-strengths-answers__img .splide__track {
  overflow: visible;
}
.p-strengths-answers__img .splide__list {
  display: flex;
  gap: 20px;
}
.p-strengths-answers__img .splide__slide {
  flex-shrink: 0;
  width: 17.65625vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-answers__img .splide__slide {
    width: min(339px, 100%);
  }
}
.p-strengths-answers__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strengths-answers .c-large-text {
    word-break: break-all;
  }
}

.p-strengths-point {
  padding-top: 3.9583333333vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point {
    padding-top: clamp(38px, 3.9583333333vw, 76px);
    padding-bottom: clamp(92px, 9.6354166667vw, 185px);
  }
}

.p-strengths-point-content {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content {
    margin-top: clamp(28px, 2.96875vw, 57px);
  }
}
.p-strengths-point-content__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.1666666667vw;
  margin-bottom: 8.4375vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__item {
    gap: 40px;
    margin-bottom: clamp(81px, 8.4375vw, 162px);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-point-content__item {
    flex-direction: column;
  }
}
.p-strengths-point-content__item:last-child {
  margin-bottom: 0;
}
.p-strengths-point-content__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-strengths-point-content__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-strengths-point-content__item:nth-child(even)::before {
  content: "";
  position: absolute;
  left: -14.21875vw;
  width: 37.5vw;
  height: 31.9791666667vw;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-strengths-point-content__item:nth-child(even)::before {
    content: none;
  }
}
.p-strengths-point-content__text {
  width: 32.5vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__text {
    width: min(624px, 100%);
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-point-content__text {
    width: 100%;
  }
}
.p-strengths-point-content__text--reverse {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__text--reverse {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-point-content__text--reverse {
    margin-top: 0;
  }
}
.p-strengths-point-content__titleWrap {
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__titleWrap {
    gap: 32px;
  }
}
.p-strengths-point-content__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: rgba(51, 51, 51, 0.5);
}
.p-strengths-point-content__pointLabel {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__pointLabel {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-point-content__pointLabel {
    font-size: 1.25rem;
  }
}
.p-strengths-point-content__pointNum {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.75vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__pointNum {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-point-content__pointNum {
    font-size: 3rem;
  }
}
.p-strengths-point-content__title {
  font-weight: 500;
  line-height: 1.9;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.25vw;
  margin-top: 0.9895833333vw;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__title {
    font-size: 1.5rem;
    margin-top: clamp(9px, 0.9895833333vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-point-content__title {
    font-size: 1.1875rem;
  }
}
.p-strengths-point-content__lead {
  line-height: 2.3;
  font-size: 0.8333333333vw;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__lead {
    font-size: 1rem;
    margin-top: clamp(16px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-point-content__lead {
    word-break: break-all;
  }
}
.p-strengths-point-content__img {
  width: 33.3333333333vw;
  z-index: 1;
  margin-top: 0.3125vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-point-content__img {
    margin-top: clamp(3px, 0.3125vw, 6px);
    width: min(640px, 100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-point-content__img {
    width: 100%;
  }
}
.p-strengths-point-content__img img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-strengths-flow {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow {
    margin-top: clamp(38px, 4.0104166667vw, 77px);
  }
}
.p-strengths-flow__contact {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow__contact {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-flow__contact {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-flow .c-contact-banner__text {
    width: 100%;
  }
}

.p-strengths-flow-content {
  width: 70.8333333333vw;
  margin-inline: auto;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content {
    width: min(100%, 1360px);
    margin-top: clamp(24px, 2.5vw, 48px);
  }
}
.p-strengths-flow-content__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #edeef0;
  padding-top: 2.9166666667vw;
  padding-bottom: 3.0208333333vw;
  padding-left: 5.2083333333vw;
  padding-right: 2.9166666667vw;
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__item {
    margin-bottom: 42px;
    padding-top: clamp(28px, 2.9166666667vw, 56px);
    padding-bottom: clamp(29px, 3.0208333333vw, 58px);
    padding-left: clamp(50px, 5.2083333333vw, 100px);
    padding-right: clamp(28px, 2.9166666667vw, 56px);
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-flow-content__item {
    padding-left: clamp(28px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__item {
    padding: 25px;
    flex-direction: column;
  }
}
.p-strengths-flow-content__item:last-child {
  margin-bottom: 0;
}
.p-strengths-flow-content__item::before {
  content: "";
  position: absolute;
  bottom: -1.5625vw;
  left: 8.3333333333vw;
  width: 0.46875vw;
  height: 3.6458333333vw;
  background-image: url(../image/common/c-gradation-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__item::before {
    bottom: -27px;
    width: 9px;
    height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-flow-content__item::before {
    left: 10.7421875vw;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__item::before {
    bottom: -36px;
    left: 50%;
    translate: -50%, 0;
  }
}
.p-strengths-flow-content__item:last-child::before {
  content: none;
}
.p-strengths-flow-content__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.7708333333vw;
  flex-shrink: 0;
  line-height: 1;
  color: #122029;
  margin-bottom: 1.09375vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__step {
    margin-bottom: clamp(10px, 1.09375vw, 21px);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-flow-content__step {
    width: 12.6953125vw;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__step {
    width: 100%;
  }
}
.p-strengths-flow-content__stepLabel {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__stepLabel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__stepLabel {
    font-size: 1.5rem;
  }
}
.p-strengths-flow-content__stepNum {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.9166666667vw;
  margin-top: 0.3125vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__stepNum {
    font-size: 3.5rem;
    margin-top: clamp(3px, 0.3125vw, 6px);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__stepNum {
    font-size: 3rem;
  }
}
.p-strengths-flow-content__body {
  border-left: 1px solid rgba(18, 32, 41, 0.16);
  padding-left: 2.9166666667vw;
  margin-left: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__body {
    padding-left: clamp(28px, 2.9166666667vw, 56px);
    margin-left: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-flow-content__body {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 25px;
    border-top: 1px solid rgba(18, 32, 41, 0.16);
  }
}
.p-strengths-flow-content__body .c-common-btn {
  justify-content: flex-start;
  margin-top: 1.1458333333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__body .c-common-btn {
    margin-top: clamp(11px, 1.1458333333vw, 22px);
    font-size: 1rem;
  }
}
.p-strengths-flow-content__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 1.5;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__title {
    font-size: 1.25rem;
  }
}
.p-strengths-flow-content__text {
  margin-top: 1.0416666667vw;
  font-size: 0.78125vw;
  line-height: 2;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-strengths-flow-content__text {
    margin-top: clamp(10px, 1.0416666667vw, 20px);
    font-size: 0.9375rem;
  }
}

.p-strengths-trust {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust {
    margin-top: clamp(98px, 10.2604166667vw, 197px);
  }
}
.p-strengths-trust__transaction {
  background-color: #fff;
  margin-top: 3.4895833333vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  padding-left: 10.4166666667vw;
  padding-right: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust__transaction {
    margin-top: clamp(33px, 3.4895833333vw, 67px);
    padding-top: clamp(20px, 3.125vw, 60px);
    padding-bottom: clamp(20px, 3.125vw, 60px);
    padding-left: clamp(20px, 5.2083333333vw, 100px);
    padding-right: clamp(20px, 5.2083333333vw, 100px);
  }
}
.p-strengths-trust__transactionLead {
  text-align: center;
  line-height: 2;
  font-weight: 600;
  word-break: keep-all;
  font-size: 1.25vw;
  color: #122029;
}
.p-strengths-trust__transactionLead span {
  color: #e5731b;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust__transactionLead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-trust__transactionLead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-trust__transactionLead {
    text-align: left;
    word-break: break-all;
    font-size: 1.1428571429rem;
  }
}
.p-strengths-trust__transactionList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2604166667vw;
  flex-direction: column;
  background-color: #f5f5f5;
  margin-top: 1.4583333333vw;
  padding-top: 1.875vw;
  padding-bottom: 3.125vw;
  padding-left: 5.2083333333vw;
  padding-right: 5.2083333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust__transactionList {
    gap: 5px;
    margin-top: clamp(14px, 1.4583333333vw, 28px);
    padding-top: clamp(18px, 1.875vw, 36px);
    padding-bottom: clamp(16px, 1.71875vw, 33px);
    padding-left: clamp(20px, 2.0833333333vw, 40px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-trust__transactionList {
    align-items: flex-start;
  }
}
.p-strengths-trust__transactionList li {
  font-weight: 600;
  color: #122029;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust__transactionList li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-trust__transactionList li {
    font-size: 0.9523809524rem;
  }
}
.p-strengths-trust__transactionNote {
  margin-top: 1.25vw;
  text-align: center;
  font-size: 0.8333333333vw;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust__transactionNote {
    margin-top: clamp(12px, 1.25vw, 24px);
    font-size: 1rem;
  }
}

.p-strengths-trust-content {
  display: flex;
  gap: 1.3020833333vw;
  flex-wrap: wrap;
  margin-top: 2.2916666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust-content {
    margin-top: clamp(35px, 2.2916666667vw, 44px);
    gap: 25px;
  }
}
.p-strengths-trust-content__item {
  position: relative;
  width: calc((100% - 2.6041666667vw) / 3);
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust-content__item {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-trust-content__item {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-trust-content__item {
    width: 100%;
  }
}
.p-strengths-trust-content__img {
  position: relative;
}
.p-strengths-trust-content__img img {
  width: 100%;
  height: auto;
}
.p-strengths-trust-content__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #122029;
  transform: translateY(50%);
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust-content__title {
    padding-top: clamp(1px, 0.1041666667vw, 2px);
    padding-bottom: clamp(1px, 0.1041666667vw, 2px);
    padding-left: clamp(12px, 1.25vw, 24px);
    padding-right: clamp(12px, 1.25vw, 24px);
    font-size: 1.25rem;
  }
}
.p-strengths-trust-content__text {
  line-height: 1.8;
  color: #122029;
  margin-top: 2.1875vw;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-trust-content__text {
    margin-top: clamp(21px, 2.1875vw, 42px);
    font-size: 0.9375rem;
  }
}

.p-strengths-voice {
  margin-top: 11.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice {
    margin-top: clamp(111px, 11.5625vw, 222px);
  }
}
.p-strengths-voice__contact {
  gap: 3.0729166667vw;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice__contact {
    gap: 59px;
    margin-top: clamp(28px, 2.9166666667vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-voice__contact {
    flex-direction: column;
    gap: 20px;
  }
}
.p-strengths-voice__contact .c-common-btn {
  width: 24.1666666667vw;
  flex: initial;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice__contact .c-common-btn {
    width: min(464px, 100%);
  }
}
.p-strengths-voice__contact .c-contact-banner__text {
  margin-left: 1.7708333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice__contact .c-contact-banner__text {
    margin-left: clamp(17px, 1.7708333333vw, 34px);
  }
}

.p-strengths-voice-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  margin-top: 2.34375vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content {
    margin-top: clamp(22px, 2.34375vw, 45px);
    gap: 40px;
  }
}
.p-strengths-voice-content__item {
  width: calc((100% - 4.1666666667vw) / 3);
  background-color: #ebeced;
  padding-top: 1.7708333333vw;
  padding-bottom: 2.34375vw;
  padding-left: 2.6041666667vw;
  padding-right: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__item {
    width: calc((100% - 80px) / 3);
    padding-top: clamp(17px, 1.7708333333vw, 34px);
    padding-bottom: clamp(23px, 2.34375vw, 45px);
    padding-left: clamp(13px, 1.3541666667vw, 26px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths-voice-content__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-voice-content__item {
    width: 100%;
  }
}
.p-strengths-voice-content__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.0416666667vw;
  border-bottom: 1px solid rgba(18, 32, 41, 0.1);
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__head {
    gap: 20px;
    padding-bottom: clamp(5px, 0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-voice-content__head {
    flex-direction: column-reverse;
  }
}
.p-strengths-voice-content__titleWrap {
  flex: 1;
}
.p-strengths-voice-content__title {
  font-weight: 600;
  line-height: 1.8;
  color: #122029;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__title {
    font-size: 1.25rem;
  }
}
.p-strengths-voice-content__company {
  margin-top: 0.8333333333vw;
  font-size: 0.7291666667vw;
  color: #666;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__company {
    margin-top: clamp(8px, 0.8333333333vw, 16px);
    font-size: 0.875rem;
  }
}
.p-strengths-voice-content__img {
  width: 5.8333333333vw;
  height: 5.8333333333vw;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__img {
    width: min(112px, 100%);
    height: min(112px, 100%);
    margin-right: clamp(5px, 0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 1023px) {
  .p-strengths-voice-content__img {
    width: min(64px, 100%);
    height: min(64px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths-voice-content__img {
    width: min(112px, 100%);
    height: min(112px, 100%);
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-voice-content__img {
    margin-inline: auto;
  }
}
.p-strengths-voice-content__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-strengths-voice-content__text {
  line-height: 2;
  color: #122029;
  margin-top: 0.7291666667vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-voice-content__text {
    margin-top: clamp(7px, 0.7291666667vw, 14px);
    font-size: 1rem;
  }
}

.p-strengths-faq {
  margin-top: 5.9895833333vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq {
    margin-top: clamp(57px, 5.9895833333vw, 115px);
    padding-top: clamp(40px, 4.1666666667vw, 80px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.p-strengths-faq__list {
  margin-top: 2.34375vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__list {
    margin-top: clamp(23px, 2.34375vw, 45px);
  }
}
.p-strengths-faq__item {
  margin-bottom: 1.25vw;
}
.p-strengths-faq__item:not([open]) > *:not(summary) {
  display: flex;
}
.p-strengths-faq__item:last-child {
  margin-bottom: 0;
}
.p-strengths-faq__question {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.3125vw;
  padding-left: 1.3541666667vw;
  padding-right: 3.6458333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__question {
    padding-top: clamp(9px, 0.9375vw, 18px);
    padding-bottom: clamp(6px, 0.6770833333vw, 13px);
    padding-left: clamp(13px, 1.3541666667vw, 26px);
    padding-right: clamp(70px, 3.6458333333vw, 70px);
  }
  .p-strengths-faq__question::after {
    right: 20px;
  }
}
.p-strengths-faq__question::-webkit-details-marker {
  display: none;
}
.p-strengths-faq__question::after {
  content: "";
  position: absolute;
  right: 2.0833333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9895833333vw;
  height: 0.625vw;
  -webkit-mask-image: url(../image/common/c-arrow-icon.svg);
          mask-image: url(../image/common/c-arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #122029;
  transition: transform 0.3s;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__question::after {
    right: 40px;
    width: 19px;
    height: 19px;
  }
}
.p-strengths-faq__questionLabel {
  font-weight: 500;
  margin-right: 20px;
  color: #122029;
  margin-right: 0.625vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__questionLabel {
    font-size: 1.25rem;
    margin-right: clamp(6px, 0.625vw, 12px);
  }
}
.p-strengths-faq__questionText {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 0.9375vw;
  font-weight: 500;
  color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__questionText {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-faq__questionText {
    font-size: 1rem;
  }
}
.p-strengths-faq__answer {
  display: flex;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  transition: max-height 0.5s ease-out, opacity 0.4s ease-out, padding 0.4s ease-out;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__answer {
    padding-left: clamp(13px, 1.40625vw, 27px);
    padding-right: clamp(10px, 1.0416666667vw, 20px);
  }
}
.p-strengths-faq__answerLabel {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #122029;
  flex-shrink: 0;
  margin-right: 0.2604166667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__answerLabel {
    font-size: 1.25rem;
    margin-right: clamp(3px, 0.2604166667vw, 5px);
  }
}
.p-strengths-faq__answerText {
  line-height: 2.2;
  color: #122029;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__answerText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .p-strengths-faq__answerText {
    font-size: 0.875rem;
  }
}
.p-strengths-faq__answerInner {
  display: flex;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__answerInner {
    gap: 8px;
  }
}

.p-strengths-faq__item.is-open .p-strengths-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-strengths-faq__item.is-open .p-strengths-faq__answer {
  max-height: 500px;
  opacity: 1;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-strengths-faq__item.is-open .p-strengths-faq__answer {
    padding-top: clamp(10px, 1.0416666667vw, 20px);
    padding-bottom: clamp(10px, 1.0416666667vw, 20px);
  }
}

.p-business-press {
  width: 100%;
  margin-left: auto;
  margin-top: 6.25vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press {
    width: min(1695px, 100%);
    padding-left: clamp(20px, 1.5625vw, 30px);
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}
@media screen and (max-width: 1023px) {
  .p-business-press {
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}
.p-business-press--mold {
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press--mold {
    margin-top: clamp(150px, 10.4166666667vw, 200px);
  }
}

.p-business-wideImg {
  margin-top: 5vw;
}
@media screen and (max-width: 1920px) {
  .p-business-wideImg {
    margin-top: clamp(48px, 5vw, 96px);
  }
}
.p-business-wideImg img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-business-technology {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6.09375vw;
}
@media screen and (max-width: 1023px) {
  .p-business-technology {
    flex-direction: column;
    gap: 20px;
  }
}
.p-business-technology__head {
  width: 13.125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__head {
    width: min(100%, 252px);
  }
}
.p-business-technology__body {
  width: 66.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__body {
    width: min(1280px, 100%);
  }
}
.p-business-technology__img {
  width: 66.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__img {
    width: min(1280px, 100%);
  }
}
.p-business-technology__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-business-technology__content {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__content {
    margin-top: clamp(24px, 2.5vw, 48px);
  }
}
.p-business-technology__lead {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__lead {
    font-size: 1.5rem;
    margin-bottom: clamp(15px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 479px) {
  .p-business-technology__lead {
    font-size: 1.25rem;
  }
}
.p-business-technology__text {
  line-height: 2.2;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__text {
    font-size: 1rem;
  }
}
.p-business-technology__spec {
  display: flex;
  gap: 0.125vw;
  width: 52.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__spec {
    gap: 24px;
    width: min(1000px, 100%);
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 599px) {
  .p-business-technology__spec {
    flex-direction: column;
  }
}
.p-business-technology__specItem {
  background-color: #ebeced;
  flex: 1;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specItem {
    padding-top: clamp(15px, 1.6145833333vw, 31px);
    padding-bottom: clamp(15px, 1.6145833333vw, 31px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(20px, 2.0833333333vw, 40px);
  }
  .p-business-technology__specItem:last-child {
    margin-bottom: 0;
  }
}
.p-business-technology__specItem dt {
  font-size: 0.9375vw;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specItem dt {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.p-business-technology__specItem dd {
  line-height: 1.6;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specItem dd {
    font-size: 1rem;
  }
}
.p-business-technology__specItem dd .u-text-small {
  padding-left: 0.6770833333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specItem dd .u-text-small {
    padding-left: clamp(6px, 0.6770833333vw, 13px);
  }
}
.p-business-technology__specItem--skeleton {
  background: rgba(235, 236, 237, 0.1);
  border: 1px solid #dbdbdb;
  color: #fff;
}
.p-business-technology__link {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__link {
    margin-top: clamp(26px, 2.7604166667vw, 53px);
  }
}
.p-business-technology__specLong {
  width: 52.0833333333vw;
  background-color: #ebeced;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specLong {
    width: min(1000px, 100%);
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(20px, 2.0833333333vw, 40px);
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.p-business-technology__specGroup {
  padding-bottom: 1.1458333333vw;
  margin-bottom: 1.1458333333vw;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specGroup {
    padding-bottom: clamp(11px, 1.1458333333vw, 22px);
    margin-bottom: clamp(11px, 1.1458333333vw, 22px);
  }
}
.p-business-technology__specGroup:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-business-technology__specTitle {
  font-weight: 600;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specTitle {
    font-size: 1.25rem;
  }
}
.p-business-technology__specTable {
  display: flex;
  flex-direction: column;
  gap: 0.1041666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specTable {
    gap: 2px;
  }
}
.p-business-technology__specTableWrap {
  width: 12.7083333333vw;
  margin-top: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specTableWrap {
    width: min(244px, 100%);
    margin-top: clamp(5px, 0.5729166667vw, 11px);
  }
}
.p-business-technology__specRow {
  display: flex;
  align-items: baseline;
  gap: 1.09375vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specRow {
    gap: 21px;
  }
}
.p-business-technology__specRow dt {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specRow dt {
    font-size: 1rem;
  }
}
.p-business-technology__specRow dd {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specRow dd {
    font-size: 1rem;
  }
}
.p-business-technology__specRow dd:last-child {
  margin-left: auto;
  text-align: right;
}
.p-business-technology__specTotal {
  text-align: right;
  margin-top: 0.2604166667vw;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specTotal {
    font-size: 0.9375rem;
    margin-top: clamp(2px, 0.2604166667vw, 5px);
  }
}
.p-business-technology__specList {
  line-height: 1.8;
  margin-top: 0.5208333333vw;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-technology__specList {
    margin-top: clamp(5px, 0.5208333333vw, 10px);
    font-size: 0.9375rem;
  }
}

.p-business-commitment {
  position: relative;
  top: 20px !important;
}
.p-business-commitment__twoColumn {
  display: flex;
  gap: 4.1666666667vw;
  width: 72.3958333333vw;
  margin-inline: auto;
  padding-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__twoColumn {
    gap: 80px;
    width: min(1390px, 100%);
    padding-top: clamp(60px, 6.25vw, 120px);
  }
}
@media screen and (max-width: 1023px) {
  .p-business-commitment__twoColumn {
    gap: 30px;
    flex-direction: column;
  }
}
.p-business-commitment__lead {
  color: #fff;
  word-break: keep-all;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__lead {
    font-size: 1.25rem;
  }
}
.p-business-commitment__title {
  color: #fff;
  width: 14.5833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__title {
    width: min(280px, 100%);
  }
}
.p-business-commitment__title p {
  font-size: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__title p {
    font-size: 0.9375rem;
  }
}
.p-business-commitment__title h3 {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__title h3 {
    font-size: 1.75rem;
  }
}
.p-business-commitment__title h3 span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__title h3 span {
    font-size: 1.125rem;
  }
}
.p-business-commitment__text {
  color: #fff;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__text {
    margin-top: clamp(16px, 1.6666666667vw, 32px);
  }
}
.p-business-commitment__content {
  flex: 1;
}
.p-business-commitment__dlTitle {
  color: #fff;
  margin-top: 2.9166666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dlTitle {
    font-size: 1.125rem;
    margin-top: clamp(28px, 2.9166666667vw, 56px);
  }
}
.p-business-commitment__dlWrap {
  color: #fff;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dlWrap {
    margin-top: clamp(16px, 1.6666666667vw, 32px);
  }
}
.p-business-commitment__dl {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dl {
    gap: 16px;
    margin-top: clamp(24px, 2.5vw, 48px);
  }
}
.p-business-commitment__dl:first-child {
  margin-top: 0vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dl:first-child {
    margin-top: 0;
  }
}
.p-business-commitment__dl dt {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dl dt {
    font-size: 1.25rem;
  }
}
.p-business-commitment__dl span {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__dl span {
    margin-right: clamp(5px, 0.5208333333vw, 10px);
  }
}
.p-business-commitment__img {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__img {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
}
.p-business-commitment__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-business-commitment__link {
  margin-top: 2.7604166667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment__link {
    margin-top: clamp(26px, 2.7604166667vw, 53px);
  }
}
.p-business-commitment__link .c-technology-external-btn {
  color: #fff;
}
.p-business-commitment__link .c-technology-external-btn__icon::before {
  background-color: #fff;
}
.p-business-commitment .c-content--strength {
  width: 98vw;
  height: 98vh;
  margin-inline: auto;
  overflow: hidden;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-business-commitment .c-content--strength {
    height: 96vh;
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}

.p-business-press-achievements {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  margin-top: 4.1666666667vw;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press-achievements {
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
    margin-top: clamp(40px, 4.1666666667vw, 80px);
    margin-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.p-business-press-achievements__inner {
  width: 83.3333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-business-press-achievements__inner {
    width: min(1600px, 100%);
  }
}
.p-business-press-achievements .c-contact-banner__text {
  width: 45.2604166667vw;
}
@media screen and (max-width: 767px) {
  .p-business-press-achievements .c-contact-banner__text {
    width: 100%;
  }
}
.p-business-press-achievements .c-contact-banner {
  gap: 3.125vw;
  padding-top: 4.1145833333vw;
  padding-bottom: 4.1666666667vw;
  padding-left: 5.625vw;
  padding-right: 6.3020833333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press-achievements .c-contact-banner {
    padding-top: clamp(39px, 4.1145833333vw, 79px);
    padding-bottom: clamp(40px, 4.1666666667vw, 80px);
    padding-left: clamp(54px, 5.625vw, 108px);
    padding-right: clamp(60px, 6.3020833333vw, 121px);
  }
}
@media screen and (max-width: 1023px) {
  .p-business-press-achievements .c-contact-banner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-business-press-achievements .c-contact-banner {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-business-press-achievements .c-contact-banner {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-business-press-achievements .c-contact-banner__text {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-business-press-achievements .c-common-btn--bgblack {
    width: min(550px, 100%);
  }
}
.p-business-press-achievements .c-contact-banner__textSmall {
  margin-top: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press-achievements .c-contact-banner__textSmall {
    margin-top: clamp(5px, 0.5729166667vw, 11px);
  }
}
.p-business-press-achievements .c-common-btn--bgblack {
  padding-top: 1.7708333333vw;
  padding-bottom: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .p-business-press-achievements .c-common-btn--bgblack {
    padding-top: clamp(17px, 1.7708333333vw, 34px);
    padding-bottom: clamp(14px, 1.4583333333vw, 28px);
  }
}
.p-business-press-achievements .c-common-btn {
  gap: 12px;
}
.p-business-press-achievements .c-common-btn__icon::before {
  -webkit-mask: url("../image/common/c-external-icon.svg") no-repeat center center;
          mask: url("../image/common/c-external-icon.svg") no-repeat center center;
}

.p-about-table {
  margin-top: 6.25vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table {
    margin-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.p-about-table__item {
  border-collapse: collapse;
  width: 100%;
}
.p-about-table__item tr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 479px) {
  .p-about-table__item tr {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.p-about-table__item th,
.p-about-table__item td {
  padding-top: 1.5104166667vw;
  padding-bottom: 1.5104166667vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item th,
  .p-about-table__item td {
    padding-top: clamp(16px, 1.5104166667vw, 29px);
    padding-bottom: clamp(16px, 1.5104166667vw, 29px);
  }
}
.p-about-table__item th {
  vertical-align: baseline;
  width: 12.3958333333vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item th {
    min-width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .p-about-table__item th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
  }
}
.p-about-table__item td {
  padding-left: 2.65625vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item td {
    padding-left: clamp(25px, 2.65625vw, 51px);
  }
}
@media screen and (max-width: 479px) {
  .p-about-table__item td {
    padding-left: 0;
  }
}
.p-about-table__item td ul {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.78125vw;
  margin-left: 0.78125vw;
  margin-bottom: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item td ul {
    margin-top: clamp(8px, 0.78125vw, 15px);
    margin-left: clamp(8px, 0.78125vw, 15px);
    margin-bottom: clamp(8px, 0.5729166667vw, 11px);
  }
}
.p-about-table__item td li {
  margin-bottom: 0.3125vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item td li {
    margin-bottom: clamp(4px, 0.3125vw, 6px);
  }
}
.p-about-table__item td li:last-child {
  margin-bottom: 0vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__item td li:last-child {
    margin-bottom: clamp(3px, 0.3125vw, 6px);
  }
}
.p-about-table__map.c-map-btn {
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 1920px) {
  .p-about-table__map.c-map-btn {
    margin-top: clamp(6px, 0.6770833333vw, 13px);
  }
}

.p-message {
  margin-top: 6.25vw;
  padding-bottom: 8.6979166667vw;
}
@media screen and (max-width: 1920px) {
  .p-message {
    margin-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(84px, 8.6979166667vw, 167px);
  }
}
.p-message__text {
  display: flex;
  gap: 2.4479166667vw;
}
@media screen and (max-width: 1920px) {
  .p-message__text {
    gap: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text {
    flex-direction: column;
    gap: 0;
  }
}
.p-message__title {
  width: 16.25vw;
  margin-bottom: 1.25vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-message__title {
    width: min(312px, 100%);
    font-size: 1.5rem;
    margin-bottom: clamp(12px, 1.25vw, 24px);
  }
}
.p-message__body {
  flex: 1;
}
.p-message__bodyText {
  line-height: 2;
}
.p-message__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.40625vw;
  text-align: right;
  margin-top: 2.3958333333vw;
}
@media screen and (max-width: 1920px) {
  .p-message__name {
    gap: 10px 27px;
    margin-top: clamp(23px, 2.3958333333vw, 46px);
  }
}
.p-message__img {
  width: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-message__img {
    width: min(200px, 100%);
  }
}
.p-message__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 479px) {
  .p-message__img img {
    width: min(150px, 100%);
  }
}

.p-phisolophy-section {
  display: flex;
  gap: 8.9583333333vw;
  margin-top: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-phisolophy-section {
    flex-direction: column;
    gap: 30px;
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}
.p-phisolophy-section__title {
  width: 9.0104166667vw;
}
@media screen and (max-width: 1920px) {
  .p-phisolophy-section__title {
    width: 173px;
  }
}
.p-phisolophy-section__title h2 {
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-phisolophy-section__title h2 {
    margin-top: clamp(5px, 0.5208333333vw, 10px);
  }
}
.p-phisolophy-section__body {
  flex: 1;
}
.p-phisolophy-section__body img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-phisolophy-section__body .c-basic-text {
  line-height: 2.2;
  margin-top: 1.3541666667vw;
}
@media screen and (max-width: 1920px) {
  .p-phisolophy-section__body .c-basic-text {
    margin-top: clamp(13px, 1.3541666667vw, 26px);
  }
}
.p-phisolophy-section__body--environment {
  width: 66.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-phisolophy-section__body--environment {
    width: min(1280px, 100%);
  }
}
.p-phisolophy-section__body--environment {
  margin-left: auto;
}
.p-phisolophy-section--environment {
  width: 85.4166666667vw;
  margin-left: auto;
  padding-bottom: 8.3333333333vw;
  margin-top: 9.375vw;
}
@media screen and (max-width: 1920px) {
  .p-phisolophy-section--environment {
    width: min(1640px, 100%);
    margin-top: clamp(90px, 9.375vw, 180px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-phisolophy-section--environment {
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}

.p-history {
  margin-top: 6.25vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-history {
    margin-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.p-history__body {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10.4166666667vw;
       column-gap: 10.4166666667vw;
  margin-top: 2.0833333333vw;
  margin-left: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-history__body {
    gap: 200px;
    margin-top: clamp(20px, 2.0833333333vw, 40px);
    margin-left: clamp(4px, 0.4166666667vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .p-history__body {
    gap: 100px;
  }
}
@media screen and (max-width: 599px) {
  .p-history__body {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.p-history__year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5vw;
  border: 1px solid #dbdbdb;
  line-height: 1.2;
  padding-left: 0.8854166667vw;
  padding-right: 1.3020833333vw;
  padding-bottom: 1.3020833333vw;
  padding-top: 1.3020833333vw;
}
@media screen and (max-width: 1920px) {
  .p-history__year {
    width: 240px;
    padding-left: clamp(8px, 0.8854166667vw, 17px);
    padding-right: clamp(12px, 1.3020833333vw, 25px);
    padding-bottom: clamp(12px, 1.3020833333vw, 25px);
    padding-top: clamp(12px, 1.3020833333vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .p-history__year {
    width: 160px;
  }
}
.p-history__year::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8.3333333333vw;
  transform: translate(0, -50%);
  width: 8.3333333333vw;
  height: 0.0520833333vw;
  background-color: #dbdbdb;
  z-index: 3;
}
@media screen and (max-width: 1920px) {
  .p-history__year::before {
    right: -160px;
    width: 160px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year::before {
    right: -90px;
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .p-history__year::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year p {
    font-size: 0.875rem;
  }
}
.p-history__year span {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-history__year span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year span {
    font-size: 1.1428571429rem;
  }
}
.p-history__text {
  flex: 1;
}

.p-news {
  padding-bottom: 8.3333333333vw;
  padding-bottom: clamp(80px, 8.3333333333vw, 160px);
}
.p-news__pager {
  margin-top: 5vw;
}
@media screen and (max-width: 1920px) {
  .p-news__pager {
    margin-top: clamp(48px, 5vw, 96px);
  }
}
.p-news__list {
  margin-top: 5vw;
}
@media screen and (max-width: 1920px) {
  .p-news__list {
    margin-top: clamp(48px, 5vw, 96px);
  }
}

.p-privacy {
  padding-bottom: 8.3333333333vw;
  margin-top: 3.75vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy {
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
    margin-top: clamp(28px, 2.8645833333vw, 55px);
  }
}
.p-privacy__body {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__body {
    margin-top: clamp(32px, 3.3333333333vw, 64px);
  }
}
.p-privacy__title {
  position: relative;
  font-size: 1.0416666667vw;
  padding-left: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__title {
    padding-left: 12px;
  }
}
.p-privacy__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2083333333%;
  height: 0.8333333333%;
  background-color: #122029;
}
@media screen and (max-width: 1920px) {
  .p-privacy__title::before {
    top: 18px;
    width: 4px;
    height: 16px;
  }
}
@media screen and (max-width: 1920px) {
  .p-privacy__title {
    font-size: 1.25rem;
    padding-right: clamp(6px, 0.625vw, 12px);
  }
}
.p-privacy__lead {
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__lead {
    margin-top: clamp(13px, 1.3020833333vw, 25px);
  }
}
.p-privacy__text {
  margin-top: 1.3541666667vw;
  line-height: 1.9;
}
@media screen and (max-width: 1920px) {
  .p-privacy__text {
    margin-top: clamp(13px, 1.3541666667vw, 26px);
  }
}
.p-privacy__item {
  margin-top: 3.0208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__item {
    margin-top: clamp(29px, 3.0208333333vw, 58px);
  }
}
.p-privacy__list {
  margin-top: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__list {
    margin-top: clamp(9px, 0.9375vw, 18px);
  }
}
.p-privacy__list li {
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__list li {
    margin-bottom: clamp(6px, 0.625vw, 12px);
  }
}
.p-privacy__list .c-hyphen-ol {
  margin-top: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__list .c-hyphen-ol {
    margin-top: clamp(6px, 0.5729166667vw, 11px);
  }
}
.p-privacy__list .c-hyphen-ol li {
  margin-bottom: 0.3645833333vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__list .c-hyphen-ol li {
    margin-bottom: clamp(4px, 0.3645833333vw, 7px);
  }
}
.p-privacy__list .c-parentheses-ol {
  margin-top: 0.8854166667vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy__list .c-parentheses-ol {
    margin-top: clamp(9px, 0.8854166667vw, 17px);
  }
}

.p-privacy-dl {
  width: 19.9479166667%;
  border: 1px solid #dbdbdb;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy-dl {
    width: min(100%, 383px);
    padding-top: clamp(12px, 1.25vw, 24px);
    padding-bottom: clamp(12px, 1.25vw, 24px);
    padding-left: clamp(16px, 1.6666666667vw, 32px);
    padding-right: clamp(16px, 1.6666666667vw, 32px);
  }
}
.p-privacy-dl__wrap {
  display: flex;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-privacy-dl__wrap {
    gap: 16px;
  }
}

.p-404 {
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-404 {
    padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  }
}
.p-404__title {
  margin-top: 2.8125vw;
  font-size: 1.0416666667vw;
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  .p-404__title {
    margin-top: clamp(27px, 2.8125vw, 54px);
    font-size: 1.25rem;
  }
}
.p-404__text {
  margin-top: 1.40625vw;
}
@media screen and (max-width: 1920px) {
  .p-404__text {
    margin-top: clamp(14px, 1.40625vw, 27px);
  }
}
.p-404__btn {
  display: inline-block;
  border-bottom: 1px solid #bbbbbb;
  color: #122029;
  padding-top: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-404__btn {
    padding-top: clamp(28px, 2.9166666667vw, 56px);
  }
}

.recruit-body {
  overflow: clip;
}

.p-recruit-mainvisual {
  position: relative;
}
.p-recruit-mainvisual__pagination {
  position: absolute;
  left: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__pagination {
    left: 20px;
    gap: 16px;
  }
}
.p-recruit-mainvisual__pagination-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  cursor: pointer;
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__pagination-btn {
    width: 8px;
    height: 8px;
  }
}
.p-recruit-mainvisual__pagination-btn.is-active {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__pagination-btn.is-active {
    width: 22px;
    height: 22px;
  }
}
.p-recruit-mainvisual__pagination-btn.is-active::after {
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__pagination-btn.is-active::after {
    width: 8px;
    height: 8px;
  }
}
.p-recruit-mainvisual__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4583333333vw;
  position: absolute;
  top: 20%;
  right: 3%;
  z-index: 1; /* Safari用 */
  writing-mode: vertical-rl; /* 右から左へ */
}
.p-recruit-mainvisual__title .c-headLine01 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__title {
    gap: 28px;
  }
}
@media screen and (max-width: 599px) {
  .p-recruit-mainvisual__title {
    gap: 15px;
  }
}
.p-recruit-mainvisual__sub {
  position: relative;
  color: #fff;
}
.p-recruit-mainvisual__sub::before {
  content: "";
  position: absolute;
  bottom: -8.3333333333vw;
  left: 45%;
  translate: -45% 0;
  width: 0.0520833333vw;
  height: 7.3958333333vw;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .p-recruit-mainvisual__sub::before {
    bottom: -160px;
    width: 1px;
    height: 142px;
  }
}

.p-recruit-lead {
  width: 43.75vw;
  margin-inline: auto;
  margin-top: 8.6979166667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-lead {
    margin-top: clamp(83px, 8.6979166667vw, 167px);
    width: min(840px, 100%);
  }
}
.p-recruit-lead__header {
  display: flex;
  gap: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-recruit-lead__header {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.p-recruit-lead__text {
  flex: 1;
  line-height: 3.5;
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-lead__text {
    margin-top: clamp(35px, 3.6458333333vw, 70px);
  }
}
.p-recruit-lead__title { /* Safari/Chrome対応 */
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-recruit-lead__title {
    writing-mode: horizontal-tb;
  }
}
.p-recruit-lead__title h2 {
  display: flex;
  flex-direction: column;
}
.p-recruit-lead__slider {
  margin-top: 11.9791666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-lead__slider {
    margin-top: clamp(60px, 11.9791666667vw, 230px);
  }
}
.p-recruit-lead__sliderImg .splide__slide {
  width: 24.375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-lead__sliderImg .splide__slide {
    width: min(468px, 100%);
  }
}
.p-recruit-lead__sliderImg .splide__slide img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-recruit-number {
  display: flex;
  gap: 4.1666666667vw;
  margin-top: 8.3333333333vw;
  padding-top: 7.96875vw;
  padding-bottom: 7.96875vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-number {
    margin-top: clamp(80px, 8.3333333333vw, 160px);
    padding-top: clamp(76px, 7.96875vw, 153px);
    padding-bottom: clamp(76px, 7.96875vw, 153px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-number {
    gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-number {
    flex-direction: column;
  }
}
.p-recruit-number__img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 58.8020833333vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-number__img {
    padding-bottom: clamp(30px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-number__img {
    width: 100%;
  }
}
.p-recruit-number__img--absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24.0625vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-number__img--absolute {
    width: 32.5945241199vw;
  }
}
.p-recruit-number__img--absolute img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-number__imgWrap {
  width: 52.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-recruit-number__imgWrap {
    width: 78.2268578879vw;
  }
}
.p-recruit-number__imgWrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-number__text {
  flex: 1;
  margin-top: 9.2708333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-number__text {
    margin-top: clamp(89px, 9.2708333333vw, 178px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-number__text {
    margin-top: 0;
  }
}
.p-recruit-number__text .c-common-btn {
  color: #122029;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-number__text .c-common-btn {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.p-recruit-number__text .c-common-btn {
  justify-content: flex-start;
}

/* -------------------------------------------------------------
//  インタビューセクション - GSAPピン止めスナップスクロール
// ------------------------------------------------------------*/
.p-recruit-interviewFixed {
  position: fixed;
  z-index: 1;
  top: 11.6666666667vw;
  left: 3.9583333333vw;
  width: 24.21875vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-recruit-interviewFixed.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .p-recruit-interviewFixed {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    top: auto;
    left: auto;
    padding-top: clamp(40px, 4.1666666667vw, 80px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}

.p-recruit-interview-section {
  position: relative;
  overflow: hidden;
  padding-right: 1.5625vw;
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview-section {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 2.0833333333vw, 40px);
  }
}

.p-recruit-interview {
  width: 93.75vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview {
    width: min(1800px, 100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-interview {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    width: calc((100% - 30px) / 2);
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview {
    width: 100%;
  }
}
.p-recruit-interview__img {
  width: 70.3125vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__img {
    width: min(1350px, 100%);
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-interview__img {
    width: 100%;
    padding: 0;
  }
}
.p-recruit-interview__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-interview__text {
  position: relative;
  width: 27.34375vw;
  margin-right: auto;
  background-color: #fff;
  margin-right: -2.0833333333vw;
  z-index: 1;
  margin-top: 13.0208333333vw;
  padding-top: 3.28125vw;
  padding-bottom: 2.34375vw;
  padding-right: 1.5625vw;
  padding-left: 2.6041666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__text {
    width: min(525px, 100%);
    margin-top: 250px;
    padding-top: clamp(30px, 3.125vw, 60px);
    padding-bottom: clamp(25px, 2.6041666667vw, 50px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(25px, 2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 1499px) {
  .p-recruit-interview__text {
    margin-top: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-interview__text {
    position: static;
    width: 100%;
    margin: 0;
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}
.p-recruit-interview__text .c-common-btn {
  justify-content: flex-start;
  padding-top: 1.3541666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__text .c-common-btn {
    padding-top: clamp(13px, 1.3541666667vw, 26px);
  }
}
.p-recruit-interview__phrase {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__phrase {
    font-size: 1.25rem;
  }
}
.p-recruit-interview__phrase span {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5208333333vw;
  margin-bottom: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__phrase span {
    padding-bottom: clamp(5px, 0.5208333333vw, 10px);
    margin-bottom: clamp(5px, 0.5729166667vw, 11px);
  }
}
.p-recruit-interview__department {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__department {
    margin-top: clamp(16px, 1.6666666667vw, 32px);
  }
}
.p-recruit-interview__name {
  font-size: 0.7291666667vw;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__name {
    font-size: 0.875rem;
    margin-bottom: clamp(5px, 0.5208333333vw, 10px);
  }
}
.p-recruit-interview__page {
  position: absolute;
  right: 3.4375vw;
  bottom: 2.8645833333vw;
  text-align: right;
}
.p-recruit-interview__page span {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-interview__page span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-recruit-interview-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: clamp(20px, 1.5625vw, 30px);
  }
}

.p-recruit-benefits {
  display: flex;
  gap: 4.1666666667vw;
  margin-top: 8.3333333333vw;
  padding-top: 7.96875vw;
  padding-bottom: 7.96875vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits {
    margin-top: clamp(80px, 8.3333333333vw, 160px);
    padding-top: clamp(76px, 7.96875vw, 153px);
    padding-bottom: clamp(76px, 7.96875vw, 153px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits {
    gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits {
    flex-direction: column;
  }
}
.p-recruit-benefits__img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 58.8020833333vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits__img {
    padding-bottom: clamp(30px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits__img {
    width: 100%;
  }
}
.p-recruit-benefits__img--absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24.0625vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits__img--absolute {
    width: 32.5945241199vw;
  }
}
.p-recruit-benefits__img--absolute img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-benefits__imgWrap {
  width: 52.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits__imgWrap {
    width: 78.2268578879vw;
  }
}
.p-recruit-benefits__imgWrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-benefits__text {
  flex: 1;
  margin-top: 12.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits__text {
    margin-top: clamp(116px, 12.0833333333vw, 232px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits__text {
    margin-top: 0;
  }
}
.p-recruit-benefits .c-common-btn {
  justify-content: flex-start;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits .c-common-btn {
    padding-top: clamp(20px, 2.0833333333vw, 40px);
  }
}

.p-recruit-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 64.5833333333vw;
  margin-inline: auto;
  gap: 4.1666666667vw;
  padding-bottom: 7.5vw;
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-news {
    width: min(1240px, 100%);
    padding-bottom: clamp(72px, 7.5vw, 144px);
    padding-top: clamp(80px, 8.3333333333vw, 160px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-news {
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-recruit-news__item {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-news__item {
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
    margin-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}
.p-recruit-news__item a {
  color: #122029;
}
.p-recruit-news .c-headLine05 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-news .c-headLine05 {
    margin-bottom: clamp(14px, 1.4583333333vw, 28px);
  }
}
.p-recruit-news .c-common-btn {
  gap: 0.625vw;
  justify-content: flex-start;
}
.p-recruit-news .c-common-btn__icon {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-news .c-common-btn__icon {
    width: 32px;
    height: 32px;
    gap: 12px;
    font-size: 1.125rem;
  }
}

.p-interview {
  background-image: url("../image/recruit/interview-main-01.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  padding-top: 5.7291666667vw;
  margin-top: 8.0729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview {
    padding-top: 110px;
    margin-top: clamp(77px, 8.0729166667vw, 155px);
  }
}
@media screen and (max-width: 767px) {
  .p-interview {
    background-position: 70%;
  }
}
.p-interview__header {
  width: 30.8333333333vw;
  margin-left: 8.0729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__header {
    width: min(592px, 100%);
    margin-left: clamp(77px, 8.0729166667vw, 155px);
  }
}
@media screen and (max-width: 1199px) {
  .p-interview__header {
    width: min(592px, 100%);
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__header {
    position: absolute;
    bottom: -100px;
  }
}
.p-interview__title {
  color: #fff;
}
.p-interview__title .c-headLine06 {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__title .c-headLine06 {
    margin-top: clamp(9px, 0.9375vw, 18px);
  }
}
.p-interview__title--black {
  color: #122029;
}
.p-interview__title--black span {
  border-bottom: 1px solid #ababab;
}
.p-interview__profile {
  background-color: rgba(254, 254, 254, 0.9);
  padding-left: 2.9166666667vw;
  padding-right: 2.9166666667vw;
  padding-top: 2.9166666667vw;
  padding-bottom: 2.9166666667vw;
  padding-top: 3.0208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profile {
    padding-left: clamp(28px, 2.9166666667vw, 56px);
    padding-right: clamp(28px, 2.9166666667vw, 56px);
    padding-top: clamp(28px, 2.9166666667vw, 56px);
    padding-bottom: clamp(28px, 2.9166666667vw, 56px);
    margin-top: clamp(28px, 2.9166666667vw, 56px);
  }
}
.p-interview__profileName {
  position: relative;
  font-weight: 600;
  font-size: 1.6666666667vw;
  padding-right: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileName {
    font-size: 2rem;
  }
}
.p-interview__profileName::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 0;
  background-color: #122029;
  height: 0.5208333333vw;
  width: 0.0520833333vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileName::before {
    height: 10px;
    width: 1px;
  }
}
.p-interview__profileYear {
  font-weight: 400;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileYear {
    font-size: 0.875rem;
  }
}
.p-interview__profileText {
  position: relative;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileText {
    margin-top: clamp(6px, 0.625vw, 12px);
  }
}
.p-interview__profileText span {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileText span {
    font-size: 1.125rem;
  }
}
.p-interview__profileText p {
  line-height: 2.1;
  padding-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileText p {
    padding-top: clamp(6px, 0.5729166667vw, 11px);
  }
}
@media screen and (max-width: 479px) {
  .p-interview__profileText p {
    font-size: 0.875rem;
  }
}
.p-interview__profileText::before {
  content: "";
  position: absolute;
  top: 0.78125vw;
  left: 3.125vw;
  background-color: #dbdbdb;
  height: 0.0520833333vw;
  width: 22.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-interview__profileText::before {
    top: 16px;
    left: 60px;
    width: 86%;
    height: 0.0520833333vw;
  }
}
.p-interview--02 {
  background-image: url("../image/recruit/interview-main-02.webp");
}
@media screen and (max-width: 767px) {
  .p-interview--02 {
    background-position: 61% -20px;
  }
}
.p-interview--03 {
  background-image: url("../image/recruit/interview-main-03.webp");
}
@media screen and (max-width: 767px) {
  .p-interview--03 {
    background-position: 70% -100px;
  }
}

.p-interview-index {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .p-interview-index {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-index {
    margin-top: 150px;
  }
}
.p-interview-index .c-anchor-nav li {
  width: calc((100% - 3.3333333333vw) / 3);
}
@media screen and (max-width: 1023px) {
  .p-interview-index .c-anchor-nav li {
    background-position: 70% -100px;
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .p-interview-index .c-anchor-nav li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .p-interview-index .c-anchor-nav li {
    width: 100%;
    border: 0;
  }
}
.p-interview-index .c-anchor-nav--recruit {
  width: 53.5416666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-interview-index .c-anchor-nav--recruit {
    width: min(1028px, 100%);
  }
}

.p-interview-content__item--01 {
  width: 72.9166666667vw;
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__item--01 {
    width: min(1400px, 100%);
    padding-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
.p-interview-content__item--02 {
  width: 71.9791666667vw;
  margin-left: auto;
  margin-top: 8.8541666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__item--02 {
    width: min(1382px, 100%);
    margin-top: clamp(85px, 8.8541666667vw, 170px);
  }
}
.p-interview-content__item--03 {
  padding-top: 9.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__item--03 {
    padding-top: clamp(85px, 9.1666666667vw, 176px);
  }
}
.p-interview-content__item--04 {
  padding-top: 5.46875vw;
  padding-bottom: 7.65625vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__item--04 {
    padding-top: clamp(52px, 5.46875vw, 105px);
    padding-bottom: clamp(73px, 7.65625vw, 147px);
  }
}
.p-interview-content__item img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-interview-content__text {
  display: flex;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .p-interview-content__text {
    flex-direction: column;
  }
}
.p-interview-content__text--01 {
  justify-content: flex-end;
  margin-top: 1.875vw;
  margin-left: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--01 {
    margin-left: clamp(40px, 4.1666666667vw, 80px);
    margin-top: clamp(18px, 1.875vw, 36px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__text--01 {
    margin-left: 0;
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
  }
}
.p-interview-content__text--02 {
  margin-top: 0.8854166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--02 {
    margin-top: clamp(8px, 0.8854166667vw, 17px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__text--02 {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-interview-content__text--02 span {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--02 span {
    margin-top: clamp(8px, 0.8854166667vw, 17px);
  }
}
.p-interview-content__text--03 {
  line-height: 2;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--03 {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__text--03 {
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-interview-content__text--04 {
  padding-left: 1.5625vw;
  margin-left: 19.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--04 {
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
    margin-left: clamp(184px, 19.1666666667vw, 368px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__text--04 {
    margin-left: 0;
    width: 100%;
  }
}
.p-interview-content__text--1095 {
  width: 57.03125vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__text--1095 {
    width: min(1095px, 100%);
  }
}
.p-interview-content__title {
  position: relative;
  border-right: 1px solid #dbdbdb;
  font-size: 0.9375vw;
  padding-right: 4.1666666667vw;
  padding-left: 2.96875vw;
  margin-right: 4.1666666667vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .p-interview-content__title {
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title {
    font-size: 1.125rem;
    padding-right: clamp(40px, 4.1666666667vw, 80px);
    padding-left: clamp(28px, 2.96875vw, 57px);
    margin-right: clamp(40px, 4.1666666667vw, 80px);
    padding-top: clamp(20px, 2.0833333333vw, 40px);
    padding-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__title {
    width: 100%;
  }
}
.p-interview-content__title--01 {
  padding-top: 2.7604166667vw;
  padding-right: 4.4791666667vw;
  margin-right: 4.4270833333vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title--01 {
    padding-top: clamp(25px, 2.7604166667vw, 53px);
    padding-right: clamp(42px, 4.2708333333vw, 82px);
    margin-right: clamp(42px, 4.2708333333vw, 82px);
  }
}
.p-interview-content__title--02 {
  margin-top: 1.0416666667vw;
  padding-right: 5.2083333333vw;
  padding-top: 3.28125vw;
  padding-bottom: 3.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title--02 {
    margin-top: clamp(10px, 1.0416666667vw, 20px);
    padding-right: clamp(50px, 5.2083333333vw, 100px);
    padding-top: clamp(31px, 3.28125vw, 63px);
    padding-bottom: clamp(31px, 3.2291666667vw, 62px);
  }
}
.p-interview-content__title--03 {
  width: 14.9479166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title--03 {
    width: min(287px, 100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__title--03 {
    width: 100%;
  }
}
.p-interview-content__title--04 {
  width: 14.9479166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title--04 {
    width: min(287px, 100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-content__title--04 {
    width: 100%;
  }
}
.p-interview-content__title span {
  position: relative;
}
.p-interview-content__title span::before {
  content: "Q.";
  position: absolute;
  top: 43%;
  translate: 0 -50%;
  left: -1.71875vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__title span::before {
    left: -33px;
  }
}
.p-interview-content .c-basic-text {
  width: 39.4791666667vw;
  line-height: 2.2;
}
@media screen and (max-width: 1920px) {
  .p-interview-content .c-basic-text {
    width: min(758px, 100%);
  }
}
.p-interview-content .c-basic-text span {
  display: block;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 0.8854166667vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content .c-basic-text span {
    margin-bottom: clamp(9px, 0.8854166667vw, 17px);
    font-size: 1.5rem;
  }
}
.p-interview-content__schedule {
  overflow: hidden;
  background-color: #ebeced;
  padding-top: 1.875vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__schedule {
    padding-top: clamp(18px, 1.875vw, 36px);
    padding-bottom: clamp(8px, 0.8333333333vw, 16px);
    padding-left: clamp(20px, 2.0833333333vw, 40px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
    margin-top: clamp(21px, 2.7604166667vw, 53px);
  }
}
.p-interview-content__schedule span {
  letter-spacing: 0.1041666667vw;
}
.p-interview-content__timeline {
  width: 55.7291666667vw;
  overflow-x: auto;
  padding-top: 1.40625vw;
  padding-bottom: 4.4270833333vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timeline {
    width: min(1070px, 100%);
    padding-top: clamp(13px, 1.40625vw, 27px);
    padding-bottom: clamp(42px, 4.4270833333vw, 85px);
  }
}
@media screen and (max-width: 1199px) {
  .p-interview-content__timeline {
    width: 100%;
  }
}
.p-interview-content__timelineInner {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.p-interview-content__timelineInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.p-interview-content__header {
  display: flex;
  align-items: center;
  gap: 40.625vw;
}
.p-interview-content__header span {
  display: flex;
  align-items: center;
}
.p-interview-content__timelineItem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 10.5208333333vw;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 0.15625vw 1.25vw;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timelineItem {
    width: 202px;
    min-width: 202px;
    gap: 3px 24px;
    margin-top: clamp(7px, 0.78125vw, 15px);
  }
}
.p-interview-content__timelineItem:last-child {
  width: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timelineItem:last-child {
    width: 80px;
    min-width: 80px;
  }
}
.p-interview-content__timelineItem span::before {
  content: "";
  position: absolute;
  top: -0.8854166667vw;
  left: 0;
  width: 0.0520833333vw;
  height: 1.0416666667vw;
  background-color: #dbdbdb;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timelineItem span::before {
    top: -17px;
    width: 1px;
    height: 20px;
  }
}
.p-interview-content__timelineItem span {
  font-weight: 400;
  letter-spacing: 0;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8854166667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timelineItem span {
    font-size: 1.0625rem;
  }
}
.p-interview-content__timelineItem p {
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__timelineItem p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content__timelineItem p {
    font-size: 1rem;
  }
}
.p-interview-content__timelineItem p span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content__timelineItem p span {
    font-size: 0.875rem;
  }
}
.p-interview-content__imgWrap {
  display: flex;
}
.p-interview-content__imgWrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-interview-content__img {
  width: 79.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__img {
    width: min(1520px, 100%);
  }
}
.p-interview-content__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-interview-content__icon {
  width: 4.4791666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__icon {
    width: min(86px, 100%);
  }
}
.p-interview-content__icon img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-interview-content__imgHalf {
  width: 50vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-content__imgHalf {
    width: min(960px, 100%);
  }
}
.p-interview-content__imgHalf img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-interview-other {
  background: #fff;
  padding-top: 6.25vw;
  padding-bottom: 7.2916666667vw;
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other {
    padding-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(70px, 7.2916666667vw, 140px);
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-interview-other__inner {
  width: 70.8333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__inner {
    width: min(1360px, 100%);
  }
}
.p-interview-other__itemWrap {
  display: flex;
  gap: 40px;
  margin-top: 3.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__itemWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-other__itemWrap {
    flex-direction: column;
  }
}
.p-interview-other__item {
  position: relative;
}
.p-interview-other__item--minus {
  margin-top: -3.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__item--minus {
    margin-top: -62px;
  }
}
.p-interview-other__item--minus .p-interview-other__text {
  bottom: 3.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__item--minus .p-interview-other__text {
    bottom: 62px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-other__item--minus .p-interview-other__text {
    bottom: 0;
  }
}
.p-interview-other__img {
  width: 34.375vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__img {
    width: min(660px, 100%);
  }
}
.p-interview-other__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-interview-other__title .c-headLine05 {
  border-bottom: none;
}
.p-interview-other__text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(254, 254, 254, 0.95);
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__text {
    padding-top: clamp(24px, 2.5vw, 48px);
    padding-bottom: clamp(24px, 2.5vw, 48px);
    padding-left: clamp(24px, 2.5vw, 48px);
    padding-right: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-other__text {
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .p-interview-other__text {
    padding: 15px;
  }
}
.p-interview-other__phrase span {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.0416666667vw;
  padding-bottom: 0.2604166667vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-interview-other__phrase span {
    padding-bottom: 5px;
    margin-bottom: clamp(10px, 1.0416666667vw, 20px);
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-interview-other__phrase span {
    font-size: 1.0416666667rem;
  }
}
.p-interview-other__phrase span:nth-of-type(2) {
  margin-bottom: 0;
}
.p-interview-other .c-common-btn {
  justify-content: flex-start;
}

.p-recruit-data {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
  margin-top: 2.7604166667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data {
    gap: 20px;
    margin-top: clamp(26px, 2.7604166667vw, 53px);
  }
}
.p-recruit-data__item {
  position: relative;
  width: calc((100% - 1.0416666667vw) / 2);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  padding-top: 2.1875vw;
  padding-bottom: 2.5vw;
  padding-left: 2.5520833333vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__item {
    width: calc((100% - 20px) / 2);
    padding-bottom: 48px;
    padding-top: clamp(21px, 2.1875vw, 42px);
    padding-left: clamp(24px, 2.5520833333vw, 49px);
    padding-right: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-data__item--chart {
    height: 230px;
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-data__item--holiday {
    height: 230px;
  }
}
.p-recruit-data__item--full {
  width: 100%;
}
.p-recruit-data__title {
  font-weight: 500;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.9375vw;
  padding-bottom: 0.625vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__title {
    font-size: 1.125rem;
    padding-bottom: clamp(6px, 0.625vw, 12px);
    margin-bottom: clamp(12px, 1.25vw, 24px);
  }
}
.p-recruit-data__title span {
  font-weight: 400;
  color: #888;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__title span {
    font-size: 0.875rem;
  }
}
.p-recruit-data__title--up {
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__title--up {
    margin-bottom: clamp(8px, 0.8333333333vw, 16px);
  }
}
.p-recruit-data__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__body {
    gap: 8px;
  }
}
.p-recruit-data__body--m0 {
  margin: 0;
}
.p-recruit-data__body--center {
  justify-content: center;
}
.p-recruit-data__body--up {
  position: relative;
}
.p-recruit-data__body--up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.9479166667vw;
  transform: translateY(-50%);
  height: 6.5625vw;
  width: 0.0520833333vw;
  background-color: #dbdbdb;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__body--up::before {
    height: 126px;
    width: 1px;
    left: 95px;
  }
}
.p-recruit-data__year {
  display: flex;
  align-items: baseline;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__year {
    gap: 8px;
  }
}
.p-recruit-data__circleMan {
  position: absolute;
  right: -9.375vw;
  top: 3.5416666667vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.40625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleMan {
    right: -180px;
    top: 68px;
    gap: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleMan {
    right: -150px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__circleMan {
    right: -110px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__circleMan {
    right: -100px;
  }
}
.p-recruit-data__circleWoman {
  position: absolute;
  left: -9.53125vw;
  top: 0.78125vw;
  display: flex;
  align-items: center;
  gap: 1.1458333333vw;
  margin-top: -1.09375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleWoman {
    left: -183px;
    top: 15px;
    gap: 22px;
    margin-top: -21px;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleWoman {
    left: -150px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__circleWoman {
    left: -110px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__circleWoman {
    left: -100px;
  }
}
.p-recruit-data__circleIndoor {
  position: absolute;
  left: -9.53125vw;
  top: 0.78125vw;
  display: flex;
  align-items: center;
  gap: 1.1458333333vw;
  margin-top: -1.09375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleIndoor {
    left: -183px;
    top: 15px;
    gap: 22px;
    margin-top: -21px;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleIndoor {
    left: -122px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__circleIndoor {
    left: -110px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__circleIndoor {
    left: -116px;
  }
}
.p-recruit-data__circleOutdoor {
  position: absolute;
  right: -9.375vw;
  top: 3.6979166667vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleOutdoor {
    right: -180px;
    top: 68px;
    gap: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleOutdoor {
    right: -150px;
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__circleOutdoor {
    right: -125px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__circleOutdoor {
    right: -127px;
  }
}
.p-recruit-data__circleText {
  display: flex;
  flex-direction: column;
}
.p-recruit-data__circleText p {
  font-weight: 400;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleText p {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleText p {
    font-size: 2.6041666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__circleText p {
    font-size: 2.380952381rem;
  }
}
.p-recruit-data__circleText p span {
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleText p span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleText p span {
    font-size: 1.0416666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__circleText p span {
    font-size: 0.9523809524rem;
  }
}
.p-recruit-data__circleText__circleTextHead {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleText__circleTextHead {
    font-size: 1rem;
  }
}
.p-recruit-data__prefix {
  font-size: 1.25vw;
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__prefix {
    font-size: 1.5rem;
    margin-right: clamp(4px, 0.4166666667vw, 8px);
  }
}
.p-recruit-data__value {
  line-height: 1;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.9583333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__value {
    font-size: 4.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__value {
    font-size: 3.9583333333rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__value {
    font-size: 3.619047619rem;
  }
}
.p-recruit-data__unit {
  font-size: 1.5625vw;
  margin-left: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__unit {
    font-size: 1.875rem;
    margin-left: clamp(4px, 0.4166666667vw, 8px);
  }
}
.p-recruit-data__subInfo {
  width: 100%;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__subInfo {
    margin-top: clamp(4px, 0.4166666667vw, 8px);
  }
}
.p-recruit-data__subText {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__subText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__subText {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__subText {
    font-size: 0.8571428571rem;
  }
}
.p-recruit-data__subText span {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__subText span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__subText span {
    font-size: 1.9270833333rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__subText span {
    font-size: 1.7619047619rem;
  }
}
.p-recruit-data__tag {
  width: 20.46875vw;
  text-align: center;
  font-weight: 600;
  background-color: #ebeced;
  line-height: 1.4;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  padding-bottom: 0.3645833333vw;
  margin-top: 0.5729166667vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__tag {
    padding-left: clamp(10px, 1.0416666667vw, 20px);
    padding-right: clamp(10px, 1.0416666667vw, 20px);
    padding-bottom: clamp(3px, 0.3645833333vw, 7px);
    margin-top: clamp(5px, 0.5729166667vw, 11px);
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__tag {
    font-size: 1.0416666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__tag {
    width: min(168px, 100%);
    font-size: 0.9523809524rem;
  }
}
.p-recruit-data__tag span {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__tag span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__tag span {
    font-size: 2.0833333333rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__tag span {
    font-size: 1.9047619048rem;
  }
}
.p-recruit-data__footer {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__footer {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
}
.p-recruit-data__footer--chart {
  position: absolute;
  bottom: 2.6041666667vw;
  margin: 0;
}
.p-recruit-data__footer--holiday {
  position: absolute;
  bottom: 2.6041666667vw;
  margin: 0;
}
.p-recruit-data__footer--up {
  position: absolute;
  bottom: 1.4583333333vw;
  left: 3.125vw;
  margin: 0;
}
.p-recruit-data__date {
  color: #bbbbbb;
  font-size: 0.625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__date {
    font-size: 0.75rem;
  }
}
.p-recruit-data__icon {
  position: absolute;
  right: 2.5vw;
  bottom: 2.5vw;
  width: 6.25vw;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__icon {
    width: 55px;
  }
}
.p-recruit-data__icon img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-data__chartDetail {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__chartDetail {
    gap: 20px;
  }
}
.p-recruit-data__chartItem {
  text-align: center;
}
.p-recruit-data__chartItem--female .p-recruit-data__chartValue {
  color: #e88c75;
}
.p-recruit-data__chartItem--male .p-recruit-data__chartValue {
  color: #4a6fa5;
}
.p-recruit-data__chartLabel {
  color: #888;
  font-size: 0.7291666667vw;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__chartLabel {
    font-size: 0.875rem;
  }
}
.p-recruit-data__chartValue {
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__chartValue {
    font-size: 2.5rem;
  }
}
.p-recruit-data__chartUnit {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__chartUnit {
    font-size: 0.875rem;
  }
}
.p-recruit-data__chartIcon {
  width: 2.0833333333vw;
  margin-inline: auto;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__chartIcon {
    width: 30px;
  }
}
.p-recruit-data__chartIcon img {
  width: 100%;
}
.p-recruit-data__circleImg {
  position: relative;
  width: 8.4375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-data__circleImg {
    min-width: 110px;
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-data__circleImg {
    min-width: 80px;
  }
}
.p-recruit-data__circleImg img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-data__circleIcon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media screen and (max-width: 1499px) {
  .p-recruit-data__circleIcon {
    width: 35px;
    height: 35px;
  }
}
.p-recruit-data__circleIcon img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .p-recruit-data__circleIcon--outdoor {
    position: relative;
    right: 6px;
  }
}

.p-recruit-chart {
  position: relative;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1920px) {
  .p-recruit-chart {
    width: 120px;
    height: 120px;
  }
}
.p-recruit-chart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-color: #fff;
  border-radius: 50%;
}

.p-recruit-barChart {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  width: 100%;
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-barChart {
    gap: 10px;
    margin-left: 10px;
  }
}
.p-recruit-barChart__item {
  display: flex;
  align-items: center;
}
.p-recruit-barChart__label {
  width: 4.4791666667vw;
  color: #888;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-barChart__label {
    width: 86px;
    font-size: 0.875rem;
  }
}
.p-recruit-barChart__bar {
  height: 0.78125vw;
  background-color: #4d4d4d;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-recruit-barChart__bar {
    height: 15px;
  }
}
.p-recruit-barChart__bar--01 {
  width: 4.4270833333vw;
  background-color: rgba(18, 32, 41, 0.25);
}
@media screen and (max-width: 767px) {
  .p-recruit-barChart__bar--01 {
    width: 11.0821382008vw;
  }
}
.p-recruit-barChart__bar--02 {
  width: 16.3541666667vw;
  background-color: rgba(18, 32, 41, 0.75);
}
@media screen and (max-width: 767px) {
  .p-recruit-barChart__bar--02 {
    width: 40.9387222947vw;
  }
}
.p-recruit-barChart__bar--03 {
  width: 23.75vw;
  background-color: #122029;
}
@media screen and (max-width: 767px) {
  .p-recruit-barChart__bar--03 {
    width: 59.4524119948vw;
  }
}
.p-recruit-barChart__bar--04 {
  width: 14.84375vw;
  background-color: rgba(18, 32, 41, 0.5);
}
@media screen and (max-width: 767px) {
  .p-recruit-barChart__bar--04 {
    width: 37.1577574967vw;
  }
}
.p-recruit-barChart__value {
  position: absolute;
  left: calc(100% + 0.625vw);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #4d4d4d;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-barChart__value {
    left: calc(100% + 8px);
    font-size: 0.75rem;
  }
}

.p-recruit-company {
  padding-top: 4.8958333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-company {
    padding-top: clamp(47px, 4.8958333333vw, 94px);
  }
}
.p-recruit-company .c-headLine02 {
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-company .c-headLine02 {
    margin-top: clamp(7px, 0.7291666667vw, 14px);
  }
}

.p-recruit-work {
  padding-top: 8.3333333333vw;
  padding-bottom: 5.8854166667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-work {
    padding-top: clamp(80px, 8.3333333333vw, 160px);
    padding-bottom: clamp(56px, 5.8854166667vw, 113px);
  }
}
.p-recruit-work .c-headLine02 {
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-work .c-headLine02 {
    margin-top: clamp(7px, 0.7291666667vw, 14px);
  }
}

.p-recruit-benefits-lead {
  width: 70.8333333333vw;
  margin-inline: auto;
  margin-top: 4.7916666667vw;
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-lead {
    width: min(1360px, 100%);
    margin-top: clamp(46px, 4.7916666667vw, 92px);
    padding-right: clamp(20px, 1.5625vw, 30px);
    padding-left: clamp(20px, 1.5625vw, 30px);
  }
}
.p-recruit-benefits-lead__title {
  font-weight: 600;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-lead__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-benefits-lead__title {
    font-size: 1.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits-lead__title {
    font-size: 1.5238095238rem;
  }
}
.p-recruit-benefits-lead__title span {
  color: #e5731b;
}
.p-recruit-benefits-lead__text {
  line-height: 2;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-lead__text {
    margin-top: clamp(15px, 1.5625vw, 30px);
  }
}

.p-recruit-benefits-index {
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  margin-top: 5vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-index {
    margin-top: clamp(48px, 5vw, 96px);
  }
}
.p-recruit-benefits-index .c-index__inner {
  width: 72.9166666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-index .c-index__inner {
    width: min(1400px, 100%);
  }
}
.p-recruit-benefits-index .c-index__list li {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .p-recruit-benefits-index .c-index__list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits-index .c-index__list li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-benefits-index .c-index__list li {
    width: 100%;
  }
}
.p-recruit-benefits-index .c-anchor-nav li {
  width: calc((100% - 5vw) / 4);
}
@media screen and (max-width: 1199px) {
  .p-recruit-benefits-index .c-anchor-nav li {
    width: calc((100% - 5vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits-index .c-anchor-nav li {
    width: calc((100% - 5vw) / 2);
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-benefits-index .c-anchor-nav li {
    width: 100%;
  }
}

.p-recruit-benefits-system {
  margin-top: 4.5833333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system {
    margin-top: clamp(44px, 4.5833333333vw, 88px);
  }
}
.p-recruit-benefits-system__title .c-headLine02 {
  letter-spacing: 0;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system__title .c-headLine02 {
    margin-top: clamp(8px, 0.78125vw, 15px);
  }
}
.p-recruit-benefits-system--second {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system--second {
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}
.p-recruit-benefits-system--second .c-headLine02 {
  letter-spacing: 0.1041666667vw;
}
.p-recruit-benefits-system--second .c-basic-text {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system--second .c-basic-text {
    margin-top: clamp(16px, 1.71875vw, 33px);
  }
}
.p-recruit-benefits-system--third {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system--third {
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}
.p-recruit-benefits-system .c-basic-text {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-system .c-basic-text {
    margin-top: clamp(16px, 1.71875vw, 33px);
  }
}

.p-recruit-benefits-itemWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0416666667vw;
  margin-inline: auto;
  margin-top: 1.9791666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-itemWrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 20px;
    margin-top: clamp(19px, 1.9791666667vw, 38px);
  }
}
@media screen and (max-width: 1199px) {
  .p-recruit-benefits-itemWrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefits-itemWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-benefits-itemWrap {
    grid-template-columns: 1fr;
  }
}

.p-recruit-benefits-item {
  height: 8.9583333333vw;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-item {
    height: 177px;
    padding-left: clamp(16px, 1.6666666667vw, 32px);
    padding-right: clamp(16px, 1.6666666667vw, 32px);
  }
}
.p-recruit-benefits-item__title {
  font-weight: 500;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-item__title {
    font-size: 1.25rem;
  }
}
.p-recruit-benefits-item__title span {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-item__title span {
    font-size: 1rem;
  }
}
.p-recruit-benefits-item__content {
  line-height: 1.8;
  border-top: 1px solid #dbdbdb;
  margin-top: 0.5208333333vw;
  padding-top: 0.4166666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-item__content {
    font-size: 1.125rem;
    margin-top: clamp(5px, 0.5208333333vw, 10px);
    padding-top: clamp(4px, 0.4166666667vw, 8px);
  }
}
@media screen and (max-width: 1499px) {
  .p-recruit-benefits-item__content {
    font-size: 1rem;
    margin-top: clamp(5px, 0.5208333333vw, 10px);
    padding-top: clamp(4px, 0.4166666667vw, 8px);
  }
}
.p-recruit-benefits-item--center {
  display: flex;
  align-items: center;
}

.p-recruit-benefits-development {
  padding-top: 6.25vw;
  padding-bottom: 7.5520833333vw;
  margin-top: 6.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development {
    padding-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(77px, 7.5520833333vw, 145px);
    margin-top: clamp(60px, 6.25vw, 120px);
  }
}
.p-recruit-benefits-development__item {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__item {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__item {
    flex-direction: column;
    gap: 30px;
  }
}
.p-recruit-benefits-development__item:nth-of-type(even) {
  flex-direction: row;
  margin-top: 5.0520833333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__item:nth-of-type(even) {
    margin-top: clamp(48px, 5.0520833333vw, 97px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__item:nth-of-type(even) {
    flex-direction: column;
    gap: 30px;
  }
}
.p-recruit-benefits-development__item:nth-of-type(even) h3 {
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__item:nth-of-type(even) h3 {
    padding-right: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__item:nth-of-type(even) h3 {
    padding-right: 0;
  }
}
.p-recruit-benefits-development__item:nth-of-type(even) p {
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__item:nth-of-type(even) p {
    padding-right: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__item:nth-of-type(even) p {
    padding-right: 0;
  }
}
.p-recruit-benefits-development__item:nth-of-type(even) .p-recruit-benefits-development__text {
  padding-left: 0;
  margin-top: 3.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__item:nth-of-type(even) .p-recruit-benefits-development__text {
    padding-left: 0;
    margin-top: clamp(31px, 3.2291666667vw, 62px);
  }
}
.p-recruit-benefits-development__img {
  flex: 1;
}
.p-recruit-benefits-development__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-recruit-benefits-development__text {
  flex: 1;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__text {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
.p-recruit-benefits-development__text h3 {
  font-weight: 500;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
  padding-left: 4.1666666667vw;
  padding-bottom: 1.5625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__text h3 {
    font-size: 1.5rem;
    padding-left: clamp(40px, 4.1666666667vw, 80px);
    padding-bottom: clamp(15px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__text h3 {
    padding-left: 0;
  }
}
.p-recruit-benefits-development__text p {
  line-height: 2.2;
  margin-top: 1.0416666667vw;
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-benefits-development__text p {
    margin-top: clamp(10px, 1.0416666667vw, 20px);
    padding-left: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefits-development__text p {
    padding-left: 0;
  }
}

.p-recruit-recruitment {
  padding-top: 3.8541666667vw;
  padding-bottom: 4.0625vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-recruitment {
    padding-top: clamp(37px, 3.8541666667vw, 74px);
    padding-bottom: clamp(39px, 4.0625vw, 78px);
  }
}
.p-recruit-recruitment:last-child {
  padding-bottom: 1.9270833333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-recruitment:last-child {
    padding-bottom: clamp(18px, 1.9270833333vw, 37px);
  }
}

.p-recruit-recruitment-index {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  margin-top: 2.3958333333vw;
}
@media screen and (max-width: 1920px) {
  .p-recruit-recruitment-index {
    margin-top: clamp(23px, 2.3958333333vw, 46px);
  }
}
.p-recruit-recruitment-index .c-index__list li {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .p-recruit-recruitment-index .c-index__list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment-index .c-index__list li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-recruitment-index .c-index__list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment-index .c-anchor-nav ul {
    width: 100%;
  }
}
.p-recruit-recruitment-index .c-anchor-nav li {
  width: calc((100% - 1.6666666667vw) / 2);
}
@media screen and (max-width: 1023px) {
  .p-recruit-recruitment-index .c-anchor-nav li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .p-recruit-recruitment-index .c-anchor-nav li {
    width: 100%;
  }
}
.p-recruit-recruitment-index .c-anchor-nav--recruit {
  width: 50vw;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .p-recruit-recruitment-index .c-anchor-nav--recruit {
    width: min(960px, 100%);
  }
}

.u-p-none {
  padding: 0;
}

.u-pr--0 {
  padding-right: 0;
}

.u-pl--0 {
  padding-left: 0;
}

.u-w-100 {
  width: 100%;
}

.u-orange {
  color: #e5731b;
}

.u-mt-16 {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-16 {
    margin-top: clamp(8px, 0.8333333333vw, 16px);
  }
}

.u-mt-28 {
  margin-top: 1.4583333333vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-28 {
    margin-top: clamp(14px, 1.4583333333vw, 28px);
  }
}

.u-mt-40 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-40 {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}

.u-mt-44 {
  margin-top: 2.2916666667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-44 {
    margin-top: clamp(22px, 2.2916666667vw, 44px);
  }
}

.u-mt-47 {
  margin-top: 2.4479166667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-47 {
    margin-top: clamp(23px, 2.4479166667vw, 47px);
  }
}

.u-mt-56 {
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-56 {
    margin-top: clamp(28px, 2.9166666667vw, 56px);
  }
}

.u-mt-60 {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-60 {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
}

.u-mt-64 {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-64 {
    margin-top: clamp(32px, 3.3333333333vw, 64px);
  }
}

.u-mt-158 {
  margin-top: 8.2291666667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-158 {
    margin-top: clamp(79px, 8.2291666667vw, 158px);
  }
}

.u-mt-175 {
  margin-top: 9.1145833333vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-175 {
    margin-top: clamp(88px, 9.1145833333vw, 175px);
  }
}

.u-mt-200 {
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-200 {
    margin-top: clamp(100px, 10.4166666667vw, 200px);
  }
}

.u-mt-230 {
  margin-top: 11.9791666667vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-230 {
    margin-top: clamp(115px, 11.9791666667vw, 230px);
  }
}

.u-mt-240 {
  margin-top: 12.5vw;
}
@media screen and (max-width: 1920px) {
  .u-mt-240 {
    margin-top: clamp(120px, 12.5vw, 240px);
  }
}

.u-mb-11 {
  margin-bottom: 0.5729166667vw;
}
@media screen and (max-width: 1920px) {
  .u-mb-11 {
    margin-bottom: clamp(8px, 0.5729166667vw, 11px);
  }
}

.u-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .u-xl-none {
    display: none;
  }
}

.u-br--tab {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br--tab {
    display: block;
  }
}

.u-no-hover {
  pointer-events: none;
}

.p-home-mainvisual__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-home-mainvisual__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 20s ease-out;
}
.p-home-mainvisual__slide--01::before {
  background-image: url(../image/home/main-img01.webp);
}
@media screen and (max-width: 599px) {
  .p-home-mainvisual__slide--01::before {
    background-position: 20% center;
  }
}
.p-home-mainvisual__slide--02::before {
  background-image: url(../image/home/main-img02.webp);
}
.p-home-mainvisual__slide--03::before {
  background-image: url(../image/home/main-img03.webp);
}
@media screen and (max-width: 599px) {
  .p-home-mainvisual__slide--03::before {
    background-position: 80% center;
  }
}
.p-home-mainvisual__slide.is-active::before {
  transform: scale(1.15);
  transition-delay: 0s;
}

.splide__arrows {
  display: none !important;
}

.p-recruit-mainvisual__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-recruit-mainvisual__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 29% 50%;
  transition: transform 20s ease-out;
}
.p-recruit-mainvisual__slide--01::before {
  background-image: url(../image/recruit/recruit-main-img01.webp);
}
.p-recruit-mainvisual__slide--02::before {
  background-image: url(../image/recruit/recruit-main-img02.webp);
}
.p-recruit-mainvisual__slide--03::before {
  background-image: url(../image/recruit/recruit-main-img03.webp);
}
.p-recruit-mainvisual__slide.is-active::before {
  transform: scale(1.15);
  transition-delay: 0s;
}