@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, div {
  margin: 0;
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

ul {
  list-style: none;
  padding: 0;
}

/* --------------------------------------------
  base
----------------------------------------------- */
html {
  font-size: 62.5%;
  touch-action: manipulation;
  overflow: visible;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS 1c", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #3e3e3e;
  background-color: #ffffff;
  background: url(../images/background.webp) repeat;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
}

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

a {
  color: #333333;
}

a,
button {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease ease-out 0s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.6;
  transition: all 0.3s ease ease-out 0s;
}
@media only screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
    transition: none;
  }
}

input,
textarea,
select {
  font-family: "M PLUS 1c", sans-serif;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9d9d9d;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

img,
video {
  width: 100%;
  vertical-align: bottom;
}

/* ========================================
  Header Base
======================================== */
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 138px;
  z-index: 1000;
  transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  /* ========================================
    スクロール時（ヘッダー縮小）
  ======================================== */
}
.l-header__container {
  width: 100%;
  height: 138px;
  display: flex;
  align-items: center;
  padding: 0 56px 0 47px;
  transition: height 0.3s ease, padding 0.3s ease;
}
.l-header.is-scrolled {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .l-header__container {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header.is-scrolled .c-nav__list--white .c-nav__link {
  color: #333333;
}

/* ========================================
  タブレット以下
======================================== */
@media (max-width: 1023px) {
  .l-header {
    height: 80px;
  }
  .l-header__container {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ========================================
  モバイルサイズ
======================================== */
@media (max-width: 768px) {
  .l-header {
    height: 67px;
  }
  .l-header__container {
    height: 67px;
    padding: 22px 0 22px 20px;
  }
  .l-header .c-social {
    display: none;
  }
}
/* --------------------------------------------
  main
----------------------------------------------- */
.l-main--top {
  padding-top: 138px;
}

@media only screen and (max-width: 1023px) {
  .l-main--top {
    padding-top: 0;
  }
}
.l-main {
  padding-top: 0;
}

/* --------------------------------------------
  container
----------------------------------------------- */
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* --------------------------------------------
  footer
----------------------------------------------- */
/* ========================================
  Logo Base
======================================== */
.c-logo {
  width: 198px;
}
.c-logo.is-active {
  z-index: 999;
}
@media (max-width: 768px) {
  .c-logo {
    width: 91px;
    line-height: 1;
  }
}

/* ========================================
  Footer Logo
======================================== */
.c-logo--footer {
  width: 275px;
}
@media (max-width: 1023px) {
  .c-logo--footer {
    width: 206px;
  }
}

/* ========================================
  ハンバーガー（SP用）
======================================== */
.c-hamburger {
  display: none;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: flex;
    width: 56px;
    height: 56px;
    background-color: #ffa600;
    border-radius: 0 0 12px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
    transition: background-color 0.4s ease, border-radius 0.4s ease;
    z-index: 999;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .c-hamburger__bar {
    width: 17px;
    height: 2px;
    background-color: white;
    margin: 2px 0;
    border-radius: 1px;
    transition: transform 0.4s ease, opacity 0.3s ease, background-color 0.4s ease;
  }
  .c-hamburger__label {
    margin-top: 2px;
    font-size: 0.7rem;
    transition: color 0.4s ease;
  }
}
.c-hamburger.is-active {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
.c-hamburger.is-active .c-hamburger__bar:nth-child(1) {
  transform: translateY(4px) rotate(-45deg);
  background-color: #FFA500;
}
.c-hamburger.is-active .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__bar:nth-child(3) {
  transform: translate(-1px, -8px) rotate(-135deg);
  background-color: #FFA500;
}
.c-hamburger.is-active .c-hamburger__label {
  color: #FFA500;
}

/* ========================================
  ハンバーガーメニュー本体
======================================== */
.c-hamburger__menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  z-index: 998;
  overflow-y: auto;
}
.c-hamburger__menu.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .c-hamburger__menu {
    display: none !important;
  }
}

/* ========================================
  メニューの中身
======================================== */
.c-hamburger__main {
  background-color: #ffa600;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-hamburger__main::after {
  content: "";
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffa600;
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

.c-hamburger__message {
  max-width: 300px;
  margin-top: 117px;
}

.c-hamburger__list {
  display: flex;
  flex-direction: column;
}

.c-hamburger__item a {
  display: block;
  padding: 1.4em 0;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  width: 115px;
  position: relative;
}
.c-hamburger__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(../images/button-arrow-left-s.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.c-hamburger__item a.disabled {
  pointer-events: none;
  color: #666;
}
.c-hamburger__item a.disabled::after {
  background: url(../images/arrow-gray.svg) no-repeat center center;
}

/* ========================================
  メニュー下部（SNSなど）
======================================== */
.c-hamburger__footer {
  background: url(../images/background.webp) repeat;
  padding-top: 57px;
}

.c-hamburger__social-title {
  color: #ffa600;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 42px;
}

.c-hamburger__social-list {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.c-hamburger__copyright {
  padding-top: 57px;
  color: #ffa600;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 42px;
}

/* ========================================
  Navigation
======================================== */
.c-nav {
  margin-left: auto;
}
.c-nav__list {
  display: flex;
  gap: 2em;
}
@media (max-width: 1023px) {
  .c-nav__list {
    gap: 1.5em;
    font-size: 0.9em;
  }
}
.c-nav__list--white .c-nav__link {
  color: #ffffff;
}
.c-nav__link {
  font-weight: 700;
  color: #333333;
}
@media (max-width: 768px) {
  .c-nav {
    display: none;
  }
}

/* --------------------------------------------
  social
----------------------------------------------- */
.c-social {
  display: flex;
  gap: 15px;
  margin-left: 36px;
}
.c-social__item {
  height: 36px;
  width: 36px;
}
.c-social__item a {
  transition: all 0.3s ease;
}
.c-social__item a:hover {
  transform: scale(1.1);
}

.c-social-footer {
  display: flex;
  gap: 16px;
  margin-top: 75px;
}
.c-social-footer__icon {
  height: 36px;
  width: 36px;
}
.c-social-footer__link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-social-footer__link img {
  transition: all 0.3s ease;
}
.c-social-footer__link:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1023px) {
  .c-social-footer {
    margin-top: 42px;
    padding-left: 20px;
    flex-direction: column;
  }
}
/* --------------------------------------------
  news-card
----------------------------------------------- */
.c-news-card {
  max-width: calc(33% - 18px);
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.25);
}
.c-news-card__image {
  width: 100%;
  aspect-ratio: 353/180;
  overflow: hidden;
}
.c-news-card img {
  aspect-ratio: 353/180;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: transform 0.3s ease;
}
.c-news-card__header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-news-card__body {
  padding: 15px 15px 30px 15px;
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-news-card__category {
  align-items: center;
  background-color: #FFD106;
  border-radius: 999px;
  color: #000000;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  width: 90px;
}
.c-news-card__date {
  align-items: center;
  color: #FFD106;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
}
.c-news-card__title {
  margin-top: 8px;
  color: #3e3e3e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-news-card a:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1023px) {
  .c-news-card {
    max-width: calc(50% - 9px);
  }
}
@media only screen and (max-width: 576px) {
  .c-news-card {
    max-width: 100%;
  }
}
/* --------------------------------------------
  news-mini
----------------------------------------------- */
.c-news-mini__link {
  display: flex;
  gap: 7px;
}
@media (max-width: 1023px) {
  .c-news-mini__link {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .c-news-mini__link {
    gap: 7px;
  }
}
.c-news-mini__image {
  overflow: hidden;
  width: 129px;
  height: 93px;
  border-radius: 16px;
  flex-shrink: 0;
}
.c-news-mini__image img {
  width: 129px;
  height: 93px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.c-news-mini__body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.c-news-mini__date {
  color: #ffa600;
  font-family: "M+ 1c";
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
}
.c-news-mini__title {
  color: #3e3e3e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.04px;
}
.c-news-mini a:hover .c-news-mini__image img {
  transform: scale(1.1);
}

/* --------------------------------------------
  scroll-indicator
----------------------------------------------- */
.c-scroll-indicator {
  bottom: -180px;
  position: absolute;
  right: 92px;
}

.c-scroll-indicator__text {
  bottom: 0;
  color: #00AFCC;
  display: inline-block;
  font-size: 1.1rem;
  left: 50%;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 10px 10px 70px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
}

.c-scroll-indicator__line {
  bottom: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.c-scroll-indicator__line::after {
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #00AFCC;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  width: 1px;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .c-scroll-indicator {
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-scroll-indicator {
    display: none;
  }
}
/* --------------------------------------------
  section-header
----------------------------------------------- */
.c-section-header-s {
  align-items: center;
  display: flex;
  gap: 16px;
}
.c-section-header-s::before {
  background-color: #ffa600;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10px;
}
.c-section-header-s__text {
  display: inline-block;
  line-height: 1;
  font-size: 1.3rem;
}
.c-section-header-s--white::before {
  background-color: #ffffff;
}

.c-section-header-l {
  align-items: center;
  display: flex;
  gap: 16px;
}
.c-section-header-l::before {
  background-color: #ffa600;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10px;
}
.c-section-header-l__text {
  display: inline-block;
}
.c-section-header-l--white::before {
  background-color: #ffffff;
}

/* --------------------------------------------
  title-cards
----------------------------------------------- */
.c-title-cards {
  display: flex;
  gap: 15px;
}

.c-title-card__text {
  background-color: #ffffff;
  border-radius: 5px;
  color: #ffa600;
  display: inline;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 4px 18px;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-title-card__text {
    font-size: 2.8rem;
    line-height: 2;
  }
}
.c-title-card__text--blue {
  color: #00AFCC;
}
.c-title-card__text--green {
  color: #23ac37;
}
.c-title-card__text--pink {
  color: #FF0069;
}
.c-title-card__text--s {
  background-color: #ffffff;
  border-radius: 5px;
  color: #ffa600;
  display: inline;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 4px 18px;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
}

/* ========================================
  .c-btn base
======================================== */
.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  background-color: #23ac37;
  border-radius: 999px;
  padding: 8px 72px;
  transition: background-color 0.3s ease;
  /* ====================================
     Variants
  ==================================== */
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 7px;
  background: url(../images/button-arrow-left.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-btn:hover {
  opacity: 1;
  background-color: color-mix(in srgb, #23ac37 75%, black);
}
.c-btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.c-btn--primary-f {
  padding: 8px 42px;
}
.c-btn--small {
  padding: 8px 47px;
}
.c-btn--orange {
  background-color: #ffa600;
}
.c-btn--orange:hover {
  background-color: color-mix(in srgb, #ffa600 75%, black);
}
.c-btn--blue {
  background-color: #00AFCC;
}
.c-btn--blue:hover {
  background-color: color-mix(in srgb, #00AFCC 75%, black);
}
.c-btn--pink {
  background-color: #FF0069;
}
.c-btn--pink:hover {
  background-color: color-mix(in srgb, #FF0069 75%, black);
}
.c-btn--black {
  background-color: #000000;
}
.c-btn--black:hover {
  background-color: color-mix(in srgb, #000000 75%, white);
}

.c-btn-none {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  background-color: #23ac37;
  border-radius: 999px;
  padding: 8px 42px;
}

/* --------------------------------------------
  activity-card
----------------------------------------------- */
.c-activity-card {
  display: flex;
  align-items: center;
  gap: 56px;
  background-color: #ffffff;
  border-radius: 30px;
}
.c-activity-card__content {
  padding-left: 62px;
}
.c-activity-card__title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 42px;
}
.c-activity-card__body {
  display: flex;
  align-items: end;
  gap: 48px;
  margin-top: 12px;
}
.c-activity-card__description {
  color: #000000;
  font-size: 1.3rem;
  font-style: 400;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.3px;
}
.c-activity-card__btn {
  flex-shrink: 0;
}
.c-activity-card__image {
  flex-shrink: 0;
  max-width: 423px;
}
.c-activity-card__image img {
  border-radius: 30px;
}

@media only screen and (max-width: 1200px) {
  .c-activity-card__image {
    max-width: 300px;
    height: 100%;
  }
  .c-activity-card__image img {
    height: 100%;
    aspect-ratio: 300/170;
    object-fit: cover;
    object-position: center center;
    min-height: 230px;
  }
  .c-activity-card__content {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}
@media only screen and (max-width: 1023px) {
  .c-activity-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .c-activity-card__content {
    padding: 20px;
  }
  .c-activity-card__body {
    flex-direction: column;
  }
  .c-activity-card__image {
    max-width: 100%;
    width: 100%;
  }
  .c-activity-card__btn {
    margin-right: auto;
    margin-left: auto;
  }
}
/* --------------------------------------------
  member
----------------------------------------------- */
.c-member-pre__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
}
.c-member-pre__photo {
  width: 125px;
  height: 112px;
}
.c-member-pre__photo img {
  object-fit: cover;
  width: 125px;
  height: 112px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.c-member-pre__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 4px solid #ffa600;
}
.c-member-pre__item a:hover {
  opacity: 1;
}
.c-member-pre__item a:hover .c-member-pre__photo img {
  transform: scale(1.05);
}
.c-member-pre__name-ja {
  color: #3e3e3e;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}
.c-member-pre__name-en {
  color: #3e3e3e;
  text-align: center;
  font-family: "Ephesis", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

/* --------------------------------------------
  topics
----------------------------------------------- */
.c-topics__title {
  color: #ffa600;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

/* ========================================
  .c-pickup-card--small
======================================== */
.c-pickup-card--small {
  max-width: 492px;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #FFB700;
  border-radius: 10px;
  display: flex;
  gap: 27px;
  padding: 10px;
  margin-top: 65px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 100;
}
.c-pickup-card--small::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20px;
  width: 86px;
  height: 52px;
  background: url(../images/top-pickup.svg) no-repeat;
  background-size: contain;
}
.c-pickup-card--small:hover {
  opacity: 1;
  background-color: #fff8eb;
}
.c-pickup-card--small:hover .c-pickup-card__img {
  transform: scale(1.05);
}

/* ========================================
  子要素
======================================== */
.c-pickup-card__img {
  width: 154px;
  height: 111px;
  transition: all 0.3s ease;
}
.c-pickup-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-pickup-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.c-pickup-card__header {
  display: flex;
  gap: 7px;
}

.c-pickup-card__category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  background-color: #FFD106;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.c-pickup-card__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #FFD106;
}

.c-pickup-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: #3e3e3e;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-pickup-card__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: #3e3e3e;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========================================
  レスポンシブ（タブレット以下）
======================================== */
@media only screen and (max-width: 1023px) {
  .c-pickup-card--small {
    gap: 16px;
  }
  .c-pickup-card--small .c-pickup-card__img {
    width: 107px;
    height: 77px;
  }
  .c-pickup-card--small .c-pickup-card__img img {
    width: 100%;
    height: 100%;
  }
  .c-pickup-card--small .c-pickup-card__title {
    width: 100%;
    white-space: unset;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .c-pickup-card--small .c-pickup-card__text {
    display: none;
  }
}
/* --------------------------------------------
  event-card
----------------------------------------------- */
.c-event-card {
  width: 212px;
  aspect-ratio: 212/80;
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
.c-event-card img {
  aspect-ratio: 212/80;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.c-event-card a:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1023px) {
  .c-event-card {
    width: calc(33% - 16px);
  }
  .c-event-card img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .c-event-card {
    width: calc(50% - 16px);
  }
  .c-event-card img {
    width: 100%;
  }
}
/* --------------------------------------------
  contact
----------------------------------------------- */
.c-contact__info a {
  display: inline;
}

/* ========================================
  .c-page
======================================== */
.c-page {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.c-page li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.c-page li.current {
  background-color: #ffa600;
  color: #ffffff;
}
.c-page li.arrow {
  background-color: #ffffff;
  color: #ffa600;
  border: 1px solid #ffa600;
}
.c-page li a {
  color: #ffa600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
.c-page li a:hover {
  background-color: #ffa600;
  color: #ffffff;
}

/* --------------------------------------------
  consul-case
----------------------------------------------- */
.c-consul-case {
  background-color: #ffffff;
  padding: 49px 48px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-consul-case {
    padding: 26px 27px;
  }
}
.c-consul-case__company {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.c-consul-case__company::before {
  display: inline;
  content: "●";
  display: inline-block;
  color: #ffa600;
  padding-right: 0.5em;
}
@media (max-width: 1023px) {
  .c-consul-case__body {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-consul-case__title {
  width: 100%;
}
.c-consul-case__title span {
  width: 50%;
  color: #ffa600;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 6.2rem;
  border-bottom: 2px solid #ffa600;
  padding-bottom: 0.1em;
  display: block;
}
@media (max-width: 1023px) {
  .c-consul-case__title span {
    font-size: 2rem;
    line-height: 1.4;
    width: 100%;
    margin-top: 0.5em;
  }
}
.c-consul-case__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 1.3px;
  margin-top: 30px;
}
.c-consul-case__images {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .c-consul-case__images {
    flex-direction: column;
  }
}
.c-consul-case__image {
  flex: 1;
  background-color: #ffa600;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 509/287;
  display: flex;
  align-items: center;
}
.c-consul-case__btn {
  position: absolute;
  top: 83px;
  right: 48px;
}
@media (max-width: 1023px) {
  .c-consul-case__btn {
    position: static;
    margin-top: 33px;
    display: flex;
    justify-content: center;
  }
}

/* --------------------------------------------
  history-case
----------------------------------------------- */
.c-history-case {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 30px;
}
.c-history-case:last-child {
  padding-bottom: 140px;
}
@media (max-width: 1023px) {
  .c-history-case {
    flex-direction: column;
  }
}
.c-history-case__main {
  background-color: #ffffff;
  padding: 46px 30px 30px;
  border-radius: 30px;
  position: sticky;
  z-index: 10;
}
@media (max-width: 1023px) {
  .c-history-case__main {
    position: static;
    padding: 46px 24px;
  }
}
.c-history-case__header {
  display: flex;
  gap: 20px;
  align-items: baseline;
  border-bottom: 2px solid #ffa600;
  padding-bottom: 0.7em;
}
@media (max-width: 1023px) {
  .c-history-case__header {
    flex-direction: column;
    gap: 8px;
  }
}
.c-history-case__date {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-history-case__date::before {
  display: inline;
  content: "●";
  display: inline-block;
  color: #23ac37;
  padding-right: 0.5em;
}
.c-history-case__title {
  color: #ffa600;
  font-size: 2.4rem;
  font-weight: 500;
}
.c-history-case__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  /* 153.846% */
  letter-spacing: 1.3px;
  margin-top: 19px;
}
.c-history-case__btn {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-history-case__btn .c-btn-none {
  width: 100%;
  max-width: calc(50% - 8px);
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .c-history-case__btn .c-btn-none {
    max-width: 100%;
  }
}
.c-history-case__images {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 528px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .c-history-case__images {
    flex-direction: row;
  }
}

.c-history-case__main.is-sticky {
  position: sticky;
}

.c-history-case__main.is-relative {
  position: relative;
}

.c-history-case.align-flex-end {
  align-content: flex-end;
}

/* --------------------------------------------
  idea-card
----------------------------------------------- */
.c-idea-card__group {
  color: #ffa600;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 2.3rem;
  /* 191.667% */
  letter-spacing: 1.2px;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .c-idea-card__group {
    margin-top: 0.5em;
  }
}
.c-idea-card__image {
  border-radius: 15px;
  border: 1px solid #000;
}
.c-idea-card__image img {
  border-radius: 15px;
  aspect-ratio: 356/200;
  object-fit: cover;
  object-position: center center;
}
.c-idea-card__body {
  margin-top: 8px;
}
.c-idea-card__title {
  color: #ffa600;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 2.3rem;
  /* 191.667% */
  letter-spacing: 1.2px;
}
.c-idea-card__description {
  color: #000;
  font-family: "M+ 1c";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 1.2px;
  margin-top: 0.5em;
}

/* ========================================
  .adoption
======================================== */
.c-adoption {
  background-color: #ffffff;
  padding: 78px 100px;
}
@media (max-width: 1023px) {
  .c-adoption {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .c-adoption {
    margin-top: 56px;
    padding: 30px 16px;
  }
}
.c-adoption__headline {
  color: #ffa600;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  /* 71.875% */
}
@media (max-width: 1023px) {
  .c-adoption__headline {
    font-size: 2rem;
  }
}
.c-adoption__title {
  text-align: center;
  margin-top: 34px;
}
.c-adoption__title span {
  background-color: #ffa600;
  border-radius: 5px;
  color: #ffffff;
  display: inline;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 4px 18px;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
}
.c-adoption__body {
  display: flex;
  gap: 40px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .c-adoption__body {
    flex-direction: column;
    margin-top: 32px;
  }
}
.c-adoption__image {
  width: 355px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-adoption__image {
    width: 100%;
  }
}
.c-adoption__description {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: 1.2px;
}
.c-adoption__thumb {
  margin-top: 46px;
}
.c-adoption__text {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: 1.2px;
  margin-top: 30px;
}

/* ========================================
  Hero
======================================== */
.p-hero {
  height: 488px;
  position: relative;
  width: 100%;
}
.p-hero__background {
  background: url(../images/top-slider-photo01.png) repeat-x;
  background-size: contain;
  width: 200vw;
  height: 100%;
  margin-top: 138px;
}
.p-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.p-hero__content {
  position: absolute;
  bottom: -90px;
  left: 20px;
}
@media (max-width: 1023px) {
  .p-hero__content {
    top: -500px;
    max-width: calc(100% - 40px);
  }
}
.p-hero__title span {
  background-color: #ffffff;
  border-radius: 5px;
  color: #ffa600;
  display: inline;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 9px 18px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
}
@media (max-width: 1023px) {
  .p-hero__title span {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .p-hero__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
.p-hero__subtitle {
  background-color: #ffa600;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 46px;
}
@media (max-width: 1023px) {
  .p-hero__subtitle {
    padding: 2px 13px;
  }
}
@media (max-width: 1023px) {
  .p-hero__pickup {
    margin-top: 290px;
  }
}
@media (max-width: 1023px) {
  .p-hero {
    margin-top: 200px;
    height: 302px;
  }
  .p-hero__background {
    margin-top: 300px;
  }
}

/* ========================================
  sub-Hero
======================================== */
.p-sub-hero {
  width: 100%;
  height: 380px;
}
@media (max-width: 768px) {
  .p-sub-hero {
    height: 280px;
  }
}
.p-sub-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-top: 208px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .p-sub-hero__inner {
    padding: 160px 20px 0;
  }
}
.p-sub-hero--concept {
  background: url(../images/concept-header.webp) no-repeat center center;
  background-size: cover;
}
.p-sub-hero--member {
  background: url(../images/member-header.webp) no-repeat center center;
  background-size: cover;
}
.p-sub-hero--news {
  height: 300px;
}
.p-sub-hero--consul {
  background: url(../images/consul-header.webp) no-repeat center center;
  background-size: cover;
}
.p-sub-hero--history {
  background: url(../images/history-header.webp) no-repeat center center;
  background-size: cover;
}

/* ========================================
  Concept-preview Section
======================================== */
.p-concept-preview {
  padding: 280px 0;
}
@media (max-width: 1023px) {
  .p-concept-preview {
    padding-bottom: 140px;
  }
}
.p-concept-preview__header {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-concept-preview__header {
    justify-content: center;
  }
}
.p-concept-preview__content {
  display: flex;
  justify-content: center;
  gap: 55px;
  max-width: 1024px;
  margin: 35px auto 0;
  position: relative;
}
.p-concept-preview__content::before, .p-concept-preview__content::after {
  content: "";
  position: absolute;
  width: 404px;
  height: 404px;
  display: block;
  background: url(../images/top-circle-dot.svg) no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.p-concept-preview__content::before {
  bottom: -200px;
  left: -330px;
}
.p-concept-preview__content::after {
  top: -240px;
  right: -300px;
}
@media (max-width: 1023px) {
  .p-concept-preview__content::before {
    content: none;
  }
}
.p-concept-preview__text-content {
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-concept-preview__text-content {
    text-align: center;
  }
}
.p-concept-preview__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 40px;
  margin-top: 44px;
  max-width: 430px;
  padding: 0 14px;
}
@media (max-width: 1023px) {
  .p-concept-preview__description {
    font-family: "M+ 1c";
    line-height: 30px;
    max-width: 800px;
    padding: 0;
    text-align: left;
  }
}
.p-concept-preview__image {
  width: 508px;
  flex-shrink: 0;
  z-index: 2;
}
.p-concept-preview__image img {
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .p-concept-preview__image {
    display: none;
  }
}
.p-concept-preview__btn {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 1023px) {
  .p-concept-preview .c-title-cards {
    justify-content: center;
  }
}

/* ========================================
  Concepts Section
======================================== */
.p-concept {
  padding-top: 152px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-concept {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .p-concept {
    padding-top: 87px;
  }
}
.p-concept::before {
  content: "";
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
}
.p-concept::after {
  content: "";
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
}
.p-concept__header {
  display: flex;
  justify-content: center;
}
.p-concept__header::before {
  content: none;
}
.p-concept__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 46px;
}
@media (max-width: 1023px) {
  .p-concept__body {
    margin-top: 20px;
  }
}
.p-concept__message {
  max-width: 560px;
}
.p-concept__description {
  color: #000000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.3px;
  max-width: 682px;
}
@media (max-width: 1023px) {
  .p-concept__description {
    text-align: left;
  }
}
.p-concept__image img {
  display: block;
  position: absolute;
}
.p-concept__image img.p-comcept__image--01 {
  width: 219px;
  top: -50px;
  left: 0;
}
.p-concept__image img.p-comcept__image--02 {
  width: 219px;
  top: -50px;
  right: 0;
}
.p-concept__image img.p-comcept__image--03 {
  width: 191px;
  bottom: 0;
  left: -50px;
}
.p-concept__image img.p-comcept__image--04 {
  width: 190px;
  bottom: 0;
  right: -50px;
}
@media (max-width: 1023px) {
  .p-concept__image {
    display: none;
  }
}
.p-concept__diagram {
  width: 100%;
  margin-top: 120px;
  padding: 82px 30px 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
}
.p-concept__diagram img {
  max-width: 760px;
}
@media (max-width: 1023px) {
  .p-concept__diagram {
    margin-top: 40px;
    padding: 30px 15px;
  }
}

/* ========================================
  Activity Preview
======================================== */
.p-activity-preview {
  background-color: #ffa600;
  padding: 145px 0 70px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-activity-preview {
    padding-bottom: 30px;
  }
}
.p-activity-preview::after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffa600;
  z-index: 10;
}
.p-activity-preview__header {
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-activity-preview__header {
    padding-left: 43px;
  }
}
.p-activity-preview__content {
  position: relative;
  padding: 0;
  z-index: 0;
}
.p-activity-preview__content::before, .p-activity-preview__content::after {
  content: "";
  position: absolute;
  display: block;
  width: 404px;
  height: 404px;
  background: url(../images/top-circle-dot.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.p-activity-preview__content::before {
  top: 750px;
  left: -330px;
}
.p-activity-preview__content::after {
  top: -30px;
  right: -200px;
}
@media (max-width: 1023px) {
  .p-activity-preview__content::before, .p-activity-preview__content::after {
    content: none;
  }
}
.p-activity-preview__mission {
  max-width: 1040px;
  margin: 35px auto 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-activity-preview__mission {
    text-align: center;
  }
  .p-activity-preview__mission .c-title-cards {
    justify-content: center;
  }
}
.p-activity-preview__description {
  max-width: 655px;
  margin-top: 35px;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.3px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-activity-preview__description {
    max-width: 100%;
    text-align: left;
  }
}
.p-activity-preview__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 74px;
}
@media (max-width: 1023px) {
  .p-activity-preview {
    padding-top: 61px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

/* ========================================
  Activity
======================================== */
.p-activity {
  height: auto;
}
.p-activity__header::before {
  content: none;
}
.p-activity__block {
  width: 100%;
  height: 895px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  position: sticky;
  top: 0;
  height: 100vh;
}
.p-activity__block--01 {
  z-index: 1;
  background: url(../images/activity-back01.webp) no-repeat center center;
  background-size: cover;
}
.p-activity__block--02 {
  z-index: 2;
  background: url(../images/activity-back02.webp) no-repeat center center;
  background-size: cover;
}
.p-activity__block--03 {
  z-index: 3;
  background: url(../images/activity-back03.webp) no-repeat center center;
  background-size: cover;
}
.p-activity__block--04 {
  z-index: 4;
  background: url(../images/activity-back04.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}
.p-activity__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-activity__main {
  max-width: 523px;
  padding: 44px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .p-activity__main {
    padding: 44px 20px;
  }
}
.p-activity__title {
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 1023px) {
  .p-activity__title {
    margin-top: 20px;
  }
}
.p-activity__description {
  margin-top: 49px;
  color: #3e3e3e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.3px;
}
@media (max-width: 1023px) {
  .p-activity__description {
    margin-top: 20px;
  }
}
.p-activity__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.p-activity__btn .c-btn {
  max-width: 220px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .p-activity__btn {
    flex-direction: column;
    align-items: center;
  }
  .p-activity__btn .c-btn {
    max-height: 30px;
  }
}

.p-photo-slide {
  width: 200vw;
  height: 763px;
  background: url(../images/top-slider-photo02.webp) repeat-x;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.p-photo-slide__inner {
  position: relative;
  height: 100%;
}
.p-photo-slide__text {
  position: absolute;
  bottom: 60px;
  left: -50vw;
}

@media only screen and (max-width: 1023px) {
  .p-photo-slide {
    height: 738px;
    background-size: cover;
  }
  .p-photo-slide__text {
    display: none;
  }
}
/* ========================================
  Member-preview Section
======================================== */
.p-member-preview {
  padding: 145px 0 70px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-member-preview {
    padding-top: 90px;
  }
}
.p-member-preview__header {
  padding-left: 78px;
}
.p-member-preview__content {
  padding-left: 78px;
  margin-top: 35px;
  position: relative;
  z-index: 0;
}
.p-member-preview__content::before {
  content: "";
  position: absolute;
  top: -400px;
  right: -200px;
  width: 404px;
  height: 404px;
  background: url(../images/top-circle-dot-pink.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.p-member-preview__content .c-title-cards {
  transform: translateX(-28px);
}
.p-member-preview__description {
  display: flex;
  align-items: flex-end;
  gap: 79px;
  margin-top: 35px;
}
.p-member-preview__list {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .p-member-preview__list {
    gap: 40px;
  }
}
.p-member-preview__text {
  max-width: 672px;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 1.3px;
}
.p-member-preview__btn {
  padding-bottom: 28px;
  padding-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .p-member-preview::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    height: 30px;
    background: url(../images/background.webp) repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 10;
  }
  .p-member-preview__header {
    padding-left: 43px;
  }
  .p-member-preview__content {
    padding: 0;
  }
  .p-member-preview__content::before {
    content: none;
  }
  .p-member-preview__content .c-title-cards {
    transform: none;
  }
  .p-member-preview__description {
    flex-direction: column;
    gap: 44px;
  }
  .p-member-preview__btn {
    margin: 0 auto;
  }
  .p-member-preview__list {
    width: 100%;
    overflow-x: auto;
  }
  .p-member-preview__text {
    max-width: 100%;
  }
}

.p-member-preview-sub::before {
  content: "";
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.p-member-preview-sub .p-member-preview__content::before {
  content: none;
}

/* ========================================
  Member Section
======================================== */
.p-member {
  padding-top: 78px;
  padding-bottom: 148px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-member {
    padding-bottom: 50px;
  }
}
.p-member__header {
  padding: 78px 20px 0;
}
@media (max-width: 1023px) {
  .p-member__header {
    padding-top: 0;
  }
}
.p-member::before {
  content: "";
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.p-member::after {
  content: "";
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 10;
}
.p-member__title {
  color: #ffa600;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
  padding: 0 20px;
}
.p-member__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 1.3px;
  margin-top: 8px;
  padding: 0 20px;
}
.p-member__inner {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .p-member__inner {
    padding: 0;
  }
}
.p-member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 96px;
}
@media (max-width: 1023px) {
  .p-member__list {
    margin-top: 60px;
    gap: 16px;
  }
}
.p-member__item {
  width: calc(25% - 24px);
  border: 1px solid #ffa600;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .p-member__item {
    width: calc(33% - 12px);
  }
}
@media (max-width: 576px) {
  .p-member__item {
    width: calc(50% - 8px);
  }
}
.p-member__photo {
  padding: 30px 30px 16px;
}
@media (max-width: 768px) {
  .p-member__photo {
    padding: 20px 20px 16px;
  }
}
.p-member__photo img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px;
}
.p-member__name {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.p-member__text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  padding: 8px 20px 16px;
}
@media (max-width: 768px) {
  .p-member__text {
    font-size: 1rem;
    padding: 8px;
  }
}
.p-member__footer {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .p-member__footer {
    flex-direction: column;
  }
}
.p-member__label {
  background-color: #ffa600;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 50%;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-member__label {
    width: 100%;
    border-radius: 0;
  }
}
.p-member__social {
  width: 50%;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 6px 0;
  border-top: 1px solid #ffa600;
}
@media (max-width: 768px) {
  .p-member__social {
    width: 100%;
  }
}
.p-member__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-member__link img {
  width: 26px;
  height: 26px;
}
.p-member__page {
  margin-top: 114px;
}
@media (max-width: 768px) {
  .p-member__page {
    margin-top: 60px;
  }
}

.p-topics {
  position: relative;
  padding: 145px 0 115px;
  background-color: #ffffff;
}
.p-topics__header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 27px;
}
@media (max-width: 1023px) {
  .p-topics__header {
    padding: 0;
  }
}
.p-topics__content {
  position: relative;
  padding: 0;
}
.p-topics__content::before {
  content: "";
  position: absolute;
  top: -250px;
  left: -300px;
  width: 404px;
  height: 404px;
  background: url(../images/top-circle-dot-blue.svg) no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.p-topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
  z-index: 1;
}
.p-topics__item {
  width: 148px;
  aspect-ratio: 4/5;
}
.p-topics__item img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .p-topics__header {
    flex-direction: column;
    gap: 29px;
  }
  .p-topics__content::before {
    content: none;
  }
  .p-topics__social {
    justify-content: flex-end;
  }
  .p-topics__list {
    justify-content: space-between;
  }
  .p-topics__item {
    width: calc(33% - 8px);
  }
}

.p-news-events {
  position: relative;
  padding: 0 0 290px;
}
@media (max-width: 1023px) {
  .p-news-events {
    padding: 0 0 100px;
  }
}
.p-news-events::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../images/background.webp) repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.p-news-events__wrap::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 190px;
  width: 211px;
  height: 211px;
  background: url(../images/top-circle-dot-blue.svg) no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.p-news-events__wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../images/background.webp) repeat;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1023px) {
  .p-news-events__wrap::before {
    content: none;
  }
}

/* ========================================
  News-preview Section
======================================== */
.p-news-preview {
  padding-top: 180px;
}
.p-news-preview__list {
  display: flex;
  gap: 18px;
  margin-top: 46px;
  position: relative;
  z-index: 0;
}
.p-news-preview__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  width: 404px;
  height: 404px;
  background: url(../images/top-circle-dot-pink.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.p-news-preview__btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-news-preview__list {
    flex-wrap: wrap;
  }
  .p-news-preview__list::before {
    content: none;
  }
}
@media (max-width: 576px) {
  .p-news-preview__list {
    flex-direction: column;
  }
}

/* ========================================
  News Section
======================================== */
.p-news__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .p-news__container {
    flex-direction: column;
  }
}
.p-news__main {
  max-width: 730px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1023px) {
  .p-news__main {
    max-width: 100%;
  }
}
.p-news__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-news__tag-list {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffa600;
}
.p-news__tag-item a {
  display: block;
  text-align: center;
  width: 133px;
  padding: 8px;
  background-color: #ffffff;
  color: #ffa600;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.3px;
  transition: 0.3s ease;
  border-radius: 999px;
}
@media (max-width: 1023px) {
  .p-news__tag-item a {
    width: auto;
    padding: 8px 16px;
  }
}
.p-news__tag-item a:hover {
  background-color: #ffa600;
  color: #ffffff;
}
.p-news__tag-item.current a {
  background-color: #ffa600;
  color: #ffffff;
}
.p-news__title {
  padding: 0;
}
.p-news__title span {
  background: none;
  padding: 0;
  line-height: 1;
}
.p-news__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.3px;
}
.p-news__list {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .p-news__list {
    justify-content: space-between;
  }
}
.p-news__item {
  max-width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .p-news__item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .p-news__item {
    max-width: 100%;
  }
}
.p-news__page {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .p-news__page {
    margin-top: 50px;
  }
}
.p-news__aside {
  max-width: 335px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 27px 16px 60px;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .p-news__aside {
    margin-top: 50px;
    max-width: 100%;
  }
}
.p-news__aside-title {
  color: #ffa600;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-news__aside-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.p-news__aside-cat {
  margin-top: 60px;
}
.p-news__aside-cat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 1em;
  margin-top: 16px;
}
.p-news__aside-cat-item a {
  display: block;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 39px;
}

/* ========================================
  News Single
======================================== */
.p-news-single {
  background-color: #ffffff;
  padding: 18px 18px 56px;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .p-news-single {
    padding: 8px 8px 56px;
  }
}
.p-news-single__header {
  margin-top: 20px;
  padding: 0 16px;
}
.p-news-single__title {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin-top: 8px;
  padding: 0 16px;
}
.p-news-single__body {
  margin-top: 36px;
  padding: 0 16px;
}
.p-news-single__back {
  text-align: center;
  margin-top: 75px;
}
.p-news-single h2 {
  padding: 1.2em 0 0.6em;
}
.p-news-single h3 {
  padding: 1.2em 0 0.6em;
}
.p-news-single h4 {
  padding: 1.2em 0 0.6em;
}
.p-news-single p {
  padding: 0.8em 0 1em;
}
.p-news-single img {
  padding: 0.8em 0 1em;
  display: inline;
  width: auto;
  max-width: 100%;
}

/* ========================================
  Event Preview
======================================== */
.p-event-preview {
  margin-top: 80px;
}
.p-event-preview__content {
  margin-top: 40px;
}
.p-event-preview__list {
  display: flex;
  gap: 24px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .p-event-preview__list {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ========================================
  Consul Section
======================================== */
.p-consul {
  padding-top: 78px;
  padding-bottom: 148px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-consul {
    padding-bottom: 50px;
  }
}
.p-consul__header {
  padding: 78px 0 0;
}
@media (max-width: 1023px) {
  .p-consul__header {
    padding-top: 0;
  }
}
.p-consul::before {
  content: "";
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.p-consul::after {
  content: "";
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 10;
}
.p-consul__title {
  color: #ffa600;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
}
.p-consul__description {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 1.3px;
  margin-top: 8px;
}
.p-consul__ov {
  display: flex;
  align-items: end;
  gap: 90px;
}
@media (max-width: 1023px) {
  .p-consul__ov {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-consul__ov-text {
  max-width: 404px;
}
@media (max-width: 1023px) {
  .p-consul__ov-text {
    max-width: 100%;
  }
}
.p-consul__ov-image {
  max-width: 508px;
}
@media (max-width: 1023px) {
  .p-consul__ov-image {
    max-width: 100%;
    margin-top: 20px;
  }
}
.p-consul-case {
  background: rgba(255, 166, 0, 0.4);
  padding: 120px 0;
}
.p-consul-case__list {
  display: flex;
  flex-direction: column;
  gap: 69px;
}

/* ========================================
  Consul Single
======================================== */
.p-consul-single__main {
  background-color: #ffffff;
  margin-top: 210px;
  padding: 70px 100px;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .p-consul-single__main {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .p-consul-single__main {
    margin-top: 56px;
    padding: 30px 16px;
  }
}
.p-consul-single__title {
  text-align: center;
}
.p-consul-single__title span {
  color: #ffffff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #ffa600;
  color: #ffffff;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 5px;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .p-consul-single__title span {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.p-consul-single__thumb {
  margin-top: 60px;
}
.p-consul-single__thumb img {
  border-radius: 30px;
}
.p-consul-single__description {
  margin-top: 49px;
  color: #000000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: 1.2px;
}
.p-consul-single__headline {
  margin-top: 60px;
  color: #3e3e3e;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .p-consul-single__headline {
    font-size: 2rem;
  }
}
.p-consul-single__headline-text {
  text-align: center;
  margin-top: 4.3rem;
}
@media (max-width: 1023px) {
  .p-consul-single__headline-text {
    margin-top: 22px;
  }
}
.p-consul-single__headline-text span {
  background-color: #ffa600;
  border-radius: 5px;
  color: #ffffff;
  display: inline;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 4px 18px;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
}
.p-consul-single__ov {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-consul-single__ov {
    flex-direction: column;
    gap: 25px;
  }
}
.p-consul-single__image {
  width: 353px;
  flex-shrink: 0;
}
.p-consul-single__image img {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .p-consul-single__image {
    width: 100%;
  }
}
.p-consul-single__text {
  color: #000000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: 1.2px;
}
.p-consul-single__ideas {
  margin-top: 150px;
}
@media (max-width: 1023px) {
  .p-consul-single__ideas {
    margin-top: 80px;
  }
}
.p-consul-single__idea-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1023px) {
  .p-consul-single__idea-list {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .p-consul-single__idea-list {
    flex-direction: column;
  }
}
.p-consul-single__idea-item {
  width: calc(33% - 8px);
}
@media (max-width: 1023px) {
  .p-consul-single__idea-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .p-consul-single__idea-item {
    width: 100%;
  }
}
.p-consul-single__adoption {
  margin-top: 100px;
  border-radius: 30px;
}
.p-consul-single__back {
  margin-top: 77px;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

/* ========================================
  History Section
======================================== */
.p-history {
  padding-top: 78px;
  padding-bottom: 148px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-history {
    padding-bottom: 50px;
  }
}
.p-history__header {
  padding: 78px 0 0;
}
@media (max-width: 1023px) {
  .p-history__header {
    padding-top: 0;
  }
}
.p-history::before {
  content: "";
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.p-history::after {
  content: "";
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/background.webp) repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 10;
}
.p-history__header {
  justify-content: center;
}
.p-history__header::before {
  content: none;
}
.p-history__ov {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 2.4rem;
}
.p-history__title {
  color: #23ac37;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  text-align: center;
}
.p-history__description {
  color: #000000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 1.3px;
}
.p-history-case {
  background: rgba(35, 172, 55, 0.4);
  padding-top: 320px;
}
@media (max-width: 1023px) {
  .p-history-case {
    padding-top: 80px;
  }
}

/* ========================================
  Footer
======================================== */
.p-footer__second.sp {
  display: none;
}

.p-footer__header {
  width: 100%;
  height: 745px;
  display: flex;
  justify-content: center;
  background: url(../images/top-footer-photo.webp) no-repeat center center;
  background-size: cover;
}
.p-footer__message {
  max-width: 664px;
  margin-top: 100px;
}
.p-footer__message img {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.5));
}
@media (max-width: 1023px) {
  .p-footer__message {
    padding: 100px 20px 0;
  }
}
.p-footer__inner {
  background: url(../images/background.webp) repeat;
  margin-top: -30px;
  border-radius: 30px;
  padding-top: 150px;
}
@media (max-width: 1023px) {
  .p-footer__inner {
    padding-top: 74px;
  }
}
.p-footer__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  page-break-inside: 130px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .p-footer__container {
    flex-direction: column;
    position: relative;
  }
}
.p-footer__second {
  display: flex;
  gap: 40px;
}
.p-footer__nav-title {
  color: #ffa600;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
}
.p-footer__nav-title a {
  color: #ffa600;
}
.p-footer__nav-item {
  padding-left: 1em;
}
.p-footer__nav-item a {
  color: #ffa600;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 29px;
}
.p-footer__nav-disabled {
  color: #ccc;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 29px;
}
.p-footer__contact {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .p-footer__contact {
    text-align: center;
    position: absolute;
    bottom: -5em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.p-footer__copyright {
  padding-top: 130px;
  color: #ffa600;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 37px;
}
@media (max-width: 1023px) {
  .p-footer__copyright {
    padding-top: calc(5em + 45px);
  }
}

@media (max-width: 1023px) {
  .p-footer__second.pc {
    display: none;
  }
  .p-footer__second.sp {
    display: block;
  }
  .p-footer-sp__nav {
    padding: 60px 30px;
    display: flex;
    gap: 24px;
  }
  .p-footer-sp__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .p-footer-sp__item {
    width: 100%;
  }
  .p-footer-sp__item a {
    color: #ffa600;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 4rem;
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ffa600;
  }
  .p-footer-sp__item a::after {
    position: absolute;
    content: "";
    background: url(../images/arrow-orange.svg) no-repeat center center;
    width: 10px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  .p-footer-sp__item a.disabled {
    pointer-events: none;
    color: #999;
  }
  .p-footer-sp__item a.disabled::after {
    background: url(../images/arrow-gray.svg) no-repeat center center;
  }
}
.p-review {
  margin-top: 80px;
}

.u-only-sp {
  display: none;
}

.u-only-tab {
  display: none;
}

.u-only-pc {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .u-only-sp {
    display: block;
  }
  .u-only-tab {
    display: block;
  }
  .u-only-pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .u-font-narrow-sp {
    letter-spacing: -0.1em;
    font-size: 0.9em;
  }
}

/* PCではリンクを無効にする */
@media screen and (min-width: 768px) {
  .u-tel-link {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.line-wrapper {
  position: absolute;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1023px) {
  .line-wrapper {
    z-index: 10;
  }
}

.line-3 {
  top: 0;
  left: 0;
}
.line-3 .line-svg {
  width: 100vw;
}
.line-3 .line-svg path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 2.5s ease-out;
}

.line-svg {
  visibility: hidden;
  width: 100%;
  height: auto;
  display: block;
}

.line-svg path {
  stroke-dasharray: 3000;
  stroke-dashoffset: -3000;
  transition: stroke-dashoffset 2.5s ease-out;
}

.line-svg.draw {
  visibility: visible;
}

.line-svg.draw path {
  stroke-dashoffset: 0;
}

/* ▼位置調整（必要に応じて） */
.line-1 {
  top: 0;
  left: 0;
}

.line-2 {
  top: 300px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1200px) {
  .line-2 {
    top: 600px;
  }
}
.line-2 .line-svg {
  width: 100vw;
}
.line-2 .line-svg path {
  transition-delay: 0.8s;
}

.line-4 {
  bottom: 0;
  left: 0;
}
.line-4 .line-svg {
  width: 100vw;
}

/* 共通 */
.swiper-container {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 40px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 矢印のデフォルト非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* カスタム矢印 */
.custom-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev.custom-arrow {
  left: 10px;
}

.swiper-button-next.custom-arrow {
  right: 10px;
}

/* ===== PCサイズでは縦並び表示 ===== */
@media (min-width: 1024px) {
  .swiper-container .swiper-wrapper {
    display: block !important;
    /* flex を解除 */
  }
  .swiper-container .swiper-slide {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .swiper-container .custom-arrow {
    display: none !important;
    /* 矢印非表示 */
  }
}
#loading-screen {
  position: fixed;
  z-index: 9999;
  /* 最前面 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease, visibility 1s ease;
}

#loading-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

#loading-video {
  width: 20%;
  max-width: 460px;
  height: auto;
}
@media (max-width: 1023px) {
  #loading-video {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #loading-video {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */