@charset "UTF-8";
.cFv__headline {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.cFv__headline_ja {
  display: flex;
  flex-direction: column;
  font-size: calc(1.75 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 0;
}
.cFv__headline_ja_text {
  display: flex;
  overflow: hidden;
}
.cFv__headline_en {
  display: grid;
  overflow: hidden;
  font-family: var(--font-roc-grotesk);
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.cFv__headline_en_text {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .cFv__headline {
    gap: calc(32 * var(--px)) 0;
  }
  .cFv__headline_ja {
    font-size: calc(3.25 * var(--rem));
  }
  .cFv__headline_en {
    font-size: calc(1.3125 * var(--rem));
  }
}
.cBreadcrumb {
  position: absolute;
  top: calc(145 * var(--px));
  right: calc(32 * var(--px));
  z-index: 1;
}
.cBreadcrumb__list {
  display: flex;
  gap: 0 calc(29 * var(--px));
}
.cBreadcrumb__item {
  font-size: calc(0.8125 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.cBreadcrumb__item_link {
  position: relative;
}
.cBreadcrumb__item_link::before {
  position: absolute;
  left: calc(100% + 8 * var(--px));
  content: "／";
}

.pFv {
  overflow: hidden;
}
.pFv__inner {
  position: relative;
  padding: calc(140 * var(--px)) calc(20 * var(--px)) calc(60 * var(--px));
}
.pFv__headline {
  padding: 0;
}
.pFv__text {
  margin-top: calc(19 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pFv__imageList {
  margin: calc(24 * var(--px)) calc(-20 * var(--px)) 0;
}
.pFv__image[data-image="1"] {
  width: calc(324 * var(--px));
  height: calc(215 * var(--px));
  margin-left: auto;
}
.pFv__image[data-image="2"] {
  width: calc(276 * var(--px));
  height: calc(161 * var(--px));
  margin-top: calc(-35 * var(--px));
}
.pFv__image[data-image="3"] {
  position: absolute;
  right: calc(72 * var(--px));
  bottom: calc(39 * var(--px));
  z-index: -1;
  width: calc(79 * var(--px));
  height: calc(65 * var(--px));
}
.pFv__leaf {
  position: absolute;
  mix-blend-mode: multiply;
}
.pFv__leaf[data-leaf="1"] {
  top: calc(119 * var(--px));
  right: calc(79 * var(--px));
  width: calc(66 * var(--px));
  height: calc(56 * var(--px));
}
.pFv__leaf[data-leaf="2"] {
  right: calc(-13 * var(--px));
  bottom: calc(114 * var(--px));
  width: calc(60 * var(--px));
  height: calc(48 * var(--px));
}
.pFv__leaf[data-leaf="3"] {
  bottom: 0;
  left: calc(47 * var(--px));
  width: calc(75 * var(--px));
  height: calc(78 * var(--px));
}

.pJob {
  margin-top: calc(40 * var(--px));
}
.pJob__inner {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.pJob__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(16 * var(--px)) calc(0 * var(--px));
  gap: calc(16 * var(--px)) calc(0 * var(--px));
  padding: calc(40 * var(--px)) 0 0;
  border-top: 1px solid #ccc;
}
.pJob__item:last-child {
  padding-bottom: calc(40 * var(--px));
  border-bottom: 1px solid #ccc;
}
.pJob__item_headline {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--px)) 0;
}
.pJob__item_headline_ja {
  font-size: calc(2.5 * var(--rem));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.pJob__item_headline_en {
  font-family: var(--font-roc-grotesk);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.pJob__item_content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(24 * var(--px)) calc(0 * var(--px));
  gap: calc(24 * var(--px)) calc(0 * var(--px));
}
.pJob__item_image {
  width: 100%;
  height: calc(278 * var(--px));
}
.pJob__item_title {
  font-size: calc(1.375 * var(--rem));
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pJob__item_description {
  margin-top: calc(16 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pJob__item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(56 * var(--px));
  margin-top: calc(24 * var(--px));
  font-size: calc(0.8125 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.1em;
  background: linear-gradient(110deg, #0d29df 0%, #3bbbff 128.47%);
  border-radius: 999px;
}
.pJob__item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  transform: translate(-100%);
  transition: transform 0.4s var(--ease-out-quart);
}

.pLinkWrap {
  margin: calc(40 * var(--px)) calc(20 * var(--px)) calc(80 * var(--px));
}

.pLink {
  position: relative;
}
.pLink::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(110deg, #0d29df 0%, #3bbbff 128.47%);
}
.pLink__imageWrap {
  position: relative;
  width: 100%;
  height: calc(97 * var(--px));
}
.pLink__image {
  width: 100%;
  height: 100%;
}
.pLink__body {
  padding: calc(12 * var(--px)) calc(26 * var(--px)) calc(10 * var(--px));
}
.pLink__headline {
  display: flex;
  flex-direction: column;
  gap: calc(6 * var(--px)) 0;
  color: var(--color-white);
}
.pLink__headline_jp {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.pLink__headline_icon {
  width: calc(26 * var(--px));
  height: calc(24 * var(--px));
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(232 * var(--px)) 0 calc(229 * var(--px));
  }
  .pFv__headline {
    position: relative;
    z-index: 1;
    grid-row: 1/2;
    grid-column: 4/27;
  }
  .pFv__text {
    grid-row: 2/3;
    grid-column: 4/27;
    margin-top: calc(40 * var(--px));
    font-size: calc(1.0625 * var(--rem));
    line-height: 1.5;
  }
  .pFv__imageList {
    position: absolute;
    top: 0;
    right: calc(192 * var(--px));
    width: calc(855 * var(--px));
    height: calc(642 * var(--px));
    margin: 0;
  }
  .pFv__image[data-image="1"] {
    width: calc(558 * var(--px));
    height: calc(383 * var(--px));
    margin-left: 0;
  }
  .pFv__image[data-image="2"] {
    width: calc(455 * var(--px));
    height: calc(319 * var(--px));
    margin-top: calc(-60 * var(--px));
    margin-left: auto;
  }
  .pFv__image[data-image="3"] {
    top: calc(274 * var(--px));
    right: calc(72 * var(--px));
    width: calc(168 * var(--px));
    height: calc(138 * var(--px));
  }
  .pFv__leaf[data-leaf="1"] {
    top: calc(76 * var(--px));
    right: auto;
    right: initial;
    left: calc(373 * var(--px));
    width: calc(92 * var(--px));
    height: calc(78 * var(--px));
  }
  .pFv__leaf[data-leaf="2"] {
    right: calc(21 * var(--px));
    bottom: calc(76 * var(--px));
    width: calc(97 * var(--px));
    height: calc(93 * var(--px));
  }
  .pFv__leaf[data-leaf="3"] {
    bottom: 0;
    left: calc(736 * var(--px));
    width: calc(120 * var(--px));
    height: calc(124 * var(--px));
  }
  .pFv__leaf[data-leaf="4"] {
    bottom: calc(106 * var(--px));
    left: calc(355 * var(--px));
    width: calc(105 * var(--px));
    height: calc(78 * var(--px));
  }
  .pJob {
    margin-top: calc(34 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .pJob__inner {
    display: flex;
    flex-direction: column;
    grid-column: 5/59;
    gap: calc(56 * var(--px)) 0;
    padding: 0;
  }
  .pJob__item {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(54, 1fr);
    grid-gap: 0;
    gap: 0;
    padding: calc(56 * var(--px)) 0 0;
  }
  .pJob__item:last-child {
    padding-bottom: calc(56 * var(--px));
  }
  .pJob__item_headline {
    grid-column: 1/9;
    gap: calc(24 * var(--px)) 0;
  }
  .pJob__item_headline_ja {
    font-size: calc(2.75 * var(--rem));
  }
  .pJob__item_headline_en {
    font-size: calc(21 * var(--px));
  }
  .pJob__item_content {
    display: grid;
    grid-template-columns: calc(432 * var(--px)) calc(504 * var(--px));
    grid-column: 14/55;
    justify-content: space-between;
  }
  .pJob__item_image {
    width: 100%;
    height: calc(344 * var(--px));
  }
  .pJob__item_title {
    font-size: calc(2 * var(--rem));
  }
  .pJob__item_description {
    font-size: calc(1.0625 * var(--rem));
  }
  .pJob__item_link {
    margin-top: calc(40 * var(--px));
    font-size: calc(0.875 * var(--rem));
  }
  .pJob__item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-blue);
    transform: translate(-100%);
    transition: transform 0.4s var(--ease-out-quart);
  }
  .pLinkWrap {
    margin: calc(80 * var(--px)) 0 calc(140 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .pLink {
    display: grid;
    grid-template-columns: calc(552 * var(--px)) 1fr;
    grid-column: 5/59;
  }
  .pLink__imageWrap {
    height: calc(150 * var(--px));
  }
  .pLink__body {
    padding: calc(32 * var(--px)) calc(72 * var(--px)) calc(24 * var(--px));
  }
  .pLink__headline {
    gap: calc(12 * var(--px)) 0;
  }
  .pLink__headline_jp {
    font-size: calc(1.125 * var(--rem));
  }
}
@media screen and (min-width: 960px) and (any-hover: hover) {
  .pLink:hover .pLink__headline {
    color: var(--color-white);
  }
  .pLink:hover .cLinkIcon__path {
    stroke: var(--color-white);
  }
}