@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------
	ベース
---------------------------------------------------------------------*/
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  --noto: "Noto Sans JP", sans-serif;
  --en: "Jost", sans-serif;
  --blue: #014196;
  --kon: #00256A;
  --sky: #2FB2CF;
  --orange: #FF7300;
  --gray: #F2F2F2;
  --opacity: opacity 0.3s ease;
  --all: all 0.3s ease-out;
  --cubic: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--noto);
  color: #000000;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
}
main {
  overflow-x: clip;
}
.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
ul li {
  list-style: none;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-r {
  flex-direction: row-reverse;
}
.ai-start {
  align-items: flex-start;
}
.ai-stretch {
  align-items: stretch;
}
.ai-center {
  align-items: center;
}
.ai-end {
  align-items: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-space {
  justify-content: space-between;
}
.block {
  display: block;
}
.wrap {
  flex-wrap: wrap;
}
.noto {
  font-family: var(--noto);
}
.sm {
  font-family: var(--sm);
}
.en {
  font-family: var(--en);
}
.regu {
  font-weight: 400;
}
.medi {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.small {
  font-size: 1.4rem;
}
.txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.txt18 {
  font-size: 1.8rem;
}
.fff {
  color: #ffffff;
}
.blue {
  color: var(--blue);
}
.link {
  color: var(--sky);
  text-decoration: underline;
}
.w-1200 {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.w-1080 {
  max-width: 1120px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.w-1000 {
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.w-800 {
  max-width: 840px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.sec {
  padding: 120px 0;
}
.pb {
  padding-bottom: 100px;
}
.pc-mb5 {
  margin-bottom: 5px !important;
}
.pc-mb10 {
  margin-bottom: 10px !important;
}
.pc-mb20 {
  margin-bottom: 20px !important;
}
.pc-mb30 {
  margin-bottom: 30px !important;
}
.pc-mb40 {
  margin-bottom: 40px !important;
}
.pc-mb50 {
  margin-bottom: 50px !important;
}
.pc-mb60 {
  margin-bottom: 60px !important;
}
.pc-none {
  display: none !important;
}
.sp-none {
  display: block !important;
}
/* 別タブ */
.tab {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.tab.inline {
  display: inline-flex;
}
.tab::after {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background-image: url("../img/common/tab_icon_sky.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .tab::after {
  background-image: url("../img/common/tab_icon_b.svg");
}
.footer .tab::after {
  background-image: url("../img/common/tab_icon_w.svg");
}
.bg-blue {
  background-color: var(--blue);
}
.content-ttl {
  font-size: 5.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
  color: var(--kon);
}
.bg-blue .content-ttl {
  color: #ffffff;
}
.content-ttl::before {
  content: "";
  display: block;
  width: 80px;
  height: 26px;
  background-image: url("../img/recruit/h2_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.bg-blue .content-ttl::before {
  background-image: url("../img/recruit/h2_logo_w.svg");
}
.lower-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--kon);
  text-align: center;
}
.bg-blue .lower-ttl {
  color: #ffffff;
}
.bg-loop {
  width: 100vw;
  height: 365px;
  background: url('../img/recruit/loop_img01.png') repeat-x;
  background-size: auto 100% !important;
  background-position: 0 0;
  animation: bgLoopRight 40s linear infinite;
  position: relative;
  overflow: hidden;
}
@keyframes bgLoopRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1544px 0;
  }
}
.bg-loop.reverse {
  animation-direction: reverse;
}
.loop-2 {
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 2;
  position: relative;
}
.loop-2 .bg-loop {
  background: url('../img/recruit/loop_img02.png') repeat-x;
}
.loop-3 .bg-loop {
  background: url('../img/recruit/loop_img03.png') repeat-x;
  margin-bottom: 120px;
}
.btn {
  background-color: var(--orange);
  border-radius: 100px;
  height: 70px;
  max-width: 320px;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border: solid 3px #ffffff;
}
.job-button {
  background-color: #ffffff;
  border: solid 3px var(--orange);
  margin-bottom: 16px;
}
.job-button, .entry-button {
  padding: 10px 20px 10px 30px;
}
.btn span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  transition: color var(--cubic);
}
.job-button span {
  color: var(--orange);
  justify-content: center;
}
.entry-button span {
  justify-content: center;
  line-height: 1.3;
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.btn.center-btn {
  padding: 0;
  max-width: 280px;
  border: solid 3px var(--orange);
}
.btn.center-btn span {
  justify-content: center;
}
.btn.center-btn span::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.job-button span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url("../img/recruit/icon_entry.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--all);
  margin-right: 30px;
}
.entry-button span::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 31px;
  background-image: url("../img/recruit/icon_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--all);
  margin-right: 30px;
}
.btn span::after {
  content: "";
  display: inline-block;
  max-width: 32px;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url("../img/recruit/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background var(--cubic);
}
.job-button span::after {
  background-image: url("../img/recruit/btn_arrow_h.svg");
}
.job-button span::after, .entry-button span::after {
  margin-left: auto;
}
.btn-h {
  position: relative;
  overflow: hidden;
  transition: var(--all);
}
.btn-h span {
  position: relative;
  z-index: 2;
}
.btn-h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform var(--cubic);
}
.job-button::before {
  background: #FFE3CC;
}
.entry-button::before {
  background: rgba(255, 155, 0, 0.4);
}
@media screen and (min-width:769px) {
  .btn-h:hover {
    border: solid 3px var(--orange);
  }
  .entry-button:hover {
    border: solid 3px #ffffff;
  }
  .btn-h:hover::before, .job-button:hover::before, .entry-button:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .btn-h:hover span {
    color: var(--orange);
  }
  .entry-button:hover span {
    color: #ffffff;
  }
  .btn-h:hover span::after {
    background-image: url("../img/recruit/btn_arrow_h.svg");
  }
  .job-button:hover span::after {
    background-image: url("../img/recruit/btn_arrow_o.svg");
  }
  .entry-button:hover span::after {
    background-image: url("../img/recruit/btn_arrow.svg");
  }
}
@media screen and (min-width:769px) {
  .scale img {
    transition: var(--all);
  }
  .scale:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
/*---------------------------------------------------------------------
	
SP

---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	ベース
---------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  body {
    font-size: clamp(0.8rem, 3.7vw, 1.6rem);
  }
  main {
    overflow-x: clip;
  }
  .sp-column {
    flex-direction: column;
  }
  .sp-left {
    text-align: left;
  }
  .small {
    font-size: 1.2rem;
  }
  .txt {
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .w-1200 {
    padding: 0 30px;
  }
  .w-1080 {
    padding: 0 30px;
  }
  .w-1000 {
    padding: 0 30px;
  }
  .w-800 {
    padding: 0 30px;
  }
  .sec {
    padding: 60px 0;
  }
  .pb {
    padding-bottom: 60px;
  }
  .sp-mb5 {
    margin-bottom: 1.33vw !important;
  }
  .sp-mb10 {
    margin-bottom: 2.67vw !important;
  }
  .sp-mb20 {
    margin-bottom: 5.33vw !important;
  }
  .sp-mb30 {
    margin-bottom: 8vw !important;
  }
  .sp-mb40 {
    margin-bottom: 10.67vw !important;
  }
  .sp-mb50 {
    margin-bottom: 13.3vw !important;
  }
  .sp-mb60 {
    margin-bottom: 16vw !important;
  }
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  /* 別タブ */
  .tab {
    column-gap: 4px;
  }
  .tab::after {
    width: 13px;
    height: 11px;
  }
  .header .tab::after {
    width: 16px;
    height: 14px;
    background-image: url("../img/common/tab_icon.svg");
  }
  .content-ttl {
    font-size: clamp(1rem, 8.5vw, 5.0rem);
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .content-ttl::before {
    width: 46px;
    height: 15px;
  }
  .lower-ttl {
    font-size: clamp(1rem, 7.46vw, 3.6rem);
  }
  .bg-loop {
    height: 160px;
    animation: bgLoopRight 60s linear infinite;
  }
  @keyframes bgLoopRight {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 2714px 0;
    }
  }
  .bg-loop.reverse {
    animation-direction: reverse;
  }
  .loop-2 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 2;
    position: relative;
  }
  .loop-3 .bg-loop {
    margin-bottom: 60px;
  }
  .btn {
    height: 56px;
    padding: 10px 20px 10px 40px;
    border: solid 2px #ffffff;
  }
  .job-button, .entry-button {
    padding: 10px 20px 10px 30px;
    height: 72px;
    margin: 0 auto;
  }
  .job-button {
    border: solid 2px var(--orange);
    margin-bottom: 10px;
  }
  .btn span {
    font-size: 1.6rem;
  }
  .job-button span {
    font-size: 1.8rem;
  }
  .entry-button span {
    font-size: 1.8rem;
  }
  .btn.center-btn {
    max-width: 240px;
  }
  .btn.center-btn span::after {
    right: 10px;
  }
  .job-button span::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 36px;
    background-image: url("../img/recruit/icon_entry.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--all);
    margin-right: 30px;
  }
  .entry-button span::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 31px;
    background-image: url("../img/recruit/icon_mail.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--all);
    margin-right: 30px;
  }
  .btn span::after {
    content: "";
    display: inline-block;
    max-width: 32px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url("../img/recruit/btn_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background var(--cubic);
  }
  .job-button span::after {
    background-image: url("../img/recruit/btn_arrow_h.svg");
  }
  .job-button span::after, .entry-button span::after {
    margin-left: auto;
  }
  .btn-h {
    position: relative;
    overflow: hidden;
    transition: var(--all);
  }
  .btn-h span {
    position: relative;
    z-index: 2;
  }
  .btn-h::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform var(--cubic);
  }
  .job-button::before, .entry-button::before {
    background: var(--kon);
  }
}
/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
.header {
  height: 110px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 60px;
    column-gap: 0;
    padding: 0 15px;
    position: fixed;
  }
}
.site-ttl {
  width: 100%;
  height: auto;
  aspect-ratio: 410 / 50;
  max-width: 410px;
  position: relative;
}
@media screen and (max-width: 1379px) {
  .site-ttl {
    max-width: 300px;
  }
}
@media screen and (max-width: 999px) {
  .site-ttl {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .site-ttl {
    max-width: 260px;
  }
}
.site-ttl a {
  width: 100%;
  height: 100%;
}
.site-ttl a span:not(.sub-ttl) {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 34;
  max-width: 280px;
  background-image: url("../img/recruit/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-ttl a span:not(.sub-ttl) {
    max-width: 180px;
  }
}
.site-ttl a .sub-ttl {
  color: #ffffff;
  background-color: var(--kon);
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
}
@media screen and (max-width: 1379px) {
  .site-ttl a .sub-ttl {
    font-size: 1.2rem;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  .site-ttl a .sub-ttl {
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .site-ttl a .sub-ttl {
    height: 24px;
    line-height: 24px;
    font-size: 1.0rem;
    margin-left: 0;
  }
}
.header-inner {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding-left: 0;
  }
}
.header .g-nav {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 1379px) {
  .header .g-nav {
    margin-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .header .g-nav {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header .g-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: -120%;
    width: calc(100% + 1px);
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    transition: right 0.3s cubic-bezier(0.2, 0, 0.4, 1) 0s;
    margin-right: 0;
  }
  .header .g-nav.panelactive {
    right: 0;
  }
}
.g-nav ul {
  column-gap: 2.7vw;
  text-align: center;
}
@media screen and (max-width: 1379px) {
  .g-nav ul {
    column-gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .g-nav ul {
    column-gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .g-nav ul {
    flex-direction: column;
    grid-row-gap: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-size: 100% 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    padding-bottom: 90px;
    background-color: rgba(245, 245, 245, 0.95);
    overflow-y: scroll;
  }
}
.g-nav ul li {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .g-nav ul li {
    width: 100%;
  }
}
.g-nav ul li a {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .header .g-nav ul.g-nav-ul li a {
    width: 100%;
    display: flex;
    position: relative;
    padding: 10px 0;
  }
  .header .g-nav ul.g-nav-ul li a::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: solid 2px var(--blue);
    border-right: solid 2px var(--blue);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
  .header .g-nav ul.g-nav-ul li:last-of-type {
    display: flex;
    margin-top: 20px;
  }
}
.g-nav ul li a span {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (max-width: 1159px) {
  .g-nav ul li a span {
    letter-spacing: normal;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .g-nav ul li a span {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 768px) {
  .g-nav ul li a span {
    font-size: 2.0rem;
    color: var(--kon);
    letter-spacing: 0.05em;
  }
  .header .g-nav ul.g-nav-ul li:last-of-type a span {
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: 400;
  }
  .header .g-nav ul.g-nav-ul li:last-of-type a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
  }
  .openbtn span {
    position: absolute;
    display: block;
    background: #000000;
    width: 40px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s ease-out;
    transform-origin: center center;
  }
  .openbtn span:nth-child(1) {
    top: 34px;
  }
  .openbtn span:nth-child(2) {
    bottom: 34px;
  }
  .openbtn.active span:nth-child(1) {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    top: 30px;
  }
  .openbtn.active span:nth-child(2) {
    -webkit-transform: rotate(-220deg);
    transform: rotate(-220deg);
    bottom: 28px;
  }
}
.header-contact {
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .header-contact {
    display: none;
  }
}
.header-contact .header-contact-tel img {
  width: 50px;
  height: auto;
}
.header-contact .header-contact-tel .flex-column {
  grid-row-gap: 3px;
}
.header-contact .header-contact-tel .tel {
  font-size: 2.2rem;
  margin-left: 8px;
  line-height: 1;
}
.header-contact .header-contact-tel .tel-time {
  font-size: 1.2rem;
  line-height: 1;
}
.header-contact .header-contact-tel .tel-time span {
  font-size: 1.4rem;
}
.header-contact-form {
  background-color: var(--orange);
  width: 180px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 8px 0;
  border: solid 3px var(--orange);
  border-right: none;
}
@media screen and (max-width: 1159px) {
  .header-contact-form {
    width: 140px;
    height: 64px;
  }
}
@media screen and (max-width: 999px) {
  .header-contact-form {
    width: 120px;
    height: 50px;
  }
}
.header-contact-form:hover {
  border-right: none;
}
.header-contact-form span {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  column-gap: 16px;
  position: relative;
  z-index: 2;
  transition: color var(--cubic);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1159px) {
  .header-contact-form span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .header-contact-form span {
    font-size: 1.0rem;
    column-gap: 8px;
  }
}
.header-contact-form span::before {
  content: "";
  display: block;
  width: 30px;
  height: 42px;
  min-width: 25px;
  margin-bottom: 8px;
  background-image: url("../img/recruit/entry_icon.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: background var(--cubic);
}
@media screen and (max-width: 1159px) {
  .header-contact-form span::before {
    width: 20px;
    height: 28px;
    min-width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width:769px) {
  .g-nav ul li a span, .g-nav ul li a::after {
    display: inline-block;
    transition: all .3s cubic-bezier(.175, .885, .32, 1);
  }
  .g-nav ul li a:hover span, .g-nav ul li a:hover::after {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .g-nav ul li a:hover::after {
    background-image: url("../img/recruit/tab_icon_s.svg");
  }
  .g-nav ul li:hover span {
    color: var(--sky);
  }
  .header-contact-form.btn-h::before {
    background: #ffffff;
  }
  .header-contact-form.btn-h:hover span {
    color: var(--orange);
  }
  .header-contact-form.btn-h:hover span::before {
    background-image: url("../img/recruit/entry_icon_h.svg");
  }
}
/*---------------------------------------------------------------------
	mv
---------------------------------------------------------------------*/
.mv-wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 170px;
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    padding: 60px 0 100px;
  }
}
.mv {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-left: 30px;
  }
}
.mv .inner > .flex {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .mv .inner > .flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.main-copy {
  max-width: 884px;
  width: 100%;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-copy {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.main-copy img:nth-child(2) {
  position: absolute;
  top: 7.638vw;
  left: 130px;
  max-width: 105px;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .main-copy img:nth-child(2) {
    position: absolute;
    top: 10.67vw;
    left: 9.6vw;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    width: 9.6vw;
    height: auto;
  }
}
.main-lead {
  padding-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .main-lead {
    padding-bottom: 0;
    margin-top: 0;
  }
}
/* スライド */
.mv .swiper-container {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv .swiper-container {
    padding-bottom: 30px;
  }
}
.mv .swiper {
  max-width: 1500px;
  aspect-ratio: 997 / 640;
  width: 68.3vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv .swiper {
    aspect-ratio: 343 / 306;
    width: calc(100vw - 30px);
    height: auto;
  }
}
.mv .swiper .swiper-slide {
  border-bottom-left-radius: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  display: block;
  left: auto;
  right: 150px;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 30px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  border-radius: 12px;
  opacity: 1;
}
@media screen and (max-width:768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination-bullet-active {
  background-color: var(--sky);
}
.anim {
  opacity: 0;
  transform: scale(3) rotate(-40deg);
  transform-origin: center center;
  animation: mv-anim 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes mv-anim {
  from {
    opacity: 0;
    transform: scale(3) rotate(-40deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/*---------------------------------------------------------------------
	心の声
---------------------------------------------------------------------*/
.voice {
  background-color: #4DD0EB;
  z-index: 1;
  position: relative;
  background-image: url("../img/recruit/voice_bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 80px 0 195px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 0 0 140px;
    background: linear-gradient(180deg, #ffffff 30px, #4DD0EB 30px, #4DD0EB 50%, #4DD0EB 100%);
  }
}
.voice-ttl {
  max-width: 600px;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  text-indent: -9999px;
  background-image: url("../img/recruit/voice_ttl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .voice-ttl {
    width: 90%;
    margin-bottom: 20px;
    order: 2;
  }
}
.voice > .flex-column {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .voice > .flex-column {
    margin: 0 auto 56px;
  }
}
.voice > .flex-column img {
  position: absolute;
  max-width: 290px;
  width: 100%;
  height: auto;
  aspect-ratio: 58 / 69;
  top: 100px;
  right: -210px;
  z-index: -2;
  order: 1;
}
@media screen and (max-width: 768px) {
  .voice > .flex-column img {
    position: static;
    max-width: 180px;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}
.voice > .flex-column .voice-txt {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .voice > .flex-column .voice-txt {
    left: auto;
    padding: 0 30px;
    order: 3;
  }
}
.voice-box-wrap {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .voice-box-wrap {
    padding: 0 30px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.voice-box {
  max-width: 1240px;
  padding: 40px 30px;
  margin: 0 auto;
  background-color: var(--sky);
  border: solid 24px var(--sky);
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .voice-box {
    padding: 20px 0px;
    margin-bottom: 60px;
    border: solid 16px var(--sky);
  }
}
.voice-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.voice-box-ttl-wrap {
  position: relative;
  padding-bottom: 24px;
  border-bottom: solid 3px var(--sky);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .voice-box-ttl-wrap {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.voice-box-ttl-wrap .en {
  font-size: clamp(5.0rem, 5.5vw, 8.0rem);
  color: var(--kon);
  font-weight: 700;
  position: absolute;
  left: 2.1vw;
  bottom: 0;
  line-height: 1.25;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .voice-box-ttl-wrap .en {
    font-size: 2.4rem;
    position: static;
    left: auto;
    display: block;
    text-align: center;
  }
}
.voice-box-ttl {
  font-size: clamp(2.0rem, 2.7vw, 4.0rem);
  font-weight: 700;
  color: var(--kon);
  text-align: center;
  line-height: 1.25;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .voice-box-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-left: 0;
  }
}
.voice-box .box-list {
  grid-row-gap: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-box .box-list {
    grid-row-gap: 0;
    align-items: center;
  }
}
.voice-box .box-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: dotted 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .voice-box .box-list::after {
    display: none;
  }
}
.voice-box .box-list li {
  width: calc(100% / 3);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.39vw, 2.0rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice-box .box-list li {
    width: 100%;
    font-size: 1.5rem;
    margin: 30px 0;
  }
}
.voice-box .box-list li span {
  background: linear-gradient(transparent 0%, rgba(255, 206, 0, 0.43) 0%);
}
.voice-box .box-list li::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: dotted 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .voice-box .box-list li::after {
    content: "";
    display: block;
    max-width: 180px;
    width: 64%;
    height: 2px;
    border-right: none;
    border-bottom: dotted 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.voice-box .box-list li:nth-of-type(3)::after, .voice-box .box-list li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice-box .box-list li:nth-of-type(3)::after {
    display: block;
  }
}
.voice-box .voice-img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .voice-box .voice-img {
    z-index: 3;
  }
}
/* イラスト */
.voice-box-wrap-top .voice-box:first-of-type .voice-img {
  width: 190px;
  left: -130px;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .voice-box-wrap-top .voice-box:first-of-type .voice-img {
    width: 105px;
    left: -40px;
    bottom: -40px;
  }
}
.voice-box-wrap-top .voice-box:nth-of-type(2) .voice-img {
  width: 145px;
  right: -60px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .voice-box-wrap-top .voice-box:nth-of-type(2) .voice-img {
    width: 95px;
    right: -20px;
    bottom: -55px;
  }
}
.voice-box-wrap-bottom .voice-box:first-of-type .voice-img {
  width: 200px;
  left: -110px;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .voice-box-wrap-bottom .voice-box:first-of-type .voice-img {
    width: 120px;
    left: -40px;
    bottom: -50px;
  }
}
.voice-box-wrap-bottom .voice-box:nth-of-type(2) .voice-img {
  width: 145px;
  right: -24px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .voice-box-wrap-bottom .voice-box:nth-of-type(2) .voice-img {
    width: 100px;
    bottom: -55px;
  }
}
/* 吹き出し */
.fuki-img-wrap {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
}
.fuki-img {
  position: absolute;
}
.fuki-img:first-of-type {
  width: 402px;
  top: -20px;
  left: -20px;
}
.fuki-img:nth-of-type(2) {
  width: 425px;
  top: 140px;
  left: -100px;
  z-index: 2;
}
.fuki-img:nth-of-type(3) {
  width: 222px;
  top: 190px;
  left: 0;
}
.fuki-img:nth-of-type(4) {
  width: 368px;
  top: -30px;
  right: -40px;
}
.fuki-img:nth-of-type(5) {
  width: 300px;
  top: 190px;
  right: -10px;
}
.fuki-img:nth-of-type(6) {
  width: 140px;
  top: 330px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .fuki-img:nth-of-type(7) {
    width: 143px;
    top: 0;
    left: -10px;
  }
  .fuki-img:nth-of-type(8) {
    width: 148px;
    top: 70px;
    left: -50px;
  }
  .fuki-img:nth-of-type(9) {
    width: 90px;
    top: 170px;
    left: 40px;
  }
  .fuki-img:nth-of-type(10) {
    width: 143px;
    top: 0;
    right: -10px;
  }
  .fuki-img:nth-of-type(11) {
    width: 148px;
    top: 70px;
    right: -50px;
  }
  .fuki-img:nth-of-type(12) {
    width: 90px;
    top: 170px;
    right: 40px;
  }
}
.voice .bg-loop-wrap {
  margin-bottom: 60px;
}
.more-button {
  display: none;
}
.more-view-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .more-button {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background-image: url("../img/recruit/more_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    z-index: 3;
  }
  .voice-box .box-list li.hidden {
    display: none;
  }
  .voice-box::after {
    content: "";
    display: block;
    width: calc(100% + 32px);
    height: 140px;
    position: absolute;
    left: -16px;
    bottom: -16px;
    background: #4DD0EB;
    background: linear-gradient(180deg, rgba(77, 208, 235, 0) 0%, rgba(77, 208, 235, 1) 80%, rgba(77, 208, 235, 1) 100%);
  }
  .voice-box.fade-out::after {
    opacity: 0;
  }
  .voice-box-wrap-top .voice-box:first-of-type::after {
    display: none;
  }
  .more-view-btn {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    border: none;
    text-align: center;
    line-height: 1.3;
  }
  .more-view-btn span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/*---------------------------------------------------------------------
	エントリーエリア
---------------------------------------------------------------------*/
.entry-box {
  background-color: var(--sky);
}
.entry-box.mt {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .entry-box.mt {
    margin-top: -30px;
  }
}
.entry-box:not(.mt) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .entry-box:not(.mt) {
    margin-top: 0;
  }
}
.entry-box > .flex {
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .entry-box > .flex {
    flex-direction: column-reverse;
  }
}
.entry-box > .flex > div:not(.img-wrap) {
  width: 34.7%;
  color: #ffffff;
  padding: 36px 0;
  margin: auto 0;
}
@media screen and (max-width:768px) {
  .entry-box > .flex > div:not(.img-wrap) {
    width: 100%;
    padding: 10px 30px 50px;
  }
}
.entry-box > .flex .img-wrap img {
  object-position: left;
}
.entry-box-ttl {
  text-indent: -9999px;
  width: 100%;
  height: auto;
  aspect-ratio: 246 / 55;
  max-width: 492px;
  background-image: url("../img/recruit/entry_box_ttl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}
.entry-box > .flex > div p {
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.entry-box .img-wrap {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  width: 58.3%;
}
@media screen and (max-width:768px) {
  .entry-box .img-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
  }
}
/*---------------------------------------------------------------------
	お知らせ
---------------------------------------------------------------------*/
.newsList {
  border-top: solid 1px rgba(0, 37, 106, 0.4);
}
.newsList li {
  column-gap: 100px;
  padding: 40px 0;
  border-bottom: solid 1px rgba(0, 37, 106, 0.4);
  color: var(--kon);
}
@media screen and (max-width:768px) {
  .newsList li {
    grid-row-gap: 4px;
    padding: 24px 0;
  }
}
@media screen and (max-width:768px) {
  .newsList li .date {
    font-size: 1.6rem;
  }
}
/*---------------------------------------------------------------------
	数字で見る
---------------------------------------------------------------------*/
.numbers {
  background-color: #F2F2F2;
}
.numbers-wrap {
  grid-row-gap: 26px;
  column-gap: 26px;
}
@media screen and (max-width:1239px) {
  .numbers-wrap {
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .numbers-wrap {
    grid-row-gap: 10px;
    column-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
  }
}
.numbers-item {
  background-color: #ffffff;
  border: solid 2px #E9E9E9;
  max-width: 280px;
  width: 100%;
  height: auto;
  max-height: 280px;
  aspect-ratio: 1 / 1;
  padding: 16px 10px 10px 10px;
  color: var(--kon);
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:768px) {
  .numbers-item {
    max-width: calc(100%/2 - 5px);
    padding: 6px 6px 0 6px;
  }
}
.numbers-item-ttl {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:768px) {
  .numbers-item-ttl {
    font-size: clamp(0.8rem, 3.7vw, 2.0rem);
  }
}
.numbers-item-ttl span {
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .numbers-item-ttl span {
    font-size: clamp(0.6rem, 2.4vw, 1.2rem);
  }
}
.numbers-item .img-wrap {
  width: calc(100% + 20px);
  margin-top: auto;
}
@media screen and (max-width:768px) {
  .numbers-item .img-wrap {
    width: calc(100% + 16px);
  }
}
.numbers-item > .flex {
  margin-top: -10px;
}
@media screen and (max-width:768px) {
  .numbers-item > .flex {
    margin-top: -5px;
  }
}
.numbers-item > .flex .number {
  font-family: var(--en);
  font-size: 8.2rem;
  letter-spacing: normal;
  line-height: 1;
  color: #2D94C8;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .numbers-item > .flex .number {
    font-size: clamp(1rem, 11.2vw, 8.2rem);
  }
}
.numbers-item > .flex .number.small-number {
  font-size: 4.8rem;
}
@media screen and (max-width:768px) {
  .numbers-item > .flex .number.small-number {
    font-size: clamp(1rem, 6.4vw, 4.8rem);
  }
}
.numbers-item > .flex .unit {
  font-size: 2.9rem;
  font-weight: 700;
  margin-left: 8px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .numbers-item > .flex .unit {
    font-size: clamp(1rem, 4.27vw, 2.9rem);
    margin-left: 2px;
  }
}
.numbers-item > .flex .unit.small-unit {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .numbers-item > .flex .unit.small-unit {
    font-size: clamp(0.6rem, 2.67vw, 1.8rem);
  }
}
.danjo > .flex .number {
  letter-spacing: -0.05em;
  margin: 0 8px;
}
@media screen and (max-width:768px) {
  .danjo > .flex .number {
    letter-spacing: -0.05em;
    margin: 0 3px;
  }
}
.danjo > .flex .number span {
  font-size: 3.2rem;
  color: var(--kon);
  vertical-align: 50%;
}
@media screen and (max-width:768px) {
  .danjo > .flex .number span {
    font-size: clamp(1rem, 5.33vw, 3.2rem);
    vertical-align: 30%;
  }
}
.place > .flex > div {
  text-align: center;
}
.place > .flex > div > .unit:first-of-type {
  letter-spacing: normal;
  margin-left: 0;
}
.place > .flex > div > .unit:last-of-type {
  margin-left: 3px;
}
@media screen and (max-width:768px) {
  .place > .flex > div > .unit:last-of-type {
    margin-left: 1px;
  }
}
/*---------------------------------------------------------------------
	福利厚生
---------------------------------------------------------------------*/
.pick-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width:1139px) {
  .pick-wrap {
    flex-direction: column;
    margin-bottom: 40px;
    grid-row-gap: 30px;
    align-items: center;
  }
}
.pick-item {
  width: calc(100%/3 - 40px);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 36px;
}
@media screen and (max-width:1139px) {
  .pick-item {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width:768px) {
  .pick-item {
    padding: 30px;
  }
}
.pick-item .pick-item-ttl {
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--blue);
  column-gap: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .pick-item .pick-item-ttl {
    font-size: 1.8rem;
    column-gap: 16px;
    margin-bottom: 16px;
  }
}
.pick-item .pick-item-ttl::before {
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 106px;
  width: 100%;
  height: auto;
  background-image: url("../img/recruit/icon_benefit01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .pick-item .pick-item-ttl::before {
    max-width: 84px;
  }
}
.pick-item:nth-of-type(2) .pick-item-ttl::before {
  background-image: url("../img/recruit/icon_benefit02.png");
}
.pick-item:nth-of-type(3) .pick-item-ttl::before {
  background-image: url("../img/recruit/icon_benefit03.png");
}
.pick-item p {
  color: var(--blue);
}
.benefit-list {
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  grid-row-gap: 16px;
}
.benefit-list li {
  width: calc(100% / 5 - 10px);
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 2.0rem;
}
@media screen and (max-width:1010px) {
  .benefit-list li {
    width: calc(100% / 4 - 30px) !important;
	white-space: nowrap;
  }
}
@media screen and (max-width:768px) {
  .benefit-list li {
    width: calc(100% / 2 - 2.67vw) !important;
    column-gap: 2px;
    font-size: clamp(1.0rem, 4.8vw, 2.0rem);
  }
}
.benefit-list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background-image: url("../img/recruit/icon_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .benefit-list li::before {
    width: 27px;
    height: 24px;
  }
}
.benefit-list li:last-of-type {
  width: auto;
}
@media screen and (max-width:1010px) {
  .benefit-list li:last-of-type {
    width: calc(100% / 4 - 30px)
  }
}
.benefit-list li:nth-of-type(5) {
  width: auto;
}
@media screen and (max-width:1010px) {
  .benefit-list li:nth-of-type(5) {
    width: calc(100% / 4 - 30px)
  }
}
.benefit-list {
  column-gap: 28px;
}
@media screen and (max-width:768px) {
  .benefit-list {
    column-gap: 0;
    justify-content: space-between;
  }
}
/*---------------------------------------------------------------------
	よくある質問
---------------------------------------------------------------------*/
.faq .accordion-area {
  grid-row-gap: 36px;
}
@media screen and (max-width:768px) {
  .faq .accordion-area {
    grid-row-gap: 16px;
  }
}
/*　見出し */
.faq .title {
  cursor: pointer;
  width: 100%;
  padding: 10px 30px 10px 20px;
  position: relative;
  border-radius: 10px;
  transition: var(--all);
  z-index: 2;
  background-color: #F0EFF5;
}
@media screen and (max-width:768px) {
  .faq .title {
    padding: 16px;
    column-gap: 16px;
  }
}
.faq .title:hover, .faq .title.close {
  background-color: var(--sky);
}
.faq .title > .flex {
  column-gap: 40px;
}
@media screen and (max-width:768px) {
  .faq .title > .flex {
    column-gap: 16px;
    align-items: flex-start;
  }
}
.faq .qa {
  font-size: 3.6rem;
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .faq .qa {
    font-size: 3.0rem;
    width: 48px;
    height: 48px;
  }
}
.faq .accordion-q {
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .faq .accordion-q {
    font-size: clamp(1rem, 4vw, 2.0rem);
  }
}
.faq .title:hover .accordion-q, .faq .title.close .accordion-q {
  color: #ffffff;
}
.faq .arrow {
  width: 20px;
  transition: var(--all);
}
@media screen and (max-width:768px) {
  .faq .arrow {
    width: 15px;
  }
}
.faq .title.close .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*　中身 */
.faq .box {
  display: none;
  background-color: #F0EFF5;
  padding: 20px 80px 20px 20px;
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .faq .box {
    padding: 16px 30px 16px 16px;
    margin-top: 4px;
  }
}
.faq .box > .flex {
  column-gap: 40px;
}
@media screen and (max-width:768px) {
  .faq .box > .flex {
    column-gap: 16px;
  }
}
.faq .box .qa {
  color: #E23E3E;
}
/*---------------------------------------------------------------------
	募集職種
---------------------------------------------------------------------*/
@media screen and (max-width:1139px) {
  .job-wrap {
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
.lower .job {
  padding: 60px 0;
}
@media screen and (max-width:768px) {
  .lower .job {
    padding: 50px 0;
  }
}
.lower .job-wrap {
  column-gap: 30px;
}
.job-item {
  width: calc(100% / 3 - 10px);
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width:1139px) {
  .job-item {
    width: 100%;
    max-width: 400px;
  }
}
.job-item .job-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .job-item .job-ttl {
    font-size: 2.0rem;
  }
}
.job-item .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
}
@media screen and (max-width:768px) {
  .job-item .img-wrap {
    height: 180px;
  }
}
.job-item .job-txt {
  padding: 20px 30px;
}
@media screen and (max-width:768px) {
  .job-item .job-txt {
    padding: 20px 28px;
  }
}
.job .btn {
  max-width: 220px;
  height: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: auto;
  border: solid 3px var(--orange);
  border-right: none;
}
@media screen and (max-width:768px) {
  .job .btn {
    height: 50px;
  }
}
/*---------------------------------------------------------------------
	フッター
---------------------------------------------------------------------*/
.footer {
  padding: 80px 0 100px;
  background-color: var(--sky);
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .footer {
    padding: 40px 0 90px;
  }
}
.footer-inner {
  margin-bottom: 30px;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .footer-inner {
    align-items: center;
    text-align: center;
    grid-row-gap: 30px;
  }
}
.footer-left .footer-logo {
  width: 195px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .footer-left .footer-logo {
    width: 160px;
    margin-bottom: 20px;
  }
}
.footer-right {
  position: relative;
  width: 74%;
}
@media screen and (max-width:768px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right .footer-nav {
  column-gap: 40px;
  height: 100%;
}
@media screen and (max-width:768px) {
  .footer-right .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:768px) {
  .footer-right .footer-nav > .footer-nav-ul {
    display: none;
  }
}
.footer-right .footer-nav .footer-nav-ul > li > a span {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .footer-right .footer-nav .footer-nav-ul > li > a span {
    margin-bottom: 0;
  }
}
.footer-right .footer-nav .footer-nav-ul > li > ul li a span {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
}
.footer-right .footer-nav .footer-nav-ul > li > ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer-right .footer-banner {
  width: 235px;
}
.footer .opa {
  opacity: 0.6;
}
.footer .privacy {
  text-align: right;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .footer .w-1200 .flex:last-of-type {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
/*---------------------------------------------------------------------
	SP固定
---------------------------------------------------------------------*/
.fixed-bottom {
  display: none;
}
@media screen and (max-width:768px) {
  .fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80vw;
    background-color: var(--orange);
    border-top-left-radius: 12px;
    height: 60px;
    padding: 0 16px;
    z-index: 999;
    display: flex;
  }
  .fixed-bottom span {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.8rem;
    column-gap: 8px;
  }
  .fixed-bottom span::before {
    content: "";
    display: block;
    width: 26px;
    height: 36px;
    background-image: url("../img/recruit/entry_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/*---------------------------------------------------------------------
	募集要項
---------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .pt {
    padding-top: 60px;
  }
}
/* パンくず */
.bg.gray {
  background-color: var(--gray);
}
.breadcrumbs {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 0;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .breadcrumbs {
    padding: 6px;
    padding-left: 30px;
  }
}
.breadcrumbs li {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--kon);
}
@media screen and (max-width:768px) {
  .breadcrumbs li {
    font-size: 1.2rem;
  }
}
.breadcrumbs li a {
  text-decoration: underline;
  color: var(--kon);
  display: block;
  position: relative;
  z-index: 1;
}
.breadcrumbs li:not(:last-of-type):after {
  content: '>';
  position: relative;
  display: block;
  margin: 0 5px;
}
.job-link {
  padding: 70px 0;
  background-color: var(--sky);
}
@media screen and (max-width:768px) {
  .job-link {
    padding: 20px 0;
  }
}
.job-link ul {
  column-gap: 30px;
}
@media screen and (max-width:768px) {
  .job-link ul {
    grid-row-gap: 16px;
    column-gap: 0;
    justify-content: space-between;
  }
}
.job-link ul li {
  font-size: 2.0rem;
}
@media screen and (max-width:768px) {
  .job-link ul li {
    font-size: 1.6rem;
  }
}
.job-link ul li.current {
  color: var(--kon);
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media screen and (max-width:768px) {
  .job-link ul li.current {
    column-gap: 10px;
  }
}
.job-link ul li.current::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../img/recruit/arrow_job_h.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .job-link ul li.current::before {
    width: 28px;
    height: 28px;
  }
}
.job-link ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 16px;
  transition: var(--all);
}
@media screen and (max-width:768px) {
  .job-link ul li a {
    column-gap: 10px;
  }
}
.job-link ul li a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../img/recruit/arrow_job.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s ease-out;
}
@media screen and (max-width:768px) {
  .job-link ul li a::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width:769px) {
  .job-link ul li a:hover {
    color: var(--kon);
  }
  .job-link ul li a:hover::before {
    background-image: url("../img/recruit/arrow_job_h.svg");
  }
}
.job-requirements .lower-ttl {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .job-requirements .lower-ttl {
    margin-bottom: 40px;
  }
}
.job-requirements .lower-ttl span {
  text-indent: -9999px;
  display: inline-block;
}
.job-requirements table tr {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 40px 0;
  display: flex;
}
@media screen and (max-width:768px) {
  .job-requirements table tr {
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 24px 0;
  }
}
.job-requirements table tr:last-of-type {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.job-requirements table tr th {
  width: 27.5%;
  flex-shrink: 0;
  font-weight: 700;
  color: #00256A;
}
@media screen and (max-width:768px) {
  .job-requirements table tr th {
    width: 100%;
  }
}
.job-requirements table tr td {
  width: 72.5%;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .job-requirements table tr td {
    width: 100%;
  }
}
/* 動き */
.fade {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
  will-change: transform, opacity;
  position: relative;
}
.fade.action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fuki-img {
  opacity: 0;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
  -webkit-transition: .5s cubic-bezier(.175, .885, .32, 1.275);
  transition: .5s cubic-bezier(.175, .885, .32, 1.275);
}
.fuki-img.action {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.voice-box {
  opacity: 0;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  -webkit-transition: .5s cubic-bezier(.175, .885, .32, 1.275);
  transition: .5s cubic-bezier(.175, .885, .32, 1.275);
}
@media screen and (max-width:768px) {
  .voice-box {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
.voice-box.action {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
/*---------------------------------------------------------------------

	お問い合わせ

---------------------------------------------------------------------*/
.contact {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F2F2F2;
}
@media screen and (max-width:768px) {
  .contact {
    padding: 30px 0 80px;
  }
}
.contact .w-1000 {
  background-color: #ffffff;
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  .contact .w-1000 {
    width: 90%;
    padding: 50px 20px;
  }
}
.contact .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.contact .lower-ttl {
  color: #373737;
}
.contact .flow {
  margin-bottom: 80px;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .contact .flow {
    margin-bottom: 40px;
  }
}
.contact .flow li {
  width: calc(100% / 3 + 16px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: #F0EFF5;
  color: rgba(55, 55, 55, 0.4);
  position: relative;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .contact .flow li {
    height: 46px;
    font-size: clamp(1.0rem, 3.73vw, 1.8rem);
  }
}
.form-area .contact .flow li:first-of-type {
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
}
@media screen and (max-width:768px) {
  .form-area .contact .flow li:first-of-type {
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  }
}
.form-area .contact .flow li:nth-of-type(2), .form-area .contact .flow li:last-of-type {
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%, 0% 0%);
  margin-left: -8px;
}
@media screen and (max-width:768px) {
  .form-area .contact .flow li:nth-of-type(2), .form-area .contact .flow li:last-of-type {
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
    margin-left: -8px;
  }
}
.form-area.s1 .contact .flow li:first-of-type, .form-area.s2 .contact .flow li:nth-of-type(2), .form-area.s3 .contact .flow li:last-of-type {
  background-color: var(--sky);
  color: #ffffff;
}
.tab_btn:not(:last-of-type) {
  margin-right: 50px;
}
@media screen and (max-width:768px) {
  .tab_btn:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 16px;
    display: inline-block;
  }
}
/* フォーム */
button, input:not([type="radio"]), optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}
input[type=checkbox] {
  appearance: auto;
}
input, textarea, serect {
  background-color: #f2f2f2 !important;
  border: solid 1px var(--gray);
  color: #373737 !important;
}
textarea {
  resize: none;
  width: calc(100% - 40px);
  height: 360px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  textarea {
    width: calc(100% - 20px);
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}
.form .hasInput input[type="text"], .form .hasInput input[type="tel"], .form .hasInput input[type="email"] {
  height: 60px;
  padding: 0 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .form .hasInput input[type="text"], .form .hasInput input[type="tel"], .form .hasInput input[type="email"] {
    height: 46px;
    padding: 0 10px;
    width: calc(100% - 20px);
    font-size: 1.6rem;
  }
}
::placeholder {
  font-size: 1.8rem;
  color: #B3B3B3;
  font-family: var(--noto);
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  ::placeholder {
    font-size: 1.6rem;
  }
}
.form .hasInput {
  margin-bottom: 30px;
}
.form .hasInput:last-of-type {
  margin-bottom: 60px;
}
.form-area.s2 .form .hasInput {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .form-area.s2 .form .hasInput {
    margin-bottom: 30px;
  }
}
.form .hasInput > .flex {
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .form .hasInput > .flex {
    margin-bottom: 10px;
  }
}
.form .hasInput > .flex > div {
  color: #373737;
}
.contact .required, .contact .any {
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: 700;
}
.contact .required {
  color: #BC0000;
}
.contact .any {
  color: #B3B3B3;
}
.form-area.s2 .contact .required, .form-area.s2 .contact .any {
  display: none;
}
/* セレクトボックス */
.form_body .selectbox {
  position: relative;
}
.form_body .selectbox select {
  min-width: 380px;
  height: 60px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  background-color: #f2f2f2;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .form_body .selectbox select {
    max-width: 380px;
    min-width: 100%;
    height: 46px;
    padding: 0 10px;
  }
}
.form_body .selectbox::after {
  content: "▼";
  display: block;
  color: #B3B3B3;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.s2 .form_body .selectbox {
  pointer-events: none;
}
.s2 .form_body .selectbox select {
  pointer-events: none;
  background: none;
  height: auto;
  padding: 0;
}
.s2 .form_body .selectbox::after {
  display: none;
}
/* ラジオ */
.form .hasRadio > .flex:first-of-type {
  margin-bottom: 10px;
}
.form .hasRadio > .flex:nth-of-type(2) {
  column-gap: 50px;
}
@media screen and (max-width:768px) {
  .form .hasRadio > .flex:nth-of-type(2) {
    align-items: flex-start;
    grid-row-gap: 16px;
  }
}
.form .hasRadio input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-height: 20px;
  margin-right: 4px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .form .hasRadio input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
input[type="radio"] {
  accent-color: var(--blue);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin-right: 8px;
}
@media screen and (max-width:768px) {
  input[type="radio"] {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
/* チェックボックス */
.privacy_check {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .privacy_check {
    margin-bottom: 30px;
  }
}
.privacy_check input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .privacy_check input[type=checkbox] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 2px;
  }
}
.privacy_txt {
  margin-bottom: 40px;
}
/* ボタン */
section#form .btns {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 30px;
}
section#form .btns .btnNext {
  pointer-events: none;
  background-color: #B3B3B3;
  border: solid 3px #B3B3B3;
}
section#form .btns .btnNext span::after {
  background-image: url("../img/recruit/btn_arrow_gray.svg");
}
section#form .btns .btnNext.is-active {
  pointer-events: all;
  background-color: var(--orange);
  border: solid 3px var(--orange);
}
section#form .btns .btnNext.is-active span::after {
  background-image: url("../img/recruit/btn_arrow.svg");
}
section#form .btns .btnNext.is-active:hover span::after {
  background-image: url("../img/recruit/btn_arrow_h.svg");
}
.btnArrow {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .btnArrow {
    max-width: 250px;
  }
}
.form-area .step2 .btnArrow.prev span {
  font-weight: 500;
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-left: -30px;
  color: var(--kon);
}
.form-area .step2 .btnArrow.prev span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/common/arrow_h.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.form-area .step1, .form-area .step2, .form-area .step3 {
  display: none !important;
}
.form-area.s2 .step2, .form-area.s1 .step1 {
  display: flex !important;
}
@media screen and (max-width:768px) {
  .form-area.s2 .step2 {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.form-area.s2 section#form form input, .form-area.s2 section#form form textarea {
  background: #ffffff !important;
  pointer-events: none;
  border: none;
  height: auto;
  padding: 0;
}
.form-area.s2 section#form form input::placeholder, .form-area.s2 section#form form textarea::placeholder {
  opacity: 0;
}
.form-area.s2 section#form .inner form > .hasChk > :nth-child(3) {
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .form-area.s2 .step2.btns > :nth-child(1) {
    margin-right: 0;
  }
}
.form-area.s3 .form_body {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.form-area.s3 .step3 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-success {
  color: #373737;
}
.contact-success h3 {
  font-size: 3.0rem;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-success h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
.contact-success p {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .contact-success p {
    margin-bottom: 30px;
  }
}
.form-area.s3 .form-wrapper, .form-area.s3 .contact-ttl__txt {
  display: none;
}
.tab_contents {
  display: none;
  margin-top: 30px;
}
#tab01:checked ~ .tab01, #tab02:checked ~ .tab02, #tab03:checked ~ .tab03 {
  display: block;
}
.s2 #tab01, .s2 #tab02, .s2 #tab03 {
  pointer-events: none;
}
/* 確認画面でテキストとプライバシーポリシー消す */
.form-area.s2 .contact-ttl__txt, .form-area.s2 .privacy_check, .form-area.s2 .privacy_txt {
  display: none;
}