* {
  box-sizing: border-box;
}

html {
  visibility: hidden;
  animation: loading 0.5s ease-in-out 0.5s forwards;
}

body {
  font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  transition-duration: 0.7s;
}

a:hover {
  opacity: 0.7;
}

.container {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.container.--large {
  padding: 0 min(4.8611111111vw, 70px);
}

.footer-new-graduate {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 75px;
  background-image: url("../img/footer-new-graduate-bg.png");
  background-size: cover;
}

.footer-new-graduate__img {
  width: min(44.7916666667vw, 860px);
}

.footer-new-graduate__content {
  padding: 30px;
}

.footer-new-graduate__title {
  z-index: 1;
  position: relative;
  font-size: min(8.645833vw, 85px);
  text-align: center;
}

.footer-new-graduate__title::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 240px;
  height: 80px;
  transform: translateX(-50%);
  background-image: url("../img/footer-new-graduate-bg-item.png");
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.7;
}

.footer-new-graduate__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(29.4270833333vw, 565px);
  height: min(4.9479166667vw, 95px);
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
  color: #ffffff;
  font-weight: 300;
  font-size: min(1.9791666667vw, 38px);
}

.footer-new-graduate__link::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right-white.svg");
  content: "";
}

.footer-work-place {
  display: flex;
  position: relative;
  width: 100%;
}

.footer-work-place__item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 30px 0;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.footer-work-place__item.--work {
  background-image: url("../img/footer-work-bg.png");
  background-position: center -50px;
  text-align: center;
}

.footer-work-place__item.--place {
  background-image: url("../img/footer-place-bg.png");
  background-position: center -50px;
  text-align: center;
}

.footer-work-place__item-title {
  z-index: 500;
  color: #212121;
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-work-place__item.--work .footer-work-place__item-title {
  right: -0.6944444444vw;
}

.footer-work-place__item.--place .footer-work-place__item-title {
  left: 3.4722222222vw;
}

.footer-work-place__item-text {
  margin-bottom: 20px;
  font-size: min(1.9791666667vw, 38px);
  line-height: 1.6;
}

.footer-work-place__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(29.4270833333vw, 565px);
  height: min(4.9479166667vw, 95px);
  margin: 0 auto;
  padding: 12px 0;
  background-color: #212121;
  color: #ffffff;
  font-weight: 300;
  font-size: min(1.9791666667vw, 38px);
}

.footer-work-place__link::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right-white.svg");
  content: "";
}

.footer-faq {
  width: 100%;
  background-image: url("../img/gray-bg-2.png");
  background-size: cover;
}

.footer-faq__content {
  -moz-column-gap: 40px;
  display: flex;
  column-gap: 40px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}

.footer-faq__title {
  color: #ffd800;
  font-weight: bold;
  font-size: min(4.9479166667vw, 95px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-faq__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 350px;
  padding: 12px 0;
  background-color: #ffd800;
  color: #ffffff;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
}

.footer-faq__link::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right-black.svg");
  content: "";
}

.footer-work-type {
  width: 100%;
  padding: 48px 0 70px 0;
  background-size: cover;
}

.footer-work-type__head {
  margin-bottom: 36px;
  color: #484343;
  text-align: center;
}

.footer-work-type__hdl {
  display: flex;
  flex-direction: column;
}

.footer-work-type__hdl-en {
  color: #484343;
  font-weight: 500;
  font-size: min(4.9479166667vw, 95px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-work-type__hdl-jp {
  margin-bottom: 8px;
  color: #484343;
  font-weight: 500;
  font-size: min(2.0833333333vw, 40px);
}

.footer-work-type__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.footer-work-type__btn::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-right-white.svg");
  content: "";
}

.footer-work-type__list {
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  overflow-x: scroll;
  /* border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; */
  padding-left: 2vw;
}

.footer-work-type__item {
  flex-shrink: 0;
  width: 32.8%;
  padding: 3vw 3vw 5vw;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer-work-type__item:first-of-type {
  border-left: 1px solid #d0d0d0;
}

.footer-work-type__link {
  display: block;
  width: 100%;
}

.footer-work-type__thumbnail {
  display: block;
  aspect-ratio: 27/20;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-work-type__thumbnail img {
  -o-object-fit: contain;
  -o-object-position: center;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-work-type__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  overflow: hidden;
  color: #212121;
  font-weight: 600;
  font-size: min(1.40625vw, 27px);
  line-height: 1.2;
}

.footer-work-type__overview {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #484343;
  font-size: min(1.1979166667vw, 23px);
  line-height: 1.5;
}

.footer-entry {
  display: flex;
  position: relative;
  width: 100%;
}

.footer-entry__white-bar {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.footer-entry__text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.footer-entry__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 350px;
  background-size: cover;
  color: #ffffff;
}

.footer-entry__item.--new-graduate {
  align-items: flex-end;
  padding-right: 125px;
  background-image: url("../img/footer-new-graduate-bg.png");
  background-position-x: right;
}

.footer-entry__item.--career {
  padding-left: 125px;
  background-image: url("../img/footer-career-bg.png");
  background-position-x: left;
}

.footer-entry__item-text-en {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 26px;
}

.footer-entry__item-text-jp {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 46px;
}

.footer-entry__label {
  width: 350px;
  padding: 8px 0;
  background-color: #ffffff;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.footer-nav {
  width: 100%;
  padding: 4.8611111111vw;
  background-image: url("../img/deep-gray-bg.png");
  background-size: cover;
}

.footer-nav__list {
  -moz-column-gap: 2.7777777778vw;
  display: flex;
  column-gap: 2.7777777778vw;
  justify-content: center;
}

.footer-nav__item {
  display: flex;
  flex-direction: column;
  padding-left: 1.0416666667vw;
  border-left: 1px solid #ffd800;
}

.footer-nav__title {
  margin-bottom: 0.6944444444vw;
  color: #ffd800;
  font-weight: bold;
  font-size: 1.8055555556vw;
  text-transform: uppercase;
}

.footer-nav__link-block {
  display: flex;
  row-gap: 0.5555555556vw;
  flex-direction: column;
}

.footer-nav__link {
  color: #ffd800;
  font-weight: bold;
  font-size: 1.1111111111vw;
}

.footer {
  width: 100%;
  padding: 55px 0 70px 0;
  background-image: url("../img/footer-bottom-bg.png");
  background-position: center;
  background-size: cover;
}

.footer__logo {
  width: min(13.5416666667vw, 260px);
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.footer__catch img {
  width: min(31.25vw, 600px);
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  opacity: 0.8;
}

.footer__copyright {
  display: block;
  color: #212121;
  font-size: 14px;
  text-align: center;
}

.header {
  z-index: 700;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.header.--bg-black {
  background-color: #212121;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__logo {
  width: 270px;
}

.header__nav {
  -moz-column-gap: 40px;
  display: flex;
  column-gap: 40px;
  align-items: center;
}

.header__nav-list {
  -moz-column-gap: 35px;
  display: flex;
  column-gap: 35px;
  align-items: center;
}

.header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212121;
}

.header__nav-link.--active {
  color: #ffd800;
  opacity: 1;
}

.header__nav-link:hover {
  color: #ffd800;
  opacity: 1;
}

.header__nav-link-text-en {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.header__nav-link-text-jp {
  font-weight: 500;
  font-size: 12px;
}

.header__btn-block {
  -moz-column-gap: 20px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 70px;
  background-color: #212121;
  color: #ffd800;
}

.header__btn.--active {
  background-color: #802eff;
  color: #ffffff;
}

.header__btn-en {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.header__btn-jp {
  font-weight: bold;
  font-size: 18px;
}

.breadcrumb {
  padding: 12px 0;
  background-color: #212121;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.breadcrumb br {
  display: none;
}

.entry__form-wrap {
  padding: 50px 70px;
  background-color: #ffd800;
}

.entry__form-hdl {
  display: flex;
  row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  color: #212121;
  text-align: center;
}

.entry__form-hdl-en {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.entry__form-hdl-jp {
  font-weight: bold;
  font-size: 18px;
}

.entry__form-memo {
  margin-bottom: 35px;
  color: #212121;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.entry__form-memo .sp-none {
  display: block;
}

.entry__form-memo .pc-none {
  display: none;
}

.form__row {
  padding: 18px 0;
  border-bottom: 1px solid #212121;
}

.form__row > p,
.form__row.--domain {
  -moz-column-gap: 10px;
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

.form__row > p br,
.form__row.--domain br {
  display: block;
}

.form__label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  height: 40px;
  padding: 0 15px;
  background-color: #212121;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.form__required {
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #ff8045;
  color: #212121;
  font-size: 14px;
}

.wpcf7-form-control-wrap {
  flex-grow: 1;
}

.form__job-box {
  width: 100%;
  height: 40px;
  padding: 8px;
  color: #212121;
  font-weight: bold;
  font-size: 21px;
  pointer-events: none;
}

.form__textbox {
  width: 100%;
  height: 40px;
  padding: 8px;
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
}

.form__row.--date {
  -moz-column-gap: 20px;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}

.form__date {
  -moz-column-gap: 8px;
  display: flex;
  column-gap: 8px;
  flex-grow: 1;
}

.form__date p {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.form__date .wpcf7-form-control-wrap {
  margin-right: 4px;
}

.form__date .wpcf7-not-valid-tip {
  font-size: 12px;
}

.form__date input {
  width: 100px;
  height: 40px;
  padding: 8px;
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
}

.form__textarea {
  width: 100%;
  height: 150px;
  padding: 8px;
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
  resize: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
}

.form__row.--domain .domain-text {
  -moz-column-gap: 0;
  display: block !important;
  column-gap: 0;
  width: 560px;
  color: #212121;
  font-size: 14px;
  line-height: 1.6;
}

.form__btn {
  display: flex;
  justify-content: center;
  width: 330px;
  height: 40px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  background-color: #802eff;
  color: #ffffff;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

.entry-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 540px;
  background-image: url("../img/career-header-bg.webp");
  background-position: center;
  background-size: cover;
}

.entry-fv__title {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  align-items: center;
}

.entry-fv__title-small {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.entry-fv__title-big {
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
}

.entry-order__list {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.entry-order__item {
  display: flex;
  align-items: center;
  width: 310px;
  height: 70px;
  padding-left: 20px;
  background-color: #d0d0d0;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
}

.entry-order__item:first-of-type::before,
.entry-order__item:nth-of-type(2):before {
  display: none;
}

.entry-order__item:first-of-type {
  margin-right: -60px;
  clip-path: polygon(0% 0%, 75% 0%, 85% 50%, 75% 100%, 0% 100%);
}

.entry-order__item:nth-of-type(2) {
  margin-right: -60px;
  padding-left: 40px;
  clip-path: polygon(75% 0%, 85% 50%, 75% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.entry-order__item:last-of-type {
  width: 260px;
  padding-left: 40px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 11% 50%, 0% 0%);
}

.entry-order__item.--active {
  background-color: #212121;
  color: #ffd800;
}

.entry-order__no {
  margin-right: 8px;
  font-weight: bold;
  font-size: 25px;
}

.gradation-bg-hdl {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 12px 0 20px 0;
  background-image: url("../img/monsters-heading-bg.png");
}

.gradation-bg-hdl.--left {
  align-items: flex-end;
  background-position: center right;
}

.gradation-bg-hdl.--right {
  align-items: flex-start;
  margin-right: 0;
  margin-left: auto;
  padding-left: 50px;
  background-position: center left;
}

.gradation-bg-hdl-en {
  width: 475px;
  margin-bottom: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gradation-bg-hdl-jp {
  width: 475px;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
}

.gradation-bg-hdl.--benefits {
  padding: 12px 0 40px 0;
  background-image: url("../img/benefits-heading-bg.webp");
  background-size: cover;
}

.gradation-bg-hdl.--benefits.--left {
  align-items: flex-start;
  padding-left: calc((100% - 950px) / 2);
}

.gradation-bg-hdl.--benefits.--right {
  align-items: flex-end;
  padding-right: calc((100% - 950px) / 2);
}

.gradation-bg-hdl.--benefits.--right span {
  text-align: end;
}

.news__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 285px;
  padding-top: 40px;
  background-image: url("../img/black-bg.png");
  background-position: center;
  background-size: cover;
}

.news__head-text-en {
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

.news__head-text-jp {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.pagenation {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}

.pagenation li:not(:last-of-type) {
  margin-right: 1.3888888889vw;
}

.pagenation a,
.pagenation .current {
  font-size: 2.0833333333vw;
}

.pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}

.pagenation li:not(.prev, .next) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 1px solid #7bd100;
  border-radius: 50%;
  font-weight: 700;
}

.pagenation li:not(.prev, .next) a {
  border-radius: 50%;
  transition-duration: 0.5s;
}

.pagenation li:not(.prev, .next) a:hover {
  background-color: #7bd100;
  color: #212121;
}

.pagenation li:not(.current) {
  background-color: #ffffff;
  color: #7bd100;
  transition-duration: 0.5s;
}

.pagenation .current {
  background-color: #7bd100;
  color: #212121;
}

.next,
.prev {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}

.next a,
.prev a {
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  transition-duration: 0.5s;
}

.next a:hover,
.prev a:hover {
  opacity: 0.7;
}

.next a::before,
.prev a::before {
  display: block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-right: 1px solid #7bd100;
  border-bottom: 1px solid #7bd100;
  content: "";
}

.next a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.page-number a {
  transition-duration: 0.5s;
}

.page-number a:hover {
  background-color: #7bd100;
  color: #212121;
}

.sp-menu {
  display: none;
}

.hamburger-menu {
  display: none;
}

.hamburger-menu__line {
  position: absolute;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #212121;
  transition-duration: 0.5s;
}

.hamburger-menu__line:first-of-type {
  top: 0px;
}

.hamburger-menu__line:nth-of-type(2) {
  top: 1.7333333333vw;
}

.hamburger-menu__line:last-of-type {
  bottom: 0;
}

.hamburger-menu.--active .hamburger-menu__line:first-of-type {
  -webkit-transform: rotate(45deg) translate(0.5333333333vw, 1.8666666667vw);
  -ms-transform: rotate(45deg) translate(0.5333333333vw, 1.8666666667vw);
  transform: rotate(45deg) translate(0.5333333333vw, 1.8666666667vw);
}

.hamburger-menu.--active .hamburger-menu__line:nth-of-type(2) {
  display: none;
}

.hamburger-menu.--active .hamburger-menu__line:last-of-type {
  -webkit-transform: rotate(135deg) translate(-0.6666666667vw, 1.8666666667vw);
  -ms-transform: rotate(135deg) translate(-0.6666666667vw, 1.8666666667vw);
  transform: rotate(135deg) translate(-0.6666666667vw, 1.8666666667vw);
}

.sp-menu-nav__title.--light-green {
  color: #7bd100;
}

.sp-menu-nav__title.--purple {
  color: #802eff;
}

.sp-menu-nav__title.--orange {
  color: #ff8045;
}

.sp-menu-nav__title.--gray {
  color: #d0d0d0;
}

.sp-menu-nav__title.--yellow {
  color: #ffd800;
}

.sp-menu-nav__link.--light-green {
  background-color: #7bd100;
}

.sp-menu-nav__link.--purple {
  background-color: #802eff;
  color: #ffffff;
}

.sp-menu-nav__link.--orange {
  background-color: #ff8045;
}

.sp-menu-nav__link.--gray {
  background-color: #d0d0d0;
}

.sp-menu-nav__link.--yellow {
  background-color: #ffd800;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 min(8.6805555556vw, 125px);
  }

  .footer-work-place__item-title {
    font-size: 3.4722222222vw;
    letter-spacing: 0.3472222222vw;
  }

  .footer-work-place__item-text {
    margin-bottom: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }

  .footer-faq__content {
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
    padding: 2.0833333333vw 0;
  }

  .footer-faq__link {
    width: 24.3055555556vw;
    padding: 0.8333333333vw 0;
    font-size: 1.25vw;
  }

  .footer-work-type {
    padding: 3.3333333333vw 0 4.8611111111vw 0;
  }

  .footer-work-type__head {
    margin-bottom: 2.5vw;
  }

  .footer-work-type__btn {
    width: 20.8333333333vw;
    height: 3.4722222222vw;
    font-size: 1.25vw;
  }

  .footer-work-type__thumbnail {
    margin-bottom: 1.3888888889vw;
  }

  .footer-work-type__title {
    font-size: 1.3888888889vw;
  }

  .footer-work-type__overview {
    font-size: 1.3888888889vw;
  }

  .footer-entry__text {
    font-size: 3.4722222222vw;
    letter-spacing: 0.3472222222vw;
  }

  .footer-entry__item {
    height: 24.3055555556vw;
  }

  .footer-entry__item.--new-graduate {
    padding-right: 8.6805555556vw;
  }

  .footer-entry__item.--career {
    padding-left: 8.6805555556vw;
  }

  .footer-entry__item-text-en {
    margin-bottom: 0.2777777778vw;
    font-size: 1.8055555556vw;
  }

  .footer-entry__item-text-jp {
    margin-bottom: 1.3888888889vw;
    font-size: 3.1944444444vw;
  }

  .footer-entry__label {
    width: 24.3055555556vw;
    padding: 0.5555555556vw 0;
    font-size: 1.25vw;
  }

  .footer {
    padding: 3.8194444444vw 0 4.8611111111vw 0;
  }

  .footer__copyright {
    font-size: 0.9722222222vw;
  }

  .header__logo {
    width: 20.8333333333vw;
  }

  .header__nav {
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
  }

  .header__nav-list {
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
  }

  .header__nav-link-text-en {
    margin-bottom: 0.2777777778vw;
    font-size: 1.25vw;
  }

  .header__nav-link-text-jp {
    font-size: 0.8333333333vw;
  }

  .header__btn-block {
    -moz-column-gap: 1.7361111111vw;
    column-gap: 1.7361111111vw;
  }

  .header__btn {
    width: 11.8055555556vw;
    height: 4.8611111111vw;
  }

  .header__btn-en {
    margin-bottom: 0.2777777778vw;
    font-size: 0.9722222222vw;
  }

  .header__btn-jp {
    font-size: 1.25vw;
  }

  .breadcrumb {
    padding: 0.8333333333vw 0;
    font-size: 1.1111111111vw;
  }

  .entry__form-wrap {
    padding: 3.4722222222vw 4.8611111111vw;
  }

  .entry__form-hdl {
    row-gap: 0.5555555556vw;
    margin-bottom: 2.4305555556vw;
  }

  .entry__form-hdl-en {
    font-size: 3.4722222222vw;
    letter-spacing: 0.2777777778vw;
  }

  .entry__form-hdl-jp {
    font-size: 1.25vw;
  }

  .entry__form-memo {
    margin-bottom: 2.4305555556vw;
    font-size: 0.9722222222vw;
  }

  .form__row {
    padding: 1.25vw 0;
  }

  .form__row > p,
  .form__row.--domain {
    -moz-column-gap: 0.6944444444vw;
    column-gap: 0.6944444444vw;
  }

  .form__label {
    width: 15.9722222222vw;
    height: 2.7777777778vw;
    padding: 0 1.0416666667vw;
    font-size: 1.1111111111vw;
  }

  .form__required {
    padding: 0.2777777778vw 0.5555555556vw;
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }

  .form__job-box {
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
    font-size: 1.4583333333vw;
  }

  .form__textbox {
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }

  .form__row.--date {
    -moz-column-gap: 1.3888888889vw;
    column-gap: 1.3888888889vw;
  }

  .form__date {
    -moz-column-gap: 0.5555555556vw;
    column-gap: 0.5555555556vw;
  }

  .form__date p {
    font-size: 1.1111111111vw;
  }

  .form__date .wpcf7-form-control-wrap {
    margin-right: 0.2777777778vw;
  }

  .form__date .wpcf7-not-valid-tip {
    font-size: 0.8333333333vw;
  }

  .form__date input {
    width: 6.9444444444vw;
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }

  .form__textarea {
    height: 10.4166666667vw;
    padding: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }

  .wpcf7-not-valid-tip {
    margin-top: 0.5555555556vw;
  }

  .form__row.--domain .domain-text {
    width: 54.8611111111vw;
    font-size: 0.9722222222vw;
  }

  .form__btn {
    width: 22.9166666667vw;
    height: 2.7777777778vw;
    margin-top: 4.8611111111vw;
    font-size: 1.4583333333vw;
  }

  .entry-fv {
    height: 37.5vw;
  }

  .entry-fv__title {
    row-gap: 1.1111111111vw;
  }

  .entry-fv__title-small {
    font-size: 1.25vw;
  }

  .entry-fv__title-big {
    font-size: 3.4722222222vw;
  }

  .entry-order__list {
    margin-bottom: 2.4305555556vw;
  }

  .entry-order__item {
    width: 21.5277777778vw;
    height: 4.8611111111vw;
    padding-left: 1.3888888889vw;
    font-size: 1.25vw;
  }

  .entry-order__item:first-of-type {
    margin-right: -4.1666666667vw;
  }

  .entry-order__item:nth-of-type(2) {
    margin-right: -4.1666666667vw;
    padding-left: 2.7777777778vw;
  }

  .entry-order__item:last-of-type {
    width: 18.0555555556vw;
    padding-left: 2.7777777778vw;
  }

  .entry-order__no {
    margin-right: 0.5555555556vw;
    font-size: 1.7361111111vw;
  }

  .gradation-bg-hdl {
    padding: 0.8333333333vw 0 1.3888888889vw 0;
  }

  .gradation-bg-hdl.--right {
    padding-left: 3.4722222222vw;
  }

  .gradation-bg-hdl-en {
    width: 40.9722222222vw;
    margin-bottom: 0.2777777778vw;
    padding: 0.5555555556vw 0;
    font-size: 1.25vw;
  }

  .gradation-bg-hdl-jp {
    width: 40.9722222222vw;
    font-size: 2.5vw;
  }

  .gradation-bg-hdl.--benefits {
    padding: 0.8333333333vw 0 2.7777777778vw 0;
  }

  .gradation-bg-hdl.--benefits.--left {
    padding-left: min(8.6805555556vw, 125px);
  }

  .gradation-bg-hdl.--benefits.--right {
    padding-right: min(8.6805555556vw, 125px);
  }

  .news__head {
    height: 19.4444444444vw;
    padding-top: 2.7777777778vw;
  }

  .news__head-text-en {
    margin-bottom: 0.8333333333vw;
    font-size: 3.4722222222vw;
  }

  .news__head-text-jp {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 5.3333333333vw;
  }

  .footer-new-graduate__img {
    width: 100%;
    margin: 30px 0 50px;
  }

  .footer-new-graduate__content {
    padding: 2.6666666667vw 0 0 0;
  }

  .footer-new-graduate__title {
    padding: 0;
    font-size: 8vw;
    text-align: center;
  }

  .footer-new-graduate__title::after {
    top: -10px;
    left: 50%;
    width: 42.6666666667vw;
    height: 13.3333333333vw;
    transform: translateX(-50%);
  }

  .footer-new-graduate__link {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }

  .footer-new-graduate {
    flex-direction: column;
    padding: 0 9.3333333333vw 9.3333333333vw 9.3333333333vw;
  }

  .footer-work-place {
    flex-direction: column;
  }

  .footer-work-place__item {
    width: 100%;
  }

  .footer-work-place__item.--work {
    align-items: center;
    padding: 8vw;
    background-position: center;
    background-size: cover;
  }

  .footer-work-place__item.--place {
    align-items: center;
    padding: 8vw;
    background-position: center;
    background-size: cover;
  }

  .footer-work-place__item-title {
    -webkit-transform: none;
    -ms-transform: none;
    position: static;
    margin-bottom: 10.6666666667vw;
    transform: none;
    font-size: 13.3333333333vw;
    letter-spacing: 1.3333333333vw;
    writing-mode: horizontal-tb;
  }

  .footer-work-place__item.--work .footer-work-place__item-title {
    right: 0;
  }

  .footer-work-place__item.--place .footer-work-place__item-title {
    left: 0;
  }

  .footer-work-place__item-text {
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
    text-align: left;
  }

  .footer-work-place__link {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }

  .footer-faq__content {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 4vw;
    flex-direction: column;
    width: 100%;
    padding: 5.3333333333vw 0 10.6666666667vw 0;
  }

  .footer-faq__title {
    font-size: 10.6666666667vw;
  }

  .footer-faq__link {
    width: 100%;
    padding: 3.2vw 0;
    font-size: 4.8vw;
  }

  .footer-work-type {
    padding: 10.6666666667vw 0 16vw 0;
  }

  .footer-work-type__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10.6666666667vw;
  }

  .footer-work-type__hdl {
    flex-direction: column;
    align-items: center;
  }

  .footer-work-type__hdl-en {
    font-size: 10.6666666667vw;
  }

  .footer-work-type__hdl-jp {
    margin-bottom: 0;
    font-size: 4.8vw;
  }

  .footer-work-type__btn {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }

  .footer-work-type__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10.6666666667vw;
  }

  .footer-work-type__item {
    width: 50%;
  }

  .footer-work-type__thumbnail {
    aspect-ratio: 305/230;
    margin-bottom: 5.3333333333vw;
  }

  .footer-work-type__title {
    font-size: 4.2666666667vw;
  }

  .footer-work-type__overview {
    font-size: 3.7333333333vw;
  }

  .footer-entry {
    flex-direction: column;
  }

  .footer-entry__white-bar {
    top: 50%;
    width: 100%;
    height: 1px;
  }

  .footer-entry__text {
    display: none;
  }

  .footer-entry__item {
    width: 100%;
    height: 100vw;
  }

  .footer-entry__item.--new-graduate {
    align-items: center;
    padding: 0 10.6666666667vw;
    background-image: url("../img/sp-footer-new-graduate-bg.png");
    background-position: center;
    background-size: cover;
  }

  .footer-entry__item.--career {
    align-items: center;
    padding: 0 10.6666666667vw;
    background-image: url("../img/sp-footer-career-bg.png");
    background-position: center;
    background-size: cover;
  }

  .footer-entry__item-text-en {
    margin-bottom: 10.6666666667vw;
    font-size: 5.6vw;
  }

  .footer-entry__item-text-jp {
    margin-bottom: 14.6666666667vw;
    font-size: 12vw;
  }

  .footer-entry__label {
    width: 100%;
    padding: 2.1333333333vw 0;
    font-size: 4.8vw;
  }

  .footer-nav {
    padding: 16vw 10.6666666667vw;
    background-image: url("../img/deep-gray-bg-sp.png");
    background-position: center;
  }

  .footer-nav__list {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 10.6666666667vw;
    flex-direction: column;
  }

  .footer-nav__item {
    padding-top: 0.5333333333vw;
    padding-left: 0;
    border-top: 1px solid #ffd800;
    border-left: none;
  }

  .footer-nav__title {
    margin-bottom: 2.6666666667vw;
    font-size: 10.6666666667vw;
  }

  .footer-nav__link-block {
    row-gap: 5.3333333333vw;
  }

  .footer-nav__link {
    font-size: 4.8vw;
  }

  .footer {
    padding: 16vw 0;
  }

  .footer__logo {
    width: 24vw;
    margin-bottom: 8vw;
  }

  .footer__catch img {
    width: 45.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }

  .footer__copyright {
    font-size: 3.2vw;
  }

  .header {
    display: none;
  }

  .breadcrumb {
    padding: 2.1333333333vw 0;
    font-size: 3.7333333333vw;
  }

  .entry__form-wrap {
    padding: 8vw 5.3333333333vw;
  }

  .entry__form-hdl {
    row-gap: 2.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }

  .entry__form-hdl-en {
    font-size: 13.3333333333vw;
    letter-spacing: 0.8vw;
  }

  .entry__form-hdl-jp {
    font-size: 4.8vw;
  }

  .entry__form-memo {
    margin-bottom: 8vw;
    font-size: 2.9333333333vw;
    text-align: justify;
  }

  .entry__form-memo .sp-none {
    display: none;
  }

  .entry__form-memo .pc-none {
    display: block;
  }

  .form__row {
    padding: 0 0 6.6666666667vw 0;
    border-bottom: none;
  }

  .form__row > p,
  .form__row.--domain {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2.1333333333vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form__row > p br,
  .form__row.--domain br {
    display: none;
  }

  .form__label {
    width: 100%;
    height: 8vw;
    padding: 0 4vw;
    font-size: 3.7333333333vw;
  }

  .form__required {
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 0.5333333333vw;
    font-size: 3.2vw;
  }

  .form__job-box {
    height: 10.6666666667vw;
    padding: 2.1333333333vw;
    font-size: 4.8vw;
  }

  .form__textbox {
    height: 10.6666666667vw;
    padding: 2.1333333333vw;
    font-size: 3.2vw;
  }

  .form__row.--date {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2.1333333333vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form__date {
    -moz-column-gap: 2.1333333333vw;
    column-gap: 2.1333333333vw;
    justify-content: space-between;
  }

  .form__date p {
    font-size: 3.7333333333vw;
  }

  .form__date .wpcf7-form-control-wrap {
    margin-right: 1.0666666667vw;
  }

  .form__date .wpcf7-not-valid-tip {
    font-size: 2.6666666667vw;
  }

  .form__date input {
    width: 16vw;
    height: 9.3333333333vw;
    padding: 2.1333333333vw;
    font-size: 3.2vw;
  }

  .form__textarea {
    height: 37.3333333333vw;
    padding: 2.1333333333vw;
    font-size: 3.2vw;
  }

  .wpcf7-not-valid-tip {
    margin-top: 2.1333333333vw;
  }

  .form__row.--domain .domain-text {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .form__btn {
    width: 100%;
    height: 9.3333333333vw;
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }

  .entry-fv {
    height: 128vw;
  }

  .entry-fv__title {
    row-gap: 4.2666666667vw;
  }

  .entry-fv__title-small {
    font-size: 4.8vw;
  }

  .entry-fv__title-big {
    font-size: 13.3333333333vw;
  }

  .entry-order__list {
    row-gap: 5.8666666667vw;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 90%;
    margin-bottom: 10.6666666667vw;
  }

  .entry-order__item {
    position: relative;
    width: 100%;
    height: 16vw;
    padding-left: 4vw;
    font-size: 4.8vw;
  }

  .entry-order__item:first-of-type::before,
  .entry-order__item:nth-of-type(2):before {
    display: block;
    position: absolute;
    bottom: -3.8vw;
    left: 8%;
    width: 0;
    margin-left: -1.3333333333vw;
    border-width: 4.8vw 2.6666666667vw 0;
    border-style: solid;
    border-color: #d0d0d0 transparent;
    content: "";
  }

  .entry-order__item.--active:first-of-type::before,
  .entry-order__item.--active:nth-of-type(2):before {
    border-color: #212121 transparent;
  }

  .entry-order__item:first-of-type {
    margin-right: 0;
    clip-path: none;
  }

  .entry-order__item:nth-of-type(2) {
    margin-right: 0;
    padding-left: 4vw;
    clip-path: none;
  }

  .entry-order__item:last-of-type {
    width: 100%;
    padding-left: 4vw;
    clip-path: none;
  }

  .entry-order__no {
    margin-right: 2.1333333333vw;
    font-size: 6.6666666667vw;
  }

  .gradation-bg-hdl {
    width: 90.6666666667vw;
    padding: 2.6666666667vw 0 3.2vw 0;
  }

  .gradation-bg-hdl.--right {
    padding-left: 8vw;
  }

  .gradation-bg-hdl-en {
    width: 81.3333333333vw;
    margin-bottom: 1.0666666667vw;
    padding: 1.0666666667vw 0;
    font-size: 3.7333333333vw;
  }

  .gradation-bg-hdl-jp {
    width: 81.3333333333vw;
    font-size: 6.6666666667vw;
  }

  .gradation-bg-hdl.--benefits {
    width: 82.6666666667vw;
    padding: 3.7333333333vw 0 9.0666666667vw 0;
  }

  .gradation-bg-hdl.--benefits.--left {
    padding-left: 9.3333333333vw;
  }

  .gradation-bg-hdl.--benefits.--right {
    align-items: flex-start;
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    padding-left: 9.3333333333vw;
    background-position: center right;
  }

  .gradation-bg-hdl.--benefits.--right span {
    text-align: start;
  }

  .news__head {
    height: 64vw;
    padding-top: 8vw;
  }

  .news__head-text-en {
    margin-bottom: 2.6666666667vw;
    font-size: 13.3333333333vw;
  }

  .news__head-text-jp {
    font-size: 4.8vw;
  }

  .pagenation {
    margin-bottom: 21.3333333333vw;
  }

  .pagenation li:not(:last-of-type) {
    margin-right: 1.3333333333vw;
  }

  .pagenation a,
  .pagenation .current {
    font-size: 4vw;
  }

  .pagenation li:not(.prev, .next) {
    width: 8vw;
    height: 8vw;
  }

  .next,
  .prev {
    width: 8vw;
    height: 8vw;
  }

  .next a::before,
  .prev a::before {
    width: 4vw;
    height: 4vw;
  }

  .sp-menu {
    display: flex;
    z-index: 700;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    padding: 4vw 5.3333333333vw;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sp-menu__logo {
    z-index: 700;
    width: 56vw;
    height: auto;
  }

  .hamburger-menu {
    display: block;
    z-index: 700;
    position: relative;
    width: 5.3333333333vw;
    height: 4vw;
    cursor: pointer;
  }

  .sp-menu-nav {
    z-index: 700;
    position: fixed;
    top: 18.1333333333vw;
    left: 0;
    width: 100vw;
    height: calc(100vh - 13.3333333333vw);
    padding: 5.3333333333vw 5.3333333333vw 21.3333333333vw 5.3333333333vw;
    overflow: scroll;
    background-color: rgba(33, 33, 33, 0.7);
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.7s;
  }

  .sp-menu-nav.--active {
    opacity: 1;
    pointer-events: auto;
  }

  .sp-menu-nav__list {
    display: flex;
    z-index: 700;
    row-gap: 5.3333333333vw;
    flex-direction: column;
    height: auto;
  }

  .sp-menu-nav__item {
    display: flex;
    flex-direction: column;
  }

  .sp-menu-nav__title {
    margin-bottom: 2.6666666667vw;
    font-weight: bold;
    font-size: 4.8vw;
    text-transform: uppercase;
  }

  .sp-menu-nav__link-block {
    display: flex;
    row-gap: 5.3333333333vw;
    flex-direction: column;
  }

  .sp-menu-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6666666667vw 4vw;
    background-color: #ffd800;
    color: #212121;
    font-weight: bold;
    font-size: 4.8vw;
  }

  .sp-menu-nav__link-other-tab {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@keyframes loading {
  0% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}
