body.page-template-templatespage-career-php {
  background-image: none !important;
  background-attachment: unset !important;
  overflow-anchor: none;
}
body.page-template-templatespage-career-php::before {
  display: none !important;
}
body.page-template-templatespage-career-php .footer-nav .backtotop {
  display: none !important;
}
body.page-template-templatespage-career-php .footer-contact {
  z-index: 10;
  position: relative;
}
body.page-template-templatespage-career-php .footer-nav {
  z-index: 10;
  position: relative;
}
body.page-template-templatespage-career-php .l-footer {
  z-index: 10;
  position: relative;
}

.career {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.career::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/career/career-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
  pointer-events: none;
}

.career-mv {
  position: relative;
  z-index: 200;
  height: 100vh;
  height: 100dvh;
}
@media only screen and (min-width:481px) and (max-width:1015px), only screen and (max-width:480px) {
  .career-mv {
    height: auto;
  }
}
.career-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:481px) and (max-width:1015px) {
  .career-mv img {
    height: 681px;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (max-width:480px) {
  .career-mv img {
    height: 681px;
    -o-object-position: 54% top;
       object-position: 54% top;
  }
}

@-webkit-keyframes fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes revealFromLeft {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes revealFromLeft {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
.career-mv__title {
  position: absolute;
  bottom: 2vw;
  left: 6vw;
  color: #ffffff;
}
@media screen and (max-width: 830px) {
  .career-mv__title {
    left: 21px;
    bottom: auto;
    top: 51px;
  }
}
.career-mv__title h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 10.8rem;
  margin-bottom: 1rem;
  line-height: 0.9351851852;
  -webkit-animation: revealFromLeft 0.8s ease both;
          animation: revealFromLeft 0.8s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 830px) {
  .career-mv__title h1 {
    font-size: 6.2rem;
    height: 0.8387096774;
  }
}
@media only screen and (max-width:365px) {
  .career-mv__title h1 {
    font-size: clamp(4.6rem, 14.52vw, 5.3rem);
  }
}
.career-mv__title h1 span {
  font-size: 5.6rem;
}
@media screen and (max-width: 830px) {
  .career-mv__title h1 span {
    font-size: 3.2rem;
    height: 1.625;
  }
}
@media only screen and (max-width:365px) {
  .career-mv__title h1 span {
    font-size: clamp(2.4rem, 7.4vw, 2.7rem);
  }
}
.career-mv__title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4444444444;
  -webkit-animation: revealFromLeft 0.8s ease both;
          animation: revealFromLeft 0.8s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 830px) {
  .career-mv__title p {
    font-size: 2rem;
    height: 1.45;
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width:365px) {
  .career-mv__title p {
    font-size: clamp(1.5rem, 4.66vw, 1.7rem);
  }
}

.career-mv__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 91px;
  bottom: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 830px) {
  .career-mv__text {
    right: auto;
    bottom: 22px;
    left: 11px;
  }
}
.career-mv__text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 82px;
}
.career-mv__text span:nth-child(1) {
  -webkit-animation: fadeInFromLeft 0.6s ease both;
          animation: fadeInFromLeft 0.6s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.career-mv__text span:nth-child(2) {
  -webkit-animation: fadeInFromRight 0.6s ease both;
          animation: fadeInFromRight 0.6s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.career-index {
  position: fixed;
  left: 0;
  bottom: 33px;
  z-index: 100;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career-index {
    display: none;
  }
}
.career-index p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #d94d45;
  padding-left: 0.8rem;
}
.career-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.career-index li {
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}
.career-index li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #d94d45;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.career-index li.is-active::after {
  opacity: 1;
}

.career-index__sp {
  display: none;
  padding: 9.3rem 1.5rem 5.6rem;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career-index__sp {
    display: block;
  }
}
.career-index__sp p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #d94d45;
}
.career-index__sp ul {
  display: grid;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.2rem;
}
@media only screen and (max-width:480px) {
  .career-index__sp ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.career-index__sp li {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  border-top: solid 1px #ded7d7;
  border-bottom: solid 1px #ded7d7;
}
.career-index__sp li a {
  display: block;
  padding: 2rem 0 1rem;
}
.career-index__sp li:nth-child(n+4) {
  border-top: none;
}
@media only screen and (max-width:480px) {
  .career-index__sp li:nth-child(n+3) {
    border-top: none;
  }
}
.career-index__sp li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  bottom: 16px;
  right: 10px;
  background-image: url("../img/career/index-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-link {
  position: fixed;
  right: 24px;
  bottom: 16px;
  z-index: 100;
  background-color: #2f3e46;
}
@media only screen and (min-width:481px) and (max-width:1015px) {
  .career-link {
    right: 16px;
  }
}
@media only screen and (max-width:480px) {
  .career-link {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .career-link {
    bottom: 0;
    right: 0;
  }
}
.career-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/career/career-link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.career-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.9rem 2rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:480px) {
  .career-link a {
    padding: 1.6rem 3.2rem;
  }
}
.career-link .career-link__line {
  display: block;
  background: #ffffff;
  width: 1px;
  height: 30px;
}
.career-link .career-link__text-en {
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width:480px) {
  .career-link .career-link__text-en {
    font-size: clamp(1.8rem, 5.87vw, 2.2rem);
  }
}
.career-link .career-link__text-en span {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}
@media only screen and (max-width:480px) {
  .career-link .career-link__text-en span {
    font-size: clamp(1.1rem, 3.47vw, 1.3rem);
  }
}
.career-link .career-link__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-link .career-link__text-jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width:480px) {
  .career-link .career-link__text-jp {
    font-size: clamp(1.6rem, 5.33vw, 2rem);
  }
}

.career {
  position: relative;
}

.career__message {
  position: relative;
  padding: 19rem 0 44rem;
  background-image: url("../img/career/career-message-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message {
    padding: 8.4rem 0 8rem;
  }
}
.career__message .message__bg {
  position: absolute;
  opacity: 0.27;
  right: 146px;
  top: 625px;
  mix-blend-mode: hard-light;
}
.career__message .message__bg img {
  mix-blend-mode: soft-light;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__bg {
    width: 721px;
    top: -38px;
    right: -123px;
  }
}
.career__message .message__inner {
  width: 100%;
  position: relative;
  max-width: 1113px;
  padding: 0 2.4rem;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__inner {
    padding: 0 1.5rem;
  }
}
.career__message .message__title {
  margin-bottom: 8.2rem;
  text-align: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__title {
    margin-bottom: 4.6rem;
  }
}
.career__message .message__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__text {
    margin: 4rem auto 0;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
.career__message .message__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career__message .message__top-img {
  position: absolute;
  right: -46px;
  top: 464px;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__top-img {
    display: none;
  }
}
.career__message .message__top-img-sp {
  display: none;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__top-img-sp {
    display: block;
    margin: 0 auto;
    max-width: 477px;
  }
}
.career__message .message__top-img-sp img {
  width: 100%;
}
.career__message .message__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 23rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.8rem;
  }
}
.career__message .message__bottom-img {
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__bottom-img {
    display: none;
  }
}
.career__message .message__bottom-img--01 {
  left: 0;
  bottom: 583px;
  width: 476px;
}
.career__message .message__bottom-img--02 {
  left: 196px;
  bottom: 130px;
  width: 466px;
}
.career__message .message__bottom-img-sp {
  display: none;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__message .message__bottom-img-sp {
    display: block;
    margin: 0 auto;
    max-width: 477px;
  }
}
.career__message .message__bottom-img-sp img {
  width: 100%;
}
.career__message .message__bottom-img-sp--bottom {
  margin-top: 4rem;
}

.career__policy {
  position: relative;
  padding: 11rem 0 43.3rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy {
    padding-top: 0;
    padding-bottom: 18.5rem;
    z-index: 20;
  }
}
.career__policy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1070px;
  background-image: url("../img/career/career-policy-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  bottom: 43px;
}
@media screen and (min-width: 1441px) {
  .career__policy::before {
    background-position: bottom;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy::before {
    background-image: url("../img/career/career-policy-bg-sp.jpg");
    height: 572px;
    background-position: 40% bottom;
    bottom: 53px;
  }
}
.career__policy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 43px;
  background-image: url("../img/career/career-policy-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  bottom: 43px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy::after {
    bottom: 53px;
  }
}
.career__policy .policy__inner {
  width: 100%;
  position: relative;
  max-width: 1133px;
  padding: 0 2.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6rem;
    padding: 0 1.5rem;
    max-width: 496px;
  }
}
.career__policy .policy__title-wrapper {
  padding-left: 3.2rem;
  position: relative;
  margin-left: 2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__title-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
}
.career__policy .policy__title-wrapper::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 240px;
  left: 0;
  top: 0;
  background-image: url("../img/career/career-title-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__title-wrapper::before {
    width: 4px;
    height: 120px;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__title-wrapper .career-subtitle {
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__title {
    padding-left: 1.6rem;
  }
}
.career__policy .policy__img {
  position: absolute;
  left: -4px;
  top: 551px;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__img {
    position: static;
    margin-top: 5rem;
  }
  .career__policy .policy__img img {
    width: 100%;
  }
}
.career__policy .policy__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2222222222;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__policy .policy__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.career__scope {
  position: relative;
  z-index: 7;
  margin-top: 31rem;
  background-image: url("../img/career/career-scope-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
@media screen and (min-width: 1441px) {
  .career__scope {
    background-size: 100% auto;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope {
    margin-top: 1.3em;
    background-image: url("../img/career/career-scope-bg-sp.png");
    background-size: cover;
  }
}
.career__scope .scope__inner {
  width: 100%;
  position: relative;
  max-width: 1370px;
  padding: 0 2.4rem;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1441px) {
  .career__scope .scope__inner {
    max-width: calc(96.875vw - 25px);
    margin: 0 auto 0 3vw;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__inner {
    padding: 0 1.5rem;
  }
}
.career__scope .scope__title-wrapper {
  content: "";
  position: absolute;
  left: -36px;
  top: -224px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  width: 417px;
  height: 417px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__title-wrapper {
    left: -133px;
    top: -189px;
  }
}
.career__scope .scope__titles {
  position: relative;
  left: 30px;
  top: 10px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__titles {
    left: 30px;
    top: 50px;
  }
}
.career__scope .scope__bg {
  position: absolute;
  left: -562px;
  top: -380px;
  width: 1506px;
  height: 931px;
  mix-blend-mode: hard-light;
  isolation: isolate;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__bg {
    top: -212px;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
}
.career__scope .scope__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: soft-light;
}
.career__scope .scope__text {
  padding-top: 4.4rem;
  padding-bottom: 2.8rem;
  padding-left: 35.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #ffffff;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__text {
    padding-left: 0;
    padding-top: 25rem;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
.career__scope .scope__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .career__scope .scope__text::after {
    display: none;
  }
}
.career__scope .scope__list {
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 6rem;
  padding-bottom: calc(66rem - 34vw);
}
@media screen and (min-width: 1441px) {
  .career__scope .scope__list {
    padding-bottom: 13vw;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 5.3rem;
    padding-bottom: max(8.9rem, 23.73vw);
  }
}
.career__scope .scope__item {
  padding-left: 2.6rem;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item {
    padding-left: 0;
    padding-bottom: 2.3rem;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    right: -1.5rem;
    height: 1px;
    background: #20282a;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:last-child::after {
    display: none;
  }
}
.career__scope .scope__item .item__head {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__head {
    font-size: 1.4rem;
    line-height: 2.5714285714;
    position: relative;
    padding-left: 2.6rem;
  }
}
.career__scope .scope__item .item__head::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/career/scope-item-icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__head::before {
    display: block;
  }
}
.career__scope .scope__item .item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__title {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: -1rem;
  }
}
.career__scope .scope__item .item__title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/career/scope-item-icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__title::before {
    display: none;
  }
}
.career__scope .scope__item .item__title::after {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  color: #20282a;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  top: -42px;
  z-index: -1;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__title::after {
    font-size: 7.2rem;
    top: -39px;
  }
}
.career__scope .scope__item .item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.4rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item .item__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    margin-top: 0;
  }
}
.career__scope .scope__item:nth-child(1)::before {
  height: 16.18vw;
  bottom: -140px;
}
.career__scope .scope__item:nth-child(1) .item__title::after {
  content: "01";
  left: 291px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:nth-child(1) .item__title::after {
    left: auto;
    right: 0;
  }
}
.career__scope .scope__item:nth-child(2) {
  margin-top: 5.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:nth-child(2) {
    margin-top: 3.35rem;
  }
}
.career__scope .scope__item:nth-child(2)::before {
  height: 10.9vw;
  bottom: -119px;
}
.career__scope .scope__item:nth-child(2) .item__title::after {
  content: "02";
  left: 279px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:nth-child(2) .item__title::after {
    left: auto;
    right: 0;
  }
}
.career__scope .scope__item:nth-child(2) .item__head::before,
.career__scope .scope__item:nth-child(2) .item__title::before {
  background-image: url(../img/career/scope-item-icon2.svg);
}
.career__scope .scope__item:nth-child(3) {
  margin-top: 11.3rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:nth-child(3) {
    margin-top: 3.35rem;
  }
}
.career__scope .scope__item:nth-child(3)::before {
  height: 5.42vw;
  bottom: -97px;
}
.career__scope .scope__item:nth-child(3) .item__title::after {
  content: "03";
  left: 220px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__scope .scope__item:nth-child(3) .item__title::after {
    left: auto;
    right: 0;
  }
}
.career__scope .scope__item:nth-child(3) .item__head::before,
.career__scope .scope__item:nth-child(3) .item__title::before {
  background-image: url(../img/career/scope-item-icon3.svg);
}

.career__design {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 2.4rem;
  background-image: url("../img/career/career-design-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design {
    padding-top: 7.8rem;
    padding-bottom: 10rem;
    background-image: url("../img/career/career-design-bg-sp.png");
    background-size: 100% 70%;
    background-position: top;
  }
}
.career__design .design__inner {
  width: 100%;
  position: relative;
  max-width: 1312px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__inner {
    padding: 0 1.5rem;
  }
}
.career__design .design__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career__design .design__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__head-text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.career__design .design__illustration {
  margin-top: 7.1rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__illustration {
    margin-top: 5.6rem;
  }
}
.career__design .design__illustration img {
  width: 100%;
}
.career__design .design__list {
  position: relative;
  z-index: 10;
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
    margin-top: 3.5rem;
  }
}
.career__design .design__item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  padding: 4.3rem 2.4rem 3.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__item {
    padding: 2.6rem 1.6rem 3.2rem;
    max-width: 466px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  }
}
.career__design .design__item .item__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__item .item__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.4rem;
  }
}
.career__design .design__item .item__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  border-bottom: solid 1px #d3352a;
  display: inline-block;
}
.career__design .design__item .item__head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 2.8rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__item .item__head {
    margin-top: 2.4rem;
  }
}
.career__design .design__item .item__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__item .item__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 0.7rem;
  }
}
.career__design .design__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2222222222;
  margin-top: 5.3rem;
  padding-left: 11rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__text {
    padding-left: 0;
    margin-top: 4.2rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.career__design .design__example {
  position: relative;
  z-index: 10;
  margin-top: 6rem;
  padding: 6rem 10.8rem 4rem;
  background-color: #ffffff;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example {
    margin-top: 4rem;
    padding: 0;
  }
}
.career__design .design__example .example__head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__head {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.career__design .design__example .example__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.2rem;
  background-color: #ffffff;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.2rem;
  }
}
.career__design .design__example .example__item {
  position: relative;
  padding: 3.4rem 3.2rem 4.4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/career/career-example-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__item {
    padding: 3.2rem 1.9rem 6.7rem 1.8rem;
  }
}
.career__design .design__example .example__item:nth-child(2), .career__design .design__example .example__item:nth-child(3), .career__design .design__example .example__item:nth-child(6) {
  background-image: url(../img/career/career-example-bg.png);
}
.career__design .design__example .example__item:nth-child(-n+4) {
  border-bottom: solid 1px #bcc3c9;
}
.career__design .design__example .example__item:nth-child(odd) {
  border-right: solid 1px #bcc3c9;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__item {
    background-image: url(../img/career/career-example-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: solid 1px #bcc3c9;
  }
  .career__design .design__example .example__item:nth-child(odd) {
    border-right: none;
  }
  .career__design .design__example .example__item:last-child {
    border-bottom: none;
  }
}
.career__design .design__example .example__item .item__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.032em;
  padding-left: 0.6rem;
  position: relative;
}
.career__design .design__example .example__item .item__title::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #d3352a;
  top: 11px;
  left: -24px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__item .item__title::before {
    top: 13px;
    left: -20px;
  }
}
.career__design .design__example .example__item .item__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
.career__design .design__example .example__item .item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
  gap: 0.8rem 0.4rem;
  max-width: 420px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__item .item__category {
    margin-top: 2.4rem;
    margin-left: 0.5rem;
  }
}
.career__design .design__example .example__item .item__category li {
  border-radius: 23px;
  background-color: #ecf2f7;
  padding: 0.4rem 1.6rem;
  font-size: 1rem;
  font-weight: 500;
}
.career__design .design__example .example__item .item__link {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  bottom: 21px;
  right: 32px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__item .item__link {
    right: 16px;
    bottom: 23px;
  }
}
.career__design .design__example .example__item .item__link:hover {
  opacity: 0.6;
}
.career__design .design__example .example__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__link-wrapper {
    margin-top: 3.8rem;
  }
}
.career__design .design__example .example__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__design .design__example .example__link {
    font-size: 1.8rem;
  }
}
.career__design .design__example .example__link:hover {
  opacity: 0.6;
  color: inherit;
}
.career__design .design__example .example__link img {
  width: 24px;
  height: 24px;
  -webkit-transition: none;
  transition: none;
}

.career__culture {
  position: relative;
  padding-top: 12.7rem;
  padding-bottom: 7.6rem;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture {
    padding-top: 9.6rem;
    padding-bottom: 8rem;
  }
}
.career__culture .culture__bg {
  position: absolute;
  mix-blend-mode: hard-light;
  top: -4.51vw;
  right: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__bg {
    top: 0;
  }
}
.career__culture .culture__bg img {
  mix-blend-mode: soft-light;
  width: 100%;
}
.career__culture .culture__inner {
  width: 100%;
  position: relative;
  max-width: 1312px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__inner {
    padding: 0;
  }
}
.career__culture .culture__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8.9rem;
     -moz-column-gap: 8.9rem;
          column-gap: 8.9rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem;
  }
}
.career__culture .culture__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__head-text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.career__culture .culture__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 11rem;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__list {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.5rem;
    row-gap: 5.6rem;
    max-width: 690px;
  }
}
.career__culture .culture__item img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item img {
    width: 100%;
    aspect-ratio: 375/248;
    -o-object-position: center;
       object-position: center;
  }
}
.career__culture .culture__item .item__text-wrapper {
  position: relative;
  padding-top: 2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item .item__text-wrapper {
    padding: 1.8rem 1.5rem 0;
  }
}
.career__culture .culture__item span {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 7.2rem;
  font-weight: 400;
  color: #b1b1b1;
  line-height: 1;
  right: 0;
  top: 13px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item span {
    font-size: 6rem;
    top: 8px;
    right: 15px;
  }
}
.career__culture .culture__item .item__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item .item__title {
    font-size: 2.1rem;
    line-height: 2;
  }
}
.career__culture .culture__item .item__head {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item .item__head {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.career__culture .culture__item .item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6375;
  margin-top: 1.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__item .item__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    margin-top: 0.5rem;
  }
}
.career__culture .culture__text-wrapper {
  margin: 5.6rem auto 0 22rem;
  max-width: 936px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__text-wrapper {
    padding: 0 1.5rem;
    margin-top: 4rem;
    margin-left: 0;
  }
}
.career__culture .culture__text-wrapper::before {
  content: "";
  background-image: url(../img/career/culture-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 80px;
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__text-wrapper::before {
    height: 127px;
  }
}
.career__culture .culture__text-wrapper::after {
  content: "";
  background-image: url(../img/career/culture-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__text-wrapper::after {
    height: 127px;
  }
}
.career__culture .culture__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__culture .culture__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    padding: 0.8rem;
  }
}

.career__stories {
  position: relative;
  background-image: url("../img/career/career-stories-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 810px;
  padding-top: 12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories {
    background-image: url("../img/career/career-stories-bg-sp.png");
    height: auto;
    padding-bottom: 4rem;
    background-position: top left;
    padding-top: 7.8rem;
  }
}
.career__stories .stories__inner {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1312px;
  padding: 0 2.4rem;
  margin: 0 auto;
  z-index: 1;
  color: #ffffff;
  overflow-y: auto;
  scrollbar-width: none;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__inner {
    padding: 0 1.5rem;
  }
}
.career__stories .stories__inner::-webkit-scrollbar {
  display: none;
}
.career__stories .stories__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 6rem;
  }
}
.career__stories .stories__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: sticky;
  top: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__head {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.career__stories .stories__title {
  color: #ffffff;
}
.career__stories .stories__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-top: 1.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__head-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 2.4rem;
  }
}
.career__stories .stories__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 19rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__contents {
    margin-top: 0;
  }
}
.career__stories .stories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__list {
    row-gap: 5.2rem;
  }
}
.career__stories .stories__item .item__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 1.1rem;
  background-color: #2f3e46;
  border: solid 1px #2f3e46;
  vertical-align: sub;
  height: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__item .item__tag {
    height: 30px;
  }
}
.career__stories .stories__item .item__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2f3e46;
  background-color: #ffffff;
  padding: 0 1.4rem;
  vertical-align: sub;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__item .item__head {
    height: 30px;
    font-size: 1.5rem;
  }
}
.career__stories .stories__item .item__title {
  padding: 0 0 1rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.625;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__item .item__title {
    font-size: 1.8rem;
    line-height: 2.3333333333;
    padding-top: 0.3rem;
    padding-bottom: 1rem;
  }
}
.career__stories .stories__item .item__title::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  top: 58px;
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__item .item__title::after {
    top: 45px;
    width: 100%;
  }
}
.career__stories .stories__item .item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__item .item__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
  }
}
.career__stories .stories__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 12.6rem;
  margin: 8rem auto 0;
  max-width: 936px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__text-wrapper {
    margin-top: 3.5rem;
    padding-bottom: 0;
  }
}
.career__stories .stories__text-wrapper::before {
  content: "";
  background-image: url(../img/career/stories-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 96px;
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__text-wrapper::before {
    height: 184px;
    display: block;
  }
}
.career__stories .stories__text-wrapper::after {
  content: "";
  background-image: url(../img/career/stories-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 96px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__text-wrapper::after {
    height: 184px;
    display: block;
  }
}
.career__stories .stories__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__stories .stories__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    padding: 0 0.8rem;
  }
}

.career__inside {
  position: relative;
  background-image: url("../img/career/career-inside-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 13.6rem;
  padding-bottom: 8rem;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside {
    padding-top: 8.1rem;
    padding-bottom: 6rem;
  }
}
.career__inside .inside__inner {
  width: 100%;
  position: relative;
  max-width: 1312px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__inner {
    padding: 0 1.5rem;
  }
}
.career__inside .inside__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.8rem;
  }
}
.career__inside .inside__title-wrapper {
  padding-left: 3.2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__title-wrapper {
    padding-left: 1.4rem;
  }
}
.career__inside .inside__title-wrapper::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 98px;
  left: 0;
  top: 0;
  background-image: url("../img/career/career-title-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__title-wrapper::before {
    width: 4px;
    height: 120px;
  }
}
@media only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__title-wrapper .career-subtitle {
    padding-left: 1.6rem;
  }
}
@media only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__title {
    padding-left: 1.6rem;
  }
}
.career__inside .inside__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__head-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.career__inside .inside__content {
  position: relative;
  padding: 8rem 12.5rem 8.4rem;
  width: 100%;
  max-width: 827px;
  margin: 9.5rem auto 0;
  z-index: 10;
}
@media (max-width: 1015px) {
  .career__inside .inside__content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 768px) {
  .career__inside .inside__content {
    margin: 12rem auto 0;
    padding: 8.4rem 0 13.2rem;
  }
}
.career__inside .inside__content .inside__blur {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 4px rgba(47, 62, 70, 0.1);
          box-shadow: 0 0 4px rgba(47, 62, 70, 0.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 0;
}
.career__inside .inside__content .inside__title {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  position: relative;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__content .inside__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.career__inside .inside__content .inside__title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #d3352a;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
.career__inside .inside__content .inside__text {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__content .inside__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    margin-top: 5.7rem;
  }
}
.career__inside .inside__content-img {
  position: absolute;
  z-index: 10;
}
.career__inside .inside__content-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.career__inside .inside__content-img--01 {
  right: -16px;
  top: 483px;
}
@media (max-width: 1015px) {
  .career__inside .inside__content-img--01 {
    right: 0;
    top: 463px;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .career__inside .inside__content-img--01 {
    width: 46.67vw;
    top: 401px;
  }
}
@media only screen and (max-width:480px) {
  .career__inside .inside__content-img--01 {
    z-index: 10;
  }
}
.career__inside .inside__content-img--02 {
  left: 0;
  bottom: 354px;
}
@media (max-width: 1015px) {
  .career__inside .inside__content-img--02 {
    left: 32px;
    bottom: 273px;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .career__inside .inside__content-img--02 {
    width: 30.93vw;
    bottom: 280px;
  }
}
@media only screen and (max-width:480px) {
  .career__inside .inside__content-img--02 {
    z-index: 10;
  }
}
.career__inside .inside__content-img--03 {
  right: 198px;
  bottom: 253px;
  z-index: 10;
}
@media (max-width: 1015px) {
  .career__inside .inside__content-img--03 {
    right: 40px;
    bottom: 362px;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .career__inside .inside__content-img--03 {
    width: 45.87vw;
    bottom: 369px;
  }
}
@media only screen and (max-width:480px) {
  .career__inside .inside__content-img--03 {
    z-index: 10;
  }
}
.career__inside .inside__text-wrapper {
  margin: 25rem auto 0;
  max-width: 1045px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__text-wrapper {
    margin-top: 13rem;
  }
}
.career__inside .inside__text-wrapper::before {
  content: "";
  background-image: url(../img/career/culture-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 80px;
  display: block;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__text-wrapper::before {
    height: 158px;
  }
}
.career__inside .inside__text-wrapper::after {
  content: "";
  background-image: url(../img/career/culture-kakko-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
@media only screen and (max-width:480px) {
  .career__inside .inside__text-wrapper::after {
    height: 158px;
  }
}
.career__inside .inside__text-bottom {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__inside .inside__text-bottom {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    padding: 0 0.8rem;
  }
}

.career__bottom-bg {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.career__bottom-bg::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 507px;
  background-image: url("../img/career/career-bottom-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  mix-blend-mode: hard-light;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__bottom-bg::before {
    background-image: none;
  }
}
.career__bottom-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/career/career-bottom-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__bottom-bg::after {
    background-image: url("../img/career/career-bottom-bg-sp.png");
    background-position: top center;
  }
}

.career__faq {
  position: relative;
  z-index: 10;
  padding-top: 12.6rem;
  padding-bottom: 11rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq {
    padding-top: 5.9rem;
    padding-bottom: 8rem;
  }
}
.career__faq .faq__inner {
  width: 100%;
  position: relative;
  max-width: 1312px;
  padding: 0 2.4rem;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__inner {
    padding: 0 1.5rem;
  }
}
.career__faq .faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19.3rem;
     -moz-column-gap: 19.3rem;
          column-gap: 19.3rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career__faq .faq__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-top: 3.4rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__head-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 2rem;
  }
}
.career__faq .faq__contents {
  width: 100%;
  margin-top: 4.2rem;
  max-width: 827px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__contents {
    margin-top: 3.6rem;
    max-width: 100%;
  }
}
.career__faq .faq__content-wrapper {
  border-top: solid 1px rgba(47, 62, 70, 0.3);
}
.career__faq .faq__content-wrapper:last-child {
  border-bottom: solid 1px rgba(47, 62, 70, 0.3);
}
@media only screen and (max-width:480px) {
  .career__faq .faq__content-wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.career__faq .faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  padding: 2.9rem 0 5rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__q {
    padding-bottom: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
}
.career__faq .faq__q-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__q-number {
    font-size: 3.2rem;
  }
}
.career__faq .faq__q-text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1666666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__q-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.career__faq .faq__q-line {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #2f3e46;
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__q-line {
    top: 54%;
    right: 0;
  }
}
.career__faq .faq__q-line:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.career__faq .faq__q-line:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.career__faq .faq__a {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.career__faq .faq__a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  padding-bottom: 4rem;
  padding-left: 8.2rem;
  padding-right: 4.7rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__a-inner {
    padding-left: 1.8rem;
    padding-right: 3.4rem;
    padding-bottom: 2.2rem;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
}
.career__faq .faq__a-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #d3352a;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__a-number {
    font-size: 3.2rem;
  }
}
.career__faq .faq__a-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__a-text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.career__faq .faq__content-wrapper.is-open .faq__q-line:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.career__faq .faq__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 8rem;
  text-align: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__faq .faq__text {
    display: none;
  }
}

.career__requirements {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1311px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements {
    padding: 0 1.5rem;
  }
}
.career__requirements .requirements__inner {
  background-color: #ffffff;
  width: 100%;
  padding: 8.6rem 10.9rem 7rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__inner {
    padding: 5.6rem 1rem 0;
  }
}
.career__requirements .requirements__head-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-top: 1.6rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__head-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 2.4rem;
  }
}
.career__requirements .requirements__contents {
  margin-top: 5.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__contents {
    margin-top: 7.6rem;
  }
}
.career__requirements .requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career__requirements .requirements__list .requirements__term,
.career__requirements .requirements__list .requirements__desc {
  padding: 2.4rem 0 2.1rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__term,
  .career__requirements .requirements__list .requirements__desc {
    padding: 0;
  }
}
.career__requirements .requirements__list .requirements__term:first-of-type,
.career__requirements .requirements__list .requirements__term:first-of-type + .requirements__desc {
  padding-top: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__term:first-of-type,
  .career__requirements .requirements__list .requirements__term:first-of-type + .requirements__desc {
    padding-top: 1rem;
  }
}
.career__requirements .requirements__list .requirements__term:last-of-type,
.career__requirements .requirements__list .requirements__desc:last-of-type {
  padding-bottom: 0;
}
.career__requirements .requirements__list .requirements__term {
  width: 16.5550239234%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #d3352a;
}
.career__requirements .requirements__list .requirements__term:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__term:last-of-type {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__term {
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.96875;
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(22.39%, #d3352a), color-stop(22.39%, #ded7d7));
    background-image: linear-gradient(to right, #d3352a 22.39%, #ded7d7 22.39%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom;
  }
}
.career__requirements .requirements__list .requirements__desc {
  width: 83.4449760766%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #ded7d7;
  padding-left: 4.5rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__desc {
    width: 100%;
    border-bottom: none;
    padding: 1.2rem 0 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.career__requirements .requirements__list .requirements__desc:last-of-type {
  border-bottom: none;
}
.career__requirements .requirements__list .requirements__desc.requirements__desc--jobs {
  padding-top: 7.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__requirements .requirements__list .requirements__desc.requirements__desc--jobs {
    padding-top: 5.2rem;
  }
}

.requirements__desc--jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .requirements__desc--jobs {
    row-gap: 2rem;
  }
}

.job-accordion {
  overflow-anchor: none;
}
.job-accordion .job-accordion__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  padding: 0 0 1.2rem;
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px #ded7d7;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__q {
    margin-left: -1.6rem;
    margin-right: -1.5rem;
    padding-left: 1.6rem;
    padding-right: 1.5rem;
    padding-bottom: 1.4rem;
  }
}
.job-accordion .job-accordion__q-line {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__q-line {
    margin-left: 0.6rem;
  }
}
.job-accordion .job-accordion__q-line:nth-child(1) {
  display: block;
}
.job-accordion .job-accordion__q-line:nth-child(2) {
  display: none;
}
.job-accordion .job-accordion__q-line:nth-child(1)::before,
.job-accordion .job-accordion__q-line:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #d3352a;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.job-accordion .job-accordion__q-line:nth-child(1)::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.job-accordion .job-accordion__q-line:nth-child(1)::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.job-accordion.is-open .job-accordion__q-line:nth-child(1)::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.job-accordion .job-accordion__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.job-accordion .job-accordion__a {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}
.job-accordion.is-open .job-accordion__a {
  grid-template-rows: 1fr;
}
.job-accordion .job-accordion__a-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: 2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__a-inner {
    padding-top: 2rem;
  }
}
.job-accordion .job-accordion__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-accordion .job-accordion__detail .job-accordion__detail-term {
  width: 13.9056831923%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  padding: 2rem 0;
  border-bottom: solid 1px #ded7d7;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__detail .job-accordion__detail-term {
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    width: 100%;
    padding-bottom: 0;
  }
}
.job-accordion .job-accordion__detail .job-accordion__detail-term:first-of-type {
  padding-top: 0;
}
.job-accordion .job-accordion__detail .job-accordion__detail-desc {
  width: 86.0943168077%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 2rem 0;
  border-bottom: solid 1px #ded7d7;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .job-accordion .job-accordion__detail .job-accordion__detail-desc {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    width: 100%;
    padding-top: 0;
  }
}
.job-accordion .job-accordion__detail .job-accordion__detail-desc:first-of-type {
  padding-top: 0;
}

.career__flow {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 7.5rem;
  z-index: 10;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.career__flow .flow__inner {
  width: 100%;
  position: relative;
  max-width: 1311px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__inner {
    padding: 0 1.5rem;
  }
}
.career__flow .flow__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.career__flow .flow__contents {
  margin-top: 4rem;
  position: relative;
}
.career__flow .flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2rem;
  }
}
.career__flow .flow__item {
  background: #ffffff;
  border-radius: 24px;
  padding: 4rem 4.2rem;
  position: relative;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item {
    padding: 4rem 1.6rem 4rem 8.9rem;
    max-width: 517px;
    margin: 0 auto;
    width: 100%;
  }
}
.career__flow .flow__item:nth-child(2)::before, .career__flow .flow__item:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -33.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/career/flow-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(2)::before, .career__flow .flow__item:nth-child(3)::before {
    left: 48%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -36px;
  }
}
.career__flow .flow__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__img {
    position: absolute;
    display: block;
    width: 56px;
    height: auto;
  }
}
.career__flow .flow__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(1) .flow__img {
    top: 47.5px;
    left: 24.5px;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(2) .flow__img {
    top: 51.7px;
    left: 16.5px;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(3) .flow__img {
    top: 51.2px;
    left: 12.5px;
  }
}
.career__flow .flow__head {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.575;
  letter-spacing: 0.025em;
  margin-top: 3.2rem;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__head {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 0;
  }
}
.career__flow .flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.2rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__text {
    font-size: 1.5rem;
    line-height: 1.7466666667;
    margin-top: 0.6rem;
  }
}
.career__flow .flow__item:nth-child(2) .flow__text {
  max-width: 237px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(2) .flow__text {
    margin: 0;
    max-width: 100%;
  }
}
.career__flow .flow__item:nth-child(3) .flow__text {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__flow .flow__item:nth-child(3) .flow__text {
    margin: 0;
    max-width: 100%;
  }
}

.career__entry {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12rem 2.4rem 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__entry {
    display: none;
  }
}
.career__entry a {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  font-weight: 400;
  border: solid 1px #2f3e46;
  padding: 2rem 14.7rem 1.8rem;
  position: relative;
  display: block;
  max-width: 455px;
}
.career__entry a::after {
  position: absolute;
  content: "";
  width: 104px;
  height: 1px;
  background: #2f3e46;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.career__entry--sp {
  display: none;
  padding: 0;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career__entry--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 6.4rem;
  }
  .career__entry--sp a {
    padding: 1.4rem 12rem;
    font-size: 3.2rem;
  }
  .career__entry--sp a::after {
    width: 79px;
  }
}

.career-sectiontitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career-sectiontitle {
    font-size: 4.8rem;
  }
}

.career-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.3rem;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .career-subtitle {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 1.4rem;
  }
}

.-pc-only {
  display: block;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:1015px) {
  .-pc-only {
    display: none;
  }
}

.-sp-only {
  display: none;
}
@media only screen and (max-width:480px) {
  .-sp-only {
    display: block;
  }
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}