section.full-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background-image: url('/static/images/recruitment_page/recruitment-min.jpg');
  background-position: center;
  background-size: cover;
}

.waveTop {
  background-image: url('/static/images/recruitment_page/wave-top.png')
}

.waveMiddle {
  background-image: url('/static/images/recruitment_page/wave-mid.png')
}

.waveBottom {
  background-image: url('/static/images/recruitment_page/wave-bot.png')
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 5s;
  animation-delay: 2s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

/* SVG END */

section.catch-phrase {
  padding: 0 var(--content-start);
}

section.catch-phrase h1 {
  margin-top: -3em;
  color: var(--white);
  font-size: 2.5rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

section.catch-phrase h3 {
  color: var(--white);
  font-size: 1.2rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

div.sidenav {
  position: fixed;
  z-index: 1;
  top: 20%;
  left: 1rem;
  background-color: var(--header-bg);
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

div.sidenav a {
  padding: 1rem 2rem 1rem 3rem;
  font-size: 1.3rem;
  color: var(--asterone-black);
  display: block;
}

div.sidenav a:hover {
  color: var(--primary);
}

.container1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container1 h2 {
  font-size: 2em;
  color: var(--primary);
  margin: 2em;
  text-align: center;
}

.responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}

.table-header {
  background-color: #95A5A6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  width: 80%;
}

.col-1 {
  flex-basis: 10%;
}

.col-2 {
  flex-basis: 40%;
  font-weight: bold;
  font-size: 1.2em;
  color: var(--asterone-black);
}

.col-3 {
  flex-basis: 25%;
}

.col-4 {
  flex-basis: 59%;
}

section.facilities {
  background-color: #eee;
}

div.header-parag {
  display: grid;
  justify-self: end;
  align-self: flex-end;
  width: 30%;
  margin-right: 6%;
  line-height: 2;
  margin-bottom: 15%;
}

section.facilities h1 {
  color: var(--primary);
  font-size: 2em;
  padding: 1rem;
}

div.circle-img img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 1%;
  top: 405%;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

div.circles {
  background: var(--primary);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 18%;
  top: 400%;

}

div.circle-img3 img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 435%;
  left: 13%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

div.circles2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid var(--primary-light);
  position: absolute;
  left: 3%;
  top: 460%;
}

div.circle-img4 img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 390%;
  left: 33%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

div.circles3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 15px solid var(--primary);
  position: absolute;
  top: 435%;
}

div.circle-img5 img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  top: 425%;
  left: 60%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

div.circles4 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 15px solid var(--primary-dark);
  position: absolute;
  right: 0;
  left: 83%;

}

/* Benefits　section */
.benefits {
  margin: 2rem var(--content-start);
  display: grid;
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

.benefits .title {
  text-align: center;
  width: min(40rem, 90%);
}

.title h1 {
  color: var(--black-light);
  font-size: 1.7em;
  padding: 1rem;
  text-align: center;
}

.title p {
  color: var(--black-light);
  font-size: 1.2em;
}

.benefits ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 2rem;
  justify-content: center;
  place-content: center;
  width: 100%;
  overflow: hidden;
}

.benefits ul li {
  text-align: center;
  padding: 1rem;
}

.benefits li i {
  font-size: 3em;
  color: var(--secondary-blue);
}

.benefits li h2 {
  color: var(--black);
  margin-top: 0.5em;
}


/* Atmosphere */
section.atmosphere {
  margin: 4rem var(--content-start);
  display: grid;
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

#gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr)/repeat(6, 1fr);
  grid-gap: 0.5em;
}

#gallery > div:nth-child(6n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery > div:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}

#gallery > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

#gallery > div > a {
  opacity: 0;
  position: absolute;
  color: #000;
  background-color: #000;
  font: bold 4em "Helvetica";
  text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
  padding: 2rem;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
}

#gallery > div > img {
  width: 100%;
  min-height: 100%;
  transition: all ease 1s;
  object-fit: cover;
  object-position: center;
}

#gallery > div:hover img {
  filter: blur(4px);
}

#gallery > div:hover a {
  opacity: 1;
}

#gallery > div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 11;
}

[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
}

[id^=lightbox-]:target img {
  filter: blur(0);
}

[id^=lightbox-] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
}

[id^=lightbox-] .content:hover > .title {
  opacity: 1;
  transform: translateY(-3px);
}

[id^=lightbox-] .content:hover > .title::after {
  opacity: 1;
}

[id^=lightbox-] .content > * {
  transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}

[id^=lightbox-] a.close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: right top;
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
}

[id^=lightbox-] a.close::after {
  content: "X";
}

/* Positions */
section.positions {
  padding: 3rem var(--content-start);
}

section.positions .title {
  margin: 1rem 0;
}

ul#position-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 2rem;
  width: 100%;
}

li.position {
  display: grid;
  gap: 1rem;
  padding: 2em;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

li.position:hover,
li.position:focus {
  box-shadow: 0 6px 15px 0 rgb(64 79 104 / 5%);
}

ul.metas {
  display: flex;
  gap: 1rem;
  font-size: smaller;
}

ul.metas li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

ul.metas li i {
  color: rgba(0, 0, 0, 0.3);
}

ul.metas li p {
  overflow: hidden;
  color: var(--black-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 20ch;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tags span {
  background-color: var(--primary);
  color: var(--asterone-black);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: small;
}

.tags span.type {
  background-color: var(--secondary-blue);
  color: var(--white);
}

.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--black-light);
  font-size: small;
  text-decoration: none;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  transition: all .2s ease-in-out;
}

.read-more:hover,
.read-more:focus {
  background: var(--primary);
  color: var(--black);
  transform: scale(1.05);
}

/* Recruitment flow */
section.recruitment-flow {
  margin: 4rem 0;
}

.multi-steps {
  --inactive-color: #ededed;
}

.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
  background-color: var(--inactive-color);
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: var(--secondary-blue);
  transition: all 0.3s ease-in-out;
}

.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: var(--secondary-blue);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--secondary-blue);
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.multi-steps > li:last-child:after {
  display: none;
}

.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: var(--secondary-blue);
}

.multi-steps > li.is-active ~ li {
  color: #808080;
  transition: all 0.3s ease-in-out;
}

.multi-steps > li.is-active ~ li:before {
  background-color: var(--inactive-color);
  border-color: var(--inactive-color);
}

/* マイナビリンク */
.mynavi-link h3 {
  text-align: center;
  padding: 1.7em;
}

li.mynavi-link:hover {
  border: 1px solid var(--secondary-blue);
}