@import url("https://use.typekit.net/qza7ymn.css");
section.main-visual {
  position: relative;
  height: calc(100vh - clamp(60px, 8vw, 130px));
  background: url(../img/recruit/main-visual-sp.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.main-visual .text-container {
  color: #ffffff;
  width: 84%;
  max-width: 1010px;
  text-align: center;
}
section.main-visual .text-container h1 {
  font-size: clamp(18px, 3vw, 39px);
  line-height: 150%;
}
section.main-visual .text-container h1 .highlight {
  font-size: clamp(22px, 4vw, 46px);
  margin: 0.1em 0;
}
section.main-visual .text-container h3 {
  font-size: clamp(18px, 2vw, 31px);
  margin-bottom: 1em;
}
section.main-visual .entry-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 7vh;
  background-color: #00558D;
  color: #ffffff;
  max-width: clamp(160px, 20vw, 230px);
  height: clamp(70px, 11vw, 135px);
  font-size: clamp(20px, 2vw, 29px);
  font-weight: bold;
  letter-spacing: 0.2em;
  box-sizing: border-box;
  padding: 0 clamp(18px, 3vw, 36px);
}
section.main-visual .entry-btn img {
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 801px) {
  section.main-visual {
    background: url(../img/recruit/main-visual.webp) center no-repeat;
    background-size: cover;
  }
}

section.leader {
  margin-bottom: clamp(120px, 20vw, 240px);
}
section.leader .content-wrapper {
  width: 84.6%;
  max-width: 1560px;
  margin: clamp(100px, 12vw, 160px) auto 0;
  display: flex;
  flex-direction: column;
}
section.leader .content-wrapper .text-container {
  width: 100%;
  margin-bottom: 32px;
}
section.leader .content-wrapper .text-container h2 {
  color: #00558D;
  margin-bottom: 0.8em;
}
section.leader .content-wrapper .img-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: fit-content;
}
section.leader .content-wrapper .img-container img {
  position: relative;
  z-index: 10;
}
section.leader .content-wrapper .img-container .bg {
  position: absolute;
  display: block;
  bottom: calc(-1 * clamp(10px, 3vw, 45px));
  right: calc(-1 * clamp(15px, 5vw, 92px));
  width: 92%;
  height: 100%;
  z-index: 0;
  background-color: #0473BC;
}
@media screen and (min-width: 801px) {
  section.leader .content-wrapper {
    flex-direction: row;
    width: 92.3%;
    margin: clamp(100px, 12vw, 160px) 0 0 auto;
  }
  section.leader .content-wrapper .text-container {
    width: 31%;
    margin-right: 9%;
    margin-bottom: 0;
  }
  section.leader .content-wrapper .img-container {
    width: 50%;
    max-width: unset;
  }
}

section.message {
  margin-bottom: clamp(160px, 20vw, 240px);
}
section.message .message-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: clamp(40px, 10vw, 115px);
}
section.message .message-banner .bg-line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #92B5CF;
}
section.message .message-banner .text-wrapper {
  position: relative;
  z-index: 10;
  width: 76%;
  background-color: #ffffff;
  background-image: url(../img/recruit/message-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: clamp(2.4rem, 3.5vw, 4.5rem);
  line-height: 100%;
  padding: 1.8em 1.5em 1em;
}
section.message .message-banner .text-wrapper h2 {
  width: fit-content;
  margin-left: calc((clamp(1px, 100vw, 1920px) - clamp(1px, 84.6vw, 1200px)) / 2 - 1.5em);
  color: #00558D;
  line-height: 100%;
}
section.message .content-wrapper {
  width: 84.6%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
section.message .content-wrapper .text-container {
  width: 100%;
  margin-bottom: 32px;
}
section.message .content-wrapper .text-container h2 {
  font-size: clamp(16px, 1.6vw, 25px);
  color: #00558D;
  margin-bottom: 1em;
}
section.message .content-wrapper .text-container p {
  line-height: 250%;
}
section.message .content-wrapper .img-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: fit-content;
}
section.message .content-wrapper .img-container img {
  position: relative;
  z-index: 10;
}
section.message .content-wrapper .img-container .bg {
  position: absolute;
  display: block;
  bottom: calc(-1 * clamp(10px, 3vw, 40px));
  right: calc(-1 * clamp(10px, 3vw, 52px));
  width: 96.8%;
  height: 93%;
  z-index: 0;
  background-color: #0473BC;
}
@media screen and (min-width: 801px) {
  section.message .content-wrapper {
    flex-direction: row;
  }
  section.message .content-wrapper .text-container {
    width: 48%;
    margin-right: 9%;
    margin-bottom: 0;
  }
  section.message .content-wrapper .text-container h2 {
    margin-bottom: 2.5em;
  }
  section.message .content-wrapper .text-container p {
    line-height: 300%;
  }
  section.message .content-wrapper .img-container {
    width: 42%;
    max-width: unset;
  }
}

section.flow {
  padding: clamp(60px, 9vw, 90px) 0 clamp(80px, 10vw, 120px);
  background-color: #F5F8FB;
  margin-bottom: clamp(120px, 15vw, 200px);
}
section.flow .h2-group {
  margin: 0 auto clamp(40px, 5vw, 60px);
  color: #00558D;
  text-align: center;
}
section.flow .flow-container {
  width: 84%;
  max-width: 770px;
  margin: 0 auto;
  align-self: center;
  position: relative;
}
section.flow .flow-container .bg-line {
  position: absolute;
  display: block;
  z-index: 1;
  width: clamp(3px, 0.5vw, 5px);
  height: 100%;
  top: 0;
  left: calc(clamp(20px, 3.33vw, 40px) * 1.25);
  background-color: #0473BC;
}
section.flow .flow-container .flow-row {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  min-height: clamp(180px, 20vw, 235px);
}
section.flow .flow-container .flow-row .flow-no {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F8FB;
  color: #00558D;
  letter-spacing: 0.2em;
  line-height: 100%;
  font-size: clamp(20px, 3.33vw, 40px);
  font-weight: bold;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  border: 2px solid #00558D;
  border-radius: 50%;
  margin-right: 1em;
}
section.flow .flow-container .flow-row .text-container {
  max-width: 640px;
}
section.flow .flow-container .flow-row .text-container h4 {
  letter-spacing: 0;
  line-height: 100%;
  margin: 1em 0;
}
section.flow .flow-container .flow-row .text-container p {
  line-height: 220%;
}

section.recruit {
  margin: 0 auto clamp(160px, 20vw, 260px) auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.recruit .recruit-wrapper {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  align-self: center;
}
section.recruit h2 {
  color: #00558D;
  margin-bottom: 1.7em;
}
section.recruit .btn-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6%;
  column-gap: clamp(10px, 1.3vw, 20px);
  margin-bottom: clamp(20px, 4vw, 50px);
}
section.recruit .btn-row button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  height: clamp(50px, 6vw, 78px);
  margin: 0 5px clamp(10px, 1.3vw, 20px) 0;
  padding: 0.8em 1.7em;
  appearance: none;
  background-color: unset;
  border: 2px solid #00558D;
  color: #00558D;
  cursor: pointer;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
section.recruit .btn-row button:hover {
  opacity: 0.8;
}
section.recruit .btn-row button.active-btn {
  background-color: #00558D;
  color: #ffffff;
  pointer-events: none;
}
section.recruit .btn-row button.active-btn:hover {
  opacity: 1;
}
section.recruit .recruit-container {
  width: 100%;
}
section.recruit .recruit-container .recruit-area {
  display: none;
  width: 100%;
  border-top: 2px solid #00558D;
  border-bottom: 2px solid #00558D;
}
section.recruit .recruit-container .recruit-area .recruit-row {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 3em 0 2em;
  border-bottom: 1px solid #A7A7A7;
}
section.recruit .recruit-container .recruit-area .recruit-row:last-child {
  border-bottom: unset;
}
section.recruit .recruit-container .recruit-area .recruit-row .table-title,
section.recruit .recruit-container .recruit-area .recruit-row .table-content {
  box-sizing: border-box;
  color: #3C3C3C;
  letter-spacing: 0.1em;
  line-height: 220%;
}
section.recruit .recruit-container .recruit-area .recruit-row .table-title {
  width: 29%;
  min-width: 29%;
  padding-right: 1em;
  vertical-align: middle;
  font-weight: bold;
}
section.recruit .recruit-container .recruit-area .recruit-row .table-content {
  padding-right: 1em;
}
section.recruit.active-0 .recruit-article-0 {
  display: block;
}
section.recruit.active-1 .recruit-article-1 {
  display: block;
}
section.recruit.active-2 .recruit-article-2 {
  display: block;
}
section.recruit.active-3 .recruit-article-3 {
  display: block;
}
section.recruit.active-4 .recruit-article-4 {
  display: block;
}
section.recruit.active-5 .recruit-article-5 {
  display: block;
}

section.qa-area {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  align-self: center;
  margin-bottom: clamp(180px, 20vw, 270px);
}
section.qa-area h2 {
  color: #00558D;
  margin-bottom: 0.8em;
}

.qa-container {
  width: 100%;
  overflow-y: hidden;
}
.qa-container .q-block,
.qa-container .a-block {
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 175%;
}
.qa-container .q-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5em 4.3em 2.5em 0;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  background-image: url(../img/common/open.svg);
  background-position: right 2em center;
  background-size: 1.3em;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00558D;
  color: #00558D;
  cursor: pointer;
}
.qa-container .q-block .label {
  align-self: flex-start;
  margin-right: 5px;
}
.qa-container .q-block.active {
  background-image: url(../img/common/close.svg);
  border-bottom: unset;
}
.qa-container .q-block:hover {
  opacity: 1;
}
.qa-container .a-block {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: auto;
  height: 0;
  border: none;
  transform: translateY(-100%);
}
.qa-container .a-block img {
  max-width: 100%;
}
.qa-container .a-block.active-a {
  padding: 0 4.3em 2.8em 0;
  border-bottom: 2px solid #00558D;
  visibility: visible;
  height: unset;
  transform: translateY(0px);
  transition: transform 0.4s linear;
}
.qa-container:nth-child(2) .q-block {
  border-top: 2px solid #00558D;
}

section.entry {
  background: url(../img/recruit/entry-sp-1.webp) center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: clamp(50px, 7vw, 70px) 0 clamp(60px, 8vw, 80px);
}
section.entry .content-container {
  width: 84%;
  max-width: 800px;
  margin: 0 auto;
  align-self: center;
}
section.entry .content-container p {
  margin-bottom: 2em;
}
section.entry .content-container .a-btn {
  padding: 1em 2.5em 1em 1.5em;
}
@media screen and (min-width: 801px) {
  section.entry {
    background: url(../img/recruit/entry-1.webp) center no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=recruit.css.map */
