@charset "UTF-8";
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 0;
  }
}
.top {
  overflow-x: hidden;
  /*****************************************
  メインビジュアル
  *****************************************/
  /*****************************************
  会社概要
  *****************************************/
  /*****************************************
  社会貢献
  *****************************************/
  /*****************************************
  私たちのこと
  *****************************************/
  /*****************************************
  採用情報
  *****************************************/
  /*****************************************
  NEWS
  *****************************************/
}
.top .top-mv-wrap {
  position: relative;
  min-height: 804px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  background-image: linear-gradient(180deg, rgba(153, 211, 255, 0.5), rgba(22, 147, 242, 0.5));
}
.top .top-mv-wrap .top-mv-image {
  padding: 80px 28% 0 0;
}
.top .top-mv-wrap .top-mv-title {
  width: 45%;
  padding-right: 5%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top .top-mv-wrap .top-mv-title img {
  width: 100%;
}
@media screen and (max-width: 1285px) {
  .top .top-mv-wrap {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .top-mv-wrap {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  }
  .top .top-mv-wrap .top-mv-image {
    order: 2;
    padding: 30px 8% 0 0;
  }
  .top .top-mv-wrap .top-mv-title {
    width: 90%;
    margin: 0 auto;
    order: 1;
    position: inherit;
    top: inherit;
    right: inherit;
    transform: inherit;
  }
  .top .top-mv-wrap .top-mv-title img {
    margin: 15px 0 0;
  }
}
.top .fadein-mv-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  animation: fadein 1.5s ease forwards;
}
@keyframes fadein {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.top .top-company {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top .top-company {
    padding: 120px 30px 0;
  }
}
.top .top-company .top-company-text {
  max-width: 635px;
  margin-right: -80px;
  z-index: 1;
}
.top .top-company .top-company-text > p {
  max-width: 505px;
  margin: 40px 0 0;
}
.top .top-company .top-company-text .btn {
  margin: 30px 0 0;
}
.top .top-company .top-company-image {
  max-width: 645px;
}
@media screen and (max-width: 767px) {
  .top .top-company {
    padding: 65px 25px 0;
    flex-direction: column;
    gap: 15px;
  }
  .top .top-company .top-company-text {
    margin-right: 0;
    order: 2;
  }
  .top .top-company .top-company-text h3 .top-company-text-jp {
    padding-left: 10px;
  }
  .top .top-company .top-company-text h3 img {
    max-width: 268px;
  }
  .top .top-company .top-company-text > p {
    margin: 30px 0 0;
  }
  .top .top-company .top-company-image {
    order: 1;
  }
}
.top .top-swiper-wrap .top-swiper {
  padding: 140px 0 0;
  margin: 0 0 -120px;
  transform: rotate(4deg);
  /* 画像のサイズ調整 */
}
.top .top-swiper-wrap .top-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top .top-swiper-wrap .top-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.top .top-swiper-wrap .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ← ここが重要 */
  display: block;
}
@media screen and (max-width: 767px) {
  .top .top-swiper-wrap .top-swiper {
    padding: 80px 0 0;
    margin: 0 0 -50px;
  }
}
.top .top-company-text-jp {
  padding-left: 25px;
}
.top h3 span {
  display: block;
  position: relative;
  font-size: 1.625rem;
  line-height: 1;
  padding-left: 35px;
}
.top h3 span::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(/recruit/assets/img/top/top_company_ttl_slash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.top h3 img {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .top h3 span {
    font-size: 1.125rem;
    padding-left: 27px;
  }
  .top h3 span::after {
    width: 22px;
    height: 22px;
    top: -2px;
    background-size: 100%;
  }
  .top h3 img {
    max-width: 198px;
  }
}
.top .top-social {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-image: url(/recruit/assets/img/top/top_social_bg_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.top .top-social .top-social-inner {
  display: flex;
  gap: 45px;
  padding: 6% 7% 8%;
}
.top .top-social .top-social-inner .top-company-text-jp {
  padding-left: 60px;
}
.top .top-social .top-social-inner h3 {
  max-width: 660px;
}
.top .top-social .top-social-inner h3 span::after {
  background-image: url(/recruit/assets/img/top/top_social_ttl_slash.svg);
}
.top .top-social .top-social-inner > div {
  max-width: 30%;
}
.top .top-social .top-social-inner > div .btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 1000px) {
  .top .top-social .top-social-inner > div {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top .top-social {
    max-width: 372px;
    margin: 0 0 0 0;
    background-image: url(/recruit/assets/img/top/top_social_bg_sp.svg);
  }
  .top .top-social .top-social-inner {
    flex-direction: column;
    gap: 30px;
    padding: 14% 7% 17%;
  }
  .top .top-social .top-social-inner h3 .top-company-text-jp {
    padding-left: 30px;
  }
  .top .top-social .top-social-inner h3 img {
    max-width: 318px;
  }
  .top .top-social .top-social-inner > div {
    max-width: 100%;
  }
  .top .top-social .top-social-inner > div .btn {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .top .top-social {
    max-width: 358px;
  }
  .top .top-social .top-social-inner h3 img {
    max-width: 300px;
  }
}
.top .top-wandp {
  margin: 130px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top .top-wandp {
    padding: 0 15px;
  }
}
.top .top-wandp .top-wandp-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.top .top-wandp .top-wandp-inner .top-wandp-image {
  max-width: 530px;
  width: 100%;
  margin: -60px -60px 0 0px;
  position: relative;
  z-index: 1;
}
.top .top-wandp .top-wandp-inner .top-wandp-text {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 735px;
  background: #333;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
}
.top .top-wandp .top-wandp-inner .top-wandp-text h3 span::after {
  background-image: url(/recruit/assets/img/top/top_wandp_ttl_slash.svg);
}
.top .top-wandp .top-wandp-inner .top-wandp-text .top-wandp-text-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  display: block;
  padding: 50px 40px 70px 80px;
  background-color: #fff;
}
.top .top-wandp .top-wandp-inner .top-wandp-text ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.top .top-wandp .top-wandp-inner .top-wandp-text ul li {
  width: 28.7%;
}
.top .top-wandp .top-wandp-inner .top-wandp-text ul li a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  background-image: url(/recruit/assets/img/top/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 6px right 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #0068B7;
}
.top .top-wandp .top-wandp-inner .top-wandp-text .btn {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .top .top-wandp {
    margin: 80px 0 0 auto;
    max-width: 372px;
  }
  .top .top-wandp .top-wandp-inner {
    flex-direction: column;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-image {
    margin: 0 0 -40px 0;
    padding: 0 0 0 30px;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text {
    padding: 3px 0px 3px 3px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text .top-wandp-text-inner {
    padding: 80px 25px 40px 25px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text .top-wandp-text-inner .top-company-text-jp {
    padding-left: 10px;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text .top-wandp-text-inner h3 img {
    max-width: 260px;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text ul {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text ul li {
    width: 100%;
  }
  .top .top-wandp .top-wandp-inner .top-wandp-text .btn {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .top .top-wandp {
    max-width: 352px;
  }
}
.top .top-recruit {
  margin: 130px 0 0;
  padding: 0 0 130px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top .top-recruit {
    padding: 0 15px 130px;
  }
}
.top .top-recruit .top-recruit-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.top .top-recruit .top-recruit-inner .top-recruit-image {
  max-width: 530px;
  width: 100%;
  margin: -60px 0 0 -70px;
  position: relative;
  z-index: 1;
}
.top .top-recruit .top-recruit-inner .top-recruit-text {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 735px;
  background: #333;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
}
.top .top-recruit .top-recruit-inner .top-recruit-text h3 img {
  margin: -50px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top .top-recruit .top-recruit-inner .top-recruit-text h3 img {
    margin: -10px 0 0;
  }
}
.top .top-recruit .top-recruit-inner .top-recruit-text h3 span::after {
  background-image: url(/recruit/assets/img/top/top_recruit_ttl_slash.svg);
}
.top .top-recruit .top-recruit-inner .top-recruit-text p {
  margin: 40px 0 0;
  max-width: 498px;
  width: 100%;
}
.top .top-recruit .top-recruit-inner .top-recruit-text .top-recruit-text-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  display: block;
  padding: 50px 60px 60px 100px;
  background-color: #fff;
}
.top .top-recruit .top-recruit-inner .top-recruit-text ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.top .top-recruit .top-recruit-inner .top-recruit-text ul li {
  width: 28.7%;
}
.top .top-recruit .top-recruit-inner .top-recruit-text ul li a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  background-image: url(/recruit/assets/img/top/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 6px right 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #0068B7;
}
.top .top-recruit .top-recruit-inner .top-recruit-text .btn {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .top .top-recruit {
    margin: 80px auto 0 0;
    padding: 0 0 80px;
    max-width: 372px;
  }
  .top .top-recruit .top-recruit-inner {
    flex-direction: column;
  }
  .top .top-recruit .top-recruit-inner .top-recruit-text {
    order: 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .top .top-recruit .top-recruit-inner .top-recruit-text .top-recruit-text-inner {
    padding: 90px 25px 50px 25px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .top .top-recruit .top-recruit-inner .top-recruit-text .top-recruit-text-inner p {
    margin: 25px 0 0;
  }
  .top .top-recruit .top-recruit-inner .top-recruit-text h3 img {
    max-width: 248px;
    margin: -10px 0 0;
  }
  .top .top-recruit .top-recruit-inner .top-recruit-text .btn {
    margin: 25px 0 0;
  }
  .top .top-recruit .top-recruit-inner .top-recruit-image {
    order: 1;
    margin: 0 0 -40px 0;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  .top .top-recruit {
    max-width: 352px;
  }
}
.top .top-news {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 140px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
}
.top .top-news .top-news-title h3 {
  color: #DDEAF3;
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.top .top-news .top-news-title > span {
  margin: 5px 0 0;
  display: inline-block;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 2px 10px;
  background-color: #0068B7;
}
.top .top-news .top-news-title .btn {
  margin: 82px 0 0;
}
.top .top-news .top-news-list {
  max-width: 658px;
  width: 100%;
}
.top .top-news .top-news-list ul {
  margin: -20px 0 0;
}
.top .top-news .top-news-list ul li a {
  display: flex;
  gap: 35px;
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid #444444;
}
.top .top-news .top-news-list ul li a p {
  font-size: 1rem;
  line-height: 1.5;
}
.top .top-news .top-news-list ul li a p:first-child {
  font-weight: 800;
}
.top .top-news .top-news-list ul li a.nolink {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top .top-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 25px 120px;
    gap: 0;
  }
  .top .top-news .top-news-title {
    display: contents;
    text-align: center;
  }
  .top .top-news .top-news-title h3 {
    order: 1;
    font-size: 2.875rem;
  }
  .top .top-news .top-news-title span {
    order: 2;
    font-size: 0.9375rem;
  }
  .top .top-news .top-news-title .btn {
    order: 4;
    margin: 33px 0 0;
  }
  .top .top-news .top-news-list {
    display: contents;
  }
  .top .top-news .top-news-list ul {
    order: 3;
    margin: 15px 0 0;
    width: 100%;
  }
  .top .top-news .top-news-list ul li {
    width: 100%;
  }
  .top .top-news .top-news-list ul li a {
    flex-direction: column;
    gap: 5px;
    padding: 25px 30px 25px 0;
  }
}
.top .top-grada-blue {
  position: relative;
}
.top .top-grada-blue::after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(180deg, rgba(153, 211, 255, 0.5), rgba(22, 147, 242, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .top-grada-blue::after {
    height: 95%;
  }
}/*# sourceMappingURL=top.css.map */