@charset "UTF-8";
/*====================================
  page: top
=====================================*/
/*====================================
  color
=====================================*/
/*====================================
  font-family
=====================================*/
/*====================================
  font-size (fluid)
=====================================*/
/*====================================
  font-size variables
=====================================*/
/*====================================
  font-weight
=====================================*/
/*====================================
  font-size utility classes
=====================================*/
/*====================================
  letter-spacing
=====================================*/
/*====================================
  mt
=====================================*/
/*====================================
  mb
=====================================*/
/*====================================
  ml
=====================================*/
/*====================================
  mr
=====================================*/
/*====================================
  pt
=====================================*/
/*====================================
  pb
=====================================*/
/*====================================
  pl
=====================================*/
/*====================================
  pr
=====================================*/
/*====================================
  spacing utility classes
=====================================*/
/*====================================
  breakpoints
=====================================*/
/*====================================
 MV
=====================================*/
#top {
  transition: opacity 0.9s ease;
  /*====================================
   News
  =====================================*/
  /*====================================
   Service
  =====================================*/
  /*====================================
   Clients
  =====================================*/
  /*====================================
   Philosophy
  =====================================*/
  /*====================================
   Community
  =====================================*/
  /*====================================
   Blog
  =====================================*/
}
html.is-loading #top {
  opacity: 0;
}
#top .ttl-lead-rest {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}
#top .fade-in-up.visible .ttl-lead-rest {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  #top .ttl-lead-rest {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#top .t-mv {
  position: relative;
  min-height: 645px;
  background-color: #cfd1d3;
  background-image: url("../img/common/mv-bg-pc.webp");
  z-index: 1;
}
@media (max-width: 960px) {
  #top .t-mv {
    background-image: url("../img/common/mv-bg-sp.webp");
  }
}
@media (max-width: 768px) {
  #top .t-mv {
    overflow: hidden;
  }
}
#top .t-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: -1;
  overflow: clip;
  pointer-events: none;
}
@media (max-width: 960px) {
  #top .t-mv__bg {
    bottom: -45vh;
  }
}
@media (max-width: 768px) {
  #top .t-mv__bg {
    bottom: 0;
    overflow: hidden;
  }
}
#top .t-mv .mv-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
@media (max-width: 768px) {
  #top .t-mv .mv-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 645px;
    max-height: 100vh;
  }
}
#top .t-mv .mv-bg.enable-transition {
  transition: opacity 2s ease-in-out;
}
#top .t-mv .mv-bg.fade-out {
  opacity: 0;
}
#top .t-mv .mv-bg__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  outline: none;
  display: block;
  transition: opacity 0.55s ease;
}
#top .t-mv .mv-bg__video--secondary {
  opacity: 0;
  z-index: 1;
}
#top .t-mv .mv-bg__video--primary {
  opacity: 1;
  z-index: 2;
}
#top .t-mv__inr {
  will-change: transform, opacity;
}
@media (max-width: 960px) {
  #top .t-mv__inr {
    display: flex;
    flex-direction: column;
  }
}
#top .t-mv__right {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 960px) {
  #top .t-mv__right {
    max-width: 70%;
    padding-top: 240px;
  }
}
@media (max-width: 480px) {
  #top .t-mv__right {
    max-width: 100%;
  }
}
#top .t-mv__ttl {
  padding-top: 254px;
}
#top .t-mv__ttl-visual {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#top .t-mv__ttl-img {
  display: block;
  width: 454px;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
}
html:not(.is-loading) #top .t-mv__ttl-img {
  animation: mv-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
@media screen and (max-width: 1300px) {
  #top .t-mv__ttl-img {
    width: 354px;
  }
}
#top .t-mv__ttl-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  letter-spacing: 0;
  text-align: center;
  padding-top: 32px;
  opacity: 0;
  transform: translateY(20px);
}
html:not(.is-loading) #top .t-mv__ttl-en {
  animation: mv-title-en-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}
@media (max-width: 960px) {
  #top .t-mv__ttl {
    padding-top: 0;
  }
  #top .t-mv__ttl-img {
    width: 314px;
  }
  #top .t-mv__ttl-en {
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  #top .t-mv__ttl {
    width: 70%;
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  #top .t-mv__ttl-visual {
    animation: none !important;
  }
  #top .t-mv__ttl-img, #top .t-mv__ttl-en {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    animation: none !important;
  }
}
@keyframes mv-title-in {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes mv-title-en-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 0.12em;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0;
  }
}
@keyframes mv-desc-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#top .t-mv__desc {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #1d1b33;
  padding: 40px 50px;
  margin-top: 96px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
}
html:not(.is-loading) #top .t-mv__desc {
  animation: mv-desc-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.5s forwards;
}
@media (prefers-reduced-motion: reduce) {
  #top .t-mv__desc {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
@media screen and (max-width: 1300px) {
  #top .t-mv__desc {
    margin-top: 80px;
    padding: 32px 40px;
  }
}
@media (max-width: 960px) {
  #top .t-mv__desc {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  #top .t-mv__desc {
    margin-top: 64px;
    padding: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #top .t-mv__desc {
    margin-bottom: 8px;
  }
}
#top .t-mv__desc-img {
  right: 60px;
  bottom: 100%;
  position: absolute;
  width: auto;
  height: 96px;
  object-fit: contain;
}
@media screen and (max-width: 1300px) {
  #top .t-mv__desc-img {
    height: 80px;
  }
}
@media (max-width: 960px) {
  #top .t-mv__desc-img {
    height: 72px;
  }
}
@media (max-width: 768px) {
  #top .t-mv__desc-img {
    height: 64px;
    right: 24px;
  }
}
#top .t-mv__desc-ttl {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  #top .t-mv__desc-ttl {
    height: 40px;
    width: auto;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  #top .t-mv__desc-ttl {
    height: 32px;
    margin-bottom: 4px;
  }
}
#top .t-mv__desc-sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  text-align: justify;
  padding-bottom: 10px;
  color: #1d1b33;
}
@media screen and (max-width: 1300px) {
  #top .t-mv__desc-sub-ttl {
    padding-bottom: 8px;
  }
}
#top .t-mv__desc-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  text-align: justify;
  line-height: 2;
  color: #181b39;
}
#top .t-mv .cmn__sns {
  opacity: 0;
  transform: translateY(30px);
}
html:not(.is-loading) #top .t-mv .cmn__sns {
  animation: mv-desc-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.5s forwards;
}
@media (prefers-reduced-motion: reduce) {
  #top .t-mv .cmn__sns {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
#top .t-mv__inr .cmn__ttl-icon {
  margin-left: auto;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
}
html:not(.is-loading) #top .t-mv__inr .cmn__ttl-icon {
  animation: mv-desc-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.5s forwards;
}
#top .t-mv__inr .cmn__ttl-icon img {
  display: block;
  transition: transform 0.3s ease;
}
#top .t-mv__inr .cmn__ttl-icon:hover, #top .t-mv__inr .cmn__ttl-icon:focus-visible {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
#top .t-mv__inr .cmn__ttl-icon:hover img, #top .t-mv__inr .cmn__ttl-icon:focus-visible img {
  transform: translateY(-20px);
}
@media (prefers-reduced-motion: reduce) {
  #top .t-mv__inr .cmn__ttl-icon {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  #top .t-mv__inr .cmn__ttl-icon:hover, #top .t-mv__inr .cmn__ttl-icon:focus-visible {
    transform: none;
  }
  #top .t-mv__inr .cmn__ttl-icon:hover img, #top .t-mv__inr .cmn__ttl-icon:focus-visible img {
    transform: translateY(-20px);
  }
}
#top .t-mv__left {
  position: absolute;
  top: 550px;
  left: 10vw;
  opacity: 0;
  transform: translateY(30px);
}
html:not(.is-loading) #top .t-mv__left {
  animation: mv-desc-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
@media (prefers-reduced-motion: reduce) {
  #top .t-mv__left {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
@media screen and (max-width: 1400px) {
  #top .t-mv__left {
    left: 20vw;
  }
}
@media screen and (max-width: 1200px) {
  #top .t-mv__left {
    top: 450px;
    left: 15vw;
  }
}
@media (max-width: 960px) {
  #top .t-mv__left {
    display: none;
  }
}
#top .t-mv__ttl-sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 32px + 24 * (100vw - 375px) / 905, 56px);
  margin-bottom: 120px;
  text-align: right;
  padding-right: 1em;
}
#top .t-mv__ttl-sub-small {
  font-size: clamp(18px, 18px + 8 * (100vw - 375px) / 905, 26px);
  margin-left: 0.5em;
}
@media screen and (max-width: 1300px) {
  #top .t-mv__ttl-sub {
    margin-bottom: 64px;
  }
}
@media (max-width: 960px) {
  #top .t-mv__ttl-sub {
    font-size: 32px;
    margin-bottom: 60px;
    padding-right: 20%;
  }
}
@media (max-width: 768px) {
  #top .t-mv__ttl-sub {
    margin-bottom: 24px;
  }
}
#top .news {
  opacity: 0;
  transform: translateY(30px);
  margin-bottom: 40vh;
}
@media (max-width: 960px) {
  #top .news {
    margin-bottom: 28vh;
  }
}
@media (max-width: 768px) {
  #top .news {
    margin-bottom: 0;
  }
}
html:not(.is-loading) #top .news {
  animation: mv-desc-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.5s forwards;
}
@media (prefers-reduced-motion: reduce) {
  #top .news {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
#top .news__scroll {
  will-change: transform, opacity;
}
#top .news .sec-ttl {
  margin-bottom: 32px;
}
#top .news__inr {
  position: relative;
  padding: 32px 0 32px 64px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
}
#top .news__inr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1024px) {
  #top .news__inr {
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 0;
    gap: 24px;
    padding: 40px 24px 0 40px;
  }
  #top .news__inr::before {
    height: calc(100% - 28px);
    width: 100%;
  }
}
@media (max-width: 480px) {
  #top .news__inr {
    padding: 24px 16px 0 16px;
    gap: 16px;
  }
}
#top .news__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  #top .news__list {
    width: 100%;
  }
}
#top .news__item {
  display: flex;
  gap: 20px;
  flex: 1;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
#top .news__item:hover .news__txt, #top .news__item:focus-visible .news__txt {
  color: #0172fd;
}
@media (max-width: 1024px) {
  #top .news__item {
    gap: 8px 12px;
  }
}
@media (max-width: 768px) {
  #top .news__item {
    flex-wrap: wrap;
    align-items: center;
  }
}
#top .news__category {
  display: inline-block;
  background-color: #1d1b33;
  color: #ffffff;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  width: 112px;
  box-sizing: border-box;
  text-align: justify;
  text-align-last: justify;
}
#top .news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  color: #000000;
  flex-shrink: 0;
}
#top .news__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  color: #000000;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  font-weight: 400;
}
@media (max-width: 768px) {
  #top .news__txt {
    flex: 1 1 100%;
    width: 100%;
  }
}
#top .news__separator {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  min-height: 1em;
  background-color: #000000;
}
@media (max-width: 768px) {
  #top .news__separator {
    display: none;
  }
}
#top .news .btn-base {
  flex-shrink: 0;
  flex-basis: auto;
}
#top .t-ser {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  #top .t-ser {
    margin-top: -12vh;
  }
}
@media (max-width: 768px) {
  #top .t-ser {
    margin-top: 0;
  }
}
#top .t-ser__inr {
  gap: 184px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
#top .t-ser__inr.container-1000 {
  transform: none;
  opacity: 1;
}
#top .t-ser__inr.fade-in-up.visible {
  transform: none;
}
@media (max-width: 960px) {
  #top .t-ser__inr {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  #top .t-ser__inr {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
  }
}
#top .t-ser__inr .cmn-deco--07 {
  bottom: 30%;
  left: 0;
  transform: translate(-25%, 0);
  z-index: -1;
}
@media (max-width: 768px) {
  #top .t-ser__inr .cmn-deco--07 {
    left: auto;
    right: 0;
    transform: translate(25%, 0);
  }
}
#top .t-ser__inr .cmn-deco--06 {
  bottom: 10%;
  left: 0;
  transform: translate(-100%, 0);
  z-index: -1;
}
@media (max-width: 768px) {
  #top .t-ser__inr .cmn-deco--06 {
    left: auto;
    right: 0;
    transform: translate(75%, 0);
  }
}
#top .t-ser__inr .cmn-deco--09 {
  bottom: 20%;
  left: 20%;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  #top .t-ser__inr .cmn-deco--09 {
    left: auto;
    right: 20%;
    transform: rotate(180deg);
  }
}
#top .t-ser__inr .cmn-deco--01 {
  bottom: -5%;
  left: 15%;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .t-ser__inr .cmn-deco--01 {
    left: auto;
    right: 15%;
  }
}
#top .t-ser__inr .cmn-deco--maru-bg {
  bottom: -2.5%;
  left: 10%;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .t-ser__inr .cmn-deco--maru-bg {
    left: auto;
    right: 15%;
  }
}
#top .t-ser__inr .service-bg-maru {
  position: absolute;
  width: clamp(100px, 10vw, 150px);
  height: clamp(100px, 10vw, 150px);
  bottom: 15%;
  left: 10%;
  z-index: -2;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), translate 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#top .t-ser__inr .service-bg-maru.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (max-width: 768px) {
  #top .t-ser__inr .service-bg-maru {
    left: auto;
    right: 15%;
  }
}
#top .t-ser__left-col {
  width: calc(50% - 92px);
  flex-shrink: 0;
  align-self: flex-start;
  z-index: 2;
}
@media (max-width: 960px) {
  #top .t-ser__left-col {
    width: calc(50% - 50px);
  }
}
@media (max-width: 768px) {
  #top .t-ser__left-col {
    width: 100%;
  }
}
#top .t-ser__left {
  z-index: 2;
}
#top .t-ser__left .t-ser__img-wrap {
  position: relative;
  width: 216px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
#top .t-ser__left .t-ser__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  animation: t-ser-img-fade-in 0.4s ease;
}
#top .t-ser__left p {
  max-width: 368px;
  text-align: justify;
  line-height: 2;
  font-weight: 700;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
}
@media (max-width: 960px) {
  #top .t-ser__left .t-ser__img-wrap {
    width: 180px;
    height: 168px;
  }
}
@media (max-width: 768px) {
  #top .t-ser__left {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 24px;
  }
  #top .t-ser__left h2 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  #top .t-ser__left .t-ser__img-wrap {
    grid-column: 2;
    grid-row: 1;
    width: 180px;
    height: 168px;
    margin-bottom: 0;
  }
  #top .t-ser__left p {
    grid-column: 1/-1;
    grid-row: 2;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #top .t-ser__left .t-ser__img-wrap {
    width: 120px;
    height: 112px;
  }
}
#top .t-ser__right {
  width: calc(50% - 92px);
  position: relative;
  z-index: 2;
}
#top .t-ser__right li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  color: #ffffff;
  padding: 24px 0 48px 40px;
}
#top .t-ser__right li p::before {
  content: "-";
}
#top .t-ser__right li:last-of-type p {
  padding-bottom: 0;
}
@media (max-width: 960px) {
  #top .t-ser__right {
    width: calc(50% - 50px);
  }
  #top .t-ser__right li p {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  #top .t-ser__right {
    width: 100%;
  }
  #top .t-ser__right li p {
    padding: 16px 0 24px 16px;
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  }
}
#top .t-clients {
  --clients-logo-h: 52px;
  --clients-logo-h-tall: 100px;
  --clients-gap: 48px;
}
@media (max-width: 768px) {
  #top .t-clients {
    --clients-logo-h: 40px;
    --clients-logo-h-tall: 78px;
    --clients-gap: 32px;
  }
}
@media (max-width: 480px) {
  #top .t-clients {
    --clients-logo-h: 26px;
    --clients-logo-h-tall: 52px;
    --clients-gap: 24px;
  }
}
#top .t-clients__lead {
  color: #0172fd;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 480px) {
  #top .t-clients__lead {
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  }
}
#top .t-clients__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: clamp(4px, 2vw, 32px);
  column-gap: clamp(12px, 3vw, 32px);
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}
#top .t-clients__item {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#top .t-clients__logo {
  width: auto;
  height: var(--clients-logo-h);
  max-width: none;
  max-height: none;
  object-fit: contain;
}
#top .t-clients__logo.is-tall {
  height: var(--clients-logo-h-tall);
}
#top .t-clients__marquees {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  gap: clamp(8px, 3vw, 40px);
  width: 100%;
}
#top .t-clients__marquee {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
#top .t-clients__marquee .cmn-slide1__track {
  gap: var(--clients-gap);
}
#top .t-clients__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--clients-logo-h-tall);
  padding: 0;
}
#top .t-philosophy {
  position: relative;
  z-index: 0;
}
#top .t-philosophy__inr {
  gap: 72px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  #top .t-philosophy__inr {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  #top .t-philosophy__inr {
    flex-direction: column;
  }
}
#top .t-philosophy__ttl {
  flex: 1;
}
#top .t-philosophy__ttl-sub {
  padding: 40px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  position: relative;
  line-height: 2;
}
#top .t-philosophy__ttl-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1000px) / 50%);
  right: 0;
  height: 100%;
  border: 1px solid #ffffff;
  border-left: none;
}
@media (max-width: 1100px) {
  #top .t-philosophy__ttl-sub::before {
    left: 50%;
    margin-left: calc(50vw + 50%);
  }
}
#top .t-philosophy__ttl-sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(../img/common/txt-grad.webp) no-repeat right top;
  background-size: contain;
  line-height: 1;
  width: calc(50vw + 50%);
  height: 100%;
  border: 1px solid #ffffff;
  border-left: none;
}
@media (max-width: 960px) {
  #top .t-philosophy__ttl-sub {
    padding: 24px 24px 24px 0;
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  }
}
@media (max-width: 768px) {
  #top .t-philosophy__ttl-sub {
    padding: 24px 40px 24px 0;
  }
}
@media (max-width: 480px) {
  #top .t-philosophy__ttl-sub {
    padding: 16px 16px 16px 0;
  }
}
#top .t-philosophy__txt {
  position: relative;
  padding-top: 64px;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
  z-index: 2;
  overflow: visible;
}
#top .t-philosophy__txt-ttl {
  font-weight: 700;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
}
#top .t-philosophy__txt-txt {
  font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  font-weight: 400;
}
#top .t-philosophy__txt .btn-base {
  margin-top: 16px;
}
@media (max-width: 768px) {
  #top .t-philosophy__txt {
    padding-top: 0;
    max-width: 100%;
    gap: 16px;
  }
}
#top .t-community {
  position: relative;
  z-index: 0;
}
#top .t-community__illust {
  position: absolute;
  top: 120px;
  width: clamp(100px, 15vw, 240px);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 960px) {
  #top .t-community__illust {
    left: 0;
  }
}
#top .t-community__img1 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform-origin: 50% 60%;
  animation: community-float 7s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  #top .t-community__img1 {
    animation: none;
  }
}
#top .t-community__txt-ttl {
  color: #1d1b33;
  font-weight: 700;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 640px) {
  #top .t-community__txt-ttl {
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  }
}
#top .t-community__txt-copy {
  margin-bottom: 16px;
}
#top .t-community__txt-copy img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 640px) {
  #top .t-community__txt-copy img {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
#top .t-community__txt-txt {
  font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#top .t-community .cmn-side-txt {
  top: auto;
  bottom: auto;
}
@media (max-width: 768px) {
  #top .t-community .cmn-side-txt {
    bottom: px;
  }
}
#top .t-blog {
  position: relative;
}
#top .t-blog .blog-icon {
  display: block;
  width: 133px;
  height: auto;
  object-fit: contain;
}
#top .t-blog__inr {
  position: relative;
  text-align: center;
  z-index: 1;
}
#top .t-blog .works-tabs__list,
#top .t-blog .works-tabs__nav {
  margin-bottom: clamp(38px, 38px + 42 * (100vw - 375px) / 905, 80px);
}

/*====================================
 community イラストの浮遊アニメ
=====================================*/
@keyframes community-float {
  0% {
    transform: translateY(0) rotate(-4deg);
  }
  30% {
    transform: translateY(-10px) rotate(1deg);
  }
  55% {
    transform: translateY(-16px) rotate(4deg);
  }
  80% {
    transform: translateY(-6px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-4deg);
  }
}
/*====================================
 MV 登場シーケンス：ヘッダー・サイドバー（トップページのみ）
=====================================*/
html:has(#top):not(.is-loading) .hd {
  animation: t-hd-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.5s backwards;
}
html:has(#top):not(.is-loading) .sidebar {
  animation: t-sidebar-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.5s backwards;
}

html:has(#top).is-loading .hd,
html:has(#top).is-loading .sidebar {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:has(#top) .hd,
  html:has(#top) .sidebar {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@keyframes t-hd-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes t-sidebar-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes t-sidebar-in-sp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes t-ser-img-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=top.css.map */
