@charset "UTF-8";
/*-----------------------

        変数

-----------------------*/
:root {
  --baseColor: #000000;
  --mainColor: #fdff00;
  --subColor: #00bea0;
  --accentColor: #e60082;
  --colorW: #fff;
  --beb: "Bebas Neue", sans-serif;
}

.bg-g {
  background-color: var(--subColor);
}

.bg-p {
  background-color: var(--accentColor);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------

         COMMON

-----------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: var(--mainColor);
}

a:visited,
a:focus,
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.flex {
  display: flex;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.container,
.wrapper {
  max-width: 106rem;
  padding: 0;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1280px) {
  .container,
  .wrapper {
    max-width: 100%;
    padding: 0 6%;
  }
}

.beb {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.holder {
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .holder {
    max-width: 80%;
  }
}
@media only screen and (max-width: 559px) {
  .holder {
    max-width: 100%;
    padding: 0 6%;
  }
}

.primary-ttl {
  color: #000;
  font-family: var(--beb);
  background-color: var(--mainColor);
  padding: 1rem 3rem 0.6rem 3rem;
  width: fit-content;
  font-weight: 400;
  font-size: clamp(3.2rem, calc(2.7631067961rem + 1.1650485437vw), 5rem);
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    padding: 0.5rem 1.5rem 0.1rem 1.5rem;
  }
}

.o-btn {
  text-align: center;
}
.o-btn__icon_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.o-btn__link {
  display: block;
  text-align: center;
  position: relative;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.o-modal__link {
  cursor: pointer;
}
.o-modal__close {
  cursor: pointer;
}

.modal__content {
  max-width: 95rem;
  position: relative;
  margin: 14rem auto;
}
@media only screen and (max-width: 559px) {
  .modal__content {
    max-width: 100%;
    padding-inline: 2rem;
    margin: 6rem auto;
    overflow-y: scroll;
  }
}
.modal__close {
  position: absolute;
  top: -6.5rem;
  right: -10rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .modal__close {
    top: 2rem;
    right: 1rem;
    position: fixed;
  }
}
@media only screen and (max-width: 559px) {
  .modal__close img {
    width: 3.5rem;
    height: auto;
  }
}
.modal__flex {
  display: flex;
  gap: 7rem;
}
@media only screen and (max-width: 559px) {
  .modal__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.modal__figure {
  width: 31rem;
}
@media only screen and (max-width: 559px) {
  .modal__figure {
    width: 58%;
    margin-inline: auto;
  }
}
.modal__cont {
  width: calc(100% - 37rem);
}
@media only screen and (max-width: 559px) {
  .modal__cont {
    width: 100%;
  }
}
.modal__nameen {
  color: var(--mainColor);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .modal__nameen {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.modal__name {
  color: var(--colorW);
  font-size: clamp(2rem, calc(1.8786407767rem + 0.3236245955vw), 2.5rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .modal__name {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.modal__profile {
  color: var(--colorW);
  font-size: clamp(1.1rem, calc(1.0514563107rem + 0.1294498382vw), 1.3rem);
  letter-spacing: 0.025em;
  line-height: 1.6923076923;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal__profile {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.modal__textarea {
  color: var(--colorW);
  font-size: clamp(1.3rem, calc(1.2514563107rem + 0.1294498382vw), 1.5rem);
  letter-spacing: 0.05em;
  line-height: 2;
}

.o-faq__item {
  overflow: hidden;
}

.o-faq__question {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.o-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.hamburger {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  background-color: var(--mainColor);
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: var(--baseColor);
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  width: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger span:first-child {
  top: 20px;
}

.hamburger span:last-child {
  bottom: 20px;
}

.hamburger.active span {
  left: 47%;
}

.hamburger.active span:first-child {
  transform: rotate(30deg) translateX(-50%);
  top: 35px;
}

.hamburger.active span:last-child {
  transform: rotate(-30deg) translateX(-50%);
  top: 15px;
}

.nav-menu {
  box-sizing: border-box;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 3rem 2rem;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

[id] {
  scroll-margin-top: 6rem;
}

.l-hdr {
  position: relative;
  z-index: 100000;
}
.l-hdr__inner {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin: 0;
  background-color: var(--mainColor);
  padding: 2rem;
  top: 0;
  left: 0;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    top: 1rem;
    left: 2rem;
    background-color: transparent;
  }
}
.l-hdr__logo {
  padding: 1rem 0 0 1rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    display: none;
  }
}
.l-hdr__logoimg {
  width: 19.9rem;
  height: 2.9rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logoimg {
    width: 5.7rem;
    height: 4rem;
  }
}
.l-hdr__navlist {
  display: flex;
  padding-right: 7rem;
  gap: 5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__navlist {
    flex-direction: column;
    gap: 3rem;
    padding: 10rem 0;
  }
}
.l-hdr__navlink {
  color: var(--baseColor);
  font-size: 1.3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__navlink {
    font-size: 4rem;
    color: var(--colorW);
  }
}

.l-ftr__inner {
  padding: 2.5rem 0;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .l-ftr__inner {
    pad: 4rem 0;
  }
}
.l-ftr__copy {
  text-align: center;
  font-size: clamp(0.7rem, calc(0.4815533981rem + 0.5825242718vw), 1.6rem);
  font-weight: 700;
}

a {
  word-break: break-all;
}

.mv {
  text-align: center;
  height: 100vh;
  position: relative;
}
.mv__ttl {
  margin-bottom: 3rem;
}
.mv__ttlarea {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.mv__img {
  display: block;
  width: 59.2rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .mv__img {
    width: 30rem;
    max-width: 30rem;
  }
}
.mv__btn {
  width: fit-content;
  margin-inline: auto;
}
.mv__link {
  display: block;
  color: #fff;
  background-color: var(--baseColor);
  width: 45.5rem;
  height: 9.5rem;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, calc(1.6300970874rem + 0.4530744337vw), 2.5rem);
  font-weight: 700;
  transition: 0.5s;
  border: 3px solid var(--baseColor);
}
@media only screen and (min-width: 600px) {
  .mv__link:hover {
    opacity: 1;
    background-color: var(--mainColor);
    color: var(--baseColor);
    border: 3px solid var(--baseColor);
  }
}
@media only screen and (max-width: 559px) {
  .mv__link {
    width: 30rem;
    height: 6rem;
  }
}

.bb__wrap {
  background: #000;
  padding: 16rem 0 0;
}
@media only screen and (max-width: 559px) {
  .bb__wrap {
    padding: 6.5rem 0 0;
  }
}

.catch {
  padding-bottom: 16.5rem;
}
@media only screen and (max-width: 559px) {
  .catch {
    padding-bottom: 6rem;
  }
}
.catch__ttl, .catch__message, .catch__textarea {
  color: var(--mainColor);
}
.catch__ttl {
  font-family: var(--beb);
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 9.5rem;
  font-size: clamp(2.2rem, calc(2.0058252427rem + 0.5177993528vw), 3rem);
}
@media only screen and (max-width: 559px) {
  .catch__ttl {
    margin-bottom: 4rem;
  }
}
.catch__message {
  line-height: 1.8888888889;
  margin-bottom: 7.5rem;
  font-size: clamp(2rem, calc(1.3932038835rem + 1.6181229773vw), 4.5rem);
}
@media only screen and (max-width: 559px) {
  .catch__message {
    line-height: 2;
    margin-bottom: 3.5rem;
  }
}
.catch__textarea {
  letter-spacing: 0.025em;
  line-height: 2.08;
  font-size: clamp(1.6rem, calc(1.3815533981rem + 0.5825242718vw), 2.5rem);
}
@media only screen and (max-width: 559px) {
  .catch__textarea {
    line-height: 1.875;
  }
}

.time {
  padding-bottom: 17rem;
}
@media only screen and (max-width: 559px) {
  .time {
    padding-bottom: 8rem;
  }
}
.time__ttl {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .time__ttl {
    margin-bottom: 4rem;
  }
}
.time__item {
  padding-block: 5rem 3.5rem;
  border-bottom: 1px solid var(--colorW);
}
@media only screen and (max-width: 559px) {
  .time__item {
    padding-block: 2.5rem 1.5rem;
  }
}
.time__item:first-child {
  border-top: 1px solid var(--colorW);
}
.time__subflex {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .time__subflex {
    margin-bottom: 1.5rem;
  }
}
.time__clock {
  font-size: clamp(2rem, calc(1.7087378641rem + 0.7766990291vw), 3.2rem);
  background-color: var(--mainColor);
  font-family: var(--beb);
  line-height: normal;
  width: 17rem;
  height: 5rem;
  box-sizing: border-box;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .time__clock {
    width: 10rem;
    height: 3rem;
  }
}
.time__clock--2nd {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .time__clock--2nd {
    margin-bottom: 2rem;
  }
}
.time__area {
  color: var(--colorW);
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .time__area {
    padding: 0.8rem 1rem;
  }
}
.time__subttl {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: clamp(1.8rem, calc(1.5087378641rem + 0.7766990291vw), 3rem);
  letter-spacing: 0.025em;
  color: var(--colorW);
  word-break: break-all;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .time__subttl {
    margin-bottom: 1.5rem;
  }
}
.time__sublist {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  padding-bottom: 2.5rem;
  flex-wrap: wrap;
}
.time__speaker {
  font-size: clamp(1.4rem, calc(1.254368932rem + 0.3883495146vw), 2rem);
  letter-spacing: 0.025em;
  color: var(--colorW);
}
.time__speaker:not(:last-child) {
  position: relative;
}
.time__speaker:not(:last-child)::after {
  content: "/";
}
.time__flex {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 559px) {
  .time__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.time__flexitem--1st {
  width: 80%;
}
@media only screen and (max-width: 559px) {
  .time__flexitem--1st {
    width: 100%;
  }
}
.time__flexitem--2nd {
  background-color: var(--mainColor);
  padding: 1.5rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: clamp(1.4rem, calc(1.327184466rem + 0.1941747573vw), 1.7rem);
  cursor: pointer;
  width: 13.5rem;
  margin-top: -6rem;
  color: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .time__flexitem--2nd {
    margin-left: auto;
    margin-top: 0;
    width: 12rem;
    padding: 0.5rem 1rem;
  }
}
.time__flexitem--black {
  background-color: var(--baseColor);
  color: var(--mainColor);
  height: 4rem;
  margin-top: -4rem;
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
}
@media only screen and (max-width: 559px) {
  .time__flexitem--black {
    margin-top: 0rem;
    width: 10rem;
    height: 3rem;
  }
}
.time__cont {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 559px) {
  .time__cont {
    margin-top: 4rem;
  }
}
.time__textarea {
  color: var(--colorW);
  font-size: clamp(1.4rem, calc(1.2300970874rem + 0.4530744337vw), 2.1rem);
  letter-spacing: 0.025em;
  line-height: 1.9047619048;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .time__textarea {
    margin-bottom: 2.5rem;
  }
}

.air-race {
  background: url(../images/air-race__bg2.svg) no-repeat center center/cover;
  background-color: #fff;
  padding: 16rem 0 12rem;
}
@media only screen and (max-width: 559px) {
  .air-race {
    padding: 8rem 0 6rem;
  }
}
.air-race__wrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 6rem 7rem;
}
@media only screen and (max-width: 559px) {
  .air-race__wrap {
    padding: 3rem 2rem;
  }
}
.air-race__visu {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .air-race__visu {
    margin-bottom: 2rem;
  }
}
.air-race__visu figure {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .air-race__visu figure {
    margin-bottom: 2rem;
  }
}
.air-race__catch {
  text-align: center;
}
.air-race__textarea {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .air-race__textarea {
    margin-bottom: 1.5rem;
  }
}
.air-race__textarea p {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .air-race__textarea p {
    font-size: 1.4rem;
  }
}
.air-race__link {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: right;
}
@media only screen and (max-width: 559px) {
  .air-race__link {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    text-align-last: left;
    line-height: 1.3;
  }
}
.air-race__link a {
  color: var(--baseColor);
  text-decoration: underline;
}

.ex {
  padding: 15rem 0 13.5rem;
}
@media only screen and (max-width: 559px) {
  .ex {
    padding: 7rem 0 6rem;
  }
}
.ex__cont {
  background-color: var(--colorW);
  padding: 6.5rem 10.5rem;
}
@media only screen and (max-width: 559px) {
  .ex__cont {
    padding: 3rem 2rem;
  }
}
.ex__item {
  padding-bottom: 7.5rem;
  margin-bottom: 7.5rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .ex__item {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.ex__subttl {
  font-size: clamp(1.8rem, calc(1.6058252427rem + 0.5177993528vw), 2.6rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.1538461538;
  background-color: var(--mainColor);
  width: fit-content;
  padding: 1.2rem 2.3rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .ex__subttl {
    margin-bottom: 1.5rem;
    padding: 1rem 1rem;
  }
}
.ex__subttl--small {
  font-size: clamp(1.6rem, calc(1.4058252427rem + 0.5177993528vw), 2.4rem);
  display: flex;
}
@media only screen and (max-width: 559px) {
  .ex__subttl--small {
    gap: 0.5rem;
    width: auto;
  }
}
.ex__subttl--black {
  background-color: var(--baseColor);
  color: var(--mainColor);
}
.ex__textarea {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .ex__textarea {
    margin-bottom: 1.5rem;
  }
}
.ex__textarea p {
  font-size: clamp(1.4rem, calc(1.254368932rem + 0.3883495146vw), 2rem);
  letter-spacing: 0.025em;
  line-height: 1.65;
}
.ex__textarea a {
  color: var(--baseColor);
  display: block;
  line-height: 1.5;
  word-break: break-all;
}
.ex__textarea--mb {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .ex__textarea--mb {
    margin-bottom: 3rem;
  }
}
.ex__textarea .flex {
  flex-wrap: wrap;
}
.ex__mb {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .ex__mb {
    margin-bottom: 1rem;
  }
}
.ex__caption {
  font-size: clamp(1rem, calc(0.9029126214rem + 0.2588996764vw), 1.4rem);
  letter-spacing: 0.025em;
  line-height: 1.4285714286;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .ex__caption {
    margin-top: 1rem;
  }
}

.info {
  padding-bottom: 13.5rem;
}
@media only screen and (max-width: 559px) {
  .info {
    padding-bottom: 6rem;
  }
}
.info__textarea {
  color: var(--mainColor);
}
.info__ttl {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .info__ttl {
    margin-bottom: 3rem;
  }
}
.info__list {
  list-style-type: none;
  padding: 0;
}
.info__listttl, .info__listitem {
  line-height: 2.4;
  font-size: clamp(1.6rem, calc(1.3815533981rem + 0.5825242718vw), 2.5rem);
}
@media only screen and (max-width: 559px) {
  .info__listttl, .info__listitem {
    line-height: 2.1875;
  }
}
.info__listitem--flex {
  display: flex;
  line-height: 1.4;
}
.info__listitem--flex span {
  width: 6.4rem;
}
@media only screen and (max-width: 559px) {
  .info__listitem--flex span {
    width: 4.4rem;
  }
}

.support {
  background-color: var(--colorW);
  padding: 17rem 0 16rem;
}
@media only screen and (max-width: 559px) {
  .support {
    padding: 7rem 0 8rem;
  }
}
.support__item {
  list-style-type: none;
  text-align: center;
}
.support__item:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .support__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .support__item img {
    width: 55%;
  }
}
.support__ttl {
  text-align: center;
  color: #cbcbcb;
  font-size: clamp(2.2rem, calc(2.0058252427rem + 0.5177993528vw), 3rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .support__ttl {
    margin-bottom: 2rem;
  }
}
.support__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .support__flex {
    width: 100%;
    flex-direction: column;
    gap: 0rem;
  }
}

.message {
  padding: 8rem 0;
  background-color: var(--baseColor);
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .message {
    padding: 6rem 0;
  }
}
.message__textarea {
  font-size: clamp(1.6rem, calc(1.454368932rem + 0.3883495146vw), 2.2rem);
  line-height: 2.2727272727;
}

.speaker__list {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .speaker__list {
    flex-direction: column;
    gap: 3rem;
  }
}
.speaker__item {
  width: 23rem;
}
@media only screen and (max-width: 559px) {
  .speaker__item {
    margin-inline: auto;
  }
}
.speaker__figure {
  margin-bottom: 1.7rem;
}
.speaker__nameen {
  margin-bottom: 0.8rem;
  line-height: 1;
  color: var(--mainColor);
  font-size: 0.9rem;
  letter-spacing: 0.025em;
}
.speaker__name {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  color: var(--colorW);
}
.speaker__text {
  color: var(--colorW);
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.moderator {
  padding-top: 6rem;
}
.moderator__ttl {
  color: var(--colorW);
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .moderator__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.moderator__flex {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .moderator__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.moderator__figure {
  min-width: 25rem;
}
@media only screen and (max-width: 559px) {
  .moderator__figure {
    min-width: 20rem;
    width: 20rem;
    margin-inline: auto;
  }
}
.moderator .modal__name {
  margin-bottom: 0.5rem;
}
.moderator .modal__profile {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */
