@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;
}

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: #fff;
}
.l-footer__inner {
  padding: min(50px, 6.4102564103vw);
}
.l-footer__inner .l-logo img {
  width: 40%;
}
.l-footer__content {
  margin-bottom: min(50px, 6.4102564103vw);
}
.l-footer__company-name {
  font-size: min(36px, 4.6153846154vw);
  font-weight: bold;
  padding: min(30px, 3.8461538462vw) 0px;
}
.l-footer__address {
  font-size: min(30px, 3.8461538462vw);
  line-height: 1.8;
}
.l-footer__nav-list {
  font-size: min(27px, 3.4615384615vw);
}
.l-footer__copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: min(27px, 3.4615384615vw);
}

.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(15px, 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 {
  width: min(40px, 8.9743589744vw);
  margin-right: 0.641025641vw;
}
.casual-meeting a {
  width: 100%;
  height: 100%;
  padding: 20px 2.5641025641vw;
  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);
}
@media (max-width: 768px) {
  .casual-meeting a {
    padding: 10px 1.9230769231vw;
  }
}

.l-main {
  width: 100%;
  background-color: #fff;
  max-width: 780px;
  margin: 0 auto;
  overflow-x: hidden;
}

.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: 98% auto;
  right: 0;
  z-index: 0;
  height: min(1420px, 182.0512820513vw);
  width: 100%;
  position: relative;
}
.p-mainvisual__inner::before {
  content: "";
  width: 85%;
  height: 46%;
  position: absolute;
  top: 29%;
  left: 0;
  background: #000;
  opacity: 0.7;
  clip-path: polygon(100% 40%, 0% 16%, 0% 100%);
}
.p-mainvisual__inner::after {
  content: "";
  width: 5%;
  height: 35%;
  position: absolute;
  bottom: -10%;
  right: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

.c-mainvisual {
  padding: min(30px, 2.5641025641vw);
  height: 100%;
  position: relative;
}
.c-mainvisual::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 30%;
  top: 0;
  left: 0;
  background-image: url("../img/mainvisual_top-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
}
.c-mainvisual::after {
  content: "";
  height: 250px;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/mainvisual_bottom-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: -1;
}
.c-mainvisual__textBox {
  position: absolute;
  top: 39%;
}
.c-mainvisual__heading {
  font-style: italic;
  font-size: min(80px, 10.2564102564vw);
  line-height: 1.2;
  display: inline-block;
  font-weight: 1000;
  letter-spacing: min(6px, 1.2820512821vw);
  position: relative;
  z-index: 1;
}
.c-mainvisual__description {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  color: #fff;
  padding-left: min(20px, 2.5641025641vw);
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  margin-top: 1.3888888889vw;
  font-size: min(48px, 6.1538461538vw);
}
.c-mainvisual__textBox_second {
  position: absolute;
  text-align: right;
  bottom: 2%;
  letter-spacing: 5px;
  right: 2%;
  color: #fff;
  font-size: min(90px, 11.5384615385vw);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-mainvisual__textBox_second {
    letter-spacing: 2px;
  }
}

.highlight-white {
  position: relative;
  margin-top: 2.0833333333vw;
  display: inline-block;
}
.highlight-white.second {
  letter-spacing: 1px;
}
.highlight-white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  transform: none;
}

.p-feature {
  background-color: #ececec;
  padding: min(170px, 25.641025641vw) 20px;
  padding-bottom: min(130px, 16.6666666667vw);
  letter-spacing: 3px;
  position: relative;
  z-index: 0;
}
.p-feature::before {
  content: "";
  width: 100%;
  height: 95%;
  background-image: url("../img/feature_bg.png");
  background-size: cover; /* 背景画像を要素にフィット */
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 0; /* 背景が前面に出ないように */
}
.p-feature::after {
  content: "";
  width: 35%;
  height: 1.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.p-feature__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-feature-cards {
  position: relative;
  margin-bottom: min(190px, 19.2307692308vw);
  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) 20px;
}
@media (max-width: 1024px) {
  .p-feature-cards__inner {
    padding: 6.4102564103vw 20px;
  }
}
.p-feature-cards:nth-last-child(1) {
  margin-bottom: 0;
}
.p-feature-cards::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: min(20px, -1.9230769231vw);
  right: min(20px, -1.9230769231vw);
  opacity: 0.5;
  background-color: #dcace1;
  z-index: -1;
}
.p-feature-cards::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: min(20px, -1.9230769231vw);
  left: min(20px, -1.9230769231vw);
  opacity: 0.5;
  background-color: #94c3f2;
  z-index: -1;
}
.p-feature-cards__title {
  font-size: min(48px, 6.1538461538vw);
  font-style: italic;
  display: inline-block;
  margin-top: 10%;
}
.p-feature-cards__text {
  margin-top: 20px;
  font-size: min(32px, 4.1025641026vw);
  color: #222222;
}
.p-feature-cards__icon {
  position: absolute;
  top: -30%;
  width: 30%; /* アイコンのサイズ調整 */
}

.p-join-us {
  background-image: url("../img/join-us_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: min(1688px, 216.4102564103vw);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-join-us__inner {
  padding: min(85px, 10.8974358974vw);
}
.p-join-us::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 30%;
  top: 3%;
  left: 0;
  background-image: url("../img/join-us_top-left.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
.p-join-us::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5%;
  width: 2%;
  height: 19%;
  background: #fff;
}
@media (max-width: 768px) {
  .p-join-us::after {
    height: 22%;
    width: 2.5%;
  }
}
.p-join-us__title {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
}
.p-join-us__benefits {
  margin-top: min(55px, 7.0512820513vw);
}
.p-join-us__benefit-item {
  padding: min(25px, 2.9487179487vw) 0;
  color: #fff;
  font-size: min(35px, 4.6153846154vw);
  position: relative;
  border-top: solid 0.5px #b8b8b8;
}
.p-join-us__benefit-item:nth-last-child(1) {
  border-bottom: solid 0.5px #b8b8b8;
}
.p-join-us__footer-text {
  margin-top: min(90px, 11.5384615385vw);
  text-align: center;
  position: relative;
  z-index: 0;
}
.p-join-us__footer-text::before {
  content: "";
  width: 100%;
  height: 250%;
  position: absolute;
  top: -87%;
  right: 0;
  background: #000;
  opacity: 0.7;
  clip-path: polygon(-18% 50%, 100% 23%, 100% 92%);
  z-index: -2;
}
.p-join-us p {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  line-height: 2.4;
  font-size: min(3.5rem, 6.4102564103vw);
}

.u-title__bg {
  position: relative;
  background: #fff;
  padding: min(10px, 1.2820512821vw) min(25px, 3.2051282051vw);
}
.u-title__bg.blue {
  position: relative;
}
.u-title__bg.blue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: min(10px, 1.2820512821vw);
  right: min(10px, 1.2820512821vw);
  background-color: #94c3f2;
  opacity: 0.5;
  z-index: -1;
}
.u-title__bg.red {
  position: relative;
}
.u-title__bg.red::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: min(10px, 1.2820512821vw);
  left: min(10px, 1.2820512821vw);
  background-color: #dcace1;
  opacity: 0.5;
  z-index: -1;
}

.p-company-photo {
  position: relative;
  z-index: 0;
}
.p-company-photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; /* 高さを60%に設定 */
  background-color: #f4f4f4; /* グレーの背景色 */
  z-index: -1; /* 背景として後ろに配置 */
}
.p-company-photo__title {
  font-weight: normal;
  padding-top: min(70px, 8.9743589744vw);
  padding-bottom: min(5px, 0.641025641vw);
  font-size: min(36px, 4.6153846154vw);
  padding-left: min(30px, 2.5641025641vw);
}
.p-company-photo__gallery {
  margin-top: 20px;
}
.p-company-photo__image {
  width: 90%;
}

.p-mission {
  position: relative;
  z-index: 0;
}
.p-mission__header {
  position: relative;
  z-index: 0;
  background: #f4f4f4;
  line-height: 1.8;
}
.p-mission__header::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 30%;
  top: 5%;
  background-image: url("../img/mission_top-left.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
.p-mission__header::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4%;
  width: 2.5%;
  height: 25%;
  background: #000;
  z-index: -1;
}
.p-mission__title {
  z-index: 5;
}
.p-mission__intro {
  font-size: min(42px, 5.1282051282vw);
  padding: min(30px, 3.8461538462vw);
  font-weight: 500;
  letter-spacing: 1px;
}
.p-mission__description {
  padding: min(35px, 4.4871794872vw);
  padding-bottom: min(80px, 10.2564102564vw);
  font-size: min(29px, 3.7179487179vw);
}
.p-mission__details {
  background: #fff;
}
.p-missionBlock {
  background: #f4f4f4;
  margin-top: min(100px, 12.8205128205vw);
  padding: min(50px, 6.0256410256vw);
  position: relative;
}
.p-missionBlock:nth-child(odd)::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 40%;
  top: 10%;
  left: -12%;
  background-image: url("../img/mission_decoration.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
}
.p-missionBlock:nth-child(even):after {
  content: "";
  position: absolute;
  height: 50%;
  width: 40%;
  bottom: 10%;
  right: -20%;
  background-image: url("../img/mission_decoration.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
}
.p-missionBlock__title {
  text-align: center;
  font-size: min(36px, 4.6153846154vw);
  padding-bottom: min(30px, 3.8461538462vw);
  margin-bottom: min(30px, 3.8461538462vw);
  border-bottom: solid 1px #000;
  line-height: 1.4;
}
.p-missionBlock__label {
  font-size: min(24px, 3.0769230769vw);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-right: 25px;
  z-index: 0;
  transform: translate(-19%, -130%);
}
@media (max-width: 768px) {
  .p-missionBlock__label {
    transform: translate(-16%, -100%);
  }
}
.p-missionBlock__text {
  font-size: min(29px, 3.7179487179vw);
  line-height: 1.7;
}
.p-missionBlock:nth-child(1) .p-missionBlock__label::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50%;
  top: -22px;
  right: -9px;
  background-image: url("../img/mission_label_accent01.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-missionBlock:nth-child(1) .p-missionBlock__label::before {
    top: -16px;
    right: -2px;
  }
}
.p-missionBlock:nth-child(2) .p-missionBlock__label::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 60%;
  top: -22px;
  right: -27px;
  background-image: url("../img/mission_label_accent02.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-missionBlock:nth-child(2) .p-missionBlock__label::before {
    top: -16px;
    right: -13px;
  }
}
.p-missionBlock:nth-child(3) .p-missionBlock__label::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 60%;
  top: -22px;
  right: -27px;
  background-image: url("../img/mission_label_accent03.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-missionBlock:nth-child(3) .p-missionBlock__label::before {
    top: -16px;
    right: -13px;
  }
}
.p-mission__title {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  padding: min(75px, 9.6153846154vw);
  letter-spacing: 3px;
  font-size: min(60px, 7.6923076923vw);
}

.p-employee-interview {
  position: relative;
  padding: min(80px, 10.2564102564vw) min(30px, 3.8461538462vw);
}
.p-employee-interview:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  right: 0px;
  background-image: url("../img/interview_bg.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
.p-employee-interview__title {
  font-weight: 500;
  position: relative;
  transform: translateX(-10px);
  font-size: min(36px, 4.6153846154vw);
}
.p-employee-interview__thumbnail {
  margin: min(30px, 3.8461538462vw) 0;
}

.c-vide-thumbnail {
  margin-top: min(50px, 6.4102564103vw);
}

.p-working-at-advancer {
  padding: min(50px, 6.4102564103vw);
  background: #626262;
  position: relative;
  z-index: 0;
}
.p-working-at-advancer::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 30%;
  top: 2%;
  left: 0;
  background-image: url("../img/working-at-advancer_top-left.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
.p-working-at-advancer::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5%;
  width: 2%;
  height: 11%;
  background: #fff;
  z-index: 0;
}
.p-working-at-advancer__wrapper {
  padding-top: min(50px, 6.4102564103vw);
  padding-bottom: min(50px, 6.4102564103vw);
}
.p-working-at-advancer__content {
  position: relative;
  padding: min(10px, 1.2820512821vw);
  margin-top: min(45px, 5.7692307692vw);
  margin-right: -70px;
  z-index: 0;
}
.p-working-at-advancer__content::before {
  content: "";
  width: 100%;
  height: 250%;
  position: absolute;
  top: -43%;
  right: 0;
  background: #000;
  opacity: 0.7;
  clip-path: polygon(20% 52%, 171% 18%, 100% 64%);
  z-index: 0;
}
.p-working-at-advancer__title {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
  padding: min(20px, 2.5641025641vw);
}
.p-working-at-advancer__subtitle {
  position: absolute;
  bottom: 23%;
  left: -5px;
  font-size: min(45px, 5.7692307692vw);
  font-style: italic;
  z-index: 0;
}
.p-working-at-advancer__subtitle .tlite_decoration {
  position: relative;
  background: #fff;
  z-index: 0;
  padding: 12px 25px 12px 12px;
}
.p-working-at-advancer__subtitle .tlite_decoration::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: min(5px, -0.641025641vw);
  right: min(5px, -0.641025641vw);
  opacity: 0.5;
  background-color: #dcace1;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-working-at-advancer__subtitle .tlite_decoration::before {
    bottom: min(10px, -1.2820512821vw);
    right: min(10px, -1.2820512821vw);
  }
}
.p-working-at-advancer__subtitle .tlite_decoration::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: min(5px, -0.641025641vw);
  left: min(5px, -0.641025641vw);
  opacity: 0.5;
  background-color: #94c3f2;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-working-at-advancer__subtitle .tlite_decoration::after {
    top: min(10px, -1.2820512821vw);
    left: min(10px, -1.2820512821vw);
  }
}
.p-working-at-advancer__text {
  color: #fff;
  font-size: min(34px, 4.358974359vw);
  padding-left: 10px;
  letter-spacing: 2px;
  position: relative;
}
.p-working-at-advancer__text::after {
  content: "";
  width: 1px;
  height: 119%;
  position: absolute;
  top: 40px;
  left: -17px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-working-at-advancer__text::after {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .p-working-at-advancer__text::after {
    height: 90%;
  }
}
.p-working-at-advancer__item {
  display: flex;
  padding-bottom: min(100px, 12.8205128205vw);
}
.p-working-at-advancer__item:nth-last-child(1) {
  padding-bottom: 0;
}
.p-working-at-advancer__item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.p-employee-benefits {
  background: #f6f3f2;
  padding: min(50px, 6.4102564103vw);
}
.p-employee-benefits__content {
  position: relative;
  z-index: 0;
}
.p-employee-benefits__content img {
  margin: 0 auto;
}
.p-employee-benefits__content::before {
  content: "";
  width: 100%; /* 幅を親要素の90%に設定 */
  height: 70%; /* 高さを親要素の70%に設定 */
  clip-path: polygon(100% 0, 0 50%, 100% 100%); /* 右向きの三角形 */
  background-color: #fff;
  position: absolute;
  top: 8%;
  right: -8%;
  z-index: -1;
}
.p-employee-benefits__content:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 70%; /* 高さを親要素の70%に設定 */
  clip-path: polygon(0 0, 100% 50%, 0 100%); /* 左向きの三角形 */
  background-color: #fff;
  position: absolute;
  top: 8%;
  left: -8%;
  z-index: -1;
}
.p-employee-benefits__subtitle {
  font-size: min(36px, 4.6153846154vw);
  width: fit-content;
  position: relative;
  padding-left: 30px;
  margin: min(50px, 6.4102564103vw) 0;
  white-space: nowrap;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-employee-benefits__subtitle {
    padding-left: 20px;
  }
}
.p-employee-benefits__subtitle::before {
  content: "";
  width: 8px;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#eea4d1, #a2cef8);
}
@media (max-width: 768px) {
  .p-employee-benefits__subtitle::before {
    width: 5px;
  }
}
.p-employee-benefits__subtitle-container {
  display: flex;
  align-items: center;
}
.p-employee-benefits__subtitle-line {
  height: 2px;
  width: 100%;
  background-color: #000;
}
.p-employee-benefits__text {
  padding: min(50px, 6.4102564103vw) 0;
  line-height: 1.8;
  font-size: min(29px, 3.7179487179vw);
}

.p-casual-meeting {
  background-image: url("../img/casual_meeting_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: min(150px, 19.2307692308vw);
}
.p-casual-meeting_header {
  position: relative;
}
.p-casual-meeting_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  clip-path: polygon(65% 50%, 0% 0%, 0% 100%);
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 0;
}
.p-casual-meeting__image {
  width: 90%;
  margin-left: auto;
}
.p-casual-meeting__title {
  position: absolute;
  top: 40%;
  left: 30px;
  display: inline-block;
  z-index: 0;
  font-size: min(45px, 5.3846153846vw);
}
.p-casual-meeting__title .u-title__bg {
  display: inline-block;
  margin-top: min(20px, 2.5641025641vw);
}
.p-casual-meeting__description {
  padding: min(49px, 6.4102564103vw);
  line-height: 1.6;
  font-size: min(29px, 3.7179487179vw);
}

.line-icon {
  width: min(100px, 12.8205128205vw);
  transform: translateX(-10px);
}

.casual-meeting__btn {
  width: 87%;
  height: 100%;
  padding: min(30px, 3.8461538462vw) 25px;
  margin: 0 auto;
  background: #06c655;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: min(36px, 4.6153846154vw);
  font-weight: 500;
}

.p-business-contents {
  position: relative;
  z-index: 0;
  padding: min(30px, 3.8461538462vw);
  line-height: 1.6;
  font-size: min(28px, 3.5897435897vw);
  line-height: 1.8;
}
.p-business-contents::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 35%;
  top: 0.5%;
  left: 3%;
  background-image: url("../img/business-contents_top-left.png");
  background-size: contain; /* または cover、もしくは指定のピクセル値に変更 */
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
.p-business-contents::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5%;
  width: 2%;
  height: min(200px, 20.5128205128vw);
  background: #000;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-business-contents::after {
    width: 2.5%;
    height: min(160px, 28.2051282051vw);
  }
}
.p-business-contents__title {
  font-size: min(48px, 8.3333333333vw);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.5;
  padding: min(30px, 6.4102564103vw);
}
.p-business-contents__description {
  padding: min(50px, 6.4102564103vw) min(15px, 1.9230769231vw);
}
.p-business-contents__section {
  background: #f2f2f2;
  padding: min(45px, 5.7692307692vw);
}
.p-business-contents__section .p-business-contents__subtitle {
  position: relative;
  margin-bottom: 20px;
}
.p-business-contents__section .p-business-contents__subtitle::before {
  content: "";
  width: 8px;
  height: 110%;
  position: absolute;
  top: 0;
  left: min(-20px, 2.5641025641vw);
  background: linear-gradient(#eea4d1, #a2cef8);
}
@media (max-width: 768px) {
  .p-business-contents__section .p-business-contents__subtitle::before {
    width: 5px;
    left: -10px;
  }
}

.step {
  padding: 20px;
}
.step__title-container {
  display: flex;
  align-items: center;
}
.step__title-container .step__title {
  color: #f5fd79;
  background: #000;
  width: fit-content;
  padding: 0 min(20px, 2.5641025641vw);
  font-size: min(36px, 4.6153846154vw);
  font-weight: 500;
  letter-spacing: 2px;
  font-style: italic;
}
.step__title-container .step__title-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}
.step__image {
  margin: min(50px, 6.4102564103vw) auto;
  width: 60%;
}

.p-point {
  padding: min(50px, 6.4102564103vw);
  background-image: url("../img/point-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}
.p-point::before {
  content: "";
  position: absolute;
  height: 350px;
  width: 32%;
  top: -10%;
  left: -3%;
  background-image: url("../img/point-bg_decoration.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-point::before {
    width: 37%;
    top: -13%;
    left: -17px;
  }
}
.p-point::after {
  content: "";
  position: absolute;
  height: 350px;
  width: 30%;
  top: 50%;
  right: -8%;
  background-image: url("../img/point-bg_decoration.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-point::after {
    width: 40%;
    right: -13%;
  }
}
.p-point__title-container {
  display: flex;
  align-items: center;
}
.p-point__title {
  margin-right: 20px;
  font-size: min(40px, 5.1282051282vw);
  transform: skewX(-3deg);
  font-weight: 500;
  letter-spacing: 3px;
}
.p-point__title-line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
.p-point__description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  font-size: min(27px, 3.4615384615vw);
}

.p-gallery {
  position: relative;
  overflow: hidden;
  padding: min(50px, 6.4102564103vw);
  padding-top: min(100px, 12.8205128205vw);
}
.p-gallery::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 13%;
  left: 0px;
  background-image: url("../img/gallery-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 0;
}
.p-gallery__container img {
  width: 90%;
}
.p-gallery__container img:nth-child(1) {
  transform: translateX(10%);
}
.p-gallery__container img:nth-child(2) {
  transform: translateY(-20%);
}

.p-company-overview {
  padding: min(100px, 12.8205128205vw) min(50px, 6.4102564103vw);
  background-color: #f9f9f9;
  color: #fff;
  background-image: url("../img/company-overview_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  line-height: 2;
}
.p-company-overview__title-container {
  display: flex;
  align-items: center;
}
.p-company-overview__title {
  font-size: min(48px, 6.1538461538vw);
  font-weight: bold;
  margin-right: 1.2820512821vw;
}
.p-company-overview__title-line {
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}
.p-company-overview__content {
  margin-top: min(48px, 6.1538461538vw);
}
.p-company-overview__text {
  font-size: min(28px, 3.5897435897vw);
  margin-bottom: 10px;
}
.p-company-overview__list {
  font-size: min(28px, 3.5897435897vw);
}
.p-company-overview__item {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
.p-company-overview__label {
  width: fit-content;
  flex-shrink: 0;
}

.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(48px, 6.1538461538vw);
  font-weight: bold;
  margin-right: 1.2820512821vw;
}
.p-affiliated-companies__title-line {
  flex-grow: 1;
  height: 2px;
  background-color: #000;
}
.p-affiliated-companies__logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: min(100px, 12.8205128205vw);
}
.p-affiliated-companies__logo {
  width: 43%;
  margin-bottom: 30px;
}

.p-line-entry {
  background-image: url("../img/entry-bg.png");
  padding: min(65px, 10.2564102564vw) min(30px, 3.8461538462vw);
  padding-bottom: min(30px, 3.8461538462vw);
}
.p-line-entry__title {
  font-size: min(45px, 5.7692307692vw);
  padding-bottom: min(100px, 12.8205128205vw);
  position: relative;
}
.p-line-entry__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 45%;
  background: #000;
}
.p-line-entry__container {
  background: #fff;
  padding: min(50px, 6.4102564103vw);
  padding-bottom: min(110px, 14.1025641026vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.p-line-entry__container::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 21%;
  top: -18px;
  left: 40%;
  background-image: url("../img/entry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 0;
}
.p-line-entry__description {
  font-size: min(27px, 3.4615384615vw);
}
.p-line-entry .casual-meeting__btn {
  transform: translateY(-45%);
}
.p-line-entry .casual-meeting__btn {
  width: 95%;
}

/*特徴セクション*/
.p-feature-cards {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(30px);
}
.p-feature-cards.show {
  opacity: 1;
  transform: none;
}

/*join-us セクション*/
.p-join-us__title {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-join-us__title.show {
  opacity: 1;
}

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

/*company-photo セクション*/
.p-company-photo__image {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-company-photo__image.show {
  opacity: 1;
}

/*mission セクション*/
.p-missionBlock {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-missionBlock.show {
  opacity: 1;
}

.p-employee-interview__thumbnails {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-employee-interview__thumbnails.show {
  opacity: 1;
}

.p-working-at-advancer__title {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-working-at-advancer__title.show {
  opacity: 1;
}

.p-employee-benefits__img {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-employee-benefits__img.show {
  opacity: 1;
}

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

.casual-meeting__btn {
  opacity: 0;
  transition: 0.3s all ease;
}
.casual-meeting__btn.show {
  opacity: 1;
}

.casual-meeting__btn {
  transition: 0.3s all ease;
}
.casual-meeting__btn:hover {
  opacity: 0.7;
  scale: 0.95;
}

.p-business-contents__title {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-business-contents__title.show {
  opacity: 1;
}

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

.p-gallery__image {
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 10;
}
.p-gallery__image.show {
  opacity: 1;
}

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

.p-affiliated-companies__logos {
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 10;
}
.p-affiliated-companies__logos.show {
  opacity: 1;
}

.p-company-overview__title-container {
  opacity: 0;
  transition: 0.3s all ease;
}
.p-company-overview__title-container.show {
  opacity: 1;
}

/* モーダル全体のスタイル（共通） */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* モーダルのコンテンツ */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  max-width: 700px;
  width: 100%;
}
.modal-content video {
  height: 100vh;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10%;
  right: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}

/* モーダル表示中にスクロールを無効にする */
.no-scroll {
  overflow: hidden;
}

.highlight-yellow {
  position: relative;
  z-index: 0;
}
.highlight-yellow::before {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5fd79;
  z-index: -1;
}