@charset "UTF-8";
/* 上下中央 */
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;800&family=Inter:wght@300&family=Josefin+Sans:ital,wght@0,300;0,500;1,300;1,500&family=Noto+Sans+JP:wght@400;500&family=Zen+Kaku+Gothic+New:wght@500&display=swap");
.fadein.up {
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(6px);
}
.fadein.up.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.down {
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(-6px);
}
.fadein.down.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.left {
  opacity: 0;
  transition: all 1.5s;
  transform: translateX(40px);
}
.fadein.left.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.right {
  opacity: 0;
  transition: all 1.5s;
  transform: translateX(-40px);
}
.fadein.right.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.mask-img {
  position: relative;
  overflow: hidden;
}
.mask-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(0);
  transition: 1s;
}
.mask-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask-img.visible::before {
  transform: translateX(105%);
}

.delay1 {
  transition-delay: calc(0.5s * 1);
}
@media screen and (max-width: 767px) {
  .delay1 {
    transition-delay: initial;
  }
}

.delay2 {
  transition-delay: calc(0.5s * 2);
}
@media screen and (max-width: 767px) {
  .delay2 {
    transition-delay: initial;
  }
}

.delay3 {
  transition-delay: calc(0.5s * 3);
}
@media screen and (max-width: 767px) {
  .delay3 {
    transition-delay: initial;
  }
}

.delay4 {
  transition-delay: calc(0.5s * 4);
}
@media screen and (max-width: 767px) {
  .delay4 {
    transition-delay: initial;
  }
}

.delay5 {
  transition-delay: calc(0.5s * 5);
}
@media screen and (max-width: 767px) {
  .delay5 {
    transition-delay: initial;
  }
}

.delay6 {
  transition-delay: calc(0.5s * 6);
}
@media screen and (max-width: 767px) {
  .delay6 {
    transition-delay: initial;
  }
}

.delay7 {
  transition-delay: calc(0.5s * 7);
}
@media screen and (max-width: 767px) {
  .delay7 {
    transition-delay: initial;
  }
}

.delay8 {
  transition-delay: calc(0.5s * 8);
}
@media screen and (max-width: 767px) {
  .delay8 {
    transition-delay: initial;
  }
}

.delay9 {
  transition-delay: calc(0.5s * 9);
}
@media screen and (max-width: 767px) {
  .delay9 {
    transition-delay: initial;
  }
}

/*---------------------------------------
　　共通設定
----------------------------------------*/
html {
  font-size: 0.0594530321vw;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 1.1414982164px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  br.br-pc-only {
    display: none;
  }
}
br.br-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-sp-only {
    display: inline;
  }
}

body {
  color: #004C71;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.body-container {
  overflow: hidden;
}

.recruit_inner {
  width: 100%;
  max-width: 1024rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit_inner {
    max-width: 321rem;
  }
}

.recruit_txt {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 2.5;
  color: #2C2C2C;
}

.recruit_section-copy {
  position: relative;
  text-align: center;
  padding-bottom: 23rem;
  margin-bottom: 80rem;
}
@media screen and (max-width: 767px) {
  .recruit_section-copy {
    margin-bottom: 50rem;
  }
}
.recruit_section-copy p {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .recruit_section-copy p {
    margin-bottom: 15rem;
  }
}
.recruit_section-copy h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  font-size: 60rem;
  letter-spacing: 0.1em;
  line-height: 76rem;
}
@media screen and (max-width: 767px) {
  .recruit_section-copy h2 {
    font-size: 40rem;
    line-height: 50rem;
  }
}
.recruit_section-copy::after {
  content: "";
  width: 60rem;
  height: 3rem;
  background-color: #004C71;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recruit_bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14rem;
  letter-spacing: 0;
  line-height: 20rem;
}

.recruit_view-more {
  text-align: center;
}
.recruit_view-more > a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 80rem;
  width: 393rem;
  height: 80rem;
  text-align: center;
  border-radius: 50rem;
  color: #fff;
  background-color: #004C71;
  border: 1px solid #004C71;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_view-more > a {
    width: 100%;
    max-width: 321rem;
  }
}
.recruit_view-more > a:hover {
  color: #004C71;
  background-color: #FAF8F2;
}

.recruit_txt-line {
  text-align: center;
}
.recruit_txt-line .recruit_txt {
  display: inline-block;
  color: #004C71;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_txt-line .recruit_txt {
    min-width: 321rem;
  }
}
.recruit_txt-line .recruit_txt::before, .recruit_txt-line .recruit_txt::after {
  content: "";
  height: 50rem;
  width: 1px;
  background-color: #004C71;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}
.recruit_txt-line .recruit_txt::before {
  left: 0;
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .recruit_txt-line .recruit_txt::before {
    transform-origin: left top;
    transform: translateY(30%) rotate(-35deg);
  }
}
.recruit_txt-line .recruit_txt::after {
  right: 0;
  transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  .recruit_txt-line .recruit_txt::after {
    transform-origin: right top;
    transform: translateY(30%) rotate(35deg);
  }
}

ul.interview-container {
  width: 100%;
  max-width: 1088rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 92.5rem calc((100% - 960rem) / 2);
}
@media screen and (max-width: 767px) {
  ul.interview-container {
    max-width: 321rem;
    gap: 60rem;
  }
}
ul.interview-container > li {
  width: 320rem;
}
@media screen and (max-width: 767px) {
  ul.interview-container > li {
    width: 100%;
  }
}
ul.interview-container > li article a {
  display: block;
}
ul.interview-container > li article a .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10rem;
  margin-bottom: 11rem;
}
ul.interview-container > li article a .top > span {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5rem 10rem;
  background-color: #004C71;
  color: #fff;
  border-radius: 5rem;
}
ul.interview-container > li article a .top .name-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10rem;
}
ul.interview-container > li article a .top .name-wrap > h3 {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
}
ul.interview-container > li article a .top .name-wrap > p {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 21rem;
}
ul.interview-container > li article a .img-container {
  height: 420rem;
  border-radius: 24rem;
  overflow: hidden;
  position: relative;
}
ul.interview-container > li article a .img-container::before, ul.interview-container > li article a .img-container::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
ul.interview-container > li article a .img-container::before {
  left: 40rem;
  width: 2rem;
  background-color: #2B6188;
}
ul.interview-container > li article a .img-container::after {
  left: 50rem;
  width: 4rem;
  background-color: #01385F;
}
ul.interview-container > li article a .img-container .img-wrap {
  height: 100%;
}
ul.interview-container > li article a .img-container .img-wrap::before, ul.interview-container > li article a .img-container .img-wrap::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
ul.interview-container > li article a .img-container .img-wrap::before {
  top: 45rem;
  height: 2rem;
  background-color: #04385D;
}
ul.interview-container > li article a .img-container .img-wrap::after {
  top: 34rem;
  height: 6rem;
  background-color: #004C71;
}
ul.interview-container > li article a .img-container .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
ul.interview-container > li article a .img-container > .post-btn {
  width: 55rem;
  height: 55rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/interview/post-btn.svg);
  position: absolute;
  bottom: 9rem;
  right: 10.5rem;
  z-index: 2;
  transition: all 0.4s;
}
ul.interview-container > li article a p.office {
  border-radius: 6rem;
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
ul.interview-container > li article a p.office span {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 23.15rem;
  height: 18rem;
  margin-right: 8.7rem;
}
ul.interview-container > li article a p.office.dark-blue {
  background-color: #004C71;
  color: #fff;
}
ul.interview-container > li article a p.office.dark-blue span {
  background-image: url(../img/interview/home_white.svg);
}
ul.interview-container > li article a p.office.sky-blue {
  background-color: #B9D1E2;
  color: #004C71;
}
ul.interview-container > li article a p.office.sky-blue span {
  background-image: url(../img/interview/home_blue.svg);
}
ul.interview-container > li article a ul.hobby {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 10rem;
  margin-top: 4.7rem;
}
ul.interview-container > li article a ul.hobby > li {
  background-color: #fff;
  border: 1px solid #1E4B7E;
  border-radius: 5rem;
  padding: 6.5rem 13rem;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
ul.interview-container > li article a ul.hobby > li span {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  margin-right: 8rem;
}
ul.interview-container > li article a:hover .img-container .img-wrap img {
  transform: scale(1.05);
}
ul.interview-container > li article a:hover .post-btn {
  background-image: url(../img/interview/post-btn_white.svg);
}

/*---------------------------------------
　　下層共通
----------------------------------------*/
.recruit_kasou-visual {
  background-image: url(../img/kasou-fv_pc.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 100rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual {
    background-image: url(../img/kasou-fv_sp.svg);
    padding-top: 60rem;
  }
}
.recruit_kasou-visual .recruit_inner {
  position: relative;
}
.recruit_kasou-visual .recruit_inner .recruit_kasou-copy {
  color: #fff;
  padding: 100rem 0 215rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner .recruit_kasou-copy {
    padding: 28rem 0 137rem;
  }
}
.recruit_kasou-visual .recruit_inner .recruit_kasou-copy p {
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  font-size: 60rem;
  letter-spacing: 0.1em;
  line-height: 76rem;
  text-transform: uppercase;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner .recruit_kasou-copy p {
    font-size: 40rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-bottom: 8rem;
    white-space: nowrap;
  }
}
.recruit_kasou-visual .recruit_inner .recruit_kasou-copy h2 {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner .recruit_kasou-copy h2 {
    font-size: 16rem;
  }
}
.recruit_kasou-visual .recruit_inner > img {
  position: absolute;
  bottom: 55.2%;
  right: 25%;
  transform: translate(50%, 50%);
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img {
    bottom: 87.28rem;
    right: 0;
    transform: translateY(50%);
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-about {
  width: 262rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-about {
    width: 148rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-work-style {
  width: 253rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-work-style {
    width: 155rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-interview {
  width: 292rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-interview {
    width: 133.5rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-entry-form {
  width: 202rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-entry-form {
    width: 115rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-job-list {
  width: 224rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-job-list {
    width: 130rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-single-job {
  width: 196rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-single-job {
    width: 122rem;
  }
}
.recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-faq {
  width: 238rem;
}
@media screen and (max-width: 767px) {
  .recruit_kasou-visual .recruit_inner > img.recruit_fv-icon-faq {
    width: 134rem;
  }
}

/*---------------------------------------
　　ヘッダー
----------------------------------------*/
.recruit_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s;
}
.recruit_header.active {
  background-color: #004C71;
  color: #fff;
}
.recruit_header .recruit_header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner {
    height: 60rem;
  }
}
.recruit_header .recruit_header-inner > .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 31.6rem;
  margin-left: 39rem;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > .left {
    gap: 15rem;
    margin-left: 15rem;
  }
}
.recruit_header .recruit_header-inner > .left .top-link {
  position: relative;
  width: 200rem;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > .left .top-link {
    width: 135rem;
  }
}
.recruit_header .recruit_header-inner > .left .top-link::after {
  content: "";
  width: 1px;
  height: 36rem;
  background-color: #004C71;
  position: absolute;
  top: 50%;
  right: -15.8rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > .left .top-link::after {
    height: 26rem;
    right: -5rem;
  }
}
.recruit_header .recruit_header-inner > .left .top-link .recruit_header-logo {
  width: 100%;
  height: 70rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > .left .top-link .recruit_header-logo {
    height: 47.25rem;
  }
}
.recruit_header .recruit_header-inner > .left .top-link .recruit_header-logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.recruit_header .recruit_header-inner > .left .top-link .recruit_header-logo > img:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
.recruit_header .recruit_header-inner > .left .top-link .recruit_header-logo > img:nth-child(2) {
  z-index: 2;
  opacity: 0;
}
.recruit_header .recruit_header-inner > .left .top-link.active::after {
  background-color: #fff;
}
.recruit_header .recruit_header-inner > .left .top-link.active .recruit_header-logo > img:nth-child(1) {
  opacity: 0;
}
.recruit_header .recruit_header-inner > .left .top-link.active .recruit_header-logo > img:nth-child(2) {
  opacity: 1;
}
.recruit_header .recruit_header-inner > .left .recruit-link {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > .left .recruit-link {
    font-size: 16rem;
  }
}
.recruit_header .recruit_header-inner .recruit_menuButton {
  display: none;
  width: 48rem;
  height: 37rem;
  margin-right: 12rem;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner .recruit_menuButton {
    display: inline-block;
  }
}
.recruit_header .recruit_header-inner .recruit_menuButton span {
  position: absolute;
  display: inline-block;
  position: absolute;
  right: 7%;
  transform-origin: center;
  height: 2px;
  border-radius: 50rem;
  background: #004C71;
  transition: all 0.4s;
}
.recruit_header .recruit_header-inner .recruit_menuButton span:nth-child(1) {
  width: 86%;
  top: 0;
}
.recruit_header .recruit_header-inner .recruit_menuButton span:nth-child(2) {
  width: 60%;
  top: 30%;
}
.recruit_header .recruit_header-inner .recruit_menuButton::after {
  content: "MENU";
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 20rem;
  color: #004C71;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.recruit_header .recruit_header-inner .recruit_menuButton.active span {
  background: #fff;
  right: 50%;
}
.recruit_header .recruit_header-inner .recruit_menuButton.active span:nth-child(1) {
  top: 20%;
  transform: translate(50%, -50%) rotate(25deg);
}
.recruit_header .recruit_header-inner .recruit_menuButton.active span:nth-child(2) {
  width: 86%;
  top: 20%;
  transform: translate(50%, -50%) rotate(-25deg);
}
.recruit_header .recruit_header-inner .recruit_menuButton.active::after {
  content: "CLOSE";
  color: #fff;
}
.recruit_header .recruit_header-inner > nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 34rem;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: initial;
    width: 100%;
    height: 100vh;
    background-color: #004C71;
    padding: 12.315270936vh 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.4s;
    overflow: scroll;
  }
}
.recruit_header .recruit_header-inner > nav.active {
  opacity: 1;
  visibility: visible;
  transform: initial;
}
.recruit_header .recruit_header-inner > nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 78rem;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav ul {
    flex-direction: column;
    justify-content: space-between;
    gap: 40rem;
    margin-bottom: 32rem;
  }
}
.recruit_header .recruit_header-inner > nav ul li:not(:last-child) {
  position: relative;
}
.recruit_header .recruit_header-inner > nav ul li:not(:last-child)::after {
  content: "";
  width: 0.5px;
  height: 23rem;
  background-color: #004C82;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(39rem, -50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav ul li:not(:last-child)::after {
    display: none;
  }
}
.recruit_header .recruit_header-inner > nav ul li > a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav ul li > a {
    color: #fff;
  }
}
.recruit_header .recruit_header-inner > nav ul li > a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #004C71;
  position: absolute;
  top: 53%;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav ul li > a::after {
    display: none;
  }
}
.recruit_header .recruit_header-inner > nav ul li > a:hover::after {
  transform: scale(1, 1);
}
.recruit_header .recruit_header-inner > nav ul li > a p {
  text-align: center;
}
.recruit_header .recruit_header-inner > nav ul li > a p:nth-child(1) {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  margin-bottom: 8rem;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 22rem;
}
.recruit_header .recruit_header-inner > nav ul li > a p:nth-child(2) {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
.recruit_header .recruit_header-inner > nav .header-ce-btn {
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #004C71;
  width: 185rem;
  height: 100rem;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 100rem;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav .header-ce-btn {
    width: 150rem;
    height: 6.157635468vh;
    font-size: 2.4630541872vh;
    line-height: 6.157635468vh;
    border-radius: 1.2315270936vh;
    border: 0.2463054187vh solid #fff;
    background-color: #fff;
    color: #004C71;
    font-weight: 600;
  }
}
.recruit_header .recruit_header-inner > nav .header-ce-btn.header-entry {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav .header-ce-btn.header-entry {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav .header-ce-btn.recruit_contact {
    color: #fff;
    background-color: transparent;
    margin-top: 1.724137931vh;
  }
}
.recruit_header .recruit_header-inner > nav .recruit_drawer-sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header-inner > nav .recruit_drawer-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.2019704433vh;
  }
}
.recruit_header .recruit_header-inner > nav .recruit_drawer-sns > a img {
  width: auto;
  height: 3.5344827586vh;
}
.recruit_header a {
  pointer-events: auto;
}
.recruit_header .recruit_fix-btn {
  position: fixed;
  bottom: 17rem;
  right: 28rem;
  z-index: -8;
  display: inline-block;
  width: 255rem;
  height: 73rem;
  border-radius: 10rem;
  background-color: #E0E0E0;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_fix-btn {
    bottom: 10rem;
    right: 10rem;
    width: 130rem;
    height: 50rem;
  }
}
.recruit_header .recruit_fix-btn span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  border: 2px solid #FAF8F2;
  background-color: #004C71;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  font-size: 21rem;
  letter-spacing: 0.1em;
  line-height: 73rem;
  transform: translate(-5rem, -5rem);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_fix-btn span {
    font-size: 15rem;
    line-height: 50rem;
  }
}
.recruit_header .recruit_fix-btn:hover span {
  color: #004C71;
  background-color: #FAF8F2;
}
.recruit_header .recruit_fix-btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*---------------------------------------
　　フッター
----------------------------------------*/
.recruit_footer .recruit_footer-btns {
  margin-bottom: 110rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns {
    width: 100%;
    max-width: 321rem;
    margin: 0 auto;
    margin-bottom: 50rem;
  }
}
.recruit_footer .recruit_footer-btns .recruit_footer-bread {
  margin-bottom: 18rem;
}
.recruit_footer .recruit_footer-btns > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 27rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li {
  width: 494rem;
  height: 120rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li {
    width: 314rem;
    height: 100rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 26rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7rem, 9rem);
  z-index: -1;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li::before {
    border-radius: 20rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 26rem;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a {
    border-radius: 20rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a::after {
  content: "";
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 50%;
  right: 50rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a::after {
    right: 23rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a > div p:nth-child(1) {
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a > div p:nth-child(1) {
    font-size: 18rem;
    margin-bottom: 9rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a > div p:nth-child(2) {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a > div p:nth-child(2) {
    font-size: 16rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn {
  border: 2px solid #004C71;
  background-color: #004C71;
  color: #fff;
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn .icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/job_icon.svg);
  transition: all 0.4s;
  width: 71.93rem;
  height: 72.51rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a.job-btn .icon {
    width: 61.57rem;
    height: 62.07rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn > div {
  margin-left: 41rem;
  margin-right: 162rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a.job-btn > div {
    margin-left: 15rem;
    margin-right: 65rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn:hover {
  background-color: #FAF8F2;
  color: #004C71;
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn:hover::after {
  border-color: #004C71;
}
.recruit_footer .recruit_footer-btns > ul li a.job-btn:hover .icon {
  background-image: url(../img/job_icon_blue.svg);
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn {
  border: 2px solid #FAF8F2;
  background-color: #FAF8F2;
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn::after {
  border-top: 1px solid #004C71;
  border-right: 1px solid #004C71;
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn .icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/faq_icon.svg);
  transition: all 0.4s;
  width: 99.4rem;
  height: 67rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a.faq-btn .icon {
    width: 69.42rem;
    height: 46.79rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn > div {
  margin-left: 39rem;
  margin-right: 138rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .recruit_footer-btns > ul li a.faq-btn > div {
    margin-left: 18rem;
    margin-right: 84.5rem;
  }
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn:hover {
  background-color: #004C71;
  color: #fff;
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn:hover::after {
  border-color: #fff;
}
.recruit_footer .recruit_footer-btns > ul li a.faq-btn:hover .icon {
  background-image: url(../img/faq_icon_white.svg);
}
.recruit_footer .footer-top {
  background-image: url(../img/footer_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 110rem 0 60rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top {
    background-image: url(../img/footer_bg_sp.svg);
    padding: 90rem 0 70rem;
  }
}
.recruit_footer .footer-top > a {
  display: inline-block;
  width: 271rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top > a {
    width: 240rem;
  }
}
.recruit_footer .footer-top > ul {
  margin: 66rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top > ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 34rem;
    margin: 92rem auto 96rem;
  }
}
.recruit_footer .footer-top > ul li a {
  display: block;
  position: relative;
}
.recruit_footer .footer-top > ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 59%;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top > ul li a::after {
    display: none;
  }
}
.recruit_footer .footer-top > ul li a:hover::after {
  transform: scale(1, 1);
}
.recruit_footer .footer-top > ul li a p.en {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  margin-bottom: 10rem;
}
.recruit_footer .footer-top > ul li a p.jp {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
.recruit_footer .footer-top > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43rem;
  position: relative;
}
.recruit_footer .footer-top > div > a img {
  display: block;
  width: 100%;
}
.recruit_footer .footer-top > div > a:nth-child(1) {
  width: 29rem;
  margin-left: 160rem;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top > div > a:nth-child(1) {
    margin-left: initial;
  }
}
.recruit_footer .footer-top > div > a:nth-child(2) {
  color: #fff;
  display: inline-flex;
  gap: 5rem;
  align-items: center;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_footer .footer-top > div > a:nth-child(2) {
    white-space: nowrap;
  }
}
.recruit_footer .footer-top > div > a:nth-child(2) img {
  display: inline;
  width: 11.6rem;
}
.recruit_footer .copyrights {
  background-color: #FAF8F2;
  text-align: center;
  padding: 24rem 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: 0;
  line-height: 17rem;
}

.demo-link {
  display: block;
  height: 100vh;
  background-color: gray;
}

/* ローディング
****************************************************** */
.loading {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  transition: all 1s;
  transition-delay: 2s;
}
.loading .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9998;
}
.loading .cube1, .loading .cube2 {
  background-color: #004C71;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.loading .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/*---------------------------------------
　　採用トップ
----------------------------------------*/
.recruit-top_fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top_fv {
    padding-top: 60rem;
  }
}
.recruit-top_fv .recruit-swiper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #004C71;
  opacity: 0.15;
  pointer-events: none;
}
.recruit-top_fv .recruit-swiper .swiper-slide {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .recruit-top_fv .recruit-swiper .swiper-slide {
    height: 270rem;
  }
}
.recruit-top_fv .recruit-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-top_fv .recruit-swiper .swiper-pagination.recruit-pagination .swiper-pagination-bullet {
  background: #FAF8F2;
  opacity: 1;
}
.recruit-top_fv .recruit-swiper .swiper-pagination.recruit-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004C71;
}
.recruit-top_fv .fv-txt {
  width: 871rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit-top_fv .fv-txt {
    width: 265rem;
    bottom: 12rem;
  }
}

.recruit-top_first-area {
  position: relative;
  padding: 135rem 0 310rem;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg01.svg);
}
@media screen and (max-width: 767px) {
  .recruit-top_first-area {
    padding: 80rem 0 165rem;
    background-image: url(../img/top/bg01_sp.svg);
  }
}
.recruit-top_first-area p {
  text-align: center;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-top_first-area p {
    font-size: 16rem;
    letter-spacing: 0;
    line-height: 3.125;
  }
}
.recruit-top_first-area img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-44%, 31%) rotate(9deg);
  width: 714rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top_first-area img {
    width: 560rem;
    transform: translate(-48%, 58%) rotate(9deg);
  }
}

.recruit-top_message {
  position: relative;
  padding: 320rem 0;
  margin: 50rem 0 100rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_message {
    padding: 68.5rem 0 20rem;
    margin: 200rem 0 220rem;
  }
}
.recruit-top_message .recruit_inner {
  max-width: 1398rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-top_message .recruit_inner {
    max-width: 321rem;
  }
}
.recruit-top_message .recruit_inner figure {
  width: 672rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_message .recruit_inner figure {
    width: 100%;
  }
}
.recruit-top_message .recruit_inner figure img {
  width: 100%;
  height: auto;
}
.recruit-top_message .recruit_inner figure figcaption {
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 44rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_message .recruit_inner figure figcaption {
    margin-top: 30rem;
  }
}
.recruit-top_message .recruit_inner .right {
  width: 524rem;
  margin-right: 58rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_message .recruit_inner .right {
    width: 100%;
    margin-right: initial;
  }
}
.recruit-top_message .recruit_inner .right .recruit_txt {
  margin-bottom: 80rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_message .recruit_inner .right .recruit_txt {
    margin-top: 80rem;
  }
}
.recruit-top_message > img {
  width: 1950rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-top_message > img {
    width: 1870rem;
    top: 0;
    transform: translate(-50%, -14%);
  }
}

.recruit-top_interview {
  padding-bottom: 110rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_interview {
    padding-bottom: 100rem;
  }
}
.recruit-top_interview .recruit_txt-line {
  margin-bottom: 80rem;
}
.recruit-top_interview .recruit_view-more {
  margin-top: 80rem;
}

.recruit-top_work-style {
  padding-bottom: 100rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style {
    padding-bottom: 70rem;
  }
}
.recruit-top_work-style .recruit_inner {
  margin-top: 41rem;
  margin-bottom: 205rem;
  position: relative;
  height: 1440rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner {
    height: 2665rem;
    margin-top: 84rem;
    margin-bottom: 350rem;
  }
}
.recruit-top_work-style .recruit_inner > img {
  position: absolute;
}
.recruit-top_work-style .recruit_inner > img.shape {
  width: 1950rem;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.shape {
    width: 1270rem;
  }
}
.recruit-top_work-style .recruit_inner > img.shape.shape1 {
  z-index: -1;
  transform: translate(-22%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.shape.shape1 {
    top: 0;
    transform: translate(-50%, -13.5%);
  }
}
.recruit-top_work-style .recruit_inner > img.shape.shape2 {
  z-index: -2;
  transform: translate(-76%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.shape.shape2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.recruit-top_work-style .recruit_inner > img.shape.shape3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.shape.shape3 {
    display: inline;
    z-index: -3;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 13.5%);
  }
}
.recruit-top_work-style .recruit_inner > img.illust1 {
  width: 435rem;
  left: 0;
  top: 240rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.illust1 {
    width: 321rem;
    left: 27rem;
    top: 1017rem;
  }
}
.recruit-top_work-style .recruit_inner > img.illust2 {
  width: 170rem;
  right: 0;
  top: 530rem;
  transform: translateX(60%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.illust2 {
    width: 150rem;
    top: 550rem;
    transform: initial;
  }
}
.recruit-top_work-style .recruit_inner > img.illust3 {
  width: 85rem;
  right: 0;
  bottom: 113rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.illust3 {
    bottom: 710rem;
    transform: rotate(-10deg);
  }
}
.recruit-top_work-style .recruit_inner > img.illust4 {
  width: 94rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner > img.illust4 {
    transform: translate(-50%, 120%);
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents {
  position: absolute;
  width: 414rem;
}
.recruit-top_work-style .recruit_inner .recruit_contents.con1 {
  top: 306rem;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents.con1 {
    width: 278rem;
    top: 305rem;
    left: -27rem;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents.con2 {
  top: 660rem;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents.con2 {
    width: 306rem;
    top: 1453rem;
    right: -27rem;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents.con3 {
  bottom: 23.2rem;
  left: 48%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents.con3 {
    width: 414rem;
    bottom: 84rem;
    left: initial;
    right: -27rem;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > img {
  display: block;
  width: 100%;
  height: auto;
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi {
  text-align: center;
  position: absolute;
  top: 0;
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi img {
  display: block;
  width: 100%;
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi p {
    font-size: 16rem;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi1 {
  width: 509rem;
  right: 0;
  transform: translate(75%, -65%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi1 {
    width: 344.5rem;
    transform: translate(28%, -84%);
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi1 p {
  top: 44%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi1 p {
    top: 39%;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi2 {
  width: 453rem;
  left: 0;
  transform: translate(-58%, -78%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi2 {
    width: 327rem;
    transform: translate(-13%, -104%);
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi2 p {
  color: #fff;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi2 p {
    top: 39%;
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi3 {
  width: 414rem;
  right: 0;
  transform: translate(80%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi3 {
    width: 344.5rem;
    transform: translate(0%, -91%);
  }
}
.recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi3 p {
  top: 40%;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style .recruit_inner .recruit_contents > .fukidasi.fukidasi3 p {
    top: 39%;
  }
}
.recruit-top_work-style > p {
  text-align: center;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media screen and (max-width: 767px) {
  .recruit-top_work-style > p {
    font-size: 16rem;
    line-height: 2.5;
    margin-bottom: 80rem;
  }
}

/*---------------------------------------
　　採用ABOUT
----------------------------------------*/
.recruit-about_phirosophy {
  position: relative;
  padding: 85rem 0 120rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy {
    padding: 53.3rem 0 60rem;
  }
}
.recruit-about_phirosophy .recruit_inner {
  width: 100%;
  max-width: 1188rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 82rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .recruit_inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: initial;
  }
}
.recruit-about_phirosophy .recruit_inner img {
  width: 594rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .recruit_inner img {
    width: 348rem;
  }
}
.recruit-about_phirosophy .recruit_inner .right {
  width: 448rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .recruit_inner .right {
    width: 321rem;
  }
}
.recruit-about_phirosophy .recruit_inner .right p {
  font-weight: 500;
}
.recruit-about_phirosophy .recruit_inner .right p:nth-child(1) {
  font-size: 24rem;
  letter-spacing: 0;
  line-height: 50rem;
  margin-top: -10rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .recruit_inner .right p:nth-child(1) {
    font-size: 20rem;
    line-height: 2;
    margin-top: 30rem;
  }
}
.recruit-about_phirosophy .recruit_inner .right p:nth-child(1) span {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 8rem;
}
.recruit-about_phirosophy .recruit_inner .right p:nth-child(1) span::before {
  content: "";
  width: 100%;
  height: 13rem;
  background-color: #B9D1E2;
  border-radius: 7rem;
  z-index: -1;
  position: absolute;
  bottom: 9.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .recruit_inner .right p:nth-child(1) span::before {
    height: 10rem;
    bottom: 6.5rem;
  }
}
.recruit-about_phirosophy .recruit_inner .right p:nth-child(2) {
  color: #2C2C2C;
}
.recruit-about_phirosophy .shape1 {
  width: 1350rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(49%, -26%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .shape1 {
    width: 890rem;
    transform: translate(49%, -21.5%);
  }
}
.recruit-about_phirosophy .shape2 {
  width: 1350rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-53%, 55%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-about_phirosophy .shape2 {
    display: none;
  }
}

.recruit-about_message {
  position: relative;
  padding: 130rem 0 275rem;
  margin-bottom: 145rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_message {
    padding: 120rem 0 80rem;
    margin-bottom: 82rem;
  }
}
.recruit-about_message .recruit_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 1398rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_message .recruit_inner {
    max-width: 321rem;
  }
}
.recruit-about_message .recruit_inner figure {
  width: 760rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_message .recruit_inner figure {
    width: 100%;
  }
}
.recruit-about_message .recruit_inner figure img {
  width: 100%;
  height: auto;
}
.recruit-about_message .recruit_inner figure figcaption {
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 30rem;
}
.recruit-about_message .recruit_inner .recruit_txt {
  font-weight: 500;
  width: 772rem;
  margin-top: 60rem;
}
@media screen and (max-width: 767px) {
  .recruit-about_message .recruit_inner .recruit_txt {
    width: 100%;
  }
}
.recruit-about_message > img {
  width: 1950rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*---------------------------------------
　　採用WORK-STYLE
----------------------------------------*/
.recruit-work_flow {
  position: relative;
  padding: 90rem 0 160rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow {
    padding: 100rem 0 110rem;
  }
}
.recruit-work_flow .recruit_inner {
  padding-top: 81rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner {
    padding-top: 45rem;
  }
}
.recruit-work_flow .recruit_inner ul > li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.recruit-work_flow .recruit_inner ul > li:first-child {
  justify-content: center;
  margin-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li:first-child {
    margin-bottom: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li:first-child .clock-icon {
  position: relative;
  left: initial;
  transform: initial;
}
.recruit-work_flow .recruit_inner ul > li.foot-01::after {
  content: "";
  width: 120rem;
  height: 75rem;
  background-image: url(../img/work-style/foot-icon01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 12%;
  bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li.foot-01::after {
    background-image: url(../img/work-style/foot-icon01_sp.svg);
    display: inline-block;
    width: 100rem;
    height: 85rem;
    margin: 35rem 0;
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li.foot-02::after {
  content: "";
  width: 120rem;
  height: 85rem;
  background-image: url(../img/work-style/foot-icon02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 21%;
  bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li.foot-02::after {
    background-image: url(../img/work-style/foot-icon02_sp.svg);
    display: inline-block;
    width: 100rem;
    height: 85rem;
    margin: 35rem 0;
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li .clock-icon {
  width: 70rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .clock-icon {
    position: relative;
    transform: initial;
    left: initial;
    right: initial;
    margin-bottom: 30rem;
  }
}
.recruit-work_flow .recruit_inner ul > li .clock-icon img {
  display: block;
  width: 100%;
}
.recruit-work_flow .recruit_inner ul > li .clock-icon.bottom-arow::after {
  content: "";
  width: 17.91rem;
  height: 17.91rem;
  background-image: url(../img/work-style/bottom-arow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 185rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .clock-icon.bottom-arow::after {
    display: none;
  }
}
.recruit-work_flow .recruit_inner ul > li .left {
  position: relative;
  padding-bottom: 130rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left {
    padding-bottom: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li .left.pl {
  padding-left: 176rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left.pl {
    padding-left: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li .left img {
  width: 272rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left img {
    display: block;
    width: 100%;
  }
}
.recruit-work_flow .recruit_inner ul > li .left img.wide1 {
  width: 439rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left img.wide1 {
    width: 100%;
  }
}
.recruit-work_flow .recruit_inner ul > li .left img.wide2 {
  width: 512rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left img.wide2 {
    width: 100%;
  }
}
.recruit-work_flow .recruit_inner ul > li .left .hukidasi {
  position: absolute;
  top: 0;
  right: -140rem;
  transform: translateX(100%);
  background-color: #004C71;
  color: #fff;
  border-radius: 30rem;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  padding: 30rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi {
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    padding: 17rem 12rem;
    margin-top: 64rem;
    width: 100%;
  }
}
.recruit-work_flow .recruit_inner ul > li .left .hukidasi::after {
  content: "";
  border-right: 50rem solid #004C71;
  border-top: 15rem solid transparent;
  border-bottom: 15rem solid transparent;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi::after {
    border-right: 15rem solid transparent;
    border-left: 15rem solid transparent;
    border-top: initial;
    border-bottom: 35rem solid #004C71;
    left: 25%;
    top: 1px;
    transform: translateY(-100%);
  }
}
.recruit-work_flow .recruit_inner ul > li .left .hukidasi.type1 {
  top: 110rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi.type1 {
    top: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li .left .hukidasi.type1 p {
  width: 362rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi.type1 p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi.type2 p {
    white-space: nowrap;
  }
}
.recruit-work_flow .recruit_inner ul > li .left .hukidasi.type3 p {
  width: 343rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .left .hukidasi.type3 p {
    width: 100%;
  }
}
.recruit-work_flow .recruit_inner ul > li .right {
  width: 367rem;
  min-height: 290rem;
  padding-bottom: 50rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .right {
    width: 100%;
    min-height: initial;
    padding-bottom: initial;
  }
}
.recruit-work_flow .recruit_inner ul > li .right img {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .right img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 35rem;
  }
}
.recruit-work_flow .recruit_inner ul > li .right h3 {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  background-color: #B9D1E2;
  border-radius: 5rem;
  text-align: center;
  padding: 15rem 0;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .right h3 {
    margin-bottom: 20rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-work_flow .recruit_inner ul > li .right h3.ls-0 {
    letter-spacing: 0;
  }
}
.recruit-work_flow .recruit_inner ul > li .right p {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #2C2C2C;
}
.recruit-work_flow > img {
  width: 1950rem;
  position: absolute;
  z-index: -1;
}
.recruit-work_flow > img.shape1 {
  width: 1350rem;
  top: 0;
  right: 0;
  transform: translate(39%, -60%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow > img.shape1 {
    width: 680rem;
    transform: translate(50%, -45%);
  }
}
.recruit-work_flow > img.shape2 {
  top: 70rem;
  left: 0;
  transform: translateX(-38%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow > img.shape2 {
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.recruit-work_flow > img.shape3 {
  bottom: 750rem;
  right: 0;
  transform: translateX(38%);
}
@media screen and (max-width: 767px) {
  .recruit-work_flow > img.shape3 {
    bottom: initial;
    top: 63%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

/*---------------------------------------
　　採用INTERVIEW
----------------------------------------*/
.recruit_interview {
  padding: 80rem 0 300rem;
}
.recruit_interview > ul {
  margin-top: 80rem;
}

.body-container.interview {
  position: relative;
  background-image: url(../img/interview/interview-bg.svg);
  background-size: 200%;
  background-position: 41.5% 170rem;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .body-container.interview {
    background-image: url(../img/interview/interview-bg_sp.svg);
    background-size: 520%;
    background-position: 50% 520rem;
  }
}

.is-hero {
  margin-top: 100rem;
  height: calc(100vh - 100rem);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .is-hero {
    margin: 60rem 0 370rem;
    height: 300rem;
  }
}
.is-hero .is-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.is-hero .hide-wave {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.is-hero .recruit_inner {
  height: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner {
    position: initial;
  }
}
.is-hero .recruit_inner .status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 773rem;
  height: 773rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/shape/shape_sky.svg);
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status {
    width: 438rem;
    height: 438rem;
    left: 50%;
    top: 480rem;
    transform: translate(-50%, -50%);
  }
}
.is-hero .recruit_inner .status .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 23rem;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .name-wrap {
    margin-bottom: 10rem;
  }
}
.is-hero .recruit_inner .status .name-wrap span {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5rem 9.5rem;
  background-color: #004C71;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 20rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .name-wrap span {
    margin-bottom: 15rem;
  }
}
.is-hero .recruit_inner .status .name-wrap h2 {
  font-weight: 700;
  font-size: 45rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .name-wrap h2 {
    font-size: 38rem;
  }
}
.is-hero .recruit_inner .status .name-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-weight: 300;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 45rem;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .name-en {
    font-size: 20rem;
    margin-bottom: 23rem;
  }
}
.is-hero .recruit_inner .status .office {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  gap: 8.7rem;
  font-size: 15rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 22rem;
}
.is-hero .recruit_inner .status .office img {
  width: 23.15rem;
}
.is-hero .recruit_inner .status .license-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .license-wrap {
    flex-direction: column;
  }
}
.is-hero .recruit_inner .status .license-wrap p {
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .is-hero .recruit_inner .status .license-wrap p {
    font-size: 16rem;
  }
}
.is-hero .recruit_inner .is-bread {
  position: absolute;
  bottom: 90rem;
  left: 0;
}

.is-profile-hobby {
  position: relative;
  z-index: 1;
  margin: -45rem 0 90rem;
}
@media screen and (max-width: 767px) {
  .is-profile-hobby {
    margin-top: initial;
    margin-bottom: 80rem;
  }
}
.is-profile-hobby .contents.is-profile {
  margin-bottom: 35rem;
}
.is-profile-hobby .contents h3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10rem;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30rem;
}
.is-profile-hobby .contents h3 img {
  width: 24.5rem;
}
.is-profile-hobby .contents > p {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 2;
}
.is-profile-hobby .contents > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
}
.is-profile-hobby .contents > ul li {
  border: 1px solid #1E4B7E;
  border-radius: 5rem;
  color: #004C71;
  padding: 6rem 13rem;
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 17rem;
}
.is-profile-hobby .contents > ul li span {
  display: inline-block;
  margin-right: 8rem;
  font-size: 14rem;
}

.is-container {
  position: relative;
  margin-bottom: 50rem;
}
@media screen and (max-width: 767px) {
  .is-container {
    margin-bottom: 70rem;
  }
}
.is-container ul li .question {
  margin-bottom: 30rem;
  background-color: #B9D1E2;
  border-radius: 10rem;
  padding: 16.5rem 13rem 16.5rem 20rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li .question {
    margin-bottom: 19rem;
    padding: 9rem 7rem 9rem 10rem;
  }
}
.is-container ul li .question p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 48rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li .question p {
    display: block;
    font-size: 18rem;
    line-height: 32rem;
  }
}
.is-container ul li .question p img {
  display: inline-block;
  width: 34rem;
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li .question p img {
    width: 27rem;
    margin-top: initial;
    margin-bottom: 6rem;
    margin-right: 8rem;
  }
}
.is-container ul li .img-wrap {
  border-radius: 30rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .is-container ul li .img-wrap {
    border-radius: 15rem;
  }
}
.is-container ul li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-container ul li .answer {
  padding: 32rem;
  border: 1px solid #1E4B7E;
  border-radius: 15rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .is-container ul li .answer {
    padding: 40rem 13rem 25rem;
  }
}
.is-container ul li .answer::before, .is-container ul li .answer::after {
  content: "";
  position: absolute;
}
.is-container ul li .answer p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #2C2C2C;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  padding-bottom: 1px;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .is-container ul li .answer p {
    letter-spacing: 0;
    line-height: 2.5;
    background-size: 8px 100%, 100% 2.5em;
  }
}
.is-container ul li .answer p::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.is-container ul li .answer p img {
  display: inline-block;
  width: 27rem;
  margin-right: 8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li .answer p img {
    margin-bottom: 11rem;
  }
}
.is-container ul li:nth-child(1) .question p, .is-container ul li:nth-child(4) .question p {
  justify-content: center;
  line-height: 35rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(1) .question p, .is-container ul li:nth-child(4) .question p {
    line-height: 32rem;
  }
}
.is-container ul li:nth-child(1) .question p img, .is-container ul li:nth-child(4) .question p img {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(1) .question p img, .is-container ul li:nth-child(4) .question p img {
    margin-top: initial;
    margin-bottom: 6rem;
    margin-right: 8rem;
  }
}
.is-container ul li:nth-child(1) .img-wrap, .is-container ul li:nth-child(4) .img-wrap {
  width: 100%;
  height: 500rem;
  margin-bottom: 60rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(1) .img-wrap, .is-container ul li:nth-child(4) .img-wrap {
    height: 156rem;
    margin-bottom: 65rem;
  }
}
.is-container ul li:nth-child(1) .answer p, .is-container ul li:nth-child(4) .answer p {
  line-height: 2.5em;
  background-size: 8px 100%, 100% 2.5em;
}
.is-container ul li:nth-child(1) .answer p img, .is-container ul li:nth-child(4) .answer p img {
  margin-bottom: 10rem;
}
.is-container ul li:nth-child(1) .answer::before, .is-container ul li:nth-child(1) .answer::after {
  top: -80rem;
  width: 100rem;
  height: 131rem;
  border-radius: 50%;
  transform: rotate(-77deg);
}
.is-container ul li:nth-child(1) .answer::before {
  left: 100rem;
  box-shadow: -43rem -6rem 0px 20rem #1E4B7E;
  z-index: -2;
}
.is-container ul li:nth-child(1) .answer::after {
  left: 99rem;
  box-shadow: -43rem -6rem 0px 18rem #fff;
  z-index: 1;
}
.is-container ul li:nth-child(2), .is-container ul li:nth-child(3) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2), .is-container ul li:nth-child(3) {
    display: block;
  }
}
.is-container ul li:nth-child(2) .side-wrap, .is-container ul li:nth-child(3) .side-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2) .side-wrap, .is-container ul li:nth-child(3) .side-wrap {
    width: 100%;
  }
}
.is-container ul li:nth-child(2) .img-wrap, .is-container ul li:nth-child(3) .img-wrap {
  width: 450rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2) .img-wrap, .is-container ul li:nth-child(3) .img-wrap {
    width: 100%;
    height: 355rem;
    margin-bottom: 65rem;
  }
}
.is-container ul li:nth-child(2) .answer {
  position: relative;
}
.is-container ul li:nth-child(2) .answer::before, .is-container ul li:nth-child(2) .answer::after {
  content: "";
  position: absolute;
  top: 40rem;
  border-top: 15rem solid transparent;
  border-bottom: 15rem solid transparent;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2) .answer::before, .is-container ul li:nth-child(2) .answer::after {
    border-top: initial;
    border-bottom: initial;
    top: -80rem;
    width: 100rem;
    height: 131rem;
    border-radius: 50%;
    transform: rotate(77deg);
  }
}
.is-container ul li:nth-child(2) .answer::before {
  left: -30rem;
  border-right: 30rem solid #1E4B7E;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2) .answer::before {
    left: initial;
    right: 100rem;
    border-right: initial;
    box-shadow: 43rem -6rem 0px 20rem #1E4B7E;
  }
}
.is-container ul li:nth-child(2) .answer::after {
  left: -27rem;
  border-right: 30rem solid #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(2) .answer::after {
    left: initial;
    right: 99rem;
    border-right: initial;
    box-shadow: 43rem -6rem 0px 18rem #fff;
  }
}
.is-container ul li:nth-child(3) .answer {
  position: relative;
}
.is-container ul li:nth-child(3) .answer::before, .is-container ul li:nth-child(3) .answer::after {
  content: "";
  position: absolute;
  top: 40rem;
  border-top: 15rem solid transparent;
  border-bottom: 15rem solid transparent;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(3) .answer::before, .is-container ul li:nth-child(3) .answer::after {
    border-top: initial;
    border-bottom: initial;
    top: -80rem;
    width: 100rem;
    height: 131rem;
    border-radius: 50%;
    transform: rotate(-77deg);
  }
}
.is-container ul li:nth-child(3) .answer::before {
  right: -30rem;
  border-left: 30rem solid #1E4B7E;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(3) .answer::before {
    right: initial;
    left: 100rem;
    border-left: initial;
    box-shadow: -43rem -6rem 0px 20rem #1E4B7E;
  }
}
.is-container ul li:nth-child(3) .answer::after {
  right: -27rem;
  border-left: 30rem solid #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .is-container ul li:nth-child(3) .answer::after {
    right: initial;
    left: 99rem;
    border-left: initial;
    box-shadow: -43rem -6rem 0px 18rem #fff;
  }
}
.is-container ul li:not(:last-child) {
  margin-bottom: 100rem;
}
@media screen and (max-width: 767px) {
  .is-container ul li:not(:last-child) {
    margin-bottom: 80rem;
  }
}
.is-container .is-other-swiper-container {
  position: relative;
}
.is-container .is-other-swiper-container .is-other-swiper {
  padding: 130rem 0;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper {
    padding: 75rem 0;
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide {
  width: 46%;
  margin-right: 8%;
  box-sizing: border-box;
  border: 2px solid #004C71;
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper .swiper-slide {
    width: 100%;
    margin-right: 20rem;
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a > img {
  width: 160rem;
  height: 178rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a > img {
    width: 135rem;
    height: 150rem;
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right {
  width: calc(100% - 160rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right {
    width: calc(100% - 135rem);
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 35rem;
  margin-bottom: 6rem;
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-weight: 300;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > p {
    margin-bottom: 15rem;
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > div {
    flex-direction: column;
    align-items: center;
    gap: 9rem;
  }
}
.is-container .is-other-swiper-container .is-other-swiper .swiper-slide article a .right > div > p {
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
.is-container .is-other-swiper-container .swiper-button-prev.is-prev,
.is-container .is-other-swiper-container .swiper-button-next.is-next {
  z-index: 8;
}
.is-container .is-other-swiper-container .swiper-button-prev.is-prev::after,
.is-container .is-other-swiper-container .swiper-button-next.is-next::after {
  display: none;
}
.is-container .is-other-swiper-container .swiper-button-prev.is-prev > img,
.is-container .is-other-swiper-container .swiper-button-next.is-next > img {
  width: 18.74rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .swiper-button-prev.is-prev > img,
.is-container .is-other-swiper-container .swiper-button-next.is-next > img {
    width: 9.8rem;
  }
}
.is-container .is-other-swiper-container .swiper-button-prev.is-prev {
  left: -65rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .swiper-button-prev.is-prev {
    left: -25rem;
  }
}
.is-container .is-other-swiper-container .swiper-button-next.is-next {
  right: -65rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .swiper-button-next.is-next {
    right: -25rem;
  }
}
.is-container .is-other-swiper-container .swiper-pagination.is-pagination {
  bottom: 80rem;
}
@media screen and (max-width: 767px) {
  .is-container .is-other-swiper-container .swiper-pagination.is-pagination {
    bottom: 40rem;
  }
}
.is-container .is-other-swiper-container .swiper-pagination.is-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004C82;
  opacity: 1;
}
.is-container > img {
  width: 1950rem;
  position: absolute;
  z-index: -3;
}
.is-container > img.shape1 {
  left: 0;
  top: -230rem;
  transform: translateX(-38%);
}
@media screen and (max-width: 767px) {
  .is-container > img.shape1 {
    left: 50%;
    top: -220rem;
    transform: translateX(-46%);
  }
}
.is-container > img.shape2 {
  right: 0;
  bottom: -360rem;
  transform: translateX(40%);
}
@media screen and (max-width: 767px) {
  .is-container > img.shape2 {
    right: 50%;
    bottom: 360rem;
    transform: translateX(50%);
  }
}

/*---------------------------------------
　　応募フォーム
----------------------------------------*/
.entry-form-container {
  padding: 135rem 0 150rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .entry-form-container {
    padding: 100rem 0;
  }
}
.entry-form-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.entry-form-container .entry-progress {
  width: 455rem;
  margin-bottom: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-form-container .entry-progress {
    width: 313rem;
    margin-bottom: 60rem;
  }
}
.entry-form-container .entry-progress::before, .entry-form-container .entry-progress::after {
  content: "";
  width: calc(50% - 12rem);
  height: 6rem;
  background-color: #D2D5E0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.entry-form-container .entry-progress::before {
  transform: translate(-100%, -50%);
}
.entry-form-container .entry-progress::after {
  transform: translateY(-50%);
}
.entry-form-container .entry-progress span {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background-color: #D2D5E0;
  position: relative;
}
.entry-form-container .entry-progress span::before {
  font-size: 18rem;
  letter-spacing: 0;
  line-height: 26rem;
  color: #000;
  white-space: nowrap;
  position: absolute;
  top: -35rem;
  left: 50%;
  transform: translateX(-50%);
}
.entry-form-container .entry-progress span:nth-of-type(1) {
  background-color: #193F72;
}
.entry-form-container .entry-progress span:nth-of-type(1)::before {
  content: "入力";
}
.entry-form-container .entry-progress span:nth-of-type(2)::before {
  content: "確認";
}
.entry-form-container .entry-progress span:nth-of-type(3)::before {
  content: "完了";
}
.entry-form-container .entry-message {
  text-align: center;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 75rem;
  color: #2C2C2C;
}
@media screen and (max-width: 767px) {
  .entry-form-container .entry-message {
    letter-spacing: 0;
    margin-bottom: 35rem;
  }
}
.entry-form-container ul {
  width: 100%;
  color: #2C2C2C;
}
.entry-form-container ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li {
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 25rem;
  }
}
.entry-form-container ul li .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 283rem;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .left {
    justify-content: flex-start;
    width: 100%;
    height: initial;
  }
}
.entry-form-container ul li .left p {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .left p {
    line-height: 24rem;
  }
}
.entry-form-container ul li .left p::after {
  display: inline-block;
  text-align: center;
  width: 40rem;
  padding: 3rem 0;
  margin-left: 20rem;
  font-size: 12rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  border-radius: 2rem;
}
.entry-form-container ul li .left p.required::after {
  content: "必須";
  background-color: #D34A40;
}
.entry-form-container ul li .left p.any::after {
  content: "任意";
  background-color: #919191;
}
.entry-form-container ul li .entry-error-mess {
  position: relative;
  z-index: 0;
}
.entry-form-container ul li .entry-error-mess::before {
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../img/entry-form/error-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 25rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.entry-form-container ul li .entry-error-mess.name-wrap::before {
  left: 160rem;
}
.entry-form-container ul li .entry-error-mess.kana-wrap::before {
  left: 160rem;
}
.entry-form-container ul li .entry-error-mess.entry-age-left::before {
  left: 77rem;
}
.entry-form-container ul li .entry-error-mess.postal-wrap::before {
  left: 95rem;
}
.entry-form-container ul li .entry-error-mess.tel-wrap::before {
  left: 123rem;
}
.entry-form-container ul li .entry-error-mess.mail-wrap::before {
  left: 387rem;
}
.entry-form-container ul li .right {
  display: inline-block;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 24rem;
  font-weight: 400;
}
.entry-form-container ul li .right.entry-age-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.entry-form-container ul li .right.entry-age-wrap span.entry-age-right {
  display: inline-block;
  font-size: 14rem;
  letter-spacing: 0;
  line-height: 50rem;
  margin-left: 10rem;
}
.entry-form-container ul li .right .entry-select-wrap {
  position: relative;
  display: inline-block;
  width: 528rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .right .entry-select-wrap {
    width: 321rem;
  }
}
.entry-form-container ul li .right .entry-select-wrap::after {
  content: "";
  width: 7rem;
  height: 7rem;
  border-bottom: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  position: absolute;
  top: 22rem;
  right: 21rem;
  transform: rotate(45deg);
}
.entry-form-container ul li .right input, .entry-form-container ul li .right textarea, .entry-form-container ul li .right select {
  border: 1px solid #D3D3D3;
  border-radius: 2rem;
  height: 50rem;
  padding: 13rem 15rem;
}
.entry-form-container ul li .right input::-moz-placeholder, .entry-form-container ul li .right textarea::-moz-placeholder, .entry-form-container ul li .right select::-moz-placeholder {
  color: #BABABA;
}
.entry-form-container ul li .right input::placeholder, .entry-form-container ul li .right textarea::placeholder, .entry-form-container ul li .right select::placeholder {
  color: #BABABA;
}
.entry-form-container ul li .right input.entry-occupation, .entry-form-container ul li .right textarea.entry-occupation, .entry-form-container ul li .right select.entry-occupation {
  width: 100%;
}
.entry-form-container ul li .right input.entry-occupation:invalid, .entry-form-container ul li .right textarea.entry-occupation:invalid, .entry-form-container ul li .right select.entry-occupation:invalid {
  color: #bbb;
}
.entry-form-container ul li .right input.entry-occupation option, .entry-form-container ul li .right textarea.entry-occupation option, .entry-form-container ul li .right select.entry-occupation option {
  color: black;
}
.entry-form-container ul li .right input.entry-occupation option:first-child, .entry-form-container ul li .right textarea.entry-occupation option:first-child, .entry-form-container ul li .right select.entry-occupation option:first-child {
  color: #bbb;
}
.entry-form-container ul li .right input.entry-name, .entry-form-container ul li .right textarea.entry-name, .entry-form-container ul li .right select.entry-name {
  width: 203rem;
}
.entry-form-container ul li .right input.entry-kana, .entry-form-container ul li .right textarea.entry-kana, .entry-form-container ul li .right select.entry-kana {
  width: 203rem;
}
.entry-form-container ul li .right input.entry-age, .entry-form-container ul li .right textarea.entry-age, .entry-form-container ul li .right select.entry-age {
  width: 120rem;
}
.entry-form-container ul li .right input.entry-zip, .entry-form-container ul li .right textarea.entry-zip, .entry-form-container ul li .right select.entry-zip {
  width: 138rem;
}
.entry-form-container ul li .right input.entry-addr, .entry-form-container ul li .right textarea.entry-addr, .entry-form-container ul li .right select.entry-addr {
  width: 581rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .right input.entry-addr, .entry-form-container ul li .right textarea.entry-addr, .entry-form-container ul li .right select.entry-addr {
    width: 321rem;
  }
}
.entry-form-container ul li .right input.entry-addr2, .entry-form-container ul li .right textarea.entry-addr2, .entry-form-container ul li .right select.entry-addr2 {
  width: 581rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .right input.entry-addr2, .entry-form-container ul li .right textarea.entry-addr2, .entry-form-container ul li .right select.entry-addr2 {
    width: 321rem;
  }
}
.entry-form-container ul li .right input.entry-tel, .entry-form-container ul li .right textarea.entry-tel, .entry-form-container ul li .right select.entry-tel {
  width: 166rem;
}
.entry-form-container ul li .right input.entry-mail, .entry-form-container ul li .right textarea.entry-mail, .entry-form-container ul li .right select.entry-mail {
  width: 430rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .right input.entry-mail, .entry-form-container ul li .right textarea.entry-mail, .entry-form-container ul li .right select.entry-mail {
    width: 321rem;
  }
}
.entry-form-container ul li .right input.entry-note, .entry-form-container ul li .right textarea.entry-note, .entry-form-container ul li .right select.entry-note {
  width: 528rem;
  height: 180rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container ul li .right input.entry-note, .entry-form-container ul li .right textarea.entry-note, .entry-form-container ul li .right select.entry-note {
    width: 321rem;
    height: 110rem;
  }
}
.entry-form-container ul li .right.entry-agree-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.entry-form-container ul li .right.entry-agree-line input {
  height: initial;
}
.entry-form-container ul li .right.entry-agree-line .agree-message a {
  color: #004C71;
  text-decoration: underline;
}
.entry-form-container .entry-btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container .entry-btn-line {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20rem;
  }
}
.entry-form-container .entry-btn-line .entry-btn-wrap {
  width: 282rem;
  height: 68rem;
  border-radius: 34rem;
  color: #fff;
}
.entry-form-container .entry-btn-line .entry-btn-wrap > input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 34rem;
  text-align: center;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 68rem;
}
.entry-form-container .entry-btn-line .entry-btn-wrap.btn1 {
  display: none;
}
.entry-form-container .entry-btn-line .entry-btn-wrap.btn2 {
  background-color: #004C71;
}
.entry-form-container .entry-btn-line .entry-btn-wrap.btn2.disable {
  pointer-events: none;
  background-color: #DDDDDD;
  color: #2C2C2C;
}
.entry-form-container .mw_wp_form_preview .entry-progress::before {
  background-color: #193F72;
}
.entry-form-container .mw_wp_form_preview .entry-progress span:nth-of-type(2) {
  background-color: #193F72;
}
.entry-form-container .mw_wp_form_preview ul li {
  gap: 30rem;
  margin-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container .mw_wp_form_preview ul li {
    gap: 10rem;
  }
}
.entry-form-container .mw_wp_form_preview ul li .left {
  height: initial;
}
.entry-form-container .mw_wp_form_preview ul li .left p {
  line-height: 1.5;
}
.entry-form-container .mw_wp_form_preview ul li .right {
  width: 634rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container .mw_wp_form_preview ul li .right {
    width: 100%;
  }
}
.entry-form-container .mw_wp_form_preview ul li .right .entry-select-wrap::after {
  display: none;
}
.entry-form-container .mw_wp_form_preview ul li .right.entry-age-wrap {
  align-items: center;
}
.entry-form-container .mw_wp_form_preview ul li .right.entry-age-wrap span.entry-age-right {
  display: none;
}
.entry-form-container .mw_wp_form_preview ul li.last {
  display: none;
}
.entry-form-container .mw_wp_form_preview .entry-btn-line {
  margin-top: 30rem;
}
.entry-form-container .mw_wp_form_preview .entry-btn-line .entry-btn-wrap.btn1 {
  display: block;
  background-color: #919191;
}
.entry-form-container .mw_wp_form_preview .entry-btn-line .entry-btn-wrap.btn2.disable {
  pointer-events: auto;
  background-color: #004C71;
  color: #fff;
}
.entry-form-container .mw_wp_form_complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.entry-form-container .mw_wp_form_complete .entry-progress::before, .entry-form-container .mw_wp_form_complete .entry-progress::after {
  background-color: #193F72;
}
.entry-form-container .mw_wp_form_complete .entry-progress span:nth-of-type(2) {
  background-color: #193F72;
}
.entry-form-container .mw_wp_form_complete .entry-progress span:nth-of-type(3) {
  background-color: #193F72;
}
.entry-form-container .mw_wp_form_complete .entry-message {
  margin-bottom: 20rem;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
  text-align: left;
  width: 574rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container .mw_wp_form_complete .entry-message {
    margin-bottom: 25rem;
    width: 100%;
  }
}
.entry-form-container .mw_wp_form_complete .entry-top-btn {
  display: inline-block;
  text-align: center;
  border-radius: 34rem;
  background-color: #004C71;
  color: #fff;
  width: 264rem;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 24rem;
  padding: 22rem 0;
  margin-top: 70rem;
}
@media screen and (max-width: 767px) {
  .entry-form-container .mw_wp_form_complete .entry-top-btn {
    margin-top: 60rem;
  }
}

/*---------------------------------------
　　採用JOB LIST
----------------------------------------*/
.job-index-btns {
  padding: 85rem 0 130rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns {
    padding: 75rem 0 100rem;
  }
}
.job-index-btns .recruit_inner {
  max-width: 831rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner {
    max-width: 321rem;
  }
}
.job-index-btns .recruit_inner > div {
  position: relative;
  width: 100%;
  height: 261rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div {
    height: 130rem;
  }
}
.job-index-btns .recruit_inner > div > a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  border: 3rem solid #004C71;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div > a {
    border-radius: 11rem;
  }
}
.job-index-btns .recruit_inner > div::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  background-color: #E0E0E0;
  position: absolute;
  top: 23rem;
  left: 17rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div::before {
    border-radius: 11rem;
    top: 8rem;
    left: 7rem;
  }
}
.job-index-btns .recruit_inner > div:nth-child(1) {
  margin-bottom: 80rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div:nth-child(1) {
    margin-bottom: 65rem;
  }
}
.job-index-btns .recruit_inner > div:nth-child(1) > a {
  background-color: #004C71;
  color: #FAF8F2;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div:nth-child(1) > a .btn-img-wrap img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
.job-index-btns .recruit_inner > div:nth-child(2) > a {
  background-color: #FAF8F2;
  color: #004C71;
}
.job-index-btns .recruit_inner > div .btn-img-wrap {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.job-index-btns .recruit_inner > div .btn-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.job-index-btns .recruit_inner > div .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20rem;
  padding-left: 110rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div .right {
    padding-left: 25rem;
    gap: 15rem;
  }
}
.job-index-btns .recruit_inner > div .right h3 {
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div .right h3 {
    font-size: 18rem;
  }
}
.job-index-btns .recruit_inner > div .right img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .job-index-btns .recruit_inner > div .right img {
    width: 10rem;
  }
}
.job-index-btns .recruit_inner > div:hover .btn-img-wrap img {
  transform: scale(1.05);
}

.body-container.job-list {
  position: relative;
  background-image: url(../img/job-list/job-list-bg.svg);
  background-size: 200%;
  background-position: 41.5% 680rem;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .body-container.job-list {
    background-image: url(../img/job-list/job-list-bg_sp.webp);
    background-size: 625%;
    background-position: 50% 540rem;
  }
}

.job-tax-links {
  margin: 45rem 0;
}
@media screen and (max-width: 767px) {
  .job-tax-links {
    margin: 30rem 0 80rem;
  }
}
.job-tax-links > div:nth-child(1) {
  margin-bottom: 30rem;
}
.job-tax-links > div > p {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20rem;
}
.job-tax-links > div ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16rem 12rem;
}
@media screen and (max-width: 767px) {
  .job-tax-links > div ul {
    gap: 8rem;
  }
}
.job-tax-links > div ul li a {
  display: inline-block;
  padding: 7rem 20rem;
  background-color: #004C71;
  color: #fff;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 5rem;
}
.job-tax-links > div ul li a.div {
  background-color: #B9D1E2;
  color: #004C71;
}
.job-tax-links > div ul li a span {
  display: inline-block;
  margin-right: 5rem;
}

.job-list-container {
  margin-bottom: 110rem;
}
.job-list-container > ul > li:not(:last-child) {
  margin-bottom: 40rem;
}
@media screen and (max-width: 767px) {
  .job-list-container > ul > li:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.job-list-container > ul > li article a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28rem 45rem;
  background-color: #FAF8F2;
  color: #2C2C2C;
  border-radius: 30rem;
}
@media screen and (max-width: 767px) {
  .job-list-container > ul > li article a {
    display: block;
    padding: 22rem 18.5rem 38rem;
    border-radius: 20rem;
  }
}
.job-list-container > ul > li article a .img-wrap {
  width: 264rem;
  height: 165rem;
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job-list-container > ul > li article a .img-wrap {
    width: 100%;
    height: 177rem;
  }
}
.job-list-container > ul > li article a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.job-list-container > ul > li article a .right {
  width: 629rem;
}
@media screen and (max-width: 767px) {
  .job-list-container > ul > li article a .right {
    width: 100%;
    margin-top: 15rem;
  }
}
.job-list-container > ul > li article a .right ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16rem 12rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .job-list-container > ul > li article a .right ul {
    gap: 12rem;
  }
}
.job-list-container > ul > li article a .right ul li {
  display: inline-block;
  padding: 7rem 20rem;
  background-color: #004C71;
  color: #fff;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 5rem;
}
.job-list-container > ul > li article a .right ul li.div {
  background-color: #B9D1E2;
  color: #004C71;
}
.job-list-container > ul > li article a .right ul li span {
  display: inline-block;
  margin-right: 5rem;
}
.job-list-container > ul > li article a .right h3 {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 10rem;
}
.job-list-container > ul > li article a .right > div p {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1;
}
.job-list-container > ul > li article a .right > div p:nth-child(1) {
  font-weight: 700;
  margin-bottom: 10rem;
}
.job-list-container > ul > li article a .right > div p:nth-child(2) {
  line-height: 2;
}
.job-list-container > ul > li article a:hover .img-wrap img {
  transform: scale(1.05);
}

.sj-container {
  margin: 45rem 0 130rem;
}
@media screen and (max-width: 767px) {
  .sj-container {
    margin: 50rem 0 67rem;
  }
}
.sj-container .recruit_inner {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #FAF8F2;
  color: #2C2C2C;
  border-radius: 30rem;
  padding: 90rem 78rem 118rem;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner {
    max-width: 348rem;
    border-radius: 20rem;
    padding: 55rem 13rem 85rem;
  }
}
.sj-container .recruit_inner h3 {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 29rem;
  padding-left: 20rem;
  padding-bottom: 9rem;
  border-left: 5rem solid #004C71;
  border-bottom: 1px solid #8790B1;
  margin-bottom: 80rem;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner h3 {
    font-size: 18rem;
    line-height: 26rem;
    margin-bottom: 30rem;
  }
}
.sj-container .recruit_inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1.65;
}
.sj-container .recruit_inner ul li .left {
  font-weight: 500;
  width: 233rem;
  border-bottom: 1px solid #BFBFBF;
  position: relative;
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner ul li .left {
    width: 100rem;
    padding: 25rem 0;
    border-bottom-color: #004C71;
  }
}
.sj-container .recruit_inner ul li .left::after {
  content: "";
  width: 123rem;
  height: 1px;
  background-color: #004C71;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner ul li .left::after {
    display: none;
  }
}
.sj-container .recruit_inner ul li .left p {
  text-align: right;
}
.sj-container .recruit_inner ul li .right {
  width: 600rem;
  border-bottom: 1px solid #BFBFBF;
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner ul li .right {
    width: 200rem;
    padding: 25rem 0;
  }
}
.sj-container .recruit_inner .btn-line {
  text-align: center;
  margin-top: 110rem;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner .btn-line {
    margin-top: 80rem;
  }
}
.sj-container .recruit_inner .btn-line > a {
  position: relative;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 80rem;
  width: 393rem;
  height: 80rem;
  text-align: center;
  border-radius: 50rem;
}
@media screen and (max-width: 767px) {
  .sj-container .recruit_inner .btn-line > a {
    width: 100%;
    max-width: 321rem;
  }
}
.sj-container .recruit_inner .btn-line > a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.sj-container .recruit_inner .btn-line > a > span:nth-child(1) {
  color: #fff;
  background-color: #004C71;
  transform: rotateX(0deg);
  transform-origin: 0 50% -40rem;
}
.sj-container .recruit_inner .btn-line > a > span:nth-child(2) {
  color: #004C71;
  background-color: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0 50% -40rem;
}
.sj-container .recruit_inner .btn-line > a:hover > span:nth-child(1) {
  transform: rotateX(90deg);
}
.sj-container .recruit_inner .btn-line > a:hover > span:nth-child(2) {
  transform: rotateX(0deg);
}

/*---------------------------------------
　　採用FAQ
----------------------------------------*/
.faq-container {
  margin: 190rem 0 100rem;
}
@media screen and (max-width: 767px) {
  .faq-container {
    margin: 80rem 0 110rem;
  }
}
.faq-container .contents:not(:last-child) {
  margin-bottom: 140rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents:not(:last-child) {
    margin-bottom: 100rem;
  }
}
.faq-container .contents h3 {
  font-weight: 700;
  font-size: 32rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents h3 {
    font-size: 24rem;
    margin-bottom: 34.5rem;
  }
}
.faq-container .contents h3 img {
  display: inline-block;
  margin-right: 33rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents h3 img {
    margin-right: 13rem;
  }
}
.faq-container .contents h3 img.img1 {
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents h3 img.img1 {
    width: 29rem;
  }
}
.faq-container .contents h3 img.img2 {
  width: 45.7rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents h3 img.img2 {
    width: 38.7rem;
  }
}
.faq-container .contents h3 img.img3 {
  width: 59rem;
  margin-right: 19rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents h3 img.img3 {
    width: 44rem;
    margin-right: 16rem;
  }
}
.faq-container .contents dl {
  cursor: pointer;
  border-bottom: 1px solid #004C71;
  padding: 30rem 77rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl {
    padding: 25rem 0;
  }
}
.faq-container .contents dl:first-of-type {
  border-top: 1px solid #004C71;
}
.faq-container .contents dl dt,
.faq-container .contents dl dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25rem;
  font-weight: 500;
  color: #2C2C2C;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dt,
.faq-container .contents dl dd {
    gap: 10rem;
    width: 300rem;
  }
}
.faq-container .contents dl dt img,
.faq-container .contents dl dd img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dt img,
.faq-container .contents dl dd img {
    width: 40rem;
  }
}
.faq-container .contents dl dt {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dt {
    line-height: 2;
  }
}
.faq-container .contents dl dt img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dt img {
    margin-top: 4rem;
  }
}
.faq-container .contents dl dt .qa-arow {
  position: absolute;
  top: 50%;
  right: -50rem;
  transform: translateY(-50%);
  width: 21rem;
  height: 21rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dt .qa-arow {
    right: -20rem;
  }
}
.faq-container .contents dl dt .qa-arow::before, .faq-container .contents dl dt .qa-arow::after {
  content: "";
  background-color: #004C71;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.faq-container .contents dl dt .qa-arow::before {
  width: 1px;
  height: 100%;
}
.faq-container .contents dl dt .qa-arow::after {
  width: 100%;
  height: 1px;
}
.faq-container .contents dl dt .qa-arow.open::before {
  opacity: 0;
}
.faq-container .contents dl dd {
  padding-top: 15rem;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .faq-container .contents dl dd {
    line-height: 2;
  }
}
/*# sourceMappingURL=style.css.map */