@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-bottom: 140px;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
.sec01 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.sec01 .box .en {
  font-family: "Gilda Display", serif;
  font-size: 216px;
  font-weight: 400;
  line-height: 0.73;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .box .en {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .en {
    font-size: 18vw;
  }
}
.sec01 .box .imgs {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec01 .box .imgs {
    gap: 5px;
    margin-top: 15px;
  }
}
.sec01 .box .imgs .img {
  width: calc((100% - 10px * 4) / 5);
}
@media screen and (max-width: 768px) {
  .sec01 .box .imgs .img {
    width: calc((100% - 5px * 2) / 3);
  }
}
.sec01 .box .imgs .img img {
  display: block;
}
.sec01 .box .ttl {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 35px;
  line-height: 1.28;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec01 .box .ttl {
    margin-top: 40px;
  }
}
.sec01 .box .ttl span {
  color: #222222 !important;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec01 .box .ttl span::before {
  background-color: #93a78b;
  bottom: 3px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .sec01 .box .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .box .ttl {
    font-size: 20px;
  }
}
.sec01 .box .top-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.84;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 840px;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .box .top-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .top-txt {
    font-size: 14px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .box .top-txt {
    font-size: 12px;
  }
}
.sec01 .box .flex {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .sec01 .box .flex {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .box .flex {
    gap: 60px 30px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .flex {
    gap: 45px;
    margin-top: 60px;
  }
}
.sec01 .box .flex > div {
  width: calc((100% - 60px * 1) / 2);
}
@media screen and (max-width: 1280px) {
  .sec01 .box .flex > div {
    width: calc((100% - 40px * 1) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .box .flex > div {
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .flex > div {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .box .flex > div {
    width: 100%;
  }
}
.sec01 .box .flex > div:nth-of-type(1) .subttl {
  border-color: #7799a5;
}
.sec01 .box .flex > div:nth-of-type(2) .subttl {
  border-color: #d795ab;
}
.sec01 .box .flex > div:nth-of-type(3) .subttl {
  border-color: #bb9975;
}
.sec01 .box .flex > div:nth-of-type(4) .subttl {
  border-color: #9d75a7;
}
.sec01 .box .flex > div:nth-of-type(5) .subttl {
  border-color: #7e8e5e;
}
.sec01 .box .flex .img {
  aspect-ratio: 540/350;
  border: 3px solid #111;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec01 .box .flex .img {
    aspect-ratio: 670/500;
    margin-top: 20px;
  }
}
.sec01 .box .flex .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec01 .box .flex .subttl {
  border-left: 8px solid;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-top: 30px;
  padding-left: 7px;
}
@media screen and (max-width: 1080px) {
  .sec01 .box .flex .subttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .flex .subttl {
    border-left: 6px solid;
    font-size: 23px;
    margin-top: 0;
    padding-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .box .flex .subttl {
    font-size: 20px;
  }
}
.sec01 .box .flex .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec01 .box .flex .txt {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .box .flex .txt {
    font-size: 12px;
  }
}
.sec01 .box .banner {
  background-color: #fff;
  display: block;
  margin-top: 90px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .box .banner {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .box .banner {
    margin-top: 45px;
  }
}
@media screen and (min-width: 769px) {
  .sec01 .box .banner:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec01 .box .banner a {
  display: block;
  transition: all 0.3s ease;
}
.sec01 .box .banner a img {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec01 .box .banner a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec01 > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec01 > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}
body:not(.on) .sec01 .banner a > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec01 .banner a > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
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;
}
/*# sourceMappingURL=sourcemaps/recruit.css.map */