.front-page .headline {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .front-page .headline {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.front-page .headline {
  font-weight: bold;
  color: #002675;
}
.front-page .headline.--center {
  text-align: center;
}
.front-page .headline__sub {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-size: clamp(4.8rem, 7vw, 8rem);
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    margin-bottom: 10px;
  }
}
.front-page .headline__sub::after {
  position: absolute;
  content: "";
  left: calc(100% - 0.44em);
  bottom: 0;
  max-width: 58px;
  min-width: 44px;
  width: 5svw;
  aspect-ratio: 58/42;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headline-deco.svg") center/contain no-repeat;
}
.front-page .headline__main {
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .front-page .headline__main {
    font-size: 1.6rem;
  }
}

.mv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to right bottom, #013F99, #247DCD, #45ABFF);
  height: calc(100svh - 72px);
  min-height: 600px;
  max-height: 80svw;
  padding: 80px 16px;
}
@media screen and (max-width: 959px) {
  .mv {
    align-items: flex-start;
    height: calc(100svh - 64px);
  }
}
@media screen and (max-width: 519px) {
  .mv {
    padding: 56px 16px;
    height: calc(100svh - 60px);
  }
}
.mv .mv-wrap {
  max-width: 1400px;
}
.mv .mv-vsl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.mv .mv-vsl img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.mv .mv-contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
  width: 44svw;
  max-width: 460px;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .mv .mv-contents {
    gap: 3svw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-contents {
    width: 56svw;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-contents {
    width: 80svw;
    max-width: 400px;
    margin-inline: auto;
    padding-right: 8px;
  }
}
.mv .mv-contents .mv-catch {
  display: block;
  aspect-ratio: 46/19.4;
}
.mv .mv-contents .mv-catch-en {
  font-size: clamp(1.6rem, 2.4vw, 1.8rem);
  font-family: "Albert Sans", sans-serif;
  animation-delay: 0.2s;
}
.mv .mv-contents p {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.8em;
  animation-delay: 0.4s;
}

.about {
  padding-top: calc(8px * 16);
}
@media screen and (max-width: 959px) {
  .about {
    padding-top: calc(8px * 16 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about {
    padding-top: calc(8px * 16 * 0.5);
  }
}
.about {
  padding-bottom: calc(8px * 16);
}
@media screen and (max-width: 959px) {
  .about {
    padding-bottom: calc(8px * 16 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about {
    padding-bottom: calc(8px * 16 * 0.5);
  }
}
.about {
  background: url("/wp-content/themes/itreat_base/dist/img/top/about-bg.png") 38% 20%/cover no-repeat;
}
.about .about-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin-inline: auto;
  color: #002675;
}
@media screen and (max-width: 920px) {
  .about .about-unit {
    padding: 0 104px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 32px;
    padding: 0 16px;
  }
}
.about .about-unit__headline {
  width: 340px;
}
@media screen and (max-width: 920px) {
  .about .about-unit__headline {
    width: 100%;
  }
}
.about .about-unit__headline .about-headline__sub {
  display: block;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 519px) {
  .about .about-unit__headline .about-headline__sub {
    margin-bottom: 16px;
  }
}
.about .about-unit__headline .about-headline__main {
  font-weight: bold;
}
.about .about-unit__headline .about-headline__main.is-animated span {
  animation-name: slide-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  opacity: 1;
}
.about .about-unit__headline .about-headline__main span {
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.about .about-unit__headline .about-headline__main span.line1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 519px) {
  .about .about-unit__headline .about-headline__main span.line1 {
    font-size: 2.1rem;
  }
}
.about .about-unit__headline .about-headline__main span.line1 small {
  font-size: 2rem;
}
.about .about-unit__headline .about-headline__main span.line2 {
  font-size: 3.2rem;
  animation-delay: 0.2s;
}
.about .about-unit__headline .about-headline__main span.line2 strong {
  font-size: 4.6rem;
}
@media screen and (max-width: 519px) {
  .about .about-unit__headline .about-headline__main span.line2 strong {
    font-size: 3.9rem;
  }
}
.about .about-unit__headline .about-headline__main span.line3 {
  font-size: 2.8rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 519px) {
  .about .about-unit__headline .about-headline__main span.line3 {
    font-size: 2.5rem;
  }
}
.about .about-unit__txt {
  padding-top: calc(40px + 2em);
}
@media screen and (max-width: 920px) {
  .about .about-unit__txt {
    padding-top: 0;
  }
}
.about .about-unit__txt p {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 519px) {
  .about .about-unit__txt p {
    font-size: 1.6rem;
  }
}
.about .about-unit__txt p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 519px) {
  .about .about-unit__txt p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.service {
  position: relative;
  padding-top: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .service {
    padding-top: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service {
    padding-top: calc(8px * 14 * 0.5);
  }
}
.service {
  padding-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .service {
    padding-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service {
    padding-bottom: calc(8px * 14 * 0.5);
  }
}
.service {
  overflow: clip;
}
.service::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  aspect-ratio: 140/113;
  background: #f2f2f2;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/logo-mark.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/logo-mark.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.service .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 104px 56px;
  counter-reset: service-num 0;
  padding-top: 1.4em;
}
@media screen and (max-width: 959px) {
  .service .service-list {
    gap: 88px 48px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-list {
    gap: 64px 32px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-list {
    grid-template-columns: 1fr;
  }
}
.service .service-list__item {
  counter-increment: service-num;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .service .service-list__item {
    gap: 16px;
  }
}
.service .service-list__item .service-vsl {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 60/24;
}
@media screen and (max-width: 767px) {
  .service .service-list__item .service-vsl {
    aspect-ratio: 6/4;
  }
}
.service .service-list__item .service-vsl::before {
  position: absolute;
  content: counter(service-num, decimal-leading-zero);
  top: -0.48em;
  left: -0.33em;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1em;
  font-family: "Albert Sans", sans-serif;
  z-index: 2;
  background: linear-gradient(to right, #007cd4 0.6em, #00a658 0.6em);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-mask-image: linear-gradient(to right, #242424 0%, #242424 calc(0.33em - 2px), transparent calc(0.33em - 2px), transparent calc(0.33em + 2px), #242424 calc(0.33em + 2px), #242424 100%);
  mask-image: linear-gradient(to right, #242424 0%, #242424 calc(0.33em - 2px), transparent calc(0.33em - 2px), transparent calc(0.33em + 2px), #242424 calc(0.33em + 2px), #242424 100%);
}
@media screen and (max-width: 959px) {
  .service .service-list__item .service-vsl::before {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .service .service-list__item .service-vsl::before {
    font-size: 4.8rem;
  }
}
.service .service-list__item .service-vsl::after {
  position: absolute;
  content: "";
  top: -16px;
  left: 64px;
  width: 88px;
  z-index: 2;
  aspect-ratio: 88/32;
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  background: repeating-linear-gradient(-45deg, transparent, transparent 12px, #007cd4 12px, #007cd4 14px);
}
@media screen and (max-width: 959px) {
  .service .service-list__item .service-vsl::after {
    top: -12px;
    width: 72px;
    clip-path: polygon(44% 0, 100% 0, 56% 100%, 0 100%);
    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #007cd4 10px, #007cd4 12px);
  }
}
.service .service-list__item .service-vsl .vsl-inner {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.service .service-list__item .service-vsl .vsl-inner img {
  -o-object-fit: cover;
  object-fit: cover;
}
.service .service-list__item .service-ttl {
  padding-top: 0.2em;
  font-size: clamp(2.2rem, 2.6vw, 3.2rem);
  font-weight: bold;
  line-height: 1em;
}
.service .service-list__item:nth-child(1)::after {
  left: 48px;
}
.service .service-list__item:nth-child(2n) .service-vsl,
.service .service-list__item:nth-child(2n) .service-ttl,
.service .service-list__item:nth-child(2n) .txt {
  animation-delay: 0.2s;
}
@media screen and (max-width: 519px) {
  .service .service-list__item:nth-child(2n) .service-vsl,
  .service .service-list__item:nth-child(2n) .service-ttl,
  .service .service-list__item:nth-child(2n) .txt {
    animation-delay: 0;
  }
}

.news {
  padding-top: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .news {
    padding-top: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news {
    padding-top: calc(8px * 14 * 0.5);
  }
}
.news {
  padding-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .news {
    padding-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news {
    padding-bottom: calc(8px * 14 * 0.5);
  }
}
.news {
  background: #ffffff;
}
.news .news-wrap {
  max-width: 1000px;
}
.news .news-unit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  min-height: 220px;
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit {
    min-height: auto;
  }
}
.news .news-unit__headline {
  width: 250px;
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__headline {
    width: 100%;
  }
}
.news .news-unit__headline .headline {
  margin-bottom: 0;
}
.news .news-unit__list {
  flex: 1;
}
.news .news-unit__list .news-list:not(:last-child) {
  margin-bottom: 20px;
}
.news .news-unit__list .news-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item {
    padding: 20px 0;
    gap: 12px;
  }
}
.news .news-unit__list .news-list__item:not(:last-child) {
  border-bottom: solid 1px #f2f2f2;
}
.news .news-unit__list .news-list__item .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-meta {
    width: 100%;
    gap: 12px;
  }
}
.news .news-unit__list .news-list__item .news-meta__date {
  width: 92px;
  font-family: "Albert Sans", sans-serif;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-meta__date {
    width: 80px;
  }
}
.news .news-unit__list .news-list__item .news-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 102px;
  padding: 8px 16px;
  border: solid 1px #007cd4;
  background: #007cd4;
  border-radius: 40px;
  color: #ffffff;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-meta__cate {
    padding: 6px 14px;
  }
}
.news .news-unit__list .news-list__item .news-meta__cate:hover {
  background: #ffffff;
  color: #007cd4;
}
.news .news-unit__list .news-list__item .news-meta__cate.--recruit {
  border: solid 1px #00a658;
  background: #00a658;
}
.news .news-unit__list .news-list__item .news-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #00a658;
}
.news .news-unit__list .news-list__item .news-meta__cate.--other {
  border: solid 1px #888888;
  background: #888888;
}
.news .news-unit__list .news-list__item .news-meta__cate.--other:hover {
  background: #ffffff;
  color: #888888;
}
.news .news-unit__list .news-list__item .news-ttl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-ttl {
    flex: auto;
  }
}
.news .news-unit__list .news-list__item .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  line-height: 1.4em;
}
.news .news-unit__list .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}
.news .news-unit .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news .news-unit .btn {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    justify-content: center;
  }
}
.news .news-unit .btn a {
  max-width: 220px;
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
