@charset "UTF-8";
/* foundationフォルダ内のインポート */
/*!
Theme Name: Zero Recruit
Author: Zero Accel
Description: Original WordPress Theme for Zero Accel Recruit.
Version: 1.0
Text Domain: zero-recruit
*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
		 # General elements
		 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
		 # Forms
		 # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
		 # Specify media element style
		 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
		 # Accessibility
		 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Class名を含まない各タグの基本デザイン */
/* globalフォルダ内のインポート */
/* 単色 */
/* ブレイクポイント */
/* フォント */
/* globalフォルダ内のインポート */
/* Mixins */
/**
* メディアクエリの呼び出し
*
* レスポンシブ対応のためのメディアクエリを呼び出します。
* ブレイクポイントは _vars.scss で設定して下さい。
*
* 【使用例】
*	@include g.mq() {
*		font-size: 18px;
*	}
*/
/* clamp関数のmixin化
------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px !important;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 100px !important;
  }
}

body {
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-family: "gill-sans-nova", "ryo-gothic-plusn", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

/* Class名を含まない各タグの基本デザイン */
/* 他のファイルで展開するためのファイル */
.p-content h2 {
  font-weight: bold;
  color: #000;
  margin: 40px auto 20px;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-content h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .p-content h2 {
    margin: 50px auto 30px;
  }
}
.p-content h2:first-child {
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .p-content h2:first-child {
    margin: 0 auto 30px;
  }
}
.p-content h3 {
  font-weight: bold;
  margin: 40px auto 20px;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-content h3 {
    margin: 50px auto 30px;
  }
}
.p-content h3:first-child {
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .p-content h3:first-child {
    margin: 0 auto 30px;
  }
}
.p-content h4 {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .p-content h4 {
    margin: 30px 0;
  }
}
.p-content h4:first-child {
  margin-top: 0;
}
.p-content p {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .p-content p {
    margin: 30px 0;
  }
}
.p-content p:first-child {
  margin-top: 0;
}
.p-content .wp-block-columns {
  margin: 20px auto;
}
@media (min-width: 1200px) {
  .p-content .wp-block-columns {
    margin: 30px auto;
  }
}
.p-content table {
  margin: 20px 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .p-content table {
    margin: 30px 0;
    font-size: 16px;
  }
}
.p-content table thead {
  border-bottom: 4px solid #eee;
}
.p-content table th {
  background: #f22286;
  color: #fff;
  border: 2px solid #eee;
  padding: 0.8em 0.4em;
}
.p-content table td {
  border: 2px solid #eee;
  background: #fff;
  padding: 0.8em 0.4em;
}

/* layoutフォルダ内のインポート */
/* 福利厚生 */
.l-benefits {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-benefits {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    margin: 0 auto 20px;
    max-width: 1200px;
  }
}
.l-benefits__title {
  position: relative;
  padding-top: 150%;
}
@media (min-width: 768px) {
  .l-benefits__title {
    width: 40%;
    padding-top: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .l-benefits__body {
    flex: 1;
  }
}
.l-benefits__office {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-benefits__office {
    margin-bottom: 10px;
  }
}
.l-benefits__officePhoto {
  flex: 1;
  width: 50%;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .l-benefits__officePhoto {
    flex: unset;
    width: 48.5%;
    padding-top: 50%;
  }
}
@media (min-width: 1024px) {
  .l-benefits__officePhoto {
    width: 60%;
    padding-top: 35%;
  }
}
.l-benefits__officeBody {
  flex: 1;
}
@media (min-width: 768px) {
  .l-benefits__officeBody {
    flex: unset;
    width: 48.5%;
  }
}
@media (min-width: 1024px) {
  .l-benefits__officeBody {
    width: unset;
    flex: 1;
  }
}

/* 福利厚生 写真 */
.l-benefitsPhoto__3, .l-benefitsPhoto__2, .l-benefitsPhoto__1 {
  position: absolute;
}
@media (min-width: 768px) {
  .l-benefitsPhoto__3::before, .l-benefitsPhoto__2::before, .l-benefitsPhoto__1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: inset 0 0 60px #514940;
  }
}
.l-benefitsPhoto__3 img, .l-benefitsPhoto__2 img, .l-benefitsPhoto__1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-benefitsPhoto {
  position: relative;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .l-benefitsPhoto {
    padding-top: 300px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .l-benefitsPhoto {
    padding-top: 350px;
  }
}
@media (min-width: 1200px) {
  .l-benefitsPhoto {
    padding-top: 400px;
  }
}
.l-benefitsPhoto::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: inset 0 0 60px #514940;
}
@media (min-width: 768px) {
  .l-benefitsPhoto::before {
    display: none;
  }
}
.l-benefitsPhoto__1 {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (min-width: 768px) {
  .l-benefitsPhoto__1 {
    width: calc(60% - 5px);
  }
}
@media (min-width: 1024px) {
  .l-benefitsPhoto__1 {
    width: calc(60% - 10px);
  }
}
.l-benefitsPhoto__1 img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
@media (min-width: 768px) {
  .l-benefitsPhoto__1 img {
    -o-object-position: center;
       object-position: center;
  }
}
.l-benefitsPhoto__2 {
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
}
@media (min-width: 768px) {
  .l-benefitsPhoto__2 {
    width: calc(40% - 5px);
    height: calc(50% - 5px);
  }
}
@media (min-width: 1024px) {
  .l-benefitsPhoto__2 {
    width: calc(40% - 10px);
    height: calc(50% - 10px);
  }
}
.l-benefitsPhoto__3 {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}
@media (min-width: 768px) {
  .l-benefitsPhoto__3 {
    width: calc(40% - 5px);
    height: calc(50% - 5px);
  }
}
@media (min-width: 1024px) {
  .l-benefitsPhoto__3 {
    width: calc(40% - 10px);
    height: calc(50% - 10px);
  }
}

/* 全体の横幅を決めるコンテナ */
.l-container {
  width: min(84%, 1680px);
  margin-inline: auto;
}

/* フレックスボックス */
.l-columns {
  display: flex;
  flex-wrap: wrap;
}
.l-columns--2 {
  display: block;
}
@media (min-width: 768px) {
  .l-columns--2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-columns--2 > * {
  margin-top: 3%;
}
.l-columns--2 > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-columns--2 > * {
    width: 48.5%;
    margin-top: 3%;
  }
  .l-columns--2 > *:first-child, .l-columns--2 > *:nth-child(2) {
    margin-top: 0;
  }
}
.l-columns--3 {
  display: block;
}
@media (min-width: 768px) {
  .l-columns--3 {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-columns--3 > * {
  margin-top: 3%;
}
.l-columns--3 > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-columns--3 > * {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  .l-columns--3 > *:first-child, .l-columns--3 > *:nth-child(2), .l-columns--3 > *:nth-child(3) {
    margin-top: 0;
  }
  .l-columns--3 > *:nth-child(3n) {
    margin-right: 0;
  }
}
.l-columns--4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .l-columns--4 {
    justify-content: start;
  }
}
.l-columns--4 > * {
  width: 48.5%;
  margin-top: 3%;
}
.l-columns--4 > *:first-child, .l-columns--4 > *:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-columns--4 > * {
    width: 22.5%;
    margin-right: 3.3%;
    margin-top: 3.3%;
  }
  .l-columns--4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .l-columns--4 > *:first-child, .l-columns--4 > *:nth-child(2), .l-columns--4 > *:nth-child(3), .l-columns--4 > *:nth-child(4) {
    margin-top: 0;
  }
}
.l-columns--5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-columns--5 > * {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .l-columns--5 > * {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1024px) {
  .l-columns--5 > * {
    width: calc(20% - 16px);
  }
}

/* 企業理念 */
.l-cp {
  position: relative;
  margin-top: -15em;
  margin-bottom: 40px;
}
@media (min-width: 415px) {
  .l-cp {
    margin-top: -20em;
  }
}
@media (min-width: 768px) {
  .l-cp {
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .l-cp {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .l-cp {
    margin-bottom: 60px;
  }
}
.l-cp__box {
  padding-top: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-cp__box {
    width: 300px;
    padding-top: 300px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .l-cp__box {
    width: 350px;
    padding-top: 350px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .l-cp__box {
    width: 400px;
    padding-top: 400px;
    margin-right: 50px;
  }
}
.l-cp__body {
  flex: 1;
}

/* 選考フロー */
@media (min-width: 1024px) {
  .l-flow {
    display: flex;
    justify-content: space-between;
  }
}
.l-flow__box {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .l-flow__box {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 0;
  }
}

/* サイトフッター */
.l-footer {
  text-align: center;
  padding: 150px 0 45px 0;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 301px 0 92px 0;
  }
}
.l-footer__nav {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-footer__nav {
    width: calc(100% - 240px);
    text-align: right;
    margin-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .l-footer__nav {
    width: calc(100% - 360px);
  }
}
@media (min-width: 768px) {
  .l-footer__info {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .l-footer__info {
    width: 320px;
  }
}

/* サイトヘッダー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  height: 60px;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 768px) {
  .l-header__inner {
    height: 100px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header__logo img {
  width: 130px;
}
@media (min-width: 1024px) {
  .l-header__logo img {
    width: 264px;
  }
}
.l-header__logo span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .l-header__logo span {
    font-size: 42px;
  }
}
.l-header__nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .l-header__nav {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    pointer-events: auto;
    margin-left: auto;
  }
}
.l-header__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  margin-top: 96px;
  gap: 30px;
}
.l-header__list > li {
  list-style: none;
}
.l-header__list > li a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-header__list {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
}
.l-header__hamburger {
  position: relative;
  width: 27px;
  height: 18px;
  margin-left: auto;
  z-index: 300;
}
@media (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}

body.active {
  overflow: hidden;
}
body.active .l-header__hamburger span {
  background: #fff;
}
body.active .l-header__hamburger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.active .l-header__hamburger span:nth-child(2) {
  transform: scaleX(1);
  transform-origin: right;
  opacity: 0;
}
body.active .l-header__hamburger span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
body.active .l-header__nav {
  background: #000;
  pointer-events: auto;
  opacity: 1;
}
body.active .l-header__list li a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

/* 募集職種一覧 ヘッダー */
.l-jobHeader {
  margin: 40px 0 20px;
}
@media (min-width: 1024px) {
  .l-jobHeader {
    display: flex;
    align-items: flex-end;
    width: 90%;
    margin: 50px auto 30px;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .l-jobHeader {
    margin: 60px auto 40px;
  }
}
.l-jobHeader__eyecatch {
  padding-top: 45%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-jobHeader__eyecatch {
    padding-top: 35%;
  }
}
@media (min-width: 1024px) {
  .l-jobHeader__eyecatch {
    width: calc(50% - 20px);
    margin: 0;
    padding-top: 25%;
  }
}
.l-jobHeader__body {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-jobHeader__body {
    width: calc(50% - 20px);
  }
}

/* OUR TEAM */
.l-member__item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-member__item {
    margin-bottom: 60px;
  }
}
.l-member__body {
  position: relative;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .l-member__body {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -210px;
  }
}
@media (min-width: 1024px) {
  .l-member__body {
    margin-top: -280px;
  }
}
.l-member__body > * {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .l-member__body > * {
    width: 60%;
    margin-right: 0;
  }
  .l-member__item:nth-child(2n) .l-member__body > * {
    margin-left: 0;
  }
}

.l-member__photo {
  width: 70%;
  padding-top: 45%;
  position: relative;
}
@media (min-width: 768px) {
  .l-member__photo {
    width: 60%;
    padding-top: 35%;
  }
}
@media (min-width: 1400px) {
  .l-member__photo {
    padding-top: 490px;
  }
}
.l-member__photo::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
  position: absolute;
  top: 0;
  right: 0;
}
.l-member__item:nth-child(2n) .l-member__photo {
  margin-left: auto;
}
.l-member__item:nth-child(2n) .l-member__photo::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
  right: auto;
  left: 0;
}
.l-member__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ミッション */
.l-mission {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .l-mission {
    padding: 55px 0 40px;
  }
}
@media (min-width: 1024px) {
  .l-mission {
    padding: 65px 0 50px;
  }
}
@media (min-width: 1200px) {
  .l-mission {
    padding: 75px 0 60px;
  }
}
.l-mission__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-mission__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .l-mission__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.l-mission__body > div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-mission__body > div {
    width: 32%;
    height: 450px;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
  }
  .l-mission__body > div:nth-child(2) {
    width: 36%;
  }
}
@media (min-width: 1024px) {
  .l-mission__body > div {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .l-mission__body > div {
    font-size: 40px;
    height: 600px;
  }
}

/* 下層ページのコンテナ */
.l-page {
  padding: 70px 0 30px;
}
.l-page::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
@media (min-width: 768px) {
  .l-page {
    padding: 90px 0 40px;
  }
  .l-page::before {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .l-page {
    padding: 100px 0 50px;
  }
}
.l-page--shop {
  padding: 70px 0 0;
  background: #eee;
}
.l-page--shop::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #eee, #eee 50%, rgba(238, 238, 238, 0));
}
@media (min-width: 768px) {
  .l-page--shop {
    padding: 90px 0 0;
  }
  .l-page--shop::before {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .l-page--shop {
    padding: 100px 0 0;
  }
  .l-page--shop::before {
    height: 90px;
  }
}
.l-page--shop__white {
  background: #fff;
  margin-top: 30px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .l-page--shop__white {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .l-page--shop__white {
    margin-top: 50px;
    padding: 50px 0;
  }
}

/* componentフォルダ内のインポート */
/* 注意文言 */
.c-attention {
  color: #666;
  text-align: right;
  font-size: 80%;
  margin-bottom: 20px;
}

/* ボタン */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 345px;
  width: 100%;
  padding: 27px 16px;
  text-decoration: none;
  font-weight: bold;
  background: #000;
  color: #fff;
  cursor: pointer;
}

/* カテゴリーリンク */
.c-catLink {
  display: inline-block;
  border-color: #f22286;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-catLink {
    font-size: 12px;
    line-height: 1;
    border: 2px solid;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    min-width: 6em;
    text-align: center;
  }
}
.c-catLink.cat-news {
  border-color: #f22286;
}
.c-catLink.cat-shop {
  color: #473AF0;
  border-color: #473AF0;
}
.c-catLink.cat-company {
  color: #473AF0;
  border-color: #473AF0;
}
.c-catLink.cat-other {
  color: #000;
  border-color: #000;
}

/* フッター コピーライト */
.c-copyright {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-copyright {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
.c-copyright a {
  color: #666;
}

/* 固定表示ボタン */
.c-fixedButton {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-fixedButton {
    right: 15px;
    bottom: 15px;
  }
}
.c-fixedButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90px;
  height: 90px;
  background: #f22286;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 50%;
  padding-bottom: 5px;
  box-shadow: 0 0 10px #D0A07D;
}
@media (min-width: 768px) {
  .c-fixedButton a {
    width: 120px;
    height: 120px;
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .c-fixedButton a {
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
}
.c-fixedButton i {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-fixedButton i {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .c-fixedButton i {
    font-size: 60px;
  }
}

.c-gradation {
  background: linear-gradient(to right, #473AF0 20%, #F104CB);
}

/* アイコン */
.c-hamburger span::after, .c-hamburger span::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  transition: ease 0.3s;
}

.c-hamburger {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-hamburger span {
  text-indent: -9998px;
  display: block;
  width: 24px;
  height: 2px;
  background: #f22286;
  position: absolute;
  top: 11px;
  transition: ease 0.3s;
}
.js-menu-active .c-hamburger span {
  transform: rotate(45deg);
}
.c-hamburger span::before {
  background: #473AF0;
  top: -10px;
}
.js-menu-active .c-hamburger span::before {
  transform: rotate(90deg);
  top: 0;
}
.c-hamburger span::after {
  background: #ffec00;
  bottom: -10px;
  opacity: 1;
}
.js-menu-active .c-hamburger span::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

/* アイコン */
.c-icon--link {
  display: inline-block;
  position: relative;
  align-items: center;
  vertical-align: middle;
}

.c-icon--link {
  width: 12px;
  height: 10px;
  border: 2px solid;
  margin-left: 0.5em;
  top: -4px;
}
.c-icon--link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: -6px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 12px;
  height: 10px;
}

/* 募集職種一覧 アイキャッチ */
.c-jobEyecatch, .c-jobEyecatch--black, .c-jobEyecatch--yellow, .c-jobEyecatch--magenta, .c-jobEyecatch--cyan {
  position: relative;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.c-jobEyecatch::before, .c-jobEyecatch--black::before, .c-jobEyecatch--yellow::before, .c-jobEyecatch--magenta::before, .c-jobEyecatch--cyan::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.15;
  z-index: 1;
}
.c-jobEyecatch img, .c-jobEyecatch--black img, .c-jobEyecatch--yellow img, .c-jobEyecatch--magenta img, .c-jobEyecatch--cyan img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-jobEyecatch span, .c-jobEyecatch--black span, .c-jobEyecatch--yellow span, .c-jobEyecatch--magenta span, .c-jobEyecatch--cyan span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 24px;
}
@media (min-width: 768px) {
  .c-jobEyecatch span, .c-jobEyecatch--black span, .c-jobEyecatch--yellow span, .c-jobEyecatch--magenta span, .c-jobEyecatch--cyan span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .c-jobEyecatch span, .c-jobEyecatch--black span, .c-jobEyecatch--yellow span, .c-jobEyecatch--magenta span, .c-jobEyecatch--cyan span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .c-jobEyecatch span, .c-jobEyecatch--black span, .c-jobEyecatch--yellow span, .c-jobEyecatch--magenta span, .c-jobEyecatch--cyan span {
    font-size: 34px;
  }
}
.c-jobEyecatch span::before, .c-jobEyecatch--black span::before, .c-jobEyecatch--yellow span::before, .c-jobEyecatch--magenta span::before, .c-jobEyecatch--cyan span::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  z-index: -1;
  transform: skew(-30deg, 0);
  opacity: 0.8;
}
.c-jobEyecatch--cyan::before {
  background: linear-gradient(-45deg, #473AF0, #ffec00);
}
.c-jobEyecatch--cyan span {
  color: #fff;
}
.c-jobEyecatch--cyan span::before {
  background: #473AF0;
}
.c-jobEyecatch--magenta::before {
  background: linear-gradient(-45deg, #f22286, #473AF0);
}
.c-jobEyecatch--magenta span {
  color: #fff;
}
.c-jobEyecatch--magenta span::before {
  background: #f22286;
}
.c-jobEyecatch--yellow::before {
  background: linear-gradient(-45deg, #ffec00, #f22286);
}
.c-jobEyecatch--yellow span {
  color: #000;
}
.c-jobEyecatch--yellow span::before {
  background: #ffec00;
}
.c-jobEyecatch--black::before {
  background: linear-gradient(-45deg, #ffec00, #473AF0);
}
.c-jobEyecatch--black span {
  color: #fff;
}
.c-jobEyecatch--black span::before {
  background: #000;
}

/* リンクの表現 */
.c-link--border {
  display: inline-block;
  border-bottom: 5px solid;
}

/* 会社ロゴ */
.c-logo img {
  width: 110px;
  height: auto;
  display: block;
}
.c-logo--square {
  width: 35%;
  margin: 0 auto;
}
.c-logo--square img {
  width: 192px;
}
@media (min-width: 768px) {
  .c-logo--square img {
    width: 312px;
  }
}
.c-logo--square img {
  width: 100%;
  height: auto;
  display: block;
}

.c-list {
  position: relative;
  padding-left: 15px;
}
.c-list::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
}

/* ミッション 項目タイトル */
.c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  .c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
    font-size: 30px;
  }
}
@media (min-width: 415px) {
  .c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .c-missionTitle--yellow, .c-missionTitle--magenta, .c-missionTitle--cyan {
    font-size: 40px;
  }
}
.c-missionTitle--yellow span, .c-missionTitle--magenta span, .c-missionTitle--cyan span {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 7px 10px 3px 5px;
  margin-bottom: 10px;
}
.c-missionTitle--yellow span:first-child, .c-missionTitle--magenta span:first-child, .c-missionTitle--cyan span:first-child {
  margin-left: -3%;
}
@media (min-width: 375px) {
  .c-missionTitle--yellow span, .c-missionTitle--magenta span, .c-missionTitle--cyan span {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .c-missionTitle--yellow span, .c-missionTitle--magenta span, .c-missionTitle--cyan span {
    margin-left: 8px;
    margin-bottom: 0;
    padding: 5px 5px 10px;
  }
  .c-missionTitle--yellow span:first-child, .c-missionTitle--magenta span:first-child, .c-missionTitle--cyan span:first-child {
    margin-top: -20px;
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .c-missionTitle--yellow span, .c-missionTitle--magenta span, .c-missionTitle--cyan span {
    margin-left: 15px;
  }
  .c-missionTitle--yellow span:first-child, .c-missionTitle--magenta span:first-child, .c-missionTitle--cyan span:first-child {
    margin-top: -30px;
    margin-left: 15px;
  }
}
.c-missionTitle--yellow small, .c-missionTitle--magenta small, .c-missionTitle--cyan small {
  font-size: 90%;
}

.c-missionTitle--cyan span {
  box-shadow: 5px 5px 0 #473AF0;
}
@media (min-width: 375px) {
  .c-missionTitle--cyan span {
    box-shadow: 10px 10px 0 #473AF0;
  }
}
@media (min-width: 768px) {
  .c-missionTitle--cyan span {
    box-shadow: 5px 5px 0 #473AF0;
  }
}
@media (min-width: 1024px) {
  .c-missionTitle--cyan span {
    box-shadow: 10px 10px 0 #473AF0;
  }
}
.c-missionTitle--magenta span {
  box-shadow: 5px 5px 0 #f22286;
}
@media (min-width: 375px) {
  .c-missionTitle--magenta span {
    box-shadow: 10px 10px 0 #f22286;
  }
}
@media (min-width: 768px) {
  .c-missionTitle--magenta span {
    box-shadow: 5px 5px 0 #f22286;
  }
}
@media (min-width: 1024px) {
  .c-missionTitle--magenta span {
    box-shadow: 10px 10px 0 #f22286;
  }
}
.c-missionTitle--yellow span {
  box-shadow: 5px 5px 0 #ffec00;
}
@media (min-width: 375px) {
  .c-missionTitle--yellow span {
    box-shadow: 10px 10px 0 #ffec00;
  }
}
@media (min-width: 768px) {
  .c-missionTitle--yellow span {
    box-shadow: 5px 5px 0 #ffec00;
  }
}
@media (min-width: 1024px) {
  .c-missionTitle--yellow span {
    box-shadow: 10px 10px 0 #ffec00;
  }
}

/* 重なり設定 */
.c-over {
  position: relative;
  background: #fff;
  margin-top: 100vh;
}
.c-over::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: relative;
  top: -100px;
}

/* セクション共通タイトル */
.c-sectionTitle {
  font-size: 30px;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .c-sectionTitle {
    font-size: 36px;
    margin: 50px 0;
  }
}
@media (min-width: 1024px) {
  .c-sectionTitle {
    margin: 60px 0;
  }
}
@media (min-width: 1200px) {
  .c-sectionTitle {
    margin: 70px 0;
  }
}

/* 文字サイズと行間 */
.c-text--mission, .c-text--cp {
  margin-bottom: 2em;
}
.c-text--mission:last-child, .c-text--cp:last-child {
  margin-bottom: 0;
}

.c-text--cp {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-text--cp {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-text--cp {
    font-size: 20px;
    line-height: 2.5;
  }
}
.c-text--cpMore {
  font-size: 22px;
  line-height: 1.5;
}
.c-text--mission {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 768px) {
  .c-text--mission {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .c-text--mission {
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .c-text--mission {
    font-size: 20px;
    line-height: 2.2;
  }
}
.c-text--member {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  .c-text--member {
    font-size: 16px;
    text-shadow: 0 0 2px #fff;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  }
}
@media (min-width: 1024px) {
  .c-text--member {
    font-size: 18px;
    line-height: 2.2;
  }
}
.c-text--memberMore {
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-text--memberMore {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.c-text--memberMore a {
  color: #000;
  font-size: 80%;
}
.c-text--jobHeader {
  font-size: 14px;
  line-height: 1.8;
}

/* タイトルデザイン */
.c-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-title__main {
  font-size: 50px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .c-title__main {
    font-size: 70px;
  }
}
.c-title__sub {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: normal;
}
@media (min-width: 768px) {
  .c-title__sub {
    font-size: 14px;
  }
}
.c-title--white {
  color: #fff;
}

/* projectフォルダ内のインポート */
/* 福利厚生 タイトル */
.p-benefitsTitle {
  background: url("assets/images/benefits-eyecatch.jpg") no-repeat center center/cover;
}
.p-benefitsTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #007ded, #00ff2a);
  mix-blend-mode: overlay;
  opacity: 0.3;
}
.p-benefitsTitle > div {
  position: absolute;
  top: 20px;
  right: 20px;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  color: #fff;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.2em;
}
.p-benefitsTitle__title {
  font-size: 40px;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-benefitsTitle__title {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .p-benefitsTitle__title {
    font-size: 60px;
  }
}
.p-benefitsTitle__body {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-benefitsTitle__body {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .p-benefitsTitle__body {
    font-size: 24px;
  }
}

/* 福利厚生 個別ボックス */
.p-benefitsOffice__photo {
  position: relative;
}
.p-benefitsOffice__photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #007ded, #00ff2a);
  mix-blend-mode: overlay;
  opacity: 0.1;
}
.p-benefitsOffice__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% center;
     object-position: 25% center;
}
@media (min-width: 768px) {
  .p-benefitsOffice__photo img {
    -o-object-position: 5% center;
       object-position: 5% center;
  }
}
.p-benefitsOffice__body {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .p-benefitsOffice__body {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .p-benefitsOffice__body {
    padding-left: 20px;
  }
}
.p-benefitsOffice__body p {
  font-size: 12px;
  line-height: 1.4;
}
.p-benefitsOffice__title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-benefitsOffice__title {
    font-size: 22px;
  }
}
.p-benefitsOffice__title small {
  font-size: 70%;
  color: #666;
}

/* 福利厚生 個別ボックス */
.p-benefitBox {
  width: 90%;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .p-benefitBox {
    width: unset;
  }
}
.p-benefitBox::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
}
@media (min-width: 768px) {
  .p-benefitBox:last-child::after {
    display: none;
  }
}
.l-columns--2 > div:last-child .p-benefitBox:last-child::after {
  display: none;
}
.p-benefitBox__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-benefitBox__title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .p-benefitBox__title {
    font-size: 16px;
  }
}
.p-benefitBox__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-benefitBox__text {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .p-benefitBox__text {
    font-size: 14px;
  }
}

/* パンくずリスト */
.p-breadcrumb {
  margin: 10px 0;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    margin: 20px 0;
    font-size: 11px;
    height: auto;
  }
}
.p-breadcrumb__inner {
  max-width: 100%;
  height: 1.2em;
  overflow-y: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-breadcrumb__inner {
    height: auto;
    overflow-y: unset;
    white-space: unset;
  }
}
.p-breadcrumb a {
  color: #666;
  text-decoration: none;
}

/* 投稿ページ 共通フォーマット */
/* 企業理念 */
.p-cpBox {
  background: rgba(252, 231, 0, 0.9);
  position: relative;
}
.p-cpBox__title {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 35px;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media (min-width: 415px) {
  .p-cpBox__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-cpBox__title {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .p-cpBox__title {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .p-cpBox__title {
    font-size: 40px;
  }
}
.p-cpBox__text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media (min-width: 415px) {
  .p-cpBox__text {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .p-cpBox__text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-cpBox__text {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-cpBox__text {
    font-size: 32px;
  }
}

/* 選考フロー ボックス */
.p-flowBox__line::after, .p-flowBox__line::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #f22286;
  position: absolute;
  left: -6px;
}
@media (min-width: 1024px) {
  .p-flowBox__line::after, .p-flowBox__line::before {
    top: -6px;
  }
}

.p-flowBox {
  border: 4px solid #f22286;
  padding: 20px 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-flowBox {
    padding: 15px 30px;
  }
}
.p-flowBox__title {
  color: #f22286;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}
.p-flowBox p {
  font-size: 14px;
  line-height: 1.8;
}
.p-flowBox__line {
  position: absolute;
  right: calc(50% - 2px);
  bottom: -50px;
  width: 4px;
  height: 60px;
  background: #f22286;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .p-flowBox__line {
    width: 60px;
    height: 4px;
    bottom: calc(50% - 2px);
    right: -50px;
  }
}
.p-flowBox__line::before {
  top: -8px;
}
@media (min-width: 1024px) {
  .p-flowBox__line::before {
    top: -6px;
    left: -8px;
  }
}
.p-flowBox__line::after {
  bottom: -8px;
}
@media (min-width: 1024px) {
  .p-flowBox__line::after {
    bottom: unset;
    left: unset;
    right: -8px;
  }
}

/* フッター上キャッチコピー */
.p-footerEyecatch {
  background: url("assets/images/logo-mark.svg") no-repeat center center/160% auto;
  padding-top: 110%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-footerEyecatch {
    background-size: 130% auto;
    padding-top: 100%;
    margin-bottom: -100px;
  }
}
@media (min-width: 1024px) {
  .p-footerEyecatch {
    background-size: 110% auto;
    max-width: 1400px;
    margin: 20px auto -100px;
    padding-top: 80%;
  }
}
@media (min-width: 1200px) {
  .p-footerEyecatch {
    background-size: contain;
    padding-top: 980px;
  }
}
.p-footerEyecatch__text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-shadow: 0 0 10px #7f1d59;
  color: #fff;
}
@media (min-width: 768px) {
  .p-footerEyecatch__text {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .p-footerEyecatch__text {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .p-footerEyecatch__text {
    font-size: 60px;
  }
}

/* ヘッダー ナビゲーション */
.p-gnav {
  display: none;
}
@media (min-width: 768px) {
  .p-gnav {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
}
.p-gnav__list {
  display: flex;
}
.p-gnav__list > li {
  display: block;
  margin-right: 10px;
}
.p-gnav__list > li:last-child {
  margin-right: 0;
}
.p-gnav a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 12px;
}

/* リード文 */
.p-lead {
  font-size: 26px;
  line-height: 2;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 2em 0 10em;
  margin: -2em 0 0;
}
@media (min-width: 415px) {
  .p-lead {
    font-size: 30px;
    padding: 2em 0 12em;
  }
}
@media (min-width: 768px) {
  .p-lead {
    line-height: 1;
    padding: 2em 0;
    margin: 0 0 100px;
  }
}
@media (min-width: 1024px) {
  .p-lead {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .p-lead {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-lead br {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-lead strong {
    font-size: 120%;
  }
}
.p-lead__container {
  position: relative;
  transform: rotate(45deg);
  padding: 3em 0;
  width: 120%;
}
@media (min-width: 768px) {
  .p-lead__container {
    transform: rotate(-5deg);
    width: unset;
  }
}
.p-lead__container::before {
  content: "";
  display: block;
  height: 5px;
  background: #000;
  position: absolute;
  width: 170%;
  left: 0%;
  bottom: 10%;
}
@media (min-width: 768px) {
  .p-lead__container::before {
    width: 120%;
    left: -10%;
    bottom: calc(50% - 2px);
  }
}
.p-lead__container::after {
  content: "";
  display: block;
  width: 5px;
  background: #000;
  position: absolute;
  height: 220%;
  top: -40%;
  left: calc(50% - 2px);
}
@media (min-width: 768px) {
  .p-lead__container::after {
    display: none;
  }
}
.p-lead__first {
  text-align: right;
  padding-right: calc(50% + 10px);
  margin-bottom: -1.9em;
}
@media (min-width: 768px) {
  .p-lead__first {
    padding-right: 0;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 0.5em;
    text-align: left;
  }
}
.p-lead__second {
  padding-left: calc(50% + 10px);
}
@media (min-width: 768px) {
  .p-lead__second {
    padding-left: 0;
    width: 96%;
    max-width: 1200px;
    margin: 0.5em auto 0;
    text-align: right;
  }
}

/* ロード画面 */
.p-loading__stick--3, .p-loading__stick--2, .p-loading__stick--1 {
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  transition: ease 1s;
}
.loaded .p-loading__stick--3, .loaded .p-loading__stick--2, .loaded .p-loading__stick--1 {
  transform: rotate(45deg);
  opacity: 0;
}

.p-loading {
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(#fff, #eee);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: linear 0.5s;
  transition-delay: 0.5s;
}
.loaded .p-loading {
  animation: loaded 0.5s linear 0.5s forwards;
}
.p-loading__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 0.5em;
}
.p-loading__stick--1 {
  color: #ffec00;
  background: #ffec00;
  position: absolute;
  left: -1.5em;
  animation-delay: -0.32s;
}
.p-loading__stick--2 {
  color: #473AF0;
  background: #473AF0;
  position: absolute;
  left: 1.5em;
}
.p-loading__stick--3 {
  color: #f22286;
  background: #f22286;
  animation-delay: -0.16s;
}

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes loaded {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  99% {
    opacity: 0;
    z-index: 1000;
  }
  100% {
    z-index: -1;
  }
}
/* OUR TEAM アイキャッチ */
@media (min-width: 1400px) {
  .p-memberEyecatch::after, .p-memberEyecatch::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    transition: ease 1s;
  }
  .js-member-active .p-memberEyecatch::after, .js-member-active .p-memberEyecatch::before {
    height: 60px;
  }
}

.p-memberEyecatch__space::after, .p-memberEyecatch__space::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  transition: ease 1s;
}
@media (min-width: 1400px) {
  .js-member-active .p-memberEyecatch__space::after, .js-member-active .p-memberEyecatch__space::before {
    width: calc(50% - 600px);
  }
}

.p-memberEyecatch__border::after, .p-memberEyecatch__border::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: solid #fff;
  opacity: 0.5;
  transition: ease 2s 1s;
}
.js-member-active .p-memberEyecatch__border::after, .js-member-active .p-memberEyecatch__border::before {
  width: calc(100% - 22px);
  height: calc(100% - 20px);
}
@media (min-width: 768px) {
  .js-member-active .p-memberEyecatch__border::after, .js-member-active .p-memberEyecatch__border::before {
    width: calc(100% - 34px);
    height: calc(100% - 30px);
  }
}

.p-memberEyecatch {
  background: url("assets/images/member-eyecatch.webp") no-repeat center center/cover;
  padding-top: 80%;
  position: relative;
}
@media (min-width: 768px) {
  .p-memberEyecatch {
    padding-top: 60%;
  }
}
@media (min-width: 1024px) {
  .p-memberEyecatch {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .p-memberEyecatch {
    padding-top: 700px;
  }
}
@media (min-width: 1400px) {
  .p-memberEyecatch {
    background-position: center -200px;
  }
}
@media (min-width: 2000px) {
  .p-memberEyecatch {
    background-position: center -400px;
  }
}
.p-memberEyecatch::before {
  top: 0;
}
.p-memberEyecatch::after {
  bottom: 0;
}
.p-memberEyecatch__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #ffec00, #ff46b1);
  opacity: 0.1;
  mix-blend-mode: screen;
}
.p-memberEyecatch__space {
  display: none;
}
@media (min-width: 1400px) {
  .p-memberEyecatch__space {
    display: block;
  }
}
.p-memberEyecatch__space::before {
  left: 0;
}
.p-memberEyecatch__space::after {
  right: 0;
}
.p-memberEyecatch__border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 solid #fff;
  transition: ease 1s;
}
@media (min-width: 1400px) {
  .p-memberEyecatch__border {
    width: 1200px;
    height: calc(100% - 120px);
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.js-member-active .p-memberEyecatch__border {
  border-width: 30px 20px;
}
@media (min-width: 768px) {
  .js-member-active .p-memberEyecatch__border {
    border-width: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .js-member-active .p-memberEyecatch__border {
    border-width: 50px 20px;
  }
}
@media (min-width: 1400px) {
  .js-member-active .p-memberEyecatch__border {
    border-width: 0;
  }
}
.p-memberEyecatch__border::before {
  left: 10px;
  top: 10px;
  border-width: 2px 0 0 2px;
}
@media (min-width: 768px) {
  .p-memberEyecatch__border::before {
    left: 15px;
    top: 15px;
    border-width: 4px 0 0 4px;
  }
}
.p-memberEyecatch__border::after {
  right: 10px;
  bottom: 10px;
  border-width: 0 2px 2px 0;
}
@media (min-width: 768px) {
  .p-memberEyecatch__border::after {
    right: 15px;
    bottom: 15px;
    border-width: 0 4px 4px 0;
  }
}
.p-memberEyecatch__title {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-shadow: 0 0 10px rgba(78, 71, 65, 0.5);
  font-size: 30px;
  opacity: 0;
  transition: ease 2s 1s;
}
.js-member-active .p-memberEyecatch__title {
  opacity: 1;
  top: 50%;
}
@media (min-width: 375px) {
  .p-memberEyecatch__title {
    font-size: 35px;
  }
}
@media (min-width: 415px) {
  .p-memberEyecatch__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-memberEyecatch__title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .p-memberEyecatch__title {
    font-size: 60px;
  }
}
.p-memberEyecatch__title small {
  display: block;
  font-size: 40%;
}

/* OUR TEAM キャッチコピー */
.p-memberTitle__title--yellow, .p-memberTitle__title--magenta, .p-memberTitle__title--cyan {
  padding: 10px;
  position: relative;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-memberTitle__title--yellow, .p-memberTitle__title--magenta, .p-memberTitle__title--cyan {
    font-size: 26px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .p-memberTitle__title--yellow, .p-memberTitle__title--magenta, .p-memberTitle__title--cyan {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .p-memberTitle__title--yellow, .p-memberTitle__title--magenta, .p-memberTitle__title--cyan {
    font-size: 34px;
  }
}
.p-memberTitle__title--yellow::before, .p-memberTitle__title--magenta::before, .p-memberTitle__title--cyan::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.p-memberTitle__title--yellow > *, .p-memberTitle__title--magenta > *, .p-memberTitle__title--cyan > * {
  position: relative;
  font-size: unset;
}
.p-memberTitle__title--yellow span, .p-memberTitle__title--magenta span, .p-memberTitle__title--cyan span {
  display: inline-block;
}

@media (max-width: 767px) {
  .p-memberTitle {
    width: 70%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .l-member__item:nth-child(2n) .p-memberTitle {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .p-memberTitle {
    margin-bottom: 10px;
  }
}
.p-memberTitle__title--cyan {
  color: #fff;
}
.p-memberTitle__title--cyan::before {
  background: #473AF0;
}
.p-memberTitle__title--magenta {
  color: #fff;
}
.p-memberTitle__title--magenta::before {
  background: #f22286;
}
.p-memberTitle__title--yellow {
  color: #000;
  text-shadow: 0 0 5px #ffec00;
}
.p-memberTitle__title--yellow::before {
  background: #ffec00;
}
.p-memberTitle__sub {
  text-align: right;
  font-size: 12px;
  color: #666;
}
@media (min-width: 768px) {
  .p-memberTitle__sub {
    font-size: 14px;
  }
  .l-member__item:nth-child(2n) .p-memberTitle__sub {
    text-align: left;
  }
}

/* 開閉式メニュー */
.p-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95) 90%);
  transition: ease 0.8s;
}
.js-menu-active .p-menu {
  right: 0;
}
@media (min-width: 768px) {
  .p-menu {
    display: none;
  }
}
.p-menu__list {
  position: absolute;
  top: 110px;
  right: 5%;
  width: 90%;
  text-align: right;
  font-size: 30px;
  opacity: 0;
  transition: ease 0.5s 1s;
}
.js-menu-active .p-menu__list {
  top: 100px;
  opacity: 1;
}
.p-menu__list li {
  display: block;
  margin-bottom: 20px;
}
.p-menu__list a {
  color: #000;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-shadow: 0 0 10px #fff;
}

/* ミッション */
.p-mission {
  background: #000 url("assets/images/mission-bg.jpg") no-repeat center center/cover;
  color: #fff;
}
.p-mission__title {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .p-mission__title {
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
}
.p-mission__title small {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-mission__title small br {
    display: none;
  }
}

/* メインビジュアル */
.p-mv {
  padding-top: 200px;
  overflow: hidden;
}
.p-mv__inner {
  position: relative;
}
.p-mv__heading {
  font-size: 50px;
}
.p-mv__heading-sub {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-mv__heading-sub {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .p-mv__heading {
    font-size: 140px;
  }
}
.p-mv__text {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-mv__text {
    font-size: 16px;
  }
}
.p-mv__button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-mv__button {
    margin-top: 50px;
  }
}
.p-mv__button img {
  width: 10px;
  height: 10px;
}
.p-mv__bg {
  position: fixed;
  top: 11%;
  right: -31%;
  z-index: -1;
  filter: blur(20px);
}
@media (min-width: 415px) {
  .p-mv__bg {
    top: 11%;
    right: -13%;
  }
}
@media (min-width: 768px) {
  .p-mv__bg {
    top: 11%;
    right: -13%;
    filter: blur(0);
  }
}
@media (min-width: 1024px) {
  .p-mv__bg {
    top: 15%;
    right: -4%;
  }
}
.p-mv__bg img {
  width: 100%;
  height: 300px;
}
@media (min-width: 415px) {
  .p-mv__bg img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .p-mv__bg img {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .p-mv__bg img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* 募集職種個別ボックス */
.p-projectBox, .p-projectBox--closed {
  display: block;
  padding-top: 100%;
  position: relative;
  color: #000;
  background: #ffec00;
  transition: ease 0.2s;
}
.p-projectBox--closed {
  background: #eee;
}
.p-projectBox__top {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-projectBox__top {
    left: 15px;
    top: 15px;
  }
}
@media (min-width: 1200px) {
  .p-projectBox__top {
    left: 20px;
    top: 20px;
  }
}
.p-projectBox__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 375px) {
  .p-projectBox__name {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .p-projectBox__name {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .p-projectBox__name {
    font-size: 24px;
  }
}
.p-projectBox__style {
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 375px) {
  .p-projectBox__style {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .p-projectBox__style {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .p-projectBox__style {
    font-size: 18px;
  }
}
.p-projectBox__more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
}
@media (min-width: 375px) {
  .p-projectBox__more {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .p-projectBox__more {
    right: 15px;
    bottom: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-projectBox__more {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
  }
}

a.p-projectBox:hover, a.p-projectBox--closed:hover {
  background: #f22286;
  color: #fff;
}

.p-philosophy {
  margin-top: 140px;
  padding-top: 70px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-philosophy {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.p-philosophy__wrapper {
  position: relative;
}
.p-philosophy__wrapper .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  bottom: -40px;
}
.p-philosophy__wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 1024px) {
  .p-philosophy__wrapper .swiper-pagination {
    display: none;
  }
}
.p-philosophy__list {
  padding-top: 86px;
}
@media (min-width: 768px) {
  .p-philosophy__list {
    padding-top: 192px;
  }
}
.p-philosophy__item {
  color: #fff;
  position: relative;
}
.p-philosophy__item::before {
  content: "";
  position: absolute;
  top: -88px;
  left: 0;
  font-size: 100px;
  color: #fff;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .p-philosophy__item::before {
    font-size: 150px;
    letter-spacing: 0.02em;
    top: -143px;
  }
}
.p-philosophy__item--01::before {
  content: "01";
}
.p-philosophy__item--02::before {
  content: "02";
}
.p-philosophy__item--03::before {
  content: "03";
}
.p-philosophy__head {
  font-size: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-philosophy__head {
    letter-spacing: 0.05em;
  }
}
.p-philosophy__text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-philosophy__text {
    font-size: 20px;
  }
}
.p-philosophy__button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 77px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-philosophy__button {
    margin-inline: initial;
  }
}

/* swiper.jsの調整
------------------------------------*/
.swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) {
  .swiper .swiper-wrapper {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .swiper .swiper-wrapper {
    gap: 100px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-wrapper {
    gap: 150px;
  }
}

.p-selection {
  padding-top: 70px;
  padding-bottom: 50px;
}
.p-selection__inner {
  max-width: 610px;
  width: 100%;
}
.p-selection__itmes {
  background: #EFF1F8;
  margin-top: 50px;
  padding: 30px 20px 40px;
}
.p-selection__text {
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-selection__text {
    font-size: 16px;
  }
}
.p-selection__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-selection__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-selection__item {
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.p-selection__item:first-child {
  padding-left: 15px;
  position: relative;
}
.p-selection__item:first-child::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
}
@media (min-width: 768px) {
  .p-selection__item:first-child::before {
    top: 4px;
  }
}
@media (min-width: 768px) {
  .p-selection__item {
    font-size: 16px;
  }
}
.p-selection__button {
  margin-top: 50px;
}

.p-slider {
  display: flex;
  overflow: hidden;
}
.p-slider__list {
  display: flex;
  animation: scroll-left 20s infinite linear 0.5s both;
}
.p-slider__item {
  width: 350px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider__item img {
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .p-slider__item {
    width: 500px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-work {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-work {
    padding-bottom: 140px;
  }
}
.p-work__desc {
  max-width: 835px;
  width: 100%;
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .p-work__desc {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.p-work__list {
  max-width: 1510px;
  width: 100%;
  display: grid;
  gap: 50px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .p-work__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
@media (min-width: 1400px) {
  .p-work__list {
    grid-template-columns: repeat(7, auto);
    grid-template-rows: none;
  }
}
.p-work__item:has(> .p-work__item-heading) ul {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-work__item:has(> .p-work__item-heading) ul {
    margin-top: 35px;
  }
}
.p-work__item-heading {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  background: #C367FF;
  color: #fff;
}
.p-work__item > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 0;
}
@media (min-width: 1400px) {
  .p-work__item > ul {
    margin-top: 64px;
  }
}
.p-work__item > ul li {
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (min-width: 768px) {
  .p-work__item > ul li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 1400px) {
  .p-work__item:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1400px) {
  .p-work__item:nth-child(5) {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1400px) {
  .p-work__item:nth-child(6) {
    grid-column: 6/7;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .p-work__item:nth-child(7) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 1400px) {
  .p-work__item:nth-child(7) {
    grid-column: 7/8;
    grid-row: 1/2;
  }
}

/* utilityフォルダ内のインポート */
/* ブロックに対する設定 */
.u-box--block {
  display: block;
}
.u-box--inline {
  display: inline-block;
}

.u-boxShadow {
  box-shadow: 0 0 10px #eee;
}
.u-boxShadow--orange {
  background: #fff;
  box-shadow: 0 0 10px #efe1d1;
}

.u-boxPadding {
  padding: 15px;
}
@media (min-width: 768px) {
  .u-boxPadding {
    padding: 20px 25px;
  }
}
@media (min-width: 1200px) {
  .u-boxPadding {
    padding: 30px 35px;
  }
}

.u-boxRounded {
  border-radius: 10px;
}

/* 文字色、背景色等 */
.u-color--black,
a.u-color--black {
  color: #000;
}

.u-bg--black {
  background-color: #000;
}

.u-border--black {
  border-color: #000;
}

.u-color--gray,
a.u-color--gray {
  color: #666;
}

.u-bg--gray {
  background-color: #666;
}

.u-border--gray {
  border-color: #666;
}

.u-color--lightGray,
a.u-color--lightGray {
  color: #eee;
}

.u-bg--lightGray {
  background-color: #eee;
}

.u-border--lightGray {
  border-color: #eee;
}

.u-color--white,
a.u-color--white {
  color: #fff;
}

.u-color--white a {
  color: #fff;
}

.u-bg--white {
  background-color: #fff;
}

.u-border--white {
  border-color: #fff;
}

.u-color--magenta,
a.u-color--magenta {
  color: #f22286;
}

.u-bg--magenta {
  background-color: #f22286;
}

.u-border--magenta {
  border-color: #f22286;
}

.u-color--cyan,
a.u-color--cyan {
  color: #473AF0;
}

.u-bg--cyan {
  background-color: #473AF0;
}

.u-border--cyan {
  border-color: #473AF0;
}

.u-color--yellow,
a.u-color--yellow {
  color: #ffec00;
}

.u-bg--yellow {
  background-color: #ffec00;
}

.u-border--yellow {
  border-color: #ffec00;
}

/* フォントサイズ 行間など */
.u-fz--110 {
  font-size: 1.1;
}

.u-fz--120 {
  font-size: 1.2;
}

.u-fz--130 {
  font-size: 1.3;
}

.u-fz--140 {
  font-size: 1.4;
}

.u-fz--150 {
  font-size: 1.5;
}

.u-fz--160 {
  font-size: 1.6;
}

.u-fz--170 {
  font-size: 1.7;
}

.u-fz--180 {
  font-size: 1.8;
}

.u-fz--190 {
  font-size: 1.9;
}

.u-fz--200 {
  font-size: 2;
}

.u-fz--210 {
  font-size: 2.1;
}

.u-fz--220 {
  font-size: 2.2;
}

.u-fz--230 {
  font-size: 2.3;
}

.u-fz--240 {
  font-size: 2.4;
}

.u-fz--250 {
  font-size: 2.5;
}

.u-fz--260 {
  font-size: 2.6;
}

.u-fz--270 {
  font-size: 2.7;
}

.u-fz--280 {
  font-size: 2.8;
}

.u-fz--290 {
  font-size: 2.9;
}

.u-fz--300 {
  font-size: 3;
}

.u-ta {
  text-align: left;
}
.u-ta--center {
  text-align: center;
}
.u-ta--right {
  text-align: right;
}
.u-ta--centerLeft {
  text-align: center;
}
@media (min-width: 768px) {
  .u-ta--centerLeft {
    text-align: left;
  }
}

.u-fw {
  font-weight: normal;
  font-family: "gill-sans-nova", "ryo-gothic-plusn", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
.u-fw--bold {
  font-weight: bold;
  font-family: "Midashi Go MB31", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

/* paddingとmargin */
.u-pa--10 {
  padding: 10px;
}

.u-pt--10 {
  padding-top: 10px;
}

.u-pr--10 {
  padding-right: 10px;
}

.u-pb--10 {
  padding-bottom: 10px;
}

.u-pl--10 {
  padding-left: 10px;
}

.u-ma--10 {
  margin: 10px;
}

.u-mt--10 {
  margin-top: 10px;
}

.u-mr--10 {
  margin-right: 10px;
}

.u-mb--10 {
  margin-bottom: 10px;
}

.u-ml--10 {
  margin-left: 10px;
}

.u-pa--20 {
  padding: 20px;
}

.u-pt--20 {
  padding-top: 20px;
}

.u-pr--20 {
  padding-right: 20px;
}

.u-pb--20 {
  padding-bottom: 20px;
}

.u-pl--20 {
  padding-left: 20px;
}

.u-ma--20 {
  margin: 20px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-mr--20 {
  margin-right: 20px;
}

.u-mb--20 {
  margin-bottom: 20px;
}

.u-ml--20 {
  margin-left: 20px;
}

.u-pa--30 {
  padding: 30px;
}

.u-pt--30 {
  padding-top: 30px;
}

.u-pr--30 {
  padding-right: 30px;
}

.u-pb--30 {
  padding-bottom: 30px;
}

.u-pl--30 {
  padding-left: 30px;
}

.u-ma--30 {
  margin: 30px;
}

.u-mt--30 {
  margin-top: 30px;
}

.u-mr--30 {
  margin-right: 30px;
}

.u-mb--30 {
  margin-bottom: 30px;
}

.u-ml--30 {
  margin-left: 30px;
}

.u-pa--40 {
  padding: 40px;
}

.u-pt--40 {
  padding-top: 40px;
}

.u-pr--40 {
  padding-right: 40px;
}

.u-pb--40 {
  padding-bottom: 40px;
}

.u-pl--40 {
  padding-left: 40px;
}

.u-ma--40 {
  margin: 40px;
}

.u-mt--40 {
  margin-top: 40px;
}

.u-mr--40 {
  margin-right: 40px;
}

.u-mb--40 {
  margin-bottom: 40px;
}

.u-ml--40 {
  margin-left: 40px;
}

.u-pa--50 {
  padding: 50px;
}

.u-pt--50 {
  padding-top: 50px;
}

.u-pr--50 {
  padding-right: 50px;
}

.u-pb--50 {
  padding-bottom: 50px;
}

.u-pl--50 {
  padding-left: 50px;
}

.u-ma--50 {
  margin: 50px;
}

.u-mt--50 {
  margin-top: 50px;
}

.u-mr--50 {
  margin-right: 50px;
}

.u-mb--50 {
  margin-bottom: 50px;
}

.u-ml--50 {
  margin-left: 50px;
}

.u-pa--60 {
  padding: 60px;
}

.u-pt--60 {
  padding-top: 60px;
}

.u-pr--60 {
  padding-right: 60px;
}

.u-pb--60 {
  padding-bottom: 60px;
}

.u-pl--60 {
  padding-left: 60px;
}

.u-ma--60 {
  margin: 60px;
}

.u-mt--60 {
  margin-top: 60px;
}

.u-mr--60 {
  margin-right: 60px;
}

.u-mb--60 {
  margin-bottom: 60px;
}

.u-ml--60 {
  margin-left: 60px;
}

.u-pa--70 {
  padding: 70px;
}

.u-pt--70 {
  padding-top: 70px;
}

.u-pr--70 {
  padding-right: 70px;
}

.u-pb--70 {
  padding-bottom: 70px;
}

.u-pl--70 {
  padding-left: 70px;
}

.u-ma--70 {
  margin: 70px;
}

.u-mt--70 {
  margin-top: 70px;
}

.u-mr--70 {
  margin-right: 70px;
}

.u-mb--70 {
  margin-bottom: 70px;
}

.u-ml--70 {
  margin-left: 70px;
}

.u-pa--80 {
  padding: 80px;
}

.u-pt--80 {
  padding-top: 80px;
}

.u-pr--80 {
  padding-right: 80px;
}

.u-pb--80 {
  padding-bottom: 80px;
}

.u-pl--80 {
  padding-left: 80px;
}

.u-ma--80 {
  margin: 80px;
}

.u-mt--80 {
  margin-top: 80px;
}

.u-mr--80 {
  margin-right: 80px;
}

.u-mb--80 {
  margin-bottom: 80px;
}

.u-ml--80 {
  margin-left: 80px;
}

.u-pa--90 {
  padding: 90px;
}

.u-pt--90 {
  padding-top: 90px;
}

.u-pr--90 {
  padding-right: 90px;
}

.u-pb--90 {
  padding-bottom: 90px;
}

.u-pl--90 {
  padding-left: 90px;
}

.u-ma--90 {
  margin: 90px;
}

.u-mt--90 {
  margin-top: 90px;
}

.u-mr--90 {
  margin-right: 90px;
}

.u-mb--90 {
  margin-bottom: 90px;
}

.u-ml--90 {
  margin-left: 90px;
}

.u-pa--100 {
  padding: 100px;
}

.u-pt--100 {
  padding-top: 100px;
}

.u-pr--100 {
  padding-right: 100px;
}

.u-pb--100 {
  padding-bottom: 100px;
}

.u-pl--100 {
  padding-left: 100px;
}

.u-ma--100 {
  margin: 100px;
}

.u-mt--100 {
  margin-top: 100px;
}

.u-mr--100 {
  margin-right: 100px;
}

.u-mb--100 {
  margin-bottom: 100px;
}

.u-ml--100 {
  margin-left: 100px;
}

/* レスポンシブ表示 */
.u-respontive--pc {
  display: none;
}
@media (min-width: 768px) {
  .u-respontive--pc {
    display: block;
  }
}
.u-respontive--sp {
  display: block;
}
@media (min-width: 768px) {
  .u-respontive--sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */