@charset "UTF-8";
.l-pagetitle__inner::after {
  content: "OUR JOB";
}

.p-bridge__flow-list {
  text-align: center;
}
@media (min-width: 767px) {
  .p-bridge__flow-list {
    margin-top: 100px;
  }
}
@media (min-width: 959px) {
  .p-bridge__flow-list {
    margin-top: 150px;
  }
}
@media (min-width: 1199px) {
  .p-bridge__flow-list {
    margin-top: 200px;
  }
}
.p-bridge__flow-list h2 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: clamp(1.438rem, 0.954rem + 2.063vw, 2.5rem);
  margin-bottom: clamp(1.25rem, 0.397rem + 3.641vw, 3.125rem);
}
@media (min-width: 1199px) {
  .p-bridge__flow-list h2 {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}
.p-bridge__flow-list ul {
  list-style-type: none;
  gap: 15px 13px;
  flex-wrap: wrap;
}
.p-bridge__flow-list ul li {
  width: calc((100% - 13px) / 2);
}
@media (min-width: 959px) {
  .p-bridge__flow-list ul li {
    width: calc((100% - 26px) / 3);
  }
}
@media (min-width: 1199px) {
  .p-bridge__flow-list ul li {
    width: calc((100% - 39px) / 4);
  }
}
.p-bridge__flow-list ul li a {
  background-color: #4682A0;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  justify-content: space-between;
  gap: 5px;
}
.p-bridge__flow-list ul li a span {
  font-size: 1rem;
}
@media (min-width: 959px) {
  .p-bridge__flow-list ul li a span {
    font-size: 1.25rem;
  }
}
.p-bridge__flow-list ul li a span.u-sml {
  font-size: 0.75rem;
}
@media (min-width: 959px) {
  .p-bridge__flow-list ul li a span.u-sml {
    font-size: 1.125rem;
  }
}
.p-bridge__flow-list ul li a span.u-mark {
  display: inline-block;
  height: 8px;
}
.p-bridge__flow-list ul li a span.u-mark::before {
  content: "";
  width: 14px;
  height: 8px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 959px) {
  .p-bridge__flow-contents {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    justify-content: space-between;
  }
}
.p-bridge__flow-side {
  display: none;
}
@media (min-width: 959px) {
  .p-bridge__flow-side {
    position: relative;
    width: calc(100% - 50px - 76.1666%);
    display: block;
  }
  .p-bridge__flow-side ul {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    list-style-type: none;
  }
  .p-bridge__flow-side ul li:not(:last-child) {
    margin-bottom: 15px;
    font-weight: 500;
  }
  .p-bridge__flow-side ul li.current a {
    color: #002855;
  }
  .p-bridge__flow-side ul li a {
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    gap: 10px;
    color: #C8C8C8;
    transition: color 0.2s;
  }
}
@media (min-width: 959px) and (any-hover: hover) {
  .p-bridge__flow-side ul li a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #002855;
  }
  .p-bridge__flow-side ul li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #002855;
  }
  .p-bridge__flow-side ul li a:where(:any-link, :enabled, summary):hover {
    color: #002855;
  }
}
.p-bridge__flow-main {
  position: relative;
}
@media (min-width: 959px) {
  .p-bridge__flow-main {
    width: 76.1666%;
    border-left: 1px solid #002855;
    padding-left: 60px;
  }
}
@media (min-width: 959px) {
  .p-bridge__flow-main section h3 {
    margin-top: 10px;
    position: relative;
  }
  .p-bridge__flow-main section h3::before {
    content: "";
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    border-radius: 100px;
    background-color: #002855;
    position: absolute;
    left: -70px;
    top: -10px;
  }
}
.p-bridge__flow-main section:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .p-bridge__flow-main section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 959px) {
  .p-bridge__flow-main section:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (min-width: 1199px) {
  .p-bridge__flow-main section:not(:last-child) {
    margin-bottom: 160px;
  }
}
.p-bridge__flow-main section .u-txt span.u-bold {
  font-weight: bold;
  display: inline-block;
  font-size: clamp(1.125rem, 0.897rem + 0.971vw, 1.625rem);
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-bridge__flow-main section .u-txt span.u-bold {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
.p-bridge__flow-main section .u-txt ul {
  margin-left: 1.5em;
}
.p-bridge__flow-main section .u-txt ul li:not(:last-child) {
  margin-bottom: 5px;
}
.p-bridge__flow-main section .u-img {
  margin-top: 30px;
  gap: 20px 15px;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .p-bridge__flow-main section .u-img {
    margin-top: 40px;
    gap: 30px;
  }
}
@media (min-width: 959px) {
  .p-bridge__flow-main section .u-img {
    margin-top: 50px;
    gap: 30px 50px;
  }
}
.p-bridge__flow-main section .u-img figure {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 767px) {
  .p-bridge__flow-main section .u-img figure {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 959px) {
  .p-bridge__flow-main section .u-img figure {
    width: calc((100% - 50px) / 2);
  }
}
.p-bridge__flow-main section .u-img figure img {
  width: 100%;
}
.p-bridge__flow-main section .u-img figure figcaption {
  margin-top: 0.5em;
}
.p-bridge__flow-main section .u-img figure figcaption .u-bold {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.p-bridge__flow-main section .u-img figure figcaption .u-sml {
  font-size: 0.8125rem;
}
@media (min-width: 767px) {
  .p-bridge__flow-main section .u-img figure figcaption .u-sml {
    font-size: 0.875rem;
  }
}
.p-introduction__nav {
  flex-wrap: wrap;
  padding: 0 5%;
  list-style-type: none;
  text-align: center;
  gap: 15px;
}
@media (min-width: 767px) {
  .p-introduction__nav {
    padding: 0 40px;
  }
}
@media (min-width: 959px) {
  .p-introduction__nav {
    padding: 0 50px;
    gap: 40px;
  }
}
@media (min-width: 1199px) {
  .p-introduction__nav {
    padding: 0;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-introduction__nav li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 959px) {
  .p-introduction__nav li {
    width: calc((100% - 40px) / 2);
  }
}
.p-introduction__nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  padding: 0.5em;
  font-size: clamp(1.438rem, 0.897rem + 2.306vw, 2.625rem);
  transition: letter-spacing 0.5s;
}
@media (min-width: 1199px) {
  .p-introduction__nav li a {
    font-size: 2.625rem;
  }
}
@media (any-hover: hover) {
  .p-introduction__nav li a:where(:-webkit-any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
  .p-introduction__nav li a:where(:-moz-any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
  .p-introduction__nav li a:where(:any-link, :enabled, summary):hover {
    letter-spacing: 0.25em;
  }
}
.p-introduction__nav li.-gijutsu {
  background-color: #002855;
}
.p-introduction__nav li.-jimu {
  background-color: #4682A0;
}
.p-introduction__contents {
  padding: 40px 5%;
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
.p-introduction__contents.is-active {
  display: block; /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 767px) {
  .p-introduction__contents {
    padding: 60px 40px;
  }
}
@media (min-width: 959px) {
  .p-introduction__contents {
    padding: 80px 50px 120px;
  }
}
@media (min-width: 1199px) {
  .p-introduction__contents {
    padding: 100px 50px 180px;
  }
}
.p-introduction__contents#gijutsu {
  background-color: #002855;
}
.p-introduction__contents#jimu {
  background-color: #4682A0;
}
.p-introduction__contents-inner {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 959px) {
  .p-introduction__contents-inner {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1199px) {
  .p-introduction__contents-inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-introduction__contents-inner section {
  background-color: #fff;
  padding: 20px 5%;
}
@media (min-width: 767px) {
  .p-introduction__contents-inner section {
    padding: 30px 30px 40px;
  }
}
@media (min-width: 959px) {
  .p-introduction__contents-inner section {
    width: calc((100% - 40px) / 2);
    display: flex;
    flex-direction: column;
  }
}
.p-introduction__contents-inner section .u-flex {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 959px) {
  .p-introduction__contents-inner section .u-flex {
    margin: 0;
  }
}
.p-introduction__contents-inner section .u-flex hgroup {
  width: calc(100% - 100px - 20px);
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-introduction__contents-inner section .u-flex hgroup {
    width: calc(100% - 125px - 20px);
  }
}
.p-introduction__contents-inner section .u-flex hgroup h2 {
  font-size: clamp(1.25rem, 0.909rem + 1.456vw, 2rem);
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-introduction__contents-inner section .u-flex hgroup h2 {
    font-size: 2rem;
  }
}
.p-introduction__contents-inner section .u-flex hgroup p {
  margin-top: 0.5em;
  font-size: clamp(1.063rem, 0.92rem + 0.607vw, 1.375rem);
}
@media (min-width: 1199px) {
  .p-introduction__contents-inner section .u-flex hgroup p {
    font-size: 1.375rem;
  }
}
.p-introduction__contents-inner section .u-flex figure {
  border-radius: 100px;
  background-color: #E2F0F5;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}
.p-introduction__contents-inner section .u-flex figure img {
  width: 70%;
}
@media (min-width: 1199px) {
  .p-introduction__contents-inner section .u-flex figure {
    width: 125px;
    height: 125px;
  }
  .p-introduction__contents-inner section .u-flex figure img {
    width: 81px;
  }
}
.p-introduction__contents-inner section .u-txt {
  margin-top: 12px;
}
@media (min-width: 959px) {
  .p-introduction__contents-inner section .u-txt {
    margin-top: 20px;
    margin-bottom: auto;
  }
}
.p-introduction__contents-link {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .p-introduction__contents-link {
    width: 100%;
    max-width: 380px;
    margin-inline: auto;
  }
}
@media (min-width: 959px) {
  .p-introduction__contents-link {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.p-movie {
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767px) {
  .p-movie {
    gap: 40px 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 959px) {
  .p-movie {
    gap: 70px 30px;
  }
}
@media (min-width: 767px) {
  .p-movie__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 959px) {
  .p-movie__item {
    width: calc((100% - 60px) / 3);
  }
}
.p-movie__item .u-txt {
  margin-top: 15px;
  /* @include pc {
      margin-top: 15px;
  } */
}
.p-movie__item .u-txt a {
  display: inline-block;
  margin-top: 1em;
  color: #4682A0;
  position: relative;
}
.p-movie__item .u-txt a::before {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #4682A0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.p-movie__item figure a {
  display: block;
  background-color: #002855;
  position: relative;
  overflow: hidden;
  aspect-ratio: 19/12;
}
.p-movie__item figure a img {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s, scale 0.2s;
}
.p-movie__item figure a span {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  aspect-ratio: 1;
  background-color: #002855;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: scale 0.2s;
}
.p-movie__item figure a span::after {
  content: "";
  width: 17px;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -45% -50%;
}
@media (any-hover: hover) {
  .p-movie__item figure a:where(:-webkit-any-link, :enabled, summary):hover span {
    scale: 1.1;
  }
  .p-movie__item figure a:where(:-moz-any-link, :enabled, summary):hover span {
    scale: 1.1;
  }
  .p-movie__item figure a:where(:any-link, :enabled, summary):hover span {
    scale: 1.1;
  }
  .p-movie__item figure a:where(:-webkit-any-link, :enabled, summary):hover img {
    opacity: 0.6;
    scale: 1.1;
  }
  .p-movie__item figure a:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.6;
    scale: 1.1;
  }
  .p-movie__item figure a:where(:any-link, :enabled, summary):hover img {
    opacity: 0.6;
    scale: 1.1;
  }
}
.p-movie__item figure figcaption {
  margin-top: 15px;
}
.p-movie__item figure figcaption h2 {
  font-size: 1rem;
  border-left: 6px solid #002855;
  padding-left: 0.75em;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-movie__item figure figcaption h2 {
    font-size: 1.125rem;
    padding-left: 1em;
  }
}
@media (min-width: 959px) {
  .p-movie__item figure figcaption {
    margin-top: 20px;
  }
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=ourjob.css.map */