@charset "UTF-8";

.program-page,
.program-detail-page {
  background: #fff8df;
  padding: 40px 16px 60px;
}

.program-hero {
  max-width: 1040px;
  margin: 0 auto 32px;
  text-align: center;
}

.program-hero h1 {
  margin: 0 0 12px;
  color: #1d4f9a;
  font-size: 38px;
  font-weight: 800;
}

.program-hero p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.program-list {
  max-width: 1040px;
  margin: 0 auto;
}

.program-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.program-card {
  background: #fff;
  margin: 0px 0px 30px;
  border: 2px solid #1d4f9a;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #f5c400;
}

.program-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.program-card-image {
  aspect-ratio: 4 / 3;
  background: #eee;
  overflow: hidden;
}

.program-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-noimage {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
}

.program-card-body {
  padding: 20px;
}

.program-card-body h2 {
  margin: 0 0 14px;
  color: #1d4f9a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.program-meta p,
.program-detail-meta p {
  margin: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.program-meta span,
.program-detail-meta span {
  display: inline-block;
  min-width: 52px;
  margin-right: 8px;
  padding: 3px 8px;
  background: #e8503f;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.program-more {
  margin: 18px 0 0;
  color: #e8503f;
  font-weight: 800;
  font-size:160%;
}

.program-detail {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}

.program-detail-image img {
  width: 100%;
  height: auto;
  display: block;
}

.program-detail-body h1 {
  margin: 0 0 20px;
  color: #1d4f9a;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
}

.program-detail-meta {
  margin-bottom: 28px;
  padding: 18px;
  background: #fff8df;
  border-radius: 14px;
}

.program-content {
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.program-back {
  margin-top: 32px;
}

.program-back a {
  display: inline-block;
  padding: 12px 22px;
  background: #1d4f9a;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size:160%;
}

@media screen and (max-width: 900px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .program-page,
  .program-detail-page {
    padding: 32px 14px 48px;
  }

  .program-hero h1 {
    font-size: 30px;
  }

  .program-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .program-card-body {
    padding: 18px;
  }


  .program-detail-body h1 {
    font-size: 26px;
  }

  .program-content {
    font-size: 15px;
    line-height: 1.9;
  }
}

.event-footer {
  padding: 40px 16px;
}

.event-footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.event-footer-sponsor h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #1d4f9a;
  font-weight: 700;
}

.event-footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.event-footer-logos img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.event-footer-info p {
  margin: 6px 0;
  font-size: 14px;
  color: #333;
}

.event-footer-note {
  font-size: 12px;
  color: #777;
}

@media screen and (max-width: 768px) {
  .event-footer {
    padding: 32px 14px;
  }

  .event-footer-logos {
    gap: 16px;
  }

  .event-footer-logos img {
    max-height: 40px;
  }

  .event-footer-sponsor h3 {
    font-size: 18px;
  }

  .event-footer-info p {
    font-size: 13px;
  }
}

.event-points-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.event-points-title {
  margin: 0 0 28px;
  text-align: center;
  color: #1d4f9a;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
}

.event-points-list {
  gap: 20px;
}

.event-point {
    width: 100%;
  padding: 26px 22px;
  margin:20px 0px;
  background: #fff;
  border: 2px solid #1d4f9a;
  border-radius: 18px;
  box-shadow: 6px 6px 0 #f5c400;
}

.event-point-number {
  margin: 0 0 12px;
  color: #e8503f;
  font-size: 250% !important;
  font-weight: 800;
  line-height: 1;
}

.event-point h3 {
  margin: 0 0 12px;
  color: #1d4f9a;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
}

.event-point p {
  margin: 0;
  color: #333;
  font-size: 180% !important;
  font-weight: 500;
  line-height: 1.9;
}

.event-point p + p {
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .event-points-list {
    gap: 16px;
  }

  .event-point {
    padding: 22px 18px;
  }

  .event-point h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .event-points {
    padding: 40px 14px;
  }

  .event-points-title {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .event-points-list {
    display: block;
  }

  .event-point {
    width: 100%;
    padding: 22px 18px;
    border-radius: 16px;
    box-shadow: 4px 4px 0 #f5c400;
  }

  .event-point + .event-point {
    margin-top: 18px;
  }

  .event-point-number {
    font-size: 24px;
  }

  .event-point h3 {
    font-size: 20px;
  }

  .event-point p {
    font-size: 14px;
    line-height: 1.8;
  }
}


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

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}

a.pc-logo {
    width: 82%;
}
@media screen and (max-width: 950px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 950px) {
  .pc-only {
    display: none;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --navy: #052751;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans JP", sans-serif;
  --mincho:
    "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho", "MS Mincho",
    "Meiryo", serif;
  --gothic:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体",
    "YuGothic", "Helvetica Neue", "Arial", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 950px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 951px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

a {
  color: var(--black);
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

/* p,
h2,
h3,
h4,
span {
  font-weight: 500;
  color: $black;
} */
picture {
  display: block;
}

svg {
  width: 100%;
  height: 100%;
}

.pc-bg:before {
  content: "";
  position: fixed;
  inset: 0;
  aspect-ratio: 1920/1110;
  width: 100cqi;
  height: 100dvh;
  z-index: -1;
  background: url(../images/bg.webp) no-repeat bottom center/cover;
}
.pc-bg .pc-right,
.pc-bg .pc-menu-left {
  display: none;
}
@media screen and (min-width: 951px) {
  .pc-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max(57rem, 500px) 1fr;
    grid-template-areas: "pc-menu-left main pc-right";
  }
  .pc-bg .pc-right {
    grid-area: pc-right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .pc-bg .pc-right img {
    transform: translateY(1.2rem);
    width: 50rem;
    aspect-ratio: 603/1117;
  }
  .pc-bg .pc-menu-left {
    position: relative;
    padding-top: 9rem;
    grid-area: pc-menu-left;
    display: flex;
    flex-direction: column;
    padding-left: 9rem;
  }
  .pc-bg .pc-menu-left .menu-list {
    padding-block: 1.5rem;
    margin-top: 2rem;
    width: max(24rem, 150px);
    position: relative;
  }
  .pc-bg .pc-menu-left .menu-list-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
  }
  .pc-bg .pc-menu-left .menu-item {
    width: 100%;
    display: block;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
  }
  .pc-bg .pc-menu-left .menu-item:hover {
    border-bottom: 2px solid #ee86a8;
    transition: 0.3s;
  }
  .pc-bg .pc-menu-left .insta-link {
    margin-top: 1.5rem;
    width: 5rem;
  }
  .pc-bg .pc-menu-left .pc-left-person {
    position: absolute;
    bottom: -2.6rem;
    left: -1.6rem;
    width: 12.5rem;
  }
}
.pc-bg .main {
  grid-area: main;
  overflow-y: auto;
  background: var(--white);
  max-width: 90%;
  margin-inline: auto;
  width: 100%;
  /*   @include mq(sp) {
    height: 2000px;
  } */
}
@media screen and (min-width: 951px) {
  .pc-bg .main {
    max-width: 100%;
  }
}

.fv {
  padding-top: max(7rem, 50px);
  padding-bottom: max(16.2rem, 169px);
  padding-inline: 3.2rem;
  border: 3px solid #000;
  border-radius: 3.2rem;
  background: #FBFF00;
  position: relative;
}
.fv__img {
  position: absolute;
  z-index: 1;
}
.fv__img--1 {
  bottom: 1.2rem;
  left: 0.9rem;
  width: max(16.3rem, 150px);
}
.fv__img--2 {
  bottom: 7.9rem;
  left: 11.5rem;
  width: max(18.3rem, 150px);
}
.fv__img--3 {
  bottom: -1.9rem;
  right: -2.8rem;
  width: max(15.8rem, 130px);
}

.bibacity {
  position: relative;
  padding-top: 4.4rem;
  padding-bottom: max(26.4rem, 200px);
}
.bibacity__title {
  width: max(36.3rem, 300px);
  margin-inline: auto;
}
.bibacity__text {
  margin-top: 3.2rem;
  font-size: 16px !important;
  line-height: 2.0833333333;
  font-weight: 700;
}
.bibacity__img {
  position: absolute;
  z-index: 1;
}
.bibacity__img--1 {
  bottom: 6.3rem;
  left: 0rem;
  width: max(24.9rem, 200px);
}
.bibacity__img--2 {
  bottom: 0rem;
  right: -1.5rem;
  width: max(21rem, 200px);
}

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