@charset "UTF-8";
/*トップ*/
.mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #001e58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(90px, 15.28vw, 220px) 0 clamp(130px, 18.75vw, 270px);
}
.mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.mv .movieArea {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .mv .movieArea {
    height: clamp(490px, 80vw, 900px);
  }
}
.mv .movieArea_inner {
  position: absolute;
  inset: 0;
}
.mv .movieArea_inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}
.mv .leadArea {
  width: 100%;
  margin-right: -59%;
  position: relative;
  z-index: 1;
  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 all and (min-width: 521px) {
  .mv .leadArea {
    width: 60%;
    margin-right: -10%;
  }
}
.mv .leadArea .leadArea_inner {
  width: 70%;
  max-width: 250px;
}
@media all and (min-width: 521px) {
  .mv .leadArea .leadArea_inner {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .mv .leadArea .leadArea_inner {
    width: 70%;
  }
}
.mv .leadArea .lead_ja,
.mv .leadArea .lead_en {
  opacity: 0;
  -webkit-animation: fadeIn 1s 2s ease-out forwards;
          animation: fadeIn 1s 2s ease-out forwards;
}
.mv .leadArea .lead_ja {
  margin-top: 0px;
}
.mv .leadArea .lead_en {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #FFF;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  margin-top: 15%;
  margin-bottom: -10%;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (min-width: 1200px) {
  .mv .leadArea .lead_en {
    margin-top: 2%;
    margin-bottom: 0;
  }
}
@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 1503.7713623047px;
    stroke-dasharray: 1503.7713623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1503.7713623047px;
  }
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 1503.7713623047px;
    stroke-dasharray: 1503.7713623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1503.7713623047px;
  }
}
@-webkit-keyframes handwriting02 {
  0% {
    stroke-dashoffset: 1484.6254882813px;
    stroke-dasharray: 1484.6254882813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1484.6254882813px;
  }
}
@keyframes handwriting02 {
  0% {
    stroke-dashoffset: 1484.6254882813px;
    stroke-dasharray: 1484.6254882813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1484.6254882813px;
  }
}
.mv .leadArea .svg_deco,
.mv .leadArea .svg_animation {
  width: 75%;
  top: -60px;
  left: -70px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 260px;
}
@media all and (min-width: 521px) {
  .mv .leadArea .svg_deco,
  .mv .leadArea .svg_animation {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .mv .leadArea .svg_deco,
  .mv .leadArea .svg_animation {
    width: 542px;
    max-width: none;
    top: 20px;
    left: -90px;
  }
}
.mv .leadArea .svg_deco {
  opacity: 0;
  fill: #FFF;
  -webkit-animation: fadeIn 2s 1.8s ease-out forwards;
          animation: fadeIn 2s 1.8s ease-out forwards;
}
.mv .leadArea .svg_animation {
  fill: none;
  stroke: #FFF;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.mv .leadArea .svg_animation .cls-1 {
  -webkit-animation: handwriting 1.6s 0.5s ease-out both, fadeOut 0.6s 1.8s ease-out forwards;
          animation: handwriting 1.6s 0.5s ease-out both, fadeOut 0.6s 1.8s ease-out forwards;
  stroke-dasharray: 1503.7713623047px;
}
.mv .leadArea .svg_animation .cls-2 {
  stroke-dasharray: 1484.6254882813px;
  -webkit-animation: handwriting02 1.6s 0.5s ease-out both, fadeOut 0.6s 1.8s ease-out forwards;
          animation: handwriting02 1.6s 0.5s ease-out both, fadeOut 0.6s 1.8s ease-out forwards;
}
.mv .photoArea {
  position: relative;
  width: 130%;
  margin-right: -30%;
}
@media all and (min-width: 835px) {
  .mv .photoArea {
    width: 70%;
    margin-right: -10%;
  }
}
.mv .photoArea .swiper-mv {
  height: 480px;
  overflow: hidden;
  -webkit-clip-path: polygon(32% 0%, 100% 0%, 68% 100%, 0% 100%);
          clip-path: polygon(32% 0%, 100% 0%, 68% 100%, 0% 100%);
}
@media all and (min-width: 835px) {
  .mv .photoArea .swiper-mv {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .mv .photoArea .swiper-mv {
    height: 800px;
  }
}
.mv .photoArea .swiper-mv .photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .photoArea .swiper-mv .photo::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 88, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .mv .photoArea .swiper-mv .photo::before {
    background: rgba(0, 30, 88, 0.2);
  }
}
.mv .photoArea .swiper-mv .swiper-pagination {
  right: 35%;
  left: auto;
  top: auto;
  bottom: 80px;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (min-width: 1200px) {
  .mv .photoArea .swiper-mv .swiper-pagination {
    bottom: 140px;
    -webkit-transform: scale(1);
            transform: scale(1);
    right: 30%;
  }
}
.mv .photoArea .swiper-mv .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  margin: 0;
  margin-left: 14px;
  background: #678293;
  width: 10px;
  height: 10px;
}
.mv .photoArea .swiper-mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
  width: 12px;
  height: 12px;
}

.search {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1460px) {
  .search {
    width: 85%;
    margin-top: -120px;
  }
}
@media (min-width: 1600px) {
  .search {
    width: 100%;
  }
}
.search::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 60px 0 0 -2000px;
  background: #ffffff;
}
@media (min-width: 1460px) {
  .search::before {
    top: 120px;
  }
}
.search .search_inner {
  width: 100%;
  margin-left: auto;
  position: relative;
  color: #FFF;
  padding: 8% 10% 10% 5%;
}
@media all and (min-width: 835px) {
  .search .search_inner {
    width: 100%;
    padding: 5% 8% 7% 18%;
  }
}
@media (min-width: 1600px) {
  .search .search_inner {
    padding: 5% 0% 7% 10%;
  }
}
.search .search_inner::before {
  content: "";
  display: inline-block;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 98%;
  height: 100%;
  background: #001e58;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
}
@media all and (min-width: 835px) {
  .search .search_inner::before {
    width: 90%;
  }
}
.search .search_inner::after {
  content: "";
  display: inline-block;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 100%;
  height: 100%;
  background: #001e58;
  position: absolute;
  left: 99%;
  top: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  pointer-events: none;
}
.search .search_inner .search_wrap {
  position: relative;
  z-index: 1;
  margin-left: -20px;
}
@media all and (min-width: 835px) {
  .search .search_inner .search_wrap {
    margin-left: -40px;
  }
}
.search .search_inner .search_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 835px) {
  .search .search_inner .search_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-left: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.search .search_inner .search_title .en {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
}
.search .search_inner .search_title .ja {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1;
}
@media all and (min-width: 835px) {
  .search .search_inner .search_title .ja {
    margin-left: 20px;
  }
}
.search .deco_light {
  width: 600px;
  height: 100%;
  background: transparent;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: 2%;
  overflow: hidden;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .search .deco_light {
    left: 10%;
  }
}
.search .deco_light::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: -25%;
  opacity: 0.8;
}
@media all and (min-width: 835px) {
  .search .deco_light::before {
    width: 700px;
    height: 700px;
    top: -50%;
    left: -50%;
  }
}
.search .deco_parallelogram {
  width: 200px;
  height: 200px;
  background: #001e58;
  position: absolute;
  bottom: -100px;
  left: -150px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  overflow: hidden;
  z-index: -2;
}
.search .deco_parallelogram::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -50%;
  right: -50%;
  opacity: 0.8;
  mix-blend-mode: overlay;
}

.newJobs {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  margin-left: auto;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .newJobs {
    padding: 14% 0 10%;
  }
}
.newJobs .newJobs_inner_content {
  width: 100%;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_inner_content {
    width: 90%;
    position: static;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.newJobs .newJobs_title {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_title {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_title .ja {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.newJobs .newJobs_wrap {
  width: 100%;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #06283D;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_wrap .newJobsList .newJobsList_item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (hover: hover) {
  .newJobs .newJobs_wrap .newJobsList .newJobsList_item a:hover {
    color: #3967ae;
  }
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 10px;
  color: #678293;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_wrap .newJobsList .newJobsList_item a .date {
    margin-right: 20px;
  }
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .employment {
  width: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .employment li {
  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;
  color: #FFF;
  background: #3967ae;
  font-size: 1.3rem;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .employment li + li {
  margin-left: 0.5em;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .employment li.regular {
  width: 2em;
  height: 2em;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .employment li.apa {
  width: 4em;
  height: 2em;
}
.newJobs .newJobs_wrap .newJobsList .newJobsList_item a .text {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 8px;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_wrap .newJobsList .newJobsList_item a .text {
    margin-top: 0;
  }
}
.newJobs .newJobs_wrap .newJobs_button {
  margin-left: auto;
  margin-top: 30px;
}
@media all and (min-width: 835px) {
  .newJobs .newJobs_wrap .newJobs_button {
    margin-top: 60px;
  }
}
.newJobs .textDeco {
  position: absolute;
  top: -90px;
  right: 0;
  font-size: clamp(8rem, 20vw, 20rem);
  line-height: 1;
  color: #f7f7f7;
  font-weight: 600;
  z-index: -1;
  text-align: right;
}
@media all and (min-width: 835px) {
  .newJobs .textDeco {
    top: -30px;
    right: 0;
  }
}

.separate {
  position: relative;
  z-index: 3;
  background: url(../img/index/bg_separate.jpg);
  background-size: cover;
  padding: 17% 20px;
}
@media all and (min-width: 521px) {
  .separate {
    padding: 10% 20px;
  }
}
@media all and (min-width: 835px) {
  .separate {
    padding: 10% 40px;
  }
}
.separate::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
  z-index: 1;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .separate::before {
    width: 700px;
    height: 700px;
  }
}
.separate .separate_lead {
  max-width: 159px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1.2) rotate(-0.005deg);
          transform: scale(1.2) rotate(-0.005deg);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 835px) {
  .separate .separate_lead {
    max-width: 317px;
  }
}
.separate .separate_lead img {
  display: block;
  max-width: 100%;
  height: auto;
}
.separate .separate_lead.acted {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1) rotate(-0.005deg);
          transform: scale(1) rotate(-0.005deg);
}
.separate .deco {
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.separate .deco._deco01 {
  position: absolute;
  top: -10%;
  left: 0;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
  width: clamp(100px, 25vw, 388px);
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
  opacity: 0;
}
@media all and (min-width: 835px) {
  .separate .deco._deco01 {
    top: -30%;
  }
}
.separate .deco._deco02 {
  position: absolute;
  bottom: -10%;
  right: 30px;
  z-index: 2;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
  max-width: 256px;
  width: 100%;
  width: clamp(80px, 20vw, 256px);
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  opacity: 0;
}
@media all and (min-width: 835px) {
  .separate .deco._deco02 {
    bottom: -20%;
  }
}
.separate .decoArea.acted .deco {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.charm {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 100px;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .charm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    min-height: 710px;
    padding: 0;
  }
}
.charm .charm_inner {
  max-width: 1100px;
}
.charm .textArea {
  position: relative;
  z-index: initial;
  width: 100%;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .charm .textArea {
    max-width: calc(50% - 0px);
    margin-top: 0;
  }
}
.charm .textArea .textArea_text {
  margin-top: 20px;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
}
.charm .textArea .charm_button {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .charm .textArea .charm_button {
    margin-top: 40px;
  }
}
.charm .photoArea {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
  font-size: 0;
  height: 300px;
}
@media all and (min-width: 521px) {
  .charm .photoArea {
    height: 550px;
  }
}
@media all and (min-width: 835px) {
  .charm .photoArea {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
.charm .photoArea .photo {
  height: 100%;
}
.charm .textDeco {
  position: absolute;
  font-size: clamp(10rem, 20vw, 20rem);
  bottom: -15px;
  right: 0;
  line-height: 1;
  color: #f7f7f7;
  font-weight: 600;
  z-index: -1;
}
@media all and (min-width: 835px) {
  .charm .textDeco {
    top: 30px;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
.charm .lineDeco {
  pointer-events: none;
}
.charm .lineDeco._line01 {
  position: absolute;
  top: 280px;
  left: 25%;
  z-index: 0;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -2;
}
@media all and (min-width: 835px) {
  .charm .lineDeco._line01 {
    left: 25%;
    top: -30%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.charm .lineDeco._line02 {
  position: absolute;
  bottom: -26%;
  left: 0%;
  z-index: 0;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -2;
}
@media all and (min-width: 835px) {
  .charm .lineDeco._line02 {
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: -25%;
    left: -30%;
  }
}

.data {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #001e58;
  padding-bottom: 80px;
}
@media all and (min-width: 835px) {
  .data {
    padding-bottom: 0;
    min-height: 740px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.data .textArea {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  color: #FFF;
  margin-top: 20px;
}
@media all and (min-width: 835px) {
  .data .textArea {
    max-width: calc(50% - 0px);
  }
}
.data .textArea::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 400px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -250px;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media all and (min-width: 835px) {
  .data .textArea::before {
    top: -30%;
    left: -35%;
    width: 800px;
    height: 800px;
  }
}
.data .textArea .textArea_title {
  position: relative;
  z-index: 2;
}
.data .textArea .textArea_text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-width: 450px;
  width: 100%;
  font-weight: bold;
}
.data .textArea .data_button {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media all and (min-width: 835px) {
  .data .textArea .data_button {
    margin-top: 40px;
  }
}
.data .photoArea {
  height: 300px;
  width: 100%;
  font-size: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
@media all and (min-width: 521px) {
  .data .photoArea {
    height: 550px;
  }
}
@media all and (min-width: 835px) {
  .data .photoArea {
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.data .photoArea .photo {
  height: 100%;
}
.data .textDeco {
  position: absolute;
  font-size: clamp(10rem, 20vw, 20rem);
  bottom: -15px;
  left: 40%;
  line-height: 1;
  color: #f7f7f7;
  z-index: 1;
  color: #052e7b;
  opacity: 0.5;
  font-weight: 600;
}
@media all and (min-width: 835px) {
  .data .textDeco {
    top: 80px;
    bottom: auto;
  }
}
.data .lineDeco {
  pointer-events: none;
}
.data .lineDeco._line01 {
  position: absolute;
  top: -30px;
  right: -30%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media all and (min-width: 835px) {
  .data .lineDeco._line01 {
    opacity: 0.4;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: -60%;
    right: 40%;
  }
}
.data .lineDeco._line02 {
  position: absolute;
  bottom: -130%;
  right: -80%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media all and (min-width: 835px) {
  .data .lineDeco._line02 {
    opacity: 0.4;
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: -30%;
    left: 20%;
  }
}
.data .lineDeco._line03 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media all and (min-width: 835px) {
  .data .lineDeco._line03 {
    opacity: 0.4;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: -65%;
    left: 78%;
  }
}

.interview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 15%;
  padding-bottom: 100px;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .interview {
    min-height: 740px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-top: 180px;
    padding-bottom: 340px;
  }
}
@media (min-width: 1200px) {
  .interview {
    padding-bottom: 440px;
  }
}
.interview .interview_inner {
  width: 100%;
  padding: 0 20px;
}
@media all and (min-width: 835px) {
  .interview .interview_inner {
    width: 50%;
    padding: 0;
  }
}
.interview .textArea {
  position: relative;
  z-index: 2;
  margin-left: 0;
  margin-right: auto;
  margin-top: 40px;
}
@media all and (min-width: 835px) {
  .interview .textArea {
    max-width: 500px;
    margin-top: 10%;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .interview .textArea {
    margin-left: 140px;
    margin-right: 0;
  }
}
.interview .textArea .textArea_text {
  margin-top: 20px;
  font-weight: bold;
}
.interview .textArea .interview_button {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 835px) {
  .interview .textArea .interview_button {
    margin-top: 40px;
  }
}
.interview .photoArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
@media all and (min-width: 835px) {
  .interview .photoArea {
    width: 50%;
  }
}
.interview .photoArea .photo {
  position: relative;
  aspect-ratio: 270/446;
  font-size: 0;
  z-index: 0;
}
.interview .photoArea .photo::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 420%;
  background: #eeeeee;
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: -2;
}
@media all and (min-width: 835px) {
  .interview .photoArea .photo::before {
    bottom: auto;
  }
}
.interview .photoArea .photo img {
  position: relative;
  z-index: 2;
}
.interview .photoArea .photo:nth-child(2) {
  margin-top: 60px;
}
.interview .photoArea .photo:nth-child(2)::before {
  top: -240px;
}
.interview .photoArea .photo:nth-child(3) {
  margin-top: 20px;
}
.interview .photoArea .photo:nth-child(3)::before {
  top: -200px;
}
.interview .textDeco {
  position: absolute;
  font-size: clamp(5rem, 18vw, 20rem);
  bottom: -8rem;
  left: 0;
  line-height: 1;
  color: #f7f7f7;
  font-weight: 600;
  z-index: 0;
  display: none;
}
@media all and (min-width: 835px) {
  .interview .textDeco {
    display: block;
    top: 30px;
    bottom: auto;
  }
}
.interview .lineDeco {
  pointer-events: none;
}
.interview .lineDeco._line01 {
  position: absolute;
  top: -15%;
  right: -28%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -2;
}
@media all and (min-width: 835px) {
  .interview .lineDeco._line01 {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0%;
    right: 5%;
  }
}
.interview .lineDeco._line02 {
  position: absolute;
  bottom: -50%;
  left: -60px;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -2;
}
@media all and (min-width: 835px) {
  .interview .lineDeco._line02 {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
    left: 0%;
    bottom: 10%;
  }
}

.jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .jobs {
    padding-bottom: 180px;
    margin-top: -240px;
    background: none;
  }
}
.jobs::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #001e58;
  z-index: -1;
}
.jobs::after {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  right: -50%;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
}
@media all and (min-width: 835px) {
  .jobs::after {
    bottom: 20%;
    right: -15%;
  }
}
@media (min-width: 1600px) {
  .jobs::after {
    width: 700px;
    height: 700px;
    bottom: 0;
  }
}
.jobs .jobs_inner {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 835px) {
  .jobs .jobs_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.jobs .photoArea {
  position: relative;
  z-index: 0;
  left: 0vw;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media all and (min-width: 835px) {
  .jobs .photoArea {
    gap: 20px;
    width: 80vw;
    left: 20vw;
  }
}
.jobs .photoArea .photoArea_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
@media all and (min-width: 835px) {
  .jobs .photoArea .photoArea_item {
    gap: 20px;
  }
}
.jobs .photoArea .photoArea_item .photo_top,
.jobs .photoArea .photoArea_item .photo_bottom {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 835px) {
  .jobs .photoArea .photoArea_item .photo_top,
  .jobs .photoArea .photoArea_item .photo_bottom {
    gap: 20px;
  }
}
.jobs .photoArea .photoArea_item:nth-child(1) {
  width: 27.6%;
}
.jobs .photoArea .photoArea_item:nth-child(2) {
  width: 75%;
}
.jobs .photoArea .photoArea_item:nth-child(2) ._photo02 {
  width: 25%;
}
.jobs .photoArea .photoArea_item:nth-child(2) ._photo03 {
  width: 75%;
}
.jobs .photoArea .photoArea_item:nth-child(2) ._photo04 {
  width: 60%;
}
.jobs .photoArea .photoArea_item:nth-child(2) ._photo05 {
  width: 40%;
}
.jobs .photoArea .photo {
  font-size: 0;
}
.jobs .photoArea ._photo01 {
  aspect-ratio: 293/609;
}
.jobs .photoArea ._photo02 {
  aspect-ratio: 293/293;
}
.jobs .photoArea ._photo03 {
  aspect-ratio: 608/293;
}
.jobs .photoArea ._photo04 {
  aspect-ratio: 608/291;
}
.jobs .photoArea ._photo05 {
  aspect-ratio: 293/291;
}
.jobs .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  color: #FFF;
  margin-top: -25px;
}
@media all and (min-width: 835px) {
  .jobs .textArea {
    margin-right: 40px;
    margin-top: -120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jobs .textArea::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: -20px;
  background: #001e58;
  z-index: 0;
  pointer-events: none;
}
@media all and (min-width: 835px) {
  .jobs .textArea::before {
    left: 0;
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .jobs .textArea::before {
    max-width: 400px;
  }
}
.jobs .textArea .textArea_title {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media all and (min-width: 835px) {
  .jobs .textArea .textArea_title {
    padding-top: 180px;
  }
}
.jobs .textArea .textArea_title .ja {
  position: relative;
  z-index: 2;
}
.jobs .textArea .textArea_text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.jobs .jobs_button {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.jobs .lineDeco {
  pointer-events: none;
}
.jobs .lineDeco._line01 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  z-index: 0;
  opacity: 0.4;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media all and (min-width: 835px) {
  .jobs .lineDeco._line01 {
    top: 20%;
    left: 5%;
    bottom: auto;
  }
}
.jobs .lineDeco._line02 {
  position: absolute;
  bottom: -10%;
  right: 0%;
  z-index: 0;
  opacity: 0.2;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media all and (min-width: 835px) {
  .jobs .lineDeco._line02 {
    bottom: 10%;
    right: 0%;
  }
}
.jobs .textDeco {
  position: absolute;
  font-size: clamp(10rem, 20vw, 20rem);
  top: calc(100% - 5.5vw);
  left: 0%;
  line-height: 1;
  color: #052e7b;
  font-weight: 600;
  z-index: 1;
  opacity: 0.5;
}
@media all and (min-width: 835px) {
  .jobs .textDeco {
    top: -50%;
    left: -40px;
    right: auto;
  }
}
@media (min-width: 1600px) {
  .jobs .textDeco {
    left: -15%;
  }
}/*# sourceMappingURL=index.css.map */