  @charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
main {
  position: relative;
  padding-bottom: 220px;
  background: rgb(217,245,255);
  background: linear-gradient(166deg, rgba(217,245,255,1) 0%, rgba(255,255,255,1) 20%, rgba(235,250,255,1) 40%, rgba(255,255,255,1) 60%, rgba(232,239,247,1) 80%, rgba(255,255,255,1) 100%);
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-texture.jpg) repeat;
  opacity: 0.7;
}

main::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 770px;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-line.png) repeat-y;
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 85px;
  }

  main::after {
    display: none;
  }
}

section {
  position: relative;
  z-index: 1;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */

.fv .page-group {
  max-width: calc(1140px + 60px);
  margin: 0 auto;
  padding: 150px 30px 45px;
}

@media screen and (max-width: 768px) {
  .fv .page-group {
    padding: 90px 25px 30px;
  }
}

.fv .page-group .ttl {
  width: 462px;
}

@media screen and (max-width: 768px) {
  .fv .page-group .ttl {
    width: 308px;
  }
}

.fv .page-group .jp {
  position: relative;
  display: inline-block;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 18px;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .page-group .jp {
    margin-top: 5px;
  }
}

.fv .page-group .jp::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -8px;
  transform-origin: right;
  rotate: -60deg;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

.fv .content {
  position: relative;
}

.fv .content::after {
  content: '';
  position: absolute;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
  min-width: 0;
  aspect-ratio: 1096/90;
  width: min(1096px, calc(100% - 60px));
  background: url(/saiyou/ginou/career/west/img/careermodel/fv-catch.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .fv .content::after {
    translate: -50% 80%;
    aspect-ratio: 277/90;
    width: 277px;
    background: url(/saiyou/ginou/career/west/img/careermodel/fv-catch_sp.png) no-repeat;
    background-size: contain;
  }
}

.fv .content .bg {
  position: relative;
  height: max(480px, 37.5vw);
}

@media screen and (max-width: 768px) {
  .fv .content .bg {
    height: min(600px, 114.67vw);
  }
}

.fv .content .bg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .fv .content .bg img {
    object-position: top;
  }
}

.fv .content .profile-block {
  position: absolute;
  translate: -50% -50%;
  width: min(880px, 100% - 60px);
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .content .profile-block {
    translate: -50% 0;
    top: initial;
    bottom: 45px;
    width: calc(100% - 50px);
  }
}

.fv .content .profile-block .type {
  font-family: var(--font-zen);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .fv .content .profile-block .type {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.fv .content .profile-block .copy {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #143376;
  color: #fff;
  font-family: var(--font-zen);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0px 4px 1px;
}

@media screen and (max-width: 768px) {
  .fv .content .profile-block .copy {
    font-size: 2.4rem;
  }
}

.fv .content .profile-block .detal {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .fv .content .profile-block .detal {
    margin-top: 10px;
  }
}

.fv .content .profile-block .text {
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .fv .content .profile-block .text {
    font-size: 1.2rem;
  }
}

.fv .content .info {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: min(740px, calc(100% - 60px));
  text-align: right;
}

@media screen and (max-width: 768px) {
  .fv .content .info {
    translate: -50% 0;
    top: 30px;
    width: calc(100% - 50px);
  }
}

.fv .content .info  img {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .fv .content .info  img {
    width: 121px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ career ↓↓↓ */
.career {
  max-width: 1280px;
  margin: 0 auto;
}

.career .inner {
  padding: 140px 30px;
}

@media screen and (max-width: 768px) {
  .career .inner {
    padding: 130px 25px 55px;
  }
}

.career .start-txt {
  width: 149px;
  margin: 0 auto 160px;
}

@media screen and (max-width: 768px) {
  .career .start-txt {
    margin: 0 auto 100px;
  }
}

.career .career-block {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 30px;
}

@media screen and (max-width: 768px) {
  .career .career-block {
    max-width: 600px;
    padding: 95px 25px 55px;
  }
}

.career .career-block:has(.image) {
  padding: 90px 30px 0;
}

.career .career-block:not(:first-of-type) {
  margin-top: 195px;
}

@media screen and (max-width: 768px) {
  .career .career-block:not(:first-of-type) {
    margin-top: 155px;
  }
}

.career .career-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.career .career-block:has(.image)::before {
  height: calc(100% - 100px);
}

.career .career-block:not(:last-of-type)::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: -15px;
  left: 50%;
  width: 2px;
  height: 48px;
  background-color: #143376;
}

@media screen and (max-width: 768px) {
  .career .career-block:not(:last-of-type)::after {
    bottom: -22px;
    height: 32px;
  }
}

.career .career-block .year {
  position: absolute;
  translate: -50% -65%;
  top: 0;
  left: 50%;
  width: 185px;
}

@media screen and (max-width: 768px) {
  .career .career-block .year {
    translate: -50% -50%;
    width: 145px;
  }
}

.career .career-block .numbering {
  position: absolute;
  width: auto;
  height: 36px;
  top: -15px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .career .career-block .numbering {
    height: 18px;
    top: -10px;
    right: -5px;
  }
}

.career .career-block .text-group {
  position: relative;
  max-width: 885px;
  margin: 0 auto;
  z-index: 1;
}

.career .career-block .text-group .wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .wrap {
    flex-direction: column-reverse;
  }
}

.career .career-block .text-group .lead {
  position: relative;
  min-width: 420px;
  font-family: var(--font-zen);
  font-size: 2.4rem;
  font-weight: 700;
  color: #143376;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .lead {
    min-width: initial;
    font-size: 1.9rem;
    letter-spacing: -0.05em;
    padding-left: 0;
    margin-top: 55px;
  }
}

.career .career-block .text-group .lead::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 57px;
  height: 57px;
  background: url(/saiyou/ginou/career/west/img/careermodel/career-deco.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .lead::before {
    top: -55px;
    left: -35px;
  }
}

.career .career-block .text-group .wrap .list {
  max-width: 460px;
}

.career .career-block .text-group .wrap .list .item {
  display: flex;
  margin-bottom: 8px;
}

.career .career-block .text-group .wrap .heading {
  display: grid;
  place-content: center;
  width: 96px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #143376;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .wrap .heading {
    width: 72px;
    height: 24px;
  }
}

.career .career-block .text-group .wrap .detail {
  width: calc(100% - 96px);
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .wrap .detail {
    width: calc(100% - 72px);
    font-size: 1.4rem;
  }
}

.career .career-block .text-group .text {
  max-width: 800px;
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .text {
    font-size: 1.4rem;
    margin: 18px auto 0;
  }
}

.career .career-block .text-group .image {
  max-width: 642px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .career .career-block .text-group .image {
    margin: 25px auto 0;
  }
}

/* ↑↑↑ career ↑↑↑ */

/* ↓↓↓ nextcareer ↓↓↓ */
.nextcareer {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 120px;
  color: #fff;
  background: url(/saiyou/ginou/career/west/img/careermodel/nextcareer-bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .nextcareer {
    max-width: 600px;
    border-radius: 56px;
    background: url(/saiyou/ginou/career/west/img/careermodel/nextcareer-bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.nextcareer .inner {
  padding: 120px 30px 165px;
}

@media screen and (max-width: 768px) {
  .nextcareer .inner {
    padding: 60px 25px 80px;
  }
}

.nextcareer .next-txt {
  width: 285px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .nextcareer .next-txt {
    width: 179px;
    margin: 0 auto 70px;
  }
}

.nextcareer  .text-group {
  max-width: calc(790px + 60px * 2);
  padding: 0 60px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nextcareer  .text-group {
    padding: 0;
  }
}

.nextcareer  .text-group .lead {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .nextcareer  .text-group .lead {
    text-align: left;
    font-size: 2rem;
  }
}

.nextcareer  .text-group .lead::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -55px;
  width: 55px;
  height: 50px;
  background: url(/saiyou/ginou/career/west/img/careermodel/nextcareer-deco.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .nextcareer  .text-group .lead::before {
    top: -60px;
    left: -10px;
  }
}

.nextcareer  .text-group .text {
  max-width: 790px;
  color: #fff;
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  .nextcareer  .text-group .text {
    font-size: 1.4rem;
    margin: 15px auto 0;
  }
}
/* ↑↑↑ nextcareer ↑↑↑ */