@charset "UTF-8";
/* --------------------
    Component
-------------------- */
.c-circle {
  position: absolute;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
}
.c-circle .frame {
  position: absolute;
  transform-origin: center bottom;
}
.c-circle .circle {
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
}
.c-circle_01 {
  width: 70vw;
  border: solid 1px rgba(48, 25, 52, 0.2);
  top: 230px;
  left: 3vw;
}
.c-circle_01 .frame_a {
  top: -10px;
  left: calc(50% - 10px);
  width: 20px;
  height: calc(50% + 10px);
  transform: rotate(0deg);
  animation: rotate_a 12s linear infinite;
}
.c-circle_01 .frame_b {
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: calc(50% + 4px);
  transform: rotate(4deg);
  animation: rotate_b 8s linear infinite;
}
.c-circle_01 .frame_c {
  top: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: calc(50% + 50px);
  transform: rotate(0deg);
  animation: rotate_a 24s linear infinite;
}
.c-circle_01 .frame_d {
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: calc(50% + 20px);
  transform: rotate(-120deg);
  animation: rotate_d 12s linear infinite;
}
.c-circle_01 .circle_a {
  background-color: #DDD2C3;
  width: 20px;
}
.c-circle_01 .circle_b {
  background-color: #DF1514;
  width: 8px;
}
.c-circle_01 .circle_c {
  border: solid 1px #fff;
  width: 100px;
}
.c-circle_01 .circle_d {
  border: solid 1px rgba(48, 25, 52, 0.2);
  width: 40px;
}
.c-circle_02 {
  width: 27.82vw;
  border: solid 1px rgba(48, 25, 52, 0.2);
  top: 137px;
  right: -5.86vw;
}
.c-circle_02 .frame_a {
  top: -8px;
  left: calc(50% - 8px);
  width: 16px;
  height: calc(50% + 8px);
  transform: rotate(0deg);
  animation: rotate_a 12s linear infinite;
}
.c-circle_02 .frame_b {
  top: -6px;
  left: calc(50% - 6px);
  width: 12px;
  height: calc(50% + 6px);
  transform: rotate(-120deg);
  animation: rotate_d 8s linear infinite;
}
.c-circle_02 .circle_a {
  background-color: #DDD2C3;
  width: 16px;
}
.c-circle_02 .circle_b {
  background-color: #DDD2C3;
  width: 12px;
}
.c-circle_03 {
  width: 21.96vw;
  border: solid 1px rgba(48, 25, 52, 0.2);
  top: -90px;
  left: -13.91vw;
}
.c-circle_03 .frame_a {
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: calc(50% + 4px);
  transform: rotate(0deg);
  animation: rotate_a 8s linear infinite;
}
.c-circle_03 .frame_b {
  top: -28px;
  left: calc(50% - 28px);
  width: 56px;
  height: calc(50% + 28px);
  transform: rotate(0deg);
  animation: rotate_a 12s linear infinite;
}
.c-circle_03 .frame_b-child {
  top: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: calc(50% + 5px);
  transform: rotate(0deg);
  animation: rotate_a 8s linear infinite;
}
.c-circle_03 .circle_a {
  background-color: #DF1514;
  width: 8px;
}
.c-circle_03 .circle_b {
  border: solid 1px rgba(48, 25, 52, 0.2);
  width: 56px;
  position: relative;
}
.c-circle_03 .circle_b-child {
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
}
.c-circle_04 {
  width: 40vw;
  border: solid 1px #fff;
  top: 680px;
  left: 55vw;
}
.c-circle_04 .frame_a {
  top: -8px;
  left: calc(50% - 8px);
  width: 16px;
  height: calc(50% + 8px);
  transform: rotate(0deg);
  animation: rotate_a 12s linear infinite;
}
.c-circle_04 .frame_b {
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: calc(50% + 4px);
  transform: rotate(0deg);
  animation: rotate_a 8s linear infinite;
}
.c-circle_04 .circle_a {
  background-color: rgba(255, 255, 255, 0.8);
  width: 16px;
}
.c-circle_04 .circle_b {
  background-color: #DDD2C3;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .c-circle_01 {
    width: 42.09vw;
    left: 53.44vw;
  }
  .c-circle_04 {
    width: 17.67vw;
    top: 610px;
    left: 9vw;
  }
}

@keyframes rotate_a {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_b {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(364deg);
  }
}
@keyframes rotate_d {
  0% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(240deg);
  }
}
.c-dot {
  border-radius: 50%;
  display: inline-block;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  opacity: 0;
  transition: opacity 0.8s ease-out, top 0.8s ease-out;
  will-change: transform, opacity;
}
.c-dot.is-visible {
  opacity: 1;
}
.c-dot_01 {
  background-color: #DF1514;
  width: 18px;
  top: 135px;
  left: 42vw;
}
.c-dot_02 {
  background-color: #fff;
  width: 10px;
  top: 100px;
  left: 65vw;
}
.c-dot_03 {
  background-color: #fff;
  width: 10px;
  top: 250px;
  left: 76vw;
}
.c-dot_04 {
  background-color: #DDD2C3;
  width: 8px;
  top: 275px;
  left: 51vw;
}
.c-dot_05 {
  background-color: #fff;
  width: 10px;
  top: 293px;
  left: 50vw;
}
.c-dot_06 {
  background-color: #DF1514;
  width: 10px;
  top: 275px;
  left: 65vw;
}
.c-dot_07 {
  background-color: #fff;
  width: 10px;
  top: 610px;
  left: 60vw;
}
.c-dot_08 {
  background-color: #DF1514;
  width: 16px;
  top: 664px;
  left: 94vw;
}
.c-dot_09 {
  background-color: #DF1514;
  width: 12px;
  top: 680px;
  left: 23vw;
}
.c-dot_10 {
  background-color: #DF1514;
  width: 8px;
  top: 1075px;
  left: 95vw;
}
.c-dot_11 {
  background-color: #fff;
  width: 15px;
  top: 1093px;
  left: 96vw;
}
.c-dot_12 {
  background-color: #fff;
  width: 10px;
  top: 1185px;
  left: 14vw;
}
.c-dot_13 {
  background-color: #DDD2C3;
  width: 8px;
  top: 1211px;
  left: 8vw;
}
.c-dot_14 {
  background-color: #DF1514;
  width: 12px;
  top: 1284px;
  left: 20vw;
}
.c-dot_15 {
  background-color: #fff;
  width: 20px;
  top: 440px;
  left: 65vw;
}
.c-dot_16 {
  background-color: #fff;
  width: 20px;
  top: 1147px;
  left: 13vw;
}

.c-arc {
  /* border: solid 1px $text; */
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.4;
}
.c-arc-wrapper {
  position: absolute;
  z-index: -1;
}
.c-arc-wrapper_01 {
  top: -35px;
  left: 45vw;
}
.c-arc-wrapper_02 {
  top: -90px;
  left: -0.7vw;
}
.c-arc .path_3 {
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 31.4, 125.6;
  stroke-dashoffset: 0;
  transform-origin: center;
}
.c-arc .path_3a {
  stroke: #fff;
  animation: dash-rotate 8s cubic-bezier(0.1, 0.2, 0.1, 1) infinite;
}
.c-arc .path_3b {
  stroke: #fff;
  animation: dash-rotate 8s cubic-bezier(0.2, 0.2, 0.1, 1) infinite;
}
.c-arc .path_3c {
  stroke: #fff;
  animation: dash-rotate 8s cubic-bezier(0.3, 0.2, 0.1, 1) infinite;
}
.c-arc .path_4 {
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 31.4, 125.6;
  stroke-dashoffset: 26.17, 130.83;
  transform-origin: center;
}
.c-arc .path_4a {
  stroke: #fff;
  animation: dash-rotate 10s cubic-bezier(0.1, 0.2, 0.1, 1) infinite;
}
.c-arc .path_4b {
  stroke: #fff;
  animation: dash-rotate 10s cubic-bezier(0.2, 0.2, 0.1, 1) infinite;
}
.c-arc .path_4c {
  stroke: #fff;
  animation: dash-rotate 10s cubic-bezier(0.3, 0.2, 0.1, 1) infinite;
}
.c-arc .path_4d {
  stroke: #fff;
  animation: dash-rotate 10s cubic-bezier(0.4, 0.2, 0.1, 1) infinite;
}
.c-arc_01 {
  width: 30vw;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-arc_02 {
  width: 60vw;
}
.c-arc_03 {
  width: 17.6vw;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-arc_04 {
  width: 32.9vw;
}
@media screen and (min-width: 768px) {
  .c-arc-wrapper_01 {
    left: 59vw;
  }
  .c-arc_01 {
    width: 22vw;
  }
  .c-arc_02 {
    width: 42.1vw;
  }
}

@keyframes dash-rotate {
  0% {
    transform: rotate(0deg);
    /* 125.6進めると、描画開始地点が一周して「消えた状態」からスタートできます */
    stroke-dashoffset: 157;
  }
  50% {
    /* 線が指定した長さ(25.12)で完全に見える状態 */
    /* stroke-dashoffset: 0;    */
  }
  98% {
    /* 次のループへスムーズに繋げるため、マイナス方向に一周分移動 */
  }
  100% {
    transform: rotate(720deg); /* 2周 */
    /* 次のループへスムーズに繋げるため、マイナス方向に一周分移動 */
    stroke-dashoffset: 0;
  }
}
.c-light {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
}
.c-light_01 {
  width: 60vw;
  top: -50px;
  left: -8.05vw;
}
.c-light_02 {
  width: 70vw;
  top: 447px;
  left: 50vw;
}
.c-light_03 {
  width: 67.13vw;
  top: 797px;
  left: 3.15vw;
}
@media screen and (min-width: 768px) {
  .c-light_01 {
    width: 51.24vw;
  }
  .c-light_02 {
    width: 41.73vw;
    left: 73.35vw;
  }
}

.c-img-dot {
  position: absolute;
  z-index: -1;
}
.c-img-dot_01 {
  width: 60vw;
  top: 150px;
  left: 55vw;
}
.c-img-dot_02 {
  width: 60vw;
  top: 508px;
  left: -15.3vw;
}
@media screen and (min-width: 768px) {
  .c-img-dot_01 {
    width: 32.94vw;
    top: 246px;
    left: 71.01vw;
  }
  .c-img-dot_02 {
    width: 38.8vw;
  }
}

/* --------------------
    Project
-------------------- */
.p-keyvisual {
  background-image: linear-gradient(0deg, #fff, #F5F1EA 50% 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.p-mission {
  position: relative;
  z-index: 0;
}
.p-mission .l-container {
  padding-top: 100px;
}
.p-mission__text span {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.p-mission__text h1 {
  font-size: clamp(3.6rem, 8.33vw, 5rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-mission .l-container {
    padding-top: 190px;
    padding-bottom: 0;
  }
  .p-mission__text {
    max-width: 580px;
  }
}

.p-service {
  background-image: url(../image/top/bg_service_01.png);
  background-repeat: no-repeat;
  background-size: 47.22vw;
  background-position: bottom 70px left 63.91vw;
  position: relative;
  z-index: 0;
}
.p-service .l-container {
  padding-top: 50px;
}
.p-service__description {
  margin-top: 30px;
}
.p-service__description h3 {
  font-size: clamp(2rem, 1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 min(50px, 3.47vw);
  margin-top: 50px;
}
.p-service__item {
  border-bottom: solid 1px #301934;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 35px 0;
}
.p-service__item:first-child {
  border-top: solid 1px #301934;
}
.p-service__item-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}
.p-service__item-num .large {
  font-size: 140%;
}
.p-service__item-tit {
  font-size: clamp(2rem, 1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.75;
}
.p-service__item-img {
  width: 40%;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .p-service .l-container {
    margin-top: 230px;
  }
  .p-service__description {
    margin-top: 0;
  }
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 135px;
  }
  .p-service__item {
    padding-right: 35px;
  }
  .p-service__item:nth-child(2) {
    border-top: solid 1px #301934;
  }
  .p-service__item-img {
    width: min(250px, 17.36vw);
  }
}

.p-strength {
  background-color: #DDD2C3;
}
.p-strength .l-container {
  padding-bottom: 0;
}
.p-strength__description h3 {
  font-size: clamp(2rem, 1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-strength-loop {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: clamp(50px, 6.94vw, 100px);
}
.p-strength-loop__inner {
  display: flex;
  width: max-content;
  animation: loop 40s linear infinite;
}
.p-strength-loop__inner li {
  width: 33vw;
  max-width: 240px;
  flex-shrink: 0;
  margin-right: 20px;
}
.p-strength-loop__inner img {
  width: 100%;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* ちょうど複製分だけ左へ流す */
  }
}
.p-post {
  background-color: #F5F1EA;
  background-image: url(../image/top/bg_post.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 200%;
  background-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-post {
    background-size: 100%;
  }
}

.p-team {
  overflow: hidden;
  position: relative;
}
.p-team__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-team__bg--inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-team__bg--inner:before {
  background-image: url(../image/top/bg_team_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: -13.54vw;
  left: -8.33vw;
}
.p-team__bg--inner:after {
  background-image: url(../image/top/bg_team_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: -11.81vw;
  right: -9.17vw;
}
.p-team__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(50px, 3.47vw);
}
.p-team__img img {
  width: 100%;
}
.p-team__name {
  text-align: center;
  margin-top: 10px;
}
.p-team__name-small {
  background-color: #301934;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-team__bg--inner:before {
    width: 38.06vw;
    height: 37.5vw;
  }
  .p-team__bg--inner:after {
    width: 28.06vw;
    height: 27.08vw;
  }
  .p-team__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-company {
  background-color: #9A8F84;
  background-image: url(../image/top/bg_company.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 200%;
  background-blend-mode: multiply;
}
.p-company__list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-company__list dt, .p-company__list dd {
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 25px 0;
}
.p-company__list dt:first-of-type, .p-company__list dd:first-of-type {
  border-top: solid 1px #fff;
}
.p-company__list dt {
  padding-right: min(60px, 4.17vw);
}
@media screen and (min-width: 768px) {
  .p-company {
    background-size: 100%;
  }
}