* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  /* scroll-behavior: smooth; */
  container-type: inline-size;
  margin-top: 0 !important;
  font-size: 1.1111111111cqw;
}

@media screen and (max-width: 879px) {
  html {
    font-size: 4.1025641026vw;
  }
}
body {
  margin: 0;
  font-family: var(--font-koburina);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
p,
li {
  color: var(--color-foreground);
  line-height: 1;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-zen-mincho);
  font-weight: 500;
}

p {
  font-size: 1.25rem;
  font-weight: 400;
}

a {
  text-decoration: none;
  font-family: var(--font-zen-mincho);
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

span {
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
}

img {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
}

/* --------------------------------------------------- */
/* responsive */
/* --------------------------------------------------- */
.pc-d {
  display: block;
}

.sp-d {
  display: none;
}

@media screen and (max-width: 879px) {
  .pc-d {
    display: none;
  }
  .sp-d {
    display: block;
  }
}
/* --------------------------------------------------- */
/* header */
/* --------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.75rem;
  z-index: 100;
  background: var(--color-base);
  padding: 0 2.5rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.7s ease, opacity 0.7s ease;
  will-change: transform, opacity;
}
.header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.header__logo {
  width: 7.8125rem;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__btn {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: 1.75rem;
  padding: 0;
  color: inherit;
}
.header__btn-line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-foreground);
}

.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.global_nav__inner {
  width: 100%;
  height: 100%;
  padding-top: 5.75rem;
  display: flex;
  justify-content: flex-end;
}
.global_nav__list {
  display: flex;
  flex-direction: column;
  background: var(--color-base);
  padding: 0 2.5rem;
  width: 25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global_nav__list::-webkit-scrollbar {
  display: none;
}
.global_nav__item {
  border-bottom: 1px solid var(--color-foreground);
}
.global_nav__item:last-of-type {
  border-bottom: none;
}
.global_nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.global_nav__link-img {
  width: auto;
  height: 2rem;
}
.global_nav__link-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  font-family: var(--font-zen-mincho);
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--color-foreground);
}
.global_nav__link-chevron {
  width: 1.5rem;
  height: auto;
}

@media screen and (max-width: 879px) {
  .header {
    padding: 0 1.5rem;
    height: 4.5rem;
  }
  .header__logo {
    width: 7rem;
  }
  .global_nav__inner {
    padding-top: 4.5rem;
  }
  .global_nav__list {
    padding: 0 1.5rem;
  }
}
/* --------------------------------------------------- */
/* footer */
/* --------------------------------------------------- */
.footer {
  background: var(--color-foreground);
  padding: 6.25rem 7.5rem 0;
  margin-top: 10rem;
}
.footer__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo img {
  width: auto;
  height: 1.5rem;
  object-fit: cover;
  object-position: center;
}
.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.footer__box {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__line {
  background: var(--color-base);
  border-radius: 1.25rem 0;
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer__line span {
  font-family: var(--font-zen-mincho);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-foreground);
  white-space: nowrap;
}
.footer .line_logo {
  width: 3rem;
  height: 3rem;
}
.footer .line_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer__bottom {
  width: 100%;
  margin-top: 11.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--color-base);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 879px) {
  .footer {
    padding: 4rem 1.25rem 0;
    margin-top: 6.25rem;
  }
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    margin-bottom: 3rem;
  }
  .footer__logo img {
    height: 1.75rem;
  }
  .footer__nav {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .footer__box {
    display: grid;
    grid-template-areas: "a c" "b c";
    gap: 0 1.25rem;
  }
  .footer__box .footer_nav_link {
    grid-area: a;
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
  .footer__item {
    grid-area: b;
    gap: 0;
  }
  .footer__item:last-child {
    grid-area: c;
  }
  .footer__bottom {
    margin-top: 3rem;
  }
  .footer__line {
    flex-direction: column-reverse;
    padding: 1.5rem 1.5rem 1.125rem;
    gap: 1.125rem;
    border-radius: 1rem 0;
  }
  .footer__line span {
    text-align: center;
    line-height: 1.5;
  }
  .footer .line_logo {
    width: 3.5rem;
    height: 3.5rem;
  }
}
/* --------------------------------------------------- */
/* components */
/* --------------------------------------------------- */
.section_title_sm {
  position: relative;
}
.section_title_sm__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1rem);
  width: 3.5rem;
  height: 1px;
  background: var(--color-foreground);
}
.section_title_sm__label {
  margin: 0;
  font-family: var(--font-figtree);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.section_title_lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.section_title_lg__img {
  width: auto;
  height: 5rem;
}
.section_title_lg .h2_20_lh100 {
  text-align: center;
}

.curve.sp-d {
  display: none;
}
.curve.pc-d {
  display: block;
}
.curve__path {
  fill: var(--color-white);
}
.curve__path--base {
  fill: var(--color-base);
}

.page_link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page_link__icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--color-foreground);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_link__icon-img {
  width: 1.5rem;
  height: auto;
}
.page_link__text {
  font-family: var(--font-zen-mincho);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-foreground);
}

.blog__inner {
  padding: 0 7.5rem;
  display: flex;
  align-items: flex-start;
  gap: 7.5rem;
}
.blog__wrapper {
  flex: none;
}
.blog__wrapper .section_title_lg {
  align-items: flex-start;
}
.blog__wrapper .section_title_lg .h2_20_lh100 {
  text-align: left;
}
.blog__cat_list {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.blog__cat_list-item {
  background-color: var(--color-white);
  border-radius: 1.25rem 0;
  width: 13.75rem;
}
.blog__cat_list-link {
  font-family: var(--font-koburina);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-foreground);
  padding: 1rem 1.25rem;
  display: block;
}
.blog__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
.blog__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog__item {
  border-bottom: 1px solid var(--color-foreground);
  width: 100%;
}
.blog__item:first-of-type {
  border-top: 1px solid var(--color-foreground);
}
.blog__link {
  padding: 2.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.blog__info {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex: 1;
}
.blog__time {
  font-family: var(--font-zen-old-mincho);
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  color: var(--color-foreground);
}
.blog__categories {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog__categories-item {
  border: 1px solid var(--color-foreground);
  border-radius: 0.375rem 0;
  padding: 0.5rem;
}
.blog__categories-link {
  font-family: var(--font-koburina);
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--color-foreground);
  display: block;
}
.blog__thumbnail {
  flex: none;
  aspect-ratio: 3/2;
  width: 13.125rem;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 2.5rem 0;
}
.blog__no_posts {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 1.25rem 0;
  padding: 2.5rem;
  text-align: center;
  font-family: var(--font-koburina);
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--color-foreground);
}

@media screen and (max-width: 879px) {
  .section_title_sm {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .section_title_sm__line {
    position: static;
    transform: none;
    width: 1.5rem;
  }
  .section_title_lg {
    gap: 0.75rem;
  }
  .section_title_lg__img {
    height: 3.25rem;
  }
  .section_title_lg .h2_20_lh100 {
    font-size: 1rem;
  }
  .curve.sp-d {
    display: block;
  }
  .curve.pc-d {
    display: none;
  }
  .page_link {
    gap: 0.75rem;
  }
  .page_link__icon {
    width: 3rem;
    height: 3rem;
  }
  .page_link__icon-img {
    width: 1.25rem;
  }
  .blog__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0 1.25rem;
    gap: 2.5rem;
  }
  .blog__wrapper {
    width: 100%;
  }
  .blog__wrapper .section_title_lg {
    margin-bottom: 2.5rem;
  }
  .blog__cat_list {
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .blog__cat_list-item {
    width: auto;
    border-radius: 0.75rem 0;
  }
  .blog__cat_list-link {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
  .blog__content {
    width: 100%;
    gap: 2rem;
  }
  .blog__link {
    padding: 2rem 0;
    gap: 1rem;
  }
  .blog__info {
    flex-direction: column;
    gap: 0.5rem;
  }
  .blog__desc .p_16_lh200 {
    line-height: 1.75;
  }
  .blog__thumbnail {
    width: 40%;
    border-radius: 1.25rem 0;
    max-width: 100%;
  }
  .blog__time {
    font-size: 0.75rem;
    line-height: 1;
  }
  .blog__categories {
    margin-top: 0.875rem;
  }
}
.pagination {
  width: 100%;
}
.pagination ul.page-numbers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.5rem;
}
.pagination ul.page-numbers li {
  width: 2.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul.page-numbers li .current {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zen-mincho);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-base);
  background-color: var(--color-foreground);
  border-radius: 0.75rem 0;
  border: 1px solid var(--color-foreground);
}
.pagination ul.page-numbers li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zen-mincho);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-foreground);
  border: 1px solid var(--color-foreground);
  border-radius: 0.75rem 0;
}
.pagination ul.page-numbers li a img {
  width: 1.5rem;
  height: auto;
}
.pagination ul.page-numbers li:has(a.next) {
  position: absolute;
  right: 0;
}
.pagination ul.page-numbers li:has(a.prev) {
  position: absolute;
  left: 0;
}

.h2_40_lh150 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.h2_40_lh100 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.h2_20_lh100 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.h3_28_lh150 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.h3_24_lh100 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.h4_18_lh100 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-zen-mincho);
  color: var(--color-foreground);
}

.p_16_lh200 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  font-family: var(--font-koburina);
  color: var(--color-foreground);
}

.p_16_lh100 {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-family: var(--font-koburina);
  color: var(--color-foreground);
}

.p_14_lh200 {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 300;
  font-family: var(--font-koburina);
  color: var(--color-foreground);
}

.footer_nav_link {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-base);
}

.footer_copyright {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-base);
}

.footer_privacy_policy {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-base);
}

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