@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-base: 51, 51, 51;
  --color-main: 55, 75, 171;
  --color-sub: 107, 122, 223;
  --color-caution: 238, 72, 99;
  --color-bg: 238, 235, 231;
  --color-dark: 72, 72, 72;
  --color-bright: 255, 255, 255;
  --color-gradient-main: #3aef86 0%, #6b78ef 100%;
  --color-gradient-button: #6b7adf 0%, #acaff4 100%;
  --font-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font-roboto: "Roboto", serif;
  --font-montserrat: "Montserrat", serif;
  --font-kaisei: "Kaisei Decol", serif;
  --padding-content: 125px;
  --padding-content-negative: -125px;
  --width-base: 550px;
  --color-gradient-main-328: #ffd1b0 0%, #f79276 100%;
}

@media (max-width: 1920px) {
  :root {
    --padding-content: calc(125vw * 100 / 1920);
    --padding-content-negative: calc(-125vw * 100 / 1920);
  }
}

@media (max-width: 500px) {
  :root {
    --padding-content: 15px;
    --padding-content-negative: -15px;
  }
}

.scroll-out {
  opacity: 0;
  transform: translateY(20px);
}

.scroll-in {
  opacity: 1;
  transform: none;
  transition: 1.04s 0.2s opacity, 1.04s 0.2s transform;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes home-visual-fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes home-visual-text-effect {
  0% {
    filter: blur(50px);
    opacity: 0;
  }

  to {
    filter: none;
    opacity: 1;
  }
}

@keyframes home-text-loop {
  0% {
    transform: none;
  }

  to {
    transform: translateX(-100%);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  color: var(--mcc-color--base);
}

a:not([class]):hover {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    height: 100%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: rgba(var(--color-base), 1);
}

body[data-nav="true"] {
  touch-action: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}

#page {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-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 {
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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 {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  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;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.l-content {
  max-width: 1200px;
  margin-inline: auto;
}

.l-content--narrow {
  max-width: 1000px;
}

.l-content-wrapper {
  padding-inline: var(--padding-content);
}

.l-global-nav {
  position: absolute;
  bottom: 89px;
  left: 161px;
  pointer-events: all;
}

.l-global-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.2222222222vh;
}

.l-global-nav__link {
  position: relative;
  display: inline-block;
  margin-left: -13px;
  padding-left: 30px;
  padding-right: 20px;
  padding-block: 1px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgba(var(--color-base), 1);
  transition: 0.32s color;
}

.l-global-nav__link::before {
  position: absolute;
  left: 13px;
  top: 0.5em;
  display: block;
  width: 11px;
  height: 10px;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.44 10.55'%3E%3Cpath data-name='パス 356' d='M1.65,10.32l7.1-4.1c.52-.17.81-.74.64-1.26-.1-.3-.34-.54-.64-.64L1.65.22C.74-.3,0,.12,0,1.18v8.2c0,1.05.74,1.47,1.65.95h0Z' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 11px 10px;
}

.l-global-nav__link--active {
  background: rgba(var(--color-sub), 1);
  color: rgba(var(--color-bright), 1);
}

.l-global-nav__link--active::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.44 10.55'%3E%3Cpath data-name='パス 356' d='M1.65,10.32l7.1-4.1c.52-.17.81-.74.64-1.26-.1-.3-.34-.54-.64-.64L1.65.22C.74-.3,0,.12,0,1.18v8.2c0,1.05.74,1.47,1.65.95h0Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 11px 10px;
}

@media (min-width: 768px) and (hover: hover) {
  .l-global-nav__link:not(.l-global-nav__link--active):hover {
    color: rgba(var(--color-sub), 1);
  }
}

@media (max-width: 1920px) {
  .l-global-nav {
    left: 8.3854166667vw;
  }
}

@media (max-height: 1080px) {
  .l-global-nav {
    bottom: 8.2407407407vh;
  }
}

@media (min-width: 1001px) and (max-height: 900px) {
  .l-global-nav {
    bottom: 9.8888888889vh;
  }

  .l-global-nav__list {
    row-gap: 1.1111111111vh;
  }
}

@media (min-width: 1651px) {
  .l-global-nav__item--sp {
    display: none;
  }

  .l-global-nav__link--small {
    display: none;
  }
}

@media (max-width: 1650px) {
  .l-global-nav {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 52px;
    margin-inline: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.32s opacity;
  }

  .l-global-nav__item--pc {
    display: none;
  }

  .l-global-nav__item--sp {
    position: relative;
    font-size: 1.8rem;
    color: rgba(var(--color-main), 1);
  }

  .l-global-nav__link {
    font-weight: 500;
  }

  .l-global-nav__link--small {
    font-size: 1.6rem;
  }

  [data-nav="true"] .l-global-nav {
    opacity: 1;
    pointer-events: all;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.l-header__logo01 {
  position: absolute;
  top: 26px;
  left: 33px;
  pointer-events: all;
}

.l-header__logo02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 159px;
  left: 100px;
  width: 281px;
  height: 264px;
  padding-right: 10px;
  pointer-events: all;
}

.l-header__logo02::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-223deg, var(--color-gradient-main));
  transform: rotateZ(-10deg);
  z-index: -1;
  opacity: 0.9;
}

.l-header__logo02 img {
  width: 220px;
}

.l-header__logo03 {
  position: absolute;
  top: 153px;
  left: 149px;
  font-family: var(--font-montserrat);
  font-size: 11rem;
  line-height: 1.1557377049;
  pointer-events: all;
}

.l-header__logo03 a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.l-header__logo03-line03 {
  margin-left: 230px;
}

.l-header__logo03-line01 span,
.l-header__logo03-line02 span,
.l-header__logo03-line03 span {
  color: rgba(var(--color-sub), 1);
}

.l-header__sns {
  position: relative;
  margin-top: 40px;
  padding: 22px 40px 15px;
  background: rgba(var(--color-main), 1);
  opacity: 0;
  pointer-events: none;
  transition: 0.32s opacity;
}

.l-header .c-follow-nav--header {
  opacity: 0;
  pointer-events: none;
  transition: 0.32s opacity;
}

@media (max-height: 1080px) {
  .l-header__logo03 {
    top: 14.1666666667vh;
  }
}

@media (min-width: 1001px) and (max-height: 950px) {
  .l-header__logo03 {
    font-size: 11.5789473684vh;
    line-height: 12.1656600516vh;
  }

  .l-header__logo03-line03 {
    margin-left: 24.2105263158vh;
  }
}

@media (min-width: 1601px) and (max-height: 900px) {
  .l-header__logo02 {
    width: 31.2222222222vh;
    height: 29.3333333333vh;
  }

  .l-header__logo02 img {
    width: 24.4444444444vh;
  }
}

@media (max-width: 1600px) {
  .l-header__logo02 {
    top: 159px;
    left: 6.25vw;
    width: 17.5625vw;
    height: 16.5vw;
  }

  .l-header__logo02 img {
    width: 13.75vw;
  }

  .l-header__logo03 {
    left: 9.3125vw;
  }

  .l-header__logo03-line03 {
    margin-left: 14.375vw;
  }
}

@media (max-width: 1300px) {
  .l-header__logo01 {
    width: max(270px, 27.0769230769vw);
  }

  .l-header__logo02 {
    width: 13.75vw;
    height: 13.125vw;
  }

  .l-header__logo02 img {
    width: 10.625vw;
  }

  .l-header__logo03 {
    top: 11.7692307692vw;
    left: 3.8461538462vw;
  }
}

@media (max-width: 1650px) {
  .l-header {
    position: relative;
    z-index: 2;
  }

  [data-nav="true"] .l-header {
    height: 100vh;
  }

  .l-header__inner {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    overflow-y: scroll;
    z-index: 3;
  }

  .l-header__inner::-webkit-scrollbar {
    width: 0;
  }

  .l-header__inner::before {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--color-bright), 1);
    transition: opacity 0.32s;
  }

  .l-header__inner::after {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--color-bright), 1);
    transition: opacity 0.32s;
    z-index: 1;
  }

  [data-nav="true"] .l-header__inner {
    height: 100%;
    pointer-events: all;
  }

  [data-nav="true"] .l-header__inner::before {
    opacity: 1;
  }

  [data-nav="true"] .l-header__sns {
    opacity: 1;
    pointer-events: all;
  }

  [data-nav="true"] .l-header .c-follow-nav--header {
    opacity: 1;
    pointer-events: all;
  }

  .l-header__logo02 {
    position: fixed;
  }

  .l-header__logo03 {
    position: fixed;
  }
}

@media (max-width: 1000px) {
  .l-header__logo01 {
    position: relative;
    top: auto;
    left: auto;
    padding-top: min(3.7333333333vw, 26px);
    padding-left: 3.2vw;
  }

  .l-header__logo02 {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 160px;
    margin-left: 8.5333333333vw;
    margin-bottom: -93px;
    width: 28.1vw;
    height: 26.4vw;
  }

  .l-header__logo02 img {
    width: 22vw;
  }

  .l-header__logo03 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 150px;
    margin-left: 3.125vw;
    font-size: 7.6rem;
  }

  .l-header__logo03-line03 {
    margin-left: 158.125px;
  }

  .p-detail .l-header__logo02 {
    display: none;
  }

  .p-oc-detail .l-header__logo03 {
    margin-top: 128px;
    font-size: min(5.0666666667vw, 4rem);
  }

  .p-oc-detail .l-header__logo03 a {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
  }

  .p-oc-detail .l-header__logo03-line01,
  .p-oc-detail .l-header__logo03-line02,
  .p-oc-detail .l-header__logo03-line03 {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .p-oc-detail .l-header__logo03-line03 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .l-header__logo01 {
    width: 56.8vw;
  }
}

@media (max-width: 657px) {
  .l-header__logo02 {
    margin-top: 24.3531202435vw;
    margin-bottom: -14.1552511416vw;
  }

  .l-header__logo03 {
    margin-top: 22.8310502283vw;
  }

  .p-oc-detail .l-header__logo03 {
    margin-top: 19.4824961948vw;
  }
}

@media (max-width: 503px) {
  .l-header__logo02 {
    width: 177px;
    height: 161px;
  }

  .l-header__logo02 img {
    width: 145px;
  }
}

.l-header-button {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  right: 17px;
  top: 17px;
  width: 90px;
  height: 90px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
  transition: 0.32s background-color;
}

.l-header-button__item {
  display: block;
  background: rgba(var(--color-main), 1);
  width: 30px;
  height: 1px;
  transition: 0.32s transform, 0.32s background-color, 0.32s opacity;
}

.l-header-button__item:nth-of-type(1) {
  width: 40px;
}

.l-header-button__item:nth-of-type(2) {
  width: 24px;
}

.l-header-button__item:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

[data-nav="true"] .l-header-button__item:nth-of-type(1) {
  transform: translateY(13px) rotate(45deg);
}

[data-nav="true"] .l-header-button__item:nth-of-type(2) {
  opacity: 0;
}

[data-nav="true"] .l-header-button__item:nth-of-type(3) {
  position: absolute;
  transform: translateY(13px) rotate(-45deg);
}

@media (min-width: 1651px) {
  .l-header-button {
    display: none;
  }
}

@media (max-width: 1650px) {
  .l-header-button {
    pointer-events: all;
  }
}

@media (max-width: 767px) {
  .l-header-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.l-footer {
  margin-top: 67px;
  padding: 40px 40px 60px;
  background: rgba(var(--color-main), 1);
  color: rgba(var(--color-bright), 1);
}

.l-footer__copyright {
  margin-top: 70px;
  font-family: var(--font-montserrat);
  text-align: center;
  font-size: 1.4rem;
}

@media (max-width: 1000px) {
  .l-footer {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    margin-top: 8.8vw;
  }

  .l-footer__copyright {
    margin-top: 8vw;
    font-size: 1rem;
  }
}

.l-footer-sns {
  position: relative;
  padding-bottom: 28px;
}

.l-footer-sns::before {
  position: absolute;
  top: 0.5em;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 0.5em);
  border: 1px solid rgba(var(--color-bright), 0.45);
  border-radius: 12px;
  pointer-events: none;
}

.l-footer-sns__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 16px;
  background: rgba(var(--color-main), 1);
  color: rgba(var(--color-bright), 1);
  font-size: 2rem;
  line-height: 1;
}

.l-footer-sns__list {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 18px;
}

.l-footer-sns__link {
  display: block;
  position: relative;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}

.l-footer-sns__link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-footer-sns__link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--color-bright), 1);
  border-radius: 50%;
}

.l-footer-sns__link::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-bright), 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.32s opacity;
}

.l-footer-sns__link--instagram::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51'%3E%3Crect width='51' height='51' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M21,14.72c-.9.02-1.79.19-2.63.51-.72.27-1.38.7-1.92,1.26-.55.54-.98,1.2-1.25,1.92-.31.84-.48,1.74-.5,2.64-.05,1.16-.06,1.53-.06,4.47s.02,3.32.08,4.47c.02.9.19,1.79.51,2.63.27.72.7,1.38,1.26,1.92.54.55,1.2.98,1.92,1.25.84.31,1.73.48,2.63.5,1.16.05,1.53.06,4.47.06,2.95,0,3.32-.02,4.48-.07.9-.02,1.79-.19,2.63-.51,1.46-.57,2.61-1.72,3.17-3.18.31-.84.48-1.73.5-2.63.05-1.16.06-1.53.06-4.47s-.02-3.32-.07-4.47c-.02-.9-.19-1.79-.51-2.63-.27-.72-.7-1.38-1.25-1.92-.54-.55-1.2-.98-1.93-1.25-.84-.31-1.73-.48-2.64-.5-1.16-.05-1.53-.06-4.47-.06s-3.32.02-4.47.08M21.13,34.34c-.69,0-1.37-.13-2.02-.37-.47-.17-.9-.45-1.25-.81-.36-.35-.64-.78-.81-1.25-.24-.65-.37-1.33-.38-2.02-.05-1.14-.07-1.49-.07-4.39s0-3.24.05-4.39c0-.69.13-1.37.37-2.01.17-.47.45-.9.81-1.25.35-.36.78-.64,1.25-.81.64-.24,1.33-.37,2.01-.38,1.14-.05,1.49-.07,4.38-.07,2.9,0,3.24,0,4.39.05.69,0,1.37.13,2.01.37.47.17.9.45,1.25.81.36.35.64.78.82,1.25.24.64.37,1.33.38,2.01.06,1.14.07,1.49.07,4.39s0,3.24-.06,4.39c0,.69-.13,1.37-.37,2.02-.36.95-1.11,1.7-2.06,2.06-.64.24-1.33.37-2.01.38-1.14.05-1.49.07-4.39.07s-3.24,0-4.39-.06M29.98,19.7c0,.72.58,1.3,1.3,1.3s1.3-.58,1.3-1.3-.58-1.3-1.3-1.3c-.72,0-1.3.58-1.3,1.3h0M19.93,25.51c0,3.08,2.51,5.57,5.58,5.56s5.57-2.51,5.56-5.58c0-3.08-2.51-5.57-5.58-5.56-3.08,0-5.57,2.51-5.56,5.58h0M21.88,25.51c0-2,1.61-3.62,3.61-3.62,2,0,3.62,1.61,3.62,3.61,0,2-1.61,3.62-3.61,3.62-2,0-3.62-1.61-3.62-3.61h0' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3C/svg%3E");
}

.l-footer-sns__link--x::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51'%3E%3Crect width='51' height='51' style='fill: none; stroke-width: 0px;'/%3E%3Cpath  d='M27.3,24.01l7.06-8.2h-1.67l-6.13,7.12-4.89-7.12h-5.64l7.4,10.77-7.4,8.6h1.67l6.47-7.52,5.17,7.52h5.65l-7.68-11.17ZM25.01,26.68l-.75-1.07-5.97-8.53h2.57l4.82,6.89.75,1.07,6.26,8.95h-2.57l-5.11-7.3h0Z' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3C/svg%3E");
}

.l-footer-sns__link--line::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51'%3E%3Crect width='51' height='51' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M31.57,14.45h-12.14c-2.75,0-4.98,2.23-4.98,4.98h0v12.14c0,2.75,2.23,4.98,4.98,4.98h12.14c2.75,0,4.98-2.23,4.98-4.98h0v-12.14c0-2.75-2.23-4.98-4.98-4.98t0,0M31.29,28.14h0c-1.7,1.71-3.66,3.16-5.79,4.28-.79.33-.67-.21-.64-.4.02-.11.1-.63.1-.63.04-.22.03-.45-.02-.67-.08-.2-.41-.31-.65-.36-3.54-.47-6.16-2.94-6.16-5.9,0-3.3,3.31-5.98,7.37-5.98s7.37,2.68,7.37,5.98c-.03,1.39-.59,2.71-1.58,3.68' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3Cpath d='M30.42,22.86h-2.07c-.08,0-.14.06-.14.14h0v3.21h0c0,.08.06.14.14.14h2.07c.08,0,.14-.06.14-.14h0v-.52c0-.08-.06-.14-.14-.14h-1.41v-.54h1.41c.08,0,.14-.06.14-.14h0v-.52c0-.08-.06-.14-.14-.14h-1.41v-.54h1.41c.08,0,.14-.06.14-.14h0v-.51c0-.08-.06-.14-.14-.14h0' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3Cpath d='M22.76,25.56h-1.41v-2.55c0-.08-.06-.14-.14-.14h-.52c-.08,0-.14.06-.14.14v3.21h0c0,.08.06.14.14.14h2.07c.08,0,.14-.06.14-.14v-.52c0-.08-.06-.14-.14-.14' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3Cpath d='M24,22.86h-.52c-.08,0-.14.06-.14.14h0v3.22c0,.08.06.14.14.14h.52c.08,0,.14-.06.14-.14h0v-3.21c0-.08-.06-.14-.14-.14h0' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3Cpath d='M27.56,22.86h-.52c-.08,0-.14.06-.14.14h0v1.91l-1.47-1.99h-.01s0-.02,0-.02h0s0-.01,0-.01h-.58c-.08,0-.14.06-.14.14h0v3.22c0,.08.06.14.14.14h.52c.08,0,.14-.06.14-.14h0v-1.94l1.47,1.99s.02.03.04.04h0s0,0,0,0h.02s.02,0,.04,0h.52c.08,0,.14-.06.14-.14h0v-3.19c0-.08-.06-.14-.14-.14h0' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3C/svg%3E");
}

@media (min-width: 768px) and (hover: hover) {
  .l-footer-sns__link:hover::after {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  .l-footer-sns {
    padding-bottom: 5.8666666667vw;
  }

  .l-footer-sns__list {
    gap: 5.8666666667vw;
    margin-top: 2.9333333333vw;
  }

  .l-footer-sns__link {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.l-footer-address {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 56px;
  margin-inline: auto;
}

.l-footer-address__logo {
  padding-inline: 22px;
}

.l-footer-address__text01 {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
}

.l-footer-address__text02 {
  margin-top: 5px;
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .l-footer-address {
    margin-top: 10.1333333333vw;
  }

  .l-footer-address__text01 {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .l-footer-address__text02 {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.l-wrapper {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  padding-inline: var(--padding-content);
}

@media (max-width: 1600px) {
  .l-wrapper {
    width: 50%;
    padding-inline: 40px;
  }
}

@media (max-width: 1000px) {
  .l-wrapper {
    width: 66.6666666667vw;
    margin-inline: auto;
    padding-top: 93px;
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .l-wrapper {
    width: 100%;
  }
}

@media (max-width: 657px) {
  .l-wrapper {
    padding-top: 14.1552511416vw;
  }
}

.l-wrapper-inner {
  max-width: 550px;
  margin-inline: auto;
}

@media (max-width: 500px) {
  .l-wrapper-inner {
    width: 100%;
  }
}

.c-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(6.4vw, 30px);
  gap: min(2.1333333333vw, 15px);
}

.c-page-title+.c-anchor-nav {
  margin-top: min(16vw, 80px);
}

.c-anchor-nav__item {
  flex-grow: 1;
  min-width: 30%;
}

.c-page-title+.c-anchor-nav .c-anchor-nav__item {
  min-width: auto;
}

.c-anchor-nav__link {
  position: relative;
  display: block;
  padding-block: min(1.0666666667vw, 6px);
  padding-right: 10px;
  background: rgba(var(--color-bright), 1);
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: min(3.4666666667vw, 15px);
  color: rgba(var(--color-main), 1);
}

.c-anchor-nav__link::after {
  position: absolute;
  right: min(1.6vw, 11px);
  top: 50%;
  display: block;
  content: "";
  width: min(2.4vw, 14px);
  height: min(1.3333333333vw, 8px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.06 4.772'%3E%3Cpath d='M35.152,63.2l-3.9,3.8-3.9-3.8a.373.373,0,0,0-.521,0,.355.355,0,0,0,0,.507l4.151,4.047a.39.39,0,0,0,.545,0l4.151-4.046a.355.355,0,0,0,0-.509.373.373,0,0,0-.521,0Z' transform='translate(-26.721 -63.098)' fill='%23374bab'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .c-anchor-nav__link {
    box-shadow: none;
  }
}


/* 10/21日開催オープンキャンパス文字サイズ調整　20240920追加 */

.c-anchor-nav__link_min {
  position: relative;
  display: block;
  padding-block: min(1.0666666667vw, 6px);
  padding-right: 10px;
  background: rgba(var(--color-bright), 1);
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: min(3.4666666667vw, 13.5px);
  color: rgba(var(--color-main), 1);
}

.c-anchor-nav__link_min::after {
  position: absolute;
  right: min(1.6vw, 11px);
  top: 50%;
  display: block;
  content: "";
  width: min(2.4vw, 14px);
  height: min(1.3333333333vw, 8px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.06 4.772'%3E%3Cpath d='M35.152,63.2l-3.9,3.8-3.9-3.8a.373.373,0,0,0-.521,0,.355.355,0,0,0,0,.507l4.151,4.047a.39.39,0,0,0,.545,0l4.151-4.046a.355.355,0,0,0,0-.509.373.373,0,0,0-.521,0Z' transform='translate(-26.721 -63.098)' fill='%23374bab'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .c-anchor-nav__link_min {
    box-shadow: none;
  }
}











@media (max-width: 600px) {
  .c-anchor-nav {
    margin-inline: 5.3333333333vw;
  }
}

.c-banner-e-apply {
  margin-top: min(10.6666666667vw, 60px);
  background: rgba(167, 255, 204, 0.85);
}

.c-banner-e-apply__link {
  display: block;
  padding-top: 19px;
  padding-bottom: 24px;
}

.c-banner-e-apply__text01 {
  text-align: center;
  line-height: 1.2;
}

.c-banner-e-apply__text01::before {
  display: inline-block;
  content: "";
  width: min(7.7333333333vw, 40px);
  height: min(7.7333333333vw, 40px);
  margin-right: 9px;
  background: url(/admissions/assets/2024/img/common/icon_web_blue2.svg) no-repeat;
  background-size: 100%;
}

.c-banner-e-apply__word01 {
  font-weight: 400;
  font-family: var(--font-montserrat);
  font-size: min(11.2vw, 5.4rem);
  color: rgba(var(--color-base), 1);
}

.c-banner-e-apply__word01 b {
  font-weight: normal;
  color: rgba(var(--color-sub), 1);
}

.c-banner-e-apply__word02 {
  font-weight: 500;
  font-size: min(9.6vw, 4.6rem);
  color: rgba(var(--color-base), 1);
}

.c-banner-e-apply__text02 {
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  color: rgba(var(--color-main), 1);
}

.c-banner-e-apply__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(42.4vw, 200px);
  height: 31px;
  margin-top: 7px;
  background: rgba(var(--color-sub), 1);
  border-radius: 100px;
  margin-inline: auto;
  font-weight: 700;
  font-size: min(3.4666666667vw, 1.8rem);
  color: rgba(var(--color-bright), 1);
  transition: 0.32s background-color;
}

@media (min-width: 768px) and (hover: hover) {
  .c-banner-e-apply__link:hover .c-banner-e-apply__button {
    background: rgba(var(--color-main), 1);
  }
}

@media (min-width: 1001px) {
  .c-banner-e-apply {
    display: none;
  }
}

.c-banner-footer {
  margin-top: 60px;
  padding-inline: 20px;
}

.c-banner-footer__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 440px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .c-banner-footer {
    margin-top: 8.8vw;
  }

  .c-banner-footer__list {
    gap: 8.8vw;
  }
}

.c-banner-guidelines {
  margin-top: 144px;
}

.c-banner-guidelines__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 251px;
  background: rgba(var(--color-main), 1);
  color: rgba(var(--color-bright), 1);
  transition: 0.32s filter;
}

.c-banner-guidelines__link::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 93px;
  height: 93px;
  background: rgba(var(--color-main), 1);
  z-index: 1;
}

.c-banner-guidelines__link::after {
  position: absolute;
  top: 19px;
  right: 20px;
  display: block;
  content: "";
  width: 61px;
  height: 61px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.16 61.08'%3E%3Cpath d='M61.12,1.04c0-.55-.45-1-1-1l-45.91-.04h0c-.55,0-1,.45-1,1,0,.55.45,1,1,1l43.5.04L.29,59.37c-.39.39-.39,1.02,0,1.42.2.2.45.29.71.29s.51-.1.71-.29L59.12,3.45l.04,43.5c0,.55.45,1,1,1h0c.55,0,1-.45,1-1l-.04-45.91Z' style='fill: %23fff; opacity: .82; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  z-index: 1;
}

.c-banner-guidelines__container {
  container-type: inline-size;
}

.c-banner-guidelines__bg {
  position: absolute;
  top: 19px;
  right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 38px);
  border: 1px solid rgba(var(--color-bright), 0.49);
}


.c-banner-guidelines__text01 {
  position: relative;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.3;
  z-index: 1;
}

.c-banner-guidelines__text01::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: url(/admissions/assets/2024/img/common/icon_web_bright.svg) no-repeat;
  background-size: 100%;
  vertical-align: -4px;
}

.c-banner-guidelines__text02 {
  position: relative;
  margin-top: 25px;
  font-size: 1.8rem;
  z-index: 1;

  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.c-banner-guidelines__text02-box {
  width: 79cqw;
}

@media (min-width: 768px) and (hover: hover) {
  .c-banner-guidelines__link:hover {
    filter: brightness(1.2);
  }
}

@media (max-width: 767px) {
  .c-banner-guidelines {
    margin-top: 20.8vw;
  }

  .c-banner-guidelines__link {
    height: 36.8vw;
  }
}

@media (max-width: 600px) {
  .c-banner-guidelines {
    margin-inline: 5.3333333333vw;
  }
}

@media (max-width: 500px) {
  .c-banner-guidelines__link::before {
    width: 16vw;
    height: 16vw;
  }

  .c-banner-guidelines__link::after {
    top: 15px;
    right: 15px;
    width: 10.4vw;
    height: 10.4vw;
    background-size: 100%;
  }

  .c-banner-guidelines__bg {
    top: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .c-banner-guidelines__text01 {
    font-size: 6.9333333333vw;
  }

  .c-banner-guidelines__text01::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.8666666667vw;
    vertical-align: -0.8vw;
  }

  .c-banner-guidelines__text02 {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
  }
}

.c-banner-oc {
  margin-top: 71px;
}

.c-banner-oc__link {
  position: relative;
  display: block;
  height: 547px;
  padding: 21px 0 0 24px;
  background: url(/admissions/assets/2024/img/common/banner_oc_bg.png) no-repeat;
  background-size: 100%;
}

.c-banner-oc__link::before {
  position: absolute;
  top: 19px;
  right: 20px;
  display: block;
  content: "";
  width: 61px;
  height: 61px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.16 61.08'%3E%3Cpath d='M61.12,1.04c0-.55-.45-1-1-1l-45.91-.04h0c-.55,0-1,.45-1,1,0,.55.45,1,1,1l43.5.04L.29,59.37c-.39.39-.39,1.02,0,1.42.2.2.45.29.71.29s.51-.1.71-.29L59.12,3.45l.04,43.5c0,.55.45,1,1,1h0c.55,0,1-.45,1-1l-.04-45.91Z' style='fill: %23fff; opacity: .82; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
}

.c-banner-oc__text {
  font-size: 2.8rem;
  color: rgba(var(--color-base), 1);
}

.c-banner-oc__title {
  margin-top: 19px;
  margin-left: -44px;
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 10.9rem;
  color: rgba(var(--color-base), 1);
  line-height: 1.1467889908;
}

.c-banner-oc__line03 {
  margin-left: 257px;
}

.c-banner-oc__line01 span,
.c-banner-oc__line02 span,
.c-banner-oc__line03 span {
  color: rgba(var(--color-sub), 1);
}

@media (min-width: 1001px) and (max-width: 1260px) {
  .c-banner-oc__link {
    height: 43.6507936508vw;
    width: 43.6507936508vw;
    margin-inline: auto;
    padding: 1.6666666667vw 0 0 1.9047619048vw;
  }

  .c-banner-oc__link::before {
    top: 1.5079365079vw;
    right: 1.5873015873vw;
    width: 4.8412698413vw 61px;
    height: 4.8412698413vw 61px;
    background-size: 100%;
  }

  .c-banner-oc__text {
    font-size: 2.2222222222vw;
  }

  .c-banner-oc__title {
    margin-top: 1.5079365079vw;
    margin-left: -3.4920634921vw;
    font-size: 8.4126984127vw;
  }

  .c-banner-oc__line03 {
    margin-left: 20.3968253968vw;
  }
}

@media (max-width: 600px) {
  .c-banner-oc {
    margin-top: min(10.1333333333vw, 71px);
  }

  .c-banner-oc__link {
    height: 91.6666666667vw;
    width: 91.6666666667vw;
    margin-inline: auto;
    padding: 3.5vw 0 0 4vw;
  }

  .c-banner-oc__link::before {
    top: 3.1666666667vw;
    right: 3.3333333333vw;
    width: 10.1666666667vw 61px;
    height: 10.1666666667vw 61px;
    background-size: 100%;
  }

  .c-banner-oc__text {
    font-size: 4.6666666667vw;
  }

  .c-banner-oc__title {
    margin-top: 3.1666666667vw;
    margin-left: -7.3333333333vw;
    font-size: 17.6666666667vw;
  }

  .c-banner-oc__line03 {
    margin-left: 42.8333333333vw;
  }
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: min(14.1333333333vw, 71px);
  margin-inline: auto;
  background: rgba(var(--color-sub), 1);
  border: none;
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: min(4vw, 18px);
  color: rgba(var(--color-bright), 1);
  transition: 0.32s background-color;
  cursor: pointer;
}

.c-button::after {
  position: absolute;
  right: min(4vw, 20px);
  top: calc(50% - min(1.6vw, 8px));
  display: block;
  content: "";
  width: min(4.2666666667vw, 21px);
  height: min(3.2vw, 16px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 16.83'%3E%3Cpath d='M21.2,8.06L13.3.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l7.05,7.06H.5c-.28-.01-.5.21-.5.49s.22.5.5.5h19.15s-7.05,7.08-7.05,7.08c-.2.2-.2.51,0,.71.1.1.23.15.35.15s.26-.05.35-.15l7.9-7.92c.2-.19.2-.51,0-.71Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0.82;
}

.c-button--retype {
  background: #c4c4c4;
}

.c-button--wide {
  width: 100%;
}

.c-button--retype::after {
  transform: scaleX(-1);
  right: auto;
  left: min(4vw, 20px);
}

.c-button--back::after {
  transform: scaleX(-1);
  right: auto;
  left: min(4vw, 20px);
}

@media (min-width: 768px) and (hover: hover) {
  .c-button:hover {
    background: rgba(var(--color-main), 1);
  }

  .c-button--retype:hover {
    background: #aaa;
  }
}

.c-entry-body {
  margin-top: min(7.2vw, 40px);
  margin-bottom: min(6.9333333333vw, 30px);
}

.c-entry-body h2 {
  text-align: center;
  font-size: min(4.8vw, 2.4rem);
  color: rgba(var(--color-main), 1);
}

.c-entry-body h2:not(:first-child) {
  margin-top: min(7.2vw, 40px);
}

.c-entry-body p {
  line-height: 2;
}

.c-entry-body p:not(:first-child) {
  margin-top: min(5.3333333333vw, 26px);
}

.c-entry-body a {
  color: rgb(var(--color-main), 1);
}

.c-entry-nav {
  display: flex;
  justify-content: center;
  max-width: 232px;
  margin-top: min(11.4666666667vw, 50px);
  margin-inline: auto;
}

.c-entry-nav__item--prev {
  margin-right: auto;
}

.c-entry-nav__item--next {
  margin-left: auto;
}

.c-entry-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 74px;
  height: 74px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  font-family: var(--font-roboto);
  color: rgba(var(--color-base), 1);
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.32s border-color, 0.32s color;
}

.c-entry-nav__arrow {
  position: relative;
  display: block;
  width: 10px;
  height: 8px;
}

.c-entry-nav__arrow::before,
.c-entry-nav__arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.16 8.12'%3E%3Cpath d='M9.66,3.55H1.71S4.41.85,4.41.85c.2-.2.2-.51,0-.71-.2-.2-.51-.2-.71,0L.15,3.71c-.2.2-.2.51,0,.71l3.55,3.56c.1.1.23.15.35.15s.26-.05.35-.15c.2-.19.2-.51,0-.71l-2.7-2.71h7.95c.28,0,.5-.23.5-.51s-.22-.5-.5-.5Z' style='fill: %23333; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transition: 0.32s opacity;
}

.c-entry-nav__arrow::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.16 8.12'%3E%3Cpath d='M9.66,3.55H1.71S4.41.85,4.41.85c.2-.2.2-.51,0-.71-.2-.2-.51-.2-.71,0L.15,3.71c-.2.2-.2.51,0,.71l3.55,3.56c.1.1.23.15.35.15s.26-.05.35-.15c.2-.19.2-.51,0-.71l-2.7-2.71h7.95c.28,0,.5-.23.5-.51s-.22-.5-.5-.5Z' style='fill: %23374BAB; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0;
}

.c-entry-nav__item--next .c-entry-nav__arrow {
  transform: scaleX(-1);
}

@media (min-width: 768px) and (hover: hover) {
  .c-entry-nav__link:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-main), 1);
  }

  .c-entry-nav__link:hover .c-entry-nav__arrow::before {
    opacity: 0;
  }

  .c-entry-nav__link:hover .c-entry-nav__arrow::after {
    opacity: 1;
  }
}

.c-follow-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  background: rgba(var(--color-main), 1);
}

.c-follow-nav--fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(120%);
  transition: 0.32s transform;
}

[data-scrolled="true"] .c-follow-nav--fixed {
  transform: none;
}

.c-follow-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.c-follow-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 71px;
  background: rgba(var(--color-bright), 1);
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6rem;
  color: rgba(var(--color-main), 1);
}

.c-follow-nav__link--apply {
  width: 153px;
}

.c-follow-nav__link img {
  margin-right: 5px;
}

@media (min-width: 1001px) {
  .c-follow-nav {
    display: none;
  }
}

.c-form-block:not(:first-child) {
  margin-top: min(9.8666666667vw, 40px);
}

.c-form-block__wrapper {
  margin-top: min(3.2vw, 16px);
  padding: 16px;
  background: #f5f5fb;
}

.c-form-note+.c-form-block__wrapper {
  margin-top: min(1.0666666667vw, 8px);
}

.c-form-block__title01 {
  font-weight: 700;
  font-size: min(4.2666666667vw, 18px);
  line-height: 1.3;
}

.c-form-block__title01--margin {
  margin-top: min(6.6666666667vw, 30px);
}

.c-form-block__title02 {
  position: relative;
  padding-left: min(3.7333333333vw, 20px);
}

.c-form-block__title02::before {
  position: absolute;
  left: 0;
  content: "■";
  color: rgba(var(--color-sub), 1);
}

.c-form-label {
  display: flex;
  gap: 9px;
  margin-top: min(2.6666666667vw, 12px);
  padding-left: min(3.7333333333vw, 20px);
  align-items: flex-start;
}

.c-form-list .c-form-label {
  padding-left: 0;
}

.c-form-label input {
  margin-top: min(1.0666666667vw, 7px);
}

.c-form-note {
  margin-top: min(2.6666666667vw, 12px);
  font-size: min(3.2vw, 15px);
  color: #4054d9;
}

.p-oc-form-step+.c-form-note {
  margin-top: min(6.4vw, 30px);
}

@media (max-width: 600px) {
  .p-oc-form-step+.c-form-note {
    margin-inline: 5.3333333333vw;
  }
}

.c-form-required {
  display: inline-block;
  padding-inline: 4px;
  background: rgba(var(--color-caution), 1);
  font-size: min(3.2vw, 15px);
  color: rgba(var(--color-bright), 1);
}

.c-form-error {
  display: block;
  margin-top: min(0.2666666667vw, 2px);
  padding: min(2.1333333333vw, 10px);
  background: rgba(var(--color-caution), 0.2);
  color: rgba(var(--color-caution), 1);
}

.c-form-item01 {
  margin-top: min(4.2666666667vw, 18px);
}

.c-form-item02 {
  margin-top: min(1.0666666667vw, 5px);
}

.c-form-input-text {
  width: 100%;
  padding: min(3.2vw, 16px);
  border: 1px solid #cecece;
  font-size: min(3.7333333333vw, 16px);
}

.c-form-input-text::-moz-placeholder {
  color: #8f8f8f;
}

.c-form-input-text::placeholder {
  color: #8f8f8f;
}

.c-form-input-text#OpdataSchool {
  margin-top: min(1.0666666667vw, 5px);
}

.c-form-select {
  width: 100%;
  margin-top: min(4.2666666667vw, 18px);
  padding: min(3.2vw, 16px);
  border: 1px solid #cecece;
  font-size: min(3.7333333333vw, 16px);
}

.c-form-list {
  display: flex;
  gap: 30px;
}

.c-form-mail-notice {
  margin-top: min(5.3333333333vw, 30px);
  background: #f5f5fb;
  overflow: clip;
  transition: 0.4s height;
}

.c-form-mail-notice__header {
  position: relative;
  padding: min(3.2vw, 20px);
}

.c-form-mail-notice__icon {
  position: absolute;
  right: min(3.7333333333vw, 20px);
  top: calc(50% - 6px);
  display: block;
  width: 11px;
  height: 11px;
  color: #98989a;
  transition: 0.32s transform;
}

/* .c-form-mail-notice__icon::before,
.c-form-mail-notice__icon::after {
  position: absolute;
  display: block;
  content: "";
  background: #98989a;
}
.c-form-mail-notice__icon::before {
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
}
.c-form-mail-notice__icon::after {
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
} */
.c-form-mail-notice[data-status="active"] .c-form-mail-notice__icon {
  transform: rotateZ(135deg);
}

.c-form-mail-notice__body {
  padding: 0 min(3.2vw, 20px) min(3.2vw, 20px);
  font-size: 1.6rem;
}

@media (max-width:767px) {
  .c-form-mail-notice__body {
    font-size: 1.4rem;
  }
}

.c-form-mail-notice__text01 {
  color: rgba(var(--color-caution), 1);
}

.c-form-thanks {
  margin-top: min(7.2vw, 40px);
  padding-block: min(13.3333333333vw, 60px);
  background: rgba(var(--color-bright), 1);
  text-align: center;
  font-size: min(4.8vw, 2.2rem);
}

@media (max-width: 600px) {
  .c-form-thanks {
    margin-inline: 5.3333333333vw;
  }
}

.c-information {
  margin-top: 96px;
  padding-top: 38px;
  padding-bottom: 15px;
  background: rgba(var(--color-bright), 1);
}

.c-information__list {
  margin-top: 36px;
}

.c-information__item:not(:first-child) {
  border-top: 1px solid rgba(var(--color-base), 0.2);
}

.c-information__link {
  position: relative;
  display: block;
  padding: 46px 70px 46px 108px;
  transition: 0.32s background-color;
}

.c-information__link::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  display: block;
  content: "";
  width: 27px;
  height: 21px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.77 21.05'%3E%3Cpath d='M26.63,10.17L16.62.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l9.15,9.17-24.57-.02c-.28,0-.5.22-.5.5s.22.5.5.5l24.57.02-9.15,9.17c-.2.2-.2.51,0,.71.2.2.51.2.71,0l10.01-10.02c.09-.09.15-.22.15-.35,0-.13-.05-.26-.15-.35Z' style='fill: %23333; opacity: .82; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 27px 21px;
}

.c-information__icon {
  position: absolute;
  left: 0;
  top: calc(50% - 43px);
  width: 89px;
  background: linear-gradient(134.676deg, var(--color-gradient-main));
  border-radius: 0 100px 100px 0;
}

.c-information__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  color: rgba(var(--color-main), 1);
}

.c-information__text {
  margin-top: 6px;
  font-size: 1.6rem;
  color: rgba(var(--color-base), 1);
}

@media (min-width: 768px) and (hover: hover) {
  .c-information__link:hover {
    background: rgba(var(--color-main), 0.05);
  }
}

@media (max-width: 767px) {
  .c-information {
    margin-top: 10.4vw;
  }
}

@media (max-width: 600px) {
  .c-information {
    margin-inline: 5.3333333333vw;
  }
}

@media (max-width: 500px) {
  .c-information__list {
    margin-top: 6.4vw;
  }

  .c-information__link {
    padding: 5.3333333333vw 13.8666666667vw 5.3333333333vw 18.4vw;
  }

  .c-information__link::after {
    top: calc(50% - 1.8666666667vw);
    right: 5.0666666667vw;
    width: 4.2666666667vw;
    height: 3.4666666667vw;
    background-size: 100%;
  }

  .c-information__icon {
    top: calc(50% - 7.2vw);
    width: 14.9333333333vw;
  }

  .c-information__title {
    font-size: 4.5333333333vw;
  }

  .c-information__text {
    margin-top: 1.8666666667vw;
    font-size: 3.2vw;
  }
}

.c-news-entries {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-news-entries--home {
  margin-top: 44px;
}

.c-news-entries__link {
  display: flex;
  align-items: center;
  padding: 18px;
  gap: 20px;
  transition: 0.32s background-color;
}

.c-news-entries__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(44.676deg, var(--color-gradient-main));
  font-family: var(--font-roboto);
  color: rgba(var(--color-bright), 1);
}

.c-news-entries__y {
  font-size: 1.7rem;
  line-height: 1.2;
}

.c-news-entries__md {
  font-size: 2.6rem;
  line-height: 1.2;
}

.c-news-entries__title {
  flex-grow: 1;
  font-size: 2rem;
  color: rgba(var(--color-base), 1);
}

@media (min-width: 768px) and (hover: hover) {
  .c-news-entries__link:hover {
    background: rgba(var(--color-main), 0.05);
  }
}

@media (max-width: 500px) {
  .c-news-entries {
    gap: 0;
  }

  .c-news-entries--home {
    margin-top: 6.4vw;
  }

  .c-news-entries__link {
    padding: 4vw 3.2vw;
    gap: 3.7333333333vw;
  }

  .c-news-entries__date {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }

  .c-news-entries__y {
    font-size: 3.2vw;
  }

  .c-news-entries__md {
    font-size: 4.8vw;
  }

  .c-news-entries__title {
    font-size: 3.7333333333vw;
  }
}

.c-news-wrapper {
  margin-top: 78px;
  padding: 60px 18px 80px;
  background: rgba(var(--color-bright), 0.95);
  border-radius: 28px;
}

@media (max-width: 500px) {
  .c-news-wrapper {
    margin-top: 17.8666666667vw;
    border-radius: 0;
    padding: 12.2666666667vw 3.2vw 14.4vw;
  }
}

.c-open-campus-links {
  display: flex;
  gap: 5.2224371373%;
  margin-top: 18px;
}

.c-open-campus-links__item {
  width: 29.7872340426%;
}

.c-open-campus-links__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background: linear-gradient(20.825deg, var(--color-gradient-button)) no-repeat;
  border-radius: 100px;
  color: rgba(var(--color-bright), 1);
  font-family: var(--font-roboto);
  line-height: 1;
}

.c-open-campus-links__link::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 21px;
  height: 17px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 16.83'%3E%3Cpath d='M21.2,8.06L13.3.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l7.05,7.06H.5c-.28-.01-.5.21-.5.49s.22.5.5.5h19.15s-7.05,7.08-7.05,7.08c-.2.2-.2.51,0,.71.1.1.23.15.35.15s.26-.05.35-.15l7.9-7.92c.2-.19.2-.51,0-.71Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 21px 17px;
  opacity: 0.82;
}

.c-open-campus-links__date {
  font-size: 2.2rem;
}

.c-open-campus-links__weekday {
  font-size: 1.5rem;
}

@media (max-width: 1790px) {
  .c-open-campus-links__link::after {
    right: 10px;
    top: calc(50% - 6px);
    width: 16px;
    height: 12px;
    background-size: 100%;
  }
}

@media (max-width: 550px) {
  .c-open-campus-links {
    gap: 2.4vw;
  }

  .c-open-campus-links__item {
    width: 100%;
  }
}

.c-page-title {
  width: 64.8%;
  background: rgba(57, 226, 152, 0.87);
  margin-top: min(15.2vw, 100px);
  margin-inline: auto;
  padding-top: 15px;
  padding-bottom: 32px;
  text-align: center;
}

.c-page-title--narrow {
  padding-top: 23px;
  padding-bottom: 22px;
}

.c-page-title__en {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-style: italic;
  font-size: min(4vw, 2.2rem);
  color: rgba(var(--color-bright), 1);
}

.c-page-title__en::after {
  display: block;
  content: "";
  width: 37px;
  height: 1px;
  margin-top: 4px;
  margin-inline: auto;
  background: rgba(var(--color-bright), 0.5);
}

.c-page-title__ja {
  font-size: min(8vw, 4rem);
  color: rgba(var(--color-bright), 1);
  line-height: 1.1666666667;
}

.c-page-title__ja:not(:first-child) {
  margin-top: 20px;
}

.c-pager {
  margin-top: min(8vw, 50px);
}

.c-pager__list {
  display: flex;
  justify-content: center;
  gap: min(2.6666666667vw, 15px);
}

.c-pager__item {
  line-height: 1;
}

.c-pager__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(6.1333333333vw, 30px);
  height: min(6.1333333333vw, 30px);
  overflow: hidden;
  text-decoration: none;
  font-family: var(--font-roboto);
  border: 1px solid rgba(var(--color-sub), 0.6);
  color: rgba(var(--color-sub), 1);
  font-size: min(4vw, 18px);
  line-height: 1;
  transition: 0.32s color, 0.32s background-color;
}

.c-pager__item--prev a,
.c-pager__item--next a {
  display: inline-block;
  border: none;
  text-indent: -100px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.5 8.39'%3E%3Cpath d='M10.35,3.84L6.67.15c-.2-.2-.51-.2-.71,0s-.2.51,0,.71l2.84,2.84H.5c-.28,0-.5.22-.5.49s.22.5.5.5h8.29s-2.83,2.85-2.83,2.85c-.2.2-.19.51,0,.71.1.1.23.15.35.15s.26-.05.35-.15l3.69-3.7c.19-.2.19-.51,0-.71Z' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat center left;
  background-size: 10px 8px;
  opacity: 0.82;
  transition: 0.32s background-position;
}

.c-pager__item--prev a {
  transform: scaleX(-1);
}

.c-pager__item--active a {
  background-color: rgba(var(--color-sub), 1);
  color: rgba(var(--color-bright), 1);
}

@media (min-width: 768px) and (hover: hover) {
  .c-pager__item:not(.c-pager__item--prev):not(.c-pager__item--next) a:hover {
    background-color: rgba(var(--color-sub), 1);
    color: rgba(var(--color-bright), 1);
  }

  .c-pager__item--prev a:hover,
  .c-pager__item--next a:hover {
    background-position: 5px center;
  }
}

.c-pickup {
  position: relative;
  margin-top: 94px;
  padding-top: 25px;
  padding-bottom: 30px;
  z-index: 1;
}

.c-pickup::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 72px);
  height: 100%;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid rgba(var(--color-bright), 1);
  transform: translateX(-50%);
  z-index: -1;
}

.c-pickup__slider {
  margin-top: 48px;
}

.c-pickup__link {
  display: block;
  width: 92%;
  margin-inline: auto;
  border-radius: 36px;
  overflow: clip;
}

.c-pickup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 69.5652173913%;
  height: 47.9381443299%;
  color: rgba(var(--color-bright), 1);
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.c-pickup__content::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-207.912deg, var(--color-gradient-main));
  z-index: -1;
  opacity: 0.87;
}

.c-pickup__text {
  margin-top: 16px;
  font-weight: 700;
  font-size: 2.4rem;
}

.c-pickup .splide__slide {
  position: relative;
  text-align: center;
}

.c-pickup .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  transform: translateY(-50%);
  overflow: clip;
  pointer-events: none;
}

.c-pickup .splide__arrow {
  position: relative;
  width: 98px;
  height: 96px;
  margin-left: -49px;
  padding: 0;
  background: linear-gradient(-207.912deg, var(--color-gradient-main));
  border: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  pointer-events: all;
}

.c-pickup .splide__arrow--next {
  margin-left: 0;
  margin-right: -49px;
  transform: scaleX(-1);
}

.c-pickup .splide__arrow::before {
  display: block;
  content: "";
  width: 20px;
  height: 26px;
  margin-left: 55px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.26 25.58'%3E%3Cpath d='M0,12.79L20.26,0v25.58L0,12.79Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
}

.c-pickup .splide__arrow svg {
  display: none;
}

@media (max-width: 767px) {
  .c-pickup {
    margin-top: 12.8vw;
  }

  .c-pickup__slider {
    margin-top: 8.5333333333vw;
  }
}

@media (max-width: 500px) {
  .c-pickup::before {
    width: calc(100% - 50px);
  }

  .c-pickup__icon img {
    width: 9.3333333333vw;
  }

  .c-pickup__text {
    margin-top: 2.9333333333vw;
    font-size: 4.5333333333vw;
  }

  .c-pickup .splide__arrow {
    width: 17.6vw;
    height: 17.6vw;
    margin-left: -8.8vw;
  }

  .c-pickup .splide__arrow--next {
    margin-left: 0;
    margin-right: -8.8vw;
  }

  .c-pickup .splide__arrow::before {
    width: 3.7333333333vw;
    height: 4.8vw;
    margin-left: 9.8666666667vw;
    background-size: 100%;
  }
}

.c-section-title__en {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(to right, var(--color-gradient-main));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  font-family: var(--font-montserrat);
  font-style: italic;
  font-size: 5.2rem;
  line-height: 52px;
  letter-spacing: 0.005em;
}

.c-section-title__en--small {
  font-size: 4.8rem;
  line-height: 48px;
  letter-spacing: 0.015em;
}

.c-section-title__ja {
  margin-top: 18px;
  text-align: center;
  font-size: 2.2rem;
  color: rgba(var(--color-main), 1);
}

@media (max-width: 500px) {
  .c-section-title__en {
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
  }

  .c-section-title__ja {
    margin-top: 2.4vw;
    font-size: 4.2666666667vw;
  }
}

.c-ticker {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  background: rgba(var(--color-bright), 1);
}

.c-ticker__title {
  width: 180px;
  padding-right: 5px;
  font-weight: 700;
  flex-shrink: 0;
  text-align: right;
  color: rgba(var(--color-caution), 1);
}

.c-ticker__list {
  overflow: hidden;
}

.c-ticker__list ul {
  width: 100%;
  white-space: nowrap;
}

.c-ticker__list li {
  display: inline-block;
  margin-right: 25px;
}

.c-ticker__list li::before {
  content: "●";
  margin-right: 0.5em;
  color: rgba(var(--color-sub), 1);
}

@media (max-width: 767px) {
  .c-ticker {
    height: 41px;
  }
}

@media (max-width: 550px) {
  .c-ticker__title {
    width: 100px;
    padding-right: 0;
  }
}

.c-visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.c-visual::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 613px;
  height: 324px;
  background: rgba(179, 189, 251, 0.62);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  z-index: 1;
}

.c-visual video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-visual__main {
  position: absolute;
  width: 1120px;
  height: 100vh;
}

.c-visual__main--movie::after {
  position: absolute;
  left: -518px;
  bottom: -478px;
  display: block;
  content: "";
  width: 1386px;
  height: 1386px;
  background: url(/admissions/assets/2024/img/home/circle.webp) no-repeat;
  background-size: 100%;
}

.c-visual__sub {
  position: relative;
  width: 800px;
  height: 100vh;
  margin-left: auto;
  overflow: hidden;
}

.c-visual__sub::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: brightness(1.3);
  z-index: 1;
}

.c-visual__sub--movie::before {
  background: rgba(var(--color-bright), 0.65);
  filter: brightness(1.4);
}

.c-visual__sub::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 530px;
  height: 280px;
  z-index: 1;
  background: rgba(122, 255, 179, 0.62);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.c-visual--oc {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: none;
}

.c-visual--oc::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(/admissions/assets/2024/img/opencampus/bg.webp) no-repeat;
  pointer-events: none;
  z-index: -1;
}

.c-visual--oc::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #d4ecee;
  -webkit-clip-path: none;
  clip-path: none;
  mix-blend-mode: multiply;
  opacity: 0.69;
  pointer-events: none;
  z-index: 0;
}

.c-visual__slider01 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1120px;
  height: 100%;
}

.c-visual__slider01 img {
  max-width: none;
}

.c-visual__slider02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1000px;
  height: 100%;
}

.c-visual__slider02 img {
  max-width: none;
}

@media (min-width: 1921px) {
  .c-visual video {
    width: 100%;
  }

  .c-visual__main {
    width: 58.3333333333vw;
  }

  .c-visual__sub {
    width: 41.6666666667vw;
  }

  .c-visual__slider01 {
    width: 58.3333333333vw;
  }

  .c-visual__slider01 img {
    width: 100%;
  }

  .c-visual__slider02 {
    width: 52.0833333333vw;
  }

  .c-visual__slider02 img {
    width: 100%;
  }
}

@media (max-width: 1920px) {
  .c-visual__main {
    width: calc(100% - 800px);
  }
}

@media (max-width: 1600px) {
  .c-visual__main {
    width: 50%;
  }

  .c-visual__sub {
    width: 50%;
  }

  .c-visual video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100vh;
  }
}

@media (max-width: 1000px) {
  .c-visual__main {
    display: none;
  }

  .c-visual__sub {
    width: 100%;
    height: 108vw;
  }

  .c-visual__sub::before {
    content: none;
  }

  .c-visual__sub--movie {
    height: 100vh;
  }

  .c-visual video {
    top: 0;
    transform: translateX(-50%);
  }

  .c-visual--oc {
    position: absolute;
  }

  .c-visual--oc::before,
  .c-visual--oc::after {
    position: fixed;
    z-index: -1;
  }

  .c-visual__slider02 {
    position: absolute;
    right: 0%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1000px;
    width: 100vw;
    height: 108vw;
  }

  .c-visual__slider02 img {
    max-width: 100%;
  }
}

@media (max-width: 676px) {
  .c-visual__sub {
    width: 100%;
    height: 730px;
  }

  .c-visual__sub--movie {
    height: 100vh;
  }

  .c-visual__slider02 {
    width: 767px;
    height: 730px;
  }
}

@media (max-width: 610px) {
  .c-visual::after {
    width: 100vw;
    height: 53.1147540984vw;
  }

  .c-visual--oc::after {
    content: none;
  }

  .c-visual__sub::after {
    width: 86.8852459016vw;
    height: 45.9016393443vw;
  }
}

@media (max-width: 500px) {
  .c-visual--oc::before {
    background: url(/admissions/assets/2024/img/opencampus/bg_sp.webp) no-repeat center top;
    background-repeat: 520px auto;
  }
}

.c-visual-ticker {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 800px);
}

@media (max-width: 1600px) {
  .c-visual-ticker {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  .c-visual-ticker {
    display: none;
  }
}

.c-visual-open-campus {
  position: absolute;
  right: 886px;
  bottom: 89px;
  z-index: 1;
  width: 560px;
}

.c-visual--oc .c-visual-open-campus {
  position: fixed;
}

.c-visual-open-campus__content {
  position: relative;
  padding: 20px 20px 24px;
  background: rgba(var(--color-bright), 0.9);
}

.c-visual-open-campus__title01 {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 4.9rem;
  line-height: 1.0238095238;
}

.c-visual-open-campus__char {
  color: rgba(var(--color-sub), 1);
}

.c-visual-open-campus__title02 {
  margin-top: 12px;
  line-height: 1.1764705882;
  font-size: 2rem;
  color: rgba(var(--color-main), 1);
}

@media (min-width: 1921px) {
  .c-visual-open-campus {
    left: 474px;
    right: auto;
  }
}

@media (max-width: 1920px) {
  .c-visual-open-campus {
    right: 46.1458333333vw;
  }
}

@media (min-width: 1791px) {

  .c-visual-open-campus__title01 br,
  .c-visual-open-campus__title02 br {
    display: none;
  }
}

@media (max-width: 1790px) {
  .c-visual-open-campus {
    width: 430px;
    right: 826px;
  }

  .c-visual-open-campus__title02 {
    position: absolute;
    top: 62px;
    right: 20px;
    font-size: 1.7rem;
  }
}

@media (min-width: 1301px) and (max-height: 950px) {
  .c-visual--oc .c-visual-open-campus {
    bottom: 5.2631578947vh;
  }
}

@media (max-width: 1300px) {
  .c-visual-open-campus {
    bottom: 3.8461538462vw;
    left: 3.3846153846vw;
    right: auto;
    z-index: 2;
  }
}

@media (max-width: 1300px) and (max-height: 750px) {
  .c-visual-open-campus {
    bottom: 8vh;
  }
}

@media (max-width: 1280px) and (max-height: 750px) {
  .c-visual-open-campus {
    bottom: 4vh;
  }
}

@media (max-width: 1000px) {
  .c-visual-open-campus {
    display: none;
  }
}

.c-visual-open-campus-links {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.c-visual-open-campus-links__item {
  width: 47.5%;
}

.c-visual-open-campus-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-top: 1px;
  height: 71px;
  background: rgba(var(--color-main), 1);
  border: 2px solid rgba(var(--color-main), 1);
  border-radius: 100px;
  font-weight: 700;
  color: rgba(var(--color-bright), 1);
  transition: 0.32s background-color, 0.32s color;
}

.c-visual-open-campus-links__icon {
  position: relative;
}

.c-visual-open-campus-links__icon::before,
.c-visual-open-campus-links__icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.32s opacity;
}

.c-visual-open-campus-links__icon::after {
  opacity: 0;
}

.c-visual-open-campus-links__icon--mail {
  width: 21px;
  height: 17px;
}

.c-visual-open-campus-links__icon--mail::before {
  background-image: url(/admissions/assets/2024/img/common/icon_mail_bright.svg);
}

.c-visual-open-campus-links__icon--mail::after {
  background-image: url(/admissions/assets/2024/img/common/icon_mail_blue.svg);
}

.c-visual-open-campus-links__icon--web {
  width: 20px;
  height: 20px;
}

.c-visual-open-campus-links__icon--web::before {
  background-image: url(/admissions/assets/2024/img/common/icon_web_bright.svg);
}

.c-visual-open-campus-links__icon--web::after {
  background-image: url(/admissions/assets/2024/img/common/icon_web_blue.svg);
}

@media (min-width: 768px) and (hover: hover) {
  .c-visual-open-campus-links__link:hover {
    background: rgba(var(--color-bright), 1);
    color: rgba(var(--color-main), 1);
  }

  .c-visual-open-campus-links__link:hover .c-visual-open-campus-links__icon::before {
    opacity: 0;
  }

  .c-visual-open-campus-links__link:hover .c-visual-open-campus-links__icon::after {
    opacity: 1;
  }
}

@media (max-width: 1300px) and (max-height: 750px) {
  .c-visual-open-campus-links {
    margin-top: 10px;
  }

  .c-visual-open-campus-links__link {
    height: 60px;
  }
}

.p-announcements-message {
  position: relative;
  margin-top: min(13.3333333333vw, 70px);
  padding: min(5.3333333333vw, 30px);
  z-index: 1;
}

.p-announcements-message::before {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  content: "";
  width: 800px;
  height: 100%;
  background: rgba(var(--color-bright), 0.85);
  transform: translateX(-50%);
  z-index: -1;
}

.p-announcements-message__text01 {
  line-height: 1.8666666667;
  font-size: min(4vw, 1.8rem);
}

.p-announcements-message__text02 {
  margin-top: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8666666667;
  font-weight: 700;
  font-size: min(4vw, 1.8rem);
  color: rgba(var(--color-caution), 1);
}

@media (max-width: 1600px) {
  .p-announcements-message::before {
    width: 50vw;
  }
}

@media (max-width: 1000px) {
  .p-announcements-message::before {
    width: 100vw;
  }
}

.p-announcements-section {
  margin-top: min(18.6666666667vw, 80px);
  padding: min(5.3333333333vw, 30px);
}

.p-announcements-section+.p-announcements-section {
  margin-top: min(10.6666666667vw, 50px);
}

.p-announcements-section--01 {
  background: linear-gradient(to bottom,
      rgba(228, 231, 251, 0.85) 0%,
      rgba(255, 255, 255, 0.85) 100%);
}

.p-announcements-section--02 {
  background: linear-gradient(to bottom,
      rgba(235, 251, 242, 0.85) 0%,
      rgba(255, 255, 255, 0.85) 100%);
}

.p-announcements-section--03 {
  background: linear-gradient(to bottom,
      rgba(221, 238, 248, 0.85) 0%,
      rgba(255, 255, 255, 0.85) 100%);
}

.p-announcements-section__title {
  text-align: center;
  font-size: min(6.9333333333vw, 32px);
}

.p-announcements-section--01 .p-announcements-section__title {
  color: rgba(var(--color-sub), 1);
}

.p-announcements-section--02 .p-announcements-section__title {
  color: #25d286;
}

.p-announcements-section--03 .p-announcements-section__title {
  color: #4ca6db;
}

.p-announcements-section__empty {
  margin-top: min(5.3333333333vw, 30px);
  padding: 20px 30px;
  border: 1px solid rgba(172, 172, 172, 0.5);
  text-align: center;
}

@media (max-width: 600px) {
  .p-announcements-section {
    margin-inline: 5.3333333333vw;
  }
}

.p-announcements-files {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-top: min(5.3333333333vw, 30px);
}

.p-announcements-files__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13px 40px;
  text-align: center;
  color: rgba(var(--color-bright), 1);
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}

.p-announcements-files__link::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-announcements-files__link::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 21px;
  height: 17px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 16.83'%3E%3Cpath d='M21.2,8.06L13.3.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l7.05,7.06H.5c-.28-.01-.5.21-.5.49s.22.5.5.5h19.15s-7.05,7.08-7.05,7.08c-.2.2-.2.51,0,.71.1.1.23.15.35.15s.26-.05.35-.15l7.9-7.92c.2-.19.2-.51,0-.71Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 21px 17px;
  opacity: 0.82;
}

.p-announcements-section--01 .p-announcements-files__link::before {
  background-color: rgba(var(--color-sub), 1);
}

.p-announcements-section--02 .p-announcements-files__link::before {
  background-color: #25d286;
}

.p-announcements-section--03 .p-announcements-files__link::before {
  background-color: #4ca6db;
}

.p-announcements-files__text01 {
  display: block;
  font-size: min(4vw, 1.8rem);
}

.p-announcements-files__text02 {
  display: block;
  font-size: min(5.3333333333vw, 2.4rem);
}

.p-announcements-files__text02::after {
  display: inline-block;
  content: "";
  width: min(4vw, 18px);
  height: min(4vw, 18px);
  margin-left: 6px;
  background: url(/admissions/assets/2024/img/common/icon_announcements_pdf.svg) no-repeat;
  background-size: 100%;
}

.p-home-oc {
  margin-top: 5.3333333333vw;
  padding: 15px 25px;
  background: rgba(var(--color-bright), 0.85);
}

.p-home-oc__title {
  position: relative;
}

.p-home-oc__title01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 6.2rem;
  line-height: 1.0238095238;
}

.p-home-oc__char {
  color: rgba(var(--color-sub), 1);
}

.p-home-oc__title02 {
  position: absolute;
  right: 0;
  bottom: 0.15em;
  font-size: 2.4rem;
  color: rgba(var(--color-main), 1);
  line-height: 1.1764705882;
}

@media (min-width: 1001px) {
  .p-home-oc {
    display: none;
  }
}

@media (max-width: 830px) and (min-width: 768px) {
  .p-home-oc__title01 {
    font-size: 7.4698795181vw;
  }
}

@media (max-width: 550px) {
  .p-home-oc {
    padding: 15px 3.6363636364vw;
  }

  .p-home-oc__title01 {
    font-size: min(11.2vw, 6.2rem);
  }

  .p-home-oc__title02 {
    bottom: 0.15em;
    font-size: min(4.5333333333vw, 2.4rem);
  }
}

@media (min-width: 1281px) {
  .p-home-ticker {
    display: none;
  }
}

.p-home-news {
  margin-top: 78px;
  padding: 60px 18px 80px;
  background: rgba(var(--color-bright), 0.95);
  border-radius: 28px;
}

.p-home-news__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(28.5333333333vw, 157px);
  height: min(8.2666666667vw, 46px);
  margin-top: min(6.4vw, 40px);
  margin-inline: auto;
  background: rgba(var(--color-sub), 1);
  border-radius: 100px;
  font-family: var(--font-montserrat);
  font-size: min(3.4666666667vw, 15px);
  color: rgba(var(--color-bright), 1);
  transition: 0.32s background-color;
}

@media (max-width: 500px) {
  .p-home-news {
    margin-top: 17.8666666667vw;
    margin-bottom: 100vh;
    border-radius: 0;
    padding: 12.2666666667vw 3.2vw 14.4vw;
  }
}

@media (min-width: 768px) and (hover: hover) {
  .p-home-news__button:hover {
    background: rgba(var(--color-main), 1);
  }
}

.p-information-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: max(-9.8666666667vw, -50px);
  left: 50%;
  width: min(19.7333333333vw, 100px);
  height: min(19.7333333333vw, 100px);
  background: rgba(var(--color-main), 1);
  color: rgba(var(--color-bright), 1);
  transform: translateX(-50%);
  border-radius: 100px;
}

.p-information-date__y {
  font-family: var(--font-roboto);
  font-size: min(3.2vw, 16px);
  line-height: 1.3;
}

.p-information-date__md {
  font-family: var(--font-roboto);
  font-size: min(4.8vw, 24px);
  line-height: 1.3;
}

.p-op-bg {
  position: absolute;
  z-index: 1;
}

.p-op-bg img {
  max-width: none;
}

.p-op-bg--01 {
  top: -69px;
  left: 546px;
}

.p-op-bg--02 {
  display: none;
  top: 360px;
  left: -49px;
}

.p-op-bg--03 {
  top: 479px;
  right: 594px;
}

@media (max-width: 1600px) {
  .p-oc-detail .p-op-bg--01 {
    display: none;
  }
}

@media (max-width: 1500px) {
  .p-op-bg--03 {
    right: 39.6vw;
    width: 31.8vw;
  }

  .p-oc-detail .p-op-bg--03 {
    display: none;
  }
}

@media (max-width: 1000px) {
  .p-op-bg {
    z-index: 0;
  }

  .p-oc-detail .p-op-bg--02 {
    display: none;
  }
}

@media (max-width: 888px) {
  .p-op-bg--01 {
    top: -69px;
    left: auto;
    right: -214px;
  }
}

@media (max-width: 600px) {
  .p-op-bg--01 {
    right: -35.6666666667vw;
  }

  .p-op-bg--01 img {
    width: 91.8333333333vw;
  }

  .p-op-bg--02 {
    display: block;
    top: 68vw;
    left: -16.5333333333vw;
  }

  .p-op-bg--02 img {
    width: 65.0666666667vw;
  }

  .p-op-bg--03 {
    top: 202.6666666667vw;
    left: -5.3333333333vw;
    right: auto;
  }

  .p-op-bg--03 img {
    width: 64vw;
  }
}

.p-oc-heading {
  text-align: center;
}

.p-oc-heading__en {
  font-style: italic;
  font-family: var(--font-montserrat);
  font-size: 5.1rem;
  line-height: 1.137254902;
}

.p-oc-heading__en::first-letter {
  color: rgba(var(--color-sub), 1);
}

.p-oc-heading__ja {
  margin-top: 15px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  color: rgba(var(--color-main), 1);
}

@media (max-width: 500px) {
  .p-oc-heading__en {
    font-size: 10.9333333333vw;
  }

  .p-oc-heading__ja {
    margin-top: 2.4vw;
    font-size: 4.2666666667vw;
  }
}

.p-op-special {
  position: relative;
  margin-top: 154px;
  padding: 40px 30px 41px;
  background: url(/admissions/assets/2024/img/opencampus/bg_grid01.png);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-op-special__image01 {
  position: absolute;
  top: -82px;
  right: 0;
}

.p-op-special__title {
  width: 86.9387755102%;
  margin-inline: auto;
  background: linear-gradient(to bottom, transparent 70%, #7affb3 70%);
  text-align: center;
  font-family: var(--font-montserrat);
  font-style: italic;
  font-size: 4.5rem;
  line-height: 1.5;
}

.p-op-special_paragraph {
  margin: 10px 32px 0 32px;
}

.p-op-special__days {
  display: flex;
  justify-content: flex-start;
  margin-top: 58px;
}

.p-op-special__days li {
  max-width: 33%;
  text-align: center;
}

.p-op-special__md {
  font-family: var(--font-montserrat);
  font-size: 6rem;
  color: rgba(var(--color-base), 1);
  line-height: 1;
}

.p-op-special__weekday {
  font-family: var(--font-montserrat);
  font-size: 3.4rem;
  color: rgba(var(--color-main), 1);
  line-height: 1;
}

.p-op-special__point {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 85.4545454545%;
  margin-top: 40px;
  margin-inline: auto;
  transform: rotateZ(-4deg);
}

.p-op-special__point__item {
  position: relative;
  padding-left: 72px;
  padding-block: 12px;
  background: #fc91a3;
  border: 1px solid #707070;
  color: rgba(var(--color-bright), 1);
}

.p-op-special__point__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin-block: auto;
  display: block;
  content: "";
  width: 30px;
  height: 31px;
  background: url(/admissions/assets/2024/img/opencampus/icon_star.png) no-repeat;
  background-size: 100%;
}

.p-op-special__point-large {
  font-family: var(--font-kaisei);
  font-size: 3.8rem;
  line-height: 1;
}

.p-op-special__point-small {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
}

@media (min-width: 1001px) and (max-width: 1260px) {
  .p-op-special__title {
    font-size: 3.5714285714vw;
  }

  .p-op-special__days {
    margin-top: 1.6666666667vw;
  }

  .p-op-special__md {
    font-size: 4.7619047619vw;
  }

  .p-op-special__weekday {
    font-size: 2.6984126984vw;
  }

  .p-op-special__point__item {
    padding-left: 3.3333333333vw;
  }

  .p-op-special__point__item::before {
    left: 1.1111111111vw;
    width: 1.4285714286vw;
    height: 1.5079365079vw;
  }

  .p-op-special__point-large {
    font-size: 3.0158730159vw;
  }

  .p-op-special__point-small {
    font-size: 1.6666666667vw;
  }
}

@media (max-width: 600px) {
  .p-op-special {
    margin-top: 17.0666666667vw;
    margin-inline: 5.3333333333vw;
    padding: 27px 20px 25px;
  }

  .p-op-special__image01 {
    top: -13.6666666667vw;
    width: 21.6666666667vw;
  }

  .p-op-special__title {
    width: 69.0666666667vw;
    font-size: 7.7333333333vw;
  }

  .p-op-special__days {
    margin-top: 5.6vw;
  }

  .p-op-special__md {
    font-size: 9.8666666667vw;
  }

  .p-op-special__weekday {
    font-size: 5.8666666667vw;
  }

  .p-op-special__point {
    width: 76.2666666667vw;
    margin-top: 5.6vw;
  }

  .p-op-special__point__item {
    position: relative;
    padding-left: 11.2vw;
    padding-block: 12px;
    background: #fc91a3;
    border: 1px solid #707070;
    color: rgba(var(--color-bright), 1);
  }

  .p-op-special__point__item::before {
    left: 3.7333333333vw;
    width: 4.8vw;
    height: 5.0666666667vw;
  }

  .p-op-special__point-large {
    font-size: 6.4vw;
  }

  .p-op-special__point-small {
    font-size: 3.7333333333vw;
  }
}

@media (max-width: 600px) {
  .p-op-special {
    margin-bottom: 46.4vw;
  }
}

.p-op-special-image02 {
  position: absolute;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.p-op-special-image02 img {
  margin-top: -262px;
  max-width: none;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .p-op-special-image02 {
    width: 12.6875vw;
  }
}

@media (max-width: 1000px) {
  .p-op-special-image02 {
    right: auto;
    left: 100%;
  }
}

@media (max-width: 767px) {
  .p-op-special-image02 {
    right: 0;
    left: auto;
  }

  .p-op-special-image02 img {
    width: 26.4667535854vw;
  }
}

.p-oc-schedule {
  position: relative;
  margin-top: 78px;
  padding: 40px 0 42px;
  background: rgba(var(--color-bright), 1);
}

.p-oc-schedule__tape01 {
  position: absolute;
  right: -46px;
  top: -76px;
}

.p-oc-schedule__tape02 {
  position: absolute;
  left: -64px;
  bottom: -56px;
}

.p-oc-schedule__item:not(:first-child) {
  border-top: 1px solid rgba(var(--color-base), 0.2);
}

.p-oc-schedule__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 30px;
  padding-right: 60px;
  transition: 0.32s background-color;
}

.p-oc-schedule__link::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 27px;
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.77 21.05'%3E%3Cpath d='M26.63,10.17L16.62.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l9.15,9.17-24.57-.02c-.28,0-.5.22-.5.5s.22.5.5.5l24.57.02-9.15,9.17c-.2.2-.2.51,0,.71.2.2.51.2.71,0l10.01-10.02c.09-.09.15-.22.15-.35,0-.13-.05-.26-.15-.35Z' style='fill: %23333; opacity: .82; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
}

.p-oc-schedule__link--end {
  opacity: 0.5;
  cursor: normal;
}

.p-oc-schedule__date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 85px;
  border-radius: 0 50px 50px 0;
  background: rgba(var(--color-sub), 1);
  color: rgba(var(--color-bright), 1);
}

.p-oc-schedule__md {
  font-family: var(--font-roboto);
  font-size: 2.2rem;
  line-height: 1.2222222222;
}

.p-oc-schedule__weekday {
  font-family: var(--font-roboto);
  font-size: 1.9rem;
  line-height: 1.2105263158;
}

.p-oc-schedule__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: rgba(var(--color-base), 1);
}

.p-oc-schedule__next {
  display: block;
  width: 64px;
  margin-bottom: 10px;
  background: rgba(var(--color-sub), 1);
  text-align: center;
  font-weight: 400;
  font-family: var(--font-montserrat);
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  color: rgba(var(--color-bright), 1);
}

@media (min-width: 768px) and (hover: hover) {
  .p-oc-schedule__link:not(.p-oc-schedule__link--end):hover {
    background: rgba(var(--color-main), 0.05);
  }
}

@media (max-width: 600px) {
  .p-oc-schedule {
    margin-inline: 5.3333333333vw;
  }

  .p-oc-schedule__tape01 {
    right: -7.6666666667vw;
    top: -12.6666666667vw;
    width: 30.8333333333vw;
  }

  .p-oc-schedule__tape02 {
    left: -10.6666666667vw;
    bottom: -9.3333333333vw;
    width: 31.3333333333vw;
  }
}

@media (max-width: 500px) {
  .p-oc-schedule__list {
    margin-top: 1.8666666667vw;
  }

  .p-oc-schedule__link {
    gap: 3.4666666667vw;
    padding-block: 5.3333333333vw;
    padding-right: 10.6666666667vw;
  }

  .p-oc-schedule__link::after {
    top: calc(50% - 1.6vw);
    right: 4.8vw;
    width: 4.2666666667vw;
    height: 3.2vw;
  }

  .p-oc-schedule__date {
    width: 14.9333333333vw;
    height: 14.4vw;
  }

  .p-oc-schedule__md {
    font-size: 4.8vw;
  }

  .p-oc-schedule__weekday {
    font-size: 3.2vw;
  }

  .p-oc-schedule__title {
    font-size: 4.5333333333vw;
  }

  .p-oc-schedule__next {
    width: 12vw;
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }
}

.p-oc-matsunavi-header {
  position: relative;
  width: 648px;
  height: 618px;
  margin-top: -60px;
}

.p-oc-matsunavi-header__image01,
.p-oc-matsunavi-header__image02 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.p-oc-matsunavi-header__image01 {
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}

.p-oc-matsunavi-header__text {
  position: absolute;
  left: 85px;
  top: 280px;
  font-family: var(--font-kaisei);
  line-height: 1;
}

.p-oc-matsunavi-header__text01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 2.9rem;
}

.p-oc-matsunavi-header__text01::before,
.p-oc-matsunavi-header__text01::after {
  display: block;
  width: 1px;
  height: 43px;
  content: "";
  background: rgba(var(--color-base), 1);
  transform: rotateZ(-23deg);
}

.p-oc-matsunavi-header__text01::after {
  transform: scaleX(-1) rotateZ(-23deg);
}

.p-oc-matsunavi-header__logo {
  margin-top: -5px;
  text-align: center;
}

.p-oc-matsunavi-header__logo img {
  margin-left: -5px;
  width: min(42.6666666667vw, 200px);
}

.p-oc-matsunavi-header__text02 {
  margin-top: -10px;
  text-align: center;
  font-size: 2.4rem;
}

.p-oc-matsunavi-header__text03 {
  margin-top: 5px;
  text-align: center;
  font-size: 2.9rem;
}

.p-oc-matsunavi-header__text04 {
  margin-top: 16px;
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 570px) {
  .p-oc-matsunavi-header {
    width: 113.6842105263vw;
    height: 108.4210526316vw;
    margin-top: -10.5263157895vw;
  }

  .p-oc-matsunavi-header__text {
    left: 14.9122807018vw;
    top: 49.1228070175vw;
  }

  .p-oc-matsunavi-header__text01 {
    gap: 2.6315789474vw;
    font-size: 5.0877192982vw;
  }

  .p-oc-matsunavi-header__text01::before,
  .p-oc-matsunavi-header__text01::after {
    height: 7.5438596491vw;
  }

  .p-oc-matsunavi-header__text02 {
    margin-top: -1.7543859649vw;
    font-size: 4.2105263158vw;
  }

  .p-oc-matsunavi-header__text03 {
    font-size: 5.0877192982vw;
  }

  .p-oc-matsunavi-header__text04 {
    margin-top: 2.8070175439vw;
    font-size: 3.5087719298vw;
  }
}

.p-oc-matsunavi-image01 {
  position: relative;
  aspect-ratio: 547/538;
  margin-top: -295px;
  mix-blend-mode: multiply;
}

.p-oc-matsunavi-image01 img {
  position: absolute;
  top: 0;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1150px) and (min-width: 1000px) {
  .p-oc-matsunavi-image01 img {
    -webkit-mask-image: linear-gradient(to right,
        transparent 15%,
        rgb(0, 0, 0) 20%,
        rgb(0, 0, 0) 80%,
        transparent);
    mask-image: linear-gradient(to right,
        transparent 15%,
        rgb(0, 0, 0) 20%,
        rgb(0, 0, 0) 80%,
        transparent);
  }
}

@media (max-width: 800px) {
  .p-oc-matsunavi-image01 {
    aspect-ratio: auto;
    padding-top: 65.5vw;
    margin-top: -36.875vw;
  }

  .p-oc-matsunavi-image01 img {
    width: 100vw;
  }
}

@media (max-width: 500px) {
  .p-oc-matsunavi-image01 {
    margin-top: -184.375px;
    padding-top: 327.5px;
  }

  .p-oc-matsunavi-image01 img {
    width: 500px;
  }
}

.p-oc-matsunavi-image02 {
  position: relative;
  aspect-ratio: 547/1045;
  margin-top: -243px;
}

.p-oc-matsunavi-image02 img {
  position: absolute;
  top: 0;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .p-oc-matsunavi-image02 {
    margin-top: -30.375vw;
    padding-top: 130.625vw;
  }

  .p-oc-matsunavi-image02 img {
    width: 100vw;
  }
}

@media (max-width: 500px) {
  .p-oc-matsunavi-image02 {
    margin-top: -151.875px;
    padding-top: 653.125px;
  }

  .p-oc-matsunavi-image02 img {
    width: 500px;
  }
}

.p-oc-matsunavi-about {
  position: relative;
  padding: min(4vw, 25px);
  margin-top: -80px;
  background: url(/admissions/assets/2024/img/opencampus/bg_grid01.png);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-oc-matsunavi-about__accordion {
  margin-top: min(5.3333333333vw, 30px);
  overflow: hidden;
  transition: 0.32s height;
}

.p-oc-matsunavi-about__header {
  position: relative;
  cursor: pointer;
}

.p-oc-matsunavi-about__header::after {
  top: calc(50% - min(1.3333333333vw, 8px));
  right: 10px;
  position: absolute;
  display: block;
  content: "";
  width: min(2.6666666667vw, 16px);
  height: min(2.6666666667vw, 16px);
  background: url(/admissions/assets/2024/img/opencampus/accordion_icon.svg) no-repeat;
  background-size: 100%;
  transition: 0.32s transform;
}

[data-status="active"] .p-oc-matsunavi-about__header::after {
  transform: rotateZ(-135deg);
}

.p-oc-matsunavi-about__title {
  font-weight: bold;
  color: rgb(var(--color-sub));
  font-size: min(4.5333333333vw, 2rem);
}

.p-oc-matsunavi-about__content {
  padding-top: 20px;
}

@media (max-width: 800px) {
  .p-oc-matsunavi-about {
    margin-top: -10vw;
  }
}

@media (max-width: 600px) {
  .p-oc-matsunavi-about {
    margin-inline: 5.3333333333vw;
  }
}

.p-oc-matsunavi-movies {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}

.p-oc-matsunavi-movies__title {
  position: relative;
  padding-left: 66px;
  font-weight: 700;
  font-size: 2.6rem;
}

.p-oc-matsunavi-movies__title::before {
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  content: "";
  width: 54px;
  height: 45px;
  background: url(/admissions/assets/2024/img/opencampus/icon_movie_heading.png) no-repeat;
  background-size: 100%;
}

.p-oc-matsunavi-movies__movie {
  margin-top: 26px;
}

.p-oc-matsunavi-movies__link {
  position: relative;
  display: block;
  padding: 2.9090909091% 11.4545454545% 12px 11.2727272727%;
  background: url(/admissions/assets/2024/img/opencampus/matsunavi_movie_bg.png) no-repeat;
  background-size: 100%;
}

.p-oc-matsunavi-movies__link::after {
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  content: "";
  width: 61px;
  height: 61px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.21 61.21'%3E%3Cpath d='M30.61,0c5.4-.04,10.7,1.37,15.36,4.1,4.63,2.67,8.47,6.52,11.14,11.14,2.73,4.66,4.14,9.97,4.1,15.36.04,5.4-1.37,10.7-4.1,15.36-2.67,4.62-6.51,8.47-11.14,11.14-4.66,2.73-9.97,4.14-15.36,4.1-5.4.04-10.7-1.37-15.36-4.1-4.63-2.67-8.47-6.51-11.14-11.14C1.37,41.31-.04,36,0,30.61c-.04-5.4,1.37-10.7,4.1-15.36,2.67-4.63,6.52-8.47,11.14-11.14C19.9,1.37,25.21-.04,30.61,0ZM45.91,32.8c1.21-.69,1.63-2.23.95-3.44-.22-.4-.55-.72-.95-.95l-21.68-12.76c-.77-.5-1.76-.52-2.55-.04-.82.44-1.31,1.31-1.28,2.23v25.5c-.03.93.46,1.79,1.27,2.23.39.2.83.31,1.27.32.45,0,.89-.12,1.27-.36l21.68-12.74Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  transition: 0.32s transform;
}

@media (min-width: 768px) and (hover: hover) {
  .p-oc-matsunavi-movies__link:hover::after {
    transform: scale(1.1);
  }
}

@media (max-width: 600px) {
  .p-oc-matsunavi-movies {
    gap: min(9.3333333333vw, 50px);
  }

  .p-oc-matsunavi-movies__title {
    padding-left: min(11.4666666667vw, 66px);
    font-size: min(4.2666666667vw, 2.6rem);
  }

  .p-oc-matsunavi-movies__title::before {
    width: min(9.8666666667vw, 54px);
    height: min(8.2666666667vw, 45px);
  }

  .p-oc-matsunavi-movies__movie {
    margin-top: min(2.6666666667vw, 26px);
  }

  .p-oc-matsunavi-movies__link img {
    width: 100%;
  }
}

.modaal-video-wrap {
  margin-inline: 0;
}

.p-oc-detail-message {
  margin-top: min(6.6666666667vw, 32px);
  margin-inline: 38px;
  padding: min(4.5333333333vw, 32px);
  border: 1px solid #e89ba8;
  text-align: center;
  color: rgba(var(--color-caution), 1);
  font-weight: 700;
}

.p-oc-detail-heading01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(to bottom, transparent 65%, #7affb3 65%);
  text-align: center;
  font-weight: 700;
  font-size: min(6.4vw, 32px);
  line-height: 1.4;
}

.p-oc-detail-heading02 {
  border-bottom: 1px dashed #b8c0fb;
  font-size: min(4.8vw, 24px);
}

.p-oc-detail-heading02--margin {
  margin-top: min(8vw, 40px);
}

.p-oc-detail-text {
  margin-top: min(4vw, 20px);
}

.p-oc-detail-strong {
  font-size: min(4.8vw, 24px);
  color: rgba(var(--color-caution), 1);
}

.p-oc-detail-note {
  margin-top: min(4vw, 20px);
  font-size: min(3.2vw, 15px);
  color: #4054d9;
}

.p-oc-detail-note--indent {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.p-oc-detail-note--red {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: rgba(var(--color-caution), 1);
}

.p-oc-detail-list {
  padding-left: min(4.2666666667vw, 24px);
}

.p-oc-detail-list li {
  position: relative;
}

.p-oc-detail-list li::before {
  position: absolute;
  left: min(-4.2666666667vw, -24px);
  left: -16px;
  top: 0.5em;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #39e298;
  border-radius: 50%;
}

.p-oc-detail-bus li {
  position: relative;
  margin-top: 14px;
  padding-left: 19px;
}

.p-oc-detail-bus li::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  display: block;
  content: "";
  width: 12.66px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.66 14.92'%3E%3Cpath d='M1.21,13.39v1.25c0,.16.13.29.28.29h1.69c.16,0,.28-.13.28-.29h0v-.87h-.8c-.51,0-1.01-.13-1.46-.38' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3Cpath d='M9.2,13.77v.87c0,.16.13.29.29.29h1.69c.16,0,.29-.13.29-.29h0v-1.25c-.45.25-.95.38-1.46.38h-.8Z' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3Cpath d='M9.53,0H3.13C1.4,0,0,1.4,0,3.13v7.62c0,1.47,1.19,2.66,2.66,2.66h7.34c1.47,0,2.66-1.19,2.66-2.66V3.13C12.66,1.4,11.26,0,9.53,0c0,0,0,0,0,0M3.62,1.41h5.43v.9H3.62v-.9ZM1.99,4.33c0-.39.32-.71.71-.71,0,0,0,0,0,0h7.27c.39,0,.71.32.71.71v3.01c0,.39-.32.71-.71.71H2.7c-.39,0-.71-.32-.71-.71v-3.01M2.67,11.53c-.46,0-.83-.37-.83-.83,0-.46.37-.83.83-.83s.83.37.83.83-.37.83-.83.83h0M7.97,12.56h-3.11v-1.35h3.11v1.35ZM10,11.53c-.46,0-.83-.37-.83-.83s.37-.83.83-.83.83.37.83.83-.37.83-.83.83h0' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3C/svg%3E");
}

.p-oc-detail-bus__link {
  position: relative;
  display: inline-block;
  padding-left: min(4vw, 20px);
  padding-right: min(1.8666666667vw, 10px);
  background: rgba(var(--color-bright), 1);
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  font-size: min(2.6666666667vw, 1.2rem);
  line-height: min(4vw, 1.7rem);
  color: rgba(var(--color-sub), 1);
  vertical-align: 3px;
  transition: 0.32s color, 0.32s background-color, 0.32s border-color;
}

.p-oc-detail-bus__link--way{
  margin-left: 5px;
}


.p-oc-detail-bus__link::before {
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  content: "";
  width: min(2vw, 1rem);
  height: min(2.4vw, 1.2rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7.55 9.167'%3E%3Cpath d='M3.775,0A3.775,3.775,0,0,0,0,3.775C0,5.859,2.967,9.167,3.775,9.167S7.55,5.859,7.55,3.775A3.775,3.775,0,0,0,3.775,0m0,5.507A1.733,1.733,0,1,1,5.507,3.775,1.732,1.732,0,0,1,3.775,5.507' fill='%236b7adf'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  transition: 0.32s opacity;
}
.p-oc-detail-bus__link--way::before{
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjkuMyA1MTIiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM2YjdhZGY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJfMiIgZGF0YS1uYW1lPSIyIj4KICAgIDxnPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDYuMzksMzQ2LjJjLTguNC0uNTEtMjguNTkuNjktNDguODEsNC41My0xMS43LTExLjg0LTIxLjgzLTI2Ljc1LTI5LjM0LTM5LjA1LDI0LjA4LTY5LjIzLDguODMtODguOTEtMTEuNy04OC45MS0xNi4xMiwwLTI0LjE3LDE3LjAxLTIyLjM4LDM1LjguOTEsOS40Niw4LjkyLDI5LjM0LDE4Ljc4LDQ4LjIyLTYuMDUsMTUuOTEtMTYuODUsNDIuODEtMjcuNTYsNjIuMjctMTIuNTQsMy44MS0yMy4zLDguMDUtMzEuMDMsMTEuNjItMzguNDYsMTcuODktNDEuNTYsNDEuNzctMzMuNTUsNTEuODksMTUuMiwxOS4yMyw0Ny41OCwyLjY0LDgwLjA3LTU1LjQ3LDIyLjI0LTYuMzMsNTEuNTEtMTQuNzUsNTQuMTUtMTQuNzUuMywwLC43Mi4xLDEuMi4yNSwxNi4yMSwxNC4zLDM1LjM3LDMwLjY3LDUxLjEzLDMyLjgzLDIyLjgxLDMuMTQsMzUuNzktMTMuNDEsMzQuODktMjMuNjktLjg5LTEwLjI5LTYuOS0yMy44MS0zNS44NS0yNS41NVpNMTYyLjQxLDQwOC44OGMtOS40LDExLjE4LTI0LjYxLDIxLjktMjkuOTcsMTguMzMtNS4zNy0zLjU3LTYuMjYtMTMuODYsNS44Mi0yNS41LDEyLjA4LTExLjYyLDMyLjI5LTE3LjY2LDM1LjMzLTE4Ljc5LDMuNTktMS4zNCw0LjQ4LDAsNC40OCwxLjc5LDAsMS43OS02LjI2LDEyLjk3LTE1LjY2LDI0LjE2Wk0yMDMuNTcsMjU4LjU3Yy0uOS0xMS4xOSwxLjMzLTIxLjkyLDEwLjczLTIzLjI2LDkuMzktMS4zNSwxMy44Nyw5LjM5LDEwLjI5LDI2LjgzLTMuNTgsMTcuNDYtNS4zOCwyOS4wOC03LjE2LDMwLjQ0LTEuNzksMS4zNC0zLjU3LTMuMTQtMy41Ny0zLjE0LTMuNTktNy4xNy05LjQtMTkuNjktMTAuMjktMzAuODZaTTIwNy4xNSwzNjMuN2M0LjkxLTguMDYsMTcuNDQtNDAuNywxNy40NC00MC43LDIuNjgsNC45MywyMy43LDI5Ljk2LDIzLjcsMjkuOTYsMCwwLTMyLjIxLDcuMTctNDEuMTQsMTAuNzVaTTMwNC42NSwzNzcuOTljLTEzLjQxLTEuNzctMzYuMjItMTcuODktMzYuMjItMTcuODktMy4xMy0xLjM0LDI0Ljk5LTUuMTYsMzUuNzktNC40NywxMy44OC45LDE4Ljc5LDYuNzIsMTguNzksMTIuNTNzLTQuOTIsMTEuNjItMTguMzYsOS44M1oiLz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDE5Ljk4LDEwNy42NkwzMjEuNjQsOS4zMWwtOS4zMS05LjMxSDk4LjU5QzUxLjI0LDAsMTIuNzIsMzguNTMsMTIuNzIsODUuOXY2LjU3SDB2MTAyLjczaDEyLjcydjIzMC45YzAsNDcuMzYsMzguNTMsODUuODksODUuODgsODUuODloMjQ0LjgxYzQ3LjM3LDAsODUuODktMzguNTMsODUuODktODUuODlWMTE2Ljk4bC05LjMxLTkuMzJaTTM0My40LDQ4MC4xOUg5OC41OWMtMjkuODgsMC01NC4wOS0yNC4yMS01NC4wOS01NC4wOXYtMjMwLjloMTU3LjMxdi0xMDIuNzNINDQuNTF2LTYuNTdjMC0yOS44OCwyNC4yMS01NC4xLDU0LjA5LTU0LjFoMTkyLjk0djYwLjg5YzAsMjQuODksMjAuMTksNDUuMDcsNDUuMDgsNDUuMDdoNjAuODl2Mjg4LjM1YzAsMjkuODgtMjQuMjIsNTQuMDktNTQuMSw1NC4wOVpNNDYuNzQsMTY2LjA5di00Ny41NWMwLS44NC42OC0xLjUyLDEuNTItMS41MmgxNS4xMWMyLjQ5LDAsNC43OS40MSw2Ljg0LDEuMjEsMi4wMy43OSwzLjgxLDEuOTEsNS4zLDMuMzIsMS41LDEuNDIsMi42NSwzLjE0LDMuNDMsNS4xMi43OCwxLjk0LDEuMTgsNC4wNiwxLjE4LDYuMjlzLS40LDQuNDEtMS4xOSw2LjMzYy0uNzgsMS45Mi0xLjkzLDMuNjItMy40Miw1LjA1LTEuNDgsMS40My0zLjI3LDIuNTUtNS4zMiwzLjMzLTIuMDQuNzgtNC4zMywxLjE3LTYuODIsMS4xN2gtNi4zOHYxNy4yNGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTcuMjFjLS44NCwwLTEuNTMtLjY4LTEuNTMtMS41MlpNOTMuMzMsMTY2LjA5di00Ny41NWMwLS44NC42OC0xLjUyLDEuNTItMS41MmgxNi43YzMuMTcsMCw1Ljk3LjUzLDguMzIsMS41NywyLjM5LDEuMDYsNC41MiwyLjc1LDYuMzUsNS4wMS45NCwxLjE5LDEuNjksMi41LDIuMjQsMy45Mi41MywxLjM4LjkzLDIuODYsMS4xOSw0LjQxLjI1LDEuNTMuNCwzLjE4LjQ1LDQuOTYuMDQsMS42OS4wNywzLjUxLjA3LDUuNDVzLS4wMiwzLjc1LS4wNyw1LjQ0Yy0uMDUsMS43Ny0uMiwzLjQzLS40NSw0Ljk2LS4yNiwxLjU1LS42NiwzLjAyLTEuMTksNC40LS41NSwxLjQzLTEuMywyLjc0LTIuMjMsMy45MS0xLjg0LDIuMjgtMy45OCwzLjk3LTYuMzUsNS4wMi0yLjMzLDEuMDQtNS4xMywxLjU3LTguMzIsMS41N2gtMTYuN2MtLjg0LDAtMS41Mi0uNjgtMS41Mi0xLjUyWk0xNzIuOTIsMTM3Ljk4Yy44NCwwLDEuNTIuNjgsMS41MiwxLjUydjYuNDhjMCwuODQtLjY4LDEuNTItMS41MiwxLjUyaC0xOC4yNHYxOC41OGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTcuMjFjLS44NCwwLTEuNTItLjY4LTEuNTItMS41MnYtNDcuNTVjMC0uODQuNjgtMS41MiwxLjUyLTEuNTJoMjcuNjVjLjg0LDAsMS41Mi42OCwxLjUyLDEuNTJ2Ni40OGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTE4LjkydjExLjQ0aDE4LjI0WiIvPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02OC4wNiwxMzcuNzFjMS4yMS0xLjA5LDEuOC0yLjY1LDEuOC00Ljc1cy0uNTktMy42NS0xLjgtNC43NGMtMS4yNi0xLjEzLTIuOTMtMS42OC01LjEtMS42OGgtNS45N3YxMi44NWg1Ljk3YzIuMTcsMCwzLjgzLS41NSw1LjEtMS42OFoiLz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTE0Ljc5LDE1Ny40OGMxLjEzLS40MiwyLjEtMS4xMSwyLjk3LTIuMDkuOTQtMS4wNSwxLjU0LTIuNTcsMS43Ny00LjUxLjI2LTIuMjEuMzktNS4wOS4zOS04LjU3cy0uMTMtNi4zNy0uMzktOC41N2MtLjIzLTEuOTUtLjgyLTMuNDYtMS43Ni00LjUxLS44Ny0uOTgtMS44Ny0xLjY4LTIuOTctMi4wOS0xLjE4LS40NS0yLjUzLS42OC00LjA0LS42OGgtNy4xNnYzMS42OGg3LjE2YzEuNSwwLDIuODYtLjIyLDQuMDMtLjY3WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+") no-repeat;
  left: 6px;
  width: min(2vw, 1.2rem);
}

.p-oc-detail-bus__link::after {
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  content: "";
  width: min(2vw, 1rem);
  height: min(2.4vw, 1.2rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7.55 9.167'%3E%3Cpath d='M3.775,0A3.775,3.775,0,0,0,0,3.775C0,5.859,2.967,9.167,3.775,9.167S7.55,5.859,7.55,3.775A3.775,3.775,0,0,0,3.775,0m0,5.507A1.733,1.733,0,1,1,5.507,3.775,1.732,1.732,0,0,1,3.775,5.507' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.32s opacity;
}
.p-oc-detail-bus__link--way::after{
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjkuMyA1MTIiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJfMiIgZGF0YS1uYW1lPSIyIj4KICAgIDxnPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDYuMzksMzQ2LjJjLTguNC0uNTEtMjguNTkuNjktNDguODEsNC41My0xMS43LTExLjg0LTIxLjgzLTI2Ljc1LTI5LjM0LTM5LjA1LDI0LjA4LTY5LjIzLDguODMtODguOTEtMTEuNy04OC45MS0xNi4xMiwwLTI0LjE3LDE3LjAxLTIyLjM4LDM1LjguOTEsOS40Niw4LjkyLDI5LjM0LDE4Ljc4LDQ4LjIyLTYuMDUsMTUuOTEtMTYuODUsNDIuODEtMjcuNTYsNjIuMjctMTIuNTQsMy44MS0yMy4zLDguMDUtMzEuMDMsMTEuNjItMzguNDYsMTcuODktNDEuNTYsNDEuNzctMzMuNTUsNTEuODksMTUuMiwxOS4yMyw0Ny41OCwyLjY0LDgwLjA3LTU1LjQ3LDIyLjI0LTYuMzMsNTEuNTEtMTQuNzUsNTQuMTUtMTQuNzUuMywwLC43Mi4xLDEuMi4yNSwxNi4yMSwxNC4zLDM1LjM3LDMwLjY3LDUxLjEzLDMyLjgzLDIyLjgxLDMuMTQsMzUuNzktMTMuNDEsMzQuODktMjMuNjktLjg5LTEwLjI5LTYuOS0yMy44MS0zNS44NS0yNS41NVpNMTYyLjQxLDQwOC44OGMtOS40LDExLjE4LTI0LjYxLDIxLjktMjkuOTcsMTguMzMtNS4zNy0zLjU3LTYuMjYtMTMuODYsNS44Mi0yNS41LDEyLjA4LTExLjYyLDMyLjI5LTE3LjY2LDM1LjMzLTE4Ljc5LDMuNTktMS4zNCw0LjQ4LDAsNC40OCwxLjc5LDAsMS43OS02LjI2LDEyLjk3LTE1LjY2LDI0LjE2Wk0yMDMuNTcsMjU4LjU3Yy0uOS0xMS4xOSwxLjMzLTIxLjkyLDEwLjczLTIzLjI2LDkuMzktMS4zNSwxMy44Nyw5LjM5LDEwLjI5LDI2LjgzLTMuNTgsMTcuNDYtNS4zOCwyOS4wOC03LjE2LDMwLjQ0LTEuNzksMS4zNC0zLjU3LTMuMTQtMy41Ny0zLjE0LTMuNTktNy4xNy05LjQtMTkuNjktMTAuMjktMzAuODZaTTIwNy4xNSwzNjMuN2M0LjkxLTguMDYsMTcuNDQtNDAuNywxNy40NC00MC43LDIuNjgsNC45MywyMy43LDI5Ljk2LDIzLjcsMjkuOTYsMCwwLTMyLjIxLDcuMTctNDEuMTQsMTAuNzVaTTMwNC42NSwzNzcuOTljLTEzLjQxLTEuNzctMzYuMjItMTcuODktMzYuMjItMTcuODktMy4xMy0xLjM0LDI0Ljk5LTUuMTYsMzUuNzktNC40NywxMy44OC45LDE4Ljc5LDYuNzIsMTguNzksMTIuNTNzLTQuOTIsMTEuNjItMTguMzYsOS44M1oiLz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDE5Ljk4LDEwNy42NkwzMjEuNjQsOS4zMWwtOS4zMS05LjMxSDk4LjU5QzUxLjI0LDAsMTIuNzIsMzguNTMsMTIuNzIsODUuOXY2LjU3SDB2MTAyLjczaDEyLjcydjIzMC45YzAsNDcuMzYsMzguNTMsODUuODksODUuODgsODUuODloMjQ0LjgxYzQ3LjM3LDAsODUuODktMzguNTMsODUuODktODUuODlWMTE2Ljk4bC05LjMxLTkuMzJaTTM0My40LDQ4MC4xOUg5OC41OWMtMjkuODgsMC01NC4wOS0yNC4yMS01NC4wOS01NC4wOXYtMjMwLjloMTU3LjMxdi0xMDIuNzNINDQuNTF2LTYuNTdjMC0yOS44OCwyNC4yMS01NC4xLDU0LjA5LTU0LjFoMTkyLjk0djYwLjg5YzAsMjQuODksMjAuMTksNDUuMDcsNDUuMDgsNDUuMDdoNjAuODl2Mjg4LjM1YzAsMjkuODgtMjQuMjIsNTQuMDktNTQuMSw1NC4wOVpNNDYuNzQsMTY2LjA5di00Ny41NWMwLS44NC42OC0xLjUyLDEuNTItMS41MmgxNS4xMWMyLjQ5LDAsNC43OS40MSw2Ljg0LDEuMjEsMi4wMy43OSwzLjgxLDEuOTEsNS4zLDMuMzIsMS41LDEuNDIsMi42NSwzLjE0LDMuNDMsNS4xMi43OCwxLjk0LDEuMTgsNC4wNiwxLjE4LDYuMjlzLS40LDQuNDEtMS4xOSw2LjMzYy0uNzgsMS45Mi0xLjkzLDMuNjItMy40Miw1LjA1LTEuNDgsMS40My0zLjI3LDIuNTUtNS4zMiwzLjMzLTIuMDQuNzgtNC4zMywxLjE3LTYuODIsMS4xN2gtNi4zOHYxNy4yNGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTcuMjFjLS44NCwwLTEuNTMtLjY4LTEuNTMtMS41MlpNOTMuMzMsMTY2LjA5di00Ny41NWMwLS44NC42OC0xLjUyLDEuNTItMS41MmgxNi43YzMuMTcsMCw1Ljk3LjUzLDguMzIsMS41NywyLjM5LDEuMDYsNC41MiwyLjc1LDYuMzUsNS4wMS45NCwxLjE5LDEuNjksMi41LDIuMjQsMy45Mi41MywxLjM4LjkzLDIuODYsMS4xOSw0LjQxLjI1LDEuNTMuNCwzLjE4LjQ1LDQuOTYuMDQsMS42OS4wNywzLjUxLjA3LDUuNDVzLS4wMiwzLjc1LS4wNyw1LjQ0Yy0uMDUsMS43Ny0uMiwzLjQzLS40NSw0Ljk2LS4yNiwxLjU1LS42NiwzLjAyLTEuMTksNC40LS41NSwxLjQzLTEuMywyLjc0LTIuMjMsMy45MS0xLjg0LDIuMjgtMy45OCwzLjk3LTYuMzUsNS4wMi0yLjMzLDEuMDQtNS4xMywxLjU3LTguMzIsMS41N2gtMTYuN2MtLjg0LDAtMS41Mi0uNjgtMS41Mi0xLjUyWk0xNzIuOTIsMTM3Ljk4Yy44NCwwLDEuNTIuNjgsMS41MiwxLjUydjYuNDhjMCwuODQtLjY4LDEuNTItMS41MiwxLjUyaC0xOC4yNHYxOC41OGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTcuMjFjLS44NCwwLTEuNTItLjY4LTEuNTItMS41MnYtNDcuNTVjMC0uODQuNjgtMS41MiwxLjUyLTEuNTJoMjcuNjVjLjg0LDAsMS41Mi42OCwxLjUyLDEuNTJ2Ni40OGMwLC44NC0uNjgsMS41Mi0xLjUyLDEuNTJoLTE4LjkydjExLjQ0aDE4LjI0WiIvPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02OC4wNiwxMzcuNzFjMS4yMS0xLjA5LDEuOC0yLjY1LDEuOC00Ljc1cy0uNTktMy42NS0xLjgtNC43NGMtMS4yNi0xLjEzLTIuOTMtMS42OC01LjEtMS42OGgtNS45N3YxMi44NWg1Ljk3YzIuMTcsMCwzLjgzLS41NSw1LjEtMS42OFoiLz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTE0Ljc5LDE1Ny40OGMxLjEzLS40MiwyLjEtMS4xMSwyLjk3LTIuMDkuOTQtMS4wNSwxLjU0LTIuNTcsMS43Ny00LjUxLjI2LTIuMjEuMzktNS4wOS4zOS04LjU3cy0uMTMtNi4zNy0uMzktOC41N2MtLjIzLTEuOTUtLjgyLTMuNDYtMS43Ni00LjUxLS44Ny0uOTgtMS44Ny0xLjY4LTIuOTctMi4wOS0xLjE4LS40NS0yLjUzLS42OC00LjA0LS42OGgtNy4xNnYzMS42OGg3LjE2YzEuNSwwLDIuODYtLjIyLDQuMDMtLjY3WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+") no-repeat;
  left: 6px;
  width: min(2vw, 1.2rem);
}

@media (min-width: 768px) and (hover: hover) {
  .p-oc-detail-bus__link:hover {
    background: rgba(var(--color-sub), 1);
    border-color: rgba(var(--color-sub), 1);
    color: rgba(var(--color-bright), 1);
  }

  .p-oc-detail-bus__link:hover::before {
    opacity: 0;
  }

  .p-oc-detail-bus__link:hover::after {
    opacity: 1;
  }
}

.p-oc-detail-access {
  padding-left: min(4.2666666667vw, 24px);
}

.p-oc-detail-title01 {
  margin-top: 5.8666666667vw;
  padding-inline: 18px;
}

.p-oc-detail-title01__date {
  text-align: center;
  font-family: var(--font-roboto);
  color: rgba(var(--color-main), 1);
  line-height: 1;
}

.p-oc-detail-title01__md {
  font-size: min(10.6666666667vw, 8rem);
}

.p-oc-detail-title01__weekday {
  font-size: min(4.2666666667vw, 4rem);
}

.p-oc-detail-title01__title {
  text-align: center;
  font-weight: 700;
  font-size: min(6.4vw, 4.8rem);
  line-height: 1.33333;
}


.p-oc-detail-title01__period {
  text-align: center;
  font-weight: 700;
  font-size: min(3.7333333333vw, 2rem);
}

@media (min-width: 1001px) and (max-width: 1260px) {
  .p-oc-detail-title01__md {
    font-size: 6.3492063492vw;
  }

  .p-oc-detail-title01__weekday {
    font-size: 3.1746031746vw;
  }

  .p-oc-detail-title01__title {
    font-size: 3.8095238095vw;
  }
}

.p-oc-detail-title02 {
  margin-top: 8vw;
  padding-inline: 18px;
}

.p-oc-detail-title02__date {
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  color: rgba(var(--color-main), 1);
  line-height: 1;
}

.p-oc-detail-title02__md {
  font-size: min(6.4vw, 4.8rem);
}

.p-oc-detail-title02__weekday {
  font-size: min(5.3333333333vw, 4rem);
}

.p-oc-detail-title02__part {
  font-size: min(6.4vw, 4.8rem);
}

.p-oc-detail-title02__title {
  margin-top: min(2.9333333333vw, 20px);
  text-align: center;
  font-weight: 700;
  font-size: min(6.4vw, 4.8rem);
  line-height: 1.33333;
}

.p-oc-action {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 30px);
  margin-top: min(12.5333333333vw, 60px);
  padding-inline: 44px;
}

.p-oc-section {
  position: relative;
  margin-top: min(8vw, 40px);
  padding: min(8vw, 40px) min(4vw, 30px);
  background: rgba(var(--color-bright), 1);
}

.c-form-note+.p-oc-section {
  margin-top: min(2.1333333333vw, 10px);
}

.p-oc-section--grid01 {
  background: url(/admissions/assets/2024/img/opencampus/bg_grid01.png);
}

.p-oc-section--grid02 {
  background: url(/admissions/assets/2024/img/opencampus/bg_grid02.png);
}

.p-oc-section--lecture {
  margin-top: min(16.2666666667vw, 80px);
}

.p-oc-section__text {
  margin-top: min(7.4666666667vw, 32px);
}

@media (max-width: 600px) {
  .p-oc-section {
    margin-inline: 5.3333333333vw;
  }
}

.p-oc-detail-schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 8px;
  margin-top: min(3.7333333333vw, 20px);
}

.p-oc-detail-schedule__part {
  width: min(18.4vw, 100px);
  text-align: center;
  color: rgba(var(--color-bright), 1);
}

.p-oc-detail-schedule__part--01 {
  background: rgba(var(--color-sub), 1);
}

.p-oc-detail-schedule__part--02 {
  background: #fc91a3;
}

.p-oc-detail-schedule__part--03 {
  background: #88c5e9;
}

.p-oc-detail-schedule__date,
.p-oc-detail-schedule__time {
  width: calc(100% - min(21.0666666667vw, 110px));
}

.p-oc-detail-schedule__date {
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: min(4.2666666667vw, 2rem);
}

.p-oc-detail-schedule__date span {
  display: inline-block;
  font-size: min(6.1333333333vw, 3rem);
  line-height: 1;
}

.p-oc-programs {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 40px);
  margin-top: min(6.4vw, 30px);
}

.p-oc-programs__image {
  margin-top: min(4.5333333333vw, 22px);
}

.p-oc-programs__text {
  margin-top: min(2.9333333333vw, 20px);
  line-height: 1.5714285714;
}

.p-oc-programs__note {
  color: rgba(var(--color-sub), 1);
}

.p-oc-programs__link {
  position: relative;
  display: block;
  width: min(48vw, 240px);
  margin-inline: auto;
  margin-top: 14px;
  padding-block: min(1.0666666667vw, 6px);
  background: rgba(var(--color-bright), 1);
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  text-align: center;
  font-size: min(3.4666666667vw, 15px);
  color: rgba(var(--color-main), 1);
}

.p-oc-programs__link::after {
  position: absolute;
  right: min(1.6vw, 11px);
  top: 50%;
  display: block;
  content: "";
  width: min(2.4vw, 14px);
  height: min(1.3333333333vw, 8px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.06 4.772'%3E%3Cpath d='M35.152,63.2l-3.9,3.8-3.9-3.8a.373.373,0,0,0-.521,0,.355.355,0,0,0,0,.507l4.151,4.047a.39.39,0,0,0,.545,0l4.151-4.046a.355.355,0,0,0,0-.509.373.373,0,0,0-.521,0Z' transform='translate(-26.721 -63.098)' fill='%23374bab'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

.p-oc-buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: min(8vw, 60px);
  padding-inline: 44px;
}

.p-oc-buttons__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: min(25.3333333333vw, 120px);
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: rgba(var(--color-bright), 1);
  line-height: 1.3;
  transition: 0.32s filter;
}

.p-oc-buttons__link--01 {
  background: #fc91a3;
}

.p-oc-buttons__link--02 {
  background: #88c5e9;
}

.p-oc-buttons__link::after {
  position: absolute;
  right: min(4vw, 20px);
  top: calc(50% - min(1.6vw, 8px));
  display: block;
  content: "";
  width: min(4.2666666667vw, 21px);
  height: min(3.2vw, 16px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 16.83'%3E%3Cpath d='M21.2,8.06L13.3.15c-.2-.2-.51-.2-.71,0-.2.2-.2.51,0,.71l7.05,7.06H.5c-.28-.01-.5.21-.5.49s.22.5.5.5h19.15s-7.05,7.08-7.05,7.08c-.2.2-.2.51,0,.71.1.1.23.15.35.15s.26-.05.35-.15l7.9-7.92c.2-.19.2-.51,0-.71Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0.82;
}

.p-oc-buttons__text01 {
  font-size: min(5.3333333333vw, 3rem);
}

.p-oc-buttons__text02 {
  margin-top: min(1.3333333333vw, 8px);
  font-size: min(4vw, 2rem);
}

@media (min-width: 768px) and (hover: hover) {
  .p-oc-buttons__link:hover {
    filter: saturate(180%);
  }
}

.p-oc-form-message {
  margin-top: min(6.9333333333vw, 30px);
}

@media (max-width: 600px) {
  .p-oc-form-message {
    margin-inline: 5.3333333333vw;
  }
}

.p-oc-form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.9333333333vw, 16px);
  margin-top: min(9.8666666667vw, 48px);
}

.p-oc-form-step__en {
  display: inline-block;
  width: min(20vw, 100px);
  background: rgba(var(--color-sub), 1);
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: min(4.5333333333vw, 24px);
  font-style: italic;
  color: rgba(var(--color-bright), 1);
}

.p-oc-form-step__ja {
  font-size: min(6.4vw, 30px);
}

.p-oc-lecture-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(4.8vw, 22px);
  padding-inline: 15px;
  gap: 11px;
}

.p-oc-lecture-nav__item {
  width: calc((100% - 11px) / 2);
}

.p-oc-lecture-nav__link {
  display: block;
  background: rgba(var(--color-bright), 1);
  padding-block: min(1.8666666667vw, 10px);
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  text-align: center;
  font-size: min(3.2vw, 16px);
  color: rgba(var(--color-sub), 1);
  transition: 0.32s background-color, 0.32s color;
}

.p-oc-lecture-nav__link[aria-selected="true"] {
  background: rgba(var(--color-sub), 1);
  color: rgba(var(--color-bright), 1);
}





.p-oc-lecture-content {
  margin-top: min(10.6666666667vw, 50px);
}

.p-oc-lecture-content__title {
  text-align: center;
  font-size: min(6.4vw, 30px);
  color: rgba(var(--color-sub), 1);
}

.p-oc-lecture-content__title::after {
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  margin-top: min(1.3333333333vw, 8px);
  margin-inline: auto;
  background: rgba(var(--color-sub), 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-oc-lecture-content__empty {
  margin-top: 40px;
  text-align: center;
}

.p-oc-lecture-accordion {
  overflow: hidden;
  transition: 0.32s height;
}

.p-oc-lecture-accordion+.p-oc-lecture-accordion {
  border-top: 1px solid #dfdfdf;
}

.p-oc-lecture-accordion__header {
  position: relative;
  padding: 13px 32px;
  cursor: pointer;
}

.p-oc-lecture-accordion__header::before {
  position: absolute;
  left: 0;
  top: 1.1em;
  display: block;
  content: "";
  width: 21px;
  height: 15px;
  background: url(/admissions/assets/2024/img/common/icon_book.svg) no-repeat;
}

.p-oc-lecture-accordion__header.js-accordion__header::after {
  top: calc(50% - min(1.3333333333vw, 8px));
  right: 10px;
  position: absolute;
  display: block;
  content: "";
  width: min(2.6666666667vw, 16px);
  height: min(2.6666666667vw, 16px);
  background: url(/admissions/assets/2024/img/opencampus/accordion_icon.svg) no-repeat;
  background-size: 100%;
  transition: 0.32s transform;
}

[data-status="active"] .p-oc-lecture-accordion__header::after {
  transform: rotateZ(-135deg);
}

.p-oc-lecture-accordion__title {
  font-weight: 700;
}

.p-oc-lecture-accordion__part {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  min-width: 45px;
  text-align: center;
  font-size: min(3.2vw, 14px);
  line-height: 1.3;
  vertical-align: 0.15em;
  color: rgba(var(--color-bright), 1);
}

.p-oc-lecture-accordion__part--01 {
  background: rgba(var(--color-sub), 1);
}

.p-oc-lecture-accordion__part--02 {
  background: #fc91a3;
}

.p-oc-lecture-accordion__part--03 {
  background: #88c5e9;
}

.p-oc-lecture-accordion__content {
  padding-bottom: 10px;
}

.p-oc-modal .modaal-content-container {
  padding: 50px 10px;
  background: rgba(var(--color-sub), 1);
  text-align: center;
  color: rgba(var(--color-bright), 1);
}

.p-oc-schedule .p-oc-modal,
.p-op-special .p-oc-modal,
.c-open-campus-links .p-oc-modal {
  display: none;
}

.p-video-cateogries {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: min(13.3333333333vw, 60px);
}

.p-video-cateogries__item {
  width: calc((100% - 11px) / 2);
}

.p-video-cateogries__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(var(--color-sub), 1);
  border-radius: 25px;
  background: rgba(var(--color-bright), 1);
  color: rgba(var(--color-main), 1);
  transition: 0.32s background-color, 0.32s color;
}

.p-video-cateogries__link--active {
  background: rgba(var(--color-main), 1);
  color: rgba(var(--color-bright), 1);
}

.p-video-cateogries__icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  margin-left: -5px;
}

.p-video-cateogries__icon::before,
.p-video-cateogries__icon::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.32s opacity;
}

.p-video-cateogries__icon::after {
  opacity: 0;
}

.p-video-cateogries__icon--01::before {
  background: url(/admissions/assets/2024/img/video/icon_category01_off.svg);
}

.p-video-cateogries__icon--02::before {
  background: url(/admissions/assets/2024/img/video/icon_category02_off.svg);
}

.p-video-cateogries__icon--03::before {
  background: url(/admissions/assets/2024/img/video/icon_category03_off.svg);
}

.p-video-cateogries__icon--04::before {
  background: url(/admissions/assets/2024/img/video/icon_category04_off.svg);
}

.p-video-cateogries__icon--01::after {
  background: url(/admissions/assets/2024/img/video/icon_category01_on.svg);
}

.p-video-cateogries__icon--02::after {
  background: url(/admissions/assets/2024/img/video/icon_category02_on.svg);
}

.p-video-cateogries__icon--03::after {
  background: url(/admissions/assets/2024/img/video/icon_category03_on.svg);
}

.p-video-cateogries__icon--04::after {
  background: url(/admissions/assets/2024/img/video/icon_category04_on.svg);
}

.p-video-cateogries__link--active .p-video-cateogries__icon::before {
  opacity: 0;
}

.p-video-cateogries__link--active .p-video-cateogries__icon::after {
  opacity: 1;
}

@media (min-width: 768px) and (hover: hover) {
  .p-video-cateogries__link:hover {
    background: rgba(var(--color-main), 1);
    color: rgba(var(--color-bright), 1);
  }

  .p-video-cateogries__link:hover .p-video-cateogries__icon::before {
    opacity: 0;
  }

  .p-video-cateogries__link:hover .p-video-cateogries__icon::after {
    opacity: 1;
  }
}

.p-video-department-selector-bg {
  position: relative;
  margin-top: min(8vw, 40px);
}

.p-video-department-selector-bg::before {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  content: "";
  width: 800px;
  height: 80px;
  background: rgba(var(--color-main), 1);
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: 1;
}

@media (max-width: 1600px) {
  .p-video-department-selector-bg::before {
    width: 50vw;
  }
}

@media (max-width: 1000px) {
  .p-video-department-selector-bg::before {
    width: 100vw;
  }
}

.p-video-department-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  z-index: 1;
}

.p-video-department-selector select {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  width: 237px;
  padding-inline: 1em;
  border: none;
  border-radius: 100px;
  text-align: center;
  color: rgba(var(--color-sub), 1);
  font-size: min(3.4666666667vw, 1.6rem);
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.06 4.77'%3E%3Cpath d='M8.43.11l-3.9,3.8L.63.11C.48-.03.25-.03.11.11c-.14.14-.14.36,0,.5,0,0,0,0,0,0l4.15,4.05c.15.15.39.15.55,0L8.95.62c.14-.14.14-.36,0-.5,0,0,0,0,0,0-.14-.14-.38-.14-.52,0h0Z' style='fill: %236b7adf; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: 9px 5px;
}

.p-video-wrapper {
  position: relative;
  padding: 60px 18px 80px;
  background: rgba(var(--color-bright), 0.95);
}

.p-video-wrapper--information {
  margin-top: min(18.1333333333vw, 90px);
  padding-top: min(15.4666666667vw, 80px);
}

@media (max-width: 500px) {
  .p-video-wrapper {
    padding: 12.2666666667vw 3.2vw 14.4vw;
  }

  .p-video-wrapper--information {
    padding-top: 58px;
  }
}

.p-video-card:not(:first-child) {
  margin-top: 50px;
}

.p-video-card__link {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-base), 1);
}

.p-video-card__upper {
  position: relative;
}

.p-video-card__upper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  z-index: 1;
}

.p-video-card__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 45px 13px 13px;
  font-size: min(3.7333333333vw, 1.6rem);
  font-weight: 700;
  color: rgba(var(--color-bright), 1);
  z-index: 1;
}

.p-video-card__time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-top: 15px;
  font-size: 1.1rem;
  z-index: 1;
  color: rgba(var(--color-bright), 1);
}

.p-video-card__time::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/admissions/assets/2024/img/video/icon_time.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-video-card__lower {
  position: relative;
  padding: 15px 13px 10px;
}

.p-video-card__professor {
  display: flex;
}

.p-video-card__professor-image {
  width: min(13.3333333333vw, 64px);
  height: min(13.3333333333vw, 64px);
  border: 3px solid #b6a323;
  margin-right: 12px;
  overflow: hidden;
}

.p-video-card__professor-image--human {
  border-color: #379c64;
}

.p-video-card__professor-image--business {
  border-color: #3c6abc;
}

.p-video-card__professor-image--education {
  border-color: #2881ae;
}

.p-video-card__professor-image--junior {
  border-color: #c04d80;
}

.p-video-card__professor-profile {
  flex-grow: 1;
}

.p-video-card__name {
  font-size: min(4.2666666667vw, 1.8rem);
}

.p-video-card__department {
  font-size: min(3.4666666667vw, 1.6rem);
}

.p-video-card__field {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid rgba(var(--color-main), 1);
}

.p-video-card__field-title {
  flex-shrink: 0;
  width: min(18.6666666667vw, 100px);
  border-bottom: 3px solid rgba(var(--color-main), 1);
  text-align: center;
  font-size: min(3.4666666667vw, 1.6rem);
  color: rgba(var(--color-main), 1);
}

.p-video-card__field-content {
  flex-grow: 1;
  padding-left: 5px;
  font-size: min(3.4666666667vw, 1.6rem);
}

.p-video-return {
  margin-top: min(6.9333333333vw, 30px);
  margin-bottom: min(11.4666666667vw, 50px);
  text-align: center;
}

.p-video-return__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(8.2666666667vw, 46px);
  width: min(40.2666666667vw, 200px);
  margin-inline: auto;
  padding-block: 2px;
  background: rgba(var(--color-sub), 1);
  border-radius: 100px;
  color: rgba(var(--color-bright), 1);
  font-size: min(3.4666666667vw, 1.5rem);
  transition: 0.32s background-color;
}

.p-video-return__link::after {
  position: absolute;
  left: 9px;
  top: calc(50% - min(1.0666666667vw, 5px));
  display: block;
  content: "";
  width: min(2.6666666667vw, 13px);
  height: min(2.1333333333vw, 9px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.16 8.12'%3E%3Cpath d='M9.66,3.55H1.71S4.41.85,4.41.85c.09-.09.15-.22.15-.35h0c0-.13-.05-.26-.15-.35-.2-.2-.51-.19-.71,0L.15,3.71c-.19.2-.19.51,0,.71l3.55,3.56c.2.2.51.2.71,0,.2-.2.2-.51,0-.71l-2.7-2.71h7.95c.28,0,.5-.23.5-.51s-.22-.5-.5-.5Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0.82;
}

@media (min-width: 768px) and (hover: hover) {
  .p-video-return__link:hover {
    background: rgba(var(--color-main), 1);
  }
}

.p-video-detail-header__text01 {
  text-align: center;
  font-size: min(6.9333333333vw, 3rem);
  color: rgba(var(--color-main), 1);
}

@media (max-width: 768px) {
  .p-video-detail-header__text01 {
    br {
      display: none;
    }
  }
}

.p-video-detail-header__text02 {
  margin-top: min(3.4666666667vw, 15px);
  text-align: center;
  font-size: min(3.4666666667vw, 1.5rem);
}

.p-video-detail-header__date {
  margin-top: min(3.4666666667vw, 15px);
  text-align: center;
  font-size: min(3.4666666667vw, 1.5rem);
}

.p-video-share {
  position: relative;
  width: 296px;
  margin-top: min(6.1333333333vw, 30px);
  margin-inline: auto;
  padding-bottom: 22px;
}

.p-video-share::before {
  position: absolute;
  top: 0.5em;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 0.5em);
  border: 1px solid rgba(var(--color-sub), 0.45);
  border-radius: 12px;
  pointer-events: none;
}

.p-video-share__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 16px;
  background: rgba(var(--color-bright), 1);
  line-height: 1;
  color: rgba(var(--color-main), 1);
}

.p-video-share__list {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 13px;
}

.p-video-detail-movie {
  position: relative;
  aspect-ratio: 1920/1080;
  margin-top: min(8.8vw, 40px);
}

.p-video-detail-movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-video-detail-document {
  margin-top: min(6.9333333333vw, 30px);
  margin-bottom: min(11.4666666667vw, 50px);
  text-align: center;
}

.p-video-detail-document__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(10.4vw, 46px);
  width: min(74.6666666667vw, 320px);
  margin-inline: auto;
  padding-block: 2px;
  padding-inline: 30px;
  background: rgba(var(--color-main), 1);
  border-radius: 100px;
  color: rgba(var(--color-bright), 1);
  font-size: min(3.4666666667vw, 1.6rem);
  line-height: 1.3;
  transition: 0.32s background-color;
}

.p-video-detail-document__link::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: min(4vw, 18px);
  height: min(4vw, 18px);
  margin-right: 6px;
  background: url(/admissions/assets/2024/img/common/icon_announcements_pdf.svg) no-repeat;
  background-size: 100%;
}

.p-video-detail-document__link::after {
  position: absolute;
  right: 9px;
  top: calc(50% - min(1.0666666667vw, 5px));
  display: block;
  content: "";
  width: min(2.6666666667vw, 13px);
  height: min(2.1333333333vw, 10px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.16 8.12'%3E%3Cpath d='M9.66,3.55H1.71S4.41.85,4.41.85c.09-.09.15-.22.15-.35h0c0-.13-.05-.26-.15-.35-.2-.2-.51-.19-.71,0L.15,3.71c-.19.2-.19.51,0,.71l3.55,3.56c.2.2.51.2.71,0,.2-.2.2-.51,0-.71l-2.7-2.71h7.95c.28,0,.5-.23.5-.51s-.22-.5-.5-.5Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0.82;
  transform: scaleX(-1);
}

@media (min-width: 768px) and (hover: hover) {
  .p-video-detail-document__link:hover {
    background: rgba(var(--color-sub), 1);
  }
}

.p-video-detail-profile {
  margin-top: min(8.8vw, 35px);
  text-align: center;
}

.p-video-detail-profile__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(8.2666666667vw, 46px);
  width: min(40.2666666667vw, 200px);
  margin-inline: auto;
  padding-block: 2px;
  background: rgba(var(--color-sub), 1);
  border-radius: 100px;
  color: rgba(var(--color-bright), 1);
  font-size: min(3.4666666667vw, 1.6rem);
  transition: 0.32s background-color;
}

.p-video-detail-profile__link::after {
  position: absolute;
  right: 9px;
  top: calc(50% - min(1.0666666667vw, 5px));
  display: block;
  content: "";
  width: min(2.6666666667vw, 13px);
  height: min(2.1333333333vw, 10px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.16 8.12'%3E%3Cpath d='M9.66,3.55H1.71S4.41.85,4.41.85c.09-.09.15-.22.15-.35h0c0-.13-.05-.26-.15-.35-.2-.2-.51-.19-.71,0L.15,3.71c-.19.2-.19.51,0,.71l3.55,3.56c.2.2.51.2.71,0,.2-.2.2-.51,0-.71l-2.7-2.71h7.95c.28,0,.5-.23.5-.51s-.22-.5-.5-.5Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  opacity: 0.82;
  transform: scaleX(-1);
}

@media (min-width: 768px) and (hover: hover) {
  .p-video-detail-profile__link:hover {
    background: rgba(var(--color-main), 1);
  }
}

.p-video-detail-news {
  position: relative;
  margin-top: min(13.0666666667vw, 60px);
  padding-top: min(10.6666666667vw, 60px);
  border: 1px solid rgba(var(--color-sub), 0.95);
  border-radius: 10px;
}

.p-video-detail-news::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: min(5.6vw, 30px);
  height: min(5.8666666667vw, 32px);
  background: rgba(var(--color-sub), 1);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transform: translateX(-50%) translateY(-50%);
}

.p-video-detail-news__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: min(4.8vw, 2.4rem);
  color: rgba(var(--color-main), 1);
}

.p-video-slider {
  position: relative;
  margin-top: min(13.8666666667vw, 60px);
  padding: min(8vw, 40px) min(4.8vw, 30px) min(6.1333333333vw, 30px);
  z-index: 1;
}

.p-video-slider::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--color-bright), 1);
  z-index: -1;
}

.p-video-slider__title {
  text-align: center;
  font-size: min(4.8vw, 2.4rem);
  color: rgba(var(--color-main), 1);
}

.p-video-slider__slider {
  position: relative;
  margin-top: min(6.1333333333vw, 30px);
}

.p-video-slider .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% + min(10.1333333333vw, 60px));
  margin-left: max(-4.8vw, -30px);
  display: flex;
  justify-content: space-between;
  z-index: 1;
  transform: translateY(-50%);
  overflow: clip;
  pointer-events: none;
}

.p-video-slider .splide__arrow {
  position: relative;
  width: 98px;
  height: 96px;
  margin-left: -49px;
  padding: 0;
  background: linear-gradient(-207.912deg, var(--color-gradient-main));
  border: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  pointer-events: all;
}

.p-video-slider .splide__arrow--next {
  margin-left: 0;
  margin-right: -49px;
  transform: scaleX(-1);
}

.p-video-slider .splide__arrow::before {
  display: block;
  content: "";
  width: 20px;
  height: 26px;
  margin-left: 55px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.26 25.58'%3E%3Cpath d='M0,12.79L20.26,0v25.58L0,12.79Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
}

.p-video-slider .splide__arrow svg {
  display: none;
}

.p-video-slider .p-video-return {
  margin-top: 23px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .p-video-slider {
    padding-inline: 5.3333333333vw;
  }

  .p-video-slider::before {
    right: 0;
    width: calc(100% - 10.6666666667vw);
    margin-inline: auto;
  }

  .p-video-slider__slider {
    position: relative;
    margin-top: min(6.1333333333vw, 30px);
    padding-inline: 18px;
  }
}

@media (max-width: 500px) {
  .p-video-slider .splide__arrow {
    width: 17.6vw;
    height: 17.6vw;
    margin-left: -8.8vw;
  }

  .p-video-slider .splide__arrow--next {
    margin-left: 0;
    margin-right: -8.8vw;
  }

  .p-video-slider .splide__arrow::before {
    width: 3.7333333333vw;
    height: 4.8vw;
    margin-left: 9.8666666667vw;
    background-size: 100%;
  }
}


/* ----------------8/21追加---------------- */
.p-oc-banner-news {
  margin-top: 60px;
}

.p-oc-banner-news__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  background: linear-gradient(-207.912deg, var(--color-gradient-main));
  color: rgba(var(--color-bright), 1);
  transition: 0.32s filter;
}


.p-oc-banner-news__link::after {
  position: absolute;
  top: 24px;
  right: 25px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.16 61.08'%3E%3Cpath d='M61.12,1.04c0-.55-.45-1-1-1l-45.91-.04h0c-.55,0-1,.45-1,1,0,.55.45,1,1,1l43.5.04L.29,59.37c-.39.39-.39,1.02,0,1.42.2.2.45.29.71.29s.51-.1.71-.29L59.12,3.45l.04,43.5c0,.55.45,1,1,1h0c.55,0,1-.45,1-1l-.04-45.91Z' style='fill: %23fff; opacity: .82; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  z-index: 1;
}

.p-oc-banner-news__bg {
  position: absolute;
  top: 19px;
  right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 38px);
  border: 1px solid rgba(var(--color-bright), 0.49);
}

.p-oc-banner-news__text01 {
  position: relative;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
  z-index: 1;
}

.p-oc-banner-news__text02 {
  position: relative;
  margin-top: 25px;
  padding: 0px 40px;
  font-size: 1.8rem;
  z-index: 1;
}

@media (max-width: 600px) {
  .p-oc-banner-news {
    margin-inline: 5.3333333333vw;
  }
}

/* ----------------8/21追加---------------- */


/* ----------------5/7追加---------------- */

.p-oc-programs__text--red{
  color: rgba(var(--color-caution), 1);
}



/* ----------------5/7追加---------------- */
.u-font-nunito {
  font-family: var(--mcc-font--nunito);
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-strong {
  font-weight: bold;
}

.u-bold {
  font-weight: bold;
}

.u-color-green {
  color: var(--mcc-color--green);
}

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

.u-right {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-v-middle {
  vertical-align: middle;
}

.u-round {
  border-radius: 10px;
}

.u-round-large {
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .u-round-large {
    border-radius: 1.6666666667vw;
  }
}

@media screen and (max-width: 500px) {
  .u-round-large {
    border-radius: 10px;
  }
}

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

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

@media screen and (min-width: 501px) {
  .u-mobile-only {
    display: none;
  }
}

/* ----------------20260126追加---------------- */

.march28 .p-oc-detail-title01__title {
  font-size: min(6.4vw, 4.5rem);
}


.march28 .p-oc-banner-news__link  {
  background: linear-gradient(-207.912deg, var(--color-gradient-main-328));
}

/* ------ミニ講義　1つ目だけ100％表示　------- */
/* 共通の指定：aタグをブロック要素にしてクリック領域を広げる */
.p-oc-lecture-nav__link {
    display: block;
    width: 100%;
    text-align: center;
    /* その他、背景色やボーダーなどの装飾があればここへ */
}

/* 1番目のアイテム：幅100% */
.p-oc-lecture-nav__item:first-child {
    flex: 0 0 100%;
}

/* 2番目以降のアイテム：2カラム（50%からgap分を引いた計算） */
.p-oc-lecture-nav__item:not(:first-child) {
    flex: 0 0 calc(50% - 11px / 2);
}