@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 1370px) {
  html {
    font-size: 1.1678832117vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.2857142857vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #091F40;
  background-color: #fff;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  color: #000;
  color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-expo-banner {
  margin-top: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .l-expo-banner {
    margin-top: 5.625rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 85.625rem;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-sec {
  margin-top: 7.03125rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    margin-top: 9.375rem;
  }
}
.l-sec-sm {
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .l-sec-sm {
    margin-top: 9.375rem;
  }
}

.c-btn1 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  min-width: 11.8125rem;
  padding: 0.95625rem 0.5625rem;
  background-color: #EAEAEA;
  border-radius: 0.16875rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn1 {
    min-width: 21.875rem;
    padding: 1.875rem 1.25rem;
    font-size: 2.375rem;
    border-radius: 0.375rem;
  }
}
.c-btn1:after {
  content: "";
  display: block;
  width: 0.61875rem;
  height: 1.06875rem;
  -webkit-mask: url(../img/arrow2.svg) no-repeat center center/contain;
          mask: url(../img/arrow2.svg) no-repeat center center/contain;
  background-color: #133E57;
}
@media screen and (max-width: 768px) {
  .c-btn1:after {
    width: 1.375rem;
    height: 2.375rem;
  }
}
.c-btn1.--blue {
  background-color: #133E57;
  color: #fff;
}
.c-btn1.--blue:after {
  background-color: #fff;
}

.c-btn2 {
  display: inline-block;
  min-width: 30.65625rem;
  padding: 0.5625rem 1.6875rem;
  font-size: 1.6875rem;
  line-height: 2.1666666667;
  font-weight: 700;
  color: #fff;
  background-color: #133E57;
  border-radius: 0.16875rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn2 {
    min-width: 41.1875rem;
    padding: 1.125rem 2.375rem;
    border-radius: 0.375rem;
    font-size: 2.25rem;
    line-height: 2.1666666667;
  }
}
.c-btn2:before {
  content: "";
  display: block;
  width: 4.89375rem;
  height: 4.78125rem;
  background: url(../img/icon_free.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0.50625rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .c-btn2:before {
    width: 6.5625rem;
    height: 6.375rem;
    left: 0.625rem;
  }
}
.c-btn2:after {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.0125rem;
  background: url(../img/arrow5.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  translate: 0 -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn2:after {
    width: 2.25rem;
    height: 1.3125rem;
  }
}
.c-btn2:hover:after {
  translate: 5px -50%;
}

.c-head {
  text-align: center;
}
.c-head.--blue2 .c-head__ja {
  color: #04A7AD;
}
.c-head.--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.25rem;
}
.c-head.--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-head.--row-sp {
    -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;
    gap: 0;
  }
}

.c-head__ja {
  font-size: 1.575rem;
  line-height: 2.1428571429;
  font-weight: 500;
  color: #33D27E;
}
@media screen and (max-width: 768px) {
  .c-head__ja {
    font-size: 2.5rem;
  }
}
.c-head__ja.--blue {
  color: #091F40;
}

.c-head__en {
  font-size: 2.53125rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-head__en {
    font-size: 3.75rem;
  }
}

.c-title1 {
  font-size: 2.53125rem;
  line-height: 1.7444444444;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}

.p-access__head.c-head {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-access__head.c-head {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-access.--exhibit .p-access__head.c-head {
    text-align: left;
  }
}

.p-access__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;
  gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.4375rem;
  }
}

.p-access__wrap {
  min-width: 40%;
}

@media screen and (min-width: 1441px) {
  .p-access__wrap {
    min-width: 0;
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrap {
    min-width: 100%;
  }
}
.p-access.l-sec.--exhibit .p-access__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
.p-access.l-sec.--exhibit .p-access__wrap {
  background-color: #F6F5E7;
  padding-right: 2.8125rem;
  padding-block: 3.125rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  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;
  min-width: 50%;
  min-height: 32.90625rem;
}
@media screen and (min-width: 1441px) {
  .p-access.l-sec.--exhibit .p-access__wrap {
    margin-left: -6.25rem;
    padding-left: 3.125rem;
    min-width: 0;
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-access.l-sec.--exhibit .p-access__wrap {
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    padding-top: 3.3125rem;
    padding-bottom: 3.125rem;
    min-height: 0;
    min-height: initial;
  }
}

.p-access__lead {
  font-size: 0.9rem;
  line-height: 1.4375;
  margin-top: 1.96875rem;
}
@media screen and (max-width: 768px) {
  .p-access__lead {
    font-size: 2rem;
  }
}

.p-access__list {
  display: grid;
  grid-template-columns: 174fr 920fr;
  margin-top: 1.96875rem;
}
@media screen and (max-width: 768px) {
  .p-access__list {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

.p-access__title,
.p-access__text {
  font-size: 1.0125rem;
  line-height: 1.4;
  padding-block: 1.04063rem;
  border-bottom: 1px solid #C5C4AF;
}
@media screen and (max-width: 768px) {
  .p-access__title,
  .p-access__text {
    font-size: 2.25rem;
  }
}
.p-access__title:first-of-type,
.p-access__text:first-of-type {
  padding-top: 0;
}
.p-access__title:last-of-type,
.p-access__text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.p-access__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-access__text {
  padding-left: 0.84375rem;
}
@media screen and (max-width: 768px) {
  .p-access__text {
    font-size: 2rem;
    padding-left: 0;
  }
}

.p-access__map {
  width: 100%;
  max-width: 50.625rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1441px) {
  .p-access__map {
    margin-right: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access__map {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-access__map iframe {
  max-width: none;
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1800/1170;
}
@media screen and (max-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 711/841;
  }
}

.p-bg {
  background: url(../img/bg1.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .p-bg {
    background: url(../img/bg1Sp.png) no-repeat center center/calc(100% + 21.25rem) 100%;
  }
}

.p-bg .p-exhibition {
  padding-top: 4.92188rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-exhibition {
    padding-top: 8.9375rem;
  }
}

.p-exhibition__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.09375rem;
  margin-top: 3.88125rem;
}
@media screen and (max-width: 768px) {
  .p-exhibition__list {
    grid-template-columns: 1fr;
    gap: 3.4375rem;
    margin-top: 3.125rem;
  }
}

.p-exhibition__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 860/860;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-exhibition__img {
    aspect-ratio: 658/880;
    border-radius: 0.375rem;
  }
}

.p-exhibition__wrap {
  position: relative;
}

.p-exhibition__body {
  position: absolute;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.6875rem);
  top: 50%;
  left: 50%;
  translate: -50% calc(-50% + 0.5625rem);
}
@media screen and (max-width: 768px) {
  .p-exhibition__body {
    width: calc(100% - 2.5rem);
  }
}

.p-exhibition__title {
  max-width: 20.5875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-exhibition__title {
    max-width: 37.1875rem;
  }
}
.p-exhibition__title img {
  width: 100%;
  aspect-ratio: 647/187;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-exhibition__title .title-text {
  font-size: 0.84375rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-exhibition__title .title-text {
    font-size: 1.875rem;
  }
}

.p-exhibition__text {
  font-size: 0.84375rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-shadow: 0px 0px 0.1125rem #fff;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-exhibition__text {
    font-size: 1.75rem;
  }
}

.p-exhibition__btn {
  margin-top: 0.59063rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-exhibition__btn .c-btn1 {
  font-size: 1.0125rem;
}
@media screen and (max-width: 768px) {
  .p-exhibition__btn .c-btn1 {
    font-size: 2.375rem;
    min-width: 20rem;
  }
}

.p-expo-banner {
  position: relative;
}

.p-expo-banner__bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3200/1174;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__bg {
    aspect-ratio: 700/1150;
  }
}

.p-expo-banner__inner {
  padding: 2.8125rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0.5625rem;
  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;
  gap: 2.89688rem;
  -webkit-box-shadow: 0 0.14063rem 0.9rem rgba(4, 0, 0, .15);
          box-shadow: 0 0.14063rem 0.9rem rgba(4, 0, 0, .15);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__inner {
    max-width: calc(100% - 2.5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
    border-radius: 0.375rem;
    padding: 1.25rem 2.8125rem;
  }
}

.p-expo-banner__img {
  max-width: 13.24688rem;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__img {
    width: 20.75rem;
    margin-inline: auto;
  }
}

.p-expo-banner__logo {
  width: 44.07188rem;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__logo {
    width: 33.75rem;
  }
}

.p-expo-banner__title {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #04A7AD;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__title {
    font-size: 2.5rem;
    line-height: 1.75;
    margin-top: 0.75rem;
  }
}

.p-expo-banner__text {
  font-size: 0.9rem;
  line-height: 1.6875;
  margin-top: 0.70313rem;
}
@media screen and (max-width: 768px) {
  .p-expo-banner__text {
    font-size: 2rem;
    line-height: 1.625;
    margin-top: 0.75rem;
  }
}

.p-expo-cta {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p-expo-cta {
    margin-top: -7.1875rem;
  }
}
.p-expo-cta.is-hidden .p-expo-cta__dateWrap {
  scale: 0.8;
  right: -2.41875rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta.is-hidden .p-expo-cta__dateWrap {
    scale: 1;
    right: auto;
    right: initial;
  }
}

.p-expo-cta__dateWrap {
  width: 16.3125rem;
  -webkit-box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 1.125rem 2.50313rem 1.125rem 0.84375rem;
  border-radius: 0.5625rem;
  position: fixed;
  bottom: 1.125rem;
  right: -1.35rem;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__dateWrap {
    position: relative;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    width: calc(100% - 2.5rem);
    padding: 1.25rem;
    border-radius: 1.25rem;
    margin-inline: auto;
  }
}

.p-expo-cta__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    max-width: 38.625rem;
    margin-inline: auto;
  }
}
.p-expo-cta__date.u-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date.u-desktop {
    display: none;
  }
}
.p-expo-cta__date .year {
  width: 100%;
  font-size: 2.53125rem;
  line-height: 1.7444444444;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .year {
    font-size: 2.9375rem;
    line-height: 1.2127659574;
  }
}
.p-expo-cta__date .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time {
    color: #221815;
  }
}
.p-expo-cta__date .time.--before {
  position: relative;
}
.p-expo-cta__date .time.--before:after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.73125rem;
  background: url(../img/arrow4.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -1.26562rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time.--before:after {
    width: 2.375rem;
    height: 3.1875rem;
    right: -1.25rem;
    translate: 100% -50%;
  }
}
.p-expo-cta__date .time.--after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time.--after {
    margin-left: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    translate: 0 0.375rem;
  }
}
.p-expo-cta__date .time .month {
  font-size: 1.6875rem;
  line-height: 1.75;
  translate: 0 -0.84375rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time .month {
    font-size: 4.4375rem;
    line-height: 1.7605633803;
    translate: 0 -1.125rem;
  }
}
.p-expo-cta__date .time .week {
  display: inline-block;
  font-size: 0.7875rem;
  line-height: 1.75;
  font-weight: 900;
  translate: 0 0.28125rem;
  margin-left: 0.14063rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time .week {
    font-size: 2.0625rem;
    line-height: 1;
    font-weight: 700;
    translate: 0 1.125rem;
  }
}
.p-expo-cta__date .time .lg {
  display: inline-block;
  font-size: 2.53125rem;
  line-height: 1.7444444444;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__date .time .lg {
    font-size: 6.625rem;
    line-height: 1;
  }
}

.p-expo-cta.--front .time.--before:after {
  background: url(../img/arrow4--green.svg) no-repeat center center/contain;
}

.p-expo-cta__place,
.p-expo-cta__time {
  display: block;
  font-size: 1.6875rem;
  line-height: 1.4166666667;
  font-weight: 600;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__place,
  .p-expo-cta__time {
    font-size: 2.5rem;
    line-height: 1.75;
    text-align: center;
  }
}

.p-expo-cta__place {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__place {
    font-size: 3.1875rem;
    margin-top: 1.75rem;
  }
}
.p-expo-cta__place span {
  display: block;
  font-size: 0.84375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  background-color: #FFD342;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__place span {
    font-size: 2.375rem;
    line-height: 1.7631578947;
  }
}

.p-expo-cta.--front .p-expo-cta__place span {
  background-color: #33D27E;
}

.p-expo-cta__btnWrap {
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__btnWrap {
    display: none;
  }
}
.p-expo-cta__btnWrap a {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.5625rem 0.5625rem;
  background-color: #133E57;
  width: 100%;
  border-radius: 0.16875rem;
  font-size: 0.84375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__btnWrap a {
    min-width: 21.875rem;
    padding: 1.875rem 1.25rem;
    font-size: 2.375rem;
    border-radius: 0.375rem;
  }
}
.p-expo-cta__btnWrap a:after {
  content: "";
  display: block;
  width: 0.75938rem;
  height: 0.61875rem;
  -webkit-mask: url(../img/arrow5.svg) no-repeat center center/contain;
          mask: url(../img/arrow5.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-expo-cta__btnWrap a:after {
    width: 1.375rem;
    height: 2.375rem;
  }
}
.p-expo-cta__btnWrap a:hover:after {
  translate: 3px 0;
}
.p-expo-cta__btnWrap a + a {
  margin-top: 0.28125rem;
}

@media screen and (max-width: 768px) {
  .p-expo-cta__btn {
    text-align: center;
    margin-top: 3.75rem;
  }
}

.p-expo-cta2 {
  min-height: 24.075rem;
  position: relative;
  max-width: 79.375rem;
  width: 100%;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-cta2 {
    width: calc(100% - 2.5rem);
  }
}

.p-expo-cta2__img {
  border-radius: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-cta2__img {
    border-radius: 0.375rem;
  }
}

.p-expo-cta2__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-cta2__inner {
    padding-inline: 0.625rem;
  }
}

.p-cta2__title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta2__title {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
    max-width: calc(100% - 3.75rem);
    margin-inline: auto;
  }
}

.p-cta2__btn {
  text-align: center;
  margin-top: 2.5875rem;
}
@media screen and (max-width: 768px) {
  .p-cta2__btn {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cta2__btn .c-btn2 {
    min-width: 0;
    min-width: initial;
    width: 100%;
  }
}

.p-expo-example__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.60313rem 2.67188rem;
  margin-top: 3.40313rem;
}
@media screen and (max-width: 768px) {
  .p-expo-example__list {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2.25rem;
  }
}

.p-expo-example__item {
  border: 0.1125rem solid #515252;
  border-radius: 0.5625rem;
  padding: 0.70313rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-expo-example__item {
    border: 0.25rem solid #515252;
    border-radius: 0.375rem;
    padding: 1.25rem 2.375rem;
  }
}

.p-expo-example__title {
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-expo-example__title {
    font-size: 2.375rem;
  }
}

.p-expo-example__body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.40625rem;
  margin-top: 1.60313rem;
}
@media screen and (max-width: 768px) {
  .p-expo-example__body {
    gap: 1.875rem;
    margin-top: 3.25rem;
  }
}

.p-expo-example__img {
  max-width: 5.90625rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 293/361;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-expo-example__img {
    max-width: 12.0625rem;
    aspect-ratio: 193/237;
  }
}

.p-expo-example__nameWrap {
  font-size: 1.0125rem;
  line-height: 1.5833333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-expo-example__nameWrap {
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}

.p-bg .p-expo-exhibit {
  padding-top: 13.69688rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-expo-exhibit {
    padding-top: 8.875rem;
  }
}

.p-expo-exhibit__inner.l-inner {
  max-width: 63.7875rem;
}

.p-expo-exhibit__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.67188rem;
  margin-top: 2.61563rem;
}
@media screen and (max-width: 768px) {
  .p-expo-exhibit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem;
    row-gap: 2.1875rem;
    margin-top: 5.375rem;
  }
}

.p-expo-exhibit__item figure {
  text-align: center;
}

.p-expo-exhibit__itemTitle {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-top: 0.675rem;
}
@media screen and (max-width: 768px) {
  .p-expo-exhibit__itemTitle {
    font-size: 1.5625rem;
  }
}

.p-expo-exhibit__itemImg {
  width: 100%;
  height: 100%;
}
.p-expo-exhibit__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-expo-faq__list {
  margin-top: 2.98125rem;
}

.p-expo-faq__item {
  border: 0.1125rem solid #515252;
  border-radius: 0.5625rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__item {
    border-radius: 0.375rem;
    border: 0.25rem solid #515252;
  }
}
.p-expo-faq__item:nth-child(n+2) {
  margin-top: 1.35rem;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__item:nth-child(n+2) {
    margin-top: 2.1875rem;
  }
}

.p-expo-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.84375rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  padding-inline: 0.98438rem;
  padding-block: 1.125rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__title {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
    padding-inline: 1.25rem;
    padding-block: 1.875rem;
    gap: 1.875rem;
  }
}
.p-expo-faq__title:before {
  content: "Q";
  font-size: 1.96875rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #FA2552;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__title:before {
    font-size: 4.375rem;
  }
}
.p-expo-faq__title:after {
  content: "";
  display: block;
  width: 1.0125rem;
  height: 0.5625rem;
  background: url(../img/arrow6.svg) no-repeat center center/contain;
  margin-left: auto;
  rotate: 180deg;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__title:after {
    width: 2.25rem;
    height: 1rem;
  }
}
.p-expo-faq__title.is-active:after {
  rotate: 0deg;
}

.p-expo-faq__content {
  padding-top: 1.06875rem;
  padding-bottom: 1.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__content {
    padding-top: 2.0625rem;
    padding-bottom: 3.6875rem;
  }
}
.p-expo-faq__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1125rem;
  background: url(../img/line.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__content:before {
    content: none;
  }
}
.p-expo-faq__content.is-active {
  display: block;
}

.p-expo-faq__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.18125rem;
  font-size: 0.9rem;
  line-height: 1.4375;
  padding-inline: 0.98438rem;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__text {
    font-size: 2.0625rem;
    line-height: 1.3939393939;
    gap: 2.125rem;
    padding-inline: 1.5625rem;
  }
}
.p-expo-faq__text:before {
  content: "A";
  font-size: 1.96875rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .p-expo-faq__text:before {
    font-size: 4.375rem;
  }
}

.p-expo-flow__list {
  margin-top: 2.98125rem;
}

.p-expo-flow__item {
  position: relative;
  counter-increment: num;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.88438rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.p-expo-flow__item:not(:last-child):before {
  content: "";
  display: block;
  width: 0.1125rem;
  height: 100%;
  background-color: #091F40;
  position: absolute;
  bottom: 0;
  left: 2.98125rem;
  translate: 0 50%;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__item:not(:last-child):before {
    content: none;
  }
}
.p-expo-flow__item:nth-child(n+2) {
  margin-top: 1.9125rem;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__item:nth-child(n+2) {
    margin-top: 2.75rem;
  }
}

.p-expo-flow__num {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.13125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 0.1125rem solid #091F40;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__num {
    width: 10.625rem;
    font-size: 1.875rem;
    line-height: 1.7333333333;
  }
}
.p-expo-flow__num:before {
  content: "";
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border-radius: 50%;
  background-color: #04A7AD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__num:before {
    width: calc(100% - 0.9375rem);
    height: calc(100% - 0.9375rem);
  }
}
.p-expo-flow__num .num {
  position: relative;
  z-index: 1;
}
.p-expo-flow__num .num:after {
  content: counter(num, decimal-leading-zero);
  display: block;
  font-size: 2.8125rem;
  letter-spacing: -0.025em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__num .num:after {
    font-size: 4.5rem;
  }
}

.p-expo-flow__body {
  background-color: #F6F5E7;
  border-radius: 0.5625rem;
  padding: 1.125rem 3.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.67188rem;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__body {
    grid-template-columns: 1fr;
    padding-inline: 1.5625rem;
    padding-top: 4.375rem;
    padding-bottom: 3.75rem;
  }
}

.p-expo-flow__icon {
  width: 3.2625rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 116/115;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__icon {
    width: 7.25rem;
    margin-inline: auto;
  }
}

.p-expo-flow__itemTitle {
  font-size: 1.575rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-expo-flow__itemTitle {
    font-size: 2.5rem;
    line-height: 1.75;
  }
}

.p-expo-fv {
  position: relative;
  overflow: hidden;
  padding-top: 6.25rem;
}

.p-expo-fv__inner.l-inner {
  max-width: 100%;
  position: relative;
  padding-inline: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__inner.l-inner {
    padding-top: 13.3125rem;
  }
}

.p-expo-fv__titleWrap {
  position: absolute;
  top: 3.23438rem;
  left: 3.203074952%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__titleWrap {
    top: 0;
    left: 50%;
    translate: -50% 0;
    text-align: center;
  }
}

.p-expo-fv__titleSub {
  display: inline-block;
  font-size: 1.9125rem;
  line-height: 1.19;
  text-shadow: 0 0 10px white;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__titleSub {
    font-size: 1.875rem;
    line-height: 1.7333333333;
    color: #04A7AD;
    text-align: center;
  }
}

.p-expo-fv__logo {
  max-width: 48.17813rem;
  margin-top: 1.26563rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__logo {
    width: 39.625rem;
  }
}

.p-expo-fv__img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    max-width: initial;
  }
}

.p-expo-fv__numWrap {
  translate: 0 -50%;
  position: relative;
  z-index: 3;
  max-width: 46.35rem;
  margin-inline: auto;
}

.p-expo-fv__num {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__num {
    display: none;
  }
}

.p-expo-fv__numImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-expo-fv__note {
  display: block;
  text-align: right;
  font-size: 0.7875rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-expo-fv__note {
    font-size: 1.375rem;
    line-height: 3.1818181818;
  }
}

.p-expo-highlights__title {
  padding-top: 2.25rem;
  background-color: #fff;
  border-radius: 0.5625rem;
  margin-top: -5.25937rem;
  position: relative;
  z-index: 1;
  font-size: 2.53125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.025em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__title {
    padding-inline: 1.25rem;
    font-size: 2.75rem;
    line-height: 1.8181818182;
  }
}
.p-expo-highlights__title span {
  display: inline-block;
  font-size: 1.575rem;
  line-height: 1.3571428571;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #04A7AD;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__title span {
    font-size: 2.375rem;
    line-height: 2;
    margin-bottom: 2.625rem;
  }
}
.p-expo-highlights__title span:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #04A7AD;
  width: 0.125rem;
  height: 1.77188rem;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  translate: -100% -25%;
  rotate: -45deg;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__title span:before {
    content: none;
  }
}
.p-expo-highlights__title span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #04A7AD;
  width: 0.125rem;
  height: 1.77188rem;
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  translate: -100% -25%;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__title span:after {
    content: none;
  }
}

.p-expo-highlights__list {
  max-width: 78.75rem;
  margin-inline: auto;
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__list {
    grid-template-columns: 1fr;
    gap: 2.625rem;
    margin-top: 2.8125rem;
    padding-inline: 1.25rem;
  }
}

.p-expo-highlights__item {
  padding-block: 1.82813rem;
  padding-left: 1.125rem;
  padding-right: 1.60313rem;
  background-color: #F6F5E7;
  border-radius: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__item {
    padding-left: 2.3125rem;
    padding-right: 4.1875rem;
    padding-block: 2.5rem;
  }
}
.p-expo-highlights__item span {
  display: block;
  text-align: right;
  font-size: 1.06875rem;
  line-height: 2.0526315789;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__item span {
    font-size: 1.875rem;
    line-height: 2.6;
  }
}

.p-expo-highlights__itemTitle {
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: #04A7AD;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__itemTitle {
    font-size: 2.375rem;
  }
}

.p-expo-highlights__company {
  margin-top: 0.95625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__company {
    margin-top: 2.3125rem;
  }
}

.p-expo-highlights__companyItem {
  font-size: 1.06875rem;
  line-height: 2.0526315789;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__companyItem {
    font-size: 2.375rem;
    line-height: 1.5789473684;
  }
}
.p-expo-highlights__companyItem:before {
  content: "・";
}

.p-expo-highlights__btn {
  text-align: center;
  margin-top: 4.52813rem;
}
@media screen and (max-width: 768px) {
  .p-expo-highlights__btn {
    margin-top: 11.9375rem;
  }
}

.p-bg .p-expo-introduction {
  padding-top: 44.83125rem;
  margin-top: -44.83125rem;
  padding-bottom: 12.45938rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-expo-introduction {
    padding-top: 51.25rem;
    margin-top: -51.25rem;
    padding-bottom: 9.1875rem;
  }
}
.p-bg .p-expo-introduction__inner {
  margin-top: 3.65625rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-expo-introduction__inner {
    margin-top: 8.5rem;
  }
}

.p-expo-introduction__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.74063rem;
  margin-top: 6.1875rem;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__list {
    grid-template-columns: 1fr;
    gap: 8.9375rem;
  }
}

.p-expo-introduction__item {
  background-color: #fff;
  border: 0.1125rem solid #091F40;
  border-radius: 0.5625rem;
  padding-top: 3.45938rem;
  padding-bottom: 2.8125rem;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__item {
    border: 0.25rem solid #091F40;
    border-radius: 0.375rem;
    padding-top: 6.25rem;
    padding-bottom: 2.8125rem;
  }
}

.p-expo-introduction__num {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: center;
  border: 0.1125rem solid #091F40;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__num {
    width: 9.375rem;
    font-size: 1.875rem;
    line-height: 1.7333333333;
  }
}
.p-expo-introduction__num:before {
  content: "";
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border-radius: 50%;
  background-color: #04A7AD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__num:before {
    width: calc(100% - 0.9375rem);
    height: calc(100% - 0.9375rem);
  }
}
.p-expo-introduction__num .num {
  position: relative;
  z-index: 1;
}
.p-expo-introduction__num .num:after {
  content: counter(num, decimal-leading-zero);
  display: block;
  font-size: 2.475rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__num .num:after {
    font-size: 4.375rem;
  }
}

.p-expo-introduction__title {
  font-size: 1.575rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__title {
    font-size: 3rem;
    line-height: 1.75;
  }
}

.p-expo-introduction__itemImg {
  margin-top: 0.7875rem;
  width: 100%;
  height: auto;
  aspect-ratio: 860/480;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__itemImg {
    margin-top: 1.9375rem;
    aspect-ratio: 650/480;
  }
}

.p-expo-introduction__itemText {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding-inline: 1.26563rem;
  margin-top: 1.35rem;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__itemText {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
    margin-top: 1.3125rem;
  }
}
.p-expo-introduction__itemText.--lg {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__itemText.--lg {
    font-size: 2.8125rem;
  }
}

.p-expo-introduction__btn {
  margin-top: 7.22813rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-expo-introduction__btn {
    margin-top: 6.0625rem;
  }
}

.p-expo-lead {
  padding-top: 23.31563rem;
  margin-top: -23.31562rem;
  padding-bottom: 11.89688rem;
}
@media screen and (max-width: 768px) {
  .p-expo-lead {
    padding-top: 51.5rem;
    margin-top: -51.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-expo-lead__inner {
    padding-top: 8.75rem;
  }
}

.p-expo-lread__bubbles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5.34375rem;
  justify-items: center;
  margin-top: 6.46875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubbles {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    margin-top: 3.125rem;
  }
}
.p-expo-lread__bubbles:after {
  content: "";
  display: block;
  width: 33.91875rem;
  height: 15.60938rem;
  background: url(../img/icon_bubbles.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 60%;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubbles:after {
    width: 100%;
    background: url(../img/icon_bubblesSp.png) no-repeat center center/contain;
    top: 0;
    translate: -50% -100%;
  }
}

.p-expo-lread__bubble {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubble {
    width: 100%;
    border: 1px solid #002244;
    background-color: #fff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-expo-lread__bubble:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 13.5rem;
  height: 7.425rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -1.40625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubble:before {
    content: none;
  }
}
.p-expo-lread__bubble.--right:before {
  background: url(../img/bubble_right.png) no-repeat center center/contain;
}
.p-expo-lread__bubble.--left:before {
  background: url(../img/bubble_left.png) no-repeat center center/contain;
}
.p-expo-lread__bubble:nth-child(2) {
  translate: 0 -100%;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubble:nth-child(2) {
    translate: 0 0;
  }
}
.p-expo-lread__bubble:nth-child(4) {
  translate: 0 50%;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubble:nth-child(4) {
    translate: 0 0;
  }
}
.p-expo-lread__bubble:nth-child(6) {
  translate: 0 50%;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubble:nth-child(6) {
    translate: 0 0;
  }
}

.p-expo-lread__bubbleText {
  display: inline-block;
  font-size: 1.0125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding: 0 0.98438rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__bubbleText {
    padding: 0.75rem;
    font-size: 2.0625rem;
    line-height: 1.1;
    padding: 1.25rem;
  }
}

.p-expo-lread__textLgWrap {
  margin-top: 16.3125rem;
  max-width: 52.3125rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__textLgWrap {
    margin-top: 7.125rem;
  }
}
.p-expo-lread__textLgWrap:before {
  content: "";
  display: block;
  width: 7.5375rem;
  height: 16.3125rem;
  background: url(../img/arrow_lead.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__textLgWrap:before {
    width: 8.8125rem;
    height: 21.25rem;
  }
}

.p-expo-lread__textLg {
  display: inline-block;
  text-align: center;
  padding: 0 3.375rem;
  font-size: 2.41875rem;
  line-height: 2.1511627907;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #04A7AD;
  text-align: center;
  border-radius: 3.65625rem;
  border: 0.1125rem dashed #C0C0C0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-block: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__textLg {
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.625;
    padding: 0.625rem;
    border: 0.25rem dashed #C0C0C0;
  }
}
.p-expo-lread__textLg .lg {
  display: inline-block;
  font-size: 2.98125rem;
  line-height: 1.7452830189;
}
@media screen and (max-width: 768px) {
  .p-expo-lread__textLg .lg {
    font-size: 3.125rem;
    line-height: 1.1;
  }
}

.p-expo-lead__solution {
  margin-top: 11.53125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.84063rem;
}
@media screen and (max-width: 768px) {
  .p-expo-lead__solution {
    grid-template-columns: 1fr;
    gap: 8.75rem;
    margin-top: 15.625rem;
  }
}

.p-expo-lead__solutionItem {
  border: 4px solid #091F40;
  border-radius: 0.28125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-lead__solutionItem {
    border-radius: 0.625rem;
  }
}

.p-expo-lead__solutionImg {
  width: 6.35625rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-expo-lead__solutionImg {
    width: 10.625rem;
  }
}

.p-expo-lead__solutionText {
  text-align: center;
  padding-top: 4.33125rem;
  padding-bottom: 2.8125rem;
  padding-inline: 0.42188rem;
  font-size: 1.5rem;
  line-height: 1.4615384615;
  letter-spacing: -0.025em;
  font-weight: 700;
  border: 4px solid #F6F5E7;
  border-radius: 0.28125rem;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-expo-lead__solutionText {
    border-radius: 0.625rem;
    padding-top: 6.5625rem;
    font-size: 2.8125rem;
    line-height: 1.5777777778;
  }
}

.p-bg .p-expo-voice {
  padding-bottom: 17.12813rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-expo-voice {
    padding-bottom: 8.3125rem;
  }
}

.p-expo-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.67188rem;
  margin-top: 2.44688rem;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__list {
    grid-template-columns: 1fr;
    gap: 2.875rem;
    margin-top: 4rem;
  }
}

.p-expo-voice__item {
  padding: 1.25rem;
  border: 0.1125rem solid #091F40;
  background-color: #fff;
  border-radius: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__item {
    padding: 1.25rem;
    border-radius: 0.375rem;
  }
}

.p-expo-voice__itemText {
  font-size: 1.125rem;
  line-height: 1.5833333333;
  margin-bottom: 0.84375rem;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__itemText {
    font-size: 2.0625rem;
    line-height: 1.8181818182;
    margin-bottom: 1.3125rem;
  }
}

.p-expo-voice__janreWrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: auto;
}

.p-expo-voice__janre {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__janre {
    font-size: 2.0625rem;
  }
}

.p-expo-voice__janreImg {
  width: 4.47188rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__janreImg {
    width: 9.9375rem;
  }
}

.p-expo-voice__titleSm {
  text-align: center;
  margin-top: 5.42813rem;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__titleSm {
    margin-top: 9rem;
  }
}
.p-expo-voice__titleSm span {
  display: inline-block;
  font-size: 1.575rem;
  line-height: 1.3571428571;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #04A7AD;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__titleSm span {
    font-size: 3rem;
    line-height: 1.4583333333;
    margin-bottom: 2.625rem;
  }
}
.p-expo-voice__titleSm span:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #04A7AD;
  width: 0.125rem;
  height: 1.77188rem;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  translate: -100% -25%;
  rotate: -45deg;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__titleSm span:before {
    content: none;
  }
}
.p-expo-voice__titleSm span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #04A7AD;
  width: 0.125rem;
  height: 1.77188rem;
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  translate: -100% -25%;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__titleSm span:after {
    content: none;
  }
}

.p-expo-voice__list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.85625rem;
  margin-top: 3.65625rem;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.625rem;
    margin-top: 3.5625rem;
  }
}

.p-expo-voice__list2ItemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-expo-voice__note {
  display: block;
  text-align: right;
  font-size: 0.7875rem;
  line-height: 2.5;
  margin-top: 1.20938rem;
}
@media screen and (max-width: 768px) {
  .p-expo-voice__note {
    font-size: 1.375rem;
    line-height: 3.1818181818;
    margin-top: 3rem;
  }
}

.p-footer {
  background-color: #474747;
  padding-top: 4.07813rem;
  padding-bottom: 2.10938rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 6.4375rem;
    padding-bottom: 13.625rem;
  }
}
.p-footer.--exhibit {
  padding-top: 16.17188rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer.--exhibit {
    padding-top: 32.5rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__nav {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 17.5rem;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
}

.p-footer__link {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__link {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-footer__listSm {
  margin-top: 0.61875rem;
}

.p-footer__itemSm + .p-footer__itemSm {
  margin-top: 0.3125rem;
}

.p-footer__linkSm {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__linkSm {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .p-footer__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4375rem;
  }
}

.p-footer__contactTitle {
  font-size: 1.35rem;
  line-height: 1.125;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__contactTitle {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.p-footer__contactForm {
  margin-top: 1.35rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contactForm {
    margin-top: 3rem;
  }
}

.p-footer__info {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__info {
    padding-inline: 1.4375rem;
    margin-left: 0;
  }
}

.p-footer__logo {
  width: 18.75938rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 100%;
    max-width: 38.625rem;
    margin-inline: auto;
  }
}

.p-footer__name {
  font-size: 1.0125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__name {
    font-size: 1.875rem;
    line-height: 2;
  }
}

.p-footer__contactList {
  margin-top: 0.84375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contactList {
    margin-top: 3.1875rem;
  }
}

.p-footer__contactItem {
  font-size: 0.9rem;
  line-height: 1.6875;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__contactItem {
    font-size: 2rem;
  }
}

.p-footer__contactItem span {
  display: inline-block;
  text-align: center;
  font-size: 0.5625rem;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  background-color: #33D27E;
  border-radius: 0.1125rem;
  padding-inline: 0.3375rem;
  margin-right: 0.47813rem;
  min-width: 1.99688rem;
  min-width: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contactItem span {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    border-radius: 0.25rem;
    padding-inline: 0.75rem;
    min-width: 4.4375rem;
    margin-right: 1.125rem;
  }
}

.p-footer__copy {
  font-size: 0.675rem;
  line-height: 2.25;
  color: #fff;
  text-align: right;
  margin-top: 2.75625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    font-size: 1.25rem;
    line-height: 2.7;
    margin-top: 7.5rem;
  }
}

.p-fv {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  max-height: 43.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-fv {
    overflow: visible;
    overflow: initial;
    max-height: 65rem;
  }
}

.p-fv__inner {
  position: relative;
  overflow: hidden;
}

.p-fv__mediaVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3200/1360;
}
@media screen and (max-width: 768px) {
  .p-fv__mediaVideo {
    aspect-ratio: 700/1037;
  }
}

.p-fv__mediaImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__titleWrap {
  max-width: 34.375vw;
  position: absolute;
  top: 50%;
  left: 4.8611111111vw;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-fv__titleWrap {
    max-width: none;
    max-width: initial;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-fv__titleWrap:after {
  content: "";
  display: block;
  width: 66.6493055556vw;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: calc(-50% - 13.19444vw) -50%;
}
@media screen and (max-width: 768px) {
  .p-fv__titleWrap:after {
    width: 109.0625rem;
    top: 0;
    translate: -50% -80%;
  }
}

.p-fv__titleInner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__titleInner {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__title {
    margin-top: 0.9375rem;
  }
}

.p-fv__titleNum {
  display: inline-block;
  font-size: 2.025rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-fv__titleNum {
    font-size: 2.75rem;
  }
}

.p-fv__logo {
  max-width: 26.85938rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-fv__logo {
    width: 22.6875rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__dateWrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, .15);
            box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, .15);
    width: calc(100% - 2.5rem);
    padding: 1.25rem 2.5rem;
    border-radius: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 50%;
  }
}

.p-fv__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-fv__date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    max-width: 30rem;
    margin-inline: auto;
  }
}
.p-fv__date .year {
  display: inline-block;
  font-size: 2.53125rem;
  line-height: 1.7444444444;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-fv__date .year {
    font-size: 3.125rem;
    line-height: 1;
    width: 100%;
    display: block;
  }
}
.p-fv__date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem;
  color: #221815;
}
.p-fv__date .time.--before {
  position: relative;
}
.p-fv__date .time.--before:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/arrow1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
}
@media screen and (max-width: 768px) {
  .p-fv__date .time.--before:after {
    width: 5rem;
    height: 1.25rem;
    right: 0;
    translate: 100% -50%;
  }
}
.p-fv__date .time.--after {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv__date .time.--after {
    margin-left: 1.51875rem;
  }
}
.p-fv__date .time .week {
  display: inline-block;
  font-size: 1.6875rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-fv__date .time .week {
    font-size: 2.375rem;
    line-height: 1;
    font-weight: 700;
  }
}
.p-fv__date .time .lg {
  display: inline-block;
  font-size: 4.375rem;
  line-height: 1.7470588235;
  letter-spacing: -0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-fv__date .time .lg {
    font-size: 6.625rem;
    line-height: 1;
  }
}

.p-fv__place,
.p-fv__time {
  display: block;
  font-size: 1.6875rem;
  line-height: 1.4166666667;
  font-weight: 600;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .p-fv__place,
  .p-fv__time {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__place {
    margin-top: 2.125rem;
  }
}

.p-fv__time {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-fv__time {
    margin-top: 0;
  }
}

.p-fv__companyLogoImg {
  width: 18.95625rem;
  margin-inline: auto;
  margin-top: 2.16563rem;
}
@media screen and (max-width: 768px) {
  .p-fv__companyLogoImg {
    width: 19.25rem;
  }
}

.p-bg .p-photo-gallery {
  padding-bottom: 11.41875rem;
}
@media screen and (max-width: 768px) {
  .p-bg .p-photo-gallery {
    padding-bottom: 10.75rem;
  }
}

.p-photo-gallery__list {
  margin-top: 3.88125rem;
}
@media screen and (max-width: 768px) {
  .p-photo-gallery__list {
    margin-top: 3.125rem;
  }
}

.p-photo-gallery__sizer,
.p-photo-gallery__item {
  max-width: 25%;
  padding: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-photo-gallery__sizer,
  .p-photo-gallery__item {
    max-width: 50%;
    padding: 0.625rem;
  }
}

.p-photo-gallery__item:nth-child(n+10) {
  display: none;
}
.p-photo-gallery__item:nth-child(n+10).is-show {
  display: block;
}

.p-photo-gallery__btn {
  margin-top: 4.3875rem;
}

.p-photo-gallery__btn {
  text-align: center;
}

.p-guidance.l-sec {
  margin-top: 7.875rem;
}
@media screen and (max-width: 768px) {
  .p-guidance.l-sec {
    margin-top: 15.625rem;
  }
}

.p-guidance__list {
  display: grid;
}
.p-guidance__list + .p-guidance__list {
  margin-top: 5.625rem;
}
.p-guidance__list.--col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.82813rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__list.--col4 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.p-guidance__list.--col4 + .p-guidance__list.--col4 {
  margin-top: 2.8125rem;
}
.p-guidance__list.--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.41875rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__list.--col3 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.p-guidance__list.--col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.74063rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__list.--col2 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}

.p-guidance__img {
  width: 100%;
}

.p-guidance__body {
  margin-top: 0.28125rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__body {
    padding-inline: 1.25rem;
  }
}

.p-guidance__title {
  font-size: 1.0125rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-top: 0.28125rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__title {
    font-size: 2.125rem;
    margin-top: 2.125rem;
  }
}

.p-guidance__text {
  font-size: 1.0125rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-top: 0.225rem;
}
@media screen and (max-width: 768px) {
  .p-guidance__text {
    font-size: 2.125rem;
  }
}

.p-header {
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 4.8611111111vw;
}
@media screen and (min-width: 1500px) {
  .p-header {
    height: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #fff;
  }
}
.p-header.is-active {
  background-color: #fff;
}
.p-header.is-hidden {
  translate: 0 -100%;
}

.p-header__inner.l-inner {
  max-width: 97.34375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.03125%;
  height: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-header__inner.l-inner {
    background-color: #fff;
    display: block;
    height: 100%;
  }
}

.p-header__head {
  display: contents;
  height: inherit;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .p-header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 999;
    height: 100%;
    background-color: #fff;
  }
}

.p-header__logo {
  display: block;
  width: 15.625%;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 14.375rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-header__open {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__open {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 3.125rem;
    height: 2.25rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-header__open span {
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #091F40;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header__open.is-active span:nth-child(1) {
    -webkit-transform: translateY(1.0625rem) rotate(-45deg);
            transform: translateY(1.0625rem) rotate(-45deg);
  }
  .p-header__open.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__open.is-active span:nth-child(3) {
    -webkit-transform: translateY(-1.0625rem) rotate(45deg);
            transform: translateY(-1.0625rem) rotate(45deg);
  }
}

.p-header__drawer {
  display: contents;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 12.5rem);
    background-color: #fff;
    z-index: 998;
    padding-block: 9.375rem;
    overflow-y: auto;
    display: none;
  }
}

.p-header__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    display: block;
    padding-inline: 2.5rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-header__list {
    height: auto;
    -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: start;
  }
}

.p-header__item {
  height: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-header__item:not(:last-child) {
    border-bottom: 1px solid #002244;
  }
}
.p-header__item .p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.875vw;
  font-size: 1.125vw;
  line-height: 1.75;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #727171;
  height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header__item .p-header__link {
    height: auto;
    font-size: 2.5rem;
    line-height: 1.5;
    padding-block: 1.875rem;
  }
}
.p-header__item .p-header__link:hover {
  color: #004662;
}

@media screen and (max-width: 768px) {
  span.p-header__link:after {
    content: "";
    display: block;
    width: 2.25rem;
    height: 1.5rem;
    background: url(../img/arrow6.svg) no-repeat center center/contain;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-header__item.is-open .p-header__link:after {
  rotate: 180deg;
}

.p-header__btnLang {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .p-header__btnLang {
    margin-left: auto;
    margin-right: 1.875rem;
  }
}
.p-header__btnLang__item {
  position: relative;
  padding: 0.125vw 0.625vw;
  font-size: 1.125vw;
}
@media screen and (max-width: 768px) {
  .p-header__btnLang__item {
    padding: 0.25rem 1.25rem;
    font-size: 1.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-header__btnLang__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1.25rem;
  margin: auto;
  background-color: #221815;
}
@media screen and (max-width: 768px) {
  .p-header__btnLang__item::before {
    display: none;
  }
}
#footer .p-header__btnLang__item::before {
  background-color: #fff;
}
#footer .p-header__btnLang__item {
  color: #fff;
}
.p-header__btnLang__item a {
  color: #221815;
}
#footer .p-header__btnLang__item a {
  color: #fff;
}

.p-header__listSm {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-header__listSm {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background-color: transparent;
    margin-top: 0.625rem;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-header__item:hover .p-header__listSm {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .p-header__item:hover .p-header__listSm {
    -webkit-transform: none;
            transform: none;
  }
}

.p-header__itemSm {
  border-bottom: 1px solid #f0f0f0;
}
.p-header__itemSm:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-header__itemSm {
    border-bottom: none;
  }
}

.p-header__linkSm {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-header__linkSm {
    font-size: 2.25rem;
  }
}
.p-header__linkSm:hover {
  background-color: #f8f9fa;
  color: #002244;
}

.p-header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-header__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-header__btnWrap a:not(.c-btn2) {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46875vw;
  padding: 0.5625vw 1.15625vw;
  background-color: #133E57;
  border-radius: 0.25rem;
  font-size: 1.125vw;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header__btnWrap a:not(.c-btn2) {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.125rem 2.3125rem;
    font-size: 2.25rem;
    line-height: 1.8421052632;
    text-align: center;
    gap: 0;
    border-radius: 0.375rem;
  }
}
.p-header__btnWrap a:not(.c-btn2):before {
  content: "";
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  -webkit-mask: url(../img/btn_icon.svg) no-repeat center center/contain;
          mask: url(../img/btn_icon.svg) no-repeat center center/contain;
  background-color: #fff;
  translate: 0 0.0625rem;
}
@media screen and (max-width: 768px) {
  .p-header__btnWrap a:not(.c-btn2):before {
    position: absolute;
    top: 50%;
    left: 3.125rem;
    width: 4.875rem;
    height: 3.125rem;
    translate: 0 -46%;
  }
}
.p-header__btnWrap a:not(.c-btn2):hover {
  opacity: 0.5;
}
.p-header__btnWrap .c-btn2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__btnWrap .c-btn2 {
    display: block;
    margin-top: 3.75rem;
    min-width: 0;
    min-width: initial;
    width: 100%;
  }
}

.p-logo {
  margin-top: 1.875rem;
}

.p-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-logo__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-logo__img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 6.25rem;
  max-width: 12.5rem;
}

.p-main {
  padding-top: 4.375rem;
  padding-bottom: 8.4375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  .p-main {
    padding-top: 6.25rem;
  }
}
.p-main.--exhibit {
  padding-bottom: 20.64375rem;
  padding-top: 0;
}
.p-main.--visitor {
  padding-top: 0;
}

.p-expo-mainImg {
  max-width: none;
  max-width: initial;
  width: 41.56875rem;
  aspect-ratio: 1478/2288;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -9.30938rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-expo-mainImg {
    width: 91.875rem;
    top: -52.9375rem;
    right: -66.875rem;
  }
}

.p-expo-btn {
  text-align: center;
}

.en-US .p-main {
  padding-top: 0;
  padding-bottom: 0;
}

.p-news__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner.l-inner {
    padding-inline: 2.5rem;
  }
}

.p-news__wrap {
  max-width: 37.6875rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrap + .p-news__wrap {
    margin-top: 7.25rem;
  }
}

.p-news__item {
  margin-top: 1.37813rem;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    margin-top: 2.5rem;
  }
}
.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.74375rem;
  position: relative;
}

.p-news__time {
  padding-right: 1.06875rem;
  position: relative;
}
.p-news__time:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.15rem;
  background-color: #002244;
  position: absolute;
  top: calc(50% + 0.5625rem);
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-news__time:after {
    height: 100%;
  }
}
.p-news__time .year {
  display: inline-block;
  font-size: 0.92813rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news__time .year {
    font-size: 2.0625rem;
  }
}
.p-news__time .month {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: -0.70312rem;
}
@media screen and (max-width: 768px) {
  .p-news__time .month {
    font-size: 3.125rem;
  }
}

.p-news__title {
  margin-top: 0.625rem;
  font-size: 0.92813rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 1.875rem;
  }
}

.p-news__btn {
  text-align: center;
  margin-top: 2.53125rem;
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    margin-top: 3.625rem;
  }
}

.p-organizer {
  position: relative;
  overflow: hidden;
}

.p-organizer__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.09375rem;
}
@media screen and (max-width: 768px) {
  .p-organizer__wrap {
    grid-template-columns: 1fr;
    gap: 0;
    width: auto;
    margin-inline: 0;
  }
}

.p-organizer__logo {
  max-width: 20.7rem;
}
@media screen and (max-width: 768px) {
  .p-organizer__logo {
    max-width: 100%;
  }
}

.p-organizer__lead {
  font-size: 1.0125rem;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-organizer__lead {
    font-size: 2.0625rem;
    margin-top: 2.5rem;
  }
}

.p-orgenizer__body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.10938rem;
  margin-top: 2.10938rem;
}
@media screen and (max-width: 768px) {
  .p-orgenizer__body {
    grid-template-columns: 1fr;
  }
}

.p-organizer__img {
  max-width: 45.16875rem;
  border-radius: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-organizer__img {
    margin-top: 2.625rem;
    margin-inline: calc(50% - 50vw);
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-organizer__list {
    padding-inline: 1.25rem;
  }
}

.p-organizer__item {
  display: grid;
  grid-template-columns: 457fr 641fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.25rem;
  border-bottom: 1px solid #C5C4AF;
}
@media screen and (max-width: 768px) {
  .p-organizer__item {
    grid-template-columns: 195fr 435fr;
  }
}
.p-organizer__item:first-of-type {
  padding-top: 0;
}

.p-organizer__title {
  font-size: 1.0125rem;
  line-height: 1.2666666667;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-organizer__title {
    font-size: 2.0625rem;
  }
}

.p-organizer__text {
  font-size: 1.35rem;
  line-height: 1.3571428571;
  letter-spacing: -0.04em;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-organizer__text {
    font-size: 2.0625rem;
  }
}
.p-organizer__text .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5625rem;
  font-size: 2.25rem;
  line-height: 0.76;
  font-weight: 700;
  color: #33D27E;
}
@media screen and (max-width: 768px) {
  .p-organizer__text .num {
    font-size: 5rem;
  }
}
.p-organizer__text .num:after {
  content: "+";
  font-size: 1.96875rem;
}
.p-organizer__text .num.u-blue {
  color: #04A7AD;
}

.p-outline {
  position: relative;
  overflow: hidden;
}

.p-outline__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.76875rem;
  margin-top: 3.09375rem;
}
@media screen and (max-width: 768px) {
  .p-outline__body {
    grid-template-columns: 1fr;
    gap: 5.4375rem;
  }
}

.p-outlline__list {
  display: grid;
  grid-template-columns: 258fr 1058fr;
}
@media screen and (max-width: 768px) {
  .p-outlline__list {
    grid-template-columns: 1fr;
  }
}

.p-outlline__title,
.p-outlline__text {
  padding-block: 1.04063rem;
  border-bottom: 1px solid #C5C4AF;
  font-size: 1.0125rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .p-outlline__title,
  .p-outlline__text {
    font-size: 2.0625rem;
    padding-bottom: 2.8125rem;
    padding-inline: 1.25rem;
  }
}
.p-outlline__title:first-of-type,
.p-outlline__text:first-of-type {
  padding-top: 0;
}

.p-outlline__title {
  font-weight: 700;
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-outlline__title {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-outline__movie img, .p-outline__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1345/757;
}

.p-pertner__logo {
  margin-top: 2.8125rem;
}
.p-pertner__logo + .p-pertner__logo {
  margin-top: 2.25rem;
}

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

.u-blue {
  color: #04A7AD;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-m-0-sp {
    margin: 0 !important;
  }
  .u-mt-0-sp,
  .u-my-0-sp {
    margin-top: 0 !important;
  }
  .u-mr-0-sp,
  .u-mx-0-sp {
    margin-right: 0 !important;
  }
  .u-mb-0-sp,
  .u-my-0-sp {
    margin-bottom: 0 !important;
  }
  .u-ml-0-sp,
  .u-mx-0-sp {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-0-pc {
    margin: 0 !important;
  }
  .u-mt-0-pc,
  .u-my-0-pc {
    margin-top: 0 !important;
  }
  .u-mr-0-pc,
  .u-mx-0-pc {
    margin-right: 0 !important;
  }
  .u-mb-0-pc,
  .u-my-0-pc {
    margin-bottom: 0 !important;
  }
  .u-ml-0-pc,
  .u-mx-0-pc {
    margin-left: 0 !important;
  }
}
.u-m-4 {
  margin: 0.25rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 0.25rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 0.25rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 0.25rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-4-sp {
    margin: 0.25rem !important;
  }
  .u-mt-4-sp,
  .u-my-4-sp {
    margin-top: 0.25rem !important;
  }
  .u-mr-4-sp,
  .u-mx-4-sp {
    margin-right: 0.25rem !important;
  }
  .u-mb-4-sp,
  .u-my-4-sp {
    margin-bottom: 0.25rem !important;
  }
  .u-ml-4-sp,
  .u-mx-4-sp {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-4-pc {
    margin: 0.25rem !important;
  }
  .u-mt-4-pc,
  .u-my-4-pc {
    margin-top: 0.25rem !important;
  }
  .u-mr-4-pc,
  .u-mx-4-pc {
    margin-right: 0.25rem !important;
  }
  .u-mb-4-pc,
  .u-my-4-pc {
    margin-bottom: 0.25rem !important;
  }
  .u-ml-4-pc,
  .u-mx-4-pc {
    margin-left: 0.25rem !important;
  }
}
.u-m-8 {
  margin: 0.5rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 0.5rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 0.5rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 0.5rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-8-sp {
    margin: 0.5rem !important;
  }
  .u-mt-8-sp,
  .u-my-8-sp {
    margin-top: 0.5rem !important;
  }
  .u-mr-8-sp,
  .u-mx-8-sp {
    margin-right: 0.5rem !important;
  }
  .u-mb-8-sp,
  .u-my-8-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-8-sp,
  .u-mx-8-sp {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-8-pc {
    margin: 0.5rem !important;
  }
  .u-mt-8-pc,
  .u-my-8-pc {
    margin-top: 0.5rem !important;
  }
  .u-mr-8-pc,
  .u-mx-8-pc {
    margin-right: 0.5rem !important;
  }
  .u-mb-8-pc,
  .u-my-8-pc {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-8-pc,
  .u-mx-8-pc {
    margin-left: 0.5rem !important;
  }
}
.u-m-12 {
  margin: 0.75rem !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 0.75rem !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 0.75rem !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 0.75rem !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-12-sp {
    margin: 0.75rem !important;
  }
  .u-mt-12-sp,
  .u-my-12-sp {
    margin-top: 0.75rem !important;
  }
  .u-mr-12-sp,
  .u-mx-12-sp {
    margin-right: 0.75rem !important;
  }
  .u-mb-12-sp,
  .u-my-12-sp {
    margin-bottom: 0.75rem !important;
  }
  .u-ml-12-sp,
  .u-mx-12-sp {
    margin-left: 0.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-12-pc {
    margin: 0.75rem !important;
  }
  .u-mt-12-pc,
  .u-my-12-pc {
    margin-top: 0.75rem !important;
  }
  .u-mr-12-pc,
  .u-mx-12-pc {
    margin-right: 0.75rem !important;
  }
  .u-mb-12-pc,
  .u-my-12-pc {
    margin-bottom: 0.75rem !important;
  }
  .u-ml-12-pc,
  .u-mx-12-pc {
    margin-left: 0.75rem !important;
  }
}
.u-m-16 {
  margin: 1rem !important;
}

.u-mt-16,
.u-my-16 {
  margin-top: 1rem !important;
}

.u-mr-16,
.u-mx-16 {
  margin-right: 1rem !important;
}

.u-mb-16,
.u-my-16 {
  margin-bottom: 1rem !important;
}

.u-ml-16,
.u-mx-16 {
  margin-left: 1rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-16-sp {
    margin: 1rem !important;
  }
  .u-mt-16-sp,
  .u-my-16-sp {
    margin-top: 1rem !important;
  }
  .u-mr-16-sp,
  .u-mx-16-sp {
    margin-right: 1rem !important;
  }
  .u-mb-16-sp,
  .u-my-16-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml-16-sp,
  .u-mx-16-sp {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-16-pc {
    margin: 1rem !important;
  }
  .u-mt-16-pc,
  .u-my-16-pc {
    margin-top: 1rem !important;
  }
  .u-mr-16-pc,
  .u-mx-16-pc {
    margin-right: 1rem !important;
  }
  .u-mb-16-pc,
  .u-my-16-pc {
    margin-bottom: 1rem !important;
  }
  .u-ml-16-pc,
  .u-mx-16-pc {
    margin-left: 1rem !important;
  }
}
.u-m-20 {
  margin: 1.25rem !important;
}

.u-mt-20,
.u-my-20 {
  margin-top: 1.25rem !important;
}

.u-mr-20,
.u-mx-20 {
  margin-right: 1.25rem !important;
}

.u-mb-20,
.u-my-20 {
  margin-bottom: 1.25rem !important;
}

.u-ml-20,
.u-mx-20 {
  margin-left: 1.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-20-sp {
    margin: 1.25rem !important;
  }
  .u-mt-20-sp,
  .u-my-20-sp {
    margin-top: 1.25rem !important;
  }
  .u-mr-20-sp,
  .u-mx-20-sp {
    margin-right: 1.25rem !important;
  }
  .u-mb-20-sp,
  .u-my-20-sp {
    margin-bottom: 1.25rem !important;
  }
  .u-ml-20-sp,
  .u-mx-20-sp {
    margin-left: 1.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-20-pc {
    margin: 1.25rem !important;
  }
  .u-mt-20-pc,
  .u-my-20-pc {
    margin-top: 1.25rem !important;
  }
  .u-mr-20-pc,
  .u-mx-20-pc {
    margin-right: 1.25rem !important;
  }
  .u-mb-20-pc,
  .u-my-20-pc {
    margin-bottom: 1.25rem !important;
  }
  .u-ml-20-pc,
  .u-mx-20-pc {
    margin-left: 1.25rem !important;
  }
}
.u-m-24 {
  margin: 1.5rem !important;
}

.u-mt-24,
.u-my-24 {
  margin-top: 1.5rem !important;
}

.u-mr-24,
.u-mx-24 {
  margin-right: 1.5rem !important;
}

.u-mb-24,
.u-my-24 {
  margin-bottom: 1.5rem !important;
}

.u-ml-24,
.u-mx-24 {
  margin-left: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-24-sp {
    margin: 1.5rem !important;
  }
  .u-mt-24-sp,
  .u-my-24-sp {
    margin-top: 1.5rem !important;
  }
  .u-mr-24-sp,
  .u-mx-24-sp {
    margin-right: 1.5rem !important;
  }
  .u-mb-24-sp,
  .u-my-24-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-24-sp,
  .u-mx-24-sp {
    margin-left: 1.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-24-pc {
    margin: 1.5rem !important;
  }
  .u-mt-24-pc,
  .u-my-24-pc {
    margin-top: 1.5rem !important;
  }
  .u-mr-24-pc,
  .u-mx-24-pc {
    margin-right: 1.5rem !important;
  }
  .u-mb-24-pc,
  .u-my-24-pc {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-24-pc,
  .u-mx-24-pc {
    margin-left: 1.5rem !important;
  }
}
.u-m-28 {
  margin: 1.75rem !important;
}

.u-mt-28,
.u-my-28 {
  margin-top: 1.75rem !important;
}

.u-mr-28,
.u-mx-28 {
  margin-right: 1.75rem !important;
}

.u-mb-28,
.u-my-28 {
  margin-bottom: 1.75rem !important;
}

.u-ml-28,
.u-mx-28 {
  margin-left: 1.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-28-sp {
    margin: 1.75rem !important;
  }
  .u-mt-28-sp,
  .u-my-28-sp {
    margin-top: 1.75rem !important;
  }
  .u-mr-28-sp,
  .u-mx-28-sp {
    margin-right: 1.75rem !important;
  }
  .u-mb-28-sp,
  .u-my-28-sp {
    margin-bottom: 1.75rem !important;
  }
  .u-ml-28-sp,
  .u-mx-28-sp {
    margin-left: 1.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-28-pc {
    margin: 1.75rem !important;
  }
  .u-mt-28-pc,
  .u-my-28-pc {
    margin-top: 1.75rem !important;
  }
  .u-mr-28-pc,
  .u-mx-28-pc {
    margin-right: 1.75rem !important;
  }
  .u-mb-28-pc,
  .u-my-28-pc {
    margin-bottom: 1.75rem !important;
  }
  .u-ml-28-pc,
  .u-mx-28-pc {
    margin-left: 1.75rem !important;
  }
}
.u-m-32 {
  margin: 2rem !important;
}

.u-mt-32,
.u-my-32 {
  margin-top: 2rem !important;
}

.u-mr-32,
.u-mx-32 {
  margin-right: 2rem !important;
}

.u-mb-32,
.u-my-32 {
  margin-bottom: 2rem !important;
}

.u-ml-32,
.u-mx-32 {
  margin-left: 2rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-32-sp {
    margin: 2rem !important;
  }
  .u-mt-32-sp,
  .u-my-32-sp {
    margin-top: 2rem !important;
  }
  .u-mr-32-sp,
  .u-mx-32-sp {
    margin-right: 2rem !important;
  }
  .u-mb-32-sp,
  .u-my-32-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml-32-sp,
  .u-mx-32-sp {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-32-pc {
    margin: 2rem !important;
  }
  .u-mt-32-pc,
  .u-my-32-pc {
    margin-top: 2rem !important;
  }
  .u-mr-32-pc,
  .u-mx-32-pc {
    margin-right: 2rem !important;
  }
  .u-mb-32-pc,
  .u-my-32-pc {
    margin-bottom: 2rem !important;
  }
  .u-ml-32-pc,
  .u-mx-32-pc {
    margin-left: 2rem !important;
  }
}
.u-m-36 {
  margin: 2.25rem !important;
}

.u-mt-36,
.u-my-36 {
  margin-top: 2.25rem !important;
}

.u-mr-36,
.u-mx-36 {
  margin-right: 2.25rem !important;
}

.u-mb-36,
.u-my-36 {
  margin-bottom: 2.25rem !important;
}

.u-ml-36,
.u-mx-36 {
  margin-left: 2.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-36-sp {
    margin: 2.25rem !important;
  }
  .u-mt-36-sp,
  .u-my-36-sp {
    margin-top: 2.25rem !important;
  }
  .u-mr-36-sp,
  .u-mx-36-sp {
    margin-right: 2.25rem !important;
  }
  .u-mb-36-sp,
  .u-my-36-sp {
    margin-bottom: 2.25rem !important;
  }
  .u-ml-36-sp,
  .u-mx-36-sp {
    margin-left: 2.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-36-pc {
    margin: 2.25rem !important;
  }
  .u-mt-36-pc,
  .u-my-36-pc {
    margin-top: 2.25rem !important;
  }
  .u-mr-36-pc,
  .u-mx-36-pc {
    margin-right: 2.25rem !important;
  }
  .u-mb-36-pc,
  .u-my-36-pc {
    margin-bottom: 2.25rem !important;
  }
  .u-ml-36-pc,
  .u-mx-36-pc {
    margin-left: 2.25rem !important;
  }
}
.u-m-40 {
  margin: 2.5rem !important;
}

.u-mt-40,
.u-my-40 {
  margin-top: 2.5rem !important;
}

.u-mr-40,
.u-mx-40 {
  margin-right: 2.5rem !important;
}

.u-mb-40,
.u-my-40 {
  margin-bottom: 2.5rem !important;
}

.u-ml-40,
.u-mx-40 {
  margin-left: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-40-sp {
    margin: 2.5rem !important;
  }
  .u-mt-40-sp,
  .u-my-40-sp {
    margin-top: 2.5rem !important;
  }
  .u-mr-40-sp,
  .u-mx-40-sp {
    margin-right: 2.5rem !important;
  }
  .u-mb-40-sp,
  .u-my-40-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-40-sp,
  .u-mx-40-sp {
    margin-left: 2.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-40-pc {
    margin: 2.5rem !important;
  }
  .u-mt-40-pc,
  .u-my-40-pc {
    margin-top: 2.5rem !important;
  }
  .u-mr-40-pc,
  .u-mx-40-pc {
    margin-right: 2.5rem !important;
  }
  .u-mb-40-pc,
  .u-my-40-pc {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-40-pc,
  .u-mx-40-pc {
    margin-left: 2.5rem !important;
  }
}
.u-m-48 {
  margin: 3rem !important;
}

.u-mt-48,
.u-my-48 {
  margin-top: 3rem !important;
}

.u-mr-48,
.u-mx-48 {
  margin-right: 3rem !important;
}

.u-mb-48,
.u-my-48 {
  margin-bottom: 3rem !important;
}

.u-ml-48,
.u-mx-48 {
  margin-left: 3rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-48-sp {
    margin: 3rem !important;
  }
  .u-mt-48-sp,
  .u-my-48-sp {
    margin-top: 3rem !important;
  }
  .u-mr-48-sp,
  .u-mx-48-sp {
    margin-right: 3rem !important;
  }
  .u-mb-48-sp,
  .u-my-48-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml-48-sp,
  .u-mx-48-sp {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-48-pc {
    margin: 3rem !important;
  }
  .u-mt-48-pc,
  .u-my-48-pc {
    margin-top: 3rem !important;
  }
  .u-mr-48-pc,
  .u-mx-48-pc {
    margin-right: 3rem !important;
  }
  .u-mb-48-pc,
  .u-my-48-pc {
    margin-bottom: 3rem !important;
  }
  .u-ml-48-pc,
  .u-mx-48-pc {
    margin-left: 3rem !important;
  }
}
.u-m-56 {
  margin: 3.5rem !important;
}

.u-mt-56,
.u-my-56 {
  margin-top: 3.5rem !important;
}

.u-mr-56,
.u-mx-56 {
  margin-right: 3.5rem !important;
}

.u-mb-56,
.u-my-56 {
  margin-bottom: 3.5rem !important;
}

.u-ml-56,
.u-mx-56 {
  margin-left: 3.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-56-sp {
    margin: 3.5rem !important;
  }
  .u-mt-56-sp,
  .u-my-56-sp {
    margin-top: 3.5rem !important;
  }
  .u-mr-56-sp,
  .u-mx-56-sp {
    margin-right: 3.5rem !important;
  }
  .u-mb-56-sp,
  .u-my-56-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-56-sp,
  .u-mx-56-sp {
    margin-left: 3.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-56-pc {
    margin: 3.5rem !important;
  }
  .u-mt-56-pc,
  .u-my-56-pc {
    margin-top: 3.5rem !important;
  }
  .u-mr-56-pc,
  .u-mx-56-pc {
    margin-right: 3.5rem !important;
  }
  .u-mb-56-pc,
  .u-my-56-pc {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-56-pc,
  .u-mx-56-pc {
    margin-left: 3.5rem !important;
  }
}
.u-m-60 {
  margin: 3.75rem !important;
}

.u-mt-60,
.u-my-60 {
  margin-top: 3.75rem !important;
}

.u-mr-60,
.u-mx-60 {
  margin-right: 3.75rem !important;
}

.u-mb-60,
.u-my-60 {
  margin-bottom: 3.75rem !important;
}

.u-ml-60,
.u-mx-60 {
  margin-left: 3.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-60-sp {
    margin: 3.75rem !important;
  }
  .u-mt-60-sp,
  .u-my-60-sp {
    margin-top: 3.75rem !important;
  }
  .u-mr-60-sp,
  .u-mx-60-sp {
    margin-right: 3.75rem !important;
  }
  .u-mb-60-sp,
  .u-my-60-sp {
    margin-bottom: 3.75rem !important;
  }
  .u-ml-60-sp,
  .u-mx-60-sp {
    margin-left: 3.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-60-pc {
    margin: 3.75rem !important;
  }
  .u-mt-60-pc,
  .u-my-60-pc {
    margin-top: 3.75rem !important;
  }
  .u-mr-60-pc,
  .u-mx-60-pc {
    margin-right: 3.75rem !important;
  }
  .u-mb-60-pc,
  .u-my-60-pc {
    margin-bottom: 3.75rem !important;
  }
  .u-ml-60-pc,
  .u-mx-60-pc {
    margin-left: 3.75rem !important;
  }
}
.u-m-80 {
  margin: 5rem !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 5rem !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 5rem !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 5rem !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 5rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-80-sp {
    margin: 5rem !important;
  }
  .u-mt-80-sp,
  .u-my-80-sp {
    margin-top: 5rem !important;
  }
  .u-mr-80-sp,
  .u-mx-80-sp {
    margin-right: 5rem !important;
  }
  .u-mb-80-sp,
  .u-my-80-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml-80-sp,
  .u-mx-80-sp {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-80-pc {
    margin: 5rem !important;
  }
  .u-mt-80-pc,
  .u-my-80-pc {
    margin-top: 5rem !important;
  }
  .u-mr-80-pc,
  .u-mx-80-pc {
    margin-right: 5rem !important;
  }
  .u-mb-80-pc,
  .u-my-80-pc {
    margin-bottom: 5rem !important;
  }
  .u-ml-80-pc,
  .u-mx-80-pc {
    margin-left: 5rem !important;
  }
}
.u-m-100 {
  margin: 6.25rem !important;
}

.u-mt-100,
.u-my-100 {
  margin-top: 6.25rem !important;
}

.u-mr-100,
.u-mx-100 {
  margin-right: 6.25rem !important;
}

.u-mb-100,
.u-my-100 {
  margin-bottom: 6.25rem !important;
}

.u-ml-100,
.u-mx-100 {
  margin-left: 6.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-100-sp {
    margin: 6.25rem !important;
  }
  .u-mt-100-sp,
  .u-my-100-sp {
    margin-top: 6.25rem !important;
  }
  .u-mr-100-sp,
  .u-mx-100-sp {
    margin-right: 6.25rem !important;
  }
  .u-mb-100-sp,
  .u-my-100-sp {
    margin-bottom: 6.25rem !important;
  }
  .u-ml-100-sp,
  .u-mx-100-sp {
    margin-left: 6.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-100-pc {
    margin: 6.25rem !important;
  }
  .u-mt-100-pc,
  .u-my-100-pc {
    margin-top: 6.25rem !important;
  }
  .u-mr-100-pc,
  .u-mx-100-pc {
    margin-right: 6.25rem !important;
  }
  .u-mb-100-pc,
  .u-my-100-pc {
    margin-bottom: 6.25rem !important;
  }
  .u-ml-100-pc,
  .u-mx-100-pc {
    margin-left: 6.25rem !important;
  }
}
.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-p-0-sp {
    padding: 0 !important;
  }
  .u-pt-0-sp,
  .u-py-0-sp {
    padding-top: 0 !important;
  }
  .u-pr-0-sp,
  .u-px-0-sp {
    padding-right: 0 !important;
  }
  .u-pb-0-sp,
  .u-py-0-sp {
    padding-bottom: 0 !important;
  }
  .u-pl-0-sp,
  .u-px-0-sp {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-0-pc {
    padding: 0 !important;
  }
  .u-pt-0-pc,
  .u-py-0-pc {
    padding-top: 0 !important;
  }
  .u-pr-0-pc,
  .u-px-0-pc {
    padding-right: 0 !important;
  }
  .u-pb-0-pc,
  .u-py-0-pc {
    padding-bottom: 0 !important;
  }
  .u-pl-0-pc,
  .u-px-0-pc {
    padding-left: 0 !important;
  }
}
.u-p-4 {
  padding: 0.25rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 0.25rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 0.25rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 0.25rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-4-sp {
    padding: 0.25rem !important;
  }
  .u-pt-4-sp,
  .u-py-4-sp {
    padding-top: 0.25rem !important;
  }
  .u-pr-4-sp,
  .u-px-4-sp {
    padding-right: 0.25rem !important;
  }
  .u-pb-4-sp,
  .u-py-4-sp {
    padding-bottom: 0.25rem !important;
  }
  .u-pl-4-sp,
  .u-px-4-sp {
    padding-left: 0.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-4-pc {
    padding: 0.25rem !important;
  }
  .u-pt-4-pc,
  .u-py-4-pc {
    padding-top: 0.25rem !important;
  }
  .u-pr-4-pc,
  .u-px-4-pc {
    padding-right: 0.25rem !important;
  }
  .u-pb-4-pc,
  .u-py-4-pc {
    padding-bottom: 0.25rem !important;
  }
  .u-pl-4-pc,
  .u-px-4-pc {
    padding-left: 0.25rem !important;
  }
}
.u-p-8 {
  padding: 0.5rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 0.5rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 0.5rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 0.5rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-8-sp {
    padding: 0.5rem !important;
  }
  .u-pt-8-sp,
  .u-py-8-sp {
    padding-top: 0.5rem !important;
  }
  .u-pr-8-sp,
  .u-px-8-sp {
    padding-right: 0.5rem !important;
  }
  .u-pb-8-sp,
  .u-py-8-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-8-sp,
  .u-px-8-sp {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-8-pc {
    padding: 0.5rem !important;
  }
  .u-pt-8-pc,
  .u-py-8-pc {
    padding-top: 0.5rem !important;
  }
  .u-pr-8-pc,
  .u-px-8-pc {
    padding-right: 0.5rem !important;
  }
  .u-pb-8-pc,
  .u-py-8-pc {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-8-pc,
  .u-px-8-pc {
    padding-left: 0.5rem !important;
  }
}
.u-p-12 {
  padding: 0.75rem !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 0.75rem !important;
}

.u-pr-12,
.u-px-12 {
  padding-right: 0.75rem !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 0.75rem !important;
}

.u-pl-12,
.u-px-12 {
  padding-left: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-12-sp {
    padding: 0.75rem !important;
  }
  .u-pt-12-sp,
  .u-py-12-sp {
    padding-top: 0.75rem !important;
  }
  .u-pr-12-sp,
  .u-px-12-sp {
    padding-right: 0.75rem !important;
  }
  .u-pb-12-sp,
  .u-py-12-sp {
    padding-bottom: 0.75rem !important;
  }
  .u-pl-12-sp,
  .u-px-12-sp {
    padding-left: 0.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-12-pc {
    padding: 0.75rem !important;
  }
  .u-pt-12-pc,
  .u-py-12-pc {
    padding-top: 0.75rem !important;
  }
  .u-pr-12-pc,
  .u-px-12-pc {
    padding-right: 0.75rem !important;
  }
  .u-pb-12-pc,
  .u-py-12-pc {
    padding-bottom: 0.75rem !important;
  }
  .u-pl-12-pc,
  .u-px-12-pc {
    padding-left: 0.75rem !important;
  }
}
.u-p-16 {
  padding: 1rem !important;
}

.u-pt-16,
.u-py-16 {
  padding-top: 1rem !important;
}

.u-pr-16,
.u-px-16 {
  padding-right: 1rem !important;
}

.u-pb-16,
.u-py-16 {
  padding-bottom: 1rem !important;
}

.u-pl-16,
.u-px-16 {
  padding-left: 1rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-16-sp {
    padding: 1rem !important;
  }
  .u-pt-16-sp,
  .u-py-16-sp {
    padding-top: 1rem !important;
  }
  .u-pr-16-sp,
  .u-px-16-sp {
    padding-right: 1rem !important;
  }
  .u-pb-16-sp,
  .u-py-16-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl-16-sp,
  .u-px-16-sp {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-16-pc {
    padding: 1rem !important;
  }
  .u-pt-16-pc,
  .u-py-16-pc {
    padding-top: 1rem !important;
  }
  .u-pr-16-pc,
  .u-px-16-pc {
    padding-right: 1rem !important;
  }
  .u-pb-16-pc,
  .u-py-16-pc {
    padding-bottom: 1rem !important;
  }
  .u-pl-16-pc,
  .u-px-16-pc {
    padding-left: 1rem !important;
  }
}
.u-p-20 {
  padding: 1.25rem !important;
}

.u-pt-20,
.u-py-20 {
  padding-top: 1.25rem !important;
}

.u-pr-20,
.u-px-20 {
  padding-right: 1.25rem !important;
}

.u-pb-20,
.u-py-20 {
  padding-bottom: 1.25rem !important;
}

.u-pl-20,
.u-px-20 {
  padding-left: 1.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-20-sp {
    padding: 1.25rem !important;
  }
  .u-pt-20-sp,
  .u-py-20-sp {
    padding-top: 1.25rem !important;
  }
  .u-pr-20-sp,
  .u-px-20-sp {
    padding-right: 1.25rem !important;
  }
  .u-pb-20-sp,
  .u-py-20-sp {
    padding-bottom: 1.25rem !important;
  }
  .u-pl-20-sp,
  .u-px-20-sp {
    padding-left: 1.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-20-pc {
    padding: 1.25rem !important;
  }
  .u-pt-20-pc,
  .u-py-20-pc {
    padding-top: 1.25rem !important;
  }
  .u-pr-20-pc,
  .u-px-20-pc {
    padding-right: 1.25rem !important;
  }
  .u-pb-20-pc,
  .u-py-20-pc {
    padding-bottom: 1.25rem !important;
  }
  .u-pl-20-pc,
  .u-px-20-pc {
    padding-left: 1.25rem !important;
  }
}
.u-p-24 {
  padding: 1.5rem !important;
}

.u-pt-24,
.u-py-24 {
  padding-top: 1.5rem !important;
}

.u-pr-24,
.u-px-24 {
  padding-right: 1.5rem !important;
}

.u-pb-24,
.u-py-24 {
  padding-bottom: 1.5rem !important;
}

.u-pl-24,
.u-px-24 {
  padding-left: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-24-sp {
    padding: 1.5rem !important;
  }
  .u-pt-24-sp,
  .u-py-24-sp {
    padding-top: 1.5rem !important;
  }
  .u-pr-24-sp,
  .u-px-24-sp {
    padding-right: 1.5rem !important;
  }
  .u-pb-24-sp,
  .u-py-24-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-24-sp,
  .u-px-24-sp {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-24-pc {
    padding: 1.5rem !important;
  }
  .u-pt-24-pc,
  .u-py-24-pc {
    padding-top: 1.5rem !important;
  }
  .u-pr-24-pc,
  .u-px-24-pc {
    padding-right: 1.5rem !important;
  }
  .u-pb-24-pc,
  .u-py-24-pc {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-24-pc,
  .u-px-24-pc {
    padding-left: 1.5rem !important;
  }
}
.u-p-28 {
  padding: 1.75rem !important;
}

.u-pt-28,
.u-py-28 {
  padding-top: 1.75rem !important;
}

.u-pr-28,
.u-px-28 {
  padding-right: 1.75rem !important;
}

.u-pb-28,
.u-py-28 {
  padding-bottom: 1.75rem !important;
}

.u-pl-28,
.u-px-28 {
  padding-left: 1.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-28-sp {
    padding: 1.75rem !important;
  }
  .u-pt-28-sp,
  .u-py-28-sp {
    padding-top: 1.75rem !important;
  }
  .u-pr-28-sp,
  .u-px-28-sp {
    padding-right: 1.75rem !important;
  }
  .u-pb-28-sp,
  .u-py-28-sp {
    padding-bottom: 1.75rem !important;
  }
  .u-pl-28-sp,
  .u-px-28-sp {
    padding-left: 1.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-28-pc {
    padding: 1.75rem !important;
  }
  .u-pt-28-pc,
  .u-py-28-pc {
    padding-top: 1.75rem !important;
  }
  .u-pr-28-pc,
  .u-px-28-pc {
    padding-right: 1.75rem !important;
  }
  .u-pb-28-pc,
  .u-py-28-pc {
    padding-bottom: 1.75rem !important;
  }
  .u-pl-28-pc,
  .u-px-28-pc {
    padding-left: 1.75rem !important;
  }
}
.u-p-32 {
  padding: 2rem !important;
}

.u-pt-32,
.u-py-32 {
  padding-top: 2rem !important;
}

.u-pr-32,
.u-px-32 {
  padding-right: 2rem !important;
}

.u-pb-32,
.u-py-32 {
  padding-bottom: 2rem !important;
}

.u-pl-32,
.u-px-32 {
  padding-left: 2rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-32-sp {
    padding: 2rem !important;
  }
  .u-pt-32-sp,
  .u-py-32-sp {
    padding-top: 2rem !important;
  }
  .u-pr-32-sp,
  .u-px-32-sp {
    padding-right: 2rem !important;
  }
  .u-pb-32-sp,
  .u-py-32-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl-32-sp,
  .u-px-32-sp {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-32-pc {
    padding: 2rem !important;
  }
  .u-pt-32-pc,
  .u-py-32-pc {
    padding-top: 2rem !important;
  }
  .u-pr-32-pc,
  .u-px-32-pc {
    padding-right: 2rem !important;
  }
  .u-pb-32-pc,
  .u-py-32-pc {
    padding-bottom: 2rem !important;
  }
  .u-pl-32-pc,
  .u-px-32-pc {
    padding-left: 2rem !important;
  }
}
.u-p-36 {
  padding: 2.25rem !important;
}

.u-pt-36,
.u-py-36 {
  padding-top: 2.25rem !important;
}

.u-pr-36,
.u-px-36 {
  padding-right: 2.25rem !important;
}

.u-pb-36,
.u-py-36 {
  padding-bottom: 2.25rem !important;
}

.u-pl-36,
.u-px-36 {
  padding-left: 2.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-36-sp {
    padding: 2.25rem !important;
  }
  .u-pt-36-sp,
  .u-py-36-sp {
    padding-top: 2.25rem !important;
  }
  .u-pr-36-sp,
  .u-px-36-sp {
    padding-right: 2.25rem !important;
  }
  .u-pb-36-sp,
  .u-py-36-sp {
    padding-bottom: 2.25rem !important;
  }
  .u-pl-36-sp,
  .u-px-36-sp {
    padding-left: 2.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-36-pc {
    padding: 2.25rem !important;
  }
  .u-pt-36-pc,
  .u-py-36-pc {
    padding-top: 2.25rem !important;
  }
  .u-pr-36-pc,
  .u-px-36-pc {
    padding-right: 2.25rem !important;
  }
  .u-pb-36-pc,
  .u-py-36-pc {
    padding-bottom: 2.25rem !important;
  }
  .u-pl-36-pc,
  .u-px-36-pc {
    padding-left: 2.25rem !important;
  }
}
.u-p-40 {
  padding: 2.5rem !important;
}

.u-pt-40,
.u-py-40 {
  padding-top: 2.5rem !important;
}

.u-pr-40,
.u-px-40 {
  padding-right: 2.5rem !important;
}

.u-pb-40,
.u-py-40 {
  padding-bottom: 2.5rem !important;
}

.u-pl-40,
.u-px-40 {
  padding-left: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-40-sp {
    padding: 2.5rem !important;
  }
  .u-pt-40-sp,
  .u-py-40-sp {
    padding-top: 2.5rem !important;
  }
  .u-pr-40-sp,
  .u-px-40-sp {
    padding-right: 2.5rem !important;
  }
  .u-pb-40-sp,
  .u-py-40-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-40-sp,
  .u-px-40-sp {
    padding-left: 2.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-40-pc {
    padding: 2.5rem !important;
  }
  .u-pt-40-pc,
  .u-py-40-pc {
    padding-top: 2.5rem !important;
  }
  .u-pr-40-pc,
  .u-px-40-pc {
    padding-right: 2.5rem !important;
  }
  .u-pb-40-pc,
  .u-py-40-pc {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-40-pc,
  .u-px-40-pc {
    padding-left: 2.5rem !important;
  }
}
.u-p-48 {
  padding: 3rem !important;
}

.u-pt-48,
.u-py-48 {
  padding-top: 3rem !important;
}

.u-pr-48,
.u-px-48 {
  padding-right: 3rem !important;
}

.u-pb-48,
.u-py-48 {
  padding-bottom: 3rem !important;
}

.u-pl-48,
.u-px-48 {
  padding-left: 3rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-48-sp {
    padding: 3rem !important;
  }
  .u-pt-48-sp,
  .u-py-48-sp {
    padding-top: 3rem !important;
  }
  .u-pr-48-sp,
  .u-px-48-sp {
    padding-right: 3rem !important;
  }
  .u-pb-48-sp,
  .u-py-48-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl-48-sp,
  .u-px-48-sp {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-48-pc {
    padding: 3rem !important;
  }
  .u-pt-48-pc,
  .u-py-48-pc {
    padding-top: 3rem !important;
  }
  .u-pr-48-pc,
  .u-px-48-pc {
    padding-right: 3rem !important;
  }
  .u-pb-48-pc,
  .u-py-48-pc {
    padding-bottom: 3rem !important;
  }
  .u-pl-48-pc,
  .u-px-48-pc {
    padding-left: 3rem !important;
  }
}
.u-p-56 {
  padding: 3.5rem !important;
}

.u-pt-56,
.u-py-56 {
  padding-top: 3.5rem !important;
}

.u-pr-56,
.u-px-56 {
  padding-right: 3.5rem !important;
}

.u-pb-56,
.u-py-56 {
  padding-bottom: 3.5rem !important;
}

.u-pl-56,
.u-px-56 {
  padding-left: 3.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-56-sp {
    padding: 3.5rem !important;
  }
  .u-pt-56-sp,
  .u-py-56-sp {
    padding-top: 3.5rem !important;
  }
  .u-pr-56-sp,
  .u-px-56-sp {
    padding-right: 3.5rem !important;
  }
  .u-pb-56-sp,
  .u-py-56-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-56-sp,
  .u-px-56-sp {
    padding-left: 3.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-56-pc {
    padding: 3.5rem !important;
  }
  .u-pt-56-pc,
  .u-py-56-pc {
    padding-top: 3.5rem !important;
  }
  .u-pr-56-pc,
  .u-px-56-pc {
    padding-right: 3.5rem !important;
  }
  .u-pb-56-pc,
  .u-py-56-pc {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-56-pc,
  .u-px-56-pc {
    padding-left: 3.5rem !important;
  }
}
.u-p-60 {
  padding: 3.75rem !important;
}

.u-pt-60,
.u-py-60 {
  padding-top: 3.75rem !important;
}

.u-pr-60,
.u-px-60 {
  padding-right: 3.75rem !important;
}

.u-pb-60,
.u-py-60 {
  padding-bottom: 3.75rem !important;
}

.u-pl-60,
.u-px-60 {
  padding-left: 3.75rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-60-sp {
    padding: 3.75rem !important;
  }
  .u-pt-60-sp,
  .u-py-60-sp {
    padding-top: 3.75rem !important;
  }
  .u-pr-60-sp,
  .u-px-60-sp {
    padding-right: 3.75rem !important;
  }
  .u-pb-60-sp,
  .u-py-60-sp {
    padding-bottom: 3.75rem !important;
  }
  .u-pl-60-sp,
  .u-px-60-sp {
    padding-left: 3.75rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-60-pc {
    padding: 3.75rem !important;
  }
  .u-pt-60-pc,
  .u-py-60-pc {
    padding-top: 3.75rem !important;
  }
  .u-pr-60-pc,
  .u-px-60-pc {
    padding-right: 3.75rem !important;
  }
  .u-pb-60-pc,
  .u-py-60-pc {
    padding-bottom: 3.75rem !important;
  }
  .u-pl-60-pc,
  .u-px-60-pc {
    padding-left: 3.75rem !important;
  }
}
.u-p-80 {
  padding: 5rem !important;
}

.u-pt-80,
.u-py-80 {
  padding-top: 5rem !important;
}

.u-pr-80,
.u-px-80 {
  padding-right: 5rem !important;
}

.u-pb-80,
.u-py-80 {
  padding-bottom: 5rem !important;
}

.u-pl-80,
.u-px-80 {
  padding-left: 5rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-80-sp {
    padding: 5rem !important;
  }
  .u-pt-80-sp,
  .u-py-80-sp {
    padding-top: 5rem !important;
  }
  .u-pr-80-sp,
  .u-px-80-sp {
    padding-right: 5rem !important;
  }
  .u-pb-80-sp,
  .u-py-80-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl-80-sp,
  .u-px-80-sp {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-80-pc {
    padding: 5rem !important;
  }
  .u-pt-80-pc,
  .u-py-80-pc {
    padding-top: 5rem !important;
  }
  .u-pr-80-pc,
  .u-px-80-pc {
    padding-right: 5rem !important;
  }
  .u-pb-80-pc,
  .u-py-80-pc {
    padding-bottom: 5rem !important;
  }
  .u-pl-80-pc,
  .u-px-80-pc {
    padding-left: 5rem !important;
  }
}
.u-p-100 {
  padding: 6.25rem !important;
}

.u-pt-100,
.u-py-100 {
  padding-top: 6.25rem !important;
}

.u-pr-100,
.u-px-100 {
  padding-right: 6.25rem !important;
}

.u-pb-100,
.u-py-100 {
  padding-bottom: 6.25rem !important;
}

.u-pl-100,
.u-px-100 {
  padding-left: 6.25rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-100-sp {
    padding: 6.25rem !important;
  }
  .u-pt-100-sp,
  .u-py-100-sp {
    padding-top: 6.25rem !important;
  }
  .u-pr-100-sp,
  .u-px-100-sp {
    padding-right: 6.25rem !important;
  }
  .u-pb-100-sp,
  .u-py-100-sp {
    padding-bottom: 6.25rem !important;
  }
  .u-pl-100-sp,
  .u-px-100-sp {
    padding-left: 6.25rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-p-100-pc {
    padding: 6.25rem !important;
  }
  .u-pt-100-pc,
  .u-py-100-pc {
    padding-top: 6.25rem !important;
  }
  .u-pr-100-pc,
  .u-px-100-pc {
    padding-right: 6.25rem !important;
  }
  .u-pb-100-pc,
  .u-py-100-pc {
    padding-bottom: 6.25rem !important;
  }
  .u-pl-100-pc,
  .u-px-100-pc {
    padding-left: 6.25rem !important;
  }
}
.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-bold {
  font-weight: 700;
}
/*# sourceMappingURL=styles.css.map */
