@charset "utf-8";
.text {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

/* ↓↓↓ 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: min(680px, 128vw);
    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;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .fv::before {
    left: 0;
    top: 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;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .fv::after {
    top: initial;
    bottom: 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.125vw);
  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;
  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 ↑↑↑ */

/* ↓↓↓ carrer ↓↓↓ */
.carrer {
  background-color: #000;
}

.carrer .profile-group {
  position: absolute;
  translate: 0 -100%;
  top: -80px;
  left: 9.6875vw;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .carrer .profile-group {
    position: initial;
    translate: 0 0;
    max-width: calc(550px + 25px * 2);
    padding: 32px 25px;
    margin: 0 auto;
  }
}

.carrer .profile-group .profile-about {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .carrer .profile-group .profile-about {
    font-size: 1.4rem;
  }
}

.carrer .profile-group .profile-name {
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .carrer .profile-group .profile-name {
    font-size: 2rem;
    letter-spacing: 0.3em;
    margin-top: 15px;
  }
}

.carrer .profile-group .profile-name .en {
  font-family: var(--font-lato);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-left: 24px;
}

.carrer .profile-group .profile-year {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.carrer .profile-group .profile-graduation {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.carrer .container {
  padding: 48px 56px;
}

@media screen and (max-width: 768px) {
  .carrer .container {
    padding: 8px 25px 40px;
  }
}

.carrer .content {
  max-width: 1032px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .carrer .content {
    max-width: 550px;
    display: block;
  }
}

.carrer .content .heading-group {
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .carrer .content .heading-group {
    min-width: initial;
    margin-bottom: 24px;
  }
}

.carrer .content .heading-group .en {
  font-family: var(--font-lato);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-orange);
}

.carrer .content .heading-group .heading {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.carrer .content .list {
  flex-grow: 1;
}

.carrer .content .list .item {
  position: relative;
  display: flex;
  padding: 24px 0 0;
}

.carrer .content .list .item:last-of-type {
  padding: 24px 0 40px;
}

.carrer .content .list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 63px;
  width: 1px;
  height: 100%;
  background-color: var(--color-orange);
}

.carrer .content .list .item::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 60px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.carrer .content .list .item .year {
  width: 40px;
  font-family: var(--font-lato);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-orange);
  margin-right: 52px;
}

.carrer .content .list .item .text {
  color: #fff;
}
/* ↑↑↑ carrer ↑↑↑ */

/* ↓↓↓ interview ↓↓↓ */
.interview .container {
  position: relative;
  padding: 100px 56px 0;
}

@media screen and (max-width: 768px) {
  .interview .container {
    padding: 65px 0 0;
  }
}

.interview .container::before {
  content: '';
  position: absolute;
  top: 200px;
  right: 0;
  width: 49.063vw;
  height: 40%;
  background-image: url(../img/common/texture_gray-sandstorm.jpg);
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .interview .container::before {
    top: 15%;
    width: 70.67%;
    height: 43%;
  }
}

.interview .container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49.063vw;
  height: 38%;
  background-image: url(../img/common/texture_gray-sandstorm.jpg);
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .interview .container::after {
    width: 47.735%;
    height: 34%;
  }
}

.interview .content {
  position: relative;
  max-width: 1032px;
  display: flex;
  margin: 0 auto;
  z-index: 1;
}

.interview .content:not(:first-of-type) {
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .interview .content {
    flex-direction: column;
    padding: 0 25px;
  }
  
  .interview .content:not(:first-of-type) {
    margin-top: 64px;
  }
}

.interview .content .lead {
  writing-mode: vertical-rl;
  font-family: var(--font-shipp);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 96px;
}

@media screen and (max-width: 768px) {
  .interview .content .lead {
    width: max-content;
    margin: 0 auto 64px;
  }
}

.interview .content .lead .-orange {
  color: var(--color-orange);
}

.interview .content .lead .-number {
  text-combine-upright: all;
  padding-bottom: 4px;
}

.interview .content .lead .-dq1 {
  display: inline-block;
	transform:  rotate(270deg) translateX(-10px) translateY(-5px);
}

.interview .content .lead .-dq2 {
  display: inline-block;
	transform:  rotate(270deg) translateX(-7px) translateY(10px);
}

.interview .content .block {
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .interview .content .block {
    max-width: 550px;
    margin: 0 auto;
  }
}

.interview .content .block .text-group:not(:first-of-type) {
  margin-top: 86px;
}

@media screen and (max-width: 768px) {
  .interview .content .block .text-group:not(:first-of-type) {
    margin-top: 64px;
  }
}

.interview .content .block .text-group .question {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-orange);
  margin-bottom: 24px;
}

.interview .content .block .text-group .question .q {
  font-family: var(--font-lato);
  font-size: 2.4rem;
  margin-right: 8px;
}

.interview .content .block .text-group .text {
  letter-spacing: 0.1em;
}

.interview .image {
  position: relative;
  max-width: 1032px;
  display: block;
  margin: 88px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interview .image {
    margin: 64px auto 0;
  }

  .interview .image.-spend {
    margin: 17.0667vw auto 0;
  }
}
/* ↑↑↑ interview ↑↑↑ */

/* ↓↓↓ spend ↓↓↓ */
.spend {
  margin-top: -174px;
  background-color: #6D6D6F;
}

@media screen and (max-width: 768px) {
  .spend {
    margin-top: 0;
  }
}

.spend::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 361px;
  aspect-ratio: 361/435;
  background: url(/recruit/img/works/spend-ymark01.png) no-repeat;
  background-size: cover;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .spend::before {
    width: 240px;
  }
}

.spend::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 364px;
  aspect-ratio: 364/438;
  background: url(/recruit/img/works/spend-ymark02.png) no-repeat;
  background-size: cover;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .spend::after {
    width: 239px;
  }
}

.spend .container {
  position: relative;
  padding: 220px 56px 40px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .spend .container {
    padding: 70px 0 24px;
  }
}

.spend .content {
  position: relative;
  max-width: 1032px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.spend .content:not(:first-of-type) {
  margin-top: 64px;
  padding-top: 64px;
}

.spend .content:not(:first-of-type)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .spend .content {
    max-width: calc(550px + 25px * 2);
    padding: 0 25px;
    display: block;
  }

  .spend .content:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
  }

  .spend .content:not(:first-of-type)::before {
    translate: -50% 0;
    left: 50%;
    width: calc(100% - 25px * 2);
  }
}

.spend .content .heading-group {
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .spend .content .heading-group {
    min-width: initial;
    margin-bottom: 24px;
  }
}

.spend .content .heading-group .en {
  font-family: var(--font-lato);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-orange);
}

.spend .content .heading-group .heading {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.spend .content .list {
  max-width: 768px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .spend .content .list {
    max-width: initial;
  }
}

.spend .content .heading-group .heading {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.spend .content .list .item {
  position: relative;
  display: flex;
  padding: 24px 0 0;
}

.spend .content .list .item:last-of-type {
  padding: 24px 0 40px;
}

.spend .content .list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 63px;
  width: 1px;
  height: 100%;
  background-color: #fff;;
}

.spend .content .list .item::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 60px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;;
}

.spend .content .list .item .time {
  min-width: 42px;
  font-family: var(--font-lato);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: 52px;
}

.spend .content .list .item {
  color: #fff;
}

.spend .content.-offshot .block {
  max-width: 768px;
}

@media screen and (max-width: 768px) {
  .spend .content.-offshot .block {
    max-width: initial;
  }
}

.spend .content.-offshot .text-group {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .spend .content.-offshot .text-group {
    display: block;
  }
}

.spend .content.-offshot .text-group .text {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .spend .content.-offshot .text-group .text {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.spend .content.-offshot .text-group img {
  width: min(416px, 32.5vw);
  max-height: max-content;
}

@media screen and (max-width: 768px) {
  .spend .content.-offshot .text-group img {
    width: 100%;
  }
}

.spend .content.-offshot .block .attention {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 80px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .spend .content.-offshot .block .attention {
    margin-top: 48px;
  }
}
/* ↑↑↑ spend ↑↑↑ */
