/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.mv {
  position: relative;
  height: 100vh;
  min-height: 500px;
  max-height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100svh;
  }
}
.mv .image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.mv .image div {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv .image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mv .copy {
  margin-left: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv .copy {
    margin-left: 0;
    padding-bottom: 2rem;
  }
}
.mv .copy p {
  color: #fff;
  font-family: "Noto Serif JP";
  font-style: italic;
  letter-spacing: -0.05em;
}
.mv .copy p span {
  display: inline-block;
}
.mv .copy p .sub {
  font-size: min(100px, 6.25vw);
}
@media screen and (max-width: 767px) {
  .mv .copy p .sub {
    font-size: 12.8205128205vw;
  }
}
.mv .copy p .main {
  font-size: min(134px, 8.375vw);
  letter-spacing: -0.06em;
  margin-right: -0.15em;
}
@media screen and (max-width: 767px) {
  .mv .copy p .main {
    font-size: 17.1794871795vw;
  }
}
.mv .polygon {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.mv .polygon .left {
  position: absolute;
  inset: 0;
  background: url(../images/top/top_polygon.gif) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .mv .polygon .left {
    display: none;
  }
}
.mv .polygon .right {
  position: absolute;
  inset: 0;
  background: url(../images/top/top_polygon.gif) no-repeat left center/contain;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .mv .polygon .right {
    right: -20%;
  }
}

/*------------------------------*/
.lead {
  padding-block: 15rem 10rem;
  background: url(../images/top/top_lead_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .lead {
    padding-block: 8rem 10rem;
  }
}
.lead p.readText {
  font-size: 1.7rem;
  margin-left: 50%;
  line-height: 2.2;
  color: #fff;
  letter-spacing: -0.01em;
}
.lead p.readText + p.readText {
  margin-top: 1lh;
}
@media screen and (max-width: 767px) {
  .lead p.readText {
    margin-left: 0;
  }
}

/*------------------------------*/
.about {
  position: relative;
  padding-block: 18rem 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 6rem;
  }
}
.about .title-en {
  position: absolute;
  color: var(--gray);
  font-size: min(28rem, 25vw);
  font-style: italic;
  top: 0;
  right: -2rem;
  letter-spacing: 0.02em;
  line-height: 0.85;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .about .title-en {
    right: -0.5rem;
    font-weight: 500;
  }
}
.about .title-ja {
  position: relative;
  z-index: 2;
  color: var(--main);
  font-size: 6.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about .title-ja {
    font-size: 4rem;
  }
}
.about .message-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrap {
    display: flex;
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.about .message-wrap .text p.en {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 0.6em;
}
.about .message-wrap .text p.ja {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrap .text p.ja {
    margin-bottom: 3rem;
  }
}
.about .message-wrap .text p.readText {
  margin-block: var(--leading-trim);
}
.about .message-wrap .text .borderLink {
  margin-top: 6rem;
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .about .message-wrap .text .borderLink {
    margin-top: 4rem;
  }
}
.about .item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .about .item-wrap {
    grid-template-columns: 1fr;
    margin-top: 6rem;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6rem;
  }
}
.about .item-wrap .item .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about .item-wrap .item .text .title {
  margin-top: 2rem;
}
.about .item-wrap .item .text .title p.en {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 0.5em;
}
.about .item-wrap .item .text .title p.ja {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about .item-wrap .item .text .title p.ja {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .about .item-wrap .item .arrow-icon {
    margin-bottom: 1em;
  }
}

/*------------------------------*/
.job {
  position: relative;
  padding-block: 15rem 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job {
    padding-block: 8rem 6rem;
  }
}
.job .title-en {
  position: absolute;
  color: var(--gray);
  font-size: 28rem;
  font-style: italic;
  top: 0;
  left: 0;
  letter-spacing: 0.02em;
  line-height: 0.85;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .job .title-en {
    font-size: 30vw;
    left: -0.5rem;
  }
}
.job .image {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 5px solid var(--main);
}
@media screen and (max-width: 767px) {
  .job .image {
    border-width: 3px;
    height: 20rem;
  }
  .job .image img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.job .image .title-ja {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .job .image .title-ja {
    font-size: 2.8rem;
    display: flex;
    place-content: normal;
    padding-left: 1rem;
    padding-top: 2rem;
  }
}
.job .image .borderLink {
  position: absolute;
  z-index: 2;
  bottom: 2.5rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .job .image .borderLink {
    right: 1rem;
    bottom: 1.5rem;
  }
}

/*------------------------------*/
.interview {
  padding-bottom: 8rem;
  background-image: linear-gradient(to bottom, transparent 0% 9rem, #dfe6ec 9rem 100%);
}
@media screen and (max-width: 767px) {
  .interview {
    padding-bottom: 5rem;
    background-image: linear-gradient(to bottom, transparent 0% 12vw, #dfe6ec 12vw 100%);
  }
}
.interview .title-en {
  text-align: center;
  font-size: 14rem;
  font-style: italic;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .interview .title-en {
    font-size: 18vw;
  }
}
.interview .title-ja {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .interview .title-ja {
    font-size: 1.8rem;
  }
}
.interview .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 6rem;
}
@media screen and (max-width: 767px) {
  .interview .text {
    margin-block: 4rem 6rem;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 2rem;
  }
}
.interview .thum-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .interview .thum-wrap {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3.5rem;
  }
}
.interview .thum-wrap a.thum {
  display: block;
}
.interview .thum-wrap a.thum p.profile {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview .thum-wrap a.thum p.profile {
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.interview .thum-wrap a.thum p.en {
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--main);
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .interview .thum-wrap a.thum p.en {
    font-size: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .interview .thum-wrap a.thum img {
    transition: scale 0.6s ease, opacity 0.3s ease;
  }
  .interview .thum-wrap a.thum:hover img {
    scale: 1.03 !important;
    opacity: 0.7;
  }
}

/*------------------------------*/
.work {
  padding-block: 8rem 35rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work {
    padding-block: 4rem 52rem;
  }
}
.work .work-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .work .work-wrap {
    width: 100%;
  }
}
.work .work-wrap .title-en {
  font-size: 9rem;
  font-style: italic;
  color: var(--main);
  margin-left: -0.05em;
}
@media screen and (max-width: 767px) {
  .work .work-wrap .title-en {
    font-size: 18vw;
  }
}
.work .work-wrap .title-ja {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--main);
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .work .work-wrap .title-ja {
    font-size: 1.8rem;
  }
}
.work .work-wrap p.readText {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .work .work-wrap p.readText {
    margin-top: 3.5rem;
  }
}
.work .work-wrap .item-wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .work .work-wrap .item-wrap {
    margin-top: 4rem;
  }
}
.work .work-wrap .item-wrap a.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border: 1px var(--main) solid;
  padding-inline: 2rem;
}
.work .work-wrap .item-wrap a.item p.en {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 0.6em;
}
.work .work-wrap .item-wrap a.item p.ja {
  font-size: 2.1rem;
  font-weight: 600;
}
.work .work-wrap .item-wrap a.item + a.item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .work .work-wrap .item-wrap a.item + a.item {
    margin-top: 2.5rem;
  }
}
.work .slide-wrap {
  position: absolute;
  left: calc(50% + 6rem);
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .work .slide-wrap {
    flex-direction: row;
    top: auto;
    bottom: 4rem;
    left: 0;
    width: 100%;
    height: 44rem;
  }
}
.work .slide-wrap .slide-grid {
  display: grid;
  grid-template-columns: repeat(2, min(40rem, 24vw));
  gap: 4rem;
  padding-bottom: 4rem;
  -webkit-animation: slideUp 36s linear infinite;
          animation: slideUp 36s linear infinite;
  will-change: transform;
  transform: translateY(0%);
}
@media screen and (max-width: 767px) {
  .work .slide-wrap .slide-grid {
    grid-template-columns: repeat(4, 20rem);
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    transform: translateX(0%);
    gap: 2rem;
    -webkit-animation: slideLeft 28s linear infinite;
            animation: slideLeft 28s linear infinite;
    padding-bottom: 0;
    padding-right: 2rem;
  }
}
.work .slide-wrap .slide-grid img {
  width: 100%;
  aspect-ratio: 800/900;
}
.work .slide-wrap .slide-grid img:nth-of-type(even) {
  transform: translateY(4rem);
}
@media screen and (max-width: 767px) {
  .work .slide-wrap .slide-grid img:nth-of-type(even) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .work .slide-wrap .slide-grid img:nth-of-type(4n+3), .work .slide-wrap .slide-grid img:nth-of-type(4n+4) {
    transform: translateY(2rem);
  }
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*------------------------------*/
.entry {
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .entry {
    margin-top: -6rem;
  }
}
.entry .entry-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .entry .entry-wrap {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.entry a.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: 100%;
  width: 100%;
  height: 28rem;
  padding-inline: 4rem 3rem;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
@media screen and (max-width: 767px) {
  .entry a.btn {
    height: 12rem;
  }
}
.entry a.btn.career {
  background-color: #fff;
  border-color: #eaeaeb;
}
.entry a.btn.career .text {
  color: var(--main);
}
.entry a.btn.newgrad {
  background-color: #002164;
}
.entry a.btn.newgrad .text {
  color: #fff;
}
.entry a.btn.newgrad .text .title-ja {
  display: flex;
  align-items: center;
}
.entry a.btn.newgrad .text .title-ja::after {
  content: "";
  -webkit-mask-image: var(--external);
          mask-image: var(--external);
  inline-size: 1em;
  margin-left: 0.1em;
  display: inline-block;
  aspect-ratio: 1;
  background-color: currentColor;
  transition: all 0.1s ease;
}
.entry a.btn .text {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: opacity 0.1s;
}
.entry a.btn .text .title-en {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.entry a.btn .text .title-ja {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .entry a.btn .text .title-ja {
    font-size: 2.1rem;
  }
}
.entry a.btn .arrow-icon {
  position: relative;
  z-index: 2;
  transition: border 0.1s ease, background-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .entry a.btn:hover .arrow-icon {
    border: 1px solid var(--main);
  }
  .entry a.btn:hover.career {
    border-color: var(--main);
  }
  .entry a.btn:hover.newgrad {
    border-color: #fff;
  }
  .entry a.btn:hover.newgrad .arrow-icon {
    background-color: transparent;
    border-color: #fff;
  }
  .entry a.btn:hover.newgrad .arrow-icon.white::after {
    background-image: url("../common/images/arrow-w.svg");
  }
}
/*# sourceMappingURL=style.css.map */