@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.3;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    line-height: 1.86;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.u-sp {
  display: none;
}

@media (max-width: 768px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* コンテンツ幅 */
.inner {
  max-width: 1250px;
  width: calc(100% - 52px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .u-flex {
    display: flex;
  }
}
.ff-bebas {
  font-family: "Bebas Neue", sans-serif;
}

.ff-vt323 {
  font-family: "VT323", monospace;
}

.ff-rubik {
  font-family: "Rubik Glitch", system-ui;
  line-height: 1;
}

.ff-rubik80s {
  font-family: "Rubik 80s Fade", system-ui;
}

.col-yellow {
  color: #FFFC50;
}

.col-purple {
  color: #8F06F8;
}

.col-white {
  color: #ffffff;
}

.col-l-blue {
  color: #25BCCE;
}

.col-pink {
  color: #FC4171;
}

.col-green {
  color: #16CD47;
}

section {
  position: relative;
  z-index: 1;
}

.c-sec-text {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .c-sec-text {
    font-size: 0.9375rem;
  }
}

.c-top-sec-title {
  height: 13.0625rem;
  margin-left: 3.3854166667vw;
  position: relative;
}
.c-top-sec-title img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .c-top-sec-title {
    height: 5.3125rem;
  }
}

.c-sec-subtitle {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.7;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .c-sec-subtitle {
    font-size: 1.3125rem;
  }
}

.page {
  background: #242424;
}

.l-page {
  position: relative;
  padding-bottom: 12.5rem;
}
@media (max-width: 768px) {
  .l-page {
    padding-bottom: 7rem;
  }
}

.c-page-title {
  margin: 0 auto;
  text-align: center;
  margin: 13.375rem auto 20.15625vw;
  z-index: 3;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-title {
    margin: 7rem auto 9.625rem;
  }
}

.c-page-title.u-mb227 {
  margin: 13.375rem auto 14.1875rem;
}
@media (max-width: 768px) {
  .c-page-title.u-mb227 {
    margin: 7rem auto 8.8125rem;
  }
}

.c-page-title__img {
  height: 14.5625rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .c-page-title__img {
    height: 6.875rem;
  }
}

.c-page-title__title {
  font-size: 1.625rem;
  font-weight: 900;
  position: relative;
  top: -1.875rem;
}
@media (max-width: 768px) {
  .c-page-title__title {
    font-size: 1.125rem;
    top: -1rem;
  }
}

.c-page-sec-title {
  margin-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-page-sec-title {
    margin-bottom: 3.125rem;
  }
}

.c-page-sec-title__title-jp {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  padding-top: 2.8125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-page-sec-title__title-jp {
    font-size: 1.5rem;
    padding-top: 1.25rem;
  }
}

.c-page-sec-title__title-en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.5rem;
  color: rgba(116, 116, 116, 0.3);
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-sec-title__title-en {
    font-size: 2.5rem;
  }
}

/* =============================
   c-btn
   ============================= */
.c-btn {
  position: relative;
  width: fit-content;
}
@media (max-width: 768px) {
  .c-btn {
    margin: 0 auto;
    width: 100%;
  }
}
.c-btn a {
  border: 2px solid #25BCCE;
  width: 314px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "VT323", monospace;
  color: #25BCCE;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-btn a {
    width: 100%;
    height: 3.75rem;
    font-size: 1.25rem;
  }
}
.c-btn .c-btn-dot {
  background: #25BCCE;
  height: 10px;
  width: 10px;
  position: absolute;
}
.c-btn .c-btn-dot.c-btn-dot--01 {
  top: -5px;
  left: -5px;
}
.c-btn .c-btn-dot.c-btn-dot--02 {
  top: -5px;
  right: -5px;
}
.c-btn .c-btn-dot.c-btn-dot--03 {
  bottom: -5px;
  left: -5px;
}
.c-btn .c-btn-dot.c-btn-dot--04 {
  bottom: -5px;
  right: -5px;
}
.c-btn::after {
  content: "";
  background-image: url(../images/top/btn_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media (max-width: 768px) {
  .c-btn::after {
    width: 0.6875rem;
    height: 1.25rem;
    right: 1.375rem;
  }
}

.c-btn:hover .c-btn-dot, .c-btn:hover::after {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* =============================
   パンくずリスト
   ============================= */
.c-breadcrumb {
  font-size: 1.125rem;
  margin-top: 11.0625rem;
  padding-left: 2.5rem;
  font-weight: 700;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .c-breadcrumb {
    font-size: 0.625rem;
    margin-top: 4.8125rem;
    padding-left: 20px;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-breadcrumb__item {
  margin-right: 8px;
}
.c-breadcrumb__item::after {
  content: "";
  background-image: url(../images/top/btn_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .c-breadcrumb__item::after {
    top: 0;
  }
}
.c-breadcrumb__item:last-child::after {
  background-image: none;
}
.c-breadcrumb__item.is-current {
  color: #747474;
}
.c-breadcrumb__item a {
  text-decoration: underline;
}

/* =============================
   c-feature__content
   ============================= */
.c-feature__content-item-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .c-feature__content-item-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.75rem;
    margin-bottom: 4.6875rem;
  }
}
.c-feature__content-item-wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .c-feature__content-item-wrap:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.c-feature__content-item-wrap:last-child {
  margin-bottom: 5.9375rem;
}
@media (max-width: 768px) {
  .c-feature__content-item-wrap:last-child {
    margin-bottom: 2.5625rem;
  }
}

.c-feature__item-frame {
  position: relative;
}
@media (max-width: 768px) {
  .c-feature__item-frame {
    width: 103%;
  }
}

.c-feature__item-text-wrap {
  position: absolute;
  top: 4.6875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25.1875rem;
}
@media (max-width: 768px) {
  .c-feature__item-text-wrap {
    top: 2.5rem;
    width: 16.375rem;
  }
}

.c-feature__item-title-en {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .c-feature__item-title-en {
    font-size: 1rem;
  }
}

.c-feature__item-title-jp {
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .c-feature__item-title-jp {
    font-size: 1.375rem;
  }
}

.c-feature__item-text {
  font-size: 0.9375rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-feature__item-text {
    font-size: 0.875rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease;
}
.l-header.header-hidden {
  transform: translateY(-100%);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding-left: 0;
  }
}

/* ハンバーガーメニュー非表示 */
.l-header__toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.l-header__nav-lists {
  display: flex;
  background: #242424;
}

@media (min-width: 769px) {
  .l-header__nav-list {
    padding: 1.3125rem 2.75rem 1.5625rem 0;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .l-header__nav-list:nth-child(1) {
    padding-left: 2.75rem;
  }
}
.l-header__nav-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
}
.l-header__nav-list a .menu_ja {
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  line-height: 1;
}
.l-header__nav-list a .menu_en {
  line-height: 1;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  color: #25BCCE;
  font-family: "Bebas Neue", sans-serif;
}
@media (min-width: 769px) {
  .l-header__nav-list a .menu_en {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .l-header__nav-list.l-header__nav-list--recruit {
    background: #25BCCE;
    color: #fff;
    padding-left: 2.75rem;
    line-height: 1.5;
  }
  .l-header__nav-list.l-header__nav-list--recruit .menu_en {
    color: #fff;
    font-size: clamp(16px, 1.2vw, 20px);
  }
}

@media (max-width: 768px) {
  .l-header {
    padding: 20px 0;
    background: #242424;
    transition: background 0.3s ease;
  }
  .l-header.header-hidden {
    transform: none;
    background: transparent;
  }
  .l-header.header-hidden .l-header__logo {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__inner {
    display: block;
    margin: 0 20px;
  }
  .l-header__logo-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__logo {
    width: 68px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__logo img {
    display: block;
  }
  /* ハンバーガーメニュー */
  .l-header__toggle-menu {
    display: inline-block;
    width: 35px;
    height: 16px;
    position: relative;
    z-index: 100;
  }
  .l-header__toggle-menu .l-header__toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999px;
    width: 35px;
    height: 1px;
    background-color: #fff;
  }
  .l-header__toggle-menu .l-header__toggle-line::before,
  .l-header__toggle-menu .l-header__toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .l-header__toggle-menu .l-header__toggle-line::before {
    top: -7px;
  }
  .l-header__toggle-menu .l-header__toggle-line::after {
    top: 7px;
  }
  .l-header__nav-content {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #242424;
    z-index: 90;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .l-header__nav {
    margin-top: 102px;
    padding: 0 38px;
  }
  .l-header__nav-lists {
    flex-flow: column;
  }
  .l-header__nav-list {
    margin-bottom: 31px;
  }
  .l-header__nav-list a {
    position: relative;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.125rem;
  }
  .l-header__nav-list a .menu_en {
    width: 4rem;
    font-size: 1.375rem;
    position: relative;
    top: 3px;
  }
  .l-header__nav-list a .menu_ja {
    font-size: 1.125rem;
  }
  .l-header__nav-list a::after {
    content: "";
    background-image: url(../images/top/btn_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.625rem;
    height: 1.375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .l-header__nav-inner-logo {
    width: 7.0625rem;
    margin-bottom: 31px;
  }
  .l-header__wantedly-logo {
    width: 7.4375rem;
    margin: 74px 0 100px;
  }
  .l-header.open .l-header__toggle-menu {
    -webkit-transition: all 0.5s linear 1s;
    transition: all 0.5s linear 1s;
  }
  .l-header.open .l-header__toggle-menu .l-header__toggle-line {
    height: 0;
    background-color: #fff;
  }
  .l-header.open .l-header__toggle-menu .l-header__toggle-line::before {
    background-color: #fff;
    transform: rotate(-45deg);
    top: 0;
  }
  .l-header.open .l-header__toggle-menu .l-header__toggle-line::after {
    background-color: #fff;
    transform: rotate(45deg);
    top: 0;
  }
  .l-header.open .l-header__nav-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
  }
}
/* フッター
***************************************************************/
.l-footer {
  position: relative;
  z-index: 2;
}

.l-footer__content {
  height: 26.0416666667vw;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__content {
    height: auto;
  }
}

.l-footer__content-title {
  font-size: 2.8125rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__content-title {
    font-size: 1.9375rem;
  }
}

.l-footer__content-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.4375rem 0 1.875rem;
}
@media (max-width: 768px) {
  .l-footer__content-subtitle {
    font-size: 1.375rem;
    margin: 0.8125rem 0 1.5625rem;
    line-height: 1.45;
    font-weight: 900;
  }
}

.l-footer__content-text {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 2.8125rem;
}
@media (max-width: 768px) {
  .l-footer__content-text {
    margin-bottom: 1.5625rem;
    line-height: 1.7;
  }
}

.l-footer__content-left,
.l-footer__content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (max-width: 768px) {
  .l-footer__content-left,
  .l-footer__content-right {
    width: 100%;
    height: 111.2vw;
  }
}

.l-footer__content-left {
  background: #8F06F8;
}

.l-footer__content-right {
  background: #16CD47;
  color: #121212;
}

.l-footer__content-btn {
  font-size: 2.5625rem;
}
@media (max-width: 768px) {
  .l-footer__content-btn {
    font-size: 1.625rem;
  }
}
.l-footer__content-btn a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.l-footer__content-arrow-wrap {
  display: flex;
  gap: 4px;
  align-items: center;
}
.l-footer__content-arrow-wrap .l-footer__content-arrow-icon {
  width: 1.125rem;
  transform: scaleX(-1);
  /*画像を反転させる*/
}
@media (max-width: 768px) {
  .l-footer__content-arrow-wrap .l-footer__content-arrow-icon {
    width: 0.75rem;
  }
}

.l-footer__menu {
  position: relative;
  background: #242424;
  padding: 4.625rem 0 5.25rem;
}
@media (max-width: 768px) {
  .l-footer__menu {
    padding: 2.5625rem 0 1.6875rem;
  }
}

.l-footer__menu-content {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-footer__menu-logo {
    width: 7.0625rem;
  }
}

.l-footer__menu-text {
  color: #747474;
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 1.6875rem;
}
@media (max-width: 768px) {
  .l-footer__menu-text {
    line-height: 1.7;
  }
}

.l-footer__menu-copyright {
  margin-top: 3.25rem;
  color: #747474;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .l-footer__menu-copyright {
    margin-top: 1.25rem;
  }
}

.l-footer__menu-link-pp {
  text-align: right;
  color: #747474;
  right: 0;
  align-items: center;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__menu-link-pp.u-sp {
    justify-content: center;
    gap: 0.625rem;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 768px) {
  .l-footer__menu-link-pp.u-pc {
    display: none;
  }
}
.l-footer__menu-link-pp::before {
  content: "";
  display: block;
  background-image: url(../images/top/pp_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
  top: -2px;
  right: -10px;
  margin-right: 1.0625rem;
}

.l-footer__menu-content-right {
  gap: 8.5rem;
}
@media (min-width: 769px) {
  .l-footer__menu-content-right {
    margin-right: 27px;
  }
}
@media (max-width: 768px) {
  .l-footer__menu-content-right {
    gap: 0 !important;
    margin-top: 1.875rem;
  }
}

@media (max-width: 768px) {
  .l-footer__menu-content-right {
    gap: 0;
  }
}

.l-footer__menu-lists {
  position: relative;
}

@media (max-width: 768px) {
  .l-footer__menu-list {
    margin-bottom: 1.25rem;
  }
}
.l-footer__menu-list a {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-footer__menu-list a {
    font-size: 1rem;
  }
}
.l-footer__menu-list a .menu_en {
  font-size: 0.9375rem;
  color: #25BCCE;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  width: 2.75rem;
  margin-right: 2.75rem;
  position: relative;
  top: -2px;
}
@media (max-width: 768px) {
  .l-footer__menu-list a .menu_en {
    margin-right: 2.3125rem;
    top: -1px;
  }
}

@media (min-width: 769px) {
  .l-footer__menu-link-wantedly,
  .l-footer__menu-link-pp {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .l-footer__menu-link-wrap {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-top: 1.5625rem;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .l-footer__menu-link-wrap .l-footer__menu-link-wantedly {
    display: flex;
    width: 7.0625rem;
  }
}

.l-footer__top-btn {
  position: absolute;
  top: 1.875rem;
  right: 27px;
  color: #25BCCE;
}
@media (max-width: 768px) {
  .l-footer__top-btn {
    right: 17px;
    top: 2.5rem;
  }
}
.l-footer__top-btn .l-footer__top-btn-text {
  writing-mode: vertical-rl;
  font-size: 1.375rem;
  margin-top: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__top-btn .l-footer__top-btn-text {
    font-size: 1.125rem;
  }
}
.l-footer__top-btn .l-footer__top-btn-arrow-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l-footer__top-btn .l-footer__top-btn-arrow-img {
  width: 100%;
  height: 1rem;
  object-fit: contain;
  transform: rotate(90deg);
  margin-top: -3px;
}

main {
  overflow: hidden;
}

.home section {
  background: #242424;
}

/* FV */
.p-top-fv {
  height: 100dvh;
}

.p-top-fv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.p-top-fv__scroll-down {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-fv__scroll-down {
    bottom: 20px;
  }
}
.p-top-fv__scroll-down a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.p-top-fv__scrolldown-text {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-top-fv__scrolldown-text {
    font-size: 28px;
  }
}

.p-top-fv__scroll-arrow-wrap {
  display: flex;
  flex-direction: column;
}

.scroll-arrow-img {
  transform: rotate(-90deg);
  width: 25px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .scroll-arrow-img {
    width: 22px;
    height: 26px;
  }
}

/* ABOUT US */
.home .p-top-aboutus {
  background: rgba(36, 36, 36, 0.89);
  backdrop-filter: blur(10px) brightness(0.91);
  -webkit-backdrop-filter: blur(10px) brightness(0.91);
  padding: 4.5rem 0 15rem;
}
@media (max-width: 768px) {
  .home .p-top-aboutus {
    padding: 3.75rem 0;
  }
}

.c-sec-subtitle--aboutus {
  font-size: 3.4375rem;
  margin: 4.375rem 0 6.5rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .c-sec-subtitle--aboutus {
    font-size: 1.3125rem;
    margin: 0.6875rem 0 2.3125rem;
  }
}

.c-sec-text--aboutus {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .c-sec-text--aboutus {
    font-size: 1rem;
    margin-bottom: 5.125rem;
  }
}

.p-top-aboutus__content {
  justify-content: space-between;
}

.p-top-aboutus__right-content {
  position: relative;
  gap: 4.5rem;
  margin-top: -11rem;
}
.p-top-aboutus__right-content .p-top-aboutus__img,
.p-top-aboutus__right-content .p-top-aboutus__square {
  width: 17.5rem;
  height: 17.5rem;
}

.p-top-aboutus__right-content-left,
.p-top-aboutus__right-content-right {
  display: flex;
  flex-direction: column;
  gap: 3.4375rem;
  z-index: 2;
}

.p-top-aboutus__right-content-left {
  margin-top: 10.9375rem;
}

.p-top-aboutus__square {
  position: absolute;
  z-index: 0;
}
.p-top-aboutus__square.pc-square--gr {
  top: -8.25rem;
  right: -8.6875rem;
}
.p-top-aboutus__square.pc-square--pu {
  top: 50%;
  transform: translateY(-50%);
  right: -8.6875rem;
}
.p-top-aboutus__square.pc-square--red {
  bottom: -5.3125rem;
  left: -7.5625rem;
}

.p-top-aboutus__slider-wrapper {
  transition-timing-function: linear !important;
}

.p-top-aboutus__slider01 {
  margin-bottom: 2.0625rem;
}

.p-top-aboutus__swiper-wrap {
  position: relative;
  margin-bottom: 5.1875rem;
}
.p-top-aboutus__swiper-wrap .p-top-aboutus__square {
  position: absolute;
  z-index: 0;
  width: 7.875rem;
  height: auto;
}
.p-top-aboutus__swiper-wrap .p-top-aboutus__square.sp-square--gr {
  top: -2.1875rem;
  left: 0rem;
}
.p-top-aboutus__swiper-wrap .p-top-aboutus__square.sp-square--pu {
  top: -2.1875rem;
  right: 1.6875rem;
}
.p-top-aboutus__swiper-wrap .p-top-aboutus__square.sp-square--red {
  bottom: -2.1875rem;
  right: 3.5rem;
}

/* WHAT'S CANOW */
.p-top-what {
  position: relative;
  padding: 11.875rem 0 12.25rem;
}
@media (max-width: 768px) {
  .p-top-what {
    padding: 3.9375rem 0 6.875rem;
  }
}

.p-top-what__ink_red {
  position: absolute;
  top: -16.1979166667vw;
  left: -7.3958333333vw;
  width: 34.5833333333vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-what__ink_red {
    top: -8.2666666667vw;
    left: -20.8vw;
    width: 75.4666666667vw;
  }
}

.c-top-sec-title--what {
  position: absolute;
  top: -6.25rem;
  left: 0;
}
@media (max-width: 768px) {
  .c-top-sec-title--what {
    position: relative;
    top: unset;
  }
}
.c-top-sec-title--what::before {
  background-image: url(../images/top/what_wh.svg);
  width: 49.3125rem;
}
@media (max-width: 768px) {
  .c-top-sec-title--what::before {
    width: 20.4375rem;
  }
}

@media (max-width: 768px) {
  .c-sec-subtitle--what {
    margin-top: 2.125rem;
  }
}

.c-sec-text--what {
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .c-sec-text--what {
    margin-top: 1.5625rem;
  }
}

.p-top-what__item-wrap {
  gap: 1.25rem;
  position: relative;
}

.p-top-what__item-text-wrap {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .p-top-what__item-text-wrap {
    margin-top: 2.6875rem;
  }
}

.p-top-what__item-title-en {
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  .p-top-what__item-title-en {
    font-size: 1.0625rem;
  }
}

.p-top-what__item-title-jp {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.7;
  margin: 0.875rem 0 1.8125rem;
}
@media (max-width: 768px) {
  .p-top-what__item-title-jp {
    font-size: 1.25rem;
    margin: 0.375rem 0 0.625rem;
  }
}

.p-top-what__item-text {
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-top-what__item-text {
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .p-top-what__item-title-box {
    margin-left: auto;
    width: fit-content;
  }
}

.p-top-what__content .p-top-what__item-number-wrap {
  position: relative;
  width: 21.125rem;
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-number-wrap {
    width: fit-content;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-wrap01 .p-top-what__item-number-wrap {
    width: fit-content;
    position: absolute;
    top: -1.25rem;
    left: -1.5625rem;
  }
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-wrap02 .p-top-what__item-number-wrap {
    width: fit-content;
    position: absolute;
    top: -1rem;
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-wrap02 .p-top-what__item-title-box {
    padding-right: 1.25rem;
  }
}
.p-top-what__content .p-top-what__item-number-img01 {
  width: 21.125rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-number-img01 {
    width: 8.125rem;
  }
}
.p-top-what__content .p-top-what__item-number-img02 {
  width: 17.125rem;
  height: auto;
  display: block;
  margin-left: 2.875rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-number-img02 {
    width: 6.5625rem;
    margin: 0;
  }
}
.p-top-what__content .p-top-what__item-number {
  font-size: 4.0625rem;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: 6.8125rem;
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-number {
    font-size: 1.5rem;
    left: 40%;
    transform: unset;
    top: 2.8125rem;
  }
}
.p-top-what__content .p-top-what__item-number--02 {
  top: 10.625rem;
}
@media (max-width: 768px) {
  .p-top-what__content .p-top-what__item-number--02 {
    top: 2.8125rem;
    left: 30%;
  }
}

.p-top-what__item-fukidashi-wrap {
  display: flex;
}
@media (min-width: 769px) {
  .p-top-what__item-fukidashi-wrap {
    margin-left: 4.375rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-what__item-fukidashi-wrap {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi-wrap {
    gap: 0.8125rem;
    margin-top: 1.4375rem;
  }
}

.p-top-what__item-fukidashi {
  position: relative;
  width: 9.375rem;
  height: fit-content;
}
.p-top-what__item-fukidashi .p-top-what__item-fukidashi-img {
  width: 100%;
  height: auto;
}
.p-top-what__item-fukidashi .p-top-what__item-fukidashi-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.7;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi .p-top-what__item-fukidashi-text {
    font-size: 0.75rem;
  }
}

@media (min-width: 769px) {
  .p-top-what__item-fukidashi02 {
    top: 10.8125rem;
    left: -3.125rem;
  }
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi02 {
    top: -10px;
  }
}
.p-top-what__item-fukidashi02 .p-top-what__item-fukidashi-img {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi02 .p-top-what__item-fukidashi-img {
    transform: scale(-1);
  }
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi02 .p-top-what__item-fukidashi-text {
    top: 55%;
  }
}

@media (min-width: 769px) {
  .p-top-what__item-fukidashi03 {
    top: 1.9375rem;
    left: -2.125rem;
  }
}
.p-top-what__item-fukidashi03 .p-top-what__item-fukidashi-img {
  transform: scale(-1);
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi03 .p-top-what__item-fukidashi-img {
    transform: scaleX(-1);
  }
}
.p-top-what__item-fukidashi03 .p-top-what__item-fukidashi-text {
  top: 55%;
}
@media (max-width: 768px) {
  .p-top-what__item-fukidashi03 .p-top-what__item-fukidashi-text {
    top: 45%;
  }
}

/* STRENGTHS */
.p-top-strengths {
  position: relative;
  padding-bottom: 12.25rem;
}
@media (max-width: 768px) {
  .p-top-strengths {
    padding-bottom: 7.0625rem;
  }
}

.p-top-strengths__ink-pu {
  position: absolute;
  top: -11.9791666667vw;
  right: -7.7604166667vw;
  width: 31.6666666667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-strengths__ink-pu {
    top: -19.2vw;
    right: -16.5333333333vw;
    width: 57.0666666667vw;
  }
}

.p-top-strengths__ink-yellow {
  position: absolute;
  top: 4.5833333333vw;
  left: -3.3854166667vw;
  width: 33.0208333333vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-strengths__ink-yellow {
    top: 7.4666666667vw;
    left: -12vw;
    width: 72.2666666667vw;
  }
}

.c-sec-subtitle--strengths {
  margin-top: 9.6875rem;
}
@media (max-width: 768px) {
  .c-sec-subtitle--strengths {
    margin-top: 5.125rem;
  }
}

.c-sec-text--strengths {
  margin: 2.5625rem 0 2.9375rem;
}
@media (max-width: 768px) {
  .c-sec-text--strengths {
    margin: 1.5625rem 0;
  }
}

.p-top-strengths__content {
  gap: 0.875rem;
}

.p-top-strengths__item-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .p-top-strengths__item-wrap {
    margin-bottom: 1.25rem;
  }
}
.p-top-strengths__item-wrap .p-top-strengths__item-text-wrap {
  position: absolute;
  top: 3.375rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-strengths__item-wrap .p-top-strengths__item-text-wrap {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
    padding: 0 1.125rem;
  }
}
.p-top-strengths__item-wrap .p-top-strengths__item-number {
  font-size: 2.5625rem;
  margin-bottom: 0.8125rem;
}
@media (max-width: 768px) {
  .p-top-strengths__item-wrap .p-top-strengths__item-number {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.p-top-strengths__item-wrap .p-top-strengths__item-text {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #121212;
}
@media (max-width: 768px) {
  .p-top-strengths__item-wrap .p-top-strengths__item-text {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.p-top-service {
  position: relative;
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  .p-top-service {
    padding-bottom: 8.5625rem;
  }
}
.p-top-service .c-btn {
  margin: 0 auto;
}
.p-top-service .c-feature__item-frame {
  width: 622px;
  flex-shrink: 0;
}
@media (max-width: 1250px) {
  .p-top-service .c-feature__item-frame {
    width: 36.25rem;
  }
}
@media (max-width: 768px) {
  .p-top-service .c-feature__item-frame {
    width: 103%;
  }
}

.p-top-service__ink-gr {
  position: absolute;
  top: -7.8125vw;
  left: -7.8125vw;
  width: 24.1666666667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-service__ink-gr {
    top: -21.3333333333vw;
    left: -21.3333333333vw;
    width: 52.8vw;
  }
}

.p-top-service__ink-bl {
  position: absolute;
  top: 10.4166666667vw;
  right: -4.21875vw;
  width: 21.6666666667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-service__ink-bl {
    top: 21.3333333333vw;
    right: -34.6666666667vw;
    width: 65.0666666667vw;
  }
}

.c-sec-subtitle--service {
  margin-top: 4.9375rem;
}
@media (max-width: 768px) {
  .c-sec-subtitle--service {
    margin-top: 3.5625rem;
  }
}

.c-sec-text--service {
  margin: 3.375rem 0 4.125rem;
}
@media (max-width: 768px) {
  .c-sec-text--service {
    margin: 1.9375rem 0;
  }
}

/* OUR BRANDS */
.c-brands {
  position: relative;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .c-brands {
    padding-bottom: 3.375rem;
  }
}
.c-brands .c-btn {
  margin: 0 auto;
}

.c-brands__ink-red {
  position: absolute;
  top: -13.5416666667vw;
  left: -10.6770833333vw;
  width: 37.1875vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .c-brands__ink-red {
    top: -29.3333333333vw;
    left: -29.3333333333vw;
    width: 81.3333333333vw;
  }
}

.c-sec-subtitle--brands {
  margin-top: 11.3125rem;
}
@media (max-width: 768px) {
  .c-sec-subtitle--brands {
    margin-top: 3.6875rem;
  }
}

.c-sec-text--brands {
  margin: 3.125rem 0 5.375rem;
  width: 50rem;
}
@media (max-width: 768px) {
  .c-sec-text--brands {
    margin: 1.9375rem 0 2.125rem;
    width: 100%;
  }
}

.c-brands__content.u-sp .c-brands__item {
  margin-bottom: 2.1875rem;
}
.c-brands__content.u-sp .c-brands__item-text-wrap {
  padding: 1.25rem;
  color: #121212;
  margin-top: -1px;
}
.c-brands__content.u-sp .c-brands__item-title {
  font-size: 2.3125rem;
}
.c-brands__content.u-sp .c-brands__item-subtitle {
  font-size: 1.0625rem;
  margin: 0.4375rem 0;
  font-weight: 800;
  line-height: 1.4117647059;
}
.c-brands__content.u-sp .c-brands__item-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-brands__content.u-sp .c-brands__item-site-link {
  font-size: 1.3125rem;
}
.c-brands__content.u-sp .c-brands__item01 .c-brands__item-text-wrap {
  background: #FFFC50;
}
.c-brands__content.u-sp .c-brands__item02 .c-brands__item-text-wrap {
  background: #16CD47;
}

.c-brands__content.u-pc {
  margin-left: 17.7083333333vw;
  margin-bottom: 7.75rem;
}
.c-brands__content.u-pc .swiper-slide01 .c-brands__item-hover-wrap,
.c-brands__content.u-pc .swiper-slide04 .c-brands__item-hover-wrap {
  background: rgba(255, 252, 80, 0.9);
}
.c-brands__content.u-pc .swiper-slide02 .c-brands__item-hover-wrap,
.c-brands__content.u-pc .swiper-slide05 .c-brands__item-hover-wrap {
  background: rgba(22, 205, 71, 0.9);
}
.c-brands__content.u-pc .swiper-slide03 .c-brands__item-hover-wrap,
.c-brands__content.u-pc .swiper-slide06 .c-brands__item-hover-wrap {
  background: rgba(252, 65, 113, 0.9);
}

.c-brand__item {
  position: relative;
}
.c-brand__item:hover .c-brands__item-hover-wrap {
  opacity: 1;
  pointer-events: auto;
}

.c-brands__item-hover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  color: #121212;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.c-brands__item-hover-wrap .c-brands__item-title {
  font-size: 2.8125rem;
  line-height: 1;
}
.c-brands__item-hover-wrap .c-brands__item-subtitle {
  font-size: 1.125rem;
  margin: 0.4375rem 0 1.25rem;
  line-height: 1.5555555556;
  font-weight: 800;
}
.c-brands__item-hover-wrap .c-brands__item-text {
  font-size: 0.875rem;
  line-height: 2;
}
.c-brands__item-hover-wrap .c-brands__item-site-link {
  font-size: 1.5625rem;
}

.c-brands__item-site-link {
  display: flex;
  list-style: 1;
  align-items: center;
}
.c-brands__item-site-link::after {
  content: "";
  display: block;
  background-image: url(../images/top/brand_link_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
}

/* text_scroll */
.p-top-text_scroll {
  background: #242424;
  position: relative;
  z-index: 2;
}
.p-top-text_scroll .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.p-top-text_scroll .wrapper {
  display: flex;
  animation: loop-text 20s linear infinite;
}
.p-top-text_scroll .double-content {
  display: inline-block;
  font-size: 12.7604166667vw;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-top-text_scroll .double-content {
    font-size: 24vw;
  }
}
.p-top-text_scroll .double-content .text {
  margin-left: 2.0833333333vw;
  line-height: 1;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* COMPANY */
.p-top-company {
  position: relative;
  padding: 9.8125rem 0 10.625rem;
}
@media (max-width: 768px) {
  .p-top-company {
    padding: 4.375rem 0 3.1875rem;
  }
}
.p-top-company .p-top-company__ink-pu {
  position: absolute;
  top: 1.5625vw;
  left: -3.8541666667vw;
  width: 38.6979166667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-company .p-top-company__ink-pu {
    top: 0vw;
    left: -13.3333333333vw;
    width: 84.5333333333vw;
  }
}
.p-top-company .p-top-company__ink-ye {
  position: absolute;
  top: 11.4583333333vw;
  right: -11.4583333333vw;
  width: 32.5520833333vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-company .p-top-company__ink-ye {
    top: 40vw;
    right: -26.6666666667vw;
    width: 55.7333333333vw;
  }
}
.p-top-company .c-sec-subtitle--company {
  margin-top: 8.375rem;
}
@media (max-width: 768px) {
  .p-top-company .c-sec-subtitle--company {
    margin-top: 4.8125rem;
  }
}
.p-top-company .c-sec-text--company {
  width: 47.5625rem;
  margin: 3.125rem 0 2.125rem;
}
@media (max-width: 768px) {
  .p-top-company .c-sec-text--company {
    width: 100%;
    margin: 1.9375rem 0 1.5rem;
  }
}

.p-top-footer__img {
  position: relative;
  z-index: 2;
}

/* glitch */
.glitch {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}

.glitch:before,
.glitch:after {
  display: block;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.glitch:before {
  animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #00FFFF;
  z-index: -1;
}

.glitch:after {
  animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #FF00FF;
  z-index: -2;
}

@keyframes glitch-it {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  to {
    transform: translate(0);
  }
}
.p-top-strengths .glitch:before,
.p-top-strengths .glitch:after {
  display: block;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 36%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .p-top-strengths .glitch:before,
  .p-top-strengths .glitch:after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch01:before {
    left: 40%;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch01:after {
    left: 40%;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch02:before {
    left: 37%;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch02:after {
    left: 37%;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch04:before {
    left: 34%;
  }
}
@media (min-width: 769px) {
  .p-top-strengths .glitch04:after {
    left: 34%;
  }
}

.p-top-aboutus {
  /* スライダー全体 */
}
.p-top-aboutus .p-top-aboutus__slider-wrapper {
  display: flex;
  overflow: hidden;
}
.p-top-aboutus {
  /* スライド3枚のグループ */
}
.p-top-aboutus .slider {
  animation: scroll-left 10s infinite linear 0.5s both;
  display: flex;
}
.p-top-aboutus {
  /* スライド */
}
.p-top-aboutus .slide {
  width: 33.3333333333vw;
  margin-left: 20px;
}
.p-top-aboutus {
  /* スライドの画像 */
}
.p-top-aboutus .slide img {
  display: block;
  width: 100%;
}
.p-top-aboutus .p-top-aboutus__slider02 {
  margin-top: 2.0625rem;
}
.p-top-aboutus .p-top-aboutus__slider02 .slider {
  animation: scroll-right 10s infinite linear 0.5s both;
  display: flex;
}
.p-top-aboutus {
  /* CSSアニメーション */
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.p-page-aboutus__ink-gr01 {
  position: absolute;
  top: -8.125vw;
  left: 50%;
  transform: translateX(-50%);
  width: 34.5833333333vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-aboutus__ink-gr01 {
    top: -23.4666666667vw;
    width: 88.5333333333vw;
  }
}

.p-page-aboutus__ink-gr02 {
  position: absolute;
  top: 17.7083333333vw;
  right: -16.1458333333vw;
  width: 40.1041666667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-aboutus__ink-gr02 {
    top: -23.4666666667vw;
    right: -52vw;
    width: 102.6666666667vw;
  }
}

.p-page-aboutus__ink-bl {
  position: absolute;
  bottom: 2.1875vw;
  right: -7.2916666667vw;
  width: 21.6666666667vw;
  height: auto;
  object-fit: contain;
}

@media (min-width: 769px) {
  .c-feature__item-text-wrap--strength {
    width: 29.1875rem;
  }
}

.c-feature__item-title-jp--strength {
  line-height: 1.7;
  margin: 0.8125rem 0 1.8125rem;
}
@media (max-width: 768px) {
  .c-feature__item-title-jp--strength {
    margin: 0.5625rem 0 0.9375rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .c-feature__item-text {
    line-height: 1.7;
  }
}

@media (min-width: 769px) {
  .c-sec-text--policy {
    width: 47.5625rem;
  }
}

.p-page-policy__item {
  margin-top: 5.4375rem;
}

.p-page-policy__item-title {
  font-size: 1.5625rem;
  margin-bottom: 1.75rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-page-policy__item-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.p-page-policy__item-text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-page-policy__item-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-page-policy__item-line {
  width: 100%;
  height: 1px;
  background: #747474;
  margin: 0.8125rem 0 1.5625rem;
}

.p-page-policy__box {
  display: flex;
  gap: 1rem;
  color: #ffffff;
  align-items: center;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .p-page-policy__box {
    gap: 0.625rem;
    margin-top: 2.625rem;
  }
}

.p-page-policy__box-item {
  width: 20.625rem;
  height: 8.3125rem;
  border: 2px solid #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .p-page-policy__box-item {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
  }
}

.p-page-policy__box-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-page-policy__box-text {
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.5384615385;
  }
}

.p-page-policy__box-cross {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (max-width: 768px) {
  .p-page-policy__box-cross {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-feature__content .c-feature__content-item-wrap--last {
  margin-bottom: 9.375rem;
}

.p-page-strengths .c-feature__item-frame {
  width: 622px;
  flex-shrink: 0;
}
@media (max-width: 1250px) {
  .p-page-strengths .c-feature__item-frame {
    width: 36.25rem;
  }
}
@media (max-width: 768px) {
  .p-page-strengths .c-feature__item-frame {
    width: 103%;
  }
}

#brands {
  scroll-margin-top: 100px;
}

.p-page-service__ink-gr01 {
  position: absolute;
  top: -6.7708333333vw;
  left: 24.375vw;
  width: 24.1666666667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-service__ink-gr01 {
    top: -26.1333333333vw;
    left: -7.4666666667vw;
    transform: unset;
    width: 61.3333333333vw;
  }
}

.p-page-service__ink-gr02 {
  position: absolute;
  top: -4.1666666667vw;
  right: -15.625vw;
  width: 31.3020833333vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-service__ink-gr02 {
    top: -15.4666666667vw;
    right: -46.6666666667vw;
    width: 80vw;
  }
}

.p-page-service__content {
  margin-bottom: 7.8125rem;
}
@media (max-width: 768px) {
  .p-page-service__content {
    margin-bottom: 2.6875rem;
  }
}

.c-sec-text--page-service {
  margin: 2.5625rem 0 4.125rem;
}
@media (max-width: 768px) {
  .c-sec-text--page-service {
    margin: 1.25rem 0 2.5rem;
  }
}

@media (max-width: 768px) {
  .c-feature__item-frame--page-service {
    position: relative;
    left: -5px;
  }
}

.p-page-service__item-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 6.375rem;
}
@media (max-width: 768px) {
  .p-page-service__item-inner-wrap {
    padding: 0 2rem;
  }
}

.p-page-service__item-text-wrap {
  justify-content: space-between;
  align-items: flex-start;
}

.p-page-service__item-text {
  width: 34.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-page-service__item-text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.c-feature__item-title-jp--page-service {
  white-space: nowrap;
  line-height: 1.6;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .c-feature__item-title-jp--page-service {
    margin: 0.4375rem 0 0.8125rem;
    font-size: 1.375rem;
  }
}

.p-page-service__item-img {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .p-page-service__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-page-service__item01 .c-brands__item-hover-wrap {
  background: rgba(255, 252, 80, 0.9);
}

.p-page-service__item02 .c-brands__item-hover-wrap {
  background: rgba(22, 205, 71, 0.9);
}

.p-page-service__item03 {
  position: relative;
}
.p-page-service__item03 .c-brands__item-hover-wrap {
  background: rgba(252, 65, 113, 0.9);
}

.p-page-service__item-other {
  position: relative;
}
.p-page-service__item-other .c-brands__item-hover-wrap {
  opacity: 1;
}
.p-page-service__item-other .c-brands__item-othertext {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
}

.p-page-service__flow-items {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .p-page-service__flow-item {
    background-image: url(../images/service/page_service_flow_frame.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17.1875rem;
    height: 20rem;
    position: relative;
  }
  .p-page-service__flow-item:last-child {
    background-image: none;
    border: 1px solid #fff;
    width: 14.5625rem;
  }
}
@media (max-width: 768px) {
  .p-page-service__flow-item {
    border: 1px solid #fff;
    padding: 1.375rem 2.375rem;
    margin-bottom: 2.375rem;
    position: relative;
  }
  .p-page-service__flow-item:last-child {
    margin-bottom: 0;
  }
  .p-page-service__flow-item::after {
    content: "";
    background-image: url(../images/service/page_service_flow-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.625rem;
    height: 1rem;
    position: absolute;
    bottom: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-page-service__flow-item:last-child::after {
    display: none;
  }
}
@media (max-width: 425px) {
  .p-page-service__flow-item {
    padding: 1.375rem 1.75rem;
  }
}

@media (min-width: 769px) {
  .p-page-service__flow-text-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.625rem;
    width: 9.5625rem;
    line-height: 1.6;
  }
}

.p-page-service__flow-title-en {
  font-size: 1.25rem;
  color: #25BCCE;
}
@media (max-width: 768px) {
  .p-page-service__flow-title-en {
    font-size: 1rem;
  }
}

.p-page-service__flow-title-jp {
  font-size: 1.5rem;
  color: #25BCCE;
  margin: 0.375rem 0 1.625rem;
  font-weight: 900;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-page-service__flow-title-jp {
    margin: 0rem 0 0.5rem;
    font-size: 1.3125rem;
  }
}

.p-page-service__flow-text {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}

.p-page-service__content--brands {
  margin-top: 4.125rem;
}

.c-brands__content.u-sp .c-brands__item03 {
  position: relative;
}
.c-brands__content.u-sp .c-brands__item03 .c-brands__item-text-wrap {
  background: #FC4171;
}
.c-brands__content.u-sp .c-brands__item03 .p-service__item03-img--sp {
  position: absolute;
  top: 1rem;
  right: 1.875rem;
  width: auto;
  height: 11.125rem;
  object-fit: contain;
}

@media (max-width: 768px) {
  .p-page-service__content--development .p-page-service__item-img {
    width: 111%;
    position: relative;
    left: -0.875rem;
  }
}

.p-page-company__ink-pu01 {
  position: absolute;
  top: -3.8541666667vw;
  left: 47%;
  transform: translateX(-50%);
  width: 38.6979166667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-company__ink-pu01 {
    top: -7.4666666667vw;
    width: 98.9333333333vw;
    left: 50%;
  }
}

.p-page-company__ink-pu02 {
  position: absolute;
  top: -5.2083333333vw;
  right: -19.7916666667vw;
  width: 38.6979166667vw;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-page-company__ink-pu02 {
    top: 8vw;
    right: -24vw;
    width: 93.6vw;
    /*画像を反転させる*/
  }
}

.p-page-message__content {
  display: flex;
  gap: 5.9375rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .p-page-message__content {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.c-top-subtitle--message {
  margin: 0 0 1.875rem;
}
@media (max-width: 768px) {
  .c-top-subtitle--message {
    margin: 0 0 1.625rem;
  }
}

@media (min-width: 769px) {
  .p-page-message__content-left {
    width: 38.4375rem;
    flex-shrink: 0;
  }
}

.p-page-message__text-ceo {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-page-message__text-ceo {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-page-message__content-right {
  position: relative;
}

.p-page-message__message-img {
  position: relative;
  z-index: 3;
}

.p-page-message__square-img {
  position: absolute;
  bottom: -9rem;
  right: -5rem;
  width: 18.0625rem;
  height: 18.0625rem;
}
@media (max-width: 768px) {
  .p-page-message__square-img {
    bottom: -4.375rem;
    right: -4.875rem;
    width: 8.75rem;
    height: 8.75rem;
  }
}

.p-page-profile {
  margin-top: 13.3125rem;
}
@media (max-width: 768px) {
  .p-page-profile {
    margin-top: 6.25rem;
  }
}

@media (max-width: 768px) {
  .c-page-sec-title__title-jp--profile {
    padding-top: 3.875rem;
  }
}

.p-page-profile__item {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
  border-bottom: 1px solid #747474;
  padding: 1.875rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-page-profile__item:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .p-page-profile__item {
    padding: 1.3125rem 0;
    font-size: 0.9375rem;
  }
}

.p-page-profile__item-title {
  width: 17.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-page-profile__item-title {
    width: 4.6875rem;
    white-space: nowrap;
  }
}

.p-page-profile__map {
  width: 100%;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .p-page-profile__map {
    margin-top: 2.5rem;
  }
}

.c-sec-text--contact {
  max-width: 716px;
  margin: 0 auto 6.875rem;
}

.snow-monkey-form {
  max-width: 1040px;
  margin: 0 auto;
}
.snow-monkey-form .smf-item {
  border-bottom: 1px solid #747474;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item {
    padding-bottom: 1.125rem;
    margin-bottom: 1rem;
  }
}
.snow-monkey-form .smf-item input[type=text],
.snow-monkey-form .smf-item input[type=email],
.snow-monkey-form .smf-item input[type=tel],
.snow-monkey-form .smf-item .smf-select-control,
.snow-monkey-form .smf-item .smf-select-control__control {
  width: 100%;
  color: #121212;
  height: 50px;
  font-size: 1.125rem;
  border-radius: 0;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item input[type=text],
  .snow-monkey-form .smf-item input[type=email],
  .snow-monkey-form .smf-item input[type=tel],
  .snow-monkey-form .smf-item .smf-select-control,
  .snow-monkey-form .smf-item .smf-select-control__control {
    font-size: 0.9375rem;
  }
}
.snow-monkey-form .smf-item textarea {
  width: 100%;
  font-size: 1.125rem;
  color: #121212;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item textarea {
    font-size: 0.9375rem;
  }
}
.snow-monkey-form .smf-item .smf-select-control__control {
  padding: 0 16px;
}
@media (min-width: 769px) {
  .snow-monkey-form .smf-item {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .snow-monkey-form .smf-item .smf-item__col--label {
    width: 213px;
    justify-content: end;
    text-align: right;
  }
  .snow-monkey-form .smf-item .smf-item__col--controls {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item__col--label {
    margin-bottom: 1.25rem;
  }
}
.snow-monkey-form .smf-item.required .smf-item__col--label {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item.required .smf-item__col--label {
    margin-bottom: 8px;
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.snow-monkey-form .smf-item.required .smf-item__col--label::after {
  content: "必須";
  color: #FFFC50;
  border: 1px solid #FFFC50;
  font-size: 14px;
  margin-left: 8px;
  padding: 5px 15px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item.required .smf-item__col--label::after {
    font-size: 0.625rem;
    padding: 3px 10px;
  }
}
.snow-monkey-form .smf-action {
  text-align: center;
}
.snow-monkey-form .smf-checkbox-control {
  justify-content: center;
  width: 100%;
  align-items: center;
}
.snow-monkey-form .smf-checkbox-control a {
  text-decoration: underline;
}
.snow-monkey-form .border-none {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.snow-monkey-form .smf-form .smf-checkbox-control__control {
  border-radius: 0;
  margin: 0;
}
.snow-monkey-form .privacy-policy {
  text-align: center;
}
.snow-monkey-form .pp-check {
  border-bottom: none;
  margin-bottom: 2.375rem;
}
@media (max-width: 768px) {
  .snow-monkey-form .pp-check {
    font-size: 0.9375rem;
    margin-bottom: 5rem;
  }
}
.snow-monkey-form .pp-check .smf-error-messages {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.snow-monkey-form button[type=submit] {
  background-image: url(../images/top/btn-frame-bl.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 314px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #25BCCE;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .snow-monkey-form button[type=submit] {
    font-size: 20px;
  }
}
.snow-monkey-form button[type=submit] :hover {
  opacity: 0.7;
}
.snow-monkey-form button[type=submit]::after {
  content: "";
  background-image: url(../images/top/btn_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media (max-width: 768px) {
  .snow-monkey-form button[type=submit]::after {
    width: 0.6875rem;
    height: 1.25rem;
    right: 1.375rem;
  }
}
.snow-monkey-form button[data-action=back] {
  background-image: url(../images/top/btn-frame-gr.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 314px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #16CD47;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .snow-monkey-form button[data-action=back] {
    font-size: 20px;
    margin-bottom: 0.875rem;
  }
}
.snow-monkey-form button[data-action=back] :hover {
  opacity: 0.7;
}
.snow-monkey-form button[data-action=back]::after {
  content: "";
  background-image: url(../images/top/btn_arrow-gr.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
}
@media (max-width: 768px) {
  .snow-monkey-form button[data-action=back]::after {
    width: 0.6875rem;
    height: 1.25rem;
    right: 1.375rem;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control {
  border-radius: 0;
  border: none;
}
.snow-monkey-form .smf-button-control {
  transition: all 0.3s;
}
.snow-monkey-form .smf-button-control :hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.snow-monkey-form .smf-complete-content p {
  text-align: center;
}
.snow-monkey-form .content .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.contact_top_text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact_top_text {
    margin-bottom: 40px;
    text-align: left;
  }
}

.smf-item__controls {
  position: relative;
}
@media (min-width: 769px) {
  .smf-item__controls .smf-error-messages {
    position: absolute;
    bottom: -30px;
    left: 0;
  }
}

@media (min-width: 769px) {
  .message-area .smf-item__controls .smf-error-messages {
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 769px) {
  .form-text {
    max-width: 787px;
    margin-left: 253px;
    margin-bottom: 6.6875rem;
  }
}
@media (max-width: 768px) {
  .form-text {
    font-size: 0.9375rem;
    margin-bottom: 2.875rem;
  }
}
.form-text a {
  text-decoration: underline;
}

.smf-checkbox-control__label::after {
  content: "必須";
  color: #FFFC50;
  border: 1px solid #FFFC50;
  font-size: 14px;
  margin-left: 8px;
  padding: 3px 15px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .smf-checkbox-control__label::after {
    font-size: 0.625rem;
    padding: 1px 10px;
  }
}

.snow-monkey-form[data-screen=confirm] .form-text,
.snow-monkey-form[data-screen=confirm] .pp-check {
  display: none !important;
}

.snow-monkey-form[data-screen=confirm] .smf-action {
  margin-top: 10.8125rem;
}
@media (max-width: 768px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    margin-top: 5.5625rem;
  }
}

@media (min-width: 769px) {
  .snow-monkey-form[data-screen=confirm] .smf-item {
    gap: 5rem;
  }
}

@media (max-width: 768px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}

.snow-monkey-form[data-screen=confirm] .smf-item.required .smf-item__col--label::after {
  display: none;
}

@media (max-width: 768px) {
  .snow-monkey-form[data-screen=confirm] .smf-item__controls {
    font-size: 0.875rem;
  }
}

.smf-select-control {
  position: relative;
}

.smf-select-control.is-placeholder::before {
  content: "選択されておりません";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  z-index: 10;
}

.snow-monkey-form[data-screen=complete] .contact-sec-text {
  display: none !important;
}

.smf-complete-content {
  max-width: 680px;
  margin: 0 auto;
}

.snow-monkey-form .smf-complete-content p.c-sec-subtitle {
  text-align: left;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-complete-content p.c-sec-subtitle {
    font-size: 1.5rem;
  }
}

.snow-monkey-form .smf-complete-content p.c-sec-text {
  margin-top: 3.125rem;
  text-align: left;
  line-height: 2.3;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-complete-content p.c-sec-text {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .c-page-title__img--pp {
    height: 5.6875rem;
    position: relative;
    left: -0.625rem;
  }
}

@media (max-width: 768px) {
  .c-page-title__title--pp {
    margin-top: 0.625rem;
  }
}

.p-page-pp__text-wrap {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-page-pp__text-wrap {
    margin-bottom: 2.5rem;
  }
}

.c-sec-subtitle--pp {
  border-bottom: 1px solid #747474;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-page-pp__list {
  list-style: decimal;
  padding-left: 2rem;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .p-page-pp__list {
    padding-right: 3rem;
  }
}

.p-page-pp__list-item {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-page-pp__list-item {
    font-size: 0.9375rem;
  }
}

.error404 {
  background: #242424;
}
.error404 .inner {
  max-width: 1160px;
}

.p-page-pp__content {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5.1875rem;
}
@media (max-width: 768px) {
  .p-page-pp__content {
    margin-bottom: 2.625rem;
  }
}

.c-page-sec-title__title-en--404 {
  font-size: 4.0625rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .c-page-sec-title__title-en--404 {
    font-size: 3.125rem;
    margin-bottom: 2.625rem;
  }
}

.c-sec-subtitle--404 {
  margin-bottom: 2.5rem;
}

.c-btn--404 {
  margin: 0 auto;
}

.c-breadcrumb__item a {
  color: #fff;
}

.ff-handjet {
  font-family: "Handjet", sans-serif;
  font-weight: 200;
}

.c-recruit-page__title-wrap {
  text-align: center;
  margin-top: 7.9375rem;
}

.c-recruit-page-title {
  font-size: 11.75rem;
  line-height: 1.2;
  color: #25BCCE;
  font-family: "Handjet", sans-serif;
}
@media (max-width: 768px) {
  .c-recruit-page-title {
    font-size: 5.5rem;
  }
}

.c-recruit-page-subtitle {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .c-recruit-page-subtitle {
    font-size: 2rem;
    margin-bottom: 1.0625rem;
  }
}

.c-recruit-page-description {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .c-recruit-page-description {
    text-align: left;
  }
}

.c-page-recruit__img-frame {
  border: 1px solid #25BCCE;
  position: relative;
}
.c-page-recruit__img-frame .item-img-deco {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background: #25BCCE;
}
@media (max-width: 768px) {
  .c-page-recruit__img-frame .item-img-deco {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.c-page-recruit__img-frame .item-img-deco01 {
  top: -0.75rem;
  left: -0.75rem;
}
@media (max-width: 768px) {
  .c-page-recruit__img-frame .item-img-deco01 {
    top: -0.4375rem;
    left: -0.4375rem;
  }
}
.c-page-recruit__img-frame .item-img-deco02 {
  top: -0.75rem;
  right: -0.75rem;
}
@media (max-width: 768px) {
  .c-page-recruit__img-frame .item-img-deco02 {
    top: -0.4375rem;
    right: -0.4375rem;
  }
}
.c-page-recruit__img-frame .item-img-deco03 {
  bottom: -0.75rem;
  left: -0.75rem;
}
@media (max-width: 768px) {
  .c-page-recruit__img-frame .item-img-deco03 {
    bottom: -0.4375rem;
    left: -0.4375rem;
  }
}
.c-page-recruit__img-frame .item-img-deco04 {
  bottom: -0.75rem;
  right: -0.75rem;
}
@media (max-width: 768px) {
  .c-page-recruit__img-frame .item-img-deco04 {
    bottom: -0.4375rem;
    right: -0.4375rem;
  }
}

.c-recruit-item-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .c-recruit-item-title {
    font-size: 1.3125rem;
  }
}

.c-recruit-item-subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .c-recruit-item-subtitle {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.c-recruit-item-text {
  font-size: 1.125rem;
  line-height: 2.3333333333;
}
@media (max-width: 768px) {
  .c-recruit-item-text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

.archive {
  background: #242424;
  color: #fff;
}
.archive .p-recruit__interview-slide-item-contents {
  background-color: #242424;
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .archive .p-recruit__interview-slide-item-contents {
    padding: 3rem 1.625rem;
  }
}
.archive .p-recruit__interview-slide-deco02 {
  background-color: #242424;
}
.archive .p-recruit__interview-slide-item {
  width: auto;
}
.archive .p-recruit__interview-slide-item-img {
  margin-right: 0;
}
.archive .p-recruit__interview-slide-item-ttl {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
.archive .p-recruit__interview-slide-item .c-ttl__en {
  font-size: 1.625rem;
  margin-bottom: 5px;
}
.archive .p-recruit__interview-slide-item-kana {
  margin-top: 5px;
  font-size: 1.25rem;
}
.archive .p-recruit__interview-slide-item-position {
  font-size: 1rem;
}
.archive .p-recruit__interview-slide-item-name {
  font-size: 1.25rem;
}

.p-archive-interview__title-wrap {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .p-archive-interview__title-wrap {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .c-recruit-page-subtitle--interview {
    font-size: 1.3125rem;
  }
}

.p-archive-interview__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-archive-interview__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-recruit-page-description {
  line-height: 2;
}
@media (max-width: 768px) {
  .c-recruit-page-description {
    font-size: 0.9375rem;
  }
}

.archive .p-archive-interview__pagination {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-bottom: 7.8125rem;
}
.archive .page-numbers {
  border: 1px solid #fff;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "VT323", monospace;
  font-size: 1.625rem;
  line-height: 1;
  color: #fff;
}
.archive .page-numbers.current {
  background-color: #25BCCE;
  border: none;
}
.archive .next.page-numbers,
.archive .prev.page-numbers {
  border: none;
  background-color: transparent;
}
.archive .next.page-numbers img,
.archive .prev.page-numbers img {
  width: 1rem;
  height: auto;
}
.archive a.prev.page-numbers img,
.archive .next.is-disabled img {
  transform: rotate(180deg);
}

.l-single {
  color: #fff;
  background: #242424;
}

.p-single-interview__page-title-wrap {
  position: relative;
  z-index: 10;
}
.p-single-interview__page-title-wrap .p-recruit__interview-slide-item {
  margin-top: 21.9375rem;
  width: 48.375rem;
  margin-left: 10.5729166667vw;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-slide-item {
    margin-top: 71.4666666667vw;
    width: 22.8125rem;
    margin-left: -2.6041666667vw;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-slide-deco02 {
  background: #242424;
}
.p-single-interview__page-title-wrap .p-recruit__interview-slide-item-contents {
  background: #242424;
  padding: 3.4375rem 5rem 3.75rem;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-slide-item-contents {
    padding: 2.5rem 1.875rem 3.125rem 1.625rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-slide-item .c-ttl__en {
  font-size: 2.4375rem;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-slide-item .c-ttl__en {
    font-size: 1.25rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-item-title {
  margin: 1.875rem 0 2.5rem;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-item-title {
    margin: 0.75rem 0 0.5rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-item-position {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-item-position {
    font-size: 0.875rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-item-name {
  font-size: 1.75rem;
  margin: 0 1.9375rem 0 0.9375rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-item-name {
    font-size: 1rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-item-kana {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-single-interview__page-title-wrap .p-recruit__interview-item-kana {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.p-single-interview__page-title-wrap .p-recruit__interview-item-text {
  align-items: baseline;
}

.p-single-interview__fv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.p-single-interview__fv-img {
  width: 100%;
  height: 54.875rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-single-interview__fv-img {
    width: 100%;
    height: auto;
  }
}

.p-single-interview__content {
  background: #242424;
}
.p-single-interview__content .double-content {
  color: #909090;
  font-size: 11.75rem;
  margin-bottom: 8.5rem;
}
@media (max-width: 768px) {
  .p-single-interview__content .double-content {
    font-size: 5.5rem;
    margin-bottom: 3.5rem;
  }
}

.p-single-interview__item {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .p-single-interview__item {
    margin-bottom: 3.5rem;
  }
}
.p-single-interview__item:last-child {
  margin-bottom: 10.8125rem;
}

.p-single-interview__item.u-flex {
  flex-wrap: unset;
  gap: 5.25rem;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .p-single-interview__item.u-flex {
    display: block;
  }
}
.p-single-interview__item.u-flex.is-reverse {
  flex-direction: row-reverse;
}

.p-single-interview__item-number {
  font-size: 2rem;
  margin-bottom: 1.3125rem;
}
@media (max-width: 768px) {
  .p-single-interview__item-number {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-single-interview__item-number span {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-single-interview__item-number span {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .p-single-interview__item-title {
    font-size: 1.3125rem;
  }
}

.p-single-interview__item-subtitle {
  margin: 2.5rem 0 1.875rem;
}
@media (max-width: 768px) {
  .p-single-interview__item-subtitle {
    margin: 1.6875rem 0 1.25rem;
  }
}

.p-single-interview__item-img-wrap {
  width: 34.375rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-single-interview__item-img-wrap {
    width: 100%;
    margin-top: 2.625rem;
  }
}

.p-single-interview-schedule {
  margin-bottom: 7.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-single-interview-schedule {
    margin-bottom: 8.1875rem;
  }
}
.p-single-interview-schedule .p-top-text_scroll {
  position: absolute;
  top: 2.5rem;
  background: transparent;
}
.p-single-interview-schedule .p-top-text_scroll .double-content {
  font-size: 11.75rem;
  color: #25BCCE;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-single-interview-schedule .p-top-text_scroll .double-content {
    font-size: 5.5rem;
  }
}

.p-single-interview__schedule-wrap {
  width: calc(100% - 52px);
  max-width: 1574px;
  height: 50.375rem;
  margin: 0 auto;
  background: #E8E8E8;
  color: #121212;
  position: relative;
  padding: 17.3125rem 8.6979166667vw 5rem;
  border: 1px solid #25BCCE;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-wrap {
    width: 100%;
    padding: 9.375rem 1.25rem 4.8125rem;
    height: 100%;
  }
}
.p-single-interview__schedule-wrap .schedule-wrap-dot {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #25BCCE;
  position: absolute;
  z-index: 2;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot01 {
  top: -0.4375rem;
  left: -0.4375rem;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot02 {
  top: -0.4375rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-single-interview__schedule-wrap .schedule-wrap-dot03 {
  top: -0.4375rem;
  right: -0.4375rem;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot04 {
  top: 50%;
  transform: translateY(-50%);
  right: -0.4375rem;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot05 {
  bottom: -0.4375rem;
  right: -0.4375rem;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot06 {
  bottom: -0.4375rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-single-interview__schedule-wrap .schedule-wrap-dot07 {
  bottom: -0.4375rem;
  left: -0.4375rem;
}
.p-single-interview__schedule-wrap .schedule-wrap-dot08 {
  top: 50%;
  transform: translateY(-50%);
  left: -0.4375rem;
}

.p-single-interview__schedule-items.u-flex {
  position: relative;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-items.u-flex {
    display: block;
  }
}

.p-single-interview__schedule-item {
  position: relative;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9375rem;
    margin-bottom: 2rem;
  }
}

.p-single-interview__schedule-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 4.0625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-title {
    font-size: 1.3125rem;
    margin-bottom: 2.5rem;
  }
}

.p-single-interview__schedule-item-time {
  color: #fff;
  background: #25BCCE;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-item-time {
    width: 4.75rem;
    height: 4.75rem;
    font-size: 1.875rem;
  }
}

.p-single-interview__schedule-item-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1.75rem 0 1.125rem 1.75rem;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-item-title {
    font-size: 1.3125rem;
    margin: 0;
    margin-top: 1.5625rem;
  }
}

.p-single-interview__schedule-item-text {
  margin-left: 1.75rem;
  position: absolute;
  width: 11.75rem;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-item-text {
    position: relative;
    margin-left: 0;
    margin-top: 0.625rem;
    width: 15.25rem;
  }
}

.p-single-interview__schedule-line {
  background-image: repeating-linear-gradient(90deg, #25BCCE, #25BCCE 8px, transparent 8px, transparent 24px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 8px;
  position: absolute;
  top: 3.4375rem;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-single-interview__schedule-line {
    background-image: repeating-linear-gradient(180deg, #25BCCE, #25BCCE 8px, transparent 8px, transparent 24px);
    background-repeat: repeat-y;
    background-size: 8px 100%;
    top: 0;
    left: 9.0666666667vw;
    width: 100%;
    height: 90%;
  }
}

.p-single-interview__message-item.u-flex {
  gap: 5.25rem;
  flex-wrap: unset;
  align-items: center;
}
@media (max-width: 768px) {
  .p-single-interview__message-item.u-flex {
    display: block;
  }
}

.p-single-interview__message-title-en {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-single-interview__message-title-en {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 768px) {
  .p-single-interview__message-title-jp {
    font-size: 1.3125rem;
  }
}

@media (max-width: 768px) {
  .p-single-interview__message-item-img-wrap {
    margin-top: 2.625rem;
  }
}

.p-single-interview__message-item-img {
  width: 34.875rem;
}
@media (max-width: 768px) {
  .p-single-interview__message-item-img {
    width: 100%;
  }
}

.p-single-interview__message-title-wrap {
  text-align: center;
  margin-bottom: 3.8125rem;
}
@media (max-width: 768px) {
  .p-single-interview__message-title-wrap {
    margin-bottom: 2.625rem;
  }
}

@media (max-width: 768px) {
  .p-single-interview__message-item-title {
    margin-bottom: 1.25rem;
  }
}

.p-single-interview-message {
  margin-bottom: 12.125rem;
}
@media (max-width: 768px) {
  .p-single-interview-message {
    margin-bottom: 4.5rem;
  }
}

.p-single-interview-other__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5.3125vw;
  gap: 25.8854166667vw;
  margin-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .p-single-interview-other__header {
    display: block;
    margin: 0 auto;
    gap: 0vw;
    margin-bottom: 2.625rem;
  }
}

.p-single-interview-other__title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-single-interview-other__title {
    font-size: 1.3125rem;
  }
}

@media (min-width: 769px) {
  .p-single-interview-other__arrows.u-pc {
    display: flex;
    align-items: center;
    gap: 6.75rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other__arrows.u-sp {
    justify-content: center;
    margin-top: 2.5rem;
    display: flex;
    gap: 2.5rem;
  }
}

.p-single-interview-other__arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 1.8125rem;
  height: 2.125rem;
}
.p-single-interview-other__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-single-interview-other__swiper-wrap {
  margin-left: 17.7083333333vw;
}
@media (max-width: 768px) {
  .p-single-interview-other__swiper-wrap {
    margin-left: 0vw;
  }
}

.p-single-interview-other {
  padding-bottom: 8.125rem;
}
@media (max-width: 768px) {
  .p-single-interview-other {
    width: calc(100% - 52px);
    margin: 0 auto;
  }
}

.p-single-interview-other .p-recruit__interview-slide-item-contents,
.p-archive-interview__content .p-recruit__interview-slide-item-contents {
  background-color: #242424;
}
.p-single-interview-other .p-recruit__interview-slide-deco02,
.p-archive-interview__content .p-recruit__interview-slide-deco02 {
  background-color: #242424;
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item,
  .p-archive-interview__content .p-recruit__interview-slide-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item .c-ttl__en,
  .p-archive-interview__content .p-recruit__interview-slide-item .c-ttl__en {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-ttl,
  .p-archive-interview__content .p-recruit__interview-slide-item-ttl {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-text,
  .p-archive-interview__content .p-recruit__interview-slide-item-text {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-position,
  .p-archive-interview__content .p-recruit__interview-slide-item-position {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-name,
  .p-archive-interview__content .p-recruit__interview-slide-item-name {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-kana,
  .p-archive-interview__content .p-recruit__interview-slide-item-kana {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-img,
  .p-archive-interview__content .p-recruit__interview-slide-item-img {
    margin: 0;
    margin: 1.375rem 0;
  }
}
@media (max-width: 768px) {
  .p-single-interview-other .p-recruit__interview-slide-item-btn,
  .p-archive-interview__content .p-recruit__interview-slide-item-btn {
    font-size: 1.25rem;
  }
}

.p-single-interview-other__btn.c-btn {
  margin-top: 5.5rem;
  border: solid 2px #25BCCE;
  color: #25BCCE;
}
.p-single-interview-other__btn.c-btn .c-btn__deco01::before,
.p-single-interview-other__btn.c-btn .c-btn__deco01::after,
.p-single-interview-other__btn.c-btn .c-btn__deco02::before,
.p-single-interview-other__btn.c-btn .c-btn__deco02::after {
  background-color: #25BCCE;
}
.p-single-interview-other__btn.c-btn::after {
  background-image: url(../images/recruit/arrow-btn.svg);
}
@media (max-width: 768px) {
  .p-single-interview-other__btn.c-btn {
    margin-top: 2.5rem;
  }
}

.p-single-interview__message-item-title {
  margin-bottom: 3.1875rem;
}
@media (max-width: 768px) {
  .p-single-interview__message-item-title {
    margin-bottom: 1.25rem;
  }
}

.l-page-entry {
  color: #fff;
}
.l-page-entry .snow-monkey-form {
  max-width: 1240px;
}
.l-page-entry .wp-block-snow-monkey-forms-item.smf-item {
  padding: 0 3.125vw 35px;
}
@media (max-width: 768px) {
  .l-page-entry .wp-block-snow-monkey-forms-item.smf-item {
    padding: 0 0 1.5rem;
  }
}
@media (min-width: 769px) {
  .l-page-entry .snow-monkey-form .smf-item .smf-item__col--label {
    width: 283px;
  }
}
.l-page-entry .form-text {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .l-page-entry .form-text {
    margin-left: 323px;
  }
}
.l-page-entry .smf-file-control {
  background: #fff;
  height: 50px;
}
.l-page-entry .smf-form .smf-file-control > label > * {
  height: 50px;
}
@media (min-width: 769px) {
  .l-page-entry .smf-file-control__label {
    padding: 0 3.75rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 499px) {
  .l-page-entry .smf-file-control__label {
    width: 5.625rem;
    font-size: clamp(11px, 2.5vw, 20px);
    padding-top: 12px;
    padding: 12px 16px;
  }
}
.l-page-entry .smf-file-control__label {
  border: none;
  border-radius: 0;
  background-color: #D0D0D0;
  background-image: none;
}
.l-page-entry .smf-file-control__filename.smf-file-control__filename--no-file {
  color: #999;
  line-height: 50px;
}
@media (min-width: 769px) {
  .l-page-entry .smf-file-control__filename.smf-file-control__filename--no-file {
    padding: 0 1.875rem;
  }
}
@media (max-width: 768px) {
  .l-page-entry .smf-file-control__filename.smf-file-control__filename--no-file {
    font-size: 0.875rem;
  }
}
.l-page-entry .smf-file-control__filename.smf-file-control__filename--has-file {
  color: #999;
}
@media (min-width: 769px) {
  .l-page-entry .smf-file-control__filename.smf-file-control__filename--has-file {
    padding: 0 1.875rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .l-page-entry .smf-file-control__filename.smf-file-control__filename--has-file {
    font-size: 0.875rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .l-page-entry .smf-form .smf-file-control > label > * {
    height: auto;
  }
}
@supports (-webkit-touch-callout: none) {
  .l-page-entry .smf-file-control__filename.smf-file-control__filename--has-file {
    font-size: 0.875rem;
    height: auto;
  }
}
.l-page-entry a {
  color: #fff;
}
.l-page-entry .smf-form .smf-file-control--uploaded .smf-file-control__clear,
.l-page-entry .smf-form .smf-file-control--set .smf-file-control__clear {
  color: #121212;
  padding: 0 1.25rem;
}
.l-page-entry .smf-form .smf-file-control {
  gap: 0;
}
.l-page-entry .smf-file-control__clear {
  display: none !important;
}
.l-page-entry .smf-form .smf-file-control > label {
  gap: 2px;
}
.l-page-entry .smf-complete-content {
  margin-top: 16.75rem;
}
@media (max-width: 768px) {
  .l-page-entry .smf-complete-content {
    margin-top: 5.625rem;
  }
}
@media (max-width: 768px) {
  .l-page-entry .smf-form .smf-file-control__value {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .l-page-entry .snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
    padding: 0 0 1.25rem;
  }
}

.single-jobdescription {
  background: #242424;
}

.p-single-jobdescription {
  padding-bottom: 14.5rem;
}
@media (max-width: 768px) {
  .p-single-jobdescription {
    padding-bottom: 7.9375rem;
  }
}

@media (max-width: 768px) {
  .c-recruit-page-title-jobdescription {
    font-size: 4.875rem;
    line-height: 1;
  }
}

.c-recruit-page-subtitle-jobdescription {
  margin-bottom: 6.625rem;
}

.p-single-jobdescription__title {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-single-jobdescription__title {
    font-size: 0.9375rem;
  }
}

.p-single-jobdescription__position {
  font-size: 2.5rem;
  margin: 0.4375rem 0 3.75rem;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-single-jobdescription__position {
    font-size: 1.3125rem;
    margin: 0.625rem auto 6.75rem;
  }
}

.p-single-jobdescription__content-item-title {
  color: #FFFC50;
  width: 19.625rem;
  line-height: 2.3333333333;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-single-jobdescription__content-item-title {
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-single-jobdescription__content-item {
  border-bottom: 1px solid #747474;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .p-single-jobdescription__content-item {
    padding-bottom: 1.25rem;
  }
}

.c-btn.p-single-jobdescription__btn {
  margin: unset;
  margin-left: auto;
  margin-top: 4.375rem;
}

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