.intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 1.7s ease;
  transition: opacity 1.7s ease;
}
.intro__logo1, .intro__logo2 {
  position: absolute;
  inset: auto;
  width: 60vw;
  max-width: 480px;
  aspect-ratio: 275/48;
}
.intro__logo1 img, .intro__logo2 img {
  display: block;
}
.intro__logo1 {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  will-change: opacity;
}
.intro__logo1 img {
  width: 18%;
  -webkit-transform: translateX(220%);
  transform: translateX(220%);
  -webkit-transition: -webkit-transform 1.2s ease-out;
  transition: -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out;
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
.intro__logo2 {
  z-index: 3;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1.7s linear;
  transition: opacity 1.7s linear;
}
.intro.is-in1 .intro__logo1 {
  opacity: 1;
}
.intro.is-in2 .intro__logo1 img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.intro.is-in2 .intro__logo2 {
  opacity: 1;
}
.intro.is-out {
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .intro {
    -webkit-transition: none;
    transition: none;
  }
  .intro__logo2 {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
}

.header .header-unit .header-nav .header-nav-list__item a {
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(50, 52, 49, 0.2);
}
.header .header-unit .header-nav .header-cv-btn a {
  text-shadow: 0 0 10px rgba(50, 52, 49, 0.2);
}
.header.is-fixed .header-unit .header-nav .header-nav-list__item a {
  color: #323431;
  text-shadow: none;
}
.header.is-fixed .header-unit .header-nav .header-cv-btn a {
  text-shadow: none;
}

.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 112px;
  width: 100%;
  height: 100dvh;
  max-height: 120dvw;
  padding: 48px 52px;
  background: #8F8F8F;
  z-index: 1;
  overflow: clip;
}
@media screen and (max-width: 1279px) {
  .mv {
    max-height: 150dvw;
    padding: 38px 48px;
  }
}
@media screen and (max-width: 959px) {
  .mv {
    margin-bottom: 72px;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 519px) {
  .mv {
    max-height: 200dvw;
    margin-bottom: 48px;
    padding: 12px 16px;
  }
}
.mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #323431 1px, transparent 1px);
  background-size: 5px 5px;
  z-index: -1;
  opacity: 0.08;
  opacity: 0.16;
  z-index: 1;
}
.mv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F87C6E), color-stop(20%, rgba(248, 110, 110, 0.56)), to(rgba(248, 161, 110, 0)));
  background: linear-gradient(to top, #F87C6E, rgba(248, 110, 110, 0.56) 20%, rgba(248, 161, 110, 0));
  mix-blend-mode: hard-light;
}
.mv .mv-ttl {
  position: relative;
  font-size: 6.8rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(50, 52, 49, 0.16);
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .mv .mv-ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-ttl {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-ttl {
    font-size: 8dvw;
  }
}
.mv .mv-vsl {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}
.mv .mv-vsl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 52, 49, 0.24);
}
.mv .mv-vsl img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 42%;
  object-position: 50% 42%;
}
@media screen and (max-width: 1279px) {
  .mv .mv-vsl img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv-vsl img {
    -o-object-position: 36% 50%;
    object-position: 36% 50%;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-vsl img {
    -o-object-position: 34% 50%;
    object-position: 34% 50%;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-vsl img {
    -o-object-position: 32% 50%;
    object-position: 32% 50%;
  }
}

.news {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.news .news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    gap: 0;
  }
}
.news .news-unit__headline {
  width: 280px;
}
@media screen and (max-width: 1279px) {
  .news .news-unit__headline {
    width: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .news .news-unit__headline {
    width: 120px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline {
    width: 100%;
  }
}
.news .news-unit__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .news .news-unit__list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
.news .news-unit__list .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .news .news-unit__list .news-list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list {
    grid-template-columns: 1fr;
  }
}
.news .news-unit__list .news-list__item {
  position: relative;
}
.news .news-unit__list .news-list__item .news-cat {
  position: absolute;
  top: 32px;
  left: 24px;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .news .news-unit__list .news-list__item .news-cat {
    top: 20px;
    left: 16px;
  }
}
.news .news-unit__list .news-list__item .news-cat > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 12px;
  border-radius: 24px;
  background: #E30011;
  border: solid 1px #E30011;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-cat > a {
    font-size: 1.4rem;
  }
}
.news .news-unit__list .news-list__item .news-cat > a:hover {
  background: #FFFFFF;
  color: #E30011;
}
.news .news-unit__list .news-list__item > a {
  position: relative;
  display: block;
  padding: 76px 24px 112px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #D9D9D9;
  background: #FBFBFB;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item > a {
    padding: 76px 24px 72px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit__list .news-list__item > a {
    padding: 56px 16px 56px;
  }
}
.news .news-unit__list .news-list__item > a::before, .news .news-unit__list .news-list__item > a::after {
  position: absolute;
  content: "";
  width: 74px;
  height: 1px;
  background: #E30011;
}
.news .news-unit__list .news-list__item > a::before {
  top: -1px;
  left: 0;
}
.news .news-unit__list .news-list__item > a::after {
  bottom: -1px;
  right: 0;
}
.news .news-unit__list .news-list__item > a .news-date {
  position: absolute;
  left: 24px;
  bottom: 32px;
  color: #8F8F8F;
  font-size: 1.6rem;
}
@media screen and (max-width: 519px) {
  .news .news-unit__list .news-list__item > a .news-date {
    left: 16px;
    bottom: 16px;
    font-size: 1.4rem;
  }
}
.news .news-unit__list .news-list__item > a .news-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: initial;
  height: 5.4em;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .news .news-unit__list .news-list__item > a .news-ttl {
    height: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item > a .news-ttl {
    height: auto;
  }
}
.news .news-unit__list .news-list__item > a .news-arrow {
  position: absolute;
  bottom: 30px;
  right: 24px;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.56);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  .news .news-unit__list .news-list__item > a .news-arrow {
    bottom: 14px;
    right: 16px;
    width: 24px;
  }
}
.news .news-unit__list .news-list__item > a .news-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  translate: -50% -50%;
  rotate: 45deg;
  width: 6px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #8F8F8F;
}
.news .news-unit__list .news-list__item > a:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 32px rgba(227, 0, 17, 0.08);
  box-shadow: 0 0 32px rgba(227, 0, 17, 0.08);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.news .news-unit__list .news-list__item > a:hover::before, .news .news-unit__list .news-list__item > a:hover::after {
  width: 100%;
}
.news .news-unit__list .news-list__item > a:hover .news-arrow {
  background: #E30011;
  translate: 2px 0;
}
.news .news-unit__list .news-list__item > a:hover .news-arrow::before {
  border-color: #FFFFFF;
}
.news .news-unit__list .news-list__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item:nth-child(2) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.news .news-unit__list .news-list__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item:nth-child(3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}

@-webkit-keyframes fadeSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
}

@keyframes fadeSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
}
.about {
  position: relative;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .about {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.about {
  opacity: 1 !important;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 48/41;
  background: url("/wp-content/themes/itreat_base/dist/img/common/logo-mark.svg") center/contain no-repeat;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0;
  z-index: -1;
  -webkit-animation: bleed 2s ease-out infinite;
  animation: bleed 2s ease-out infinite;
}
@media screen and (max-width: 959px) {
  .about::before {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about::before {
    width: 72%;
  }
}
.about.is-animated::before {
  -webkit-animation: fadeSoft 4s ease forwards;
  animation: fadeSoft 4s ease forwards;
}
.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 200px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit {
    gap: 96px;
  }
}
@media screen and (max-width: 1023px) {
  .about .about-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 0;
  }
}
.about .about-unit__headline {
  width: 280px;
}
@media screen and (max-width: 959px) {
  .about .about-unit__headline {
    width: 100%;
  }
}
.about .about-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .about .about-unit__txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.about .about-unit__txt .about-txt {
  padding: 240px 0 200px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__txt .about-txt {
    padding: 200px 0 120px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__txt .about-txt {
    padding: 16px 0 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__txt .about-txt {
    padding: 16px 0 32px;
  }
}
.about .about-unit__txt .about-txt p {
  font-size: 2.2rem;
  line-height: 2.2;
}
@media screen and (max-width: 959px) {
  .about .about-unit__txt .about-txt p {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__txt .about-txt p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__txt .about-txt p {
    font-size: 1.7rem;
  }
}
.about .about-unit__txt .about-txt p:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .about .about-unit__txt .about-txt p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__txt .about-txt p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.about .about-unit__txt .about-txt .about-btn {
  padding-top: 16px;
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.strengths {
  position: relative;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .strengths {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .strengths {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.strengths {
  padding: 140px 0 64px;
  background: #242523;
  overflow: clip;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .strengths {
    padding: 104px 0;
  }
}
@media screen and (max-width: 959px) {
  .strengths {
    padding: 88px 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths {
    padding: 64px 0;
  }
}
@media screen and (max-width: 519px) {
  .strengths {
    padding: 52px 0;
  }
}
.strengths::before {
  position: absolute;
  content: "";
  top: -240px;
  left: -240px;
  width: 880px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(#737977, rgba(86, 88, 85, 0) 64%);
  opacity: 0.4;
  z-index: -2;
}
.strengths::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 2px, transparent 2px);
  background-size: 10px 10px;
  z-index: -1;
}
.strengths .headline {
  margin-bottom: 96px;
  color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .strengths .headline {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .strengths .headline {
    margin-bottom: 64px;
  }
}
.strengths .headline__sub {
  padding-bottom: 12px;
}
.strengths .strengths-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  width: calc(100% + 80px);
}
@media screen and (max-width: 1550px) {
  .strengths .strengths-unit {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-unit {
    gap: 36px;
  }
}
.strengths .strengths-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 640px;
    margin-inline: auto;
  }
}
.strengths .strengths-unit__txt p {
  line-height: 2.2;
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__txt p {
    line-height: 2;
  }
}
.strengths .strengths-unit__txt p:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-unit__txt p:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__txt p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__txt .business-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.strengths .strengths-unit__vsl {
  width: 540px;
  translate: 40px -120px;
}
@media screen and (max-width: 1550px) {
  .strengths .strengths-unit__vsl {
    width: 480px;
    translate: 0 -80px;
  }
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-unit__vsl {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__vsl {
    width: 380px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl {
    padding-top: 0;
    width: 100%;
    translate: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.strengths .strengths-unit__vsl .strengths-vsl {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl .strengths-vsl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-unit__vsl .strengths-vsl {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-unit__vsl .strengths-vsl {
    gap: 16px;
  }
}
.strengths .strengths-unit__vsl .strengths-vsl::before {
  position: absolute;
  content: "";
  top: 54%;
  left: 32%;
  translate: -50% -50%;
  width: 260px;
  aspect-ratio: 240/290;
  background: url("/wp-content/themes/itreat_base/dist/img/top/strengths-tri.svg") center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  .strengths .strengths-unit__vsl .strengths-vsl::before {
    width: 230px;
  }
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-unit__vsl .strengths-vsl::before {
    left: 34%;
    width: 215px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl .strengths-vsl::before {
    display: none;
  }
}
.strengths .strengths-unit__vsl .strengths-vsl__item.--vsl1 {
  width: 58%;
  margin-right: auto;
  -webkit-animation: fuwa 3s ease-in-out infinite;
  animation: fuwa 3s ease-in-out infinite;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl1 {
    width: calc(32% - 22px);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl1 {
    width: calc(32% - 16px);
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl1 {
    width: calc(32% - 11px);
  }
}
.strengths .strengths-unit__vsl .strengths-vsl__item.--vsl2 {
  width: 62%;
  margin-top: -40px;
  margin-left: auto;
  -webkit-animation: fuwa 5s ease-in-out infinite;
  animation: fuwa 5s ease-in-out infinite;
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl2 {
    margin-top: -24px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl2 {
    width: calc(28% - 22px);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl2 {
    width: calc(28% - 16px);
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl2 {
    width: calc(28% - 11px);
  }
}
.strengths .strengths-unit__vsl .strengths-vsl__item.--vsl3 {
  width: 58%;
  margin-top: -64px;
  margin-right: auto;
  -webkit-animation: fuwa 4s ease-in-out infinite;
  animation: fuwa 4s ease-in-out infinite;
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl3 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl3 {
    margin-top: 40px;
    width: calc(32% - 22px);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl3 {
    width: calc(32% - 16px);
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-unit__vsl .strengths-vsl__item.--vsl3 {
    width: calc(32% - 11px);
  }
}

.group {
  position: relative;
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .group {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .group {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}

.partners {
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .partners {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .partners {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}
.partners .partner-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #D9D9D9;
}
@media screen and (max-width: 959px) {
  .partners .partner-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .partners .partner-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .partners .partner-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners .partner-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  background: #FFFFFF;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #D9D9D9;
}
@media screen and (max-width: 1023px) {
  .partners .partner-list__item {
    padding: 4px;
  }
}
@media screen and (max-width: 519px) {
  .partners .partner-list__item {
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  .partners .partner-list__item img {
    width: 80%;
  }
}

.recruit .recruit-bnr {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .recruit .recruit-bnr {
    max-width: 960px;
    margin-inline: auto;
  }
}
.recruit .recruit-bnr a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
  padding: 56px;
  background: -webkit-gradient(linear, left top, right bottom, from(#C11825), to(#D94D2D));
  background: linear-gradient(to right bottom, #C11825, #D94D2D);
  color: #FFFFFF;
  overflow: clip;
  -webkit-box-shadow: 0 0 24px rgba(193, 24, 37, 0.24);
  box-shadow: 0 0 24px rgba(193, 24, 37, 0.24);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 1;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1279px) {
  .recruit .recruit-bnr a {
    padding: 40px;
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a {
    padding: 40px 40px 88px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr a {
    padding: 30px 30px 80px;
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a {
    padding: 32px 24px 64px;
  }
}
.recruit .recruit-bnr a::before, .recruit .recruit-bnr a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit .recruit-bnr a::before {
  background: #D94D2D;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: -2;
}
.recruit .recruit-bnr a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #FFFFFF 1px, transparent 1px);
  background-size: 7px 7px;
  z-index: -1;
  opacity: 0.08;
  opacity: 0.18;
}
.recruit .recruit-bnr a .recruit-bnr-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  -webkit-filter: blur(24px);
  filter: blur(24px);
  z-index: -1;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .recruit-bnr-logo {
    -webkit-filter: blur(18px);
    filter: blur(18px);
    opacity: 0.24;
  }
}
.recruit .recruit-bnr a .recruit-bnr-logo::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 88%;
  max-width: 580px;
  aspect-ratio: 48/41;
  -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;
  background: #FFFFFF;
}
.recruit .recruit-bnr a .bnr-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit {
    gap: 8px 40px;
  }
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr a .bnr-unit {
    gap: 8px 14px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__headline {
    width: 100%;
  }
}
.recruit .recruit-bnr a .bnr-unit__headline .headline {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__headline .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
  }
}
.recruit .recruit-bnr a .bnr-unit__headline .headline__sub {
  text-shadow: 0 0 8px rgba(193, 24, 37, 0.08);
}
.recruit .recruit-bnr a .bnr-unit__headline .headline__sub::first-letter {
  color: #FFFFFF;
}
.recruit .recruit-bnr a .bnr-unit__headline .headline__main {
  text-shadow: 0 0 8px rgba(193, 24, 37, 0.08);
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__headline .headline__main {
    translate: 0 -1.2em;
  }
}
.recruit .recruit-bnr a .bnr-unit__lead {
  font-size: 2.8rem;
  line-height: 1.5;
  text-shadow: 0 0 8px rgba(193, 24, 37, 0.08);
}
@media screen and (max-width: 1279px) {
  .recruit .recruit-bnr a .bnr-unit__lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr a .bnr-unit__lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit-bnr a .bnr-unit__lead {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .bnr-unit__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit-bnr a .bnr-unit__lead br {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .bnr-unit__lead br {
    display: block;
  }
}
.recruit .recruit-bnr a .bnr-unit__txt {
  line-height: 2;
  text-shadow: 0 0 8px rgba(193, 24, 37, 0.08);
}
@media screen and (max-width: 1279px) {
  .recruit .recruit-bnr a .bnr-unit__txt {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-unit__txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .bnr-unit__txt {
    font-size: 1.5rem;
  }
}
.recruit .recruit-bnr a .bnr-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  right: 32px;
  bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-arrow {
    bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .bnr-arrow {
    right: 24px;
    bottom: 18px;
  }
}
.recruit .recruit-bnr a .bnr-arrow span {
  position: relative;
  display: inline-block;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #FFFFFF;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1023px) {
  .recruit .recruit-bnr a .bnr-arrow span {
    width: 40px;
  }
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr a .bnr-arrow span {
    width: 36px;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr a .bnr-arrow span {
    width: 32px;
  }
}
.recruit .recruit-bnr a .bnr-arrow span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  translate: -50% -50%;
  rotate: 45deg;
  width: 8px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #FFFFFF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.recruit .recruit-bnr a:hover {
  -webkit-box-shadow: 0 0 40px rgba(193, 24, 37, 0.24);
  box-shadow: 0 0 40px rgba(193, 24, 37, 0.24);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.recruit .recruit-bnr a:hover .recruit-bnr-logo {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-filter: blur(18px);
  filter: blur(18px);
}
.recruit .recruit-bnr a:hover::before {
  opacity: 1;
}
.recruit .recruit-bnr a:hover .bnr-arrow span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.recruit .recruit-bnr a:hover .bnr-arrow span::before {
  width: 10px;
}
.recruit .recruit-bnr .bnr-brush {
  position: absolute;
  left: 80px;
  bottom: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px;
  height: 88px;
  z-index: 1;
  opacity: 1 !important;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr .bnr-brush {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr .bnr-brush {
    gap: 16px;
    left: auto;
    bottom: auto;
    top: -42px;
    right: 40px;
  }
}
.recruit .recruit-bnr .bnr-brush__item {
  position: relative;
  width: 12px;
}
.recruit .recruit-bnr .bnr-brush__item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 140px;
  aspect-ratio: 14/1.2;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/brush.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/brush.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: -webkit-gradient(linear, left top, right top, from(#1FA42C), to(#55D038));
  background: linear-gradient(to right, #1FA42C, #55D038);
  rotate: -40deg;
  opacity: 0.8;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-transition: -webkit-mask-size 0.2s ease-out;
  transition: -webkit-mask-size 0.2s ease-out;
  transition: mask-size 0.2s ease-out;
  transition: mask-size 0.2s ease-out, -webkit-mask-size 0.2s ease-out;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-bnr .bnr-brush__item::before {
    width: 104px;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-bnr .bnr-brush__item::before {
    width: 80px;
  }
}
.recruit .recruit-bnr .bnr-brush__item.--blu::before {
  background: -webkit-gradient(linear, left top, right top, from(#002CBE), to(#2FBAFF));
  background: linear-gradient(to right, #002CBE, #2FBAFF);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.recruit .recruit-bnr .bnr-brush__item.--orn::before {
  background: -webkit-gradient(linear, left top, right top, from(#F99762), to(#E62200));
  background: linear-gradient(to right, #F99762, #E62200);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.recruit .recruit-bnr .bnr-brush.is-animated .bnr-brush__item::before {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transition: -webkit-mask-size 0.3s ease-out;
  transition: -webkit-mask-size 0.3s ease-out;
  transition: mask-size 0.3s ease-out;
  transition: mask-size 0.3s ease-out, -webkit-mask-size 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.recruit .recruit-bnr .bnr-brush.is-animated .bnr-brush__item.--blu::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.recruit .recruit-bnr .bnr-brush.is-animated .bnr-brush__item.--orn::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
