@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-text-darkgray-2: #949495;
  --color-blog-summary-gray: #f0f0f0ab;
  --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-blog-title-rainbow: linear-gradient(90deg, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 90%);
  --color-pink: #FFCFDB;
  --color-blue: #E7FAFE;
  --color-green: #D9FFDC;
  --color-purple: #EFE9FF;
  --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;
}

.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 0svh, #F0F0F0 60svh, #D9FFDC 70svh, #FBFFB8 84svh, #E7FAFE 93svh, #FFCFDB 100svh, #F0F0F0 110svh);
  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: 120svh;
  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: 215svh;
  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: 280svh;
    transform: translateX(64px) rotate(24deg);
  }
}
.p-home__line_r_casestudy {
  bottom: 0px;
  left: 50%;
  width: 55px;
  height: 10000px;
  transform: translateX(1250px) rotate(-36deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 999px) {
  .p-home__line_r_casestudy {
    transform: translateX(1040px) rotate(-36deg);
  }
}
@media screen and (max-width: 650px) {
  .p-home__line_r_casestudy {
    bottom: 0;
    transform: translateX(1080px) rotate(-33deg);
  }
}
.p-home__line_r_bottom {
  bottom: 0px;
  left: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(6.25rem, 37.679rem - 39.29vw, 13.125rem)) rotate(-31deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 999px) {
  .p-home__line_r_bottom {
    width: 55px;
    transform: translateX(-498px) rotate(30deg);
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .p-home__line_r_bottom {
    transform: translateX(-528px) rotate(35deg);
  }
}
.p-home .p-home_origin__btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 1;
  top: calc(100svh + 800px);
}
@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);
    top: calc(100svh + 1080px);
  }
}
.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_blog__btn {
  position: absolute;
  top: 135px;
  transform: none;
  left: clamp(0rem, -9.5rem + 8vw, 0.5rem);
  z-index: 5;
  width: 155px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__btn {
    top: unset;
    bottom: 1800px;
    left: 50%;
    transform: translateX(-50%) rotate(32deg);
    width: 130px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_blog__btn {
    bottom: 1820px;
  }
}
.p-home .p-home_blog__btn::before {
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__btn::before {
    display: none;
  }
}
.p-home .p-home_blog__btn .c-btn_circle__body {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__btn .c-btn_circle__body {
    width: 98px;
    height: 98px;
  }
}
.p-home .p-home_blog__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_blog__btn .c-btn_circle__body:hover .c-btn_circle__body__normal {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.p-home .p-home_news__btn {
  position: absolute;
  top: 135px;
  transform: none;
  left: clamp(0rem, -9.5rem + 8vw, 0.5rem);
  z-index: 5;
  width: 155px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__btn {
    top: unset;
    left: 50%;
    bottom: 820px;
    transform: translateX(-50%) rotate(-30deg);
    width: 130px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_news__btn {
    bottom: 950px;
    transform: translateX(-50%) rotate(-35deg);
  }
}
.p-home .p-home_news__btn::before {
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__btn::before {
    display: none;
  }
}
.p-home .p-home_news__btn .c-btn_circle__body {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__btn .c-btn_circle__body {
    width: 98px;
    height: 98px;
  }
}
.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: 100svh;
}
.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: 64.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: 15svh;
    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: 100svh;
  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_blog {
  padding: 140px 80px 0px;
  background-color: var(--color-bg-gray);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog {
    padding: 80px 40px 0px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_blog {
    padding: 80px 20px 0px;
  }
}
.p-home .p-home_blog__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 85px;
       column-gap: 85px;
  max-width: 1120px;
  margin-inline: auto;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__inner {
    flex-direction: column;
    row-gap: 53px;
  }
}
.p-home .p-home_blog__title {
  position: sticky;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-home .p-home_blog__content {
  position: sticky;
  z-index: 2;
  width: 100%;
}
.p-home .p-home_blog__content_list {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list {
    flex-direction: column;
  }
}
.p-home .p-home_blog__content_list .c-blog-card a {
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card a {
    padding-block: 24px;
    flex-direction: row;
    border-bottom: 1px solid var(--color-text-gray);
    height: 150px;
  }
  .p-home .p-home_blog__content_list .c-blog-card a:hover {
    opacity: 1;
  }
}
.p-home .p-home_blog__content_list .c-blog-card a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card:first-of-type {
    border-top: 1px solid var(--color-text-gray);
  }
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__thumb {
    flex: unset;
    max-width: 160px;
  }
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
.p-home .p-home_blog__content_list .c-blog-card__body {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__body {
    margin-top: 0;
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.p-home .p-home_blog__content_list .c-blog-card__body__title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__body__title {
    font-feature-settings: "palt", "vhal";
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.56px;
    max-width: unset;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_blog__content_list .c-blog-card__body__title {
    -webkit-line-clamp: 2;
  }
}
.p-home .p-home_blog__content_list .c-blog-card__body__detail {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__body__detail {
    margin-top: unset;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-home .p-home_blog__content_list .c-blog-card__body__detail__writer {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__body__detail__writer {
    display: none;
  }
}
.p-home .p-home_blog__content_list .c-blog-card__body__label {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_blog__content_list .c-blog-card__body__label {
    font-size: 13px;
    margin-top: unset;
  }
}
.p-home .p-home_news {
  padding: 180px 80px 140px;
  background-color: var(--color-bg-gray);
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news {
    padding: 120px 40px 230px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_news {
    padding: 120px 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;
  position: relative;
}
@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%;
}
@media screen and (max-width: 999px) {
  .p-home .p-home_news__content .c-news_item a {
    height: 150px;
  }
}
@media screen and (max-width: 650px) {
  .p-home .p-home_news__content .c-news_item a {
    height: 172px;
  }
}
.p-home .p-home_news__content .c-news_item a .c-news_item_title {
  max-width: unset;
  -webkit-line-clamp: 2;
}/*# sourceMappingURL=home.css.map */