@charset "euc-jp";
/* **************************************************

  font-family

************************************************** */
/* **************************************************

  easing

************************************************** */
/* **************************************************

  transition

************************************************** */
/* **************************************************

  curves

************************************************** */
/* **************************************************

  concave

************************************************** */
/* **************************************************

  media

************************************************** */
/* ==============================
  min
============================== */
/* ==============================
  max
============================== */
/* ==============================
  screen
============================== */
/* ==============================
  retina
============================== */
body,
html {
  font: 16px/1.5 "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
}

html {
  background: #fff;
  color: #333;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
}

a img,
img {
  border: 0;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

li,
ol,
ul {
  list-style: none;
}

q:after,
q:before {
  content: "";
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

button {
  background: 0;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

em {
  font-style: italic;
}

sub {
  display: block;
}

@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 4.2666666667vw;
  }
}
/* **************************************************

  AvantGarde Demi

************************************************** */
@font-face {
  font-family: AvantGardeDemi;
  src: url(../fonts/AvantGarde-Demi.woff2) format("woff2"), url(../fonts/AvantGarde-Demi.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* **************************************************

  Icon

************************************************** */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?o1ni34");
  src: url("../fonts/icon.eot?o1ni34#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?o1ni34") format("truetype"), url("../fonts/icon.woff?o1ni34") format("woff"), url("../fonts/icon.svg?o1ni34#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e900";
}

/* **************************************************

  Display property

************************************************** */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 601px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 961px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
/* **************************************************

  Text

************************************************** */
/* ==============================
  Text wrapping and overflow
============================== */
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==============================
  Text alignment
============================== */
.text-transform-uppercase {
  text-transform: uppercase !important;
}

.text-transform-lowercase {
  text-transform: lowercase !important;
}

/* ==============================
  Text alignment
============================== */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 601px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 961px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/* ==============================
  Font weight and italics
============================== */
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

/* ==============================
  Vertical alignment
============================== */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* **************************************************

  Flexbox

************************************************** */
/* ==============================
  justify-content
============================== */
.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

@media screen and (min-width: 601px) {
  .justify-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-sm--end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-sm--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-sm--between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-sm--around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (min-width: 769px) {
  .justify-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-md--end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-md--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-md--between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-md--around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (min-width: 961px) {
  .justify-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-lg--end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-lg--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-lg--between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-lg--around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (min-width: 1281px) {
  .justify-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xl--end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xl--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-xl--between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xl--around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
/* **************************************************

  Position

************************************************** */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

/* **************************************************

  Sizing

************************************************** */
.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

/* **************************************************

  Spacing

************************************************** */
.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

/* **************************************************

  Visibility

************************************************** */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* **************************************************

  Slash

************************************************** */
.slash {
  font-weight: 300 !important;
}

/* **************************************************

  variables

************************************************** */
:root {
  --scrollbar-width: 0;
}

/* **************************************************

  elements

************************************************** */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 0.8333333333vw;
  background: #f8f3e7;
}

html.has-effect *[data-effect=no], html.has-effect *[data-effect=no] *, html.has-effect *[data-effect=no] *:before, html.has-effect *[data-effect=no] *:after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-smooth: always;
  line-height: 1.5;
  color: #032d60;
  background: url("../images/bg.jpg") repeat top center;
  background-size: 80rem auto;
  text-align: left;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

::-ms-expand {
  display: none;
}

* {
  outline: none;
}
*::-moz-selection {
  background: rgba(240, 91, 127, 0.3);
  color: #000;
}
*::selection {
  background: rgba(240, 91, 127, 0.3);
  color: #000;
}
*::-moz-selection {
  background: rgba(240, 91, 127, 0.3);
  color: #000;
}
*::-webkit-input-placeholder {
  color: #b7bfce;
}
*:-moz-placeholder {
  color: #b7bfce;
}
*:-ms-input-placeholder {
  color: #b7bfce;
}
*:placeholder-shown {
  color: #b7bfce;
}

a {
  text-decoration: none;
  color: #0b5cab;
}
a:link, a:visited {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
  image-rendering: crisp-edges;
}

table {
  line-height: 1.5;
}

input,
textarea,
select {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  color: #0f2d5d;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

sub {
  display: inline;
}

@media (any-hover: hover) {
  a,
  button {
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out;
  }
  a:focus-visible,
  button:focus-visible {
    color: #459cd5;
  }
}
@media (any-hover: hover) and (any-hover: hover) {
  a:hover,
  button:hover {
    color: #459cd5;
  }
}
@media (min-width: 1920px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: url("../images/bg_2x.jpg") repeat center top;
    background-size: 80rem auto;
  }
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  html.is-menu-open body {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media screen and (max-width: 1280px) {
  body {
    background-size: 1280px auto;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 4.2666666667vw;
  }
  body {
    background-size: 40rem auto;
  }
}
/* ==================================================
* wrapper
================================================== */
.wrapper {
  position: relative;
}
.wrapper > * {
  position: relative;
  z-index: 1;
}
.is-menu-open .wrapper, .modaal-noscroll .wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}
.wrapper:before {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 769px) {
  .wrapper:before {
    background: url("../images/bg_01.webp") no-repeat center top;
    background-size: 103.4375rem auto;
  }
}
@media (min-width: 1920px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px), (min-resolution: 192dpi) and (min-width: 769px) {
  .wrapper:before {
    background: url("../images/bg_01_2x.webp") no-repeat center top;
    background-size: 103.4375rem auto;
  }
}
@media screen and (max-width: 768px) {
  .wrapper:before {
    background: url("../images/bg_01_sp.webp") repeat-y center top;
    background-size: 100% auto;
  }
}

/* **************************************************

  header

************************************************** */
.header {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .header {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#081c58), color-stop(35%, #091c59), to(#5323b5));
    background: linear-gradient(to right, #081c58 0%, #091c59 35%, #5323b5 100%);
  }
  .header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    width: 21.1875rem;
    padding-left: 1.25rem;
  }
  .header .logo img {
    width: 100%;
  }
  .header .nav {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .header .nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: clamp(1.5rem, -0.006rem + 2.51vw, 2rem);
       -moz-column-gap: clamp(1.5rem, -0.006rem + 2.51vw, 2rem);
            column-gap: clamp(1.5rem, -0.006rem + 2.51vw, 2rem);
  }
  .header .nav .list li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.75rem;
  }
  .header .nav .list li a:focus-visible {
    color: #459cd5;
  }
}
@media screen and (min-width: 961px) and (any-hover: hover) {
  .header .nav .list li a:hover {
    color: #459cd5;
  }
}
@media screen and (min-width: 961px) {
  .header .nav .list li.application a {
    color: #fff;
    background: #be6bf7;
    text-align: center;
    inline-size: 11.875rem;
  }
  .header .nav .list li.application a:focus-visible {
    color: #fff;
    background: #459cd5;
  }
}
@media screen and (min-width: 961px) and (any-hover: hover) {
  .header .nav .list li.application a:hover {
    color: #fff;
    background: #459cd5;
  }
}
@media screen and (min-width: 961px) {
  .header .nav .list li.close {
    display: none;
  }
  .header .place {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header .nav {
    font-size: clamp(0.813rem, 0.624rem + 0.31vw, 0.875rem);
  }
}
@media screen and (max-width: 960px) {
  .header {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#101d62), to(#5023b1));
    background: linear-gradient(to bottom, #101d62 0%, #5023b1 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: 100vw;
    height: 100%;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s 0.5s;
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s 0.5s;
  }
  .header > .inner {
    padding: 6rem 0 1.25rem;
  }
  .header .logo img {
    width: 35.5rem;
  }
  .header .date {
    font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
  .header .date .week {
    font-size: 0.6470588235em;
  }
  .header .route {
    font-size: 1.625rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .header .route::before, .header .route::after {
    display: block;
    content: "";
    inline-size: 5.625rem;
    border-top: solid 1px currentColor;
  }
  .header .nav {
    font-size: 1.375rem;
    max-width: 34.375rem;
    margin: 5rem auto 0;
  }
  .header .nav .list {
    border-top: solid 1px #fff;
  }
  .header .nav .list li a {
    display: block;
  }
  .header .nav .list li:not(.application):not(.close) {
    border-bottom: solid 1px #fff;
  }
  .header .nav .list li:not(.application):not(.close) a {
    color: #fff;
    padding: 1em 0;
  }
  .header .nav .list li:not(.application):not(.close) a:focus-visible {
    color: #459cd5;
    outline: solid 2px;
  }
}
@media screen and (max-width: 960px) and (any-hover: hover) {
  .header .nav .list li:not(.application):not(.close) a:hover {
    color: #459cd5;
  }
}
@media screen and (max-width: 960px) {
  .header .nav .list li.application {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-top: 3.75rem;
  }
  .header .nav .list li.application a {
    color: #fff;
    background: #be6bf7;
    padding: 1.2857142857em 0.5em;
    border-radius: 0.5em;
  }
  .header .nav .list li.application a:focus-visible {
    background-color: #459cd5;
  }
}
@media screen and (max-width: 960px) and (any-hover: hover) {
  .header .nav .list li.application a:hover {
    background-color: #459cd5;
  }
}
@media screen and (max-width: 960px) {
  .header .nav .list li.close {
    font-size: 1.125rem;
    margin-top: 3.75rem;
  }
  .header .nav .list li.close a {
    color: #032d60;
    background: #fff;
    max-width: 8.5em;
    margin: 0 auto;
    padding: 0.9166666667em 0.5em;
    border-radius: 0.5833333333em;
  }
  .header .nav .list li.close a:focus-visible {
    color: #fff;
    background-color: #459cd5;
  }
}
@media screen and (max-width: 960px) and (any-hover: hover) {
  .header .nav .list li.close a:hover {
    color: #fff;
    background-color: #459cd5;
  }
}
@media screen and (max-width: 960px) {
  .header .place {
    font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
    font-size: 1rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 0.5rem;
    margin-inline: auto;
    position: relative;
  }
  .header .place::before, .header .place::after {
    content: "";
    display: block;
    width: 6.75rem;
    border-top: solid 1px;
    position: absolute;
    top: 50%;
  }
  .header .place::before {
    left: -0.5rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header .place::after {
    right: -0.5rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .is-menu-open .header {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    width: 35.5rem;
  }
  .header .date {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 600px) {
  .header > .inner {
    padding: 3.75rem 1.25rem 1.25rem;
  }
  .header .logo img {
    width: 17.75rem;
  }
  .header .date {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
  .header .route {
    font-size: 0.8125rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    margin-top: 0.25rem;
  }
  .header .route::before, .header .route::after {
    inline-size: 2.8125rem;
  }
  .header .nav {
    font-size: 0.9375rem;
    max-width: 18.4375rem;
    margin-top: 2.5rem;
  }
  .header .nav .list li.application {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  .header .nav .list li.close {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
  .header .place::before, .header .place::after {
    width: 2.8125rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .header .nav .list,
  .header .nav .list li {
    border-width: 0.5px !important;
  }
}

/* **************************************************

  menu

************************************************** */
@media screen and (min-width: 961px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu .menu__icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#081c58), to(#5223b4));
    background: linear-gradient(to bottom, #081c58 0%, #5223b4 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
  }
  .menu .menu__icon:focus-visible {
    background-color: #459cd5;
    outline: solid 2px #0f2d5d;
    outline-offset: 0;
  }
}
@media screen and (max-width: 960px) and (any-hover: hover) {
  .menu .menu__icon:hover {
    background-color: #459cd5;
  }
}
@media screen and (max-width: 960px) {
  .menu .line {
    background: #fff;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 9999px;
    -webkit-transition: width 0.1s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.1s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.1s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.1s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .menu .line:nth-child(2) {
    margin: 5px 0;
  }
  .is-menu-open .menu .menu__icon {
    background: #fff;
  }
  .is-menu-open .menu .line {
    background-color: #032d60;
  }
  .is-menu-open .menu .line:nth-child(1) {
    width: 32px;
    -webkit-transform: translateY(calc(100% + 5px)) rotate(45deg);
            transform: translateY(calc(100% + 5px)) rotate(45deg);
  }
  .is-menu-open .menu .line:nth-child(2) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
  .is-menu-open .menu .line:nth-child(3) {
    width: 32px;
    -webkit-transform: translateY(calc(-100% - 5px)) rotate(-45deg);
            transform: translateY(calc(-100% - 5px)) rotate(-45deg);
  }
}

/* **************************************************

  footer

************************************************** */
.footer {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#081c58), color-stop(35%, #091c59), to(#5323b5));
  background: linear-gradient(to right, #081c58 0%, #091c59 35%, #5323b5 100%);
  display: block grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  height: 6.125rem;
  padding: 0 1.875rem;
  position: relative;
  z-index: 1;
}
.footer .copy {
  font-size: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .footer::after {
    background: url("../images/footer_img.png") no-repeat left top;
    background-size: 100% auto;
    aspect-ratio: 368/350;
    display: block;
    content: "";
    width: 11.5rem;
    position: absolute;
    right: -3.4375rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 2.875rem;
    padding: 0 1.25rem;
  }
  .footer .copy {
    font-size: 0.5625rem;
  }
}

/* **************************************************

  container

************************************************** */
.container {
  display: block grid;
  grid-template-columns: 1fr;
  overflow: clip;
}

/* **************************************************

  intro

************************************************** */
.intro {
  font-weight: 700;
  padding: 6.25rem 3.125rem 0;
  position: relative;
  z-index: 100;
  position: relative;
}
.intro:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.intro .intro__text {
  text-align: center;
}
.intro .logo img {
  width: 37rem;
}
.intro .date {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  margin-top: 1.5rem;
}
.intro .date .week {
  font-size: 0.6666666667em;
}
.intro .route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 0.5rem;
}
.intro .route::before, .intro .route::after {
  display: block;
  content: "";
  inline-size: 6.75rem;
  border-top: solid 1px currentColor;
}
.intro .txt1 {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: 3rem;
}
.intro .txt1 > span {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.intro .txt1 > span::before, .intro .txt1 > span::after {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
}
.intro .txt1 > span::before {
  font-weight: 400;
  content: "[";
}
.intro .txt1 > span::after {
  font-weight: 400;
  content: "]";
}
.intro .txt2 {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8823529412;
  text-shadow: 1px 1px 0 #f8f3e7;
  margin-top: 1rem;
}
.intro .notes {
  font-size: 0.8125rem;
  margin-top: 1.625rem;
}
.intro .end {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: anywhere;
  max-width: 44.375rem;
  margin: 3.125rem auto 0;
  padding: 1rem 0;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}
@media screen and (max-width: 960px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 6.25rem 3.125rem 0;
  }
  .intro .intro__image {
    display: none;
  }
  .intro .img1 {
    width: 100%;
  }
  .intro .date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
  .intro .date .week {
    font-size: 0.6470588235em;
  }
  .intro .txt1 > span {
    display: inline-block;
    position: relative;
  }
  .intro .txt1 > span::before, .intro .txt1 > span::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 70%;
    border: solid 0.125rem currentColor;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
  .intro .txt1 > span::before {
    border-right: none;
    left: -0.75em;
  }
  .intro .txt1 > span::after {
    border-left: none;
    right: -0.75em;
  }
  .intro .txt2 {
    margin-top: 1.75rem !important;
  }
  .intro .end {
    margin-top: 3.125rem;
    padding: 0.75rem 0;
  }
  .intro .img1 {
    margin-top: 3rem;
  }
  .intro .img1 img {
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .intro .logo img {
    width: 35.5rem;
  }
  .intro .date {
    font-size: 2.125rem;
  }
  .intro .txt1 {
    font-size: 2.25rem;
  }
  .intro .txt2 {
    font-size: 1.625rem;
    text-align: left;
  }
  .intro .end {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 601px) {
  .intro .intro__image img,
  .intro .img1 img {
    aspect-ratio: 512/489;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    padding: 5.625rem 1.25rem 0;
  }
  .intro .logo img {
    width: 17.75rem;
  }
  .intro .date {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
  .intro .txt1 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .intro .txt2 {
    font-size: 0.8125rem;
    margin-top: 1.75rem !important;
  }
  .intro .end {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0.75rem 0;
  }
  .intro .img1 {
    width: calc(100% + 2.5rem);
    margin: 1.25rem -1.25rem 0;
  }
}

/* **************************************************

  content

************************************************** */
.content {
  display: block grid;
  grid-template-columns: 1fr;
  row-gap: 6rem;
  margin-top: 5.75rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .content {
    row-gap: 6.25rem;
    margin-top: 4.375rem;
  }
}

/* **************************************************

  exhibition

************************************************** */
.exhibition {
  padding: 0 3.125rem;
  position: relative;
  z-index: 1;
}
.exhibition .section-header {
  text-align: center;
}
.exhibition .section-header .title {
  font-size: 2.5rem;
  font-weight: 700;
}
.exhibition .section-header .title:after {
  font-size: 0.8125rem;
  font-weight: 400;
  content: attr(data-notes);
  display: block;
}
.exhibition .section-header .order {
  font-size: 0.8125rem;
  margin-top: 0.375rem;
}
.exhibition .section-body {
  max-width: 73.75rem;
  margin: 3.125rem auto 0;
}
.exhibition .section-body .exhibition__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(18.75rem, 100%), 1fr));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(3.125rem, 3.90625vw);
}
.exhibition .section-body .exhibition__list .exhibition__item {
  position: relative;
}
.exhibition .section-body .exhibition__list .exhibition__item .icon {
  width: 19.4444444444%;
  z-index: 100;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
}
.exhibition .section-body .exhibition__list .exhibition__item .icon img {
  width: 100%;
}
.exhibition .section-body .exhibition__list .exhibition__item > a {
  color: #0f2d5d;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 1.25rem 1.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
}
.exhibition .section-body .exhibition__list .exhibition__item > a:focus-visible {
  background-color: #eae4f7;
  outline: solid 2px;
}
@media (any-hover: hover) {
  .exhibition .section-body .exhibition__list .exhibition__item > a:hover {
    background-color: #eae4f7;
  }
}
.exhibition .section-body .exhibition__list .exhibition__item .image {
  background: #fff;
}
.exhibition .section-body .exhibition__list .exhibition__item .image picture {
  display: grid;
  place-items: center;
}
.exhibition .section-body .exhibition__list .exhibition__item .image img {
  background: #fff;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 2/1;
  max-width: 14.25rem;
  scale: 0.8;
}
.exhibition .section-body .exhibition__list .exhibition__item .text {
  margin-top: 1rem;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .category {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .category li:not(:last-child):after {
  content: "/";
}
.exhibition .section-body .exhibition__list .exhibition__item .text .company {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1281px) {
  .exhibition .section-body .exhibition__list .exhibition__item .text .company.-min {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.exhibition .section-body .exhibition__list .exhibition__item .text .products {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .outline {
  margin-top: 0.9375rem;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .outline:before {
  display: block;
  content: "";
  margin-bottom: 0.9375rem;
  border-top: solid 1px #cfd6dd;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .title {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  word-break: break-all;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .txt1 {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 5.0769230769em;
  margin-top: 0.5rem;
  overflow: clip;
  word-break: break-all;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .txt1 br {
  display: none;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .txt1 .link,
.exhibition .section-body .exhibition__list .exhibition__item .text .txt1 .comment {
  display: none;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .break-all {
  word-break: break-all;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .more {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  text-decoration: underline;
  white-space: nowrap;
  color: #459cd5;
  text-align: right;
  margin-top: 0.5rem;
}
.exhibition .section-body .exhibition__list .exhibition__item .text .more i {
  display: inline-block;
  vertical-align: baseline;
  width: 0;
  margin-left: 0.2em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.exhibition .section-body .exhibition__list .exhibition__item .popup-clone {
  display: none;
}
@media screen and (max-width: 600px) {
  .exhibition {
    padding: 0 1.25rem;
  }
  .exhibition .section-header {
    text-align: left;
  }
  .exhibition .section-header .title {
    font-size: 1.5625rem;
  }
  .exhibition .section-header .title:after {
    font-size: 0.6875rem;
  }
  .exhibition .section-header .order {
    font-size: 0.6875rem;
  }
  .exhibition .section-body {
    margin-top: 1.75rem;
  }
  .exhibition .section-body .exhibition__list {
    gap: 1.25rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .icon {
    width: 3.125rem;
    top: -0.3125rem;
    right: -0.3125rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item > a {
    padding: 0.625rem 1.25rem 1.25rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .image img {
    max-width: 100%;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text {
    margin-top: 0.625rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text .category {
    font-size: 0.8125rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text .company {
    font-size: 1.25rem;
    margin-top: 0.5625rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text .outline {
    margin-top: 0.875rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text .outline:before {
    margin-bottom: 0.875rem;
  }
  .exhibition .section-body .exhibition__list .exhibition__item .text .title {
    font-size: 1.125rem;
  }
}

/* **************************************************

  overview

************************************************** */
.overview {
  padding: 0 3.125rem 6.25rem;
  position: relative;
  z-index: 1;
}
.overview:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}
.overview .overview__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
  max-width: 54.375rem;
  padding: 4rem 1.875rem 4.375rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  position: relative;
}
.overview .overview__box > * {
  position: relative;
  z-index: 1;
}
.overview .overview__box::after {
  display: block;
  content: "";
  pointer-events: none;
}
.overview .section-header {
  text-align: center;
}
.overview .section-header .title {
  font-size: 2.5rem;
  font-weight: 700;
}
.overview .section-body {
  margin-top: 2.375rem;
}
.overview .section-body .overview__table {
  font-size: 1.0625rem;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1em 1.25rem;
  max-width: 45.625rem;
  width: 100%;
  margin: 0 auto;
}
.overview .section-body .overview__table .td {
  width: calc(100% - 8.5em);
  white-space: nowrap;
}
.overview .section-body .overview__table .td .notes {
  font-size: 0.7647058824rem;
}
.overview .section-body .overview__table .td .icon-blank {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.2em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.overview .section-body .overview__table .td a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .overview .section-body .overview__table .td a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1280px) {
  .overview .section-body .overview__table .td {
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  .overview {
    padding: 0;
  }
  .overview .overview__box {
    padding: 2.875rem 1.25rem 6rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .overview .section-header {
    text-align: left;
  }
  .overview .section-header .title {
    font-size: 1.5625rem;
  }
  .overview .section-body {
    margin-top: 1.25rem;
  }
  .overview .section-body .overview__table {
    font-size: 0.9375rem;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    width: 100%;
    margin: 0;
  }
  .overview .section-body .overview__table > * {
    width: 100% !important;
  }
  .overview .section-body .overview__table .th:nth-child(n+2) {
    margin-top: 0.75rem;
  }
  .overview .section-body .overview__table .td .notes {
    font-size: 0.6875rem;
  }
}

/* **************************************************

  floatnav

************************************************** */
.floatnav {
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s 0.4s;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-show-floatmenu .floatnav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1), linear;
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1), linear;
}
.floatnav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  overflow: clip;
}
.floatnav .list li {
  background: #459cd5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.floatnav .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.floatnav .list li a:focus-visible {
  background: #459cd5 !important;
}
@media (any-hover: hover) {
  .floatnav .list li a:hover {
    background: #459cd5 !important;
  }
}
.floatnav .list li.mypage {
  width: 10.9375rem;
}
.floatnav .list li.mypage a {
  color: #fff;
  background-color: #459cd5;
  background: -webkit-gradient(linear, left top, left bottom, from(#091c59), to(#5323b5));
  background: linear-gradient(to bottom, #091c59 0%, #5323b5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.floatnav .list li.mypage a > span:nth-child(1) {
  font-size: 0.6875rem;
}
.floatnav .list li.mypage a > span:nth-child(2) {
  font-size: 1.0625rem;
  font-weight: 700;
}
.floatnav .list li.application {
  font-size: 1.25rem;
  font-weight: 700;
}
.floatnav .list li.application a {
  color: #fff;
  background: #be6bf7;
  padding: 0.5em 2.25rem;
}
@media screen and (min-width: 601px) {
  .is-menu-open .floatnav, .modaal-noscroll .floatnav {
    right: calc(var(--scrollbar-width) + 0.625rem);
  }
}
@media screen and (max-width: 600px) {
  .floatnav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 0.3125rem;
    right: 0;
    bottom: 0.3125rem;
  }
  .is-menu-open .floatnav, .modaal-noscroll .floatnav {
    width: calc(100% - var(--scrollbar-width));
    right: var(--scrollbar-width);
  }
  .floatnav .list {
    width: 100%;
    border-radius: 0.4375rem;
  }
  .floatnav .list li.mypage {
    width: 36.9863013699%;
  }
  .floatnav .list li.mypage a {
    padding: 0.5rem 0;
  }
  .floatnav .list li.mypage a > span:nth-child(1) {
    font-size: 0.5625rem;
  }
  .floatnav .list li.mypage a > span:nth-child(2) {
    font-size: 0.8125rem;
  }
  .floatnav .list li.application {
    font-size: 0.875rem;
    width: 63.0136986301%;
  }
  .floatnav .list li.application a {
    padding: 0.5rem 0;
  }
}

/* **************************************************

  modaal

************************************************** */
.modaal-wrapper.popup-exhibition {
  z-index: 10000;
}
.modaal-wrapper.popup-exhibition:after {
  background: url("../images/modal_logo.png") no-repeat left top;
  background-size: 100% auto;
  display: block;
  content: "";
  aspect-ratio: 415/45;
  width: 26rem;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .modaal-wrapper.popup-exhibition:after {
    width: 13.4375rem;
    top: 1.25rem;
  }
}
.modaal-wrapper.popup-exhibition + .modaal-overlay {
  background: url("../images/bg.jpg") repeat center top !important;
  background-size: 80rem auto !important;
  z-index: 9999;
}
@media (min-width: 1920px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px), (min-resolution: 192dpi) and (min-width: 769px) {
  .modaal-wrapper.popup-exhibition + .modaal-overlay {
    background: url("../images/bg_2x.jpg") repeat center top !important;
    background-size: 80rem auto !important;
  }
}
.modaal-wrapper.popup-exhibition .modaal-close {
  visibility: hidden;
}
.modaal-wrapper.popup-exhibition .modaal-inner-wrapper {
  padding: 6.25rem 3.125rem 3.125rem;
}
.modaal-wrapper.popup-exhibition .modaal-inner-wrapper .modaal-container {
  max-width: 73.75rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 600px) {
  .modaal-wrapper.popup-exhibition .modaal-inner-wrapper {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.modaal-wrapper.popup-exhibition .modaal-content-container {
  color: #0f2d5d;
  padding: 1.625rem 3.125rem 3.125rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .icon {
  width: 4.375rem;
  z-index: 10;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .icon img {
  width: 100%;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37.037037037%;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .image img {
  background: #fff;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 2/1;
  width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .image a {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .image a:focus-visible {
  opacity: 0.5;
  outline: solid 2px;
}
@media (any-hover: hover) {
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .image a:hover {
    opacity: 0.5;
  }
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .text {
  width: 100%;
  margin-right: 3.125rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .category {
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .category li:not(:last-child):after {
  content: "/";
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .company {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.8125rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .products {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower {
  margin-top: 1.5rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower:before {
  content: "";
  display: block;
  border-top: solid 1px #cfd6dd;
  margin-bottom: 3.125rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .title {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .txt1 {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8823529412;
  margin-top: 1.875rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .txt1 .comment {
  font-size: 0.9em;
  display: block;
  margin-top: 2em;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .break-all {
  word-break: break-all;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .close {
  margin-top: 3rem;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .popup-close {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #032d60;
  display: block;
  width: 12.5rem;
  margin: 0 auto;
  padding: 1rem 0.5em;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.modaal-wrapper.popup-exhibition .modaal-content-container .popup-close:focus-visible {
  background: #459cd5;
}
@media (any-hover: hover) {
  .modaal-wrapper.popup-exhibition .modaal-content-container .popup-close:hover {
    background: #459cd5;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text {
    width: 100%;
    margin: 0;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .image {
    width: 18.75rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 960px) {
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .image,
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text {
    width: 100%;
    margin: 0;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .image {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .modaal-wrapper.popup-exhibition .modaal-content-container {
    padding: 1.25rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .icon {
    width: 3.125rem;
    top: -0.3125rem;
    right: -0.3125rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text {
    margin-top: 0.625rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .category {
    font-size: 0.8125rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .company {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .upper .text .products {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .lower {
    margin-top: 0.875rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .lower:before {
    margin-bottom: 1.25rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .title {
    font-size: 1.125rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .lower .text .txt1 {
    font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-top: 2.375rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .close {
    margin-top: 1.25rem;
  }
  .modaal-wrapper.popup-exhibition .modaal-content-container .popup-close {
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    background: #0f2d5d;
    width: 6.375rem;
    padding: 0.6875rem 0.5em;
    border-radius: 0.4375rem;
  }
}
@media screen and (min-width: 769px) {
  .modaal-wrapper.popup-exhibition {
    background-image: url("../images/modal_bg_02.png"), url("../images/modal_bg_01.png");
    background-repeat: no-repeat;
    background-position: right bottom, 1.0625rem 1.0625rem;
    background-size: 17.625rem auto, 11.625rem auto;
  }
}
@media (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 769px) and (min-resolution: 192dpi) {
  .modaal-wrapper.popup-exhibition + .modaal-overlay {
    background: url("../images/bg.jpg") repeat center top !important;
    background-size: 80rem auto !important;
  }
}
@media screen and (max-width: 768px) {
  .modaal-wrapper.popup-exhibition {
    background: url("../images/modal_bg_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 600px) {
  .modaal-wrapper.popup-exhibition + .modaal-overlay {
    background-size: 40rem auto !important;
  }
}

.special {
  margin-top: 7.0625rem;
  padding-inline: 3.125rem;
}
.special .special__wrapper {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 73.75rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  position: relative;
}
.special .special__title {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#081c58), to(#5323b5));
  background: linear-gradient(to right, #081c58 0%, #5323b5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.625rem;
  padding-inline: 1.875rem;
  border-radius: 1.25rem 1.25rem 0 1.25rem;
  position: absolute;
  top: -1.625rem;
  left: 0;
}
.special .special__body {
  padding: 3.125rem 2.25rem 1.625rem;
}
.special .special__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 9.375rem;
     -moz-column-gap: 9.375rem;
          column-gap: 9.375rem;
}
.special .special__item:nth-child(2) {
  position: relative;
}
.special .special__item:nth-child(2):after {
  display: block;
  content: "";
  height: 100%;
  border-left: solid 1px #cfd6dd;
  position: absolute;
  top: 0;
  left: -4.6875rem;
}
.special .special__time {
  font-family: "AvantGardeDemi", "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "YuGothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Þâ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 1.5rem;
}
.special .special__subtitle {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 0.125rem;
}
.special .special__description {
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  margin-top: 1.25rem;
}
.special .special__speaker {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  row-gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 1.5rem;
}
.special .speaker__image {
  align-self: flex-start;
  grid-column: 1/2;
  grid-row: 1/3;
}
.special .speaker__image img {
  width: 100%;
  border-radius: 50%;
}
.special .speaker__position {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6923076923;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.special .speaker__name {
  font-size: 1.0625rem;
  font-weight: 700;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.special .speaker__description {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  grid-column: 1/-1;
  margin-top: 0.5rem;
}
.special .speaker__notes {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .special .special__items {
    grid-template-columns: 1fr;
    row-gap: 3.25rem;
  }
  .special .special__item:nth-child(2):after {
    width: 100%;
    height: 0;
    border-left: none;
    border-top: solid 1px #cfd6dd;
    top: -1.625rem;
    left: 0;
  }
  .special .speaker__notes {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1.25rem;
    text-shadow: 1px 1px 0 #f8f3e7;
  }
}
@media screen and (max-width: 768px) {
  .special .special__wrapper {
    overflow: clip;
  }
  .special .special__title {
    font-size: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 0;
    position: static;
  }
  .special .special__body {
    padding: 1.5625rem 1.25rem 2.75rem;
  }
  .special .special__time {
    font-size: 1.25rem;
  }
  .special .special__subtitle {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
  .special .special__description {
    font-size: 0.8125rem;
    margin-top: 1rem;
  }
  .special .special__speaker {
    grid-template-columns: 7.5rem 1fr;
    margin-top: 2.125rem;
  }
  .special .speaker__image {
    grid-row: 1/3;
  }
  .special .speaker__position {
    font-size: 0.6875rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .special .speaker__name {
    font-size: 0.9375rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .special .speaker__description {
    font-size: 0.6875rem;
    grid-column: 1/-1;
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
  .special .speaker__notes {
    font-size: 0.6875rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .special {
    margin-top: 6.25rem;
    padding-inline: 1.25rem;
  }
  .special .special__title {
    height: 2.8125rem;
  }
}