@charset "UTF-8";
.intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
}
.intro__logo1, .intro__logo2 {
  position: absolute;
  inset: auto;
}
.intro__logo1 img, .intro__logo2 img {
  display: block;
  width: min(480px, 60vw);
  height: auto;
}
.intro__logo1 {
  z-index: 2;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  will-change: auto;
}
.intro__logo2 {
  z-index: 3;
  opacity: 0;
  will-change: opacity;
}
.intro.is-in2 .intro__logo2 {
  opacity: 1;
  -webkit-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}
.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;
  }
}

#top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  background: #FFFFFF;
  z-index: -5;
}
@media screen and (max-width: 1279px) {
  #top::before {
    height: 93px;
  }
}
@media screen and (max-width: 959px) {
  #top::before {
    height: 83px;
  }
}
@media screen and (max-width: 767px) {
  #top::before {
    height: 71px;
  }
}
@media screen and (max-width: 519px) {
  #top::before {
    height: 57px;
  }
}
#top .top-content {
  overflow: clip;
  padding-bottom: 4px;
}

.mv {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .mv {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .mv {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
.mv {
  height: calc(46dvw - 109px);
}
@media screen and (max-width: 1700px) {
  .mv {
    height: calc(57dvw - 109px);
  }
}
@media screen and (max-width: 959px) {
  .mv {
    height: auto;
  }
}
.mv .mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  width: 140%;
  overflow: clip;
  height: 100%;
}
@media screen and (max-width: 1420px) {
  .mv .mv-bg {
    height: 100%;
  }
}
.mv .mv-bg {
  -webkit-filter: grayscale(100%) contrast(420%) brightness(1.55) saturate(0) invert(58%) sepia(92%) saturate(1200%) hue-rotate(72deg) brightness(1.1) contrast(120%);
  filter: grayscale(100%) contrast(420%) brightness(1.55) saturate(0) invert(58%) sepia(92%) saturate(1200%) hue-rotate(72deg) brightness(1.1) contrast(120%);
}
_::-webkit-full-page-media, _:future, :root .mv .mv-bg {
  -webkit-filter: grayscale(100%) contrast(220%) brightness(1.25) saturate(0) invert(40%) sepia(70%) saturate(380%) hue-rotate(60deg) brightness(1.05) contrast(110%);
  filter: grayscale(100%) contrast(220%) brightness(1.25) saturate(0) invert(40%) sepia(70%) saturate(380%) hue-rotate(60deg) brightness(1.05) contrast(110%);
}

@media (color-gamut: p3) {
  .mv .mv-bg .mv .mv-bg {
    -webkit-filter: grayscale(100%) contrast(220%) brightness(1.25) saturate(0) invert(40%) sepia(70%) saturate(380%) hue-rotate(60deg) brightness(1.05) contrast(110%);
    filter: grayscale(100%) contrast(220%) brightness(1.25) saturate(0) invert(40%) sepia(70%) saturate(380%) hue-rotate(60deg) brightness(1.05) contrast(110%);
  }
}
@media screen and (max-width: 1420px) {
  .mv .mv-bg {
    width: 150%;
  }
}
.mv .mv-bg canvas {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  width: 150%;
  opacity: 0.14;
  mix-blend-mode: normal;
}
.mv .mv-container {
  position: relative;
  height: 100%;
}
.mv .mv-wrap,
.mv .mv-inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
.mv .mv-scroll {
  position: absolute;
  content: "";
  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;
  left: -33px;
  bottom: 240px;
  height: 32px;
  padding-right: 108px;
  rotate: 90deg;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  font-family: "Raleway", sans-serif;
  color: #CCCCCC;
  font-size: 1.2rem;
  -webkit-animation: floatY 3s ease-in-out infinite;
  animation: floatY 3s ease-in-out infinite;
}
@media screen and (max-width: 959px) {
  .mv .mv-scroll {
    font-size: 1.1rem;
    left: -29px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-scroll {
    padding-right: 84px;
    font-size: 1rem;
    left: -26px;
    bottom: 170px;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-scroll {
    left: -24px;
    bottom: 140px;
  }
}
.mv .mv-scroll::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  translate: 0 -50%;
  width: 100px;
  height: 5px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/mv-scroll-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .mv .mv-scroll::after {
    width: 76px;
    height: 4px;
  }
}
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mv .mv-txt {
  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;
  height: 100%;
  padding-bottom: 2%;
}
@media screen and (max-width: 1700px) {
  .mv .mv-txt {
    translate: -3% -3%;
  }
}
@media screen and (max-width: 1420px) {
  .mv .mv-txt {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-txt {
    padding-top: calc(64dvw - 80px);
    translate: none;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-txt {
    padding-top: calc(68dvw - 70px);
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-txt {
    padding-top: calc(94dvw - 40px);
    padding-bottom: 0;
  }
}
.mv .mv-txt .mv-catch {
  position: relative;
  width: 450px;
  font-weight: 700;
  opacity: 0;
}
@media screen and (max-width: 1420px) {
  .mv .mv-txt .mv-catch {
    width: 30dvw;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-txt .mv-catch {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-txt .mv-catch {
    width: 370px;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-txt .mv-catch {
    width: 315px;
  }
}
.mv .mv-txt .mv-catch.is-anim {
  opacity: 1;
}
.mv .mv-txt .mv-catch.is-anim .mv-catch__main .char {
  -webkit-animation: mvIn 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation: mvIn 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  -webkit-animation-delay: calc(var(--i) * 0.05s + 0.5s);
  animation-delay: calc(var(--i) * 0.05s + 0.5s);
}
.mv .mv-txt .mv-catch.is-anim .mv-catch__sub .catch-txt {
  -webkit-animation: mvIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation: mvIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; /* ★mainと同じ */
  -webkit-animation-delay: calc(var(--subi) * 0.05s);
  animation-delay: calc(var(--subi) * 0.05s);
}
@-webkit-keyframes mvIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mvIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mv .mv-txt .mv-catch__main .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  padding-right: 0.1em;
  margin-right: -0.1em;
  will-change: transform, opacity;
  -webkit-filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.24));
  filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.24));
}
.mv .mv-txt .mv-catch__main .grad {
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.mv .mv-txt .mv-catch__main .grad.--grad1 {
  background: linear-gradient(132deg, #1B2134, #1D533A);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .grad.--grad2 {
  background: linear-gradient(132deg, #1D533A, #1F9142);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .grad.--grad3 {
  background: linear-gradient(132deg, #1B2134, #1E693D);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .grad.--grad4 {
  background: linear-gradient(132deg, #1E693D, #1F9543);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .grad.--grad5 {
  background: linear-gradient(132deg, #1F9543, #20AA45);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .grad.--grad6 {
  background: linear-gradient(132deg, #20AA45, #52BE38);
  -webkit-background-clip: text;
}
.mv .mv-txt .mv-catch__main .catch-txt {
  display: inline-block;
  line-height: 1.1;
}
.mv .mv-txt .mv-catch__main .catch-txt.en {
  font-size: 9.2rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1420px) {
  .mv .mv-txt .mv-catch__main .catch-txt.en {
    font-size: 6.2dvw;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-txt .mv-catch__main .catch-txt.en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-txt .mv-catch__main .catch-txt.en {
    font-size: 5.6rem;
  }
}
.mv .mv-txt .mv-catch__main .catch-txt.serif {
  font-size: 10.3rem;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: 0.03em;
  font-style: italic;
  color: #52BE38;
}
@media screen and (max-width: 1420px) {
  .mv .mv-txt .mv-catch__main .catch-txt.serif {
    font-size: 6.5dvw;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-txt .mv-catch__main .catch-txt.serif {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-txt .mv-catch__main .catch-txt.serif {
    font-size: 6.4rem;
  }
}
.mv .mv-txt .mv-catch__sub {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.mv .mv-txt .mv-catch__sub .catch-txt {
  opacity: 0;
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  will-change: transform, opacity;
  -webkit-filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.24));
  filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.24));
  display: block;
  font-size: 1.8rem;
  line-height: 2.1;
}
@media screen and (max-width: 1420px) {
  .mv .mv-txt .mv-catch__sub .catch-txt {
    font-size: 1.2dvw;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-txt .mv-catch__sub .catch-txt {
    display: inline;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-txt .mv-catch__sub .catch-txt {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-txt .mv-catch__sub .catch-txt {
    font-size: 1.4rem;
  }
}
.mv .mv-vsl {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  aspect-ratio: 39/32;
  max-height: calc(100dvh - 24px);
  overflow: clip;
}
@media screen and (max-width: 1700px) {
  .mv .mv-vsl {
    width: 62%;
  }
}
@media screen and (max-width: 1420px) {
  .mv .mv-vsl {
    width: 68%;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-vsl {
    width: 92%;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-vsl {
    width: 97%;
    aspect-ratio: 38/37;
  }
}
.mv .mv-vsl .rotating-item {
  position: absolute;
  display: block;
  bottom: 24px;
  right: 4dvw;
  width: 160px;
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1420px) {
  .mv .mv-vsl .rotating-item {
    bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .mv .mv-vsl .rotating-item {
    right: 10dvw;
    width: 120px;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-vsl .rotating-item {
    right: 4dvw;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-vsl .rotating-item {
    width: 92px;
  }
}
.mv .mv-vsl .rotating-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/rotating-txt.png") center/contain no-repeat;
  -webkit-animation: rotate 64s linear infinite;
  animation: rotate 64s linear infinite;
}
.mv .mv-vsl .rotating-item.is-scroll {
  opacity: 0.32;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mv .mv-vsl .mv-vsl-inner {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mv-mask.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mv-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 1420px) {
  .mv .mv-vsl .mv-vsl-inner {
    translate: 4dvw 0;
  }
}
@media screen and (max-width: 959px) {
  .mv .mv-vsl .mv-vsl-inner {
    translate: none;
  }
}
@media screen and (max-width: 519px) {
  .mv .mv-vsl .mv-vsl-inner {
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mv-mask-xs.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mv-mask-xs.svg");
  }
}
.mv .mv-vsl .slick-list,
.mv .mv-vsl .slick-track,
.mv .mv-vsl .slick-slide,
.mv .mv-vsl .slick-slide > div {
  height: 100%;
}
.mv .mv-vsl .mv-slide {
  height: 100%;
}
.mv .mv-vsl .mv-slide__item {
  width: 100%;
  height: 100%;
  background: #EDEDED;
}
.mv .mv-vsl .mv-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news .news-inner {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .news .news-inner {
    width: 88%;
  }
}
@media screen and (max-width: 519px) {
  .news .news-inner {
    width: 100%;
  }
}
.news .news-inner .news-headline {
  position: absolute;
  top: 0;
  left: 0;
}
.news .news-tabs .tab-menu {
  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;
  border-bottom: solid 1px #1B2134;
  gap: 4px;
  z-index: 5;
}
.news .news-tabs .tab-menu__item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 47px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news .news-tabs .tab-menu__item {
    width: 130px;
    height: 43px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-tabs .tab-menu__item {
    width: 110px;
    height: 37px;
  }
}
.news .news-tabs .tab-menu__item span {
  position: absolute;
  top: 0;
  left: 0;
  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: 3px 3px 0 10px;
  width: 100%;
  height: 42px;
  border-right: solid 1px transparent;
  color: #999999;
  text-align: center;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Roboto", "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: clip;
  z-index: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 959px) {
  .news .news-tabs .tab-menu__item span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-tabs .tab-menu__item span {
    height: 38px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-tabs .tab-menu__item span {
    padding: 2px 2px 0 13px;
    height: 32px;
  }
}
.news .news-tabs .tab-menu__item span::before {
  position: absolute;
  content: "";
  left: 8px;
  bottom: 0;
  width: 120%;
  height: 100%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 0 1px 1px;
  background: #EDEDED;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: -1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news .news-tabs .tab-menu__item.is-active span {
  border-color: #1B2134;
  color: #1B2134;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .news .news-tabs .tab-menu__item.is-active span {
    height: 44px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-tabs .tab-menu__item.is-active span {
    height: 38px;
  }
}
.news .news-tabs .tab-menu__item.is-active span::before {
  background: transparent;
  border-color: #1B2134 transparent #FFFFFF #1B2134;
}
.news .news-tabs .tab-content__item {
  position: relative;
  width: 100%;
  padding: 32px 0 0 40px;
  border-left: solid 1px #1B2134;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .news .news-tabs .tab-content__item {
    padding: 28px 0 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-tabs .tab-content__item {
    padding: 22px 0 0 28px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-tabs .tab-content__item {
    padding: 16px 0 0 18px;
  }
}
.news .post-meta__cate {
  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: 150px;
  height: 28px;
  border-radius: 28px;
  background: #52BE38;
  border: solid 1px #52BE38;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 27px;
}
@media screen and (max-width: 959px) {
  .news .post-meta__cate {
    width: 132px;
    height: 26px;
    line-height: 25px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .news .post-meta__cate {
    height: 24px;
    line-height: 23px;
  }
}
@media screen and (max-width: 519px) {
  .news .post-meta__cate {
    height: 22px;
    line-height: 21px;
    font-size: 1.2rem;
  }
}
.news .post-meta__cate:hover {
  background: #FFFFFF;
  color: #52BE38;
}
.news .post-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news .post-list {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 519px) {
  .news .post-list {
    margin-bottom: 8px;
  }
}
.news .post-list__item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 12px 8px;
}
@media screen and (max-width: 959px) {
  .news .post-list__item {
    gap: 16px;
    padding: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .news .post-list__item {
    gap: 13px;
    padding: 10px 4px;
  }
}
.news .post-list__item .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 262px;
}
@media screen and (max-width: 959px) {
  .news .post-list__item .post-meta {
    width: 220px;
  }
}
.news .post-list__item .post-meta__date {
  width: 112px;
}
@media screen and (max-width: 959px) {
  .news .post-list__item .post-meta__date {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .news .post-list__item .post-meta__date {
    width: 82px;
  }
}
.news .post-list__item .post-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .news .post-list__item .post-ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
.news .post-list__item .post-ttl a {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .post-list__item .post-ttl a:hover {
  text-decoration: underline;
}

.circle-area {
  position: relative;
  padding: 32dvh 0 104px;
  overflow: clip;
  -webkit-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
}
@media screen and (max-width: 1279px) {
  .circle-area {
    padding: 32dvh 0 80px;
  }
}
@media screen and (max-width: 519px) {
  .circle-area {
    padding: 32dvh 0 64px;
  }
}
.circle-area .circle-trigger {
  position: absolute;
  width: 100%;
  height: 8px;
  left: auto;
  right: auto;
  top: 0;
}
.circle-area__item {
  z-index: 1;
  height: 8px;
  width: 100%;
  pointer-events: none;
  -webkit-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
}
.circle-area__move {
  position: relative;
  height: 8px;
  width: 100%;
  will-change: transform;
}
.circle-area__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.circle-area__dot::before, .circle-area__dot::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: inherit;
  background: #52BE38;
}
.circle-area__dot::after {
  background: #20AA45;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.circle-area.is-move .circle-area__item {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 8%;
}
.circle-area .about {
  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;
  z-index: 10;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
}
.circle-area .about .about-inner {
  width: calc(75% + 4px);
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-inner {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-inner {
    width: calc(100% - 66px);
    max-width: 1438px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  .circle-area .about .about-inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .circle-area .about .about-inner {
    width: calc(100% - 38px);
  }
}
@media screen and (max-width: 767px) and (max-width: 519px) {
  .circle-area .about .about-inner {
    width: calc(100% - 30px);
  }
}
.circle-area .about .about-unit {
  position: relative;
  padding: 120px 0 24px;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit {
    padding: 0;
  }
}
.circle-area .about .about-unit__vsl {
  position: absolute;
  left: -10%;
  top: 50%;
  translate: 0 -50%;
  width: 64%;
  max-width: 680px;
}
@media screen and (max-width: 1440px) {
  .circle-area .about .about-unit__vsl {
    width: 58%;
  }
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__vsl {
    left: -4%;
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .circle-area .about .about-unit__vsl {
    position: relative;
    top: auto;
    left: auto;
    translate: 4% 0;
    width: 88%;
    margin-inline: auto;
    margin-bottom: 48px;
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__vsl {
    margin-bottom: 32px;
    max-width: 460px;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__vsl {
    translate: 2% 0;
    width: 100%;
  }
}
.circle-area .about .about-unit__vsl .about-vsl-inner {
  position: relative;
  aspect-ratio: 660/596;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mission-mask.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/top/mission-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.8;
}
.circle-area .about .about-unit__vsl .about-vsl-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 47, 97, 0.48);
  z-index: 1;
}
.circle-area .about .about-unit__vsl .about-vsl-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2) translateX(8%) translateY(8%);
  transform: scale(1.2) translateX(8%) translateY(8%);
}
.circle-area .about .about-unit__dtl {
  margin-left: auto;
  width: 520px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .circle-area .about .about-unit__dtl {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl {
    max-width: 480px;
  }
}
.circle-area .about .about-unit__dtl .about-headline {
  margin-bottom: 48px;
  margin-left: auto;
  width: 435px;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__dtl .about-headline {
    margin-bottom: 40px;
    width: 39dvw;
  }
}
@media screen and (max-width: 1024px) {
  .circle-area .about .about-unit__dtl .about-headline {
    margin-inline: auto;
  }
}
@media screen and (max-width: 959px) {
  .circle-area .about .about-unit__dtl .about-headline {
    width: 38dvw;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-headline {
    width: 345px;
    margin: 0 auto 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-headline {
    width: 302px;
    margin: 0 auto 16px;
  }
}
.circle-area .about .about-unit__dtl .about-headline__sub {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__dtl .about-headline__sub {
    padding-left: 1.6dvw;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-headline__sub {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-headline__sub {
    margin-bottom: 12px;
  }
}
.circle-area .about .about-unit__dtl .about-headline__sub::first-letter {
  font-size: 2.4rem;
  font-family: "EB Garamond", sans-serif;
  color: #52BE38;
}
@media screen and (max-width: 959px) {
  .circle-area .about .about-unit__dtl .about-headline__sub::first-letter {
    font-size: 2rem;
  }
}
.circle-area .about .about-unit__dtl .about-headline__main {
  text-align: right;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__dtl .about-headline__main {
    font-size: 3.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-headline__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-headline__main {
    font-size: 2.8rem;
  }
}
.circle-area .about .about-unit__dtl .about-headline__main span,
.circle-area .about .about-unit__dtl .about-headline__main em {
  display: inline-block;
}
.circle-area .about .about-unit__dtl .about-headline__main .line2 {
  font-size: 5.1rem;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line2 {
    font-size: 4.45dvw;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line2 {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line2 {
    font-size: 3.6rem;
  }
}
.circle-area .about .about-unit__dtl .about-headline__main .line3 {
  font-size: 3.3rem;
}
@media screen and (max-width: 1279px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line3 {
    font-size: 2.9dvw;
    translate: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line3 {
    font-size: 2.65rem;
    translate: 2px 0;
  }
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-headline__main .line3 {
    font-size: 2.35rem;
    translate: 4px 0;
  }
}
.circle-area .about .about-unit__dtl .about-txt p {
  line-height: 2;
  opacity: 0.72;
}
@media screen and (max-width: 519px) {
  .circle-area .about .about-unit__dtl .about-txt p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .circle-area .about .about-unit__dtl .about-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 4px;
  }
}
.circle-area .about .about-unit__dtl .about-btn a {
  color: #FFFFFF;
}
.circle-area .about .about-unit__dtl .about-btn a::before {
  border-color: #FFFFFF;
}
.circle-area .about .about-unit__dtl .about-btn a::after {
  background-color: #FFFFFF;
}
.circle-area.is-finish {
  height: calc(100dvh + 800px);
}
.circle-area.is-finish .about {
  position: fixed;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.circle-area.is-finish.is-end .circle-area {
  height: auto;
}
.circle-area.is-finish.is-end .about {
  position: absolute;
  bottom: 104px;
  left: 50%;
  top: auto;
  translate: -50% 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .circle-area.is-finish.is-end .about {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .circle-area.is-finish.is-end .about {
    bottom: 64px;
  }
}
.circle-area.is-circle-end .circle-area__item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.circle-area.is-circle-end .about-unit__vsl .about-vsl-inner {
  opacity: 1;
}
.circle-area.is-circle-end .about-unit__dtl {
  color: #1B2134;
}
.circle-area.is-circle-end .about-unit__dtl .about-btn a {
  color: #1B2134;
}
.circle-area.is-circle-end .about-unit__dtl .about-btn a::before {
  border-color: #52BE38;
}
.circle-area.is-circle-end .about-unit__dtl .about-btn a::after {
  background-color: #1B2134;
}
.circle-area.is-goal {
  padding: 32dvh 0 104px;
}
@media screen and (max-width: 959px) {
  .circle-area.is-goal {
    padding: 28dvh 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .circle-area.is-goal {
    padding: 24dvh 0 64px;
  }
}

.service {
  padding-bottom: 104px;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .service {
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 519px) {
  .service {
    padding-bottom: 42px;
  }
}
.service::before {
  z-index: 0;
}
.service .service-headline {
  background: #1B2134;
  border-color: rgba(237, 237, 237, 0.08);
}
.service .grid {
  position: relative;
  padding: 88px 0;
  border-bottom: solid 1px rgba(237, 237, 237, 0.08);
  overflow: clip;
}
@media screen and (max-width: 959px) {
  .service .grid {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .service .grid {
    padding: 64px 0;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 519px) {
  .service .grid {
    padding: 32px 0;
    background-size: 14px 14px;
  }
}
.service .grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(237, 237, 237, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(237, 237, 237, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: center -1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 300ms ease, -webkit-transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease, -webkit-transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
  will-change: transform;
}
.service .grid.is-animated::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.service .service-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1279px) {
  .service .service-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 959px) {
  .service .service-unit {
    grid-template-columns: 1fr;
  }
}
.service .service-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .service .service-unit__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit__item {
    gap: 24px;
  }
}
.service .service-unit__item .service-vsl {
  display: block;
  margin-bottom: 40px;
  aspect-ratio: 3/2;
  overflow: clip;
}
@media screen and (max-width: 959px) {
  .service .service-unit__item .service-vsl {
    margin-bottom: 0;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit__item .service-vsl {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.service .service-unit__item .service-vsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.service .service-unit__item .service-dtl {
  position: relative;
  padding-bottom: 96px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .service .service-unit__item .service-dtl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit__item .service-dtl {
    width: 100%;
    padding-bottom: 60px;
  }
}
.service .service-unit__item .service-dtl .service-ttl {
  margin-bottom: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1279px) {
  .service .service-unit__item .service-dtl .service-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .service .service-unit__item .service-dtl .service-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .service .service-unit__item .service-dtl .service-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit__item .service-dtl .service-ttl {
    margin-bottom: 16px;
  }
}
.service .service-unit__item .service-dtl .service-ttl::before {
  background: #FFFFFF;
  opacity: 0.1;
}
.service .service-unit__item .service-dtl .service-txt {
  line-height: 2;
}
.service .service-unit__item .service-dtl .sub-txt {
  opacity: 0.64;
}
.service .service-unit__item .service-dtl .service-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service .service-unit__item .service-dtl .service-btn a {
  color: #FFFFFF;
}
.service .service-unit__item .service-dtl .service-btn a::after {
  background: #FFFFFF;
}

.partners .partners-wrap {
  border-bottom: solid 1px rgba(237, 237, 237, 0.4);
}

@media screen and (max-width: 519px) {
  .case .case-inner {
    width: 100%;
  }
}
.case .case-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 959px) {
  .case .case-unit {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-unit {
    gap: 24px;
  }
}
.case .case-unit__item .case-headline {
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-headline {
    margin-bottom: 18px;
  }
}
.case .case-unit__item .case-headline__sub {
  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;
  margin-bottom: 6px;
  gap: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .case .case-unit__item .case-headline__sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-headline__sub {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.case .case-unit__item .case-headline__sub span {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1279px) {
  .case .case-unit__item .case-headline__sub span {
    font-size: 1.8rem;
  }
}
.case .case-unit__item .case-headline__sub span::first-letter {
  font-size: 3.2rem;
  font-family: "EB Garamond", sans-serif;
  color: #52BE38;
}
@media screen and (max-width: 1279px) {
  .case .case-unit__item .case-headline__sub span::first-letter {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-headline__sub span::first-letter {
    font-size: 2.4rem;
  }
}
.case .case-unit__item .case-headline__main {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .case .case-unit__item .case-headline__main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-headline__main {
    font-size: 2.2rem;
  }
}
.case .case-unit__item .case-bnr {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-bnr {
    margin-bottom: 16px;
  }
}
.case .case-unit__item .case-bnr a {
  display: block;
  -webkit-box-shadow: 0 0 12px rgba(27, 33, 52, 0.12);
  box-shadow: 0 0 12px rgba(27, 33, 52, 0.12);
}
.case .case-unit__item .case-bnr a:hover {
  translate: 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.64;
}
.case .case-unit__item .case-list {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .case .case-unit__item .case-list {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .case .case-unit__item .case-list {
    display: block;
  }
  .case .case-unit__item .case-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: none;
  }
  .case .case-unit__item .case-list__item .case-vsl {
    width: 26.5%;
    max-width: 165px;
  }
  .case .case-unit__item .case-list__item .case-vsl img {
    width: 100%;
    height: auto;
  }
  .case .case-unit__item .case-list__item .case-dtl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .case .case-unit__item .case-list__item .case-dtl .case-meta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .case .case-unit__item .case-list__item .case-dtl .case-meta__cate {
    margin-inline: initial;
  }
  .case .case-unit__item .case-list__item .case-dtl .case-ttl a {
    font-weight: initial;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .case .case-unit__item .case-list__item .case-dtl .case-ttl a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .case .case-unit__item .case-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .case .case-unit__item .case-list__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.recruit {
  position: relative;
  z-index: 1;
}
.recruit .recruit-bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/recruit-bnr-bg.jpg") center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.16;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-inner {
    width: calc(96% + 4px);
    padding-right: 4%;
  }
}
.recruit .recruit-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 519px) {
  .recruit .recruit-unit {
    padding: 5% 0;
  }
}
.recruit .recruit-unit .recruit-txt {
  width: 18%;
}
@media screen and (max-width: 519px) {
  .recruit .recruit-unit .recruit-txt {
    width: 36%;
    translate: -4% 0;
  }
}
.recruit .recruit-unit .recruit-btn {
  width: 10%;
  margin-top: 14%;
  margin-left: 2%;
}
@media screen and (max-width: 519px) {
  .recruit .recruit-unit .recruit-btn {
    width: 18%;
    margin-top: 22%;
    margin-left: -10%;
  }
}
.recruit .recruit-unit .recruit-btn a {
  display: block;
}
.recruit .recruit-unit .recruit-btn a:hover {
  translate: 2px 2px;
  opacity: 0.64;
}
.recruit .recruit-unit .recruit-vsl {
  width: 66%;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-unit .recruit-vsl {
    width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-unit .recruit-vsl {
    width: 37%;
  }
}
.recruit .recruit-unit .recruit-vsl img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  translate: 4% 0;
}
@media screen and (max-width: 519px) {
  .recruit .recruit-unit .recruit-vsl img {
    -webkit-transform: scale(2);
    transform: scale(2);
    translate: 8% 0;
  }
}

.blog .headline {
  position: absolute;
  top: 0;
  left: 85px;
}
@media screen and (max-width: 1279px) {
  .blog .headline {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog .headline {
    position: relative;
    left: auto;
    top: auto;
  }
}
.blog .headline__sub {
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog .headline__sub {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-inner {
    width: 100%;
  }
}
.blog .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px 16px;
}
@media screen and (max-width: 959px) {
  .blog .blog-list {
    gap: 40px 8px;
  }
}
@media screen and (max-width: 519px) {
  .blog .blog-list {
    gap: 24px 8px;
  }
}
.blog .blog-list::before, .blog .blog-list::after {
  content: "";
  width: calc(16.7% - 16px);
}
@media screen and (max-width: 959px) {
  .blog .blog-list::before, .blog .blog-list::after {
    width: calc(16.7% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-list::before, .blog .blog-list::after {
    display: none;
  }
}
.blog .blog-list__item {
  width: calc((83.3% - 32px) / 3);
}
@media screen and (max-width: 959px) {
  .blog .blog-list__item {
    width: calc((83.3% - 16px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-list__item {
    width: calc(50% - 4px);
  }
}
.blog .blog-list__item .blog-vsl a {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}
.blog .blog-list__item .blog-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  contain: paint;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .blog-list__item .blog-dtl {
  padding-top: 12px;
}
.blog .blog-list__item .blog-dtl .blog-ttl {
  margin-bottom: 12px;
}
.blog .blog-list__item .blog-dtl .blog-ttl a {
  min-height: 2lh;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 959px) {
  .blog .blog-list__item .blog-dtl .blog-ttl a {
    font-size: 1.4rem;
  }
}
.blog .blog-list__item .blog-dtl .blog-ttl a:hover {
  text-decoration: underline;
}
.blog .blog-list__item .blog-dtl .blog-meta {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .blog-list__item .blog-dtl .blog-meta__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #999999;
}
@media screen and (max-width: 959px) {
  .blog .blog-list__item .blog-dtl .blog-meta__date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-dtl .blog-meta__date {
    font-size: 1rem;
  }
}
.blog .blog-list__item .blog-dtl .blog-meta__cate {
  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: 22px;
  padding: 1px 8px 2px 8px;
  background: #FFFFFF;
  border: 1px solid #1B2134;
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-dtl .blog-meta__cate {
    height: 18px;
    padding: 0 6px;
    font-size: 1rem;
  }
}
.blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  background: #1B2134;
  color: #FFFFFF;
}
.blog .blog-wrap {
  position: relative;
}
.blog .blog-btn {
  position: absolute;
  right: 85px;
  bottom: 0;
  width: 170px;
}
@media screen and (max-width: 1279px) {
  .blog .blog-btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-btn {
    position: relative;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline: auto;
    padding-top: 32px;
    width: 100%;
  }
}
.blog .blog-btn__vsl {
  margin-left: auto;
  margin-bottom: 32px;
  max-width: 104px;
}
@media screen and (max-width: 1023px) {
  .blog .blog-btn__vsl {
    max-width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-btn__vsl {
    max-width: 88px;
    margin: 16px 0 0 auto;
  }
}
@media screen and (max-width: 519px) {
  .blog .blog-btn__vsl {
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-btn .btn {
    margin-inline: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-btn .btn a {
    margin-inline: auto;
  }
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
