@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  background-color: #f0f0f0;
  font-family: "inter", "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

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

a {
  text-decoration: none;
  color: #333;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

.tc-w {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.btn a {
  display: block;
  line-height: 30px;
  border-radius: 20px;
  width: 120px;
  text-align: center;
  border: 2px solid #000;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
}
.btn.btn-contact a {
  background-color: #000;
  color: #fff;
}
.btn.btn-contact-cta a {
  background-color: #000;
  color: #fff;
  width: 310px;
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  line-height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .btn.btn-contact-cta a {
    width: 160px;
    font-size: 16px;
    line-height: 30px;
  }
}
.btn.btn-ticket a {
  background-color: #FDD23E;
  color: #000;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 0;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 1240px) {
  header {
    display: block;
    padding: 0;
    margin: 20px 20px 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1240px) {
  header .left h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .left h1 img {
    width: 70%;
  }
}
@media screen and (max-width: 1240px) {
  header .center {
    margin-top: 20px;
    margin-left: 40px;
  }
}
header .center ul {
  display: flex;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 767px) {
  header .center ul {
    display: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    z-index: 1000;
  }
}
header .center ul li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  header .center ul li {
    margin: 20px 0;
  }
}
header .center ul li a {
  display: block;
  text-align: center;
  font-size: 10px;
  word-break: keep-all;
  text-decoration: none;
}
header .center ul li a span {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
}
header .center ul.active {
  display: block;
}
header .center .burger {
  display: none;
}
@media screen and (max-width: 767px) {
  header .center .burger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
header .center .burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .center .burger span:nth-child(1) {
  top: 5px;
}
header .center .burger span:nth-child(2) {
  top: 15px;
}
header .center .burger span:nth-child(3) {
  top: 25px;
}
header .center .burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
header .center .burger.active span:nth-of-type(2) {
  opacity: 0;
}
header .center .burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  header .right {
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .right {
    display: none;
  }
}

main {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  main #mv .area-busy img, main #mv .area-absentmind img {
    width: 110px;
    height: auto;
  }
}
main #mv .area-catch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  main #mv .area-catch {
    gap: 0;
    margin: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  main #mv .area-catch .logo img {
    display: none;
  }
}
main #mv .area-catch .lead {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 183.333% */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  main #mv .area-catch .lead {
    font-size: 20px;
    line-height: 30px; /* 183.333% */
    letter-spacing: 1.6px;
    text-align: center;
  }
}
main #news {
  margin-top: 80px;
}
main #news .area-news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  main #news .area-news {
    padding: 20px;
  }
}
main #news .area-news .title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 9.6px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  main #news .area-news .title {
    font-size: 36px;
    width: 100%;
  }
}
main #news .area-news .list {
  width: 70%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  main #news .area-news .list {
    width: 100%;
    border-left: none;
  }
}
main #news .area-news .list dl {
  margin-left: 7%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main #news .area-news .list dl {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
main #news .area-news .list dl dt {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #news .area-news .list dl dt {
    font-size: 16px;
    display: block;
  }
}
main #news .area-news .list dl dd {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #news .area-news .list dl dd {
    font-size: 16px;
    display: block;
  }
}
main #about, main #program, main #purpose, main #faq {
  margin-top: 200px;
  background-image: url("../img/bg_about.svg");
  background-position: top right;
}
@media screen and (max-width: 767px) {
  main #about, main #program, main #purpose, main #faq {
    margin-top: 100px;
    background-size: 150%;
  }
}
main #about h2, main #program h2, main #purpose h2, main #faq h2 {
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #about h2, main #program h2, main #purpose h2, main #faq h2 {
    font-size: 36px;
  }
}
main #about p, main #program p, main #purpose p, main #faq p {
  margin-top: 40px;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #about p, main #program p, main #purpose p, main #faq p {
    font-size: 16px;
  }
}
main #about ul, main #program ul, main #purpose ul, main #faq ul {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main #about ul, main #program ul, main #purpose ul, main #faq ul {
    font-size: 16px;
    flex-direction: column;
  }
}
main #about ul li, main #program ul li, main #purpose ul li, main #faq ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-right: 3%;
  width: 31.333%;
}
@media screen and (max-width: 767px) {
  main #about ul li, main #program ul li, main #purpose ul li, main #faq ul li {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
}
main #about ul li:last-child, main #program ul li:last-child, main #purpose ul li:last-child, main #faq ul li:last-child {
  margin-right: 0;
  width: 31.333%;
}
@media screen and (max-width: 767px) {
  main #about ul li:last-child, main #program ul li:last-child, main #purpose ul li:last-child, main #faq ul li:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
main #about ul li .title, main #program ul li .title, main #purpose ul li .title, main #faq ul li .title {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main #about ul li .title, main #program ul li .title, main #purpose ul li .title, main #faq ul li .title {
    height: auto;
  }
}
main #about ul li .title h3, main #program ul li .title h3, main #purpose ul li .title h3, main #faq ul li .title h3 {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main #about ul li .title h3, main #program ul li .title h3, main #purpose ul li .title h3, main #faq ul li .title h3 {
    font-size: 24px;
  }
}
main #about ul li figure, main #program ul li figure, main #purpose ul li figure, main #faq ul li figure {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main #about ul li figure, main #program ul li figure, main #purpose ul li figure, main #faq ul li figure {
    margin-top: 0;
  }
}
main #about ul li figure img, main #program ul li figure img, main #purpose ul li figure img, main #faq ul li figure img {
  width: 100%;
}
main #about ul li figure figcaption, main #program ul li figure figcaption, main #purpose ul li figure figcaption, main #faq ul li figure figcaption {
  margin-top: 20px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #about ul li figure figcaption, main #program ul li figure figcaption, main #purpose ul li figure figcaption, main #faq ul li figure figcaption {
    margin-top: 0;
    font-size: 16px;
  }
}
main .section-cta {
  margin-top: 200px;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  main .section-cta {
    margin-top: 100px;
    padding: 40px 0;
  }
}
main .section-cta .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap {
    display: block;
  }
}
main .section-cta .wrap .ticket {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .ticket {
    display: block;
  }
}
main .section-cta .wrap .ticket .left {
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1240px) {
  main .section-cta .wrap .ticket .left {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .ticket .left {
    font-size: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .ticket .right {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .ticket .right .btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .ticket .right .btn a {
    margin: auto;
  }
}
main .section-cta .wrap .contact {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .contact {
    margin-top: 40px;
  }
}
main .section-cta .wrap .contact .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .section-cta .wrap .contact .btn a {
    margin: auto;
  }
}
main #purpose, main #faq {
  background-image: url("../img/bg_purpose.svg");
  background-position: top left;
}
main #purpose h2, main #faq h2 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  main #purpose h2, main #faq h2 {
    text-align: left;
  }
}
main #purpose p, main #faq p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  main #purpose p, main #faq p {
    text-align: left;
  }
}
main #program {
  background-image: url("../img/bg_program.svg");
}
main #program .wrap h2 {
  margin-bottom: 40px;
}
main #program .wrap dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  main #program .wrap dl {
    display: block;
  }
}
main #program .wrap dl dt {
  width: 20%;
  border-top: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #program .wrap dl dt {
    font-size: 24px;
    width: 100%;
    padding: 20px 20px 0;
  }
}
main #program .wrap dl dd {
  width: 79%;
  margin-left: 1%;
  border-top: 1px solid #000;
  padding: 20px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #program .wrap dl dd {
    margin-left: 0;
    border-top: none;
    width: 100%;
    font-size: 16px;
  }
}
main #program .wrap dl dd table {
  width: 100%;
}
main #program .wrap dl dd table tr th {
  text-align: left;
  font-weight: 700;
}
main #program .wrap dl dd table tr td:first-child {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  main #program .wrap dl dd table tr td:first-child {
    width: 4rem;
  }
}
main #program .wrap dl:last-child dt, main #program .wrap dl:last-child dd {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  main #program .wrap dl:last-child dt {
    border-bottom: none;
  }
}
main #faq {
  background-image: url("../img/bg_faq.svg");
}
main #faq .wrap h2 {
  margin-bottom: 40px;
}
main #faq .wrap dl {
  border-top: 1px solid #000;
  padding: 20px 80px 40px 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl {
    padding: 10px 40px 20px 20px;
  }
}
main #faq .wrap dl::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 40px;
  background-color: #000;
  transform: translateX(45%);
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl::before {
    width: 15px;
    height: 2px;
    right: 20px;
  }
}
main #faq .wrap dl::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 40px;
  background-color: #000;
  transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl::after {
    width: 2px;
    height: 15px;
    right: 20px;
  }
}
main #faq .wrap dl:last-child {
  border-bottom: 1px solid #000;
}
main #faq .wrap dl dt {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl dt {
    font-size: 20px;
  }
}
main #faq .wrap dl dt::before {
  content: "Q";
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl dt::before {
    font-size: 30px;
    margin-right: 10px;
  }
}
main #faq .wrap dl dd {
  margin-top: 20px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}
@media screen and (max-width: 767px) {
  main #faq .wrap dl dd {
    font-size: 16px;
  }
}
main #faq .wrap dl.active::after {
  display: none;
}
main #faq .wrap dl.active dd {
  display: block;
}
main #sponsor, main #sponsorship {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  main #sponsor, main #sponsorship {
    margin-top: 100px;
  }
}
main #sponsor .area-sponsor, main #sponsorship .area-sponsor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
main #sponsor .area-sponsor .title, main #sponsorship .area-sponsor .title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 9.6px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  main #sponsor .area-sponsor .title, main #sponsorship .area-sponsor .title {
    font-size: 36px;
    width: 100%;
  }
}
main #sponsor .area-sponsor .list, main #sponsorship .area-sponsor .list {
  width: 80%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  main #sponsor .area-sponsor .list, main #sponsorship .area-sponsor .list {
    border-left: none;
    width: 100%;
  }
}
main #sponsor .area-sponsor .list ul, main #sponsorship .area-sponsor .list ul {
  margin-left: 7%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main #sponsor .area-sponsor .list ul, main #sponsorship .area-sponsor .list ul {
    margin-left: 0;
  }
}
main #sponsor .area-sponsor .list ul li, main #sponsorship .area-sponsor .list ul li {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
main #sponsor .area-sponsor .list ul li a, main #sponsorship .area-sponsor .list ul li a {
  text-decoration: none;
}
main #sponsorship {
  margin-top: 40px;
}

footer {
  margin-top: 200px;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 100px;
  }
}/*# sourceMappingURL=index.css.map */