@charset "UTF-8";
:root {
  --m-blue: #1F01FF;
  --m-white: #FFFFFF;
  --m-yellow: #DDFE00;
  --m-black: #000000;
}

/*reset css*/
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
figcaption {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div,
section,
article,
figure,
picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html,
body {
  cursor: none; /* 標準カーソルを隠す */
  font-size: 62.5%;
  color: #fff;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
}
body.is_disable {
  pointer-events: none;
}

a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 2.6666666667vw;
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 0.6944444444vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  font-size: 1.6rem;
  line-height: 1;
  background: #1F01FF;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
img,
svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  cursor: none;
}

/* フォーム要素はUAスタイルで cursor:default が当たるためカスタムカーソルを維持するよう上書き */
button,
label,
input,
select,
textarea,
summary {
  cursor: none;
}

/* Swiper のデフォルトカーソル（pointer/move）を無効化してカスタムカーソルを維持 */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: none;
}

.ly_inner {
  margin: 0 auto;
  padding: 0 2rem;
  width: 164rem;
}
@media (max-width: 767px) {
  .ly_inner {
    width: 100%;
  }
}

.ly_inner_s {
  margin: 0 auto;
  padding: 0 2rem;
  width: 124rem;
}
@media (max-width: 767px) {
  .ly_inner_s {
    width: 100%;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

footer {
  margin-top: -1px;
}

.c_en_inter {
  font-family: "Inter", sans-serif;
}

.c_en_i {
  font-family: "Inter", sans-serif;
  font-style: italic;
}

.c_en_jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.c_en_ac {
  font-family: "acumin-pro-extra-condensed", "Noto Sans JP", sans-serif;
  font-style: normal;
}

.c_en_ac {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-style: normal;
}

.c_fw_bold {
  font-weight: bold;
}
.c_fw_bold * {
  font-weight: bold;
}

.c_lineTxt_line {
  width: 8rem;
  height: 0.4rem;
  background: #414141;
  display: block;
}
@media (max-width: 767px) {
  .c_lineTxt_line {
    width: 6rem;
    height: 0.2rem;
  }
}
.c_lineTxt_txt {
  margin-top: 2.7rem;
  display: block;
}
@media (max-width: 767px) {
  .c_lineTxt_txt {
    margin-top: 2rem;
  }
}

.c_txt14 {
  font-size: 1.4rem;
  line-height: 1.8;
}

.c_txt13 {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c_txt13 {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

.c_txt13_13 {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c_txt13_13 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.c_txt13_8 {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt13_8 {
    font-size: 1.4rem;
  }
}

.c_txt16 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt16 {
    font-size: 1.4rem;
  }
}

.c_txt16_8 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c_txt16_8 {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.c_heading {
  font-size: 15.2rem;
  letter-spacing: -0.032em;
}
@media (max-width: 767px) {
  .c_heading {
    font-size: 5.6rem;
  }
}

.fc_pink {
  color: #F122F9;
}

.fw_bold {
  font-weight: bold;
}

.errorPage {
  padding: 24rem 0 26rem;
  width: 100vw;
  text-align: center;
}
.errorPage h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 2;
}
.errorPage p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
.errorPage a {
  text-align: center;
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: center;
}

.c_link_btn {
  --btn-color: var(--m-yellow);
  --btn-hover-color: var(--m-blue);
  --btn-hover-bg: var(--m-yellow);
  width: fit-content;
  padding: 1rem 3.2rem;
  color: var(--btn-color);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  border-radius: 4rem;
  font-weight: bold;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
.c_link_btn_arrow {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  overflow: hidden;
}
.c_link_btn_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_link_btn_arrow_after {
  transform: translate(-100%, 100%);
}
.c_link_btn.__blue {
  --btn-color: var(--m-blue);
}
.c_link_btn:hover {
  background: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.c_link_btn:hover .c_link_btn_arrow_before {
  transform: translate(100%, -100%);
}
.c_link_btn:hover .c_link_btn_arrow_after {
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .c_link_btn {
    background: var(--btn-hover-bg);
    color: var(--btn-hover-color);
  }
  .c_link_btn .c_link_btn_arrow_before {
    transform: translate(100%, -100%);
  }
  .c_link_btn .c_link_btn_arrow_after {
    transform: translate(0, 0);
  }
}
.c_link_btn_arrow svg path {
  stroke: currentColor;
}

.c_link_btn[data-color=blue] {
  --btn-color: var(--m-blue);
}

.c_link_btn[data-color=yellow] {
  --btn-color: var(--m-yellow);
}

.c_link_btn[data-color=white] {
  --btn-color: var(--m-white);
}

.c_link_btn[data-color=black] {
  --btn-color: var(--m-black);
}

.c_link_btn[data-hover-color=blue] {
  --btn-hover-color: var(--m-blue);
}

.c_link_btn[data-hover-color=yellow] {
  --btn-hover-color: var(--m-yellow);
}

.c_link_btn[data-hover-color=white] {
  --btn-hover-color: var(--m-white);
}

.c_link_btn[data-hover-color=black] {
  --btn-hover-color: var(--m-black);
}

.c_link_btn[data-hover-bg=blue] {
  --btn-hover-bg: var(--m-blue);
}

.c_link_btn[data-hover-bg=yellow] {
  --btn-hover-bg: var(--m-yellow);
}

.c_link_btn[data-hover-bg=white] {
  --btn-hover-bg: var(--m-white);
}

.c_link_btn[data-hover-bg=black] {
  --btn-hover-bg: var(--m-black);
}

.c_mouseStoker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .c_mouseStoker {
    display: none;
  }
}
.c_mouseStoker_el {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.c_mouseStoker_el:nth-of-type(2) {
  opacity: 0.9;
}
.c_mouseStoker_el:nth-of-type(3) {
  opacity: 0.8;
}
.c_mouseStoker_el:nth-of-type(4) {
  opacity: 0.7;
}
.c_mouseStoker_el:nth-of-type(5) {
  opacity: 0.6;
}
.c_mouseStoker_el:nth-of-type(6) {
  opacity: 0.5;
}
.c_mouseStoker_el:nth-of-type(7) {
  opacity: 0.4;
}
.c_mouseStoker_el:nth-of-type(8) {
  opacity: 0.3;
}
.c_mouseStoker_el:nth-of-type(9) {
  opacity: 0.2;
}

.c_mouseStoker_ball {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2000;
  opacity: 1;
  background: #fff;
  mix-blend-mode: difference; /* 好みで */
  transform: none;
  will-change: transform;
}

.l_lenis {
  width: 100vw;
  height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mwform-file-delete {
  font-size: 3rem;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: difference;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .c_header {
    mix-blend-mode: unset;
  }
}
.c_header_logo {
  width: 4rem;
}
.c_header_menuButton {
  width: fit-content;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border-radius: 3.5rem;
}
.c_header_menuButton > svg {
  width: 0.7rem;
}
.c_header_menuButton_txt {
  font-size: 1.6rem;
  color: var(--m-blue);
  letter-spacing: 0.03em;
}
.c_header_menu {
  position: fixed;
  top: 2.8rem;
  right: 2rem;
  background: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  padding: 5rem 5rem 5.8rem 7rem;
  gap: 4rem 0;
  z-index: 9999;
  clip-path: inset(0 0 100% 100%);
  will-change: clip-path;
  visibility: hidden;
}
@media (max-width: 767px) {
  .c_header_menu {
    top: 2rem;
    right: 1rem;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    gap: 3.2rem 0;
  }
}
.c_header_menu.is_open {
  visibility: visible;
}
.c_header_menu_link {
  font-size: 1.6rem;
  color: var(--m-blue);
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  width: fit-content;
}
.c_header_menu_link.__out a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c_header_menu_link.__out a svg {
  width: 2.4rem;
}
.c_header_menu_link.is_current > a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--m-blue);
  position: absolute;
  top: 50%;
  left: -2rem;
  border-radius: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
.c_header_menu_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}
.c_header_menu_close::before, .c_header_menu_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: var(--m-blue);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  border-radius: 0.1rem;
}
.c_header_menu_close::after {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}
.c_header_submenu {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem 0;
  padding-left: 1.6rem;
}
.c_header_submenu a {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.c_header_submenu a.__outLink {
  display: inline-flex;
  align-items: center;
  gap: 0 2rem;
}
.c_header_submenu a.__outLink svg {
  width: 2.4rem;
}

.c_footer {
  padding: 10rem 4rem 6.4rem;
  background: var(--m-blue);
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .c_footer {
    padding: 4.8rem 0 7rem;
  }
}
.c_footer_links {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .c_footer_links {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5.6rem 0;
  }
}
.c_footer_links_item {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c_footer_links_item {
    font-size: 2rem;
  }
}
.c_footer_links_item.__out > a {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
@media (max-width: 767px) {
  .c_footer_links_item.__out > a {
    gap: 0 0.8rem;
  }
}
.c_footer_links_item.__out > a svg {
  width: 2.4rem;
}
.c_footer_links_item > a {
  position: relative;
}
.c_footer_links_item > a::before, .c_footer_links_item > a::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-duration: 0.2s;
}
.c_footer_links_item > a::before {
  content: "(";
  left: -1.2rem;
}
.c_footer_links_item > a::after {
  content: ")";
  right: -1.2rem;
}
.c_footer_links_item > a:hover::before, .c_footer_links_item > a:hover::after {
  opacity: 1;
}
.c_footer_links_item > span {
  position: relative;
}
.c_footer_submenu {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media (max-width: 767px) {
  .c_footer_submenu {
    margin-top: 3.2rem;
    align-items: center;
    justify-content: center;
  }
}
.c_footer_submenu_item a {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .c_footer_submenu_item a {
    text-align: center;
  }
}
.c_footer_submenu_item a.__outLink {
  display: inline-flex;
  align-items: center;
  gap: 0 0.4rem;
}
.c_footer_submenu_item a.__outLink svg {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .c_footer_submenu_item a.__outLink svg {
    width: 1.8rem;
  }
}
.c_footer_submenu_item a::before, .c_footer_submenu_item a::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-duration: 0.2s;
}
.c_footer_submenu_item a::before {
  content: "(";
  left: -1.2rem;
}
.c_footer_submenu_item a::after {
  content: ")";
  right: -1.2rem;
}
.c_footer_submenu_item a:hover::before, .c_footer_submenu_item a:hover::after {
  opacity: 1;
}
.c_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9.5rem;
}
@media (max-width: 767px) {
  .c_footer_bottom {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem 0;
  }
}
.c_footer_sns {
  display: flex;
  align-items: center;
  gap: 0 4.8rem;
}
@media (max-width: 767px) {
  .c_footer_sns {
    gap: 0 2.4rem;
  }
}
.c_footer_sns_ic {
  width: auto;
  height: 3.2rem;
}
.c_footer_sns_ic svg {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .c_footer_sns_ic {
    height: 2.4rem;
  }
}
.c_footer_sns_ic.__note {
  width: 11.6rem;
  height: auto;
}
.c_footer_sns_ic.__note svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c_footer_sns_ic.__note {
    width: 10rem;
    height: auto;
  }
}
.c_footer_txtLinks {
  display: flex;
  gap: 0 2.4rem;
}
@media (max-width: 767px) {
  .c_footer_txtLinks {
    margin-top: 4.8rem;
  }
}
.c_footer_txtLinks a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c_footer_txtLinks a {
    font-size: 1.6rem;
  }
}
.c_footer_copy {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 400;
  position: fixed;
  bottom: 1.6rem;
  right: 2.4rem;
  z-index: 100;
  mix-blend-mode: difference;
  opacity: 0;
}
@media (max-width: 767px) {
  .c_footer_copy {
    bottom: 1.6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.2rem;
  }
}
.c_footer_logo {
  display: block;
  width: 100%;
  margin-top: 3.2rem;
}

.c_mv {
  padding: 16rem 2rem 0;
}
@media (max-width: 767px) {
  .c_mv {
    padding: 14rem 0 0;
  }
}
.c_mv_ttl {
  width: 100%;
}

.c_breadcrumb {
  margin-top: 9.4rem;
}
@media (max-width: 767px) {
  .c_breadcrumb {
    margin-top: 4rem;
  }
}
.c_breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  padding: 0 8rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c_breadcrumb_list {
    gap: 0.8rem 0.2rem;
    padding: 0 2.4rem;
  }
}
.c_breadcrumb_item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  .c_breadcrumb_item {
    font-size: 1.2rem;
  }
}
.c_breadcrumb_item:not(:first-of-type)::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%208L14%2012L10%2016%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c_breadcrumb_item:not(:first-of-type)::before {
    width: 2rem;
    height: 2rem;
  }
}
.c_breadcrumb_item a {
  text-decoration: underline;
}
.sb_wrapper > .c_section:first-child {
  padding-top: 0;
}

.c_section {
  padding: 20rem 8rem;
  position: relative;
}
.p_member .c_section, .p_news .c_section, .p_blog .c_section {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .c_section {
    padding: 10rem 2.4rem;
  }
}
.c_section[data-bg=blue] {
  background: var(--m-blue);
}
.c_section[data-bg=yellow] {
  background: var(--m-yellow);
}
.c_section[data-col=white] {
  color: var(--m-white);
}
.c_section[data-col=blue] {
  color: var(--m-blue);
}
.c_section[data-col=yellow] {
  color: var(--m-yellow);
}

.c_heading {
  margin: 0 auto;
}
.c_heading[data-svg-text=OUTLINE] {
  width: 60.9rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=OUTLINE] {
    width: 26.2rem;
  }
}
.c_heading[data-svg-text=RATE-LINEKEDPAY] {
  width: 75.7rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=RATE-LINEKEDPAY] {
    width: 32rem;
  }
}
.c_heading[data-svg-text=PROJECTCHOICE] {
  width: 88.6rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=PROJECTCHOICE] {
    width: 25.7rem;
  }
}
.c_heading[data-svg-text=SALESSTAFFWITHENGINEERING] {
  width: 93rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=SALESSTAFFWITHENGINEERING] {
    width: 100%;
  }
}
.c_heading[data-svg-text=ACCESS] {
  width: 55rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=ACCESS] {
    width: 32rem;
  }
}
.c_heading[data-svg-text=MESSAGE] {
  width: 68.6rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=MESSAGE] {
    width: 30rem;
  }
}
.c_heading[data-svg-text=SOLUTIONS] {
  width: 72.9rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=SOLUTIONS] {
    width: 32.5rem;
  }
}
.c_heading[data-svg-text=WHYCHOOSELEGAREA] {
  width: 71rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=WHYCHOOSELEGAREA] {
    width: 30rem;
  }
}
.c_heading[data-svg-text=FLOW] {
  width: 39.8rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=FLOW] {
    width: 23.7rem;
  }
}
.c_heading[data-svg-text=OURTRACKRECORDS] {
  width: 89.6rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=OURTRACKRECORDS] {
    width: 100%;
  }
}
.c_heading[data-svg-text=CLIENTPORTFOLIO] {
  width: 91rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=CLIENTPORTFOLIO] {
    width: 100%;
  }
}
.c_heading[data-svg-text=SERVICEAREAS] {
  width: 86.8rem;
}
@media (max-width: 767px) {
  .c_heading[data-svg-text=SERVICEAREAS] {
    width: 100%;
  }
}

.c_heading_jp {
  text-align: center;
  margin-top: 8rem;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_heading_jp {
    font-size: 2rem;
    margin-top: 4.8rem;
  }
}

.c_heading_jp_l {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--m-yellow);
}
@media (max-width: 767px) {
  .c_heading_jp_l {
    font-size: 2.4rem;
    margin-top: 0;
    text-align: left;
  }
}

.c_txt_24_u_alC {
  font-size: 2.4rem;
  margin-top: 8rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_txt_24_u_alC {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 4.4rem;
  }
}

.c_txt_24_20_u_alC {
  font-size: 2.4rem;
  margin-top: 8rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_txt_24_20_u_alC {
    text-align: left;
    font-size: 2rem;
    margin-top: 4.8rem;
  }
}

.c_txt_20_alL {
  font-size: 1.6rem;
  margin: 5rem auto 0;
  line-height: 2;
  width: 84rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_txt_20_alL {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}

.c_txt_20_alC {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_txt_20_alC {
    margin-top: 4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p_service_listArea + .c_txt_20_alC {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .p_service_listArea + .c_txt_20_alC {
    margin-top: 3rem;
  }
}

.c_media_630 {
  width: 63rem;
  margin: 7.4rem auto 0;
  aspect-ratio: 630/360;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_media_630 {
    width: 100%;
    margin: 3.2rem auto 0;
  }
}
.c_media_630 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_grid {
  border-top: 0.2rem solid var(--m-yellow);
}
.c_grid_blk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 0.2rem solid var(--m-yellow);
}
@media (max-width: 767px) {
  .c_grid_blk {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c_grid_item {
  position: relative;
  padding: 12.8rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (min-width: 768px) {
  .c_grid_item:nth-child(odd) {
    border-right: 0.2rem solid var(--m-yellow);
  }
}
@media (max-width: 767px) {
  .c_grid_item {
    padding: 10.8rem 0 8.2rem;
  }
  .c_grid_item:nth-child(even) {
    border-top: 0.2rem solid var(--m-yellow);
  }
}
.c_grid_item:hover {
  background: var(--m-yellow);
  color: var(--m-blue);
}
.c_grid_item:hover .c_grid_item_arrow svg path {
  stroke: var(--m-blue);
}
.c_grid_item:hover .c_grid_item_arrow_before {
  transform: translate(100%, -100%);
}
.c_grid_item:hover .c_grid_item_arrow_after {
  transform: translate(0, 0);
}
.c_grid_item:hover .c_grid_item_ttl {
  color: var(--m-blue);
}
.c_grid_item:hover .c_grid_item_pageTtl {
  color: var(--m-blue);
}
.c_grid_item:hover .c_grid_item_position {
  border-color: var(--m-blue);
}
.c_grid_item_arrow {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 5rem;
  right: 3.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_grid_item_arrow {
    top: 2.8rem;
    right: 2.4rem;
  }
}
.c_grid_item_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_grid_item_arrow_after {
  transform: translate(-100%, 100%);
}
.c_grid_item_thumb {
  width: 32rem;
  aspect-ratio: 1/1;
  position: relative;
}
.c_grid_item_thumb.__1_1 {
  width: 32rem;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c_grid_item_thumb.__1_1 {
    width: 15.6rem;
  }
}
.c_grid_item_thumb.__460_260 {
  width: 46rem;
  aspect-ratio: 460/260;
}
@media (max-width: 767px) {
  .c_grid_item_thumb.__460_260 {
    width: 25.5rem;
  }
}
.c_grid_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_grid_item_thumbInner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_grid_item_thumbInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_grid_item_pageTtl {
  width: 46rem;
  margin: 3.6rem auto 0;
  font-size: 2rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_grid_item_pageTtl {
    width: 25.5rem;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
    margin-top: 1.2rem;
  }
}
.c_grid_item_ttl {
  position: absolute;
  top: 24rem;
  left: -13.5rem;
  font-size: 4rem;
  color: var(--m-yellow);
  line-height: 1.3;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_grid_item_ttl {
    top: 11rem;
    left: -8.6rem;
    font-size: 2.4rem;
  }
}
.c_grid_item_arrow {
  position: absolute;
}
.c_grid_item_arrow svg path {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_grid_item_metaArea {
  position: absolute;
  top: 4.2rem;
  left: 3.2rem;
}
@media (max-width: 767px) {
  .c_grid_item_metaArea {
    top: 3.2rem;
    left: 2.4rem;
  }
}
.c_grid_item_name {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_grid_item_position {
  border: 0.2rem solid var(--m-yellow);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 3.2rem;
  width: fit-content;
  padding: 1.2rem 1.6rem;
  display: block;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_grid_item_position {
    font-size: 1.3rem;
    padding: 0.85rem 1.2rem;
    margin-top: 2.4rem;
  }
}
.c_grid_item_cat {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c_grid_item_cat {
    font-size: 1.8rem;
  }
}
.c_grid_item_day {
  font-size: 1.4rem;
  position: absolute;
  bottom: 8rem;
  right: 1rem;
  transform: rotate(90deg);
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_grid_item_day {
    transform: unset;
    bottom: 2.4rem;
    right: 1.6rem;
  }
}
.p_news .c_grid .c_grid_item {
  padding: 12rem 0 5rem;
}
@media (max-width: 767px) {
  .p_news .c_grid .c_grid_item {
    padding: 8.4rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .p_news .c_grid .c_grid_item_arrow {
    top: 3.2rem;
  }
}

.c_modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: var(--m-blue);
  background: var(--m-yellow);
  clip-path: inset(100% 0 0 0);
}
.c_modal_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 8rem;
  padding: 18.5185185185vh 16rem 14.8148148148vh;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c_modal_inner {
    flex-direction: column;
    gap: 2rem 0;
    padding: 8rem 2.4rem 8rem;
    overflow-y: auto;
  }
  .c_modal_inner::-webkit-scrollbar {
    width: 0.6rem;
  }
  .c_modal_inner::-webkit-scrollbar-track {
    background: var(--m-yellow);
    border-radius: 9999px;
  }
  .c_modal_inner::-webkit-scrollbar-thumb {
    background: var(--m-blue);
    border-radius: 9999px;
  }
}
.c_modal_img {
  width: 38rem;
  flex: 0 0 38rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_modal_img {
    width: 100%;
    flex: 0 0 auto;
  }
}
.c_modal_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_modal_body {
  overflow-y: scroll;
  height: 100%;
  padding-right: 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: var(--m-blue) var(--m-yellow);
}
@media (max-width: 767px) {
  .c_modal_body {
    overflow: unset;
    padding-right: 0;
    height: auto;
  }
}
.c_modal_body::-webkit-scrollbar {
  width: 1.2rem;
}
.c_modal_body::-webkit-scrollbar-track {
  background: var(--m-yellow);
  border: 0.2rem solid var(--m-blue);
  border-radius: 9999px;
}
.c_modal_body::-webkit-scrollbar-thumb {
  background: var(--m-blue);
  border-radius: 9999px;
  border: 0.2rem solid var(--m-yellow);
}
.c_modal_ttl {
  font-weight: bold;
  font-size: 5.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c_modal_ttl {
    font-size: 2.4rem;
  }
}
.c_modal_meta {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .c_modal_meta {
    margin-top: 2.4rem;
  }
}
.c_modal_posi {
  padding: 1.2rem 1.6rem;
  border: 0.2rem solid var(--m-blue);
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_modal_posi {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
.c_modal_name {
  font-size: 4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c_modal_name {
    font-size: 3.2rem;
  }
}
.c_modal_head {
  margin-top: 6rem;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c_modal_head {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
}
.c_modal_desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_modal_desc {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.c_modal_desc + .c_modal_head {
  margin-top: 5.1rem;
}
@media (max-width: 767px) {
  .c_modal_desc + .c_modal_head {
    margin-top: 4rem;
  }
}
.c_modal_type {
  width: auto;
  height: 91.2037037037vh;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c_modal_type {
    height: 80vh;
    height: 70vh;
    transform: unset;
    top: 0;
  }
}
.c_modal_type svg {
  width: auto;
  height: 100%;
}
.c_modal_close {
  width: 4.8rem;
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .c_modal_close {
    width: 3.2rem;
    top: 2.4rem;
    right: 2.4rem;
  }
}

.c_catLinks {
  display: flex;
  justify-content: center;
  gap: 0 8rem;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .c_catLinks {
    margin-bottom: 7rem;
    gap: 0 1.6rem;
  }
}
.c_catLinks li {
  color: var(--m-white);
  font-size: 2.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .c_catLinks li {
    font-size: 1.4rem;
  }
}
.c_catLinks li.is_current::before {
  opacity: 1;
}
.c_catLinks li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: var(--m-yellow);
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-duration: 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .c_catLinks li::before {
    width: 0.4rem;
    height: 0.4rem;
    bottom: -2rem;
  }
}
.c_atcl {
  color: var(--m-white);
}
@media (max-width: 767px) {
  .c_atcl .c_breadcrumb {
    margin-top: 9rem;
  }
}
.c_atcl_header {
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .c_atcl_header {
    padding: 0 2.4rem;
  }
}
.c_atcl_cat {
  margin-top: 12rem;
  padding: 1.2rem 1.6rem;
  border: 0.2rem solid var(--m-yellow);
  color: var(--m-yellow);
  display: block;
  width: fit-content;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_atcl_cat {
    padding: 0.6rem 1.2rem;
    margin-top: 4rem;
  }
}
.c_atcl_ttl {
  font-size: 8rem;
  margin-top: 4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_atcl_ttl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.c_atcl_meta {
  margin-top: 8rem;
  display: flex;
  gap: 0 3.2rem;
}
@media (max-width: 767px) {
  .c_atcl_meta {
    margin-top: 2rem;
  }
}
.c_atcl_date {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c_atcl_date::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%204.66667V8H11.3333M8%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208C14%2011.3137%2011.3137%2014%208%2014Z%22%20stroke%3D%22%23E0FE00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}
.c_atcl_update {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c_atcl_update::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6.66602%2010.6667H3.33268V14M9.33268%205.33333H12.666V2M3.05469%206.00227C3.42848%205.07711%204.05431%204.27536%204.86105%203.68815C5.66779%203.10094%206.62392%202.75168%207.61918%202.68034C8.61445%202.609%209.60917%202.81827%2010.4914%203.28441C11.3737%203.75055%2012.1068%204.45503%2012.6088%205.31742M12.9444%209.99805C12.5706%2010.9232%2011.9448%2011.725%2011.138%2012.3122C10.3313%2012.8994%209.37613%2013.2482%208.38086%2013.3195C7.38559%2013.3909%206.39006%2013.1816%205.50781%2012.7155C4.62557%2012.2494%203.8919%2011.545%203.38997%2010.6826%22%20stroke%3D%22%23E0FE00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}
.c_atcl_wrapper {
  border-top: 0.2rem solid var(--m-white);
  padding: 12rem 30rem 0;
  margin-top: 7.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .c_atcl_wrapper {
    margin-top: 4rem;
    padding: 4.8rem 2.4rem 0;
  }
}
.c_atcl_thumb {
  width: 100%;
  aspect-ratio: 840/480;
}
.c_atcl_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_atcl_content {
  color: var(--m-white);
}
@media (max-width: 767px) {
  .c_atcl_content {
    margin-top: 2.8rem;
  }
}
.c_atcl_content h2 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.6rem;
  margin: 3.2rem 0 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c_atcl_content h2 {
    font-size: 2.2rem;
    margin-top: 2.4rem;
    padding-bottom: 0.8rem;
  }
}
.c_atcl_content h2::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: var(--m-yellow);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c_atcl_content h2::before {
    height: 0.4rem;
  }
}
.c_atcl_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 2.4rem;
  margin: 2.4rem 0 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c_atcl_content h3 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    padding-left: 1.6rem;
  }
}
.c_atcl_content h3::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: var(--m-yellow);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c_atcl_content h3::before {
    width: 0.4rem;
  }
}
.c_atcl_content h4,
.c_atcl_content h5,
.c_atcl_content h6 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c_atcl_content h4,
  .c_atcl_content h5,
  .c_atcl_content h6 {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.c_atcl_content p {
  font-size: 1.6rem;
  margin: 1.6rem 0 0 0;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .c_atcl_content p {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.c_atcl_content strong {
  font-weight: bold;
}
.c_atcl_content em {
  font-style: normal;
  background: var(--m-yellow);
  color: var(--m-blue);
  padding: 0.1rem 0.4rem;
  font-weight: bold;
}
.c_atcl_content u {
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.2rem;
}
.c_atcl_content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c_atcl_content ul,
.c_atcl_content ol {
  margin: 4rem 0 0 0;
  list-style-position: outside;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .c_atcl_content ul,
  .c_atcl_content ol {
    margin-top: 2.4rem;
    padding-left: 1.8rem;
  }
}
.c_atcl_content ul {
  list-style-type: square;
}
.c_atcl_content ul li {
  list-style-type: square;
}
.c_atcl_content ol {
  list-style-type: decimal;
}
.c_atcl_content ol li {
  list-style-type: decimal;
  padding-left: 0.2rem;
}
.c_atcl_content li {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c_atcl_content li {
    font-size: 1.4rem;
  }
}
.c_atcl_content li::marker {
  color: var(--m-yellow);
  font-weight: 500;
}
.c_atcl_content li + li {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c_atcl_content li + li {
    margin-top: 1rem;
  }
}
.c_atcl_content figure {
  overflow: hidden;
  margin: 2.4rem 0 0;
}
@media (max-width: 767px) {
  .c_atcl_content figure {
    margin-top: 1.6rem;
  }
}
.c_atcl_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.2rem 0 1.6rem;
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .c_atcl_bottom {
    flex-direction: column-reverse;
    padding: 0 1.6rem 0 2.4rem;
    margin-top: 6.4rem;
  }
}
.c_atcl_bottom_ttl {
  font-size: 43.6rem;
  color: var(--m-yellow);
  letter-spacing: -0.03em;
  line-height: 0.75;
}
@media (max-width: 767px) {
  .c_atcl_bottom_ttl {
    font-size: 14rem;
    margin-top: 2.4rem;
  }
}
.c_atcl_bottom_link {
  margin-top: 2rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_atcl_bottom_link {
    width: fit-content;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.c_atcl_bottom_link_arrow {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_atcl_bottom_link_arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c_atcl_bottom_link_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_atcl_bottom_link_arrow_after {
  transform: translate(-100%, 100%);
}
.c_atcl_bottom_link:hover {
  color: var(--m-yellow);
}
.c_atcl_bottom_link:hover .c_atcl_bottom_link_arrow svg path {
  stroke: var(--m-yellow);
}
.c_atcl_bottom_link:hover .c_atcl_bottom_link_arrow_before {
  transform: translate(100%, -100%);
}
.c_atcl_bottom_link:hover .c_atcl_bottom_link_arrow_after {
  transform: translate(0, 0);
}
.c_atcl_recommend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6.4rem;
  border-top: 0.2rem solid var(--m-white);
  border-bottom: 0.2rem solid var(--m-white);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .c_atcl_recommend {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
}
.c_atcl_recommend_arrow {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 5rem;
  right: 3.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c_atcl_recommend_arrow {
    top: 2.9rem;
    right: 2.4rem;
  }
}
.c_atcl_recommend_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.c_atcl_recommend_arrow_after {
  transform: translate(-100%, 100%);
}
.c_atcl_recommend_link {
  position: relative;
  padding: 4.8rem 3.2rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  position: relative;
}
@media (max-width: 767px) {
  .c_atcl_recommend_link {
    padding: 8rem 6rem 5rem;
  }
}
.c_atcl_recommend_link + .c_atcl_recommend_link {
  border-left: 0.2rem solid var(--m-white);
}
@media (max-width: 767px) {
  .c_atcl_recommend_link + .c_atcl_recommend_link {
    border-left: none;
    border-top: 0.2rem solid var(--m-white);
  }
}
@media (min-width: 768px) {
  .c_atcl_recommend_link:hover {
    background: var(--m-yellow);
    color: var(--m-blue);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_arrow svg path {
    stroke: var(--m-blue);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_arrow_before {
    transform: translate(100%, -100%);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_arrow_after {
    transform: translate(0, 0);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_ttl {
    color: var(--m-blue);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_tag {
    color: var(--m-yellow);
    background: var(--m-blue);
  }
  .c_atcl_recommend_link:hover .c_atcl_recommend_date {
    border-color: var(--m-blue);
  }
}
.c_atcl_recommend_tag {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1.6rem 2.8rem;
  background: var(--m-yellow);
  color: var(--m-blue);
  display: block;
  width: fit-content;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_atcl_recommend_tag {
    position: absolute;
    background: unset;
    padding: 0;
    top: 3.2rem;
    left: 2.4rem;
    font-size: 2.4rem;
    color: var(--m-white);
  }
}
@media (min-width: 768px) {
  .c_atcl_recommend_thumb {
    display: none;
  }
}
.c_atcl_recommend_ttl {
  font-size: 2rem;
  line-height: 1.6;
  color: var(--m-white);
  margin-top: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_atcl_recommend_ttl {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.c_atcl_recommend_date {
  text-align: right;
  margin-top: 3.2rem;
  font-weight: 500;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .c_atcl_recommend_date {
    position: absolute;
    bottom: 2.4rem;
    right: 1.6rem;
  }
}

.c_pagination {
  display: flex;
  justify-content: center;
  margin-top: 8.8rem;
}
@media (max-width: 767px) {
  .c_pagination {
    margin-top: 4.8rem;
  }
}
.c_pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
}
@media (max-width: 767px) {
  .c_pagination_list {
    gap: 0 0.8rem;
  }
}
.c_pagination_list li a,
.c_pagination_list li span {
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--m-yellow);
  background: var(--m-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c_pagination_list li a,
  .c_pagination_list li span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.c_pagination_list li a.current,
.c_pagination_list li span.current {
  background: var(--m-yellow);
  color: var(--m-blue);
  font-weight: bold;
}
.c_pagination_list li a.prev, .c_pagination_list li a.next,
.c_pagination_list li span.prev,
.c_pagination_list li span.next {
  background: var(--m-yellow);
  color: var(--m-blue);
}
.c_pagination_list li a.dots,
.c_pagination_list li span.dots {
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_pagination_list li a.dots,
  .c_pagination_list li span.dots {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
  }
}

.c_contact_lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_contact_lead {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.c_contact_lead.__thanks {
  font-weight: 700;
}

.c_contact_thanks {
  margin-top: 11rem;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}
.c_contact_thanks + .c_form_submit {
  margin-top: 12rem;
}
.c_form {
  margin: 12rem auto 0;
  max-width: 84rem;
}
@media (max-width: 767px) {
  .c_form {
    margin-top: 6.2rem;
  }
}
.c_form_head {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
}
@media (max-width: 767px) {
  .c_form_head {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.c_form_required {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.6rem;
  border: 0.2rem solid var(--m-yellow);
  color: var(--m-yellow);
  line-height: 1;
}
@media (max-width: 767px) {
  .c_form_required {
    font-size: 1rem;
  }
}
.c_form_blk {
  margin-top: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .c_form_blk {
    margin-top: 0.8rem;
  }
}
.c_form_blk select, .c_form_blk input, .c_form_blk textarea {
  color: var(--m-white);
  padding: 1.85rem 2rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_form_blk select, .c_form_blk input, .c_form_blk textarea {
    padding: 1.8rem 1.6rem;
  }
}
.c_form_blk.__select select {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_form_blk.__select select {
    font-size: 1.6rem;
  }
}
.c_form_blk.__select select::placeholder {
  color: var(--m-white);
}
.c_form_blk.__txt input {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_form_blk.__txt input {
    font-size: 1.6rem;
  }
}
.c_form_blk.__txt input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.c_form_blk.__zip {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
@media (max-width: 767px) {
  .c_form_blk.__zip {
    gap: 0 1.6rem;
  }
}
.c_form_blk.__zip input {
  width: 100%;
}
.c_form_blk.__textarea textarea {
  padding: 3.2rem 2rem;
  min-height: 28rem;
  color: var(--m-white);
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_form_blk.__textarea textarea {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
}
.c_form_blk.__textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .c_form_blk.__textarea textarea {
    min-height: 16rem;
  }
}
.c_form_zipLabel {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c_form_zipLabel {
    font-size: 1.6rem;
  }
}
.c_form_zipBtn {
  border-radius: 0.2rem;
  background: var(--m-yellow);
  display: flex;
  padding: 1.6rem 3.2rem 1.6rem 2.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: var(--m-blue);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c_form_zipBtn {
    padding: 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.c_form_blk + .c_form_head {
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .c_form_blk + .c_form_head {
    margin-top: 3.2rem;
  }
}
.c_form_head + .c_form_head {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .c_form_head + .c_form_head {
    margin-top: 1.6rem;
  }
}
.c_form_hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.c_form_privacyHead {
  text-align: center;
  font-size: 2rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .c_form_privacyHead {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
}
.c_form_privacy {
  padding: 3.2rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .c_form_privacy {
    padding: 2.4rem;
    font-size: 1.4rem;
  }
}
.c_form_privacy_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .c_form_privacy_txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.c_form_privacy_txt a {
  text-decoration: underline;
}
.c_form_agree {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c_form_agree {
    margin-top: 4rem;
  }
}
.c_form_agree_label {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  position: relative;
  font-size: 1.6rem;
}
.c_form_agree_label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0;
  height: 0;
}
.c_form_agree_label.is_selected .c_form_agree_checkbox::before {
  opacity: 1;
}
.c_form_agree_checkbox {
  border-radius: 0.4rem;
  border: 0.2rem solid var(--Vivid-Yellow, #E0FE00);
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c_form_agree_checkbox {
    border-radius: 0.2rem;
  }
}
.c_form_agree_checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%209.14286L8.91304%2013L15%207%22%20stroke%3D%22%23E0FE00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem 1.6rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.c_form_submit {
  margin-top: 7.2rem;
}
@media (max-width: 767px) {
  .c_form_submit {
    margin-top: 4rem;
  }
}
.c_form_submit_btn {
  width: 26.4rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.4rem;
  color: var(--m-blue);
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background: var(--m-yellow);
  border-radius: 0.4rem;
  padding-left: 1.6rem;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.c_form_submit_btn.__top {
  padding: 0;
}
.c_form_submit_btn:disabled, .c_form_submit_btn[aria-disabled=true] {
  opacity: 0.4;
}
.c_form_submit_arrow {
  width: 3.2rem;
}
.c_form_back {
  margin-top: 6.4rem;
  text-align: center;
  display: block;
  font-weight: 500;
}
.c_form_back a, .c_form_back button {
  font-size: 1.6rem;
  color: var(--m-white);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.c_form_back button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
}
.c_form_confirm {
  width: 100%;
  max-width: unset;
}
.c_form_confirm_dl {
  display: flex;
  padding: 3rem 0;
  border-top: 0.2rem solid var(--m-white);
  gap: 0 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c_form_confirm_dl {
    flex-direction: column;
  }
}
.c_form_confirm_dl:last-of-type {
  border-bottom: 0.2rem solid var(--m-white);
}
.c_form_confirm_dt {
  width: 32rem;
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .c_form_confirm_dt {
    font-size: 1.6rem;
  }
}
.c_form_confirm_dd {
  width: 100%;
  font-size: 2rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .c_form_confirm_dd {
    font-size: 1.6rem;
  }
}

.c_txtLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.2rem;
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .c_txtLink {
    margin-top: 4.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.c_txtLink_txt {
  font-size: 2.4rem;
  color: var(--m-blue);
  font-weight: bold;
}
@media (max-width: 767px) {
  .c_txtLink_txt {
    font-size: 1.6rem;
  }
}

/* common animation ///////////////////////////////////////////////*/
.js-focus {
  filter: blur(24px);
  transform: scale(1.25);
  opacity: 0;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.focus-in {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

@keyframes focus-in {
  0% {
    filter: blur(24px);
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.js-n-fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-u-fade {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-r-fade {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1.5s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

.js-l-fade {
  transform: translateX(-15px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.15, 0.46, 0.17, 0.86), transform 1.5s cubic-bezier(0.15, 0.46, 0.17, 0.86);
}

._delay01 {
  transition-delay: 0.3s;
}

._delay02 {
  transition-delay: 0.6s;
}

._delay03 {
  transition-delay: 0.9s;
}

._delay04 {
  transition-delay: 1.2s;
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-m-img {
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: clip-path;
}

.js-m-img.center {
  clip-path: inset(0 100% 100% 0);
}

.js-m-img.animated {
  clip-path: inset(0);
}

.js-clip-animation-u {
  clip-path: inset(100% 0 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.2s cubic-bezier(0.1, 0.37, 0.09, 1);
  transition-property: clip-path;
}

.clip-in {
  clip-path: inset(0);
}

.js-zoom {
  transition-duration: 0.8s;
  transform: scale(0);
}
.js-zoom.zoom-in {
  transform: scale(1);
}

.js_tAnimation_01 span span,
.js_mv_tAnimation_01 span span {
  transform: translateY(107%) rotate(3deg);
}

.js_tAnimation_01,
.js_mv_tAnimation_01,
.js_overlayTxt,
.js_footer_tAnimation,
.js_shdwTxtAnimation {
  overflow: hidden;
  line-height: 0.7;
  display: inline-block;
}
.js_tAnimation_01 > span,
.js_mv_tAnimation_01 > span,
.js_overlayTxt > span,
.js_footer_tAnimation > span,
.js_shdwTxtAnimation > span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
  color: inherit;
  line-height: inherit;
  line-height: 0.9;
}
.js_tAnimation_01 > span span,
.js_mv_tAnimation_01 > span span,
.js_overlayTxt > span span,
.js_footer_tAnimation > span span,
.js_shdwTxtAnimation > span span {
  display: inline-block;
}
.js_tAnimation_01 .space,
.js_mv_tAnimation_01 .space,
.js_overlayTxt .space,
.js_footer_tAnimation .space,
.js_shdwTxtAnimation .space {
  line-height: 0;
}

.js_shdwTxtAnimation {
  line-height: 1;
}
.js_shdwTxtAnimation > span {
  line-height: 1;
}
.js_shdwTxtAnimation .space {
  line-height: 0;
}

.js_mv_tAnimation_01 {
  overflow: hidden;
}
.js_mv_tAnimation_01 > span {
  display: inline-block;
}
.js_mv_tAnimation_01 > span span {
  display: inline-block;
}

.js_tAnimation_mv > span,
.js_splitTarget > span {
  display: inline-block;
  overflow: hidden;
}
.js_tAnimation_mv > span span,
.js_splitTarget > span span {
  display: inline-block;
}

.js_pllx_img {
  position: absolute;
  top: 0;
  left: 0;
}

.js_pllxElem {
  position: absolute;
  bottom: 0;
  left: 0;
}

.js_pllxWrapper {
  position: relative;
  overflow: hidden;
}

.js_pllxI {
  position: relative;
  overflow: hidden;
}
.js_pllxI img {
  position: absolute;
  right: 7%;
  top: 0;
}
@media (max-width: 767px) {
  .js_pllxI img {
    bottom: 0;
    left: 0;
  }
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.03;
}

.pageLeaveAnimation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.pageLeaveAnimation canvas {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transform-origin: center;
}

.dg.ac {
  z-index: 100000 !important;
}

.js_slotTxt {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.js_slotTxt > span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.js_slotTxt span {
  display: inline-block;
}

.js_slotArrowWrapper {
  position: relative;
  overflow: hidden;
}
.js_slotArrowWrapper .js_slotArrow:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.loading_marker {
  padding: 1.2rem 0.8rem;
  background: var(--m-blue);
}
.loading_txt {
  display: inline-block;
  color: var(--m-white);
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .loading_txt {
    font-size: 1.6rem;
  }
}
.loading_txt > span {
  opacity: 0;
}
.loading_bg {
  background: #fff;
}

.loading_index {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
.loading_spacer {
  width: 100%;
  height: 100vh;
  background: var(--m-blue);
}
.js_marker,
.js_markerMv {
  overflow: hidden;
  position: relative;
}
.js_marker_txt,
.js_markerMv_txt {
  position: relative;
  z-index: 2;
  position: relative;
}
.js_marker_bg,
.js_markerMv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
}
.js_opcTxt > span {
  opacity: 0.2;
}

.js_stretch_el svg {
  width: 100%;
  height: 100%;
}

.a_scrollFrame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  font-family: "gloridot", sans-serif;
}
.a_scrollFrame_elem {
  height: 3.4rem;
  width: 300vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #000D4B;
  border-top: 1px solid #EF0;
  border-bottom: 1px solid #EF0;
  position: absolute;
}
@media (max-width: 767px) {
  .a_scrollFrame_elem {
    height: 2.4rem;
  }
}
.a_scrollFrame_elem.__top {
  top: 0;
  left: 0;
}
.a_scrollFrame_elem.__right {
  top: 0;
  left: 100%;
  transform: rotate(90deg);
  transform-origin: left top;
}
.a_scrollFrame_elem.__bottom {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.a_scrollFrame_elem.__left {
  top: 100%;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.a_scrollFrame_txt {
  text-shadow: 0px 0px 1.2rem #EF0;
  letter-spacing: 0.07em;
  font-size: 2.4rem;
  color: #EF0;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .a_scrollFrame_txt {
    font-size: 1.6rem;
    top: 0;
  }
}

.a_linkBtn {
  position: absolute;
  top: 38rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 24rem;
  height: 5.4rem;
  border: 0.2rem solid #fff;
  background: #000D4B;
  display: block;
  transition: background 0.2s;
  z-index: 10;
}
@media (max-width: 767px) {
  .a_linkBtn {
    top: 24rem;
    width: 24rem;
    height: 5.6rem;
    border: 0.2rem solid #fff;
    z-index: 10;
  }
}
.a_linkBtn_slideTxtUnit {
  width: 100%;
  height: 100%;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  justify-content: right;
}
.a_linkBtn_slideTxt {
  display: flex;
  gap: 0 2.2rem;
  font-size: 2.05rem;
  animation: slideLeftToRight 10s linear infinite;
  /* アニメーションを適用 */
  flex: 0 0 auto;
  white-space: nowrap;
  flex-shrink: 0;
  text-wrap: nowrap;
  padding: 0 0.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .a_linkBtn_slideTxt {
    padding: 0 0.8rem;
    gap: 0 1rem;
  }
}
.a_linkBtn_slideTxt > span {
  width: 16.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0 1.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .a_linkBtn_slideTxt > span {
    font-size: 1.4rem;
    gap: 0 0.8rem;
  }
}
.a_linkBtn_slideTxt > span::after {
  content: "";
  width: 2rem;
  height: 3.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2231%22%20viewBox%3D%220%200%2021%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%2226.04%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%2222.3203%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%2222.3203%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%2218.5996%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%2218.5996%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%227.99219%22%20y%3D%2218.5996%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%2214.8799%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%2214.8799%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%227.99219%22%20y%3D%2214.8799%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%2212.0391%22%20y%3D%2214.8799%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%2211.1602%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%2211.1602%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%227.99219%22%20y%3D%2211.1602%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%2212.0391%22%20y%3D%2211.1602%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%2215.7031%22%20y%3D%2213.2363%22%20width%3D%224.59795%22%20height%3D%224.17977%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%227.44043%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%227.44043%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%227.99219%22%20y%3D%227.44043%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20y%3D%223.71973%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20x%3D%223.95312%22%20y%3D%223.71973%22%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3Crect%20width%3D%224.6218%22%20height%3D%224.96%22%20rx%3D%220.702278%22%20fill%3D%22white%22/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .a_linkBtn_slideTxt > span::after {
    width: 0.9rem;
    height: 1.4rem;
  }
}
.a_linkBtn_slideTxt > span .ls_04 {
  letter-spacing: 0.2em;
}
.a_linkBtn_slideTxt > span .ls_06 {
  letter-spacing: 0.4em;
}
.a_linkBtn_slideTxt:nth-of-type(1) {
  animation: slide 24s linear infinite;
}
@media (max-width: 767px) {
  .a_linkBtn_slideTxt:nth-of-type(1) {
    animation: slide 28s linear infinite;
  }
}
.a_linkBtn_slideTxt:nth-of-type(2) {
  animation: slide 24s linear infinite;
  position: relative;
}
@media (max-width: 767px) {
  .a_linkBtn_slideTxt:nth-of-type(2) {
    animation: slide 28s linear infinite;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.a_linkBtn_txt_casual::before {
  content: "";
  background: url(../images/btn_txt_casual.svg) no-repeat center center/contain;
  display: inline-block;
  width: 19.3rem;
  height: 2.7rem;
}
.a_linkBtn_slideTxtWrap {
  display: flex;
  align-items: center;
  width: 16.2rem;
}
.a_linkBtn .cm_u_line {
  text-decoration: underline;
}

.index .fv {
  min-height: 105vh;
}
.index .mv {
  position: relative;
  z-index: 2;
  background: var(--m-blue);
  width: 100%;
}
.index .mv_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transform-origin: top center;
}
.index .mv_type {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.index .mv_type img, .index .mv_type svg {
  height: 100%;
  width: 100%;
}
.index .mv_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index .mv_bg_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index .mv_leadArea {
  position: relative;
  margin-left: 8rem;
  margin-right: 8rem;
  margin-top: 14.8148148148vh;
  z-index: 5;
}
@media (max-width: 767px) {
  .index .mv_leadArea {
    margin-left: 2rem;
    margin-right: 2rem;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 5;
    margin-top: 0;
  }
}
.index .mv_lead {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .mv_lead {
    font-size: 1.6rem;
  }
}
.index .mv_btn {
  margin-top: 4.8rem;
  opacity: 0;
}
.index .about {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 9;
  position: relative;
  background: var(--m-yellow);
}
.index .about_inner {
  padding: 0rem 0 11.4rem;
  background: var(--m-yellow);
  min-height: 100vh;
}
.index .about_header {
  display: flex;
  position: relative;
  z-index: 2;
}
.index .about_ttl {
  width: 100%;
}
.index .about_ttl svg {
  width: 100%;
  height: 100%;
}
.index .about_leadArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5.6rem;
  padding: 0 7rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .index .about_leadArea {
    margin-top: 3.2rem;
    padding: 0 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem 0;
  }
}
.index .about_btn {
  flex-shrink: 0;
  margin: 4.4rem auto 0;
}
@media (max-width: 767px) {
  .index .about_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.index .about_lead {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--m-blue);
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .about_lead {
    font-size: 1.6rem;
  }
}
.index .about_unit {
  padding: 0 8rem;
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .index .about_unit {
    padding: 0 2rem;
    margin-top: 4.4rem;
  }
}
.index .about_img {
  width: 100%;
}
.index .about_cards {
  margin-top: 5.8rem;
  padding: 0 6.2rem;
  display: grid;
  width: 100%;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .index .about_cards {
    padding: 0 2rem;
    margin-top: 4.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.index .about_card {
  position: relative;
  /* transition: transform .8s cubic-bezier(.45, 0, .1, 1); */
  /* transform-style: preserve-3d; */
  /* will-change: transform; */
  /*
  &.is_flip {
      transform: rotateY(180deg);
      @media (max-width: 767px){

      }
  }
  */
}
.index .about_card:first-child {
  grid-column: 1/-1;
}
.index .about_card_content {
  background: var(--m-blue);
  padding: 4.4rem 4rem 4rem;
  /* backface-visibility: hidden; */
  min-height: 28rem;
}
@media (max-width: 767px) {
  .index .about_card_content {
    padding: 3.2rem 1.6rem 2.4rem;
    min-height: 30rem;
  }
}
.index .about_card_content.__front {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* z-index: 1; */
  display: none;
}
.index .about_card_content.__back {
  position: relative;
  z-index: 1;
  transform: none;
}
.index .about_card_head {
  color: var(--m-yellow);
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .index .about_card_head {
    font-size: 3.2rem;
  }
}
.index .about_card_head.__jp {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .index .about_card_head.__jp {
    font-size: 1.9rem;
  }
}
.index .about_card_head.__jp span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .index .about_card_head.__jp span {
    font-size: 2rem;
    font-weight: 400;
  }
}
.index .about_card_txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4.6rem;
  width: 85%;
}
@media (max-width: 767px) {
  .index .about_card_txt {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 2.4rem;
  }
}
.index .about_card_linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
  background: var(--m-yellow);
  color: var(--m-blue);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  width: 15.8rem;
  height: 20rem;
  position: absolute;
  top: 50%;
  right: 4.8rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .index .about_card_linkBtn {
    width: 100%;
    position: static;
    margin-top: 2rem;
    font-size: 1.4rem;
    height: 4.8rem;
    transform: unset;
  }
}
.index .about_card_linkBtn > svg {
  width: 1.6rem;
}
.index .about_card_tra {
  width: 1.6rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
.index .service {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 10;
  position: relative;
  background: var(--m-blue);
}
.index .service_inner {
  padding: 0rem 0 0;
  background: var(--m-blue);
}
.index .service_lead {
  margin-top: 7rem;
  padding: 0 8.4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .service_lead {
    margin-top: 3.2rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.index .service_unit {
  border-top: 0.2rem solid var(--m-white);
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .index .service_unit {
    margin-top: 4.4rem;
  }
}
.index .service_box {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .index .service_box {
    display: grid;
    grid-template-columns: 1fr 6.4rem;
    grid-template-rows: auto auto;
    grid-template-areas: "img btn" "content btn";
  }
}
.index .service_box:not(:first-of-type) {
  border-top: 0.2rem solid var(--m-white);
}
.index .service_box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .index .service_box:nth-of-type(even) {
    grid-template-columns: 6.4rem 1fr;
    grid-template-areas: "btn img" "btn content";
  }
}
.index .service_box_img {
  width: 47rem;
  flex: 0 0 47rem;
  aspect-ratio: 346/239;
}
@media (max-width: 767px) {
  .index .service_box_img {
    grid-area: img;
    width: 100%;
    flex: none;
    aspect-ratio: 1/1;
  }
}
.index .service_box_img video, .index .service_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .service_box_content {
  padding: 4rem 10rem 0 5.8rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  transition-property: background-color, color;
}
@media (max-width: 767px) {
  .index .service_box_content {
    grid-area: content;
    padding: 2.4rem 2.4rem;
  }
}
.index .service_box_ttl {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  transition-property: color;
}
@media (max-width: 767px) {
  .index .service_box_ttl {
    font-size: 3.2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem 0;
    line-height: 1;
  }
}
.index .service_box_ttl span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.8rem;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .index .service_box_ttl span {
    margin-left: 0;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.index .service_box_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 3.2rem;
  font-weight: bold;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  transition-property: color;
}
@media (max-width: 767px) {
  .index .service_box_txt {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.index .service_box_btn {
  width: 8rem;
  flex: 0 0 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--m-yellow);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  transition-property: background-color, color;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .service_box_btn {
    grid-area: btn;
    width: 100%;
    flex: none;
    align-self: stretch;
  }
}
.index .service_box_btn_inner {
  width: fit-content;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  transform: rotate(-90deg);
  white-space: nowrap;
}
.index .service_box_btn:hover {
  background: var(--m-yellow);
  color: var(--m-blue);
}
.index .service_box_btn:hover .c_link_btn_arrow_before {
  transform: translate(100%, -100%);
}
.index .service_box_btn:hover .c_link_btn_arrow_after {
  transform: translate(0, 0);
}
.index .service_box:hover .service_box_content {
  background: var(--m-yellow);
}
.index .service_box:hover .service_box_ttl,
.index .service_box:hover .service_box_txt {
  color: var(--m-blue);
}
.index .service_box:hover .service_box_btn {
  background: var(--m-yellow);
  color: var(--m-blue);
}
.index .service_box:hover .service_box_btn .c_link_btn_arrow_before {
  transform: translate(100%, -100%);
}
.index .service_box:hover .service_box_btn .c_link_btn_arrow_after {
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .index .service_box:nth-of-type(odd) .service_box_btn_inner {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .index .service_box:nth-of-type(odd) .service_box_btn {
    border-left: 0.2rem solid var(--m-white);
  }
}
@media (max-width: 767px) {
  .index .service_box:nth-of-type(even) .service_box_btn {
    border-right: 0.2rem solid var(--m-white);
  }
}
.index .recruit {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 10;
  position: relative;
  background: var(--m-white);
}
.index .recruit_ttl {
  position: relative;
  z-index: 2;
}
.index .recruit_inner {
  padding: 0rem 0 14rem;
  background: var(--m-white);
  min-height: 100vh;
}
@media (max-width: 767px) {
  .index .recruit_inner {
    padding: 0rem 0rem 10rem;
  }
}
.index .recruit_visualWrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.index .recruit_visual {
  margin: 12rem auto 0;
  width: 100rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .recruit_visual {
    margin: 6rem auto 0;
    width: 33.5rem;
    aspect-ratio: 16/9;
  }
}
.index .recruit_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .index .recruit_bg {
    height: 100vh;
  }
}
.index .member {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 10;
  position: relative;
  background: var(--m-blue);
}
.index .member_ttl {
  position: relative;
  z-index: 2;
}
.index .member_ttl svg {
  width: 100%;
  height: 100%;
}
.index .member_inner {
  padding: 0rem 0 0;
  background: var(--m-blue);
  position: relative;
}
.index .member_inner.c_endInner {
  min-height: 100vh;
}
.index .member_list {
  margin-top: 8rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index .member_list {
    aspect-ratio: 375/667;
  }
}
.index .member_img {
  width: 18rem;
  position: absolute;
}
@media (max-width: 767px) {
  .index .member_img {
    width: 8rem;
  }
}
.index .member_img img {
  transform: scale(0.65);
}
@media (max-width: 767px) {
  .index .member_img img {
    transform: scale(1);
  }
}
.index .member_img.__01 {
  left: -2.2rem;
}
@media (max-width: 767px) {
  .index .member_img.__01 {
    left: -0.5rem;
  }
}
.index .member_img.__02 {
  left: 32.4rem;
  top: 30.6rem;
}
@media (max-width: 767px) {
  .index .member_img.__02 {
    left: 6.32772rem;
    top: 18.89856rem;
  }
}
.index .member_img.__03 {
  left: 4rem;
  top: 91.1rem;
}
@media (max-width: 767px) {
  .index .member_img.__03 {
    left: 0.7812rem;
    top: 56.26336rem;
  }
}
.index .member_img.__04 {
  left: 69.2rem;
  top: 69.3rem;
}
@media (max-width: 767px) {
  .index .member_img.__04 {
    left: 13.51476rem;
    top: 42.79968rem;
  }
}
.index .member_img.__05 {
  left: 58.3rem;
  top: 9.7rem;
}
@media (max-width: 767px) {
  .index .member_img.__05 {
    left: 11.38599rem;
    top: 5.99072rem;
  }
}
.index .member_img.__06 {
  left: 121.6rem;
  top: 0rem;
}
@media (max-width: 767px) {
  .index .member_img.__06 {
    left: 23.74848rem;
    top: 0rem;
  }
}
.index .member_img.__07 {
  left: 121.8rem;
  top: 96.3rem;
}
@media (max-width: 767px) {
  .index .member_img.__07 {
    left: 23.78754rem;
    top: 59.47488rem;
  }
}
.index .member_img.__08 {
  right: 0;
  top: 35.5rem;
}
@media (max-width: 767px) {
  .index .member_img.__08 {
    top: 21.9248rem;
  }
}
.index .member_btn {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 10rem;
  height: 10rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  opacity: 0;
  visibility: hidden;
  font-weight: 300;
  z-index: 11;
  mix-blend-mode: difference;
}
.index .member_btn_bg {
  width: 100%;
  animation: rotate360 12s linear infinite;
  position: relative;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .index .member_btn {
    width: 12.6rem;
    height: 12.6rem;
  }
}
.index .member_btn_txt {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 0.024em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index .member_btn_txt {
    font-size: 1.4rem;
  }
}
.index .news {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 10;
  position: relative;
  background: var(--m-white);
}
.index .news_inner {
  padding: 0rem 0 12rem;
  background: var(--m-white);
  min-height: 100vh;
}
@media (max-width: 767px) {
  .index .news_inner {
    padding: 0 0 10rem;
  }
}
.index .news_ttl {
  position: relative;
  z-index: 2;
}
.index .news_ttl svg {
  width: 100%;
  height: 100%;
}
.index .news_unit {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .index .news_unit {
    margin-top: 4.4rem;
  }
}
.index .news_item {
  padding: 4rem 49rem 4rem 8rem;
  border-bottom: 0.2rem solid var(--m-blue);
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  color: var(--m-blue);
}
@media (max-width: 767px) {
  .index .news_item {
    gap: 1.2rem 0;
    padding: 2.4rem 2rem 2rem;
    flex-wrap: wrap;
  }
}
.index .news_item:first-of-type {
  border-top: 0.2rem solid var(--m-blue);
}
.index .news_item_date {
  display: block;
  font-size: 1.4rem;
  flex: 0 0 12rem;
}
@media (max-width: 767px) {
  .index .news_item_date {
    font-size: 1.2rem;
    flex: 0 0 8rem;
  }
}
.index .news_item_tag {
  padding: 1.2rem 0;
  background: var(--m-blue);
  color: var(--m-white);
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .index .news_item_tag {
    padding: 0.8rem 1.6rem;
    width: fit-content;
    font-size: 1.2rem;
  }
}
.index .news_item_ttl {
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .index .news_item_ttl {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
  }
}
.index .news_item_media {
  position: absolute;
  right: 2rem;
  top: -2rem;
  width: 33.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.05s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .index .news_item_media {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.index .news_item:nth-of-type(1) .news_item_media {
  transform: rotate(-14deg) scale(0.9);
}
.index .news_item:nth-of-type(1):hover .news_item_media {
  transform: rotate(-4deg) scale(1);
}
.index .news_item:nth-of-type(2) .news_item_media {
  transform: rotate(6deg) scale(0.9);
}
.index .news_item:nth-of-type(2):hover .news_item_media {
  transform: rotate(16deg) scale(1);
}
.index .news_item:nth-of-type(3) .news_item_media {
  transform: rotate(15deg) scale(0.9);
}
.index .news_item:nth-of-type(3):hover .news_item_media {
  transform: rotate(5deg) scale(1);
}
.index .news_item:nth-of-type(4) .news_item_media {
  transform: rotate(1deg) scale(0.9);
}
.index .news_item:nth-of-type(4):hover .news_item_media {
  transform: rotate(-11deg) scale(1);
}
.index .news_item:nth-of-type(5) .news_item_media {
  transform: rotate(24deg) scale(0.9);
}
.index .news_item:nth-of-type(5):hover .news_item_media {
  transform: rotate(14deg) scale(1);
}
.index .news_item:hover {
  background: var(--m-blue);
  color: var(--m-white);
}
.index .news_item:hover .news_tag {
  color: var(--m-blue);
  background: var(--m-white);
}
.index .news_item:hover .news_item_media {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .index .news_item:hover .news_item_media {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.index .news_btn {
  margin: 3.4rem auto 0;
}
.index .blog {
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  z-index: 10;
  position: relative;
}
.index .blog_lead {
  margin-top: 2rem;
  padding: 0 8.4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--m-white);
}
@media (max-width: 767px) {
  .index .blog_lead {
    margin-top: 2rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.index .blog_inner {
  padding: 0 0 5.5rem;
  background: var(--m-blue);
  min-height: 100vh;
  position: relative;
}
.index .blog_ttl {
  position: relative;
  z-index: 2;
}
.index .blog_ttl svg {
  width: 100%;
  height: 100%;
}
.index .blog_unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 0.2rem solid var(--m-white);
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .index .blog_unit {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
    display: block;
  }
}
.index .blog_item {
  position: relative;
  padding: 7.2rem 0 6rem;
  border-color: var(--m-white);
  border-style: solid;
  border-width: 0;
  color: var(--m-white);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
  border-bottom-width: 1px;
  /* 縦線（右側の境界） */
  /* 横線（下側の境界） */
}
@media (max-width: 767px) {
  .index .blog_item {
    padding: 4rem 3rem 2.4rem;
    display: block;
  }
}
.index .blog_item:not(:nth-child(2n)) {
  border-right-width: 1px;
}
@media (max-width: 767px) {
  .index .blog_item:not(:nth-child(2n)) {
    border: none;
  }
}
@media (max-width: 767px) {
  .index .blog_item:nth-last-child(n+3) {
    border: none;
  }
}
@media (max-width: 767px) {
  .index .blog_item:not(:last-of-type) {
    border-bottom: 0.2rem solid var(--m-white);
  }
}
.index .blog_date {
  font-size: 1.4rem;
  transform-origin: right center;
  transform: rotate(90deg);
  position: absolute;
  bottom: 1rem;
  right: 2.8rem;
}
@media (max-width: 767px) {
  .index .blog_date {
    font-size: 1.4rem;
    bottom: 0.4rem;
    right: 1.2rem;
  }
}
.index .blog_tag {
  position: absolute;
  top: 1.2rem;
  left: 2.4rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .index .blog_tag {
    font-size: 1.6rem;
    top: 1.2rem;
    left: 1rem;
  }
}
.index .blog_media {
  width: 40rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index .blog_media {
    width: 100%;
  }
}
.index .blog_head {
  width: 40rem;
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
  margin: 1.2rem auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .blog_head {
    width: 100%;
    font-size: 1.4rem;
  }
}
.index .blog_arrow {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .blog_arrow {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.index .blog_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}
.index .blog_arrow_after {
  transform: translate(-100%, 100%);
}
.index .blog_item:hover {
  background: var(--m-yellow);
  color: var(--m-blue);
}
.index .blog_item:hover .blog_arrow_before {
  transform: translate(100%, -100%);
}
.index .blog_item:hover .blog_arrow_after {
  transform: translate(0, 0);
}
.index .c_endInner {
  min-height: 105vh;
}
.index .__phaseSec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .fx_phase.__phase1 {
  height: 500vh;
}
.index .fx_phase.__phase2 {
  height: 500vh;
}
.sb_wrapper {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .p_service .sb_wrapper {
    padding: 6.2rem 0 0;
  }
}

.p_about_gl {
  width: 62rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .p_about_gl {
    width: 32.5rem;
    margin: 5.6rem auto 0;
  }
}

.p_company_table {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .p_company_table {
    margin-top: 5.6rem;
  }
}
.p_company_table_dl {
  display: flex;
  align-items: flex-start;
  padding: 5rem 0;
  border-bottom: 0.2rem solid var(--m-yellow);
}
@media (max-width: 767px) {
  .p_company_table_dl {
    flex-direction: column;
    gap: 1.6rem 0;
    padding: 2.4rem 0 2rem;
  }
}
.p_company_table_dl:first-of-type {
  border-top: 0.2rem solid var(--m-yellow);
}
.p_company_table_dt, .p_company_table_dd {
  font-size: 1.6rem;
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .p_company_table_dt, .p_company_table_dd {
    line-height: 1.5;
  }
}
.p_company_table_dt {
  flex: 0 0 30rem;
  font-weight: bold;
  color: var(--m-yellow);
}
@media (max-width: 767px) {
  .p_company_table_dt {
    font-size: 1.6rem;
    flex: 0 0 auto;
  }
}
.p_company_table_dd {
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_company_table_dd {
    font-size: 1.6rem;
  }
}
.p_company_map {
  aspect-ratio: 1280/630;
  overflow: hidden;
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .p_company_map {
    aspect-ratio: 327/400;
    margin-top: 5.6rem;
  }
}
.p_company_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.p_company_addr {
  margin-top: 6.4rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p_company_addr {
    line-height: 1.5;
    margin-top: 3.5rem;
    font-size: 2rem;
    text-align: left;
  }
}
.p_company_access {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_company_access {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.5;
  }
}
.p_company_tel {
  font-size: 4rem;
  text-align: center;
  margin-top: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p_company_tel {
    font-size: 3.2rem;
    text-align: left;
    margin-top: 3.7rem;
  }
}
.p_company_inner {
  width: 84rem;
  margin: 11.6rem auto 0;
}
@media (max-width: 767px) {
  .p_company_inner {
    width: 100%;
    margin-top: 5.6rem;
  }
}
.p_company_media {
  aspect-ratio: 840/480;
}
@media (max-width: 767px) {
  .p_company_media {
    aspect-ratio: 1/1;
  }
}
.p_company_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_company_message {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 500;
  margin-top: 6.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p_company_message {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
.p_company_name {
  text-align: right;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .p_company_name {
    margin-top: 4.8rem;
    font-size: 2.4rem;
  }
}
.p_company_posi {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 2.4rem;
}
@media (max-width: 767px) {
  .p_company_posi {
    margin-right: 2rem;
    font-size: 1.6rem;
  }
}
.p_company_slider_bg {
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .p_company_slider_bg {
    top: 4.8rem;
  }
}
.p_company_slider {
  position: relative;
  z-index: 2;
  padding: 6rem 0 0;
}
.p_company_slider_ttl {
  font-size: 32rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p_company_slider_ttl {
    font-size: 11rem;
  }
}
.p_company_slider_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .p_company_slider_txt {
    font-size: 1.6rem;
    margin-top: 4rem;
    text-align: left;
  }
}
.p_company_slider_frame {
  width: 92rem;
  position: absolute;
  top: 31rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p_company_slider_frame {
    width: 32rem;
    top: 17.6rem;
  }
}
.p_company_slider_pagination {
  display: flex;
  justify-content: center;
  gap: 0 4rem;
  margin-top: 11rem;
  padding: 0;
}
@media (max-width: 767px) {
  .p_company_slider_pagination {
    margin-top: 6rem;
    gap: 0 3.2rem;
  }
}
.p_company_slider_pagination .swiper-pagination-bullet {
  cursor: none;
  border-radius: unset;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid var(--m-blue);
  margin: 0;
  padding: 0;
  background: transparent;
  transition-duration: 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .p_company_slider_pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p_company_slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--m-blue);
}
.p_service_listArea {
  width: fit-content;
  margin: 6.4rem auto 0;
}
@media (max-width: 767px) {
  .p_service_listArea {
    margin-top: 4rem;
  }
}
.p_service_listTtl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p_service_listTtl {
    font-size: 2rem;
  }
}
.p_service_list {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .p_service_list {
    margin-top: 2.4rem;
  }
}
.p_service_list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  gap: 0 1.6rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p_service_list li {
    font-size: 1.6rem;
    gap: 0;
  }
}
.p_service_list li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  flex: 0 0 0.6rem;
  background-color: var(--m-blue);
  position: relative;
  top: 1.7rem;
}
@media (max-width: 767px) {
  .p_service_list li::before {
    display: none;
  }
}
.p_service_flowList {
  margin: 13rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 7.8rem 0;
  width: fit-content;
  counter-reset: flow;
  position: relative;
}
@media (max-width: 767px) {
  .p_service_flowList {
    margin-top: 6rem;
    gap: 4rem 0;
  }
}
.p_service_flowList::before {
  content: "";
  width: 0.4rem;
  height: calc(100% + 3rem);
  background: var(--m-yellow);
  position: absolute;
  left: 1.8rem;
  top: 0;
}
@media (max-width: 767px) {
  .p_service_flowList::before {
    width: 0.2rem;
    height: calc(100% + 1.2rem);
    left: 1.5rem;
  }
}
.p_service_flowList > li {
  display: flex;
  padding: 0 0 0 8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p_service_flowList > li {
    padding: 0 0 0 6.4rem;
  }
}
.p_service_flowList > li::before {
  content: counter(flow);
  counter-increment: flow;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: var(--m-yellow);
  position: absolute;
  left: 0;
  top: -0.4rem;
  color: var(--m-blue);
  font-size: 2.4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p_service_flowList > li::before {
    font-size: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    top: -0.6rem;
  }
}
.p_service_flow_ttl {
  font-size: 2.4rem;
  color: var(--m-yellow);
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p_service_flow_ttl {
    font-size: 2rem;
  }
}
.p_service_flow_txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .p_service_flow_txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p_service_reason {
  display: flex;
  justify-content: space-between;
  gap: 0 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p_service_reason {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2rem 0;
    margin-top: 4.2rem;
  }
}
.p_service_reason_img {
  width: 20rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p_service_reason_img {
    width: 16rem;
  }
}
.p_service_reason_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 3em;
  letter-spacing: 0.04em;
  margin-top: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p_service_reason_ttl {
    font-size: 1.8rem;
    margin-top: 3.2rem;
    min-height: unset;
  }
}
.p_service_reason_txt {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_service_reason_txt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-top: 2.6rem;
  }
}
.p_service_skill {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12rem 10rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p_service_skill {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem 0;
  }
}
.p_service_skill_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p_service_skill_ttl {
    font-size: 2rem;
  }
}
.p_service_skill_img {
  margin: 3.2rem auto 0;
  width: 34rem;
}
@media (max-width: 767px) {
  .p_service_skill_img {
    width: 28rem;
    margin-top: 2.4rem;
  }
}
.p_service_skill_txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .p_service_skill_txt {
    font-size: 1.4rem;
  }
}
.p_service_works {
  margin-top: 7.2rem;
  overflow: hidden;
  width: 84rem;
  margin: 7.2rem auto 0;
}
@media (max-width: 767px) {
  .p_service_works {
    margin-top: 4.2rem;
    width: 100%;
  }
}
.p_service_works_inner {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0 5.6rem;
  animation: serviceWorksScroll 36s linear infinite;
}
@media (max-width: 767px) {
  .p_service_works_inner {
    gap: 0 2.4rem;
    animation-duration: 40s;
  }
}
.p_service_works_item {
  flex-shrink: 0;
  width: 22rem;
}
@media (max-width: 767px) {
  .p_service_works_item {
    width: 15rem;
  }
}
.p_service_works_item img {
  width: 100%;
  mix-blend-mode: darken;
}
.p_service_areas {
  gap: 0 2.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 2.4rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p_service_areas {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.4rem 0;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .p_service_areas_item {
    width: 100%;
  }
}
.p_service_areas_ttl {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .p_service_areas_ttl {
    font-size: 2rem;
    margin-top: 2.8rem;
  }
}
.p_service_areas_txt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p_service_areas_txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

@keyframes serviceWorksScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 2.8rem));
  }
}
@media (max-width: 767px) {
  @keyframes serviceWorksScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 1.2rem));
    }
  }
}
.p_privacy .p_privacy_body {
  max-width: 84rem;
  margin: 12rem auto 0;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_body {
    margin-top: 6.2rem;
  }
}
.p_privacy .p_privacy_intro {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_intro {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p_privacy .p_privacy_intro + .p_privacy_intro {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_intro + .p_privacy_intro {
    margin-top: 1.6rem;
  }
}
.p_privacy .p_privacy_grpTtl {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_grpTtl {
    margin-top: 5rem;
  }
}
.p_privacy .p_privacy_sec {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_sec {
    margin-top: 4rem;
  }
}
.p_privacy .p_privacy_sec_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid var(--m-yellow);
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_sec_ttl {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.p_privacy .p_privacy_sec_txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_sec_txt {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 1.6rem;
  }
}
.p_privacy .p_privacy_list {
  margin-top: 2.4rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_list {
    margin-top: 1.6rem;
  }
}
.p_privacy .p_privacy_list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 2.4rem;
}
.p_privacy .p_privacy_list li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--m-yellow);
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_list li {
    font-size: 1.4rem;
    line-height: 1.9;
    padding-left: 2rem;
  }
  .p_privacy .p_privacy_list li::before {
    top: 1.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p_privacy .p_privacy_list li + li {
  margin-top: 0.8rem;
}
.p_privacy .p_privacy_info {
  margin-top: 3.2rem;
  padding: 3.2rem;
  border: 0.2rem solid var(--m-yellow);
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_info {
    margin-top: 2.4rem;
    padding: 2.4rem 2rem;
  }
}
.p_privacy .p_privacy_info_row {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_info_row {
    font-size: 1.4rem;
  }
}
.p_privacy .p_privacy_info_row + .p_privacy .p_privacy_info_row {
  margin-top: 0.8rem;
}
.p_privacy .p_privacy_info + .c_form_submit {
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_info + .c_form_submit {
    margin-top: 3.2rem;
  }
}
.p_privacy .p_privacy_date {
  margin-top: 8rem;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p_privacy .p_privacy_date {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}

/* Global styles */

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