@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     index


============================================================================= */
.mv-content {
  height: 700px;
  /*   height: 750px; */
  max-height: 100vw;
  position: relative;
}

.swiper-slide {
  height: auto;
}

.mv-swiper {
  height: 100%;
}
.mv-swiper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.mv-swiper-itemttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(3rem, 3vw, 8rem);
  height: 100%;
  left: 50%;
  max-width: 1128px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.mv-swiper-itemttl._two {
  color: #fff;
}
.mv-swiper-itemttl._two span {
  font-size: 135%;
}

.mv-swiper-itemspan {
  display: inline;
  vertical-align: middle;
}

.mv-news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  position: absolute;
  right: 0;
  width: 60%;
  z-index: 10;
}

.mv-news-ttl {
  background-color: #005fae;
  color: #fff;
  font-size: 2.2rem;
  margin-right: 10px;
  padding: 0 0.15em;
}

.news-item._mv {
  background: #fff;
  border: none;
  width: 100%;
}
.news-item._mv:before {
  right: 20px;
}

/* =============================================================================


    mission


============================================================================= */
.mission {
  background: #e5e5e5;
}

.mission-contents {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.mission-txtbox {
  /*   min-width: 500px; */
  width: 50%;
}

.mission-txt {
  font-size: 2rem;
  line-height: 2;
}

.mission-btnbox {
  text-align: right;
}

.mission-img {
  margin-left: calc(540px - 683px);
  width: calc(50% + 683px - 540px);
}

/* =============================================================================


    works


============================================================================= */
.works-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 40px;
}

.works-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 40px;
}

.works-item {
  position: relative;
}

.works-item-ttl {
  font-size: 3.4rem;
  position: absolute;
  text-align: center;
  top: calc(50% - 55px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.works-btnbox {
  bottom: 40px;
  left: 50%;
  margin: auto;
  max-width: 90%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

/* =============================================================================


    recruit


============================================================================= */
.recruit {
  background: #e5e5e5;
}

.recruit-contents {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.recruit-content {
  width: 60%;
}

.recruit-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(540px - 683px);
  width: calc(40% - 20px);
  width: calc(50% + 683px - 540px);
}

.recruit-img {
  width: 70%;
  z-index: 1;
}
.recruit-img:nth-of-type(2) {
  margin-left: -10%;
  margin-top: 40%;
  z-index: 0;
}

.recruit-txt {
  font-size: 2rem;
  line-height: 2;
}

.recruit-item {
  margin-top: 40px;
}
.recruit-item + .recruit-item {
  margin-top: 28px;
}

.recruit-btn {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.recruit-btn:hover {
  opacity: 0.7;
}
.recruit-btn:hover .recruit-btnicon {
  background: #fff;
}

.recruit-btnicon {
  border: 1px solid #231815;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 150px;
}
.recruit-btnicon:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の%に固定 */
}
.recruit-btnicon > span {
  background: #231815;
  border-radius: 0%;
  height: 1px;
  left: -30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60px;
}
.recruit-btnicon > span:before {
  background: inherit;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: -2.5px;
  top: -2.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 7px;
}
.recruit-btnicon img {
  display: block;
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
}

.recruit-btntxt {
  font-size: 3rem;
}

/* =============================================================================


    news


============================================================================= */
.news-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  display: grid;
  grid-template-areas: "ttl list" "btn list";
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr;
}

.news-container .common-ttlbox {
  grid-area: ttl;
}

.news-container .news-list {
  grid-area: list;
}

.news-container .news-btnbox {
  grid-area: btn;
  margin-top: 40px;
}

.news-btnbox {
  text-align: left;
  width: 100%;
}

.news-list {
  border-top: 1px solid #b5cfe3;
  max-width: 800px;
  width: 100%;
}

.news-item {
  gap: 20px;
  border-bottom: 1px solid #b5cfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 1em 0;
  padding-right: 36px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-item:before {
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 9px;
}
.news-item:hover {
  background: #b5cfe3;
}

.news-date {
  min-width: 6.5em;
  padding: 0.15em;
}

.news-category {
  background: white;
  border: 1px solid #231815;
  display: inline-block;
  max-width: 8em;
  min-width: 8em;
  padding: 0.15em;
  text-align: center;
}

.news-ttl {
  max-height: 1.5em;
  overflow: hidden;
  padding: 0.15em;
  padding-right: 22px;
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
  white-space: nowrap;
}

@media (max-width: 1128px){
  .mv-content {
    height: 540px;
  }
  .mv-swiper-itemttl {
    padding: 0 24px;
  }
  .mv-news {
    min-width: 90%;
  }
  .works-list {
    /*     max-width: 680px; */
    margin: 40px auto 0;
    /*     grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr); */
  }
  .works-item-ttl {
    font-size: 2.6rem;
    top: calc(50% - 35px);
  }
  .works-btnbox {
    bottom: 20px;
  }
  .works-btnbox .btn {
    font-size: 1.6rem;
    padding: 1.5rem 0.8rem;
  }
  .works-btnbox .btn span {
    width: 20px;
  }
  .recruit-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-content {
    width: 100%;
  }
  .recruit-imgs {
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    width: 90%;
  }
  .recruit-btntxt {
    font-size: 2.4rem;
  }
  .news-container {
    display: block;
  }
  .news-list {
    margin: 50px auto;
  }
}

@media (max-width: 767px){
  .mv-content {
    height: auto;
    max-height: unset;
  }
  .mv-swiper {
    height: 520px;
    max-height: 100vw;
  }
  .mv-swiper-itemttl {
    padding: 0 16px;
  }
  .mv-news {
    position: relative;
    width: 100%;
  }
  .mv-news-ttl {
    display: none;
  }
  .news-item._mv {
    background: #005fae;
    color: #fff;
  }
  .news-item._mv .news-category {
    background: transparent;
    border-color: #fff;
  }
  .news-item._mv:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .mission-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mission-txtbox {
    width: 100%;
  }
  .mission-txt {
    font-size: 1.4rem;
  }
  .mission-img {
    margin-left: -16px;
    width: 100%;
  }
  .works-txt {
    font-size: 1.5rem;
    margin-top: 28px;
  }
  .works-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .works-item-ttl {
    font-size: 1.8rem;
    top: calc(50% - 25px);
  }
  .works-btnbox {
    bottom: 10px;
    left: 50%;
    margin: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  .works-btnbox .btn {
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
  }
  .works-btnbox .btn span {
    width: 20px;
  }
  .recruit-imgs {
    margin-top: 20px;
  }
  .recruit-txt {
    font-size: 1.5rem;
  }
  .recruit-btn {
    padding-left: 15px;
  }
  .recruit-btnicon {
    width: 100px;
  }
  .recruit-btnicon > span {
    width: 45px;
  }
  .recruit-btnicon img {
    height: 40px;
    width: 40px;
  }
  .recruit-btntxt {
    font-size: 1.8rem;
  }
  .news-item {
    gap: 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    padding: 10px;
    padding-right: 36px;
  }
  .news-ttl {
    font-size: 1.5rem;
    width: 100%;
  }
}

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