@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  color: #000;
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .u-large-sp-only {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .u-pc-only {
    display: none;
  }
}
.u-img-full {
  width: 100%;
  height: auto;
}

.c-opacity-link {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.c-opacity-link:hover {
  opacity: 0.5;
}

.c-underline-link {
  position: relative;
}

.c-underline-link::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left top;
}

.c-underline-link:hover::after {
  transform: scaleX(1);
}

@media screen and (min-width: 1200px) {
  .c-underline-link--header::after {
    background: #000;
  }
}
.c-underline-link--contact {
  color: #122a88;
}

@media screen and (min-width: 1200px) {
  .c-underline-link--contact::after {
    background: #122a88;
  }
}
.c-icon-heading {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #122a88;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767.98px) {
  .c-icon-heading {
    padding-top: 72px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-icon-heading {
    padding-top: 97px;
    font-size: 2.5rem;
  }
}
.c-icon-heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background-image: url("../images/section_icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
  .c-icon-heading::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-icon-heading::before {
    width: 60px;
    height: 60px;
  }
}
.c-icon-heading__caption {
  display: block;
  font-family: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .c-icon-heading__caption {
    font-size: 1rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-icon-heading__caption {
    font-size: 1.25rem;
    margin-top: 18px;
  }
}
.c-visit-link {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #122a88;
}

@media screen and (min-width: 768px) {
  .c-visit-link {
    font-size: 1.125rem;
  }
}
.c-visit-link--about {
  display: inline-flex;
  align-items: center;
}

.c-visit-link__icon {
  vertical-align: middle;
}

@media screen and (max-width: 767.98px) {
  .c-visit-link__icon {
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 768px) {
  .c-visit-link__icon {
    width: 68px;
    height: 68px;
  }
}
.c-visit-link:hover .c-visit-link__circle, .c-visit-link:hover .c-visit-link__arrow {
  transition: all 0.5s ease;
}

.c-visit-link:hover .c-visit-link__circle {
  fill: #122a88;
  stroke: #122a88;
}

.c-visit-link:hover .c-visit-link__arrow {
  fill: #fff;
}

.l-container--header {
  width: 100%;
}

.l-container--main-visual {
  width: 100%;
  background-color: #ecf0ff;
}

@media screen and (max-width: 767.98px) {
  .l-container--main-visual {
    height: 624px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--main-visual {
    height: 836px;
  }
}
.l-container--information {
  color: #fff;
  background-color: #000;
  background-image: url("../images/bg_information.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container--information {
    padding-top: 94px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--information {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-container--project {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  background-color: rgb(11, 50, 80);
  isolation: isolate;
}

@media screen and (max-width: 767.98px) {
  .l-container--project {
    padding-bottom: 94px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--project {
    padding-bottom: 100px;
  }
}
.l-container--project::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("../images/noise.svg");
  filter: brightness(13%);
  background-repeat: repeat;
  background-position: top left;
  background-size: 300px;
}

.l-container--about {
  background-image: url("../images/bg_studio.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container--about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--about {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
.l-container--exhibition {
  background-image: url("../images/bg_exhibition.jpg");
  background-repeat: repeat;
  background-position: top left;
}

@media screen and (max-width: 767.98px) {
  .l-container--exhibition {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--exhibition {
    padding-top: 64px;
    padding-bottom: 100px;
    background-size: 390px;
  }
}
.l-container--access {
  background-image: url("../images/bg_access.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container--access {
    padding-top: 101px;
    padding-bottom: 87px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--access {
    padding-top: 97px;
    padding-bottom: 93px;
  }
}
.l-container--contact {
  color: #fff;
  background-image: url("../images/bg_contact.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container--contact {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--contact {
    padding-top: 120px;
    padding-bottom: 139px;
  }
}
.l-container--footer {
  color: #fff;
  background: #1f2344;
}

@media screen and (max-width: 767.98px) {
  .l-container--footer {
    padding-top: 105px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-container__inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner {
    width: calc(100% - 100px);
    max-width: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner--large-pc {
    max-width: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner--small-pc {
    max-width: 1060px;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-container__inner--header-area {
    width: auto;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__inner--header-area {
    width: calc(100% - 60px);
    max-width: none;
    padding: 20px 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner--information {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-container__inner--project {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner--about {
    max-width: 1060px;
  }
}
.l-container__inner--news {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .l-container__inner--news {
    width: 87%;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-container__inner--news {
    width: 90%;
    margin-top: 83px;
  }
}
.p-header {
  position: fixed;
  z-index: 5;
}

@media screen and (max-width: 1199.98px) {
  .p-header {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .p-header {
    color: #000;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-header__area {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(18, 42, 136, 0.15);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-header__top {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(18, 42, 136, 0.15);
  }
}
.p-header__logo {
  width: 100%;
  min-width: 145px;
}

@media screen and (max-width: 1199.98px) {
  .p-header__logo {
    max-width: 145px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo {
    max-width: 200px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-header__menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 6;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-image: url("../images/bg_information.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    opacity: 0;
    transition: 0.5s ease;
  }
  .p-header.active .p-header__menu {
    left: 0;
    opacity: 1;
  }
}
.p-header__menu-list {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1199.98px) {
  .p-header__menu-list {
    flex-direction: column;
    row-gap: 32px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__menu-list {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-header__menu-button {
    position: relative;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .p-header__menu-button span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #122a88;
    border-radius: 50%;
  }
  .p-header.active .p-header__menu-button span:nth-child(1) {
    display: none;
  }
  .p-header.active .p-header__menu-button span:nth-child(2),
  .p-header.active .p-header__menu-button span:nth-child(3) {
    position: absolute;
    top: 18px;
    left: 5.5px;
    width: 25px;
    height: 1px;
  }
  .p-header.active .p-header__menu-button span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .p-header.active .p-header__menu-button span:nth-child(3) {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1200px) {
  .p-header__menu-button {
    display: none;
  }
}
.p-main-visual {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .p-main-visual {
    --floating-distance: 10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual {
    --floating-distance: 8px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: var(--floating-distance);
  }
  100% {
    margin-top: 0;
  }
}
@keyframes floating02 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: calc(var(--floating-distance) * -1);
  }
  100% {
    margin-top: 0;
  }
}
@keyframes floating-bottom {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: calc(var(--floating-distance) * -1);
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes floating02-bottom {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: var(--floating-distance);
  }
  100% {
    margin-bottom: 0;
  }
}
.p-main-visual__background {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background {
    width: 1440px;
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-main-visual__background {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual__background {
    width: 375px;
    max-width: 375px;
  }
}
.p-main-visual__background .p-main-visual__background-ring {
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__background-ring {
    top: 59.5%;
    width: 1209px;
    height: 1160px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual__background .p-main-visual__background-ring {
    top: 58%;
    width: 780px;
    height: 748px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__background-ring {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__background-ring {
    top: -362px;
    left: -206px;
    width: 2620px;
    height: 1671px;
  }
}
.p-main-visual__background .p-main-visual__background-illust {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__background-illust {
    width: 1170px;
    height: 815px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual__background .p-main-visual__background-illust {
    width: 764px;
    height: 543px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__background-illust {
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__background-illust {
    top: -362px;
    left: -206px;
    width: 2620px;
    height: 1671px;
  }
}
.p-main-visual__background .p-main-visual__background-wave {
  position: absolute;
  animation: fade-in 1s ease 1s both;
}

@media screen and (max-width: 767.98px) {
  .p-main-visual__background .p-main-visual__background-wave {
    width: 1411px;
    height: 1031px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__background-wave {
    top: 46%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__background-wave {
    top: -397px;
    left: -230px;
  }
}
@media screen and (min-width: 768px) {
  .p-main-visual__background .p-main-visual__background-wave {
    width: 2351px;
    height: 1719px;
  }
}
.p-main-visual__background .p-main-visual__illust {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-main-visual__background .p-main-visual__illust:first-of-type {
  background-image: url("../images/mv_illust_01.png");
  transform: rotate(-10deg);
  animation: fade-in 1s ease 1.5s both, floating02 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:first-of-type {
    top: 140px;
    left: 800px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:first-of-type {
    top: 70px;
    left: 77px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(2) {
  background-image: url("../images/mv_illust_02.png");
  transform: rotate(15deg);
  animation: fade-in 1s ease 1.75s both, floating02-bottom 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(2) {
    right: 64px;
    bottom: 22px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(2) {
    right: -38px;
    bottom: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:first-of-type, .p-main-visual__background .p-main-visual__illust:nth-of-type(2) {
    width: 152px;
    height: 152px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:first-of-type, .p-main-visual__background .p-main-visual__illust:nth-of-type(2) {
    width: 92px;
    height: 92px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(3) {
  background-image: url("../images/mv_illust_03.png");
  transform: rotate(-18deg);
  animation: fade-in 1s ease 2s both, floating-bottom 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(3) {
    bottom: 56px;
    left: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(3) {
    bottom: 220px;
    left: -20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(3) {
    bottom: 160px;
    left: 5px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(4) {
  background-image: url("../images/mv_illust_04.png");
  transform: rotate(-17deg);
  animation: fade-in 1s ease 2.25s both, floating 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(4) {
    top: 146px;
    left: 440px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(4) {
    top: 62px;
    left: -10px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(5) {
  background-image: url("../images/mv_illust_05.png");
  animation: fade-in 1s ease 2.5s both, floating02-bottom 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(5) {
    bottom: 116px;
    left: 241px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(5) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(3), .p-main-visual__background .p-main-visual__illust:nth-of-type(4), .p-main-visual__background .p-main-visual__illust:nth-of-type(5) {
    width: 92px;
    height: 92px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(3), .p-main-visual__background .p-main-visual__illust:nth-of-type(4), .p-main-visual__background .p-main-visual__illust:nth-of-type(5) {
    width: 56px;
    height: 56px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(6) {
  background-image: url("../images/mv_illust_06.png");
  animation: fade-in 1s ease 2.75s both, floating02 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(6) {
    top: 200px;
    left: 37px;
    width: 108px;
    height: 108px;
    transform: rotate(-10.151deg);
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(6) {
    display: none;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(7) {
  background-image: url("../images/mv_illust_07.png");
  transform: rotate(20deg);
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(7) {
    top: 300px;
    right: 16px;
    width: 100px;
    height: 100px;
    animation: fade-in 1s ease 3.25s both, floating02 4s ease 4s infinite;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(7) {
    top: 166px;
    right: 3px;
    width: 61px;
    height: 61px;
    animation: fade-in 1s ease 2.5s both, floating02 4s ease 4s infinite;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(8) {
  background-image: url("../images/mv_illust_circle_01.png");
  transform: rotate(-10deg);
  animation: fade-in 1s ease 2s both, floating 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(8) {
    top: 86px;
    right: 332px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(8) {
    top: 40px;
    right: 68px;
    width: 42px;
    height: 42px;
  }
}
.p-main-visual__background .p-main-visual__illust:nth-of-type(9) {
  background-image: url("../images/mv_illust_circle_02.png");
  animation: fade-in 1s ease 3s both, floating-bottom 4s ease 4s infinite;
}

@media screen and (min-width: 1200px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(9) {
    right: 32px;
    bottom: 160px;
    width: 59px;
    height: 59px;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__background .p-main-visual__illust:nth-of-type(9) {
    display: none;
  }
}
.p-main-visual__concept {
  position: absolute;
  left: 50%;
  z-index: 3;
  font-weight: bold;
  line-height: 1.5;
  color: #122a88;
  transform: translate(-50%);
  animation: fade-in 0.75s ease 0.5s both;
}

.p-main-visual__concept > span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: width-full 0.75s ease-in-out 0.5s both;
}

@keyframes width-full {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual__concept {
    width: calc(100% - 32px);
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-main-visual__concept {
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__concept {
    top: 347px;
  }
}
@media screen and (min-width: 768px) {
  .p-main-visual__concept {
    width: calc(100% - 128px);
    max-width: 1312px;
    font-size: 1.375rem;
  }
}
.p-main-visual__emphasis {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767.98px) {
  .p-main-visual__emphasis {
    font-size: 2.3125rem;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-main-visual__emphasis {
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-main-visual__emphasis {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-main-visual__emphasis {
    margin-bottom: 24px;
  }
}
.p-information {
  display: flex;
}

@media screen and (max-width: 1199.98px) {
  .p-information {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-information {
    justify-content: space-between;
  }
}
.p-information__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199.98px) {
  .p-information__heading {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-information__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-information__list {
    width: 74.5%;
  }
}
.p-information__item {
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(166, 166, 166, 0.3);
}

.p-information__item:first-child {
  border-top: 1px solid rgba(166, 166, 166, 0.3);
}

.p-information__link {
  display: block;
}

@media screen and (max-width: 1199.98px) {
  .p-information__link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-information__link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-information__content {
  display: flex;
}

@media screen and (max-width: 1199.98px) {
  .p-information__content {
    flex-direction: column;
    row-gap: 8px;
  }
}
.p-information__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199.98px) {
  .p-information__date {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-information__date {
    flex-shrink: 0;
    width: 200px;
    font-size: 0.9375rem;
  }
}
.p-information__name {
  font-size: 0.9375rem;
}

.p-project {
  z-index: 1;
  display: flex;
  isolation: isolate;
}

@media screen and (max-width: 767.98px) {
  .p-project {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-project {
    justify-content: space-between;
  }
}
.p-project__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767.98px) {
  .p-project__heading {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-project__heading {
    width: 52.5%;
    padding-left: 30px;
    font-size: 2.8125rem;
  }
}
.p-project__caption {
  display: block;
  font-family: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767.98px) {
  .p-project__caption {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-project__caption {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}
.p-project__description {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767.98px) {
  .p-project__description {
    row-gap: 24px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-project__description {
    row-gap: 40px;
    width: 47.5%;
    line-height: 2.4;
    font-size: 1.125rem;
  }
}
.p-about {
  position: relative;
}

.p-about__content {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .p-about__content {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-about__content {
    width: 73%;
  }
}
.p-about__description {
  margin-top: 32px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .p-about__link-description {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__link-description {
    font-size: 0.75rem;
  }
}
.p-exhibition {
  position: relative;
}

.p-exhibition__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__list {
    row-gap: 32px;
    column-gap: 19px;
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__list {
    row-gap: 32px;
    column-gap: 24px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-exhibition__item {
    width: calc(50% - 9.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__item {
    width: calc(25% - 18px);
  }
}
.p-exhibition__theme-heading {
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-heading {
    height: 95px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-heading {
    height: 170px;
  }
}
.p-exhibition__theme-link {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
}

.p-exhibition__theme-link::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon_window.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-link::before {
    right: 8px;
    bottom: 8px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-link::before {
    right: 11px;
    bottom: 11px;
    width: 18px;
    height: 18px;
  }
}
.p-exhibition__icon {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__icon {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__icon {
    margin-top: 12px;
    font-size: 0.9375rem;
  }
}
.p-exhibition__theme-category {
  position: relative;
  display: block;
  padding-left: 1.8em;
  color: #122a88;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-category {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-category {
    line-height: 1.2;
  }
}
.p-exhibition__theme-category::before {
  position: absolute;
  left: 0;
  content: "";
  border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-category::before {
    width: 14px;
    height: 14px;
    border: 3px solid #122a88;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-category::before {
    width: 16px;
    height: 16px;
    border: 4px solid #122a88;
  }
}
.p-exhibition__theme-description {
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-description {
    margin-top: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-description {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.p-exhibition__theme-end {
  margin-top: 4px;
  color: #f61010;
}

@media screen and (max-width: 767.98px) {
  .p-exhibition__theme-end {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibition__theme-end {
    font-size: 0.75rem;
  }
}
.p-news {
  display: flex;
  justify-content: space-between;
}

.p-news__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #292e41;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767.98px) {
  .p-news__heading {
    writing-mode: vertical-rl;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__heading {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news__list {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .p-news__list {
    display: flex;
    width: 81.5%;
    border-top: 1px solid rgba(204, 206, 211, 0.5);
    border-bottom: 1px solid rgba(204, 206, 211, 0.5);
  }
}
@media screen and (max-width: 767.98px) {
  .p-news__item {
    border-bottom: 1px solid rgba(204, 206, 211, 0.5);
  }
  .p-news__item:first-child {
    border-top: 1px solid rgba(204, 206, 211, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .p-news__item {
    width: 33.3%;
  }
  .p-news__item:not(:first-child) {
    border-left: 1px solid rgba(204, 206, 211, 0.5);
  }
}
.p-news__link {
  display: block;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-news__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__link {
    padding: 24px;
  }
}
.p-news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .p-news__date {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 1.125rem;
  }
}
.p-news__category {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  color: #122a88;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767.98px) {
  .p-news__category {
    font-size: 0.6875rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__category {
    font-size: 0.75rem;
    margin-top: 6px;
  }
}
.p-news__name {
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .p-news__name {
    font-size: 0.8125rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__name {
    font-size: 0.9375rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-access__map {
    height: 300px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-access__map {
    height: 462px;
    margin-top: 48px;
  }
}
.p-access__iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-access__info {
    margin-top: 29px;
  }
}
@media screen and (min-width: 768px) {
  .p-access__info {
    margin-top: 48px;
  }
}
.p-access__info-item {
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccced3;
}

.p-access__info-item:first-child {
  border-top: 1px solid #ccced3;
}

@media screen and (max-width: 767.98px) {
  .p-access__info-item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__info-item {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 0.9375rem;
  }
}
.p-access__title {
  flex-shrink: 0;
  margin-right: 5px;
}

@media screen and (max-width: 767.98px) {
  .p-access__title {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .p-access__title {
    width: 18%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-facility {
    display: grid;
    row-gap: 51px;
    width: calc(100% - 90px);
    margin-top: 61px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-facility {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-facility__content {
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__content {
    width: 39%;
  }
}
.p-facility__heading {
  font-weight: 500;
  color: #292e41;
}

@media screen and (max-width: 767.98px) {
  .p-facility__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__heading {
    font-size: 1.875rem;
  }
}
.p-facility__description {
  line-height: 1.8;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767.98px) {
  .p-facility__description {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__description {
    font-size: 0.9375rem;
    margin-top: 24px;
  }
}
.p-facility__img {
  transform: rotate(-5deg);
}

@media screen and (max-width: 767.98px) {
  .p-facility__img {
    width: 100%;
    padding: 5% 1%;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__img {
    width: 50%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-facility__more {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__more {
    margin-top: 36px;
  }
}
.p-contact {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .p-contact__heading {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    font-size: 1.25rem;
    margin-bottom: 27px;
  }
}
.p-contact__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767.98px) {
  .p-contact__link {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__link {
    font-size: 2.8125rem;
  }
}
.p-footer {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.p-footer__logo {
  min-width: 100px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .p-footer__logo {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 12%;
  }
}
.p-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767.98px) {
  .p-footer__sns-list {
    column-gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list {
    column-gap: 40px;
  }
}
.p-footer__menu-list {
  font-size: 0.8125rem;
  display: flex;
  margin-top: 32px;
}

@media screen and (max-width: 767.98px) {
  .p-footer__menu-list {
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu-list {
    column-gap: 32px;
    justify-content: center;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__copyright {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}