@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.p_top--contWrap {
  position: relative;
  background-color: #FFF8F8;
}

.p_top_fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p_top_fv {
    padding: 2rem;
  }
}
.p_top_fv_slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 2.75rem);
  height: calc(100svh - 2.75rem);
  padding: 1rem;
}
.p_top_fv_slider_wrap {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.p_top_fv_slider_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 7.8125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 81, 81, 0.6)), to(rgba(81, 81, 81, 0)));
  background: linear-gradient(180deg, rgba(81, 81, 81, 0.6) 0%, rgba(81, 81, 81, 0) 100%);
}
.p_top_fv_slider_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.08%, rgba(81, 81, 81, 0.6)), color-stop(99.92%, rgba(81, 81, 81, 0)));
  background: linear-gradient(0deg, rgba(81, 81, 81, 0.6) 0.08%, rgba(81, 81, 81, 0) 99.92%);
}
.p_top_fv_slider_imgWrap {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.p_top_fv_slider_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-0.625rem) scale(1.06);
          transform: translateX(-0.625rem) scale(1.06);
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p_top_fv_slider {
    height: 100%;
    padding: 2rem;
  }
  .p_top_fv_slider_wrap::before {
    width: 100%;
    height: 9.5625rem;
  }
  .p_top_fv_slider_imgWrap img {
    -webkit-transform: translateX(-0.625rem) scale(1.06);
            transform: translateX(-0.625rem) scale(1.06);
  }
}
.p_top_fv_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.p_top_fv_header_siteID {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.p_top_fv_header_siteID_text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.p_top_fv_header_siteID_mask {
  width: 5.6875rem;
}
.p_top_fv_header_siteID_mask::before {
  background-color: #fff;
}
.p_top_fv_header_siteID_ttl {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  padding-left: 0.75rem;
  border-left: solid 0.0625rem #fff;
}
.p_top_fv_header_menu {
  display: none;
}
@media screen and (min-width: 1160px) {
  .p_top_fv_header {
    padding: 2rem 2.5rem;
  }
  .p_top_fv_header_siteID {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p_top_fv_header_siteID_mask {
    width: 8rem;
  }
  .p_top_fv_header_siteID_ttl {
    font-size: 1.125rem;
    padding-left: 1rem;
  }
  .p_top_fv_header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.125rem 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.4375rem);
  }
  .p_top_fv_header_menu li {
    border-right: solid 0.0625rem #fff;
  }
  .p_top_fv_header_menu li:last-child {
    border-right: none;
  }
  .p_top_fv_header_menu li > a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1;
    text-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
    padding-inline: 1.5rem;
    display: inline-block;
  }
  .p_top_fv_header_hamburger {
    display: none;
  }
}
.p_top_fv_entry {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top_fv_entry {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0.375rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-box-shadow: -0.125rem 0 1.25rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: -0.125rem 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  }
  .p_top_fv_entry_item {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1rem;
    border-bottom: solid 0.0625rem rgba(255, 255, 255, 0.4);
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
  }
  .p_top_fv_entry_item:last-child {
    border-bottom: none;
  }
  .p_top_fv_entry_item_cat {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem 0;
  }
  .p_top_fv_entry_item_cat_label {
    color: inherit;
    font-family: "Geologica", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.6875rem;
    line-height: 1;
  }
  .p_top_fv_entry_item_cat_ttl {
    color: inherit;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
  }
  .p_top_fv_entry_item_cat_ico {
    width: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p_top_fv_entry_item_cat:hover .c_iconCirclePlusLine {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top_fv_entry_item_cat:hover .c_iconCirclePlusLine::before {
    opacity: 0;
  }
  .p_top_fv_entry_item_cat:hover .c_iconCirclePlusLine::after {
    opacity: 1;
  }
  .p_top_fv_entry_item_cat:hover .c_iconCircleArrowLine::before {
    opacity: 0;
  }
  .p_top_fv_entry_item_cat:hover .c_iconCircleArrowLine::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p_top_fv_entry_item_child {
    display: none;
    position: absolute;
    top: 1rem;
    right: 100%;
    min-width: 12.125rem;
    padding-right: 1.25rem;
  }
  .p_top_fv_entry_item_child_list {
    padding: 1.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1rem;
    border-radius: 0.5rem;
  }
  .p_top_fv_entry_item_child_list_item {
    position: relative;
  }
  .p_top_fv_entry_item_child_list_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
    background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
    background-size: 0.25rem 100%;
  }
  .p_top_fv_entry_item_child_list_item a, .p_top_fv_entry_item_child_list_item button {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 0 1rem;
  }
  .p_top_fv_entry_item_child_list_item_ico.c_iconCircleArrowLine {
    width: 1.25rem;
  }
  .p_top_fv_entry_item_child_list_item_ico.c_iconExlink {
    width: 0.75rem;
  }
}
.p_top_sv {
  width: 100vw;
  margin-top: 120svh;
  position: relative;
  z-index: 1;
}
.p_top_sv::before, .p_top_sv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
}
.p_top_sv::before {
  backdrop-filter: blur(1.375rem);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 100%);
}
.p_top_sv::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 81, 81, 0)), color-stop(16.32%, rgba(81, 81, 81, 0.56)), to(rgba(81, 81, 81, 0.7)));
  background: linear-gradient(180deg, rgba(81, 81, 81, 0) 0%, rgba(81, 81, 81, 0.56) 16.32%, rgba(81, 81, 81, 0.7) 100%);
}
.p_top_sv .gsap_mainCopyTrigger {
  display: block;
  height: 0;
}
.p_top_sv_cont {
  width: calc(100% - 4.5rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p_top_sv_cont_copyWrap {
  position: relative;
}
.p_top_sv_cont_copyWrap_copy {
  position: absolute;
  top: auto;
  left: auto;
  width: min(100vw, 18.75rem);
  height: auto;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.p_top_sv_cont_copyWrap_copy.is-fixed {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 8.75rem;
}
.p_top_sv_cont_copyWrap_copy .svg-pc path,
.p_top_sv_cont_copyWrap_copy .svg-sp path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  will-change: stroke-dashoffset, fill;
}
.p_top_sv_cont_copyWrap_copy {
  /* 初期チラ見え防止 */
}
.p_top_sv_cont_copyWrap_copy .svg-pc svg,
.p_top_sv_cont_copyWrap_copy .svg-sp svg {
  opacity: 0;
  visibility: hidden;
}
.p_top_sv_cont_copyWrap_copy .svg-pc svg.is-ready,
.p_top_sv_cont_copyWrap_copy .svg-sp svg.is-ready {
  opacity: 1;
  visibility: visible;
}
.p_top_sv_cont_copyWrap_copy .svg-pc {
  display: none;
}
.p_top_sv_cont_copyWrap_copy .svg-sp {
  display: block;
}
.p_top_sv_cont_leadWrap {
  padding-block: 9.375rem;
}
.p_top_sv_cont_leadWrap_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  margin-bottom: 1.625rem;
}
.p_top_sv_cont_leadWrap_block01 .row {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  white-space: nowrap;
}
.p_top_sv_cont_leadWrap_block01 .row > span {
  position: relative;
  display: inline-block;
  /* ▼ 下地：常に見える薄い白 */
  color: rgba(255, 255, 255, 0.3);
  /* ▼ reveal量（JSから操作） */
  --reveal: 100%;
  /* ===== 上レイヤー（opacity 1） ===== */
}
.p_top_sv_cont_leadWrap_block01 .row > span::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  background-position: var(--reveal) 0;
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}
.p_top_sv_cont_leadWrap_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.p_top_sv_cont_leadWrap_block02 .row {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.p_top_sv_cont_leadWrap_block02 .row > span {
  position: relative;
  display: inline-block;
  /* JSが更新する */
  --band: 100%;
  --text: 100%;
}
.p_top_sv_cont_leadWrap_block02 .row .bandMask {
  position: relative;
  display: inline-block;
  /* ★ここで帯の余白を好きに調整 */
  padding: 0.3em 0.45em;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  /* 帯の出現（右側を削っていく） */
  clip-path: inset(0 var(--band) 0 0);
  will-change: clip-path;
}
.p_top_sv_cont_leadWrap_block02 .row .bandText {
  position: relative;
  display: inline-block;
  /* 文字は最初 0 → 1（下地なし） */
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 白文字レイヤーを背景で作る（block01と同系） */
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  background-position: var(--text) 0;
  -webkit-background-clip: text;
  background-clip: text;
  will-change: background-position;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p_top_sv_cont {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-left: calc(min(40vw, 34.625rem) + 15%);
  }
  .p_top_sv_cont_copyWrap {
    position: absolute;
    top: 0;
    left: 4.375rem;
  }
  .p_top_sv_cont_copyWrap_copy {
    width: min(40vw, 34.625rem);
    height: auto;
  }
  .p_top_sv_cont_copyWrap_copy.is-fixed {
    position: fixed;
    bottom: 5.625rem;
  }
  .p_top_sv_cont_copyWrap_copy .svg-pc {
    display: block;
  }
  .p_top_sv_cont_copyWrap_copy .svg-sp {
    display: none;
  }
  .p_top_sv_cont_leadWrap {
    padding-right: 4.375rem;
    padding-top: 0;
    padding-bottom: 9.375rem;
  }
  .p_top_sv_cont_leadWrap_block01 {
    row-gap: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .p_top_sv_cont_leadWrap_block01 .row {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
  .p_top_sv_cont_leadWrap_block02 {
    row-gap: 0.75rem;
  }
  .p_top_sv_cont_leadWrap_block02 .row {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
}
.p_top_aboutus {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.p_top_aboutus_heading {
  position: relative;
  z-index: 0;
  padding-top: 2.125rem;
  margin-bottom: 2rem;
}
.p_top_aboutus_heading_jp {
  width: calc(100% - 3rem);
  margin-inline: auto;
}
.p_top_aboutus_heading_jp_wrap {
  max-width: 21.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  position: relative;
}
.p_top_aboutus_heading_jp_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7.3125rem;
  height: auto;
  aspect-ratio: 438/160;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/top/aboutus-character@2x.avif") type("image/avif") 2x, url("../images/top/aboutus-character@2x.webp") type("image/webp") 2x, url("../images/top/aboutus-character@2x.png") type("image/png") 2x);
  background-image: image-set(url("../images/top/aboutus-character@2x.avif") type("image/avif") 2x, url("../images/top/aboutus-character@2x.webp") type("image/webp") 2x, url("../images/top/aboutus-character@2x.png") type("image/png") 2x);
}
.p_top_aboutus_heading_jp_wrap .svg-row1 {
  width: 42%;
  height: auto;
  aspect-ratio: 134/33;
}
.p_top_aboutus_heading_jp_wrap .svg-row2 {
  width: 100%;
  height: auto;
  aspect-ratio: 158/17;
}
.p_top_aboutus_heading_jp_wrap .svg-row1 .st2,
.p_top_aboutus_heading_jp_wrap .svg-row2 .st2 {
  fill: #fff;
}
.p_top_aboutus_heading_en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0.16rem;
  opacity: 0.2;
}
.p_top_aboutus_cont {
  width: calc(100% - 3rem);
  margin-inline: auto;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.p_top_aboutus_cont_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_top_aboutus_cont_btn {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_top_aboutus_slide {
  position: relative;
}
.p_top_aboutus_slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FFF8F8;
}
.p_top_aboutus_slide_block {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.p_top_aboutus_slide_block_imgWrap {
  max-width: 11.25rem;
  height: auto;
  margin-inline: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p_top_aboutus_slide_block_imgWrap:nth-child(even) {
  margin-top: 3.125rem;
}
.p_top_aboutus_slide_block_imgWrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p_top_aboutus {
    padding-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p_top_aboutus_heading {
    padding-top: 5.625rem;
    margin-bottom: 3.125rem;
  }
  .p_top_aboutus_heading_jp {
    width: calc(100% - 15.5rem);
  }
  .p_top_aboutus_heading_jp_wrap {
    max-width: 49.5625rem;
    width: 90%;
    gap: 1.875rem 0;
  }
  .p_top_aboutus_heading_jp_wrap::before {
    top: 0;
    right: -20%;
    width: clamp(7.3125rem, 18vw, 13.75rem);
  }
  .p_top_aboutus_heading_jp_wrap .svg-row1 {
    width: 34%;
    height: auto;
    aspect-ratio: 134/33;
  }
  .p_top_aboutus_heading_jp_wrap .svg-row2 {
    width: 100%;
    height: auto;
    aspect-ratio: 158/17;
  }
  .p_top_aboutus_heading_en {
    font-size: clamp(4rem, 14vw, 10rem);
    letter-spacing: 0.4rem;
  }
  .p_top_aboutus_cont {
    width: calc(100% - 15.5rem);
    margin-bottom: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top_aboutus_cont_text {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p_top_aboutus_slide_block_imgWrap {
    max-width: 20.75rem;
    border-radius: 0.625rem;
  }
}
.p_top_whatwedo {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(94deg, #5D5D5D 0%, #7C7C7C 100%);
}
.p_top_whatwedo_bg {
  display: none;
}
.p_top_whatwedo_wrap {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
  padding-block: 4rem;
}
.p_top_whatwedo_wrap_heading {
  position: relative;
  z-index: 0;
  text-align: center;
}
.p_top_whatwedo_wrap_heading_jp {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.p_top_whatwedo_wrap_heading_jp > span {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p_top_whatwedo_wrap_heading_en {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 0.14rem;
  white-space: nowrap;
  opacity: 0.2;
}
.p_top_whatwedo_wrap_cont {
  padding-inline: 1.5rem;
}
.p_top_whatwedo_wrap_cont_text {
  color: #fff;
  margin-bottom: 1.5625rem;
}
.p_top_whatwedo_wrap_cont_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}
.p_top_whatwedo_wrap_cont_text p + p {
  margin-top: 1rem;
}
.p_top_whatwedo_wrap_cont_pict {
  position: relative;
  width: min(20rem, 100%);
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.p_top_whatwedo_wrap_cont_pict_item {
  position: absolute;
  z-index: 0;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 0;
}
.p_top_whatwedo_wrap_cont_pict_item > span {
  width: min(4.5625rem, 50%);
  height: auto;
  aspect-ratio: 1/1;
}
.p_top_whatwedo_wrap_cont_pict_item > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_top_whatwedo_wrap_cont_pict_item > p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.015rem;
}
.p_top_whatwedo_wrap_cont_pict_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/top/whatwedo-pict-circle.svg") center/contain no-repeat;
  -webkit-animation: rotateRight 20s linear infinite;
          animation: rotateRight 20s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p_top_whatwedo_wrap_cont_pict_item.is-pict01 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p_top_whatwedo_wrap_cont_pict_item.is-pict02 {
  bottom: 0;
  left: 0;
}
.p_top_whatwedo_wrap_cont_pict_item.is-pict03 {
  bottom: 0;
  right: 0;
}
.p_top_whatwedo_wrap_cont_btn {
  text-align: center;
}
.p_top_whatwedo_img_slider_imgWrap {
  width: 100%;
  max-width: 21.75rem;
  overflow: hidden;
  display: block;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p_top_whatwedo {
    overflow: hidden;
  }
  .p_top_whatwedo_bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 20%;
    max-width: 19.25rem;
    height: 100%;
    overflow: hidden;
  }
  .p_top_whatwedo_bg.is-left {
    left: 0;
  }
  .p_top_whatwedo_bg.is-left .infiniteslide_wrap {
    height: 100% !important;
  }
  .p_top_whatwedo_bg.is-right {
    right: 0;
  }
  .p_top_whatwedo_bg.is-right .infiniteslide_wrap {
    height: 100% !important;
  }
  .p_top_whatwedo_bg_slider {
    overflow: hidden;
  }
  .p_top_whatwedo_bg_slider_imgWrap {
    max-width: 21.75rem;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.6;
  }
  .p_top_whatwedo_bg_slider_imgWrap img {
    width: 100%;
    height: auto;
  }
  .p_top_whatwedo_wrap {
    width: 100%;
    gap: 2rem;
  }
  .p_top_whatwedo_wrap_heading_jp {
    font-size: 3rem;
  }
  .p_top_whatwedo_wrap_heading_en {
    font-size: 7.5rem;
  }
  .p_top_whatwedo_wrap_cont {
    padding-inline: 0;
  }
  .p_top_whatwedo_wrap_cont_text {
    margin-bottom: 2.5rem;
  }
  .p_top_whatwedo_wrap_cont_text p {
    text-align: center;
  }
  .p_top_whatwedo_wrap_cont_text p + p {
    margin-top: 1.125rem;
  }
  .p_top_whatwedo_wrap_cont_pict {
    width: min(34.625rem, 100%);
    aspect-ratio: 554/196;
    margin-bottom: 3.125rem;
  }
  .p_top_whatwedo_wrap_cont_pict_item {
    width: 35%;
  }
  .p_top_whatwedo_wrap_cont_pict_item > span {
    width: min(5.625rem, 50%);
  }
  .p_top_whatwedo_wrap_cont_pict_item > p {
    font-size: 0.9375rem;
  }
  .p_top_whatwedo_wrap_cont_pict_item.is-pict01 {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-140%, 0);
            transform: translate(-140%, 0);
  }
  .p_top_whatwedo_wrap_cont_pict_item.is-pict02 {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .p_top_whatwedo_wrap_cont_pict_item.is-pict03 {
    top: 0;
    left: 50%;
    -webkit-transform: translate(40%, 0);
            transform: translate(40%, 0);
  }
  .p_top_whatwedo_img {
    display: none;
  }
}
.p_top_interview {
  position: relative;
  padding-inline: 1.5rem;
  overflow: hidden;
}
.p_top_interview_wrap {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
  padding-block: 7.8125rem 4.875rem;
  overflow: visible;
}
.p_top_interview_wrap_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_top_interview_wrap_heading_jp {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.1;
  text-align: center;
}
.p_top_interview_wrap_heading_en {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 0.14rem;
  white-space: nowrap;
}
.p_top_interview_wrap_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}
.p_top_interview_wrap_cont_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}
.p_top_interview_wrap_cont_text p + p {
  margin-top: 1rem;
}
.p_top_interview_wrap_cont_btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top_interview_wrap {
    width: min(70.3125rem, 100%);
    gap: 3rem;
    padding-block: 8.75rem;
    overflow: hidden;
  }
  .p_top_interview_wrap_heading_jp {
    font-size: 2rem;
  }
  .p_top_interview_wrap_heading_en {
    font-size: 7.5rem;
  }
  .p_top_interview_wrap_cont {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "a a a b" "c c c c";
    gap: 3.625rem 1.25rem;
  }
  .p_top_interview_wrap_cont_text {
    grid-area: a;
  }
  .p_top_interview_wrap_cont_text p + p {
    margin-top: 1.125rem;
  }
  .p_top_interview_wrap_cont_slide {
    grid-area: c;
  }
  .p_top_interview_wrap_cont_btn {
    grid-area: b;
    text-align: right;
    padding-right: 0.9375rem;
  }
}
.p_top_work {
  position: relative;
  min-height: 31.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  overflow: hidden;
}
.p_top_work_wrap {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-block: 4.5rem 4rem;
}
.p_top_work_wrap_heading {
  position: relative;
  padding-inline: 1.5rem;
}
.p_top_work_wrap_heading_jp {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.1;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.p_top_work_wrap_heading_en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0.14rem;
  opacity: 0.2;
  white-space: nowrap;
}
.p_top_work_wrap_heading_text {
  color: #fff;
}
.p_top_work_wrap_heading_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
}
.p_top_work_wrap_heading_text p + p {
  margin-top: 1rem;
}
.p_top_work_wrap_feature {
  padding-inline: 1.5rem;
}
.p_top_work_wrap_feature_inn {
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p_top_work_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding-block: 6.8125rem 9.5625rem;
  }
  .p_top_work_wrap_heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: clamp(3rem, 3rem + 7rem * (100vw - 48rem) / 732, 10rem);
    margin-left: clamp(2rem, 4vw, 4rem);
  }
  .p_top_work_wrap_heading_jp {
    font-size: 3rem;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: clamp(1.125rem, 2vw, 1.875rem);
  }
  .p_top_work_wrap_heading_en {
    font-size: clamp(6.25rem, 12vw, 10rem);
    line-height: 0.7;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
    top: 0;
    right: 0;
    left: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .p_top_work_wrap_heading_text {
    font-size: 0.9375rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p_top_work_wrap_feature {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-right: solid 0.0625rem #fff;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 37.5rem;
  }
  .p_top_work_wrap_feature_inn {
    width: calc(100% - clamp(4rem, 8vw, 8rem));
  }
}

/* =========================
WORKLIFE
- SP: Swiper (text) + Swiper (image)
- PC: ScrollTrigger (pin image + bg) + scroll list
========================= */
.p_feature_pc {
  display: none;
}
.p_feature_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p_feature_pc {
    display: block;
  }
  .p_feature_sp {
    display: none;
  }
}

.p_feature_sp_card {
  margin-inline: auto;
  padding: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.p_feature_sp_card_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.p_feature_sp_card_img {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 357/233;
  margin-bottom: 1.75rem;
}
.p_feature_sp_card_img_imgWrap img {
  width: 100%;
}
.p_feature_sp_card_cont_slider {
  overflow: hidden;
}
.p_feature_sp_card_cont_slider_slide {
  padding-inline: 0.5rem;
}
.p_feature_sp_card_cont_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin-bottom: 1.25rem;
}
.p_feature_sp_card_cont_heading_ttl_en {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 0.5rem;
}
.p_feature_sp_card_cont_heading_ttl_jp {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
.p_feature_sp_card_cont_heading_ico {
  width: 2.5rem;
  display: block;
  margin-inline: auto 0;
  background: #fff;
  -webkit-box-shadow: 0.05rem 0.05rem 0.675rem 0 rgba(81, 81, 81, 0.15);
          box-shadow: 0.05rem 0.05rem 0.675rem 0 rgba(81, 81, 81, 0.15);
}
.p_feature_sp_card_cont_desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0.5rem;
}

.p_feature_pc {
  --pf-item-h: auto;
  --pf-pad-y: 1.125rem;
  position: relative;
  z-index: 0;
}
.p_feature_pc_inner {
  position: relative;
  display: grid;
  grid-template-columns: 40% 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p_feature_pc_pinGroup {
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 100%;
  height: var(--pf-item-h);
}
.p_feature_pc_panelBg {
  width: 250%;
  height: var(--pf-item-h);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(0.625rem);
  pointer-events: none;
}
.p_feature_pc_images {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--pf-item-h);
  padding: var(--pf-pad-y);
}
.p_feature_pc_imgWrap {
  position: absolute;
  inset: var(--pf-pad-y);
  width: auto;
  height: auto;
  opacity: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p_feature_pc_imgWrap.is-active {
  opacity: 1;
}
.p_feature_pc_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_feature_pc_list {
  position: relative;
  z-index: 1;
}
.p_feature_pc_item {
  height: var(--pf-item-h);
  min-height: 13.75rem;
}
.p_feature_pc_item_inn {
  height: 100%;
  padding-inline: 1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(1.25rem, 2vw, 2.5rem);
}
.p_feature_pc_item_inn_text_en {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.125rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0.14rem;
  margin-bottom: 0.5rem;
}
.p_feature_pc_item_inn_text_jp {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}
.p_feature_pc_item_inn_text_desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: justify;
}
.p_feature_pc_item_inn_ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(2.5rem, 5vw, 4.875rem);
}
.p_feature_pc_item_inn_ico_hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.p_feature_pc_lineTrigger, .p_feature_pc_endTrigger {
  display: block;
  height: 0;
}
@media (max-width: 767px) {
  .p_feature_pc {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */