@charset "UTF-8";

body {
  font-size: 1.6rem;
}

.wrapper {
  overflow: hidden;
}

.container-custom {
  width: 1440px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.container-customs {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

img {
  width: 100%;
}

.mv-area {
  width: 100%;
  position: relative;
}

.mv-area .mv-txt {
  width: 100%;
  position: absolute;
  bottom: 22%;
  left: 0;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.7em;
}

.mv-area .mv-txt h2 {
  position: relative;
  width: 100%;
}

.mv-area .mv-txt h2::after {
  position: absolute;
  content: "";
  width: 360px;
  height: 185px;
  background-image: url(../images/recruit/icon_mv.svg);
  background-repeat: no-repeat;
  background-size: auto 97%;
  top: -150%;
  left: 50%;
  margin-left: 21px;
  transform: translateX(-50%);
}

.mv-area .mv-img{
  width: 100%;
  height: 100%;
  max-height: 936px;
  overflow: hidden;
}

.challenge-area {
  padding-bottom: 130px;
  background-color: #F7F7F7;
}

.newgraduate-banner {
  width: 100%;
  height: 50px;
  position: relative;
}

.newgraduate-banner-link {
  bottom: 45%;
  z-index: 1;
  right: -20px;
  position: absolute;
  width: 60%;
  min-width: 300px;
  max-width: 800px;
  transform: translateY(50%);
  display: inline-block;
}

.newgraduate-banner-link:hover {
  opacity: 1;
}

.newgraduate-banner img:first-child {
  z-index: 2;
  position: relative;
  transition: all 0.5s;
}

.temp-hovered img:first-child {
  opacity: 0.7;
}

.banner-bg-image {
  top: 0;
  left: 0;
  position: absolute;
}

.newgraduate-banner-link:hover .banner-bg-image {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .newgraduate-banner-link {
    bottom: 100%;
    right: -30px;
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {
  .newgraduate-banner {
    height: 100px;
  }
}

.challenge-area .challenge-title {
  color: #005CA2;
  margin-bottom: 167px;
}

.challenge-area .challenge-title .challenge-title_tis {
  width: 100%;
  text-align: center;
  font-size: 7.1rem;
  font-weight: 700;
  padding-top: 135px;
  padding-bottom: 70px;
}

.challenge-area .challenge-title .challenge-title_tis .fw-b {
  font-size: 11.9rem;
  line-height: 0.95;
}

.challenge-area .challenge-title .challenge-title_desc {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2;
  letter-spacing: 0.65em;
}

.challenge-area .challenge-content {
  width: 100%;
  position: relative;
}

.challenge-area .challenge-content .challenge-content_thumb {
  width: 78.64%;
  margin-left: auto;
}

.challenge-area .challenge-content .challenge-content_text {
  position: absolute;
  width: 45.15%;
  height: 332px;
  left: 0;
  bottom: -167px;
  color: #FFF;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.challenge-area .challenge-content .challenge-content_text::after {
  content: "";
  position: absolute;
  width: calc(100% + 2vw);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFBC00;
  z-index: -1;
  transform: translate(-8.5vw) skew(-34.5deg);
  max-width: 50vw;
}

.challenge-area .challenge-content .challenge-content_text .jp {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.challenge-area .challenge-content .challenge-content_text .en {
  font-size: 1.8rem;
  padding-left: 17%;
}

.challenge-area .challenge-info {
  width: 62.7%;
  margin-left: auto;
  padding-top: 35px;
}

.challenge-area .challenge-info .challenge-info_sub {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  align-items: center;
  justify-content: flex-end;
  color: #005CA2;
}

.challenge-area .challenge-info .challenge-info_sub p {
  padding-right: 19px;
}

.challenge-area .challenge-info .challenge-info_sub img {
  width: 151px;
}

.challenge-area .challenge-info .challenge-info_desc {
  padding-top: 88px;
}

.challenge-area .challenge-info .challenger-info_express {
  font-size: 4.5rem;
  padding-bottom: 54px;
  font-family: "Noto Serif JP", serif;
}

.challenge-area .challenge-info .challenger-info_text {
  font-size: 2rem;
  line-height: 1.75;
  padding-right: 15px;
  font-weight: 500;
}

.mx-title .mx-title_sub {
  font-size: 2rem;
  font-weight: 700;
  color: #005CA2;
  line-height: 1.75;
  text-align: center;
}

.staff-area {
  padding-top: 141px;
}

.staff-area .staff-items {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.4vw;
}

.staff-area .staff-items.bg-orange {
  background-color: #FFBC00;
}

.staff-area .staff-items.bg-orange .staff-item_number {
  color: #FFF;
}

.staff-area .staff-items.bg-orange .staff-items_img .staff-items_posyears {
  color: #FFF;
}

.staff-area .staff-items .pc {
  display: block;
}

.staff-area .staff-items .sp {
  display: none;
}

.staff-area .items02 {
  padding-top: 4.8vw;
  padding-bottom: 6.3vw;
  margin-bottom: 0;
}

.staff-area .items02 .staff-item_title {
  padding-left: 3vw;
  margin-top: 1vw;
}

.staff-area .items02 .staff-items_content .staff-item_about {
  position: relative;
}

.staff-area .items02 .staff-items_content .staff-item_about:nth-child(1) {
  width: 44vw;
  left: calc((14.5vw - min(36vw, 75ch)) / 2);
  margin-bottom: 3.8vw;
}

.staff-area .items02 .staff-items_content .staff-item_about:nth-child(2) {
  width: 40.7vw;
  left: calc((30vw - min(36vw, 75ch)) / 2);
  margin-bottom: 2vw;
}

.staff-area .items02 .staff-items_content .staff-item_about:nth-child(3) {
  width: 38.1vw;
  left: calc((46vw - min(36vw, 75ch)) / 2);
}

.staff-area .items03 {
  padding-top: 1.7vw;
  margin-bottom: 5.8vw;
}

.staff-area .items03 .staff-items_title {
  bottom: -2.3vw;
}

.staff-area .items03 .staff-item_title {
  padding-left: 3.5vw;
  margin-top: 1.5vw;
}

.staff-area .items03 .staff-items_content .staff-item_about {
  position: relative;
}

.staff-area .items03 .staff-items_content .staff-item_about:nth-child(1) {
  width: 41vw;
  left: calc((5.5vw - min(36vw, 75ch)) / 2);
}

.staff-area .items03 .staff-items_content .staff-item_about:nth-child(2) {
  width: 39.7vw;
  left: calc((21vw - min(36vw, 75ch)) / 2);
  margin-bottom: 3.4vw;
}

.staff-area .items03 .staff-items_content .staff-item_about:nth-child(3) {
  width: 38.2vw;
  left: calc((36vw - min(36vw, 75ch)) / 2);
  margin-bottom: -0.8vw;
}

.staff-area .items04 {
  padding-top: 0;
  margin-bottom: 3.2vw;
  padding-bottom: 4.3vw;
}

.staff-area .items04 .staff-item_number {
  margin-top: 0;
}

.staff-area .items04 .staff-items_title {
  bottom: -2.8vw;
}

.staff-area .items04 .staff-item_title {
  padding-left: 7vw;
  margin-top: 1vw;
}

.staff-area .items04 .staff-items_content {
  padding-top: 5.85vw;
}

.staff-area .items04 .staff-items_content .staff-item_about {
  position: relative;
}

.staff-area .items04 .staff-items_content .staff-item_about:nth-child(1) {
  width: 49vw;
  left: calc((11vw - min(36vw, 75ch)) / 2);
  margin-bottom: 3.7vw;
}

.staff-area .items04 .staff-items_content .staff-item_about:nth-child(2) {
  width: 40vw;
  left: calc((26.7vw - min(36vw, 75ch)) / 2);
  margin-bottom: 2.8vw;
}

.staff-area .items04 .staff-items_content .staff-item_about:nth-child(3) {
  width: 41.2vw;
  left: calc((36vw - min(36vw, 75ch)) / 2);
}

.staff-area .items04 .staff-items_content .staff-item_about:nth-child(3) .staff-item_aboutname {
  padding-bottom: 25px;
}

.staff-area .items05 {
  padding-top: 0;
  margin-bottom: 6.5vw;
}

.staff-area .items05 .staff-items_title {
  bottom: -2.8vw;
}

.staff-area .items05 .staff-item_title {
  padding-left: 3.5vw;
  margin-top: 0.7vw;
}

.staff-area .items05 .staff-items_content {
  padding-top: 6.2vw;
}

.staff-area .items05 .staff-items_content .staff-item_about {
  position: relative;
}

.staff-area .items05 .staff-items_content .staff-item_about:nth-child(1) {
  width: 44vw;
  left: calc((4vw - min(36vw, 75ch)) / 2);
  margin-bottom: 4.2vw;
}

.staff-area .items05 .staff-items_content .staff-item_about:nth-child(2) {
  width: 44.5vw;
  left: calc((19.5vw - min(36vw, 75ch)) / 2);
  margin-bottom: 4.6vw;
}

.staff-area .items05 .staff-items_content .staff-item_about:nth-child(3) {
  width: 42.2vw;
  left: calc((36vw - min(36vw, 75ch)) / 2);
  margin-bottom: -0.8vw;
}

.staff-area .staff-items_title {
  width: 75vw;
  position: relative;
  left: 21.35vw;
  display: flex;
  align-items: center;
  bottom: -1.5vw;
}

.staff-area .staff-item_number {
  font-size: 8vw;
  color: #FFBC00;
  line-height: 0.85;
  margin-top: 0.4vw;
  font-weight: 500;
}

.staff-area .staff-item_title {
  font-size: clamp(4.5rem, 2.3vw, 2.4rem);
  font-weight: 700;
  padding-left: 2.1vw;
  line-height: 1.06;
  margin-top: 20px;
}

.staff-area .staff-items_img {
  width: 50vw;
}

.staff-area .staff-items_img .staff-item_pos {
  position: relative;
  left: 21.3vw;
  top: 2vw;
  color: #005CA2;
}

.staff-area .staff-items_img .staff-item_positon {
  font-size: max(0.9vw, 1.8rem);
  font-weight: 500;
  display: block;
  padding-bottom: 0.3vw;
}

.staff-area .staff-items_img .staff-item_posname {
  font-size: max(1.5vw, 3rem);
  font-weight: 700;
}

.staff-area .staff-items_img .staff-items_posyears {
  color: #BEBEBE;
  font-size: max(0.9vw, 1.8rem);
  margin-top: 1vw;
  font-weight: 500;
}

.staff-area .staff-items_content {
  width: 50vw;
  padding-top: 4.2vw;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .staff-area .staff-items_content {
    transform: translateX(calc(50% - 450px));
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {

  .staff-area .staff-items_content .staff-item_about {
    transform: translateX(12%);
  }

  .staff-area .staff-items_content .staff-item_aboutdesc {
    max-width: 700px;
  }

  .staff-area .staff-items_content .staff-item_about:nth-of-type(2) {
    transform: translateX(25%);
  }

  .staff-area .staff-items_content .staff-item_about:nth-of-type(3) .staff-item_aboutdesc,
  .staff-area .staff-items_content .staff-item_about:nth-of-type(2) .staff-item_aboutdesc {
    max-width: 500px;
  }

  .staff-area .items02 .staff-items_content .staff-item_about:first-of-type {
    transform: translateX(15%);
  }

  .staff-area .items02 .staff-items_content .staff-item_about:first-of-type .staff-item_aboutdesc {
    max-width: 700px;
  }

  .staff-area .items03 .staff-items_content .staff-item_about:last-of-type {
    transform: translateX(28%);
  }

  .staff-area .items03 .staff-items_content .staff-item_about:last-of-type .staff-item_aboutdesc {
    max-width: 400px;
  }

  .staff-area .items04 .staff-items_content .staff-item_about:nth-of-type(2) {
    transform: translateX(15%);
  }

  .staff-area .items04 .staff-items_content .staff-item_about:nth-of-type(2) .staff-item_aboutdesc {
    max-width: 574px;
  }

  .staff-area .items05 .staff-items_content .staff-item_about:first-of-type {
    transform: translateX(16%);
  }

  .staff-area .items05 .staff-items_content .staff-item_about:first-of-type .staff-item_aboutdesc {
    max-width: 680px;
  }

  .staff-area .items05 .staff-items_content .staff-item_about:nth-of-type(2) .staff-item_aboutdesc {
    max-width: 520px;
  }

  .staff-area .items05 .staff-items_content .staff-item_about:last-of-type {
    transform: translateX(30%);
  }

  .staff-area .items05 .staff-items_content .staff-item_about:last-of-type .staff-item_aboutdesc {
    max-width: 410px;
  }

}

.staff-area .staff-items_content .staff-item_txt {
  margin-bottom: 4vw;
}

.staff-area .staff-items_content .staff-item_about {
  margin-bottom: 3.2vw;
  position: relative;
}

.staff-area .staff-items_content .staff-item_about:nth-child(1) {
  width: 41.5vw;
  left: calc((13.5vw - min(36vw, 75ch)) / 2);
}

.staff-area .staff-items_content .staff-item_about:nth-child(2) {
  width: 39.7vw;
  left: calc((29.5vw - min(36vw, 75ch)) / 2);
}

.staff-area .staff-items_content .staff-item_about:nth-child(3) {
  width: 37.13vw;
  left: calc((45vw - min(36vw, 75ch)) / 2);
}

.staff-area .staff-items_content .staff-item_aboutname {
  font-size: clamp(2rem, 2.3vw, 1.8rem);
  color: #005CA2;
  font-weight: 700;
  padding-bottom: 16px;
}

.staff-area .staff-items_content .staff-item_aboutdesc {
  font-size: 1.6rem;
  line-height: 1.6;
}

.staff-area .staff-items_other {
  width: 51vw;
  margin-left: -1vw;
  display: flex;
}

.staff-area .staff-items_other figure:first-child {
  width: 36.5vw;
  margin-right: -8vw;
}

.staff-area .staff-items_other figure:last-child {
  width: 22.9vw;
}

.education-area {
  background-color: #FFBC00;
  padding-top: 60px;
  padding-bottom: 59px;
}

.education-area .mx-title_sub {
  padding-top: 28px;
}

.education-area .education-list {
  margin-top: 82px;
}

.education-area .education-item {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.education-area .education-item .container-custom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.education-area .education-item::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%) skew(-35deg);
  z-index: -1;
}

.education-area .education-item:nth-child(1)::after {
  opacity: 0.3;
  left: -12.5%;
  height: 140px;
  width: 60%;
}

.education-area .education-item:nth-child(2)::after {
  opacity: 0.5;
  left: -9.5%;
  height: 227px;
}

.education-area .education-item:nth-child(3)::after {
  opacity: 0.7;
  left: -19.5%;
  height: 287px;
  margin-top: -7px;
}

.education-area .education-item:nth-child(4)::after {
  opacity: 0.85;
  left: -28.5%;
  height: 227px;
}

.education-area .education-tag {
  width: 10.71%;
  color: #6E603A;
  font-size: 3rem;
  font-weight: 700;
}

.education-area .education-frame {
  width: 78.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.education-area .education-frame .education-cat {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 11px 30px;
  margin-top: 10px;
}

.education-area .education-frame .education-name {
  display: flex;
  flex-direction: column;
  color: #005CA2;
}

.education-area .education-frame .education-pos {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
  white-space: nowrap;
}

.education-area .education-frame .education-exp {
  line-height: 1.75;
  font-weight: 500;
  white-space: nowrap;
}

.education-area .education-frame .education-desc {
  padding-left: 30px;
}

.education-area .education-etc {
  width: 100%;
  text-align: right;
  margin-top: -28px;
}

.education-area .education-etc .container-custom {
  display: flex;
  justify-content: center;
}

.education-area .education-etc .education-etc_txt {
  width: 78.5%;
}

.education-area .education-other {
  margin-top: 50px;
}

.education-area .education-other .education-other_title {
  width: 100%;
  position: relative;
  text-align: center;
}

.education-area .education-other .education-other_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #005CA2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.education-area .education-other .education-other_title p {
  display: inline-block;
  position: relative;
  padding: 0 28px;
  z-index: 1;
  font-size: 3rem;
  color: #005CA2;
  font-weight: 700;
  background-color: #FFBC00;
}

.education-area .education-other .education-other_frame {
  padding-top: 43px;
}

.education-area .education-other .education-other_items {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 41px 53px 43px 53px;
  align-items: center;
  margin-bottom: 30px;
}

.education-area .education-other .education-other_img {
  width: 12.6%;
}

.education-area .education-other .education-other_txt {
  width: 78.6%;
  padding-left: 28px;
}

.education-area .education-other .education-other_name {
  font-size: 3rem;
  color: #005CA2;
  font-weight: 700;
  padding-bottom: 11px;
}

.benefit-area .benefit-banner {
  width: 100%;
  position: relative;
  text-align: center;
}

.benefit-area .benefit-banner .benefit-title {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  color: #FFF;
}

.benefit-area .benefit-tas {
  position: relative;
  width: 100%;
  margin-top: -5px;
  padding-bottom: 47px;
}

.benefit-area .benefit-tas::after {
  width: 1400px;
  margin: auto;
  height: 96px;
  position: absolute;
  content: "";
  background-color: #fff;
  top: -90px;
  transform: translateX(-50%);
  left: 50%;
}

.benefit-area .benefit-tas.bg-grey {
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 30px;
  background: #F2F2F2;
}

.benefit-area .benefit-tas.bg-grey::after {
  position: relative;
}

.benefit-area .benefit-tas.bg-grey .title-tab span {
  background: #F2F2F2;
}

.benefit-area .benefit-tas.bg-grey .benefit-item {
  margin-bottom: 24px;
}

.benefit-area .benefit-tas.bg-grey .benefit-item .benefit-item_tar {
  margin-bottom: 20px;
}

.benefit-area .title-tab {
  width: 100%;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #005CA2;
  text-align: center;
}

.benefit-area .title-tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #005CA2;
}

.benefit-area .title-tab span {
  display: inline-block;
  background-color: #fff;
  padding: 0 43px;
  position: relative;
  z-index: 1;
}

.benefit-area .benefit-frame {
  margin-top: 56px;
}

.benefit-area .benefit-item {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 23.5px;
}

.benefit-area .benefit-item .benefit-item_tar {
  width: 100%;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 24px;
  color: #005CA2;
  line-height: 1.59;
  margin-bottom: 18px;
}

.benefit-area .benefit-item .benefit-item_tar::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #005CA2;
  left: 2px;
  top: 62%;
  transform: translateY(-50%);
}

.benefit-area .benefit-item .benefit-item_desc {
  line-height: 1.625;
}

.requirements-area {
  background-color: #FFBC00;
}

.requirements-area .title-tab{
  width: 1100px;
  margin:40px auto;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #005CA2;
  text-align: center;
}

@media screen and (max-width: 1099px) {
.requirements-area .title-tab{
  width: 90%;
}
}

.requirements-area .title-tab span{
  background-color: #FFBC00;
  display: inline-block;
  padding: 0 43px;
  position: relative;
  z-index: 1;
}

.requirements-area .title-tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #005CA2;
}

.requirements-area .requirements-content_text{
  width:65%;
  margin:auto;
  color: #005CA2;
  font-size: 1.8rem;
  font-weight:bold;
  text-align:center;
}

.req-item .req-title{
  padding-left:26px;
  position: relative;
}

.requirements-area .req-title {
  color: #005CA2;
  font-size: 2.2rem;
  font-weight:bold;
}

.requirements-area .req-title::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #005CA2;
  left: 2px;
  top: 0px;
  transform: translateY(50%);
}

.requirements-area .req-item {
  margin-top: 57px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 136px;
}

.requirements-area .req-item .req-item_img {
  width: 46.63%;
}

.requirements-area .req-item .req-item_img img{
height:480px;
object-fit:cover;
}

@media screen and (max-width: 1025px) {
  .requirements-area .req-item .req-item_img img{
    height:730px;
}
}

@media screen and (max-width: 768px) {
  .requirements-area .req-item .req-item_img img{
    height:auto;
}
}

.requirements-area .req-item .req-item_txt {
  width: 53.5%;
  padding: 0 28px 0 37px;
  margin-top: 12px;
  position: relative;
}

.requirements-area .req-item .req-item_na {
  font-size: 3rem;
  font-weight: 700;
  color: #005CA2;
  line-height: 1.16;
  padding: 16px 0;
}

.req-item_txt .department,
.req-item_txt .hiredate{
  font-weight: 500;
  font-size: 1.8rem;
}

.requirements-area .req-item .req-item_desc {
  font-size: 1.5rem;
  line-height: 1.625;
  padding-bottom: 44px;
}

.requirements-area .req-item .req-item_sal,
.requirements-area .req-item .req-item_location {
  width: 100%;
  position: relative;
  padding-left: 34px;
  padding-bottom: 23px;
  font-weight: 500;
  font-size: 1.8rem;
}

.requirements-area .req-item .req-item_sal::after,
.requirements-area .req-item .req-item_location::after {
  content: "￥";
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #005CA2;
  width: 25px;
  height: 36px;
  left: 0;
  top: -7px;
}

.requirements-area .req-item .req-item_location::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  left: 0;
  top: 0;
  background-image: url("../images/recruit/icon_location.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.requirements-area .req-item .read-more {
  width: 256px;
  display: block;
  padding: 33px 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  right: 62px;
  z-index: 1;
  margin-top: -10px;
  font-size: 2rem;
  font-weight: 500;
}

.requirements-area .req-item .read-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005CA2;
  left: 0;
  top: 0;
  transform: skew(-36deg);
  z-index: -1;
}

.requirements-area .requirements-other {
  width: 100%;
  display: flex;
  background-color: #FFF;
  padding: 20px 0;
}

.requirements-area .requirements-other figure {
  margin: 0px min(-3.6vw, -36px);
}

.requirements-area .requirements-other figure img {
  height: 100%;
  min-height: 140px;
  aspect-ratio: 1198 / 458;
}

.requirements-area .requirements-other figure:last-of-type img,
.requirements-area .requirements-other figure:first-of-type img {
  min-width: 172px;
}

.requirements-area .requirements-other figure:not(:first-of-type, :last-of-type) img {
  min-width: 312px;
}

.requirements-area .req-item .flex {
  display: flex; /*横並び*/
}

.requirements-area .req-item .flex .text {
  margin: 15px 0 0 0; 
  padding: 0;
}

.requirements-area .req-item .flex a {
   margin-top: 15px;
}

@media screen and (min-width: 1401px) {
  .staff-area .items01 .staff-items_content .staff-item_about:nth-child(2) {
    left: calc((40vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items01 .staff-items_content .staff-item_about:nth-child(3) {
    left: calc((57vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items02 .staff-items_content .staff-item_about:nth-child(2) {
    left: calc((36vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items02 .staff-items_content .staff-item_about:nth-child(3) {
    left: calc((46vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items03 .staff-items_content .staff-item_about:nth-child(1) {
    left: calc((13.5vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items03 .staff-items_content .staff-item_about:nth-child(2) {
    left: calc((32vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items03 .staff-items_content .staff-item_about:nth-child(3) {
    left: calc((48vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items04 .staff-items_content .staff-item_about:nth-child(2) {
    left: calc((30vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items04 .staff-items_content .staff-item_about:nth-child(3) {
    left: calc((48vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items05 .staff-items_content .staff-item_about:nth-child(1) {
    left: calc((13.5vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items05 .staff-items_content .staff-item_about:nth-child(2) {
    left: calc((29.5vw - min(36vw, 75ch)) / 2);
  }

  .staff-area .items05 .staff-items_content .staff-item_about:nth-child(3) {
    left: calc((45vw - min(36vw, 75ch)) / 2);
  }
}

@media screen and (max-width: 1919.98px) {
  .education-area .education-item .container-custom {
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  .staff-item_txt {
    padding-top: 3rem;
  }

  .staff-area .staff-items_img .staff-item_pos {
    left: 12vw;
  }

  .staff-area .staff-items_img .staff-item_positon {
    font-size: max(1.2vw, 1.6rem);
  }

  .staff-area .staff-items_img .staff-item_posname {
    font-size: max(1.5vw, 2rem);
  }

  .staff-area .staff-items_img .staff-items_posyears {
    font-size: max(1.2vw, 1.6rem);
  }

  .staff-area .staff-item_title {
    font-size: clamp(3rem, 2.3vw, 2rem);
  }

  .staff-area .staff-items_content .staff-item_about {
    margin-bottom: 3.2vw !important;
    position: relative;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(1) {
    width: 60vw !important;
    left: calc((12.5vw - min(36vw, 75ch)) / 2) !important;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(2) {
    width: 51.5vw !important;
    left: calc((29vw - min(36vw, 75ch)) / 2) !important;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(3) {
    width: 44.13vw !important;
    left: calc((44vw - min(36vw, 75ch)) / 2) !important;
  }

  .staff-area .staff-items_content .staff-item_aboutname {
    font-size: 1.3vw !important;
  }

  /*   .staff-area .staff-items_content .staff-item_aboutdesc {
    font-size: 1.05vw !important;
  } */

  .challenge-area .challenge-content .challenge-content_text {
    height: 23vw;
    bottom: -30%;
    padding-left: max(7vw, 20px);
    width: max(70vw, 80%);
  }

  .challenge-area .challenge-content .challenge-content_text::after {
    transform: translate(max(-20vw, -25%)) skew(-34.5deg);
    max-width: 550px;
  }

  .education-area .mx-title_sub {
    padding-top: 15px;
  }

  .education-area .education-list {
    width: 95%;
    max-width: 1400px;
    margin: 30px auto 0;
  }

  .education-area .education-item {
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
  }

  .education-area .education-item::after {
    width: 100vw !important;
    max-height: 100%;
    height: 50vw !important;
    transform: translateY(-50%) skew(-35deg);
    left: -44vw !important;
    margin-top: 0 !important;
  }

  .education-area .education-item .container-custom {
    justify-content: center;
    padding: 0;
  }

  .education-area .education-tag {
    width: 30%;
    font-size: clamp(1.8rem, 2.2vw, 3rem);
    padding-left: 10%;
  }

  .education-area .education-frame {
    width: 100%;
    display: block;
  }

  .education-area .education-frame .education-cat {
    display: block;
    padding: 20px;
    margin-top: 10px;
  }

  .education-area .education-frame .education-pos {
    font-size: max(2vw, 2rem);
    white-space: normal;
  }

  .education-area .education-frame .education-exp {
    white-space: normal;
  }

  .education-area .education-frame .education-desc {
    padding-left: 0;
  }

  .education-area .education-etc {
    width: 100%;
    margin-top: -28px;
  }

  .benefit-area .benefit-tas {
    margin-top: 15px;
  }

  .benefit-area .benefit-tas::after {
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .mx-title .mx-title_sub {
    font-size: 1.6rem;
  }

  .staff-area .staff-items_title {
    left: 18.35vw;
    width: 79vw;
  }

  .staff-area .staff-item_title {
    font-size: clamp(2.4rem, 1.3vw, 2rem);
    line-height: 1.4;
  }

  .staff-area .staff-items_img {
    width: calc(50vw - 70px);
  }

  .staff-area .staff-items_img .staff-item_pos {
    left: 10vw;
  }

  .staff-area .staff-items_img .staff-item_positon {
    font-size: max(1.2vw, 1.6rem) !important;
  }

  .staff-area .staff-items_img .staff-item_posname {
    font-size: max(1.5vw, 1.8rem) !important;
  }

  .staff-area .staff-items_img .staff-items_posyears {
    font-size: max(1.2vw, 1.2rem) !important;
  }

  .staff-area .staff-items_content {
    margin-left: 50px;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(1) {
    width: 57.5vw !important;
    left: calc((20.5vw - min(36vw, 75ch)) / 2) !important;
  }

  .staff-area .staff-items_content .staff-item_aboutname {
    font-size: max(1.3vw, 1.8rem) !important;
    padding-bottom: 5px !important;
  }

  /*
  .staff-area .staff-items_content .staff-item_aboutdesc {
    font-size: max(1.2vw, 1.2rem) !important;
  }
 */
  .challenge-area {
    padding-bottom: 30px;
  }

  .challenge-area .challenge-title {
    margin-bottom: 30px;
    padding: 0 10px;
    padding-top: 50px;
  }

  .challenge-area .challenge-title .challenge-title_tis {
    font-size: 4rem;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .challenge-area .challenge-title .challenge-title_tis .fw-b {
    font-size: 6rem;
  }

  .challenge-area .challenge-title .challenge-title_desc {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
  }

  .challenge-area .challenge-content {
    width: 100%;
    position: relative;
  }

  .challenge-area .challenge-content .challenge-content_thumb {
    width: 78.64%;
    margin-left: auto;
  }

  .challenge-area .challenge-content .challenge-content_text .jp {
    font-size: 2.2rem;
  }

  .challenge-area .challenge-content .challenge-content_text .en {
    font-size: 1.8rem;
    padding-left: 4vw;
  }

  .challenge-area .challenge-info {
    width: 100%;
    padding-top: 70px;
  }

  .challenge-area .challenge-info .challenge-info_sub {
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    align-items: center;
    justify-content: flex-end;
    color: #005CA2;
  }

  .challenge-area .challenge-info .challenge-info_sub p {
    padding-right: 19px;
  }

  .challenge-area .challenge-info .challenge-info_sub img {
    width: 151px;
  }

  .challenge-area .challenge-info .challenge-info_desc {
    padding-top: 30px;
  }

  .challenge-area .challenge-info .challenger-info_express {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }

  .challenge-area .challenge-info .challenger-info_text {
    font-size: 1.6rem;
    padding-right: 0;
  }

  .education-area .education-other .education-other_title p {
    font-size: 2.4rem;
  }

  .education-area .education-other .education-other_name {
    font-size: 2rem;
  }

  .education-area .education-other .education-other_txt {
    width: 90%;
  }

  .benefit-area .benefit-banner img {
    min-height: 260px;
  }

  .benefit-area .benefit-banner .benefit-title {
    top: 50%;
  }

  .benefit-area .benefit-banner .benefit-title .jp {
    font-size: 3.4rem;
  }

  .benefit-area .benefit-banner .benefit-title .en {
    font-size: 1.6rem;
  }

  .benefit-area .benefit-item .benefit-item_tar {
    font-size: 1.8rem;
  }

  .benefit-area .benefit-frame {
    margin-top: 40px;
  }

  .staff-area {
    padding-top: 5vw;
  }

  .staff-area .staff-items_other {
    margin-left: 2vw;
  }

  .benefit-area .title-tab,
  .requirements-area .title-tab
   {
    font-size: 2.4rem;
  }

  .benefit-area .benefit-tas {
    margin-top: 10px;
  }

  .benefit-area .benefit-tas.bg-grey {
    padding-top: 20px;
  }

  .benefit-area .benefit-tas::after {
    position: relative;
  }

  .requirements-area .req-item .req-item_txt {
    padding-bottom: 30px;
  }

  .requirements-area .req-item .req-item_desc {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .mv-area {
    width: 100%;
    position: relative;
  }

  .mv-area .mv-txt {
    letter-spacing: 0.4em;
    font-size: 4vw;
  }

  .mv-area .mv-txt h2::after {
    width: 72%;
    height: 22vw;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
  }

  .mx-title .mx-title_sub {
    font-size: 1.8rem;
  }

  .challenge-area {
    padding-bottom: 50px;
  }

  .challenge-area .challenge-title {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .challenge-area .challenge-title .challenge-title_tis {
    font-size: 3rem;
    padding-top: 50px;
  }

  .challenge-area .challenge-title .challenge-title_tis .fw-b {
    font-size: 4rem;
  }

  .challenge-area .challenge-title .challenge-title_desc {
    font-size: 1.6rem;
  }

  .challenge-area .challenge-content .challenge-content_text::after {
    max-width: 350px;
  }

  .staff-area .staff-items {
    padding-top: 30px;
    display: block;
    margin-bottom: 7vw !important;
  }

  .staff-area .staff-items .pc {
    display: none;
  }

  .staff-area .staff-items .sp {
    display: block;
  }

  .staff-area .staff-items_title {
    width: 100%;
    padding-bottom: 30px !important;
    left: 2vw;
    bottom: 0 !important;
  }

  .staff-area .staff-item_number {
    font-size: 5rem;
    margin-top: 0 !important;
  }

  .staff-area .staff-item_title {
    font-size: clamp(2.4rem, 1.2vw, 1.8rem);
    width: 80vw;
  }

  .staff-area .staff-items_img {
    width: 100%;
  }

  .staff-area .staff-items_img .staff-item_pos {
    left: 20px;
    top: 15px;
  }

  .staff-area .staff-items_img .staff-item_positon {
    font-size: 1.8rem !important;
  }

  .staff-area .staff-items_img .staff-item_posname {
    font-size: 2.2rem !important;
  }

  .staff-area .staff-items_img .staff-items_posyears {
    font-size: 1.6rem !important;
  }

  .staff-area .staff-items_content {
    width: 100%;
    margin-left: 0;
  }

  .staff-area .staff-items_content .staff-item_about {
    padding: 0 20px;
    margin-bottom: 3.2vw !important;
    position: relative;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(1) {
    width: 100% !important;
    left: 0 !important;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(2) {
    width: 100% !important;
    left: 0 !important;
  }

  .staff-area .staff-items_content .staff-item_about:nth-child(3) {
    width: 100% !important;
    left: 0 !important;
  }

  .staff-area .staff-items_content .staff-item_aboutname {
    font-size: 1.8rem !important;
  }

  .staff-area .staff-items_content .staff-item_aboutdesc {
    font-size: 1.4rem;
  }

  .staff-area .staff-items_other {
    width: 80%;
    margin-left: auto;
    margin-right: -1vw;
    max-width: 400px;
  }

  .staff-area .staff-items_other figure:first-child {
    width: 70%;
    margin-right: -15%;
  }

  .staff-area .staff-items_other figure:last-child {
    width: 44%;
  }

  .education-area .mx-title_sub {
    padding-top: 15px;
  }

  .education-area .education-list {
    margin-top: 30px;
  }

  .education-area .education-item {
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
  }

  .education-area .education-item::after {
    width: 100vw;
    max-height: 190px;
    height: 50vw !important;
    transform: translateY(-50%) skew(-35deg);
    left: -44vw !important;
  }

  .education-area .education-tag {
    width: 30%;
    font-size: 1.8rem;
    padding-left: 2vw;
  }

  .education-area .education-frame {
    width: 100%;
    display: block;
  }

  .education-area .education-frame .education-cat {
    display: block;
    padding: 20px;
    margin-top: 10px;
  }

  .education-area .education-frame .education-pos {
    font-size: 2rem;
    white-space: normal;
  }

  .education-area .education-frame .education-exp {
    white-space: normal;
  }

  .education-area .education-frame .education-desc {
    padding-left: 0;
  }

  .education-area .education-etc {
    width: 100%;
    margin-top: 0;
  }

  .education-area .education-etc .container-custom {
    padding: 0;
  }

  .education-area .education-etc .education-etc_txt {
    width: 100%;
  }

  .education-area .education-other {
    margin-top: 62px;
  }

  .education-area .education-other .education-other_title {
    width: 100%;
  }

  .education-area .education-other .education-other_title p {
    font-size: 2.4rem;
  }

  .education-area .education-other .education-other_frame {
    padding-top: 43px;
  }

  .education-area .education-other .education-other_items {
    display: block;
    padding: 20px;
    margin-bottom: 30px;
  }

  .education-area .education-other .education-other_img {
    width: 150px;
    margin: 0 auto;
  }

  .education-area .education-other .education-other_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .education-area .education-other .education-other_name {
    font-size: 2rem;
  }

  .benefit-area .benefit-banner img {
    object-fit: cover;
    min-height: 180px;
  }

  .benefit-area .benefit-banner .benefit-title {
    top: 50%;
  }

  .benefit-area .benefit-banner .benefit-title .jp {
    font-size: 2.4rem;
  }

  .benefit-area .benefit-banner .benefit-title .en {
    font-size: 1.6rem;
  }

  .benefit-area .benefit-tas {
    margin-top: 15px;
    padding-bottom: 0;
  }

  .benefit-area .benefit-tas::after {
    position: relative;
  }

  .benefit-area .benefit-tas.bg-grey {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 22px;
  }

  .benefit-area .benefit-tas.bg-grey .benefit-item {
    margin-bottom: 24px;
  }

  .benefit-area .benefit-tas.bg-grey .benefit-item .benefit-item_tar {
    margin-bottom: 20px;
  }

  .benefit-area .title-tab,
  .requirements-area .title-tab {
    font-size: 2.4rem;
  }

  .benefit-area .title-tab span,
  .requirements-area .title-tab span
   {
    padding: 0 20px;
  }

  .benefit-area .benefit-frame {
    margin-top: 30px;
  }

  .benefit-area .benefit-item .benefit-item_tar {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .benefit-area .benefit-item .benefit-item_tar::after {
    top: 50%;
  }

  .benefit-area .benefit-item .benefit-item_desc {
    line-height: 1.625;
  }

  .requirements-area {
    padding: 50px 0 0;
  }

  .requirements-area .requirements-content_text{
    width:80%;
  }

  .requirements-area .req-item {
    margin-top: 30px;
    display: block;
  }

  .requirements-area .req-item .req-item_img {
    width: 100%;
  }

  .requirements-area .req-item .req-item_txt {
    width: 100%;
    padding: 0 20px 40px;
  }

  .requirements-area .req-item .req-item_na {
    font-size: 2.4rem;
  }

  .requirements-area .req-item .req-item_desc {
    line-height: 1.625;
    padding-bottom: 44px;
  }

  .requirements-area .req-item .read-more {
    right: 50%;
    transform: translateX(50%);
    padding: 20px;
    font-size: 1.8rem;
    margin-top: 7px;
  }
}

@media screen and (max-width: 640px) {
  .staff-area .staff-items_other {
    width: 90%;
  }

  .requirements-area .requirements-other figure {
    transform: translateX(-136px);
  }
}