@charset "UTF-8";
:root {
  --header-height: 8rem;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 7.3rem;
  }
}

*, *::after, *::before {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font: normal normal 400 100%/1 "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}
html.is-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: calc(10 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  min-height: 100vh;
}
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  a[href*="tel:"] {
    pointer-events: none;
  }
  a:hover {
    text-decoration: none;
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

span,
small {
  font: inherit;
  color: inherit;
}

picture {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: inherit;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, svg {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
}

button, input, optgroup, select, textarea {
  font: normal normal 400 100%/1 "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #A8A8A8;
}

::-moz-placeholder {
  color: #A8A8A8;
}

:-ms-input-placeholder {
  color: #A8A8A8;
}

::-ms-input-placeholder {
  color: #A8A8A8;
}

::placeholder {
  color: #A8A8A8;
}

select:invalid {
  color: #A8A8A8;
}

button, input {
  overflow: visible;
}
button[disabled], input[disabled] {
  cursor: not-allowed;
}

button, select {
  text-transform: none;
}

button {
  text-align: left;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

textarea {
  display: block;
  resize: none;
  field-sizing: content;
  overflow: auto;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
  position: absolute;
  visibility: hidden;
  width: 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

ul, ol {
  list-style: none;
}

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

th, td {
  background-clip: padding-box;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--header-height);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header .inner {
    height: 5rem;
    padding: 0 1.6rem 0 1.5rem;
  }
}
.l-header .logo {
  position: relative;
  z-index: 1;
  height: 100%;
  pointer-events: all;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding-left: 2rem;
    background-color: transparent;
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header .logo {
    padding-left: 0;
  }
}
.l-header .logo_link {
  width: 27rem;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.l-header .logo_link object {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header .logo_link {
    width: 21rem;
    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;
  }
}
.l-header .logo_link:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .l-header .logo_link:hover {
    opacity: 0.6;
  }
}
.l-header .gnav {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav {
    position: fixed;
    top: 0;
    left: 0;
    padding-block: 14rem 6.7rem;
    width: 100%;
    background: #11C4CA;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav.is-open {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) {
  .l-header .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .l-header .gnav_list_item {
    height: 100%;
  }
  .l-header .gnav_list_item:first-child .gnav_list_link {
    padding-left: 4rem;
  }
  .l-header .gnav_list_item:last-child .gnav_list_link {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav_list_item:nth-child(n+2) {
    margin-top: 3.6rem;
  }
}
.l-header .gnav_list_link {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header .gnav_list_link.tba {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .l-header .gnav_list_link {
    display: -ms-grid;
    display: grid;
    place-content: center;
    padding-inline: 1.8rem;
    height: 100%;
  }
}
.l-header .gnav_list_link:focus-visible {
  color: #003DAA;
}
@media (any-hover: hover) {
  .l-header .gnav_list_link:hover {
    color: #003DAA;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav_list_link {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav_list_en {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    color: #003DAA;
    display: block;
    text-transform: uppercase;
  }
}
.l-header .gnav .sign-btn {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-header .gnav .sign-btn {
    width: 22rem;
    margin: 5rem auto 0;
  }
}
.l-header .gnav .sign-btn a {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #003DAA;
  background: #FFEB00;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  padding-right: 2rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .gnav .sign-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  translate: 0 -50%;
  width: 2.4rem;
  height: 2.4rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="translate(0.385 -0.063)"><circle cx="12" cy="12" r="12" transform="translate(-0.385 0.063)" fill="%23FFEB00"/><path d="M-1074.841,53.067l-5.6-7.467a1,1,0,0,1,.2-1.4,1,1,0,0,1,1.4.2l4,5.333,4-5.333a1,1,0,0,1,1.4-.2,1,1,0,0,1,.2,1.4Z" transform="translate(1086.256 -35.737)" fill="%23003daa"/></g></svg>') center/contain no-repeat;
}
.l-header .gnav .sign-btn a:hover {
  background: #003DAA;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header .gnav .sign-btn a {
    padding: 0.5rem;
    border-radius: 3rem;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 900;
  }
}
.l-header .menu-btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  row-gap: 0.6rem;
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 100%;
  border-radius: 50%;
  background: #003DAA;
  pointer-events: all;
}
.l-header .menu-btn.is-active .menu-btn_line:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
          transform: translateY(0.8rem) rotate(45deg);
}
.l-header .menu-btn.is-active .menu-btn_line:nth-child(2) {
  opacity: 0;
  z-index: -1;
}
.l-header .menu-btn.is-active .menu-btn_line:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
          transform: translateY(-0.8rem) rotate(-45deg);
}
.l-header .menu-btn_line {
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.l-main {
  background: #11C4CA;
}

.l-footer {
  padding-block: 15rem 8rem;
  background: linear-gradient(-34deg, #4d9fff 0%, #003daa 100%);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 8rem 6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .c-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 8.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .hgroup {
    width: 100%;
  }
}
.l-footer .hgroup_logo {
  margin-inline: auto;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_logo {
    width: 11rem;
  }
}
.l-footer .hgroup_ttl {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_ttl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-top: 2.5rem;
  }
}
.l-footer .hgroup_ttl_sml {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_ttl_sml {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    margin-top: 1rem;
  }
}
.l-footer .hgroup_txt {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 2.3rem;
  }
}
.l-footer .hgroup_btn {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_btn {
    margin-top: 4rem;
  }
}
.l-footer .hgroup_btn_link {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #003DAA;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
  margin-inline: auto;
  width: 30rem;
  height: 5rem;
  border-radius: 3rem;
  background: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_btn_link {
    font-size: 1.5rem;
    line-height: 2.4;
    padding-right: 2.1rem;
    width: 22rem;
    height: 4.4rem;
  }
}
.l-footer .hgroup_btn_link:focus-visible {
  color: #fff;
  background: #0D7CEA;
}
.l-footer .hgroup_btn_link:focus-visible .hgroup_btn_icn {
  fill: #fff;
}
@media (any-hover: hover) {
  .l-footer .hgroup_btn_link:hover {
    color: #fff;
    background: #0D7CEA;
  }
  .l-footer .hgroup_btn_link:hover .hgroup_btn_icn {
    fill: #fff;
  }
}
.l-footer .hgroup_btn_icn {
  position: absolute;
  top: 50%;
  right: 3rem;
  translate: 0 -50%;
  width: 1.4rem;
  fill: #003DAA;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .hgroup_btn_icn {
    right: 2.4rem;
    width: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .address {
    text-align: center;
    margin-top: 6rem;
  }
}
.l-footer .address_company {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer .address_company {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-footer .address_txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #fff;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer .address_txt {
    line-height: 1.7142857143;
    margin-top: 1rem;
  }
}
.l-footer .other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer .other_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
.l-footer .other_list_item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #fff;
}
.l-footer .other_list_item:nth-child(n+2) {
  position: relative;
  padding-left: 3em;
}
.l-footer .other_list_item:nth-child(n+2)::before {
  content: "｜";
  position: absolute;
  top: 0;
  left: 1em;
}
.l-footer .other_list_link {
  font: inherit;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer .other_list_link:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .l-footer .other_list_link:hover {
    opacity: 0.6;
  }
}
.l-footer .other_copy {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #fff;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .other_copy {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    text-align: center;
    margin-top: 1.8rem;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.js-acd_cont,
.js-acd-detail_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}
.js-acd_cont_inner,
.js-acd-detail_cont_inner {
  overflow: hidden;
}
.js-acd_cont._st-show,
.js-acd-detail_cont._st-show {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.js-acd.is-open .js-acd_cont,
.js-acd-detail.is-open .js-acd_cont {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.js-acd.is-detail-open .js-acd-detail_cont,
.js-acd-detail.is-detail-open .js-acd-detail_cont {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.js-acd.is-detail-open .js-acd-detail_cont._st-show,
.js-acd-detail.is-detail-open .js-acd-detail_cont._st-show {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.c-wrap {
  margin-inline: auto;
  width: calc(335 / 375 * 100%);
  max-width: 108rem;
}

.c-hgroup {
  text-align: center;
}
.c-hgroup_en {
  font-size: 6rem;
  line-height: 0.76;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #003DAA;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-hgroup_en {
    font-size: 4rem;
  }
}
.c-hgroup_en._lg {
  font-size: 5rem;
  line-height: 0.912;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-hgroup_en._lg {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.c-hgroup_en._sl {
  font-size: 4.4rem;
  line-height: 1.0363636364;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-hgroup_en._sl {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.c-hgroup_jp {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 700;
  background: #003DAA;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.7rem auto 0;
  padding: 0 1.2rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-hgroup_jp {
    font-size: 1.6rem;
    line-height: 1.3125;
    padding: 0 0.8rem 0.2rem;
    margin-top: 0.8rem;
  }
}
.c-hgroup_ps {
  font-size: 1.4rem;
  line-height: 2.3571428571;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-hgroup_ps {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.p-kv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kv {
    height: 70rem;
    overflow: hidden;
  }
}
.p-kv .kv-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-wrap {
    height: 70rem;
  }
}
.p-kv .kv-wrap_bg {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-wrap_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-kv .kv-wrap .overlay {
  position: absolute;
  inset: 0;
  background: #00a291;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.p-kv .kv-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.p-kv .kv-content_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-kv .kv-content_wrap .ttl {
  position: absolute;
  top: 49.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 29.8611111111vw;
  z-index: 1;
}
.p-kv .kv-content_wrap .ttl object {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-content_wrap .ttl {
    width: 21rem;
  }
}
.p-kv .kv-content_wrap .txt {
  position: absolute;
  bottom: calc(0% + 1.5972222222vw);
  right: 8.3333333333vw;
  z-index: 1;
  width: 83.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-content_wrap .txt {
    width: 33.5rem;
    left: 2rem;
    bottom: 2.5rem;
  }
}
.p-kv .kv-content_wrap .kv_icon01,
.p-kv .kv-content_wrap .kv_icon02,
.p-kv .kv-content_wrap .kv_icon03 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, transform 0.8s ease;
  transition: opacity 1s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.p-kv .kv-content_wrap .kv_icon01.is-show,
.p-kv .kv-content_wrap .kv_icon02.is-show,
.p-kv .kv-content_wrap .kv_icon03.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-kv .kv-content_wrap .kv_icon01 {
  position: absolute;
  width: 21.7361111111vw;
  top: 7.0833333333vw;
  left: 6.3194444444vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-content_wrap .kv_icon01 {
    width: 13.54rem;
    left: 2rem;
    top: 6.5rem;
  }
}
.p-kv .kv-content_wrap .kv_icon02 {
  position: absolute;
  width: 21.875vw;
  top: 7.5694444444vw;
  right: 4.5833333333vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-content_wrap .kv_icon02 {
    width: 15.97rem;
    right: 1.5rem;
    top: 7.5rem;
  }
}
.p-kv .kv-content_wrap .kv_icon03 {
  position: absolute;
  width: 86.4583333333vw;
  bottom: 8.8541666667vw;
  left: 4.4444444444vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kv .kv-content_wrap .kv_icon03 {
    width: 34rem;
    bottom: 12.3rem;
    left: 2rem;
  }
}

.p-intro {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-block: 3.8rem 14rem;
  }
}
.p-intro .wrap {
  padding: 9rem 0rem 51rem;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap {
    padding: 7rem 2.5rem 30rem;
  }
}
.p-intro .wrap::before, .p-intro .wrap::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(25.62%, rgba(179, 236, 238, 0.61)), to(rgba(17, 196, 202, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(179, 236, 238, 0.61) 25.62%, rgba(17, 196, 202, 0) 100%);
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.p-intro .wrap::before {
  width: 55.4rem;
  height: 55.4rem;
  bottom: 1rem;
  left: -18rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap::before {
    width: 15.4rem;
    height: 15.4rem;
    left: auto;
    right: 6.2rem;
    bottom: auto;
    top: 5rem;
  }
}
.p-intro .wrap::after {
  width: 31rem;
  height: 31rem;
  bottom: 15rem;
  right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap::after {
    width: 21.18rem;
    height: 21.18rem;
    right: auto;
    left: 5.67rem;
    bottom: auto;
    top: 41.5%;
  }
}
.p-intro .wrap .intro_img {
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
}
.p-intro .wrap .intro_img._01 {
  width: 26rem;
  top: 9rem;
  left: 12rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._01 {
    width: 13.8rem;
    height: 13.8rem;
    top: 0;
    left: -3.5rem;
  }
}
.p-intro .wrap .intro_img._02 {
  width: 43rem;
  top: 23rem;
  right: -7rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._02 {
    width: 22.83rem;
    height: 22.83rem;
    top: 7.7rem;
    right: -6.5rem;
  }
}
.p-intro .wrap .intro_img._03 {
  width: 20rem;
  top: 61rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._03 {
    width: 10.62rem;
    height: 10.62rem;
    top: 48.5%;
    left: -1rem;
  }
}
.p-intro .wrap .intro_img._04 {
  width: 20rem;
  top: 87rem;
  right: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._04 {
    width: 10.62rem;
    height: 10.62rem;
    right: -2rem;
    top: auto;
    bottom: 16rem;
  }
}
.p-intro .wrap .intro_img._05 {
  width: 32rem;
  bottom: 13rem;
  left: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._05 {
    width: 17rem;
    height: 17rem;
    left: 9rem;
    bottom: -1rem;
  }
}
.p-intro .wrap .intro_img._06 {
  width: 18rem;
  bottom: 7.5rem;
  right: 29.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro .wrap .intro_img._06 {
    width: 9.56rem;
    height: 9.56rem;
    bottom: auto;
    top: 60.5%;
    right: 3.9rem;
  }
}
.p-intro_group {
  max-width: 64rem;
  margin: 0 auto;
  padding-top: 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro_group {
    padding-top: 13rem;
  }
}
.p-intro_group::before, .p-intro_group::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(25.62%, rgba(179, 236, 238, 0.61)), to(rgba(17, 196, 202, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(179, 236, 238, 0.61) 25.62%, rgba(17, 196, 202, 0) 100%);
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.p-intro_group::before {
  width: 39.9rem;
  height: 39.9rem;
  top: 31rem;
  left: -22rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group::before {
    width: 29.416rem;
    height: 29.416rem;
    top: auto;
    bottom: -37.5rem;
    left: -17.5rem;
  }
}
.p-intro_group::after {
  width: 29rem;
  height: 29rem;
  top: 9rem;
  right: -23rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group::after {
    width: 16.46rem;
    height: 16.46rem;
    right: -9rem;
    top: auto;
    bottom: 23%;
  }
}
.p-intro_group_logo {
  width: 60rem;
  margin: 0 auto;
}
.p-intro_group_logo object {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro_group_logo {
    width: 31rem;
  }
}
.p-intro_group_ttl {
  font-size: 3.6rem;
  line-height: 1.5555555556;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group_ttl {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin-top: 7rem;
  }
}
.p-intro_group_ttl .u-text-color-blue {
  font-size: 4.4rem;
  line-height: 1.2727272727;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-intro_group_ttl .u-text-color-blue {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.p-intro_group_txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 2.5rem;
  }
}
.p-intro_group .intro_overview {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview {
    padding: 0 0.5rem;
    margin-top: 14rem;
  }
}
.p-intro_group .intro_overview_ttl {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 20rem;
  background: #003DAA;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0.7rem 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview_ttl {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.08em;
    width: 12rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.p-intro_group .intro_overview_dlist {
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview_dlist {
    border-radius: 1.5rem;
  }
}
.p-intro_group .intro_overview_dlist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: solid 1px #003DAA;
  padding: 1.1rem 3rem 1.35rem;
}
.p-intro_group .intro_overview_dlist_item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview_dlist_item {
    padding: 0.7rem 0.3rem 0.7rem 1.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5rem;
  }
}
.p-intro_group .intro_overview_dlist_item dt {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #003DAA;
  margin-right: 3rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview_dlist_item dt {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    margin-right: 1.4rem;
  }
}
.p-intro_group .intro_overview_dlist_item dd {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro_group .intro_overview_dlist_item dd {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}

.p-exhibition {
  padding-block: 20.5rem 16rem;
  background: url(../img/bg_circle.png) center top/138.8888888889vw auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-exhibition {
    padding-block: 10rem 7.5rem;
  }
}
.p-exhibition .c-wrap {
  max-width: 120rem;
}
.p-exhibition .c-hgroup_jp {
  padding: 0 3rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .c-hgroup_jp {
    padding: 0 2rem 0.2rem;
  }
}
.p-exhibition .read-txt {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .read-txt {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.p-exhibition .area-group {
  margin-top: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group {
    margin-top: 5rem;
  }
}
.p-exhibition .area-group .area-box.-area01 .area-box_numb {
  background: #003DAA;
}
.p-exhibition .area-group .area-box.-area01 .content_txt .ttl {
  color: #003DAA;
}
.p-exhibition .area-group .area-box.-area01 .splide__slide_wrap {
  background: #C6D4ED;
}
.p-exhibition .area-group .area-box.-area01 .splide__slide_wrap .ttl {
  color: #003DAA;
}
.p-exhibition .area-group .area-box.-area02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box.-area02 {
    margin-top: 3rem;
  }
}
.p-exhibition .area-group .area-box.-area02 .area-box_numb {
  background: #1A9115;
}
.p-exhibition .area-group .area-box.-area02 .content_txt .ttl {
  color: #1A9115;
}
.p-exhibition .area-group .area-box.-area02 .splide__slide_wrap {
  background: #C7EDC6;
}
.p-exhibition .area-group .area-box.-area02 .splide__slide_wrap .ttl {
  color: #1A9115;
}
.p-exhibition .area-group .area-box.-area03 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box.-area03 {
    margin-top: 3rem;
  }
}
.p-exhibition .area-group .area-box.-area03 .area-box_numb {
  background: #7A1093;
}
.p-exhibition .area-group .area-box.-area03 .content_txt .ttl {
  color: #7A1093;
}
.p-exhibition .area-group .area-box.-area03 .splide__slide_wrap {
  background: #EAD1F0;
}
.p-exhibition .area-group .area-box.-area03 .splide__slide_wrap .ttl {
  color: #7A1093;
}
.p-exhibition .area-group .area-box_numb {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 0.7rem 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box_numb {
    font-size: 1.8rem;
    border-radius: 1rem 1rem 0 0;
    padding: 0.7rem 1.4rem 0.4rem;
  }
}
.p-exhibition .area-group .area-box_numb::before {
  content: "";
  width: 2.2rem;
  height: 2.854rem;
  background: url(../img/icon_areapin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.8rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box_numb::before {
    width: 1.6rem;
    height: 2.076rem;
    margin-right: 0.6rem;
    top: 0.1rem;
  }
}
.p-exhibition .area-group .area-box .content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0 4rem 4rem;
  border-radius: 0 2rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content {
    padding: 2.6rem 2rem 12rem;
    border-radius: 0 1.5rem 1.5rem 1.5rem;
    display: block;
    overflow: hidden;
  }
}
.p-exhibition .area-group .area-box .content_txt {
  width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content_txt {
    width: 100%;
  }
}
.p-exhibition .area-group .area-box .content_txt .ttl {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content_txt .ttl {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.p-exhibition .area-group .area-box .content_txt .icon {
  width: 21.422rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content_txt .icon {
    width: 21.03rem;
    margin-top: 1rem;
  }
}
.p-exhibition .area-group .area-box .content_txt .txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content_txt .txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-exhibition .area-group .area-box .content .splide {
  width: 69.9rem;
  margin-top: -1.3rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide {
    width: 107%;
    margin-top: 1rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide {
  width: 25rem;
  position: relative;
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide {
    width: 21.575rem;
    padding-top: 1.9rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide_wrap {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide_wrap {
    border-radius: 1.5rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide .icon-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: -1.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide .icon-list {
    right: -1.2rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide .icon-list_item {
  background: #FFEB00;
  color: #003DAA;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 700;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide .icon-list_item {
    width: 5.523rem;
    height: 5.523rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide figure {
  width: 100%;
}
.p-exhibition .area-group .area-box .content .splide__slide figure img {
  width: 100%;
  height: 18.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide figure img {
    height: 16rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide__txt {
  width: 100%;
  padding: 1rem 1.3rem 2rem 1.6rem;
  min-height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide__txt {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    min-height: 7rem;
    padding: 1rem 1.4rem 1.5rem;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide__txt .txt {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide__txt .txt {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide__txt .ttl {
  font-size: 1.7rem;
  line-height: 1.0588235294;
  font-weight: 700;
  margin-top: 0.3rem;
}
.p-exhibition .area-group .area-box .content .splide__slide__txt .ttl.-small {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide__txt .ttl {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-top: 0.8rem;
  }
  .p-exhibition .area-group .area-box .content .splide__slide__txt .ttl.-small {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.p-exhibition .area-group .area-box .content .splide__slide__txt .sbttl {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 700;
  margin-top: 0.2rem;
}
.p-exhibition .area-group .area-box .content .splide__slide__txt .sbttl._lg {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: -0.013em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide__slide__txt .sbttl {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-top: 0.4rem;
  }
}
.p-exhibition .area-group .area-box .content .splide .splide__arrows {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  right: 3.5rem;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide .splide__arrows {
    right: 2.5rem;
    bottom: -8.2rem;
    gap: 1.8rem;
  }
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow {
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  border: solid 2px #003DAA;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide .splide__arrow {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exhibition .area-group .area-box .content .splide .splide__arrow::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow svg {
  display: none;
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow--prev::before {
  left: -0.3rem;
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow--next::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: -0.3rem;
}
.p-exhibition .area-group .area-box .content .splide .splide__arrow:hover {
  opacity: 0.7;
}

.p-featured {
  padding-block: 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-featured {
    padding-block: 0 9.5rem;
  }
}
.p-featured .c-wrap {
  max-width: 120rem;
}
.p-featured .featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem 1.75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list {
    gap: 2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
}
.p-featured .featured-list_item {
  width: 23.6666%;
  background: #fff;
  border-radius: 2rem;
  padding: 0.8rem 0 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item {
    border-radius: 1.5rem;
    width: 48%;
    padding: 0.45rem 0 2rem;
  }
}
.p-featured .featured-list_item_logo {
  width: 15rem;
  height: 3.8rem;
  margin: 0 auto 0.8rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_logo {
    width: 7.9rem;
    margin: 0 auto 0.5rem;
  }
}
.p-featured .featured-list_item_pic {
  width: 100%;
}
.p-featured .featured-list_item_pic img {
  width: 100%;
  height: 17.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_pic img {
    height: 9.7rem;
  }
}
.p-featured .featured-list_item_txt {
  padding: 1.6rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt {
    padding: 1rem 1rem 0;
  }
}
.p-featured .featured-list_item_txt .area {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt .area {
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.4rem 0.5rem;
  }
}
.p-featured .featured-list_item_txt .area.-blue {
  background: #003DAA;
}
.p-featured .featured-list_item_txt .area.-green {
  background: #1A9115;
}
.p-featured .featured-list_item_txt .area.-purple {
  background: #7A1093;
}
.p-featured .featured-list_item_txt .ttl {
  margin-top: 1rem;
}
.p-featured .featured-list_item_txt .ttl .subttl {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  letter-spacing: -0.012em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt .ttl .subttl {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}
.p-featured .featured-list_item_txt .ttl .color-ttl {
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 700;
  display: block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt .ttl .color-ttl {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.p-featured .featured-list_item_txt .ttl .cmp-name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt .ttl .cmp-name {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-featured .featured-list_item_txt .txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-featured .featured-list_item_txt .txt {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}

.p-seminar {
  padding-block: 21rem 18rem;
  background: url(../img/bg_circle.png) center top/138.8888888889vw auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-seminar {
    padding-block: 10rem 9.5rem;
  }
}
.p-seminar .c-wrap {
  max-width: 120rem;
}
.p-seminar .read-txt {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .read-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 3.2rem;
  }
}
.p-seminar .p-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column {
    display: block;
    margin-top: 5rem;
  }
}
.p-seminar .p-column_box {
  width: 57rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box {
    width: 100%;
    margin-top: 5rem;
  }
  .p-seminar .p-column_box:first-child {
    margin-top: 0;
  }
}
.p-seminar .p-column_box .date-area {
  width: 100%;
  background: #FFEB00;
  text-align: center;
  padding: 1rem 0 2rem;
  margin-bottom: 3rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .date-area {
    border-radius: 1.5rem 1.5rem 0 0;
    margin-bottom: 2rem;
    padding: 0.7rem 0 0.8rem;
  }
}
.p-seminar .p-column_box .date-area .date {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #003DAA;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .date-area .date {
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.p-seminar .p-column_box .date-area .date .week {
  font-size: 4rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .date-area .date .week {
    font-size: 2.6rem;
    line-height: 1.1923076923;
  }
}
.p-seminar .p-column_box .date-area .txt {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #003DAA;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .date-area .txt {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
.p-seminar .p-column_box .seminar-item {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item {
    margin-bottom: 2rem;
  }
}
.p-seminar .p-column_box .seminar-item:last-child {
  margin-bottom: 0;
}
.p-seminar .p-column_box .seminar-item:last-child .content {
  height: 39.4rem;
  max-height: 39.4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item:last-child .content {
    max-height: none;
    height: 100%;
  }
}
.p-seminar .p-column_box .seminar-item_head {
  width: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item_head {
    width: 23rem;
  }
}
.p-seminar .p-column_box .seminar-item_head .time {
  width: 22rem;
  background: #fff;
  color: #003DAA;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  border-radius: 1.5rem 0 0 0;
  text-align: center;
  padding-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item_head .time {
    width: 15rem;
    font-size: 2rem;
    line-height: 0.75;
    border-radius: 1rem 0 0 0;
  }
}
.p-seminar .p-column_box .seminar-item_head .lecture {
  width: 12rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-radius: 0 1.5rem 0 0;
  text-align: center;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item_head .lecture {
    width: 8rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    border-radius: 0 1rem 0 0;
    padding: 0.7rem 0 0.6rem;
  }
}
.p-seminar .p-column_box .seminar-item_head .lecture.-blue {
  background: #003DAA;
}
.p-seminar .p-column_box .seminar-item_head .lecture.-green {
  background: #009095;
}
.p-seminar .p-column_box .seminar-item .content {
  background: #fff;
  border-radius: 0 2rem 2rem 2rem;
  padding: 2.4rem 4rem 3.4rem;
  max-height: 36.4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content {
    max-height: none;
    padding: 2rem 2rem 2.5rem;
    border-radius: 0 1.5rem 1.5rem 1.5rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_ttl_main {
  font-size: 2.2rem;
  line-height: 1.4090909091;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_ttl_main {
    font-size: 1.8rem;
    line-height: 1.1111111111;
  }
}
.p-seminar .p-column_box .seminar-item .content_ttl_sub {
  font-size: 1.7rem;
  line-height: 1.8235294118;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_ttl_sub {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 0.3rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 0.7rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum {
    margin-top: 1.5rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_box {
  width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_box {
    width: 19rem;
    gap: 1rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_box .pic {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_box .pic {
    width: 7rem;
    min-width: 7rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_box .txt {
  margin-top: 0.2rem;
}
.p-seminar .p-column_box .seminar-item .content_colum_box .txt .name {
  font-size: 1.6rem;
  line-height: 1.0625;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_box .txt .name {
    font-size: 1.4rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_box .txt .jobs {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_box .txt .jobs {
    font-size: 1rem;
    line-height: 1.4;
    padding-right: 0.8rem;
    margin-top: 0.6rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_box .txt .jobs.-lg {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_box .txt .jobs.-lg {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_link {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_link {
    width: 10.5rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_link a {
  width: 100%;
  display: block;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #003DAA;
  text-align: center;
  padding: 2.3rem 2.9rem;
  text-align: center;
  background: #FFEB00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-seminar .p-column_box .seminar-item .content_colum_link a {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    padding: 1.7rem 0;
    border-radius: 1rem;
  }
}
.p-seminar .p-column_box .seminar-item .content_colum_link a:hover {
  background: #003DAA;
  color: #fff;
}

.p-floor {
  padding-block: 21rem 20rem;
  background: url(../img/bg_circle.png) center top/138.8888888889vw auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-floor {
    padding-block: 10rem 9.5rem;
    overflow: hidden;
  }
}
.p-floor .c-wrap {
  max-width: 94rem;
}
.p-floor .map-img {
  width: 90rem;
  margin: 6rem auto;
  position: relative;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-img {
    width: 107%;
    left: -0.8rem;
    margin: 3rem auto 2.5rem;
  }
}
.p-floor .map-area {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area {
    margin-bottom: 3rem;
  }
}
.p-floor .map-area:last-child {
  margin-bottom: 0;
}
.p-floor .map-area_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_heading {
    margin-bottom: 1.2rem;
  }
}
.p-floor .map-area_heading_floor {
  width: 18rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Oxanium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  border-radius: 1.5rem 0 0 0;
  padding: 0.9rem 0 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_heading_floor {
    width: 12rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
    padding: 0.5rem 0 0.3rem;
    border-radius: 1rem 0 0 0;
  }
}
.p-floor .map-area_heading_floor.-blue {
  background: #003DAA;
}
.p-floor .map-area_heading_floor.-green {
  background: #1A9115;
}
.p-floor .map-area_heading_floor.-purple {
  background: #7A1093;
}
.p-floor .map-area_heading_floor::before {
  content: "";
  width: 2.2rem;
  height: 2.854rem;
  background: url(../img/icon_areapin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.8rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_heading_floor::before {
    width: 1.44rem;
    height: 1.868rem;
    margin-right: 0.5rem;
    top: 0;
  }
}
.p-floor .map-area_heading_ttl {
  width: 76rem;
  background: #fff;
  border-radius: 0 1.5rem 0 0;
  padding: 0.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_heading_ttl {
    width: 22rem;
    border-radius: 0 1rem 0 0;
    padding: 0.1rem 0.8rem;
  }
}
.p-floor .map-area_heading_ttl h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_heading_ttl h3 {
    font-size: 1.5rem;
    line-height: 2.4;
  }
}
.p-floor .map-area_colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-floor .map-area_colum_list {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_colum_list {
    width: 16rem;
  }
}
.p-floor .map-area_colum_list_item {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-floor .map-area_colum_list_item {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    margin-top: 0.4rem;
  }
  .p-floor .map-area_colum_list_item:first-child {
    margin-top: 0;
  }
}

.p-floor.tba {
  background: none;
}
.p-floor.tba .read-txt {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 500;
  margin-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-floor.tba .read-txt {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.p-signup {
  padding-block: 21rem 20rem;
  background: url(../img/bg_circle.png) center top/138.8888888889vw auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-signup {
    padding-block: 10rem 9.5rem;
  }
}
.p-signup .c-wrap {
  max-width: 90rem;
}
.p-signup .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-signup .btn-area {
    display: block;
    margin-top: 5rem;
  }
}
.p-signup .btn-area .btn-item {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-signup .btn-area .btn-item {
    width: 30rem;
    margin: 0 auto;
  }
  .p-signup .btn-area .btn-item:last-child {
    margin-top: 3rem;
  }
}
.p-signup .btn-area .btn-item a {
  display: block;
  width: 100%;
  background: #003DAA;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #003DAA;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-signup .btn-area .btn-item a {
    font-size: 1.8rem;
    padding: 1.3rem 0;
    border: solid 1px #003DAA;
  }
}
.p-signup .btn-area .btn-item a::before {
  content: "";
  width: 1.8rem;
  height: 1.333rem;
  background-color: #fff;
  mask: url("../img/signup_arrow.svg") no-repeat center/contain;
  -webkit-mask: url("../img/signup_arrow.svg") no-repeat center/contain;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-signup .btn-area .btn-item a::before {
    right: 2.5rem;
  }
}
.p-signup .btn-area .btn-item a:hover {
  background: #fff;
  color: #003DAA;
}
.p-signup .btn-area .btn-item a:hover::before {
  background: #003DAA;
}
.p-signup .p-venue {
  padding-top: 13rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-signup .p-venue {
    padding-top: 10rem;
    margin-top: -5rem;
  }
}
.p-signup .p-online {
  padding-top: 13rem;
  margin-top: -8rem;
}
@media screen and (max-width: 767px) {
  .p-signup .p-online {
    padding-top: 10rem;
    margin-top: -5rem;
  }
}
.p-signup .ttl {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signup .ttl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.p-signup .dlist {
  margin-top: 1.9rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-signup .dlist_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18rem 1fr;
    grid-template-columns: 18rem 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-signup .dlist_inner:nth-child(n+2) {
    border-top: 0.2rem solid #11C4CA;
  }
}
.p-signup .dlist_theme {
  background: #003DAA;
}
.p-signup .dlist_theme_txt {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_theme_txt {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    height: 5.2rem;
  }
}
.p-signup .dlist_des {
  padding: 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_des {
    padding: 1.3rem 2rem 2.8rem;
  }
}
.p-signup .dlist_des_txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_des_txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-signup .dlist_des_txt .notice {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_des_txt .notice {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.p-signup .dlist_des_txt_link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-signup .dlist_des_txt_link:hover {
  color: #003DAA;
}
.p-signup .dlist_des_btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_des_btn {
    margin-top: 1.9rem;
  }
}
.p-signup .dlist_des_btn_link {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #003DAA;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 6rem;
  border-radius: 1.5rem;
  background: #FFEB00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-signup .dlist_des_btn_link:focus-visible {
  color: #fff;
  background: #003DAA;
}
@media (any-hover: hover) {
  .p-signup .dlist_des_btn_link:hover {
    color: #fff;
    background: #003DAA;
  }
}
@media screen and (max-width: 767px) {
  .p-signup .dlist_des_btn_link {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.p-access {
  padding-block: 21rem 20rem;
  background: url(../img/bg_circle.png) center top/138.8888888889vw auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 10rem 16rem;
  }
}
.p-access .c-wrap {
  max-width: 107rem;
}
.p-access .access-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column {
    display: block;
    margin-top: 5rem;
  }
}
.p-access .access-column .access-content {
  width: 47.1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content {
    width: 100%;
  }
}
.p-access .access-column .access-content_item {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item {
    margin-top: 2rem;
  }
}
.p-access .access-column .access-content_item:first-child {
  margin-top: 0;
}
.p-access .access-column .access-content_item_label {
  width: 12rem;
  background: #fff;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_label {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    width: 10rem;
    border-radius: 1.2rem;
  }
}
.p-access .access-column .access-content_item_place {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_place {
    font-size: 2.2rem;
  }
}
.p-access .access-column .access-content_item_address, .p-access .access-column .access-content_item_method {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_address, .p-access .access-column .access-content_item_method {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 0.8rem;
  }
}
.p-access .access-column .access-content_item_date {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_date {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }
}
.p-access .access-column .access-content_item_date .week {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_date .week {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-access .access-column .access-content_item_time {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content_item_time {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-access .access-column .access-content .map-link {
  width: 20rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-content .map-link {
    margin: 3rem auto 0;
  }
}
.p-access .access-column .access-content .map-link a {
  display: block;
  color: #fff;
  background: #003DAA;
  border-radius: 2.5rem;
  padding: 0.7rem 0 1.1rem 3rem;
  border: solid 1px #003DAA;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-access .access-column .access-content .map-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-access .access-column .access-content .map-link a:hover {
  background: #fff;
  color: #003DAA;
}
.p-access .access-column .access-content .map-link a:hover::before {
  border-left: 12px solid #003DAA;
}
.p-access .access-column .access-map {
  width: 56rem;
  height: 42rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-access .access-column .access-map {
    width: 100%;
    height: 25.19rem;
    margin-top: 4rem;
  }
}
.p-access .access-column .access-map iframe {
  width: 100%;
  height: 100%;
}

.p-sponsor {
  padding-block: 16.5rem 15rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-sponsor {
    padding-block: 6.5rem 7rem;
  }
}
.p-sponsor .c-wrap {
  max-width: 120rem;
}
.p-sponsor .sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor .sponsor-list {
    gap: 2rem 0;
    margin-top: 5rem;
  }
}
.p-sponsor .sponsor-list_item {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .p-sponsor .sponsor-list_item {
    width: 50%;
  }
}

.u-text-color-white {
  color: #fff;
}

.u-text-color-blue {
  color: #003DAA;
}

.u-text-color-green {
  color: #1A9115;
}

.u-text-color-purple {
  color: #7A1093;
}

.u-text-color-yellow {
  color: #FFEB00;
}

.u-text-align-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-text-align-left-sp {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-text-align-left-pc {
    text-align: left;
  }
}
.u-text-align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-text-align-center-sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-text-align-center-pc {
    text-align: center;
  }
}
.u-text-align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-text-align-right-sp {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-text-align-right-pc {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-leading-trim {
  margin-block: calc((1em - 1lh) / 2);
}

.u-leading-trim-top {
  margin-top: calc((1em - 1lh) / 2);
}

.u-leading-trim-bottom {
  margin-bottom: calc((1em - 1lh) / 2);
}

.u-border-radius-infinity {
  border-radius: Infinitypx;
}





/* OYO */
.figure_wrap {
  position: relative;
}
.figure_wrap .group {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  background-color: #003DAA;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}



