@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.catch {
  padding: 90px 0 75px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .catch {
    padding: 110px 0 170px;
  }
}
.catch span {
  display: block;
  margin: 0 auto;
  width: 85%;
  text-align: center;
  color: #0b4d88;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .catch span {
    font-size: 24px;
    font-weight: 700;
  }
}
.catch p {
  display: block;
  width: 85%;
  margin: 50px auto 0;
  text-align: left;
  position: relative;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .catch p {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .catch p {
    margin-top: 60px;
    max-width: 1000px;
  }
}
.catch p::before {
  content: "Message";
  display: block;
  color: #F2F5F8;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 96px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .catch p::before {
    font-size: 175px;
  }
}

.message {
  background-color: #e9eef3;
  padding: 50px 0 90px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .message {
    padding: 120px 0 60px;
  }
}
.message::before {
  content: "";
  display: block;
  background-image: url(./../img/logo_white.svg);
  width: 260px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 3%;
  bottom: 70px;
}
@media screen and (min-width: 960px) {
  .message::before {
    right: 5%;
    bottom: 200px;
  }
}
.message__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "message_title" "message_slider" "message_content";
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .message__inner {
    width: 100%;
    grid-template-columns: 47% 3% 42.5% 7.5%;
    grid-template-rows: 160px auto;
    grid-template-areas: "message_slider . message_title ." "message_slider . message_content .";
    margin: 0;
  }
}
.message__title {
  grid-area: message_title;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .message__title {
    padding-top: 85px;
    text-align: left;
  }
}
.message__slider {
  grid-area: message_slider;
}
.message__slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .message__slider .slick-dots {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.message__slider .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 960px) {
  .message__slider .slick-dots li {
    width: 40px;
    height: 40px;
  }
}
.message__slider .slick-dots li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #d0d0d0;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .message__slider .slick-dots li::before {
    width: 20px;
    height: 20px;
  }
}
.message__slider .slick-dots li.slick-active::before {
  background-color: #de8000;
}
.message__slider .slick-dots li button {
  display: none;
}
.message__content {
  grid-area: message_content;
}
@media screen and (min-width: 960px) {
  .message__content {
    max-width: 530px;
  }
}

.selection {
  padding: 80px 0 90px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .selection {
    padding: 150px 0 170px;
  }
}
.selection::before {
  content: "Selection Flow";
  display: block;
  position: absolute;
  color: #F2F5F8;
  writing-mode: vertical-rl;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  line-height: normal;
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .selection::before {
    writing-mode: horizontal-tb;
    font-size: 140px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.selection h2 {
  text-align: center;
}
.selection__flow {
  position: relative;
  margin: 50px auto 40px;
  width: 180px;
}
@media screen and (min-width: 960px) {
  .selection__flow {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 90px;
  }
}
.selection__flow::before {
  content: "";
  display: block;
  background-color: #0b4d88;
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .selection__flow::before {
    width: 80%;
    height: 6px;
  }
}
.selection__flow img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .selection__flow img {
    margin-bottom: 0;
    width: 180px;
  }
}
.selection__attention {
  width: 95%;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 20px 5%;
  box-sizing: border-box;
  max-width: 850px;
}
.selection__attention p {
  margin-bottom: 1em;
}
.selection__attention p:first-child {
  color: #D83070;
}

.recruitment {
  background-color: #f0f0f0;
  padding: 50px 0 80px;
}
@media screen and (min-width: 960px) {
  .recruitment {
    padding: 90px 0;
  }
}
.recruitment h2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.recruitment input {
  display: none;
}
.recruitment input:checked + label::after {
  height: 0px;
}
.recruitment label {
  display: block;
  width: 95%;
  padding: 16px 60px 16px 20px;
  background-color: #ffffff;
  margin: 30px auto 0;
  box-sizing: border-box;
  max-width: 860px;
  font-weight: 500;
  color: #0b4d88;
  position: relative;
}
@media screen and (min-width: 960px) {
  .recruitment label {
    margin-top: 55px;
    padding: 30px 80px 30px 40px;
  }
}
.recruitment label::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #0b4d88;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 960px) {
  .recruitment label::before {
    right: 40px;
  }
}
.recruitment label::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #0b4d88;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 960px) {
  .recruitment label::after {
    right: 40px;
  }
}
.recruitment__content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  width: 95%;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 860px;
}
.recruitment__inner {
  display: block;
  border-top: 2px #d0d0d0 solid;
  padding: 16px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .recruitment__inner {
    padding: 30px 40px;
  }
}
.recruitment__inner p {
  font-weight: 500;
  color: #0b4d88;
  margin-bottom: 10px;
}
.recruitment__inner div {
  margin-bottom: 30px;
}

.entry {
  padding: 75px 0;
  width: 85%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .entry {
    padding: 85px 0 80px;
  }
}
.entry p {
  margin-bottom: 20px;
}
.entry a {
  display: block;
  width: 100%;
  font-size: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 32px;
  line-height: normal;
  padding: 11px 0;
  border: 1px #de8000 solid;
  color: #de8000;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  background-color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .entry a:hover {
    color: #ffffff;
    background-color: #de8000;
  }
}/*# sourceMappingURL=recruit.css.map */