/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#wrapper {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .header__brand {
    position: relative;
    top: clamp(
        2.5rem,
        4.3269230769vw + 0.4230769231rem,
        4.75rem
    );
    gap: 19px;
    left: clamp(
        0rem,
        3.0048076923vw + -1.4423076923rem,
        1.5625rem
    );
  }
}
@media screen and (min-width: 768px) {
  .effectHeader .header__brand {
    top: 0;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header__brand_logo {
    width: clamp(
        12.1875rem,
        8.4134615385vw + 8.1490384615rem,
        16.5625rem
    );
  }
}
@media screen and (min-width: 768px) {
  .effectHeader .header__brand_logo {
    width: 152px;
  }
}
@media screen and (min-width: 768px) {
  .header__brand_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .effectHeader .header__brand_txt {
    font-size: 0.875rem;
  }
}

.p_top .mv {
  position: relative;
  padding: 0 0 180px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_top .mv {
    max-height: clamp(
        40.875rem,
        52.4038461538vw + 15.7211538462rem,
        68.125rem
    );
    height: 100vh;
    padding: 0;
  }
}
.p_top .mv__canvas {
  max-height: 614px;
  height: calc(100vh - 230px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top .mv__canvas {
    position: absolute;
    top: 0;
    left: 0;
    max-height: clamp(
        40.875rem,
        52.4038461538vw + 15.7211538462rem,
        68.125rem
    );
    height: 100vw;
  }
}
.p_top .mv__canvas canvas {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  pointer-events: auto;
  touch-action: auto !important;
}
@media screen and (min-width: 768px) {
  .p_top .mv__canvas canvas {
    top: clamp(
        -7.5rem,
        -5.7692307692vw + -1.7307692308rem,
        -4.5rem
    );
    height: 100%;
  }
}
.p_top .mv__ttl {
  position: absolute;
  bottom: 32px;
  left: 0;
  padding: 20px 20px 20px;
  background-color: #f00000;
  border-radius: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  .p_top .mv__ttl {
    bottom: 0;
    padding: clamp(1.5rem, 1.9230769231vw + 0.5769230769rem, 2.5rem) 62px clamp(1.55rem, 4.4711538462vw - 0.5961538462rem, 3.875rem) 42px;
  }
}
.p_top .mv__ttl img {
  width: 310px;
}
@media screen and (min-width: 768px) {
  .p_top .mv__ttl img {
    width: clamp(
        21.3125rem,
        40.9855769231vw + 1.6394230769rem,
        42.625rem
    );
  }
}
.p_top .mv__scroll {
  position: absolute;
  right: 28px;
  bottom: -70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #f00000;
  border: 1px solid #f00000;
}
@media screen and (min-width: 768px) {
  .p_top .mv__scroll {
    bottom: 30px;
    right: 20px;
    width: 90px;
    height: 90px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .p_top .mv__scroll:hover {
    background-color: #fff;
  }
  .p_top .mv__scroll:hover::before {
    background-color: #f00000;
  }
  .p_top .mv__scroll:hover .mv__scroll_txt {
    color: #f00000;
  }
}
.p_top .mv__scroll::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  mask-image: url(../images/common/icon_arrow_down.svg);
  -webkit-mask-image: url(../images/common/icon_arrow_down.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}
@media screen and (min-width: 768px) {
  .p_top .mv__scroll::before {
    width: 17px;
    height: 20px;
    transition: all 0.5s;
  }
}
.p_top .mv__scroll_txt {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_top .mv__scroll_txt {
    font-size: 0.875rem;
    transition: all 0.5s;
  }
}
.p_top .philo {
  padding: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .p_top .philo {
    padding: 122px 0 97px;
  }
}
.p_top .philo .c_ttl01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .philo .c_ttl01 {
    margin-bottom: 60px;
  }
}
.p_top .philo__main {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .philo__main {
    margin-bottom: 54px;
    padding-right: 15px;
  }
}
.p_top .philo__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_top .whats {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .p_top .whats {
    padding: 0 0 140px;
  }
}
.p_top .whats .c_ttl01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .whats .c_ttl01 {
    margin-bottom: 61px;
    margin: 0 clamp(
        -4.1875rem,
        -27.9166666667vw + 23.7291666667rem,
        0rem
    ) 61px;
  }
}
.p_top .whats__main {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .whats__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 144px;
  }
}
.p_top .whats__img {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_top .whats__img {
    margin-bottom: 0;
    margin-left: -160px;
  }
}
.p_top .whats__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  width: 100vw;
  height: 100%;
  background-color: #f00000;
  border-radius: 0 16px 16px 0;
}
@media screen and (min-width: 768px) {
  .p_top .whats__img::before {
    top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .whats__box {
    flex-shrink: 0;
    width: 472px;
    padding-top: 74px;
  }
}
.p_top .whats__txt {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_top .whats__txt {
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
}
.p_top .whats__btn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p_top .whats__btn .c_btn__txt {
    position: relative;
    top: 2px;
    padding-bottom: 8px;
  }
}
.p_top .whats__slide {
  display: flex;
  gap: 10px;
  transition-timing-function: linear;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_top .whats__slide {
    gap: 40px;
  }
}
.p_top .whats__slide_img {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .p_top .whats__slide_img {
    width: clamp(
        21rem,
        26.9230769231vw + 8.0769230769rem,
        35rem
    );
  }
}
.p_top .whats__slide_img img {
  border-radius: 16px;
}
.p_top .whats__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.p_top .about {
  position: relative;
  padding: 140px 0 50px 0;
  background-color: #f00000;
}
@media screen and (min-width: 768px) {
  .p_top .about {
    padding: 136px 0 162px;
  }
}
.p_top .about .c_ttl01 {
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .about .c_ttl01 {
    margin-bottom: 122px;
  }
}
.p_top .about .c_ttl01__en, .p_top .about .c_ttl01__jp {
  color: #fff;
}
.p_top .about__decord_img {
  position: absolute;
}
.p_top .about__decord_img:nth-child(1) {
  top: 10px;
  left: -28px;
  width: 132px;
}
@media screen and (min-width: 768px) {
  .p_top .about__decord_img:nth-child(1) {
    top: 18px;
    left: -125px;
    width: clamp(
        16.65rem,
        21.3461538462vw + 6.4038461538rem,
        27.75rem
    );
  }
}
.p_top .about__decord_img:nth-child(2) {
  top: 10px;
  right: 0;
  width: 108px;
}
@media screen and (min-width: 768px) {
  .p_top .about__decord_img:nth-child(2) {
    top: 5px;
    width: clamp(
        12.975rem,
        16.6346153846vw + 4.9903846154rem,
        21.625rem
    );
  }
}
.p_top .work {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p_top .work {
    padding: 130px 0 80px;
  }
}
.p_top .work__head {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .work__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
.p_top .work__head .c_ttl01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .work__head .c_ttl01 {
    flex-shrink: 0;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.p_top .work__head_txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_top .work__head_txt {
    margin-top: 41px;
    padding-right: 6px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p_top .work__head_txt .spec {
    margin-right: 10px;
  }
}
.p_top .work .c_work {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .work .c_work {
    margin-bottom: 80px;
  }
}
.p_top .work .c_box {
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .p_top .work .c_box__info {
    padding: 16px 20px 15px;
  }
}
.p_top .project {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .project {
    padding-bottom: 124px;
  }
}
.p_top .project .c_ttl01 {
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .project .c_ttl01 {
    margin-bottom: 42px;
  }
}
.p_top .project .c_ttl01__en {
  text-align: center;
  white-space: nowrap;
}
.p_top .people {
  padding: 50px 0;
  background-color: #fdf2e0;
}
@media screen and (min-width: 768px) {
  .p_top .people {
    padding: 134px 0 126px;
  }
}
.p_top .people .c_ttl01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .people .c_ttl01 {
    margin-bottom: -11px;
  }
}
.p_top .people__main {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .people__main {
    margin-bottom: 65px;
  }
}
.p_top .people__main .c_ctrl {
  position: absolute;
  z-index: 1;
  top: -60px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p_top .people__main .c_ctrl {
    top: auto;
    bottom: -45px;
    right: 20px;
  }
}
.p_top .people__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .people__list {
    margin-bottom: 65px;
  }
}
.p_top .people__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .people__btn {
    margin-bottom: 60px;
  }
}
.p_top .people__cross {
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p_top .people__cross {
    margin: 0 clamp(
        -5.6875rem,
        -45.5vw + 34.125rem,
        0rem
    );
    padding: 74px 40px 60px;
  }
}
.p_top .people__cross .c_ttl01 {
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .people__cross .c_ttl01 {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .people__cross_main {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.p_top .people__cross_decord_img {
  position: absolute;
}
.p_top .people__cross_decord_img:nth-child(1) {
  bottom: -115px;
  left: -15px;
  width: 85px;
}
@media screen and (min-width: 768px) {
  .p_top .people__cross_decord_img:nth-child(1) {
    bottom: -72px;
    left: clamp(
        -3.9375rem,
        -19.212962963vw + 10.4722222222rem,
        1.25rem
    );
    width: clamp(
        7.4rem,
        6.8518518519vw + 4.1111111111rem,
        9.25rem
    );
  }
}
.p_top .people__cross_decord_img:nth-child(2) {
  top: -55px;
  right: -15px;
  width: 85px;
}
@media screen and (min-width: 768px) {
  .p_top .people__cross_decord_img:nth-child(2) {
    top: -63px;
    right: clamp(
        0.375rem,
        -2.8846153846vw + 3.2596153846rem,
        1.875rem
    );
    width: clamp(
        7.7rem,
        7.1296296296vw + 4.2777777778rem,
        9.625rem
    );
  }
}
.p_top .people__cross .c_box__info {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p_top .people__cross .c_box__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p_top .welfare {
  position: relative;
  padding: 90px 0 180px;
}
@media screen and (min-width: 768px) {
  .p_top .welfare {
    padding: 134px 0 198px;
  }
}
.p_top .welfare .c_ttl01 {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .welfare .c_ttl01 {
    margin-bottom: 75px;
  }
}
.p_top .welfare .c_grid {
  position: relative;
  z-index: 1;
}
.p_top .welfare__decord_img {
  position: absolute;
}
.p_top .welfare__decord_img:nth-child(1) {
  left: 20px;
  bottom: 20px;
  width: 140px;
}
@media screen and (min-width: 768px) {
  .p_top .welfare__decord_img:nth-child(1) {
    bottom: 32px;
    left: 45px;
    width: clamp(
        10.5rem,
        13.4615384615vw + 4.0384615385rem,
        17.5rem
    );
  }
}
.p_top .welfare__decord_img:nth-child(2) {
  top: -20px;
  right: 10px;
  width: 138px;
}
@media screen and (min-width: 768px) {
  .p_top .welfare__decord_img:nth-child(2) {
    right: 35px;
    width: clamp(
        16.05rem,
        20.5769230769vw + 6.1730769231rem,
        26.75rem
    );
  }
}

@keyframes scroll_image {
  0% {
    transform: translateX(0);
    z-index: auto;
  }
  100% {
    transform: translateX(calc(var(--total-width) * -1));
  }
}
@keyframes loopImage {
  0% {
    transform: translateX(0);
    z-index: auto;
  }
  100% {
    transform: translateX(-200%);
  }
}
/*# sourceMappingURL=top.css.map */
