@charset "utf-8";
.contents.recruit-top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.contents p {
  font-weight: 400;
}
.recruit-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  color: #1d52a2;
  position: relative;
}
.recruit-title::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: -0.4em;
}
.movie .recruit-title::before {
  background-image: url(../images/recruit/fig_title_movie.png);
}
.interview .recruit-title::before {
  background-image: url(../images/recruit/fig_title_interview.png);
}
.achievement .recruit-title::before {
  background-image: url(../images/recruit/fig_title_achievement.png);
}
.section-wrap {
  margin: 10rem 0;
  padding: 2rem 0;
  position: relative;
}
.section-wrap::before {
  content: "";
  width: 406px;
  height: 115px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/recruit/fig_train_top.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.section-wrap::after {
  content: "";
  width: 1130px;
  height: 90%;
  display: inline-block;
  background-color: #e5f3fb;
  position: absolute;
  top: 85px;
  right: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: -1;
}
.section-wrap.interview::before {
  transform: scale(-1, 1);
  left: 0;
}
.section-wrap.interview::after {
  transform: scale(-1, 1);
  left: 0;
}
.recruit-title + p {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .section-wrap::after {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 991.98px) {
  .section-wrap::before {
    background-size: contain;
    width: 340px;
    height: 98px;
  }
  .section-wrap::after {
    top: 88px;
  }
}
@media (max-width: 767.98px) {
  .contents {
    font-size: 1.4rem;
  }
  .section-wrap {
    margin: 5rem 0;
    padding: 2rem 0;
  }
  .recruit-title {
    font-size: 2.6rem;
  }
  .recruit-title::before {
    background-size: contain;
    width: 48px;
    height: 40px;
    margin-top: -0.5rem;
  }
  .section-wrap::before {
    background-size: contain;
    width: 240px;
    height: 70px;
  }
  .section-wrap::after {
    top: 62px;
  }
}
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.pate-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: #1d52a2;
  position: relative;
}
.main-area {
  display: flex;
  background: url(../images/recruit/bg_main.jpg) no-repeat right bottom;
  background-size: contain;
}
.main-area .main-contents {
  width: 460px;
}
.main-contents .balloon {
  background-color: #e5f3fb;
  padding: 3rem 0;
  border-radius: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.main-contents .balloon::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  background-color: #e5f3fb;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -18px;
}
.main-contents .balloon p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #1d52a2;
  line-height: 2;
}
.main-contents img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .main-area {
    background-size: 450px;
    background-position: bottom left 445px;
  }
}
@media (max-width: 991.98px) {
  .main-wrap {
    max-width: 100%;
    padding: 0;
  }
  .main-area {
    background-size: 52vw;
    background-position: bottom right;
  }
  .main-area .main-contents {
    width: 350px;
    padding-left: 15px;
  }
  .main-contents .balloon p {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .main-area {
    display: block;
    background-size: 72vw;
    background-position: top right;
  }
  .pate-title {
    font-size: 2.4rem;
  }
  .main-contents .pate-title {
    margin: 0;
    padding: 28vw 0;
  }
  .main-area .main-contents {
    width: auto;
    padding-right: 15px;
  }
  .main-contents .balloon {
    padding: 2rem 0 1.5rem;
    /* width: 280px; */
    margin: 0 auto 1.5rem;
  }
  .main-contents .balloon p {
    font-size: 1.8rem;
  }
  .main-contents img {
    width: 250px;
  }
}
/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.info-area {
  border: 1px solid #1D52A2;
  padding: 5px 15px;
  margin-bottom: 8rem;
}
.info-area dt,
.info-area span,
.info-area a {
  font-weight: 400;
}
.info-area dt {
  float: left;
  margin: 0;
  padding: 8px 0 5px 0px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.info-area dd {
  padding: 8px 0px 8px 280px;
  color: #1d52a2;
  font-size: 1.6rem;
  line-height: 1.4;
  text-indent: -1.6rem;
}
.info-area dd:before {
  content: "\f105";
  color: #1d52a2;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  padding-right: 8px;
}
.info-area dt .category {
  margin: 0 0 0 10px;
  padding: 8px 0 7px;
  background-color: #999;
  color: #fff;
  font-size: 1.4rem;
  line-height: 0.8;
  vertical-align: baseline;
  width: 116px;
  text-align: center;
  display: inline-block;
}
.info-area dt .category.recruit {
  background-color: #35b13d;
}
.info-area dd .new {
  margin: 0 0 0 10px;
  padding: 2px 6px 1px;
  background-color: #f30;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .info-area {
    padding: 5px 25px;
  }
  .info-area dt {
    float: none;
    padding-bottom: 0;
    margin-left: -10px;
  }
  .info-area dd {
    padding-left: 10px;
  }
}
/*----------------------------------------------------
  紹介ムービー
----------------------------------------------------*/
.movie-list .swiper-slide iframe {
  max-width: 100%;
}
.movie-list .swiper-slide span {
  display: block;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}
.movie-list .movie-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.movie-list .movie-wrap iframe {
  width: 100%;
  height: 100%;
}
/*swiper*/
.swiper-list-wrap {
  position: relative;
  margin-top: 3rem;
}
.swiper-list-wrap .swiper-button-prev {
  left: -5rem;
}
.swiper-list-wrap .swiper-button-next {
  right: -5rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #1d52a2;
}
@media (max-width: 767.98px) {
  .swiper-list-wrap {
    padding: 0 3rem;
  }
  .swiper-list-wrap .swiper-button-prev::after,
  .swiper-list-wrap .swiper-button-next::after {
    font-size: 2em;
  }
  .swiper-list-wrap .swiper-button-prev {
    left: 0;
  }
  .swiper-list-wrap .swiper-button-next {
    right: 0;
  }
}
/*----------------------------------------------------
  インタビュー
----------------------------------------------------*/
.interview-list a {
  display: block;
  text-decoration: none;
  color: #222;
}
.interview-list img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 1rem;
}
.interview-list .name {
  margin-top: 1rem;
}
.interview-list .name span {
  display: inline-block;
  background-color: #1d52a2;
  color: #fff;
  margin: 0 0.7rem 5px 0;
  font-size: 0.9em;
  padding: 2px 0.5em;
}
.interview-list a:hover .name {
  color: #1d52a2;
}
@media (max-width: 767.98px) {
  .interview-list .name {
    font-size: 0.9em;
  }
}
/*----------------------------------------------------
  工事実績
----------------------------------------------------*/
ul.achievement-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 3rem -1.5rem 0;
}
.achievement-list li {
  width: 33.3333%;
  padding: 0 1.5rem;
}
.achievement-list a {
  display: block;
  color: #222;
  text-decoration: none;
  text-align: center;
}
.achievement-list a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.achievement-list a span {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
}
.achievement-list a:hover {
  color: #1d52a2;
}
@media (max-width: 767.98px) {
  ul.achievement-list {
    flex-wrap: wrap;
    margin: 3rem -0.5rem 0;
    justify-content: center;
  }
  .achievement-list li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
/*----------------------------------------------------
  トップ下部
----------------------------------------------------*/
.section-other-wrap {
  margin-top: 15rem;
}
.other-contents-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.other-contents-link > div {
  width: 50%;
  padding: 0 2.5rem;
  margin-bottom: 5rem;
}
.other-contents-link .block {
  padding: 2rem 3rem;
  background-color: #e5f3fb;
  border-radius: 2rem;
}
.other-contents-link .block h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  color: #1d52a2;
}
.other-contents-link .block a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d52a2;
  color: #fff;
  text-decoration: none;
  border-radius: 1rem;
  padding: 5px;
  width: 100%;
  max-width: 200px;
  height: 55px;
  text-align: center;
  margin: 2rem auto 0;
}
.other-contents-link .inner {
  display: flex;
}
.other-contents-link .inner .inner-contents {
  flex: 1;
  padding-right: 1rem;
}
.other-contents-link .inner .image {
  width: 135px;
}
.other-contents-link .inner .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .section-other-wrap {
    margin-top: 10rem;
  }
  .other-contents-link {
    margin: 0 -1.5rem;
  }
  .other-contents-link > div {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
  .other-contents-link .inner .image {
    width: 75px;
  }
  .other-contents-link .block {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .section-other-wrap {
    margin-top: 6rem;
  }
  .other-contents-link {
    display: block;
    margin: 0;
  }
  .other-contents-link .block h3 {
        font-size: 2.4rem;
  }
  .other-contents-link > div {
    width: auto;
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
}