@charset "UTF-8";


:root {
  --spDesign: 375;
  --spViewport: 375;
  --pcDesign: 1432;
  --breakPointSpMin: 374px;
  --breakPointWide: 768px;
  --widthDefault: 97.2rem;
  --heightHeaderSp:6rem;
  --heightHeaderPc:7.2rem;
  --vh:100vh;
  --vw:100vw;
  --sidePaddingSp1:2rem;
  --sidePaddingPc1:3rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --fontEn: "Oswald", sans-serif;
  --colorMain1: #E60012;
  --colorPark1: #08BBB5;
  --colorPark1_dark: #00938E;
  --colorPark2: #FF6200;
  --colorPark2_dark: #E94600;
  --colorPark3: #0069B6;
  --colorPark3_dark: #0052A4;
  --colorBg1: #FFFFFF;
  --colorBg2: #F1F6F9;
  --colorBg3: #F8F7F4;
  --colorBg4: #221B1B;
  --colorText1: #000000;
  --colorLink1: #0072C7;
  --colorBorder1:#DEE8EA;
  --colorBorder2:#C8D6DE;
  --zIndexLoading:200;
  --zIndexHeader:100;
  --zIndexFooter:calc(var(--zIndexHeader) - 1);
  --zIndexModal:calc(var(--zIndexHeader) + 1);
  --transitionBase:.3s;
  --easingBasic:cubic-bezier(0,0,.06,1);
  --leadingTrim: calc((1em - 1lh) / 2);
}


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


html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}


ul[role=list],
ol[role=list] {
  list-style: none;
}


body {
  min-height: 100vh;
  line-height: 1.5;
}


h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}


h1, h2,
h3, h4 {
  text-wrap: balance;
}


a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}


img,
picture {
  max-width: 100%;
  display: block;
}


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


textarea:not([rows]) {
  min-height: 10em;
}


:target {
  scroll-margin-block: 5ex;
}

html {
  font-family: var(--fontBase);
  width: 100%;
  font-size: calc(1000vw / var(--spViewport));
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: var(--colorText1);
  background: var(--colorBg1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-wrap: break-word;
  position: relative;
}
body:has(.l-loading:not(.is-hide)) {
  height: 100vh;
}
body.drawer-open {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

a {
  outline: none;
  color: var(--colorText1);
  text-decoration: underline;
}
a[data-anchor] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, button {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-wrap: wrap;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em {
  font-style: normal;
}

select, input, textarea, button {
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  border: none;
}

select, button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--colorBorder2);
  opacity: 1;
  letter-spacing: 0.06em;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

::selection {
  background-color: rgba(230, 0, 18, 0.2);
  color: var(--colorText1);
}

.l-main {
  overflow: hidden;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.u-svg-sprite {
  font-size: 0;
}
.u-svg-sprite svg {
  width: 100%;
  font-size: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.m-primary-button {
  text-decoration: none;
  width: 20rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-property: color, background, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  padding-bottom: 0.2rem;
  border-radius: 999rem;
  border: 1px solid currentColor;
}
.m-primary-button::before, .m-primary-button::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
}
.m-primary-button::before {
  -webkit-mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/0.65rem auto;
          mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/0.65rem auto;
  background: #FFF;
  z-index: 2;
}
.m-primary-button::after {
  background: var(--colorMain1);
}

.m-primary-button__inner {
  padding-right: 1.9rem;
}

.m-primary-button--back::before, .m-primary-button--back::after {
  right: auto;
  left: 1.2rem;
}
.m-primary-button--back::before {
  scale: -1 1;
}
.m-primary-button--back::after {
  background: #8C8C8C;
}
.m-primary-button--back .m-primary-button__inner {
  padding-right: 0;
  padding-left: 1.9rem;
}

.m-section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.m-section-heading__en {
  display: block;
  font-family: var(--fontEn);
  color: var(--colorMain1);
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.m-section-heading__ja {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0 1.2rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes scaleUp {
  0% {
    scale: 0 0;
    opacity: 0;
  }
  100% {
    scale: 1 1;
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    translate: 0 0.5rem;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes wipeRight {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes logoPathDraw {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes logoPathFill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-animation {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  pointer-events: none;
}
.m-animation--fadein {
  opacity: 0;
}
.m-animation--fadein.js-scrollAnimation.is-animate {
  pointer-events: auto;
  animation-name: fadein;
}
.m-animation--child-fadein {
  opacity: 0;
}
.m-animation--fadeup {
  opacity: 0;
  translate: 0 1.2rem;
}
.m-animation--fadeup.js-scrollAnimation.is-animate {
  pointer-events: auto;
  animation-name: fadeup;
}
.m-animation--child-fadeup {
  opacity: 0;
  translate: 0 1.2rem;
}

.js-scrollAnimation.is-animate .m-animation--child-fadeup {
  pointer-events: auto;
  animation-name: fadeup;
}
.js-scrollAnimation.is-animate .m-animation--child-fadein {
  pointer-events: auto;
  animation-name: fadein;
}

.m-inner {
  width: calc(100% - var(--sidePaddingSp1) * 2);
  margin-inline: auto;
}

.m-subpage-head {
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-subpage-head__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-subpage-head__heading__en {
  color: var(--colorMain1);
  font-family: var(--fontEn);
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.48214286;
  margin-bottom: -1rem;
}

.m-subpage-head__heading__ja {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
  display: block;
}

.m-article-card a {
  text-decoration: none;
}

.m-article-card__thumbnail {
  margin: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 308/201;
}
.m-article-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.m-article-card__content {
  padding: 1.1rem 1.8rem 0;
  transition: color 0.3s;
}

.m-article-card__date {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.m-article-card__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.m-article-pager {
  margin-top: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.m-article-pager__number a,
.m-article-pager__arrow a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  width: 3.2rem;
  line-height: 1;
  border-radius: 0.8rem;
}

.m-article-pager__number,
.m-article-pager__ellipsis {
  margin-inline: 0.3rem;
}

.m-article-pager__arrow {
  margin-inline: 2.1rem;
}
.m-article-pager__arrow:first-child {
  margin-left: 0;
}
.m-article-pager__arrow:last-child {
  margin-right: 0;
}
.m-article-pager__arrow a {
  background: var(--colorMain1);
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
.m-article-pager__arrow a::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  background: #FFF;
  -webkit-mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/contain;
  transition: translate 0.2s ease-in-out;
}
.m-article-pager__arrow:first-child a::after {
  scale: -1 1;
}

.m-article-pager__number a {
  font-family: var(--fontEn);
  font-size: 1.8rem;
  font-weight: 700;
  transition: border 0.3s;
  border: 1px solid transparent;
}
.m-article-pager__number--current a {
  border-color: currentColor;
  background: #fff;
  pointer-events: none;
}

.m-article-pager__ellipsis {
  font-family: var(--fontEn);
  font-size: 1rem;
}

.m-article-head {
  position: relative;
}
.m-article-head::before {
  content: "";
  display: block;
  width: 15rem;
  aspect-ratio: 1/1;
  background: url("/assets/img/common/circle.svg") no-repeat center center/contain;
  position: absolute;
  top: -3.4rem;
  left: 0.4rem;
  z-index: -1;
}

.m-article-head__date {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
  margin-bottom: 1rem;
}

.m-article-head__heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.m-article-thumbnail {
  margin: 4rem auto 0;
  border-radius: 0.49rem;
  overflow: hidden;
}
.m-article-thumbnail img {
  width: 100%;
}

.m-article-content {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 4rem;
}
.m-article-content h2, .m-article-content h3, .m-article-content h4, .m-article-content h5, .m-article-content h6 {
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
.m-article-content :is(:not(h2, h3, h4, h5, h6)) + :is(h2, h3, h4, h5, h6) {
  margin-top: 4rem;
}
.m-article-content h2, .m-article-content h4 {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-article-content h2::before, .m-article-content h4::before {
  content: "";
  border-radius: 0.4rem;
  background: var(--colorPark1);
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 100%;
}
.m-article-content h2 {
  font-size: 2.4rem;
}
.m-article-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.8rem;
}
.m-article-content h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: var(--colorPark1);
}
.m-article-content h4 {
  font-size: 2rem;
}
.m-article-content h5 {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-decoration-color: #E6F6F5;
  text-underline-offset: -0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.m-article-content h6 {
  font-size: inherit;
  font-weight: 700;
}
.m-article-content p {
  margin-block: 1rem;
}
.m-article-content strong {
  font-weight: 700;
}
.m-article-content small {
  display: inline-block;
  font-size: 0.85em;
}
.m-article-content li {
  margin-bottom: 0.2rem;
  position: relative;
}
.m-article-content li:last-child {
  margin-bottom: 0;
}
.m-article-content ol {
  counter-reset: list-item;
}
.m-article-content ol li {
  padding-left: 2.1em;
}
.m-article-content ol li::before {
  content: counter(list-item) "．";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.13em;
  text-align: right;
}
.m-article-content ul li {
  padding-left: 3.2rem;
}
.m-article-content ul li::before {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--colorText1);
  position: absolute;
  left: 1.3rem;
  top: calc(0.5em + 0.4rem);
}
.m-article-content a {
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--colorLink1);
}
.m-article-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  aspect-ratio: 1/1;
  -webkit-mask: url("/assets/img/common/icon_external.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon_external.svg") no-repeat center center/contain;
  margin: 0 0.2rem -0.1em 0.4rem;
  background: currentColor;
}
.m-article-content figure {
  margin: 4rem auto;
}
.m-article-content figcaption {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 1rem;
}
.m-article-content blockquote {
  border-radius: 1.2rem;
  border: 1px solid var(--colorBorder2);
  background: #F9FBFD;
  margin: 4rem 0;
  color: #606B71;
  padding: 2.4rem;
  position: relative;
}
.m-article-content blockquote::before {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 32/23;
  -webkit-mask: url("/assets/img/common/icon_quote.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon_quote.svg") no-repeat center center/contain;
  background: #98B4C4;
  position: absolute;
  top: 0;
  left: 2.4rem;
  translate: 0 -55%;
}
.m-article-content blockquote cite {
  display: block;
  text-align: right;
  font-style: normal;
  margin-top: 0.7rem;
}
.m-article-content blockquote a {
  color: inherit;
}
.m-article-content dt, .m-article-content dd {
  border-bottom: 1px dotted var(--colorBorder2);
}
.m-article-content dt {
  margin: 0;
  font-weight: 700;
  width: 100%;
}
.m-article-content dd {
  margin: 0 0 0.2rem 0;
  padding-bottom: 0.2rem;
}

.m-article-parts-gallery {
  display: grid;
  gap: 1rem;
  margin: 4rem auto;
}
.m-article-parts-gallery--column2 {
  grid-template-columns: 1fr;
}
:is(h2, h3, h4, h5, h6) + .m-article-parts-gallery {
  margin-top: 2rem;
}

.m-article-parts-gallery__item > * {
  margin-block: 0 !important;
}

.m-article-back-button {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body:has(.m-archive) {
  background: url("/assets/img/common/subpage-bg_sp.svg") repeat top calc(3rem + var(--heightHeaderSp)) center/100% auto;
}

.m-archive__articles {
  padding-bottom: 6.8rem;
}

.m-archive__articles__list {
  display: grid;
  gap: 4.2rem;
  grid-template-columns: 1fr;
  width: 29rem;
  margin-inline: auto;
}

.l-header {
  width: 100%;
  height: var(--heightHeaderSp);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: var(--sidePaddingSp1);
  height: 100%;
}

.l-header__logo {
  width: 6rem;
}

.l-header__logo__image {
  width: 100%;
}

.l-header__menu {
  display: flex;
  gap: 1.2rem;
}

.l-header__menu__item {
  list-style: none;
}

.l-header__menu__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid var(--colorMain1);
}
.l-header__menu__link::after {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: var(--colorMain1);
  -webkit-mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon_arrow-right.svg") no-repeat center center/contain;
  flex-shrink: 0;
  transition: translate 0.2s ease-in-out;
}

.l-header__menu__link__en {
  font-family: var(--fontEn);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.l-header__menu__link__ja {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: var(--zIndexLoading);
  pointer-events: none;
}
.l-loading.is-hide {
  animation: fadeout 0.5s ease-in-out both;
}

.l-loading__scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-loading__scene--01 {
  background-color: var(--colorMain1);
  z-index: 2;
}
.l-loading__scene--01.is-hide {
  animation: fadeout 0.5s ease-in-out both;
}

.l-loading__scene__text-block {
  height: 12rem;
  overflow: hidden;
}

.l-loading__scene__text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
body.is-loading .l-loading__scene__text {
  animation: loadingText 2.8s ease-in-out both;
}
.l-loading__scene__text--01 {
  width: 24.386rem;
  margin-inline: auto;
}
.l-loading__scene__text--01 img {
  width: 100%;
}
.l-loading__scene__text--02 {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

@keyframes loadingText {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
    translate: 0 0;
  }
  75% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
    translate: 0 -100%;
  }
}
.l-footer {
  background-color: var(--colorBg4);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4.8rem 0 4rem;
  gap: 1.5rem;
}
.l-footer a {
  color: inherit;
}

.l-footer__logo {
  display: block;
  width: 28.1rem;
  margin-inline: auto;
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__address {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}

.l-footer__menu__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.2rem;
  position: relative;
  text-decoration: none;
}
.l-footer__menu__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__menu__link::after {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: url("/assets/img/common/icon_external.svg") no-repeat center center/contain;
          mask: url("/assets/img/common/icon_external.svg") no-repeat center center/contain;
  flex-shrink: 0;
  transition: translate 0.2s ease-in-out;
  margin: 0.3rem 0.1rem 0 0;
}

.l-footer__copyright {
  text-align: center;
  font-family: var(--fontEn);
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 1.8rem;
}

@media (min-width: 768px){
  .u-only-sp {
    display: none !important;
  }
  .m-section-heading {
    gap: 1rem;
  }
  .m-section-heading__en {
    font-size: 6.4rem;
  }
  .m-section-heading__ja {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .m-section-heading--pc-horizontal {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.8rem;
  }
  .m-section-heading--pc-horizontal .m-section-heading__ja {
    margin-bottom: 0.6rem;
  }
  .m-inner {
    width: min(100% - var(--sidePaddingPc1) * 2, var(--widthDefault));
  }
  .m-subpage-head {
    min-height: 30.1rem;
  }
  .m-subpage-head__heading__en {
    font-size: 8rem;
  }
  .m-subpage-head__heading__ja {
    font-size: 1.8rem;
  }
  .m-article-card__thumbnail {
    border-radius: 1.6rem;
  }
  .m-article-card__content {
    padding: 1.4rem 2rem 0;
  }
  .m-article-card__date {
    font-size: 1.4rem;
  }
  .m-article-card__heading {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
  .m-article-pager {
    margin-top: 10.4rem;
  }
  .m-article-head::before {
    width: 38.8rem;
    top: -8rem;
    left: -14rem;
  }
  .m-article-head__date {
    font-size: 1.6rem;
  }
  .m-article-head__heading {
    font-size: 3.6rem;
  }
  .m-article-thumbnail {
    margin: 5.6rem auto 0;
    width: 64rem;
    border-radius: 0.8rem;
  }
  .m-article-container {
    margin-block: 12rem 10rem;
  }
  .m-article-content {
    margin-top: 5.6rem;
  }
  .m-article-content :is(:not(h2, h3, h4, h5, h6)) + :is(h2, h3, h4, h5, h6) {
    margin-top: 5.6rem;
  }
  .m-article-content h2, .m-article-content h4 {
    padding-left: 2.4rem;
  }
  .m-article-content h2::before, .m-article-content h4::before {
    width: 1rem;
  }
  .m-article-content h2 {
    font-size: 3.2rem;
  }
  .m-article-content h3 {
    font-size: 2.8rem;
    padding-bottom: 1rem;
  }
  .m-article-content h4 {
    font-size: 2.2rem;
    padding-left: 2.1rem;
  }
  .m-article-content h4::before {
    width: 0.7rem;
  }
  .m-article-content h5 {
    font-size: 1.8rem;
  }
  .m-article-content figure {
    margin: 5.6rem auto;
  }
  .m-article-content blockquote {
    padding: 3.2rem;
    margin: 5.6rem 0;
    border-radius: 1.6rem;
  }
  .m-article-content blockquote::before {
    left: 3.2rem;
  }
  .m-article-content dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-article-content dt, .m-article-content dd {
    padding-block: 0.3rem;
  }
  .m-article-content dd {
    margin: 0;
  }
  .m-article-parts-gallery {
    margin: 5.6rem auto;
    gap: 2rem;
  }
  .m-article-parts-gallery--column2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-article-back-button {
    margin-top: 5.6rem;
  }
  body:has(.m-archive) {
    background-image: url("/assets/img/common/subpage-bg.svg");
    background: url("/assets/img/common/subpage-bg.svg") repeat top calc(4rem + var(--heightHeaderPc)) center/max(100%, 140rem) auto;
  }
  .m-archive__articles {
    padding-bottom: 10.4rem;
  }
  .m-archive__articles__list {
    width: min(100% - var(--sidePaddingPc1) * 2, var(--widthDefault));
    grid-template-columns: repeat(3, 1fr);
    gap: 4.4rem 2.4rem;
  }
  .l-header {
    height: var(--heightHeaderPc);
  }
  .l-header__inner {
    padding-inline: var(--sidePaddingPc1);
    align-items: flex-end;
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    margin: 0 auto;
  }
  .l-header__logo {
    width: 22.5rem;
    margin-bottom: 0.8rem;
  }
  .l-header__menu {
    gap: 2.4rem;
  }
  .l-header__menu__link {
    gap: 1rem;
    padding-block: 0.8rem;
  }
  .l-header__menu__link__en {
    font-size: 2rem;
  }
  .l-header__menu__link__ja {
    font-size: 1.2rem;
  }
  .l-loading__scene__text--01 {
    width: 64rem;
  }
  .l-loading__scene__text--02 {
    font-size: 2.8rem;
    line-height: 1.46428571;
  }
  .l-footer {
    padding: 6.8rem 0 4rem 0;
    gap: 2.4rem;
  }
  .l-footer__logo {
    width: 33rem;
  }
  .l-footer__address {
    font-size: 1.6rem;
  }
  .l-footer__menu {
    gap: 2.4rem;
  }
  .l-footer__menu__link {
    font-size: 1.6rem;
  }
  .l-footer__copyright {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  html {
    font-size: 0.9775171065vw;
  }
}

@media (min-width: 1024px){
  html {
    font-size: 10px;
  }
}

@media (max-width: 767px){
  .u-only-wide {
    display: none !important;
  }
  .m-article-container {
    width: calc(100% - 4.8rem);
    margin-block: 6.4rem;
  }
  .m-article-content dt {
    border-bottom: none;
  }
}

@media (any-hover: hover){
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .m-primary-button:hover {
    opacity: 1;
    background: var(--colorMain1);
    color: #fff;
    border-color: var(--colorMain1);
  }
  .m-primary-button--back:hover {
    background: #F3F3F3;
    color: var(--colorText1);
    border-color: currentColor;
  }
  .m-article-card a:hover {
    opacity: 1;
  }
  .m-article-card__inner:hover .m-article-card__thumbnail img {
    scale: 1.2244898;
  }
  .m-article-card__inner:hover .m-article-card__content {
    color: #747474;
  }
  .m-article-pager__number a:hover,
  .m-article-pager__arrow a:hover {
    opacity: 1;
  }
  .m-article-pager__arrow:first-child a:hover::after {
    translate: -0.2rem 0;
  }
  .m-article-pager__arrow:last-child a:hover::after {
    translate: 0.2rem 0;
  }
  .m-article-pager__number:hover a {
    background: #fff;
    border-color: currentColor;
  }
  .l-header__logo a:hover {
    opacity: 1;
  }
  .l-header__menu__link:hover {
    opacity: 1;
  }
  .l-header__menu__link:hover::after {
    translate: 0.3rem 0;
  }
  .l-footer__logo:hover {
    opacity: 1;
  }
  .l-footer__menu__link:hover {
    opacity: 1;
  }
  .l-footer__menu__link:hover::after {
    translate: 0.2rem 0;
  }
}

@media screen and (-ms-high-contrast: none){
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}