@charset "UTF-8";
/* CSS Document */


/* =========================
  top-mv
========================= */

.top-mv {
  margin-bottom: 100px;
  padding-top: 90px;
}
.top-mv__movie {
  height: 800px;
}
.top-mv__movie-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__banner-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 100px;
}
.top-mv__banner {
  display: block;
  width: calc((100% - 90px) / 3);
  max-width: 340px;
}
.top-mv__news {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .top-mv__movie {
    height: 650px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv {
    padding-top: 80px;
  }
  .top-mv__movie {
    height: 600px;
  }
  .top-mv__content {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .top-mv__banner-wrap {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
    align-items: center;
  }
  .top-mv__banner {
    width: 100%;
    max-width: 500px;
  }
  .top-mv__news {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .top-mv {
    padding-top: 60px;
  }
  .top-mv__movie {
    height: 450px;
  }
  .top-mv__content {
    padding-top: 20px;
  }
  .top-mv__banner-wrap {
    gap: 20px;
    margin-top: 40px;
  }
}

/* =========================
  news-top
========================= */

.news-top__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.news-top__ttl {
  color: #274870;
  line-height: 1;
}
.news-top__more {
  color: #274870;
  border-bottom: 2px solid #00bce3;
  line-height: 1.4;
  font-weight: 600;
}
.news-top__more span {
  color: #00bce3;
  padding-left: 3px;
}
.news-top__list {
  margin-top: 15px;
  border-top: 1px solid #999;
}
.news-top__item {
  border-bottom: 1px solid #999;
}
.news-top__link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 15px 0;
}
.news-top__date {
  width: 95px;
  color: #00bce3;
  flex-shrink: 0;
}
.news-top__txt {
  flex: 1;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news-top__head {
    align-items: center;
  }
  .news-top__list {
    margin-top: 10px;
  }
  .news-top__txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .news-top__head {
    align-items: flex-end;
  }
  .news-top__link {
    gap: 25px;
  }
  .news-top__date {
    width: 70px;
  }
  .news-top__more {
    padding-bottom: 2px;
  }
}

/* =========================
  top-ai
========================= */

.top-ai {
  margin-bottom: 0;
  background: #f7f8fa;
}
.top-ai__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-ai__txt-area {
  width: 55%;
}
.top-ai__label {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  background: linear-gradient(90deg,#274870 0%,#274870 60%,rgba(39,72,112,0) 100%
  );
  line-height: 1.4;
}
.top-ai__ttl {
  margin-top: 20px;
  color: #274870;
}
.top-ai__txt {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.top-ai__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  margin-top: 25px;
  padding: 10px 20px;
  color: #fff;
  background: #00bce3;
  border-radius: 3px;
  border: 2px solid #00bce3;
}
.top-ai__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-55%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .top-ai__btn:hover {
    background: #fff;
    color: #00bce3;
  }
  .top-ai__btn:hover::before {
    border-top: 2px solid #00bce3;
    border-right: 2px solid #00bce3;
  }
}
.top-ai__img {
  width: 45%;
}
.top-ai__img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .top-ai {
    margin-bottom: 0;
  }
  .top-ai__inner.section-inner {
    padding: 0;
  }
  .top-ai__content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top-ai__txt-area {
    width: 100%;
    max-width: 500px;
    padding: 40px 4% 80px;
  }
  .top-ai__label {
    min-width: 210px;
  }
  .top-ai__img {
    width: 100%;
  }
  .top-ai__btn {
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .top-ai__txt-area {
    padding: 30px 6% 60px;
  }
}

/* =========================
  top-company
========================= */

.top-company {
  margin-bottom: 0;
}
.top-company__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-company__img {
  width: calc(100% - 580px + 360px);
  margin-left: -360px;
  flex-shrink: 0;
}
.top-company__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-company__txt-area {
  max-width: 580px;
}
.top-company__label {
  display: inline-block;
  color: #00bce3;
  line-height: 1.4;
}
.top-company__ttl {
  color: #274870;
}
.top-company__txt {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.top-company__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  margin-top: 25px;
  padding: 10px 20px;
  color: #fff;
  background: #00bce3;
  border-radius: 3px;
  border: 2px solid #00bce3;
}
.top-company__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-55%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .top-company__btn:hover {
    background: #fff;
    color: #00bce3;
  }
  .top-company__btn:hover::before {
    border-top: 2px solid #00bce3;
    border-right: 2px solid #00bce3;
  }
}

@media screen and (max-width: 1000px) {
  .top-company__content {
    align-items: stretch;
  }
  .top-company__img {
    width: calc(100% - 480px + 220px);
    margin-left: -220px;
  }
  .top-company__txt-area {
    padding: 40px 0 40px 25px;
  }
}

@media screen and (max-width: 900px) {
  .top-company__inner.section-inner {
    padding: 0;
  }
  .top-company__content {
    flex-direction: column;
    align-items: center;
  }
  .top-company__img {
    width: 100%;
    margin-left: 0;
  }
  .top-company__txt-area {
    width: 100%;
    max-width: 500px;
    padding: 40px 4% 80px;
  }
  .top-company__btn {
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .top-company__txt-area {
    padding: 40px 6% 60px;
  }
}

/* =========================
  top-service
========================= */

.top-service {
  background: #f7f8fa;
  padding: 80px 0 100px;
  margin-bottom: 0;
}
.top-service__head {
  text-align: center;
}
.top-service__sub {
  color: #00bce3;
}
.top-service__ttl {
  color: #274870;
  line-height: 1.4;
}
.top-service__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.top-service__item {
  width: calc((100% - 60px) / 3);
}
.top-service__card {
  display: block;
  background: #00bce3; /* ←ここを水色に */
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  border-radius: 10px;
  overflow: hidden;
  padding: 4px; /* ←これで枠を作る */
}
.top-service__img {
  border: 4px solid #00bce3;
}
.top-service__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-service__body {
  position: relative;
  padding: 10px 15px;
  background: #00bce3;
  display: flex;
  justify-content: center;
}
.top-service__icon {
  max-width: 30px;
  margin-right: 10px;
}
.top-service__name {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.top-service__body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .top-service__list {
    gap: 30px;
  }
  
}
@media screen and (max-width: 900px) {
  .top-service__list {
    gap: 20px;
  }
}

@media screen and (max-width: 830px) {
  .top-service {
    padding: 60px 0 80px;
    margin-bottom: 0;
  }
  .top-service__head {
    display: block;
    text-align: center;
  }
  .top-service__ttl {
    margin-top: 5px;
  }
  .top-service__list {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap:60px
  }
  .top-service__item {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .top-service {
    margin-bottom: 0;
  }
  .top-service__list {
    margin-top: 20px;
    gap: 40px;
  }
  .top-service__body {
    min-height: 50px;
    padding: 10px 15px;
  }
}

/* =========================
  top-works
========================= */

.top-works {
  margin-bottom: 60px;
  padding: 100px 0 120px;
  background: url("../img/top/top-works-bg.webp") no-repeat center / cover;
  
}
.top-works__content {
  position: relative;
}
.top-works__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  padding: 15px 25px 25px 20px;
  background: #00bce3;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
@media (hover: hover) and (pointer: fine) {
  .top-works__head:hover {
    transform: translateY(4px);
    opacity: 1;
  }
}
.top-works__sub {
  color: #fff;
  line-height: 1.4;
}
.top-works__ttl {
  color: #fff;
  line-height: 1.4;
}
.top-works__more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.top-works__more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00bce3;
  border-right: 2px solid #00bce3;
  transform: translate(-65%, -50%) rotate(45deg);
}
.top-works__img {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 0 0 auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
   transform: translateY(30px);
}

@media screen and (max-width: 1024px) {
  .top-works__head {
    max-width: 320px;
  }
  .top-works__img {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .top-works {
    padding: 40px 0 100px;
  }
  .top-works__head {
    left: -5%;
    padding: 15px 20px;
  }
  .top-works__more {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .top-works__img {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-works__head {
    left: -7%;
    width: 200px;
  }
  .top-works__more {
    width: 25px;
    height: 25px;
  }
}

/* =========================
  top-recruit
========================= */

.top-recruit {
  margin-bottom: 80px;
}
.top-recruit__banner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 50px 35px 40px;
  background: #f4f4f4;
  border-radius: 20px;
}
.top-recruit__txt-area {
  max-width: 490px;
}
.top-recruit__sub {
  color: #274870;
  line-height: 1.4;
}
.top-recruit__ttl {
  margin-top: 5px;
  line-height: 1.2;
}
.top-recruit__ttl span {
  display: inline-block;
  padding: 2px 10px 5px;
  color: #fff;
  background: #00bce3;
}
.top-recruit__ttl span:last-child {
  margin-right: 0;
}
.top-recruit__txt {
  margin-top: 15px;
  color: #274870;
  line-height: 1.5;
  font-weight: 700;
}
.top-recruit__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 490px;
  margin-top: 20px;
  padding: 10px 20px;
  color: #00bce3;
  background: #fff;
  border: 2px solid #00bce3;
  border-radius: 3px;
}
.top-recruit__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00bce3;
  border-right: 2px solid #00bce3;
  transform: translateY(-55%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .top-recruit__btn:hover {
    background: #00bce3;
    color: #fff;
  }
  .top-recruit__btn:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.top-recruit__img {
  max-width: 490px;
}

@media screen and (max-width: 1024px) {
  .top-recruit__banner {
    padding: 30px;
  }
  .top-recruit__txt-area {
    width: 45%;
  }
  .top-recruit__img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .top-recruit__inner.section-inner {
    padding: 0 4%;
  }
  .top-recruit__banner {
    flex-direction: column;
    align-items: center;
    padding: 25px 6%;
    border-radius: 15px;
  }
  .top-recruit__txt-area {
    width: 100%;
  }
  .top-recruit__btn {
    width: 100%;
    min-width: auto;
  }
  .top-recruit__img {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .top-recruit__banner {
    padding: 20px 5%;
  }
  .top-recruit__txt {
    margin-top: 10px;
  }
  .top-recruit__btn {
    min-height: 40px;
    margin-top: 15px;
  }
}


