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;
}

* {
  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);
  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;
  }
}

.c-paginate {
  position: absolute;
}
@media screen and (max-width: 999px) {
  .c-paginate {
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
  }
}
.c-paginate .nav-links {
  display: flex;
  -moz-column-gap: 53px;
       column-gap: 53px;
  align-items: center;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 999px) {
  .c-paginate .nav-links {
    justify-content: space-evenly;
    margin-inline: auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.c-paginate .nav-links .page-numbers {
  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;
}
@media screen and (max-width: 999px) {
  .c-paginate .nav-links .page-numbers {
    width: clamp(1.875rem, 8vw, 2.5rem);
    height: clamp(1.875rem, 8vw, 2.5rem);
    line-height: clamp(1.875rem, 8vw, 2.5rem);
  }
}
.c-paginate .nav-links .page-numbers:hover {
  opacity: 0.7;
}
.c-paginate .nav-links .current {
  border: 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.3s ease;
  cursor: pointer;
  text-align: center;
}
.c-header__list__item::before {
  content: attr(data-hover);
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: transparent;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s ease;
}
.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: transparent;
}
.c-header__list__item:hover::before {
  color: var(--color-text-darkgray-2);
}
.c-header__list__item:hover::after {
  width: 100%;
  left: 0;
}
.c-header__list__item--icon .is-en, .c-header__list__item--icon .is-ja {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.c-header__list__item--icon .is-en img, .c-header__list__item--icon .is-ja img {
  width: 16px;
  margin-left: 3px;
  filter: invert(7%) sepia(38%) saturate(0%) hue-rotate(275deg) brightness(111%) contrast(89%);
  transition: 0.3s ease;
}
.c-header__list__item--icon .is-en {
  opacity: 1;
  color: var(--color-text-main);
}
.c-header__list__item--icon .is-ja {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-text-darkgray-2);
  font-size: 13px;
}
.c-header__list__item--icon:hover img {
  filter: invert(68%) sepia(0%) saturate(681%) hue-rotate(306deg) brightness(89%) contrast(78%);
}
.c-header__list__item--icon:hover .is-en {
  opacity: 0;
}
.c-header__list__item--icon:hover .is-ja {
  opacity: 1;
}
.c-header__list__item_about::before {
  font-size: 12px;
}
.c-header__contact {
  font-family: var(--font-family-en);
  padding: 9px 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::before {
  content: attr(data-hover);
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: transparent;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s 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: transparent;
}
.c-header__contact:hover::before {
  color: var(--color-text-darkgray-2);
}
.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: 100svh;
  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;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header__nav-menu__item img {
  filter: invert(99%) sepia(4%) saturate(307%) hue-rotate(328deg) brightness(112%) contrast(100%);
  width: 20px;
  position: absolute;
  right: -23px;
}
.c-header__nav-menu__item-sub {
  font-size: 12px;
  color: var(--color-text-gray);
  display: block;
  margin-top: 44px;
}
.c-header__nav-menu .is-contact {
  border: 1px solid #fff;
  padding: 10px 20px;
}
.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 img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(102%) contrast(103%);
}
.c-header.is-white .c-header__list__item:hover {
  color: transparent;
}
.c-header.is-white .c-header__list__item:hover::before {
  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__list__item:hover img {
  filter: invert(78%) sepia(7%) saturate(5%) hue-rotate(8deg) brightness(107%) contrast(93%);
}
.c-header.is-white .c-header__list .is-en, .c-header.is-white .c-header__list .is-ja {
  color: #fff;
}
.c-header.is-white .c-header__list .is-en:hover, .c-header.is-white .c-header__list .is-ja:hover {
  color: var(--color-text-gray);
}
.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: transparent;
}
.c-header.is-white .c-header__contact:hover::before {
  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;
  }
}

.home .c-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: transform 0.5s ease;
}
.home .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) {
  .home .c-header__inner {
    margin-inline: 20px;
    padding: 0 10px;
    height: 80px;
  }
}

.c-footer {
  background-color: var(--color-bg-black);
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-footer {
    background-color: #fff;
  }
}
.c-footer__inner {
  padding: 80px 40px 13px;
  max-width: 1450px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .c-footer__inner {
    padding-inline: 20px;
    max-width: 500px;
  }
}
.c-footer__btn {
  display: flex;
  -moz-column-gap: clamp(2.5rem, -1.944rem + 5.56vw, 5rem);
       column-gap: clamp(2.5rem, -1.944rem + 5.56vw, 5rem);
  padding-inline: 10px;
}
@media screen and (max-width: 999px) {
  .c-footer__btn {
    margin-top: -200px;
    flex-direction: column;
    padding-inline: unset;
    row-gap: 20px;
  }
}
.c-footer__btn--blog, .c-footer__btn--contact, .c-footer__btn--service {
  border-radius: 20px;
  width: 50%;
  max-width: 700px;
  aspect-ratio: 555/340;
  background: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-footer__btn--blog, .c-footer__btn--contact, .c-footer__btn--service {
    width: 100%;
    max-width: 500px;
    row-gap: 24px;
  }
}
.c-footer__btn--blog::before, .c-footer__btn--contact::before, .c-footer__btn--service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .c-footer__btn--blog::before, .c-footer__btn--contact::before, .c-footer__btn--service::before {
    display: none;
  }
}
.c-footer__btn--blog h3, .c-footer__btn--contact h3, .c-footer__btn--service h3 {
  font-feature-settings: "palt";
  font-family: var(--font-family-en);
  font-size: 50px;
  letter-spacing: 1.5px;
  background: linear-gradient(99deg, #FFCFDB 1.86%, #E7FAFE 50.63%, #FBFFB8 82.23%, #D9FFDC 107.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__btn--blog h3, .c-footer__btn--contact h3, .c-footer__btn--service h3 {
    font-size: 32px;
    letter-spacing: 0.64px;
    border-bottom: none;
    padding-bottom: 10px;
    position: relative;
  }
  .c-footer__btn--blog h3::before, .c-footer__btn--contact h3::before, .c-footer__btn--service h3::before {
    content: "";
    width: 280px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-footer__btn--blog p, .c-footer__btn--contact p, .c-footer__btn--service p {
  color: #FFF;
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 999px) {
  .c-footer__btn--blog p, .c-footer__btn--contact p, .c-footer__btn--service p {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
.c-footer__btn--blog:hover::before, .c-footer__btn--contact:hover::before, .c-footer__btn--service:hover::before {
  opacity: 1;
}
.c-footer__btn--blog:hover h3, .c-footer__btn--contact:hover h3, .c-footer__btn--service:hover h3 {
  -webkit-text-fill-color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .c-footer__btn--blog:hover h3, .c-footer__btn--contact:hover h3, .c-footer__btn--service:hover h3 {
    -webkit-text-fill-color: transparent;
    border-bottom: none;
  }
}
.c-footer__btn--contact::before {
  background-image: url("../img/footer_btn_contact.png");
}
.c-footer__btn--blog::before {
  background-image: url("../img/footer_btn_blog.png");
}
.c-footer__btn--service {
  display: none;
}
.c-footer__btn--service::before {
  background-image: url("../img/footer_btn_service.png");
}
.c-footer__content {
  margin-top: 80px;
  display: grid;
  grid-template-areas: "list btn" "copy copy";
  justify-content: space-between;
  row-gap: 155px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .c-footer__content {
    margin-top: 50px;
    row-gap: 65px;
    color: var(--color-text-main);
  }
}
.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;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn {
    color: var(--color-text-main);
  }
}
.c-footer__content__btn__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__arrow {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-text-main);
  }
}
.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: #fff;
  transition: height 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-footer__content__btn__arrow__icon {
    width: 1px;
    height: 11px;
    background-color: var(--color-text-main);
  }
}
.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: #fff;
  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;
    background-color: var(--color-text-main);
  }
}
.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%;
  opacity: 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;
}

.c-blog-card a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 999px) {
  .c-blog-card a {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
}
.c-blog-card__thumb {
  flex: 1;
}
.c-blog-card__thumb img {
  aspect-ratio: 347/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card__body {
  flex: 2;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body {
    flex: 1.15;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.c-blog-card__body__title {
  font-feature-settings: "vhal";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 600px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 999px) {
  .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;
  }
}
.c-blog-card__body__detail {
  margin-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body__detail {
    margin-top: unset;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-blog-card__body__detail__writer {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body__detail__writer {
    display: none;
  }
}
.c-blog-card__body__detail__writer-icon {
  width: 27px;
  height: 27px;
  border-radius: 100px;
  overflow: hidden;
}
.c-blog-card__body__detail__writer-icon img {
  width: 27px;
  height: 27px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-blog-card__body__detail__writer-name {
  font-family: var(--font-family-en);
  font-size: 13px;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body__detail__writer-name {
    font-size: 12px;
  }
}
.c-blog-card__body__detail__date {
  font-family: var(--font-family-en);
  font-size: 13px;
  color: var(--color-text-darkgray-2);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body__detail__date {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.c-blog-card__body__label {
  font-feature-settings: "palt" on;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.6px;
  padding: 5px 10px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  .c-blog-card__body__label {
    font-feature-settings: "palt";
    font-size: 13px;
    letter-spacing: 0.52px;
    margin-top: unset;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.c-blog-card__body__label.is-ad-basic {
  background: var(--color-pink);
}
.c-blog-card__body__label.is-ad-advance {
  background: var(--color-blue);
}
.c-blog-card__body__label.is-marketing {
  background: var(--color-green);
}
.c-blog-card__body__label.is-mind {
  background: var(--color-purple);
}
.c-blog-card__body__label.is-tools {
  background: var(--color-yellow);
}

@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=common.css.map */