@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');
p + p {
  margin-top: 0;
}
.l-footer {
}
.container {
  width: calc(100% - 1rem);
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  overflow: hidden;
  max-width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #E9F9FF;
}a {
  color: #033757;
}
a div:hover {
  opacity: 1;
}.bg-main {
  background-color: #eef9fe;
}.bg-primary {
  background-color: #026cd0 !important;
}.bg-secondary {
  background-color: #fd3f5e !important;
}.text-primary {
  color: #026cd0 !important;
}.text-secondary {
  color: #fd3f5e !important;
}.text-success {
  color: #198754;
}.text-info {
  color: #0dcaf0;
}.text-danger {
  color: #eb0000;
}.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.max-w-full {
  max-width: 100%;
}.flex {
  display: flex;
}.flex-direction {
  display: flex;
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-end {
  align-items: flex-end;
}.items-stretch {
  align-items: stretch;
}.items-baseline {
  align-items: baseline;
}.flex-col {
  flex-direction: column;
}@media only screen and (max-width: 768px) {
  .md-flex-col {
    flex-direction: column;
  }
}@media only screen and (max-width: 768px) {
  .md-flex-row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
.pc-only{
  display: none;
}
}
.text-end {
  text-align: end;
}.w-full {
  width: 100%;
}@media only screen and (max-width: 768px) {
  .md-w-full {
    width: 100% !important;
  }
}.w-1\/10 {
  width: 10%;
}.w-2\/10 {
  width: 20%;
}.w-3\/10 {
  width: 30%;
}.w-4\/10 {
  width: 40%;
}.w-5\/10 {
  width: 50%;
}.w-6\/10 {
  width: 60%;
}.w-7\/10 {
  width: 70%;
}.w-8\/10 {
  width: 80%;
}.w-9\/10 {
  width: 90%;
}.w-content {
  width: max-content;
}.h-full {
  height: 100%;
}.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}.text-center {
  text-align: center;
}.bg-white {
  background-color: #fff;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.underline {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}.no-underline {
  text-decoration: none;
}.bold {
  font-weight: bold;
}.w-full {
  width: 100%;
}.max-w-sm {
  max-width: 24rem;
}.max-w-md {
  max-width: 32rem;
}.max-w-lg {
  max-width: 48rem;
}.max-w-xl {
  max-width: 64rem;
}.max-w-2xl {
  max-width: 80rem;
}.max-w-3xl {
  max-width: 96rem;
}.max-w-4xl {
  max-width: 120rem;
}.max-w-5xl {
  max-width: 144rem;
}@media only screen and (max-width: 768px) {
  .md-max-w-sm {
    max-width: 24rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-md {
    max-width: 32rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-lg {
    max-width: 48rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-xl {
    max-width: 64rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-2xl {
    max-width: 80rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-3xl {
    max-width: 96rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-4xl {
    max-width: 120rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-max-w-5xl {
    max-width: 144rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-items-center {
    align-items: center !important;
  }
}@media only screen and (max-width: 768px) {
  .md-items-start {
    align-items: flex-start !important;
  }
}@media only screen and (max-width: 768px) {
  .md-items-end {
    align-items: flex-end !important;
  }
}@media only screen and (max-width: 768px) {
  .md-justify-center {
    justify-content: center !important;
  }
}@media only screen and (max-width: 768px) {
  .md-justify-between {
    justify-content: space-between !important;
  }
}@media only screen and (max-width: 768px) {
  .md-justify-around {
    justify-content: space-around !important;
  }
}@media only screen and (max-width: 768px) {
  .md-justify-start {
    justify-content: flex-start !important;
  }
}@media only screen and (max-width: 768px) {
  .md-justify-end {
    justify-content: flex-end !important;
  }
}.list-decimal {
  list-style: decimal;
}.list-disc {
  list-style: disc;
}.list-circle {
  list-style: circle;
}.list-none {
  list-style: none;
}.flex-0 {
  flex: 0;
}.gap-0 {
  gap: 0rem;
}.m-0 {
  margin: 0rem;
}.p-0 {
  padding: 0rem;
}.ml-0 {
  margin-left: 0rem;
}.mr-0 {
  margin-right: 0rem;
}.mt-0 {
  margin-top: 0rem;
}.mb-0 {
  margin-bottom: 0rem;
}.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}.pl-0 {
  padding-left: 0rem;
}.pr-0 {
  padding-right: 0rem;
}.pt-0 {
  padding-top: 0rem;
}.pb-0 {
  padding-bottom: 0rem;
}.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}@media only screen and (max-width: 768px) {
  .md-m-0 {
    margin: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-0 {
    padding: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-0 {
    margin-left: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-0 {
    margin-right: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-0 {
    margin-top: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-0 {
    margin-bottom: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-0 {
    padding-left: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-0 {
    padding-right: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-0 {
    padding-top: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-0 {
    padding-bottom: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}.size-0 {
  font-size: 50%;
}.maker-size-0::marker {
  font-size: 100%;
}.indent-0 {
  text-indent: 0px;
}.letter-spacing-0 {
  letter-spacing: -2px;
}.fw-0 {
  font-weight: 0;
}.flex-1 {
  flex: 1;
}.gap-1 {
  gap: 0.5rem;
}.m-1 {
  margin: 1rem;
}.p-1 {
  padding: 1rem;
}.ml-1 {
  margin-left: 1rem;
}.mr-1 {
  margin-right: 1rem;
}.mt-1 {
  margin-top: 1rem;
}.mb-1 {
  margin-bottom: 1rem;
}.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}.pl-1 {
  padding-left: 1rem;
}.pr-1 {
  padding-right: 1rem;
}.pt-1 {
  padding-top: 1rem;
}.pb-1 {
  padding-bottom: 1rem;
}.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}@media only screen and (max-width: 768px) {
  .md-m-1 {
    margin: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-1 {
    padding: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-1 {
    margin-left: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-1 {
    margin-right: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-1 {
    margin-top: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-1 {
    margin-bottom: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-1 {
    padding-left: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-1 {
    padding-right: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-1 {
    padding-top: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-1 {
    padding-bottom: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}.size-1 {
  font-size: 60%;
}.maker-size-1::marker {
  font-size: 105%;
}.indent-1 {
  text-indent: 8px;
}.letter-spacing-1 {
  letter-spacing: -1px;
}.fw-100 {
  font-weight: 100;
}.flex-2 {
  flex: 2;
}.gap-2 {
  gap: 1rem;
}.m-2 {
  margin: 2rem;
}.p-2 {
  padding: 2rem;
}.ml-2 {
  margin-left: 2rem;
}.mr-2 {
  margin-right: 2rem;
}.mt-2 {
  margin-top: 2rem;
}.mb-2 {
  margin-bottom: 2rem;
}.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}.pl-2 {
  padding-left: 2rem;
}.pr-2 {
  padding-right: 2rem;
}.pt-2 {
  padding-top: 2rem;
}.pb-2 {
  padding-bottom: 2rem;
}.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}@media only screen and (max-width: 768px) {
  .md-m-2 {
    margin: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-2 {
    padding: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-2 {
    margin-left: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-2 {
    margin-right: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-2 {
    margin-top: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-2 {
    margin-bottom: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-2 {
    padding-left: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-2 {
    padding-right: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-2 {
    padding-top: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-2 {
    padding-bottom: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}.size-2 {
  font-size: 70%;
}.maker-size-2::marker {
  font-size: 110%;
}.indent-2 {
  text-indent: 16px;
}.letter-spacing-2 {
  letter-spacing: 0px;
}.fw-200 {
  font-weight: 200;
}.flex-3 {
  flex: 3;
}.gap-3 {
  gap: 1.5rem;
}.m-3 {
  margin: 3rem;
}.p-3 {
  padding: 3rem;
}.ml-3 {
  margin-left: 3rem;
}.mr-3 {
  margin-right: 3rem;
}.mt-3 {
  margin-top: 3rem;
}.mb-3 {
  margin-bottom: 3rem;
}.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}.pl-3 {
  padding-left: 3rem;
}.pr-3 {
  padding-right: 3rem;
}.pt-3 {
  padding-top: 3rem;
}.pb-3 {
  padding-bottom: 3rem;
}.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}@media only screen and (max-width: 768px) {
  .md-m-3 {
    margin: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-3 {
    padding: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-3 {
    margin-left: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-3 {
    margin-right: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-3 {
    margin-top: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-3 {
    margin-bottom: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-3 {
    padding-left: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-3 {
    padding-right: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-3 {
    padding-top: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-3 {
    padding-bottom: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}.size-3 {
  font-size: 80%;
}.maker-size-3::marker {
  font-size: 115%;
}.indent-3 {
  text-indent: 24px;
}.letter-spacing-3 {
  letter-spacing: 1px;
}.fw-300 {
  font-weight: 300;
}.flex-4 {
  flex: 4;
}.gap-4 {
  gap: 2rem;
}.m-4 {
  margin: 4rem;
}.p-4 {
  padding: 4rem;
}.ml-4 {
  margin-left: 4rem;
}.mr-4 {
  margin-right: 4rem;
}.mt-4 {
  margin-top: 4rem;
}.mb-4 {
  margin-bottom: 4rem;
}.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}.pl-4 {
  padding-left: 4rem;
}.pr-4 {
  padding-right: 4rem;
}.pt-4 {
  padding-top: 4rem;
}.pb-4 {
  padding-bottom: 4rem;
}.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}@media only screen and (max-width: 768px) {
  .md-m-4 {
    margin: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-4 {
    padding: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-4 {
    margin-left: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-4 {
    margin-right: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-4 {
    margin-top: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-4 {
    margin-bottom: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-4 {
    padding-left: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-4 {
    padding-right: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-4 {
    padding-top: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-4 {
    padding-bottom: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}.size-4 {
  font-size: 90%;
}.maker-size-4::marker {
  font-size: 120%;
}.indent-4 {
  text-indent: 32px;
}.letter-spacing-4 {
  letter-spacing: 2px;
}.fw-400 {
  font-weight: 400;
}.flex-5 {
  flex: 5;
}.gap-5 {
  gap: 2.5rem;
}.m-5 {
  margin: 5rem;
}.p-5 {
  padding: 5rem;
}.ml-5 {
  margin-left: 5rem;
}.mr-5 {
  margin-right: 5rem;
}.mt-5 {
  margin-top: 5rem;
}.mb-5 {
  margin-bottom: 5rem;
}.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}.pl-5 {
  padding-left: 5rem;
}.pr-5 {
  padding-right: 5rem;
}.pt-5 {
  padding-top: 5rem;
}.pb-5 {
  padding-bottom: 5rem;
}.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}@media only screen and (max-width: 768px) {
  .md-m-5 {
    margin: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-5 {
    padding: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-5 {
    margin-left: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-5 {
    margin-right: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-5 {
    margin-top: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-5 {
    margin-bottom: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-5 {
    padding-left: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-5 {
    padding-right: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-5 {
    padding-top: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-5 {
    padding-bottom: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}.size-5 {
  font-size: 100%;
}.maker-size-5::marker {
  font-size: 125%;
}.indent-5 {
  text-indent: 40px;
}.letter-spacing-5 {
  letter-spacing: 3px;
}.fw-500 {
  font-weight: 500;
}.flex-6 {
  flex: 6;
}.gap-6 {
  gap: 3rem;
}.m-6 {
  margin: 6rem;
}.p-6 {
  padding: 6rem;
}.ml-6 {
  margin-left: 6rem;
}.mr-6 {
  margin-right: 6rem;
}.mt-6 {
  margin-top: 6rem;
}.mb-6 {
  margin-bottom: 6rem;
}.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}.pl-6 {
  padding-left: 6rem;
}.pr-6 {
  padding-right: 6rem;
}.pt-6 {
  padding-top: 6rem;
}.pb-6 {
  padding-bottom: 6rem;
}.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}@media only screen and (max-width: 768px) {
  .md-m-6 {
    margin: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-6 {
    padding: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-6 {
    margin-left: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-6 {
    margin-right: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-6 {
    margin-top: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-6 {
    margin-bottom: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-6 {
    padding-left: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-6 {
    padding-right: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-6 {
    padding-top: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-6 {
    padding-bottom: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}.size-6 {
  font-size: 110%;
}.maker-size-6::marker {
  font-size: 130%;
}.indent-6 {
  text-indent: 48px;
}.letter-spacing-6 {
  letter-spacing: 4px;
}.fw-600 {
  font-weight: 600;
}.flex-7 {
  flex: 7;
}.gap-7 {
  gap: 3.5rem;
}.m-7 {
  margin: 7rem;
}.p-7 {
  padding: 7rem;
}.ml-7 {
  margin-left: 7rem;
}.mr-7 {
  margin-right: 7rem;
}.mt-7 {
  margin-top: 7rem;
}.mb-7 {
  margin-bottom: 7rem;
}.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}.pl-7 {
  padding-left: 7rem;
}.pr-7 {
  padding-right: 7rem;
}.pt-7 {
  padding-top: 7rem;
}.pb-7 {
  padding-bottom: 7rem;
}.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}@media only screen and (max-width: 768px) {
  .md-m-7 {
    margin: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-7 {
    padding: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-7 {
    margin-left: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-7 {
    margin-right: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-7 {
    margin-top: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-7 {
    margin-bottom: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-7 {
    padding-left: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-7 {
    padding-right: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-7 {
    padding-top: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-7 {
    padding-bottom: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}.size-7 {
  font-size: 120%;
}.maker-size-7::marker {
  font-size: 135%;
}.indent-7 {
  text-indent: 56px;
}.letter-spacing-7 {
  letter-spacing: 5px;
}.fw-700 {
  font-weight: 700;
}.flex-8 {
  flex: 8;
}.gap-8 {
  gap: 4rem;
}.m-8 {
  margin: 8rem;
}.p-8 {
  padding: 8rem;
}.ml-8 {
  margin-left: 8rem;
}.mr-8 {
  margin-right: 8rem;
}.mt-8 {
  margin-top: 8rem;
}.mb-8 {
  margin-bottom: 8rem;
}.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}.pl-8 {
  padding-left: 8rem;
}.pr-8 {
  padding-right: 8rem;
}.pt-8 {
  padding-top: 8rem;
}.pb-8 {
  padding-bottom: 8rem;
}.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}@media only screen and (max-width: 768px) {
  .md-m-8 {
    margin: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-8 {
    padding: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-8 {
    margin-left: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-8 {
    margin-right: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-8 {
    margin-top: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-8 {
    margin-bottom: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-8 {
    padding-left: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-8 {
    padding-right: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-8 {
    padding-top: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-8 {
    padding-bottom: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}.size-8 {
  font-size: 130%;
}.maker-size-8::marker {
  font-size: 140%;
}.indent-8 {
  text-indent: 64px;
}.letter-spacing-8 {
  letter-spacing: 6px;
}.fw-800 {
  font-weight: 800;
}.flex-9 {
  flex: 9;
}.gap-9 {
  gap: 4.5rem;
}.m-9 {
  margin: 9rem;
}.p-9 {
  padding: 9rem;
}.ml-9 {
  margin-left: 9rem;
}.mr-9 {
  margin-right: 9rem;
}.mt-9 {
  margin-top: 9rem;
}.mb-9 {
  margin-bottom: 9rem;
}.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}.pl-9 {
  padding-left: 9rem;
}.pr-9 {
  padding-right: 9rem;
}.pt-9 {
  padding-top: 9rem;
}.pb-9 {
  padding-bottom: 9rem;
}.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}@media only screen and (max-width: 768px) {
  .md-m-9 {
    margin: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-9 {
    padding: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-9 {
    margin-left: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-9 {
    margin-right: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-9 {
    margin-top: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-9 {
    margin-bottom: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-9 {
    padding-left: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-9 {
    padding-right: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-9 {
    padding-top: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-9 {
    padding-bottom: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}.size-9 {
  font-size: 140%;
}.maker-size-9::marker {
  font-size: 145%;
}.indent-9 {
  text-indent: 72px;
}.letter-spacing-9 {
  letter-spacing: 7px;
}.fw-900 {
  font-weight: 900;
}.flex-10 {
  flex: 10;
}.gap-10 {
  gap: 5rem;
}.m-10 {
  margin: 10rem;
}.p-10 {
  padding: 10rem;
}.ml-10 {
  margin-left: 10rem;
}.mr-10 {
  margin-right: 10rem;
}.mt-10 {
  margin-top: 10rem;
}.mb-10 {
  margin-bottom: 10rem;
}.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}.pl-10 {
  padding-left: 10rem;
}.pr-10 {
  padding-right: 10rem;
}.pt-10 {
  padding-top: 10rem;
}.pb-10 {
  padding-bottom: 10rem;
}.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}@media only screen and (max-width: 768px) {
  .md-m-10 {
    margin: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-p-10 {
    padding: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-ml-10 {
    margin-left: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mr-10 {
    margin-right: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mt-10 {
    margin-top: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mb-10 {
    margin-bottom: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-mx-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pl-10 {
    padding-left: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pr-10 {
    padding-right: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pt-10 {
    padding-top: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-pb-10 {
    padding-bottom: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}@media only screen and (max-width: 768px) {
  .md-px-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}.size-10 {
  font-size: 150%;
}.maker-size-10::marker {
  font-size: 150%;
}.indent-10 {
  text-indent: 80px;
}.letter-spacing-10 {
  letter-spacing: 8px;
}.fw-1000 {
  font-weight: 1000;
}.rounded {
  border-radius: 0.5rem;
}.rounded-lg {
  border-radius: 1rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-t {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-b {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-l {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.shadow-lg {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.shadow-xl {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}.shadow-2xl {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}
header {
  position: relative;
  z-index: 99;
  padding-bottom: 2rem;
}
header .sp-menus {
  display: none;
  position: relative;
}
header .sp-menus .menu-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  position: fixed;
  z-index: 99;
  background-color: #00a9cf;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .sp-menus .menu-btn span {
  transition: all 300ms;
  position: absolute;
  background-color: #fff;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .sp-menus .menu-btn span:nth-child(1) {
  top: 30%;
}
header .sp-menus .menu-btn span:nth-child(2) {
  top: 50%;
}
header .sp-menus .menu-btn span:nth-child(3) {
  top: 70%;
}
header .sp-menus .menu-btn.open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .sp-menus .menu-btn.open span:nth-child(2) {
  transform: translate(-50%, -50%) scale(0);
}
header .sp-menus .menu-btn.open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  header .sp-menus {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 2rem;
  }
  header .sp-menus .menus {
    transition: all 500ms;
    position: fixed;
    transform-origin: top center;
    inset: 0;
    background: #fff;
    z-index: 10;
    transform: translateY(-50%) scaleY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 2rem 0;
  }
  header .sp-menus .menus > * {
    width: 100%;
    padding: 1.5rem 0;
    text-decoration: none;
    border-bottom: 1px solid #C5E1EE;
    line-height: 1.2;
    text-align: center;
    color: #293435;
    font-weight: 600;
  }
  header .sp-menus .menus > a .menu_en{
    display: block;
    margin-top: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "filedna", sans-serif;
    color: #00A9CF;
  }
}
header .menubar {
  padding: 2rem 0 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #C5E1EE;
}
header .menubar .menus {
  display: flex;
  justify-content: center;
}
header .menubar .menus a {
  position: relative;
  display: block;
  padding: 0 2rem 2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 700;
  color: #293435;
  letter-spacing: 0;
}
header .menubar .menus a .menu_en{
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "filedna", sans-serif;
  color: #00A9CF;
}
header .menubar .menus a.is-coming{
  color: rgba(41, 52, 53, 0.2);
  pointer-events: none;
}
header .menubar .menus a.is-coming .menu_en{
  color: rgba(41, 52, 53, 0.7);
}
header .menubar .menus a:not(.is-coming):after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(-45deg, transparent 0, transparent 5px, #00A9CF 5px, #00A9CF calc(100% - 5px), transparent calc(100% - 5px), transparent 100%);
  opacity: 0;
  transition: opacity .3s;
}
header .menubar .menus a:hover:after {
  opacity: 1;
}
.slot.is-home .menubar .menus a.is-home:after,
.slot.is-event .menubar .menus a.is-event:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  header .menubar {
    display: none;
    gap: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  header {
    gap: 0rem;
    padding-bottom: 0;
    background: transparent;
    width: auto;
    height: auto;
    aspect-ratio: unset;
  }
  header .slot {
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  header.home {
    width: 100vw;
    aspect-ratio: 390/526;
  }
}main {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .top-banner-wrap {
    margin-top: 1.6rem;
    width: 100vw;
  }
}
.top-banner-wrap .top-banner {
  display: flex;
  justify-content: end;
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(../imgs/cs2026.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .top-banner-wrap .top-banner {
    height: auto;
    aspect-ratio: 390/526;
    background-image: url(../imgs/cs2026_SP.jpg);
  }
}.dots {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.dots > * {
  cursor: pointer;
  transition: all 500ms;
}
.dots > *:hover {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.2666666667), 0 0 8px rgba(255, 255, 255, 0.5333333333);
}
.dots .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #026cd0;
}
.dots .dot.active {
  background: #fd3f5e;
}.play-btn {
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  background-color: #fd3f5e;
  cursor: pointer;
  color: #fff;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 0;
  height: 0;
  display: inline-block;
  color: currentColor;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.8rem solid currentColor;
}
.play-btn.stop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: currentColor;
  width: 2px;
  height: 40%;
}
.play-btn.stop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: currentColor;
  width: 2px;
  height: 40%;
}

.pickup .event_date {
  color: #00A9CF;
  font-weight: 700;
  background: #fff;
    margin-top: 1rem;
    padding-left: 5px;
    text-align: center;
    font-size: 16px;
}
.pickup .event_title {
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
   .pickup .event_date{
    margin-top: 1rem;
    width: 100%;
  }

}

.news {
  display: flex;
  align-items: flex-end;
  margin: 2.4rem 0 0;
  padding: 1.2rem 0 1.6rem;
  box-shadow: 4px 4px 0 rgba(110, 172, 189, 0.25);
}
.news .news-text{
  width: calc(306 / 1020 * 100%);
  padding: 0 calc(70 / 1020 * 100%);
}
.news .news-text h2{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.news .news-text p {
  text-align: center;
}
.news .news-text p a {
  display: inline-block;
  width: 100%;
  padding: 5px 25px;
  border-radius: 100px;
  border: 1px solid #00A9CF;
  color: #00A9CF;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
}
.news .news-list {
  width: calc(714 / 1020 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2rem;
}
.news .news-list dt{
  color: #00A9CF;
  font-weight: 700;
  width: 104px;
}
.news .news-list dd{
  flex-shrink: 1;
  width: calc(100% - 124px);
}
.news .news-list a{
  text-decoration: underline;
}
.news .news-list a:hover{
  text-decoration: none;
}

.news.item {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .news {
    display: block;
    padding: 2rem;
  }
  .news .news-text{
    width: 100%;
    padding: 0;
  }
  .news .news-list {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  .news .news-list dt{
    margin-top: 1rem;
    width: 100%;
  }
  .news .news-list dd{
    width: 100%;
  }
}

.title-01 {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -1px;
  color: #111;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.title-01::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 5px;
  width: 30%;
  max-width: 8rem;
  /* background-color: #fd3f5e; */
}
@media only screen and (max-width: 768px) {
  .title-01 {
    font-size: 2.6rem;
  }
}.title-02 {
  width: 100%;
  padding: 0.5rem 0;
  padding-left: 3rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -1px;
  color: #000000;
  position: relative;
  line-height: 1.4;
}
.title-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 10px;
  height: 100%;
  background: currentColor;
}
@media only screen and (max-width: 768px) {
  .title-02 {
    font-size: 2.8rem;
    padding-left: 0;
    text-align: center;
  }
  .title-02::before {
    display: none;
  }
}.title-03 {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.title-03::before, .title-03::after {
  content: "▪";
  color: #fd3f5e;
}
@media only screen and (max-width: 768px) {
  .title-03 {
    font-size: 18px;
  }
}
/* 0120 修正
.slider-container {
  display: flex;
}
  */
  .slider-container {
  display: flex;
  justify-content: center; /* 余白があるとき中央寄せ */
  width: 100%;             /* 念のため幅を100%に */
  overflow: hidden;        /* 見切れ防止 */
}
  
.slider-container .action-btn {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  opacity: 0.9;
  cursor: pointer;
}
.slider-container .action-btn.hidden {
  visibility: hidden;
}
.slider-container .action-btn:hover {
  opacity: 1;
}
.slider-container .action-btn:hover img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.2);
}
.slider-container .action-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}
.slider-container .action-btn.left {
  left: -3rem;
}
.slider-container .action-btn.left::after {
  background-image: url(../imgs/left-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-container .action-btn.right::after {
  background-image: url(../imgs/right-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* 0119修正
.slider-container .pickup-slides {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
  .slider-container .pickup-slides .pickup {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
  */
/* PC: 従来通り 900px, 1カード=300px で3枚表示 */
.slider-container .pickup-slides {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slider-container .pickup-slides .pickup {
  display: flex;
  transition: transform 0.5s ease;
  width: max-content; /* 中身の幅に合わせる */
}

.slider-container .pickup-slides .pickup__card {
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 0 1rem;
  text-decoration: none;
}
.slider-container .pickup-slides .pickup__card .img {
  aspect-ratio: 300/220;
  background: #ddd;
  overflow: hidden;
}
.slider-container .pickup-slides .pickup__card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 200ms linear;
}
.slider-container .pickup-slides .pickup__card .date {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: small;
  padding: 2px 1rem;
  margin: 1rem 0;
  width: max-content;
  letter-spacing: -1px;
}
.slider-container .pickup-slides .pickup__card .desc {
  letter-spacing: -1px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.slider-container .pickup-slides .pickup__card:hover .img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .slider-container .pickup-slides {
    width: 300px;
  }
}
/* SP: 1画面＝1カード分にする */
@media only screen and (max-width: 768px) {
  .slider-container {
    overflow: hidden;   /* 念のため再度指定 */
  }

  .slider-container .pickup-slides {
    width: 100%;        /* 画面幅いっぱい */
  }

  .slider-container .pickup-slides .pickup {
    width: 100%;
  }

  .slider-container .pickup-slides .pickup__card {
    width: 100%;
    flex: 0 0 100%;      /* 1カード＝画面幅 */
    padding: 0 1rem;
  }

  /* 画像を中央寄せ（画像がカード幅より小さい場合でも中央に来る） */
  .slider-container .pickup-slides .pickup__card .img {
    margin: 0 auto;
  }
  .slider-container .pickup-slides .pickup__card .img img {
    display: block;
    margin: 0 auto;      /* 念のため */
  }
}

#about {
  position: relative;
  padding: 3rem 0;
  margin-top: 4rem;
}
#about .title-en{
  position: absolute;
  top: 0;
  left: calc(140 / 1440 * 100%);
  line-height: 0.75;
  font-family: "Figtree", sans-serif;
  font-size: 13.5rem;
  font-weight: 600;
  color: #E9F9FF;
  writing-mode: vertical-lr;
  white-space: nowrap;
  z-index: 0;
}
#about .container{
  width: 100%;
  position: relative;
  z-index: 1;
}
#about .container .title{
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #C5E1EE;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00A9CF;
  text-align: center;
}

#about .container .title span{
  position: relative;
  display: inline-block;
  padding: 0 3.5rem 1rem;
  line-height: 1;
}
#about .container .title span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield.svg) no-repeat center center;
  background-size: contain;
}
#about .container .title span:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0.1em;
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield.svg) no-repeat center center;
  background-size: contain;
}
#about .container p{
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #about{
    margin-top: 5rem;
    padding: 5rem 0;
  }
  #about .title-en{
    top: 0;
    left: 0;
    font-size: 7.5rem;
  }
  #about .container p {
    text-align: left;
    line-height: 2.1;
  }
}

.section-contents{
  margin-top: 3rem;
}
.section-contents .title{
  position: relative;
  padding: 0 3.5rem 1rem;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00A9CF;
}
.section-contents .title:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield.svg) no-repeat center center;
  background-size: contain;
}
.section-contents .block-contents-card{
  display: flex;
  justify-content: space-between;
  padding: 3rem 2.4rem;
  background: #fff;
  background-image: repeating-linear-gradient(-45deg, #79B2C7, #79B2C7 15px, transparent 15px, transparent 25px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 4px;
}
.section-contents .block-contents-card .img{
  width: calc(380 / 976 * 100%);
}
.section-contents .block-contents-card .content {
  padding-top: 2rem;
  width: calc(556 / 976 * 100%);
}
.section-contents .block-contents-card .text{
  letter-spacing: 0;
}
.section-contents .block-contents-card .link-btn{
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
.section-contents{
  margin-top: 5rem;
}
.section-contents .block-contents-card{
  display: block;
  padding: 2.5rem 2rem;
}
.section-contents .block-contents-card .img{
  width: 100%;
}
.section-contents .block-contents-card .content {
  width: 100%;
}
}

#back-to-top {
  position: fixed;
  z-index: 2;
  width: 10rem;
  aspect-ratio: 110/127;
  bottom: -1rem;
  transform: translateY(100%);
  right: 1rem;
  background: center url(../imgs/back-to-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #111;
  cursor: pointer;
  transition: all 150ms;
  opacity: 0.9;
  filter: drop-shadow(0 1px 0px #fff);
}
#back-to-top.revert {
  opacity: 1;
}
#back-to-top.show {
  bottom: 2rem;
  transform: translateY(0%);
}
#back-to-top:hover, #back-to-top:active {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #back-to-top {
    width: 7rem;
  }
}.useful {
  display: flex;
  justify-content: space-around;
  gap: 5%;
}
.useful .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.useful .card > div {
  background: #ccc;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 210/300;
  position: relative;
}
.useful .card > div::after {
  content: "210 x 300";
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.useful .card > div::before {
  content: "広報リーフレット";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.useful .card > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  .useful {
    flex-direction: column;
    gap: 4rem;
  }
}
.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 250px;
  background: #00A9CF;
  padding: 1rem;
  border-radius: 3rem;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.link-btn::after {
  content: "";
  background-image: url(../imgs/link-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  aspect-ratio: 1/1;
}
.link-btn:hover {
  background-color: #333;
}
.link-btn.max-w-none {
  max-width: none;
}
.link-btn.no-icon::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    font-size: 14px;
  }
}a.disabled {
  pointer-events: none;
  user-select: none;
  background: #ccc;
  color: #545454;
  font-weight: 100;
}
.block-card {
  display: flex;
  gap: 2rem;
}
.block-card .img {
  display: flex;
}
.block-card .img img {
  width: 380px;
  object-fit: cover;
}
.block-card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-card .content .text {
  flex: 1;
}
.block-card .content .link {
  border: 1px solid #7fdbea;
  padding: 0.4rem 1rem;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.block-card .content .link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../imgs/right-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.block-card .content .link::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 400ms ease-in-out;
  background: linear-gradient(235deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 35%, rgb(195, 250, 251) 50%, rgb(255, 255, 255) 65%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.7;
  transform: translateX(-101%);
}
.block-card .content .link:hover::before {
  transform: translateX(101%);
}
@media only screen and (max-width: 768px) {
  .block-card {
    flex-direction: column;
    align-items: center;
  }
  .block-card .img {
    aspect-ratio: 16/9;
    width: 90%;
  }
}

#archive-container {
  position: relative;
  background: #79B2C7;
  padding: 5rem 0;
  margin-top: 7.5rem;
}
#archive-container .container{
  display: flex;
  justify-content: space-between;
}
#archive-container .container .area-text{
  width: calc(330 / 1024 * 100%);
}
#archive-container .container .title-en{
  line-height: 1;
  font-family: "figtree", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  color: #fff;
}
#archive-container .container .title-ja {
  position: relative;
  padding-left: 2.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
#archive-container .container .title-ja:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield_w.svg) no-repeat center center;
}
#archive-container .container .body{
  margin-top: 3rem;
  color: #fff;
  letter-spacing: 0;
}
#archive-container .container .archive{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  width: calc(569 / 1024 * 100%);
}
#archive-container .container .archive a{
  position: relative;
  display: block;
  width: calc(25% - 8px);
  padding: 0.4rem 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.7rem;
  font-family: "figtree", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}
#archive-container .container .archive a small{
  font-family: "noto-sans-jp", sans-serif;
  font-size: 1.5rem;
}
#archive-container .container .archive a:after{
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background-image: url(../imgs/link-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-container .container .archive a:hover{
  background: #fff;
  color: #79B2C7;
}
@media only screen and (max-width: 768px) {
  #archive-container .container{
    display: block;
    justify-content: space-between;
  }
  #archive-container .container .area-text{
    width: 100%;
  }
  #archive-container .container .archive{
    gap: 1.5rem 1rem;
    width: 100%;
    margin-top: 3rem;
  }
  #archive-container .container .archive a{
    width: calc(50% - 8px);
  }
}


.footer-logo {
  width: calc(100% - 40px);
  max-width: 1024px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 0 6vh;
  gap: 1vh;
}
.footer-logo .share {
  display: flex;
  gap: 2rem;
}
.footer-logo .bottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.footer-logo .logo {
  width: calc(100% - 487px);
  max-width: 474px;
}
.footer-logo .logo img {
  max-width: 100%;
}
.footer-logo .sitemap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 0;
  width: 467px;
}
.footer-logo .sitemap a{
  position: relative;
  display: block;
  padding-right: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.footer-logo .sitemap a.is-coming{
  opacity: .20;
  pointer-events: none;
}
.footer-logo .sitemap a:nth-child(odd){
  width: calc(252 / 467 * 100%);
}
.footer-logo .sitemap a:nth-child(even){
  width: calc(185 / 467 * 100%);
}
.footer-logo .sitemap a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../imgs/icon-arrow-nav.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-logo .sitemap a:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer-logo .bottom {
    display: block;
  }
  .footer-logo .logo {
    width: 100%;
    max-width: 474px;
    margin-inline: auto;
  }
  .footer-logo .sitemap{
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
  }
  .footer-logo .sitemap a:nth-child(odd),.footer-logo .sitemap a:nth-child(even){
    width: 100%;
    margin-top: 1rem;
  }
}

/* 関連イベント */
.event-page-heading{
  padding: 0 2rem;
}
.event-page-heading .title{
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
.event-page-heading .title:before{
  content: "Event";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 10rem;
  font-weight: 600;
}
.event-page-heading .title span{
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  text-align: center;
  color: #00A9CF;
  font-size: 3rem;
  font-weight: 700;
}
.event-page-heading .title span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.event-page-heading .title span:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 21px;
  background: url(../imgs/ico_shield.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .event-page-heading{
    padding-top: 5rem;
  }
  .event-page-heading .title span{
      font-size: 2.4rem;
      line-height: 1.6;
      letter-spacing: 0;
  }
}

.column-card {
  border: 1px solid #026cd0;
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  transition: all 150ms;
}
.column-card img {
  border-radius: 0.5rem;
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.column-card .text {
  display: flex;
  flex-direction: column;
}
.column-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.tool-poster-img {
  background-color: #c6e9f6;
  width: 400px;
  max-width: 100%;
  aspect-ratio: 2/3;
}.tool-banner {
  background-color: #c6e9f6;
  width: 400px;
  max-width: 100%;
  aspect-ratio: 5/2;
}.seminar-mess {
  border: 1px dotted currentColor;
  padding: 2rem;
}

.event-list {
  transition: all .3s;
  transform: scaleY(1);
  transform-origin: top;
  margin-top: 6rem;
}
.event-list.hidden {
  transform: scaleY(0);
  max-height: 0px !important;
  overflow: hidden;
}

.event-list .event-list-items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem 1.6rem;
  margin-top: 2.4rem;
}

.event-list .event-category {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  color: #293435;
  border-bottom: 1px solid #C5E1EE;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.event-list .event-category:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
}
.event-list .event-category--seminar:after{
  background-color: #8528AF;
}
.event-list .event-category--study:after{
  background-color: #D05578;
}
.event-list .event-category--other:after{
  background-color: #008743;
}
@media only screen and (max-width: 768px) {
  .event-list .event-category {
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
/*0119追加*/
.event-list .event:after{
display:none;
}
/*end*/
.event-list .event {
  position: relative;
  display: block;
  text-decoration: none;
  width: calc(50% - 12px);
  padding-bottom: 2rem;
  background: #fff;
  box-shadow: 2px 2px 2px rgba( 110, 172, 189, 0.25);

  transition: all .3s;
  transform: scaleY(1);
  transform-origin: top;
}
.event-list .event.event--link:after{
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../imgs/ico-blank.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: none;
  display:block;/*0119追加*/
}
.event-list .event .event__date{
  background: #66C2D7;
  padding: .3rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.event-list .event .event__title{
  padding: 1.4rem 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.event-list .event .event__address,
.event-list .event .event__organizer,
.event-list .event .event__desc {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 2rem;
  margin-top: 5px;
}
.event-list .event .event__address dt,
.event-list .event .event__organizer dt,
.event-list .event .event__desc dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  background: #66C2D7;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.event-list .event .event__address dd,
.event-list .event .event__organizer dd,
.event-list .event .event__desc dd {
  width: calc(100% - 60px);
  font-size: 1.5rem;
  letter-spacing: 0;
}
.event-list .event__tags {
  align-items: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.event-list .event__tags .tag {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 2px 1.2rem 4px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0;
  border-radius: 9999px;
}
.event-list .event__tags .tag--type--seminar {
  color: #8528AF;
}
.event-list .event__tags .tag--type--study {
  color: #D05578;
}
.event-list .event__tags .tag--type--other{
  color: #008743;
}
.event-list .event__tags .tag--target {
  color: #026cd0;
}
@media only screen and (max-width: 768px) {
  .event-list {
    margin-top: 4rem
  }
  .event-list .event {
    width: 100%;
  }
  .event-list .event__tags {
    margin-top: 0rem;
    gap: 1rem;
    flex-direction: row;
  }
  .event-list .event__tags .tag{
    margin-top: 1rem;
  }
}
.event-list .event:hover {
  background: rgba(0, 0, 0, 0.03);
}
.event-list .event.hidden {
  display: none;
}
.event-list > a.event {
  position: relative;
  transition: all 150ms;
}
.event-list > a.event::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-image: url(../imgs/icon_popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  transition: all 150ms;
}
.event-list > a.event:hover {
  background: rgba(2, 108, 208, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-list > a.event:hover::after {
  width: 28px;
}

.filter {
  border-radius: 0.5rem;
  padding: 2.4rem;
  background: rgba(121, 178, 199, 0.3);
  margin-inline: auto;
  margin-top: 2rem;
}
.filter .conditions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.4rem;
  max-width: 100%;
  width: 900px;/*880px;*/
  margin-inline: auto;
}
.filter .conditions .condition {
  width: calc(33.333% - 10px);
}
.filter .conditions .condition.condition--keyword{
  width: 100%;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  overflow: hidden;
}
.filter .conditions .condition.condition--keyword .keyword-search{
  display: flex;
  width: 100%;
  height: 100%;
}
.filter .conditions .condition.condition--keyword input{
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 14px);
  margin: 7px 3rem;
  border: none;
}
.filter .conditions .condition.condition--keyword button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  background: #00A9CF;
  cursor: pointer;
  border: none;
}
.filter .conditions .condition.condition--keyword button .icon-search{
  display: block;
  
}
.filter .conditions .condition:first-child {
  padding-left: 0;
}
.filter .conditions .condition:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .filter .conditions{
    gap: 1.5rem;
  }
  .filter .conditions .condition.condition--keyword{
    padding: 0;
  }
  .filter .conditions .condition.condition--keyword input{
    margin: 7px 1rem;
  }
  .filter .conditions .condition {
    padding: 0;
    min-width: 100%;
  }
}
.filter .conditions .condition label {
  font-size: 90%;
  font-weight: bold;
}
.filter .conditions .condition .select {
  color: #111;
  position: relative;
}
.filter .conditions .condition .select p.value {
  cursor: pointer;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 200px;
  border-radius: 100px;
  background: #fff;
  height: 40px;
  font-size: 15px;
}
.filter .conditions .condition .select p.value::after {
  content: "﹀";
  margin-top: 6px;
}
.filter .conditions .condition .select p.value:active, .filter .conditions .condition .select p.value:focus, .filter .conditions .condition .select p.value:target, .filter .conditions .condition .select p.value:hover, .filter .conditions .condition .select p.value:focus-visible {
  border-color: #026cd0;
}
.filter .conditions .condition .select .list {
  z-index: 1;
  background: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: calc(100% + 4px);
  max-height: 60vh;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.filter .conditions .condition .select .list span {
  padding: 0.2rem 1rem;
  user-select: none;
  font-size: 15px;
  cursor: pointer;
}
.filter .conditions .condition .select .list span[selected] {
  font-weight: bold;
  color: #026cd0;
  background: #eee;
  pointer-events: none;
}
.filter .conditions .condition .select .list span:hover {
  font-weight: bold;
  color: #026cd0;
  background: #eee;
}
.filter .conditions .condition .select .list span.lv1 {
  font-weight: bold;
}
.filter .conditions .condition .select .list span.lv2 {
  padding-left: 2rem;
}
.filter .conditions .condition .select .list.opened {
  display: flex;
}#event-data-container {
  min-height: 15vh;
}.publicity .publicity-text {
  border: 1px solid #aaa;
  border-radius: 1rem;
  padding: 2rem;
}
.publicity .publicity-text ul {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .publicity .publicity-text {
    padding: 1.5rem;
  }
}
.publicity h3 {
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
}.slides {
  position: relative;
  left: 75px;
  width: max-content;
  display: flex;
}
.slides .slide {
  border: 1px solid #eee;
  height: 220px;
  margin: 0 10px;
}
.slides .slide img {
  height: 100%;
  aspect-ratio: 300/220;
  width: auto;
  object-fit: contain;
}.seminar-info {
  border: 1px dotted currentColor;
  margin: 4rem auto 1rem;
  padding: 1rem;
}
.seminar-info > p {
  display: flex;
  margin: 0.4rem 0;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}
.seminar-info > p strong {
  width: 140px;
  position: relative;
}
.seminar-info > p span {
  flex: 1;
}
.seminar-info .apply-link {
  margin: 4rem auto 1rem;
  display: flex;
  justify-content: center;
}.seminar-program {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .seminar-program {
    gap: 1rem;
  }
}
.seminar-program .row {
  display: flex;
  border: 0px solid #cccccc;
  border-width: 1px 1px 0;
}
.seminar-program .row:last-child {
  border-bottom-width: 1px;
}
.seminar-program .row.head {
  background: #026cd0;
  color: #fff;
}
.seminar-program .row.head .content {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .seminar-program .row.head {
    display: none;
  }
}
.seminar-program .row .time {
  padding: 1rem;
  width: 170px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.seminar-program .row .content {
  padding: 1rem;
  flex: 1;
}
.seminar-program .row .content .title {
  font-weight: bold;
}
.seminar-program .row .content .card {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  background: rgba(238, 238, 238, 0.8);
  border-radius: 8px;
  padding: 2rem;
}
.seminar-program .row .content .card .text {
  flex: 1;
}
.seminar-program .row .content .card .img {
  width: 120px;
  aspect-ratio: 1/1;
}
.seminar-program .row .content .card .img img {
  width: 100%;
  object-fit: contain;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .seminar-program .row {
    flex-direction: column;
    border-radius: 8px;
    border-width: 1px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .seminar-program .row .time {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .seminar-program .row .time::before {
    content: "時間";
    font-weight: 200;
    color: #fff;
    background: #026cd0;
    text-align: center;
    width: 100%;
    padding: 0.4rem 1rem;
  }
  .seminar-program .row .content {
    padding: 0;
  }
  .seminar-program .row .content .title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  .seminar-program .row .content .title::before {
    padding: 0.4rem 1rem;
    content: "タイトル、講演者、講演概要";
    font-weight: 200;
    color: #fff;
    background: #026cd0;
    text-align: center;
    width: 100%;
  }
  .seminar-program .row .content .card {
    flex-direction: column-reverse;
    padding: 1rem;
    margin: 1rem;
  }
  .seminar-program .row .content .card .text {
    text-align: center;
  }
}::marker {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: inherit;
  font-size: inherit;
}.maker-bold::marker {
  font-weight: bold;
}.list-kome {
  margin-inline-start: 3rem;
}
.list-kome::before {
  content: "※";
  margin-left: -3rem;
  padding-right: 1rem;
}.font-bold {
  font-weight: bold;
}
