@charset "UTF-8";
.front-page {
  padding-top: 104px;
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.front-page {
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .front-page {
    padding-top: 56px;
  }
}
@media screen and (max-width: 959px) {
  .front-page {
    padding-top: 0;
  }
}
.front-page .headline {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .front-page .headline {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.front-page .headline {
  font-size: 3.2rem;
}

@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.05);
}

.blur {
  animation: blurAnime 2.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero {
  position: relative;
  padding: 88px 0;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 0;
    margin-bottom: calc(8px * 12);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  .hero {
    margin-bottom: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 767px) and (max-width: 519px) {
  .hero {
    margin-bottom: calc(8px * 12 * 0.5);
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50vw - 420px);
  z-index: -1;
  transform: translate(-50%, 0);
  width: 980px;
  height: 864px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/mv-border.svg") top/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .hero::before {
    top: -60px;
    left: 19vw;
    height: 784px;
  }
}
@media screen and (max-width: 959px) {
  .hero::before {
    top: -30px;
    height: 644px;
  }
}
@media screen and (max-width: 767px) {
  .hero::before {
    top: 210px;
    height: 100%;
  }
}
@media screen and (max-width: 519px) {
  .hero::before {
    top: 170px;
    left: 29vw;
  }
}

.hero-unit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  max-width: 1248px;
  padding: 0 24px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .hero-unit {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hero-unit {
    gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 0 0 20px;
  }
}
.hero-unit__vsl {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1023px) {
  .hero-unit__vsl {
    width: calc(100% - 328px);
  }
}
@media screen and (max-width: 959px) {
  .hero-unit__vsl {
    width: calc(100% - 201px);
  }
}
@media screen and (max-width: 767px) {
  .hero-unit__vsl {
    position: relative;
    left: -18px;
    width: calc(100% + 40px);
  }
}
.hero-unit__vsl img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-unit__txt {
  width: 411px;
}
@media screen and (max-width: 1023px) {
  .hero-unit__txt {
    width: 365px;
  }
}
@media screen and (max-width: 959px) {
  .hero-unit__txt {
    width: 369px;
  }
}
@media screen and (max-width: 767px) {
  .hero-unit__txt {
    width: 100%;
  }
}
.hero-unit__lead {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .hero-unit__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .hero-unit__lead {
    font-size: 1.8rem;
  }
}
.hero-unit__lead .em {
  font-size: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .hero-unit__lead .em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .hero-unit__lead .em {
    font-size: 2.4rem;
  }
}

.hero-catch {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1.15;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1279px) {
  .hero-catch {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .hero-catch {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 959px) {
  .hero-catch {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-catch {
    letter-spacing: 0.15em;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 519px) {
  .hero-catch {
    letter-spacing: 0.05em;
  }
}
.hero-catch .dot {
  background-image: radial-gradient(circle at center, #CE102C 15%, transparent 15%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1.2em 0.2em;
  padding-top: 0.3em;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-grid {
    padding: 8px;
  }
}
@media screen and (max-width: 519px) {
  .hero-grid {
    padding: 6px;
  }
}
.hero-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .hero-grid__item {
    border-radius: 3px;
  }
}
.hero-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-grid__item:nth-child(1) {
  rotate: -4deg;
  margin: 0 -4px -6px 0;
  z-index: 2;
}
.hero-grid__item:nth-child(2) {
  rotate: 2.5deg;
  margin: 4px -2px -4px -2px;
  z-index: 3;
}
.hero-grid__item:nth-child(3) {
  rotate: 1deg;
  margin: 0 0 -6px -4px;
  z-index: 1;
}
.hero-grid__item:nth-child(4) {
  rotate: -4.5deg;
  margin: 0 -6px -4px 0;
  z-index: 4;
}
.hero-grid__item:nth-child(5) {
  rotate: -5deg;
  margin: -2px -2px -2px -2px;
  z-index: 1;
}
.hero-grid__item:nth-child(6) {
  rotate: 4deg;
  margin: -4px 0 -4px -6px;
  z-index: 3;
}
.hero-grid__item:nth-child(7) {
  rotate: -2.5deg;
  margin: 0 -4px 0 0;
  z-index: 2;
}
.hero-grid__item:nth-child(8) {
  rotate: 1deg;
  margin: -4px -2px 0 -2px;
  z-index: 3;
}
.hero-grid__item:nth-child(9) {
  rotate: 4deg;
  margin: -6px 0 0 -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-grid__item:nth-child(1) {
    rotate: -4deg;
    margin: 0 -3px -4px 0;
    z-index: 2;
  }
  .hero-grid__item:nth-child(2) {
    rotate: 2.5deg;
    margin: 3px -1px -3px -1px;
    z-index: 3;
  }
  .hero-grid__item:nth-child(3) {
    rotate: 1deg;
    margin: 0 0 -4px -3px;
    z-index: 1;
  }
  .hero-grid__item:nth-child(4) {
    rotate: -4.5deg;
    margin: 0 -4px -3px 0;
    z-index: 4;
  }
  .hero-grid__item:nth-child(5) {
    rotate: 5deg;
    margin: -1px -1px -1px -1px;
    z-index: 5;
  }
  .hero-grid__item:nth-child(6) {
    rotate: 4deg;
    margin: -3px 0 -3px -4px;
    z-index: 3;
  }
  .hero-grid__item:nth-child(7) {
    rotate: -1.5deg;
    margin: 0 -3px 0 0;
    z-index: 2;
  }
  .hero-grid__item:nth-child(8) {
    rotate: 1deg;
    margin: -3px -1px 0 -1px;
    z-index: 3;
  }
  .hero-grid__item:nth-child(9) {
    rotate: 4deg;
    margin: -4px 0 0 -3px;
    z-index: 1;
  }
}

@keyframes blurAnimeGrid {
  from {
    filter: blur(20px);
    scale: 1.05;
    opacity: 0;
  }
  to {
    filter: blur(0);
    scale: 1;
    opacity: 1;
  }
}
.hero.blurTrigger .hero-grid__item {
  opacity: 0;
  filter: blur(20px);
  scale: 1.05;
}

.hero.blur .hero-grid__item:nth-child(1) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
.hero.blur .hero-grid__item:nth-child(2) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}
.hero.blur .hero-grid__item:nth-child(3) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
.hero.blur .hero-grid__item:nth-child(4) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.hero.blur .hero-grid__item:nth-child(5) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}
.hero.blur .hero-grid__item:nth-child(6) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
}
.hero.blur .hero-grid__item:nth-child(7) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1.6s forwards;
}
.hero.blur .hero-grid__item:nth-child(8) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1.8s forwards;
}
.hero.blur .hero-grid__item:nth-child(9) {
  animation: blurAnimeGrid 1.6s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}

.hero.blur .hero-unit__vsl {
  animation: none;
  opacity: 1;
  filter: none;
  transform: none;
}

.lead {
  position: relative;
  z-index: 0;
  max-width: 2000px;
  margin-inline: auto;
}
@media screen and (max-width: 2000px) {
  .lead {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-left: 22px;
  }
}
@media screen and (max-width: 519px) {
  .lead {
    margin-left: 12px;
  }
}
.lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 300px);
  background: linear-gradient(90deg, #F5AB18, #FF2828);
  border-radius: 20px 0 0 0;
}
.lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 300px);
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/watercolor-bg.png") center/cover no-repeat;
  border-radius: 20px 0 0 0;
  mix-blend-mode: multiply;
}
.lead .lead-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 72px;
  padding-top: 156px;
  padding-bottom: 148px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .lead .lead-unit {
    gap: 48px;
    padding: 104px 0;
  }
}
@media screen and (max-width: 959px) {
  .lead .lead-unit {
    gap: 40px;
    padding: 88px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead-unit {
    gap: 32px;
    padding: 72px 48px;
  }
}
@media screen and (max-width: 519px) {
  .lead .lead-unit {
    padding: 56px 28px;
  }
}
.lead .lead-unit__ttl .lead-ttl {
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .lead .lead-unit__ttl .lead-ttl {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 959px) {
  .lead .lead-unit__ttl .lead-ttl {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead-unit__ttl .lead-ttl {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 519px) {
  .lead .lead-unit__ttl .lead-ttl {
    font-size: 2.2rem;
  }
}
.lead .lead-unit__ttl .lead-txt {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .lead .lead-unit__ttl .lead-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead-unit__ttl .lead-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .lead .lead-unit__ttl .lead-txt {
    font-size: 1.6rem;
  }
}
.lead .lead-unit__txt {
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .lead .lead-unit__txt {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.strengths {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  max-width: 2000px;
  margin: 0 auto;
  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 .scroll-line {
  position: absolute;
  bottom: -20px;
  left: calc(100% - 240px);
  width: 1836px;
  height: 540px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .strengths .scroll-line {
    bottom: -100px;
  }
}
.strengths .scroll-line__path {
  will-change: stroke-dashoffset;
}
.strengths .scroll-line.--left {
  position: absolute;
  top: -340px;
  left: -1788px;
  width: 100vw;
  height: 1400px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .strengths .scroll-line.--left {
    top: -440px;
    left: -1878px;
  }
}
.strengths .scroll-line.--left .scroll-line__path {
  will-change: stroke-dashoffset;
}
.strengths::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 16px);
  height: 100%;
  background: #ffffff;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .strengths::before {
    width: calc(100% - 8px);
  }
}
.strengths .strengths-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-align: right;
  font-size: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-ttl {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths .strengths-ttl {
    justify-content: center;
    text-align: center;
    font-size: 2.4rem;
  }
}
.strengths .strengths-ttl img {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-ttl img {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-ttl img {
    width: 260px;
  }
}
.strengths .strengths-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col {
    justify-content: flex-end;
    width: 100%;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .strengths .strengths-col {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .strengths .strengths-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .strengths .strengths-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col {
    gap: 20px;
  }
}
.strengths .strengths-col__item {
  position: relative;
  width: calc(100% / 3 - 16px / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 32px;
  min-height: 480px;
  height: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 0 0 0 72px;
  background: #ffffff;
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-col__item {
    min-height: 500px;
    gap: 24px;
    padding: 40px 20px;
    border-radius: 0 0 0 64px;
  }
}
@media screen and (max-width: 1023px) {
  .strengths .strengths-col__item {
    min-height: 530px;
    gap: 20px;
    border-radius: 0 0 0 56px;
  }
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item {
    position: sticky;
    top: 72px;
    z-index: 1;
    gap: 16px;
    padding: 20px;
    width: 100%;
    min-height: auto;
    border-radius: 0 0 0 56px;
    transform-origin: top center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
}
.strengths .strengths-col__item::before {
  content: "01";
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 10.4rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: rgba(245, 171, 24, 0.2);
}
@media screen and (max-width: 519px) {
  .strengths .strengths-col__item::before {
    top: 0;
    font-size: 7.2rem;
  }
}
.strengths .strengths-col__item .strengths-en {
  margin-bottom: 8px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: rgba(245, 171, 24, 0.2);
  text-transform: uppercase;
}
.strengths .strengths-col__item .strengths-col-ttl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item .strengths-col-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-col__item .strengths-col-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.strengths .strengths-col__item .strengths-col-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item .strengths-col-ttl {
    margin-bottom: 14px;
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}
.strengths .strengths-col__item .txt {
  color: rgba(34, 34, 34, 0.6);
}
.strengths .strengths-col__item .strengths-btn {
  position: relative;
}
.strengths .strengths-col__item .strengths-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translate(0, -50%);
  width: 32px;
  height: 1px;
  background: #F5AB18;
}
@media screen and (max-width: 1279px) {
  .strengths .strengths-col__item .strengths-btn::before {
    right: -20px;
    width: 20px;
  }
}
.strengths .strengths-col__item .strengths-btn a {
  max-width: 100%;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .strengths .strengths-col__item .strengths-btn a {
    min-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  .strengths .strengths-col__item .strengths-btn a {
    min-height: 48px;
  }
}
.strengths .strengths-col__item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 72px;
  z-index: -1;
  width: 469px;
  height: 117px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/strengths-border-bottom.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item:nth-of-type(1)::after {
    display: none;
  }
}
.strengths .strengths-col__item:nth-of-type(2) {
  margin-top: 64px;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item:nth-of-type(2) {
    margin-top: 0;
    top: 88px;
    z-index: 2;
  }
}
.strengths .strengths-col__item:nth-of-type(2)::before {
  content: "02";
  color: rgba(235, 131, 30, 0.2);
}
.strengths .strengths-col__item:nth-of-type(2) .strengths-en {
  color: rgba(235, 131, 30, 0.2);
}
.strengths .strengths-col__item:nth-of-type(2) .strengths-btn::before {
  background: #EB831E;
}
.strengths .strengths-col__item:nth-of-type(3) {
  margin-top: 128px;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item:nth-of-type(3) {
    margin-top: 0;
    top: 96px;
    z-index: 3;
  }
}
.strengths .strengths-col__item:nth-of-type(3)::before {
  content: "03";
  color: rgba(206, 16, 44, 0.11);
}
.strengths .strengths-col__item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: -64px;
  left: -20px;
  z-index: -1;
  width: 376px;
  height: 162px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/strengths-border-top.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__item:nth-of-type(3)::after {
    display: none;
  }
}
.strengths .strengths-col__item:nth-of-type(3) .strengths-en {
  color: rgba(206, 16, 44, 0.2);
}
.strengths .strengths-col__item:nth-of-type(3) .strengths-btn::before {
  background: #CE102C;
}
.strengths .strengths-col__spacer {
  display: none;
}
@media screen and (max-width: 959px) {
  .strengths .strengths-col__spacer {
    display: block;
    width: 100%;
    height: 5vh;
    pointer-events: none;
  }
}

.column {
  position: relative;
  z-index: 0;
  padding: 64px 0;
  max-width: 2400px;
  margin-inline: auto;
  background: #F8F6F5;
  border-radius: 40px 40px 0 0;
  overflow: clip;
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .column {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
@media screen and (max-width: 1023px) {
  .column {
    padding: 56px 0;
  }
}
@media screen and (max-width: 959px) {
  .column {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 40px 0;
  }
}
@media screen and (max-width: 519px) {
  .column {
    padding: 32px 0;
  }
}
.column::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -80px;
  z-index: -1;
  width: 1214px;
  height: 602px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/bg-deco.png") top right/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.25;
}
@media screen and (max-width: 1279px) {
  .column::before {
    width: 1014px;
    height: 402px;
  }
}
@media screen and (max-width: 959px) {
  .column::before {
    width: 794px;
    height: 322px;
  }
}
@media screen and (max-width: 767px) {
  .column::before {
    width: 580px;
    height: 322px;
  }
}
.column .column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 519px) {
  .column .column-list {
    gap: 10px 8px;
    margin-bottom: 24px;
  }
}
.column .column-list__item {
  position: relative;
  width: calc(100% / 3 - 24px / 3);
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .column .column-list__item {
    width: calc(100% / 2 - 12px / 2);
    padding: 8px;
  }
}
@media screen and (max-width: 519px) {
  .column .column-list__item {
    width: calc(100% / 2 - 8px / 2);
    padding: 6px;
  }
}
.column .column-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
.column .column-list__item > a:hover {
  border: 2px solid #EB831E;
}
.column .column-list__item .column-vsl {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .column .column-list__item .column-vsl {
    margin-bottom: 12px;
  }
}
.column .column-list__item .column-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  background: #F8F6F5;
}
.column .column-list__item .column-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.column .column-list__item .column-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .column .column-list__item .column-meta {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 519px) {
  .column .column-list__item .column-meta {
    margin-bottom: 4px;
  }
}
.column .column-list__item .column-meta__date {
  font-size: 1.9rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .column .column-list__item .column-meta__date {
    font-size: 1.3rem;
  }
}
.column .column-list__item .column-meta__cate {
  position: relative;
  z-index: 2;
  padding-left: 12px;
  color: #EB831E;
  text-decoration: underline;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 959px) {
  .column .column-list__item .column-meta__cate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .column .column-list__item .column-meta__cate {
    font-size: 1.4rem;
  }
}
.column .column-list__item .column-meta__cate::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #EB831E;
}
.column .column-list__item .column-meta__cate:hover {
  text-decoration: none;
}
.column .column-list__item .column-ttl {
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .column .column-list__item .column-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .column .column-list__item .column-ttl {
    font-size: 1.6rem;
  }
}
.column .column-list:has(.column-list__item:nth-child(4):last-child) .column-list__item:last-of-type {
  display: none;
}
@media screen and (max-width: 959px) {
  .column .column-list:has(.column-list__item:nth-child(4):last-child) .column-list__item:last-of-type {
    display: block;
  }
}

.case {
  position: relative;
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .case {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .case {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.case::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: calc(50% - 200px);
  z-index: -1;
  transform: translate(-50%, 0);
  width: 1740px;
  height: 1140px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/post-border.svg") bottom/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .case::after {
    height: 1080px;
    left: calc(50% - 190px);
  }
}
@media screen and (max-width: 959px) {
  .case::after {
    left: calc(50% - 140px);
  }
}
@media screen and (max-width: 767px) {
  .case::after {
    bottom: -50px;
    left: 10px;
    width: 1240px;
    height: 960px;
  }
}
.case .case-upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case .case-upper {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
  }
  .case .case-upper .btn {
    position: absolute;
    bottom: -68px;
    left: 128px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case .case-upper .btn {
    bottom: -65px;
    left: 100px;
  }
}
.case .case-upper .ttl-l {
  margin-bottom: 0;
}
.case .case-list {
  margin-right: calc((100dvw - 1215px) / 2 * -1);
  touch-action: pan-y;
}
@media screen and (max-width: 1370px) {
  .case .case-list {
    margin-right: -5dvw;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.case .case-list .slick-list .slick-track {
  display: flex !important;
}
.case .case-list .slick-list .slick-track .slick-slide {
  height: auto !important; /* 高さを自動調整 */
  display: flex;
  align-items: stretch;
  margin-right: 16px;
  width: 26vw;
  max-width: 360px;
  min-width: 320px;
}
@media screen and (max-width: 1023px) {
  .case .case-list .slick-list .slick-track .slick-slide {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list .slick-list .slick-track .slick-slide {
    width: 32vw;
  }
}
@media screen and (max-width: 519px) {
  .case .case-list .slick-list .slick-track .slick-slide {
    width: 38vw;
    min-width: 220px;
  }
}
.case .case-list .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.case .case-list .slick-arrow {
  position: absolute;
  top: -102px;
  cursor: pointer;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #EB831E;
  background: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case .case-list .slick-arrow {
    top: 10px;
    width: 40px;
    height: 40px;
  }
}
.case .case-list .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #EB831E;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .case .case-list .slick-arrow::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #EB831E;
  }
}
.case .case-list .slick-arrow.slick-prev {
  right: calc((100dvw - 1200px) / 2 + 342px);
}
@media screen and (max-width: 1370px) {
  .case .case-list .slick-arrow.slick-prev {
    right: 384px;
  }
}
@media screen and (max-width: 959px) {
  .case .case-list .slick-arrow.slick-prev {
    right: 360px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
}
.case .case-list .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.case .case-list .slick-arrow.slick-next {
  right: calc((100dvw - 1200px) / 2 + 270px);
}
@media screen and (max-width: 1370px) {
  .case .case-list .slick-arrow.slick-next {
    right: 318px;
  }
}
@media screen and (max-width: 959px) {
  .case .case-list .slick-arrow.slick-next {
    right: 296px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list .slick-arrow.slick-next {
    right: auto;
    left: 47px;
  }
}
.case .case-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .case .case-list__item {
    width: auto !important;
  }
  .case .case-list__item:nth-child(n+5) {
    display: none;
  }
}
.case .case-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-out;
}
.case .case-list__item .case-vsl {
  position: relative;
  contain: paint;
  max-height: 320px;
  height: 100%;
  max-width: 360px;
  width: 100%;
  border-radius: 0 0 0 16px;
  transition: 0.3s ease-out;
}
.case .case-list__item .case-vsl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0) 65%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.case .case-list__item .case-vsl img {
  aspect-ratio: 360/320;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
}
.case .case-list__item .case-dtl {
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .case .case-list__item .case-dtl {
    padding: 0 10px 6px 12px;
  }
}
.case .case-list__item .case-dtl__cate {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 14px;
  margin-bottom: 6px;
  color: #ffffff;
  background: #EB831E;
  border-radius: 2px 12px 2px 12px;
}
@media screen and (max-width: 767px) {
  .case .case-list__item .case-dtl__cate {
    padding: 2px 12px;
    margin-bottom: 4px;
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
}
.case .case-list__item .case-dtl__ttl {
  font-size: 2rem;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
}
@media screen and (max-width: 767px) {
  .case .case-list__item .case-dtl__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .case .case-list__item .case-dtl__ttl {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.case .case-list__item:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  .case .case-list__item:hover {
    transform: scale(1.02);
  }
}
.case .case-list__item:hover .case-vsl {
  border-radius: 0;
}
.case .case-list__item:hover .case-vsl::before {
  opacity: 1;
}

.news {
  position: relative;
  padding-top: 64px;
  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);
  }
}
@media screen and (max-width: 959px) {
  .news {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 48px;
  }
}
@media screen and (max-width: 519px) {
  .news {
    padding-top: 40px;
  }
}
.news::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: calc(50% - 750px);
  z-index: -1;
  width: 282px;
  height: 342px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/bottom-border.svg") bottom/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .news::before {
    left: -220px;
  }
}
.news .news-inner {
  position: relative;
}
.news .news-inner::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  background: linear-gradient(90deg, #F5AB18, #FF2828);
}
@media screen and (max-width: 767px) {
  .news .news-inner::before {
    top: -48px;
  }
}
.news .news-inner::after {
  content: "";
  position: absolute;
  top: -64px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/watercolor-bg.png") center/cover no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .news .news-inner::after {
    top: -48px;
  }
}
.news .news-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  padding: 72px;
  background: #ffffff;
  border: 2px solid #EB831E;
  border-radius: 6px;
}
@media screen and (max-width: 1279px) {
  .news .news-unit {
    padding: 56px;
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .news .news-unit {
    padding: 48px;
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit {
    padding: 32px 16px;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit {
    padding: 24px 14px;
  }
}
.news .news-unit__ttl {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .news .news-unit__ttl {
    width: 100%;
  }
}
.news .news-unit__post {
  width: calc(100% - 308px);
}
@media screen and (max-width: 767px) {
  .news .news-unit__post {
    width: 100%;
    margin-bottom: 16px;
  }
}
.news .news-unit .news-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.news .news-unit .news-list__item .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .news .news-unit .news-list__item .news-meta {
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news .news-unit .news-list__item .news-meta {
    gap: 4px;
  }
}
.news .news-unit .news-list__item .news-meta__date {
  width: 120px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .news .news-unit .news-list__item .news-meta__date {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list__item .news-meta__date {
    width: 96px;
    font-size: 1.7rem;
  }
}
.news .news-unit .news-list__item .news-meta__cate {
  width: 160px;
  border: 1px solid #EB831E;
  border-radius: 2px 10px 2px 10px;
  color: #EB831E;
  text-align: center;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .news .news-unit .news-list__item .news-meta__cate {
    width: 140px;
    font-size: 1.6rem;
  }
}
.news .news-unit .news-list__item .news-meta__cate:hover {
  background: #EB831E;
  color: #ffffff;
}
.news .news-unit .news-list__item .news-ttl {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1023px) {
  .news .news-unit .news-list__item .news-ttl {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item .news-ttl {
    width: 100%;
  }
}
.news .news-unit .news-list__item .news-ttl a {
  font-size: 1.7rem;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-unit .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}
.news .news-unit .news-list__item:not(:last-of-type) {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item:not(:last-of-type) {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit .news-list__item:not(:last-of-type) {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
.news .news-unit .news-list__item:not(:last-of-type) {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item:not(:last-of-type) {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit .news-list__item:not(:last-of-type) {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.news .news-unit .news-list__item:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E8;
}

.seminar {
  position: relative;
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 959px) {
  .seminar {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .seminar {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}
.seminar::before {
  content: "";
  position: absolute;
  top: -170px;
  left: calc(50% + 400px);
  z-index: -1;
  transform: translate(-50%, 0);
  width: 537px;
  height: 397px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/top/seminar-border.svg") bottom/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .seminar::before {
    left: calc(50% + 510px);
  }
}
@media screen and (max-width: 1023px) {
  .seminar::before {
    left: calc(50% + 340px);
  }
}
@media screen and (max-width: 959px) {
  .seminar::before {
    left: calc(50% + 300px);
  }
}
@media screen and (max-width: 519px) {
  .seminar::before {
    top: -260px;
    left: calc(50% + 160px);
  }
}
.seminar .seminar-upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .seminar .seminar-upper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .seminar .seminar-upper {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-upper {
    margin-bottom: 16px;
  }
}
.seminar .seminar-upper .ttl-l {
  margin-bottom: 0;
}
.seminar .seminar-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .seminar .seminar-list {
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .seminar .seminar-list {
    gap: 18px;
  }
}
.seminar .seminar-list__item {
  width: calc(100% / 2 - 32px / 2);
  position: relative;
  background: #ffffff;
  padding: 0 0 24px 24px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 1279px) {
  .seminar .seminar-list__item {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 1023px) {
  .seminar .seminar-list__item {
    width: calc(100% / 2 - 18px / 2);
    padding: 0 0 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list__item {
    padding: 0 0 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .seminar .seminar-list__item {
    width: 100%;
  }
}
.seminar .seminar-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 0 0 0 20px;
  transition: 0.3s ease-out;
}
.seminar .seminar-list__item > a:hover {
  border: 2px solid #EB831E;
}
.seminar .seminar-list__item .seminar-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 14px;
  color: #ffffff;
  font-family: "Red Hat Display", sans-serif;
  border-radius: 0 0 0 6px;
  background: #EB831E;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-date {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .seminar .seminar-list__item .seminar-date {
    font-size: 1.7rem;
  }
}
.seminar .seminar-list__item .seminar-vsl {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .seminar .seminar-list__item .seminar-vsl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-vsl {
    margin-bottom: 14px;
  }
}
.seminar .seminar-list__item .seminar-vsl img {
  border-radius: 0 0 0 24px;
}
.seminar .seminar-list__item .seminar-dtl {
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .seminar .seminar-list__item .seminar-dtl {
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl {
    padding-right: 12px;
  }
}
.seminar .seminar-list__item .seminar-dtl .seminar-ttl {
  margin-bottom: 22px;
  font-size: 2.6rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-ttl {
    margin-bottom: 6px;
    font-size: 1.7rem;
  }
}
.seminar .seminar-list__item .seminar-dtl .seminar-type {
  width: 200px;
  padding: 4px 2px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #222222;
  border-radius: 2px;
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-type {
    padding: 2px;
  }
}
.seminar .seminar-list__item .seminar-dtl .seminar-type:not(:last-of-type) {
  margin-right: 8px;
}
.seminar .seminar-list__item .seminar-dtl .seminar-type__txt {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-type__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-type__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-type__txt {
    font-size: 1.5rem;
  }
}
.seminar .seminar-list__item .seminar-dtl .seminar-add {
  font-size: 1.3rem;
  color: rgba(34, 34, 34, 0.7);
  line-height: 1.2;
}
.seminar .seminar-list__item:hover .seminar-dtl .seminar-ttl {
  color: #EB831E;
}
.seminar .seminar-list .preparation {
  width: 100%;
  background: #ffffff;
  border: 2px dotted rgba(235, 131, 30, 0.4);
}
.seminar .seminar-list .preparation-txt {
  padding: calc(8px * 18);
}
@media screen and (max-width: 959px) {
  .seminar .seminar-list .preparation-txt {
    padding: calc(8px * 18 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .seminar .seminar-list .preparation-txt {
    padding: calc(8px * 18 * 0.5);
  }
}
.seminar .seminar-list .preparation-txt {
  text-align: center;
}
.seminar .archive {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 519px) {
  .seminar .archive {
    flex-direction: column;
    gap: 16px;
  }
}
.seminar .archive .archive-ttl {
  width: 48px;
  font-size: 2.8rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-ttl {
    font-size: 2.4rem;
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  .seminar .archive .archive-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-ttl {
    width: 100%;
    writing-mode: horizontal-tb;
  }
}
.seminar .archive .archive-col {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  width: calc(100% - 90px);
  border-top: 2px solid #EB831E;
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-col {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col {
    gap: 6px;
    width: 100%;
  }
}
.seminar .archive .archive-col .archive-unit {
  position: relative;
  width: calc(100% / 2 - 16px / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 1279px) {
  .seminar .archive .archive-col .archive-unit {
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .seminar .archive .archive-col .archive-unit {
    padding: 12px;
  }
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-col .archive-unit {
    padding: 8px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .seminar .archive .archive-col .archive-unit {
    flex-direction: column;
  }
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .archive-unit {
    width: calc(100% / 2 - 6px / 2);
    gap: 6px;
  }
}
.seminar .archive .archive-col .archive-unit > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 0 0 0 16px;
  transition: 0.3s ease-out;
}
.seminar .archive .archive-col .archive-unit > a:hover {
  border: 2px solid #999999;
}
.seminar .archive .archive-col .archive-unit__vsl {
  position: relative;
  width: 205px;
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-col .archive-unit__vsl {
    width: 165px;
  }
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .archive-unit__vsl {
    width: 100%;
  }
}
.seminar .archive .archive-col .archive-unit__vsl::after {
  content: "開催終了";
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #222222;
  border-radius: 0 0 2px 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}
.seminar .archive .archive-col .archive-unit__vsl img {
  border-radius: 0 0 0 14px;
}
.seminar .archive .archive-col .archive-unit__dtl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 219px);
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-col .archive-unit__dtl {
    width: calc(100% - 173px);
  }
}
@media screen and (max-width: 767px) {
  .seminar .archive .archive-col .archive-unit__dtl {
    width: 100%;
  }
}
.seminar .archive .archive-col .archive-unit__dtl .archive-post-ttl {
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  margin-bottom: 16px;
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .archive-unit__dtl .archive-post-ttl {
    font-size: 1.5rem;
    letter-spacing: -0.65px;
    margin-bottom: 4px;
  }
}
.seminar .archive .archive-col .archive-unit__dtl .archive-date {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .archive-unit__dtl .archive-date {
    font-size: 1.6rem;
  }
}
.seminar .archive .archive-col .archive-unit__dtl .archive-type {
  font-size: 1.6rem;
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .archive-unit__dtl .archive-type {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.seminar .archive .archive-col .preparation {
  width: 100%;
  background: #ffffff;
  border: 2px dotted rgba(235, 131, 30, 0.4);
}
.seminar .archive .archive-col .preparation-txt {
  padding: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .seminar .archive .archive-col .preparation-txt {
    padding: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .seminar .archive .archive-col .preparation-txt {
    padding: calc(8px * 10 * 0.5);
  }
}
.seminar .archive .archive-col .preparation-txt {
  text-align: center;
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
