@charset "UTF-8";
:root {
  --c-main: #00937b;
  --c-sub: #ec6a3b;
  --c-third: #fffb00;
  --c-fourth: #e95948;
  --c-fifth: #ea5544;
  --c-bg: #fadfb6;
  --c-text: #333;
  --c-white: #fff;
  --grade01: linear-gradient(45deg, #00b195, #005f61);
  --grade02: linear-gradient(45deg, #ecac3b, #d53a8a);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.375vw;
  }
}
body {
  font-family: "Noto Sans JP", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--c-text);
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a:hover {
  text-decoration: none;
}
.only-pc {
  display: block;
}
@media (width <= 750px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media (width <= 750px) {
  .only-sp {
    display: block;
  }
}
.fz-ss {
  font-size: 4rem;
}
@media (width <= 750px) {
  .fz-ss {
    font-size: 2rem;
  }
}
.fz-s {
  font-size: 7.3rem;
}
@media (width <= 750px) {
  .fz-s {
    font-size: 2.5rem;
  }
}
.fz-m {
  font-size: 7.8rem;
}
@media (width <= 750px) {
  .fz-m {
    font-size: 2.8rem;
  }
}
.fz-ll {
  font-size: 12.1rem;
}
@media (width <= 750px) {
  .fz-ll {
    font-size: 5rem;
  }
}
.cmn-h2 {
  font-size: 4rem;
  color: var(--c-white);
  letter-spacing: 0.36em;
  text-align: center;
  background: var(--c-fourth);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  padding: 15px 10px;
  margin-bottom: min(70px, 13dvw);
}
@media (width <= 750px) {
  .cmn-h2 {
    font-size: 2.4rem;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    padding: 0.3em;
  }
}
.notes {
  font-size: 1.8rem;
  font-weight: 600;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 10px;
}
@media (width <= 750px) {
  .notes {
    font-size: 1.456rem;
  }
}
.notes::before {
  content: "※";
  padding-right: 0.3em;
}

.js-anime-fadein {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-fadein.js-anime-on {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-anime-slide {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slide.js-anime-on {
  animation-name: slide;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime-slideleft {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideleft.js-anime-on {
  animation-name: slideLeft;
}

/* ----------------------------------------------
main
------------------------------------------------- */
header {
  position: relative;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 3%;
  width: min(300px, 35dvw);
  height: auto;
  aspect-ratio: 150 / 47;
  z-index: 50;
}
.inner {
  position: relative;
  max-width: 1080px;
  padding-inline: 20px;
  margin: auto;
  z-index: 10;
}
.mv {
  position: relative;
  background: var(--grade01);
  padding-block: min(130px, 15dvw) min(90px, 9dvw);
}
.mv .inner {
  max-width: 1165px;
}
.mv::before,
.mv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: no-repeat center / contain;
}
.mv::before {
  top: 0;
  aspect-ratio: 300 / 79;
  background-image: url("../img/symposium2025/sec_bg01.svg");
}
.mv::after {
  bottom: 0;
  aspect-ratio: 300 / 79;
  background-image: url("../img/symposium2025/sec_bg02.svg");
}
.mv .mv__main-ttl {
  color: var(--c-third);
  font-size: clamp(3.75rem, -0.417rem + 8.68vw, 10rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  margin-bottom: 20px;
}
@media (width <= 750px) {
  .mv .mv__main-ttl {
    font-size: 4.8rem;
  }
}
.mv .mv__main-ttl span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3.438rem, 1.396rem + 4.25vw, 6.5rem);
  color: var(--c-main);
  line-height: 1.3;
  word-break: keep-all;
  background: var(--c-white);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  padding: 10px 30px;
  margin-top: 0.5em;
}
@media (width <= 750px) {
  .mv .mv__main-ttl span {
    font-size: 3.2rem;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    padding: 0.3em 1em;
  }
}
.mv .mv__main-ttl span small {
  display: block;
  font-size: 3rem;
  letter-spacing: .03em;
  padding-block: .3em;
}
@media (width <= 750px) {
  .mv .mv__main-ttl span small {
    font-size: 1.4rem;
  }
}
.mv .mv__lead {
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: clamp(1.563rem, 0.521rem + 2.17vw, 3.125rem);
  font-weight: bold;
  line-height: 2;
  margin: 0 auto min(70px, 15dvw);
}
@media (width <= 750px) {
  .mv .mv__lead {
    font-size: 2rem;
  }
}
.mv .mv__date-con {
  width: fit-content;
  margin: 0 auto min(85px, 13dvw);
}
.mv .mv__date-con dl {
  display: flex;
  align-items: baseline;
  gap: 1em;
  color: var(--c-white);
}
@media (width <= 1150px) {
  .mv .mv__date-con dl {
    align-items: center;
    flex-direction: column;
  }
}
.mv .mv__date-con dl:has(+ dl) {
  margin-bottom: 2em;
}
@media (width <= 1150px) {
  .mv .mv__date-con dl:has(+ dl) {
    gap: 0.5em;
    margin-bottom: min(80px, 10dvw);
  }
}
.mv .mv__date-con dl dt {
  min-width: 6em;
  place-content: center;
  background: var(--c-sub);
  color: var(--c-white);
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 20px 10px;
}
@media (width <= 1150px) {
  .mv .mv__date-con dl dt {
    min-width: 8em;
    text-align: center;
  }
}
@media (width <= 750px) {
  .mv .mv__date-con dl dt {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.mv .mv__date-con dl dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
  gap: 0.3em 0;
  font-size: 8.5rem;
  font-weight: 800;
  line-height: 1;
}
@media (width <= 1150px) {
  .mv .mv__date-con dl dd {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media (width <= 750px) {
  .mv .mv__date-con dl dd {
    font-size: 4rem;
  }
}
.mv .mv__date-con dl dd .mv__date-ttl {
  font-size: 1.7rem;
}
.mv .mv__date-con dl dd .mv__date-opening {
  position: relative;
  font-size: 6.6rem;
  line-height: 0;
}
@media (width <= 750px) {
  .mv .mv__date-con dl dd .mv__date-opening {
    font-size: 2.8rem;
  }
}
.mv .mv__date-con dl dd .mv__date-opening::before {
  content: "開場";
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 1.7rem;
}
@media (width <= 750px) {
  .mv .mv__date-con dl dd .mv__date-opening::before {
    font-size: 1rem;
  }
}
.mv .mv__date-con .mv__date-acc-txt {
  width: fit-content;
  font-size: 5.8rem;
  color: var(--c-sub);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  background: var(--c-white);
  border-block: 4px solid;
  outline: 4px solid var(--c-white);
  padding: 0.2em 0.5em;
  margin: 0.8em auto 0;
}
@media (width <= 1150px) {
  .mv .mv__date-con .mv__date-acc-txt {
    width: min(500px, 90%);
    font-size: 4.2rem;
    padding-block: 0.3em;
  }
}
@media (width <= 750px) {
  .mv .mv__date-con .mv__date-acc-txt {
    font-size: 2.4rem;
    border-block-width: 3px;
  }
}
.mv .mv__nav-wrap {
  display: flex;
  align-items: center;
}
@media (width <= 1150px) {
  .mv .mv__nav-wrap {
    flex-direction: column-reverse;
    gap: 3em;
  }
}
.mv .mv__nav-wrap ul {
  display: flex;
  width: calc(100% - 350px - 2em);
  margin-right: 2em;
}
@media (width <= 1150px) {
  .mv .mv__nav-wrap ul {
    width: 90%;
    margin: auto;
  }
}
@media (width <= 750px) {
  .mv .mv__nav-wrap ul {
    width: 100%;
  }
}
.mv .mv__nav-wrap ul li {
  flex: 1;
  border-left: 2px solid var(--c-white);
}
.mv .mv__nav-wrap ul li:last-child {
  border-right: 2px solid var(--c-white);
}
.mv .mv__nav-wrap ul a {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: var(--c-white);
  letter-spacing: 0.3em;
  padding: 0.5em;
}
@media (width <= 1150px) {
  .mv .mv__nav-wrap ul a {
    font-size: 2.4rem;
  }
}
@media (width <= 750px) {
  .mv .mv__nav-wrap ul a {
    font-size: 1.4rem;
    padding: 0.5em;
  }
}
.mv .mv__nav-wrap ul a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/symposium2025/ico_btn01.svg") no-repeat center / contain;
  text-align: center;
  margin: 0.5em auto 0;
  transition: all 0.3s ease;
}
.mv .mv__nav-wrap ul a:hover::after {
  translate: 0 4px;
}
.mv .mv__apply-btn {
  flex: 1;
}
@media (width <= 1150px) {
  .mv .mv__apply-btn {
    width: min(550px, 100%);
  }
}
.mv .mv__nav-wrap .mv__apply-btn a {
  position: relative;
  display: block;
  color: var(--c-main);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.2;
  background: var(--c-third);
  border-radius: 50vw;
  padding: 0.8em 2em;
}
@media (width <= 1150px) {
  .mv .mv__nav-wrap .mv__apply-btn a {
    font-size: 3.4rem;
  }
}
@media (width <= 750px) {
  .mv .mv__nav-wrap .mv__apply-btn a {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.mv .mv__nav-wrap .mv__apply-btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
  background: url("../img/symposium2025/ico_btn02.svg") no-repeat center / contain;
  transition: translate 0.3s ease;
}
.mv .mv__nav-wrap .mv__apply-btn a:hover::after {
  translate: 5px -50%;
}
.mv .mv__nav-wrap .mv__apply-btn a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0);
  inset: 0;
  border-radius: 50vw;
  transition: all 0.3s ease;
}
.mv .mv__nav-wrap .mv__apply-btn a:hover::before {
  background: rgba(255, 255, 255, 0.5);
}
.overview {
  padding-block: min(100px, 18dvw);
}
.overview .overview__dl-wrap {
  display: flex;
  align-items: baseline;
  gap: 2em;
}
@media (width <= 1150px) {
  .overview .overview__dl-wrap {
    gap: 1em;
  }
}
@media (width <= 980px) {
  .overview .overview__dl-wrap {
    align-items: center;
    flex-direction: column;
  }
}
.overview .overview__dl-wrap:has(+ .overview__dl-wrap) {
  margin-bottom: 2em;
}
.overview .overview__dl-wrap dt {
  width: 8em;
  color: var(--c-white);
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  background: var(--c-main);
  padding: 10px 5px;
}
@media (width <= 750px) {
  .overview .overview__dl-wrap dt {
    font-size: 1.792rem;
    letter-spacing: 0.1em;
    padding: 0.3em;
  }
}
.overview .overview__dl-wrap dd {
  flex: 1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (width <= 750px) {
  .overview .overview__dl-wrap dd {
    font-size: 1.792rem;
  }
}
.lecture {
  position: relative;
  background: var(--grade01);
  padding-block: min(100px, 20dvw);
}
.lecture::before,
.lecture::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 79;
  background: no-repeat center / contain;
}
.lecture::before {
  top: 0;
  background-image: url("../img/symposium2025/sec_bg01.svg");
}
.lecture::after {
  bottom: 0;
  background-image: url("../img/symposium2025/sec_bg02.svg");
}
.lecture .lecture__con {
  background: var(--c-white);
}
.lecture .lecture__con._n01 {
  margin-bottom: 3em;
}
.lecture .lecture__con h3 {
  color: var(--c-white);
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.06em;
  background: var(--c-sub);
  padding: 0.5em;
}
@media (width <= 750px) {
  .lecture .lecture__con h3 {
    font-size: 2.4rem;
  }
}
.lecture .lecture__box {
  padding: 3em;
}
@media (width <= 750px) {
  .lecture .lecture__box {
    padding: 3em 1.2em;
  }
}
.lecture .lecture__main-ttl {
  position: relative;
  color: var(--c-main);
  font-size: 3.5rem;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  line-height: 1.4;
  padding: 0.5em 2em;
  margin-bottom: 1em;
}
@media (width <= 750px) {
  .lecture .lecture__main-ttl {
    font-size: 2.24rem;
    padding: 0.5em;
  }
}
.lecture .lecture__main-ttl {
  color: var(--c-fifth);
}
.lecture .lecture__main-ttl::before,
.lecture .lecture__main-ttl::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 1em;
  color: var(--c-text);
}
.lecture .lecture__main-ttl::before {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}
.lecture .lecture__main-ttl::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.lecture .lecture__main-ttl span {
  color: var(--c-main);
  display: block;
  font-size: 2.4rem;
  padding-top: 0.2em;
}
@media (width <= 750px) {
  .lecture .lecture__main-ttl span {
    font-size: 1.6rem;
  }
}
.lecture .lecture__box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media (width <= 980px) {
  .lecture .lecture__box-wrap {
    flex-direction: column;
    gap: 2em;
  }
}
.lecture .lecture__box-wrap .lecture__img-area {
  flex: 1;
  min-width: 296px;
  text-align: center;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__img-area {
    min-width: unset;
    width: 75%;
    margin: auto;
  }
}
.lecture .lecture__box-wrap .lecture__txt-area {
  flex: 1.35;
  font-size: 2rem;
  line-height: 1.7;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__txt-area {
    flex: auto;
    font-size: 1.792rem;
    line-height: 1.8;
  }
}
.lecture .lecture__box-wrap .lecture__txt-area > span {
  font-size: 1.8rem;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__txt-area > span {
    font-size: 1.456rem;
  }
}
.lecture .lecture__box-wrap .lecture__txt-area h5 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;  
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__txt-area h5 {
    font-size: 1.8rem;
  }
}
.lecture .lecture__box-wrap .lecture__txt-area .lecture__under-txt {
  line-height: 1.7;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.lecture .lecture__box-wrap .lecture__sub-txt-area {
  flex: 0.8;
  font-size: 1.8rem;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area {
    flex: auto;
    font-size: 1.456rem;
  }
}
.lecture .lecture__box-wrap .lecture__sub-txt-area span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area span {
    font-size: 1.344rem;
  }
}
.lecture .lecture__box-wrap .lecture__sub-txt-area h5 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area h5 {
    font-size: 2.24rem;
    margin-bottom: 0.5em;
  }
}
.lecture .lecture__box-wrap .lecture__sub-txt-area h6 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--c-text);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area h6 {
    gap: 0;
    font-size: 1.8rem;
  }
}
.lecture .lecture__box-wrap .lecture__sub-txt-area h6 > span {
  font-size: 1.6rem;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area h6 > span {
    font-size: 1.344rem;
  }
}
.lecture .lecture__box-wrap .lecture__sub-txt-area > p {
  line-height: 1.7;
}
@media (width <= 750px) {
  .lecture .lecture__box-wrap .lecture__sub-txt-area > p {
    line-height: 2;
  }
}
:where(.program) a {
  transition: opacity 0.3s ease;
}
:where(.program) a:hover {
  opacity: 0.7;
}
.program {
  padding-block: min(95px, 15dvw) min(80px, 13dvw);
}
.program .program__main-ttl {
  text-align: center;
  color: var(--c-main);
}
.program .program__main-ttl ._ja {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}
@media (width <= 750px) {
  .program .program__main-ttl ._ja {
    font-size: 1.456rem;
  }
}
.program .program__main-ttl ._ja::after {
  content: "";
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  translate: -50% 0;
  width: 2em;
  height: 3px;
  background: var(--c-main);
}
@media (width <= 750px) {
  .program .program__main-ttl ._ja::after {
    height: 2px;
  }
}
.program .program__main-ttl ._en {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (width <= 750px) {
  .program .program__main-ttl ._en {
    font-size: 3.5rem;
  }
}
.program .program__step {
  max-width: 900px;
  border-block: 4px solid var(--c-main);
  padding: 3em 2em;
  margin: 0 auto min(100px, 16dvw);
}
@media (width <= 750px) {
  .program .program__step {
    max-width: 100%;
    border-block-width: 3px;
    padding: 2em 0;
  }
}
.program .program__step ol {
  counter-reset: count 0;
}
.program .program__step li {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
}
@media (width <= 750px) {
  .program .program__step li {
    font-size: 1.904rem;
  }
}
.program .program__step li::before {
  content: "●";
  display: inline-block;
  color: var(--c-sub);
  font-size: 0.5em;
  vertical-align: middle;
  padding-inline: 0.5em;
}
.program .program__step li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: calc(0.5em - 1px);
  top: 1.4em;
  width: 2px;
  height: 100%;
  background: var(--c-text);
}
.program .program__step li span::before {
  content: counter(count);
  counter-increment: count 1;
  padding-inline: 0.5em 1em;
}
@media (width <= 750px) {
  .program .program__step li span::before {
    padding-inline: 0.5em;
  }
}
.program .program__step li:has(+ li) {
  margin-bottom: 1em;
}
.program .program__btn a {
  position: relative;
  display: block;
  width: fit-content;
  color: var(--c-white);
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  word-break: auto-phrase;
  background: var(--grade02);
  border-radius: 50vw;
  padding: 1em 3.5em;
  margin: 0 auto 1em;
}
@media (width <= 750px) {
  .program .program__btn a {
    font-size: 2.016rem;
  }
}
.program .program__btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
  background: url("../img/symposium2025/ico_btn01.svg") no-repeat center / contain;
  transition: translate 0.3s ease;
  rotate: -90deg;
}
.program .program__btn a:hover::after {
  translate: 4px -50%;
}
.program .program__check {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto min(100px, 16dvw);
}
@media (width <= 750px) {
  .program .program__check {
    font-size: 1.456rem;
  }
}
.program .program__check a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.program .program__check input[type="checkbox"] {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
@media (width <= 750px) {
  .program .program__check input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
  }
}
.program .program__main-bnr {
  max-width: 870px;
  margin: 0 auto min(80px, 10dvw);
}
@media (width <= 750px) {
  .program .program__main-bnr {
    max-width: 100%;
  }
}
.program .program__main-bnr a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--c-bg);
}
@media (width <= 750px) {
  .program .program__main-bnr a {
    flex-direction: column;
  }
}
.program .program__main-bnr a figure {
  width: 44.2528735632%;
}
@media (width <= 750px) {
  .program .program__main-bnr a figure {
    width: 100%;
  }
}
.program .program__main-bnr a p {
  flex: 1;
  color: var(--c-main);
  font-size: clamp(2rem, 1.375rem + 1.3vw, 2.938rem);
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
@media (width <= 750px) {
  .program .program__main-bnr a p {
    font-size: 2.128rem;
    padding: 1em 0.5em;
  }
}
.program .program__main-bnr a p .c-sub {
  color: var(--c-sub);
}
.program .program__bnr-wrap {
  display: flex;
  gap: min(4em, 4dvw);
  max-width: 870px;
  margin: auto;
}
@media (width <= 750px) {
  .program .program__bnr-wrap {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footer {
  background: var(--grade01);
  padding-block: 2em;
}
.footer .inner {
  max-width: 1240px;
}
.footer .footer__con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 2em 3em;
  margin-bottom: 2.5em;
}
.footer .footer__con .footer__logo {
  width: min(214px, 42%);
}
.footer .footer__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em 1em;
  color: var(--c-white);
  font-size: 2.5rem;
  font-weight: 700;
  word-break: auto-phrase;
}
@media (width <= 750px) {
  .footer .footer__txt {
    font-size: 1.68rem;
  }
}
.footer .footer__copy {
  color: var(--c-white);
  text-align: center;
}
@media (width <= 750px) {
  .footer .footer__copy {
    font-size: 1.12rem;
  }
}
