@charset "UTF-8";
body {
  background-color: #fff;
  background-image: url("../img/pc_bg_fix.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  color: #000;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  background-color: #fff;
  overflow: hidden;
}

a {
  transition: 0.3s all ease;
}

a:hover {
  opacity: 0.7;
}

.bold {
  font-weight: bold;
}

.ls2 {
  letter-spacing: 1px;
}

.din {
  font-family: "Oswald", sans-serif;
}

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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

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

:where(textarea) {
  resize: vertical;
  resize: block;
}

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

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

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

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

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

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

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

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

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

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

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.l-footer {
  background: #e6e9ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(60px, 7.6923076923vw);
}
.l-footer__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer .l-logo {
  width: 100%;
  text-align: center;
}
.l-footer .l-logo img {
  width: 100%;
  max-width: min(478px, 61.2820512821vw);
  margin: 0 auto;
}
.l-footer__copyright {
  margin-top: min(50px, 6.4102564103vw);
  font-size: min(24px, 3.0769230769vw);
  font-weight: bold;
  letter-spacing: 2px;
}

.l-header {
  width: 100%;
  background-color: #fff;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 10;
}
.l-header__inner {
  padding: min(20px, 3.0769230769vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-logo {
  margin-right: 6.4102564103vw;
}
.l-header .l-logo img {
  max-width: 300px;
  width: 100%;
}

.casual-meeting {
  width: 100%;
  max-width: min(328px, 44.8717948718vw);
  margin-left: 10px;
}
.casual-meeting .line-icon {
  margin-right: 0.641025641vw;
  padding-right: 5%;
}
.casual-meeting a {
  width: 100%;
  height: 100%;
  padding: 20px min(30px, 3.8461538462vw);
  font-size: min(27px, 3.5897435897vw);
  background: #06c655;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
}
@media (max-width: 768px) {
  .casual-meeting a {
    padding: 10px 3.2051282051vw;
  }
}

.p-mainvisual {
  position: relative;
  background-image: url("../img/mainvisual_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
}
.p-mainvisual__inner {
  background-image: url("../img/mainvisual_kv.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top; /* 右寄せ（右上）に配置 */
  background-size: cover;
  right: 0;
  z-index: 0;
  height: min(1585px, 203.2051282051vw);
  width: 100%;
  position: relative;
}

.c-mainvisual {
  padding: min(30px, 2.5641025641vw);
  height: 100%;
  position: relative;
}
.c-mainvisual__textBox {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  padding: min(30px, 3.8461538462vw);
}
.c-mainvisual__heading {
  font-style: italic;
  font-size: min(110px, 14.1025641026vw);
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  font-weight: 1000;
  position: relative;
  z-index: 1;
  text-align: end;
}
.c-mainvisual__heading .subtitle {
  font-size: min(38px, 4.8717948718vw);
  font-style: normal !important;
  margin-bottom: min(50px, 6.4102564103vw);
  padding: min(5px, 0.641025641vw);
  padding-top: min(10px, 1.2820512821vw);
}
.c-mainvisual__heading .small {
  font-size: min(70px, 8.9743589744vw);
}
.c-mainvisual__heading .dot {
  background-image: radial-gradient(circle at center, rgb(0, 0, 0) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.2em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
.c-mainvisual__description {
  color: #fff;
  font-weight: bold;
  background: #000;
  margin-top: 3.4722222222vw;
  font-size: min(72px, 9.2307692308vw);
  width: fit-content;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1.2;
  padding: min(25px, 3.2051282051vw);
  border-radius: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-mainvisual__description__small {
  font-size: min(30px, 3.8461538462vw);
}

.highlight-white {
  position: relative;
  margin-top: min(30px, 3.8461538462vw);
  display: inline-block;
  line-height: 1;
  padding-right: min(25px, 3.2051282051vw);
}
.highlight-white.second {
  letter-spacing: 1px;
}
.highlight-white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  background: #fff;
  z-index: -1;
  transform: none;
}

.p-feature {
  background-color: #e2e5ea;
  padding: min(150px, 19.2307692308vw) 20px;
  padding-bottom: min(130px, 16.6666666667vw);
  letter-spacing: 3px;
  position: relative;
  z-index: 0;
  background-image: url("../img/featuer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/feature_bg.png");
  background-size: cover; /* 背景画像を要素にフィット */
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* 背景が前面に出ないように */
}
.p-feature__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-feature-cards {
  position: relative;
  margin-bottom: min(100px, 12.8205128205vw);
  text-align: center;
  z-index: 1;
  width: 90%;
  max-width: 600px;
}
.p-feature-cards__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: min(60px, 6.4102564103vw) min(50px, 6.4102564103vw);
}
@media (max-width: 1024px) {
  .p-feature-cards__inner {
    padding: 6.4102564103vw min(50px, 6.4102564103vw);
  }
}
.p-feature-cards:nth-last-child(1) {
  margin-bottom: 0;
}
.p-feature-cards__title {
  font-size: min(48px, 6.1538461538vw);
  display: inline-block;
  margin-top: 5%;
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  width: 100%;
}
.p-feature-cards__text {
  margin-top: min(20px, 2.5641025641vw);
  font-size: min(32px, 4.1025641026vw);
  color: #222222;
}
.p-feature-cards__icon {
  position: absolute;
  top: -18%;
  width: 20%; /* アイコンのサイズ調整 */
}

.p-recruit {
  width: 100%;
}
.p-recruit__head {
  padding: min(40px, 6.4102564103vw) 20px;
  position: relative;
  background-image: url("../img/p-recruit_head-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: min(100px, 12.8205128205vw);
  color: #fff;
  background-position: center;
}
.p-recruit__head__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: min(50px, 6.4102564103vw);
}
.p-recruit__head__container__content {
  background: #ffffff;
  color: #000;
  border-radius: 20px;
}
.p-recruit__head__container__content__label {
  font-weight: 500;
  background: #fff;
  color: #565656;
  display: inline-block;
  margin-bottom: 1.2820512821vw;
  padding: min(10px, 1.2820512821vw) 3.8461538462vw;
  border-radius: 50px;
  font-size: min(32px, 4.1025641026vw);
}
.p-recruit__head__container__content__subtitle {
  font-size: min(36px, 4.6153846154vw);
  font-weight: bold;
  margin: 0;
}
.p-recruit__head__container__content__title {
  font-weight: bold;
  margin: 0;
  font-size: min(60px, 7.6923076923vw);
  line-height: 130%;
}
.p-recruit__features {
  padding: min(50px, 6.4102564103vw);
}
.p-recruit__item {
  font-size: min(34px, 4.358974359vw);
  list-style: none;
  margin-bottom: min(30px, 3.8461538462vw);
  padding-left: min(55px, 7.0512820513vw);
  width: fit-content;
  position: relative;
}
.p-recruit__item::before {
  content: "";
  position: absolute;
  top: min(10px, 1.2820512821vw);
  left: 0;
  height: 30px;
  width: 30px;
  width: 0;
  border-top: solid min(4vw, 35px) #a50101;
  border-right: solid min(4vw, 35px) transparent;
}
.p-recruit__item p {
  border-bottom: #d8d8d8 solid 1px;
  padding-bottom: 1.2820512821vw;
  line-height: 1.6;
}

.p-promo {
  position: relative;
}
.p-promo::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(5vw, 30px) solid transparent;
  border-left: min(5vw, 30px) solid transparent;
  border-top: min(5vw, 30px) solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 1;
}
.p-promo__head {
  padding: min(60px, 7.6923076923vw) 20px;
  background: linear-gradient(-144deg, #c21503 0%, #960112 50%, #c21503 100%);
  color: #fff;
  position: relative;
  z-index: 0;
}
.p-promo__head::before {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../img/p-promo_bg_top-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-promo__head::after {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url("../img/p-promo_bg_bottom-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right; /* 背景の位置を右上に設定 */
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-promo__highlight {
  color: #960112;
  background-color: #fff;
  font-size: min(52px, 6.6666666667vw);
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}
.p-promo__highlight__small {
  font-size: min(42px, 5.3846153846vw);
}
.p-promo__text {
  font-size: min(55px, 7.0512820513vw);
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.p-promo__text__small {
  font-size: min(42px, 5.3846153846vw);
}
.p-promo__content {
  position: relative;
  z-index: 0;
}
.p-promo__content::before {
  content: "";
  width: 60%;
  height: 100%;
  background-image: url("../img/p-promo-content_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-promo__content img {
  width: 80%;
  margin-left: auto;
  display: block;
}
.p-promo__content__title {
  padding: min(100px, 12.8205128205vw);
  margin: 0;
  font-size: min(55px, 7.0512820513vw);
  background: linear-gradient(-1deg, #c21503 0%, #c21503 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
}
.p-promo__content__title::before {
  content: "";
  height: min(80px, 10.2564102564vw);
  width: 3px;
  background: #960112;
  position: absolute;
  top: 0;
  left: 50%;
}
.p-promo__content__title::after {
  content: "";
  height: min(100px, 12.8205128205vw);
  width: 3px;
  background: #960112;
  position: absolute;
  bottom: min(-20px, -2.5641025641vw);
  left: 50%;
  z-index: 1;
}
.p-promo__content__subtitle {
  background: #000000;
  color: #fff;
  font-size: min(60px, 7.6923076923vw);
  position: absolute;
  bottom: 5%;
  left: min(40px, 5.1282051282vw);
  padding: min(20px, 2.5641025641vw) min(30px, 3.8461538462vw);
}
.p-promo__content__subtitle-small {
  font-size: min(48px, 6.1538461538vw);
}
.p-promo__features {
  padding: min(40px, 6.4102564103vw) min(20px, 2.5641025641vw);
  display: flex;
  gap: min(30px, 3.8461538462vw);
  align-items: flex-start;
  flex-direction: column;
}
.p-promo__features-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #f1f1f1;
  color: #000000;
  position: relative;
  padding-bottom: min(40px, 5.1282051282vw);
}
.p-promo__features-item::before {
  content: "";
  height: 70%;
  width: 12%;
  background: #e3cdcd;
  position: absolute;
  bottom: 10%;
  left: -20px;
  z-index: 1;
}
.p-promo__features-number {
  font-size: min(90px, 11.5384615385vw);
  font-weight: bold;
  color: #990101;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-promo__features-number::before {
  content: "";
  position: absolute;
  right: -210%;
  top: 50%;
  width: 200%;
  height: 2px;
  background: #990101;
}
.p-promo__features-text {
  font-size: 1rem;
  line-height: 1.5;
  font-size: min(36px, 4.6153846154vw);
  font-weight: bold;
  padding: 0 min(45px, 5.7692307692vw);
  margin-top: 0;
  z-index: 1;
}

.p-member {
  margin-bottom: min(70px, 8.9743589744vw);
}
.p-member__title {
  width: 100%;
  height: min(300px, 38.4615384615vw);
  background: #79000e;
  font-size: min(36px, 4.6153846154vw);
  color: #fff;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-top: min(50px, 6.4102564103vw);
  margin-bottom: min(30px, 3.8461538462vw);
  position: relative;
  z-index: 0;
}
.p-member__title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/member-title-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-member__title::after {
  content: "";
  width: 23%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -5%;
  background: #960112;
  z-index: 1;
}
.p-member__title__text {
  background: #000;
  width: 95%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width: 100%;
  padding-top: min(70px, 8.9743589744vw);
  padding-bottom: min(70px, 8.9743589744vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-member-list {
  padding: min(30px, 3.8461538462vw);
}
.p-member-list__item {
  background: #f1f1f1;
  padding: min(30px, 3.8461538462vw) min(20px, 2.5641025641vw);
  margin-bottom: min(30px, 3.8461538462vw);
  display: flex;
}
.p-member-list__content {
  width: 55%;
  margin-left: min(30px, 3.8461538462vw);
  font-weight: bold;
  font-size: min(30px, 3.8461538462vw);
  line-height: 1.3;
}
.p-member-list__content span {
  font-weight: normal;
}
.p-member-list__content p {
  margin: 0;
}
.p-member-list__image {
  width: 45%;
  height: 100%;
}
.p-member-list__year {
  color: #960112;
  font-weight: 500;
  position: relative;
  margin-top: min(30px, 3.8461538462vw) !important;
}
.p-member-list__year::before {
  content: "";
  width: 60%;
  height: 2px;
  background: #960112;
  position: absolute;
  top: 50%;
  right: 7%;
}

.indent {
  padding-left: min(20px, 2.5641025641vw);
  font-weight: bold !important;
}

.p-salary {
  background: #d4d8dd;
  position: relative;
  padding: min(40px, 5.1282051282vw);
  padding-bottom: min(100px, 12.8205128205vw) 20px;
  z-index: 0;
}
.p-salary::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/salary-bg.png");
  background-size: cover; /* 背景画像を要素にフィット */
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* 背景が前面に出ないように */
}
.p-salary__title {
  width: 100%;
  height: min(300px, 38.4615384615vw);
  background: #79000e;
  font-size: min(36px, 4.6153846154vw);
  color: #fff;
  text-align: center;
  width: 98%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  transform: translateY(min(-20px, -7.6923076923vw));
}
.p-salary__title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/member-title-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; /* 背景の位置を右上に設定 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-salary__title::after {
  content: "";
  width: 20%;
  height: 2%;
  position: absolute;
  top: 50%;
  left: -8%;
  background: #960112;
  z-index: 1;
}
.p-salary__title__text {
  background: #000;
  position: absolute;
  top: 10%;
  left: -8%;
  width: 103%;
  height: 80%;
  padding-top: min(70px, 8.9743589744vw);
  padding-bottom: min(70px, 8.9743589744vw);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 13%;
}
.p-salary__description {
  font-size: min(30px, 3.8461538462vw);
  font-weight: 600;
  text-align: center;
  transform: translateY(min(-20px, -3.8461538462vw));
}
.p-salary__details {
  display: flex;
  justify-content: space-around;
}
.p-salary__box {
  background: #fff;
  border-radius: 20px;
  width: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(20px, 2.5641025641vw) min(20px, 2.5641025641vw);
}
.p-salary__box-title {
  font-weight: bold;
  color: #a50101;
  font-size: min(36px, 4.6153846154vw);
  position: relative;
  width: fit-content;
  padding-left: min(35px, 4.4871794872vw);
  margin: 0;
}
.p-salary__box-title::before {
  position: absolute;
  top: 25%;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(15px, 1.9230769231vw) solid transparent;
  border-bottom: min(15px, 1.9230769231vw) solid transparent;
  border-left: min(25px, 3.2051282051vw) solid #a50101;
  border-right: 0;
}
.p-salary__box-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: min(20px, 2.5641025641vw) 0;
}
.p-salary__fixed {
  background: #79000e;
  border-radius: 20px;
  padding: min(40px, 5.1282051282vw) min(20px, 2.5641025641vw);
}
.p-salary__incentive {
  background: #9e0113;
  border-radius: 20px;
  padding: min(30px, 3.8461538462vw) min(20px, 2.5641025641vw);
  margin-bottom: min(50px, 6.4102564103vw);
}
.p-salary__subtitle {
  color: #fff;
  text-align: center;
  font-size: min(50px, 6.4102564103vw);
  position: relative;
  margin: 0;
  margin-bottom: min(30px, 3.8461538462vw);
  line-height: 1.1;
}
.p-salary__subtitle::before {
  content: "";
  width: 35%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
}
.p-salary__subtitle::after {
  content: "";
  width: 35%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 9px;
}
.p-salary__subtitle.second::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 9px;
}
.p-salary__subtitle.second::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30%;
  right: 9px;
}
.p-salary__subtitle__small {
  font-size: min(36px, 4.6153846154vw);
}
.p-salary__amount {
  font-size: min(26px, 3.3333333333vw);
  font-weight: 600;
  line-height: 1.3;
}
.p-salary__amount__detail {
  display: block;
  font-size: min(36px, 4.6153846154vw);
  font-weight: 500;
  margin-bottom: min(5px, 0.641025641vw);
}
.p-salary__plus {
  color: #9e0113;
  font-size: min(150px, 19.2307692308vw);
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.p-salary__note {
  color: #fff;
  font-size: min(28px, 3.5897435897vw);
  text-align: center;
  padding: min(30px, 3.8461538462vw) 0;
  font-weight: bold;
}

.font-number {
  font-family: "Oswald", serif;
  font-weight: 500;
}

.p-incentive {
  background: #e6e9ee;
  padding: min(30px, 5.1282051282vw);
  padding-top: min(130px, 16.6666666667vw);
  padding-bottom: min(50px, 6.4102564103vw);
  position: relative;
}
.p-incentive::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(115px, 14.7435897436vw) solid transparent;
  border-left: min(115px, 14.7435897436vw) solid transparent;
  border-top: min(99px, 12.6923076923vw) solid #d4d8dd;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-incentive__sub-title {
  color: #fff;
  width: 100%;
  background: #000;
  font-size: min(42px, 5.3846153846vw);
  padding: min(15px, 1.9230769231vw);
  text-align: center;
  border-radius: 50px;
}
.p-incentive__content {
  background-color: #fff;
  padding: min(30px, 3.8461538462vw);
  padding-top: min(40px, 5.1282051282vw);
  margin-bottom: min(30px, 3.8461538462vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-incentive__list {
  width: fit-content;
  padding-top: min(30px, 3.8461538462vw);
  margin: 0 auto;
}
.p-incentive__item {
  font-size: min(30px, 3.8461538462vw);
  margin-bottom: min(20px, 2.5641025641vw);
  border-bottom: 1px solid #9b9a9a;
  font-weight: 500;
  width: fit-content;
}
.p-incentive__number {
  color: #a50101;
  font-size: min(48px, 6.1538461538vw);
  font-weight: 400;
  letter-spacing: 5px;
}
.p-incentive__note {
  font-size: min(48px, 6.1538461538vw);
  margin-top: min(30px, 3.8461538462vw);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.p-incentive__note .black {
  background-color: #000;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.p-incentive__note .red {
  background-color: #9e0113;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.p-incentive__formula {
  border: 1px solid #000;
  width: 95%;
  margin: 0 auto;
  padding: min(25px, 3.2051282051vw);
  font-size: min(36px, 4.358974359vw);
  margin-top: min(30px, 3.8461538462vw);
}
.p-incentive__formula strong {
  position: relative;
  font-weight: 500;
  z-index: 0;
}
.p-incentive__formula strong::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #e0e4ea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-incentive__formula .emphasis {
  font-size: min(48px, 6.1538461538vw);
}
.p-incentive__formula .emphasis strong {
  font-weight: bold !important;
}
.p-incentive__diagram {
  margin-top: min(40px, 6.4102564103vw);
}
.p-incentive__example {
  margin-bottom: min(45px, 5.7692307692vw);
  font-weight: 500;
}
.p-incentive__salary {
  margin-top: min(50px, 6.4102564103vw);
  text-align: center;
  font-size: min(36px, 4.6153846154vw);
  font-weight: bold;
  position: relative;
}
.p-incentive__salary::before {
  content: "";
  width: 35%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 9px;
}
.p-incentive__salary::after {
  content: "";
  width: 35%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 9px;
}
.p-incentive__calculation-result {
  text-align: start;
  font-size: min(36px, 4.6153846154vw);
}
.p-incentive__calculation-result span {
  font-size: min(60px, 7.6923076923vw);
}
.p-incentive__calculation-result strong {
  color: #9e0113;
  position: relative;
  z-index: 0;
}
.p-incentive__calculation-result strong::before {
  content: "";
  width: 100%;
  height: 30%;
  background: #ffe931;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-incentive-benefits__benefits {
  background: #fff;
  padding: min(40px, 6.4102564103vw) 20px;
  padding-top: min(130px, 16.6666666667vw);
  padding-bottom: min(80px, 10.2564102564vw);
  position: relative;
  z-index: 0;
}
.p-incentive-benefits__benefits::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(115px, 14.7435897436vw) solid transparent;
  border-left: min(115px, 14.7435897436vw) solid transparent;
  border-top: min(99px, 12.6923076923vw) solid #e6e9ee;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-incentive-benefits__benefits::after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../img/incentive-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-incentive-benefits__benefits__lead {
  text-align: center;
  font-size: min(42px, 5.3846153846vw);
  font-weight: 500;
  margin-bottom: 30px;
}
.p-incentive-benefits__benefits__lead strong {
  margin-right: min(10px, 1.2820512821vw);
  color: #fff;
  position: relative;
  z-index: 0;
}
.p-incentive-benefits__benefits__lead strong::before {
  content: "";
  width: 104%;
  height: 100%;
  background: #a50101;
  position: absolute;
  bottom: 0;
  left: -2%;
  z-index: -1;
  padding: min(5px, 0.641025641vw);
}
.p-incentive-benefits__benefits-title {
  background: #a50101;
  color: #fff;
  font-size: min(36px, 4.6153846154vw);
  padding: min(15px, 1.9230769231vw) min(20px, 2.5641025641vw);
  display: flex;
  align-items: center;
}
.p-incentive-benefits__benefits__icon {
  font-size: min(25px, 3.2051282051vw);
  padding-right: min(10px, 1.2820512821vw);
}
.p-incentive-benefits__benefits-description {
  font-size: min(30px, 3.8461538462vw);
  padding: min(30px, 3.8461538462vw);
  font-weight: 500;
}
.p-incentive-benefits__benefits-list {
  margin-top: min(30px, 3.8461538462vw);
}

.arrows {
  margin: 0 auto;
  width: 10%;
}

.ls-small {
  letter-spacing: -12.1px;
}

.p-casual-interview {
  background: #e6e9ee;
  padding: min(50px, 6.4102564103vw) min(30px, 3.8461538462vw);
  padding-bottom: min(100px, 12.8205128205vw);
  position: relative;
  z-index: 0;
}
.p-casual-interview::before {
  content: "";
  width: 70%;
  height: 100%;
  background-image: url("../img/casual-interview-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-casual-interview__header img {
  margin-left: auto;
  width: 91%;
  transform: translateX(min(50px, 6.4102564103vw));
}
.p-casual-interview__content__subtitle {
  position: absolute;
  top: 12%;
  left: 30px;
  font-size: min(60px, 7.6923076923vw);
}
.p-casual-interview__content__subtitle small {
  font-size: min(47px, 6.0256410256vw);
}
.p-casual-interview__content__subtitle span {
  display: inline-block;
  background-color: #000;
  font-weight: 1000;
  color: #fff;
  padding: min(10px, 1.2820512821vw) min(30px, 3.8461538462vw);
  margin-top: min(20px, 2.5641025641vw);
}
@media (max-width: 768px) {
  .p-casual-interview__content__subtitle {
    top: 11%;
  }
}
.p-casual-interview__description {
  margin-top: min(50px, 6.4102564103vw);
  margin-bottom: min(80px, 10.2564102564vw);
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: min(40px, 5.1282051282vw) min(20px, 2.5641025641vw);
  font-size: min(30px, 3.8461538462vw);
}

.casual-meeting__btn {
  width: 87%;
  height: 100%;
  padding: min(30px, 3.8461538462vw) min(50px, 6.4102564103vw);
  margin: 0 auto;
  background: #06c655;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: min(36px, 4.6153846154vw);
  font-weight: 500;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.casual-meeting__btn img {
  width: 25%;
  padding-right: 10%;
  margin-right: 6%;
}
.casual-meeting__btn:hover {
  scale: 0.95;
}

.p-business {
  padding: min(40px, 6.4102564103vw) min(20px, 2.5641025641vw);
  padding-top: 0;
}
.p-business__header {
  width: 100%;
  text-align: center;
  background: #8f0000;
  position: relative;
  z-index: 0;
}
.p-business__header::before {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../img/business-title-bg-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-business__header::after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../img/business-title-bg-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-business__title {
  color: #fff;
  font-size: min(72px, 9.2307692308vw);
  padding: min(100px, 12.8205128205vw);
}
.p-business__subtitle {
  text-align: center;
  font-size: min(30px, 3.8461538462vw);
  margin: min(70px, 8.9743589744vw) 0;
}
.p-business__list {
  padding-top: min(50px, 6.4102564103vw);
  z-index: 0;
}
.p-business__item {
  position: relative;
  z-index: 0;
}
.p-business__item:nth-child(1) {
  z-index: 3;
}
.p-business__item:nth-child(2) {
  z-index: 2;
}
.p-business__item::after {
  content: "";
  width: 110%;
  height: 100%;
  background-image: url("../img/business-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -10;
  margin-left: min(-20px, -2.5641025641vw);
}
.p-business__item__inner {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: min(100px, 12.8205128205vw);
  padding: min(50px, 6.4102564103vw) min(30px, 3.8461538462vw);
  position: relative; /* スタッキングコンテキストを作成 */
  z-index: 1;
}
.p-business__item:nth-child(odd) .p-business__item__inner {
  position: relative;
  z-index: 0;
}
.p-business__item:nth-child(odd) .p-business__item__inner::before {
  content: "";
  width: 55%;
  height: 100%;
  background-image: url("../img/business-item-bg-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-business__item:nth-child(even) .p-business__item__inner {
  position: relative;
  z-index: 0;
}
.p-business__item:nth-child(even) .p-business__item__inner::before {
  content: "";
  width: 55%;
  height: 100%; /* 親要素の高さに合わせる */
  background-image: url("../img/business-item-bg-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; /* 親要素の後ろに配置 */
}
.p-business__item-title {
  font-size: min(48px, 6.1538461538vw);
  padding-top: min(40px, 5.1282051282vw);
  margin-bottom: min(30px, 3.8461538462vw);
  position: relative;
}
.p-business__item-title::before {
  content: "";
  position: absolute;
  top: min(-50px, -6.4102564103vw);
  left: 50%;
  width: 4px;
  height: min(100px, 12.8205128205vw);
  background: #a50101;
}
.p-business__number {
  color: #cc8c8f;
  font-size: min(150px, 19.2307692308vw);
  position: absolute;
  top: -13%;
  left: 0;
  opacity: 0.9;
}
.p-business__image img {
  width: 45%;
  margin: 0 auto;
}
.p-business__description {
  font-size: min(30px, 3.8461538462vw);
  text-align: start;
  padding-top: min(30px, 3.8461538462vw);
  margin-top: min(30px, 3.8461538462vw);
  border-top: 1px solid #d1cfcf;
}

.p-company-overview {
  padding: min(110px, 14.1025641026vw) min(50px, 6.4102564103vw);
  background-color: #575757;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-company-overview::before {
  content: "";
  width: 60%;
  height: 100%;
  background-image: url("../img/company-overview_bg_top-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right; /* 背景の位置を右上に設定 */
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-company-overview::after {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url("../img/company-overview_bg_bottom-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left; /* 背景の位置を右上に設定 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-company-overview__title {
  font-size: min(48px, 6.1538461538vw);
  font-weight: bold;
  text-align: center;
  align-items: center;
}
.p-company-overview__title-line {
  height: min(120px, 15.3846153846vw);
  width: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: min(20px, 2.5641025641vw);
}
.p-company-overview p {
  margin: 0;
}
.p-company-overview__content {
  margin-top: min(20px, 2.5641025641vw);
}
.p-company-overview__item {
  display: flex;
  margin-bottom: min(40px, 5.1282051282vw);
}
.p-company-overview__label {
  font-size: min(30px, 3.8461538462vw);
  white-space: nowrap;
}
.p-company-overview__value {
  font-size: min(30px, 3.8461538462vw);
  padding-left: min(20px, 2.5641025641vw);
}
.p-company-overview__value.p0 {
  padding-left: 0;
}

.p-line-entry {
  text-align: center;
  background: linear-gradient(45deg, #960112, #c21503);
  padding: min(30px, 3.8461538462vw);
}
.p-line-entry__container {
  background: #fff;
  padding: min(60px, 7.6923076923vw) min(50px, 6.4102564103vw);
}
.p-line-entry__title {
  font-size: min(60px, 7.6923076923vw);
  border-bottom: 3px solid #333;
  padding-bottom: min(36px, 4.6153846154vw);
  font-weight: 1000;
}
.p-line-entry__description {
  font-size: min(36px, 4.6153846154vw);
  padding: min(36px, 4.6153846154vw) 0;
}
.p-line-entry .casual-meeting__btn {
  width: 100%;
}

.p-affiliated-companies {
  padding: min(100px, 12.8205128205vw) min(50px, 6.4102564103vw);
}
.p-affiliated-companies__title-container {
  display: flex;
  align-items: center;
}
.p-affiliated-companies__title {
  font-size: min(60px, 7.6923076923vw);
  font-weight: bold;
  margin-right: 2.5641025641vw;
}
.p-affiliated-companies__title-line {
  flex-grow: 1;
  height: 3px;
  background-color: #000;
}
.p-affiliated-companies__logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: min(80px, 10.2564102564vw);
}
.p-affiliated-companies__logo {
  width: 43%;
  margin-bottom: min(30px, 3.8461538462vw);
}

.p-feature-cards {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(30px);
}
.p-feature-cards.show {
  opacity: 1;
  transform: none;
}

.p-recruit_head__container__content {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-recruit_head__container__content.show {
  opacity: 1;
  transform: none;
}

.p-promo__head__inner {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-promo__head__inner.show {
  opacity: 1;
  transform: none;
}

.p-promo__content {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-promo__content.show {
  opacity: 1;
  transform: none;
}

.p-promo__features-item {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-promo__features-item.show {
  opacity: 1;
  transform: none;
}

.p-member-list__item {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-member-list__item.show {
  opacity: 1;
  transform: none;
}

.p-salary__fixed {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-salary__fixed.show {
  opacity: 1;
  transform: none;
}

.p-salary__incentive {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-salary__incentive.show {
  opacity: 1;
  transform: none;
}

.p-incentive-benefits__benefits__lead {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-incentive-benefits__benefits__lead.show {
  opacity: 1;
  transform: none;
}

.p-casual-interview__header {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-casual-interview__header.show {
  opacity: 1;
  transform: none;
}

.p-business__image {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(30px);
}
.p-business__image.show {
  opacity: 1;
  transform: none;
}

.p-affiliated-companies__logos {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-affiliated-companies__logos.show {
  opacity: 1;
  transform: none;
}