@charset "utf-8";
body {
  background-color: #fff;
}

.text {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .block-ttl {
    padding: 0 25px;
  }
}

.block-ttl .en {
  font-size: 1.2rem;
  font-family: var(--font-lato);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-orange);
  display: block;
}

.block-ttl .ja {
  font-size: 4rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .block-ttl .ja {
    font-size: 3.2rem;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  height: 100vh;
  height: 100svh;
  min-height: max(650px, 100vh);
  min-height: max(650px, 100dvh);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 480px;
    min-height: initial;
  }
}

.fv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 680/800;
  height: min(62.5vw,100%);
  background: url(/recruit/img/common/aping-yamazaki-deco01.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv::before {
    left: 0;
    top: 0;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 375/240;
    background: url(/recruit/img/common/aping-yamazaki-deco01_sp.png) no-repeat;
    background-size: cover;
  }

}

.fv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 620/800;
  height: min(62.5vw,100%);
  background: url(/recruit/img/common/aping-yamazaki-deco02.png) no-repeat;
  background-size: cover;
  background-position: right top;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv::after {
    top: initial;
    bottom: 0;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 375/240;
    background: url(/recruit/img/common/aping-yamazaki-deco02_sp.png) no-repeat;
    background-size: cover;
  }
  .fv::after {
    display: none;
  }
}

.fv .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fv .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/img/common/mosaic-pattern.jpg) repeat;
  background-size: 400px;
  opacity: 0.2;
}

.fv .container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,233,89,0) 100%);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .fv .container::after {
    background: rgba(0,0,0, 0.4);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
  }
}

.fv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.fv .page-group {
  position: absolute;
  top: 25%;
  left: 9.6875vw;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .page-group {
    position: absolute;
    top: initial;
    bottom: 40px;
    left: 25px;
  }
}

.fv .page-group .page-category {
  font-family: var(--font-lato);
  font-size: max(1.2rem, 0.9375vw);
  font-weight: 700;
  color: var(--color-orange);
  letter-spacing: 0.08em;
}

.fv .page-group .page-name {
  font-family: var(--font-shipp);
  font-size: max(4.8rem, 3.75vw);
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .fv .page-group .page-name {
    font-size: 3.2rem;
    margin-top: 0;
  }
}

.fv .page-group .key-list {
  display: flex;
  flex-wrap: wrap;
  max-width: max(270px, 65.53%);
  margin-top: 5px;
}

.fv .page-group .key-list .item {
  font-size: max(1.2rem, 0.9375vw);
  letter-spacing: 0.05em;
  margin-right: max(12px, 0.9375vw);
  opacity: 0.6;
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ catch ↓↓↓ */
.catch {
  background-color: #000;
}

.catch .profile-group {
  position: absolute;
  translate: 0 -100%;
  top: -80px;
  left: 9.6875vw;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .catch .profile-group {
    position: initial;
    translate: 0 0;
    padding: 32px 25px;
    margin: 0 auto;
  }
}
/* ↑↑↑ catch ↑↑↑ */

/* ↓↓↓ anchor-box ↓↓↓ */
.anchor-box {
 display: none;
}

@media screen and (max-width: 768px) {
  .anchor-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 40px 25px 0;
  }
}

.anchor-box .anchor-item {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .anchor-box .anchor-item {
    position: relative;
    width: calc((100% - 16px)/2);
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 16px;
  }
  .anchor-box .anchor-item::before {
    content: '';
    position: absolute;
    translate: 0 -50%;
    width: 10px;
    height: 8px;
    background: url(/recruit/img/common/anchor-arrow.svg) no-repeat;
    background-size: contain;
    top: calc(50% - 8px);
    right: 0;
  }
  .anchor-box .anchor-item .anchor-link {
    display: grid;
    place-content: center left;
    height: 100%;
    background: linear-gradient(var(--color-orange) 50%, var(--color-orange) 0%) 0% 100% /4px 100% no-repeat;
    padding: 10px 20px 10px 12px;
  }
}
/* ↑↑↑ anchor-box ↑↑↑ */

/* ↓↓↓ correlation ↓↓↓ */
.correlation .container {
  position: relative;
  padding: 0 56px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .correlation .container {
    padding: 0;
  }
}

.correlation .content {
  position: relative;
  max-width: 1032px;
  margin: 0 auto;
  z-index: 1;
}

.correlation .chart-image {
  margin-top: 60px;
}

.correlation .chart-image.-pc svg {
  width: 100%;
  height: auto;
}

.correlation .chart-image.-sp {
  text-align: center;
}

.correlation .chart-image.-sp svg {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.correlation svg .modal-btn {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .correlation .-pc svg .modal-btn .circle-bg,
  .correlation .-pc svg .modal-btn .txt {
    transition: fill 0.3s ease;
  }

  .correlation .-pc svg .modal-btn.-technical:hover .circle-bg {
    fill: #FF9908;
  }

  .correlation .-pc svg .modal-btn.-production:hover .circle-bg {
    fill: #ff6c1d;
  }

  .correlation .-pc svg .modal-btn.-manage:hover .circle-bg {
    fill: #2DAFC5;
  }

  .correlation .-pc svg .modal-btn.-sales:hover .circle-bg {
    fill: #51D494;
  }

  .correlation .-pc svg .modal-btn:hover .txt {
    fill: #fff;
  }
}

.correlation .attention {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0 25px;
  margin-top: 35px;
}
/* ↑↑↑ correlation ↑↑↑ */

/* ↓↓↓ matrix ↓↓↓ */
.matrix .container {
  position: relative;
  padding: 0 56px;
  margin: 200px auto 120px;
}

@media screen and (max-width: 768px) {
  .matrix .container {
    padding: 0;
    margin: 90px auto 100px;
  }
}

.matrix .content {
  position: relative;
  max-width: 1032px;
  margin: 0 auto;
  z-index: 1;
}

.matrix .chart-image {
  margin-top: 60px;
}

.matrix .chart-image.-pc svg {
  width: 100%;
  height: auto;
}

.matrix .chart-image.-sp {
  text-align: center;
}

.matrix .chart-image.-sp svg {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.matrix svg .modal-btn {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .matrix .-pc svg .modal-btn .circle-bg,
  .matrix .-pc svg .modal-btn text {
    transition: fill 0.3s ease;
  }

  .matrix .-pc svg .modal-btn.-technical:hover .circle-bg {
    fill: #FF9908;
  }

  .matrix .-pc svg .modal-btn.-manage:hover .circle-bg {
    fill: #2DAFC5;
  }

  .matrix .-pc svg .modal-btn.-sales:hover .circle-bg {
    fill: #51D494;
  }

  .matrix .-pc svg .modal-btn:hover text {
    fill: #fff;
  }
}

.matrix .attention {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0;
  margin-top: 60px;
  color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .matrix .attention {
    padding: 0 25px;
    margin-top: 35px;
  }
}

.matrix .scroll-box {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .matrix .scroll-box {
    max-width: 550px;
    margin-top: 25px;
    padding-left: 20px;
  }
}

.matrix .scroll-box .fixed-conts,
.matrix .scroll-box .scroll-conts {
  display: block;
}

.matrix .scroll-box .fixed-conts img {
  min-width: 222px;
}

.matrix .scroll-box .scroll-conts {
  overflow-x: scroll;
}

.matrix .scroll-box .scroll-conts img {
  min-width: 1008px;
}

@media screen and (max-width: 768px) {
  .matrix .scroll-box .fixed-conts img {
    min-width: calc(222px * 0.7);
  }

  .matrix .scroll-box .scroll-conts img {
    min-width: calc(1008px * 0.7);
  }
}
/* ↑↑↑ matrix ↑↑↑ */

/* ↓↓↓ modal ↓↓↓ */
.modal-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}

.modal-box.-active {
  display: block;
}

.modal-box .overlay {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modal-box .overlay::-webkit-scrollbar{
  display: none;
}

.modal-box .overlay-inner {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 80px 56px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner {
    padding: 80px 25px;
  }
}

.modal-box .overlay-inner .modal {
  position: relative;
  align-self: center;
  max-width: 856px;
  width: 100%;
  height: max-content;
  background-color: #fff;
  padding: 64px 88px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal {
    max-width: 550px;
    padding: 40px 20px 50px;
  }
}

.modal-box .overlay-inner .modal .close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
  width: 32px;
}

@media screen and (min-width: 769px) {
  .modal-box .overlay-inner .modal .close {
    transition: opacity 0.3s ease;
  }

  .modal-box .overlay-inner .modal .close:hover {
    opacity: 0.7;
  }
}

.modal-box .overlay-inner .modal .content {
  display: none;
}

.modal-box .overlay-inner .modal .content.-active {
  display: block;
}

.modal-box .overlay-inner .modal .job-group {
  position: relative;
  padding-left: 18px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .job-group {
    margin-bottom: 24px;
  }
}

.modal-box .overlay-inner .modal .-technical .job-group {
  border-left: 1px solid #FF9908;
}

.modal-box .overlay-inner .modal .-production .job-group {
  border-left: 1px solid #FF5901;
}

.modal-box .overlay-inner .modal .-sales .job-group {
  border-left: 1px solid #51D494;
}

.modal-box .overlay-inner .modal .-manage .job-group {
  border-left: 1px solid #2DAFC5;
}

.modal-box .overlay-inner .modal .job-group .cate {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.modal-box .overlay-inner .modal .job-group .job-icon {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .text-group .job-icon {
    position: initial;
    translate: 0 0;
    width: 80px;
    margin: -40px auto 0;
  }
}

.modal-box .overlay-inner .modal .-technical .job-group .cate {
  color: #FF9908;
}

.modal-box .overlay-inner .modal .-production .job-group .cate {
  color: #FF5901;
}

.modal-box .overlay-inner .modal .-sales .job-group .cate {
  color: #51D494;
}

.modal-box .overlay-inner .modal .-manage .job-group .cate {
  color: #2DAFC5;
}

.modal-box .overlay-inner .modal .job-group .job {
  font-family: var(--font-shipp);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .job-group .job {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .text-group {
    padding: 0 22px;
  }
}

.modal-box .overlay-inner .modal .text-group .text {
  margin-top: 24px;
}

.modal-box .overlay-inner .modal .prev-btn {
  cursor: pointer;
  position: absolute;
  translate: -50% 0;
  top: 320px;
  left: 0;
  width: 64px;
}

.modal-box .overlay-inner .modal .next-btn {
  cursor: pointer;
  position: absolute;
  translate: 50% 0;
  rotate: 180deg;
  top: 320px;
  right: 0;
  width: 64px;
}

@media screen and (min-width: 769px) {
  .modal-box .overlay-inner .modal .prev-btn,
  .modal-box .overlay-inner .modal .next-btn {
    transition: opacity 0.3s ease;
  }

  .modal-box .overlay-inner .modal .prev-btn:hover,
  .modal-box .overlay-inner .modal .next-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .prev-btn,
  .modal-box .overlay-inner .modal .next-btn {
    top: 280px;
    width: 56px;
  }

  .modal-box .overlay-inner .modal .prev-btn {
    left: 4px;
  }

  .modal-box .overlay-inner .modal .next-btn {
    right: 4px;
  }
}

.modal-box .overlay-inner .modal .interview-group {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .interview-group {
    margin-top: 40px;
    padding: 0 22px;
  }
}

.modal-box .overlay-inner .modal .interview-group .lead {
  font-family: var(--font-lato);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.modal-box .overlay-inner .modal .-technical .interview-group .lead {
  color: #FF9908;
}

.modal-box .overlay-inner .modal .-production .interview-group .lead {
  color: #FF5901;
}

.modal-box .overlay-inner .modal .-sales .interview-group .lead {
  color: #51D494;
}

.modal-box .overlay-inner .modal .-manage .interview-group .lead {
  color: #2DAFC5;
}

.modal-box .overlay-inner .modal .interview-group .interview-btn {
  display: flex;
  max-width: max-content;
}

@media screen and (min-width: 769px) {
  .modal-box .overlay-inner .modal .interview-group .interview-btn {
    transition: opacity 0.3s ease;
  }

  .modal-box .overlay-inner .modal .interview-group .interview-btn:hover {
    opacity: 0.7;
  }
}

.modal-box .overlay-inner .modal .interview-group .interview-btn img {
  aspect-ratio: 1/1;
  width: 152px;
  max-height: max-content;
  height: max-content;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .modal-box .overlay-inner .modal .interview-group .interview-btn img {
    width: 111px;
    margin-right: 16px;
  }
}

.modal-box .overlay-inner .modal .interview-group .interview-btn .text + .text {
  margin-top: 30px;
}
/* ↑↑↑ modal ↑↑↑ */