@charset "UTF-8";
/* reset */
/* ============================================ */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* サイト全体の基本設定 */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #f5f5f5;
  font-feature-settings: "palt";
  letter-spacing: 0em;
}
body.is-fixed {
  overflow: hidden;
}

a {
  transition: 0.5s;
}

img {
  max-width: 100%;
}

/* index */
/* ============================================ */
/* color */
/* ============================================ */
/* size */
/* ============================================ */
/* mixin */
/* ============================================ */
/* index */
/* ============================================ */
.c-heading01 {
  font-size: 4.4444444444vw;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.3888888889vw;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .c-heading01 {
    font-size: 9.375vw;
    gap: 3.125vw;
  }
}
.c-heading01 img {
  height: 3.4722222222vw;
  width: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .c-heading01 img {
    height: 8.3333333333vw;
    width: 8.3333333333vw;
  }
}
.c-heading01.-center {
  justify-content: center;
}

.c-btn01 a {
  background-image: linear-gradient(120deg, #FFC080, #6D4DDF);
  border-radius: 0.3472222222vw;
  color: #fff;
  display: inline-block;
  font-size: 1.25vw;
  font-weight: bold;
  padding: 0.9722222222vw;
  line-height: 1.5;
  text-align: center;
  min-width: 16.6666666667vw;
}
.c-btn01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    border-radius: 0.625vw;
    font-size: 3.3333333333vw;
    padding: 2.5vw;
    min-width: 37.5vw;
  }
}

/* l-wrap */
/* ============================================ */
.l-wrap {
  padding: 1.3888888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 2.0833333333vw;
  }
}

/* l-main */
/* ============================================ */
.l-main.-under {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .l-main.-under {
    margin-top: 25vw;
  }
}

/* l-header */
/* ============================================ */
.l-header__logo {
  position: fixed;
  top: 3.4722222222vw;
  left: 3.4722222222vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 5.2083333333vw;
    left: 5.2083333333vw;
  }
}
.l-header__logo img {
  width: 10.625vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 37.5vw;
  }
}
.l-header__nav {
  position: absolute;
  top: calc(100vh - 4.42vw);
  top: calc(100dvh - 4.42vw);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    top: auto;
    bottom: 5vw;
  }
}
.l-header__nav.-under {
  position: fixed;
  top: 4.42vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav.-under {
    top: auto;
    bottom: 5vw;
  }
}
.l-header__nav.is-fixed {
  position: fixed;
  top: 3.4722222222vw;
}
.l-header__nav ul {
  background: #fff;
  border-radius: 0.3472222222vw;
  box-shadow: 0 0.6944444444vw 4.1666666667vw rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul {
    border-radius: 1.6666666667vw;
    box-shadow: 0 2.0833333333vw 12.5vw rgba(0, 0, 0, 0.15);
    gap: 2.0833333333vw;
    padding: 2.0833333333vw;
  }
}
.l-header__nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__nav ul li a {
  display: inline-block;
  border-radius: 0.3472222222vw;
  font-size: 0.9722222222vw;
  padding: 0.2777777778vw 1.0416666667vw;
  transition: 0.5s;
}
.l-header__nav ul li a.is-active {
  background-image: linear-gradient(120deg, #FFC080, #6D4DDF);
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li a {
    border-radius: 1.0416666667vw;
    font-size: 3.3333333333vw;
    padding: 0.625vw 2.5vw;
  }
}

/* l-footer */
/* ============================================ */
.l-footer {
  background: #42424F;
  padding: 1.3888888889vw;
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5.2083333333vw 5.2083333333vw 21.875vw;
    margin-top: 20.8333333333vw;
  }
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo img {
  filter: invert(99%) sepia(10%) saturate(173%) hue-rotate(214deg) brightness(116%) contrast(100%);
  width: 10.625vw;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 25vw;
  }
}

/* common */
/* ============================================ */
.p-activities {
  display: grid;
  gap: 5.5555555556vw;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-activities {
    gap: 12.5vw;
    margin-top: 5.2083333333vw;
  }
}
.p-activities__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-activities__lists {
    flex-direction: column;
  }
}
.p-activities__header {
  flex-shrink: 0;
  width: 13.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-activities__header {
    width: 100%;
  }
}
.p-activities__header h2,
.p-activities__header h3 {
  font-size: 2.5vw;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-activities__header h2,
  .p-activities__header h3 {
    font-size: 5.8333333333vw;
  }
}
.p-activities__list {
  width: 72.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-activities__list {
    margin-top: 3.125vw;
    width: 100%;
  }
}
.p-activities__list ul {
  border-bottom: 1px solid #000;
}
.p-activities__list ul li {
  border-top: 1px solid #000;
  padding: 0.6944444444vw 0;
}
@media screen and (max-width: 768px) {
  .p-activities__list ul li {
    padding: 1.6666666667vw 0;
  }
}
.p-activities__list ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-activities__list ul li a {
    font-size: 3.125vw;
  }
}
.p-activities__list ul li a:hover {
  background: #EDEDED;
}
.p-activities__list ul li a:hover .p-activities__list-img img {
  transform: scale(1.05);
  transition: 0.3s;
}
.p-activities__list-dt {
  display: flex;
  justify-content: center;
  padding: 1.3888888889vw 4.1666666667vw 1.3888888889vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-activities__list-dt {
    flex-direction: column;
    padding: 1.0416666667vw 6.25vw 1.0416666667vw 2.0833333333vw;
    width: 66.6666666667vw;
  }
}
.p-activities__list-date {
  flex-shrink: 0;
  padding-right: 1.3888888889vw;
  width: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-activities__list-date {
    width: 100%;
  }
}
.p-activities__list-title {
  width: 42.3611111111vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-activities__list-title {
    margin-top: 1.0416666667vw;
    width: 100%;
  }
}
.p-activities__list-img {
  flex-shrink: 0;
  width: 16.6666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-activities__list-img {
    width: 25vw;
  }
}
.p-activities__list-img img {
  transition: 0.3s;
  width: 100%;
}
.p-activities__list-no {
  font-size: 1.25vw;
  padding: 0.5555555556vw 0;
}
@media screen and (max-width: 768px) {
  .p-activities__list-no {
    font-size: 3.125vw;
    padding: 0;
  }
}
.p-activities__contents {
  margin: 0 auto;
  width: 62.5vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents {
    width: 100%;
  }
}
.p-activities__contents-title {
  font-size: 1.6666666667vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-title {
    font-size: 4.1666666667vw;
  }
}
.p-activities__contents-data {
  font-size: 0.9722222222vw;
  margin-top: 0.6944444444vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-data {
    font-size: 2.7083333333vw;
    margin-top: 1.6666666667vw;
  }
}
.p-activities__contents-single {
  font-size: 1.1111111111vw;
  display: grid;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single {
    font-size: 3.125vw;
    gap: 5.2083333333vw;
    margin-top: 5.2083333333vw;
  }
}
.p-activities__contents-single p:not([class]) {
  line-height: 1.8;
}
.p-activities__contents-single .wp-block-image {
  text-align: center;
}
.p-activities__contents-single .wp-block-image + * {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single .wp-block-image + * {
    margin-top: 2.0833333333vw;
  }
}
.p-activities__contents-single .wp-block-image img {
  height: auto !important;
  max-width: 100%;
}
.p-activities__contents-single .wp-block-heading {
  font-weight: bold;
  margin-top: 2.7777777778vw;
}
.p-activities__contents-single .wp-block-heading + .wp-block-heading {
  margin-top: 0;
}
.p-activities__contents-single h2.wp-block-heading {
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single h2.wp-block-heading {
    font-size: 3.75vw;
  }
}
.p-activities__contents-single h3.wp-block-heading {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single h3.wp-block-heading {
    font-size: 3.3333333333vw;
  }
}
.p-activities__contents-single h4.wp-block-heading {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single h4.wp-block-heading {
    font-size: 3.3333333333vw;
  }
}
.p-activities__contents-single .wp-post-image {
  height: auto !important;
  max-width: 100%;
}
.p-activities__contents-single .wp-block-list {
  display: grid;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single .wp-block-list {
    gap: 3.125vw;
  }
}
.p-activities__contents-single .wp-block-list li {
  position: relative;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single .wp-block-list li {
    padding-left: 2.5vw;
  }
}
.p-activities__contents-single .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8333333333vw;
  background: #000;
  border-radius: 50%;
  height: 0.2777777778vw;
  width: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-activities__contents-single .wp-block-list li::before {
    top: 2.2916666667vw;
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
}

/* modal */
/* ============================================ */
.p-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
}
.p-modal__bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.p-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69.4444444444vw;
  transform: translate(-50%, -46%);
}
@media screen and (max-width: 768px) {
  .p-modal__content {
    transform: translate(-50%, -48%);
    width: 91.6666666667vw;
  }
}
.p-modal__inner {
  background: #fff;
  border-radius: 0.6944444444vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-modal__inner {
    border-radius: 1.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    max-height: 80vh;
    overflow: scroll;
  }
}
.p-modal__img {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-modal__img img {
  border-radius: 0.6944444444vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-modal__img img {
    border-radius: 1.6666666667vw;
    height: 66.6666666667vw;
    object-fit: cover;
    object-position: top;
    width: 60%;
  }
}
.p-modal__img .bg {
  display: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-modal__img .bg {
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    background-size: cover;
    filter: blur(5px);
    height: 110%;
    width: 110%;
    opacity: 0.7;
  }
}
.p-modal__dl {
  padding: 2.0833333333vw 1.7361111111vw;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  overflow-y: scroll;
  max-height: 42.5694444444vw;
}
@media screen and (max-width: 768px) {
  .p-modal__dl {
    gap: 2.5vw;
    padding: 4.1666666667vw;
    overflow-y: hidden;
    max-height: initial;
  }
}
.p-modal__dl dl {
  display: flex;
  gap: 0.6944444444vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-modal__dl dl {
    flex-direction: column;
    gap: 0.4166666667vw;
  }
}
.p-modal__dl dl dt {
  font-size: 1.1111111111vw;
  font-weight: bold;
  flex-shrink: 0;
  letter-spacing: -0.05em;
  width: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-modal__dl dl dt {
    font-size: 3.125vw;
    width: 22.9166666667vw;
  }
}
.p-modal__dl dl dd {
  font-size: 0.9722222222vw;
  padding: 0.1388888889vw 0;
  word-break: break-word;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-modal__dl dl dd {
    font-size: 2.9166666667vw;
  }
}
.p-modal__dl dl dd a {
  color: #1a4d8f;
  text-decoration: underline;
}
.p-modal__dl dl dd a:hover {
  color: #3182ce;
}
.p-modal__close {
  position: absolute;
  top: -4.1666666667vw;
  right: 0;
  cursor: pointer;
  height: 3.4722222222vw;
  width: 3.4722222222vw;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    top: -8.3333333333vw;
    height: 6.25vw;
    width: 6.25vw;
  }
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #fff;
  border-radius: 0.6944444444vw;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-modal__close::before, .p-modal__close::after {
    border-radius: 1.6666666667vw;
  }
}
.p-modal__close::before {
  transform: rotate(90deg);
}

/* home */
/* ============================================ */
.home-kv {
  background: url(../img/kv_main.webp) no-repeat center;
  background-size: cover;
  height: calc(100vh - 4vw);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-kv {
    background: url(../img/kv_main_sp.webp) no-repeat center;
    background-size: cover;
    height: calc(100vh - 12vw);
  }
}
.home-kv__heading {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 6.9444444444vw;
  font-weight: bold;
  height: 12.9166666667vw;
  width: 51.0416666667vw;
  position: absolute;
  left: 50%;
  bottom: 7.6388888889vw;
  transform: translate(-50%, 0);
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-kv__heading {
    border-radius: 50%;
    height: 72.9166666667vw;
    width: 72.9166666667vw;
    bottom: 16.6666666667vw;
  }
}
.home-kv__heading::before {
  content: "";
  position: absolute;
  inset: 0.3472222222vw;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #FFC080, #6D4DDF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 768px) {
  .home-kv__heading::before {
    inset: 0.8333333333vw;
    border-radius: 50%;
  }
}
.home-kv__heading__inner {
  background-image: linear-gradient(120deg, #EFA356, #4E2EC5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-kv__heading-top {
  font-size: 1.0416666667vw;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .home-kv__heading-top {
    font-size: 2.5vw;
    letter-spacing: -0.065em;
  }
}
.home-kv__heading-bottom {
  font-size: 2.2916666667vw;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.076em;
}
@media screen and (max-width: 768px) {
  .home-kv__heading-bottom {
    font-size: 4.7916666667vw;
    letter-spacing: -0.07em;
  }
}
.home-kv__heading-bottom br {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-kv__heading-bottom br {
    display: block;
  }
}
.home-kv__heading-main {
  font-size: 4.1666666667vw;
  font-weight: 800;
  line-height: 0.9;
  margin: 0.1388888889vw 0 0;
  letter-spacing: -0.059em;
}
@media screen and (max-width: 768px) {
  .home-kv__heading-main {
    margin: 1.6666666667vw 0 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .home-kv__heading-main span {
    display: inline-block;
  }
  .home-kv__heading-main span:first-of-type {
    font-size: 8.3333333333vw;
  }
  .home-kv__heading-main span:last-of-type {
    font-size: 12.5vw;
  }
}

.home-overview {
  background: url(../img/overview_bg.webp) no-repeat top;
  background-size: 100% auto;
  padding: 7.2222222222vw 0 0;
  margin-top: 5.6944444444vw;
}
@media screen and (max-width: 768px) {
  .home-overview {
    padding: 8.3333333333vw 0 0;
    margin-top: 20.8333333333vw;
  }
}
.home-overview__inner {
  display: flex;
  align-items: flex-start;
  gap: 4.8611111111vw;
  padding: 0 4.1666666667vw 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .home-overview__inner {
    flex-direction: column;
    gap: 6.25vw;
    padding: 0 2.0833333333vw;
  }
}
.home-overview__heading {
  flex-shrink: 0;
}
.home-overview__txt {
  font-size: 1.3888888889vw;
  font-weight: 300;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .home-overview__txt {
    font-size: 3.3333333333vw;
    margin-top: 0;
  }
}
.home-overview__img {
  margin: 11.5277777778vw 0 0;
}
@media screen and (max-width: 768px) {
  .home-overview__img {
    margin-top: 25vw 0 0;
    padding: 0 2.0833333333vw;
  }
}
.home-overview__img figure {
  border-radius: 0.6944444444vw;
  box-shadow: 0 1.3888888889vw 4.1666666667vw rgba(0, 0, 0, 0.25);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .home-overview__img figure {
    border-radius: 1.6666666667vw;
    box-shadow: 0 4.1666666667vw 12.5vw rgba(0, 0, 0, 0.25);
  }
}
.home-overview__img img {
  height: auto;
  width: 69.7916666667vw;
}
@media screen and (max-width: 768px) {
  .home-overview__img img {
    width: 79.1666666667vw;
  }
}
.home-overview__img-02 {
  margin-top: 6.9444444444vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .home-overview__img-02 {
    margin-top: 5.2083333333vw;
  }
}

.home-member {
  padding-top: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .home-member {
    padding-top: 10.4166666667vw;
    margin-top: 16.6666666667vw;
  }
}
.home-member__tab {
  padding: 0 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .home-member__tab {
    padding: 0 2.0833333333vw;
    margin-top: 4.1666666667vw;
  }
}
.home-member__tab-list {
  text-align: center;
}
.home-member__tab-list-inner {
  background: #fff;
  border-radius: 10rem;
  box-shadow: 0 1.3888888889vw 4.1666666667vw rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-member__tab-list-inner {
    box-shadow: 0 4.1666666667vw 12.5vw rgba(0, 0, 0, 0.15);
  }
}
.home-member__tab-list .tab-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(120deg, #FFC080, #6D4DDF);
  border-radius: 10rem;
  transition: all 0.4s ease;
  z-index: 0;
}
.home-member__tab-list .tab-item {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding: 0.9027777778vw 1.3888888889vw;
  text-align: center;
  width: 13.8888888889vw;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-member__tab-list .tab-item {
    font-size: 3.125vw;
    padding: 2.0833333333vw 3.125vw;
    width: 31.25vw;
  }
}
.home-member__tab-list .tab-item:hover {
  cursor: pointer;
}
.home-member__tab-list .tab-item.is-active {
  color: #fff;
}
.home-member__tab-panel {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .home-member__tab-panel {
    margin-top: 8.3333333333vw;
  }
}
.home-member__tab-panel .panel-item {
  display: none;
}
.home-member__tab-panel .panel-item.is-active {
  display: block;
  animation: panel-show 0.4s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-member__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2916666667vw;
}
@media screen and (max-width: 768px) {
  .home-member__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw 3.125vw;
  }
}
.home-member__card-item figure .img {
  border-radius: 0.3472222222vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-member__card-item figure .img {
    border-radius: 1.0416666667vw;
  }
}
.home-member__card-item figure .img img {
  transition: 0.4s;
  width: 100%;
}
.home-member__card-item figure figcaption {
  font-size: 1.1111111111vw;
  line-height: 1.5;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .home-member__card-item figure figcaption {
    font-size: 2.9166666667vw;
    margin-top: 2.0833333333vw;
  }
}
.home-member__card-item:hover {
  cursor: pointer;
}
.home-member__card-item:hover .img img {
  transition: 0.4s;
  transform: scale(1.05);
}
.home-member__img {
  display: flex;
  justify-content: space-between;
  margin: 10.4166666667vw 4.1666666667vw 0 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .home-member__img {
    margin: 20.8333333333vw 0 0;
    padding: 0 2.0833333333vw;
  }
}
.home-member__img figure {
  border-radius: 0.6944444444vw;
  box-shadow: 0 1.3888888889vw 4.1666666667vw rgba(0, 0, 0, 0.25);
  display: inline-block;
}
.home-member__img img {
  height: auto;
}
.home-member__img-01 img {
  width: 36.1111111111vw;
}
@media screen and (max-width: 768px) {
  .home-member__img-01 img {
    width: 34.375vw;
  }
}
.home-member__img-02 {
  text-align: right;
  margin-top: 17.7777777778vw;
}
@media screen and (max-width: 768px) {
  .home-member__img-02 {
    margin-top: 16.6666666667vw;
  }
}
.home-member__img-02 img {
  width: 48.6111111111vw;
}
@media screen and (max-width: 768px) {
  .home-member__img-02 img {
    width: 52.0833333333vw;
  }
}

.home-activities {
  padding-top: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .home-activities {
    padding-top: 10.4166666667vw;
    margin-top: 10.4166666667vw;
  }
}
.home-activities__inner {
  padding: 0 2.0833333333vw 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .home-activities__inner {
    padding: 0 2.0833333333vw;
  }
}
.home-activities__btn {
  margin-top: 2.0833333333vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .home-activities__btn {
    margin-top: 6.25vw;
  }
}

/* activities */
/* ============================================ */
.p-activities__inner {
  padding: 0 3.4722222222vw 0 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-activities__inner {
    padding: 0 2.0833333333vw;
  }
}/*# sourceMappingURL=style.css.map */