@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.mv__top-news__link {
  transition: opacity 0.3s ease-out;
}
.mv__top-news__link:hover {
  opacity: 0.6;
}

.fv {
  position: relative;
}

.mv {
  height: calc(100svh - clamp(85px, 5.7291666667vw, 100px));
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/top/fv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.mv__catch {
  text-align: center;
  font-size: 5rem;
  line-height: 7.1rem;
  letter-spacing: 7.5px;
}
@media screen and (max-width: 768px) {
  .mv__catch {
    margin-bottom: 34px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.8rem;
  }
}
.mv__top-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 586px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mv__top-news {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}
.mv__top-news__link {
  display: flex;
  padding-right: 30px;
  padding-block: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mv__top-news__link {
    padding: 30px 10px;
  }
}
.mv__top-news__date {
  padding-inline: 30px;
  font-family: "Work Sans", sans-serif;
  border-right: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .mv__top-news__date {
    padding-inline: 12px;
  }
}
.mv__top-news__ttl {
  flex-grow: 1;
  padding-inline: 30px;
  white-space: nowrap; /* 改行しない */
  overflow: hidden; /* はみ出した部分を非表示 */
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .mv__top-news__ttl {
    padding-inline: 12px;
  }
}
.mv__top-news__icon {
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #005EAA;
  color: #fff;
  text-align: center;
  border-radius: 36px;
}

/* ========================= /
/  Mission
/* =========================*/
.mission {
  background-color: #f5f5f5;
}
.mission__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mission__inner {
    flex-wrap: wrap;
  }
}
.mission__left-content {
  min-width: 300px;
  flex: 0 0 35%;
}
@media screen and (max-width: 768px) {
  .mission__left-content {
    padding-left: 5vw;
  }
}
.mission__ttl.--ja {
  margin-bottom: 34px;
}
.mission__catch {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .mission__catch {
    padding-top: 0;
  }
}

/* ========================= /
/  SERVICE
/* =========================*/
.service__txt {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .service__txt {
    margin: 30px 0;
  }
}
.service .card__container {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service .card__container {
    margin-top: 30px;
  }
}
.service .card__container .card__item {
  aspect-ratio: 1/1.1458;
  background-size: cover;
  background-position: center;
}
.service .card__container .card__item--first {
  background-image: url("../img/top/service_1.jpg");
}
.service .card__container .card__item--second {
  background-image: url("../img/top/service_2.jpg");
}
.service .card__container .card__item--third {
  background-image: url("../img/top/service_3.jpg");
}

/* ========================= /
/  COMPANY
/* =========================*/
.company {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.company__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .company__ttl {
    margin-left: 5vw;
  }
}
.company__left-content {
  flex: 0 0 50%;
  max-width: 735px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .company__left-content {
    flex: 0 0 100%;
  }
}
.company__right-content {
  width: 40%;
  max-width: 600px;
  padding-top: 100px;
}
.company__catch {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .company__catch {
    margin-top: 60px;
  }
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 77%;
  max-width: 1434px;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company::before {
    width: 67%;
  }
}
.company__sp-image {
  width: 85%;
  margin: 30px auto 0;
}

/* ========================= /
/  COLUMN
/* =========================*/
@media screen and (max-width: 768px) {
  .swiper-container {
    padding-right: 48px;
  }
}

.column {
  overflow: hidden;
}
.column__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.column-card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(1.9659239843vw, 30px);
  margin-block: 70px;
}
@media screen and (max-width: 768px) {
  .column-card__container {
    flex-wrap: nowrap;
    gap: 0;
    margin-block: 40px;
  }
}
.column-card__item {
  width: calc(25% - min(1.9659239843vw, 30px));
}
@media screen and (max-width: 1024px) {
  .column-card__item {
    width: calc(50% - min(1.9659239843vw, 30px));
  }
}
.column-card__item:hover .column-card__thumb img {
  scale: 1.05;
}
.column-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/0.7;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
}
.column-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: none;
  transition: 0.3s;
}
.column-card__date {
  margin-bottom: 10px;
  line-height: 2.1rem;
}
.column-card__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.column-card__txt {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

/* ========================= /
/  RECRUIT
/* =========================*/
.recruit {
  position: relative;
  background-color: #005EAA;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 395px;
    background-image: url("../img/top/sp_recruit_bg.png");
    background-size: 100% auto;
    background-position: top;
  }
}
.recruit__inner {
  width: 45vw;
  max-width: 590px;
}
@media screen and (max-width: 768px) {
  .recruit__inner {
    width: 100%;
    max-width: inherit;
  }
}
.recruit__ttl {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 8.3rem;
  font-weight: 500;
  line-height: 11rem;
}
@media screen and (max-width: 768px) {
  .recruit__ttl {
    margin-bottom: 20px;
    font-size: 6rem;
    line-height: 6.3rem;
  }
}
.recruit__txt {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2rem;
  line-height: 4.7rem;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .recruit__txt {
    margin-bottom: 34px;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.recruit__link {
  border: 1px solid #fff;
}
.recruit::after, .recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 24vw;
  max-width: 550px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit::after, .recruit::before {
    display: none;
  }
}
.recruit::after {
  right: 0;
  background-image: url("../img/top/recruit2.png");
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}
.recruit::before {
  left: 0;
  background-image: url("../img/top/recruit1.png");
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}

/* ========================= /
/  SNS
/* =========================*/
.sns {
  text-align: center;
}/*# sourceMappingURL=top.css.map */