@charset "UTF-8";
@keyframes _SplashShineLeftToRight {
  0% {
    transform: translateX(-100%) scaleY(10);
  }
  100% {
    transform: translateX(100%) scaleY(10);
  }
}
@keyframes _SplashTopOpen {
  0% {
    clip-path: inset(0 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes _SplashBottomOpen {
  0% {
    clip-path: inset(50% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes _wipeIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes _fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes _zoomOut {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes _bgScrollSM {
  0% {
    background-position: 0 50%, 0 calc(50% + 19.2vw), 0 0;
  }
  100% {
    background-position: -135.4666666667vw 50%, 135.4666666667vw calc(50% + 19.2vw), 0 0;
  }
}
@keyframes _bgScrollLX {
  0% {
    background-position: 0 50%, 0 calc(50% + 146px), 0 0;
  }
  100% {
    background-position: -1016px 50%, 1016px calc(50% + 146px), 0 0;
  }
}
body._isLoading #Container {
  height: 0;
  opacity: 0;
}
body._isLoaded #Splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body._isLoaded #Splash::before, body._isLoaded #Splash::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/bg-dot.png") repeat 50% 50%, linear-gradient(180deg, rgb(0, 175, 236) 0%, rgb(0, 129, 204) 50%, rgb(29, 32, 136) 100%);
}
@media screen and (max-width: 767.98px) {
  body._isLoaded #Splash::before, body._isLoaded #Splash::after {
    background-size: min(49.6vw, 372px) auto, 100%;
  }
}
@media print, screen and (min-width: 768px) {
  body._isLoaded #Splash::before, body._isLoaded #Splash::after {
    background-size: 372px auto, 100%;
  }
}
body._isLoaded #Splash .logo {
  width: 84%;
  max-width: 768px;
  margin-bottom: clamp(0px, calc(0px + (80 * max(0px, ((100dvw - 0px) / (1200))))), 80px);
  position: relative;
  mask: url("../images/logo-biprogyforum-white.svg") no-repeat center center/contain;
  z-index: 1000;
  opacity: 0;
  animation: _fadeIn 1000ms forwards, _fadeOut 200ms forwards 2400ms;
}
body._isLoaded #Splash .logo::before {
  content: "";
  background: url("../images/logo-biprogyforum-white.svg") no-repeat center center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body._isLoaded #Splash .logo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url("../images/shine-gradation.svg") no-repeat center center/contain;
  transform: translateX(-100%);
  animation: _SplashShineLeftToRight 2000ms forwards 800ms;
}
body._isLoaded #Splash .logo img {
  visibility: hidden;
}
body._isLoaded #Splash::before {
  animation: _SplashTopOpen 1000ms forwards 2600ms;
}
body._isLoaded #Splash::after {
  animation: _SplashBottomOpen 1000ms forwards 2600ms;
}

#Container > ._inner {
  background-color: #FFF;
}

#MainVisual {
  width: 100vw;
}
@media screen and (max-width: 428px) {
  #MainVisual {
    height: calc(100dvh - 55px);
  }
}
@media screen and (min-width: 428.02px) and (max-width: 767.98px) {
  #MainVisual {
    height: calc(100dvh - 70px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainVisual {
    height: calc(100dvh - 80px);
  }
}
#MainVisual > ._inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#MainVisual_Image {
  position: fixed;
  width: 100%;
  display: block;
  left: 0;
  transform: scale(1);
}
@media screen and (max-width: 428px) {
  #MainVisual_Image {
    height: calc(100dvh - 55px);
    top: 55px;
  }
}
@media screen and (min-width: 428.02px) and (max-width: 767.98px) {
  #MainVisual_Image {
    height: calc(100dvh - 70px);
    top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainVisual_Image {
    height: calc(100dvh - 80px);
    top: 80px;
  }
}
#MainVisual_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#MainVisual_CopyText {
  position: absolute;
}
#MainVisual_CopyText._isHidden {
  animation: _fadeOut 1000ms forwards;
}
#MainVisual_DateText {
  position: absolute;
}
#MainVisual_DateText._isHidden {
  animation: _fadeOut 1000ms forwards;
}
@media screen and (max-width: 767.98px) {
  #MainVisual #MainVisual_DateText {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 768px) {
  #MainVisual #MainVisual_DateText {
    font-size: 1.5625rem;
  }
}
#MainVisual._landscape #MainVisual_Image ._landscape {
  display: block;
}
#MainVisual._landscape #MainVisual_Image ._portrait {
  display: none;
}
#MainVisual._landscape #MainVisual_Image ._neither {
  display: none;
}
#MainVisual._landscape #MainVisual_CopyText {
  width: 61.5625vw;
  max-width: 1182px;
  top: 33.3333333333vh;
  left: 50%;
  transform: translateX(-50%);
}
#MainVisual._landscape #MainVisual_CopyText ._landscape {
  display: block;
}
#MainVisual._landscape #MainVisual_CopyText ._portrait {
  display: none;
}
#MainVisual._landscape #MainVisual_CopyText ._neither {
  display: none;
}
#MainVisual._landscape #MainVisual_DateText {
  width: 21.6666666667vw;
  max-width: 416px;
  bottom: calc(2.0833333333vw + 2.8em);
  left: 50%;
  transform: translateX(-50%);
}
#MainVisual._portrait #MainVisual_Image ._landscape {
  display: none;
}
#MainVisual._portrait #MainVisual_Image ._portrait {
  display: block;
}
#MainVisual._portrait #MainVisual_Image ._neither {
  display: none;
}
#MainVisual._portrait #MainVisual_CopyText {
  width: 62.9333333333vw;
  max-width: 472px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -74%);
}
#MainVisual._portrait #MainVisual_CopyText ._landscape {
  display: none;
}
#MainVisual._portrait #MainVisual_CopyText ._portrait {
  display: block;
}
#MainVisual._portrait #MainVisual_CopyText ._neither {
  display: none;
}
#MainVisual._portrait #MainVisual_DateText {
  width: 55.4666666667vw;
  max-width: 416px;
  bottom: calc(12vw + 2.8em);
  left: 50%;
  transform: translateX(-50%);
}
#MainVisual._neither #MainVisual_Image ._landscape {
  display: none;
}
#MainVisual._neither #MainVisual_Image ._portrait {
  display: none;
}
#MainVisual._neither #MainVisual_Image ._neither {
  display: block;
}
#MainVisual._neither #MainVisual_CopyText {
  width: 51.8518518519vw;
  max-width: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -74%);
}
#MainVisual._neither #MainVisual_CopyText ._landscape {
  display: none;
}
#MainVisual._neither #MainVisual_CopyText ._portrait {
  display: block;
}
#MainVisual._neither #MainVisual_CopyText ._neither {
  display: none;
}
#MainVisual._neither #MainVisual_DateText {
  font-size: clamp(0px, calc(0px + (24 * max(0px, ((100dvw - 0px) / (720))))), 1.5rem);
  width: 50vw;
  max-width: 540px;
  bottom: calc(4vh + 2.8em);
  left: 50%;
  transform: translateX(-50%);
}
#MainVisual_BiprogyKen {
  color: #FFF;
  line-height: 1.4;
  background: linear-gradient(270deg, rgb(0, 175, 236) 0%, rgb(0, 129, 204) 50%, rgb(29, 32, 136) 100%);
  box-sizing: border-box;
  width: 100vw;
  height: 2.8em;
  position: absolute;
  left: 0;
  bottom: -1px;
  font-size: clamp(0px, calc(0px + (24 * max(0px, ((100dvw - 0px) / (768))))), 1.5rem);
  letter-spacing: clamp(0.1em, calc(1.6px + (1.6 * max(0px, ((100dvw - 320px) / (448))))), 0.2em);
  display: flex;
  justify-content: center;
  align-items: center;
}
#MainVisual_BiprogyKen._isHidden {
  animation: _fadeOut 1000ms forwards;
}
#MainVisual_BiprogyKen span:first-child {
  border-right: 1px solid #FFF;
  display: inline-block;
  margin-right: clamp(0.6em, calc(9.6px + (12.8 * max(0px, ((100dvw - 320px) / (448))))), 1.4em);
  padding-right: clamp(0.6em, calc(9.6px + (12.8 * max(0px, ((100dvw - 320px) / (448))))), 1.4em);
}

#MainArea {
  margin: 0 auto;
}
#MainArea section {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea section {
    padding: 2.5em 4%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea section {
    padding: 6em 0 4em 0;
  }
}
#MainArea #Concept {
  position: relative;
  background-blend-mode: lighten;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Concept {
    padding: 1.3333333333% 4% 13.3333333333% 4%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Concept {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 20px 100px 20px;
  }
}
#MainArea #Concept ._inner {
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Concept ._inner {
    max-width: 1200px;
  }
}
#MainArea #Concept ._text {
  color: #000;
  text-align: justify;
  font-size: clamp(1.0625rem, calc(17px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.375rem);
  line-height: clamp(2, calc(2 + (0.6 * max(0, ((tan(atan2(100dvw, 1px)) - 320) / (448))))), 2.6);
  letter-spacing: clamp(0.05em, calc(0.8px + (1.44 * max(0px, ((100dvw - 320px) / (448))))), 0.14em);
  margin-top: 1.5em;
}
#MainArea #Concept ._text span {
  white-space: nowrap;
}
#MainArea #Concept ._text ._dash {
  color: transparent;
  margin-right: 0.9em;
  position: relative;
}
#MainArea #Concept ._text ._dash::after {
  border-top: 1px solid #000;
  width: 1.5em;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0.2em;
  content: "";
}
#MainArea #Contents {
  background-color: #FFF;
  margin: 0 auto;
}
#MainArea #Contents > ._inner {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents > ._inner {
    padding: 1.3333333333% 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents > ._inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#MainArea #Contents > ._inner > ._wrapper {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
#MainArea #Contents_Heading {
  font-size: clamp(1.375rem, calc(22px + (8 * max(0px, ((100dvw - 320px) / (448))))), 1.875rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (1.6 * max(0px, ((100dvw - 320px) / (448))))), 0.15em);
  line-height: 1.6;
  font-weight: 400;
  color: rgb(0, 129, 204);
}
#MainArea #Contents_Heading span {
  display: inline-block;
  width: 0.7em;
}
#MainArea #Contents_Text {
  font-size: clamp(0.9375rem, calc(15px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  color: #000;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-break: break-all;
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents_Text {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents_Text {
    letter-spacing: 0.1em;
  }
}
#MainArea #Contents_Image {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents_Image {
    margin-top: 11.5942028986%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents_Image {
    margin-top: 70px;
  }
}
#MainArea #Contents_Image img {
  max-width: 538px;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents_Image img {
    width: 538px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents_Image img {
    width: 94.2028985507%;
    margin: 0 auto;
  }
}
#MainArea #Contents ._item {
  text-align: left;
  background-color: #FFF;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents ._item {
    border-top: 1px solid #000;
    margin-top: 2em;
    padding-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents ._item {
    margin-top: 5em;
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents ._icon {
    width: 43.4782608696%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents ._icon {
    margin-top: 0.2em;
    width: 194px;
  }
}
#MainArea #Contents ._icon img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents ._textArea {
    margin: 1.5em 0 1em 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents ._textArea {
    box-sizing: border-box;
    width: calc(100% - 194px);
    margin-bottom: 1em;
    position: relative;
    padding-left: 2.5em;
  }
}
#MainArea #Contents ._textArea h3 {
  font-size: clamp(1.1875rem, calc(19px + (7 * max(0px, ((100dvw - 320px) / (448))))), 1.625rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (2.4 * max(0px, ((100dvw - 320px) / (448))))), 0.2em);
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
  color: rgb(0, 129, 204);
  margin-bottom: 0.5em;
}
#MainArea #Contents ._textArea ._date {
  color: #FFF;
  letter-spacing: 0.1em;
  background-color: rgb(0, 129, 204);
  padding: 0.5em 0.9em 0.7em 1em;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents ._textArea ._date {
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents ._textArea ._date {
    white-space: nowrap;
    margin-left: auto;
  }
}
#MainArea #Contents ._textArea ._text {
  font-size: clamp(0.9375rem, calc(15px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  color: #000;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#MainArea #Contents ._textArea ._note {
  font-size: clamp(0.8125rem, calc(13px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  padding-left: 1em;
  text-indent: -1em;
  color: rgb(0, 129, 204);
  line-height: 1.6;
  text-align: justify;
  margin-top: 1em;
}
#MainArea #Contents ._textArea ._note em {
  font-style: normal;
}
#MainArea #Contents ._button {
  text-align: center;
}
#MainArea #Contents ._button a {
  font-size: 1.125rem;
  color: #FFF;
  text-decoration: none;
  width: 70%;
  max-width: 14em;
  padding: 1em 2em 0.9em 1em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents ._button a {
    letter-spacing: 0.05em;
    margin: 1.5em auto 0.5em auto;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents ._button a {
    letter-spacing: 0.1em;
    margin: 2em auto 0 auto;
  }
}
body:not([data-device=touchDevice]) #MainArea #Contents ._button a:hover {
  opacity: 0.7;
  transition: 400ms;
}
#MainArea #Contents ._button a::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.28284em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#MainArea #Contents_Session._item {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Contents_Session._item {
    margin-top: 12.6666666667%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Contents_Session._item {
    margin-top: 8em;
  }
}
#MainArea #Schedule_Heading span, #MainArea #Report_Heading span, #MainArea #Keynote_Heading span, #MainArea #Outline_Heading span {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Schedule_Heading ._en, #MainArea #Report_Heading ._en, #MainArea #Keynote_Heading ._en, #MainArea #Outline_Heading ._en {
    width: 39.5011014493%;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Schedule_Heading ._en, #MainArea #Report_Heading ._en, #MainArea #Keynote_Heading ._en, #MainArea #Outline_Heading ._en {
    width: 27.812%;
  }
}
#MainArea #Schedule_Heading ._ja, #MainArea #Report_Heading ._ja, #MainArea #Keynote_Heading ._ja, #MainArea #Outline_Heading ._ja {
  font-size: clamp(1rem, calc(16px + (10 * max(0px, ((100dvw - 320px) / (448))))), 1.625rem);
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.15em;
  font-feature-settings: normal;
  margin-top: 1.2em;
}
#MainArea .st1 {
  fill: rgba(0, 175, 236, 0.3);
  stroke: #F00;
}
#MainArea #Outline {
  background: url("../images/bg-dot.png") repeat 50% 50% #D9F3FC;
  margin: 0 auto;
}
#MainArea #Outline > ._inner {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline > ._inner {
    padding: 1.3333333333% 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline > ._inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#MainArea #Outline_Heading ._en {
  mask: url("../images/outline_heading.svg") no-repeat center center/contain;
  width: clamp(0px, calc(0px + (251.4 * max(0px, ((100dvw - 0px) / (768))))), 251.4px);
}
#MainArea #Outline_Heading ._en::before {
  content: "";
  background: url("../images/outline_heading.svg") no-repeat center center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#MainArea #Outline_Heading ._en img {
  visibility: hidden;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Heading ._en {
    display: block;
  }
}
#MainArea #Outline_Heading ._ja {
  color: #0081CC;
}
#MainArea #Outline_Data {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Data {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Data {
    margin-top: 5em;
  }
}
#MainArea #Outline_Data dt {
  font-size: clamp(0.9375rem, calc(15px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  line-height: clamp(1.4, calc(1.4 + (0.4 * max(0, ((tan(atan2(100dvw, 1px)) - 320) / (448))))), 1.8);
  color: rgb(0, 129, 204);
  white-space: nowrap;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Data dt {
    width: 5.5em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Data dt {
    width: 11em;
  }
}
#MainArea #Outline_Data dt._space {
  letter-spacing: 1.1em;
}
#MainArea #Outline_Data dd {
  font-size: clamp(0.9375rem, calc(15px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  line-height: clamp(1.4, calc(1.4 + (0.4 * max(0, ((tan(atan2(100dvw, 1px)) - 320) / (448))))), 1.8);
  color: #000;
  box-sizing: border-box;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Data dd {
    width: calc(100% - 5.5em);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Data dd {
    width: calc(100% - 11em);
  }
}
#MainArea #Outline_Data dd._date span {
  white-space: nowrap;
}
#MainArea #Outline_Data dd._date small {
  font-size: 70%;
}
#MainArea #Outline ._wrapper {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline ._wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline ._wrapper._production {
    width: 100%;
    margin-top: -3em;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline ._wrapper._production ._button {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline ._wrapper._production ._button {
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline ._wrapper._production ._button a {
    margin: 0.5em auto 0.5em auto;
  }
}
#MainArea #Outline ._wrapper ._note {
  font-size: clamp(0.9375rem, calc(15px + (7 * max(0px, ((100dvw - 320px) / (448))))), 1.375rem);
  color: #F00;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#MainArea #Outline ._button {
  text-align: center;
}
#MainArea #Outline ._button a {
  font-size: clamp(1rem, calc(16px + (4 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgb(0, 129, 204);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline ._button a {
    margin: 1.5em auto 0.5em auto;
    padding: 1em 3em 1.2em 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline ._button a {
    padding: 1em 2em 1.2em 1em;
  }
}
body:not([data-device=touchDevice]) #MainArea #Outline ._button a:hover {
  opacity: 0.7;
  transition: 400ms;
}
#MainArea #Outline ._button a::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.28284em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Notes {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Notes {
    margin-top: 3em;
  }
}
#MainArea #Outline_Notes li {
  font-size: clamp(0.8125rem, calc(13px + (1 * max(0px, ((100dvw - 320px) / (448))))), 0.875rem);
  color: #000;
  line-height: 1.6;
  text-align: left;
  text-indent: -1.05em;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  padding-left: 1.05em;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline #ForVisitor > div {
    margin-top: 2em;
    padding: 4.347826087%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline #ForVisitor > div {
    margin-top: 1.5em;
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
}
#MainArea #Outline #ForVisitor > div h3 {
  font-size: clamp(0.875rem, calc(14px + (6 * max(0px, ((100dvw - 320px) / (448))))), 1.25rem);
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline #ForVisitor > div h3 {
    padding: 0 clamp(1em, calc(16px + (16 * max(0px, ((100dvw - 768px) / (432))))), 2em) 0.5em clamp(1em, calc(16px + (16 * max(0px, ((100dvw - 768px) / (432))))), 2em);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline #ForVisitor > div ul {
    border-top: 1px solid #000;
    margin-top: 1em;
    padding-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline #ForVisitor > div ul {
    border-left: 1px solid #000;
    padding: 0 2em;
  }
}
#MainArea #Outline #ForVisitor > div ul li {
  font-size: clamp(0.8125rem, calc(13px + (1 * max(0px, ((100dvw - 320px) / (448))))), 0.875rem);
  color: #000;
  line-height: 1.6;
  text-align: left;
  text-indent: -1.05em;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
  padding-left: 1.05em;
}
#MainArea #Outline #ForVisitor > div ul li::before {
  content: "・ ";
}
#MainArea #Outline #ForVisitor > div ul li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sns {
    text-align: center;
    margin: 1.5em auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sns {
    position: absolute;
    top: 24.4897959184%;
    right: 20px;
  }
}
#MainArea #Outline_Sns a {
  vertical-align: bottom;
  margin: 0 4px;
}
body:not([data-device=touchDevice]) #MainArea #Outline_Sns a:hover {
  opacity: 0.7;
  transition: 400ms;
}
@media print, screen and (min-width: 428.02px) {
  #MainArea #Outline_Sns img {
    width: 36px;
  }
}
@media screen and (max-width: 428px) {
  #MainArea #Outline_Sns img {
    width: 30px;
  }
}
#MainArea #Outline_Sponsorship {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 428px) {
  #MainArea #Outline_Sponsorship {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 428.02px) {
  #MainArea #Outline_Sponsorship {
    margin-top: 2em;
  }
}
#MainArea #Outline_Sponsorship ._heading {
  font-size: clamp(1.375rem, calc(22px + (4 * max(0px, ((100dvw - 320px) / (448))))), 1.625rem);
  font-weight: normal;
  color: rgb(0, 129, 204);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 2em 0 0.5em 0;
  padding-left: 0.2em;
  display: inline-block;
  position: relative;
}
#MainArea #Outline_Sponsorship ._heading::before {
  background-color: rgb(0, 129, 204);
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  transform: translateX(-100%);
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship ._heading::before {
    left: -2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship ._heading::before {
    left: -2em;
  }
}
#MainArea #Outline_Sponsorship ._heading::after {
  background-color: rgb(0, 129, 204);
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship ._heading::after {
    left: calc(100% + 2em);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship ._heading::after {
    left: calc(100% + 2em);
  }
}
#MainArea #Outline_Sponsorship ._company {
  max-width: 900px;
  margin: 0 auto;
}
#MainArea #Outline_Sponsorship ._company._c1 {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship ._company._c1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship ._company._c1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#MainArea #Outline_Sponsorship li {
  margin-bottom: 1.5em;
}
#MainArea #Outline_Sponsorship li span {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li span {
    padding: 0 0.1333333333%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li span {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li img {
    height: 16.2666666667vw;
    max-height: 82px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li img {
    height: clamp(0px, calc(0px + (82 * max(0px, ((100dvw - 0px) / (980))))), 82px);
  }
}
#MainArea #Outline_Sponsorship li p {
  font-size: clamp(0.8125rem, calc(13px + (1 * max(0px, ((100dvw - 320px) / (448))))), 0.875rem);
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#MainArea #Outline_Sponsorship li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
body:not([data-device=touchDevice]) #MainArea #Outline_Sponsorship li a:hover {
  opacity: 0.7;
  transition: 400ms;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-biprogy {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-biprogy {
    grid-column-start: 5;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-uniadex {
    grid-column-start: 8;
    grid-column-end: 17;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-uniadex {
    grid-column-start: 11;
    grid-column-end: 20;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-uel {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-uel {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-sandi {
    grid-column-start: 8;
    grid-column-end: 17;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-sandi {
    grid-column-start: 6;
    grid-column-end: 10;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-canalVentures {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-canalVentures {
    grid-column-start: 11;
    grid-column-end: 15;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Outline_Sponsorship li._company-mattrz {
    grid-column-start: 8;
    grid-column-end: 15;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Outline_Sponsorship li._company-mattrz {
    grid-column-start: 16;
    grid-column-end: 20;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
#MainArea #Keynote {
  background: url("../images/bg-dot.png") repeat 50% 50%, linear-gradient(180deg, rgb(0, 175, 236) 0%, rgb(0, 129, 204) 50%, rgb(29, 32, 136) 100%);
  margin: 0 auto;
}
#MainArea #Keynote > ._inner {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote > ._inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#MainArea #Keynote_Heading ._en {
  mask: url("../images/speech_heading.svg") no-repeat center center/contain;
  width: clamp(0px, calc(0px + (535.7 * max(0px, ((100dvw - 0px) / (768))))), 535.7px);
}
#MainArea #Keynote_Heading ._en::before {
  content: "";
  background: url("../images/speech_heading.svg") no-repeat center center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#MainArea #Keynote_Heading ._en img {
  visibility: hidden;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote_Heading ._en {
    display: block;
  }
}
#MainArea #Keynote_Heading ._ja {
  color: #FFF;
}
#MainArea #Keynote ._item {
  box-sizing: border-box;
  max-width: 1200px;
  margin-top: clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item {
    padding-left: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
#MainArea #Keynote ._item > ._inner {
  background-color: #FFF;
  padding: clamp(0px, calc(0px + (90 * max(0px, ((100dvw - 0px) / (768))))), 90px) clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (768))))), 60px) clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (768))))), 60px);
}
#MainArea #Keynote ._item ._date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  padding-left: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  box-sizing: border-box;
  top: 0;
  left: 0;
  transform: translate(clamp(-30px, calc(-30px + (30 * max(0px, ((-100dvw + 768px) / (768))))), 0px), 50%);
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._date {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._date {
    width: 98%;
  }
}
#MainArea #Keynote ._item ._date img {
  width: auto;
  height: clamp(0px, calc(0px + (46 * max(0px, ((100dvw - 0px) / (768))))), 46px);
}
#MainArea #Keynote ._item ._date span {
  font-size: clamp(1rem, calc(16px + (16 * max(0px, ((100dvw - 320px) / (448))))), 2rem);
  color: #FFF;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (768))))), 20px);
  white-space: nowrap;
}
#MainArea #Keynote ._item ._title {
  font-size: clamp(1.375rem, calc(22px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.6875rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  font-weight: normal;
  line-height: 1.2;
}
#MainArea #Keynote ._item ._title small {
  font-size: 74.0740740741%;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._title small {
    letter-spacing: 0;
    display: inline-block;
    margin-top: 0.5em;
  }
}
#MainArea #Keynote ._item ._summary {
  font-size: clamp(0.9375rem, calc(15px + (1 * max(0px, ((100dvw - 320px) / (448))))), 1rem);
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
}
#MainArea #Keynote ._item hr {
  border: none;
  border-top: 1px solid #00AFEC;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item hr {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item hr {
    margin: 1em 0 3em 0;
  }
}
#MainArea #Keynote ._item ._person {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-rows: auto 1fr;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._person {
    padding-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._person {
    padding-bottom: 3em;
  }
}
#MainArea #Keynote ._item ._photo {
  grid-column: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._photo {
    width: 32vw;
    min-width: 120px;
    max-width: 240px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._photo {
    width: 26.0416666667vw;
    max-width: 200px;
  }
}
#MainArea #Keynote ._item ._photo img {
  width: 100%;
}
#MainArea #Keynote ._item ._photo ._photoby {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.4;
  margin-top: 0.5em;
}
#MainArea #Keynote ._item ._basicInfo {
  padding-left: 1.2em;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
#MainArea #Keynote ._item ._name {
  font-size: clamp(1.25rem, calc(20px + (3 * max(0px, ((100dvw - 320px) / (448))))), 1.4375rem);
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
}
#MainArea #Keynote ._item ._name small {
  font-size: 60.8695652174%;
  line-height: 1.4;
}
#MainArea #Keynote ._item ._name span {
  font-size: 78.2608695652%;
  line-height: 1.2;
}
#MainArea #Keynote ._item ._position {
  font-size: clamp(0.9375rem, calc(15px + (1 * max(0px, ((100dvw - 320px) / (448))))), 1rem);
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._profile {
    margin-top: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._profile {
    margin-top: 1.5em;
  }
}
#MainArea #Keynote ._item ._profile h5 {
  font-size: clamp(0.9375rem, calc(15px + (1 * max(0px, ((100dvw - 320px) / (448))))), 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#MainArea #Keynote ._item ._profile ._text {
  font-size: clamp(0.9375rem, calc(15px + (1 * max(0px, ((100dvw - 320px) / (448))))), 1rem);
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._profile ._text {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._columnNum1 {
    padding-top: 2em;
  }
  #MainArea #Keynote ._item ._columnNum1 ._photo {
    grid-row: 1;
  }
  #MainArea #Keynote ._item ._columnNum1 ._profile {
    grid-column: 1/span 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._columnNum1 {
    padding-top: 3em;
  }
  #MainArea #Keynote ._item ._columnNum1 ._photo {
    grid-row: 1/span 2;
    -ms-grid-row-span: 2;
  }
  #MainArea #Keynote ._item ._columnNum1 ._profile {
    padding-left: 1.2em;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
#MainArea #Keynote ._item ._header + ._columnNum1 {
  margin-top: 0;
}
#MainArea #Keynote ._item ._header + ._columnNum2 {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._header + ._columnNum2 ._person:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._header + ._columnNum2 ._person {
    width: 47%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._columnNum2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._columnNum2 ._person {
    margin-top: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._columnNum2 ._person {
    width: 47%;
    margin-top: 4em;
  }
}
#MainArea #Keynote ._item ._columnNum2 ._photo {
  grid-row: 1;
}
#MainArea #Keynote ._item ._columnNum2 ._profile {
  grid-column: 1/span 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
}
#MainArea #Keynote ._item-0716 ._date {
  background-color: #0081CC;
}
#MainArea #Keynote ._item-0716 ._date span {
  background-color: #49a5db;
}
#MainArea #Keynote ._item-0716 ._title {
  color: #0081CC;
}
#MainArea #Keynote ._item-0716 ._profile {
  color: #0081CC;
}
#MainArea #Keynote ._item-0717 ._date {
  background-color: #00afec;
}
#MainArea #Keynote ._item-0717 ._date span {
  background-color: #53c9f2;
}
#MainArea #Keynote ._item-0717 ._title {
  color: #00AFEC;
}
#MainArea #Keynote ._item-0717 ._profile {
  color: #00AFEC;
}
#MainArea #Keynote ._item ._sdgs {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Keynote ._item ._sdgs {
    margin: 2.5em 0 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea #Keynote ._item ._sdgs {
    margin: 3em 0 0 0;
  }
}
#MainArea #Keynote ._item ._sdgs ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul {
    grid-gap: min(1.2vw, 12px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul {
    grid-gap: min(0.7vw, 7px);
  }
}
#MainArea #Keynote ._item ._sdgs ul li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul li:nth-child(1) {
    width: min(26vw, 260px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul li:nth-child(1) {
    width: min(16vw, 160px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul li:nth-child(1) ~ * {
    width: min(12.4vw, 124px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul li:nth-child(1) ~ * {
    width: min(7.65vw, 76.5px);
  }
}
#MainArea #Keynote ._item ._sdgs ul li:nth-child(2n) {
  grid-row: 1;
}
#MainArea #Keynote ._item ._sdgs ul li:nth-child(2) {
  grid-column: 3;
}
#MainArea #Keynote ._item ._sdgs ul li img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 {
    grid-gap: min(1.2vw * 0.62, 12px * 0.62);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 {
    grid-gap: min(0.6vw, 6px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 li:nth-child(1) {
    width: min(26vw * 0.62, 260px * 0.62);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 li:nth-child(1) {
    width: min(13.6vw, 136px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 li:nth-child(1) ~ * {
    width: min(24.8vw * 0.62 / 2, 248px * 0.62 / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul._more10 li:nth-child(1) ~ * {
    width: min(6.5vw, 65px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul._full {
    grid-gap: min(1.2vw * 0.68, 12px * 0.68);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul._full {
    grid-gap: min(0.6vw, 6px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote ._item ._sdgs ul._full li {
    width: min(24.8vw * 0.68 / 2, 248px * 0.68 / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote ._item ._sdgs ul._full li {
    width: min(7.1vw, 71px);
  }
}
#MainArea #Keynote ._item ._sdgs ul._full li:nth-child(1) {
  grid-column: 1;
}
#MainArea #Keynote ._item ._sdgs ul._full li:nth-child(2) {
  grid-column: 1;
}
#MainArea #Keynote ._item ._sdgs ul._full li:nth-child(2n+1) {
  grid-row: 1;
}
#MainArea #Keynote ._item ._sdgs ul._full li:nth-child(2n) {
  grid-row: 2;
}
#MainArea #Keynote_Notes {
  max-width: 1170px;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Keynote_Notes {
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Keynote_Notes {
    margin-top: 3em;
  }
}
#MainArea #Keynote_Notes li {
  font-size: clamp(0.8125rem, calc(13px + (1 * max(0px, ((100dvw - 320px) / (448))))), 0.875rem);
  color: #FFF;
  line-height: 1.6;
  text-align: left;
  text-indent: -1.05em;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  padding-left: 1.05em;
}
#MainArea #Report {
  text-align: center;
  background-color: #FFF;
  margin: 0 auto;
}
#MainArea #Report > ._inner {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Report > ._inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#MainArea #Report_Heading ._en {
  mask: url("../images/report_heading.svg") no-repeat center center/contain;
  width: clamp(0px, calc(0px + (228.7 * max(0px, ((100dvw - 0px) / (768))))), 228.7px);
}
#MainArea #Report_Heading ._en::before {
  content: "";
  background: url("../images/report_heading.svg") no-repeat center center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#MainArea #Report_Heading ._en img {
  visibility: hidden;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Report_Heading ._en {
    display: block;
  }
}
#MainArea #Report_Heading ._ja {
  color: #0081CC;
}
#MainArea #Report_Text p {
  font-size: clamp(0.8125rem, calc(13px + (5 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  color: #000;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  margin-top: clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
}
#MainArea #Report_Image {
  margin-top: clamp(0px, calc(0px + (72 * max(0px, ((100dvw - 0px) / (768))))), 72px);
}
#MainArea #Report_Image ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Report_Image ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea #Report_Image li {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Report_Image li {
    width: 25%;
  }
}
#MainArea #Report_Image li img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Report_Button {
    text-align: center;
    margin: 2em auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Report_Button {
    width: 664px;
    margin: 4em auto 0 auto;
  }
}
#MainArea #Report_Button a {
  font-size: clamp(1rem, calc(16px + (8 * max(0px, ((100dvw - 320px) / (448))))), 1.5rem);
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: #0081CC;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Report_Button a {
    margin: 0 auto;
    padding: 0.8em 2.5em 1em 2em;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Report_Button a {
    padding: 0.8em 1em 1em 0.5em;
    display: block;
  }
}
body:not([data-device=touchDevice]) #MainArea #Report_Button a:hover {
  opacity: 0.7;
  transition: 400ms;
}
#MainArea #Report_Button a::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.28284em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#MainArea #Schedule {
  text-align: left;
  background-color: #00AFEC;
  margin: 0 auto;
}
#MainArea #Schedule > ._inner {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #MainArea #Schedule > ._inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#MainArea #Schedule_Heading ._en {
  mask: url("../images/schedule_heading.svg") no-repeat center center/contain;
  width: clamp(0px, calc(0px + (308.4 * max(0px, ((100dvw - 0px) / (768))))), 308.4px);
}
#MainArea #Schedule_Heading ._en::before {
  content: "";
  background: url("../images/schedule_heading.svg") no-repeat center center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#MainArea #Schedule_Heading ._en img {
  visibility: hidden;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Schedule_Heading ._en {
    display: block;
  }
}
#MainArea #Schedule_Heading ._ja {
  color: #FFF;
  line-height: 1.4;
}
#MainArea #Schedule_Text p {
  font-size: clamp(0.9375rem, calc(15px + (3 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  color: #FFF;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
#MainArea #Schedule_Table {
  background-color: #FFF;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.5em;
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table tr {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }
}
#MainArea #Schedule_Table th {
  font-weight: normal;
  vertical-align: middle;
}
#MainArea #Schedule_Table th[scope=col] {
  font-size: clamp(0.9375rem, calc(15px + (3 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #32BFF0;
  border-left: 1px solid #00AFEC;
  padding: 0.5em;
}
#MainArea #Schedule_Table th[scope=row] {
  font-size: clamp(0.75rem, calc(12px + (6 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  line-height: 1.4;
  text-align: left;
  border-top: 1px solid #00AFEC;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Schedule_Table th[scope=row] {
    padding: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Schedule_Table th[scope=row] {
    letter-spacing: 0.05em;
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table th[scope=row] {
    display: flex;
    align-items: center;
  }
}
#MainArea #Schedule_Table td {
  font-size: clamp(0.75rem, calc(12px + (6 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #00AFEC;
  border-left: 1px solid #00AFEC;
}
@media screen and (max-width: 767.98px) {
  #MainArea #Schedule_Table td {
    text-align: center;
    padding: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #Schedule_Table td {
    letter-spacing: 0.05em;
    padding: 0.8em 1.5em;
  }
}
#MainArea #Schedule_Table td span {
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0 auto;
  display: inline-block;
}
#MainArea #Schedule_Table td._date span {
  text-align: right;
}
#MainArea #Schedule_Table td._place span {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table ._name {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table ._date {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table ._place {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table th._date {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea #Schedule_Table th._place {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
#MainArea #Schedule_Table ._biprogy-ken th,
#MainArea #Schedule_Table ._biprogy-ken td {
  background-color: #CCEFFB;
}

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