@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 200px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 190px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.sec01 .wrap {
  position: relative;
  z-index: 1;
}
.sec01 .ttl {
  font-family: "shippori-mincho", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .ttl {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.3em;
    text-align: justify;
    text-indent: -2.3em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .ttl {
    font-size: 18px;
  }
}
.sec01 .ttl span {
  font-size: 36px;
}
@media screen and (max-width: 1080px) {
  .sec01 .ttl span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .ttl span {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .ttl span {
    font-size: 22px;
  }
}
.sec01 .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 30px;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txt {
    font-size: 12px;
  }
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.sec02 .flex {
  gap: 20px;
  justify-content: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex {
    gap: 15px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex {
    gap: 10px;
  }
}
.sec02 .flex .img {
  aspect-ratio: 270/200;
  overflow: hidden;
  width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .img {
    width: calc((100% - 15px * 3) / 4);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .img {
    width: calc((100% - 15px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .img {
    width: calc((100% - 10px * 1) / 2);
  }
}
.sec02 .flex .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body:not(.on) .sec01 > .pc {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}
body:not(.on) .sec01 > .sp {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
body:not(.on) .sec02 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec02 > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .sec01 {
  position: relative;
}
body.on .sec01 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec01 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 {
  position: relative;
}
body.on .sec02 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------------------------
モーダルウインドウ
------------------------------------------------------------*/
.sec02 .flex > .img .modal {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec02 .flex > .img .modal:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec02 #modalArea {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.sec02 #modalArea img {
  -o-object-fit: contain;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 70%;
  max-width: 80%;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.sec02 .modal {
  position: relative;
}
/*# sourceMappingURL=sourcemaps/recruit.css.map */