/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */
.top {
  /* ----- mainvisual ----- */
  overflow: hidden;
  /* ----- news ----- */
  /* ----- about ----- */
  /* ----- business ----- */
  /* ----- recruit ----- */
}
.top .p-top {
  position: relative;
  overflow: hidden;
}
.top .p-top-bg {
  background: #F1F1F1;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
.top .p-top-bg-sp::before {
  content: "";
  width: 100%;
  background: #f6f6f4;
  position: absolute;
  z-index: -1;
}
.top .p-news {
  color: #fff;
  background: #000;
}
.top .p-news h2 {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0 24px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
}
.top .p-news .p-news-inner {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
}
.top .p-news .p-newsswiper {
  max-width: 65%;
}
.top .p-news .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  font-size: clamp(0.9375rem, 1.3043478261vw, 1.125rem);
}
.top .p-news .swiper-slide p > span:first-of-type {
  margin-right: 12px;
}
.top .p-news .p-news-more {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-left: auto;
}
.top .p-news .p-news-more__btn {
  position: relative;
  padding-right: 12px;
  line-height: 1;
}
.top .p-news .p-news-more__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.top .p-about {
  background: #f1f1f1;
  padding: 40px 15px 0;
  margin-bottom: -56px;
  font-family: "Noto Serif JP", serif;
}
.top .p-about-ttl {
  font-weight: bold;
  font-size: clamp(1.25rem, 2.0289855072vw, 1.75rem);
  letter-spacing: 0.08em;
  text-align: center;
  color: #263c7b;
  position: relative;
  margin-top: 8px;
}
.top .top-logo {
  max-width: clamp(70px, 12.75vw, 153px);
  margin: auto;
}
.top .p-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: clamp(24px, 4.4927536232vw, 62px);
}
.top .p-about-content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.top .p-about-content-column.--l {
  padding-right: clamp(20px, 3.4782608696vw, 48px);
}
.top .p-about-content-column.--r {
  width: 100%;
}
.top .p-about-content__catch {
  font-weight: 600;
  font-size: clamp(1.25rem, 2.0289855072vw, 1.75rem);
  letter-spacing: 0.08em;
}
.top .p-about-content__txt {
  margin-top: clamp(24px, 3.6231884058vw, 50px);
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 1.4492753623vw, 1.25rem);
}
.top .p-about-content__txt p + p {
  margin-top: clamp(16px, 2.5362318841vw, 35px);
}
.top .p-about-btn {
  padding-bottom: 116px;
}
.top .p-business {
  background: url(../../../img/top/business_bg.svg) #2b417e no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 68px 0 150px;
  overflow: hidden;
}
.top .p-business-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top .p-business-content:not(:first-child) {
  margin-top: 104px;
}
.top .p-business-column {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: clamp(240px, 25.3623188406vw, 350px);
}
.top .p-business-column.--l {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 15px);
}
.top .p-business-column.--l::before {
  content: "";
  width: 100vw;
  max-width: calc(100% + clamp(100px, 14.4927536232vw, 200px));
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(clamp(100px, 14.4927536232vw, 200px) * -1);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - clamp(100px, 14.4927536232vw, 200px)) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - clamp(100px, 14.4927536232vw, 200px)) 100%, 0% 100%);
}
.top .p-business-column.--l .p-business-btn {
  margin-left: 1.25vw;
}
.top .p-business-column.--r {
  position: relative;
  top: 52px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50% + 15px);
}
.top .p-business-column.--r::before {
  content: "";
  width: 100vw;
  max-width: calc(100% + clamp(100px, 14.4927536232vw, 200px));
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(clamp(100px, 14.4927536232vw, 200px) * -1);
  -webkit-clip-path: polygon(clamp(100px, 14.4927536232vw, 200px) 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(clamp(100px, 14.4927536232vw, 200px) 0, 100% 0%, 100% 100%, 0 100%);
}
.top .p-business-column.--r .p-business-btn {
  margin-right: 1.25vw;
}
.top .p-business-column.--img1::before {
  background: url(../../../img/top/business1@2x.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.top .p-business-column.--img2::before {
  background: url(../../../img/top/business2@2x.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.top .p-business-column.--img3::before {
  background: url(../../../img/top/business3@2x.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.top .p-business-column.--img4::before {
  background: url(../../../img/top/business4@2x.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.top .p-business-column.--img4::after {
  max-width: calc(100% + clamp(100px, 14.4927536232vw, 200px));
  width: 100vw;
  left: calc(clamp(100px, 14.4927536232vw, 200px) * -1);
  -webkit-clip-path: polygon(clamp(100px, 14.4927536232vw, 200px) 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(clamp(100px, 14.4927536232vw, 200px) 0, 100% 0%, 100% 100%, 0 100%);
}
.top .p-business-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.top .p-recruit {
  position: relative;
}
.top .p-recruit-loop {
  height: 612px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  background: url(../../../img/top/recruit_loop@2x.webp) repeat-x;
  background-position: 0 0;
  background-size: cover;
  display: block;
  z-index: 0;
  -webkit-animation: bgroop 180s linear infinite;
  animation: bgroop 180s linear infinite;
  overflow: hidden;
}
.top .p-recruit-loop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7696px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7696px 0;
  }
}
.top .p-recruit-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: clamp(2.4375rem, 4.5625vw, 4.5625rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.top .p-recruit-ttl span {
  letter-spacing: -0.5em;
}
.top .p-recruit-btn {
  position: absolute;
  left: 50%;
  bottom: clamp(36px, 5.2173913043vw, 72px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 310px;
}
.top .p-movie-content {
  max-width: 1200px;
  margin: 60px auto 0;
  line-height: 1;
}
@media screen and (max-width: 1330px) {
  main {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .top .p-top-bg-sp::before {
    top: calc(172.5vw - 1px);
    height: 48%;
  }
  .top .p-news .p-news-inner {
    width: 100%;
  }
  .top .p-news .p-newsswiper {
    max-width: 78%;
  }
  .top .p-about {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .top .p-about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .top .p-about-content-column.--l {
    padding-right: 0;
  }
  .top .p-about-btn {
    padding-bottom: 0;
  }
  .top .p-business-content:not(:first-child) {
    margin-top: 74px;
  }
  .top .p-recruit-loop {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .top .p-top-bg-sp::before {
    top: calc((100vw - 95px) * 1.725 + 172.5vw - 1px);
    height: 34%;
  }
  .top .p-news {
    background: none;
  }
  .top .p-news .p-news-head {
    background: #000;
    padding: 12px;
  }
  .top .p-news .p-news-inner {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .top .p-news .p-newsswiper {
    padding: 15px;
    max-width: 100%;
  }
  .top .p-news .swiper-slide p {
    color: #000;
    -webkit-line-clamp: 2;
  }
  .top .p-news .swiper-slide p > span:first-of-type {
    display: block;
  }
  .top .p-news .p-news-more__btn {
    color: #000;
    display: none;
  }
  .top .p-news .p-news-more__btn::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  .top .p-business {
    padding: 20px 0 60px;
  }
  .top .p-business-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  .top .p-business-content:not(:first-child) {
    margin-top: 48px;
  }
  .top .p-business-column.--l {
    margin-left: 0;
    padding-left: 0;
  }
  .top .p-business-column.--l::before {
    right: auto;
    left: 0;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .top .p-business-column.--l .p-business-btn {
    margin-left: 0;
  }
  .top .p-business-column.--l .p-business-btn .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .p-business-column.--r {
    top: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .top .p-business-column.--r::before {
    left: auto;
    right: 0;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .top .p-business-column.--r .p-business-btn {
    margin-right: 0;
  }
  .top .p-business-column.--r .p-business-btn .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .p-business-column.--img4::after {
    left: auto;
    right: 0;
    width: 100%;
  }
  .top .p-business-btn {
    margin-bottom: 0;
    bottom: -27px;
  }
  .top .p-recruit-btn {
    bottom: -26px;
  }
}
@media (max-width: 600px) {
  .top .p-top-bg-sp::before {
    height: 47%;
  }
  .top .p-about {
    margin-top: 0;
  }
  .top .p-about-content__catch {
    font-size: 1.125rem;
  }
  .top .p-recruit-ttl {
    font-size: 5.5vw;
  }
}
@media (min-width: 768px) {
  .top .p-news .p-news-more .c-btn {
    display: none;
  }
}/*# sourceMappingURL=../../map/object/project/top.css.map */
