@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

:root {
  --color-bg-black: #161616;
  --color-bg-gray: #F0F0F0;
  --color-bg-light-gray: #EFEFEF;
  --color-text-main: #222222;
  --color-text-gray: #D3D3D3;
  --color-text-darkgray: #787878;
  --color-border-gray: #F0F0F0;
  --color-border-pages-gray: #E4E4E4;
  --color-border-rainbow: linear-gradient(20deg, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 90%, #FFCFDB 100%);
  --color-pink: #FFCFDB;
  --color-yellow: #FBFFB8;
  --color-red: #FF2525;
  --color-header-nav: #949495;
  --font-family-title: "hiragino-kaku-gothic-pron", sans-serif;
  --font-family-main: "Noto Sans JP", sans-serif;
  --font-family-en: "Outfit", sans-serif;
}

* {
  box-sizing: border-box;
}

html.is-fixed {
  overflow: hidden;
}

body {
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text-main);
  font-feature-settings: "palt" on;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body img {
  display: inline-block;
  width: 100%;
}
body a {
  text-decoration: none;
  color: var(--color-text-main);
}
body li {
  list-style: none;
}
body .pc_only {
  display: block;
}
@media screen and (max-width: 999px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}
@media screen and (max-width: 999px) {
  body .sp_only {
    display: block;
  }
}

.grecaptcha-badge {
  opacity: 0;
}

.p-home {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.p-home__line_g {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(13.75rem, 3.438rem + 12.89vw, 24.063rem)) rotate(-20deg);
  transform-origin: left top;
}
@media screen and (max-width: 999px) {
  .p-home__line_g {
    width: 55px;
    transform: translateX(72px) rotate(-20deg);
  }
}
@media screen and (max-width: 650px) {
  .p-home__line_g {
    transform: translateX(2px) rotate(-20deg);
  }
}
.p-home__line_g::before, .p-home__line_g::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(0.063rem, 0.08vw, 0.125rem);
  height: 100%;
  background: linear-gradient(to bottom, #F0F0F0 0vh, #F0F0F0 60vh, #D9FFDC 70vh, #FBFFB8 84vh, #E7FAFE 93vh, #FFCFDB 100vh, #F0F0F0 110vh);
  background-size: 100% 120%;
  animation: line-gray-gradation 5s linear infinite;
}
.p-home__line_g::before {
  /* 左線 */
  left: 0;
}
.p-home__line_g::after {
  /* 右線 */
  right: 0;
  animation-direction: reverse;
}
.p-home__line_r_top {
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(23.938rem, 9.386rem + 18.2vw, 38.5rem)) rotate(20deg);
  transform-origin: right top;
}
@media screen and (max-width: 999px) {
  .p-home__line_r_top {
    width: 55px;
    transform: translateX(220px) rotate(20deg);
  }
  .p-home__line_r_top .p-home_origin__btn {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .p-home__line_r_top {
    transform: translateX(150px) rotate(20deg);
  }
}
.p-home__line_r_origin {
  top: 120vh;
  left: 0%;
  width: 55px;
  height: 10000px;
  transform: translateX(-100px) rotate(-48.5deg);
  transform-origin: right top;
}
@media screen and (max-width: 650px) {
  .p-home__line_r_origin {
    top: 0;
    left: 50%;
    transform: translateX(clamp(-62.5rem, 67.5rem - 533.33vw, -57.5rem)) rotate(-32.5deg);
  }
}
.p-home__line_r_service {
  top: 215vh;
  right: 0%;
  width: 55px;
  height: 10000px;
  transform: translateX(64px) rotate(43deg);
  transform-origin: right top;
}
@media screen and (max-width: 650px) {
  .p-home__line_r_service {
    top: 280vh;
    transform: translateX(64px) rotate(24deg);
  }
}
.p-home__line_r_casestudy {
  bottom: 0px;
  right: 50%;
  width: 55px;
  height: 10000px;
  transform: translateX(580px) rotate(-36deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 650px) {
  .p-home__line_r_casestudy {
    bottom: 250px;
    transform: translateX(540px) rotate(-36deg);
  }
}
.p-home__line_r_bottom {
  bottom: 0px;
  left: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(-4.063rem, 6.563rem - 8.5vw, 1.25rem)) rotate(-31deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 999px) {
  .p-home__line_r_bottom {
    width: 55px;
    transform: translateX(100px) rotate(30deg);
    display: none;
  }
  .p-home__line_r_bottom .p-home_news__btn {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .p-home__line_r_bottom {
    transform: translateX(-90px) rotate(35deg);
    display: block;
  }
}
.p-home .p-home_origin__btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__btn {
    opacity: 1;
    transform: translateX(-50%) rotate(70deg);
    top: 770px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_origin__btn {
    transform: translateX(-50%) rotate(55deg);
  }
}
.p-home .p-home_origin__btn .c-btn_circle__animation img {
  filter: invert(99%) sepia(39%) saturate(140%) hue-rotate(275deg) brightness(117%) contrast(100%);
}
.p-home .p-home_news__btn {
  position: absolute;
  bottom: clamp(47.5rem, 51.25rem - 2.34vw, 49.375rem);
  left: 50%;
  transform: translateX(-50%) rotate(31deg);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__btn {
    bottom: 970px;
    transform: translateX(-50%) rotate(35deg);
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_news__btn {
    bottom: 685px;
  }
}
.p-home .p-home_news__btn .c-btn_circle__body__normal {
  width: 23px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}
.p-home .p-home_news__btn .c-btn_circle__body:hover .c-btn_circle__body__normal {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.p-home_fv {
  width: 100%;
  height: 100vh;
}
.p-home_fv__wrapper {
  margin-inline: clamp(5rem, 1.25rem + 4.69vw, 8.75rem);
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper {
    margin-inline: 60px;
  }
}
@media screen and (max-width: 650px) {
  .p-home_fv__wrapper {
    margin-inline: 20px;
  }
}
.p-home_fv__wrapper::before, .p-home_fv__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(0.063rem, 0.08vw, 0.125rem);
  height: 100%;
  -o-border-image: linear-gradient(to top, #F0F0F0 0px, #FFCFDB clamp(6.25rem, -12.5rem + 23.44vw, 25rem), #E7FAFE clamp(15rem, -3.75rem + 23.44vw, 33.75rem), #FBFFB8 clamp(20.688rem, 1.938rem + 23.44vw, 39.438rem), #D9FFDC clamp(25.188rem, 6.438rem + 23.44vw, 43.938rem), #F0F0F0 clamp(26.875rem, 8.125rem + 23.44vw, 45.625rem), #F0F0F0 100%) 1;
     border-image: linear-gradient(to top, #F0F0F0 0px, #FFCFDB clamp(6.25rem, -12.5rem + 23.44vw, 25rem), #E7FAFE clamp(15rem, -3.75rem + 23.44vw, 33.75rem), #FBFFB8 clamp(20.688rem, 1.938rem + 23.44vw, 39.438rem), #D9FFDC clamp(25.188rem, 6.438rem + 23.44vw, 43.938rem), #F0F0F0 clamp(26.875rem, 8.125rem + 23.44vw, 45.625rem), #F0F0F0 100%) 1;
}
.p-home_fv__wrapper::before {
  left: 0;
  border-left: clamp(0.063rem, 0.08vw, 0.125rem) solid var(--color-border-gray);
}
.p-home_fv__wrapper::after {
  right: 0;
  border-right: clamp(0.063rem, 0.08vw, 0.125rem) solid var(--color-border-gray);
  transform: rotate(180deg);
}
.p-home_fv__wrapper__icon {
  position: absolute;
  top: clamp(4.938rem, 4rem + 1.17vw, 5.875rem);
  width: clamp(1.25rem, 0.625rem + 0.78vw, 1.875rem);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__icon {
    top: 71.5px;
    width: 16px;
  }
}
.p-home_fv__wrapper__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home_fv__wrapper__icon-1 {
  left: clamp(-0.813rem, -0.313rem - 0.31vw, -0.563rem);
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__icon-1 {
    left: -7.5px;
  }
}
.p-home_fv__wrapper__icon-2 {
  right: clamp(-0.75rem, -0.375rem - 0.23vw, -0.563rem);
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__icon-2 {
    right: -6.5px;
  }
}
.p-home_fv__wrapper__scroll {
  position: absolute;
  bottom: clamp(3.75rem, 3.375rem + 0.47vw, 4.125rem);
  right: 20px;
  transform: rotate(90deg);
  transform-origin: right top;
  font-family: var(--font-family-en);
  font-size: clamp(0.813rem, 0.688rem + 0.16vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.78px;
}
.p-home_fv__wrapper__scroll::before {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  width: clamp(0.563rem, 0.438rem + 0.16vw, 0.688rem);
  height: 1px;
  background-color: var(--color-bg-black);
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__scroll::before {
    display: none;
  }
}
.p-home_fv__wrapper__scroll::after {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  width: clamp(0.625rem, 0.5rem + 0.16vw, 0.75rem);
  height: 1px;
  background-color: var(--color-bg-black);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__scroll::after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .p-home_fv__wrapper__scroll {
    width: 40px;
    height: 40px;
    bottom: 15vh;
    right: 20px;
    transform: rotate(0deg);
  }
}
.p-home_fv__wrapper__scroll__animation {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -10px;
  bottom: -10px;
}
.p-home_fv__wrapper__scroll__animation img {
  animation-name: btn_circle__animation;
  transition-property: all;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.p-home_fv__inner {
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .p-home_fv__inner {
    align-items: center;
  }
}
.p-home_fv__vision {
  margin-bottom: clamp(12.188rem, 1.688rem + 13.13vw, 22.688rem);
}
@media screen and (max-width: 999px) {
  .p-home_fv__vision {
    margin-bottom: 0;
    position: sticky;
    z-index: 1;
  }
}
.p-home_fv__vision__main {
  white-space: nowrap;
  padding: 12px 0;
  background-color: var(--color-bg-black);
  font-size: clamp(2.75rem, 0.375rem + 2.97vw, 5.125rem);
  font-weight: 600;
  letter-spacing: 3.6px;
  font-family: var(--font-family-title);
}
@media screen and (max-width: 999px) {
  .p-home_fv__vision__main {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.p-home_fv__vision__main p {
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #FBFFB8 60%, #E7FAFE 80%, #FFCFDB 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.p-home_fv__vision__main p span {
  font-size: clamp(2.125rem, -0.125rem + 2.81vw, 4.375rem);
}
@media screen and (max-width: 999px) {
  .p-home_fv__vision__main p span {
    font-size: 24px;
  }
}
.p-home_fv__vision__sub {
  white-space: nowrap;
  margin-top: clamp(1.75rem, -0.063rem + 2.27vw, 3.563rem);
  font-size: clamp(1.125rem, 0.25rem + 1.09vw, 2rem);
  font-weight: 600;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 999px) {
  .p-home_fv__vision__sub {
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.p-home__wrapper {
  position: relative;
}
.p-home .p-home_origin.is-active {
  background: url("../img/fv_origin_bg.png") repeat top left/contain;
}
.p-home .p-home_origin {
  padding: 125px clamp(3.75rem, -9.643rem + 21.43vw, 7.5rem) 157px clamp(7.5rem, 0.804rem + 10.71vw, 9.375rem);
  color: #fff;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin {
    padding: 167px 140px 350px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_origin {
    padding: 167px 20px 350px;
  }
}
.p-home .p-home_origin__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1527px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-home .p-home_origin__title {
  font-size: clamp(2.125rem, 1.126rem + 1.25vw, 3.125rem);
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: clamp(0.142rem, 0.034rem + 0.14vw, 0.25rem);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__title {
    font-size: 28px;
    line-height: 2.1;
    letter-spacing: 2.24px;
    position: sticky;
    z-index: 10;
  }
}
.p-home .p-home_origin__text {
  margin-top: 578px;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  font-size: clamp(1rem, 0.875rem + 0.16vw, 1.125rem);
  line-height: 2.4;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__text {
    row-gap: 40px;
    margin-top: 58px;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.78px;
    position: sticky;
    z-index: 2;
  }
}
.p-home .p-home_origin__text span {
  color: #fff;
  font-weight: 400;
  padding: 0px 2px;
  background: linear-gradient(90deg, transparent 0%, #fff 50%, #fff 100%);
  background-size: 200%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__text span {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.78px;
    padding: 4px 2px;
    margin: 7px 0;
  }
}
.p-home .p-home_origin__text span.is-active {
  font-weight: 500;
}
.p-home .p-home_origin__chess {
  position: absolute;
  top: 275px;
  right: clamp(-25.125rem, -27.208rem + 3.33vw, -21.875rem);
  height: 205px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__chess {
    top: unset;
    right: unset;
    bottom: -349px;
    left: 50%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    width: calc(100% + 280px);
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_origin__chess {
    width: calc(100% + 40px);
  }
}
.p-home .p-home_origin__chess img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_origin__chess img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.p-home .p-home_service {
  position: sticky;
  z-index: 2;
  margin: 160px 0;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service {
    margin: 100px 60px 163px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_service {
    margin: 100px 20px 163px;
  }
}
.p-home .p-home_service__inner {
  padding-inline: 80px;
  max-width: 1120px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__inner {
    padding-inline: unset;
  }
}
.p-home .p-home_service__title {
  display: flex;
  -moz-column-gap: 75px;
       column-gap: 75px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__title {
    flex-direction: column;
    row-gap: 56px;
  }
}
.p-home .p-home_service__title__sub {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
}
.p-home .p-home_service__content {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content {
    margin-top: 40px;
    align-items: center;
    flex-direction: column;
    row-gap: 87px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item {
  max-width: 550px;
  background-color: var(--color-bg-gray);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item {
    max-width: 530px;
    width: 100%;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__title {
  background-color: var(--color-text-main);
  padding: 42px 24px 10px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__title {
    padding: 16px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box {
  background-color: var(--color-bg-gray);
  padding: 32px 25px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box {
    padding: 24px 16px 52px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.6px;
  width: 23em;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__text {
    font-size: 14px;
    letter-spacing: 0.56px;
    width: 100%;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__label {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__label {
    margin-top: 24px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 12px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__label p {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__label p {
    padding: 12px 8px;
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn {
  position: absolute;
  top: -60px;
  right: 10px;
  width: 130px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__btn {
    top: unset;
    bottom: -40px;
    width: 116px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn::before {
  width: 106px;
  height: 106px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.8);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__btn::before {
    display: none;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn.is-hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn .c-btn_circle__body {
  background-color: var(--color-bg-gray);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 101px;
  height: 101px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__btn .c-btn_circle__body {
    background-color: #fff;
    width: 87px;
    height: 87px;
  }
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn .c-btn_circle__body__normal {
  width: 22px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.p-home .p-home_service__content .p-home_service_content__item__box__btn .c-btn_circle__body:hover .c-btn_circle__body__normal {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item__box__btn .c-btn_circle__body:hover .c-btn_circle__body__normal {
    transform: translateX(-50%) translateY(-50%) scale(0.8);
  }
}
.p-home .p-home_service__content .p-home_service_content__item:last-of-type {
  margin-top: 92px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__content .p-home_service_content__item:last-of-type {
    margin-top: unset;
  }
}
.p-home .p-home_service__case {
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_service__case {
    margin-top: 109px;
  }
}
.p-home .p-home_news {
  padding: 160px 80px 340px;
  background-color: var(--color-bg-gray);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news {
    padding: 80px 40px 230px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_news {
    padding: 80px 20px 230px;
  }
}
.p-home .p-home_news__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 85px;
       column-gap: 85px;
  max-width: 1120px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__inner {
    flex-direction: column;
    row-gap: 53px;
  }
}
.p-home .p-home_news__title {
  position: sticky;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-home .p-home_news__content {
  position: sticky;
  z-index: 2;
  width: 100%;
}

.p-about {
  padding-top: 275px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-about {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.p-about__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  position: relative;
}
.p-about__inner::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 265px;
  width: 1px;
  height: 105%;
  background: var(--color-border-pages-gray);
  z-index: -2;
}
@media screen and (max-width: 999px) {
  .p-about__inner::before {
    opacity: 0;
  }
}
.p-about__title {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-about__title {
    padding-bottom: 32px;
  }
}
.p-about__lead {
  margin-block: 32px;
  aspect-ratio: 7/4;
}
.p-about__lead img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.p-about .c-page_index {
  right: 20px;
}
@media screen and (max-width: 999px) {
  .p-about .c-page_index {
    margin-inline: unset;
  }
}
.p-about .c-page_index__inner {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-about .c-page_index__inner {
    margin: unset;
    margin-inline: auto;
  }
}
.p-about .c-page_index__inner a {
  border-bottom: 1px solid var(--color-text-main);
}
.p-about__mission {
  margin-top: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-about__mission {
    margin-top: 80px;
  }
}
.p-about__mission__inner {
  display: flex;
  -moz-column-gap: 186px;
       column-gap: 186px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-about__mission__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
.p-about__mission__img {
  position: absolute;
}
.p-about__mission__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-about__mission__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-about__mission__img-1 {
  bottom: 32px;
  right: -40px;
  width: 305px;
  height: 391px;
}
@media screen and (max-width: 999px) {
  .p-about__mission__img-1 {
    display: none;
  }
}
.p-about__mission__img-2 {
  bottom: -185px;
  right: 95px;
  width: 265px;
  height: 185px;
}
@media screen and (max-width: 999px) {
  .p-about__mission__img-2 {
    bottom: -314px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 260px;
  }
  .p-about__mission__img-2 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-about__vision {
  margin-top: 240px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-about__vision {
    margin-top: 395px;
  }
}
.p-about__vision__inner {
  display: flex;
  -moz-column-gap: 218px;
       column-gap: 218px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-about__vision__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
.p-about__vision__content__title {
  font-size: 28px !important;
}
@media screen and (max-width: 999px) {
  .p-about__vision__content__title {
    font-size: 20px !important;
  }
}
.p-about__vision__img {
  position: absolute;
  right: 0;
  bottom: -58px;
  width: 283px;
  height: 296px;
}
@media screen and (max-width: 999px) {
  .p-about__vision__img {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -314px;
    width: 100%;
    max-width: 500px;
    height: 260px;
  }
}
.p-about__vision__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-about__vision__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-about__values {
  margin-top: 210px;
  margin-bottom: 160px;
}
@media screen and (max-width: 999px) {
  .p-about__values {
    margin-top: 395px;
    margin-bottom: 90px;
  }
}
.p-about__values__inner {
  display: flex;
  -moz-column-gap: 205px;
       column-gap: 205px;
}
@media screen and (max-width: 999px) {
  .p-about__values__inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-about__values__title {
  margin-top: 26px;
}
@media screen and (max-width: 999px) {
  .p-about__values__title {
    margin-top: unset;
  }
}
.p-about__values__content {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-about__values__content {
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-about__values__content .p-about_values_content_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed var(--color-text-main);
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 30px;
  }
}
.p-about__values__content .p-about_values_content_item__title {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: 265px;
  border-right: 1px dashed var(--color-text-main);
  padding: 23px 20px;
  margin: 17px 0;
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item__title {
    align-items: center;
    padding: 0px 0 16px;
    margin: unset;
    border-right: none;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item__title__number {
    font-family: var(--font-family-en);
    font-size: 11px;
    letter-spacing: 0.88px;
  }
}
.p-about__values__content .p-about_values_content_item__title__text {
  font-family: var(--font-family-en);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item__title__text {
    font-weight: 400;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.p-about__values__content .p-about_values_content_item__title__text span {
  font-family: var(--font-family-main);
  font-size: 11px;
  letter-spacing: 0.88px;
}
.p-about__values__content .p-about_values_content_item__title__text span span {
  font-family: var(--font-family-en);
  font-size: 12px;
  letter-spacing: 0.96px;
  margin-right: 4px;
}
.p-about__values__content .p-about_values_content_item:nth-child(5) {
  border-bottom: none;
}
.p-about__values__content .p-about_values_content_item__text {
  margin-left: 48px;
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item__text {
    margin-left: unset;
    width: 100%;
  }
}
.p-about__values__content .p-about_values_content_item__text div {
  background-color: var(--color-text-main);
  padding: 4px 8px;
}
.p-about__values__content .p-about_values_content_item__text div p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #FFCFDB 10%, #E7FAFE 40%, #FBFFB8 70%, #D9FFDC 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .p-about__values__content .p-about_values_content_item__text div p {
    margin-inline: auto;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.p-about .p-about__line_r_top {
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(23.938rem, 9.386rem + 18.2vw, 38.5rem)) rotate(30deg);
  transform-origin: right top;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-about .p-about__line_r_top {
    width: 55px;
    top: 310px;
    right: -50px;
    transform: translateX(0px) rotate(20deg);
  }
}
.p-about .p-about__line_r_bottom {
  bottom: 0px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(600px) rotate(-50deg);
  transform-origin: right bottom;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-about .p-about__line_r_bottom {
    bottom: -220px;
    transform: translateX(600px) rotate(-20deg);
  }
}

.p-company {
  padding-top: 275px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-company {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.p-company__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  position: relative;
}
.p-company__inner::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 290px;
  width: 1px;
  height: 105%;
  background: var(--color-border-pages-gray);
  z-index: -2;
}
@media screen and (max-width: 999px) {
  .p-company__inner::before {
    opacity: 0;
  }
}
.p-company__title {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-company__title {
    padding-bottom: 32px;
  }
}
.p-company__lead {
  margin-block: 32px;
  aspect-ratio: 7/4;
}
.p-company__lead img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.p-company .c-page_index {
  right: 20px;
}
@media screen and (max-width: 999px) {
  .p-company .c-page_index {
    margin-inline: unset;
  }
}
.p-company .c-page_index__inner {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-company .c-page_index__inner {
    margin: unset;
    margin-inline: auto;
  }
}
.p-company .c-page_index__inner a {
  border-bottom: 1px solid var(--color-text-main);
}
.p-company__message {
  margin-top: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-company__message {
    margin-top: 80px;
  }
}
.p-company__message__inner {
  display: flex;
  -moz-column-gap: 162px;
       column-gap: 162px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__message__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
.p-company__message__img {
  position: absolute;
}
.p-company__message__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-company__message__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-company__message__img-1 {
  bottom: 110px;
  right: -40px;
  width: 275px;
}
@media screen and (max-width: 999px) {
  .p-company__message__img-1 {
    display: none;
  }
}
.p-company__overview {
  margin-top: 197px;
  margin-bottom: 140px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-company__overview {
    margin-top: 404px;
    margin-bottom: 100px;
  }
}
.p-company__overview__inner {
  display: flex;
  -moz-column-gap: 133px;
       column-gap: 133px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__overview__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-company__overview__content table tr {
  margin-top: 54px;
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.p-company__overview__content table tr:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table tr:first-of-type {
    padding: 0 0 24px;
  }
}
.p-company__overview__content table tr:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table tr {
    -moz-column-gap: 89px;
         column-gap: 89px;
    margin-top: 0;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-border-pages-gray);
  }
}
.p-company__overview__content table tr th {
  width: 78px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.84px;
}
.p-company__overview__content table tr td {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.84px;
}
.p-company__overview__content iframe {
  margin-top: 64px;
  height: 400px;
  display: block;
}
@media screen and (max-width: 999px) {
  .p-company__overview__content iframe {
    width: 100%;
    max-width: 500px;
    height: 212px;
    margin: 15px auto 0;
  }
}
.p-company__overview__img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 379px;
}
@media screen and (max-width: 999px) {
  .p-company__overview__img {
    top: -360px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 260px;
  }
}
.p-company__overview__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-company__overview__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-company .p-company__line_r_top {
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(23.938rem, 9.386rem + 18.2vw, 38.5rem)) rotate(30deg);
  transform-origin: right top;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-company .p-company__line_r_top {
    width: 55px;
    top: 310px;
    right: -50px;
    transform: translateX(0px) rotate(20deg);
  }
}
.p-company .p-company__line_r_bottom {
  bottom: 0px;
  right: 50%;
  width: 55px;
  height: 10000px;
  transform: translateX(296px) rotate(-23deg);
  transform-origin: right bottom;
  z-index: -1;
}

.p-service {
  padding-top: 275px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-service {
    padding-top: 140px;
  }
}
.p-service__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-service__inner {
    padding-inline: unset;
  }
}
.p-service__title {
  padding-bottom: 44px;
  margin-inline: 40px;
  border-bottom: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-service__title {
    padding-bottom: 32px;
    margin-inline: 20px;
  }
}
.p-service__lead {
  margin-top: 44px;
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__lead {
    margin-top: 54px;
    margin-inline: 20px;
  }
}
.p-service__lead__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 999px) {
  .p-service__lead__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.p-service__lead__text {
  margin-top: 40px;
  margin-right: 220px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 999px) {
  .p-service__lead__text {
    margin-right: unset;
    letter-spacing: 1.2px;
  }
}
.p-service__lead__img {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 999px) {
  .p-service__lead__img {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-service__lead__img img {
  height: 80px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-service__lead__img img {
    height: 60px;
  }
}
.p-service__worry {
  margin-top: 100px;
  background-color: var(--color-bg-light-gray);
}
@media screen and (max-width: 999px) {
  .p-service__worry {
    margin-top: 60px;
  }
}
.p-service__worry__inner {
  padding: 30px 45px;
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-service__worry__inner {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }
}
.p-service__worry__title {
  width: 240px;
  height: 240px;
  border-radius: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: clamp(2.5rem, 1.384rem + 1.79vw, 2.813rem);
  margin-right: clamp(2.5rem, 1.384rem + 1.79vw, 2.813rem);
}
@media screen and (max-width: 999px) {
  .p-service__worry__title {
    border: 1px solid var(--color-text-main);
    padding-inline: unset;
    margin-right: unset;
  }
}
.p-service__worry__title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 999px) {
  .p-service__worry__title p {
    font-size: 18px;
    letter-spacing: 1.44px;
    text-align: center;
  }
}
.p-service__worry__content {
  border-left: 1px solid var(--color-text-main);
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-service__worry__content {
    border-left: none;
    flex-direction: column;
  }
}
.p-service__worry__content__item {
  padding-top: 45px;
  padding-left: clamp(2.5rem, -4.196rem + 10.71vw, 4.375rem);
}
@media screen and (max-width: 999px) {
  .p-service__worry__content__item {
    padding-top: 32px;
    padding-left: unset;
  }
}
.p-service__worry__content__item__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  color: var(--color-pink);
  padding: 7px;
  background-color: var(--color-text-main);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  .p-service__worry__content__item__title {
    font-size: 16px;
    padding: 8px;
    width: 100%;
    text-align: center;
  }
}
.p-service__worry__content__item__text {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-service__worry__content__item__text {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.78px;
  }
}
.p-service__worry__content__item__text::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--color-pink);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.p-service__worry__content__item:last-of-type .p-service__worry__content__item__title {
  color: var(--color-yellow);
}
.p-service__worry__content__item:last-of-type .p-service__worry__content__item__text::before {
  background-color: var(--color-yellow);
}
.p-service__strengths {
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths {
    margin-top: 80px;
  }
}
.p-service__strengths__title {
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths__title {
    margin-inline: 20px;
  }
}
.p-service__strengths__content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths__content {
    align-items: center;
    row-gap: 87px;
    margin-top: 87px;
    margin-inline: 20px;
  }
}
.p-service__strengths__content__item-1 {
  grid-template-areas: "title img" "text img";
  margin-left: auto;
  -moz-column-gap: 53px;
       column-gap: 53px;
  padding-left: 35px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths__content__item-1 {
    grid-template-areas: "title" "text" "img";
    row-gap: 20px;
    padding-left: unset;
    margin-left: unset;
  }
}
.p-service__strengths__content__item-1 .c_strengths_item__text {
  max-width: 484px;
}
.p-service__strengths__content__item-2 {
  grid-template-areas: "img title" "img text";
  margin-right: auto;
  -moz-column-gap: 108px;
       column-gap: 108px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths__content__item-2 {
    grid-template-areas: "title" "text" "img";
    row-gap: 20px;
    padding-left: unset;
    margin-right: unset;
  }
  .p-service__strengths__content__item-2 .c_strengths_item__title__number {
    top: -32px;
  }
}
.p-service__strengths__content__item-3 {
  grid-template-areas: "title img" "text img";
  margin-left: auto;
  -moz-column-gap: 97px;
       column-gap: 97px;
  padding-left: 35px;
}
@media screen and (max-width: 999px) {
  .p-service__strengths__content__item-3 {
    grid-template-areas: "title" "text" "img";
    row-gap: 20px;
    padding-left: unset;
    margin-left: unset;
  }
}
.p-service .p-service__strengths__bg {
  position: absolute;
  z-index: -1;
  top: 1250px;
  left: 43vw;
  transform: translateX(0px);
  width: 1100px;
  height: 1100px;
  animation: btn_circle__animation 30s linear infinite;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__strengths__bg {
    top: 1750px;
  }
}
@media screen and (max-width: 650px) {
  .p-service .p-service__strengths__bg {
    width: 700px;
    height: 700px;
    top: 1975px;
    left: unset;
    right: -330px;
  }
}
.p-service__platforms {
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms {
    margin-top: 86px;
  }
}
.p-service__platforms__inner {
  display: grid;
  grid-template-areas: "title content" "text content";
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__inner {
    grid-template-areas: "title" "text" "content";
    grid-template-rows: auto;
    margin-inline: 20px;
  }
}
.p-service__platforms__title {
  grid-area: title;
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__title {
    margin-inline: unset;
  }
}
.p-service__platforms__text {
  grid-area: text;
  margin-top: 38px;
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__text {
    margin-top: 24px;
    margin-inline: unset;
  }
}
.p-service__platforms__text p {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.18;
  letter-spacing: 1.2px;
  background-color: var(--color-text-main);
  padding: 0 4px;
}
.p-service__platforms__text p:last-of-type {
  margin-top: 8px;
}
.p-service__platforms__content {
  grid-area: content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__content {
    margin-top: 40px;
  }
}
.p-service__platforms__content__item {
  padding: 40px 19px;
  border-radius: 6px;
  border: 0.8px solid var(--color-text-main);
  background-color: var(--color-bg-gray);
  max-width: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__content__item {
    padding: 32px 20px;
    max-width: 500px;
  }
}
.p-service__platforms__content__item__img {
  max-width: 64px;
  max-height: 64px;
}
.p-service__platforms__content__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.p-service__platforms__content__item__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.6px;
  background-color: #fff;
  padding: 0 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service__platforms__content__item__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.78px;
}
@media screen and (max-width: 999px) {
  .p-service__platforms__content__item__text {
    letter-spacing: 1.04px;
    text-align: center;
  }
}
.p-service__platforms__line {
  margin-top: 66px;
  max-width: 1200px;
  margin-inline: auto;
}
.p-service__platforms__line div {
  animation: infinity-loop-left 30s linear infinite;
  display: flex;
  width: 1840px;
}
.p-service__platforms__line div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__platforms__line_2 {
  margin-top: 0;
  max-width: 1200px;
  margin-inline: auto;
  overflow-x: hidden;
}
.p-service__platforms__line_2 div {
  animation: infinity-loop-left 20s linear infinite reverse;
  display: flex;
  width: 1840px;
}
.p-service__platforms__line_2 div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__process {
  margin-top: 142px;
  background-color: var(--color-bg-black);
  padding-block: 100px;
}
@media screen and (max-width: 999px) {
  .p-service__process {
    margin-top: 82px;
    padding: 80px 20px;
  }
}
.p-service__process__inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 134px;
}
@media screen and (max-width: 999px) {
  .p-service__process__inner {
    flex-direction: column;
    padding-right: unset;
  }
}
.p-service__process__title {
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__process__title {
    margin-inline: unset;
  }
}
.p-service__process__content {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-service__process__content {
    margin-top: 50px;
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-service__process__content__buttons {
  background-color: #fff;
  padding: 48px 130px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons {
    background-color: unset;
    padding: 0;
  }
}
.p-service__process__content__buttons .swiper-service-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons .swiper-service-buttons {
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.p-service__process__content__buttons .swiper-service-buttons__arrow {
  width: 11px;
  height: 14px;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--color-text-main);
  border-right: 0;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons .swiper-service-buttons__arrow {
    border-left: 11px solid var(--color-bg-gray);
  }
}
.p-service__process__content__buttons .swiper-service-buttons-slide {
  border: 1px solid var(--color-text-main);
  background-color: var(--color-bg-gray);
  width: 48px;
  height: 340px;
  padding: 28px 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons .swiper-service-buttons-slide {
    border: 1px solid var(--color-bg-gray);
  }
}
.p-service__process__content__buttons .swiper-service-buttons-slide__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  color: var(--color-text-main);
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons .swiper-service-buttons-slide__text {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
.p-service__process__content__buttons .swiper-service-buttons-slide__text span {
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__buttons .swiper-service-buttons-slide__text span {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
.p-service__process__content__buttons .swiper-service-buttons-slide__text p {
  text-align: center;
  writing-mode: vertical-rl;
}
.p-service__process__content__buttons .swiper-service-buttons-slide.is-active {
  border: 2px solid;
  -o-border-image: linear-gradient(to bottom, #FFCFDB 10%, #E7FAFE 35%, #FBFFB8 70%, #D9FFDC 90%) 1;
     border-image: linear-gradient(to bottom, #FFCFDB 10%, #E7FAFE 35%, #FBFFB8 70%, #D9FFDC 90%) 1;
  background-color: var(--color-text-main);
}
.p-service__process__content__buttons .swiper-service-buttons-slide.is-active .swiper-service-buttons-slide__text {
  background: linear-gradient(to bottom, #FFCFDB 10%, #E7FAFE 35%, #FBFFB8 70%, #D9FFDC 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
}
.p-service__process__content__swiper {
  width: 420px;
  margin-top: 32px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper {
    width: 278px;
    margin-top: 40px;
  }
}
.p-service__process__content__swiper__item {
  cursor: grab;
}
.p-service__process__content__swiper__item__title {
  display: grid;
  align-items: center;
  grid-template-areas: "number main" "number sub";
  row-gap: 10px;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__title {
    grid-template-areas: "number main sub";
    grid-template-columns: auto auto 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding-bottom: 20px;
  }
}
.p-service__process__content__swiper__item__title__number {
  grid-area: number;
  font-family: var(--font-family-en);
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__title__number {
    line-height: 30px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }
}
.p-service__process__content__swiper__item__title__main {
  grid-area: main;
  font-family: var(--font-family-en);
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__title__main {
    font-size: 20px;
    line-height: 1;
  }
}
.p-service__process__content__swiper__item__title__sub {
  grid-area: sub;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__title__sub {
    font-size: 9px;
    letter-spacing: 0.9px;
    line-height: 1;
  }
}
.p-service__process__content__swiper__item__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  color: #fff;
  margin-top: 28px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__text {
    font-size: 12px;
    letter-spacing: 0.96px;
    margin-top: 20px;
  }
}
.p-service__process__content__swiper__item__text span, .p-service__process__content__swiper__item__text a {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1.04px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content__swiper__item__text span, .p-service__process__content__swiper__item__text a {
    font-size: 10px;
  }
}
.p-service__process__content__swiper__item__text a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.p-service__process__content .swiper-service-button-prev,
.p-service__process__content .swiper-service-button-next {
  position: absolute;
  bottom: 115px;
  display: inline-block;
  width: 16px;
  height: 39px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .p-service__process__content .swiper-service-button-prev,
  .p-service__process__content .swiper-service-button-next {
    bottom: 103px;
  }
}
.p-service__process__content .swiper-service-button-prev::before, .p-service__process__content .swiper-service-button-prev::after,
.p-service__process__content .swiper-service-button-next::before,
.p-service__process__content .swiper-service-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 25.2px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.p-service__process__content .swiper-service-button-prev::before,
.p-service__process__content .swiper-service-button-next::before {
  transform: rotate(51.7deg);
}
.p-service__process__content .swiper-service-button-prev::after,
.p-service__process__content .swiper-service-button-next::after {
  transform: rotate(-51.7deg);
}
.p-service__process__content .swiper-service-button-prev {
  left: 51px;
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .p-service__process__content .swiper-service-button-prev {
    left: 0;
  }
}
.p-service__process__content .swiper-service-button-next {
  right: 51px;
}
@media screen and (max-width: 999px) {
  .p-service__process__content .swiper-service-button-next {
    right: 0;
  }
}
.p-service__case {
  margin-block: 110px;
}
@media screen and (max-width: 999px) {
  .p-service__case {
    margin: 60px 20px 150px;
  }
}
.p-service__transition {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 650px) {
  .p-service__transition {
    padding-top: 40px;
    padding-bottom: 0;
    margin-inline: 20px;
  }
}
.p-service__transition__inner {
  margin-inline: 40px;
}
@media screen and (max-width: 999px) {
  .p-service__transition__inner {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-service__transition__inner {
    margin-inline: unset;
  }
}
.p-service__transition__content {
  padding-left: 55px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-left: 1px solid var(--color-border-pages-gray);
  display: grid;
  grid-template-areas: "title img" "text img" "text arrow";
  grid-template-columns: 382px 360px;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
@media screen and (max-width: 999px) {
  .p-service__transition__content {
    grid-template-columns: unset;
    padding-left: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-service__transition__content {
    padding-left: unset;
    width: 100%;
    margin-left: unset;
    border-left: none;
    grid-template-areas: "img" "title" "text" "arrow";
    -moz-column-gap: unset;
         column-gap: unset;
    position: relative;
  }
}
.p-service__transition__content__title {
  grid-area: title;
  background: linear-gradient(-90deg, #fff 0%, #fff 50%, #222222 50%, #222222 100%);
  background-position: right center;
  background-size: 200%;
  background-repeat: no-repeat;
  padding: 4px 2px;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .p-service__transition__content__title {
    background: var(--color-text-main);
    background-size: 100%;
    padding: 6px 8px;
  }
}
@media screen and (max-width: 650px) {
  .p-service__transition__content__title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.p-service__transition__content__title span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-90deg, #222222 0%, #222222 50%, #D9FFDC 50%, #FBFFB8 70%, #E7FAFE 85%, #FFCFDB 100%);
  background-position: right center;
  background-size: 200%;
  background-repeat: no-repeat;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .p-service__transition__content__title span {
    color: #fff;
    -webkit-text-fill-color: unset;
    background-image: unset;
  }
}
@media screen and (max-width: 650px) {
  .p-service__transition__content__title span {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.p-service__transition__content__text {
  grid-area: text;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.84px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .p-service__transition__content__text {
    line-height: 1.8;
    letter-spacing: 1.12px;
    margin-top: 12px;
  }
}
.p-service__transition__content__img {
  grid-area: img;
  width: 360px;
  height: 240px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.p-service__transition__content__img img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.p-service__transition__content__arrow {
  margin-top: 34px;
  grid-area: arrow;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 650px) {
  .p-service__transition__content__arrow {
    margin-top: 20px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-service__transition__content__arrow p {
  font-size: 14px;
  letter-spacing: 0.28px;
  padding: 8px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-service__transition__content__arrow p {
    letter-spacing: 0.84px;
  }
}
.p-service__transition__content__arrow p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 6px;
  left: 0;
  background: var(--color-text-main);
  transition: width 0.3s ease;
}
@media screen and (max-width: 999px) {
  .p-service__transition__content__arrow p::after {
    width: 100%;
  }
}
.p-service__transition__content__arrow div {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-service__transition__content__arrow div img {
  width: 10px;
  height: 8px;
}
.p-service__transition__content__arrow div::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid var(--color-text-main);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 999px) {
  .p-service__transition__content__arrow div::after {
    opacity: 1;
  }
}
.p-service__transition__content:hover .p-service__transition__content__title {
  background-position: left center;
}
.p-service__transition__content:hover .p-service__transition__content__title span {
  background-position: left center;
}
.p-service__transition__content:hover .p-service__transition__content__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 999px) {
  .p-service__transition__content:hover .p-service__transition__content__img img {
    transform: scale(1);
  }
}
.p-service__transition__content:hover .p-service__transition__content__arrow p::after {
  width: 100%;
}
.p-service__transition__content:hover .p-service__transition__content__arrow div::after {
  opacity: 1;
}

.p-service_creative .p-service__worry__title {
  row-gap: 10px;
  padding-inline: 43px;
  margin-right: 45px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__worry__title {
    align-items: center;
    padding-inline: unset;
    margin-right: unset;
  }
}
.p-service_creative .p-service__worry__title p {
  background-color: var(--color-text-main);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
}
.p-service_creative .p-service__worry__content {
  align-items: center;
}
.p-service_creative .p-service__worry__content__item {
  padding-top: 0;
  padding-left: clamp(7.5rem, -5.893rem + 21.43vw, 11.25rem);
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__worry__content__item {
    padding-top: 30px;
    padding-left: unset;
  }
}
.p-service_creative .p-service__worry__content__item__text::before {
  background-color: var(--color-pink) !important;
}
.p-service_creative .p-service__worry__content__item__text:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__strengths__content__item-2 .c_strengths_item__title__number {
    top: -36px;
  }
}
.p-service_creative .p-service__strengths__bg {
  top: 1110px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__strengths__bg {
    top: 1706px;
  }
}
.p-service_creative .p-service__process__content__buttons {
  padding: 48px 74px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__process__content__buttons {
    padding: unset;
  }
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__process__content__buttons .swiper-service-buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__process__content__buttons .swiper-service-buttons-slide {
    width: 42px;
    padding: 24px 0;
    height: 200px;
  }
}
.p-service_creative .p-service__record {
  margin: 140px 20px 100px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record {
    margin: 80px 20px 125px;
  }
}
.p-service_creative .p-service__record__inner {
  max-width: 1120px;
  margin-inline: auto;
}
.p-service_creative .p-service__record__lead {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__lead {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
    margin-top: 0;
  }
}
.p-service_creative .p-service__record__lead__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1.3px;
}
.p-service_creative .p-service__record__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 131px;
  margin-left: 6px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__buttons .swiper-record-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: unset;
    gap: 10px;
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons-slide {
  border: none;
  background: none;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__buttons .swiper-record-buttons-slide {
    border-radius: 30px;
    border: 1px solid var(--color-text-main);
    background: var(--color-bg-gray);
    padding: 10px;
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons-slide__text {
  font-family: var(--font-family-en);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-gray);
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__buttons .swiper-record-buttons-slide__text {
    color: var(--color-text-main);
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons .is-active {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__buttons .swiper-record-buttons .is-active {
    opacity: 0.3;
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons .is-active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: var(--color-text-main);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__buttons .swiper-record-buttons .is-active::before {
    display: none;
  }
}
.p-service_creative .p-service__record__content__buttons .swiper-record-buttons .is-active .swiper-record-buttons-slide__text {
  color: var(--color-text-main);
}
.p-service_creative .p-service__record__content__list {
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list {
    margin-top: 32px;
    max-width: 500px;
    width: 100%;
    height: 100%;
  }
}
.p-service_creative .p-service__record__content__list .swiper-wrapper {
  width: 100%;
  max-width: 855px;
  height: 100%;
  max-height: 300px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list .swiper-wrapper {
    max-height: unset;
  }
}
.p-service_creative .p-service__record__content__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(0.625rem, -3.17rem + 6.07vw, 1.688rem);
       column-gap: clamp(0.625rem, -3.17rem + 6.07vw, 1.688rem);
  padding: 20px 20px 20px 30px;
  border: 1px solid var(--color-text-gray);
  background: var(--color-bg-gray);
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    height: auto;
  }
}
.p-service_creative .p-service__record__content__list__item__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 418px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__content {
    max-width: unset;
    row-gap: 16px;
    padding: 20px 15px;
  }
}
.p-service_creative .p-service__record__content__list__item__content__title {
  font-family: var(--font-family-en);
  font-size: 28px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__content__title {
    font-size: 22px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.p-service_creative .p-service__record__content__list__item__content__title span {
  color: var(--color-text-darkgray);
  font-size: 13px;
  letter-spacing: 1.04px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__content__title span {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
.p-service_creative .p-service__record__content__list__item__content__label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-service_creative .p-service__record__content__list__item__content__label p {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__content__label p {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}
.p-service_creative .p-service__record__content__list__item__content__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__content__text {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
.p-service_creative .p-service__record__content__list__item__img {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content__list__item__img {
    max-width: unset;
  }
}
.p-service_creative .p-service__record__content__list__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service_creative .p-service__record__content .swiper-record-pagination {
  display: none;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content .swiper-record-pagination {
    display: block;
    position: absolute;
    bottom: -35px;
  }
}
.p-service_creative .p-service__record__content .swiper-record-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-border-pages-gray);
  margin-inline: 8px;
  opacity: 1;
}
.p-service_creative .p-service__record__content .swiper-record-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-text-main);
  position: relative;
}
.p-service_creative .p-service__record__content .swiper-record-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-text-main);
  border-radius: 20px;
}
.p-service_creative .p-service__record__content .swiper-record-button-prev,
.p-service_creative .p-service__record__content .swiper-record-button-next {
  display: none;
}
@media screen and (max-width: 999px) {
  .p-service_creative .p-service__record__content .swiper-record-button-prev,
  .p-service_creative .p-service__record__content .swiper-record-button-next {
    display: block;
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    bottom: -37px;
    width: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-service_creative .p-service__record__content .swiper-record-button-prev::after,
.p-service_creative .p-service__record__content .swiper-record-button-next::after {
  background-image: url("../img/home_circle_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  display: block;
}
.p-service_creative .p-service__record__content .swiper-record-button-prev {
  transform: rotate(180deg);
  right: 53px;
}

.p-contact {
  position: relative;
}
.p-contact::before {
  content: "";
  height: calc(100% - 350px);
  width: 40vw;
  background: var(--color-bg-gray);
  position: absolute;
  left: 0;
  top: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-contact::before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .p-contact {
    background: var(--color-bg-gray);
  }
}
.p-contact__inner {
  display: flex;
  padding-top: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
  max-width: 1120px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-contact__inner {
    flex-direction: column;
    padding-top: 137px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}
.p-contact__bar {
  background: var(--color-bg-gray);
  padding: 124px 80px;
}
@media screen and (max-width: 999px) {
  .p-contact__bar {
    padding: unset;
  }
}
.p-contact__content {
  padding: 120px 75px 180px;
  width: 685px;
  margin-inline: auto;
  box-sizing: content-box;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-contact__content {
    padding: 68px 0 80px;
    border-top: 1pz solid var(--color-header-nav);
    width: 100%;
    max-width: 500px;
    background: var(--color-bg-gray);
  }
}
.p-contact__content__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__text {
    line-height: 1.8;
  }
}
.p-contact__content__text a {
  border-bottom: 1px solid var(--color-text-main);
}
.p-contact__content__text span {
  display: block;
  color: var(--color-red);
  font-size: 12px;
  margin-top: 58px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__text span {
    margin-top: 32px;
  }
}
.p-contact__content__form {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form {
    margin-top: 24px;
    padding: 48px 0 80px;
    border-top: 1px solid var(--color-header-nav);
  }
}
.p-contact__content__form .form__inner {
  max-width: 685px;
}
.p-contact__content__form .form__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form .form__list {
    row-gap: 24px;
  }
}
.p-contact__content__form .form__item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.p-contact__content__form .form__item dt {
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 500;
}
.p-contact__content__form .form__item dt .required:after {
  content: "*";
  color: var(--color-red);
}
.p-contact__content__form .form__item dd {
  font-size: 15px;
  letter-spacing: 0.6px;
}
.p-contact__content__form .form__item dd .wpcf7-list-item {
  margin: unset;
}
.p-contact__content__form .form__item dd .radio_list .wpcf7-list-item:first-of-type label {
  margin-right: 40px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form .form__item dd .radio_list .wpcf7-list-item:first-of-type label {
    margin-right: 35px;
  }
}
.p-contact__content__form .form__item dd input[type=text], .p-contact__content__form .form__item dd input[type=email], .p-contact__content__form .form__item dd input[type=tel], .p-contact__content__form .form__item dd select, .p-contact__content__form .form__item dd textarea {
  padding: 8px;
  border: 1px solid var(--color-header-nav);
  background-color: #fff !important;
  width: 100%;
  font-family: var(--font-family-main) !important;
  color: var(--color-text-main) !important;
}
.p-contact__content__form .form__item dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-contact__content__form .form__item dd .select_wrapper {
  position: relative;
}
.p-contact__content__form .form__item dd .select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
}
.p-contact__content__form .form__item dd input[type=checkbox] {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid var(--color-header-nav);
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: unset;
}
.p-contact__content__form .form__item dd input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(40deg);
  width: 7px;
  height: 14px;
  border-right: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
  content: "";
}
.p-contact__content__form .form__item dd .marketing__checkbox, .p-contact__content__form .form__item dd .design__checkbox {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form .form__item dd .marketing__checkbox, .p-contact__content__form .form__item dd .design__checkbox {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 18px;
  }
}
.p-contact__content__form .form__item dd .marketing__checkbox div, .p-contact__content__form .form__item dd .design__checkbox div {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-contact__content__form .form__contents {
  border: 1px solid var(--color-header-nav);
  padding: 20px 40px;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form .form__contents {
    padding: 30px 20px;
  }
}
.p-contact__content__form .form__submit input[type=submit] {
  margin-top: 80px;
  background-color: var(--color-text-main);
  padding: 30px 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.64px;
  width: 100%;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .p-contact__content__form .form__submit input[type=submit] {
    font-weight: 300;
  }
}
.p-contact .c-footer {
  background-color: var(--color-bg-black);
}
.p-contact .c-footer__contact {
  display: none;
}
.p-contact .c-footer__inner {
  padding-top: 80px;
}
.p-contact .c-footer__content {
  color: #fff;
}
.p-contact .c-footer__content__btn__arrow {
  border: 1px solid #fff;
}
.p-contact .c-footer__content__btn__arrow__icon {
  background-color: #fff;
}
.p-contact .c-footer__content__btn__arrow__icon::before, .p-contact .c-footer__content__btn__arrow__icon::after {
  background-color: #fff;
}
.p-contact .c-footer__content__btn__text {
  color: #fff;
}

.p-thanks__inner {
  padding: 270px 20px 200px;
}
.p-thanks__title {
  max-width: 414px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 650px) {
  .p-thanks__title {
    max-width: 260px;
  }
}
.p-thanks__title img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-thanks__text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-thanks__text {
    margin-top: 34px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.p-thanks__btn {
  margin-top: 22px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 1.4px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--color-text-main);
  transition: all 0.5s ease;
}
.p-thanks__btn:hover {
  color: var(--color-header-nav);
  border-bottom: 1px solid var(--color-header-nav);
}
@media screen and (max-width: 999px) {
  .p-thanks__btn:hover {
    color: var(--color-text-main);
    border-bottom: 1px solid var(--color-text-main);
  }
}
@media screen and (max-width: 650px) {
  .p-thanks__btn {
    margin-top: 38px;
  }
}
.p-thanks .c-footer {
  background-color: var(--color-bg-black);
}
.p-thanks .c-footer__contact {
  display: none;
}
.p-thanks .c-footer__inner {
  padding-top: 80px;
}
.p-thanks .c-footer__content {
  color: #fff;
}
.p-thanks .c-footer__content__btn__arrow {
  border: 1px solid #fff;
}
.p-thanks .c-footer__content__btn__arrow__icon {
  background-color: #fff;
}
.p-thanks .c-footer__content__btn__arrow__icon::before, .p-thanks .c-footer__content__btn__arrow__icon::after {
  background-color: #fff;
}
.p-thanks .c-footer__content__btn__text {
  color: #fff;
}

.p-news {
  padding-top: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
  margin-bottom: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 999px) {
  .p-news {
    margin-bottom: 120px;
  }
}
.p-news__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  display: flex;
  -moz-column-gap: 95px;
       column-gap: 95px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-news__inner {
    flex-direction: column;
  }
}
.p-news__bar {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
  padding-top: 186px;
  padding-right: 63px;
  padding-bottom: 140px;
  border-right: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-news__bar {
    row-gap: 80px;
    padding-top: 56px;
    padding-right: unset;
    padding-bottom: unset;
    border-right: none;
  }
}
.p-news__bar__categories {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 12px;
  width: 210px;
}
@media screen and (max-width: 999px) {
  .p-news__bar__categories {
    gap: 9px;
    width: 100%;
  }
}
.p-news__bar__categories__btn {
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid var(--color-text-main);
  background-color: #FFF;
  color: var(--color-text-main);
  font-size: 14px;
  letter-spacing: 0.84px;
  cursor: pointer;
}
.p-news__bar__categories .is-checked {
  background-color: var(--color-text-main);
  color: #fff;
}
.p-news__list {
  max-width: 760px;
  width: 100%;
  padding-top: 186px;
  padding-bottom: 260px;
}
@media screen and (max-width: 999px) {
  .p-news__list {
    padding-top: 40px;
    padding-bottom: 240px;
    margin-inline: auto;
  }
}
.p-news__list .c-news_item:first-of-type {
  border-top: none !important;
}
.p-news__list__inner {
  border-top: 1px solid var(--color-text-gray);
  background-color: rgba(255, 255, 255, 0.5);
}
.p-news__list .c-news_item_label {
  background-color: var(--color-border-gray);
}
.p-news__list .c-news_item_arrow::after {
  background-color: #fff !important;
}
.p-news__paginate ul {
  position: absolute;
  bottom: 155px;
  left: 556px;
  display: flex;
  -moz-column-gap: 53px;
       column-gap: 53px;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 999px) {
  .p-news__paginate ul {
    justify-content: space-evenly;
    width: calc(100% - 40px);
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-news__paginate ul li {
  width: 40px;
  height: 40px;
  position: relative;
}
.p-news__paginate ul li span, .p-news__paginate ul li a {
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid;
  border-color: transparent;
  transition: border-color 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-news__paginate ul li span:hover, .p-news__paginate ul li a:hover {
  opacity: 0.7;
}
.p-news__paginate ul .current {
  border: 1px solid var(--color-text-main);
}
.p-news__line_r_top {
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(23.938rem, 9.386rem + 18.2vw, 38.5rem)) rotate(30deg);
  transform-origin: right top;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-news__line_r_top {
    width: 55px;
    right: 40px;
    transform: translateX(0px) rotate(20deg);
  }
}

.p-news-single {
  padding: 170px 0 320px;
}
@media screen and (max-width: 999px) {
  .p-news-single {
    padding: 120px 0 200px;
  }
}
.p-news-single__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}
.p-news-single__directory {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (max-width: 999px) {
  .p-news-single__directory {
    justify-content: flex-end;
  }
}
.p-news-single__directory a, .p-news-single__directory p {
  color: var(--color-text-darkgray);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 999px) {
  .p-news-single__directory a, .p-news-single__directory p {
    line-height: 1;
  }
}
.p-news-single__lead__inner {
  max-width: 740px;
  margin-inline: auto;
  margin-top: 14px;
}
@media screen and (max-width: 999px) {
  .p-news-single__lead__inner {
    margin-top: 48px;
  }
}
.p-news-single__lead__date {
  color: var(--color-text-darkgray);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.84px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .p-news-single__lead__date {
    line-height: 1;
  }
}
.p-news-single__lead__category {
  border-radius: 30px;
  border: 1px solid var(--color-text-main);
  background: var(--color-bg-gray);
  padding: 10px 15px;
  font-size: 13px;
  letter-spacing: 0.78px;
  display: inline-block;
  margin-left: 16px;
}
.p-news-single__lead__title {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 999px) {
  .p-news-single__lead__title {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.p-news-single__content {
  margin-top: 24px;
}
.p-news-single__content__inner {
  max-width: 740px;
  margin-inline: auto;
  padding-top: 40px;
  border-top: 1px solid var(--color-border-pages-gray);
}
.p-news-single__content__main-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__main-img {
    margin-bottom: 40px;
  }
}
.p-news-single__content__summary {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__summary {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}
.p-news-single__content__topic {
  border: 1px solid var(--color-border-pages-gray);
  background: var(--color-bg-gray);
  padding: 30px 40px;
  max-width: 740px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__topic {
    padding: 20px 28px 30px;
  }
}
.p-news-single__content__topic a {
  border-bottom: none;
}
.p-news-single__content__topic h2 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  padding: 8px;
  border-bottom: 1px solid var(--color-header-nav);
}
.p-news-single__content__topic h2 span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid var(--color-text-main);
  border-bottom: 0;
  display: inline-block;
  margin-right: 8px;
}
.p-news-single__content__topic__list {
  margin-top: 24px;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__topic__list {
    margin-top: 20px;
  }
}
.p-news-single__content__topic__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__topic__wrapper {
    row-gap: 20px;
  }
}
.p-news-single__content__topic__wrapper__item {
  list-style-type: decimal;
  cursor: pointer;
}
.p-news-single__content__topic__wrapper__item::marker {
  font-family: var(--font-family-main);
  font-size: 15px;
  letter-spacing: 1.2px;
  color: var(--color-text-main);
}
.p-news-single__content__topic__wrapper__item__main {
  font-size: 15px;
  letter-spacing: 1.2px;
  color: var(--color-text-main);
}
.p-news-single__content__topic__wrapper__item__main:hover {
  border-bottom: 1px solid var(--color-header-nav);
}
@media screen and (max-width: 999px) {
  .p-news-single__content__topic__wrapper__item__main:hover {
    border-bottom: none;
  }
}
.p-news-single__content__topic__wrapper__item ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 16px;
  margin-left: 20px;
}
.p-news-single__content__topic__wrapper__item ul .p-news-single__content__topic__wrapper__item__sub {
  list-style-type: disc;
}
.p-news-single__content__topic__wrapper__item ul .p-news-single__content__topic__wrapper__item__sub::marker {
  font-size: 8px;
  color: var(--color-text-main);
}
.p-news-single__content__topic__wrapper__item ul .p-news-single__content__topic__wrapper__item__sub a {
  font-size: 15px;
  letter-spacing: 1.2px;
  color: var(--color-text-main);
}
.p-news-single__content__topic__wrapper__item ul .p-news-single__content__topic__wrapper__item__sub a:hover {
  border-bottom: 1px solid var(--color-header-nav);
}
@media screen and (max-width: 999px) {
  .p-news-single__content__topic__wrapper__item ul .p-news-single__content__topic__wrapper__item__sub a:hover {
    border-bottom: none;
  }
}
.p-news-single__content__list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__list {
    margin-top: 60px;
    row-gap: 60px;
  }
}
.p-news-single__content__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.p-news-single__content__item__title {
  font-size: 24px;
  letter-spacing: 1.92px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.44px;
    padding-bottom: 20px;
  }
}
.p-news-single__content__item__detail-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__detail-wrapper {
    row-gap: 52px;
  }
}
.p-news-single__content__item__detail {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__detail {
    row-gap: 20px;
  }
}
.p-news-single__content__item__detail__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__detail__title {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.p-news-single__content__item__detail__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__detail__text {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}
.p-news-single__content__item__detail__img {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__item__detail__img {
    row-gap: 20px;
  }
}
.p-news-single__content__footer {
  margin-top: 40px;
  padding-top: 80px;
  border-top: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-news-single__content__footer {
    padding-top: 40px;
  }
}
.p-news-single__content__footer__date {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
  display: flex;
}
.p-news-single__content__footer__date span {
  display: inline-block;
  margin-right: 34px;
  color: var(--color-header-nav);
  font-family: var(--font-family-en);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__footer__date span {
    margin-right: 30px;
  }
}
.p-news-single__content__footer__role {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__footer__role {
    margin-top: 24px;
  }
}
.p-news-single__content__footer__role span {
  display: inline-block;
  margin-right: 34px;
  color: var(--color-header-nav);
  font-family: var(--font-family-en);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .p-news-single__content__footer__role span {
    margin-right: 30px;
  }
}
.p-news-single__content .p-news-single__content__summary a,
.p-news-single__content .p-news-single__content__item__detail__text a,
.p-news-single__content .p-news-single__content__item__detail__text a {
  border-bottom: 1px solid var(--color-text-main);
}

.c-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: transform 0.5s ease;
}
.c-header__inner {
  display: grid;
  grid-template-columns: auto clamp(5rem, -19.84rem + 39.74vw, 43.75rem) 1fr auto;
  align-items: center;
  margin-inline: clamp(5rem, 1.25rem + 4.69vw, 8.75rem);
  padding: 0 clamp(1.25rem, 1.56vw, 2.5rem);
  height: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .c-header__inner {
    margin-inline: 20px;
    padding: 0 10px;
    height: 80px;
  }
}
.c-header__logo {
  margin-left: 20px;
  width: 131px;
  position: sticky;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .c-header__logo {
    margin-left: unset;
    width: 90px;
  }
}
.c-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(64%) sepia(5%) saturate(48%) hue-rotate(201deg) brightness(92%) contrast(87%);
  transition: all 0.5s ease;
}
.c-header__list {
  display: flex !important;
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 999px) {
  .c-header__list {
    display: none !important;
  }
}
.c-header__list__item {
  padding: 10px;
  font-size: clamp(0.875rem, 0.75rem + 0.16vw, 1rem);
  position: relative;
  transition: color 0.5s ease;
  cursor: pointer;
}
.c-header__list__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: clamp(2.313rem, 1.813rem + 0.63vw, 2.813rem);
  right: 0;
  background: var(--color-text-main);
  transition: width 0.3s ease;
}
.c-header__list__item:hover {
  color: var(--color-text-gray);
}
.c-header__list__item:hover::after {
  width: 100%;
  left: 0;
}
.c-header__contact {
  font-family: var(--font-family-en);
  padding: 12px 15px;
  border: 1px solid var(--color-text-main);
  color: var(--color-text-main);
  position: relative;
  transition: color 0.3s ease, border 0.5s ease, border-image 0.5s ease;
  transition: color 0.3s ease, border 0.5s ease, border-image 0.5s ease, -o-border-image 0.5s ease;
}
.c-header__contact:hover {
  -o-border-image: linear-gradient(to bottom right, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 92%) 1;
     border-image: linear-gradient(to bottom right, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 92%) 1;
  color: var(--color-text-gray);
}
.c-header_list_item_service {
  background-color: #fff;
  padding: 24px 20px;
  position: absolute;
  top: clamp(4.063rem, 3.438rem + 0.78vw, 4.688rem);
  box-shadow: 0 4px 20px 7px rgba(0, 0, 0, 0.06);
  left: -7vw;
}
.c-header_list_item_service__inner {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.c-header_list_item_service__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-header_list_item_service__item__img {
  width: 265px;
  height: 154px;
  overflow: hidden;
}
.c-header_list_item_service__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.c-header_list_item_service__item__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  color: var(--color-text-main);
  transition: color 0.5s ease;
  position: relative;
}
.c-header_list_item_service__item__text span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 11px;
  height: 1px;
  border-radius: 10px;
  background-color: var(--color-text-main);
  transition: background-color 0.2s ease;
}
.c-header_list_item_service__item__text span::before, .c-header_list_item_service__item__text span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-text-main);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background-color 0.2s ease;
}
.c-header_list_item_service__item__text span::before {
  transform: rotate(45deg);
}
.c-header_list_item_service__item__text span::after {
  transform: rotate(-45deg);
}
.c-header_list_item_service__item:hover .c-header_list_item_service__item__img img {
  transform: scale(1.1);
}
.c-header_list_item_service__item:hover .c-header_list_item_service__item__text {
  color: var(--color-text-gray);
}
.c-header_list_item_service__item:hover .c-header_list_item_service__item__text span {
  background-color: var(--color-text-gray);
}
.c-header_list_item_service__item:hover .c-header_list_item_service__item__text span::before, .c-header_list_item_service__item:hover .c-header_list_item_service__item__text span::after {
  background-color: var(--color-text-gray);
}
.c-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.c-header__nav-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-bg-black);
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 50px;
  transition: all 0.5s ease;
}
.c-header__nav-menu__item {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: #fff;
  display: block;
}
.c-header__nav-menu__item-sub {
  font-size: 12px;
  color: var(--color-text-gray);
  display: block;
  margin-top: 44px;
}
.c-header__nav-menu.active {
  left: 0;
}
.c-header__nav-icon {
  position: absolute;
  top: 32px;
  right: 30px;
  cursor: pointer;
  width: 18px;
  height: 20px;
  z-index: 10;
}
.c-header__nav-icon span {
  transition: all 0.3s;
  position: absolute;
  height: 1px;
  background-color: var(--color-header-nav);
  width: 100%;
  z-index: 10;
}
.c-header__nav-icon span:first-of-type {
  transform-origin: left bottom;
  top: 0px;
}
.c-header__nav-icon span:nth-last-of-type(2) {
  top: 10px;
}
.c-header__nav-icon span:last-of-type {
  transform-origin: left bottom;
  bottom: 0px;
}
.c-header__nav-icon.active {
  width: 25px;
  height: 25px;
}
.c-header__nav-icon.active span:first-of-type {
  top: 0px;
  transform: translateX(8px) rotate(70deg);
}
.c-header__nav-icon.active span:nth-last-of-type(2) {
  opacity: 0;
}
.c-header__nav-icon.active span:last-of-type {
  top: unset;
  bottom: 0;
  transform: translateX(5px) rotate(-70deg);
}

.c-header.is-white .c-header__logo img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.c-header.is-white .c-header__list__item {
  color: #fff;
}
.c-header.is-white .c-header__list__item::after {
  background: #fff;
  transition: width 0.3s ease;
}
.c-header.is-white .c-header__list__item:hover {
  color: var(--color-text-gray);
}
.c-header.is-white .c-header__list__item:hover::after {
  width: 100%;
  left: 0;
}
.c-header.is-white .c-header__contact {
  background-color: var(--color-bg-black);
  color: #fff;
  border: 1px solid #fff;
  transition: color 0.3s ease, border 0.5s ease, border-image 0.5s ease;
  transition: color 0.3s ease, border 0.5s ease, border-image 0.5s ease, -o-border-image 0.5s ease;
}
.c-header.is-white .c-header__contact:hover {
  -o-border-image: linear-gradient(to bottom right, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 92%) 1;
     border-image: linear-gradient(to bottom right, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 92%) 1;
  color: var(--color-text-gray);
}

.c-header__box {
  position: absolute;
  top: 0;
  border-bottom: clamp(0.063rem, 0.08vw, 0.125rem) solid var(--color-border-gray);
  width: 100%;
  height: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
}
@media screen and (max-width: 999px) {
  .c-header__box {
    height: 80px;
  }
}

.top_header .c-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: transform 0.5s ease;
}
.top_header .c-header__inner {
  display: grid;
  grid-template-columns: auto clamp(5rem, -2.619rem + 9.52vw, 12.5rem) 1fr auto;
  align-items: center;
  margin-inline: clamp(5rem, 1.25rem + 4.69vw, 8.75rem);
  padding: 0 clamp(1.25rem, 1.56vw, 2.5rem);
  height: clamp(5.625rem, 4.375rem + 1.56vw, 6.875rem);
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .top_header .c-header__inner {
    margin-inline: 20px;
    padding: 0 10px;
    height: 80px;
  }
}

.c-footer {
  height: 655px;
  background-color: #fff;
  position: relative;
  height: auto;
}
@media screen and (max-width: 999px) {
  .c-footer {
    height: 440px;
  }
}
.c-footer__contact {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: url("../img/fv_origin_bg.png") repeat center/cover;
  background-color: var(--color-bg-black);
  border-radius: 30px;
  max-width: 1200px;
  width: 90vw;
  padding: 145px 0;
}
@media screen and (max-width: 999px) {
  .c-footer__contact {
    top: -120px;
    padding: 67px 24px;
  }
}
.c-footer__contact__main {
  font-family: var(--font-family-en);
  font-size: 64px;
  letter-spacing: 1.92px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #D9FFDC 0%, #FBFFB8 15%, #E7FAFE 30%, #FFCFDB 45%, #fff 50%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .c-footer__contact__main {
    font-size: 40px;
    letter-spacing: 1.2px;
    margin-left: 0;
    background-position: 0% 0;
  }
}
.c-footer__contact__sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-family-main);
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0.9px;
  color: #fff;
  padding: 3px;
  background: linear-gradient(90deg, #D9FFDC 0%, #FBFFB8 15%, #E7FAFE 30%, #FFCFDB 49.8%, transparent 49.9%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out, color 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__contact__sub {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.78px;
    margin-left: 0;
    width: 15em;
  }
}
.c-footer__contact:hover .c-footer__contact__main {
  background-position: 0% 0;
}
.c-footer__contact:hover .c-footer__contact__sub {
  background-position: 0% 0;
  color: var(--color-text-main);
}
@media screen and (max-width: 999px) {
  .c-footer__contact:hover .c-footer__contact__sub {
    background-position: 100% 0;
    color: #fff;
  }
}
.c-footer__inner {
  padding-top: 300px;
  padding-bottom: 20px;
  padding-inline: 40px;
}
@media screen and (max-width: 999px) {
  .c-footer__inner {
    padding-top: 195px;
    padding-inline: 20px;
  }
}
.c-footer__content {
  display: grid;
  grid-template-areas: "list btn" "copy copy";
  justify-content: space-between;
  row-gap: 155px;
}
@media screen and (max-width: 999px) {
  .c-footer__content {
    row-gap: 65px;
  }
}
.c-footer__content__list {
  grid-area: list;
  display: flex;
  flex-direction: column;
}
.c-footer__content__list__logo {
  width: 265px;
}
@media screen and (max-width: 999px) {
  .c-footer__content__list__logo {
    width: 180px;
  }
}
.c-footer__content__list__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(64%) sepia(5%) saturate(48%) hue-rotate(201deg) brightness(92%) contrast(87%);
}
.c-footer__content__list__name {
  margin-top: 40px;
  font-size: 15px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 999px) {
  .c-footer__content__list__name {
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.c-footer__content__list__address {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 999px) {
  .c-footer__content__list__address {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.28px;
  }
}
.c-footer__content__btn {
  grid-area: btn;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
.c-footer__content__btn__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--color-text-main);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__arrow {
    width: 32px;
    height: 32px;
  }
}
.c-footer__content__btn__arrow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2px;
  height: 15px;
  border-radius: 50px;
  background-color: var(--color-text-main);
  transition: height 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__arrow__icon {
    width: 1px;
    height: 11px;
  }
}
.c-footer__content__btn__arrow__icon::before, .c-footer__content__btn__arrow__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 9px;
  border-radius: 50px;
  background-color: var(--color-text-main);
  transform-origin: 50% 1px;
  transition: height 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__arrow__icon::before, .c-footer__content__btn__arrow__icon::after {
    width: 1px;
    height: 7px;
    left: calc(50% - 0.5px);
    transform-origin: 50% 0.5px;
  }
}
.c-footer__content__btn__arrow__icon::before {
  transform: rotate(45deg);
}
.c-footer__content__btn__arrow__icon::after {
  transform: rotate(-45deg);
}
.c-footer__content__btn__text {
  font-family: var(--font-family-en);
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
  width: 65px;
  text-align: center;
  transition: letter-spacing 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__text {
    font-size: 10px;
  }
}
.c-footer__content__btn:hover .c-footer__content__btn__arrow__icon {
  height: 18px;
}
.c-footer__content__btn:hover .c-footer__content__btn__arrow__icon::before, .c-footer__content__btn:hover .c-footer__content__btn__arrow__icon::after {
  height: 11px;
}
.c-footer__content__btn:hover .c-footer__content__btn__text {
  letter-spacing: 0.96px;
}
.c-footer__content__copyright {
  font-family: var(--font-family-en);
  grid-area: copy;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .c-footer__content__copyright {
    font-size: 10px;
  }
}

.c-rainbow_line {
  position: absolute;
  background: linear-gradient(180deg, rgba(217, 255, 220, 0.8) 1%, rgba(255, 207, 219, 0.8) 6.67%, rgba(231, 250, 254, 0.8) 17.78%, rgba(251, 255, 184, 0.8) 48.89%, rgba(217, 255, 220, 0.8) 66.67%, rgba(255, 207, 219, 0.8) 73.33%, rgba(231, 250, 254, 0.8) 84.44%, rgba(251, 255, 184, 0.8) 90%, rgba(217, 255, 220, 0.8) 100%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.c-btn_circle {
  width: clamp(10.625rem, 7.958rem + 3.33vw, 13.25rem);
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-btn_circle {
    width: 130px;
  }
}
.c-btn_circle::before {
  content: "";
  display: block;
  width: clamp(8.375rem, 5.875rem + 3.13vw, 10.875rem);
  height: clamp(8.375rem, 5.875rem + 3.13vw, 10.875rem);
  background: var(--color-border-rainbow);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-btn_circle::before {
    display: none;
  }
}
.c-btn_circle.is-hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.c-btn_circle__animation img {
  animation-name: btn_circle__animation;
  transition-property: all;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-btn_circle__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(8rem, 5.563rem + 3.05vw, 10.438rem);
  height: clamp(8rem, 5.563rem + 3.05vw, 10.438rem);
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid var(--color-text-main);
  transition: border 0.5s ease;
}
@media screen and (max-width: 999px) {
  .c-btn_circle__body {
    top: 50%;
    width: 98px;
    height: 98px;
  }
}
.c-btn_circle__body img {
  position: absolute;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.c-btn_circle__body__normal {
  width: clamp(3.25rem, 2.375rem + 1.09vw, 4.125rem);
  height: clamp(3.25rem, 2.375rem + 1.09vw, 4.125rem);
  top: clamp(2.188rem, 1.375rem + 1.02vw, 3rem);
  transform: translateX(-50%) rotate(-20deg) scale(1);
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-btn_circle__body__normal {
    width: 35px;
    height: 35px;
    top: 30px;
  }
}
.c-btn_circle__body__hover {
  width: clamp(5.375rem, 3.875rem + 1.88vw, 6.875rem);
  top: clamp(2.25rem, 1.849rem + 0.64vw, 2.875rem);
  transform: translateX(-50%) rotate(-20deg) scale(0.5);
  opacity: 0;
}
.c-btn_circle__body:hover {
  border: 1px solid transparent;
}
.c-btn_circle__body:hover .c-btn_circle__body__normal {
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 999px) {
  .c-btn_circle__body:hover .c-btn_circle__body__normal {
    opacity: 1;
    transform: translateX(-52%) rotate(-20deg) scale(1);
  }
}
.c-btn_circle__body:hover .c-btn_circle__body__hover {
  width: clamp(5.375rem, 3.875rem + 1.88vw, 6.875rem);
  top: clamp(2.25rem, 1.5rem + 0.94vw, 3rem);
  transform: translateX(-50%) rotate(-20deg) scale(1);
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-btn_circle__body:hover .c-btn_circle__body__hover {
    opacity: 0;
  }
}

.c-title_main {
  font-family: var(--font-family-en);
  font-size: 64px;
}
@media screen and (max-width: 999px) {
  .c-title_main {
    font-size: 55px;
  }
}
.c-title_main span {
  font-family: var(--font-family-main);
  display: block;
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 4px;
}
@media screen and (max-width: 999px) {
  .c-title_main span {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.c-title_content {
  font-family: var(--font-family-en);
  font-size: 50px;
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .c-title_content {
    font-size: 48px;
  }
}
.c-title_content span {
  display: block;
  margin-top: 15px;
  margin-left: 4px;
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 999px) {
  .c-title_content span {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.c-title_content--small {
  font-family: var(--font-family-en);
  font-size: 44px;
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .c-title_content--small {
    font-size: 48px;
  }
}
.c-title_content--small span {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 999px) {
  .c-title_content--small span {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.c-page_content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 999px) {
  .c-page_content {
    row-gap: 54px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
.c-page_content__title {
  font-family: var(--font-family-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 999px) {
  .c-page_content__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1.2px;
  }
}
.c-page_content__text {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 999px) {
  .c-page_content__text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.84px;
  }
}
.c-page_content__text__name {
  font-size: 13px;
  letter-spacing: 0.52px;
  display: flex;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media screen and (max-width: 999px) {
  .c-page_content__text__name {
    justify-content: flex-end;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.c-page_content__text__name div {
  width: 116px;
}

.c-text-kira {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #222222 0%, #222222 50%, #FBFFB8 60%, #E7FAFE 70%, #FFCFDB 80%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
  background-position: right center;
  background-size: 200%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0) !important;
}

.c-text-kira-2 {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fff 0%, #fff 70%, #FBFFB8 80%, #E7FAFE 90%, #FFCFDB 100%);
  background-position: right center;
  background-size: 200%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0) !important;
}

.c-case_study {
  padding-left: 80px;
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 125px;
       column-gap: 125px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-case_study {
    padding-left: unset;
    flex-direction: column;
    row-gap: 54px;
  }
}
.c-case_study__list {
  width: 100%;
}
.c-case_study__list .c-case_study__list__item {
  max-width: 360px;
}
@media screen and (max-width: 999px) {
  .c-case_study__list .c-case_study__list__item {
    max-width: unset;
  }
}
.c-case_study__list .c-case_study__list__item__img {
  width: 100%;
  aspect-ratio: 360/227;
  overflow: hidden;
}
.c-case_study__list .c-case_study__list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-case_study__list .c-case_study__list__item__content {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .c-case_study__list .c-case_study__list__item__content {
    margin-top: 12px;
  }
}
.c-case_study__list .c-case_study__list__item__content__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 2px;
  background: linear-gradient(90deg, #D9FFDC 0%, #FBFFB8 15%, #E7FAFE 30%, #FFCFDB 49.8%, transparent 49.9%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out, color 0.3s ease;
}
.c-case_study__list .c-case_study__list__item__content__label {
  background-color: var(--color-text-main);
  padding: 6px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .c-case_study__list .c-case_study__list__item__content__label {
    margin-top: 14px;
  }
}
.c-case_study__list .c-case_study__list__item__content__label p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.6px;
  background: linear-gradient(90deg, #D9FFDC 0%, #FBFFB8 15%, #E7FAFE 30%, #FFCFDB 45%, #fff 50%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out;
}
.c-case_study__list .c-case_study__list__item:hover .c-case_study__list__item__content__text {
  background-position: 0% 0;
}
@media screen and (max-width: 999px) {
  .c-case_study__list .c-case_study__list__item:hover .c-case_study__list__item__content__text {
    background-position: 100% 0;
  }
}
.c-case_study__list .c-case_study__list__item:hover .c-case_study__list__item__content__label p {
  background-position: 0% 0;
}
@media screen and (max-width: 999px) {
  .c-case_study__list .c-case_study__list__item:hover .c-case_study__list__item__content__label p {
    background-position: 100% 0;
  }
}
.c-case_study .swiper-pagination {
  position: absolute;
  left: 80px;
  bottom: clamp(2.5rem, -4.196rem + 10.71vw, 4.375rem);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  .c-case_study .swiper-pagination {
    left: 0;
    bottom: -62px;
  }
}
.c-case_study .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent !important;
  font-family: var(--font-family-en);
  font-size: 14px;
  text-align: center;
  margin: 0 16px 0 0 !important;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .c-case_study .swiper-pagination .swiper-pagination-bullet {
    font-size: 15px;
  }
}
.c-case_study .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 0;
}
.c-case_study .swiper-pagination .swiper-pagination-bullet svg circle {
  fill: none;
  stroke: var(--color-text-main);
  stroke-width: 2;
  stroke-dasharray: 0 300;
}
.c-case_study .swiper-pagination .swiper-pagination-bullet-active svg circle {
  animation: animate-circle 5s linear forwards;
}
.c-case_study .swiper-button-prev,
.c-case_study .swiper-button-next {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-case_study .swiper-button-prev,
  .c-case_study .swiper-button-next {
    display: block;
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    bottom: -47px;
    width: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.c-case_study .swiper-button-prev::after,
.c-case_study .swiper-button-next::after {
  background-image: url("../img/home_circle_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  display: block;
}
.c-case_study .swiper-button-prev {
  transform: rotate(180deg);
  right: 53px;
}

.c-news_list .c-news_item {
  border-bottom: 1px solid var(--color-text-gray);
}
.c-news_list .c-news_item:first-of-type {
  border-top: 1px solid var(--color-text-gray);
}
.c-news_list .c-news_item a {
  padding: 40px 32px;
  display: grid;
  grid-template-areas: "date arrow" "title arrow" "label arrow";
  justify-content: space-between;
  align-items: center;
  row-gap: 24px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item a {
    padding: 28px 10px;
    row-gap: 14px;
  }
}
.c-news_list .c-news_item a:hover .c-news_item_arrow::before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item a:hover .c-news_item_arrow::before {
    opacity: 0;
  }
}
.c-news_list .c-news_item a:hover .c-news_item_title-bg, .c-news_list .c-news_item a:hover .c-news_item_title {
  background-position: 0% 0;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item a:hover .c-news_item_title-bg, .c-news_list .c-news_item a:hover .c-news_item_title {
    background-position: 100% 0;
    font-weight: 400;
  }
}
.c-news_list .c-news_item_date {
  grid-area: date;
  color: var(--color-text-darkgray);
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_date {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}
.c-news_list .c-news_item_title-bg {
  padding: 3px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #222 49.8%, transparent 49.9%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out;
}
.c-news_list .c-news_item_title-bg .c-news_item_title {
  grid-area: title;
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #D9FFDC 0%, #FBFFB8 15%, #E7FAFE 30%, #FFCFDB 49.7%, #222 49.8%, #222 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_title-bg .c-news_item_title {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.c-news_list .c-news_item_label {
  grid-area: label;
  font-size: 14px;
  letter-spacing: 0.84px;
  padding: 10px 15px;
  border: 1px solid var(--color-text-gray);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_label {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.c-news_list .c-news_item_arrow {
  grid-area: arrow;
  width: 64px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_arrow {
    width: 40px;
    height: 40px;
  }
}
.c-news_list .c-news_item_arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  height: 11px;
}
.c-news_list .c-news_item_arrow::before {
  content: "";
  width: 64px;
  height: 64px;
  background: linear-gradient(140deg, #FFCFDB 5%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 92%);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_arrow::before {
    display: none;
  }
}
.c-news_list .c-news_item_arrow::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--color-bg-gray);
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .c-news_list .c-news_item_arrow::after {
    background-color: unset;
    border: 1px solid var(--color-text-main);
  }
}
.c-news_list .new .c-news_item_date {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-news_list .new .c-news_item_date::after {
  position: absolute;
  bottom: -2px;
  right: -44px;
  content: "";
  background-image: url("../img/news_new.png");
  width: 34px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .c-news_list .new .c-news_item_date::after {
    width: 25px;
    height: 10px;
    right: -38px;
    bottom: -1px;
  }
}
.c-news_list .no-items {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 1.2;
  padding: 40px 32px;
  border-bottom: 1px solid var(--color-text-gray);
}
@media screen and (max-width: 999px) {
  .c-news_list .no-items {
    padding: 28px 10px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.c-page_index {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 999px) {
  .c-page_index {
    position: sticky;
    top: unset;
    right: unset;
    margin-inline: 20px;
  }
}
.c-page_index__inner {
  border-radius: 6px;
  border: 1px solid var(--color-border-pages-gray);
  background: var(--color-bg-gray);
  padding: 40px;
}
@media screen and (max-width: 999px) {
  .c-page_index__inner {
    background: #fff;
    max-width: 500px;
    margin: 54px auto 0;
  }
}
.c-page_index a:first-of-type {
  margin-top: 0px;
}
.c-page_index a {
  margin-top: 26px;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  font-size: 14px;
  border-bottom: 1px solid var(--color-text-gray);
  transition: color 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-page_index a {
    margin-top: 20px;
    height: 48px;
  }
}
.c-page_index a:hover div::after {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-page_index a:hover div::after {
    opacity: 0;
  }
}
.c-page_index a div {
  width: 28px;
  height: 28px;
  position: relative;
}
.c-page_index a div img {
  transform: rotate(90deg);
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  position: sticky;
  z-index: 2;
}
.c-page_index a div::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid var(--color-text-main);
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease;
}

.c_strengths_item {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .c_strengths_item {
    max-width: 500px;
  }
}
.c_strengths_item__title {
  position: relative;
  margin-top: auto;
}
.c_strengths_item__title__number {
  font-family: var(--font-family-en);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  left: -33px;
  top: 11px;
}
@media screen and (max-width: 999px) {
  .c_strengths_item__title__number {
    font-size: 40px;
    left: 0;
    top: -36px;
  }
}
.c_strengths_item__title div {
  grid-area: title;
  width: -moz-fit-content;
  width: fit-content;
}
.c_strengths_item__title div p {
  background: var(--color-text-main);
  white-space: nowrap;
}
.c_strengths_item__title div p span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.92px;
  background: linear-gradient(-90deg, #D9FFDC 22%, #FBFFB8 44%, #E7FAFE 66%, #FFCFDB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 999px) {
  .c_strengths_item__title div p span {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
  }
}
.c_strengths_item__title div:last-of-type {
  margin-top: 4px;
}
.c_strengths_item__text {
  grid-area: text;
  margin-top: 41px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  max-width: 440px;
  margin-bottom: auto;
}
@media screen and (max-width: 999px) {
  .c_strengths_item__text {
    margin-top: 2px;
    letter-spacing: 1.12px;
    max-width: unset;
  }
}
.c_strengths_item__img {
  grid-area: img;
  max-width: 515px;
  max-height: 326px;
}
.c_strengths_item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes btn_circle__animation {
  0% {
    transform: rotate(0);
    transform-origin: center;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes line-gray-gradation {
  0% {
    background-position: 0 -20%;
  }
  100% {
    background-position: 0 120%;
  }
}
@keyframes animate-circle {
  0% {
    stroke-dasharray: 0 300;
  }
  95% {
    stroke-dasharray: 300 0;
  }
  100% {
    stroke-dasharray: 300 0;
  }
}
@keyframes infinity-loop-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=merge.css.map */