@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "游ゴシック体", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #133061;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding-top: 6.2rem;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
.slash {
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0369c6;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash:before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.slash:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.section-inr {
  max-width: 1220px;
  margin: 0 auto;
  padding: 5rem 0.5rem 4.06rem;
  text-align: center;
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__inner {
  max-width: 1220px;
  margin: 0 auto;
  height: 6.2rem;
  padding: 0;
  padding-left: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 112px;
}
.header__logo img {
  width: 112px;
}

.header__btn,
.support-btn,
.information-btn {
  font-size: 1.0625rem;
  font-weight: 600;
  background: #084cb9;
  background: linear-gradient(132deg, rgba(8, 76, 185, 1) 0%, rgba(9, 114, 210, 1) 39%, rgba(8, 148, 227, 1) 69%, rgba(4, 191, 245, 1) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  width: 257px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.25rem 0;
  box-shadow: 3px 3px 3px rgb(0, 0, 0, 0.16);
  position: relative;
}
.header__btn::after,
.support-btn::after,
.information-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 16px;
  background-color: #fff;
  mask: url("../img/angle-right-solid-full.svg") no-repeat center / contain;
  -webkit-mask: url("../img/angle-right-solid-full.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  padding: 2.3rem 0 4.56rem;
  background: #fffefe;
  background: linear-gradient(240deg, rgba(255, 254, 254, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(237, 242, 249, 1) 69%, rgba(219, 240, 251, 1) 100%);
max-width: none;
    aspect-ratio: auto;
}
.fv-inr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.7rem;
  padding-left: 1.2rem;
}

.fv-title {
  text-align: left;
  font-weight: 600;
  padding-left: 0.5rem;
}
.fv-space {
  margin-left: -1.2rem;
}
.fv-main {
  font-size: 3.3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, rgba(8, 76, 185, 1) 0%, rgba(9, 114, 210, 1) 26%, rgba(8, 148, 227, 1) 55%, rgba(4, 191, 245, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.fv-sub {
  font-size: 1.0625rem;
  margin-top: 1rem;
  line-height: 1.5;
  padding-left: 0.5rem;
}

.fv-links {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.fv-link {
  display: block;
  flex: 1 1 0;
  max-width: 25%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 529px;
  background: #0b6dcb;
  color: #fff;
  text-align: center;
  position: relative;
}
.fv-link-text {
  width: 217px;
  margin: 0 auto;
  height: auto;
  display: block;
  margin-top: 3.125rem;
}
.fv-link-text img {
  width: 217px;
}
.fv-link-text-first {
  margin-top: 5.625rem;
}
.fv-link-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.fv-link-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
/* ===== transition ===== */
.fv-link {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.fv-link-text {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
.fv-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.fv-link:hover .fv-link-text {
  transform: translateY(-6px);
  opacity: 0.9;
}
.fv-link:focus-visible {
  outline: none;
  transform: translateY(-8px);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.4),
    0 20px 40px rgba(0, 0, 0, 0.18);
}

/* ===== arrow ===== */
.fv-link-arrow {
  position: absolute;
  left: 50%;
  top: 15rem;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  z-index: 2;
  opacity: 0.85;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
.fv-link-arrow-first {
  top: 13.3rem;
}
.arrow-svg {
  width: 14px;
  height: 25px;
  display: block;
}

.fv-link:hover .fv-link-arrow {
  transform: translateX(-50%) translateY(-4px);
  opacity: 1;
}
.fv-link:focus-visible .fv-link-arrow {
  transform: translateX(-50%) translateY(-4px);
  opacity: 1;
}
.fv-main span,
.fv-sub span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv-main span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s forwards;

  /* ★ ここが重要 */
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*----------------------------------------
仕事内容
----------------------------------------*/

.job-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.job-box {
  text-align: left;
  padding-left: 6.3rem;
  margin-top: 3.2rem;
}
.job-sb {
  position: relative;
  padding-left: 90px;
  font-size: 1.125rem;
  font-weight: 600;
}

.job-sb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: #133061;
  transform: translateY(-50%);
}

.job-heading {
  font-size: 6.12rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: linear-gradient(94deg, rgba(0, 91, 187, 1) 0%, rgba(3, 109, 206, 1) 50%, rgba(4, 114, 216, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bebas Neue", sans-serif;
}

.job-maintxt {
  font-size: 1.25rem;
  margin-top: 2.2rem;
  font-weight: 600;
}

.job-txt-first {
  margin-top: 2.12rem;
}
.job-txt {
  margin-top: 1.68rem;
}
.job-img {
  flex-shrink: 0;
}

.job-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.job-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  margin-top: 4.56rem;
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.job-detail-list {
  width: 100%;
  background: #e9f3fc;
  border-radius: 12px;
  padding: 3rem 1.43rem 1.87rem;
  text-align: left;
  position: relative;
}

.job-detail-list {
  position: relative;
}

.job-detail-title {
  font-size: 1.062rem;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #0b6dcb;
  color: #fff;
  padding: 0.2rem 2rem;
  white-space: nowrap;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.job-detail-small {
  font-size: 0.87rem;
  margin-top: 1.37rem;
}
.job-detail-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.job-detail-txt-list li {
  width: 50%;
}
.job-day {
  margin-top: 3.7rem;
}
.job-day-title {
  font-size: 1.875rem;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 0.75rem;
  position: relative;
}
.job-day-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: linear-gradient(15deg, rgba(1, 110, 212, 1) 0%, rgba(6, 124, 222, 1) 40%, rgba(11, 145, 238, 1) 71%, rgba(63, 186, 255, 1) 98%);
}
.job-day-box {
  margin: 1.3rem auto 0;
  border: 4px solid #eeeeee;
  border-radius: 12px;
  max-width: 840px;
  width: 100%;
  padding: 1.875rem 0 1rem;
}

.job-day-case {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  background: #133061;
  border-radius: 50px;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.job-day-img {
  max-width: 540px;
  width: 100%;
  margin: 2rem auto 0;
}
.job-day-img img {
  max-width: 540px;
  width: 100%;
}
/*----------------------------------------
給料
----------------------------------------*/
.income {
  background: #e1effc;
}
.income-heading {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.income-sub {
  font-family: "Bebas Neue", sans-serif;
  color: #0369c6;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.income-box {
  background: #fff;
  max-width: 852px;
  width: 100%;
  margin: 2.5rem auto 0;
  border-radius: 12px;
  padding: 2.68rem 5.25rem;
}
.income-number {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, rgba(8, 76, 185, 1) 0%, rgba(9, 114, 210, 1) 26%, rgba(8, 148, 227, 1) 55%, rgba(4, 191, 245, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.income-number span {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0.5rem;
}
.b {
  font-weight: 600;
}
.income-ref {
  background: #f5f5f5;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  text-align: left;
  padding: 1.43rem 2.12em;
}
.income-exam-title {
  font-size: 1.875rem;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 0.75rem;
  position: relative;
  margin-top: 5rem;
}
.income-exam-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: linear-gradient(15deg, rgba(1, 110, 212, 1) 0%, rgba(6, 124, 222, 1) 40%, rgba(11, 145, 238, 1) 71%, rgba(63, 186, 255, 1) 98%);
}
.income-wrapper {
  max-width: 926px;
  width: 100%;
  margin: 3.12rem auto 0;
}
.income-exam {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.income-exam-list {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 1.375rem 0 2.81rem;
}
.income-exam-year {
  color: #fff;
  background: #0b6dcb;
  font-size: 0.875rem;
  width: 40%;
  margin: 1.375rem auto 0.5rem;
  border-radius: 50px;
}
.income-exam-number {
  color: #0b6dcb;
  font-size: 1.25rem;
  font-weight: 600;
}
.income-exam-number span {
  font-size: 1.5em;
}
.income-exam-detail {
  font-size: 0.93rem;
}
.income-exam-caution {
  text-align: left;
  font-size: 0.8125rem;
  margin-top: 1rem;
}
.income-information {
  margin-top: 3.5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 1.87rem 0;
  gap: 2.18rem;
}
.income-information-list {
  width: 40%;
  text-align: left;
}
.income-information-title {
  color: #0b6dcb;
  font-weight: 600;
  font-size: 1.375rem;
  border-left: 5px solid #0b6dcb;
  padding: 0;
  padding-left: 1rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.income-information-txt-list {
  display: flex;
  flex-wrap: wrap;
}
.income-information-txt-list li {
  width: 50%;
}
/*----------------------------------------
引っ越しサポート
----------------------------------------*/
.support {
  background: url("../img/support-bg.webp") no-repeat top;
}
.support-heading {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.support-sub {
  font-family: "Bebas Neue", sans-serif;
  color: #0369c6;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.support-main-txt {
  margin-top: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.support-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 3rem;
}
.support-box {
  text-align: left;
  margin-top: 4rem;
}
.support-box-sb {
  font-weight: 600;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.8rem;
  display: inline-block;
}
.support-txt {
  margin-top: 1.68rem;
}
.support-box-sb span {
  position: relative;
  z-index: 10;
}
.support-deco01 {
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 1;
}
.support-deco02 {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  z-index: 1;
}
.support-btn {
  font-size: 0.937rem;
  width: 200px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.25rem 0;
  box-shadow: 3px 3px 3px rgb(0, 0, 0, 0.16);
  position: relative;
  display: block;
  margin-top: 2.75rem;
}
.support-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 16px;
}

/*----------------------------------------
キャリアアップ
----------------------------------------*/
.career {
  background: #f5f5f5;
}
.career-heading {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.career-sub {
  font-family: "Bebas Neue", sans-serif;
  color: #0369c6;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.career-main-txt {
  margin-top: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.career-exam {
  margin-top: 2.625rem;
}
.career-img {
  background: #fff;
  padding: 1.5rem 4.062rem;
  margin-top: 3.75rem;
}
.career-img img {
  max-width: 1064px;
  width: 100%;
}
/*----------------------------------------
インタビュ
----------------------------------------*/
.voice-sub {
  font-size: 1.25rem;
  color: #0369c6;
  font-weight: 600;
}
.voice-heading {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
}
.voice-en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.voice-inr {
  position: relative;
}
.voice-item {
  margin-top: 7.81rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  row-gap: 5rem;
}
.voice-list {
  background: #e9f3fc;
  border-radius: 12px;
  padding: 8.5rem 2.18rem 5rem;
  position: relative;
}
.voice-icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice-txt {
  text-align: left;
}
/*----------------------------------------
募集要項
----------------------------------------*/
.information {
  background: #086dcb;
}
.information-box {
  background: #fff;
  padding: 4.8rem 20px 4.375rem;
}
.information-heading {
  font-weight: 600;
  font-size: 2.81rem;
  background: linear-gradient(94deg, rgba(0, 91, 187, 1) 0%, rgba(3, 109, 206, 1) 50%, rgba(4, 114, 216, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.information-table {
  max-width: 1000px;
  width: 100%;
  text-align: left;
}
.information-table {
  border-collapse: collapse;
  margin: 3rem auto 0;
}

.information-table tr {
  border-bottom: 1px dashed #d9e3ef;
}

.information-table th {
  width: 24%;
  text-align: left;
  vertical-align: top;
  padding: 1.75rem 1rem 1.75rem 0;
  color: #086dcb;
  font-weight: 600;
  white-space: nowrap;
}

.information-table td {
  width: 76%;
  padding: 1.75rem 0;
  color: #2c3e50;
  font-size: 0.95rem;
}

.information-table ul {
  margin-top: 0.75rem;
  padding-left: 1.2rem;
}

.information-table li {
  margin-bottom: 0.35rem;
  list-style: disc;
  line-height: 1.4;
}

.tag {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.7rem;
  background: #084cb9;
  background: linear-gradient(132deg, rgba(8, 76, 185, 1) 0%, rgba(9, 114, 210, 1) 39%, rgba(8, 148, 227, 1) 69%, rgba(4, 191, 245, 1) 100%);
  color: #fff;
  border-radius: 0.25rem;
}
.space {
  margin-top: 1.5rem;
}
.information-btnarea {
  margin-top: 4.56rem;
}
.information-btn-txt {
  font-size: 1.1rem;
  font-weight: 600;
}
.information-btn {
  display: block;
  max-width: 690px;
  width: 100%;
  margin: 0.5rem auto 0;
  font-size: 1.5rem;
  box-shadow: 6px 7px 15px rgb(0, 0, 0, 0.16);
}
a:hover {
  opacity: 0.95;
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  background: #e9f3fc;
}

.faq-heading {
  text-align: center;
  font-weight: 600;
  font-size: 2.81rem;
  margin-bottom: 3.5rem;
  background: linear-gradient(94deg, rgba(0, 91, 187, 1) 0%, rgba(3, 109, 206, 1) 50%, rgba(4, 114, 216, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-list {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-q {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #0369c6;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-q-text {
  font-weight: 600;
  color: #1c3f6e;
  flex: 1;
}

.faq-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #0369c6;
  border-bottom: 2px solid #0369c6;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  transform: translateY(-0.5rem);
  overflow: hidden;
  padding: 0 2rem;
  display: flex;
  gap: 1rem;
  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease,
    transform 0.4s ease;
}
.faq-answer p {
  text-align: left;
}
.faq-a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1.5px solid #086dcb;
  color: #086dcb;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-answer p {
  color: #2c3e50;
  line-height: 1.8;
  padding-bottom: 1.75rem;
}

.faq-item.is-open .faq-answer {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
}

.faq-item.is-open .faq-icon {
  transform: rotate(-135deg);
}
/*----------------------------------------
会社概要
----------------------------------------*/
.company {
  background: url("../img/company-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.company-inr {
  padding-bottom: 9rem;
}
.company-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 4.87rem 3.6rem;
}
.company-heading {
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: linear-gradient(94deg, rgba(0, 91, 187, 1) 0%, rgba(3, 109, 206, 1) 50%, rgba(4, 114, 216, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bebas Neue", sans-serif;
}
.company-sub {
  font-size: 1.125rem;
  font-weight: 600;
}
.company-box {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
  gap: 1rem;
}
.company-txt {
  text-align: left;
  font-size: 1.05rem;
  line-height: 2;
}
.space2 {
  margin-top: 1rem;
}
.blue {
  color: #0369c6;
  font-weight: 600;
}
.last-btn {
  text-align: center;
  padding: 7.375rem 0 12rem;
}
.company-en {
  position: absolute;
  bottom: -150px;
}
.company-en img {
  width: 100%;
}
.staff-slider {
  position: relative;
  z-index: 20;
  margin-top: -6rem;
}

.slider-list img {
  display: block;
  width: 93%;
  margin: 0 auto;
  display: block;
}
.slider-list:nth-child(odd) {
  margin-top: 0;
}

.slider-list:nth-child(even) {
  margin-top: 20px;
}

/*----------------------------------------
フッター
----------------------------------------*/
.footer {
  padding: 2rem;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer-logo1 {
  display: block;
  width: 106px;
}
.footer-logo2 {
  display: block;
  width: 212px;
}
.footer-logo1 img {
  width: 106px;
}
.footer-logo2 img {
  width: 212px;
}
.copyright {
  background: #133061;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  padding: 1rem;
}
@media screen and (max-width: 1220px) {
  .header__inner {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .fv-link-text {
    width: 21vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fv-link-text img {
    width: 21vw;
  }
  .fv-link {
    height: 51vw;
  }
  .job-img,
  .support-img img {
    width: 52vw;
  }
  .job-box {
    padding-left: 0;
  }
  .company-box {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
    padding-top: 15.3vw;
  }

  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }

  .slash {
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 600;
  }

  .slash:before,
  .slash:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #0369c6;
    width: 2px;
    height: 1em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }

  .slash:before {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .slash:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .slash02:before {
    display: none;
  }

  .slash02:after {
    display: none;
  }

  .section-inr {
    width: 100%;
    padding: 10.5vw 3.84vw;
  }

  /*----------------------------------------
header
----------------------------------------*/

  .header__inner {
    height: 15.3vw;
    padding: 3.33vw 3.84vw;
  }

  .header__logo {
    width: 17.6vw;
  }
  .header__logo img {
    width: 17.6vw;
  }
  .header__btn,
  .support-btn,
  .information-btn {
    font-size: 2.66vw;
    width: 36.9vw;
    padding: 3.84vw 0;
  }
  .header__btn::after,
  .support-btn::after,
  .information-btn::after {
    right: 0;
    width: 20px;
    height: 10px;
  }

  /*----------------------------------------
FV
----------------------------------------*/
  .fv {
    padding: 5.89vw 0;
    background: linear-gradient(-20deg, rgba(255, 254, 254, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(237, 242, 249, 1) 69%, rgba(219, 240, 251, 1) 100%);
	  height:auto;
  }
  .fv-inr {
    max-width: 1200px;
    width: 100%;
    padding: 3.33vw 3.84vw;
  }

  .fv-title {
    padding-left: 0;
  }
  .fv-space {
    margin-left: -1.8vw;
  }
  .fv-main {
    font-size: 6.93vw;
  }

  .fv-sub {
    font-size: 2.93vw;
    margin-top: 3.58vw;
    padding-left: 0;
  }

  .fv-links {
    margin-top: 5.89vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.58vw;
  }

  .fv-link {
    max-width: 100%;
    border-radius: 15px;
    height: 58.4vw;
  }
  .fv-link-text img {
    width: 30.7vw;
    position: relative;
    z-index: 1111;
  }
  .fv-link-text {
    width: 30.7vw;
    margin-top: 4.35vw;
  }
  .fv-link-text-first {
    margin-top: 8.46vw;
  }
  .fv-link-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .fv-link-img img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  /* ===== arrow ===== */
  .fv-link-arrow {
    position: absolute;
    left: 50%;
    top: 26vw;
    transform: translateX(-50%);
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    z-index: 2;
    opacity: 0.85;
    transition:
      transform 0.4s ease,
      opacity 0.4s ease;
  }
  .fv-link-arrow-first {
    top: 23vw;
  }

  .arrow-svg {
    width: 7px;
    height: 22px;
    display: block;
  }

  .fv-link,
  .fv-link-text,
  .fv-link-arrow {
    transition: none;
  }

  .fv-link:hover,
  .fv-link:focus-visible {
    transform: none;
    box-shadow: none;
  }

  .fv-link:hover .fv-link-text,
  .fv-link:focus-visible .fv-link-text {
    transform: none;
    opacity: 1;
  }

  .fv-link:hover .fv-link-arrow,
  .fv-link:focus-visible .fv-link-arrow {
    transform: translateX(-50%);
    opacity: 0.85;
  }

  /*----------------------------------------
仕事内容
----------------------------------------*/

  .job-wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }
  .job-box {
    padding-left: 0;
    margin-top: 6.41vw;
  }
  .job-sb {
    padding-left: 15.3vw;
    font-size: 3.59vw;
  }

  .job-sb::before {
    width: 14vw;
  }

  .job-heading {
    font-size: 18.6vw;
  }

  .job-maintxt {
    font-size: 3.86vw;
    margin-top: 7.17vw;
  }

  .job-txt-first {
    margin-top: 8.2vw;
  }
  .job-txt {
    margin-top: 6.66vw;
  }
  .job-img {
    width: 100%;
  }

  .job-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .job-detail {
    display: flex;
    flex-direction: column;
    gap: 8.2vw;
    margin-top: 16.1vw;
  }
  .job-detail-list {
    width: 85%;
    background: #e9f3fc;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 9vw 5vw 6vw;
    text-align: left;
    position: relative;
  }

  .job-detail-list {
    position: relative;
  }

  .job-detail-title {
    font-size: 4vw;
    top: -3.58vw;
    padding: 0.8vw 8vw;
  }
  .job-detail-small {
    font-size: 0.87rem;
    margin-top: 4vw;
  }
  .job-detail-txt-list {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .job-detail-txt-list li {
    width: 100%;
  }
  .job-day {
    margin-top: 7.69vw;
  }
  .job-day-title {
    font-size: 4.93vw;
  }

  .job-day-box {
    margin: 6.66vw auto 0;
    border: 0.6vw solid #eeeeee;
    padding: 1.875rem 0 1rem;
  }

  .job-day-case {
    font-size: 3.46vw;
    width: 80%;
  }
  .job-day-img {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 5.12vw 3vw;
  }
  .job-day-img img {
    width: 100%;
  }
  /*----------------------------------------
給料
----------------------------------------*/

  .income-heading {
    font-size: 7.6vw;
  }
  .income-sub {
    font-size: 2.66vw;
  }
  .income-box {
    margin: 7.17vw auto 0;
    padding: 5.12vw;
  }
  .income-number {
    font-size: 4.74vw;
    margin-bottom: 1vw;
  }
  .income-number span {
    font-size: 13.5vw;
    margin: 0 0.5rem;
  }

  .income-ref {
    margin-top: 4vw;
    padding: 3.33vw;
    font-size: 2.93vw;
  }
  .income-exam-title {
    font-size: 4.93vw;
    margin-top: 8.71vw;
  }
  .income-wrapper {
    margin: 6.66vw auto 0;
  }
  .income-exam {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 4vw;
  }
  .income-exam-list {
    width: 46%;
    background: #fff;
    border-radius: 5px;
    padding: 2.82vw 0 5.12vw;
  }
  .income-exam-list img {
    width: 17.9vw;
  }
  .income-exam-year {
    font-size: 2.93vw;
    width: 60%;
    margin: 2.56vw auto 3.33vw;
  }
  .income-exam-number {
    font-size: 3.59vw;
  }
  .income-exam-number span {
    font-size: 1.5em;
  }
  .income-exam-detail {
    font-size: 3.33vw;
  }
  .income-exam-caution {
    text-align: left;
    font-size: 2.93vw;
    margin-top: 3vw;
  }
  .income-information {
    margin-top: 5.38vw;
    padding: 6.15vw;
    flex-direction: column;
    gap: 4vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .income-information-list {
    width: 100%;
    text-align: left;
  }
  .income-information-title {
    font-size: 4vw;
    padding-left: 1.79vw;
    margin-bottom: 3.33vw;
  }
  .income-information-txt-list li {
    width: 50%;
  }
  /*----------------------------------------
引っ越しサポート
----------------------------------------*/
  .support {
    background: url("../img/support-bg-sp.webp") no-repeat top;
    background-size: cover;
  }
  .support-heading {
    font-size: 7.6vw;
  }
  .support-sub {
    font-size: 2.66vw;
  }
  .support-img img {
    width: 100%;
  }
  .support-main-txt {
    margin-top: 8.46vw;
    font-size: 3.86vw;
  }
  .support-wrapper {
    flex-direction: column;
    gap: 0;
    margin-top: 4vw;
  }
  .support-box {
    text-align: left;
    margin-top: 7.43vw;
  }
  .support-box-sb {
    font-size: 3.86vw;
    padding-left: 4.35vw;
  }
  .support-txt {
    margin-top: 7.43vw;
  }
  .support-deco01 {
    width: 8.46vw;
    top: -2vw;
  }
  .support-deco02 {
    width: 8.46vw;
    right: -2vw;
    bottom: -2vw;
  }
  .support-btn {
    font-size: 3.2vw;
    width: 46.1vw;
    padding: 4vw 0;
    margin-top: 3vw;
  }
  .support-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
    height: 16px;
  }

  /*----------------------------------------
キャリアアップ
----------------------------------------*/

  .career-heading {
    font-size: 7.6vw;
  }
  .career-sub {
    font-size: 2.66vw;
  }
  .career-main-txt {
    margin-top: 8.46vw;
    font-size: 3.86vw;
  }
  .career-exam {
    margin-top: 2vw;
  }
  .career-img {
    padding: 4vw 3vw;
    margin-top: 5vw;
  }

  /*----------------------------------------
インタビュ
----------------------------------------*/
  .voice-sub {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  .voice-heading {
    font-size: 7.6vw;
  }
  .voice-en {
    width: 100%;
  }

  .voice-inr {
    position: relative;
  }
  .voice-item {
    margin-top: 13.8vw;
    display: flex;
    flex-direction: column;
    gap: 0;
    row-gap: 13vw;
  }
  .voice-list {
    padding: 22vw 4.6vw 5.64vw;
  }
  .voice-icon {
    width: 23.07vw;
    top: -8vw;
  }
  .voice-icon img {
    width: 23.07vw;
  }
  .voice-txt {
    text-align: left;
  }
  /*----------------------------------------
募集要項
----------------------------------------*/
  .information-box {
    padding: 11.5vw 0;
  }
  .information-table {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .information-heading {
    font-size: 7.6vw;
  }
  .information-table {
    margin: 12vw auto 0;
  }
  .information-table tr {
    display: flex;
    flex-direction: column;
  }
  .information-table th {
    width: 100%;
    padding: 7.6vw 0 0;
  }

  .information-table td {
    width: 100%;
    padding: 5.38vw 0;
  }
  .information-table li {
    margin-bottom: 0.35rem;
  }

  .information-btnarea {
    margin-top: 13.8vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .information-btn-txt {
    font-size: 3.5vw;
  }
  .information-btn {
    display: block;
    max-width: 690px;
    width: 100%;
    margin: 0.5rem auto 0;
    font-size: 4.6vw;
    box-shadow: 6px 7px 15px rgb(0, 0, 0, 0.16);
  }

  /*----------------------------------------
よくある質問
----------------------------------------*/
  .faq-heading {
    font-size: 7.6vw;
    margin-bottom: 5vw;
  }

  .faq-item {
    margin-bottom: 3vw;
  }

  .faq-question {
    padding: 3.84vw 3.33vw;
  }
  .faq-answer {
    padding: 0 3.33vw;
  }

  .faq-answer p {
    color: #2c3e50;
    line-height: 1.8;
    padding-bottom: 1.75rem;
  }

  .faq-item.is-open .faq-answer {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
  }

  .faq-item.is-open .faq-icon {
    transform: rotate(-135deg);
  }
  /*----------------------------------------
会社概要
----------------------------------------*/
  .company-inr {
    padding-bottom: 21.7vw;
  }
  .company-wrapper {
    padding: 8.46vw 5.12vw;
  }
  .company-heading {
    font-size: 14vw;
  }
  .company-sub {
    font-size: 2.93vw;
  }
  .company-box {
    margin-top: 7.17vw;
    flex-direction: column-reverse;
  }
  .company-txt {
    font-size: 3.59vw;
    text-align: center;
  }
  .company-img img {
    width: 64%;
  }
  .space2 {
    margin-top: 1rem;
  }
  .last-btn {
    text-align: center;
    padding: 8vw 0;
  }
  .company-en {
    position: absolute;
    bottom: -30vw;
  }
  .company-en img {
    width: 90%;
  }
  .staff-slider {
    position: relative;
    z-index: 20;
    margin-top: -9.74vw;
  }

  /*----------------------------------------
フッター
----------------------------------------*/
  .footer {
    padding: 4vw;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }
  .footer-logo1 {
    width: 17.4vw;
  }
  .footer-logo1 img {
    width: 17.4vw;
  }
  .footer-logo2 {
    width: 32.3vw;
  }
  .footer-logo2 img {
    width: 32.3vw;
  }
}
