@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body {
  color: #131313;
  background-color: #ffffff;
  font-weight: 400;
}

body.is-fixed {
  overflow: hidden;
  touch-action: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #131313;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

ol, ul {
  list-style: none;
}

:root {
  --stroke-color: #131313;
  --border-width: 3px;
}

.arw {
  transition: 0.3s ease;
}

.footer {
  position: relative;
  width: 100%;
  height: 72px;
  overflow: hidden;
}
.footer::before {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  border-bottom: var(--border-width) solid var(--stroke-color);
  background: #ffffff;
  content: "";
  transition: opacity 0.2s linear;
}
.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 4%;
    justify-content: left;
  }
}
.footer__page-top {
  position: fixed;
  bottom: 12px;
  right: 4%;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid var(--stroke-color);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__page-top {
    width: 46px;
    height: 46px;
  }
}
.footer__page-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer__page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.footer__page-top:hover {
  transform: translateY(-4px);
  background-color: #ffce23;
}
.footer__page-top .icon-arrow {
  width: 26px;
  height: 22px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .footer__page-top .icon-arrow {
    width: 24px;
    height: 20px;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    min-height: 80px;
    transition: 0.3s;
  }
}
.header::before, .header .header_logo {
  position: absolute;
  top: 0;
  height: 100%;
}
.header::before {
  z-index: 2;
  left: 0;
  width: 100%;
  border-bottom: var(--border-width) solid var(--stroke-color);
  background: #ffffff;
  content: "";
  transition: opacity 0.2s linear;
}
.header .header_logo {
  z-index: 3;
  left: 4.8%;
}
.header .header_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header_logo a img {
  width: auto;
  height: 72%;
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    height: 80px;
    left: 4%;
  }
}
.header .header_nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 18px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 4%;
  min-width: 400px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .header_nav {
    min-width: 100vw;
    height: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
  }
}
.header .header_nav__list {
  z-index: 2;
  gap: 18px;
  display: flex;
  justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header .header_nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.2s;
    gap: 12px;
  }
}
.header .header_nav__list-item, .header .header_nav__list-item a {
  position: relative;
}
.header .header_nav__list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .header_nav__list-item a::before {
  background: #ffce23;
  content: "";
  display: block;
  width: 100%;
  height: 24%;
  position: absolute;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.header .header_nav__list-item a:hover {
  text-decoration: none;
}
.header .header_nav__list-item a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header .header_nav .btn-link.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header.is-open {
    height: 100vh;
    z-index: 9999;
  }
  .header.is-open .header_logo {
    height: 80px;
  }
  .header.is-open .header_nav__list {
    opacity: 1;
    visibility: visible;
  }
  .header.is-open .header_nav__list-item a {
    font-size: 20px;
    padding: 16% 0;
  }
  .header.is-open .header_nav .btn-link.nav-btn {
    opacity: 1;
    visibility: visible;
  }
  .sp-menu {
    position: fixed;
    right: 4%;
    top: 28px;
    z-index: 10000;
  }
  .sp-menu__bar {
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer;
  }
  .sp-menu__bar .bar {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #131313;
    transition: all 0.3s;
  }
  .sp-menu__bar .bar:nth-child(1) {
    top: 0;
  }
  .sp-menu__bar .bar:nth-child(2) {
    top: 11px;
  }
  .sp-menu__bar .bar:nth-child(3) {
    bottom: 0;
  }
}
.sp-menu__bar.is-open .bar:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.sp-menu__bar.is-open .bar:nth-child(2) {
  opacity: 0;
}
.sp-menu__bar.is-open .bar:nth-child(3) {
  bottom: 11px;
  transform: rotate(-45deg);
}

.header_nav__list {
  opacity: 1;
  visibility: visible;
}

.btn-link {
  margin: 6em auto 0;
}
@media screen and (max-width: 480px) {
  .btn-link {
    margin: 4em auto 0;
  }
}

.btn-link.nav-btn {
  margin: 0;
}

.btn-link--line {
  margin: 6em auto 0;
}
@media screen and (max-width: 480px) {
  .btn-link--line {
    margin: 4em auto 0;
  }
}

.wrapper {
  padding: 100px 4vw 4vw;
}
@media screen and (min-width: 1081px) {
  .wrapper {
    padding: 100px 8vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 80px 4vw;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 80px 5vw;
  }
}

.top-section {
  z-index: 1;
  position: relative;
  padding: 10rem 4vw 10rem;
}
@media screen and (max-width: 768px) {
  .top-section {
    padding: 9rem 2vw 9rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section {
    padding: 7rem 0 7rem;
  }
}
.top-section::before {
  position: absolute;
  z-index: 2;
  left: -4vw;
  top: 0;
  width: 100vw;
  border-top: var(--border-width) solid var(--stroke-color);
  content: "";
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 1081px) {
  .top-section::before {
    left: -8vw;
  }
}
@media screen and (max-width: 480px) {
  .top-section::before {
    left: -5vw;
  }
}

.top-section--blog {
  margin-top: clamp(120px, 6vh, 160px);
}
@media screen and (max-width: 768px) {
  .top-section--blog {
    margin-top: clamp(100px, 12vh, 120px);
  }
}
@media screen and (max-width: 480px) {
  .top-section--blog {
    margin-top: clamp(80px, 10vh, 100px);
  }
}

.top-section.top-section--news::before {
  left: 0;
}

.top-section--news {
  width: 100vw;
  padding: 8rem 8vw 7rem;
  margin-left: calc(-50vw + 50%);
  background-color: #dbdbdb;
}
@media screen and (max-width: 768px) {
  .top-section--news {
    padding: 6rem 6vw 6rem;
  }
}

.page-section {
  z-index: 1;
  position: relative;
  padding: 10rem 4vw 10rem;
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 6rem 2vw 8rem;
  }
}
@media screen and (max-width: 480px) {
  .page-section {
    padding: 4rem 0 2rem;
  }
}

.page-container {
  position: relative;
  padding: 4em 1.2em 6em;
}
@media screen and (max-width: 480px) {
  .page-container {
    padding: 4em 1em 6em;
  }
}
.page-container::before {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  border-top: var(--border-width) solid var(--stroke-color);
  content: "";
  transition: opacity 0.2s linear;
}
.page-container::after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: var(--border-width) solid var(--stroke-color);
  content: "";
  transition: opacity 0.2s linear;
}
.page-container__article .article__header {
  margin-bottom: 2em;
}
.page-container__article .article__header time {
  font-weight: 600;
}
.page-container__article .article__header--title {
  margin-top: 0.5em;
  font-size: clamp(28px, 2vw, 32px);
}
@media screen and (max-width: 480px) {
  .page-container__article .article__header--title {
    font-size: clamp(20px, 2vw, 24px);
  }
}
.page-container__article .article__txt p + p {
  margin-top: 1em;
}

.btn-link {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .btn-link {
    width: 200px;
  }
}
.btn-link .btn {
  width: 100%;
  height: 48px;
  padding: 0 22px 0 24px;
  position: relative;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  background-color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .btn-link .btn {
    padding: 0 18px 0 22px;
    height: 44px;
  }
}
.btn-link .btn:hover {
  background-color: #ffce23;
}
.btn-link .btn:hover .arw {
  transform: translateX(4px);
}
.btn-link .btn span {
  font-weight: 600;
}
.btn-link .btn .arw {
  display: flex;
  align-items: center;
}
.btn-link .btn .arw .icon-arrow {
  width: 26px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .btn-link .btn .arw .icon-arrow {
    width: 24px;
    height: 20px;
  }
}
.btn-link .btn .btn-link__frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.btn-link.nav-btn {
  width: auto;
  height: auto;
}
.btn-link.nav-btn .btn {
  padding: 0 18px;
  height: 100%;
  transition: color 0.3s ease;
  color: #ffffff;
  background-color: #131313;
}
.btn-link.nav-btn .btn:hover {
  color: #ffce23;
}
@media screen and (max-width: 768px) {
  .btn-link.nav-btn .btn span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.btn-link--line {
  display: flex;
  width: 220px;
  height: 48px;
  padding: 0 4px;
  position: relative;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .btn-link--line {
    width: 200px;
    height: 44px;
  }
}
.btn-link--line .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-link--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #131313;
  z-index: 0;
}
.btn-link--line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #ffce23;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.btn-link--line:hover::after {
  transform: scaleX(1);
}
.btn-link--line:hover .arw {
  transform: translateX(4px);
}
.btn-link--line span {
  font-weight: 600;
}
.btn-link--line .arw {
  display: flex;
  align-items: center;
}
.btn-link--line .arw .icon-arrow {
  width: 26px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .btn-link--line .arw .icon-arrow {
    width: 24px;
    height: 20px;
  }
}
.btn-link--line-prev, .btn-link--line-next {
  width: 140px;
}
.btn-link--line-prev a, .btn-link--line-next a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .btn-link--line-prev a, .btn-link--line-next a {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .btn-link--line-prev, .btn-link--line-next {
    margin: 6em 0 0;
    width: 18vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-link--line-prev, .btn-link--line-next {
    margin: 4em 0 0;
    width: 40px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }
  .btn-link--line-prev span, .btn-link--line-next span {
    display: none;
  }
}
.btn-link--line-prev a {
  flex-direction: row-reverse;
}
.btn-link--line-prev .icon-arrow {
  transform: rotate(-180deg);
}
.btn-link--line-prev:hover .arw {
  transform: translateX(-4px);
}

.arw-circle {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid var(--stroke-color);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .arw-circle {
    width: 46px;
    height: 46px;
  }
}
.arw-circle {
  transition: transform 0.3s ease;
}
.arw-circle:hover {
  transform: translateX(4px);
  background-color: #ffce23;
}
.arw-circle .icon-arrow {
  width: 26px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .arw-circle .icon-arrow {
    width: 24px;
    height: 20px;
  }
}

.btn-link.pagination {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 20px);
}
@media screen and (max-width: 480px) {
  .btn-link.pagination {
    font-size: clamp(16px, 2vw, 18px);
  }
}
.btn-link.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}
.btn-link.pagination .previouspostslink {
  margin-right: 10vw;
}
@media screen and (max-width: 768px) {
  .btn-link.pagination .previouspostslink {
    margin-right: 6vw;
  }
}
.btn-link.pagination .previouspostslink .icon-arrow {
  transform: rotate(-180deg);
}
.btn-link.pagination .nextpostslink {
  margin-left: 10vw;
}
@media screen and (max-width: 768px) {
  .btn-link.pagination .nextpostslink {
    margin-left: 6vw;
  }
}
.btn-link.pagination .arw-circle {
  transition: transform 0.3s ease;
}
.btn-link.pagination .arw-circle:hover {
  background-color: #ffce23;
}
@media screen and (max-width: 480px) {
  .btn-link.pagination .arw-circle {
    width: 42px;
    height: 42px;
  }
}
.btn-link.pagination .previouspostslink.arw-circle:hover {
  transform: translateX(-4px);
}
.btn-link.pagination .nextpostslink.arw-circle:hover {
  transform: translateX(4px);
}
.btn-link.pagination .current, .btn-link.pagination .page {
  display: inline-block;
  position: relative;
  margin: 0 0.8em;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  .btn-link.pagination .current, .btn-link.pagination .page {
    margin: 0 0.4em;
  }
}
.btn-link.pagination .current::before, .btn-link.pagination .page::before {
  z-index: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background: #131313;
  content: "";
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-link.pagination .current::before {
  transform: scale(0.6, 1);
}
.btn-link.pagination .page:hover {
  transform: scale(1.2);
  color: #131313;
}
.btn-link.pagination .page:hover::before {
  transform: scale(0.6, 1);
}
.btn-link.pagination .page {
  color: #888888;
}

.page-section__end-area {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.page-section__end-area .btn-link {
  grid-column: 2;
  justify-self: center;
}
.page-section__end-area .btn-link--line-prev {
  display: flex;
  grid-column: 1;
  justify-self: start;
}
.page-section__end-area .btn-link--line-next {
  display: flex;
  grid-column: 3;
  justify-self: end;
}

.blog-card {
  contain: layout style;
  position: relative;
}
.blog-card a {
  font-size: clamp(14px, 1.3vw, 16px);
  contain: layout style;
  position: relative;
  display: grid;
  width: 100%;
}
.blog-card a .blog-list__list-img {
  contain: layout style;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
}
.blog-card a .blog-list__list-img figure {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog-card a .blog-list__list-img figure img.front-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-card a .blog-list__frame {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog-card a .blog-list__meta {
  font-weight: 600;
  margin-top: 0.6em;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .blog-card a .blog-list__meta {
    letter-spacing: 0.02em;
  }
}
.blog-card a .blog-list__meta .category {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #131313;
  border-radius: 9999px;
  color: #ffffff;
  height: 1.5em;
  padding: 0 0.5em;
  font-size: 0.9em;
}
.blog-card a .blog-list__title {
  margin-top: 0.4em;
  font-weight: bold;
  line-height: 1.6;
  font-size: clamp(14px, 1.3vw, 16px);
}
.blog-card a:hover .blog-list__list-img {
  border-radius: 4px;
}
.blog-card a:hover .blog-list__list-img figure {
  transform: scale(1.14);
}
.blog-card a:hover .blog-list__frame {
  transform: scale(1.05);
}
.blog-card .ico-new {
  display: grid;
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 8px;
  place-items: center;
  aspect-ratio: 1/1;
  width: 16%;
  min-width: 40px;
  max-width: 48px;
  height: auto;
}
.blog-card .ico-new::before {
  z-index: 1;
  position: relative;
  content: "NEW";
  line-height: 1;
  font-weight: 700;
  font-size: clamp(11px, 1vw, 14px);
}
.blog-card .ico-new svg {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.blog-card .ico-new svg circle {
  fill: #ffce23;
  stroke: #131313;
  stroke-width: 2.5;
}
@media screen and (max-width: 768px) {
  .blog-card .ico-new svg circle {
    stroke-width: 2.4;
  }
}
@media screen and (max-width: 480px) {
  .blog-card .ico-new svg circle {
    stroke-width: 2;
  }
}

.illust-box {
  contain: layout style;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .illust-box:not(:last-child) {
    padding-bottom: 6vw;
    border-bottom: 2px solid #131313;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .illust-box:not(:last-child) {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 1080px) and (max-width: 480px) {
  .illust-box:not(:last-child) {
    padding-bottom: 12vw;
  }
}
.illust-box__item {
  font-size: clamp(14px, 1.3vw, 16px);
  display: flex;
  gap: 1.2em;
  width: 100%;
  height: 18vh;
  margin-bottom: 4vw;
}
@media screen and (max-width: 1080px) {
  .illust-box__item {
    justify-content: center;
    gap: 2em;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .illust-box__item {
    margin-bottom: 8vw;
  }
}
.illust-box__item .illust-group {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .illust-box__item .illust-group {
    width: auto;
  }
}
.illust-box__item .illust-group .illust-box__illust-img {
  contain: layout style;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 9999px;
}
@media screen and (max-width: 1080px) {
  .illust-box__item .illust-group .illust-box__illust-img {
    width: auto;
    height: 100%;
  }
}
.illust-box__item .illust-group .illust-box__illust-img figure {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.illust-box__item .illust-group .illust-box__illust-img figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.illust-box__item .illust-group .illust-box__frame {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
}
@media screen and (max-width: 1080px) {
  .illust-box__item .illust-group .illust-box__frame {
    width: auto;
    height: 100%;
  }
}
.illust-box__item .text-group .illust-box-title {
  margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
  .illust-box__item .text-group .illust-box-title {
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .illust-box__item .text-group .illust-box-title {
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .illust-box__item .text-group .illust-box-title {
    margin-top: 0;
  }
}
.illust-box__item .text-group .illust-box-title .svg-text {
  height: clamp(32px, 2vw, 44px);
}
.illust-box__item .text-group .illust-box-title .svg-text text {
  font-size: clamp(32px, 2vw, 44px);
  stroke-width: 0.05em;
}
@media screen and (max-width: 480px) {
  .illust-box__item .text-group .illust-box-title .svg-text {
    height: clamp(28px, 2vw, 40px);
  }
  .illust-box__item .text-group .illust-box-title .svg-text text {
    font-size: clamp(28px, 2vw, 40px);
  }
}
.illust-box__item .text-group .illust-box-title--ac .svg-text text {
  fill: #EF402E;
}
.illust-box__item .text-group .illust-box-title--stock .svg-text text {
  fill: #ffce23;
}
.illust-box__item .text-group .illust-box-title--line .svg-text text {
  fill: #75D661;
}
.illust-box__item .text-group .illust-comment {
  font-weight: 700;
}
.illust-box .btn-link {
  margin: 1em auto 0;
}
@media screen and (max-width: 1080px) {
  .illust-box .btn-link {
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 1080px) {
  .illust-box .btn-flex {
    display: flex;
    justify-content: center;
    gap: 3em;
  }
  .illust-box .btn-flex .btn-link {
    margin: 2em 0 0;
  }
}
@media screen and (max-width: 768px) {
  .illust-box .btn-flex {
    display: block;
  }
  .illust-box .btn-flex .btn-link {
    margin: 2em auto 0;
  }
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.svg-text {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.svg-text text {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  fill: #ffffff;
  stroke: #131313;
  stroke-width: 2px;
  stroke-linejoin: round;
  dominant-baseline: hanging;
  text-anchor: start;
}

.top-hd {
  margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
  .top-hd {
    margin-bottom: 2em;
  }
}
.top-hd .svg-text {
  height: 56px;
}
.top-hd .svg-text text {
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  .top-hd .svg-text {
    height: 48px;
  }
  .top-hd .svg-text text {
    font-size: 48px;
    font-size: 3rem;
  }
}

.page-header {
  margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
  .page-header {
    margin-bottom: 2em;
  }
}
.page-header .page-hd .svg-text {
  height: 56px;
}
.page-header .page-hd .svg-text text {
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  .page-header .page-hd .svg-text {
    height: 48px;
  }
  .page-header .page-hd .svg-text text {
    font-size: 48px;
    font-size: 3rem;
  }
}
.page-header .jp {
  margin-top: 0.5em;
  font-weight: 700;
}
.page-header--news, .page-header--blog {
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .page-header--news, .page-header--blog {
    margin-bottom: 3em;
  }
}

.illust-link-area {
  background-color: #dbdbdb;
  border-radius: 6px;
  border: 2px solid #131313;
  margin: 6em auto 0;
  padding: 4rem 4vw 4rem;
  max-width: 1120px;
}
.illust-link-area__title {
  font-size: clamp(44px, 2vw, 48px);
  margin-bottom: 0.7em;
}
.illust-link-area__title .svg-text {
  height: 48px;
}
.illust-link-area .btn-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  column-gap: 1.2em;
  row-gap: 1.4em;
  contain: layout style;
}
.illust-link-area .btn-flex .btn-link {
  margin: 0;
}

.news-list {
  position: relative;
}
.news-list--top::before, .news-list--page::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: var(--border-width) solid var(--stroke-color);
  border-radius: 9999px;
  content: "";
}
.news-list--top::after, .news-list--page::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: var(--border-width) solid var(--stroke-color);
  border-radius: 9999px;
  content: "";
}

.news-list__item {
  border-bottom: var(--border-width) solid var(--stroke-color);
  background-color: #ffffff;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__item a {
  display: grid;
  grid-template-columns: 10em 1fr 48px;
  gap: 0 16px;
  align-items: center;
  min-height: 5.2em;
  padding: 0.5em 1.2em;
  font-size: clamp(16px, 2vw, 18px);
}
@media screen and (max-width: 768px) {
  .news-list__item a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.6em calc(1.2em + 46px) 0.6em 1.2em;
  }
  .news-list__item a .arw-circle {
    position: absolute;
    right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .news-list__item a {
    padding: 0.8em calc(1em + 46px) 0.8em 1em;
  }
}
.news-list__item a:hover {
  background-color: #ffce23;
}
.news-list__item a:hover .arw-circle {
  transform: translateX(4px);
  background-color: #ffffff;
}
.news-list__item a time {
  font-weight: 600;
}
.news-list__item a .news-list__title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: clamp(16px, 2vw, 18px);
}

.section--page-blog .blog-nav {
  display: flex;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  gap: 1.5em;
}
.section--page-blog .blog-nav::after {
  display: block;
  z-index: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-width);
  border-radius: 9999px;
  background: var(--stroke-color);
  content: "";
}
.section--page-blog .blog-nav .blog-nav__link {
  color: #888888;
  position: relative;
  font-weight: 600;
  line-height: 1;
}
.section--page-blog .blog-nav .blog-nav__link .txt {
  display: inline-block;
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
}
.section--page-blog .blog-nav .blog-nav__link .txt::before {
  z-index: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background: #131313;
  content: "";
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section--page-blog .blog-nav .blog-nav__link .count {
  display: inline-block;
  font-size: clamp(10px, 2vw, 14px);
  position: relative;
  letter-spacing: 0;
  vertical-align: top;
  margin: 0 0 0 2px;
}
.section--page-blog .blog-nav .blog-nav__link .count::before {
  content: "(";
}
.section--page-blog .blog-nav .blog-nav__link .count::after {
  content: ")";
}
.section--page-blog .blog-nav .blog-nav__link:hover {
  color: #131313;
}
.section--page-blog .blog-nav .blog-nav__link:hover .txt::before {
  transform: scale(1, 1);
}
.section--page-blog .blog-nav .blog-nav__link.is-current {
  color: #131313;
}
.section--page-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.4em;
  row-gap: 2.5em;
  contain: layout style;
}
@media screen and (max-width: 1080px) {
  .section--page-blog .blog-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1em;
    row-gap: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  .section--page-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1em;
    row-gap: 2.2em;
  }
}

.page-container__article .article__header--meta {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-container__article .article__header--meta .category {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #131313;
  border-radius: 9999px;
  color: #ffffff;
  height: 1.5em;
  padding: 0 0.5em;
  font-size: 0.9em;
}
.page-container__article .article__img {
  margin: 2em auto;
}
.page-container__article .article__txt--link {
  position: relative;
  overflow: visible;
  overflow-x: hidden;
  letter-spacing: 0;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .page-container__article .article__txt--link {
    padding: 0;
  }
}
.page-container__article .article__txt--link::before {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--stroke-color);
  content: "";
}
.page-container__article .article__txt--link:hover::before {
  animation: line-scale 0.4s forwards;
}

@keyframes line-scale {
  0% {
    scale: 0 1;
  }
  to {
    scale: 1 1;
  }
}
.top-section--illust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5vw;
  contain: layout style;
}
@media screen and (max-width: 1080px) {
  .top-section--illust {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4em;
  }
}
.top-section--illust .illust-box {
  contain: layout style;
  position: relative;
}

.main-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: clamp(120px, 6vh, 160px);
}
@media screen and (max-width: 768px) {
  .main-visual {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: clamp(100px, 12vh, 120px);
  }
}
@media screen and (max-width: 480px) {
  .main-visual {
    padding-top: clamp(80px, 10vh, 100px);
  }
}
.main-visual__image-area {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .main-visual__image-area {
    min-width: 300px;
  }
}
.main-visual__text-area {
  position: relative;
  width: 50%;
  padding-left: clamp(48px, 5.6vw, 88px);
}
@media screen and (max-width: 768px) {
  .main-visual__text-area {
    width: 100%;
    padding-left: 0;
  }
}
.main-visual__text-area .text-placeholder {
  visibility: hidden;
}
.main-visual__text-area .text-typing {
  position: absolute;
  top: 0;
}
.main-visual__text-area--greeting {
  transform: translateY(-2.4vh);
  width: 100%;
  white-space: nowrap;
  font-size: min(80px, 5.6vw);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main-visual__text-area--greeting {
    font-size: max(56px, 8vw);
  }
}
@media screen and (max-width: 480px) {
  .main-visual__text-area--greeting {
    font-size: max(36px, 12vw);
  }
}
.main-visual__text-area--tagline {
  transform: translateY(-2.4vh);
  width: 100%;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  white-space: normal;
}
.main-visual .scroll-down {
  position: absolute;
  right: clamp(0px, 2vw, 320px);
  bottom: clamp(20px, 2vh, 40px);
  width: clamp(110px, 12vw, 160px);
  height: clamp(110px, 12vw, 160px);
}
@media screen and (max-width: 768px) {
  .main-visual .scroll-down {
    bottom: -2vh;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .scroll-down {
    bottom: -6vh;
    width: 100px;
    height: 100px;
  }
}
.main-visual .scroll-down svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-visual .scroll-down__arw-down {
  width: clamp(28px, 4vw, 48px);
  height: clamp(28px, 6vw, 48px);
}
.main-visual .scroll-down__circle-down {
  width: clamp(110px, 12vw, 160px);
  height: clamp(110px, 12vw, 160px);
}
@media screen and (max-width: 480px) {
  .main-visual .scroll-down__circle-down {
    width: 100px;
    height: 100px;
  }
}
.main-visual .scroll-down__circle-down {
  animation: rotate-circle 20s linear infinite;
}

@keyframes rotate-circle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.top-section--news .top-hd {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .top-section--news .top-hd {
    margin-bottom: 2em;
  }
}
.top-section--news .btn-link--line {
  margin: 2.5em 0 0 auto;
}

.top-section--profile .profile-image-area {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-section--profile {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "title  image" "button image";
    column-gap: 1vw;
    align-items: center;
    justify-content: center;
  }
  .top-section--profile .top-hd {
    grid-area: title;
    align-self: end;
    margin-right: 4vw;
  }
  .top-section--profile .profile-image-area {
    grid-area: image;
    display: flex;
    align-items: center;
  }
  .top-section--profile .btn-link {
    grid-area: button;
    align-self: start;
    margin: 0;
  }
}
.page-container--profile .page-container__article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-container--profile .page-container__article {
    display: block;
  }
}
.page-container--profile .page-container__article .article__img {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page-container--profile .page-container__article .article__img {
    width: 100%;
    margin-bottom: 4em;
  }
}
.page-container--profile .page-container__article .article__txt {
  width: 50%;
  margin: 0 0 0 4vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-container--profile .page-container__article .article__txt {
    margin: 2em auto 0;
    width: 100%;
  }
}

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