:root {
  --fontEn: "Montserrat", sans-serif;
  --primary-color-or: #fa4e16;
  --main-color-bk: #111111;
  --color-red: #c90d0d;
  --bg-gradient01: linear-gradient(-45deg, #001a4b 40%, #0042ac);
  --bg-gradient02: linear-gradient(#0c081f, #003a5f);
  --bg-gradient03: linear-gradient(-45deg, #fca830 2%, #e35700);
  --bg-gradient04: linear-gradient(-45deg, #003a5f 5%, #0c081f);
  --bg-gradient05: linear-gradient(-40deg, #0c081f 10%, #003a5f);
  --bg-gray: #f5f5f7;
  --border-gray01: #cecece;
  --border-gray02: #606060;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

/* -----------------------------------------------------------
- Layout
----------------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

.l-contents {
  margin-top: 40px;
}

.l-contents + .l-contents {
  margin-top: 80px;
}

.l-spacer-primary {
  margin-top: 80px;
}

.l-spacer-secondary {
  margin-top: 100px;
}

.l-breadcrumbs {
  margin: 10px 20px 60px;
}

.l-heroHeading {
  padding-block: 145px 80px;
  background-color: var(--bg-gray);
}

@media screen and (max-width: 1260px) {
  .l-heroHeading {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-inline: 20px;
  }

  .l-contents + .l-contents {
    margin-top: 40px;
  }

  .l-spacer-primary {
    margin-top: 40px;
  }

  .l-spacer-secondary {
    margin-top: 40px;
  }

  .l-breadcrumbs {
    margin: 10px 20px 40px;
  }

  .l-heroHeading {
    padding-block: 104px 40px;
  }
}

/* -----------------------------------------------------------
- Compornent
----------------------------------------------------------- */
.c-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-button-search {
  width: 100%;
  max-width: 295px;
  padding: 25px;
  background: url(/images/re/common/icon_search_w.svg) no-repeat right 32px center / 11px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.c-button-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 68px;
  margin: auto;
  padding: 0 25px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.c-button-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/re/common/icon_arrow_w.svg) no-repeat center / cover;
}

.c-button-back {
  width: 100%;
  max-width: 320px;
  padding: 25px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.c-button-wrap-primary {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.c-button-wrap-secondary {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.c-link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.c-link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/re/common/icon_arrow_b.svg) no-repeat center / cover;
}

.c-heroHeading__heading {
  text-align: center;
  font-size: 44px;
  font-weight: 300;
}

.c-heading-en {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.c-heading-en span {
  display: inline-block;
}

.c-heading-en span.-en {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 28px;
  font-family: var(--fontEn);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.c-heading-en span.-en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: var(--main-color-bk);
}

.c-heading-en span.-wh::before {
  background-color: #fff;
}

.c-heading-primary {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.625;
}

.c-heading-secondary {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}

.c-heading__read {
  font-size: 16px;
  line-height: 2;
}

.c-attention {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.c-card-col4 {
  display: flex;
  gap: 20px;
}

.c-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  text-align: center;
}

.c-card__read {
  padding-block: 14px 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.c-card__image {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}

.c-card__icon {
  margin-top: -30px;
}

.c-icon__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-inline: auto;
  padding-left: 0.1em;
  border-radius: 60px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-family: var(--fontEn);
  font-size: 20px;
  letter-spacing: 0.1em;
}

.c-icon__point span {
  display: block;
  margin-left: -0.025em;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.075em;
}

.c-breadcrumbs__list {
  display: flex;
  width: max-content;
}

.c-breadcrumbs__item + .c-breadcrumbs__item {
  position: relative;
  margin-left: 26px;
}

.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -18px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid var(--main-color-bk);
  border-right: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
}

.c-breadcrumbs__link {
  font-size: 14px;
  line-height: 1;
}

.c-tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 100px auto 0;
  padding-inline: 40px;
}

.c-tab__trigger {
  display: none;
}

.c-tab__label {
  display: block;
  width: 50%;
  padding: 0 20px 30px;
  border-bottom: 1px solid var(--border-gray01);
  color: #959595;
  text-align: center;
  font-weight: 500;
}

.c-tab__trigger:checked + .c-tab__label {
  color: var(--main-color-bk);
  border-bottom-color: var(--primary-color-or);
}

.c-tab__contents {
  display: none;
  width: 100%;
  margin-block: 60px 40px;
}

#tabTrigger01:checked ~ #tabBox01,
#tabTrigger02:checked ~ #tabBox02 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-button-search {
    padding: 20.5px;
  }

  .c-button-arrow {
    font-size: 18px;
  }

  .c-button-wrap-primary {
    margin-top: 20px;
  }

  .c-button-wrap-secondary {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
  }

  .c-heroHeading__heading {
    font-size: 30px;
  }

  .c-heading-en {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
    font-weight: 500;
  }

  .c-heading-en span.-en {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .c-heading-primary {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.75;
  }

  .c-heading-primary span {
    display: inline-block;
  }

  .c-heading-secondary {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .c-attention {
    font-size: 10px;
  }

  .c-card-col4 {
    flex-direction: column;
  }

  .c-card__read {
    padding-block: 22px;
    font-size: 18px;
  }

  .c-card__image {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .c-card__icon {
    margin-top: -25px;
  }

  .c-icon__point {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }

  .c-icon__point span {
    font-size: 10px;
  }

  .c-breadcrumbs__list {
    overflow-x: scroll;
  }

  .c-breadcrumbs__link {
    font-size: 12px;
  }

  .c-tab {
    margin: 60px auto 0;
    padding-inline: 0;
  }

  .c-tab__label {
    padding: 0 10px 23px;
  }

  .c-tab__contents {
    margin-block: 50px 40px;
    padding-inline: 20px;
  }
}

/* -----------------------------------------------------------
- Project
----------------------------------------------------------- */
/* header
----------------------------------------------------------- */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.p-header__logo {
  margin-inline: 20px;
  padding-block: 15px;
}

.p-header__logo img {
  width: auto;
  height: 40px;
}

.p-hamburger {
  display: none;
}

.p-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.p-globalNav {
  order: 1;
  display: flex;
  align-self: center;
  align-items: center;
  gap: 35px;
  height: 100%;
  margin-right: 30px;
}

.p-globalNav__item {
  position: relative;
  padding-block: 10px;
}

.p-globalNav__item:first-of-type {
  display: none;
}

.p-globalNav__link {
  font-size: 14px;
  font-weight: 500;
}

.p-globalNavChild {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: max-content;
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  transform: translateX(-50%);
}

.is-open.p-globalNavChild {
  display: block;
}

.p-globalNavChild__item + .p-globalNavChild__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border-gray01);
}

.p-globalNavChild__link {
  font-size: 14px;
}

.p-globalNav__entry {
  order: 2;
}

.p-globalNav__entryButton {
  display: flex;
  align-items: center;
  height: 70px;
  padding-inline: 32px 20px;
  background: var(--bg-gradient04);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-globalNav__entryButton::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  background: url(/images/re/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-header__button {
  order: 0;
  align-self: center;
  margin-right: auto;
  padding: 9px 20px 11px;
  border: 1px solid var(--main-color-bk);
  border-radius: 5px;
  font-size: 14px;
}

.p-header__button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(/images/re/common/icon_blank_b.svg) no-repeat center / cover;
}

.p-fixedButton-wrap {
  display: none;
}

@media screen and (max-width: 1260px) {
  .p-header__logo {
    padding-block: 12.5px;
  }

  .p-header__logo img {
    width: auto;
    height: 35px;
  }

  .p-globalNav {
    gap: 16px;
    margin-right: 20px;
  }

  .p-globalNav__link {
    font-size: 12px;
  }

  .p-globalNavChild {
    padding: 15px;
  }

  .p-globalNavChild__link {
    font-size: 12px;
  }

  .p-globalNav__entryButton {
    height: 60px;
    padding-inline: 20px 14px;
    font-size: 12px;
  }

  .p-header__button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .p-header__button::after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 1024px) {
  body.is-active {
    overflow: hidden;
  }

  .p-header {
    box-shadow: none;
  }

  .p-header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
    z-index: 10000;
  }

  .p-header__logo {
    margin-inline: 10px;
    padding-block: 7px;
  }

  .p-header__logo img {
    height: 40px;
  }

  .p-hamburger {
    align-self: center;
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }

  .p-hamburger__line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--main-color-bk);
  }

  .p-hamburger__line::before,
  .p-hamburger__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--main-color-bk);
  }

  .p-hamburger__line::before {
    top: -7px;
  }

  .p-hamburger__line::after {
    top: 7px;
  }

  .is-active .p-hamburger__line {
    background: transparent;
  }

  .is-active .p-hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .is-active .p-hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .p-header__nav {
    position: fixed;
    /* top: 0; */
    right: -100%;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    height: 100dvh;
    padding: 104px 20px 40px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow: scroll;
  }

  .is-active .p-header__nav {
    right: 0;
  }

  .p-globalNav {
    order: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .p-globalNav__item {
    padding: 25px 0;
    border-bottom: 1px solid var(--border-gray01);
  }

  .p-globalNav__item:first-of-type {
    display: block;
  }

  .p-globalNav__item:last-of-type {
    border-bottom: none;
  }

  .p-globalNav__link {
    display: block;
    font-size: 16px;
  }

  .p-globalNavChild {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    box-shadow: none;
    transform: translateX(0);
  }

  /* .is-open.p-globalNavChild {
    display: none;
  } */

  .p-globalNavChild__item {
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
  }

  .p-globalNavChild__item + .p-globalNavChild__item {
    margin-top: 20px;
    padding-top: 0;
    border: none;
  }

  .p-globalNavChild__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    height: 1px;
    margin: auto;
    background-color: var(--main-color-bk);
  }

  .p-globalNavChild__link {
    font-size: 16px;
  }

  .p-globalNav__entry {
    order: 1;
    margin-block: 70px 40px;
  }

  .p-globalNav__entryButton {
    justify-content: center;
    font-size: 18px;
  }

  .p-globalNav__entryButton::after {
    position: absolute;
    right: 30px;
  }

  .p-header__button {
    order: 2;
    width: 100%;
    padding: 18px;
    text-align: center;
    font-size: 14px;
  }

  .p-header__button::after {
    position: absolute;
    right: 30px;
    width: 14px;
    height: 14px;
  }

  .p-fixedButton-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 1px;
    width: 100%;
    z-index: 100;
  }

  .p-fixedButton__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bg-gradient04);
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .p-fixedButton__web {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bg-gradient03);
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
}

/* footer
----------------------------------------------------------- */
.p-footerMain {
  padding-block: 80px;
  background-color: var(--main-color-bk);
  color: #fff;
}

.p-footerMain__body {
  display: flex;
}

.p-footerNav {
  margin-right: 40px;
}

.p-footerNavMain {
  display: flex;
  gap: 20px;
}

.p-footerNavMain__link {
  font-size: 16px;
  font-weight: 500;
}

.p-footerNavMain__childItem {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
}

.p-footerNavMain__childItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

.p-footerNavMain__childLink {
  font-size: 14px;
  font-weight: 500;
}

.p-footerNavSub {
  position: relative;
  display: flex;
  gap: 28px;
  margin-top: 40px;
  padding-top: 40px;
}

.p-footerNavSub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: var(--border-gray02);
}

.p-footerNavSub__link {
  font-size: 14px;
  font-weight: 500;
}

.p-footer__contact {
  position: relative;
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid var(--border-gray02);
}

.p-footer__contact::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -1px;
  width: 1px;
  height: 80px;
  background-color: var(--border-gray02);
}

.p-footer__contact::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -1px;
  width: 1px;
  height: 80px;
  background-color: var(--border-gray02);
}

.p-footer__title {
  font-size: 24px;
  font-weight: 500;
}

.p-footer__contactButton {
  width: 100%;
  max-width: 220px;
  padding: 22px 40px 22px 20px;
  background-color: #fff;
  color: var(--main-color-bk);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.p-footer__contactButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/re/common/icon_arrow_b.svg) no-repeat center / cover;
}

.p-footerSub {
  padding-block: 20px;
  background-color: #222;
  color: #fff;
}

.p-footerSub__body {
  display: flex;
  align-items: center;
}

.p-footerSub__logo {
  position: relative;
  width: auto;
  margin-right: 38px;
}

.p-footerSub__logo a {
  display: inline-block;
}

.p-footerSub__logo a img {
  width: auto;
  height: 52px;
}

.p-footerSub__logo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 21px;
  right: -38px;
  margin: auto;
  background-color: #fff;
}

.p-footerSub__button {
  position: relative;
  padding-right: 20px;
  background: url(/images/re/common/icon_blank_w.svg) no-repeat right center / 14px;
  font-size: 14px;
  margin-left: 38px;
}

.p-footerSub__copy {
  margin-left: auto;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .p-footerMain {
    padding-block: 30px 40px;
  }

  .p-footerMain__body {
    display: block;
  }

  .p-footerNav {
    margin-right: 0;
  }

  .p-footerNavMain {
    flex-direction: column;
    gap: 30px;
  }

  .p-footerNavMain__item > a {
    font-size: 18px;
  }

  .p-footerNavMain__child > li {
    margin-top: 20px;
  }

  .p-footerNavMain__child > li a {
    font-size: 16px;
  }

  .p-footerNavSub {
    flex-wrap: wrap;
    gap: 32px 28px;
    margin-top: 30px;
    padding-top: 35px;
  }

  .p-footer__contact {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
    border-left: none;
  }

  .p-footer__contact::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: -20px; */
    width: 100%;
    height: 1px;
  }

  .p-footer__contact::after {
    content: none;
  }

  .p-footer__title {
    font-size: 20px;
  }

  .p-footer__contactButton {
    width: 100%;
    max-width: none;
    padding: 25px 40px 25px 20px;
    font-size: 18px;
  }

  .p-footer__contactButton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    background: url(/images/re/common/icon_arrow_b.svg) no-repeat center / cover;
  }

  .p-footerSub {
    padding-block: 30px 80px;
  }

  .p-footerSub__body {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }

  .p-footerSub__logo {
    position: relative;
    width: auto;
    margin-right: 0;
  }

  .p-footerSub__logo a {
    display: inline-block;
  }

  .p-footerSub__logo a img {
    width: 335px;
    max-width: 100%;
    height: auto;
  }

  .p-footerSub__logo::after {
    content: none;
  }

  .p-footerSub__button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 335px;
    padding: 18px;
    background: url(/images/re/common/icon_blank_w.svg) no-repeat right 20px center / 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
  }

  .p-footerSub__copy {
    margin-left: 0;
    font-size: 12px;
  }
}

/* searchBox
----------------------------------------------------------- */
.p-searchBox {
  padding-block: 60px 100px;
}

.p-searchBox__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-searchBox__form {
  flex-shrink: 0;
  width: 662px;
  margin-left: 7.2%;
  padding: 30px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}

.p-searchBox__formWrap {
  display: flex;
}

.p-searchBox__formItem {
  width: calc(100% - 34px);
}

.p-searchBox__formItem + .p-searchBox__formItem {
  margin-left: 34px;
  padding-left: 34px;
  border-left: 1px solid var(--border-gray01);
}

.p-searchBox__formItem label {
  display: block;
  margin-bottom: 15px;
  padding-left: 18px;
  background: url(/images/re/common/icon_search_b.svg) no-repeat left top / 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.p-searchBox__formItem input[type="text"],
.p-searchBox__formItem select {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .p-searchBox {
    padding-block: 40px;
  }

  .p-searchBox__body {
    display: block;
  }

  .p-searchBox__form {
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 30px 20px;
  }

  .p-searchBox__formWrap {
    display: block;
    margin-bottom: 40px;
  }

  .p-searchBox__formItem {
    width: 100%;
  }

  .p-searchBox__formItem + .p-searchBox__formItem {
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }

  .p-searchBox__formItem label {
    display: block;
    margin-bottom: 15px;
    padding-left: 18px;
    background: url(/images/re/common/icon_search_b.svg) no-repeat left top / 11px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
}

/* entryBox
----------------------------------------------------------- */
.p-entryBox {
  padding-block: 60px;
  background: var(--bg-gradient04);
  color: #fff;
}

.p-entryBox__body {
  display: flex;
}

.p-entryBox__textBox {
  align-self: center;
  flex-shrink: 0;
  width: 164px;
  margin-right: 40px;
}

.p-entryBox__cardBox {
  flex: 1;
  display: flex;
}

.p-entryBox__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 1px);
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
  color: var(--main-color-bk);
  text-align: center;
}

.p-entryBox__card + .p-entryBox__card {
  margin-left: 2px;
}

.p-entryBox__label {
  font-size: 24px;
  font-weight: 500;
}

.p-entryBox__tel {
  margin-block: 21px 23px;
  font-size: 40px;
  font-weight: 500;
}

.p-entryBox__reception {
  font-size: 14px;
}

.p-entryBox__card .c-button-arrow {
  max-width: 295px;
}

@media screen and (max-width: 1024px) {
  .p-entryBox {
    background: var(--bg-gradient05);
    padding-block: 40px;
  }

  .p-entryBox__body {
    display: block;
  }

  .p-entryBox__textBox {
    width: 100%;
    margin-right: 0;
  }

  .p-entryBox__cardBox {
    flex-direction: column;
    margin-top: 22px;
  }

  .p-entryBox__card {
    justify-content: center;
    width: 100%;
    min-height: 174px;
    padding: 30px 16px;
  }

  .p-entryBox__card + .p-entryBox__card {
    margin-left: 0;
    margin-top: 2px;
  }

  .p-entryBox__label {
    font-size: 20px;
  }

  .p-entryBox__tel {
    margin-block: 21px 20px;
    font-size: 39px;
  }
}

/* index
----------------------------------------------------------- */

/* hero --------------------------------------------------- */
.p-hero {
  position: relative;
  width: 100%;
  height: 88vh;
  overflow: hidden;
}

.p-hero__slide img {
  width: 100%;
  height: 88vh;
  object-fit: cover;
}

.p-hero__slide .swiper-slide-active img,
.p-hero__slide .swiper-slide-duplicate-active img,
.p-hero__slide .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s normal both;
}

.p-hero__copy {
  position: absolute;
  top: 50%;
  right: 6.04978038vw;
  font-size: 2.34260615vw;
  font-weight: 500;
  line-height: 1.9375;
  transform: translateY(-50%);
  z-index: 1;
}

.p-hero__scroll {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 18px;
  height: 187px;
  z-index: 1;
}

.p-hero__scroll::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 140px;
  margin: auto;
  background-color: var(--border-gray01);
}

.p-hero__scroll::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  width: 1px;
  height: 140px;
  margin: auto;
  background-color: var(--main-color-bk);
  -webkit-animation: line 2.5s infinite;
  animation: line 2.5s infinite;
}

.p-hero__scroll a {
  position: absolute;
  top: 10px;
  left: -11px;
  font-family: var(--fontEn);
  font-size: 14px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
  .p-hero {
    margin-top: 54px;
    height: calc(80vh - 54px);
    height: calc(80dvh - 54px);
    object-position: 50% 35%;
  }

  .p-hero__slide img {
    height: calc(80vh - 54px);
    height: calc(80dvh - 54px);
    object-position: 50% 35%;
  }

  .p-hero__scroll {
    left: 20px;
    /* bottom: 50px; */
    width: 18px;
    height: 123px;
    z-index: 1;
  }

  .p-hero__scroll::before {
    height: 88px;
  }

  .p-hero__scroll::after {
    top: 35px;
    height: 88px;
  }

  .p-hero__scroll a {
    top: 8px;
    left: -8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 820px) {
  .p-hero__copy {
    top: 50.9852217vh;
    /* top: 50.9852217dvh;
    right: 0; */
    top: 38.985222dvh;
    right: 41px;
    color: #fff;
    /* font-size: 6.93333333333vw; */
    font-size: 6vw;
    transform: translateY(0);
    z-index: 1;
  }
}

/* message ------------------------------------------------ */
.p-indexMessage {
  position: relative;
  height: 38.06736vw;
  min-height: 520px;
}

.p-indexMessage__body {
  height: 100%;
}

.p-indexMessage__textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.p-indexMessage__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw - 30px);
  height: 100%;
}

.p-indexMessage__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-indexMessage {
    position: relative;
    height: auto;
    min-height: auto;
    padding-top: 40px;
  }

  .p-indexMessage__body {
    padding-inline: 0;
  }

  .p-indexMessage__textBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-inline: 20px;
  }

  .p-indexMessage__image {
    position: static;
    width: 100vw;
    margin-top: 30px;
  }

  .p-indexMessage__image img {
    position: static;
  }
}

/* reward ------------------------------------------------- */
.p-indexReward {
  padding-block: 80px 100px;
}

.p-indexReward__card {
  margin-top: 30px;
  padding: 0 15px 30px 15px;
}

@media screen and (max-width: 1024px) {
  .p-indexReward {
    padding-block: 40px;
  }

  .p-indexReward__card {
    margin-top: 25px;
    padding: 0 20px 20px;
  }

  .p-indexReward__cardInner {
    display: flex;
    gap: 10px;
    max-width: max-content;
    min-width: 295px;
    margin: auto;
  }

  .p-indexReward__cardInner .c-card__read {
    text-align: left;
  }

  .p-indexReward__cardInner .c-card__image.-point3 {
    max-width: 120px;
  }

  .p-indexReward__cardInner .c-card__image.-point4 {
    max-width: 140px;
  }
}

/* recruit ------------------------------------------------- */
.p-indexRecruit {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .p-indexRecruit {
    margin-bottom: 40px;
  }

  .p-indexJobDesc {
    margin-top: 50px !important;
  }
}

/* recruit
----------------------------------------------------------- */
.p-flow__card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}

.p-flow__card + .p-flow__card::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -40%;
  width: 70%;
  height: 1px;
  background-color: var(--main-color-bk);
}

.p-flow__num {
  position: absolute;
  top: -44px;
  left: 50%;
  font-family: var(--fontEn);
  font-size: 32px;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
}

.p-flow__text {
  padding: 20px 20px 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-jobDesc__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  border-top: 1px solid var(--border-gray01);
}

.p-jobDesc__item {
  display: flex;
  width: 100%;
  padding-block: 30px;
  border-bottom: 1px solid var(--border-gray01);
}

.p-jobDesc__item:last-of-type {
  margin-bottom: 20px;
}

.p-jobDesc__title {
  flex-shrink: 0;
  width: 172px;
  font-size: 18px;
  font-weight: 500;
}

.p-jobDesc__text {
  margin-block: -8px;
  font-size: 16px;
  line-height: 2;
}

.p-jobDesc__text span {
  display: block;
  margin-block: 4px;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-flow__card {
    width: calc(100% - 56px);
    height: 78px;
    margin-top: 0;
    margin-left: auto;
  }

  .p-flow__card + .p-flow__card::after {
    top: -35px;
    left: -36px;
    width: 1px;
    height: 50px;
  }

  .p-flow__num {
    top: 50%;
    left: -60px;
    width: 46px;
    text-align: center;
    transform: translate(0, -50%);
  }

  .p-flow__text {
    padding: 10px 20px;
    font-size: 18px;
  }

  .p-jobDesc__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
  }

  .p-jobDesc__item {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding-block: 30px;
    border-bottom: 1px solid var(--border-gray01);
  }

  .p-jobDesc__item:last-of-type {
    margin-bottom: 30px;
  }

  .p-jobDesc__list .c-attention {
    font-size: 12px;
  }
}

/* about
----------------------------------------------------------- */
.p-aboutEntry__cardBox {
  display: flex;
  gap: 30px;
  max-width: 800px;
  margin: auto;
}

.p-aboutEntry__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
  color: var(--main-color-bk);
  box-shadow: var(--box-shadow);
  text-align: center;
}

.p-aboutEntry__label {
  font-size: 24px;
  font-weight: 500;
}

.p-aboutEntry__tel {
  margin-block: 21px 23px;
  font-size: 40px;
  font-weight: 500;
}

.p-aboutEntry__reception {
  font-size: 14px;
}

.p-aboutEntry__card .c-button-arrow {
  max-width: 295px;
  margin-bottom: 17px;
}

.p-aboutFlow {
  padding-block: 60px;
}

.p-aboutJobDesc {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .p-aboutEntry__cardBox {
    flex-direction: column;
    gap: 20px;
  }

  .p-aboutEntry__card {
    padding: 30px 17px;
  }

  .p-aboutEntry__label {
    font-size: 20px;
  }

  .p-aboutEntry__tel {
    margin-block: 21px 20px;
    font-size: 39px;
  }

  .p-aboutEntry__card .c-button-arrow {
    margin-bottom: 13px;
  }

  .p-aboutFlow {
    padding-block: 40px;
  }

  .p-aboutJobDesc {
    margin-top: 40px;
  }
}

/* reward
----------------------------------------------------------- */
.p-rewardLink {
  margin-bottom: 60px;
}

.p-rewardLink__list {
  margin-top: 60px;
}

.p-rewardLink__card {
  position: relative;
  padding-bottom: 26px;
}

.p-rewardLink__card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: 1px solid var(--main-color-bk);
  border-right: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
}

.p-rewardLink__text {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.p-reward__contents {
  padding-block: 60px;
}

.p-reward__contents .c-icon__point {
  margin-bottom: 16px;
}

.p-reward__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.p-reward__card {
  width: calc(50% - 15px);
  padding: 35px 30px 40px;
  text-align: left;
}

.p-reward__card img {
  width: auto;
  max-width: 100%;
}

.p-reward__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-rewardLabel {
  margin-top: 30px;
  padding: 20px;
  background-color: var(--bg-gray);
  text-align: center;
}

.p-rewardLabel.-mt-min {
  margin-top: 13px;
}

.p-rewardLabel__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.p-rewardLabel__price img {
  width: auto;
  max-width: 100%;
}

.p-rewardLabel__price + .p-rewardLabel__price {
  margin-top: 10px;
}

.p-rewardLabel__price + .c-attention {
  margin-top: 10px;
}

.p-rewardLabel + .c-attention {
  margin-top: 27px;
}

.p-rewardLabel__grid {
  display: flex;
  justify-content: space-around;
}

.p-rewardLabel__grid img {
  flex-shrink: 0;
  width: auto;
}

.p-rewardLabel__grid .p-rewardLabel__title {
  margin-bottom: 10px;
}

.p-rewardExample {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.p-rewardExample img {
  flex-shrink: 0;
  width: auto;
}

.p-rewardExample__label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 11px 5px 14px;
  background-color: var(--main-color-bk);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
}

.p-rewardExample__prof {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.p-rewardLesson {
  display: flex;
  gap: 50px;
  max-width: 800px;
  margin-inline: auto;
  padding: 40px 50px;
  text-align: left;
}

.p-rewardLesson img {
  flex-shrink: 0;
  width: auto;
}

.p-rewardLesson__title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-rewardBalance__image {
  margin-top: 12px;
  text-align: center;
}

.p-rewardBalance__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.p-rewardBalance__text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.p-rewardBeginner {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 800px;
  margin-inline: auto;
  padding: 10px 10px 0;
}

.p-rewardBeginner img {
  flex-shrink: 0;
  width: auto;
}

.p-reward__wrap {
  position: relative;
}

.p-reward__slide {
  overflow: hidden;
  padding-block: 50px;
}

.p-reward__slide .swiper-wrapper {
  box-sizing: border-box;
}

.p-reward__slideItem {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0 60px;
}

.p-reward__slideImage {
  align-self: flex-start;
  width: 46.364%;
}

.p-reward__slideTextBox {
  display: flex;
  flex-direction: column;
  width: 47.728%;
  text-align: left;
}

.p-reward__slideTitle {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-reward__pagination {
  position: relative;
  margin-top: auto;
}

.p-reward__current {
  display: inline-block;
  font-family: var(--fontEn);
  font-size: 24px;
}

.p-reward__pagination {
  position: relative;
}

.p-reward__pagination::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: calc(100% - 76px);
  height: 1px;
  background-color: var(--border-gray01);
}

.p-reward__pagination::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 76px;
  height: 1px;
  background-color: var(--main-color-bk);
}

.p-reward__pagination.-slide01::after {
  width: calc(calc(100% - 76px) / 4);
}

.p-reward__pagination.-slide02::after {
  width: calc(calc(100% - 76px) / 4 * 2);
}

.p-reward__pagination.-slide03::after {
  width: calc(calc(100% - 76px) / 4 * 3);
}

.p-reward__pagination.-slide04::after {
  width: calc(100% - 76px);
}

.p-reward__current span {
  font-size: 44px;
}

.p-reward__current span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  margin: 0 10px -3px 12px;
  background-color: var(--main-color-bk);
  transform: rotate(45deg);
}

.p-reward__slide .swiper-pagination {
  position: absolute;
  bottom: 50px;
  left: auto;
  left: 52%;
  width: fit-content;
  font-family: var(--fontEn);
}

.p-reward__slide .swiper-pagination-current {
  font-size: 44px;
}

.p-reward__wrap .swiper-button-next,
.p-reward__wrap .swiper-button-prev {
  width: 58px;
  height: 58px;
}

.p-reward__wrap .swiper-button-prev {
  left: -29px;
}

.p-reward__wrap .swiper-button-next {
  right: -29px;
}

.p-reward__wrap .swiper-button-next::after,
.p-reward__wrap .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
}

.p-reward__wrap .swiper-button-next::after {
  background: url(/images/re/common/icon_next.svg) no-repeat center / cover;
}

.p-reward__wrap .swiper-button-prev::after {
  background: url(/images/re/common/icon_prev.svg) no-repeat center / cover;
}

@media screen and (max-width: 1024px) {
  .p-rewardLink {
    margin-bottom: 60px;
  }

  .p-rewardLink__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px 20px;
    margin-top: 60px;
  }

  .p-rewardLink__card {
    width: calc(50% - 10px);
  }

  .p-rewardLink__text {
    padding: 20px 5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-reward__contents {
    padding-block: 40px;
  }

  .p-reward__contents .c-icon__point {
    margin-bottom: 16px;
  }

  .p-reward__grid {
    gap: 20px;
  }

  .p-reward__card {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    padding: 30px 20px 30px;
    text-align: left;
  }

  .p-reward__card img {
    width: auto;
    max-width: 100%;
  }

  .p-reward__title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .p-reward__title span {
    display: inline-block;
  }

  .p-rewardLabel {
    margin-top: 12px;
    padding: 20px;
  }

  .p-rewardLabel__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
  }

  .p-rewardLabel__price img + img {
    margin-top: 10px;
  }

  .p-rewardLabel__price + .c-attention {
    margin-top: 10px;
  }

  .p-rewardLabel + .c-attention {
    margin-top: 7px;
  }

  .p-rewardLabel__grid {
    justify-content: center;
    text-align: left;
    gap: 10px;
  }

  .p-rewardLabel__grid > img {
    width: 30%;
    min-width: 84px;
    max-width: 121px;
  }

  .p-rewardLabel__grid .p-rewardLabel__title {
    margin-bottom: 10px;
  }

  .p-reward__card .c-button-wrap-primary {
    margin-top: 40px;
  }

  .p-rewardExample {
    gap: 20px;
    margin-top: 16px;
  }

  .p-rewardExample img {
    flex-shrink: 0;
    width: 25%;
    min-width: 75px;
    max-width: 105px;
  }

  .p-rewardExample__label {
    display: inline-block;
    margin-bottom: 7px;
    padding: 5px 11px 5px 14px;
    background-color: var(--main-color-bk);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
  }

  .p-rewardExample__prof {
    font-size: 14px;
    line-height: 1.5;
  }

  .p-rewardLesson {
    flex-direction: column;
    gap: 20px;
    padding: 30px 14px;
  }

  .p-rewardLesson img {
    align-self: center;
    width: max-content;
  }

  .p-rewardLesson__title {
    text-align: center;
    font-size: 18px;
  }

  .p-rewardLesson__title span {
    display: inline-block;
  }

  .p-rewardLesson__title + .u-text {
    padding-inline: 6px;
  }

  .p-rewardBalance__label {
    flex-direction: column;
  }

  .p-rewardBalance__text {
    text-align: center;
  }

  .p-rewardBeginner {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }

  .p-rewardBeginner img {
    flex-shrink: 0;
    width: auto;
    max-width: 227px;
  }

  .p-reward__slide {
    overflow: hidden;
    padding-block: 20px;
  }

  .p-reward__slide .swiper-wrapper {
    box-sizing: border-box;
  }

  .p-reward__slideItem {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding-inline: 20px;
  }

  .p-reward__slideImage {
    align-self: flex-start;
    width: 100%;
  }

  .p-reward__slideTextBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-top: 20px;
    text-align: left;
  }

  .p-reward__slideTitle {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.65;
  }

  .p-reward__slideTitle span {
    display: inline-block;
  }

  .p-reward__slideTextBox .u-text {
    margin-bottom: 20px;
  }

  .p-reward__wrap .swiper-button-next,
  .p-reward__wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .p-reward__wrap .swiper-button-prev {
    left: -20px;
  }

  .p-reward__wrap .swiper-button-next {
    right: -20px;
  }
}

/* rankup
----------------------------------------------------------- */
.p-rankup__card {
  padding: 40px;
}

.p-rankup__cardContents img {
  width: auto;
  max-width: 100%;
}

.p-rankup__cardContents + .p-rankup__cardContents {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border-gray01);
}

.p-rankup__exampleItem + .p-rankup__exampleItem {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border-gray01);
}

.p-rankupSales__card {
  padding: 48px 30px 40px;
  text-align: left;
}

.p-rankup__label {
  display: flex;
  gap: 28px;
  padding: 30px;
  background-color: var(--bg-gray);
}

.p-rankup__labelTitle {
  flex-shrink: 0;
  align-self: center;
  font-size: 32px;
  font-weight: 500;
  width: 25%;
}

.p-rankup__labelText {
  align-self: center;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.p-rankup__labelImage {
  flex-shrink: 0;
}

.p-rankupSales__card .c-attention {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .p-rankup__card {
    padding: 40px 20px;
    text-align: left;
  }

  .p-rankup__cardContents img {
    width: 100%;
    max-width: 100%;
  }

  .p-rankupSales__card {
    padding: 30px 20px;
    text-align: left;
  }

  .p-rankup__label {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .p-rankup__labelTitle {
    font-size: 26px;
  }

  .p-rankup__labelText {
    text-align: center;
  }
  .p-rankupSales__card .c-attention {
    margin-top: 7px;
  }
}

/* reward search
----------------------------------------------------------- */
.p-rewardSearch__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  margin-left: auto;
  padding: 20px 50px 20px 70px;
}

.p-rewardSearch__card + .p-rewardSearch__card {
  margin-top: 30px;
}

.p-icon__reward {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}

.p-rewardSearch__label {
  padding: 20px 30px;
  background-color: var(--bg-gray);
}

.p-rewardSearch__attention {
  margin-top: 15px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .p-rewardSearch__card {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 30px 20px;
  }

  .p-rewardSearch__card + .p-rewardSearch__card {
    margin-top: 45px;
  }

  .p-icon__reward {
    top: -25px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .p-rewardSearch__label {
    margin-block: 20px 30px;
    padding: 20px 36px;
  }

  .p-rewardSearch__label img {
    width: auto;
    max-width: 100%;
  }

  .p-rewardSearch__attention {
    font-size: 10px;
  }
}

/* reward detail
----------------------------------------------------------- */
.p-rewardDetails {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}

.p-rewardDetails__label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 30px 50px;
  background-color: var(--bg-gray);
}

.p-rewardDetails__label .p-rewardExample {
  flex: 1;
  gap: unset;
}

.p-rewardDetails__label .p-rewardExample__textBox {
  margin-left: 30px;
}

.p-rewardDetails__label .p-rewardExample::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: var(--border-gray01);
}

.p-rewardDetails__salay {
  align-self: center;
}

.p-rewardDetails__salay img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-rewardDetails {
    padding-inline: 20px;
  }

  .p-rewardDetails__label {
    display: block;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .p-rewardDetails__label .p-rewardExample {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .p-rewardDetails__label .p-rewardExample__textBox {
    margin-left: 20px;
  }

  .p-rewardDetails__label .p-rewardExample::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-block: 16px 20px;
  }

  .p-rewardDetails__salay {
    padding-inline: 30px;
    text-align: center;
  }
}

/* interview
----------------------------------------------------------- */
.p-interviewLabel {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  background-color: var(--bg-gray);
}

.p-interviewLabel__textBox {
  flex: 1;
  display: flex;
}

.p-interviewLabel__textBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: var(--border-gray01);
}

.p-interviewLabel__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-interviewLabel__text .name {
  display: inline-block;
  font-size: 32px;
}

.p-interviewLabel__text .history {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

.p-interviewLabel img {
  align-self: center;
  flex-shrink: 0;
  /* width: auto; */
  width: 45%;
}

.p-interview__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.p-interview__contents:last-of-type {
  margin-bottom: 40px;
}

.p-interview__contents:nth-child(even) {
  flex-direction: row-reverse;
}

.p-interview__textBox {
  width: 52.5%;
}

.p-interview__textBox .c-heading-primary {
  text-align: left;
}

.p-interview__contents img {
  align-self: flex-start;
  width: 43%;
}

.p-interview__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 56px;
}

.p-interview__cardRead {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}

.p-interview__card .c-button-arrow {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-interviewLabel {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .p-interviewLabel__textBox {
    align-self: center;
    flex-direction: column;
  }

  .p-interviewLabel__textBox::after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }

  .p-interviewLabel__text {
    font-size: 14px;
  }

  .p-interviewLabel__text .name {
    font-size: 20px;
  }

  .p-interviewLabel__text .history {
    margin-top: 3px;
    font-size: 14px;
  }

  .p-interviewLabel img {
    width: auto;
    max-width: 100%;
  }

  .p-interview__contents {
    flex-direction: column;
    margin-top: 40px;
  }

  .p-interview__contents:last-of-type {
    margin-bottom: 40px;
  }

  .p-interview__contents:nth-child(even) {
    flex-direction: column;
  }

  .p-interview__textBox {
    width: 100%;
  }

  .p-interview__textBox .c-heading-primary {
    text-align: left;
  }

  .p-interview__contents img {
    width: 100%;
    margin-top: 20px;
  }

  .p-interview__card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .p-interview__cardRead {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.6;
  }

  .p-interview__cardRead span {
    display: inline-block;
  }

  .p-interview__card .c-button-arrow {
    margin-right: auto;
  }
}

/* faq
----------------------------------------------------------- */
.p-faq__body {
  display: flex;
}

.p-faqNav {
  flex-shrink: 0;
}

.p-faqNav__inner {
  position: sticky;
  top: 100px;
}

.p-faqNav__link {
  display: inline-block;
  padding: 18px 10px;
  border-left: 1px solid var(--border-gray01);
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  transition-property: color, border;
}

.is-current.p-faqNav__link {
  border-left-color: var(--primary-color-or);
  color: var(--primary-color-or);
}

.p-faq__container {
  flex: 1;
  margin-left: 150px;
}

.p-faq__contents + .p-faq__contents {
  margin-top: 50px;
  padding-top: 50px;
}

.p-faq__list {
  border-top: 1px solid var(--border-gray01);
}

.p-faq__item {
  padding-block: 22px;
  border-bottom: 1px solid var(--border-gray01);
}

.p-faq__question {
  position: relative;
  padding-inline: 40px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
}

.p-faq__question::before {
  content: "Q.";
  position: absolute;
  top: -10px;
  left: 0;
  font-family: var(--fontEn);
  font-size: 24px;
}

.p-faq__question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid var(--main-color-bk);
  border-bottom: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
}

.is-open.p-faq__question::after {
  transform: rotate(225deg);
}

.p-faq__answer {
  position: relative;
  display: none;
  margin-block: 22px 8px;
  padding: 10px 20px 10px 58px;
  background-color: var(--bg-gray);
  line-height: 2;
}

.p-faq__answer::before {
  content: "A.";
  position: absolute;
  top: 0px;
  left: 20px;
  color: var(--primary-color-or);
  font-family: var(--fontEn);
  font-size: 24px;
}

.p-faq__answer span {
  display: inline-block;
  font-size: 12px;
}

.p-faq__answer a {
  color: var(--primary-color-or);
}

@media screen and (max-width: 1024px) {
  .p-faq__body {
    flex-direction: column;
  }

  .p-faqNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-gray);
    z-index: 10;
  }

  .p-faqNav__inner {
    position: static;
  }

  .p-faqNav__list {
    display: flex;
    height: 60px;
  }

  .p-faqNav__item {
    width: 100%;
  }

  .p-faqNav__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    border-left: none;
    border-bottom: 1px solid var(--border-gray01);
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
  }

  .p-faqNav__link span {
    display: inline-block;
  }

  .is-current.p-faqNav__link {
    border-bottom-color: var(--primary-color-or);
  }

  .p-faq__container {
    flex: 1;
    margin-left: 0;
  }

  .p-faq__contents + .p-faq__contents {
    margin-top: 30px;
    padding-top: 30px;
  }

  .p-faq__item {
    padding-block: 12px;
  }

  .p-faq__answer {
    margin-top: 12px;
  }

  .p-faq__answer span {
    font-size: 10px;
  }
}

/* search
----------------------------------------------------------- */
.p-search {
  margin-bottom: 75px;
}
.p-search__card {
  margin-bottom: 18px;
  padding: 30px 30px 40px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1024px) {
  .p-search {
    margin-bottom: 40px;
  }

  .p-search__card {
    margin-bottom: 7px;
    padding: 30px 20px;
  }
}

/* form
----------------------------------------------------------- */
.p-form__select {
  position: relative;
  border: 1px solid var(--border-gray01);
}

.p-form__select + .p-form__select {
  margin-top: 20px;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: 1px solid var(--main-color-bk);
  border-right: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}

.p-form__select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-weight: 300;
  cursor: pointer;
}

input:is([type="text"], [type="tel"], [type="email"]),
textarea {
  width: 100%;
  padding: 10.5px 20px;
  border: 1px solid var(--border-gray01);
  font-weight: 300;
}

input:is([type="text"], [type="tel"], [type="email"]):is(:valid),
textarea:valid {
  border: 1px solid var(--border-gray01);
}

input:is([type="text"], [type="tel"], [type="email"]):is(:invalid, :required),
textarea:is(:invalid, :required) {
  border: 1px solid var(--color-red);
  background-color: #ffe8e8;
}

::placeholder {
  color: #959595;
  font-weight: 300;
}

.p-form {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}

.p-form__item + .p-form__item {
  margin-top: 30px;
}

.p-form__label {
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.p-form__eq {
  align-self: center;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  background-color: var(--color-red);
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
}

.p-form__error {
  margin-top: 10px;
  color: var(--color-red);
}

.p-form__birthday {
  display: flex;
}

.p-form__birthday .p-form__select {
  width: 100%;
  margin-top: 0;
}

.p-form__birthday .p-form__select + .p-form__select {
  border-left: none;
}

.p-form__sendButton {
  position: relative;
  width: 100%;
  max-width: 320px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
}

.p-form__sendButton-confrim {
  height: 68px;
  position: relative;
  width: 100%;
  max-width: 320px;
  background-color: var(--main-color-bk);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-form__sendButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/re/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-form__sendButton-confrim::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/re/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-form__sendButton > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.p-form__confirm {
  border-top: 1px solid var(--border-gray01);
}

.p-form__confirm .p-form__item {
  display: flex;
  padding-block: 30px;
  border-bottom: 1px solid var(--border-gray01);
}

.p-form__confirm .p-form__item + .p-form__item {
  margin: 0;
}

.p-form__confirm .p-form__label {
  flex-shrink: 0;
  width: 206px;
  margin: 0;
  font-size: 16px;
}

.p-form__backButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: #959595;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .p-form {
    padding-inline: 20px;
  }

  .p-form__label {
    font-size: 16px;
  }

  .p-form__eq {
    font-size: 10px;
  }

  .p-form__error {
    font-size: 14px;
  }

  input:is([type="text"], [type="tel"], [type="email"]),
  textarea {
    padding: 13.5px 20px;
    font-size: 14px;
  }

  .p-form__select select {
    padding: 17px 20px;
    font-size: 14px;
  }

  .p-form__confirm .p-form__item {
    flex-direction: column;
    padding-block: 20px;
  }

  .p-form__confirm .p-form__label {
    width: auto;
    margin-bottom: 10px;
  }
}

/* -----------------------------------------------------------
- Utility
----------------------------------------------------------- */
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-bg-gy {
  background-color: var(--bg-gray);
}

.u-text {
  font-size: 16px;
  line-height: 2;
}

.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

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

  .u-sp {
    display: block;
  }
}

/* -----------------------------------------------------------
- animation
----------------------------------------------------------- */
@media screen and (min-width: 1023px) {
  :is(.c-button-arrow, .p-globalNav__entryButton, .p-footer__contactButton, .p-form__sendButton, .p-form__sendButton-confrim, .c-link-arrow):is(
      :hover
    )::after {
    animation: arrowFadeAnime 0.5s;
  }

  :is(
      .p-globalNav__link,
      .p-globalNavChild__link,
      .p-footerNavMain__link,
      .p-footerNavMain__childLink,
      .p-footerNavSub__link,
      .p-footerSub__button,
      .p-footerNav__link,
      .c-breadcrumbs__link,
      .p-faq__answer a
    ) {
    transition: opacity 0.3s;
  }

  .p-header__logo a:hover,
  :is(
      .p-globalNav__link,
      .p-globalNavChild__link,
      .p-footerNavMain__link,
      .p-footerNavMain__childLink,
      .p-footerNavSub__link,
      .p-footerSub__button,
      .p-footerNav__link,
      .c-breadcrumbs__link,
      .p-faq__answer a
    ):is(:hover) {
    opacity: 0.7;
  }

  .p-faqNav__link:hover {
    border-left-color: var(--primary-color-or);
    color: var(--primary-color-or);
  }
}

@-webkit-keyframes line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes arrowFadeAnime {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(80%);
  }
  60% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}

@media screen and (max-width: 1024px) {
  .ul-widget-hide {
    bottom: -468px !important;
    z-index: 10 !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile-layout {
    right: 10px !important;
    bottom: 60px !important;
  }

  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
}

.error-message {
  font-style: initial;
  color: red;
  font-size: 16px;
}

.form-error-select {
  border: 1px solid var(--color-red) !important;
  background-color: #ffe8e8;
}

/* BANNER */
#banner {
  padding-bottom: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_images {
  background-repeat: no-repeat;
  width: 1000px;
  height: 100%;
  cursor: pointer;
}

.sp {
  display: none;
}

.loading_modal {
  display: none;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) url("/images/renew/common/loading.gif") 50% 50% no-repeat;
}

.loading_title {
  position: fixed;
  top: 41%;
  font-size: 2vw;
}

.loading_content {
  position: fixed;
  top: 55%;
  text-align: center;
}

.text_content_loading_first {
  font-size: 1vw;
  margin-bottom: 15px;
}

.text_content_loading_second {
  font-size: 1vw;
}

@media screen and (max-width: 1023px) {
  .loading_title {
    font-size: 25px;
  }

  .text_content_loading_first {
    font-size: 16px;
  }
  
  .text_content_loading_second {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .loading_title {
    top: 41% !important;
    font-size: 25px;
  }

  .text_content_loading_first {
    font-size: 16px;
  }
  
  .text_content_loading_second {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .loading_title {
    font-size: 25px;
  }

  .loading_content {
    top: 56%;
  }

  .text_content_loading_first, .text_content_loading_second {
    font-size: 13px;
  }
}

.input-checkbox__button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
}

.input-checkbox__button:checked + .input-checkbox__icon {
  background-color: #004774;
  background-image: url("/assets/img/icon/icon_checked_white.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 3px;
  border-color: #004774;
}

.input-checkbox__button:focus + .input-checkbox__icon {
  border-color: #004774;
}

.input-checkbox__icon {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #fff;
  width: 24px;
  height: 24px;
  border: rgba(58, 55, 54, 0.2) 1px solid;
  border-radius: 5px;
}

.input-checkbox__text {
  position: relative;
  padding-left: 32px;
}

.input-radio {
  position: relative;
}

.input-radio__button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
}

.input-radio__button:checked + .input-radio__icon {
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 3px;
}

.input-radio__button:checked + .input-radio__icon:before {
  background-color: #004774;
}

.input-radio__button.is-error + .input-radio__icon {
  background-color: #FFE8E8;
  border-color: #C90D0D;
}

.input-radio__button.is-error:checked + .input-radio__icon {
  background-color: #fff;
  border-color: rgba(58, 55, 54, 0.2);
}

.input-radio__icon {
  display: block;
  background-color: #fff;
  width: 22px;
  height: 22px;
  border: rgba(58, 55, 54, 0.2) 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-radio__icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.input-radio__text {
  position: relative;
  padding-left: 32px;
}

.frm-parts {
  display: flex;
    justify-content: center;
    margin-top: 50px;
}