@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
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;
  -moz-appearance: button;
       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;
  -moz-appearance: textfield;
       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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  /*cursor: none;*/
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  list-style-type: none;
  font-display: swap;
}

input,
select,
textarea {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none;
  image-rendering: -webkit-optimize-contrast;
}

*:focus {
  outline: none;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  outline: none;
}

/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgFadeIn {
  from {
    background-color: rgb(255, 255, 255);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(3.3deg);
  }
  25% {
    transform: rotateZ(-3.3deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-1.33deg);
  }
  40%, 99.9%, to {
    transform: rotateZ(0);
  }
}
@keyframes linkUnderline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes chottoRotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-5deg);
  }
}
@keyframes flowText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes guruguru {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateYAnime {
  from {
    transform: rotateY(-180deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes suAnime {
  0% {
    transform: rotateY(-180deg);
  }
  99.9%, to {
    transform: rotateY(180deg);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes horizontalRotation {
  0% {
    opacity: 0;
    transform: rotateY(150deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(360deg);
  }
}
@keyframes poyon {
  0% {
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.32% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes zRotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes zRotate2 {
  from {
    transform: rotateZ(180deg);
  }
  to {
    transform: rotateZ(540deg);
  }
}
.kurukuru-wrapper {
  perspective: 1000;
}

.kurukuru {
  opacity: 0;
  transition: opacity 1s;
  backface-visibility: hidden;
}
.kurukuru.animation {
  opacity: 1;
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fuwari {
  opacity: 0;
}
.fuwari.animation {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.updown {
  animation-name: UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes hero-copy-shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.drawer-fixed {
  /*overflow: auto!important;*/
  height: 100vh;
}

.drawer-open {
  /*overflow: hidden !important;*/
  /*overflow: auto!important;*/
  height: 100%;
}
.drawer-open h1.site-logo img,
.drawer-open p.site-logo img {
  filter: brightness(0) invert(1);
}

.drawer-nav {
  box-sizing: border-box;
  position: fixed !important;
  z-index: 201;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*background-color: #eaddcc;*/
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  display: block;
  list-style: none;
  margin: 0;
  text-align: left;
}

.drawer-menu ul {
  padding: 0;
}

.drawer-menu-item {
  font-size: 1rem;
  background: transparent;
  margin-bottom: 0;
  padding: 7px 10px 6px 0;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  transition: all 0.3s;
}

.drawer-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.drawer-menu-item span.material-icons {
  vertical-align: bottom;
  line-height: 1.1;
  transition: all 0.3s;
}

.drawer-menu-item:hover span.material-icons {
  transform: translateX(5px);
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.drawer-open .drawer-nav {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/*
.drawer-open .drawer-overlay {
    display: block;
}*/
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  visibility: visible;
  right: 0;
  opacity: 1;
}

.drawer--right .drawer-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.drawer--right.drawer-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

/*.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}*/
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.lower-page .drawer-hamburger::after {
  background-color: rgba(117, 36, 133, 0.8);
}
.lower-page .drawer-hamburger .drawer-hamburger-icon::before, .lower-page .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #fff;
}
.lower-page .drawer-hamburger .text-menu {
  color: #fff;
}

.drawer-close .drawer-hamburger .text-menu .close {
  display: block;
}
.drawer-close .drawer-hamburger .text-menu .open {
  display: none;
}

.drawer-open .drawer-hamburger {
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 768px) {
  .drawer-open .drawer-hamburger {
    width: 40px;
    height: 40px;
  }
}
.drawer-open .drawer-hamburger .text-menu .close {
  display: none;
}
.drawer-open .drawer-hamburger .text-menu .open {
  display: block;
  font-size: min(1vw, 12px);
}
@media screen and (max-width: 1150px) {
  .drawer-open .drawer-hamburger .text-menu .open {
    font-size: min(0.6086956522vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  .drawer-open .drawer-hamburger .text-menu .open {
    font-size: 10px;
  }
}

.drawer-hamburger {
  /*position: fixed;*/
  position: relative;
  z-index: 204;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: content-box;
  width: 5vw;
  height: 5vw;
  padding: 2vw;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background: transparent;
}
.drawer-hamburger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 40px !important;
    height: 40px !important;
    padding: 30px 30px 26px 26px;
  }
}
.drawer-hamburger .text-menu {
  font-size: min(1.1666666667vw, 14px);
  font-family: "Aviano Copper W00 Regular";
  letter-spacing: 0.2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 0;
  position: absolute;
  transform: translateY(1vw);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .drawer-hamburger .text-menu {
    font-size: 10px;
    letter-spacing: 0;
    transform: translateY(12px);
  }
}
.drawer-hamburger .text-menu .open {
  display: none;
}
.drawer-hamburger .text-menu img {
  width: 100%;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.fixed .drawer-hamburger {
  width: 3vw;
  height: 3vw;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon2 {
  position: relative;
  display: block;
  margin: 5px 0;
  transform: translateY(-0.5vw);
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}

.drawer-hamburger-icon:before {
  position: absolute;
  top: -0.5vw;
  left: 0;
  content: " ";
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon:before {
    top: -4px;
  }
}

.drawer-hamburger-icon:after {
  position: absolute;
  top: 0.3vw;
  left: 0;
  content: " ";
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon:after {
    top: 4px;
  }
}

.drawer-hamburger-icon {
  background-color: transparent;
  margin: 0;
}

.drawer-open .text-menu {
  transform: translateY(1.5vw);
}
@media screen and (max-width: 768px) {
  .drawer-open .text-menu {
    transform: translateY(18px);
  }
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 202;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 202;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
@font-face {
  font-family: "Aviano Copper W00 Regular";
  src: url("../font/AvianoCopperW00Regular.woff") format("woff"), url("../font/AvianoCopperW00Regular.woff2") format("woff2");
}
html,
body {
  padding: 0;
  margin: 0;
  --img-border-radius: 2vw;
}
@media screen and (max-width: 768px) {
  html,
  body {
    --img-border-radius: 20px;
  }
}

body {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  background-color: white;
  background-blend-mode: lighten;
  animation: 2s 0.5s bgFadeIn forwards;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

.font-serif {
  font-family: "Noto Serif JP", serif !important;
}

.font-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  img.scrollable {
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  img.scrollable {
    max-width: none;
  }
}

a.circle-external,
span.circle-external {
  width: 5vw;
  height: 5vw;
  background-color: rgba(128, 71, 140, 0.8);
  font-family: "Noto Serif JP", serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(0px, calc(13 / 1600 * 100vw), 13px);
  border-radius: 100%;
  gap: 5px;
  transition: 0.5s;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  a.circle-external,
  span.circle-external {
    width: 105px;
    height: 105px;
    font-size: 12px;
  }
}
a.circle-external:after,
span.circle-external:after {
  content: "";
  width: 1vw;
  height: 1vw;
  background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  a.circle-external:after,
  span.circle-external:after {
    width: 15px;
    height: 15px;
  }
}
a.circle-external:hover,
span.circle-external:hover {
  transform: scale(1.1);
}
a.circle-external.-invert,
span.circle-external.-invert {
  background-color: rgba(255, 255, 255, 0.8);
  color: Black;
}
a.circle-external.-invert:after,
span.circle-external.-invert:after {
  filter: none;
}

@media screen and (max-width: 768px) {
  .scrollable-wrapper {
    overflow-x: scroll;
    position: relative;
  }
  .scrollable-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .scrollable-wrapper table thead th,
  .scrollable-wrapper table thead td {
    white-space: nowrap;
  }
  .scrollable-wrapper table tbody th,
  .scrollable-wrapper table tbody td {
    white-space: nowrap;
  }
  .scrollable-wrapper table tfoot th,
  .scrollable-wrapper table tfoot td {
    white-space: nowrap;
  }
}

.sp_hidden {
  display: block;
}

.pc_hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
}
.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
a,
span {
  color: inherit;
  text-decoration: none;
}
a.ic-circle-arrow,
span.ic-circle-arrow {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  border: 1px solid #752485;
  padding: 0.5em 3em;
}
a.ic-circle-arrow:after,
span.ic-circle-arrow:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/common/ic-round-arrow.svg) no-repeat center center/contain;
  margin-left: 10px;
  transition: 0.5s;
}
a.ic-circle-arrow:hover::after,
span.ic-circle-arrow:hover::after {
  transform: translateX(15px);
}
a.ic-circle-arrow.space-between,
span.ic-circle-arrow.space-between {
  justify-content: space-between;
}
a.acc-open, a.acc-close,
span.acc-open,
span.acc-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.acc-open:after, a.acc-close:after,
span.acc-open:after,
span.acc-close:after {
  content: "";
  width: max(1.1vw, 21px);
  height: max(1.1vw, 21px);
  background: url(../images/common/ic_circle_arrow.svg) no-repeat center center/contain;
  margin-left: 10px;
  transition: 0.5s;
  transform: rotate(90deg);
}
a.acc-close:after,
span.acc-close:after {
  transform: rotate(-90deg);
}

/* layouts */
.home .wrapper {
  overflow: clip;
}

.wrapper {
  padding: 0;
  margin: auto;
  position: relative;
  transition: background-color 1s linear;
  z-index: 2;
}

section {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
section .container {
  max-width: 1583px;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 1583px) {
  section .container {
    padding: 2.5vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  section .container {
    padding: 20px 20px 20px 30px;
  }
}
section .container.narrow {
  max-width: 1200px;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-weight: 700;
}
section p {
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
  letter-spacing: 0.01em;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section p {
    letter-spacing: 0;
    font-size: min(3.6458333333vw, 28px);
  }
}
section p.centered {
  text-align: center;
}
section .row {
  display: flex;
  gap: 30px;
}
section .row.nogap {
  gap: 0;
}

.columns {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  justify-content: flex-start;
}
.columns.align-center {
  align-items: center;
}
.columns.justify-center {
  justify-content: center;
}
.columns.reverse {
  flex-direction: row-reverse;
}

/* miscellaneous */
.wp-pagenavi {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding: 0 0 30px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none;
  font-weight: 700;
  padding: 10px !important;
  border: none !important;
  margin: 0 0.35em !important;
  font-size: 14px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: white;
  position: relative;
}
.wp-pagenavi a:hover::before,
.wp-pagenavi span.current::before {
  content: "";
  background-color: #80478c;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -47%);
}

.svg-symbol {
  display: none;
}

.wpmem_msg {
  margin: auto !important;
  border: none !important;
  color: #80478c !important;
}

#wpmem_login {
  max-width: 700px;
  padding: 0 0 5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #wpmem_login {
    width: 100% !important;
  }
}
#wpmem_login form {
  padding: 3vw 4vw !important;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #000;
  font-size: 15px;
}
#wpmem_login form p {
  font-size: 15px;
}
#wpmem_login form fieldset {
  margin: 0 !important;
}
#wpmem_login form fieldset input[type=text],
#wpmem_login form fieldset input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
#wpmem_login form .button_div {
  text-align: center;
}
#wpmem_login form .button_div input[type=submit] {
  background: #80478c;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.medium-zoom-image {
  z-index: 1003;
}

.medium-zoom-overlay {
  z-index: 1002;
  background: rgba(41, 45, 61, 0.9) !important;
}

@media screen and (max-width: 768px) {
  .lower-page {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  .lower-page .left-side-label {
    top: min(19.53125vw, 150px);
    transform: translateY(0);
  }
}

.left-side-label {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  z-index: 10;
  mix-blend-mode: multiply;
}
.left-side-label img {
  height: 70vh;
  width: auto;
}
@media screen and (max-width: 768px) {
  .left-side-label img {
    height: min(78.125vw, 600px);
  }
}
@media screen and (max-width: 768px) {
  .left-side-label {
    color: rgba(0, 0, 0, 0.7);
    left: 10px;
    gap: 5px;
    font-size: 7px;
  }
}

.infiniteslide {
  display: flex;
  gap: 0;
}
.infiniteslide .slide {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .infiniteslide .slide {
    width: 70vw;
  }
}

/***********************************************************************
parts
**********************************************************************/
.breadcrumb {
  margin-top: 0.5em;
  margin-left: auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0.25em;
    padding: 0px !important;
    width: 90%;
  }
}
.breadcrumb ul {
  display: flex;
  gap: 5px;
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    font-size: 12px;
    flex-wrap: wrap;
  }
}
.breadcrumb ul li a {
  color: #752485;
  text-decoration: underline;
}
.breadcrumb ul li::after {
  content: ">";
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li::after {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}
.breadcrumb ul li:last-child::after {
  content: "";
}

.text-narrow {
  letter-spacing: -2px;
}

.vertical-txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.flex-wrapper {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.scroll-swiper-wrapper {
  overflow: clip;
}
.scroll-swiper-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.scroll-swiper-wrapper .swiper-wrapper img {
  height: auto;
  width: 100%;
}

.js-scrollable {
  -webkit-overflow-scrolling: touch;
  /* iOSで慣性スクロール */
  white-space: nowrap;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 auto 0;
  max-width: 1200px;
  width: 85%;
}

.js-scrollable.is-dragging {
  cursor: grabbing;
}

.js-scrollable img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.main-gra {
  position: relative;
}
.main-gra .page-title-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.main-gra .page-title-wrapper .page-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: min(6.8333333333vw, 82px);
  filter: drop-shadow(0 0 8px #333);
  letter-spacing: -2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main-gra .page-title-wrapper .page-title {
    font-size: min(8.3333333333vw, 64px);
  }
}
.main-gra .page-title-wrapper .en {
  font-family: "Aviano Copper W00 Regular";
  font-size: min(1.3333333333vw, 16px);
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .main-gra .page-title-wrapper .en {
    font-size: min(2.34375vw, 18px);
  }
}
.main-gra .lead {
  padding: 0 2em;
}
.main-gra {
  /*page-title-wrapper*/
}
.main-gra--wide {
  background: url("../images/page-main.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: min(50vw, 600px);
}
.main-gra--wide::before {
  content: "";
  background: #752485;
  height: 100%;
  width: min(6vw, 72px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-gra--wide::before {
    width: min(6.7708333333vw, 52px);
  }
}
.main-gra--wide .page-title-wrapper {
  background: #752485;
  border-top-right-radius: min(2.0833333333vw, 25px);
  border-bottom-right-radius: min(2.0833333333vw, 25px);
  padding-right: min(3.5vw, 42px);
  padding-bottom: min(3.5vw, 42px);
  padding-left: min(6.6666666667vw, 80px);
  position: absolute;
  bottom: max(-5vw, -60px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-gra--wide .page-title-wrapper {
    border-top-right-radius: min(3.2552083333vw, 25px);
    border-bottom-right-radius: min(3.2552083333vw, 25px);
    padding-left: min(9.375vw, 72px);
    padding-right: min(6.7708333333vw, 52px);
  }
}
.main-gra--wide .page-title-wrapper .page-title {
  color: #fff;
  margin-top: -0.5em;
}
.main-gra--wide .page-title-wrapper .page-title + .en {
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main-gra--wide .page-title-wrapper .page-title + .en {
    text-align: left;
  }
}
.main-gra {
  /*--wide*/
}
.main-gra--narrow {
  background: url("../images/page-main-narrow.jpg") no-repeat center center;
  background-size: cover;
  border-bottom-left-radius: min(5.8333333333vw, 70px);
  width: 95%;
  height: min(36.8333333333vw, 442px);
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .main-gra--narrow {
    border-bottom-left-radius: min(9.1145833333vw, 70px);
    width: 92%;
    height: min(36.4583333333vw, 280px);
  }
}
.main-gra--narrow .page-title-wrapper {
  position: absolute;
  bottom: min(8.25vw, 99px);
  left: min(9.8333333333vw, 118px);
}
@media screen and (max-width: 768px) {
  .main-gra--narrow .page-title-wrapper {
    left: min(3.90625vw, 30px);
  }
}
.main-gra--narrow .page-title-wrapper .page-title {
  color: #fff;
  font-size: min(6vw, 72px);
}
@media screen and (max-width: 768px) {
  .main-gra--narrow .page-title-wrapper .page-title {
    font-size: min(6.7708333333vw, 52px);
  }
}
.main-gra--narrow .page-title-wrapper .page-title + .en {
  color: #fff;
  font-size: min(1.3333333333vw, 16px);
  filter: drop-shadow(0 0 8px #333);
}
@media screen and (max-width: 768px) {
  .main-gra--narrow .page-title-wrapper .page-title + .en {
    font-size: min(2.34375vw, 18px);
  }
}
.main-gra {
  /*--narrow*/
}
.main-gra--imgnone .page-title-wrapper {
  margin: min(14.3333333333vw, 172px) auto 0;
}
@media screen and (max-width: 768px) {
  .main-gra--imgnone .page-title-wrapper {
    margin-top: min(9.1145833333vw, 70px);
  }
}
.main-gra--imgnone .page-title-wrapper .page-title {
  font-size: min(5vw, 60px);
  font-weight: 500;
  filter: none;
  margin-top: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-gra--imgnone .page-title-wrapper .page-title {
    font-size: min(6.7708333333vw, 52px);
  }
}
.main-gra--imgnone .page-title-wrapper .en {
  color: #752485;
  font-size: min(1.25vw, 15px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-gra--imgnone .page-title-wrapper .en {
    font-size: min(2.34375vw, 18px);
  }
}
.main-gra--imgnone .page-title-wrapper + .lead {
  font-size: min(1.5vw, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: min(9.375vw, 72px) auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main-gra--imgnone .page-title-wrapper + .lead {
    font-size: min(4.1666666667vw, 32px);
  }
}
.main-gra + .major-heading {
  margin-top: min(18.3333333333vw, 220px);
}

/*main-gra*/
.single-post .main-gra--imgnone .page-title-wrapper,
.archive .main-gra--imgnone .page-title-wrapper,
.category .main-gra--imgnone .page-title-wrapper,
.news .main-gra--imgnone .page-title-wrapper,
.update .main-gra--imgnone .page-title-wrapper,
.today-jogakuin .main-gra--imgnone .page-title-wrapper,
.private-news .main-gra--imgnone .page-title-wrapper,
.single-private .main-gra--imgnone .page-title-wrapper {
  margin: min(6.8333333333vw, 82px) auto 0;
}
@media screen and (max-width: 768px) {
  .single-post .main-gra--imgnone .page-title-wrapper,
  .archive .main-gra--imgnone .page-title-wrapper,
  .category .main-gra--imgnone .page-title-wrapper,
  .news .main-gra--imgnone .page-title-wrapper,
  .update .main-gra--imgnone .page-title-wrapper,
  .today-jogakuin .main-gra--imgnone .page-title-wrapper,
  .private-news .main-gra--imgnone .page-title-wrapper,
  .single-private .main-gra--imgnone .page-title-wrapper {
    margin-top: min(9.1145833333vw, 70px);
  }
}
.single-post .main-gra--imgnone .page-title-wrapper .page-title,
.archive .main-gra--imgnone .page-title-wrapper .page-title,
.category .main-gra--imgnone .page-title-wrapper .page-title,
.news .main-gra--imgnone .page-title-wrapper .page-title,
.update .main-gra--imgnone .page-title-wrapper .page-title,
.today-jogakuin .main-gra--imgnone .page-title-wrapper .page-title,
.private-news .main-gra--imgnone .page-title-wrapper .page-title,
.single-private .main-gra--imgnone .page-title-wrapper .page-title {
  font-size: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .single-post .main-gra--imgnone .page-title-wrapper .page-title,
  .archive .main-gra--imgnone .page-title-wrapper .page-title,
  .category .main-gra--imgnone .page-title-wrapper .page-title,
  .news .main-gra--imgnone .page-title-wrapper .page-title,
  .update .main-gra--imgnone .page-title-wrapper .page-title,
  .today-jogakuin .main-gra--imgnone .page-title-wrapper .page-title,
  .private-news .main-gra--imgnone .page-title-wrapper .page-title,
  .single-private .main-gra--imgnone .page-title-wrapper .page-title {
    font-size: min(5.46875vw, 42px);
  }
}

.major-heading {
  font-size: min(2.8333333333vw, 34px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .major-heading {
    font-size: min(5.46875vw, 42px);
  }
}
.major-heading span {
  display: inline-block;
  padding: 0 0 1.5em;
  position: relative;
}
.major-heading span::before {
  content: "";
  background: url("../images/common/head_dotted.svg") no-repeat 0 0;
  background-size: contain;
  display: block;
  height: min(0.75vw, 9px);
  width: min(4.5833333333vw, 55px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .major-heading span::before {
    height: min(2.0833333333vw, 16px);
    width: min(11.71875vw, 90px);
  }
}
.major-heading + .lead {
  font-size: min(1.5vw, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: min(6.7708333333vw, 52px) auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .major-heading + .lead {
    font-size: min(3.6458333333vw, 28px);
  }
}
.major-heading + .lead a {
  color: #2970c2;
  text-decoration: underline;
}

/*major-heading*/
.in-page-link,
.etc-link,
.footer-page-link {
  margin: auto;
  width: 90%;
}
.in-page-link ul,
.etc-link ul,
.footer-page-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(3vw, 36px);
}
.in-page-link ul li,
.etc-link ul li,
.footer-page-link ul li {
  flex: 1;
  text-align: center;
}
.in-page-link ul li a,
.etc-link ul li a,
.footer-page-link ul li a {
  background: #fff;
  border: 1px solid #752485;
  border-radius: min(0.25vw, 3px);
  color: #292929;
  display: block;
  font-size: min(1.6326530612vw, 16px);
  font-weight: 500;
  padding: 2.5em 0;
  transition: 0.3s;
  filter: drop-shadow(0 0 5px #e2c0e8);
}
@media screen and (max-width: 768px) {
  .in-page-link ul li a,
  .etc-link ul li a,
  .footer-page-link ul li a {
    font-size: 14px;
    padding: 1em 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .in-page-link ul li a:hover,
  .etc-link ul li a:hover,
  .footer-page-link ul li a:hover {
    background: #e2c0e8;
    color: #752485;
  }
}
.in-page-link ul li a span,
.etc-link ul li a span,
.footer-page-link ul li a span {
  display: inline-block;
  position: relative;
}
.in-page-link ul li a span::before,
.etc-link ul li a span::before,
.footer-page-link ul li a span::before {
  content: "";
  background: url("../images/common/icon-page-link.svg") no-repeat 0 0;
  background-size: contain;
  height: min(0.5833333333vw, 7px);
  width: min(1.1666666667vw, 14px);
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translate(0, -45%);
}
@media screen and (max-width: 768px) {
  .in-page-link ul li a span::before,
  .etc-link ul li a span::before,
  .footer-page-link ul li a span::before {
    height: min(1.3020833333vw, 10px);
    width: min(2.2135416667vw, 17px);
    right: -2em;
  }
}
@media screen and (max-width: 576px) {
  .in-page-link ul li a span::before,
  .etc-link ul li a span::before,
  .footer-page-link ul li a span::before {
    display: none;
  }
}

.etc-link ul li a {
  font-weight: 600;
}
.etc-link ul li a span::before {
  background: url("../images/common/icon-link-arrow.svg") no-repeat 0 0;
  background-size: contain;
  height: min(1.25vw, 15px);
  width: min(1.25vw, 15px);
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translate(0, -45%);
}
@media screen and (max-width: 768px) {
  .etc-link ul li a span::before {
    height: 11px;
    width: 11px;
    right: -2em;
  }
}

.footer-page-link {
  margin-top: min(7.6666666667vw, 92px);
  max-width: 1400px;
  width: 80%;
}
@media screen and (max-width: 576px) {
  .footer-page-link ul {
    flex-direction: column;
    gap: 0.5em;
  }
}
.footer-page-link ul li a {
  background: #e2c0e8;
  border-width: 2px;
  border-radius: min(3.75vw, 45px);
  color: #752485;
  padding: 1.5em 0;
}
@media screen and (max-width: 576px) {
  .footer-page-link ul li a {
    padding: 0.75em 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-page-link ul li a:hover {
    background: #fff;
  }
}

.footer-page-link-image {
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1400px;
  width: 80%;
}
.footer-page-link-image ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(3vw, 36px);
}
@media screen and (max-width: 576px) {
  .footer-page-link-image ul {
    flex-direction: column;
    gap: 0.5em;
  }
}
.footer-page-link-image ul li {
  flex: 1;
  text-align: center;
}
.footer-page-link-image ul li a {
  display: block;
}

.basecolor-link-btn {
  text-align: center;
}
.basecolor-link-btn a {
  background-image: radial-gradient(#ba67cc 2%, #80478c 66%);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: min(1.3333333333vw, 16px);
  font-weight: 600;
  padding: 1.5em 0;
  transition: 0.3s;
  max-width: 650px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .basecolor-link-btn a {
    font-size: min(3.6458333333vw, 28px);
    padding: 0.75em 0em;
    width: 80%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .basecolor-link-btn a:hover span::before {
    right: -2em;
  }
}
.basecolor-link-btn a span {
  position: relative;
}
.basecolor-link-btn a span::before {
  content: "";
  background: url("../images/common/icon-link-arrow-white.svg") no-repeat 0 0;
  background-size: contain;
  height: min(1.3333333333vw, 16px);
  width: min(1.3333333333vw, 16px);
  position: absolute;
  top: 50%;
  right: -1.75em;
  transform: translate(0, -45%);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .basecolor-link-btn a span::before {
    height: min(4.0364583333vw, 31px);
    width: min(4.0364583333vw, 31px);
  }
}

/*basecolor-link-btn*/
.link-btn {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link-btn {
    margin-top: 1.5em;
  }
}
.link-btn a {
  background: #ece5ca;
  border-radius: 5px;
  color: #292929;
  display: inline-block;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  padding: 0.75em 3em;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link-btn a {
    font-size: min(3.6458333333vw, 28px);
    padding: 0.75em 0em;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-btn a:hover {
    background: #d2ca92;
  }
}
.link-btn a:hover span::before {
  right: -2em;
}
.link-btn a span {
  position: relative;
}
.link-btn a span::before {
  content: "";
  background: url("../images/common/icon-link-arrow.svg") no-repeat 0 0;
  background-size: contain;
  height: min(1.3333333333vw, 16px);
  width: min(1.3333333333vw, 16px);
  position: absolute;
  top: 50%;
  right: -1.75em;
  transform: translate(0, -45%);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .link-btn a span::before {
    height: min(4.0364583333vw, 31px);
    width: min(4.0364583333vw, 31px);
  }
}

/*link-btn*/
.table-type-simple {
  border-collapse: collapse;
  font-size: min(1.4166666667vw, 17px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-type-simple {
    font-size: 14px;
  }
}
.table-type-simple caption {
  color: #fff;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: min(2.5vw, 30px);
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table-type-simple caption {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: min(4.1666666667vw, 32px);
  }
}
.table-type-simple caption::before {
  content: "";
  background: #752485;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.table-type-simple caption span {
  background: #752485;
  border-radius: 35px;
  padding: 0.5em 3em;
  position: relative;
  z-index: 1;
}
.table-type-simple th, .table-type-simple td {
  border: 1px solid #292929;
}
@media screen and (max-width: 768px) {
  .table-type-simple th, .table-type-simple td {
    font-size: min(3.6458333333vw, 28px);
  }
}
.table-type-simple .center {
  text-align: center;
}
.table-type-simple thead th {
  border-top: none;
  border-left: none;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-type-simple thead th {
    white-space: nowrap;
  }
}
.table-type-simple thead th:last-child {
  border-right: none;
}
.table-type-simple tbody th {
  border-left: none;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-type-simple tbody th {
    white-space: nowrap;
  }
}
.table-type-simple tbody td {
  padding: 0.5em 1em;
}
.table-type-simple tbody td:last-child {
  border-right: none;
}
.table-type-simple + .sup-list {
  font-size: min(1.3333333333vw, 16px);
  margin-top: 1em;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .table-type-simple + .sup-list {
    font-size: 14px;
  }
}
.table-type-simple + .sup-list .asterisk {
  text-indent: -1em;
  padding-left: 1em;
}
.table-type-simple + .sup-list .asterisk::before {
  content: "※";
}

/*table-type-simple*/
.table-type-university {
  border-collapse: collapse;
  font-size: min(1.4166666667vw, 17px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-type-university {
    font-size: 14px;
  }
}
.table-type-university--igaku thead th,
.table-type-university--igaku tbody th {
  background: #fff !important;
}
.table-type-university--igaku thead td,
.table-type-university--igaku tbody td {
  background: #e2c0e8;
}
.table-type-university th, .table-type-university td {
  border: 1px solid #292929;
}
@media screen and (max-width: 768px) {
  .table-type-university th, .table-type-university td {
    font-size: min(3.6458333333vw, 28px);
  }
}
.table-type-university .center {
  text-align: center;
}
.table-type-university thead th {
  background: #e2c0e8;
}
.table-type-university thead th, .table-type-university thead td {
  border-bottom: 3px solid #752485;
  border-top: none;
  border-left: none;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-type-university thead th, .table-type-university thead td {
    white-space: nowrap;
  }
}
.table-type-university thead th:last-child, .table-type-university thead td:last-child {
  border-right: none;
}
.table-type-university tbody th {
  background: #e2c0e8;
  border-left: none;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-type-university tbody th {
    white-space: nowrap;
  }
}
.table-type-university tbody td {
  padding: 0.5em;
}
.table-type-university tbody td:last-child {
  border-right: none;
}
.table-type-university + .sup-list {
  font-size: min(1.3333333333vw, 16px);
  margin-top: 1em;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .table-type-university + .sup-list {
    font-size: 14px;
  }
}
.table-type-university + .sup-list .asterisk {
  text-indent: -1em;
  padding-left: 1em;
}
.table-type-university + .sup-list .asterisk::before {
  content: "※";
}

/*table-type-simple*/
.below-sns {
  padding: 0;
  margin: 4.5vw auto;
  display: flex;
  gap: 1vw;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .below-sns {
    gap: 10px;
    margin: 30px auto;
  }
}
.below-sns li {
  max-width: 3.5vw;
}
@media screen and (max-width: 768px) {
  .below-sns li {
    max-width: 50px;
  }
}
.below-sns li a {
  display: block;
}
.below-sns li a img {
  width: 100%;
  height: auto;
}

:root {
  --global-nav-max-width: 1540px;
}

.breadcrumb {
  padding: 10px 0px 10px 30px;
  margin-bottom: 0 !important;
}
.breadcrumb span {
  color: inherit;
  display: inline-block;
  font-size: 12px;
}
.breadcrumb span:before {
  content: "" !important;
}
.breadcrumb span a {
  color: #292929;
  display: inline-block;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}
.breadcrumb span a::after {
  content: "＞";
  position: absolute;
  right: 9px;
  top: 0;
}
.breadcrumb a:hover {
  color: #80478c;
}

/********************************************************************************
header
********************************************************************************/
.lower-page header.global .site-title {
  background: #fff;
  top: 0;
  left: 0;
  padding: min(2vw, 24px) min(5.6666666667vw, 68px) min(2.3333333333vw, 28px) min(3.3333333333vw, 40px);
  filter: drop-shadow(0 0 10px #ccc);
}
@media screen and (max-width: 768px) {
  .lower-page header.global .site-title {
    padding: min(2.6041666667vw, 20px) 0 min(2.6041666667vw, 20px) min(2.6041666667vw, 20px);
    position: relative;
    width: 100%;
  }
}
.main-imgnone header.global .site-title {
  filter: none;
}

@media print {
  header.global {
    display: none;
  }
}
header.global .site-title {
  position: absolute;
  top: 1.5vw;
  left: 3vw;
  padding: 15px 30px 15px 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header.global .site-title {
    padding: 0;
    top: 3vw;
  }
}
header.global .site-title .site-logo {
  text-align: center;
  margin: 0;
  position: relative;
  width: min(31.8333333333vw, 382px);
  transition: 0.5s;
}
header.global .site-title .site-logo img {
  display: block;
  max-width: 382px;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
@media screen and (max-width: 1150px) {
  header.global .site-title .site-logo {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  header.global .site-title .site-logo {
    max-width: 200px;
    width: 70vw;
  }
}
header.global .site-title .site-logo a.sogo-home-link {
  position: absolute;
  width: 34%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

nav#header-nav {
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  position: absolute;
  display: block;
  position: fixed;
  top: 3vw;
  right: 3vw;
  z-index: 202;
}
@media screen and (max-width: 768px) {
  nav#header-nav {
    top: -20px;
    right: -15px;
  }
}
nav#header-nav .header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
nav#header-nav .header-contact > div {
  font-size: 16px;
  color: #292929;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  nav#header-nav .header-contact > div {
    display: none;
  }
}
nav#header-nav .header-contact > div a {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
nav#header-nav .header-contact > div a:before {
  content: "";
  display: block;
  transition: 0.5s;
}
nav#header-nav .header-contact > div a:hover:before {
  transform: scale(1.2);
}

.header-sp-main .nav-content {
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-sp-main .nav-content .nav-content-box {
  max-width: var(--global-nav-max-width);
  width: 100%;
  margin: auto;
}
@media (max-width: var(--global-nav-max-width)) {
  .header-sp-main .nav-content .nav-content-box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box {
    max-width: 100%;
    padding: 25px 25px;
  }
}
.header-sp-main .nav-content .nav-content-box .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 2vw;
}
.header-sp-main .nav-content .nav-content-box .row.layout {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row.layout {
    gap: 20px;
    flex-direction: column;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col.overlord {
  width: 35%;
  max-width: 540px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0vw 4vw;
  border-right: 1px solid #292929;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col.overlord {
    width: 100%;
    max-width: none;
    padding: 0;
    border-right: none;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col.overlord .logo {
  width: 20vw;
  max-width: 330px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col.overlord .logo {
    width: 100%;
    max-width: 130px;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col.children {
  flex-grow: 1;
  padding: 0vw 4vw;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col.children {
    padding: 0;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col.children .row {
  gap: 0vw;
  flex-direction: column;
}
.header-sp-main .nav-content .nav-content-box .row .col.children .row .row {
  flex-direction: row;
}
.header-sp-main .nav-content .nav-content-box .row .col.children .col {
  flex-grow: 1;
}
.header-sp-main .nav-content .nav-content-box .row .col.children:after {
  left: auto;
  right: 0;
  border-radius: 0 50px 50px 0;
  border-right: 1px solid #fff;
  border-left: none;
}
.header-sp-main .nav-content .nav-content-box .row .col .sns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.header-sp-main .nav-content .nav-content-box .row .col .sns li {
  max-width: 2.5vw;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col .sns li {
    max-width: 32px;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col .sns li a {
  display: block;
}
.header-sp-main .nav-content .nav-content-box .row .col .sns li a img {
  width: 100%;
  height: auto;
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu {
  max-width: 305px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col .sub_menu {
    max-width: none;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col .sub_menu li {
    margin-top: 10px;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu li a {
  padding: 1vw 1vw 1vw 3vw;
  display: block;
  position: relative;
  background: radial-gradient(circle, #ba67cc 0%, #80478c 100%);
  color: white;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col .sub_menu li a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 10px 40px;
    border-radius: 3px;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu li a:before {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background: no-repeat center center;
  position: absolute;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .row .col .sub_menu li a:before {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu li.inquiry a:before {
  background-image: url(../images/common/ic-mail.svg);
}
.header-sp-main .nav-content .nav-content-box .row .col .sub_menu li.guidebook a:before {
  background-image: url(../images/common/ic-guidebook.svg);
}
.header-sp-main .nav-content .nav-content-box a {
  color: #292929;
  transition: opacity 0.5s;
  white-space: nowrap;
}
.header-sp-main .nav-content .nav-content-box a:hover {
  opacity: 0.5;
}
.header-sp-main .nav-content .nav-content-box a.btn-access {
  display: block;
  width: 100%;
  max-width: 8vw;
  margin: 1vw auto;
  filter: drop-shadow(0 0 0.25rem #e2c0e8);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box a.btn-access {
    margin-bottom: 20px;
    max-width: 100px;
  }
}
.header-sp-main .nav-content .nav-content-box a.btn-english {
  display: block;
  width: 100%;
  max-width: 286px;
  margin: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box a.btn-english {
    max-width: none;
    margin-top: 10px;
  }
}
.header-sp-main .nav-content .nav-content-box .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .ph {
    display: none;
  }
}
.header-sp-main .nav-content .nav-content-box h3 {
  height: auto;
}
.header-sp-main .nav-content .nav-content-box h3 a {
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 5px;
  padding: 5px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box h3 a {
    font-size: 14px;
    letter-spacing: 4px;
  }
}
.header-sp-main .nav-content .nav-content-box h3 {
  margin-bottom: 10px;
}
.header-sp-main .nav-content .nav-content-box .users {
  margin: 0 auto min(1.6666666667vw, 20px);
  width: 90%;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .users {
    margin-top: 1em;
    width: 80%;
  }
}
.header-sp-main .nav-content .nav-content-box .users ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .users ul {
    flex-direction: column;
    gap: 0;
  }
}
.header-sp-main .nav-content .nav-content-box .users ul li {
  flex: 1;
}
.header-sp-main .nav-content .nav-content-box .users ul li a {
  background: #752485;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: 400;
  padding: 0.65em 0;
  padding-left: 1em;
  position: relative;
  width: 100%;
}
.header-sp-main .nav-content .nav-content-box .users ul li a::before {
  content: "";
  display: block;
  background: url(../images/common/ic-external.svg) no-repeat 100% center;
  background-size: contain;
  width: 0.7vw;
  height: 0.7vw;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .users ul li a::before {
    width: 12px;
    height: 12px;
  }
}
.header-sp-main .nav-content .nav-content-box ul {
  list-style: none;
  padding-left: 0;
}
.header-sp-main .nav-content .nav-content-box ul li {
  margin-bottom: 2px;
  font-size: clamp(10px, 1vw, 15px);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul li {
    font-size: 13px;
  }
}
.header-sp-main .nav-content .nav-content-box ul li a {
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul li a {
    letter-spacing: 0;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content {
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: space-between;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content > li {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li {
    margin-bottom: 0;
    width: 100%;
    position: relative;
  }
  .header-sp-main .nav-content .nav-content-box ul.root-content > li:not(.others) > a {
    pointer-events: none;
  }
  .header-sp-main .nav-content .nav-content-box ul.root-content > li:not(.others):before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #292929;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .header-sp-main .nav-content .nav-content-box ul.root-content > li:not(.others):after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #292929;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: center center;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content > li > a {
  display: block;
  font-size: clamp(14px, calc(20 / 1600 * 100vw), 20px);
  margin-bottom: 0.5em;
  padding: 5px 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li > a {
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    margin-bottom: 0;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content > li > a.noboder {
  border: none;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li > a.noboder {
    border-bottom: 1px solid white;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content > li.others > a {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.others > a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.round-border {
    margin-top: 20px;
  }
}
.header-sp-main .nav-content .nav-content-box ul.root-content > li.round-border > a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 1.5vw;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.round-border > a {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.is-active:after {
    transform: rotate(0deg);
  }
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.is-active > a {
    pointer-events: all;
  }
  .header-sp-main .nav-content .nav-content-box ul.root-content > li.is-active .child-content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.child-content {
    display: none;
    padding: 0 15px 15px;
  }
}
.header-sp-main .nav-content .nav-content-box ul.child-content li {
  margin-bottom: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .header-sp-main .nav-content .nav-content-box ul.child-content li {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.child-content li {
    margin-bottom: 0;
  }
}
.header-sp-main .nav-content .nav-content-box ul.child-content li:before {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #292929;
  display: inline-block;
  margin-right: 5px;
}
.header-sp-main .nav-content .nav-content-box ul.child-content li a {
  font-size: clamp(10px, calc(16 / 1600 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.child-content li a {
    font-size: 12px;
    padding: 0.25em 0;
  }
}
.header-sp-main .nav-content .nav-content-box ul.foot-content {
  margin: 0 0 2vw;
  padding: 1vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2vw;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.foot-content {
    gap: 5px;
    flex-wrap: wrap;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.foot-content li {
    margin: 0;
    width: calc(50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.header-sp-main .nav-content .nav-content-box ul.foot-content a {
  font-size: clamp(9px, calc(14 / 1600 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box ul.foot-content a {
    font-size: 12px;
    text-align: center;
    display: block;
  }
}
.header-sp-main .nav-content .nav-content-box .news-box {
  background: #e2c0e8;
  padding: 1.5vw 3vw;
  text-align: center;
  position: relative;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .news-box {
    margin-bottom: 30px;
  }
}
.header-sp-main .nav-content .nav-content-box .news-box h2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .news-box h2 {
    line-height: 0;
    transform: translateY(-65%);
  }
}
.header-sp-main .nav-content .nav-content-box .news-box h2 img {
  width: 5vw;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .news-box h2 img {
    min-width: 80px;
  }
}
.header-sp-main .nav-content .nav-content-box .news-box .row .col:not(:last-child) {
  border-right: 1px solid #80478c;
}
.header-sp-main .nav-content .nav-content-box .news-box .row .col a {
  font-size: clamp(10px, calc(15 / 1600 * 100vw), 15px);
  color: #80478c;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .nav-content-box .news-box .row .col a {
    font-size: 10px;
  }
}
.header-sp-main .nav-content .lower-nav-container {
  border-top: 1px solid white;
  padding-top: 30px;
}
.header-sp-main .nav-content .lower-nav-container .lower-nav li {
  display: inline-block;
}
.header-sp-main .nav-content .lower-nav-container .lower-nav.lt li {
  font-size: 1px;
  letter-spacing: 5px;
  border-left: 1px solid white;
  padding-left: 15px;
  padding-right: 50px;
}
.header-sp-main .nav-content .lower-nav-container .lower-nav.lt li:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .lower-nav-container .lower-nav.lt li {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }
}
.header-sp-main .nav-content .lower-nav-container .lower-nav.rt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .lower-nav-container .lower-nav.rt {
    text-align: left;
  }
}
.header-sp-main .nav-content .lower-nav-container .lower-nav.rt li {
  font-size: 13px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .lower-nav-container .lower-nav.rt li {
    font-size: 12px;
  }
}
.header-sp-main .nav-content .lower-nav-container .lower-nav.rt li:before {
  content: "●";
  color: #7D7872;
  display: inline-block;
  margin-right: 5px;
}
.header-sp-main .nav-content .lower-nav-container .thumblink {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .lower-nav-container .thumblink {
    display: none;
  }
}
.header-sp-main .nav-content .lower-nav-container .thumblink .column a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*align-items: center;*/
}
.header-sp-main .nav-content .lower-nav-container .thumblink .column .thumb {
  flex-basis: 150px;
}
.header-sp-main .nav-content .lower-nav-container .thumblink .column .info {
  padding-left: 20px;
}
.header-sp-main .nav-content .lower-nav-container .thumblink .column .info h4 {
  color: white;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 900;
}
.header-sp-main .nav-content .lower-nav-container .thumblink .column .info p {
  font-size: 11px;
}
.header-sp-main .nav-content .sub-nav-container .lower-nav.lt {
  margin-bottom: 30px;
}
.header-sp-main .nav-content .sub-nav-container .lower-nav.lt li {
  font-size: 16px;
  letter-spacing: 5px;
  border-left: 1px solid white;
  padding-left: 15px;
  padding-right: 50px;
  margin-bottom: 15px;
}
.header-sp-main .nav-content .sub-nav-container .lower-nav.lt li:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .sub-nav-container .lower-nav.lt li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.header-sp-main .nav-content .sub-nav-container .lower-nav.rt li {
  font-size: 13px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .nav-content .sub-nav-container .lower-nav.rt li {
    font-size: 12px;
  }
}
.header-sp-main .nav-content .sub-nav-container .lower-nav.rt li:before {
  content: "●";
  color: #7D7872;
  display: inline-block;
  margin-right: 5px;
}
.header-sp-main .below-close {
  text-align: right;
  padding: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .header-sp-main .below-close {
    display: none;
  }
}
.header-sp-main .below-close a {
  color: #999;
}
.header-sp-main .below-close a img {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}
.header-sp-main .primary-bts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 6px 2px 0px;
  max-width: 400px;
  margin: auto;
}
.header-sp-main .primary-bts li {
  padding: 5px;
  flex: 33%;
}
.header-sp-main .primary-bts a {
  display: block;
  padding: 2px;
  border-radius: 5px;
  background-color: orange;
}
.header-sp-main form {
  padding: 0 25px 20px;
}
.header-sp-main form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-sp-main form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-sp-main form input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  background: #292929 url(../images/common/ic-search.png) no-repeat 10px 10px;
  color: white;
  border: none;
  border-radius: 5px;
}
.header-sp-main .drawer-menu li {
  position: relative;
}
.header-sp-main .drawer-menu li label {
  background-color: #333;
  position: relative;
  z-index: 1;
}
.header-sp-main .drawer-menu li label:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  top: 10px;
  right: 25px;
  z-index: 10;
  transition: 0.5s;
}
.header-sp-main .drawer-menu li > a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top: 10px;
  right: 26px;
  z-index: 10;
  transition: 0.5s;
}
.header-sp-main .drawer-menu li input.sub-nav-check {
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 15px;
}
.header-sp-main .drawer-menu li input.sub-nav-check:checked ~ .sub-nav {
  max-height: 1000px;
  padding: 15px 20px;
}
.header-sp-main .drawer-menu li input.sub-nav-check:checked + label:before {
  content: "\f068";
  transform: rotate(360deg);
}
.header-sp-main .drawer-menu li a,
.header-sp-main .drawer-menu li label {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
  padding: 8px 25px;
  border-top: 1px solid #292929;
  color: #292929;
}
.header-sp-main .drawer-menu li:last-child a,
.header-sp-main .drawer-menu li:last-child label {
  border-bottom: 1px solid #292929;
}
.header-sp-main .drawer-menu .sub-nav {
  background-color: #292929;
  overflow: hidden;
  max-height: 0px;
  transition: 0.5s;
  -moz-column-count: 1;
       column-count: 1;
  padding: 0 20px 0 20px;
}
.header-sp-main .drawer-menu .sub-nav li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header-sp-main .drawer-menu .sub-nav li a {
  padding: 5px 10px;
  border-bottom: none;
  font-size: 1em;
  color: white;
}
.header-sp-main .drawer-menu .sub-nav li a:before {
  top: 7px;
  right: 10px;
}

.header-sp-below {
  padding: 10px 20px 20px;
}
.header-sp-below ul {
  display: flex;
  flex-wrap: wrap;
}
.header-sp-below ul li {
  flex: 50%;
}
.header-sp-below ul li a {
  padding: 5px 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.header-sp-below ul li a span {
  position: relative;
}
.header-sp-below ul li a span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  transition: 0.5s;
  background-color: orange;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  body:not(.home) #side-nav {
    display: none;
  }
}
#below-fixed-nav {
  position: fixed;
  bottom: -150px;
  left: 0;
  padding: 2px;
  z-index: 11;
  width: 100%;
  transition: 0.5s;
}
#below-fixed-nav.is-active {
  bottom: 0;
}
#below-fixed-nav ul {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 400px;
}
#below-fixed-nav ul li {
  flex: 33%;
  padding: 2px;
}
#below-fixed-nav ul li a {
  display: block;
  padding: 0px;
  border-radius: 8px;
  background-color: orange;
}

#side-nav {
  position: fixed;
  top: 30%;
  right: 0;
  width: 60px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #side-nav {
    position: relative;
    top: 0;
    text-align: center;
    width: auto;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav ul {
    display: flex;
    justify-content: center;
  }
}
#side-nav ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #side-nav ul li {
    flex: 33%;
    padding: 5px;
  }
}
#side-nav ul li a {
  display: block;
  padding: 7px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  #side-nav ul li a {
    padding: 15px;
    border-radius: 8px;
  }
}
#side-nav ul li.orange a {
  background-color: orange;
}
#side-nav ul li.sns {
  margin-bottom: 0;
}
#side-nav ul li.sns a {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  #side-nav ul li.sns {
    display: none;
  }
}

.lower-page .purpose-nav ul li a {
  background-color: rgba(243, 241, 226, 0.8);
  color: #292929;
}
.lower-page .purpose-nav ul li a:hover {
  background: #d2ca92;
}
.lower-page .purpose-nav ul li a:after {
  background-image: url(../images/common/icon-link-arrow.svg);
  filter: none;
}

.purpose-nav {
  position: absolute;
  right: 0;
  top: 13.5vw;
  z-index: 10;
  background: transparent;
  width: 20vw;
  max-width: 324px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .purpose-nav {
    display: none;
  }
}
.purpose-nav .animated {
  opacity: 1 !important;
}
.purpose-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.purpose-nav ul li {
  margin-bottom: 0.5vw;
}
.purpose-nav ul li a {
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1vw 1.5vw;
  border: 1px solid white;
  border-right: none;
  color: white;
  font-size: clamp(10px, calc(16 / 1600 * 100vw), 16px);
  transition: 0.3s;
}
.purpose-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.purpose-nav ul li a:after {
  content: "";
  width: 1vw;
  height: 1vw;
  background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
.purpose-nav .btn-en {
  padding: 0 0.5em;
}

/********************************************************************************
footer
********************************************************************************/
footer.global {
  padding-bottom: 3vw;
  background-color: #fff;
  color: white;
  background: radial-gradient(at 70% 20%, #ba67cc 0%, #80478c 100%);
}
@media print {
  footer.global {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer.global .information {
    padding-top: 20px;
  }
}
footer.global .information .container {
  width: 90vw;
  max-width: 1342px;
  margin: 0px auto;
  padding: 5vw 20px 2vw;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container {
    width: auto;
    padding: 5vw 10vw;
  }
}
footer.global .information .container .row {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col {
    width: 100%;
  }
}
footer.global .information .container .row .col p {
  margin: 0;
}
footer.global .information .container .row .col.logo-col .footer-logo {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row .col.logo-col .footer-logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.logo-col .footer-logo {
    margin-bottom: 20px;
  }
}
footer.global .information .container .row .col.logo-col img {
  width: 35vw;
  max-width: 542px;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row .col.logo-col img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.logo-col img {
    width: 100%;
  }
}
footer.global .information .container .row .col.logo-col .datas {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row .col.logo-col .datas {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.logo-col .datas {
    flex-direction: column;
    justify-content: center;
  }
}
footer.global .information .container .row .col.logo-col .datas a.btn-access {
  display: block;
  margin: 0;
}
footer.global .information .container .row .col.logo-col .datas a.btn-access img {
  width: 8vw;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.logo-col .datas a.btn-access img {
    width: 105px;
  }
}
footer.global .information .container .row .col.logo-col address {
  font-size: clamp(12px, calc(15 / 1600 * 100vw), 15px);
  font-style: normal;
  padding-left: 2vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row .col.logo-col address {
    padding-left: 0;
    text-align: center;
  }
}
footer.global .information .container .row .col.nav-col {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
footer.global .information .container .row .col.nav-col ul.main-nav {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.main-nav {
    display: none;
  }
}
footer.global .information .container .row .col.nav-col ul.main-nav li {
  margin-bottom: 1vw;
  line-height: 1;
}
footer.global .information .container .row .col.nav-col ul.main-nav li a {
  white-space: nowrap;
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
}
@media screen and (max-width: 1150px) {
  footer.global .information .container .row .col.nav-col ul.main-nav li a {
    font-size: 12px;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav {
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li {
  list-style: none;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav li {
    border-radius: 0px;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li:hover {
  opacity: 0.7;
}
footer.global .information .container .row .col.nav-col ul.sub-nav li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #ba67cc 0%, #80478c 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav li:after {
    display: none;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li:not(:first-child) {
  margin-top: 10px;
}
footer.global .information .container .row .col.nav-col ul.sub-nav li a {
  padding: 1.5vw 3vw 1.5vw 4vw;
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
  display: block;
  position: relative;
  z-index: 2;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav li a {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-size: 15px;
    text-align: center;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li a:before {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background: no-repeat center center;
  position: absolute;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav li a:before {
    display: none;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li.inquiry a:before {
  background-image: url(../images/common/ic-mail.svg);
}
footer.global .information .container .row .col.nav-col ul.sub-nav li.guidebook a:before {
  background-image: url(../images/common/ic-guidebook.svg);
}
footer.global .information .container .row .col.nav-col ul.sub-nav li.donation a {
  border: 2px solid #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  footer.global .information .container .row .col.nav-col ul.sub-nav li.donation a {
    border-width: 1px;
    border-radius: 0;
  }
}
footer.global .information .container .row .col.nav-col ul.sub-nav li.donation::after {
  background: none;
}
@media screen and (max-width: 768px) {
  footer.global #below-menu {
    display: none;
  }
}
footer.global #below-menu .container {
  width: 80vw;
  max-width: 950px;
  margin: 0px auto 5vw;
  padding: 0 20px;
}
@media screen and (max-width: 1150px) {
  footer.global #below-menu .container {
    width: 65vw;
  }
}
footer.global #below-menu .row {
  display: flex;
  gap: 1vw;
}
footer.global #below-menu .row .col {
  width: 50%;
}
footer.global #below-menu .row .col a {
  display: block;
  border: 1px solid #fff;
  padding: 0.5vw 1vw;
  text-align: center;
  font-size: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  color: #fff;
  transition: 1s;
  font-weight: 400;
  white-space: nowrap;
}
footer.global #below-menu .row .col a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.totop {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.copyright,
.footer-notice {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .copyright,
  .footer-notice {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* 月別アーカイブ展開表示 */
.archive-nav ul {
  padding-left: 0;
  letter-spacing: 0.125em;
}
.archive-nav ul.monthly {
  border-top: 1px solid #ccc;
}
.archive-nav ul.monthly > li {
  border-bottom: 1px solid #ccc;
}
.archive-nav ul.monthly li {
  list-style: none;
  font-weight: 500;
}
.archive-nav ul.monthly li ul.childMonth {
  list-style: none;
  margin-left: 5px !important;
  padding-left: 1em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .archive-nav ul.monthly li ul.childMonth {
    display: flex;
    margin-bottom: 0px;
  }
  .archive-nav ul.monthly li ul.childMonth li {
    padding-bottom: 10px;
  }
  .archive-nav ul.monthly li ul.childMonth li:before {
    content: "／";
  }
}
.archive-nav ul.monthly li ul.childMonth li:last-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .archive-nav ul.monthly li ul.childMonth li:last-child {
    margin-bottom: 0;
  }
}
.archive-nav ul.monthly li ul.childMonth a {
  padding: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .archive-nav ul.monthly li ul.childMonth a {
    display: inline-block;
  }
}
.archive-nav ul.monthly li span {
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.archive-nav ul.monthly li span:before {
  content: "▶";
  color: #80478c;
  display: inline-block;
  margin-right: 5px;
}
.archive-nav ul.monthly li.minus span:before {
  content: "▼";
  display: inline-block;
}
.archive-nav ul.monthly li.minus ul.childMonth {
  max-height: 500px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.home .button {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 3px;
  background: radial-gradient(circle, #ba67cc 0%, #80478c 100%);
  font-size: 13px;
  color: white;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
body.home .button::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
body.home #hero {
  position: relative;
  box-sizing: border-box;
}
body.home #hero .copy {
  position: absolute;
  bottom: 100px;
  left: -10%;
  z-index: 10;
  transition: 0.5s;
  z-index: 100;
  -webkit-mask-image: url(../images/index/copy.png);
  mask-image: url(../images/index/copy.png);
  mask-mode: alpha;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  width: 35vw;
  max-width: 30vw;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  body.home #hero .copy {
    bottom: 50px;
    left: -38%;
  }
}
body.home #hero .copy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(45deg);
  color: transparent;
  animation: hero-copy-shine 4s infinite ease-in-out;
  mix-blend-mode: plus-lighter;
}
body.home #hero .copy img {
  width: 100%;
}
body.home #hero .main-image {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  height: calc(100vh - 70px);
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home #hero .main-image {
    height: 150vw;
  }
}
body.home #hero .main-image #youtube-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 71, 140, 0.1);
}
body.home #hero .main-image #youtube-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/dot.webp) repeat center center;
  background-size: 64% auto;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  body.home #hero .main-image #youtube-wrapper:before {
    background: url(../images/index/dot-sp.webp) repeat left top;
    background-size: auto;
  }
}
body.home #hero .main-image #youtube-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
body.home #hero .main-image #youtube-loading.disappear {
  display: none;
}
body.home #hero .main-image #youtube-loading .loader,
body.home #hero .main-image #youtube-loading .loader:before,
body.home #hero .main-image #youtube-loading .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
body.home #hero .main-image #youtube-loading .loader {
  color: #80478c;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
@media screen and (max-width: 768px) {
  body.home #hero .main-image #youtube-loading .loader {
    color: rgba(255, 255, 255, 0.5);
  }
}
body.home #hero .main-image #youtube-loading .loader:before,
body.home #hero .main-image #youtube-loading .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
body.home #hero .main-image #youtube-loading .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
body.home #hero .main-image #youtube-loading .loader:after {
  left: 3.5em;
}
body.home #hero .main-image #youtube-area {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
body.home #hero .main-image #youtube-area.appear {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.home #hero .main-image #youtube-area #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  body.home #hero .main-image #youtube-area #youtube {
    width: 100vw;
    height: 177.77777778vw;
  }
}
body.home #hero .main-image #youtube-area #youtube .html5-video-player {
  background-color: #fff !important;
}
body.home #hero .main-image #youtube-area {
  /*youtubeがクリックされないためのマスク*/
}
body.home #hero .main-image #youtube-area #youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
body.home #hero .swiper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.home #hero .swiper {
    border-radius: 20px 0 0 20px;
  }
}
body.home #hero .swiper .swiper-wrapper {
  height: 100%;
}
body.home #hero .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.home #hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
body.home .home-oc-banner {
  position: absolute;
  bottom: -120px;
  right: 30px;
  z-index: 10;
  max-width: 20vw;
  min-width: 200px;
}
body.home .home-oc-banner.sp {
  position: relative;
  bottom: 0;
  right: 0;
  text-align: center;
  max-width: none;
  width: 80%;
  margin: 0 auto 2em;
}
body.home .home-oc-banner a {
  display: block;
  transition: 0.3s;
  transform-origin: center center;
  line-height: 0;
}
body.home .home-oc-banner a:hover {
  transform: scale(1.1);
}
body.home .home-oc-banner .text {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  animation: rotation 36s linear infinite;
  transform-origin: center center;
  z-index: -1;
}
body.home .home-pickup {
  padding-left: 50px;
  padding-right: 30vw;
  background-color: #752586;
  color: white;
}
@media screen and (max-width: 768px) {
  body.home .home-pickup {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}
body.home .home-pickup .container {
  position: relative;
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 1583px) {
  body.home .home-pickup .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-pickup .container {
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .home-pickup .news-box {
  position: absolute;
  top: 1px;
  right: 0;
  transform: translateY(-100%);
  background-color: #752586;
  color: white;
  padding: 2em 3.5em;
  border-radius: 2.5vw 0 0 0;
  font-size: clamp(12px, calc(14 / 1600 * 100vw), 14px);
  max-width: 550px;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  body.home .home-pickup .news-box {
    position: relative;
    transform: translateY(0);
    width: calc(100% - 30px);
    max-width: none;
    border-radius: 0;
    padding: 2em;
    margin-left: auto;
    margin-top: -70px;
    box-sizing: border-box;
    border-radius: 30px 0 0 0;
  }
}
body.home .home-pickup .news-box .news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
body.home .home-pickup .news-box h2 {
  margin: 0;
}
body.home .home-pickup .news-box h2 img {
  width: 119px;
}
body.home .home-pickup .news-box .control {
  display: flex;
  gap: 5px;
}
body.home .home-pickup .news-box .control .next,
body.home .home-pickup .news-box .control .prev {
  width: 57px;
  height: 16px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.home .home-pickup .news-box .control .next::before,
body.home .home-pickup .news-box .control .prev::before {
  content: "";
  width: 9px;
  height: 7px;
  background-color: #752586;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
}
body.home .home-pickup .news-box .control .prev::before {
  transform: rotate(180deg);
}
body.home .home-pickup .news-box .news-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .home-pickup .news-box .news-list {
    height: 72px;
  }
}
body.home .home-pickup .news-box .news-list article {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
body.home .home-pickup .news-box .news-list article.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.home .home-pickup .news-box .news-list article .new {
  background: #e01717;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 0.75em 0.25em;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
}
body.home .home-pickup .news-box .news-list article .date {
  font-size: clamp(9px, calc(12 / 1600 * 100vw), 12px);
}
body.home .home-pickup .news-box .news-list article h3 {
  margin: 0 0 0.5em 0;
  font-size: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  letter-spacing: 0.1em;
  font-weight: 500;
}
body.home .home-pickup .news-box .news-list article ul.cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.home .home-pickup .news-box .news-list article ul.cats li a {
  pointer-events: none;
  background-color: #fff;
  color: black;
  padding: 0.3em 0.8em;
  white-space: nowrap;
  font-size: clamp(0px, calc(13 / 1600 * 100vw), 13px);
}
@media screen and (max-width: 768px) {
  body.home .home-pickup .news-box .news-list article ul.cats li a {
    font-size: 10px;
  }
}
body.home .home-pickup .pickups {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.home .home-pickup .pickups {
    margin-top: -30px;
    transform: translateY(0);
  }
}
body.home .home-pickup .pickups a {
  display: block;
  border: 1px solid #e2c0e8;
  line-height: 0;
}
body.home .home-chestup {
  background: url(../images/index/bg-chestup.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body.home .home-chestup {
    background: none;
    color: #292929;
  }
}
body.home .home-chestup .text-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-chestup .text-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-chestup h2 {
    display: none;
  }
}
body.home .home-chestup h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 27.7px;
  font-weight: 500;
  margin: 0 0 10px;
}
body.home .home-chestup .sp-mainimage {
  line-height: 0;
}
body.home .home-chestup .sp-chestup {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
body.home .home-chestup p {
  line-height: 2.6;
  font-size: clamp(0px, calc(14.5 / 1600 * 100vw), 14.5px);
  padding: 4vw;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  body.home .home-chestup p {
    padding: 0;
    font-size: 13.8px;
    margin-bottom: 20px;
  }
}
body.home .home-latest-news .container {
  position: relative;
  max-width: 1377px;
  padding: 8vw 0 0;
}
@media screen and (max-width: 1583px) {
  body.home .home-latest-news .container {
    padding: 5vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container {
    padding: 0;
  }
}
body.home .home-latest-news .container h2 {
  position: absolute;
  margin: 0;
  padding: 0px;
  width: 11.45vw;
  min-width: 140px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container h2 {
    position: relative;
    width: 220px;
    padding: 30px 0;
    margin: auto;
  }
}
body.home .home-latest-news .container .news-pane {
  width: calc(100% - 11.45vw - 4vw);
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  body.home .home-latest-news .container .news-pane {
    width: calc(100% - 140px - 40px);
  }
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane {
    width: 100%;
  }
}
body.home .home-latest-news .container .news-pane .row {
  gap: 4vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row {
    gap: 40px;
    flex-direction: column;
    padding: 0 20px 25px 30px;
  }
}
body.home .home-latest-news .container .news-pane .row .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col {
    width: 100%;
  }
}
body.home .home-latest-news .container .news-pane .row .col h3 {
  font-size: clamp(0px, calc(23.75 / 1600 * 100vw), 23.75px);
  font-family: "Noto Serif JP", serif;
  color: #752586;
  border: 1px solid #752586;
  border-radius: 5px;
  padding: 0.3em 0.8em;
  margin: 0 0 1em 0;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
body.home .home-latest-news .container .news-pane .row .col h3 a {
  position: absolute;
  top: -1vw;
  right: -1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col h3 a {
    top: -25px;
    right: -15px;
    width: 95px;
    height: 95px;
  }
}
body.home .home-latest-news .container .news-pane .row .col .news-list article {
  padding: 1vw 0;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col .news-list article {
    padding: 10px 0;
  }
}
body.home .home-latest-news .container .news-pane .row .col .news-list article:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .new {
  background: #e01717;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 0.75em 0.25em;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .date {
  font-size: clamp(0px, calc(11 / 1600 * 100vw), 11px);
  color: #752586;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col .news-list article .date {
    font-size: 11px;
  }
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .title {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col .news-list article .title {
    font-size: 14px;
  }
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .title a {
  transition: 0.5s;
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .title a:hover {
  opacity: 0.5;
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .cats li a {
  pointer-events: none;
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.3em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .row .col .news-list article .cats li a {
    font-size: 13px;
  }
}
body.home .home-latest-news .container .news-pane .row .col .news-list article .cats li a:hover {
  background-color: #a232b8;
  color: white;
}
body.home .home-latest-news .container .news-pane .ban-today {
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today {
    border: none;
    margin-bottom: 30px;
  }
}
body.home .home-latest-news .container .news-pane .ban-today a {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today a {
    flex-direction: column;
  }
}
body.home .home-latest-news .container .news-pane .ban-today a:hover .md:before {
  width: 40vw;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today a:hover .md:before {
    width: 120vw;
    height: 120vw;
  }
}
body.home .home-latest-news .container .news-pane .ban-today .md {
  position: relative;
  overflow: hidden;
  min-width: 32%;
  text-align: center;
}
body.home .home-latest-news .container .news-pane .ban-today .md:before {
  content: "";
  width: 15vw;
  height: 15vw;
  background-color: rgba(117, 37, 134, 0.11);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -35%);
  border-radius: 100%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today .md:before {
    width: 110vw;
    height: 110vw;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    transform-origin: center center;
  }
}
body.home .home-latest-news .container .news-pane .ban-today .md img {
  height: 10vw;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today .md img {
    width: 100%;
    height: auto;
  }
}
body.home .home-latest-news .container .news-pane .ban-today .slide-box {
  width: 100%;
}
body.home .home-latest-news .container .news-pane .ban-today .slide-box img {
  height: 10vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-latest-news .container .news-pane .ban-today .slide-box img {
    width: 70vw;
    height: auto;
  }
}
body.home .home-latest-news .container .news-pane .ban-today .button {
  width: 80%;
  margin: 0 auto;
  transform: translateY(-50%);
}
body.home .parallax-section {
  position: relative;
  height: auto;
  overflow: clip;
}
body.home .parallax-bg {
  position: absolute;
  inset: 0;
  background: black url(../images/index/bg-anniversary.webp) no-repeat top center/cover;
  will-change: transform;
  height: min(266.6666666667vw, 3200px);
}
@media screen and (max-width: 768px) {
  body.home .parallax-bg {
    height: min(572.9166666667vw, 4400px);
  }
}
body.home #anniversary {
  margin-top: max(-6vw, -72px);
  z-index: 0;
}
body.home .home-anniversary {
  color: white;
  position: relative;
}
body.home .home-anniversary:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
}
body.home .home-anniversary:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 150%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), url(../images/index/dot.webp) repeat center center;
  background-size: 64% auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary:after {
    background: linear-gradient(to top, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 65%), url(../images/index/dot-sp.webp) repeat left top;
    background-size: auto;
  }
}
body.home .home-anniversary .container {
  position: relative;
  z-index: 10;
  padding: 10vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary h2 {
    margin: 50px 0;
  }
}
body.home .home-anniversary h2 img {
  max-width: 536px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary h2 img {
    max-width: 240px;
  }
}
body.home .home-anniversary h2 + p {
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary h2 + p {
    margin-top: 50px;
  }
}
body.home .home-anniversary h3 {
  letter-spacing: 0.1em;
  font-size: clamp(0px, calc(34 / 1600 * 100vw), 34px);
  font-weight: 400;
  margin: 5vw 0 4vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary h3 {
    font-size: 23.75px;
    margin: 50px 0;
    line-height: 2.2;
  }
}
body.home .home-anniversary h4 {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 10px 0.5em 10px 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.5em;
  font-size: clamp(0px, calc(17.5 / 1600 * 100vw), 17.5px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary h4 {
    font-size: 13.8px;
  }
}
body.home .home-anniversary p {
  text-align: center;
  font-size: clamp(0px, calc(17.8 / 1600 * 100vw), 17.8px);
  margin-bottom: 3vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.01em;
  line-height: 2.56;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary p {
    font-size: 14.8px;
    margin-bottom: 30px;
  }
}
body.home .home-anniversary p.en img {
  max-width: 628px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary p.en img {
    max-width: 303px;
  }
}
body.home .home-anniversary ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 467px;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary ul {
    width: 90%;
    margin-bottom: 50px;
  }
}
body.home .home-anniversary ul li {
  border: 1px solid #fff;
  padding: 0.5em;
  white-space: nowrap;
  margin-bottom: 0.5em;
  font-size: clamp(0px, calc(14.8 / 1600 * 100vw), 14.8px);
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary ul li {
    font-size: 12.8px;
  }
}
body.home .home-anniversary .ban {
  position: relative;
  padding: 0 5vw;
}
body.home .home-anniversary .ban a {
  display: block;
  max-width: 1076px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary .ban a {
    width: 80%;
  }
}
body.home .home-anniversary .ban a:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}
body.home .home-anniversary .ban span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8vw;
  height: 8vw;
}
@media screen and (max-width: 768px) {
  body.home .home-anniversary .ban span {
    top: 41%;
    width: 105px;
    height: 105px;
  }
}
body.home .home-style {
  background: linear-gradient(to bottom, #e2c0e8 0vw, #ffffff 5vw);
}
@media screen and (max-width: 768px) {
  body.home .home-style {
    background: linear-gradient(to bottom, #e2c0e8 0px, #ffffff 70px);
  }
}
body.home .home-style .style-head {
  padding: 8vw 0 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-style .style-head {
    padding: 65px 0 24px;
  }
}
body.home .home-style .style-head h2 {
  text-align: center;
  margin: 0;
}
body.home .home-style .style-head h2 img {
  max-width: 711px;
  width: 60vw;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-style .style-head h2 img {
    margin: auto;
    width: 85%;
  }
}
body.home .home-style .style-head p.en {
  margin-top: -2.5vw;
  text-align: center;
  background-color: rgba(243, 241, 226, 0.8);
  line-height: 0;
}
@media screen and (max-width: 1583px) {
  body.home .home-style .style-head p.en {
    margin-top: -3vw;
  }
}
@media screen and (max-width: 1150px) {
  body.home .home-style .style-head p.en {
    margin-top: -4vw;
  }
}
body.home .home-style .style-head p.en img {
  max-width: 320px;
  width: 40vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-style .style-head p.en img {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-style .container {
    padding-right: 0;
  }
}
body.home .home-style .row {
  max-width: 1494px;
  margin: 0 auto;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row {
    gap: 32px;
    flex-direction: column;
  }
}
body.home .home-style .row .col {
  position: relative;
  padding-top: 1vw;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  body.home .home-style .row .col:hover {
    background: #ece5ca;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col {
    padding-top: 0;
  }
}
body.home .home-style .row .col a {
  display: block;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col a {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
body.home .home-style .row .col a:hover .ph span {
  transform: translate(-50%, 50%) scale(1.2);
}
@media (hover: hover) and (pointer: fine) {
  body.home .home-style .row .col a:hover h3 {
    color: #752485;
  }
  body.home .home-style .row .col a:hover .index {
    background-color: #752485;
  }
  body.home .home-style .row .col a:hover .ph {
    background: #752485;
  }
  body.home .home-style .row .col a:hover .circle-external.-invert {
    background-color: rgba(179, 141, 206, 0.8);
    color: #fff;
  }
}
body.home .home-style .row .col .index {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #b38dce;
  padding: 1.5vw 0.5em 0.5em;
  border-radius: 0 0 50px 50px;
  font-size: 11px;
  z-index: 2;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col .index {
    left: 10px;
    padding-top: 15px;
  }
}
body.home .home-style .row .col .col-en {
  width: calc(100% - 7em);
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col .col-en {
    margin: 0.5em 0 0 1em;
    width: auto;
  }
}
body.home .home-style .row .col .col-en span {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col .col-en {
    order: 2;
  }
  body.home .home-style .row .col .col-en img {
    display: none;
  }
  body.home .home-style .row .col .col-en span {
    display: block;
    color: #752586;
    font-family: "Aviano Copper W00 Regular";
    font-size: 9px;
    text-align: left;
  }
}
body.home .home-style .row .col h3 {
  font-feature-settings: "palt";
  font-family: serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0px, calc(50 / 1600 * 100vw), 50px);
  text-align: center;
  white-space: nowrap;
  line-height: 1.35;
  margin: 0.5vw 0 1vw 0;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col h3 {
    order: 3;
    font-size: 30px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    line-height: 1;
    margin-top: 0.25em;
    margin-left: 0.5em;
  }
  body.home .home-style .row .col h3:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  }
}
body.home .home-style .row .col h3 small {
  font-size: 0.73em;
  display: block;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col h3 small {
    font-size: 20px;
  }
}
body.home .home-style .row .col .ph {
  background: #b38dce;
  position: relative;
  line-height: 0;
  padding-top: 5px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col .ph {
    order: 1;
  }
}
body.home .home-style .row .col .ph img {
  transition: 0.5s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), calc(100% - 3vw) 100%, 0 100%);
}
body.home .home-style .row .col .ph span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 8vw;
  height: 8vw;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.home .home-style .row .col .ph span {
    display: none;
  }
}
body.home .home-learning {
  padding-bottom: 5vw;
}
body.home .home-learning .row {
  max-width: 1383px;
  margin: 0 auto;
  gap: 4vw;
}
body.home .home-learning .row .col {
  flex-grow: 1;
}
body.home .home-learning .row .col.ph {
  background: url(../images/index/ph-manabi5.webp) no-repeat center center/cover;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.ph {
    display: none;
  }
}
body.home .home-learning .row .col.desc {
  padding: 2vw 0;
}
body.home .home-learning .row .col.desc p {
  font-size: clamp(0px, calc(15 / 1600 * 100vw), 15px);
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
body.home .home-learning .row .col.desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -20px;
  }
}
body.home .home-learning .row .col.desc ul li {
  border-bottom: 1px solid #c7c7c7;
}
body.home .home-learning .row .col.desc ul li:first-child {
  border-top: 1px solid #c7c7c7;
}
body.home .home-learning .row .col.desc ul li a {
  display: flex;
  padding: 1.2vw;
  align-items: center;
  gap: 3vw;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul li a {
    padding: 15px 20px 15px 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.home .home-learning .row .col.desc ul li a:hover {
    background-color: rgba(179, 141, 206, 0.3);
  }
}
body.home .home-learning .row .col.desc ul li a:after {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.2vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul li a:after {
    right: 20px;
  }
}
body.home .home-learning .row .col.desc ul li a .index {
  width: 2vw;
  height: 2vw;
  border: 1px solid #b38dce;
  border-radius: 3vw;
  color: #80478c;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul li a .index {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
body.home .home-learning .row .col.desc ul li a p.title {
  color: #752586;
  font-size: clamp(0px, calc(35.6 / 1600 * 100vw), 35.6px);
  line-height: 1.35;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul li a p.title {
    font-size: 28px;
  }
}
body.home .home-learning .row .col.desc ul li a p.title small {
  color: black;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body.home .home-learning .row .col.desc ul li a p.title small {
    font-size: 14px;
  }
}
body.home .home-loop-text-wrapper {
  padding: 5vw 0;
  overflow: hidden;
}
body.home .home-loop-text-wrapper .home-loop-text {
  width: 800vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .home-loop-text-wrapper .home-loop-text {
    width: 1600vw;
  }
}
body.home .home-loop-text-wrapper .home-loop-text img {
  width: 400vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-loop-text-wrapper .home-loop-text img {
    width: 800vw;
  }
}
body.home .home-clubs {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs {
    margin-bottom: 100px;
  }
}
body.home .home-clubs .container {
  max-width: 1383px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 7vw;
}
body.home .home-clubs .container .row {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row {
    flex-direction: column;
    gap: 20px;
  }
}
body.home .home-clubs .container .row .col.head {
  width: 50%;
  max-width: 538px;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
  }
}
body.home .home-clubs .container .row .col.head h2 {
  position: relative;
  z-index: 2;
  padding-right: 2vw;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head h2 {
    order: 1;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head h2 img {
    margin: auto;
    width: 210px;
    height: auto;
    margin-bottom: -15px;
  }
}
body.home .home-clubs .container .row .col.head p {
  font-size: clamp(0px, calc(14.8 / 1600 * 100vw), 14.8px);
  padding-right: 1.5vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head p {
    order: 3;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
body.home .home-clubs .container .row .col.head .circle-external {
  border: 1px solid #929292;
  margin: 0 auto -2.5vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head .circle-external {
    display: none;
  }
}
body.home .home-clubs .container .row .col.head .sub-images {
  margin-left: calc((100vw - 1383px) / 2 * -1);
}
@media screen and (max-width: 1583px) {
  body.home .home-clubs .container .row .col.head .sub-images {
    margin-left: calc((100vw - 1383px) / 2 * -1 - 5vw);
  }
}
@media (max-width: 1383px) {
  body.home .home-clubs .container .row .col.head .sub-images {
    margin-left: -5vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head .sub-images {
    order: 2;
    margin-left: -30px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
body.home .home-clubs .container .row .col.head .sub-images .slide {
  width: 28vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.head .sub-images .slide {
    width: 90vw;
    margin-right: 10px;
  }
}
body.home .home-clubs .container .row .col.ph {
  width: 100%;
  min-width: 50%;
  margin-right: calc((100vw - 1383px) / 2 * -1);
}
@media (max-width: 1383px) {
  body.home .home-clubs .container .row .col.ph {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.ph {
    width: auto;
    margin-left: -30px;
    margin-right: -20px;
  }
}
body.home .home-clubs .container .row .col.ph .ph-wrapper {
  position: relative;
}
body.home .home-clubs .container .row .col.ph p {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  z-index: 5;
  color: white;
  font-size: clamp(0px, calc(21.6 / 1600 * 100vw), 21.6px);
  line-height: 2;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.home .home-clubs .container .row .col.ph p {
    font-size: 18px;
    color: black;
    position: relative;
    padding: 20px 30px;
  }
}
body.home .home-today {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.home .home-today {
    margin-top: 62px;
  }
}
body.home .home-today:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/bg-today.webp) repeat center center/cover;
  z-index: -1;
  clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% calc(100% - 4vw));
}
body.home .home-today .container {
  position: relative;
  z-index: 2;
}
body.home .home-today .container .icon {
  position: absolute;
  width: 5vw;
  top: 4vw;
  left: 7vw;
  transform: translateY(-100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.home .home-today .container .icon {
    width: 81px;
    top: 20px;
    left: 80px;
  }
}
body.home .home-today .today-head {
  margin: 0 0 2vw 5vw;
  width: min(59.1666666667vw, 710px);
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head {
    margin: 0 auto 5vw;
    width: 90%;
  }
}
body.home .home-today .today-head .row {
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head .row {
    flex-direction: column;
    gap: 20px;
  }
}
body.home .home-today .today-head .row .col {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head .row .col {
    width: 100%;
  }
}
body.home .home-today .today-head h2 {
  margin-top: -2vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head h2 {
    margin-top: -25px;
  }
}
body.home .home-today .today-head h2 img {
  max-width: 709px;
  width: 100%;
  height: auto;
}
body.home .home-today .today-head h2 .circle-external {
  position: absolute;
  left: min(56.5vw, 678px);
  top: max(-1.6666666667vw, -20px);
  transform: translateY(50%);
  font-weight: 400;
  width: min(16.6666666667vw, 200px);
  height: min(16.6666666667vw, 200px);
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head h2 .circle-external {
    display: none;
  }
}
body.home .home-today .today-head h2 .circle-external:hover {
  transform: translateY(50%) scale(1.2);
}
body.home .home-today .today-head p {
  font-size: clamp(0px, calc(17 / 1600 * 100vw), 17px);
  line-height: 2.5;
  margin-top: 1.5em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-head p {
    font-size: 14px;
    line-height: 1.6;
    margin-left: 0;
  }
}
body.home .home-today .today-images {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-images {
    margin-bottom: 20px;
  }
}
body.home .home-today .today-images .slide {
  max-width: 27vw;
  margin-right: 1px;
}
@media screen and (max-width: 768px) {
  body.home .home-today .today-images .slide {
    max-width: 100%;
    margin-right: 10px;
  }
}
body.home .home-today .slide-box {
  position: relative;
  margin-right: calc((100vw - 1583px) / 2 * -1);
  margin-bottom: 5vw;
  padding-left: 8vw;
}
@media screen and (max-width: 1583px) {
  body.home .home-today .slide-box {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box {
    margin-right: -20px;
    padding-left: 10px;
  }
}
body.home .home-today .slide-box .swiper-slide {
  background-color: #fff;
  height: auto;
}
body.home .home-today .slide-box .swiper-slide .content-box {
  display: flex;
  flex-direction: column;
  padding: 1.5vw;
  transition: 0.5s;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box {
    padding: 20px;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box .image .shape img {
  border-radius: min(1.6666666667vw, 20px);
  width: 100%;
  height: min(23.3333333333vw, 280px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box .image .shape img {
    height: min(36.4583333333vw, 280px);
  }
}
body.home .home-today .slide-box .swiper-slide .content-box .date {
  font-size: 11px;
  color: #752586;
  margin: 0.5vw 0 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box .date {
    font-size: 11px;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box h3 {
  margin: 0 0 0.5em 0;
  font-size: clamp(0px, calc(29.6 / 1600 * 100vw), 29.6px);
  letter-spacing: 0.01em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box h3 {
    font-size: 18px;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box h3 a {
  transition: 0.5s;
}
body.home .home-today .slide-box .swiper-slide .content-box h3 a:hover {
  color: #752586;
  text-decoration: underline;
}
body.home .home-today .slide-box .swiper-slide .content-box ul.cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.home .home-today .slide-box .swiper-slide .content-box ul.cats li a {
  pointer-events: none;
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.5em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box ul.cats li a {
    font-size: 12px;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box ul.cats li a:hover {
  background-color: #a232b8;
  color: white;
}
body.home .home-today .slide-box .swiper-slide .content-box .more {
  margin-top: auto;
}
body.home .home-today .slide-box .swiper-slide .content-box .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5vw;
  padding: 0.5em 1em;
  border: 1px solid #752586;
  transition: 0.3s;
  border-radius: 50px;
  color: black;
  width: 8vw;
  margin-left: auto;
  line-height: 1;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(13.8 / 1600 * 100vw), 13.8px);
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box .more a {
    font-size: 13px;
    width: 40%;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box .more a:after {
  content: "";
  width: 1vw;
  height: 1vw;
  background: url(../images/common/ic-external.svg) no-repeat center center/contain;
  display: block;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .swiper-slide .content-box .more a:after {
    width: 1em;
    height: 1em;
  }
}
body.home .home-today .slide-box .swiper-slide .content-box .more a:hover {
  background-color: #752586;
  color: white;
}
body.home .home-today .slide-box .swiper-slide .content-box .more a:hover::after {
  filter: brightness(0) invert(1);
}
body.home .home-today .slide-box .controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .controls {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
body.home .home-today .slide-box .controls .next,
body.home .home-today .slide-box .controls .prev {
  width: 4vw;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.home .home-today .slide-box .controls .next,
  body.home .home-today .slide-box .controls .prev {
    width: 40px;
  }
}
body.home .home-today .button {
  width: calc(100% - 20px);
  margin-left: 0;
}

section#page-header {
  text-align: center;
}
section#page-header .container {
  padding: 50px 0;
}
section#page-header h1 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.125em;
}
section#page-header p.en {
  font-size: 47px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#page-header p.en {
    font-size: 32px;
  }
}

body.error404 main,
body.page-under-construction main {
  background-color: #fff;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.error404 section#page-header .container,
body.page-under-construction section#page-header .container {
  padding-top: 100px;
  padding-bottom: 0;
}
body.error404 a.round-narrow,
body.page-under-construction a.round-narrow {
  margin-bottom: 100px;
}

/***********************************************************************
ご挨拶
**********************************************************************/
.message .main-gra--narrow {
  background-image: url("../images/message/page-main.jpg");
}
.message .message-wrapper {
  margin: min(12.6666666667vw, 152px) auto 0;
  max-width: 1200px;
  width: 90%;
  display: flex;
  gap: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  .message .message-wrapper {
    flex-direction: column;
    width: 82%;
  }
}
.message .message-wrapper .image {
  flex-shrink: 0;
  width: min(50.1666666667vw, 602px);
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .image {
    width: 100%;
  }
}
.message .message-wrapper .image img {
  width: 100%;
}
.message .message-wrapper .image .name {
  font-size: min(3.1666666667vw, 38px);
  font-family: "Shippori Mincho B1", serif;
  margin-top: 0.5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .image .name {
    font-size: min(4.4270833333vw, 34px);
  }
}
.message .message-wrapper .image .name small {
  font-size: min(2.3333333333vw, 28px);
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .image .name small {
    font-size: min(3.125vw, 24px);
  }
}
.message .message-wrapper .text-box .sub-head {
  color: #752485;
  font-size: min(3.5vw, 42px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1150px) {
  .message .message-wrapper .text-box .sub-head {
    font-size: min(3.1304347826vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .text-box .sub-head {
    font-size: min(6.25vw, 48px);
    text-align: center;
  }
}
.message .message-wrapper .text-box .sub-head span {
  border-bottom: 2px solid #752485;
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .text-box .sub-head span {
    border-bottom-width: 1px;
  }
}
.message .message-wrapper .text-box p {
  font-size: min(1.4166666667vw, 17px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .text-box p {
    font-size: min(3.6458333333vw, 28px);
    font-weight: 400;
  }
}
.message .message-wrapper .text-box .name {
  font-size: min(2vw, 24px);
  font-family: "Shippori Mincho B1", serif;
  margin-top: 1.5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .text-box .name {
    font-size: min(4.4270833333vw, 34px);
  }
}
.message .message-wrapper .text-box .name small {
  font-size: min(1.4166666667vw, 17px);
}
@media screen and (max-width: 768px) {
  .message .message-wrapper .text-box .name small {
    font-size: min(3.125vw, 24px);
  }
}
.message {
  /*message-wrapper*/
}
.message .banner {
  margin: min(10vw, 120px) auto 0;
  position: relative;
  max-width: 1100px;
  width: 90%;
}
.message .banner a {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .message .banner a {
    width: 80%;
  }
}
.message .banner a:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}
.message .banner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8vw;
  height: 8vw;
}
@media screen and (max-width: 768px) {
  .message .banner span {
    top: 41%;
    width: 105px;
    height: 105px;
  }
}

/*message*/
/***********************************************************************
学びの方針
**********************************************************************/
.learning-policy .main-gra {
  background-image: url("../images/learning-policy/page-main.jpg");
}
.learning-policy .policy-wrapper {
  border: 2px solid #752485;
  border-left: none;
  border-right: none;
  margin: min(18.3333333333vw, 220px) auto 0;
  padding: min(3.3333333333vw, 40px) 0;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper {
    padding: 2em 0;
    width: 80%;
  }
}
.learning-policy .policy-wrapper::before, .learning-policy .policy-wrapper::after {
  content: "";
  border-top: 1px solid #752485;
  width: 97%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper::before, .learning-policy .policy-wrapper::after {
    width: 90%;
  }
}
.learning-policy .policy-wrapper::before {
  top: 8px;
}
.learning-policy .policy-wrapper::after {
  bottom: 8px;
}
.learning-policy .policy-wrapper .border-top-disc::before, .learning-policy .policy-wrapper .border-top-disc::after,
.learning-policy .policy-wrapper .border-bottom-disc::before,
.learning-policy .policy-wrapper .border-bottom-disc::after {
  content: "";
  background: #752485;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
}
.learning-policy .policy-wrapper .border-top-disc::before {
  top: -5px;
  left: 0;
}
.learning-policy .policy-wrapper .border-top-disc::after {
  top: -5px;
  right: 0;
}
.learning-policy .policy-wrapper .border-bottom-disc::before {
  bottom: -5px;
  left: 0;
}
.learning-policy .policy-wrapper .border-bottom-disc::after {
  bottom: -5px;
  right: 0;
}
.learning-policy .policy-wrapper .head {
  color: #752485;
  font-size: min(5.8333333333vw, 70px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper .head {
    font-size: min(6.7708333333vw, 52px);
    letter-spacing: 0.05em;
  }
}
.learning-policy .policy-wrapper .head small {
  display: block;
  font-size: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper .head small {
    font-size: min(4.1666666667vw, 32px);
  }
}
.learning-policy .policy-wrapper ul {
  margin-top: min(5.1666666667vw, 62px);
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper ul {
    flex-direction: column;
    gap: 0;
    margin-top: 1em;
  }
}
.learning-policy .policy-wrapper ul li {
  flex: 1;
  font-size: min(1.5vw, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper ul li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .learning-policy .policy-wrapper ul li {
    font-size: min(3.6458333333vw, 28px);
  }
}
.learning-policy {
  /*policy-wrapper*/
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .learning-policy .tree-wrapper,
  .learning-policy .sp-tree-out-link {
    padding-top: min(2.574002574vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .learning-policy .tree-wrapper,
  .learning-policy .sp-tree-out-link {
    padding-top: 3em;
  }
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper,
  .learning-policy .sp-tree-out-link {
    background: url("../images/learning-policy/tree-sp.jpg") no-repeat center top;
    background-size: contain;
    padding-top: 0;
    height: min(202.2569444444vw, 1165px);
  }
}
.learning-policy .tree-wrapper img,
.learning-policy .sp-tree-out-link img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .tree-back,
  .learning-policy .sp-tree-out-link .tree-back {
    display: none;
  }
}
.learning-policy .tree-wrapper .drawing,
.learning-policy .sp-tree-out-link .drawing {
  position: absolute;
  bottom: 14.5%;
  left: min(3.861003861vw, 60px);
  font-size: min(0.9009009009vw, 14px);
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  line-height: 1.4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .learning-policy .tree-wrapper .drawing,
  .learning-policy .sp-tree-out-link .drawing {
    bottom: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .drawing,
  .learning-policy .sp-tree-out-link .drawing {
    color: #292929;
    font-size: 12px;
    bottom: min(10.4166666667vw, 60px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.learning-policy .tree-wrapper .inner,
.learning-policy .sp-tree-out-link .inner {
  padding-bottom: min(9.1666666667vw, 110px);
  max-width: 1554px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1378px) {
  .learning-policy .tree-wrapper .inner,
  .learning-policy .sp-tree-out-link .inner {
    padding-bottom: min(10.4166666667vw, 175px);
  }
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .inner,
  .learning-policy .sp-tree-out-link .inner {
    bottom: min(19.0972222222vw, 110px);
  }
}
@media screen and (max-width: 410px) {
  .learning-policy .tree-wrapper .inner,
  .learning-policy .sp-tree-out-link .inner {
    bottom: min(15.1219512195vw, 62px);
  }
}
.learning-policy .tree-wrapper .tree,
.learning-policy .sp-tree-out-link .tree {
  position: absolute;
  bottom: 12vw;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .tree,
  .learning-policy .sp-tree-out-link .tree {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .pc-tablet,
  .learning-policy .sp-tree-out-link .pc-tablet {
    display: none;
  }
}
.learning-policy .tree-wrapper .sp-only,
.learning-policy .sp-tree-out-link .sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .sp-only,
  .learning-policy .sp-tree-out-link .sp-only {
    display: block;
  }
}
.learning-policy .tree-wrapper .concept-wrapper,
.learning-policy .sp-tree-out-link .concept-wrapper {
  position: relative;
  z-index: 1;
}
.learning-policy .tree-wrapper .concept-wrapper .item1, .learning-policy .tree-wrapper .concept-wrapper .item2, .learning-policy .tree-wrapper .concept-wrapper .item3,
.learning-policy .sp-tree-out-link .concept-wrapper .item1,
.learning-policy .sp-tree-out-link .concept-wrapper .item2,
.learning-policy .sp-tree-out-link .concept-wrapper .item3 {
  margin: auto;
  width: min(28.314028314vw, 440px);
  filter: drop-shadow(0 0 10px #333);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .concept-wrapper .item1, .learning-policy .tree-wrapper .concept-wrapper .item2, .learning-policy .tree-wrapper .concept-wrapper .item3,
  .learning-policy .sp-tree-out-link .concept-wrapper .item1,
  .learning-policy .sp-tree-out-link .concept-wrapper .item2,
  .learning-policy .sp-tree-out-link .concept-wrapper .item3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .concept-wrapper .item2, .learning-policy .tree-wrapper .concept-wrapper .item3,
  .learning-policy .sp-tree-out-link .concept-wrapper .item2,
  .learning-policy .sp-tree-out-link .concept-wrapper .item3 {
    width: 50%;
  }
}
.learning-policy .tree-wrapper .concept-wrapper ul,
.learning-policy .sp-tree-out-link .concept-wrapper ul {
  display: flex;
  gap: min(5.2767052767vw, 82px);
  margin: min(3.7323037323vw, 58px) auto 0;
  width: min(61.7117117117vw, 959px);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .concept-wrapper ul,
  .learning-policy .sp-tree-out-link .concept-wrapper ul {
    gap: 0;
    width: 95%;
  }
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  /*concept-wrapper*/
}
.learning-policy .tree-wrapper .link-list,
.learning-policy .sp-tree-out-link .link-list {
  display: flex;
  gap: min(1.9305019305vw, 30px);
  width: min(71.7503217503vw, 1115px);
  margin: min(4.7619047619vw, 74px) auto 0;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .link-list,
  .learning-policy .sp-tree-out-link .link-list {
    flex-direction: column;
    gap: 0;
    width: 55%;
    margin-top: 2em;
  }
}
.learning-policy .tree-wrapper .link-list li,
.learning-policy .sp-tree-out-link .link-list li {
  flex: 1;
}
.learning-policy .tree-wrapper .link-list li a,
.learning-policy .sp-tree-out-link .link-list li a {
  background: rgba(255, 251, 199, 0.8);
  border-radius: min(2.2522522523vw, 35px);
  display: inline-block;
  font-size: min(1.1583011583vw, 18px);
  font-weight: 500;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background-size 0.4s ease;
  filter: drop-shadow(0 0 10px #333);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .link-list li a,
  .learning-policy .sp-tree-out-link .link-list li a {
    background-size: 24px;
    font-size: 12px;
    padding: 0em 0;
  }
}
.learning-policy .tree-wrapper .link-list li a::after,
.learning-policy .sp-tree-out-link .link-list li a::after {
  content: "";
  background: url("../images/learning-policy/arrow.svg") no-repeat 96% center;
  background-size: contain;
  height: min(1.9305019305vw, 30px);
  width: min(1.9305019305vw, 30px);
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .link-list li a::after,
  .learning-policy .sp-tree-out-link .link-list li a::after {
    height: 16px;
    width: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .learning-policy .tree-wrapper .link-list li a:hover::after,
  .learning-policy .sp-tree-out-link .link-list li a:hover::after {
    transform: translateY(-50%) scale(1.2);
  }
}
.learning-policy .tree-wrapper .link-list li,
.learning-policy .sp-tree-out-link .link-list li {
  /*a*/
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  /*link-list*/
}
.learning-policy .tree-wrapper .global-link,
.learning-policy .sp-tree-out-link .global-link {
  margin: min(3.0888030888vw, 48px) auto 0;
  width: min(21.879021879vw, 340px);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .global-link,
  .learning-policy .sp-tree-out-link .global-link {
    width: 50%;
  }
}
.learning-policy .tree-wrapper .global-link a,
.learning-policy .sp-tree-out-link .global-link a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: min(0.9652509653vw, 15px);
  display: inline-block;
  font-size: min(1.1583011583vw, 18px);
  font-weight: 500;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background-size 0.4s ease;
  filter: drop-shadow(0 0 10px #333);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .global-link a,
  .learning-policy .sp-tree-out-link .global-link a {
    background-size: 24px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0.1em 0;
  }
}
.learning-policy .tree-wrapper .global-link a::after,
.learning-policy .sp-tree-out-link .global-link a::after {
  content: "";
  background: url("../images/learning-policy/arrow.svg") no-repeat 96% center;
  background-size: contain;
  height: min(1.9305019305vw, 30px);
  width: min(1.9305019305vw, 30px);
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .global-link a::after,
  .learning-policy .sp-tree-out-link .global-link a::after {
    height: 16px;
    width: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .learning-policy .tree-wrapper .global-link a:hover::after,
  .learning-policy .sp-tree-out-link .global-link a:hover::after {
    transform: translateY(-50%) scale(1.2);
  }
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  /*global-link*/
}
.learning-policy .tree-wrapper .consistent-link,
.learning-policy .sp-tree-out-link .consistent-link {
  margin: min(1.9305019305vw, 30px) auto 0;
  width: min(21.879021879vw, 340px);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .consistent-link,
  .learning-policy .sp-tree-out-link .consistent-link {
    width: 50%;
    margin-top: 0.5em;
  }
}
.learning-policy .tree-wrapper .consistent-link a,
.learning-policy .sp-tree-out-link .consistent-link a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: min(1.6087516088vw, 25px);
  display: inline-block;
  font-size: min(1.1583011583vw, 18px);
  font-weight: 500;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background-size 0.4s ease;
  filter: drop-shadow(0 0 10px #333);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .consistent-link a,
  .learning-policy .sp-tree-out-link .consistent-link a {
    background-size: 24px;
    font-size: 12px;
  }
}
.learning-policy .tree-wrapper .consistent-link a::after,
.learning-policy .sp-tree-out-link .consistent-link a::after {
  content: "";
  background: url("../images/learning-policy/arrow.svg") no-repeat 96% center;
  background-size: contain;
  height: min(1.9305019305vw, 30px);
  width: min(1.9305019305vw, 30px);
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .consistent-link a::after,
  .learning-policy .sp-tree-out-link .consistent-link a::after {
    height: 16px;
    width: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .learning-policy .tree-wrapper .consistent-link a:hover::after,
  .learning-policy .sp-tree-out-link .consistent-link a:hover::after {
    transform: translateY(-50%) scale(1.2);
  }
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  /*consistent-link*/
}
.learning-policy .tree-wrapper .christianism-link,
.learning-policy .sp-tree-out-link .christianism-link {
  margin: min(3.0888030888vw, 48px) auto 0;
  width: min(28.9575289575vw, 450px);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .christianism-link,
  .learning-policy .sp-tree-out-link .christianism-link {
    margin-top: 0.5em;
    width: 78%;
  }
}
.learning-policy .tree-wrapper .christianism-link a,
.learning-policy .sp-tree-out-link .christianism-link a {
  color: #fff;
  display: inline-block;
  font-size: min(2.0592020592vw, 32px);
  font-family: "Shippori Mincho B1", serif;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background-size 0.4s ease;
  filter: drop-shadow(0 0 10px #333);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .christianism-link a,
  .learning-policy .sp-tree-out-link .christianism-link a {
    background-size: 24px;
    font-size: 18px;
    padding: 1em 0;
  }
}
.learning-policy .tree-wrapper .christianism-link a span,
.learning-policy .sp-tree-out-link .christianism-link a span {
  filter: drop-shadow(0 0 5px #000);
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .christianism-link a span,
  .learning-policy .sp-tree-out-link .christianism-link a span {
    filter: none;
  }
}
.learning-policy .tree-wrapper .christianism-link a::after,
.learning-policy .sp-tree-out-link .christianism-link a::after {
  content: "";
  background: url("../images/learning-policy/arrow-white.svg") no-repeat 96% center;
  background-size: contain;
  height: min(1.9305019305vw, 30px);
  width: min(1.9305019305vw, 30px);
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 576px) {
  .learning-policy .tree-wrapper .christianism-link a::after,
  .learning-policy .sp-tree-out-link .christianism-link a::after {
    height: 16px;
    width: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .learning-policy .tree-wrapper .christianism-link a:hover::after,
  .learning-policy .sp-tree-out-link .christianism-link a:hover::after {
    transform: translateY(-50%) scale(1.2);
  }
}
.learning-policy .tree-wrapper,
.learning-policy .sp-tree-out-link {
  /*christianism-link*/
}
.learning-policy {
  /*tree-wrapper*/
}
.learning-policy .sp-tree-out-link {
  display: none;
}
@media screen and (max-width: 576px) {
  .learning-policy .sp-tree-out-link {
    background-image: linear-gradient(0deg, #ffffff, #e2c0e8 41%);
    margin-top: max(-5.2083333333vw, -30px);
    padding: 1.5em 0;
  }
}
.learning-policy {
  /*sp-tree-out-link*/
}
.learning-policy .loop-text-wrapper {
  padding: 0 0 0;
  position: relative;
  margin-top: min(10vw, 120px);
  overflow: clip;
  mix-blend-mode: multiply;
  z-index: 3;
}
.learning-policy .loop-text-wrapper .loop-text {
  width: 300vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .learning-policy .loop-text-wrapper .loop-text {
    width: 500vw;
  }
}
.learning-policy .loop-text-wrapper .loop-text img {
  width: 150vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .learning-policy .loop-text-wrapper .loop-text img {
    width: 250vw;
  }
}
.learning-policy {
  /*loop-text-wrapper*/
}
.learning-policy .voice-wrapper {
  margin-top: max(-6.6666666667vw, -80px);
}
.learning-policy .voice-wrapper .head-wrapper {
  border-bottom: 1px solid #292929;
  padding-bottom: min(3.5vw, 42px);
}
.learning-policy .voice-wrapper .head-wrapper .head {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: min(5vw, 60px);
  letter-spacing: -2px;
  line-height: 1;
  margin-top: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper .head-wrapper .head {
    font-size: min(6.7708333333vw, 52px);
  }
}
.learning-policy .voice-wrapper .head-wrapper .head + .lead {
  font-size: min(1.5vw, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: min(8.0729166667vw, 62px) auto 0;
  padding: 0 2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper .head-wrapper .head + .lead {
    font-size: min(4.1666666667vw, 32px);
  }
}
.learning-policy .voice-wrapper .head-wrapper .en {
  color: #752485;
  font-family: "Aviano Copper W00 Regular";
  font-size: min(1.25vw, 15px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper .head-wrapper .en {
    font-size: min(2.34375vw, 18px);
  }
}
.learning-policy .voice-wrapper {
  /*head-wrapper*/
}
.learning-policy .voice-wrapper ul {
  display: flex;
  gap: min(2.0833333333vw, 25px);
  margin: min(6.8333333333vw, 82px) auto 0;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper ul {
    flex-direction: column;
    width: 75%;
  }
}
.learning-policy .voice-wrapper ul li {
  flex: 1;
  position: relative;
}
.learning-policy .voice-wrapper ul li .sub-head {
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  position: absolute;
  top: -5%;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper ul li .sub-head {
    font-size: min(4.4270833333vw, 34px);
  }
}
.learning-policy .voice-wrapper ul li .sub-head span {
  background: #752485;
  color: #fff;
  padding: 0.5em 0;
}
.learning-policy .voice-wrapper ul li {
  /*cross-head*/
}
.learning-policy .voice-wrapper ul li:nth-child(even) .sub-head span {
  background: #956134;
}
.learning-policy .voice-wrapper ul li a .circle-external {
  width: 7vw;
  height: 7vw;
  margin: max(-4.1666666667vw, -50px) auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper ul li a .circle-external {
    width: 105px;
    height: 105px;
    margin-top: -55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .learning-policy .voice-wrapper ul li a:hover .circle-external {
    transform: scale(1.2);
  }
}
.learning-policy .voice-wrapper ul li {
  /*a*/
}
@media screen and (max-width: 768px) {
  .learning-policy .voice-wrapper ul li + li {
    margin-top: 2em;
  }
}
.learning-policy .voice-wrapper ul {
  /*li*/
}
.learning-policy .voice-wrapper {
  /*ul*/
}
.learning-policy {
  /*voice-wrapper*/
} /*learning-policy*/
/***********************************************************************
学ぶ力を育む教育
**********************************************************************/
.program-education .main-gra {
  background-image: url("../images/program-education/page-main.jpg");
}
.program-education .education-flow {
  margin: min(10vw, 120px) auto 0;
  width: min(90.4166666667vw, 1085px);
}
@media screen and (max-width: 768px) {
  .program-education .education-flow {
    width: 80%;
  }
}
.program-education .education-flow .section-head {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .section-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.program-education .education-flow .flex-wrapper {
  margin-top: min(2.3333333333vw, 28px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flex-wrapper {
    flex-direction: column;
    margin-top: min(7.421875vw, 57px);
  }
}
.program-education .education-flow .flex-wrapper::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flex-wrapper::before {
    content: none;
  }
}
.program-education .education-flow .flow-box {
  flex: 1;
  border: 1px solid #929292;
  border-top: none;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box {
    border: none;
    padding-bottom: min(8.3333333333vw, 64px);
  }
}
.program-education .education-flow .flow-box + .flow-box {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box + .flow-box {
    border-top: 2px solid #929292;
    padding-top: min(14.5833333333vw, 112px);
  }
}
.program-education .education-flow .flow-box .num {
  border: 1px solid #b38dce;
  border-radius: 50%;
  position: relative;
  margin: auto;
  height: min(6.5vw, 78px);
  width: min(6.5vw, 78px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .num {
    height: min(20.5729166667vw, 158px);
    width: min(20.5729166667vw, 158px);
  }
}
.program-education .education-flow .flow-box .num span {
  color: #752485;
  font-size: min(1.1666666667vw, 14px);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .num span {
    font-size: min(3.6458333333vw, 28px);
  }
}
.program-education .education-flow .flow-box .cross-head {
  font-size: min(1.1666666667vw, 14px);
  font-weight: 700;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .cross-head {
    font-size: min(3.6458333333vw, 28px);
  }
}
.program-education .education-flow .flow-box .sub-head {
  color: #752485;
  font-size: min(2.1666666667vw, 26px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .sub-head {
    font-size: min(7.03125vw, 54px);
  }
}
.program-education .education-flow .flow-box .sub-head.text-narrow {
  letter-spacing: -3px;
}
.program-education .education-flow .flow-box .en {
  font-size: min(0.8333333333vw, 10px);
  font-family: "Aviano Copper W00 Regular";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .en {
    font-size: min(2.6041666667vw, 20px);
  }
}
.program-education .education-flow .flow-box .link-btn {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .link-btn {
    margin-top: 1em;
  }
}
.program-education .education-flow .flow-box {
  /*link-btn*/
}
.program-education .education-flow .flow-box .arrow {
  position: absolute;
  top: min(10vw, 120px);
  right: max(-1.4166666667vw, -17px);
  width: min(2.9166666667vw, 35px);
}
@media screen and (max-width: 768px) {
  .program-education .education-flow .flow-box .arrow {
    top: auto;
    bottom: max(-8.3333333333vw, -64px);
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: min(5.9895833333vw, 46px);
  }
}
.program-education .education-flow {
  /*flow-box*/
}
.program-education {
  /*education-flow*/
}
.program-education .loop-text-wrapper {
  padding: 0 0 0;
  position: relative;
  margin-top: min(10vw, 120px);
  overflow: clip;
  mix-blend-mode: multiply;
  z-index: 3;
}
.program-education .loop-text-wrapper .loop-text {
  width: 400vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .program-education .loop-text-wrapper .loop-text {
    width: 600vw;
  }
}
.program-education .loop-text-wrapper .loop-text img {
  width: 200vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .program-education .loop-text-wrapper .loop-text img {
    width: 300vw;
  }
}
.program-education .program-wrapper {
  margin: max(-3.5vw, -42px) auto 0;
  max-width: 1200px;
  width: 90%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper {
    width: 80%;
  }
}
.program-education .program-wrapper .flex-wrapper {
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .flex-wrapper {
    display: inherit;
  }
}
.program-education .program-wrapper .flex-wrapper.flex-reverse .vertical-wrapper {
  order: 2;
}
.program-education .program-wrapper .flex-wrapper.flex-reverse .text-box {
  order: 1;
}
.program-education .program-wrapper .flex-wrapper.flex-reverse .text-box .figure {
  width: min(43.3333333333vw, 520px);
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .flex-wrapper.flex-reverse .text-box .figure {
    width: 100%;
  }
}
.program-education .program-wrapper .flex-wrapper.flex-reverse .vt-slider-wrapper {
  order: 3;
  padding-left: 0;
  padding-right: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .flex-wrapper.flex-reverse .vt-slider-wrapper {
    padding: 0;
  }
}
.program-education .program-wrapper .flex-wrapper {
  /*flex-reverse*/
}
.program-education .program-wrapper {
  /*flex-wrapper*/
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .vertical-wrapper {
    float: left;
    position: sticky;
    top: 10px;
  }
}
.program-education .program-wrapper .vertical-wrapper .vertical-txt {
  border-right: 1px solid #292929;
  font-size: min(2.25vw, 27px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .vertical-wrapper .vertical-txt {
    font-size: min(4.4270833333vw, 34px);
  }
}
.program-education .program-wrapper .text-box {
  width: min(48.75vw, 585px);
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box {
    float: right;
    margin-bottom: 2em;
    width: 85%;
  }
}
.program-education .program-wrapper .text-box .sub-head-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.program-education .program-wrapper .text-box .sub-head-wrapper .badge {
  border: 1px solid #752485;
  border-radius: 50%;
  display: inline-block;
  height: min(6.6666666667vw, 80px);
  width: min(6.6666666667vw, 80px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .sub-head-wrapper .badge {
    height: min(15.625vw, 120px);
    width: min(15.625vw, 120px);
  }
}
.program-education .program-wrapper .text-box .sub-head-wrapper .badge small {
  color: #752485;
  font-size: min(1.4166666667vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .sub-head-wrapper .badge small {
    font-size: min(3.6458333333vw, 28px);
  }
}
.program-education .program-wrapper .text-box .sub-head-wrapper .sub-head {
  color: #752485;
  font-size: min(5.1666666667vw, 62px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .sub-head-wrapper .sub-head {
    font-size: min(7.5520833333vw, 58px);
  }
}
.program-education .program-wrapper .text-box .sub-head-wrapper .sub-head small {
  display: block;
  font-size: min(1.3333333333vw, 16px);
  margin-top: 1em;
}
.program-education .program-wrapper .text-box .lead {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .lead {
    margin-top: 1em;
  }
}
.program-education .program-wrapper .text-box .cross-head {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .cross-head {
    font-size: min(4.1666666667vw, 32px);
    margin-top: 1em;
  }
}
.program-education .program-wrapper .text-box .cross-head::before {
  content: "●";
  color: #e2c0e8;
  margin-right: 0.25em;
}
.program-education .program-wrapper .text-box .figure {
  margin: 1.5em auto 0;
}
.program-education .program-wrapper .text-box .figure.item1 {
  width: min(40vw, 480px);
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .text-box .figure.item1 {
    width: 100%;
  }
}
.program-education .program-wrapper {
  /*text-box*/
}
.program-education .program-wrapper .vt-slider-wrapper {
  flex-shrink: 0;
  height: min(72.5vw, 870px);
  width: min(40.4166666667vw, 485px);
  padding-left: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  .program-education .program-wrapper .vt-slider-wrapper {
    clear: both;
    padding: 0;
    width: 100%;
    height: min(78.125vw, 600px);
  }
}
.program-education .program-wrapper .vt-slider-wrapper .vt-slider li img {
  width: 100%;
}
.program-education .program-wrapper {
  /*vt-slider-wrapper*/
}
.program-education {
  /*program-wrapper*/
}
.program-education .table-wrapper {
  margin: min(8.5vw, 102px) auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .program-education .table-wrapper {
    width: 80%;
  }
}
.program-education .slide-box {
  margin-top: min(15vw, 180px);
}
.program-education .slide-box .slide {
  position: relative;
}
.program-education .slide-box .slide p {
  background: #fff;
  padding: 1em 1.5em;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .program-education .slide-box .slide p {
    font-size: 13px;
    padding: 1em 0.5em;
    bottom: 0px;
    right: 0px;
  }
}
.program-education .research-content-wrapper {
  background: #752485;
  color: #fff;
  padding: min(7.5vw, 90px) 0 min(7.5vw, 90px);
}
.program-education .research-content-wrapper .flex-wrapper + .flex-wrapper {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper .flex-wrapper + .flex-wrapper {
    border-top: 1px solid #fff;
    margin-top: 2em;
    padding-top: 2em;
  }
}
.program-education .research-content-wrapper ul {
  margin: auto;
  max-width: 1300px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper ul {
    flex-direction: column;
    width: 80%;
  }
}
.program-education .research-content-wrapper ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 3.5em;
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper ul li:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 2em;
  }
}
.program-education .research-content-wrapper ul li:last-child {
  padding-left: 3.5em;
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper ul li:last-child {
    padding-left: 0;
    padding-top: 2em;
  }
}
.program-education .research-content-wrapper ul li.one-column {
  border: none;
  padding: 0;
}
.program-education .research-content-wrapper ul li .sub-head {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper ul li .sub-head {
    font-size: min(4.6875vw, 36px);
  }
}
.program-education .research-content-wrapper ul li p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .program-education .research-content-wrapper ul li p {
    margin-top: 0.5em;
    font-size: min(3.6458333333vw, 28px);
  }
}
.program-education .research-content-wrapper ul li a {
  color: yellow;
  text-decoration: underline;
}
.program-education {
  /*research-content-wrapper*/
}
.program-education .message-box {
  background: #fff;
  border-radius: 12px;
  margin: max(-12.3333333333vw, -148px) auto 20px;
  max-width: 1180px;
  padding: min(4.6666666667vw, 56px) min(4.6666666667vw, 56px) min(3.8333333333vw, 46px);
  width: 90%;
  filter: drop-shadow(0 0 10px #333);
  display: flex;
  gap: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .program-education .message-box {
    flex-direction: column;
    width: 75%;
  }
}
.program-education .message-box .badge {
  background: #e2c0e8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-weight: 500;
  padding: 1.5em 0.25em 0.5em;
  position: absolute;
  top: -10px;
  left: 20px;
}
.program-education .message-box .image {
  flex-shrink: 0;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .program-education .message-box .image {
    margin: auto;
  }
}
.program-education .message-box .image img {
  border-radius: 50%;
}
.program-education .message-box .image p {
  color: #752485;
  font-size: min(1.1666666667vw, 14px);
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-education .message-box .image p {
    font-size: min(3.3854166667vw, 26px);
    white-space: nowrap;
  }
}
.program-education .message-box {
  /*image*/
}
.program-education .message-box .text-box .cross-head {
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .program-education .message-box .text-box .cross-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.program-education .message-box .text-box .cross-head span {
  border: 1px solid #752485;
  border-radius: 5px;
  color: #752485;
  font-size: min(1.25vw, 15px);
  padding: 0 1em 0.15em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .program-education .message-box .text-box .cross-head span {
    display: inline-block;
    font-size: min(3.3854166667vw, 26px);
    margin-bottom: 0.5em;
  }
}
.program-education .message-box .text-box .message {
  margin-top: 1em;
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .program-education .message-box .text-box .message {
    font-size: min(3.6458333333vw, 28px);
  }
}
.program-education .message-box {
  /*text-box*/
}
.program-education {
  /*message-box*/
}
.program-education .subject-link-wrapper {
  background: #ece5ca;
  padding: min(8.3333333333vw, 100px) 0;
  position: relative;
  z-index: -1;
}
.program-education .subject-link-wrapper::before {
  content: "";
  background: #ece5ca;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
.program-education .subject-link-wrapper .loop-text-wrapper {
  margin: 0;
}
.program-education .subject-link-wrapper .loop-text-wrapper .loop-text {
  width: 300vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper .loop-text-wrapper .loop-text {
    width: 400vw;
  }
}
.program-education .subject-link-wrapper .loop-text-wrapper .loop-text img {
  width: 150vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper .loop-text-wrapper .loop-text img {
    width: 200vw;
  }
}
.program-education .subject-link-wrapper .flex-wrapper {
  gap: min(6vw, 72px);
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper .flex-wrapper {
    gap: 0;
  }
}
.program-education .subject-link-wrapper .flex-wrapper {
  margin: min(7.8333333333vw, 94px) auto 0;
  max-width: 1400px;
  width: 90%;
}
.program-education .subject-link-wrapper .head {
  font-size: min(5.3333333333vw, 64px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper .head {
    font-size: min(6.7708333333vw, 52px);
    margin-top: 0.25em;
  }
}
.program-education .subject-link-wrapper .text-box {
  width: 100%;
}
.program-education .subject-link-wrapper .text {
  width: min(58.3333333333vw, 700px);
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper .text {
    width: 100%;
  }
}
.program-education .subject-link-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  margin-top: min(6vw, 72px);
}
.program-education .subject-link-wrapper ul li {
  text-align: center;
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper ul li {
    width: 48.5%;
  }
}
.program-education .subject-link-wrapper ul li:nth-child(n+6):nth-child(-n+10) a {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper ul li:nth-child(n+3):nth-child(-n+5) a {
    border-top: none;
  }
}
.program-education .subject-link-wrapper ul li a {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #292929;
  border-left: none;
  border-right: none;
  display: inline-block;
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  padding: 2em 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper ul li a {
    font-size: min(3.6458333333vw, 28px);
    padding: 2em 0;
  }
}
.program-education .subject-link-wrapper ul li a::before {
  content: "";
  background: url("../images/common/icon-link-arrow.svg") no-repeat 0 0;
  background-size: contain;
  height: min(1.3333333333vw, 16px);
  width: min(1.3333333333vw, 16px);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -45%);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .program-education .subject-link-wrapper ul li a::before {
    height: min(4.0364583333vw, 31px);
    width: min(4.0364583333vw, 31px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .program-education .subject-link-wrapper ul li a:hover {
    background: #d2ca92;
  }
  .program-education .subject-link-wrapper ul li a:hover::before {
    right: 0.5em;
  }
}
.program-education .subject-link-wrapper ul li {
  /* a */
}
.program-education .subject-link-wrapper ul {
  /*li*/
}
.program-education .subject-link-wrapper {
  /*ul*/
}
.program-education {
  /*subject-link-wrapper*/
} /*program-education*/
/***********************************************************************
グローバル教育
**********************************************************************/
.global-education .main-gra {
  background-image: url("../images/global-education/page-main.jpg");
}
.global-education .js-scrollable {
  margin: min(8.5vw, 102px) auto 0;
  max-width: 1200px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .global-education .js-scrollable {
    width: 80%;
  }
}
.global-education .js-scrollable img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .global-education .js-scrollable img {
    min-width: 900px;
  }
}
.global-education .loop-text-wrapper {
  padding: 0 0 0;
  margin-top: min(10vw, 120px);
  overflow: clip;
}
.global-education .loop-text-wrapper .loop-text {
  width: 400vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .global-education .loop-text-wrapper .loop-text {
    width: 800vw;
  }
}
.global-education .loop-text-wrapper .loop-text img {
  width: 200vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .global-education .loop-text-wrapper .loop-text img {
    width: 400vw;
  }
}
.global-education .loop-text-wrapper.school-programs .loop-text {
  width: 800vw;
}
@media screen and (max-width: 768px) {
  .global-education .loop-text-wrapper.school-programs .loop-text {
    width: 1600vw;
  }
}
.global-education .loop-text-wrapper.school-programs .loop-text img {
  width: 400vw;
}
@media screen and (max-width: 768px) {
  .global-education .loop-text-wrapper.school-programs .loop-text img {
    width: 800vw;
  }
}
.global-education .program-wrapper {
  margin-top: max(-4.3333333333vw, -52px);
}
.global-education .program-wrapper .sub-head {
  color: #752485;
  font-size: min(3.4166666667vw, 41px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .sub-head {
    font-size: min(5.9895833333vw, 46px);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .sub-head.small {
    font-size: min(5.2083333333vw, 40px);
  }
}
.global-education .program-wrapper .lead {
  font-size: min(1.4166666667vw, 17px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 2;
  margin: 1em auto 0;
  width: min(78.3333333333vw, 940px);
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .lead {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.5em;
  }
}
.global-education .program-wrapper .peace-studies-img {
  margin: min(4.1666666667vw, 50px) auto 0;
  width: min(67.5vw, 810px);
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-img {
    width: 80%;
  }
}
.global-education .program-wrapper .peace-studies-detail {
  margin: min(6.6666666667vw, 80px) auto 0;
  max-width: 1010px;
  width: 80%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-detail {
    flex-direction: column;
    gap: 1em;
    width: 70%;
  }
}
.global-education .program-wrapper .peace-studies-detail li {
  padding: 0 min(2.1666666667vw, 26px);
}
.global-education .program-wrapper .peace-studies-detail li:nth-child(2) {
  border: 1px solid #292929;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-detail li:nth-child(2) {
    border: 1px solid #292929;
    border-right: none;
    border-left: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.global-education .program-wrapper .peace-studies-detail li .cross-head {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-detail li .cross-head {
    font-size: min(4.6875vw, 36px);
  }
}
.global-education .program-wrapper .peace-studies-detail li p {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-detail li p {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.25em;
  }
}
.global-education .program-wrapper {
  /*peace-studies-detail*/
}
.global-education .program-wrapper .peace-studies-summary {
  background-image: linear-gradient(90deg, #fbe4e0, #d7cbe3 99%);
  padding: 1.5em 0;
  margin: min(2vw, 24px) auto 0;
  max-width: 1010px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-summary {
    border-radius: 10px;
    padding: 1em 1.5em;
    margin-top: 1em;
    width: 70%;
  }
}
.global-education .program-wrapper .peace-studies-summary .flex-wrapper {
  margin: auto;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-summary .flex-wrapper {
    flex-direction: column;
  }
}
.global-education .program-wrapper .peace-studies-summary .cross-head {
  border-right: 1px solid #292929;
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-right: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-summary .cross-head {
    border-right: none;
    font-size: min(4.9479166667vw, 38px);
    padding-right: 0;
    margin-right: 0;
  }
}
.global-education .program-wrapper .peace-studies-summary p {
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .global-education .program-wrapper .peace-studies-summary p {
    border-top: 1px solid #292929;
    font-size: min(3.6458333333vw, 28px);
    padding-top: 0.75em;
    margin-top: 0.5em;
  }
}
.global-education .program-wrapper {
  /*peace-studies-summary*/
}
.global-education {
  /*program-wrapper*/
}
.global-education .program-list {
  margin: min(9.1666666667vw, 110px) auto 0;
  max-width: 1380px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: min(6.8333333333vw, 82px);
}
@media screen and (max-width: 768px) {
  .global-education .program-list {
    flex-direction: column;
    width: 80%;
  }
}
.global-education .program-list + .program-list {
  margin-top: min(6vw, 72px);
}
.global-education .program-list .program-item {
  flex: 1;
}
.global-education .program-list .program-item .cross-head {
  position: relative;
}
.global-education .program-list .program-item .cross-head::before {
  content: "";
  background: #752485;
  border-top: 1px dotted #752485;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .cross-head::before {
    content: none;
  }
}
.global-education .program-list .program-item .cross-head span {
  background: #fff;
  padding: 0 0.75em 0 0;
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .cross-head span {
    padding-right: 0.25em;
  }
}
.global-education .program-list .program-item .cross-head .name {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .cross-head .name {
    font-size: min(4.6875vw, 36px);
  }
}
.global-education .program-list .program-item .cross-head .cat {
  border: 1px solid #752485;
  border-radius: 10px;
  color: #752485;
  display: inline-block;
  font-size: min(1.25vw, 15px);
  padding: 0.25em 1em;
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .cross-head .cat {
    border-radius: 5px;
    font-size: min(3.3854166667vw, 26px);
    padding: 0em 1em;
  }
}
.global-education .program-list .program-item .cross-head .cat + .cat {
  margin-left: 0.25em;
}
.global-education .program-list .program-item {
  /*cross-head*/
}
.global-education .program-list .program-item .flex-wrapper {
  gap: 2%;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .flex-wrapper {
    flex-direction: column;
    margin-top: 0.5em;
  }
}
.global-education .program-list .program-item .flex-wrapper .image {
  width: min(22.3728813559vw, 330px);
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .flex-wrapper .image {
    width: 100%;
  }
}
.global-education .program-list .program-item .flex-wrapper .image img {
  border-radius: min(1.25vw, 15px);
}
.global-education .program-list .program-item .flex-wrapper p {
  font-size: min(1.3333333333vw, 16px);
  width: min(20.7457627119vw, 306px);
}
@media screen and (max-width: 768px) {
  .global-education .program-list .program-item .flex-wrapper p {
    margin-top: 0.5em;
    font-size: min(3.6458333333vw, 28px);
    width: 100%;
  }
}
.global-education .program-list .program-item {
  /*flex-wrapper*/
}
.global-education .program-list {
  /*program-item*/
}
.global-education {
  /*program-list*/
}
.global-education .diverse-initiatives {
  background: #ece5ca;
  padding: min(6.8333333333vw, 82px) 0;
  margin-top: min(9.1666666667vw, 110px);
}
.global-education .diverse-initiatives .border-head {
  position: relative;
  text-align: center;
  max-width: 1380px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .global-education .diverse-initiatives .border-head {
    width: 80%;
  }
}
.global-education .diverse-initiatives .border-head::before {
  content: "";
  border-top: 1px dashed #752485;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.global-education .diverse-initiatives .border-head span {
  background: #ece5ca;
  font-size: min(2vw, 24px);
  font-weight: 700;
  leter-spacing: 0.2em;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .global-education .diverse-initiatives .border-head span {
    font-size: min(4.1666666667vw, 32px);
  }
}
.global-education .diverse-initiatives .program-list {
  margin-top: 2em;
}
.global-education .diverse-initiatives .program-list .cross-head span {
  background: none;
}
.global-education {
  /*diverse-initiatives*/
}
.global-education .etc-link {
  margin: min(11.3333333333vw, 136px) auto 0;
  width: min(38.9166666667vw, 467px);
}
@media screen and (max-width: 768px) {
  .global-education .etc-link {
    margin-top: 2em;
    width: 80%;
  }
}

/*global*/
/***********************************************************************
中高一貫教育
**********************************************************************/
.consistency .main-gra {
  background-image: url("../images/consistency/page-main.jpg");
}
.consistency .image {
  margin: min(5.6666666667vw, 68px) auto 0;
  width: min(72.1666666667vw, 866px);
}
@media screen and (max-width: 768px) {
  .consistency .image {
    margin-top: 0;
    width: 100%;
  }
}
.consistency .sub-head {
  font-size: min(2vw, 24px);
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consistency .sub-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.consistency .js-scrollable {
  padding-right: 40px;
  margin: min(5vw, 60px) auto 0;
  max-width: 1200px;
  width: 85%;
}
.consistency .js-scrollable img {
  min-width: 1800px;
}
@media screen and (max-width: 768px) {
  .consistency .js-scrollable img {
    min-width: 1200px;
  }
}
.consistency .etc-link {
  margin: min(3.8333333333vw, 46px) auto 0;
  width: min(38.9166666667vw, 467px);
}
@media screen and (max-width: 768px) {
  .consistency .etc-link {
    margin-top: 2em;
    width: 80%;
  }
}

/*consistency*/
/***********************************************************************
英語
**********************************************************************/
.english .main-gra {
  background-image: url("../images/english/page-main.jpg");
}
.english .major-heading + .lead {
  max-width: 980px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .english .major-heading + .lead {
    width: 80%;
  }
}
.english .flow {
  margin: min(7.5vw, 90px) auto 0;
  max-width: 980px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .english .flow {
    width: 85%;
  }
}
.english .flow + .major-heading {
  margin-top: min(9.5833333333vw, 115px);
}
.english .education-flow {
  margin: min(8.3333333333vw, 100px) auto min(11vw, 132px);
  width: min(93.3333333333vw, 1120px);
}
@media screen and (max-width: 768px) {
  .english .education-flow {
    width: 80%;
  }
}
.english .education-flow .section-head {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .english .education-flow .section-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.english .education-flow .flex-wrapper {
  margin-top: min(2.3333333333vw, 28px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flex-wrapper {
    flex-direction: column;
    margin-top: min(7.421875vw, 57px);
  }
}
.english .education-flow .flex-wrapper::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flex-wrapper::before {
    content: none;
  }
}
.english .education-flow .flow-box {
  flex: 1;
  border: 1px solid #929292;
  border-top: none;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box {
    border: none;
    padding-bottom: min(8.3333333333vw, 64px);
  }
}
.english .education-flow .flow-box + .flow-box {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box + .flow-box {
    border-top: 1px solid #929292;
    padding-top: min(14.5833333333vw, 112px);
  }
}
.english .education-flow .flow-box .num {
  background: #752485;
  border: 1px solid #b38dce;
  border-radius: 50%;
  position: relative;
  margin: auto;
  height: min(6.5vw, 78px);
  width: min(6.5vw, 78px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .num {
    height: min(20.5729166667vw, 158px);
    width: min(20.5729166667vw, 158px);
  }
}
.english .education-flow .flow-box .num span {
  color: #fff;
  font-size: min(1.1666666667vw, 14px);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .num span {
    font-size: min(3.6458333333vw, 28px);
  }
}
.english .education-flow .flow-box .sub-head {
  color: #752485;
  font-size: min(2.25vw, 27px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .sub-head {
    font-size: min(7.03125vw, 54px);
  }
}
.english .education-flow .flow-box .flow-list {
  padding: 0 2.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .flow-list {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0em;
    margin: 0.5em auto 0;
  }
}
.english .education-flow .flow-box .flow-list li {
  font-size: min(1.25vw, 15px);
  font-weight: 600;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .flow-list li {
    font-size: min(3.6458333333vw, 28px);
  }
}
.english .education-flow .flow-box .flow-list li::before {
  content: "●";
  color: #752485;
  font-size: min(1.25vw, 15px);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .flow-list li::before {
    font-size: min(3.6458333333vw, 28px);
  }
}
.english .education-flow .flow-box .flow-list li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .flow-list li + li {
    margin-top: 0;
  }
}
.english .education-flow .flow-box .arrow {
  position: absolute;
  top: min(12.5vw, 150px);
  right: max(-1.4166666667vw, -17px);
  width: min(2.9166666667vw, 35px);
}
@media screen and (max-width: 768px) {
  .english .education-flow .flow-box .arrow {
    top: auto;
    bottom: max(-8.3333333333vw, -64px);
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: min(5.9895833333vw, 46px);
  }
}
.english .education-flow {
  /*flow-box*/
}
.english {
  /*education-flow*/
}
.english .class-system {
  background-image: linear-gradient(90deg, #fbe4e0, #d7cbe3 99%);
  padding: 1.5em 4em;
  margin: min(4.8333333333vw, 58px) auto 0;
  width: min(90.4166666667vw, 1085px);
}
@media screen and (max-width: 768px) {
  .english .class-system {
    padding: 1.5em 1em;
    width: 80%;
  }
}
.english .class-system .sub-head {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .english .class-system .sub-head {
    font-size: min(7.03125vw, 54px);
  }
}
.english .class-system .text {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .english .class-system .text {
    font-size: min(3.6458333333vw, 28px);
  }
}
.english .class-system .strong {
  background: #752485;
  color: #fff;
  padding: 1em;
  margin-top: 1em;
  text-align: center;
}
.english .class-system + .major-heading {
  margin-top: min(10vw, 120px);
}
.english {
  /*class-system*/
}
.english .scroll-swiper-wrapper {
  margin-top: min(6.8333333333vw, 82px);
}
.english .features-list {
  margin: 2em auto 0;
  max-width: 1340px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .english .features-list {
    width: 80%;
  }
}
.english .features-list ul {
  display: flex;
  gap: min(4.8333333333vw, 58px);
}
@media screen and (max-width: 768px) {
  .english .features-list ul {
    flex-direction: column;
  }
}
.english .features-list ul li {
  flex: 1;
}
.english .features-list ul li .cross-head {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .english .features-list ul li .cross-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.english .features-list ul li p {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .english .features-list ul li p {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.25em;
  }
}
.english {
  /*features-list*/
}
.english .english-test {
  background: #ece5ca;
  padding: min(6.8333333333vw, 82px) 0;
  margin-top: min(6.8333333333vw, 82px);
}
.english .english-test .inner {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .english .english-test .inner {
    width: 85%;
  }
}
.english .english-test .inner img {
  margin-top: min(3vw, 36px);
}
@media screen and (max-width: 768px) {
  .english .english-test .inner img {
    margin-top: min(6.7708333333vw, 52px);
  }
}
.english .english-test {
  /*inner*/
}
.english {
  /*english-test*/
} /*english*/
/***********************************************************************
あゆみ
**********************************************************************/
.history .in-page-link {
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1200px;
  width: 80%;
}
.history .in-page-link ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .history .in-page-link ul li {
    flex: inherit;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .history .in-page-link ul li a {
    padding: 0.75em 0;
  }
}
.history .scroll-swiper-wrapper {
  margin-top: min(6.8333333333vw, 82px);
}
.history {
  /*swiper-wrapper*/
}
.history .sticky-wrapper {
  padding: min(15vw, 180px) 0 min(8.3333333333vw, 100px);
}
.history .sticky-wrapper .flex-wrapper {
  display: flex;
  gap: min(13.5vw, 162px);
}
@media screen and (max-width: 768px) {
  .history .sticky-wrapper .flex-wrapper {
    gap: 2%;
  }
}
.history .sticky-wrapper .sub-head-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .sticky-wrapper .sub-head-wrapper {
    flex-shrink: 0;
    width: 2em;
  }
}
.history .sticky-wrapper .sub-head-wrapper .sub-head {
  font-size: min(3vw, 36px);
  font-weight: 700;
  padding-top: 2em;
  text-indent: -1.65em;
  position: sticky;
  top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .history .sticky-wrapper .sub-head-wrapper .sub-head {
    font-size: min(5.2083333333vw, 40px);
    top: min(3.125vw, 24px);
  }
}
.history .sticky-wrapper .sub-head-wrapper .sub-head::before {
  content: "●";
  color: #752485;
  font-size: min(1.5vw, 18px);
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .history .sticky-wrapper .sub-head-wrapper .sub-head::before {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 1em;
  }
}
.history .sticky-wrapper .sub-head-wrapper .en {
  color: #752485;
  font-size: min(1vw, 12px);
  font-family: "Aviano Copper W00 Regular";
  margin-top: 3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .history .sticky-wrapper .sub-head-wrapper .en {
    font-size: min(1.5625vw, 12px);
  }
}
.history .sticky-wrapper .inner-wrapper {
  margin: auto;
  max-width: 1200px;
  width: 85%;
}
.history {
  /*sticky-wrapper*/
}
.history .history-wrapper {
  background: #ece5ca;
}
.history .history-wrapper p {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.history .history-wrapper .content-wrapper .images {
  display: flex;
  gap: min(4.3333333333vw, 52px);
  width: min(42.5vw, 510px);
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .images {
    width: 100%;
  }
}
.history .history-wrapper .content-wrapper .images .image p {
  font-size: min(1.5vw, 18px);
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .images .image p {
    font-size: min(3.3854166667vw, 26px);
  }
}
.history .history-wrapper .content-wrapper .images + p {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .images + p {
    margin-top: 2.5em;
  }
}
.history .history-wrapper .content-wrapper .flex-wrapper {
  gap: min(3.3333333333vw, 40px);
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .flex-wrapper {
    flex-direction: column;
    margin-top: 2.5em;
  }
}
.history .history-wrapper .content-wrapper .flex-wrapper .image {
  flex: 1;
}
.history .history-wrapper .content-wrapper .flex-wrapper .image p {
  font-size: min(1.25vw, 15px);
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .flex-wrapper .image p {
    font-size: min(3.3854166667vw, 26px);
    margin-top: 0em;
    line-height: 1.4;
  }
}
.history .history-wrapper .content-wrapper .flex-wrapper .text-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .flex-wrapper .text-box {
    margin-top: 1em;
  }
}
.history .history-wrapper .content-wrapper .flex-wrapper .text-box .sub-head {
  border-bottom: 1px solid #752485;
  font-size: min(1.9166666667vw, 23px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .flex-wrapper .text-box .sub-head {
    font-size: min(5.2083333333vw, 40px);
  }
}
.history .history-wrapper .content-wrapper .flex-wrapper .text-box p {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .history .history-wrapper .content-wrapper .flex-wrapper .text-box p {
    font-size: min(3.90625vw, 30px);
  }
}
.history .history-wrapper .content-wrapper {
  /*flex-wrapper*/
}
.history .history-wrapper {
  /*content-wrapper*/
}
.history {
  /*history-wrapper*/
}
.history .school-history-wrapper .history-table {
  position: relative;
}
.history .school-history-wrapper .history-table::before {
  content: "";
  background: #752485;
  width: 1px;
  height: 100%;
  position: absolute;
  top: min(2.0833333333vw, 25px);
  left: min(11.0833333333vw, 133px);
}
@media screen and (max-width: 768px) {
  .history .school-history-wrapper .history-table::before {
    top: min(5.859375vw, 45px);
    left: min(21.2239583333vw, 163px);
  }
}
.history .school-history-wrapper .history-table th {
  color: #752485;
  font-size: min(1.3333333333vw, 16px);
  padding: 1em 0;
  padding-right: 2.5em;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history .school-history-wrapper .history-table th {
    font-size: min(3.3854166667vw, 26px);
    padding-right: 0.5em;
  }
}
.history .school-history-wrapper .history-table td {
  font-size: min(1.3333333333vw, 16px);
  font-family: "Shippori Mincho B1", serif;
  padding: 1em 0;
  padding-left: 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .school-history-wrapper .history-table td {
    font-size: min(3.6458333333vw, 28px);
    padding-left: 1.5em;
  }
}
.history .school-history-wrapper .history-table td::before {
  content: "";
  background: #752485;
  border-radius: 50%;
  width: min(0.75vw, 9px);
  height: min(0.75vw, 9px);
  position: absolute;
  top: min(2.0833333333vw, 25px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .history .school-history-wrapper .history-table td::before {
    top: min(5.5989583333vw, 43px);
    width: min(1.5625vw, 12px);
    height: min(1.5625vw, 12px);
  }
}
.history {
  /*school-history-wrapper*/
}
.history .school-emblem-wrapper .border-head {
  border: 2.5px solid #752485;
  border-right: none;
  border-left: none;
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding: 1.25em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .school-emblem-wrapper .border-head {
    font-size: min(5.2083333333vw, 40px);
    padding: 0.75em 0;
  }
}
.history .school-emblem-wrapper .border-head::before, .history .school-emblem-wrapper .border-head::after {
  content: "";
  background: #752485;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.history .school-emblem-wrapper .border-head::before {
  top: 4px;
}
.history .school-emblem-wrapper .border-head::after {
  bottom: 4px;
}
.history .school-emblem-wrapper p {
  font-size: min(1.4166666667vw, 17px);
  font-family: "Shippori Mincho B1", serif;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .history .school-emblem-wrapper p {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 1em;
  }
}
.history .school-emblem-wrapper .image {
  margin: 4em auto 0;
  max-width: 762px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .history .school-emblem-wrapper .image {
    margin: 2em auto 0;
    width: 100%;
  }
}
.history {
  /*school-emblem-wrapper*/
}
.history .school-song-wrapper .content-wrapper {
  display: flex;
  gap: min(8vw, 96px);
}
@media screen and (max-width: 768px) {
  .history .school-song-wrapper .content-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .history .school-song-wrapper .image {
    flex: 1;
  }
}
.history .school-song-wrapper .text-box {
  display: flex;
  flex-direction: column;
}
.history .school-song-wrapper .text-box .text {
  display: flex;
  gap: min(6.8333333333vw, 82px);
  font-size: min(1.4166666667vw, 17px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .history .school-song-wrapper .text-box .text {
    flex-direction: column;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.history .school-song-wrapper .audio {
  margin-top: auto;
}
.history .school-song-wrapper .audio p {
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .history .school-song-wrapper .audio p {
    font-size: min(3.90625vw, 30px);
    margin-top: 3em;
    text-align: center;
  }
}
.history .school-song-wrapper .audio audio {
  width: 100%;
}
.history {
  /*school-song-wrapper*/
} /*history*/
/***********************************************************************
学びの環境
**********************************************************************/
.facility .lead {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}
.facility .banner {
  margin: min(7.3333333333vw, 88px) auto 0;
  max-width: 756px;
  width: 80%;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .facility .banner {
    width: 70%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .facility .banner:hover {
    filter: brightness(0.9);
  }
}
.facility .scroll-swiper-wrapper {
  margin-top: min(12.6666666667vw, 152px);
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .facility .scroll-swiper-wrapper {
    max-height: none;
  }
}
.facility .scroll-swiper-wrapper + .sub-head {
  color: #752485;
  font-size: min(2.8333333333vw, 34px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility .scroll-swiper-wrapper + .sub-head {
    font-size: min(6.7708333333vw, 52px);
    margin-top: 0.25em;
  }
}
.facility .scroll-swiper-wrapper + .sub-head + p {
  font-size: min(1.25vw, 15px);
  margin: 0.5em auto 0;
  width: min(53.3333333333vw, 640px);
}
@media screen and (max-width: 768px) {
  .facility .scroll-swiper-wrapper + .sub-head + p {
    font-size: min(3.6458333333vw, 28px);
    margin: 0.25em auto 0;
    width: 80%;
  }
}
.facility .scroll-swiper-wrapper .swiper-slide {
  margin-right: min(2vw, 24px);
}
.facility .big-image-wrapper,
.facility .small-image-wrapper {
  margin: min(13.6666666667vw, 164px) auto 0;
  max-width: 1562px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 1%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .facility .big-image-wrapper,
  .facility .small-image-wrapper {
    flex-direction: column;
    margin-top: 2em;
    width: 80%;
  }
}
.facility .big-image-wrapper .image,
.facility .small-image-wrapper .image {
  margin: 3em 0;
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .facility .big-image-wrapper .image,
  .facility .small-image-wrapper .image {
    margin: 1em 0;
    width: 100%;
  }
}
.facility .big-image-wrapper .sub-head,
.facility .small-image-wrapper .sub-head {
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility .big-image-wrapper .sub-head,
  .facility .small-image-wrapper .sub-head {
    font-size: min(4.9479166667vw, 38px);
    margin-top: 0.25em;
  }
}
.facility .big-image-wrapper .sub-head + p,
.facility .small-image-wrapper .sub-head + p {
  font-size: min(1.25vw, 15px);
  margin: 0.5em auto 0;
  width: min(45vw, 540px);
}
@media screen and (max-width: 768px) {
  .facility .big-image-wrapper .sub-head + p,
  .facility .small-image-wrapper .sub-head + p {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.25em;
    width: 90%;
  }
}
.facility {
  /*big-image-wrapper, small-image-wrapper*/
}
.facility .small-image-wrapper {
  margin-top: min(9.3333333333vw, 112px);
}
@media screen and (max-width: 768px) {
  .facility .small-image-wrapper {
    flex-direction: row;
    margin-top: 0;
  }
}
.facility .small-image-wrapper .image {
  width: 24.2%;
}
@media screen and (max-width: 768px) {
  .facility .small-image-wrapper .image {
    width: 48.4%;
  }
}
@media screen and (max-width: 768px) {
  .facility .small-image-wrapper .sub-head {
    font-size: min(4.9479166667vw, 38px);
  }
}
.facility .small-image-wrapper .sub-head + p {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .facility .small-image-wrapper .sub-head + p {
    font-size: min(3.3854166667vw, 26px);
  }
}
.facility .organ-wrapper {
  background: #752485;
  padding: 10px 0;
  margin-top: min(11.1666666667vw, 134px);
}
.facility .organ-wrapper .flex-wrapper {
  gap: min(5.1666666667vw, 62px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .flex-wrapper {
    flex-direction: column;
  }
}
.facility .organ-wrapper .image {
  width: min(95.4166666667vw, 1145px);
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .image {
    width: 100%;
  }
}
.facility .organ-wrapper .text-box {
  flex-shrink: 0;
  padding-right: min(5.1666666667vw, 62px);
  width: min(35.4166666667vw, 425px);
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .text-box {
    padding: 1em 0 2em;
    padding-right: 0;
    width: 80%;
  }
}
.facility .organ-wrapper .text-box .badge {
  background: #fff;
  border-radius: 10px;
  color: #752485;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 700;
  padding: 0.25em 1em;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .text-box .badge {
    font-size: min(3.3854166667vw, 26px);
    padding: 0.5em 1.5em;
  }
}
.facility .organ-wrapper .text-box .sub-head {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .text-box .sub-head {
    font-size: min(4.6875vw, 36px);
  }
}
.facility .organ-wrapper .text-box .text {
  color: #fff;
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .facility .organ-wrapper .text-box .text {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.5em;
  }
}
.facility {
  /*organ-wrapper*/
}
.facility .security-wrapper {
  background: #ece5ca;
  padding: min(12.3333333333vw, 148px) 0;
}
.facility .security-wrapper .flex-wrapper {
  gap: min(5.1666666667vw, 62px);
  margin: auto;
  max-width: 1562px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .flex-wrapper {
    gap: min(5.46875vw, 42px);
    width: 80%;
  }
}
.facility .security-wrapper .vertical-txt {
  font-size: min(2.1666666667vw, 26px);
  font-weight: 700;
  padding-top: 2em;
  text-indent: -1.65em;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .vertical-txt {
    font-size: min(5.2083333333vw, 40px);
    position: sticky;
    top: 1em;
    width: 2em;
  }
}
.facility .security-wrapper .vertical-txt::before {
  content: "●";
  color: #752485;
  font-size: min(1.5vw, 18px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .vertical-txt::before {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 1em;
  }
}
.facility .security-wrapper {
  /*vertical-txt*/
}
.facility .security-wrapper .images-box {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .images-box {
    display: inherit;
  }
}
.facility .security-wrapper .images-box .image {
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .images-box .image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .images-box .image + .image {
    margin-top: 2em;
  }
}
.facility .security-wrapper .images-box .sub-head {
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .images-box .sub-head {
    font-size: min(4.9479166667vw, 38px);
    margin-top: 0.25em;
  }
}
.facility .security-wrapper .images-box .sub-head + p {
  font-size: min(1.25vw, 15px);
  margin: 0.5em auto 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .facility .security-wrapper .images-box .sub-head + p {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 0.25em;
  }
}
.facility .security-wrapper {
  /*images-box*/
}
.facility {
  /*security-wrapper*/
} /*facility*/
/***********************************************************************
キリスト教主義教育
**********************************************************************/
.christianism .main-gra--wide {
  background-image: url("../images/christianism/page-main.jpg");
}
.christianism .scripture {
  margin: min(9.1666666667vw, 110px) auto 0;
  max-width: 1287px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .christianism .scripture {
    width: 80%;
  }
}
.christianism .scripture-list {
  margin: min(5.1666666667vw, 62px) auto 0;
  max-width: 1200px;
  width: 90%;
  display: flex;
  gap: min(5.6666666667vw, 68px);
}
@media screen and (max-width: 768px) {
  .christianism .scripture-list {
    margin: min(16.1458333333vw, 124px) auto 0;
    flex-direction: column;
    width: 80%;
  }
}
.christianism .scripture-list li {
  display: flex;
  flex-direction: column;
}
.christianism .scripture-list li .num {
  margin: 0 auto;
  width: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .christianism .scripture-list li .num {
    width: min(13.0208333333vw, 100px);
  }
}
.christianism .scripture-list li .sub-head {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin: 2em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .christianism .scripture-list li .sub-head {
    font-size: min(4.6875vw, 36px);
    margin: 1em 0;
  }
}
.christianism .scripture-list li .sub-head small {
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .christianism .scripture-list li .sub-head small {
    font-size: min(3.3854166667vw, 26px);
  }
}
.christianism .scripture-list li .text {
  font-size: min(1.1666666667vw, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .christianism .scripture-list li .text {
    font-size: min(3.6458333333vw, 28px);
  }
}
.christianism {
  /*scripture-list*/
}
.christianism .sup-area {
  background: #ece5ca;
  padding: 0 0 min(6.8333333333vw, 82px);
  margin: min(13.3333333333vw, 160px) 0;
}
@media screen and (max-width: 768px) {
  .christianism .sup-area {
    padding: 0 0 min(10.4166666667vw, 80px);
    margin: min(36.4583333333vw, 280px) 0 0;
  }
}
.christianism .sup-area .flex-wrapper {
  gap: min(3.5vw, 42px);
  align-items: center;
  margin: auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .christianism .sup-area .flex-wrapper {
    flex-direction: column;
    width: 70%;
  }
}
.christianism .sup-area .image img {
  border-radius: min(2.0833333333vw, 25px);
  margin-top: -3em;
}
@media screen and (max-width: 768px) {
  .christianism .sup-area .image img {
    margin-top: -5em;
  }
}
.christianism .sup-area .text-box {
  padding-top: min(5.1666666667vw, 62px);
}
@media screen and (max-width: 768px) {
  .christianism .sup-area .text-box {
    padding-top: 0;
  }
}
.christianism .sup-area .sub-head {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .christianism .sup-area .sub-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.christianism .sup-area .text {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .christianism .sup-area .text {
    font-size: min(3.3854166667vw, 26px);
    margin-top: 0.5em;
  }
}
.christianism {
  /*sup-area*/
}
.christianism .learning-wrapper {
  margin: min(8.5833333333vw, 103px) auto 0;
  max-width: 1150px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper {
    margin: min(13.4114583333vw, 103px) auto 0;
    width: 80%;
  }
}
.christianism .learning-wrapper .border-head {
  border: 2.5px solid #752485;
  border-right: none;
  border-left: none;
  color: #752485;
  font-size: min(3.8333333333vw, 46px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .border-head {
    font-size: min(5.9895833333vw, 46px);
  }
}
.christianism .learning-wrapper .border-head::before, .christianism .learning-wrapper .border-head::after {
  content: "";
  background: #752485;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.christianism .learning-wrapper .border-head::before {
  top: 4px;
}
.christianism .learning-wrapper .border-head::after {
  bottom: 4px;
}
.christianism .learning-wrapper .learning-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.christianism .learning-wrapper .learning-list li {
  display: flex;
  justify-content: space-between;
  margin: min(6vw, 72px) 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .learning-list li {
    gap: min(3.125vw, 24px);
    width: 100%;
  }
}
.christianism .learning-wrapper .learning-list {
  /*li*/
}
.christianism .learning-wrapper .learning-list .head-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.christianism .learning-wrapper .learning-list .head-area img {
  width: min(4.5vw, 54px);
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .learning-list .head-area img {
    width: min(13.0208333333vw, 100px);
  }
}
.christianism .learning-wrapper .learning-list .head-area .cross-head {
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .learning-list .head-area .cross-head {
    font-size: min(4.4270833333vw, 34px);
  }
}
.christianism .learning-wrapper .learning-list .content {
  width: min(40.4166666667vw, 485px);
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .learning-list .content {
    width: auto;
  }
}
.christianism .learning-wrapper .learning-list .content p {
  font-size: min(1.25vw, 15px);
  font-family: "Shippori Mincho B1", serif;
  margin-top: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .christianism .learning-wrapper .learning-list .content p {
    font-size: min(3.6458333333vw, 28px);
    line-height: 1.6;
  }
}
.christianism .learning-wrapper .learning-list .content .link-btn {
  margin-top: 1em;
}
.christianism .learning-wrapper {
  /*learning-list*/
}
.christianism {
  /*learning-wrapper*/
} /*christianism*/
/***********************************************************************
各教科の学び
**********************************************************************/
.each-subject .main-gra {
  background-image: url("../images/each-subject/page-main.jpg");
}
.each-subject .subject-wrapper {
  max-width: 1300px;
  width: 90%;
  margin: min(9.1666666667vw, 110px) auto 0;
  display: flex;
  overflow: clip;
}
@media screen and (max-width: 576px) {
  .each-subject .subject-wrapper {
    overflow: inherit;
    width: 80%;
  }
}
.each-subject {
  /*subject-wrapper*/
}
.each-subject .vt-slider-wrapper {
  position: sticky;
  top: 0;
  flex-shrink: 0;
  width: min(25.4166666667vw, 305px);
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .each-subject .vt-slider-wrapper {
    width: min(19.53125vw, 150px);
  }
}
@media screen and (max-width: 576px) {
  .each-subject .vt-slider-wrapper {
    display: none;
  }
}
.each-subject .vt-slider-wrapper .vt-slider {
  margin: 0;
  padding: 0;
}
.each-subject .content-wrapper {
  width: calc(100% - min(25.4166666667vw, 305px));
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper {
    width: 100%;
  }
}
.each-subject .content-wrapper .in-page-link {
  margin-top: 1em;
  position: sticky;
  top: min(0.8333333333vw, 10px);
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link {
    padding-right: 0;
    margin-top: 0;
    width: 100%;
  }
}
.each-subject .content-wrapper .in-page-link ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
.each-subject .content-wrapper .in-page-link ul li {
  flex: inherit;
  width: 19%;
  line-height: 1.2;
  margin: 1% 0;
}
.each-subject .content-wrapper .in-page-link ul li a {
  font-size: min(1.3333333333vw, 16px);
  height: 100%;
  padding: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .in-page-link ul li a {
    font-size: 12px;
  }
}
.each-subject .content-wrapper .in-page-link ul li a span::before {
  height: min(0.4166666667vw, 5px);
  width: min(0.8333333333vw, 10px);
  right: -1.75em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .in-page-link ul li a span::before {
    display: none;
  }
}
.each-subject .content-wrapper .in-page-link ul li:first-child a span::before {
  background-image: url("../images/common/ic-external.svg");
  height: min(1.0833333333vw, 13px) !important;
  width: min(1.0833333333vw, 13px) !important;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .in-page-link ul li:first-child a span::before {
    display: block !important;
    height: 2.5vw !important;
    width: 2.5vw !important;
    right: -1.1em !important;
  }
}
.each-subject .content-wrapper .in-page-link ul li:last-child a {
  padding: 0.9em 0;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link ul li:last-child a {
    padding: 0.85em 0;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky {
  padding: 0;
  width: 95%;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link.is-sticky {
    margin-left: -1.5em;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky ul {
  justify-content: space-between;
  gap: 1%;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link.is-sticky ul {
    justify-content: center;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky ul li {
  flex: 1;
  margin: 0.5% 0;
  width: auto;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link.is-sticky ul li {
    flex: inherit;
    line-height: 1.2;
    width: 19%;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky ul li a {
  background: rgba(255, 255, 255, 0.5);
  font-size: min(1.1666666667vw, 14px);
  padding: 0.85em 0;
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link.is-sticky ul li a {
    font-size: 12px;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky ul li a span::before {
  height: min(0.4166666667vw, 5px);
  width: min(0.8333333333vw, 10px);
  right: -1.25em;
}
@media screen and (max-width: 1150px) {
  .each-subject .content-wrapper .in-page-link.is-sticky ul li a span::before {
    display: none;
  }
}
.each-subject .content-wrapper .in-page-link.is-sticky ul li:last-child a {
  padding: 0.25em 0;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .in-page-link.is-sticky ul li:last-child a {
    padding: 0.25em 0;
  }
}
.each-subject .content-wrapper {
  /*in-page-link*/
}
.each-subject .content-wrapper .class-content {
  padding: min(6.8333333333vw, 82px) min(7.0833333333vw, 85px) min(6.8333333333vw, 82px) min(11.25vw, 135px);
  margin-top: min(7.0833333333vw, 85px);
}
@media screen and (max-width: 1150px) {
  .each-subject .content-wrapper .class-content {
    padding: min(5.3913043478vw, 62px) min(3.652173913vw, 42px) min(5.3913043478vw, 62px) min(3.652173913vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content {
    padding: min(8.0729166667vw, 62px) 0 min(8.0729166667vw, 62px) 0;
  }
}
.each-subject .content-wrapper .class-content.back-beige {
  background: #ece5ca;
  border-top-left-radius: min(3.3333333333vw, 40px);
  border-bottom-left-radius: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content.back-beige {
    padding: min(8.0729166667vw, 62px) min(5.2083333333vw, 40px) min(8.0729166667vw, 62px) min(5.2083333333vw, 40px);
  }
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .class-content.back-beige {
    border-radius: min(3.3333333333vw, 40px);
  }
}
.each-subject .content-wrapper .class-content.back-beige .focus-point {
  background: #fff;
}
.each-subject .content-wrapper .class-content .lead-head {
  border-bottom: 1px solid #292929;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  margin: min(4.3333333333vw, 52px) 0 1em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .lead-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .lead {
    padding: 0;
    line-height: 1.4;
  }
}
.each-subject .content-wrapper .class-content .image {
  margin: min(4.3333333333vw, 52px) auto 0;
}
.each-subject .content-wrapper .class-content .js-scrollable {
  white-space: inherit;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .js-scrollable {
    max-width: 860px;
  }
}
.each-subject .content-wrapper .class-content .table-type-simple {
  margin-top: min(4.8333333333vw, 58px);
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .table-type-simple {
    margin-top: min(7.5520833333vw, 58px);
  }
}
.each-subject .content-wrapper .class-content .table-type-simple th {
  background: #e2c0e8;
  padding: 0.5em 3.5em;
  white-space: nowrap;
}
.each-subject .content-wrapper .class-content .table-type-simple th:last-child {
  border-right: none;
}
.each-subject .content-wrapper .class-content .table-type-simple td {
  border-left: none;
  padding: 1em 1.5em;
  vertical-align: top;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .class-content .table-type-simple td {
    padding: 0.5em;
  }
}
.each-subject .content-wrapper .class-content .features-box {
  background-image: linear-gradient(90deg, #fbe4e0, #d7cbe3 99%);
  padding: 2.5em 5em;
  margin: min(4.8333333333vw, 58px) auto 0;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .features-box {
    padding: 1.5em 1em;
    width: 100%;
  }
}
.each-subject .content-wrapper .class-content .features-box .sub-head {
  text-align: center;
}
.each-subject .content-wrapper .class-content .features-box .sub-head span {
  background: #fff;
  border: 1px solid #752485;
  border-radius: 30px;
  color: #752485;
  display: inline-block;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  padding: 0.5em 5em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .features-box .sub-head span {
    font-size: min(3.6458333333vw, 28px);
    padding: 0.5em 2em;
  }
}
.each-subject .content-wrapper .class-content .features-box .text {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .features-box .text {
    font-size: min(3.6458333333vw, 28px);
  }
}
.each-subject .content-wrapper .class-content .focus-point {
  background: #ece5ca;
  border: 2px solid #752485;
  border-left: none;
  border-right: none;
  padding: min(3.5vw, 42px) min(5.1666666667vw, 62px);
  position: relative;
  margin-top: min(5.6666666667vw, 68px);
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .focus-point {
    padding: min(3.125vw, 24px) min(5.2083333333vw, 40px) min(3.125vw, 24px) min(7.8125vw, 60px);
    margin-top: min(6.7708333333vw, 52px);
  }
}
.each-subject .content-wrapper .class-content .focus-point::before {
  content: "";
  background: url("../images/each-subject/focus-head.svg") no-repeat;
  background-size: contain;
  width: min(11.5vw, 138px);
  height: min(3.1666666667vw, 38px);
  position: absolute;
  top: max(-1.5833333333vw, -19px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .focus-point::before {
    width: min(26.0416666667vw, 200px);
    height: min(6.5104166667vw, 50px);
    top: max(-3.2552083333vw, -25px);
  }
}
.each-subject .content-wrapper .class-content .focus-point ol li {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  list-style: decimal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .focus-point ol li {
    font-size: min(4.1666666667vw, 32px);
  }
}
.each-subject .content-wrapper .class-content .focus-point ol li p {
  color: #292929;
  font-size: min(1.5vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .focus-point ol li p {
    font-size: min(3.6458333333vw, 28px);
  }
}
.each-subject .content-wrapper .class-content {
  /*focus-point*/
}
.each-subject .content-wrapper .class-content .interview {
  margin-top: min(6.5vw, 78px);
}
.each-subject .content-wrapper .class-content .interview .flex-wrapper {
  gap: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .interview .flex-wrapper {
    flex-direction: column;
  }
}
.each-subject .content-wrapper .class-content .interview .flex-wrapper .image {
  margin: 0;
  width: min(25.4166666667vw, 305px);
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .interview .flex-wrapper .image {
    width: 100%;
  }
}
.each-subject .content-wrapper .class-content .interview .flex-wrapper .text .badge {
  border: 1px solid #752485;
  border-radius: 10px;
  color: #752485;
  display: inline-block;
  font-size: min(1.25vw, 15px);
  padding: 0.25em 1em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .interview .flex-wrapper .text .badge {
    font-size: min(3.3854166667vw, 26px);
    padding: 0.5em 1.5em;
  }
}
.each-subject .content-wrapper .class-content .interview .flex-wrapper .text .cross-head {
  color: #752485;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .interview .flex-wrapper .text .cross-head {
    font-size: min(4.4270833333vw, 34px);
  }
}
.each-subject .content-wrapper .class-content .interview {
  /*flex-wrapper*/
}
.each-subject .content-wrapper .class-content .interview .text {
  margin-top: 1em;
  font-size: min(1.1666666667vw, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .each-subject .content-wrapper .class-content .interview .text {
    font-size: min(3.6458333333vw, 28px);
    line-height: 1.6;
  }
}
.each-subject .content-wrapper .class-content .interview .text span {
  display: block;
  text-align: right;
}
.each-subject .content-wrapper .class-content {
  /*interview*/
}
.each-subject .content-wrapper .class-content .arts-list {
  display: flex;
  gap: min(3.1666666667vw, 38px);
  margin-top: min(5.1666666667vw, 62px);
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .class-content .arts-list {
    flex-direction: column;
    gap: min(4.9479166667vw, 38px);
  }
}
.each-subject .content-wrapper .class-content .arts-list li {
  flex: 1;
}
.each-subject .content-wrapper .class-content .arts-list li .cross-head {
  border: 1px solid #752485;
  border-radius: 25px;
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .class-content .arts-list li .cross-head {
    font-size: 15px;
    padding: 0.25em 0;
  }
}
.each-subject .content-wrapper .class-content .arts-list li .text {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 576px) {
  .each-subject .content-wrapper .class-content .arts-list li .text {
    font-size: 14px;
  }
}
.each-subject .content-wrapper {
  /*class-content*/
}
.each-subject .content-wrapper #information,
.each-subject .content-wrapper #health,
.each-subject .content-wrapper #technology-home {
  margin-top: 0;
}
.each-subject .content-wrapper #information + .class-content,
.each-subject .content-wrapper #health + .class-content,
.each-subject .content-wrapper #technology-home + .class-content {
  margin-top: 0;
}
.each-subject {
  /*content-wrapper*/
}
.each-subject .etc-link {
  max-width: 480px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .each-subject .etc-link {
    width: 80%;
  }
}

/*each-subject*/
* .uniform .wrapper {
  overflow: hidden;
}
* .uniform .float-wrapper {
  position: relative;
  margin: 0 auto 0;
  height: min(174.4047619048vw, 2930px);
  width: min(71.4285714286vw, 1200px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  * .uniform .float-wrapper {
    display: flex;
    margin-top: min(13.0208333333vw, 100px);
    width: 100%;
    height: min(697.9166666667vw, 5360px);
  }
}
@media screen and (max-width: 576px) {
  * .uniform .float-wrapper {
    margin-top: 80px;
  }
}
* .uniform .float-item {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  position: absolute;
}
@media screen and (max-width: 576px) {
  * .uniform .float-item {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
}
* .uniform .float-item img {
  width: 100%;
}
* .uniform .float-text {
  font-size: min(1.25vw, 15px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  position: absolute;
}
@media screen and (max-width: 768px) {
  * .uniform .float-text {
    font-size: min(3.3854166667vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  * .uniform .float-text p {
    line-height: 1.4;
  }
}
* .uniform .item1 {
  width: min(35.3571428571vw, 594px);
  height: min(74.0476190476vw, 1244px);
  top: min(8.9285714286vw, 150px);
  left: max(-5.9523809524vw, -100px);
}
@media screen and (max-width: 1150px) {
  * .uniform .item1 {
    top: min(13.0434782609vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  * .uniform .item1 {
    width: min(65.234375vw, 501px);
    height: min(117.96875vw, 906px);
    top: min(0vw, 0px);
    left: max(-0vw, -0px);
  }
}
* .uniform .item2 {
  width: min(21.9642857143vw, 369px);
  height: min(30.8333333333vw, 518px);
  top: min(12.5vw, 210px);
  right: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 1150px) {
  * .uniform .item2 {
    top: min(0.8695652174vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  * .uniform .item2 {
    width: min(38.1510416667vw, 293px);
    height: min(53.515625vw, 411px);
    top: min(85.4166666667vw, 656px);
  }
}
* .uniform .item2 .float-text {
  color: #752485;
  font-size: min(1.4166666667vw, 17px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  * .uniform .item2 .float-text {
    font-size: min(3.3854166667vw, 26px);
  }
}
* .uniform .item3 {
  width: min(29.9404761905vw, 503px);
  height: min(33.5119047619vw, 563px);
  top: min(48.8095238095vw, 820px);
  left: min(36.3095238095vw, 610px);
}
@media screen and (max-width: 768px) {
  * .uniform .item3 {
    width: min(54.8177083333vw, 421px);
    height: min(61.4583333333vw, 472px);
    top: min(140.625vw, 1080px);
    left: min(6.7708333333vw, 52px);
  }
}
* .uniform .item4 {
  width: min(36.369047619vw, 611px);
  height: min(30.4166666667vw, 511px);
  top: min(80.3571428571vw, 1350px);
  left: max(-20.8333333333vw, -350px);
}
@media screen and (max-width: 768px) {
  * .uniform .item4 {
    width: min(63.1510416667vw, 485px);
    height: min(56.9010416667vw, 437px);
    top: min(219.6614583333vw, 1687px);
    left: 0;
  }
}
* .uniform .item5 {
  width: min(23.0952380952vw, 388px);
  height: min(17.5vw, 294px);
  top: min(80.0595238095vw, 1345px);
  left: min(20.2380952381vw, 340px);
}
@media screen and (max-width: 768px) {
  * .uniform .item5 {
    width: min(31.25vw, 240px);
    height: auto;
    top: min(234.375vw, 1800px);
    left: auto;
    right: 0;
  }
}
* .uniform .item5 .float-text {
  font-size: min(0.8928571429vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  * .uniform .item5 .float-text {
    font-size: min(3.125vw, 24px);
    padding-right: 0.5em;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
* .uniform .item6 {
  width: min(21.3095238095vw, 358px);
  height: min(22.9166666667vw, 385px);
  top: min(107.1428571429vw, 1800px);
  left: min(18.4523809524vw, 310px);
}
@media screen and (max-width: 768px) {
  * .uniform .item6 {
    height: min(39.84375vw, 306px);
    width: min(45.1822916667vw, 347px);
    top: min(328.125vw, 2520px);
    left: 50%;
    margin-left: max(-22.5260416667vw, -173px);
  }
}
* .uniform .item7 {
  width: min(46.7857142857vw, 786px);
  height: min(32.2023809524vw, 541px);
  top: min(80.3571428571vw, 1350px);
  right: max(-20.8333333333vw, -350px);
}
@media screen and (max-width: 768px) {
  * .uniform .item7 {
    width: 100%;
    height: auto;
    top: min(397.1354166667vw, 3050px);
    right: auto;
    left: 0;
  }
}
* .uniform .item7 .float-text {
  color: #fff;
  font-size: min(0.8928571429vw, 15px);
  top: min(13.4523809524vw, 226px);
  left: 8px;
  letter-spacing: 0em;
  line-height: 1.6;
  width: min(16.6071428571vw, 279px);
}
@media screen and (max-width: 768px) {
  * .uniform .item7 .float-text {
    color: #292929;
    font-size: min(3.3854166667vw, 26px);
    top: max(-11.9791666667vw, -92px);
    left: 50%;
    width: 90%;
    margin-left: -45%;
  }
}
* .uniform .item8 {
  width: min(36.7261904762vw, 617px);
  height: min(24.6428571429vw, 414px);
  top: min(119.0476190476vw, 2000px);
  right: max(-14.880952381vw, -250px);
}
@media screen and (max-width: 768px) {
  * .uniform .item8 {
    width: min(75.2604166667vw, 578px);
    height: min(50.5208333333vw, 388px);
    top: min(464.453125vw, 3567px);
    right: auto;
    left: 50%;
    margin-left: max(-37.6302083333vw, -289px);
  }
}
* .uniform .item9 {
  width: min(42.3214285714vw, 711px);
  height: min(38.3928571429vw, 645px);
  top: min(129.5833333333vw, 2177px);
  left: max(-14.880952381vw, -250px);
}
@media screen and (max-width: 768px) {
  * .uniform .item9 {
    width: 100%;
    height: auto;
    top: min(537.2395833333vw, 4126px);
    left: 0;
  }
}
* .uniform .text1 {
  font-size: min(1.1904761905vw, 20px);
  top: min(8.9285714286vw, 150px);
  left: 50%;
  margin-left: -1.5em;
}
@media screen and (max-width: 768px) {
  * .uniform .text1 {
    font-size: min(3.3854166667vw, 26px);
    top: 0;
    left: auto;
    right: 2em;
  }
}
* .uniform .text2 {
  top: min(55.5952380952vw, 934px);
  left: min(68.75vw, 1155px);
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  * .uniform .text2 {
    top: min(158.59375vw, 1218px);
    left: auto;
    right: 1.75em;
  }
}
* .uniform .text2 .sub-head {
  color: #752485;
  font-size: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 768px) {
  * .uniform .text2 .sub-head {
    font-size: min(3.3854166667vw, 26px);
  }
}
* .uniform .text3 {
  top: min(117.3214285714vw, 1971px);
  left: max(-7.3214285714vw, -123px);
}
@media screen and (max-width: 768px) {
  * .uniform .text3 {
    top: min(283.7239583333vw, 2179px);
    left: min(9.1145833333vw, 70px);
    width: min(52.734375vw, 405px);
  }
}
* .uniform .text3 .sub-head {
  color: #752485;
  font-size: min(0.9523809524vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  * .uniform .text3 .sub-head {
    font-size: min(3.3854166667vw, 26px);
  }
}
* .uniform .text3 p {
  width: min(17.9761904762vw, 302px);
}
@media screen and (max-width: 768px) {
  * .uniform .text3 p {
    width: 100%;
  }
}
* .uniform .text4 {
  top: min(107.1428571429vw, 1800px);
  left: min(40.5357142857vw, 681px);
  color: #752485;
  font-size: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 768px) {
  * .uniform .text4 {
    font-size: min(3.3854166667vw, 26px);
    top: min(328.125vw, 2520px);
    left: min(17.96875vw, 138px);
  }
}
* .uniform .text5 {
  top: min(142.8571428571vw, 2400px);
  left: min(49.880952381vw, 838px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  * .uniform .text5 {
    top: min(511.4583333333vw, 3928px);
    right: auto;
    left: 50%;
    width: min(75.2604166667vw, 578px);
    margin-left: max(-37.6302083333vw, -289px);
    white-space: normal;
  }
}
* .uniform .text6 {
  top: min(129.5833333333vw, 2177px);
  left: min(29.1666666667vw, 490px);
}
@media screen and (max-width: 768px) {
  * .uniform .text6 {
    top: min(606.25vw, 4656px);
    left: min(48.5677083333vw, 373px);
  }
}
* .uniform .designer-wrapper {
  background: rgba(128, 71, 140, 0.7);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: min(3.3333333333vw, 56px);
  position: absolute;
  top: min(157.7380952381vw, 2650px);
  right: max(-5.9523809524vw, -100px);
  width: min(50.3571428571vw, 846px);
}
@media screen and (max-width: 1150px) {
  * .uniform .designer-wrapper {
    top: min(164.347826087vw, 1890px);
  }
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper {
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    padding: min(11.4583333333vw, 88px) min(11.71875vw, 90px);
    margin: auto auto 0;
  }
}
* .uniform .designer-wrapper .cross-head {
  font-size: min(1.0714285714vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .cross-head {
    font-size: min(4.4270833333vw, 34px);
  }
}
* .uniform .designer-wrapper .sub-head {
  font-size: min(1.4285714286vw, 24px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .sub-head {
    font-size: min(5.46875vw, 42px);
    line-height: 1.4;
    margin-top: 0.5em;
  }
}
* .uniform .designer-wrapper .flex-wrapper {
  align-items: center;
  margin-top: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper {
    flex-direction: column;
    gap: 1.5em;
    margin-top: min(4.4270833333vw, 34px);
  }
}
* .uniform .designer-wrapper .flex-wrapper .image {
  padding-right: min(2.0833333333vw, 25px);
  flex-shrink: 0;
  width: min(12.8333333333vw, 154px);
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .image {
    margin: auto;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .image img {
    display: block;
    margin: auto;
  }
}
* .uniform .designer-wrapper .flex-wrapper .text-box {
  border-left: 2px solid #fff;
  padding: 0.25em 0 0.5em;
  padding-left: min(2.0833333333vw, 25px);
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .text-box {
    border-left: none;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-top: 1em;
  }
}
* .uniform .designer-wrapper .flex-wrapper .en {
  font-family: "Aviano Copper W00 Regular";
  font-size: 10px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .en {
    font-size: min(2.6041666667vw, 20px);
  }
}
* .uniform .designer-wrapper .flex-wrapper .name {
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .name {
    font-size: min(4.4270833333vw, 34px);
    line-height: 1.2;
    margin-top: 0.5em;
  }
}
* .uniform .designer-wrapper .flex-wrapper .name span {
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .name span {
    font-size: min(3.90625vw, 30px);
  }
}
* .uniform .designer-wrapper .flex-wrapper .name small {
  font-size: min(1.0833333333vw, 13px);
  font-weight: 400;
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .flex-wrapper .name small {
    font-size: min(3.3854166667vw, 26px);
    margin-left: 0;
  }
}
* .uniform .designer-wrapper .text {
  margin-top: min(2vw, 24px);
  font-size: min(1.1666666667vw, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  * .uniform .designer-wrapper .text {
    margin-top: 1.5em;
    font-size: min(3.6458333333vw, 28px);
  }
}
* .uniform {
  /*designer-wrapper*/
}
* .uniform .bg-line-wrapper {
  position: relative;
  height: min(51.6666666667vw, 620px);
  overflow: clip;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  * .uniform .bg-line-wrapper {
    height: min(78.125vw, 600px);
  }
}
* .uniform .bg-line {
  position: absolute;
  inset: 0;
  background-image: url("../images/uniform-event/back.jpg");
  background-size: cover;
  background-position: bottom center;
  will-change: transform;
  height: min(83.3333333333vw, 1000px);
}
@media screen and (max-width: 768px) {
  * .uniform .bg-line {
    background-image: url("../images/uniform-event/back-sp.jpg");
    height: min(128.90625vw, 990px);
  }
}
* .uniform .one-day-wrapper {
  background: #eeddd3;
  padding: min(3.1666666667vw, 38px) min(4.6666666667vw, 56px);
  max-width: 1200px;
  width: 90%;
  margin: min(9.1666666667vw, 110px) auto 0;
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper {
    width: 80%;
  }
}
* .uniform .one-day-wrapper .border-head {
  border: 2.5px solid #752485;
  border-right: none;
  border-left: none;
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper .border-head {
    font-size: min(5.2083333333vw, 40px);
    padding: 0.75em 0;
  }
}
* .uniform .one-day-wrapper .border-head::before, * .uniform .one-day-wrapper .border-head::after {
  content: "";
  border-top: 2px dotted #752485;
  width: 100%;
  position: absolute;
  left: 0;
}
* .uniform .one-day-wrapper .border-head::before {
  top: 4px;
}
* .uniform .one-day-wrapper .border-head::after {
  bottom: 4px;
}
* .uniform .one-day-wrapper {
  /*border-head*/
}
* .uniform .one-day-wrapper .flex-wrapper {
  gap: min(4.6666666667vw, 56px);
  margin-top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper .flex-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
* .uniform .one-day-wrapper ul {
  padding-left: min(1.6666666667vw, 20px);
  position: relative;
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul {
    padding-left: min(3.90625vw, 30px);
  }
}
* .uniform .one-day-wrapper ul::before {
  content: "";
  border-left: 2px dotted #752485;
  height: 100%;
  position: absolute;
  top: min(1.25vw, 15px);
  left: min(0.25vw, 3px);
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul::before {
    top: min(3.125vw, 24px);
    left: min(0.390625vw, 3px);
  }
}
* .uniform .one-day-wrapper ul + ul::before {
  top: 0;
  height: min(24.6666666667vw, 296px);
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul + ul::before {
    top: min(3.125vw, 24px);
    height: min(87.2395833333vw, 670px);
  }
}
* .uniform .one-day-wrapper ul li {
  position: relative;
}
* .uniform .one-day-wrapper ul li + li {
  margin-top: min(1vw, 12px);
}
* .uniform .one-day-wrapper ul li::before {
  content: "";
  background: #752485;
  border-radius: 50%;
  width: min(0.6666666667vw, 8px);
  height: min(0.6666666667vw, 8px);
  position: absolute;
  top: min(1.1666666667vw, 14px);
  left: max(-1.6666666667vw, -20px);
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul li::before {
    top: min(3.125vw, 24px);
    left: max(-4.1666666667vw, -32px);
    width: min(1.5625vw, 12px);
    height: min(1.5625vw, 12px);
  }
}
* .uniform .one-day-wrapper ul li .time {
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul li .time {
    font-size: min(4.1666666667vw, 32px);
  }
}
* .uniform .one-day-wrapper ul li .text {
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper ul li .text {
    font-size: min(3.6458333333vw, 28px);
  }
}
* .uniform .one-day-wrapper ul {
  /*li*/
}
* .uniform .one-day-wrapper {
  /*ul*/
}
* .uniform .one-day-wrapper .sup {
  font-size: min(1.1666666667vw, 14px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  * .uniform .one-day-wrapper .sup {
    font-size: min(3.3854166667vw, 26px);
    text-align: left;
    margin-top: 1em;
  }
}
* .uniform .one-day-wrapper + .major-heading {
  margin-top: min(15vw, 180px);
}
* .uniform {
  /*one-day-wrapper*/
} /*uniform*/
* .annual-event .major-heading {
  margin-top: min(18.3333333333vw, 220px);
}
* .annual-event .sup-box {
  background: #ece5ca;
  font-size: min(1.1666666667vw, 14px);
  padding: 1em 4em;
  margin: 2em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  * .annual-event .sup-box {
    font-size: min(3.3854166667vw, 26px);
    padding: 0.5em 1.5em;
  }
}
* .annual-event .sup-box .strong {
  color: red;
  font-weight: 700;
}
* .annual-event .month-list {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list {
    margin-top: 1em;
    width: 80%;
  }
}
* .annual-event .month-list .num {
  color: #752485;
  font-size: min(5.3333333333vw, 64px);
  font-family: "Aviano Copper W00 Regular";
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list .num {
    font-size: min(13.0208333333vw, 100px);
    line-height: 1.2;
  }
}
* .annual-event .month-list .num small {
  font-size: min(1.75vw, 21px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list .num small {
    font-size: min(5.2083333333vw, 40px);
  }
}
* .annual-event .month-list li {
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
  width: 24%;
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list li {
    line-height: 1.6;
    margin: 0.5em 0;
    width: 48%;
  }
}
* .annual-event .month-list li .event {
  margin-bottom: 1em;
}
* .annual-event .month-list li .event li {
  display: inherit;
  font-size: min(1.3333333333vw, 16px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-indent: -1em;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list li .event li {
    font-size: min(3.6458333333vw, 28px);
    padding-left: 0.75em;
  }
}
* .annual-event .month-list li .event li::before {
  content: "●";
  color: #e2c0e8;
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  * .annual-event .month-list li .event li::before {
    font-size: min(3.6458333333vw, 28px);
  }
}
* .annual-event .month-list li .event li.open {
  color: #e72922;
  font-weight: 600;
}
* .annual-event .month-list li .event {
  /*li*/
}
* .annual-event .month-list li {
  /*event*/
}
* .annual-event .month-list li .image {
  margin-top: auto;
}
* .annual-event .month-list {
  /*li*/
}
* .annual-event .month-list + .major-heading {
  margin-top: min(8.3333333333vw, 100px);
}
* .annual-event {
  /*month-list*/
}
* .annual-event .christianism-event {
  background: #ece5ca;
  padding: min(8vw, 96px) 0;
  margin: min(8.3333333333vw, 100px) auto 0;
}
* .annual-event .christianism-event .flex-wrapper {
  gap: 3%;
  max-width: 1200px;
  width: 85%;
  margin: min(6.6666666667vw, 80px) auto 0;
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .flex-wrapper {
    flex-direction: column;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content + .event-content {
    margin-top: min(10.4166666667vw, 80px);
  }
}
* .annual-event .christianism-event .event-content .text-box {
  background: #fff;
  padding: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content .text-box {
    padding: min(5.2083333333vw, 40px);
  }
}
* .annual-event .christianism-event .event-content .sub-head {
  border-bottom: 1px solid #752485;
  color: #752485;
  font-size: min(1.6666666667vw, 20px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content .sub-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
* .annual-event .christianism-event .event-content .sub-head span {
  font-family: "Aviano Copper W00 Regular";
  font-size: min(3.5vw, 42px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content .sub-head span {
    font-size: min(8.8541666667vw, 68px);
  }
}
* .annual-event .christianism-event .event-content .sub-head small {
  font-size: min(1.3333333333vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content .sub-head small {
    font-size: min(3.6458333333vw, 28px);
  }
}
* .annual-event .christianism-event .event-content p {
  font-size: min(1.25vw, 15px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  * .annual-event .christianism-event .event-content p {
    font-size: min(3.6458333333vw, 28px);
  }
}
* .annual-event .christianism-event {
  /*event-content*/
}
* .annual-event {
  /*christianism-event*/
} /*annual-event*/
@media screen and (max-width: 576px) {
  * .club .major-heading {
    padding: 0 2em;
  }
}
* .club .major-heading + .lead {
  max-width: 756px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  * .club .major-heading + .lead {
    max-width: inherit;
    width: 85%;
  }
}
* .club .club-list-wrapper {
  background: url("../images/club/back.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper {
    background-repeat: repeat-y;
    background-position: center;
    background-size: auto min(208.3333333333vw, 1200px);
  }
}
* .club .club-list-wrapper .club-list-inner {
  position: relative;
  margin: min(8.1290322581vw, 126px) auto 0;
  width: min(90.3225806452vw, 1400px);
  height: min(164.5161290323vw, 2550px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .club-list-inner {
    margin: auto;
    width: 98%;
    height: min(1393.2291666667vw, 8025px);
  }
}
* .club .club-list-wrapper .item {
  position: absolute;
}
* .club .club-list-wrapper .item .image {
  position: relative;
}
* .club .club-list-wrapper .item .info {
  background: #fff;
  border: 1px solid #e2c0e8;
  border-radius: min(1.6129032258vw, 25px);
  color: #752485;
  font-size: min(1.0967741935vw, 17px);
  font-weight: 700;
  margin: 0.25em auto 0;
  padding: 0.25em 2em;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  bottom: max(-2.2580645161vw, -35px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .item .info {
    border-radius: min(6.0763888889vw, 35px);
    font-size: min(3.125vw, 18px);
  }
}
* .club .club-list-wrapper .item .message {
  color: #752485;
  font-size: min(0.9032258065vw, 14px);
  font-weight: 500;
  width: min(12.9032258065vw, 200px);
  position: absolute;
  bottom: max(-7.7419354839vw, -120px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .item .message {
    font-size: min(3.125vw, 18px);
    width: min(34.7222222222vw, 200px);
    bottom: max(-25.1736111111vw, -145px);
  }
}
* .club .club-list-wrapper .item .fukidashi {
  font-size: min(0.9677419355vw, 15px);
  position: absolute;
  width: min(14.8387096774vw, 230px);
}
@media screen and (max-width: 768px) {
  * .club .club-list-wrapper .item .fukidashi {
    font-size: min(3.3854166667vw, 26px);
  }
}
* .club .club-list-wrapper .item .fukidashi::before {
  position: absolute;
}
* .club .club-list-wrapper .item .deco {
  position: absolute;
}
* .club .club-list-wrapper {
  /*item*/
}
* .club .club-list-wrapper .newspaper {
  width: min(10.5161290323vw, 163px);
  height: min(27.4838709677vw, 426px);
  top: min(0vw, 0px);
  left: min(3.2903225806vw, 51px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .newspaper {
    width: min(32.9861111111vw, 190px);
    height: min(90.2777777778vw, 520px);
    top: min(0vw, 0px);
    left: min(10.0694444444vw, 58px);
  }
}
* .club .club-list-wrapper .newspaper .image {
  padding-top: min(5.1612903226vw, 80px);
}
* .club .club-list-wrapper .newspaper .fukidashi {
  top: min(0vw, 0px);
  left: 100%;
}
* .club .club-list-wrapper .newspaper .fukidashi::before {
  content: "";
  background: url("../images/club/fukidashi-1.svg") no-repeat;
  width: min(15.3548387097vw, 238px);
  height: min(20.6451612903vw, 320px);
  top: max(-3.5483870968vw, -55px);
  left: 0;
}
* .club .club-list-wrapper .volleyball {
  width: min(13.4193548387vw, 208px);
  height: min(29.0967741935vw, 451px);
  top: min(4.6451612903vw, 72px);
  left: min(18.7096774194vw, 290px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .volleyball {
    width: min(43.75vw, 252px);
    height: min(95.4861111111vw, 550px);
    top: min(5.0347222222vw, 29px);
    left: min(55.5555555556vw, 320px);
  }
}
* .club .club-list-wrapper .volleyball .message {
  bottom: max(-9.3548387097vw, -145px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .volleyball .message {
    bottom: max(-30.5555555556vw, -176px);
  }
}
* .club .club-list-wrapper .volleyball .fukidashi {
  top: min(9.0322580645vw, 140px);
  left: min(14.8387096774vw, 230px);
}
* .club .club-list-wrapper .volleyball .fukidashi::before {
  content: "";
  background: url("../images/club/fukidashi-2.svg") no-repeat;
  width: min(12.1935483871vw, 189px);
  height: min(12.5806451613vw, 195px);
  top: max(-1.8064516129vw, -28px);
  left: 0;
}
* .club .club-list-wrapper .brassband {
  width: min(19.0322580645vw, 295px);
  height: min(27.2903225806vw, 423px);
  top: min(0vw, 0px);
  left: min(36.064516129vw, 559px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .brassband {
    width: min(61.9791666667vw, 357px);
    height: min(89.9305555556vw, 518px);
    top: min(123.9583333333vw, 714px);
    left: min(4.3402777778vw, 25px);
  }
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .brassband .info {
    margin-left: max(-8.6805555556vw, -50px);
  }
}
* .club .club-list-wrapper .brassband .message {
  bottom: max(-10.9677419355vw, -170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .brassband .message {
    bottom: max(-35.9375vw, -207px);
    margin-left: max(-8.6805555556vw, -50px);
  }
}
* .club .club-list-wrapper .art {
  width: min(14.7741935484vw, 229px);
  height: min(27.3548387097vw, 424px);
  top: min(2.2580645161vw, 35px);
  left: min(55.0967741935vw, 854px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .art {
    width: min(48.2638888889vw, 278px);
    height: min(88.8888888889vw, 512px);
    top: min(141.8402777778vw, 817px);
    left: min(47.7430555556vw, 275px);
  }
}
* .club .club-list-wrapper .tabletennis {
  width: min(14.5161290323vw, 225px);
  height: min(24.3225806452vw, 377px);
  top: min(6.9677419355vw, 108px);
  left: min(74.8387096774vw, 1160px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .tabletennis {
    width: min(48.7847222222vw, 281px);
    height: min(79.8611111111vw, 460px);
    top: min(383.6805555556vw, 2210px);
    left: min(45.4861111111vw, 262px);
  }
}
* .club .club-list-wrapper .tabletennis .image {
  padding-top: min(7.6129032258vw, 118px);
}
* .club .club-list-wrapper .tabletennis .message {
  bottom: max(-10.9677419355vw, -170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .tabletennis .message {
    bottom: max(-41.3194444444vw, -238px);
  }
}
* .club .club-list-wrapper .tabletennis .fukidashi {
  top: min(0vw, 0px);
  left: min(8.5161290323vw, 132px);
}
* .club .club-list-wrapper .tabletennis .fukidashi::before {
  content: "";
  background: url("../images/club/fukidashi-3.svg") no-repeat;
  width: min(12.5806451613vw, 195px);
  height: min(10.3870967742vw, 161px);
  top: max(-0.3225806452vw, -5px);
  left: 0;
}
* .club .club-list-wrapper .tabletennis .deco {
  width: min(4.5161290323vw, 70px);
  top: 0;
  left: 0;
}
* .club .club-list-wrapper .kendo {
  width: min(14.3225806452vw, 222px);
  height: min(28.5161290323vw, 442px);
  top: min(44.064516129vw, 683px);
  left: min(3.2258064516vw, 50px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .kendo {
    width: min(47.0486111111vw, 271px);
    height: min(94.6180555556vw, 545px);
    top: min(407.9861111111vw, 2350px);
    left: min(7.8125vw, 45px);
  }
}
* .club .club-list-wrapper .kendo .info {
  margin-left: max(-2.5806451613vw, -40px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .kendo .info {
    margin-left: max(-6.9444444444vw, -40px);
  }
}
* .club .club-list-wrapper .kendo .message {
  bottom: max(-9.3548387097vw, -145px);
  margin-left: max(-2.5806451613vw, -40px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .kendo .message {
    bottom: max(-30.5555555556vw, -176px);
    margin-left: max(-6.9444444444vw, -40px);
  }
}
* .club .club-list-wrapper .hangul {
  width: min(14.7741935484vw, 229px);
  height: min(28.7741935484vw, 446px);
  top: min(44.3225806452vw, 687px);
  left: min(20.4516129032vw, 317px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .hangul {
    width: min(48.7847222222vw, 281px);
    height: min(94.9652777778vw, 547px);
    top: min(517.3611111111vw, 2980px);
    left: min(47.7430555556vw, 275px);
  }
}
* .club .club-list-wrapper .hangul .message {
  bottom: max(-9.3548387097vw, -145px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .hangul .message {
    bottom: max(-30.5555555556vw, -176px);
  }
}
* .club .club-list-wrapper .gymnastics {
  width: min(16.064516129vw, 249px);
  height: min(38vw, 589px);
  top: min(41.8064516129vw, 648px);
  left: min(40.8387096774vw, 633px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .gymnastics {
    width: min(53.8194444444vw, 310px);
    height: min(126.2152777778vw, 727px);
    top: min(249.1319444444vw, 1435px);
    left: min(30.0347222222vw, 173px);
  }
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .gymnastics .info {
    margin-left: max(-10.4166666667vw, -60px);
  }
}
* .club .club-list-wrapper .gymnastics .message {
  bottom: max(-9.3548387097vw, -145px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .gymnastics .message {
    margin-left: max(-9.5486111111vw, -55px);
    width: min(69.7916666667vw, 402px);
    bottom: max(-20.6597222222vw, -119px);
  }
}
* .club .club-list-wrapper .english {
  width: min(12.3870967742vw, 192px);
  height: min(29.6129032258vw, 459px);
  top: min(41.0967741935vw, 637px);
  left: min(60.3870967742vw, 936px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .english {
    width: min(41.1458333333vw, 237px);
    height: min(97.5694444444vw, 562px);
    top: min(538.1944444444vw, 3100px);
    left: min(4.3402777778vw, 25px);
  }
}
* .club .club-list-wrapper .theater {
  width: min(10vw, 155px);
  height: min(28.9032258065vw, 448px);
  top: min(55.4193548387vw, 859px);
  left: min(76.7741935484vw, 1190px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .theater {
    width: min(32.6388888889vw, 188px);
    height: min(95.8333333333vw, 552px);
    top: min(650.1736111111vw, 3745px);
    left: min(55.0347222222vw, 317px);
  }
}
* .club .club-list-wrapper .theater .info {
  margin-left: min(0.3225806452vw, 5px);
}
* .club .club-list-wrapper .theater .message {
  bottom: max(-9.3548387097vw, -145px);
  margin-left: min(0.3225806452vw, 5px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .theater .message {
    bottom: max(-30.5555555556vw, -176px);
    margin-left: min(0.8680555556vw, 5px);
  }
}
* .club .club-list-wrapper .mandolin {
  width: min(10.9032258065vw, 169px);
  height: min(26.4516129032vw, 410px);
  top: min(80vw, 1240px);
  left: min(3.5483870968vw, 55px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .mandolin {
    width: min(36.6319444444vw, 211px);
    height: min(87.5vw, 504px);
    top: min(671.875vw, 3870px);
    left: min(10.7638888889vw, 62px);
  }
}
* .club .club-list-wrapper .mandolin .message {
  bottom: max(-10.9677419355vw, -170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .mandolin .message {
    bottom: max(-35.9375vw, -207px);
  }
}
* .club .club-list-wrapper .baseball {
  width: min(13.2903225806vw, 206px);
  height: min(30.3870967742vw, 471px);
  top: min(86.5161290323vw, 1341px);
  left: min(18.064516129vw, 280px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .baseball {
    width: min(44.0972222222vw, 254px);
    height: min(100.5208333333vw, 579px);
    top: min(772.0486111111vw, 4447px);
    left: min(50.8680555556vw, 293px);
  }
}
* .club .club-list-wrapper .baseball .message {
  bottom: max(-10.9677419355vw, -170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .baseball .message {
    bottom: max(-41.3194444444vw, -238px);
  }
}
* .club .club-list-wrapper .chorus {
  width: min(11.8709677419vw, 184px);
  height: min(28.6451612903vw, 444px);
  top: min(89.3548387097vw, 1385px);
  left: min(36.7741935484vw, 570px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .chorus {
    width: min(38.8888888889vw, 224px);
    height: min(94.4444444444vw, 544px);
    top: min(802.0833333333vw, 4620px);
    left: min(12.6736111111vw, 73px);
  }
}
* .club .club-list-wrapper .chorus .info {
  margin-left: max(-2.2580645161vw, -35px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .chorus .info {
    margin-left: max(-6.0763888889vw, -35px);
  }
}
* .club .club-list-wrapper .chorus .message {
  bottom: max(-9.3548387097vw, -145px);
  margin-left: max(-2.2580645161vw, -35px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .chorus .message {
    bottom: max(-25.1736111111vw, -145px);
    margin-left: max(-6.0763888889vw, -35px);
  }
}
* .club .club-list-wrapper .basketball {
  width: min(13.0967741935vw, 203px);
  height: min(28.5161290323vw, 442px);
  top: min(84.1290322581vw, 1304px);
  left: min(51.4838709677vw, 798px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .basketball {
    width: min(43.2291666667vw, 249px);
    height: min(94.9652777778vw, 547px);
    top: min(913.8888888889vw, 5264px);
    left: min(47.5694444444vw, 274px);
  }
}
* .club .club-list-wrapper .basketball .info {
  margin-left: min(0.6451612903vw, 10px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .basketball .info {
    margin-left: min(2.6041666667vw, 15px);
  }
}
* .club .club-list-wrapper .basketball .message {
  bottom: max(-9.3548387097vw, -145px);
  margin-left: min(0.6451612903vw, 10px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .basketball .message {
    bottom: max(-30.5555555556vw, -176px);
    margin-left: min(2.6041666667vw, 15px);
  }
}
* .club .club-list-wrapper .basketball .fukidashi {
  top: min(18.064516129vw, 280px);
  left: max(-13.2903225806vw, -206px);
}
* .club .club-list-wrapper .basketball .fukidashi::before {
  content: "";
  background: url("../images/club/fukidashi-4.svg") no-repeat;
  width: min(14.5806451613vw, 226px);
  height: min(13.935483871vw, 216px);
  top: max(-2.2580645161vw, -35px);
  left: 0;
}
* .club .club-list-wrapper .basketball .deco {
  width: min(3.1612903226vw, 49px);
  top: max(-6.9032258065vw, -107px);
  left: min(9.2258064516vw, 143px);
}
* .club .club-list-wrapper .chemistry {
  width: min(8.7741935484vw, 136px);
  height: min(27.7419354839vw, 430px);
  top: min(93.0967741935vw, 1443px);
  left: min(71.6129032258vw, 1110px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .chemistry {
    width: min(28.9930555556vw, 167px);
    height: min(91.3194444444vw, 526px);
    top: min(931.5972222222vw, 5366px);
    left: min(10.0694444444vw, 58px);
  }
}
* .club .club-list-wrapper .chemistry .message {
  bottom: max(-10.9677419355vw, -170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .chemistry .message {
    bottom: max(-35.9375vw, -207px);
  }
}
* .club .club-list-wrapper .broadcast {
  width: min(10vw, 155px);
  height: min(27.8709677419vw, 432px);
  top: min(121.7419354839vw, 1887px);
  left: min(2.5806451613vw, 40px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .broadcast {
    width: min(33.5069444444vw, 193px);
    height: min(92.1875vw, 531px);
    top: min(1041.6666666667vw, 6000px);
    left: min(51.7361111111vw, 298px);
  }
}
* .club .club-list-wrapper .broadcast .message {
  bottom: max(-9.3548387097vw, -145px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .broadcast .message {
    bottom: max(-30.5555555556vw, -176px);
  }
}
* .club .club-list-wrapper .tea {
  width: min(7.2903225806vw, 113px);
  height: min(26.7096774194vw, 414px);
  top: min(128.2580645161vw, 1988px);
  left: min(21.1612903226vw, 328px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .tea {
    width: min(24.1319444444vw, 139px);
    height: min(87.5vw, 504px);
    top: min(1062.5vw, 6120px);
    left: min(12.5vw, 72px);
  }
}
* .club .club-list-wrapper .tennis {
  width: min(13.6774193548vw, 212px);
  height: min(24.9677419355vw, 387px);
  top: min(130.4516129032vw, 2022px);
  left: min(38vw, 589px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .tennis {
    width: min(45.1388888889vw, 260px);
    height: min(82.9861111111vw, 478px);
    top: min(1167.7083333333vw, 6726px);
    left: min(53.125vw, 306px);
  }
}
* .club .club-list-wrapper .tennis .info {
  margin-left: max(-1.6129032258vw, -25px);
}
* .club .club-list-wrapper .tennis .message {
  bottom: max(-9.3548387097vw, -145px);
  margin-left: max(-1.6129032258vw, -25px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .tennis .message {
    bottom: max(-30.5555555556vw, -176px);
  }
}
* .club .club-list-wrapper .ymca {
  width: min(8.5806451613vw, 133px);
  height: min(27.935483871vw, 433px);
  top: min(121.6129032258vw, 1885px);
  left: min(58vw, 899px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .ymca {
    width: min(28.9930555556vw, 167px);
    height: min(92.3611111111vw, 532px);
    top: min(1183.6805555556vw, 6818px);
    left: min(12.1527777778vw, 70px);
  }
}
* .club .club-list-wrapper .ymca .message {
  bottom: max(-9.3548387097vw, -145px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .ymca .message {
    bottom: max(-30.5555555556vw, -176px);
  }
}
* .club .club-list-wrapper .living {
  width: min(7.935483871vw, 123px);
  height: min(27.1612903226vw, 421px);
  top: min(134.3225806452vw, 2082px);
  left: min(75.4838709677vw, 1170px);
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .living {
    width: min(26.7361111111vw, 154px);
    height: min(89.7569444444vw, 517px);
    top: min(1284.5486111111vw, 7399px);
    left: min(52.2569444444vw, 301px);
  }
}
@media screen and (max-width: 576px) {
  * .club .club-list-wrapper .living .message {
    bottom: max(-15.9722222222vw, -92px);
    width: min(52.4305555556vw, 302px);
  }
}
* .club {
  /*club-list-wrapper*/
} /*club*/
* .performance .main-gra {
  background-image: url("../images/performance/page-main.jpg");
}
* .performance .overview-wrapper {
  display: flex;
  gap: min(7.9166666667vw, 95px);
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1200px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  * .performance .overview-wrapper {
    flex-direction: column;
    gap: min(12.3697916667vw, 95px);
    width: 80%;
  }
}
* .performance .overview-wrapper p {
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  * .performance .overview-wrapper p {
    font-size: min(3.6458333333vw, 28px);
  }
}
* .performance .overview-wrapper img {
  flex-shrink: 0;
  width: min(52.0833333333vw, 625px);
}
@media screen and (max-width: 768px) {
  * .performance .overview-wrapper img {
    width: 100%;
  }
}
* .performance .overview-wrapper + .major-heading {
  margin-top: min(9.1666666667vw, 110px);
}
* .performance {
  /*overview-wrapper*/
}
* .performance .topics-img {
  max-width: 1200px;
  width: 90%;
  margin: min(5.1666666667vw, 62px) auto 0;
}
@media screen and (max-width: 768px) {
  * .performance .topics-img {
    width: 80%;
  }
}
* .performance .university-list-wrapper {
  margin: min(12.5vw, 150px) auto 0;
  max-width: 1200px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper {
    width: 80%;
  }
}
* .performance .university-list-wrapper + .university-list-wrapper {
  margin-top: min(9.3333333333vw, 112px);
}
* .performance .university-list-wrapper .flex-wrapper {
  gap: 5%;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .flex-wrapper {
    flex-direction: column;
  }
}
* .performance .university-list-wrapper .flex-wrapper .flex-wrapper {
  gap: 5%;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .flex-wrapper .flex-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  * .performance .university-list-wrapper .flex-wrapper .flex-wrapper {
    flex-direction: column;
  }
}
* .performance .university-list-wrapper .difficulty {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .difficulty {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .difficulty + .difficulty {
    margin-top: 3em;
  }
}
* .performance .university-list-wrapper .difficulty .sub-head {
  color: #752485;
  font-size: min(1.75vw, 21px);
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .difficulty .sub-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
* .performance .university-list-wrapper .difficulty .sub-head::before {
  content: "";
  border-top: 1px dotted #752485;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
* .performance .university-list-wrapper .difficulty span {
  background: #fff;
  padding-right: 0.5em;
}
* .performance .university-list-wrapper .difficulty .table-type-university.nankanshiritsu th {
  width: 60%;
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .difficulty .table-type-university.nankanshiritsu th {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  * .performance .university-list-wrapper .difficulty .table-type-university.nankanshiritsu + .nankanshiritsu thead {
    display: none;
  }
}
* .performance .university-list-wrapper .difficulty .table-type-university {
  /*nankanshiritsu*/
}
* .performance .university-list-wrapper .difficulty {
  /*table-type-university*/
}
* .performance .university-list-wrapper {
  /*difficulty*/
}
* .performance {
  /*university-list-wrapper*/
}
* .performance .basecolor-link-btn {
  margin-top: min(7.3333333333vw, 88px);
}
* .performance .cross-head {
  font-size: min(2vw, 24px);
  font-weight: 700;
  margin-top: min(10vw, 120px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  * .performance .cross-head {
    font-size: min(4.6875vw, 36px);
  }
}
* .performance .linkbtn-list-wrapper {
  max-width: 1126px;
  width: 80%;
  margin: min(3.5vw, 42px) auto 0;
}
@media screen and (max-width: 768px) {
  * .performance .linkbtn-list-wrapper {
    width: 80%;
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list ul {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}
* .performance .linkbtn-list-wrapper .linkbtn-list li {
  margin: 1% 0;
  width: 49%;
}
@media screen and (max-width: 576px) {
  * .performance .linkbtn-list-wrapper .linkbtn-list li {
    width: 100%;
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list .full-width {
  width: 100%;
}
* .performance .linkbtn-list-wrapper .linkbtn-list a div {
  background: #ece5ca;
  display: flex;
  align-items: stretch;
  gap: 1em;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  * .performance .linkbtn-list-wrapper .linkbtn-list a div {
    gap: 0.5em;
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list a div .arrow {
  background: #752485;
  padding: 2em 2.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  * .performance .linkbtn-list-wrapper .linkbtn-list a div .arrow {
    padding: 1.25em 1.25em;
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list a div .arrow img {
  width: min(1.25vw, 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  * .performance .linkbtn-list-wrapper .linkbtn-list a div .arrow img {
    width: min(2.6041666667vw, 20px);
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list a .text {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  padding: 0.75em 0.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  * .performance .linkbtn-list-wrapper .linkbtn-list a .text {
    font-size: min(3.6458333333vw, 28px);
    padding: 0.75em 0.5em 0.75em 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  * .performance .linkbtn-list-wrapper .linkbtn-list a:hover div {
    background: #d2ca92;
  }
  * .performance .linkbtn-list-wrapper .linkbtn-list a:hover div .arrow img {
    left: 57%;
  }
}
* .performance .linkbtn-list-wrapper .linkbtn-list {
  /*a*/
}
* .performance .linkbtn-list-wrapper {
  /*linkbtn-list*/
}
* .performance {
  /*linkbtn-list-wrapper*/
} /*performance*/
/***********************************************************************
進路への取組み
**********************************************************************/
.efforts .major-heading + .lead {
  max-width: 860px;
  width: 90%;
  margin: min(4.3333333333vw, 52px) auto 0;
}
@media screen and (max-width: 768px) {
  .efforts .major-heading + .lead {
    max-width: inherit;
    width: 90%;
  }
}
.efforts .sub-head-wrapper {
  background: #dad9ec;
  border-top: 5px solid #752485;
  border-bottom: 1px solid #752485;
  padding: 2em 0;
  margin-top: min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .efforts .sub-head-wrapper {
    padding: 1.5em 0;
  }
}
.efforts .sub-head-wrapper .sub-head {
  color: #752485;
  font-size: min(2.0833333333vw, 25px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .efforts .sub-head-wrapper .sub-head {
    font-size: min(4.4270833333vw, 34px);
  }
}
.efforts .support-system {
  border-bottom: 1px solid #752485;
  padding: min(2.5vw, 48px) 0;
}
@media screen and (max-width: 768px) {
  .efforts .support-system {
    padding: min(6.25vw, 48px) 0;
  }
}
.efforts .support-system .flex-wrapper {
  justify-content: space-between;
  align-items: center;
  width: min(84.8958333333vw, 1630px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .flex-wrapper {
    flex-direction: column;
    gap: 2em;
    width: 100%;
    margin: 0 auto 0;
  }
}
.efforts .support-system .flex-wrapper .image {
  width: min(49.1145833333vw, 943px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .flex-wrapper .image {
    margin-right: auto;
    width: 95%;
  }
}
.efforts .support-system .flex-wrapper .image img {
  border-top-right-radius: min(2.7083333333vw, 52px);
  border-bottom-right-radius: min(2.7083333333vw, 52px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .flex-wrapper .image img {
    border-top-right-radius: min(6.7708333333vw, 52px);
    border-bottom-right-radius: min(6.7708333333vw, 52px);
  }
}
.efforts .support-system .flex-wrapper.flex-reverse {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .flex-wrapper.flex-reverse .image {
    margin-left: auto;
    margin-right: 0;
  }
}
.efforts .support-system .flex-wrapper.flex-reverse .image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: min(2.7083333333vw, 52px);
  border-bottom-left-radius: min(2.7083333333vw, 52px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .flex-wrapper.flex-reverse .image img {
    border-top-left-radius: min(6.7708333333vw, 52px);
    border-bottom-left-radius: min(6.7708333333vw, 52px);
  }
}
.efforts .support-system .text-box {
  width: min(31.7708333333vw, 610px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box {
    width: 80%;
    margin: 0 auto 0;
  }
}
.efforts .support-system .text-box .badge {
  text-align: center;
}
.efforts .support-system .text-box .badge span {
  background: #752485;
  border-radius: min(0.5208333333vw, 10px);
  color: #fff;
  display: inline-block;
  font-size: min(1.0416666667vw, 20px);
  font-weight: 500;
  padding: 0.25em 1.5em;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box .badge span {
    font-size: min(3.6458333333vw, 28px);
  }
}
.efforts .support-system .text-box .cross-head {
  margin-top: 1.5em;
  position: relative;
  text-align: center;
}
.efforts .support-system .text-box .cross-head .num {
  color: #eadeed;
  font-size: min(10vw, 192px);
  font-family: "Aviano Copper W00 Regular";
  font-weight: 500;
  position: absolute;
  bottom: max(-4.53125vw, -87px);
  left: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box .cross-head .num {
    font-size: min(24.7395833333vw, 190px);
    bottom: max(-10.4166666667vw, -80px);
    left: 0;
  }
}
.efforts .support-system .text-box .cross-head .head-text {
  border-bottom: 1px solid #752485;
  color: #752485;
  display: inline-block;
  font-size: min(1.6145833333vw, 31px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding-bottom: 0.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box .cross-head .head-text {
    font-size: min(5.2083333333vw, 40px);
  }
}
.efforts .support-system .text-box .cross-head .head-text::before, .efforts .support-system .text-box .cross-head .head-text::after {
  content: "";
  background: #752485;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
}
.efforts .support-system .text-box .cross-head .head-text::before {
  bottom: -5px;
  left: -1px;
}
.efforts .support-system .text-box .cross-head .head-text::after {
  bottom: -5px;
  right: -1px;
}
.efforts .support-system .text-box .text {
  font-size: min(0.78125vw, 15px);
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box .text {
    font-size: min(3.6458333333vw, 28px);
    margin-top: 3em;
  }
}
.efforts .support-system .text-box table {
  margin-top: 2em;
  width: 100%;
}
.efforts .support-system .text-box table thead th {
  background: #752485;
  color: #fff;
  font-size: min(1.09375vw, 21px);
  font-weight: 700;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box table thead th {
    font-size: min(3.6458333333vw, 28px);
  }
}
.efforts .support-system .text-box table {
  /*thead*/
}
.efforts .support-system .text-box table tbody th, .efforts .support-system .text-box table tbody td {
  background: #fff;
  font-size: min(0.8854166667vw, 17px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box table tbody th, .efforts .support-system .text-box table tbody td {
    font-size: min(3.6458333333vw, 28px);
  }
}
.efforts .support-system .text-box table tbody th {
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box table tbody th {
    padding: 0.5em 0.5em;
    white-space: nowrap;
  }
}
.efforts .support-system .text-box table tbody td {
  border-bottom: 1px solid #292929;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box table tbody td {
    padding: 0.5em 0.5em;
  }
}
.efforts .support-system .text-box table tbody td ul li {
  text-indent: -1.25em;
  padding-left: 1.5em;
}
.efforts .support-system .text-box table tbody td ul li::before {
  content: "●";
  color: #752485;
  font-size: min(0.8854166667vw, 17px);
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .efforts .support-system .text-box table tbody td ul li::before {
    font-size: min(3.6458333333vw, 28px);
  }
}
.efforts .support-system .text-box table {
  /*tbody*/
}
.efforts .support-system .text-box {
  /*table*/
}
.efforts .support-system {
  /*text-box*/
}
.efforts .support-system.system1 {
  background: rgba(243, 241, 226, 0.3);
}
.efforts .support-system.system2 {
  background: rgba(243, 241, 226, 0.5);
}
.efforts .support-system.system3 {
  background: rgba(243, 241, 226, 0.8);
  padding-bottom: min(7.3958333333vw, 142px);
}
@media screen and (max-width: 768px) {
  .efforts .support-system.system3 {
    padding-bottom: min(18.4895833333vw, 142px);
  }
}
.efforts {
  /*support-system*/
}
.efforts .etc-link {
  max-width: 580px;
  width: 90%;
  margin: max(-4.3333333333vw, -52px) auto 0;
}
@media screen and (max-width: 768px) {
  .efforts .etc-link {
    margin: max(-6.7708333333vw, -52px) auto 0;
    width: 80%;
  }
}

/*efforts*/
/***********************************************************************
入学案内
**********************************************************************/
.admission-information .main-gra {
  background-image: url("../images/admission-information/page-main.jpg");
}
.admission-information .in-page-link {
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1200px;
  width: 80%;
}
.admission-information .in-page-link ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .admission-information .in-page-link ul li {
    flex: inherit;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .admission-information .in-page-link ul li a {
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 1105px) {
  .admission-information .in-page-link ul li a span::before {
    display: none;
  }
}
.admission-information {
  /*in-page-link*/
}
.admission-information .sticky-wrapper {
  padding: min(8.3333333333vw, 100px) 0 0;
}
.admission-information .sticky-wrapper .flex-wrapper {
  display: flex;
  gap: min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .admission-information .sticky-wrapper .flex-wrapper {
    gap: 2%;
  }
}
.admission-information .sticky-wrapper .sub-head-wrapper {
  position: relative;
}
.admission-information .sticky-wrapper .sub-head-wrapper .sub-head {
  text-orientation: inherit;
  font-size: min(2.1666666667vw, 26px);
  font-weight: 700;
  padding-top: 2em;
  text-indent: -1.65em;
  position: sticky;
  top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .admission-information .sticky-wrapper .sub-head-wrapper .sub-head {
    font-size: min(5.2083333333vw, 40px);
    top: min(3.125vw, 24px);
    width: 2em;
  }
}
.admission-information .sticky-wrapper .sub-head-wrapper .sub-head::before {
  content: "●";
  color: #752485;
  font-size: min(1.5vw, 18px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .admission-information .sticky-wrapper .sub-head-wrapper .sub-head::before {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 1em;
  }
}
.admission-information .sticky-wrapper .sub-head-wrapper .en {
  color: #752485;
  display: block;
  font-size: min(0.8333333333vw, 10px);
  font-family: "Aviano Copper W00 Regular";
  margin-top: 4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .admission-information .sticky-wrapper .sub-head-wrapper .en {
    font-size: min(1.5625vw, 12px);
  }
}
.admission-information .sticky-wrapper .inner-wrapper {
  margin: auto;
  max-width: 1100px;
  width: 85%;
}
.admission-information {
  /*sticky-wrapper*/
}
.admission-information .topics-wrapper {
  position: relative;
}
.admission-information .topics-wrapper .content-wrapper {
  background: #ece5ca;
  padding: 3em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .admission-information .topics-wrapper .content-wrapper {
    padding: 1.5em;
  }
}
.admission-information .topics-wrapper ul li {
  border-bottom: 1px solid #c7c7c7;
}
.admission-information .topics-wrapper ul li:last-child {
  border-bottom: none;
}
.admission-information .topics-wrapper ul li span {
  color: #752485;
  display: block;
  font-size: min(1.1666666667vw, 14px);
}
.admission-information .topics-wrapper ul li a {
  color: #292929;
  display: block;
  padding: 1em 0.5em;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .admission-information .topics-wrapper ul li a:hover {
    background: #fff;
    padding-left: 1em;
  }
}
.admission-information .topics-wrapper {
  /*ul*/
}
.admission-information .topics-wrapper a .circle-external {
  width: min(11.6666666667vw, 140px);
  height: min(11.6666666667vw, 140px);
  position: absolute;
  bottom: max(-12.5vw, -150px);
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .admission-information .topics-wrapper a .circle-external {
    width: min(20.8333333333vw, 160px);
    height: min(20.8333333333vw, 160px);
    bottom: max(-24.7395833333vw, -190px);
    transform: translate(-20%, -50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .admission-information .topics-wrapper a:hover .circle-external {
    transform: translate(0%, -50%) scale(1.2);
  }
}
.admission-information .topics-wrapper {
  /*a*/
}
.admission-information .topics-wrapper + .major-heading {
  margin-top: min(16.5vw, 198px);
}
@media screen and (max-width: 768px) {
  .admission-information .topics-wrapper + .major-heading {
    margin-top: min(25.78125vw, 198px);
  }
}
.admission-information .topics-wrapper + .major-heading + .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .admission-information .topics-wrapper + .major-heading + .lead {
    text-align: left;
  }
}
.admission-information {
  /*topics-wrapper*/
}
.admission-information .event-wrapper {
  margin: min(7.5vw, 90px) auto 0;
  max-width: 1200px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .admission-information .event-wrapper {
    width: 80%;
  }
}
.admission-information .event-wrapper ul {
  border-bottom: 1px solid #752485;
  display: flex;
  justify-content: space-between;
  padding-bottom: min(5.1666666667vw, 62px);
  position: relative;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul {
    flex-direction: column;
    gap: min(4.1666666667vw, 24px);
    padding-bottom: min(9.0277777778vw, 52px);
  }
}
.admission-information .event-wrapper ul::before, .admission-information .event-wrapper ul::after {
  content: "";
  background: #752485;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
}
.admission-information .event-wrapper ul::before {
  bottom: -4px;
  left: -1px;
}
.admission-information .event-wrapper ul::after {
  bottom: -4px;
  right: -1px;
}
.admission-information .event-wrapper ul + ul {
  margin-top: min(5.1666666667vw, 62px);
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul + ul {
    margin-top: min(9.0277777778vw, 52px);
  }
}
.admission-information .event-wrapper ul.last {
  border-bottom: none;
}
.admission-information .event-wrapper ul.last::before, .admission-information .event-wrapper ul.last::after {
  content: none;
}
.admission-information .event-wrapper ul li {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li {
    width: 100%;
  }
}
.admission-information .event-wrapper ul li .cross-head {
  font-size: min(1.75vw, 21px);
  font-weight: 700;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li .cross-head {
    font-size: min(4.8611111111vw, 28px);
  }
}
.admission-information .event-wrapper ul li .cross-head::before {
  content: "■";
  color: #752485;
  margin-right: 0.5em;
}
.admission-information .event-wrapper ul li .flex-wrapper {
  gap: 2%;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .admission-information .event-wrapper ul li .flex-wrapper {
    margin-top: 1em;
  }
}
.admission-information .event-wrapper ul li .image {
  flex-shrink: 0;
  width: min(13.0833333333vw, 157px);
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li .image {
    width: min(31.25vw, 180px);
  }
}
.admission-information .event-wrapper ul li .text-box table {
  width: 100%;
}
.admission-information .event-wrapper ul li .text-box tr {
  display: block;
  margin-bottom: 12px;
}
.admission-information .event-wrapper ul li .text-box th {
  background: #ece5ca;
  font-size: min(1.3333333333vw, 16px);
  font-weight: 400;
  padding: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li .text-box th {
    font-size: min(2.7777777778vw, 16px);
  }
}
.admission-information .event-wrapper ul li .text-box td {
  font-size: min(1.25vw, 15px);
  padding: 0.5em;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li .text-box td {
    font-size: min(2.7777777778vw, 16px);
  }
}
.admission-information .event-wrapper ul li .text-box td strong {
  font-size: min(1.5vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .admission-information .event-wrapper ul li .text-box td strong {
    font-size: min(3.125vw, 18px);
  }
}
.admission-information .event-wrapper ul {
  /*li*/
}
.admission-information .event-wrapper {
  /*ul*/
}
.admission-information {
  /*event-wrapper*/
}
.admission-information .recruitment-requirements {
  background: #ece5ca;
  margin-top: min(9.1666666667vw, 110px);
  padding: min(7.0833333333vw, 85px) 0;
}
.admission-information .recruitment-requirements .note {
  margin: 2em auto 0;
  font-size: min(1.6666666667vw, 20px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .admission-information .recruitment-requirements .note {
    font-size: min(3.6458333333vw, 28px);
    width: 80%;
  }
}
.admission-information .recruitment-requirements .note span {
  background: #752485;
  border-radius: min(0.8333333333vw, 10px);
  color: #fff;
  display: inline-block;
  padding: 0.25em 1.5em;
}
.admission-information .recruitment-requirements .etc-link {
  margin: min(2.9166666667vw, 35px) auto 0;
  max-width: 475px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .admission-information .recruitment-requirements .etc-link {
    width: 80%;
  }
}
.admission-information .recruitment-requirements .etc-link.link-none {
  margin-top: 0.5em;
}
.admission-information .recruitment-requirements .etc-link.link-none a {
  border: none;
  color: #999;
  filter: none;
  pointer-events: none;
  position: relative;
}
.admission-information .recruitment-requirements .etc-link.link-none a::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.admission-information {
  /*recruitment-requirements*/
}
.admission-information .tuition-fee-table {
  border: 1px solid #292929;
  border-left: none;
  border-right: none;
  width: 100%;
}
.admission-information .tuition-fee-table th, .admission-information .tuition-fee-table td {
  font-size: min(1.4166666667vw, 17px);
  font-weight: 500;
  padding: 0.75em 2em;
}
@media screen and (max-width: 576px) {
  .admission-information .tuition-fee-table th, .admission-information .tuition-fee-table td {
    font-size: min(3.4722222222vw, 20px);
    padding: 0.75em 1em;
  }
}
.admission-information .tuition-fee-table th {
  background: #e2c0e8;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
.admission-information .tuition-fee-table th:last-child {
  border-right: none;
}
.admission-information .tuition-fee-table td {
  background: #fff;
  border-left: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
.admission-information .tuition-fee-table .head {
  width: min(16.6666666667vw, 200px);
}
@media screen and (max-width: 576px) {
  .admission-information .tuition-fee-table .head {
    width: min(26.0416666667vw, 150px);
  }
}
.admission-information .tuition-fee-table .base-color {
  background: #752485;
  color: #fff;
  font-weight: 600;
}
.admission-information .tuition-fee-table .center {
  text-align: center;
}
.admission-information .tuition-fee-table + .tuition-fee-table {
  margin-top: min(2.3333333333vw, 28px);
}
.admission-information .tuition-fee-table + .table-head {
  margin-top: min(4.6666666667vw, 56px);
}
.admission-information {
  /*tuition-fee-table*/
}
.admission-information .table-head {
  color: #752485;
  font-size: min(1.75vw, 21px);
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .admission-information .table-head {
    font-size: min(3.4722222222vw, 20px);
  }
}
.admission-information .table-head::before {
  content: "";
  border-top: 2px dotted #752485;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.admission-information .table-head span {
  background: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}
.admission-information {
  /*table-head*/
}
.admission-information .tuition-fee-wrapper {
  padding-top: min(8.5vw, 102px);
}
.admission-information .tuition-fee-wrapper.back-beige {
  background: #ece5ca;
  padding: min(8.5vw, 102px) 0;
  margin-top: min(7.3333333333vw, 88px);
}
.admission-information .tuition-fee-wrapper.back-beige .table-head span {
  background: #ece5ca;
}
.admission-information .tuition-fee-wrapper {
  /*back-beige*/
}
.admission-information .tuition-fee-wrapper .js-scrollable {
  margin-top: min(2.3333333333vw, 28px);
  width: 100%;
}
.admission-information .tuition-fee-wrapper .tuition-fee-content {
  margin: min(8.75vw, 105px) auto 0;
  max-width: 1100px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .admission-information .tuition-fee-wrapper .tuition-fee-content {
    width: 80%;
  }
}
.admission-information .tuition-fee-wrapper .sup {
  font-size: min(1.3333333333vw, 16px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .admission-information .tuition-fee-wrapper .sup {
    font-size: min(3.3854166667vw, 26px);
    text-align: left;
    margin-top: 1em;
  }
}
.admission-information .tuition-fee-wrapper .asterisk-list {
  margin-top: 1em;
}
.admission-information .tuition-fee-wrapper .asterisk-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.admission-information .tuition-fee-wrapper .asterisk-list li::before {
  content: "※";
}
.admission-information .tuition-fee-wrapper .asterisk-list + .table-head {
  margin-top: min(4.6666666667vw, 56px);
}
.admission-information .tuition-fee-wrapper .asterisk-list table th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
}
.admission-information .tuition-fee-wrapper {
  /*asterisk-list*/
}
.admission-information {
  /*tuition-fee-wrapper*/
} /*admission-information*/
/***********************************************************************
卒業生の声
**********************************************************************/
.graduate-message .main-gra {
  margin-bottom: 10em;
}
@media screen and (max-width: 768px) {
  .graduate-message .main-gra {
    margin-bottom: 2em;
  }
}
.graduate-message .loop-text-wrapper {
  padding: 0 0 0;
  overflow: clip;
}
.graduate-message .loop-text-wrapper .loop-text {
  width: 400vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .graduate-message .loop-text-wrapper .loop-text {
    width: 600vw;
  }
}
.graduate-message .loop-text-wrapper .loop-text img {
  width: 200vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .graduate-message .loop-text-wrapper .loop-text img {
    width: 300vw;
  }
}
.graduate-message .university-sub-head-wrapper,
.graduate-message .working-sub-head-wrapper {
  background-image: radial-gradient(#8b5cf6, #80478c 60%);
}
.graduate-message .university-sub-head-wrapper .sub-head-wrapper,
.graduate-message .working-sub-head-wrapper .sub-head-wrapper {
  background: #dfdaec;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 75px 100%);
  margin-left: auto;
  padding-left: 6em;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-sub-head-wrapper .sub-head-wrapper,
  .graduate-message .working-sub-head-wrapper .sub-head-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    padding-left: 2em;
  }
}
.graduate-message .university-sub-head-wrapper .sub-head-wrapper .sub-head,
.graduate-message .working-sub-head-wrapper .sub-head-wrapper .sub-head {
  color: #752485;
  font-size: min(3.0833333333vw, 37px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-sub-head-wrapper .sub-head-wrapper .sub-head,
  .graduate-message .working-sub-head-wrapper .sub-head-wrapper .sub-head {
    font-size: min(8.0729166667vw, 62px);
  }
}
.graduate-message .university-sub-head-wrapper .en,
.graduate-message .working-sub-head-wrapper .en {
  margin: auto;
  padding: 1em 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-sub-head-wrapper .en,
  .graduate-message .working-sub-head-wrapper .en {
    padding: 0em 0 0.5em;
  }
}
.graduate-message .university-sub-head-wrapper .en img,
.graduate-message .working-sub-head-wrapper .en img {
  width: min(37.8333333333vw, 454px);
}
@media screen and (max-width: 768px) {
  .graduate-message .university-sub-head-wrapper .en img,
  .graduate-message .working-sub-head-wrapper .en img {
    width: min(71.6145833333vw, 550px);
  }
}
.graduate-message {
  /*university-sub-head-wrapper*/
}
.graduate-message .working-sub-head-wrapper {
  background: #6a3906;
}
.graduate-message .working-sub-head-wrapper .sub-head-wrapper {
  background: #f7eed4;
}
.graduate-message .working-sub-head-wrapper .sub-head-wrapper .sub-head {
  color: #6a3906;
}
.graduate-message .working-sub-head-wrapper .en img {
  width: min(44.4166666667vw, 533px);
}
@media screen and (max-width: 768px) {
  .graduate-message .working-sub-head-wrapper .en img {
    width: min(69.4010416667vw, 533px);
  }
}
.graduate-message .university-person-list,
.graduate-message .working-person-list {
  margin: 0 auto min(5.1666666667vw, 62px);
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list,
  .graduate-message .working-person-list {
    width: 80%;
  }
}
.graduate-message .university-person-list li,
.graduate-message .working-person-list li {
  border-bottom: 1px solid #752485;
  padding: min(6.8333333333vw, 82px) 2em;
  position: relative;
  display: flex;
  gap: min(4.3333333333vw, 52px);
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li,
  .graduate-message .working-person-list li {
    flex-direction: column;
    padding: min(11.9791666667vw, 92px) 0.25em;
  }
}
.graduate-message .university-person-list li::before, .graduate-message .university-person-list li::after,
.graduate-message .working-person-list li::before,
.graduate-message .working-person-list li::after {
  content: "";
  background: #752485;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  position: absolute;
  bottom: -5px;
}
.graduate-message .university-person-list li::before,
.graduate-message .working-person-list li::before {
  left: -4.5px;
}
.graduate-message .university-person-list li::after,
.graduate-message .working-person-list li::after {
  right: -4.5px;
}
.graduate-message .university-person-list li .image,
.graduate-message .working-person-list li .image {
  width: min(30.8333333333vw, 370px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .image,
  .graduate-message .working-person-list li .image {
    margin: auto;
    width: 90%;
  }
}
.graduate-message .university-person-list li .image::before,
.graduate-message .working-person-list li .image::before {
  content: "";
  background: #752485;
  height: 98px;
  width: 98px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: 0.5s;
}
.graduate-message .university-person-list li .image.inview::before,
.graduate-message .working-person-list li .image.inview::before {
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .image.inview::before,
  .graduate-message .working-person-list li .image.inview::before {
    top: -15px;
    left: -15px;
  }
}
.graduate-message .university-person-list li .image img,
.graduate-message .working-person-list li .image img {
  width: 100%;
}
.graduate-message .university-person-list li .profile,
.graduate-message .working-person-list li .profile {
  width: min(64.1666666667vw, 770px);
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile,
  .graduate-message .working-person-list li .profile {
    width: 100%;
  }
}
.graduate-message .university-person-list li .profile .name,
.graduate-message .working-person-list li .profile .name {
  font-size: min(1.9166666667vw, 23px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .name,
  .graduate-message .working-person-list li .profile .name {
    font-size: min(5.46875vw, 42px);
  }
}
.graduate-message .university-person-list li .profile .name small,
.graduate-message .working-person-list li .profile .name small {
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .name small,
  .graduate-message .working-person-list li .profile .name small {
    font-size: min(3.6458333333vw, 28px);
  }
}
.graduate-message .university-person-list li .profile .info,
.graduate-message .working-person-list li .profile .info {
  color: #666;
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .info,
  .graduate-message .working-person-list li .profile .info {
    font-size: min(3.3854166667vw, 26px);
  }
}
.graduate-message .university-person-list li .profile .cross-head,
.graduate-message .working-person-list li .profile .cross-head {
  color: #752485;
  font-size: min(2.3333333333vw, 28px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .cross-head,
  .graduate-message .working-person-list li .profile .cross-head {
    font-size: min(6.25vw, 48px);
  }
}
.graduate-message .university-person-list li .profile .cross-head span,
.graduate-message .working-person-list li .profile .cross-head span {
  display: inline-block;
  position: relative;
}
.graduate-message .university-person-list li .profile .cross-head span::before,
.graduate-message .working-person-list li .profile .cross-head span::before {
  content: "";
  background: #e2c0e8;
  height: min(1vw, 12px);
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .cross-head span::before,
  .graduate-message .working-person-list li .profile .cross-head span::before {
    height: min(2.8645833333vw, 22px);
  }
}
.graduate-message .university-person-list li .profile .message,
.graduate-message .working-person-list li .profile .message {
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .message,
  .graduate-message .working-person-list li .profile .message {
    font-size: min(3.6458333333vw, 28px);
  }
}
.graduate-message .university-person-list li .profile .sup,
.graduate-message .working-person-list li .profile .sup {
  font-size: min(1.0833333333vw, 13px);
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .graduate-message .university-person-list li .profile .sup,
  .graduate-message .working-person-list li .profile .sup {
    font-size: min(3.3854166667vw, 26px);
  }
}
.graduate-message .university-person-list li,
.graduate-message .working-person-list li {
  /*profile*/
}
.graduate-message .university-person-list li:last-child,
.graduate-message .working-person-list li:last-child {
  border-bottom: none;
}
.graduate-message .university-person-list li:last-child::before, .graduate-message .university-person-list li:last-child::after,
.graduate-message .working-person-list li:last-child::before,
.graduate-message .working-person-list li:last-child::after {
  content: none;
}
.graduate-message .university-person-list,
.graduate-message .working-person-list {
  /*li*/
}
.graduate-message {
  /*university-person-list*/
}
.graduate-message .working-person-list li {
  border-color: #6a3906;
}
.graduate-message .working-person-list li::before, .graduate-message .working-person-list li::after {
  background: #6a3906;
}
.graduate-message .working-person-list li .image::before {
  background-color: #6a3906;
}
.graduate-message .working-person-list li .profile .cross-head {
  color: #6a3906;
}
.graduate-message .working-person-list li .profile .cross-head span::before {
  background-color: #f7eed4;
}
.graduate-message .working-person-list li {
  /*profile*/
}
.graduate-message .working-person-list {
  /*li*/
}
.graduate-message {
  /*working-person-list*/
} /*graduate-message*/
/***********************************************************************
受験・在校生・保護者・卒業生
**********************************************************************/
.candidate .in-page-link,
.student .in-page-link,
.graduate .in-page-link {
  margin: min(6.8333333333vw, 82px) auto 0;
  max-width: 480px;
  width: 85%;
}
.candidate .in-page-link.gakunai ul li a,
.student .in-page-link.gakunai ul li a,
.graduate .in-page-link.gakunai ul li a {
  font-weight: 500;
}
.candidate .in-page-link.gakunai ul li a span::before,
.student .in-page-link.gakunai ul li a span::before,
.graduate .in-page-link.gakunai ul li a span::before {
  background: url("../images/common/icon-link-key.svg") no-repeat 0 0;
  height: min(1.6666666667vw, 20px);
  width: min(1.3333333333vw, 16px);
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translate(0, -45%);
}
.candidate .in-page-link,
.student .in-page-link,
.graduate .in-page-link {
  /*gakunai*/
}
.candidate .in-page-link.blank ul li a,
.student .in-page-link.blank ul li a,
.graduate .in-page-link.blank ul li a {
  font-weight: 500;
}
.candidate .in-page-link.blank ul li a span::before,
.student .in-page-link.blank ul li a span::before,
.graduate .in-page-link.blank ul li a span::before {
  background: url("../images/common/icon-link-blank.svg") no-repeat 0 0;
  height: min(1.1666666667vw, 14px);
  width: min(1.6666666667vw, 20px);
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translate(0, -45%);
}
.candidate .in-page-link,
.student .in-page-link,
.graduate .in-page-link {
  /*gakunai*/
}
.candidate .sticky-wrapper,
.student .sticky-wrapper,
.graduate .sticky-wrapper {
  padding: min(8.3333333333vw, 100px) 0 0;
}
.candidate .sticky-wrapper .flex-wrapper,
.student .sticky-wrapper .flex-wrapper,
.graduate .sticky-wrapper .flex-wrapper {
  display: flex;
  gap: min(6vw, 72px);
}
@media screen and (max-width: 768px) {
  .candidate .sticky-wrapper .flex-wrapper,
  .student .sticky-wrapper .flex-wrapper,
  .graduate .sticky-wrapper .flex-wrapper {
    gap: 2%;
  }
}
.candidate .sticky-wrapper .sub-head-wrapper,
.student .sticky-wrapper .sub-head-wrapper,
.graduate .sticky-wrapper .sub-head-wrapper {
  position: relative;
}
.candidate .sticky-wrapper .sub-head-wrapper .sub-head,
.student .sticky-wrapper .sub-head-wrapper .sub-head,
.graduate .sticky-wrapper .sub-head-wrapper .sub-head {
  text-orientation: inherit;
  font-size: min(2.1666666667vw, 26px);
  font-weight: 700;
  padding-top: 2em;
  text-indent: -1.65em;
  position: sticky;
  top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .candidate .sticky-wrapper .sub-head-wrapper .sub-head,
  .student .sticky-wrapper .sub-head-wrapper .sub-head,
  .graduate .sticky-wrapper .sub-head-wrapper .sub-head {
    font-size: min(4.1666666667vw, 32px);
    top: min(3.125vw, 24px);
    width: 2em;
  }
}
.candidate .sticky-wrapper .sub-head-wrapper .sub-head::before,
.student .sticky-wrapper .sub-head-wrapper .sub-head::before,
.graduate .sticky-wrapper .sub-head-wrapper .sub-head::before {
  content: "●";
  color: #752485;
  font-size: min(1.5vw, 18px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .candidate .sticky-wrapper .sub-head-wrapper .sub-head::before,
  .student .sticky-wrapper .sub-head-wrapper .sub-head::before,
  .graduate .sticky-wrapper .sub-head-wrapper .sub-head::before {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 1em;
  }
}
.candidate .sticky-wrapper .sub-head-wrapper .en,
.student .sticky-wrapper .sub-head-wrapper .en,
.graduate .sticky-wrapper .sub-head-wrapper .en {
  color: #752485;
  display: block;
  font-size: min(0.8333333333vw, 10px);
  font-family: "Aviano Copper W00 Regular";
  margin-top: 4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .candidate .sticky-wrapper .sub-head-wrapper .en,
  .student .sticky-wrapper .sub-head-wrapper .en,
  .graduate .sticky-wrapper .sub-head-wrapper .en {
    display: none;
    font-size: min(1.5625vw, 12px);
  }
}
.candidate .sticky-wrapper .inner-wrapper,
.student .sticky-wrapper .inner-wrapper,
.graduate .sticky-wrapper .inner-wrapper {
  margin: auto;
  max-width: 1100px;
  width: 85%;
}
.candidate,
.student,
.graduate {
  /*sticky-wrapper*/
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper,
  .student .topics-wrapper,
  .graduate .topics-wrapper {
    margin-bottom: min(13.0208333333vw, 100px);
  }
}
.candidate .topics-wrapper .content-wrapper,
.student .topics-wrapper .content-wrapper,
.graduate .topics-wrapper .content-wrapper {
  background: #ece5ca;
  padding: 3em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper .content-wrapper,
  .student .topics-wrapper .content-wrapper,
  .graduate .topics-wrapper .content-wrapper {
    padding: 1.5em 1em;
  }
}
.candidate .topics-wrapper ul li,
.student .topics-wrapper ul li,
.graduate .topics-wrapper ul li {
  border-bottom: 1px solid #c7c7c7;
}
.candidate .topics-wrapper ul li:last-child,
.student .topics-wrapper ul li:last-child,
.graduate .topics-wrapper ul li:last-child {
  border-bottom: none;
}
.candidate .topics-wrapper ul li span,
.student .topics-wrapper ul li span,
.graduate .topics-wrapper ul li span {
  color: #752485;
  display: block;
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper ul li span,
  .student .topics-wrapper ul li span,
  .graduate .topics-wrapper ul li span {
    font-size: min(3.6458333333vw, 28px);
  }
}
.candidate .topics-wrapper ul li a,
.student .topics-wrapper ul li a,
.graduate .topics-wrapper ul li a {
  color: #292929;
  display: block;
  padding: 1em 0.5em;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .candidate .topics-wrapper ul li a:hover,
  .student .topics-wrapper ul li a:hover,
  .graduate .topics-wrapper ul li a:hover {
    background: #fff;
    padding-left: 1em;
  }
}
.candidate .topics-wrapper ul li article:not(:last-child),
.student .topics-wrapper ul li article:not(:last-child),
.graduate .topics-wrapper ul li article:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
.candidate .topics-wrapper ul li article .new,
.student .topics-wrapper ul li article .new,
.graduate .topics-wrapper ul li article .new {
  background: #e01717;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 0.75em 0.25em;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper ul li article .new,
  .student .topics-wrapper ul li article .new,
  .graduate .topics-wrapper ul li article .new {
    font-size: min(2.0833333333vw, 16px);
  }
}
.candidate .topics-wrapper ul li article .date,
.student .topics-wrapper ul li article .date,
.graduate .topics-wrapper ul li article .date {
  font-size: clamp(0px, calc(11 / 1600 * 100vw), 11px);
  color: #752586;
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper ul li article .date,
  .student .topics-wrapper ul li article .date,
  .graduate .topics-wrapper ul li article .date {
    font-size: 11px;
  }
}
.candidate .topics-wrapper ul li article .title,
.student .topics-wrapper ul li article .title,
.graduate .topics-wrapper ul li article .title {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper ul li article .title,
  .student .topics-wrapper ul li article .title,
  .graduate .topics-wrapper ul li article .title {
    font-size: 14px;
  }
}
.candidate .topics-wrapper ul li article .title a,
.student .topics-wrapper ul li article .title a,
.graduate .topics-wrapper ul li article .title a {
  transition: 0.5s;
}
.candidate .topics-wrapper ul li article .title a:hover,
.student .topics-wrapper ul li article .title a:hover,
.graduate .topics-wrapper ul li article .title a:hover {
  opacity: 0.5;
}
.candidate .topics-wrapper ul li article .cats,
.student .topics-wrapper ul li article .cats,
.graduate .topics-wrapper ul li article .cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.candidate .topics-wrapper ul li article .cats li a,
.student .topics-wrapper ul li article .cats li a,
.graduate .topics-wrapper ul li article .cats li a {
  pointer-events: none;
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.3em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper ul li article .cats li a,
  .student .topics-wrapper ul li article .cats li a,
  .graduate .topics-wrapper ul li article .cats li a {
    font-size: 13px;
  }
}
.candidate .topics-wrapper ul li article .cats li a:hover,
.student .topics-wrapper ul li article .cats li a:hover,
.graduate .topics-wrapper ul li article .cats li a:hover {
  background-color: #a232b8;
  color: white;
}
.candidate .topics-wrapper ul,
.student .topics-wrapper ul,
.graduate .topics-wrapper ul {
  /*li*/
}
.candidate .topics-wrapper,
.student .topics-wrapper,
.graduate .topics-wrapper {
  /*ul*/
}
.candidate .topics-wrapper a .circle-external,
.student .topics-wrapper a .circle-external,
.graduate .topics-wrapper a .circle-external {
  width: min(11.6666666667vw, 140px);
  height: min(11.6666666667vw, 140px);
  position: absolute;
  bottom: max(-12.5vw, -150px);
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .candidate .topics-wrapper a .circle-external,
  .student .topics-wrapper a .circle-external,
  .graduate .topics-wrapper a .circle-external {
    width: min(20.8333333333vw, 160px);
    height: min(20.8333333333vw, 160px);
    bottom: max(-24.7395833333vw, -190px);
    transform: translate(-20%, -50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .candidate .topics-wrapper a:hover .circle-external,
  .student .topics-wrapper a:hover .circle-external,
  .graduate .topics-wrapper a:hover .circle-external {
    transform: translate(0%, -50%) scale(1.2);
  }
}
.candidate .topics-wrapper,
.student .topics-wrapper,
.graduate .topics-wrapper {
  /*a*/
}
.candidate .topics-wrapper + .linkbtn-list-wrapper,
.student .topics-wrapper + .linkbtn-list-wrapper,
.graduate .topics-wrapper + .linkbtn-list-wrapper {
  position: relative;
  z-index: 0;
}
.candidate,
.student,
.graduate {
  /*topics-wrapper*/
}
.candidate .linkbtn-list-wrapper .linkbtn-list,
.student .linkbtn-list-wrapper .linkbtn-list,
.graduate .linkbtn-list-wrapper .linkbtn-list {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.candidate .linkbtn-list-wrapper .linkbtn-list ul,
.student .linkbtn-list-wrapper .linkbtn-list ul,
.graduate .linkbtn-list-wrapper .linkbtn-list ul {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.candidate .linkbtn-list-wrapper .linkbtn-list li,
.student .linkbtn-list-wrapper .linkbtn-list li,
.graduate .linkbtn-list-wrapper .linkbtn-list li {
  margin: 1% 0;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .candidate .linkbtn-list-wrapper .linkbtn-list li,
  .student .linkbtn-list-wrapper .linkbtn-list li,
  .graduate .linkbtn-list-wrapper .linkbtn-list li {
    width: 100%;
  }
}
.candidate .linkbtn-list-wrapper .linkbtn-list .full-width,
.student .linkbtn-list-wrapper .linkbtn-list .full-width,
.graduate .linkbtn-list-wrapper .linkbtn-list .full-width {
  width: 100%;
}
.candidate .linkbtn-list-wrapper .linkbtn-list a div,
.student .linkbtn-list-wrapper .linkbtn-list a div,
.graduate .linkbtn-list-wrapper .linkbtn-list a div {
  background: #ece5ca;
  display: flex;
  align-items: stretch;
  gap: 1em;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .candidate .linkbtn-list-wrapper .linkbtn-list a div,
  .student .linkbtn-list-wrapper .linkbtn-list a div,
  .graduate .linkbtn-list-wrapper .linkbtn-list a div {
    gap: 0.5em;
  }
}
.candidate .linkbtn-list-wrapper .linkbtn-list a div .arrow,
.student .linkbtn-list-wrapper .linkbtn-list a div .arrow,
.graduate .linkbtn-list-wrapper .linkbtn-list a div .arrow {
  background: #752485;
  padding: 2em 2.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .candidate .linkbtn-list-wrapper .linkbtn-list a div .arrow,
  .student .linkbtn-list-wrapper .linkbtn-list a div .arrow,
  .graduate .linkbtn-list-wrapper .linkbtn-list a div .arrow {
    padding: 1.5em 1.5em;
  }
}
.candidate .linkbtn-list-wrapper .linkbtn-list a div .arrow img,
.student .linkbtn-list-wrapper .linkbtn-list a div .arrow img,
.graduate .linkbtn-list-wrapper .linkbtn-list a div .arrow img {
  width: min(1.25vw, 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .candidate .linkbtn-list-wrapper .linkbtn-list a div .arrow img,
  .student .linkbtn-list-wrapper .linkbtn-list a div .arrow img,
  .graduate .linkbtn-list-wrapper .linkbtn-list a div .arrow img {
    width: min(2.6041666667vw, 20px);
  }
}
.candidate .linkbtn-list-wrapper .linkbtn-list a .text,
.student .linkbtn-list-wrapper .linkbtn-list a .text,
.graduate .linkbtn-list-wrapper .linkbtn-list a .text {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  padding: 0.75em 0.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .candidate .linkbtn-list-wrapper .linkbtn-list a .text,
  .student .linkbtn-list-wrapper .linkbtn-list a .text,
  .graduate .linkbtn-list-wrapper .linkbtn-list a .text {
    font-size: min(3.6458333333vw, 28px);
    padding: 0.75em 0.5em 0.75em 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .candidate .linkbtn-list-wrapper .linkbtn-list a:hover div,
  .student .linkbtn-list-wrapper .linkbtn-list a:hover div,
  .graduate .linkbtn-list-wrapper .linkbtn-list a:hover div {
    background: #d2ca92;
  }
  .candidate .linkbtn-list-wrapper .linkbtn-list a:hover div .arrow img,
  .student .linkbtn-list-wrapper .linkbtn-list a:hover div .arrow img,
  .graduate .linkbtn-list-wrapper .linkbtn-list a:hover div .arrow img {
    left: 57%;
  }
}
.candidate .linkbtn-list-wrapper .linkbtn-list,
.student .linkbtn-list-wrapper .linkbtn-list,
.graduate .linkbtn-list-wrapper .linkbtn-list {
  /*a*/
}
.candidate .linkbtn-list-wrapper .linkbtn-list .link-none a,
.student .linkbtn-list-wrapper .linkbtn-list .link-none a,
.graduate .linkbtn-list-wrapper .linkbtn-list .link-none a {
  pointer-events: none;
}
.candidate .linkbtn-list-wrapper .linkbtn-list .link-none a div,
.student .linkbtn-list-wrapper .linkbtn-list .link-none a div,
.graduate .linkbtn-list-wrapper .linkbtn-list .link-none a div {
  position: relative;
}
.candidate .linkbtn-list-wrapper .linkbtn-list .link-none a div::after,
.student .linkbtn-list-wrapper .linkbtn-list .link-none a div::after,
.graduate .linkbtn-list-wrapper .linkbtn-list .link-none a div::after {
  content: "";
  background: rgba(41, 41, 41, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.candidate .linkbtn-list-wrapper .linkbtn-list .link-none a .text,
.student .linkbtn-list-wrapper .linkbtn-list .link-none a .text,
.graduate .linkbtn-list-wrapper .linkbtn-list .link-none a .text {
  color: #666;
}
.candidate .linkbtn-list-wrapper,
.student .linkbtn-list-wrapper,
.graduate .linkbtn-list-wrapper {
  /*linkbtn-list*/
}
.candidate,
.student,
.graduate {
  /*linkbtn-list-wrapper*/
} /*candidate*/
/***********************************************************************
学校案内・広報物
**********************************************************************/
.introduction .major-heading {
  margin-top: min(10vw, 120px);
}
.introduction .content-list {
  display: flex;
  justify-content: space-between;
  gap: min(5.1666666667vw, 62px);
  margin-top: min(4vw, 48px);
}
@media screen and (max-width: 768px) {
  .introduction .content-list {
    flex-wrap: wrap;
    margin-top: min(6.25vw, 48px);
  }
}
.introduction .content-list img {
  filter: drop-shadow(0 0 5px #c7c7c7);
}
.introduction .content-list .text {
  font-size: min(1.5vw, 18px);
  line-height: 1.4;
  margin: 0.5em 0 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .content-list .text {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 0.25em;
  }
}
.introduction .content-list.column2 {
  gap: min(5.1666666667vw, 62px);
  justify-content: center;
}
.introduction .content-list.column2 li {
  width: min(28.5833333333vw, 343px);
}
@media screen and (max-width: 768px) {
  .introduction .content-list.column2 li {
    width: 46%;
  }
}
.introduction {
  /*content-list*/
}
.introduction .school-guide li {
  margin: auto;
  width: min(32.5vw, 390px);
}
@media screen and (max-width: 768px) {
  .introduction .school-guide li {
    width: min(65.1041666667vw, 500px);
  }
}
.introduction .column-2,
.introduction .column-3 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(1200px - 4em);
  margin: auto;
  padding: 0 4em;
}
@media screen and (max-width: 768px) {
  .introduction .column-2,
  .introduction .column-3 {
    padding: 0 2em;
    width: 100%;
  }
}
.introduction .column-2 li,
.introduction .column-3 li {
  display: flex;
  flex-direction: column;
  width: min(28.5833333333vw, 343px);
}
@media screen and (max-width: 768px) {
  .introduction .column-2 li,
  .introduction .column-3 li {
    width: 46%;
  }
}
.introduction .column-2 ul + ul,
.introduction .column-3 ul + ul {
  gap: 2%;
  margin-top: 5em;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .introduction .column-2 ul + ul,
  .introduction .column-3 ul + ul {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .introduction .column-2 ul + ul li,
  .introduction .column-3 ul + ul li {
    margin: 1em 0;
  }
}
.introduction .link-btn {
  margin-top: auto;
}
.introduction .full-column {
  border-top: 1px solid #000;
  max-width: 1200px;
  margin: 5em auto 0;
  padding: 3em 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .introduction .full-column {
    margin: 3em auto 0;
    padding: 1.5em 0;
  }
}
.introduction .full-column + .full-column {
  margin-top: 0em;
}
.introduction .full-column .desc {
  color: #6f6f6f;
  font-size: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .introduction .full-column .desc {
    font-size: min(3.3854166667vw, 26px);
  }
}
.introduction .full-column .text {
  font-size: min(1.5vw, 18px);
}
@media screen and (max-width: 768px) {
  .introduction .full-column .text {
    font-size: min(3.6458333333vw, 28px);
  }
}
.introduction .full-column .flex-box {
  display: flex;
  gap: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .introduction .full-column .flex-box {
    flex-direction: column;
  }
}
.introduction .full-column .flex-box + .flex-box {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .introduction .full-column .flex-box + .flex-box {
    margin-top: 1.5em;
  }
}
.introduction .full-column .flex-box .image {
  width: min(29vw, 348px);
}
@media screen and (max-width: 768px) {
  .introduction .full-column .flex-box .image {
    width: 100%;
  }
}
.introduction .full-column .flex-box .text-box {
  width: min(67.5vw, 810px);
}
@media screen and (max-width: 768px) {
  .introduction .full-column .flex-box .text-box {
    width: 100%;
  }
}
.introduction .full-column .point-text {
  margin-top: 2em;
}
.introduction .full-column .link-btn {
  margin-top: 0.75em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .introduction .full-column .link-btn {
    margin: 0.5em auto 0;
    text-align: center;
    width: 50%;
  }
}
.introduction {
  /*full-column*/
} /*introduction*/
/***********************************************************************
アクセス
**********************************************************************/
.access #g-map {
  margin-top: min(11vw, 132px);
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access #g-map {
    height: 300px;
  }
}
.access .gmap-wrapper {
  margin-top: min(11vw, 132px);
  position: relative;
  width: 100%;
  padding-top: min(41.6666666667vw, 500px);
  /* 16:9のアスペクト比 */
  height: 0;
}
@media screen and (max-width: 768px) {
  .access .gmap-wrapper {
    padding-top: 300px;
  }
}
.access .gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .address {
  background: #e2c0e8;
  padding: 2em 0 1.5em;
  font-weight: 600;
}
.access .address .inner {
  margin: 0 auto 0;
  max-width: 750px;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access .address .inner {
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
.access .address img {
  width: min(32.1666666667vw, 386px);
}
@media screen and (max-width: 768px) {
  .access .address img {
    width: min(65.1041666667vw, 500px);
    margin: 0 auto;
  }
}
.access .sticky-wrapper {
  padding: min(8.3333333333vw, 100px) 0 0;
}
.access .sticky-wrapper .flex-wrapper {
  display: flex;
  gap: min(13.5vw, 162px);
}
@media screen and (max-width: 768px) {
  .access .sticky-wrapper .flex-wrapper {
    gap: 2%;
  }
}
.access .sticky-wrapper .sub-head-wrapper {
  position: relative;
}
.access .sticky-wrapper .sub-head-wrapper .sub-head {
  text-orientation: inherit;
  font-size: min(2.1666666667vw, 26px);
  font-weight: 700;
  padding-top: 2em;
  text-indent: -1.65em;
  position: sticky;
  top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .access .sticky-wrapper .sub-head-wrapper .sub-head {
    font-size: min(5.2083333333vw, 40px);
    top: min(3.125vw, 24px);
    flex-shrink: 0;
    width: 2em;
  }
}
.access .sticky-wrapper .sub-head-wrapper .sub-head::before {
  content: "●";
  color: #752485;
  font-size: min(1.5vw, 18px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .access .sticky-wrapper .sub-head-wrapper .sub-head::before {
    font-size: min(3.6458333333vw, 28px);
    margin-bottom: 1em;
  }
}
.access .sticky-wrapper .sub-head-wrapper .en {
  color: #752485;
  display: block;
  font-size: min(0.8333333333vw, 10px);
  font-family: "Aviano Copper W00 Regular";
  margin-top: 4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .access .sticky-wrapper .sub-head-wrapper .en {
    font-size: min(1.5625vw, 12px);
  }
}
.access .sticky-wrapper .inner-wrapper {
  margin: auto;
  max-width: 1100px;
  width: 85%;
}
.access {
  /*sticky-wrapper*/
}
.access .content-wrapper {
  width: 100%;
}
.access .content-wrapper .sub-head {
  background: #ece5ca;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access .content-wrapper .sub-head {
    font-size: min(4.1666666667vw, 32px);
    padding: 0.5em;
  }
}
.access .content-wrapper .sub-head::before {
  content: "●";
  color: #e2c0e8;
  margin-right: 0.25em;
}
.access .content-wrapper .text {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .access .content-wrapper .text {
    font-size: min(3.125vw, 24px);
  }
}
.access .content-wrapper .text + .sub-head {
  margin-top: min(6.8333333333vw, 82px);
}

/*access*/
/***********************************************************************
よくあるご質問
**********************************************************************/
.qa .in-page-link {
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1100px;
  width: 80%;
}
.qa .in-page-link ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .qa .in-page-link ul li {
    flex: inherit;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .qa .in-page-link ul li a {
    padding: 0.75em 0;
  }
}
.qa .qa-wrapper {
  margin: min(6.8333333333vw, 82px) auto 0;
  max-width: 1100px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper {
    width: 80%;
  }
}
.qa .qa-wrapper .flex-wrapper {
  display: flex;
  gap: min(4.3333333333vw, 52px);
}
.qa .qa-wrapper .sub-head-wrapper .sub-head {
  position: sticky;
  top: min(3.5vw, 42px);
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper .sub-head-wrapper .sub-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.qa .qa-wrapper .qa-list dl + dl {
  margin-top: min(5vw, 60px);
}
.qa .qa-wrapper .qa-list dl a {
  color: #007fc7;
  text-decoration: underline;
}
.qa .qa-wrapper .qa-list dt {
  background: #ece5ca;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 500;
  padding: 1em 1em;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper .qa-list dt {
    font-size: min(3.6458333333vw, 28px);
  }
}
.qa .qa-wrapper .qa-list dt .en {
  color: #752485;
  font-family: "Aviano Copper W00 Regular";
  font-size: min(2.3333333333vw, 28px);
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper .qa-list dt .en {
    font-size: min(3.6458333333vw, 28px);
  }
}
.qa .qa-wrapper .qa-list dd {
  font-size: min(1.3333333333vw, 16px);
  padding: 1em 3em;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper .qa-list dd {
    font-size: min(3.6458333333vw, 28px);
    padding: 1em 1em;
  }
}
.qa .qa-wrapper .qa-list dd .en {
  font-family: "Aviano Copper W00 Regular";
  font-size: min(2.3333333333vw, 28px);
}
@media screen and (max-width: 768px) {
  .qa .qa-wrapper .qa-list dd .en {
    font-size: min(3.6458333333vw, 28px);
  }
}
.qa .qa-wrapper {
  /*qa-list*/
}
.qa {
  /*qa-wrapper*/
} /*qa*/
/***********************************************************************
お知らせ一覧
**********************************************************************/
.news .category-head,
.update .category-head,
.archive .category-head,
.category .category-head,
.todays-jogakuin .category-head {
  color: #752485;
  border: 1px solid #752485;
  border-left: none;
  border-right: none;
  font-size: min(2vw, 24px);
  font-weight: 600;
  margin: min(6.8333333333vw, 82px) auto 0;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news .category-head,
  .update .category-head,
  .archive .category-head,
  .category .category-head,
  .todays-jogakuin .category-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.news .flex-wrapper,
.update .flex-wrapper,
.archive .flex-wrapper,
.category .flex-wrapper,
.todays-jogakuin .flex-wrapper {
  gap: 2%;
  justify-content: space-between;
  max-width: 1100px;
  width: 85%;
  margin: min(11.6666666667vw, 140px) auto 0;
}
@media screen and (max-width: 768px) {
  .news .flex-wrapper,
  .update .flex-wrapper,
  .archive .flex-wrapper,
  .category .flex-wrapper,
  .todays-jogakuin .flex-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .news .flex-wrapper,
  .update .flex-wrapper,
  .archive .flex-wrapper,
  .category .flex-wrapper,
  .todays-jogakuin .flex-wrapper {
    flex-direction: column;
  }
}
.news .news-list,
.update .news-list,
.archive .news-list,
.category .news-list,
.todays-jogakuin .news-list {
  width: min(81.3953488372vw, 700px);
}
@media screen and (max-width: 576px) {
  .news .news-list,
  .update .news-list,
  .archive .news-list,
  .category .news-list,
  .todays-jogakuin .news-list {
    width: 100%;
  }
}
.news .news-list article,
.update .news-list article,
.archive .news-list article,
.category .news-list article,
.todays-jogakuin .news-list article {
  padding: 1vw 0;
}
@media screen and (max-width: 768px) {
  .news .news-list article,
  .update .news-list article,
  .archive .news-list article,
  .category .news-list article,
  .todays-jogakuin .news-list article {
    padding: 10px 0;
  }
}
.news .news-list article:not(:last-child),
.update .news-list article:not(:last-child),
.archive .news-list article:not(:last-child),
.category .news-list article:not(:last-child),
.todays-jogakuin .news-list article:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
.news .news-list article .new,
.update .news-list article .new,
.archive .news-list article .new,
.category .news-list article .new,
.todays-jogakuin .news-list article .new {
  background: #e01717;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 0.75em 0.25em;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .news .news-list article .new,
  .update .news-list article .new,
  .archive .news-list article .new,
  .category .news-list article .new,
  .todays-jogakuin .news-list article .new {
    font-size: min(2.0833333333vw, 16px);
  }
}
.news .news-list article .date,
.update .news-list article .date,
.archive .news-list article .date,
.category .news-list article .date,
.todays-jogakuin .news-list article .date {
  font-size: clamp(0px, calc(11 / 1600 * 100vw), 11px);
  color: #752586;
}
@media screen and (max-width: 768px) {
  .news .news-list article .date,
  .update .news-list article .date,
  .archive .news-list article .date,
  .category .news-list article .date,
  .todays-jogakuin .news-list article .date {
    font-size: 11px;
  }
}
.news .news-list article .title,
.update .news-list article .title,
.archive .news-list article .title,
.category .news-list article .title,
.todays-jogakuin .news-list article .title {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .news .news-list article .title,
  .update .news-list article .title,
  .archive .news-list article .title,
  .category .news-list article .title,
  .todays-jogakuin .news-list article .title {
    font-size: 14px;
  }
}
.news .news-list article .title a,
.update .news-list article .title a,
.archive .news-list article .title a,
.category .news-list article .title a,
.todays-jogakuin .news-list article .title a {
  transition: 0.5s;
}
.news .news-list article .title a:hover,
.update .news-list article .title a:hover,
.archive .news-list article .title a:hover,
.category .news-list article .title a:hover,
.todays-jogakuin .news-list article .title a:hover {
  opacity: 0.5;
}
.news .news-list article .cats,
.update .news-list article .cats,
.archive .news-list article .cats,
.category .news-list article .cats,
.todays-jogakuin .news-list article .cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.news .news-list article .cats li a,
.update .news-list article .cats li a,
.archive .news-list article .cats li a,
.category .news-list article .cats li a,
.todays-jogakuin .news-list article .cats li a {
  pointer-events: none;
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.3em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .news .news-list article .cats li a,
  .update .news-list article .cats li a,
  .archive .news-list article .cats li a,
  .category .news-list article .cats li a,
  .todays-jogakuin .news-list article .cats li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .news .news-list article .cats li a,
  .update .news-list article .cats li a,
  .archive .news-list article .cats li a,
  .category .news-list article .cats li a,
  .todays-jogakuin .news-list article .cats li a {
    font-size: 12px;
  }
}
.news .news-list article .cats li a:hover,
.update .news-list article .cats li a:hover,
.archive .news-list article .cats li a:hover,
.category .news-list article .cats li a:hover,
.todays-jogakuin .news-list article .cats li a:hover {
  background-color: #a232b8;
  color: white;
}
.news .side-menu,
.update .side-menu,
.archive .side-menu,
.category .side-menu,
.todays-jogakuin .side-menu {
  width: min(28.3333333333vw, 340px);
}
@media screen and (max-width: 576px) {
  .news .side-menu,
  .update .side-menu,
  .archive .side-menu,
  .category .side-menu,
  .todays-jogakuin .side-menu {
    margin: auto;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .news .side-menu .new-posts,
  .update .side-menu .new-posts,
  .archive .side-menu .new-posts,
  .category .side-menu .new-posts,
  .todays-jogakuin .side-menu .new-posts {
    display: none;
  }
}
.news .side-menu .category-head,
.update .side-menu .category-head,
.archive .side-menu .category-head,
.category .side-menu .category-head,
.todays-jogakuin .side-menu .category-head {
  background: #752485;
  border: 1px solid #752485;
  border-radius: 4px;
  color: #fff;
  font-size: min(1.5vw, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  padding: 0.25em 0.5em 0.35em;
  margin: 2em 0 1em;
}
@media screen and (max-width: 576px) {
  .news .side-menu .category-head,
  .update .side-menu .category-head,
  .archive .side-menu .category-head,
  .category .side-menu .category-head,
  .todays-jogakuin .side-menu .category-head {
    font-size: min(3.4722222222vw, 20px);
  }
}
.news .side-menu .category-head + ul li h4,
.update .side-menu .category-head + ul li h4,
.archive .side-menu .category-head + ul li h4,
.category .side-menu .category-head + ul li h4,
.todays-jogakuin .side-menu .category-head + ul li h4 {
  color: #007fc7;
  width: min(25.8333333333vw, 310px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.news .side-menu a,
.update .side-menu a,
.archive .side-menu a,
.category .side-menu a,
.todays-jogakuin .side-menu a {
  color: #007fc7;
  font-weight: 500;
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 576px) {
  .news .side-menu a,
  .update .side-menu a,
  .archive .side-menu a,
  .category .side-menu a,
  .todays-jogakuin .side-menu a {
    font-size: min(3.4722222222vw, 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .news .side-menu a:hover,
  .update .side-menu a:hover,
  .archive .side-menu a:hover,
  .category .side-menu a:hover,
  .todays-jogakuin .side-menu a:hover {
    text-decoration: underline;
  }
}
.news .side-menu .archive-more,
.update .side-menu .archive-more,
.archive .side-menu .archive-more,
.category .side-menu .archive-more,
.todays-jogakuin .side-menu .archive-more {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .news .side-menu .archive-more:hover,
  .update .side-menu .archive-more:hover,
  .archive .side-menu .archive-more:hover,
  .category .side-menu .archive-more:hover,
  .todays-jogakuin .side-menu .archive-more:hover {
    color: #007fc7;
  }
}
.news,
.update,
.archive,
.category,
.todays-jogakuin {
  /*side-menu*/
}
.news .wp-pagenavi,
.update .wp-pagenavi,
.archive .wp-pagenavi,
.category .wp-pagenavi,
.todays-jogakuin .wp-pagenavi {
  padding: 4em 0;
}
@media screen and (max-width: 576px) {
  .news .wp-pagenavi,
  .update .wp-pagenavi,
  .archive .wp-pagenavi,
  .category .wp-pagenavi,
  .todays-jogakuin .wp-pagenavi {
    padding: 2em 0;
  }
}
@media screen and (max-width: 576px) {
  .news .wp-pagenavi a,
  .update .wp-pagenavi a,
  .archive .wp-pagenavi a,
  .category .wp-pagenavi a,
  .todays-jogakuin .wp-pagenavi a {
    font-size: min(3.4722222222vw, 20px) !important;
    padding: 6px !important;
    margin-right: 0px !important;
  }
}

/*news*/
.news .flex-wrapper {
  justify-content: center;
}

.archive .flex-wrapper,
.category .flex-wrapper {
  justify-content: center;
  margin: min(4.3333333333vw, 52px) auto 0;
}

/*archive*/
/***********************************************************************
todays-jogakuin
**********************************************************************/
.gradation-btn a {
  background: #007fc7;
  border-radius: 35px;
  color: #fff !important;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 500;
  padding: 1.5em 0;
  margin-top: 1em;
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .gradation-btn a:hover {
    background: #e2c0e8;
  }
}

/*gradation-btn*/
.todays-jogakuin .jogakuin-blog {
  margin: min(8.5vw, 102px) auto 3em;
  width: 80%;
}
@media screen and (min-width: 769px) {
  .todays-jogakuin .jogakuin-blog {
    max-width: 1080px;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog {
    margin: min(7.2916666667vw, 42px) auto 1em;
  }
}
.todays-jogakuin .jogakuin-blog .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.todays-jogakuin .jogakuin-blog ul {
  flex-wrap: wrap;
  gap: 1em;
}
.todays-jogakuin .jogakuin-blog ul li {
  border: 1px solid #752485;
  background-image: linear-gradient(90deg, #ffffff, #ebe3ed);
  border-radius: 10px;
  padding: 1em 1em 0;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .todays-jogakuin .jogakuin-blog ul li {
    padding: 0;
    width: 32%;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li {
    padding: 0.5em 1em 0em;
  }
}
.todays-jogakuin .jogakuin-blog ul li::after {
  background: url(../images/top/arrow-purple.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  position: absolute;
  right: 4%;
  bottom: 0em;
  width: 10px;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .todays-jogakuin .jogakuin-blog ul li::after {
    bottom: 2em;
  }
}
.todays-jogakuin .jogakuin-blog ul li:hover::after {
  right: 3%;
}
.todays-jogakuin .jogakuin-blog ul li .flex-wrapper {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .flex-wrapper {
    flex-direction: row;
  }
}
.todays-jogakuin .jogakuin-blog ul li a {
  background: none;
  padding: 0.5em;
}
@media screen and (min-width: 1080px) {
  .todays-jogakuin .jogakuin-blog ul li a {
    padding: 2em;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li a {
    padding: 0em;
  }
}
.todays-jogakuin .jogakuin-blog ul li a::after {
  content: none;
}
.todays-jogakuin .jogakuin-blog ul li .date {
  color: #752485;
  font-size: 12px;
  padding-right: 1em;
}
@media screen and (min-width: 1080px) {
  .todays-jogakuin .jogakuin-blog ul li .date {
    padding-right: 0;
  }
}
.todays-jogakuin .jogakuin-blog ul li h5 {
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  font-weight: 500;
  width: inherit;
  white-space: inherit;
  overflow: hidden;
  text-overflow: inherit;
  line-height: 1.6;
}
.todays-jogakuin .jogakuin-blog ul li .image {
  padding-bottom: 0;
  /*padding-right: 0;
  padding-left: 0;*/
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .todays-jogakuin .jogakuin-blog ul li .image {
    padding-bottom: 0.75rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-align: inherit;
    width: calc(110px + 0.75rem + 0.75rem);
  }
}
.todays-jogakuin .jogakuin-blog ul li .image .shape {
  padding: 1px;
  position: relative;
  min-width: 102px;
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .todays-jogakuin .jogakuin-blog ul li .image .shape {
    display: inherit;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .image .shape {
    min-width: 82px;
  }
}
.todays-jogakuin .jogakuin-blog ul li .image .shape::before {
  content: "";
  background: #752485;
  position: absolute;
  /*top: calc(0.75rem - 1px);
  left: calc(0.75rem - 1px);*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
  z-index: 0;
  height: 102px;
  width: 102px;
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .image .shape::before {
    height: 82px;
    width: 82px;
  }
}
.todays-jogakuin .jogakuin-blog ul li .image img {
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .image img {
    height: 80px;
    width: 80px;
  }
}
.todays-jogakuin .jogakuin-blog ul li .text-box {
  flex-basis: auto;
}
.todays-jogakuin .jogakuin-blog ul li .type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  padding: 1em 0.5em 0.5em;
}
@media screen and (min-width: 1080px) {
  .todays-jogakuin .jogakuin-blog ul li .type-list {
    padding: 0 1em 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .type-list {
    padding: 0.5em 0.5em 0.5em;
  }
}
.todays-jogakuin .jogakuin-blog ul li .cat {
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.3em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .todays-jogakuin .jogakuin-blog ul li .cat {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .todays-jogakuin .jogakuin-blog ul li .cat {
    font-size: 12px;
  }
}
.todays-jogakuin .jogakuin-blog ul {
  /*li*/
}
.todays-jogakuin .jogakuin-blog {
  /*ul*/
}
.todays-jogakuin .jogakuin-blog + .flex-wrapper {
  margin-top: min(4.3333333333vw, 52px);
}
.todays-jogakuin {
  /*jogakuin-blog*/
} /*todays-jogakuin*/
/***********************************************************************
記事ページ
**********************************************************************/
.article-wrapper {
  margin: min(6.8333333333vw, 82px) auto 0;
  max-width: 900px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .article-wrapper {
    width: 80%;
  }
}
.article-wrapper .post-header {
  border-bottom: 1px solid #752485;
  padding-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .article-wrapper .post-header {
    padding-bottom: 1em;
  }
}
.article-wrapper .date {
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  color: #752586;
}
@media screen and (max-width: 768px) {
  .article-wrapper .date {
    font-size: 11px;
  }
}
.article-wrapper .head {
  color: #752485;
  font-size: min(2.6666666667vw, 32px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .article-wrapper .head {
    font-size: min(4.4270833333vw, 34px);
  }
}
.article-wrapper .head a {
  color: #007fc7;
  text-decoration: underline;
  transition: 0.5s;
}
.article-wrapper .head a:hover {
  opacity: 0.5;
}
.article-wrapper .cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  margin: 0.5em 0 0;
  list-style: none;
}
.article-wrapper .cats li a {
  background-color: rgba(162, 50, 184, 0.3);
  color: black;
  padding: 0.3em 0.8em 0.5em;
  white-space: nowrap;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1;
  display: block;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .article-wrapper .cats li a {
    font-size: 13px;
  }
}
.article-wrapper .cats li a:hover {
  background-color: #a232b8;
  color: white;
}
.article-wrapper {
  /*cats*/
}
.article-wrapper .post-content {
  margin-top: 3em;
}
@media screen and (max-width: 576px) {
  .article-wrapper .post-content {
    margin-top: 1.5em;
  }
}
.article-wrapper .post-content h1, .article-wrapper .post-content h2, .article-wrapper .post-content h3, .article-wrapper .post-content h4 {
  color: #752485;
  font-size: min(2.1666666667vw, 26px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .article-wrapper .post-content h1, .article-wrapper .post-content h2, .article-wrapper .post-content h3, .article-wrapper .post-content h4 {
    font-size: min(4.1666666667vw, 32px);
  }
}
.article-wrapper .post-content p {
  font-size: min(1.5vw, 18px);
}
@media screen and (max-width: 768px) {
  .article-wrapper .post-content p {
    font-size: min(3.6458333333vw, 28px);
  }
}
.article-wrapper .post-content p + p {
  margin-top: 1.5em;
}
.article-wrapper .post-content a {
  color: #007fc7;
  text-decoration: underline;
}
.article-wrapper .post-content img {
  margin: 2em auto;
  display: block;
  max-width: 100%;
}
.article-wrapper .post-content iframe {
  margin: 2em auto;
  width: 80%;
  height: min(37.5vw, 450px);
}
@media screen and (max-width: 768px) {
  .article-wrapper .post-content iframe {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .article-wrapper .post-content iframe {
    height: 300px;
  }
}
.article-wrapper .post-content iframe.instagram-media {
  height: revert-layer;
}
.article-wrapper .post-content {
  /*iframe*/
}
.article-wrapper {
  /*post-content*/
} /*article-wrapper*/
.below-nav {
  margin: 0 auto 0;
  max-width: 1100px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .below-nav {
    width: 80%;
  }
}
.below-nav .list-link {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .below-nav .list-link a {
    font-size: 13px;
  }
}

/***********************************************************************
個人情報／サイトポリシー
**********************************************************************/
.privacy .privacy-wrapper,
.sitepolicy .privacy-wrapper {
  margin: min(10.5vw, 126px) auto 0;
  max-width: 1100px;
  width: 80%;
}
.privacy .privacy-wrapper a,
.sitepolicy .privacy-wrapper a {
  color: #007fc7;
  text-decoration: underline;
}
.privacy .privacy-wrapper .head,
.sitepolicy .privacy-wrapper .head {
  font-size: min(2.25vw, 27px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper .head,
  .sitepolicy .privacy-wrapper .head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.privacy .privacy-wrapper .date,
.sitepolicy .privacy-wrapper .date {
  border: 1px solid #292929;
  padding: 1em;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper .date,
  .sitepolicy .privacy-wrapper .date {
    padding: 0.5em;
  }
}
.privacy .privacy-wrapper .date + p,
.sitepolicy .privacy-wrapper .date + p {
  margin-top: 2em;
  padding-left: 0 !important;
}
.privacy .privacy-wrapper .num-head,
.sitepolicy .privacy-wrapper .num-head {
  counter-increment: num;
  font-size: min(1.75vw, 21px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper .num-head,
  .sitepolicy .privacy-wrapper .num-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.privacy .privacy-wrapper .num-head::before,
.sitepolicy .privacy-wrapper .num-head::before {
  content: counter(num) ". ";
  font-weight: 600;
}
.privacy .privacy-wrapper .num-head + p,
.sitepolicy .privacy-wrapper .num-head + p {
  margin-top: 1em;
}
.privacy .privacy-wrapper p:not(.date),
.sitepolicy .privacy-wrapper p:not(.date) {
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.8;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper p:not(.date),
  .sitepolicy .privacy-wrapper p:not(.date) {
    font-size: min(3.6458333333vw, 28px);
  }
}
.privacy .privacy-wrapper p:not(.date) + .num-head,
.sitepolicy .privacy-wrapper p:not(.date) + .num-head {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper p:not(.date) + .num-head,
  .sitepolicy .privacy-wrapper p:not(.date) + .num-head {
    margin-top: 2em;
  }
}
.privacy .privacy-wrapper p:not(.date) + .circle-head,
.sitepolicy .privacy-wrapper p:not(.date) + .circle-head {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper p:not(.date) + .circle-head,
  .sitepolicy .privacy-wrapper p:not(.date) + .circle-head {
    margin-top: 2em;
  }
}
.privacy .privacy-wrapper p:not(.date) + p,
.sitepolicy .privacy-wrapper p:not(.date) + p {
  margin-top: 1em;
}
.privacy .privacy-wrapper ul,
.sitepolicy .privacy-wrapper ul {
  padding-left: 1.25em;
}
.privacy .privacy-wrapper ul li,
.sitepolicy .privacy-wrapper ul li {
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper ul li,
  .sitepolicy .privacy-wrapper ul li {
    font-size: min(3.6458333333vw, 28px);
  }
}
.privacy .privacy-wrapper ul.circle-list li,
.sitepolicy .privacy-wrapper ul.circle-list li {
  position: relative;
}
.privacy .privacy-wrapper ul.circle-list li::before,
.sitepolicy .privacy-wrapper ul.circle-list li::before {
  content: "・";
  color: #752485;
}
.privacy .privacy-wrapper ul + .num-head,
.sitepolicy .privacy-wrapper ul + .num-head {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper ul + .num-head,
  .sitepolicy .privacy-wrapper ul + .num-head {
    margin-top: 2em;
  }
}
.privacy .privacy-wrapper ul + .circle-head,
.sitepolicy .privacy-wrapper ul + .circle-head {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper ul + .circle-head,
  .sitepolicy .privacy-wrapper ul + .circle-head {
    margin-top: 2em;
  }
}
.privacy .privacy-wrapper .circle-head,
.sitepolicy .privacy-wrapper .circle-head {
  font-size: min(1.75vw, 21px);
  font-weight: 600;
  padding-left: 1.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper .circle-head,
  .sitepolicy .privacy-wrapper .circle-head {
    font-size: min(4.1666666667vw, 32px);
  }
}
.privacy .privacy-wrapper .circle-head::before,
.sitepolicy .privacy-wrapper .circle-head::before {
  content: "●";
  color: #752485;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.privacy .privacy-wrapper .contact-box,
.sitepolicy .privacy-wrapper .contact-box {
  margin-top: 3em;
}
.privacy .privacy-wrapper .contact-box .cross-head,
.sitepolicy .privacy-wrapper .contact-box .cross-head {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-wrapper .contact-box .cross-head,
  .sitepolicy .privacy-wrapper .contact-box .cross-head {
    font-size: min(3.6458333333vw, 28px);
  }
}
.privacy,
.sitepolicy {
  /*privacy-wrapper*/
} /*privacy*/
/***********************************************************************
ENGLISH
**********************************************************************/
.en .in-page-link {
  margin: min(7.6666666667vw, 92px) auto 0;
  max-width: 1100px;
  width: 80%;
}
.en .in-page-link ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .en .in-page-link ul li {
    flex: inherit;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .en .in-page-link ul li a {
    padding: 0.75em 0;
  }
}
.en .en-section {
  margin: min(9vw, 108px) auto 0;
}
.en .en-section.beige-bg {
  background: #ece5ca;
  padding: min(9.1666666667vw, 110px) 0;
}
.en .en-section p {
  text-align: inherit;
}
.en .en-section .section-inner {
  margin: auto;
  max-width: 1200px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .en .en-section .section-inner {
    width: 80%;
  }
}
.en .en-section .flex-wrapper,
.en .en-section .imgnone-column-wrapper {
  align-items: flex-start;
  gap: min(5.1666666667vw, 62px);
  margin-top: min(9vw, 108px);
}
@media screen and (max-width: 768px) {
  .en .en-section .flex-wrapper,
  .en .en-section .imgnone-column-wrapper {
    flex-direction: column;
    gap: 2em;
  }
}
.en .en-section .flex-wrapper + .flex-wrapper,
.en .en-section .imgnone-column-wrapper + .flex-wrapper {
  margin-top: min(6.8333333333vw, 82px);
}
@media screen and (max-width: 768px) {
  .en .en-section .flex-wrapper + .flex-wrapper,
  .en .en-section .imgnone-column-wrapper + .flex-wrapper {
    margin-top: 4em;
  }
}
.en .en-section .image-wrapper {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.en .en-section .image-wrapper .image {
  width: min(17.9166666667vw, 215px);
}
@media screen and (max-width: 768px) {
  .en .en-section .image-wrapper .image {
    width: 80%;
  }
}
.en .en-section .image-wrapper .image p {
  margin-top: 0.5em;
  text-align: center;
}
.en .en-section .text-box {
  border-left: 1px solid #752485;
  padding-left: 2.5em;
  padding-bottom: 2em;
  position: relative;
  flex-shrink: 0;
  width: min(51.6666666667vw, 620px);
}
@media screen and (max-width: 768px) {
  .en .en-section .text-box {
    width: 100%;
  }
}
.en .en-section .text-box::before, .en .en-section .text-box::after {
  content: "";
  background: #752485;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.en .en-section .text-box::before {
  top: 0px;
  left: -4px;
}
.en .en-section .text-box::after {
  bottom: 0px;
  left: -4px;
}
.en .en-section .sub-head {
  color: #752485;
  font-size: min(3.3333333333vw, 40px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .en .en-section .sub-head {
    font-size: min(5.2083333333vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .en .en-section .image-wrapper {
    padding-left: 2.5em;
  }
}
.en .en-section .history-wrapper .text-box {
  width: min(29.1666666667vw, 350px);
}
@media screen and (max-width: 768px) {
  .en .en-section .history-wrapper .text-box {
    width: 100%;
  }
}
.en .en-section {
  /*history-wrapper*/
}
.en .en-section .history-table {
  position: relative;
  margin: min(3.5vw, 42px) auto min(6.8333333333vw, 82px);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .en .en-section .history-table {
    margin-bottom: min(15.625vw, 120px);
    width: 100%;
  }
}
.en .en-section .history-table::before {
  content: "";
  background: #752485;
  width: 1px;
  height: 100%;
  position: absolute;
  top: min(2.0833333333vw, 25px);
  left: min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .en .en-section .history-table::before {
    top: min(5.859375vw, 45px);
    left: min(18.6197916667vw, 143px);
  }
}
.en .en-section .history-table th {
  color: #752485;
  font-size: min(1.3333333333vw, 16px);
  padding: 1em 0;
  padding-right: 2.5em;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .en .en-section .history-table th {
    font-size: min(3.3854166667vw, 26px);
    padding-right: 0.5em;
  }
}
.en .en-section .history-table td {
  font-size: min(1.3333333333vw, 16px);
  font-family: "Shippori Mincho B1", serif;
  padding: 1em 0;
  padding-left: 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .en .en-section .history-table td {
    font-size: min(3.6458333333vw, 28px);
    padding-left: 1.5em;
  }
}
.en .en-section .history-table td::before {
  content: "";
  background: #752485;
  border-radius: 50%;
  width: min(0.75vw, 9px);
  height: min(0.75vw, 9px);
  position: absolute;
  top: min(2.0833333333vw, 25px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .en .en-section .history-table td::before {
    top: min(5.5989583333vw, 43px);
    width: min(1.5625vw, 12px);
    height: min(1.5625vw, 12px);
  }
}
.en .en-section .one-column-wrapper {
  margin-top: min(9vw, 108px);
  padding-left: 2.5em;
  position: relative;
}
.en .en-section .one-column-wrapper::before {
  content: "";
  background: #752485;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -4px;
}
.en .en-section .one-column-wrapper .text-box {
  border: none;
  padding-left: 0;
  width: 100%;
}
.en .en-section .one-column-wrapper .text-box::before {
  content: "";
  border-left: 1px solid #752485;
  height: 150%;
  width: 0;
  position: absolute;
  top: 0px;
  left: calc(-2.5em - 1px);
}
@media screen and (max-width: 768px) {
  .en .en-section .one-column-wrapper .text-box::before {
    height: 110%;
  }
}
.en .en-section .one-column-wrapper .text-box::after {
  content: "";
  background: #752485;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: calc(-2.5em - 4px);
}
@media screen and (max-width: 768px) {
  .en .en-section .one-column-wrapper .text-box::after {
    bottom: -10%;
  }
}
.en .en-section .one-column-wrapper .image-wrapper {
  max-width: 820px;
  width: 80%;
  margin: 1em auto 2em;
}
@media screen and (max-width: 768px) {
  .en .en-section .one-column-wrapper .image-wrapper {
    max-width: inherit;
    padding-left: 0;
    width: 100%;
  }
}
.en .en-section {
  /*one-column-wrapper*/
}
.en .en-section .imgnone-column-wrapper .text-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .en .en-section .imgnone-column-wrapper {
    padding-left: 0;
  }
}
.en {
  /*en-section*/
}
.en .contact-section {
  margin-top: min(9vw, 108px);
  padding-bottom: min(6vw, 72px);
}
.en .contact-section p {
  text-align: center;
  font-size: min(1.3333333333vw, 16px);
  margin: 3em 0;
}
.en {
  /*contact-section*/
} /*en*/
/***********************************************************************
private-news
**********************************************************************/
.private-news .newslist {
  max-width: 800px;
  width: 80%;
  margin: min(6.8333333333vw, 82px) auto 0;
}
.private-news .contact-title {
  color: #80478c;
  margin-bottom: 1%;
}
.private-news .contact-box {
  border: 2px solid #80478c;
  margin-bottom: 11%;
  padding: 4%;
}
.private-news .newslist .border-gradation {
  color: #752485;
  text-align: center;
  margin-bottom: 0.5em;
}
.private-news .newslist .columns {
  gap: 0;
}
.private-news .newslist .tab-btn {
  border-top: 5px solid #752485;
  padding: 0;
}
.private-news .newslist .tab-btn li {
  color: #fff;
  background: #484848;
  border-top: 1px solid #484848;
  border-right: 1px solid #fff;
  border-radius: 0;
  margin-right: 0;
  padding: 2% 0;
  width: 16.6666666667%;
  text-align: center;
  cursor: pointer;
}
.private-news .newslist .tab-btn li.active {
  background: #ece5ca;
  color: #752485;
  font-weight: 600;
}
.private-news .newslist .tab-btn li:last-child {
  border-right: none;
}
.private-news .newslist .tab-btn li:first-child.active {
  border-left: 1px solid #484848;
}
.private-news .newslist .tab-btn li:last-child.active {
  border-right: 1px solid #484848;
}
.private-news .newslist .tab-desc {
  background: #ece5ca;
  padding: 3em;
}
@media screen and (max-width: 768px) {
  .private-news .newslist .tab-desc {
    padding: 1.5em;
  }
}
.private-news .newslist .list-content li {
  display: flex;
  gap: 1em;
  border-bottom: 1px dotted #666;
  padding: 0.75em 0;
}
.private-news .newslist .list-content li .date {
  color: #752485;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.private-news .newslist .list-content li a {
  font-weight: 500;
}
.private-news {
  /*newslist*/
}
.private-news .document-wrapper {
  max-width: 800px;
  width: 80%;
  margin: min(3.5vw, 42px) auto 0;
}
.private-news .document-wrapper .border-gradation {
  border-bottom: 1px solid #000;
  font-size: min(1.5vw, 18px);
}
@media screen and (max-width: 768px) {
  .private-news .document-wrapper .border-gradation {
    font-size: min(4.1666666667vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .private-news .document-wrapper p {
    font-size: min(3.3854166667vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .private-news .document-wrapper .link-list li {
    font-size: min(3.6458333333vw, 28px);
  }
}
.private-news .document-wrapper .link-list li::before {
  content: "●";
  color: #333;
  margin-right: 0.25em;
}
.private-news .document-wrapper .link-list a {
  color: #007fc7;
  text-decoration: underline;
}

/*private-news*/
/***********************************************************************
welcome
**********************************************************************/
#welcom-movie {
  max-width: 1000px;
  width: 80%;
  margin: min(6.8333333333vw, 82px) auto 0;
}

.form-box {
  margin: 0px auto 100px 0;
  max-width: 1000px;
  width: 85%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-box {
    width: auto;
  }
}
.form-box p:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .form-box .mwform-checkbox-field {
    display: inline-block;
    white-space: nowrap;
  }
}
.form-box ul {
  list-style: none;
  padding: 0;
}
.form-box h3 {
  font-size: 35px !important;
  font-weight: bold;
  margin: 100px 0 20px !important;
  text-align: center;
}
.form-box h3::before {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    font-size: 24px !important;
  }
}
.form-box table {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-box table {
    margin-bottom: 10px;
  }
}
.form-box table th {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0;
  padding: 20px 10px 15px;
  width: 220px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1150px) {
  .form-box table th {
    font-size: 12px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form-box table th {
    display: block;
    font-size: 16px;
    width: auto;
    margin: 0 -22px 0px;
    padding: 5px 20px;
  }
  .form-box table th br {
    display: none;
  }
}
.form-box table th .required {
  background: #80478c;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.35em 0.5em 0.5em;
  letter-spacing: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .form-box table th .required {
    font-size: 12px;
    line-height: 18px;
  }
}
.form-box table td {
  box-sizing: border-box;
  padding: 12px 10px;
  vertical-align: middle;
  width: calc(100% - 210px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form-box table td {
    display: block;
    padding: 0 0 15px;
    width: 100%;
  }
}
.form-box table td p {
  font-weight: 500;
}
.form-box table td.date input[type=text].no100,
.form-box table td.date input[type=tel].no100,
.form-box table td.date input[type=number].no100,
.form-box table td.date textarea.no100 {
  width: 60px !important;
}
.form-box table td .event-list {
  padding: 1em 1.5em;
  background-color: rgba(128, 71, 140, 0.1);
}
@media screen and (max-width: 768px) {
  .form-box table td .event-list {
    padding: 1em 1em;
  }
}
.form-box table td .event-list label {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .form-box table td .event-list label {
    white-space: normal;
    font-size: 0.85em;
    line-height: 1.3;
  }
}
.form-box table td .event-list label input[type=checkbox] {
  width: 1.2em;
  height: 1.2em;
}
.form-box table input[type=text],
.form-box table input[type=tel],
.form-box table input[type=number],
.form-box table textarea {
  border: 1px solid;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  padding: 13px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .form-box table input[type=text],
  .form-box table input[type=tel],
  .form-box table input[type=number],
  .form-box table textarea {
    font-size: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form-box table input[type=text],
  .form-box table input[type=tel],
  .form-box table input[type=number],
  .form-box table textarea {
    margin-bottom: 3px;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.form-box table input[type=text].no100,
.form-box table input[type=tel].no100,
.form-box table input[type=number].no100,
.form-box table textarea.no100 {
  width: auto !important;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .form-box table input[type=text].no100,
  .form-box table input[type=tel].no100,
  .form-box table input[type=number].no100,
  .form-box table textarea.no100 {
    width: 35%;
    max-width: 100px;
  }
}
.form-box table input[type=text]#zip, .form-box table input[type=text][name=age],
.form-box table input[type=tel]#zip,
.form-box table input[type=tel][name=age],
.form-box table input[type=number]#zip,
.form-box table input[type=number][name=age],
.form-box table textarea#zip,
.form-box table textarea[name=age] {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .form-box table input[type=text]#zip, .form-box table input[type=text][name=age],
  .form-box table input[type=tel]#zip,
  .form-box table input[type=tel][name=age],
  .form-box table input[type=number]#zip,
  .form-box table input[type=number][name=age],
  .form-box table textarea#zip,
  .form-box table textarea[name=age] {
    width: auto !important;
  }
}
.form-box table input[type=number] {
  padding: 8px 10px;
  text-align: center;
  -moz-appearance: textfield;
}
.form-box table input[type=number]::-webkit-inner-spin-button, .form-box table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-box table {
  /*
  .horizontal-item {
      display: block;

      &+.horizontal-item {
          margin-left: 0;
          margin-top: 2px;
      }
  }
  */
}
.form-box table select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: white;
  border: 1px solid #292929;
  border-radius: 0;
  color: #292929;
  font-size: 15px;
  line-height: 1;
  padding: 16px 27px 16px 8px;
}
@media screen and (max-width: 1150px) {
  .form-box table select {
    font-size: 12px;
    padding: 10px 27px 10px 8px;
  }
}
@media screen and (max-width: 768px) {
  .form-box table select {
    padding: 12px 27px 12px 8px;
  }
}
.form-box table .select-wrap {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-box table .select-wrap {
    margin-bottom: 7px;
  }
}
.form-box table .select-wrap::before {
  background: url("../images/common/arrow-select.svg") no-repeat center/contain;
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 21px;
  width: 11px;
}
@media screen and (max-width: 768px) {
  .form-box table .select-wrap::before {
    top: 17px;
  }
}
.form-box table .radio-btn {
  margin-top: 10px;
}
.form-box table .note {
  font-size: 14px;
  margin: 3px 0 1em;
}
@media screen and (max-width: 768px) {
  .form-box table .note {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.form-box table.root-table > tbody > tr > th, .form-box table.root-table > tbody > tr > td {
  display: block;
  width: 100%;
}
.form-box table.root-table > tbody > tr > th {
  padding-bottom: 0;
}
.form-box table.root-table > tbody > tr > td {
  padding-top: 0.5em;
}
.form-box table.sub-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .form-box table.sub-table {
    margin-bottom: 20px;
    width: 310px;
  }
}
.form-box table.sub-table th {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 1150px) {
  .form-box table.sub-table th {
    font-size: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form-box table.sub-table th {
    display: table-cell;
    white-space: nowrap;
  }
}
.form-box table.sub-table td:not(:first-child) {
  text-align: right;
  border-left: 1px solid #000;
}
.form-box table.sub-table td {
  border-bottom: 1px solid #000;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 1150px) {
  .form-box table.sub-table td {
    font-size: 12px;
    padding: 8px;
  }
  .form-box table.sub-table td input[type=number] {
    width: 50px !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 768px) {
  .form-box table.sub-table td {
    display: table-cell;
    white-space: nowrap;
  }
  .form-box table.sub-table td:last-child {
    width: 20%;
  }
}
.form-box .purpose-block {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-box .purpose-block {
    width: 280px;
  }
}
.form-box .purpose-block .other {
  display: none;
  text-align: left;
}
.form-box .purpose-block .other.active {
  display: block;
}
.form-box .submit-btn {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-box .submit-btn {
    margin-bottom: 20px;
  }
}
.form-box .back-btn + p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-box .back-btn + p {
    font-size: 13px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.form-box input[type=submit] {
  -webkit-appearance: none;
  background: #292929;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
}
.form-box input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .form-box input[type=submit]:hover {
    opacity: 1;
  }
}
.form-box .upload-filename {
  font-size: 1em;
  padding: 0 15px;
}
.form-box .horizontal-item {
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .form-box .horizontal-item {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.form-box .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form_confirm .form-box table td {
  text-align: left;
}
.mw_wp_form_confirm .form-box table td p {
  display: inline;
}
.mw_wp_form_confirm .form-box table span.example {
  color: #999;
}
.mw_wp_form_confirm .form-box table span.required,
.mw_wp_form_confirm .form-box table p.upload-filename,
.mw_wp_form_confirm .form-box table p.note,
.mw_wp_form_confirm .form-box table .count-text,
.mw_wp_form_confirm .form-box table .back-btn + p {
  display: none;
}
.mw_wp_form_confirm .form-box table .file-upload-box label:empty {
  display: none;
}
.mw_wp_form_confirm .form-box table .select-wrap {
  white-space: nowrap;
}
.mw_wp_form_confirm .form-box table .select-wrap::before {
  display: none;
}
.mw_wp_form_confirm .form-box table .file-upload-box span,
.mw_wp_form_confirm .form-box table .upload-filename {
  display: none;
}
.mw_wp_form_confirm .form-box table.root-table {
  border-top: 1px solid #999;
  text-align: left;
}
.mw_wp_form_confirm .form-box table.root-table > tbody > tr > th, .mw_wp_form_confirm .form-box table.root-table > tbody > tr > td {
  display: table-cell;
  width: auto;
  padding: 15px 10px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .form-box table.root-table > tbody > tr > th, .mw_wp_form_confirm .form-box table.root-table > tbody > tr > td {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.mw_wp_form_confirm .form-box table.root-table > tbody > tr > th {
  color: #80478c;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .form-box table.root-table > tbody > tr > th {
    border-bottom: none;
  }
}
.mw_wp_form_confirm .form-box .purpose-block {
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
}
.mw_wp_form_confirm .form-box .purpose-block .other {
  display: block;
}
.mw_wp_form_confirm .submit-box {
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .submit-box {
    padding-top: 2em;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.mw_wp_form_confirm .back-btn {
  text-align: center;
}
.mw_wp_form_confirm .back-btn button {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #292929;
  border-radius: 0;
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  padding: 9px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
}
.mw_wp_form_confirm .back-btn button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .back-btn button:hover {
    opacity: 1;
  }
}

.mwform-radio-field {
  white-space: nowrap;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 1px;
}

.file-upload-box {
  padding-top: 10px;
  align-items: center;
  display: flex;
}
.file-upload-box input[type=file] {
  display: none !important;
}
.file-upload-box label {
  background: transparent;
  border: 1px solid #292929;
  border-radius: 0;
  color: #292929;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  margin-right: 5px;
  padding: 15px 10px;
}
.file-upload-box label::hover {
  background: #6CD7D9;
  color: #fff;
}
.file-upload-box .mwform-file-delete {
  display: none;
}

@media screen and (max-width: 768px) {
  .educational-wrapper,
  .licenses-wrapper {
    margin-bottom: 15px;
  }
}
.educational-wrapper ul,
.licenses-wrapper ul {
  margin-bottom: 15px;
}
.educational-wrapper li,
.licenses-wrapper li {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
.educational-wrapper .js-btn-more,
.licenses-wrapper .js-btn-more {
  white-space: nowrap;
}
.educational-wrapper .js-btn-more span,
.licenses-wrapper .js-btn-more span {
  cursor: pointer;
  background: #80478c;
  border-radius: 5px;
  padding: 10px 15px;
  color: white;
  text-align: center;
}
.educational-wrapper input[type=radio],
.licenses-wrapper input[type=radio] {
  display: none;
}
@media (min-width: 769px) {
  .educational-wrapper input[type=text],
  .licenses-wrapper input[type=text] {
    width: 325px !important;
  }
}
@media screen and (max-width: 768px) {
  .educational-wrapper input[type=text],
  .licenses-wrapper input[type=text] {
    margin-bottom: 7px;
  }
}

.count-text {
  text-align: right;
}

form .educational-box5,
form .educational-box6,
form .educational-box7,
form .educational-box8,
form .educational-box9,
form .educational-box10,
form .educational-box11,
form .educational-box12,
form .educational-box13,
form .educational-box14,
form .educational-btn6,
form .educational-btn7,
form .educational-btn8,
form .educational-btn9,
form .educational-btn10,
form .educational-btn11,
form .educational-btn12,
form .educational-btn13,
form .educational-btn14,
form .licenses-box5,
form .licenses-box6,
form .licenses-box7,
form .licenses-box8,
form .licenses-box9,
form .licenses-box10,
form .licenses-box11,
form .licenses-box12,
form .licenses-box13,
form .licenses-box14,
form .licenses-btn6,
form .licenses-btn7,
form .licenses-btn8,
form .licenses-btn9,
form .licenses-btn10,
form .licenses-btn11,
form .licenses-btn12,
form .licenses-btn13,
form .licenses-btn14 {
  display: none;
}
form .confirm-show {
  display: block;
}

/***********************************************************************
フォーム
**********************************************************************/
.cf-turnstile {
  width: 300px;
  margin: 0 auto 4em;
}

.required-confirm-text {
  background: #FDF75D;
  border-radius: 12px;
  font-size: min(1.6666666667vw, 20px);
  padding: 1em 2em;
  margin: 0 auto 2em;
  width: 80%;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .required-confirm-text {
    font-size: 16px;
    width: 100%;
  }
}
.required-confirm-text.hide {
  height: 0;
  padding: 0;
}
.required-confirm-text.hide p {
  visibility: hidden;
}
.required-confirm-text p {
  text-align: center;
}
.required-confirm-text span {
  color: red;
  font-weight: 700;
  margin-right: 0.25em;
}
.required-confirm-text em {
  font-weight: 700;
  font-style: normal;
}

.wpcf7-not-valid-tip {
  position: absolute;
  transition: 0.2s;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background: #FC9395 !important;
}

@media screen and (max-width: 768px) {
  .contact .wrapper,
  .request .wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact .wrapper .wrapper,
  .request .wrapper .wrapper {
    margin: 0 auto;
    width: 80%;
  }
}
.contact .send-text,
.request .send-text {
  margin-top: min(8.1666666667vw, 98px);
}
@media screen and (max-width: 768px) {
  .contact .send-text,
  .request .send-text {
    font-size: 14px;
  }
}
.contact .send-text p,
.request .send-text p {
  text-align: center;
}
.contact .privacy-text,
.request .privacy-text {
  background: #ece5ca;
  padding: 3em;
  margin: 2em auto 0;
  max-width: 1100px;
  width: 90%;
}
.contact .required-txt,
.request .required-txt {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .required-txt,
  .request .required-txt {
    font-size: 14px;
    margin-top: 1.5em;
    text-align: left;
  }
}
.contact .required-txt span,
.request .required-txt span {
  color: #fff;
  position: relative;
}
.contact .required-txt span::before,
.request .required-txt span::before {
  content: "";
  display: block;
  background: #752485;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact .required-txt span::before,
  .request .required-txt span::before {
    height: 24px;
    width: 24px;
  }
}

#thanks .cross-head,
.contact-thanks .cross-head,
.request-thanks .cross-head {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  margin-top: 3em;
  text-align: center;
}
#thanks .text-inner,
.contact-thanks .text-inner,
.request-thanks .text-inner {
  margin: 46px auto 0;
  padding-bottom: 160px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #thanks .text-inner,
  .contact-thanks .text-inner,
  .request-thanks .text-inner {
    margin-top: 20px;
  }
}
#thanks .text-inner p,
.contact-thanks .text-inner p,
.request-thanks .text-inner p {
  text-align: center;
}

.wpcf7-response-output {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

.form-area {
  margin: 46px auto 72px;
  max-width: 1300px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .form-area {
    margin: 12px auto 62px;
    width: 100%;
  }
}
.form-area .form-input,
.form-area .form-confirm {
  max-width: 1100px;
  margin: auto;
}
.form-area .form-confirm {
  max-width: 800px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .form-area .form-confirm {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-area .form-confirm th {
    background: #ccc;
  }
}
@media screen and (max-width: 768px) {
  .form-area table {
    display: list-item;
  }
}
.form-area th {
  font-weight: 700;
  white-space: nowrap;
  padding: 1rem 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .form-area th {
    display: list-item;
    font-size: 14px;
    border-bottom: 1px dotted #999;
    padding: 1rem 0 0.5em;
    text-align: left;
    white-space: normal;
  }
}
.form-area th span {
  color: #fff;
  padding-left: 0.5rem;
  position: relative;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .form-area th span {
    padding-right: 0.1em;
    margin-left: 0.25em;
  }
}
.form-area th span::before {
  content: "";
  display: block;
  background: #752485;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .form-area th span::before {
    height: 24px;
    width: 24px;
  }
}
.form-area td {
  padding: 1rem 0;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .form-area td {
    display: list-item;
    padding: 0.5em 0 0.5em;
    text-align: left;
  }
}
.form-area td .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
  margin-left: 0rem;
}
.form-area .flex p {
  display: flex;
  gap: 0 2%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-area .flex p {
    gap: 0 1%;
  }
}
.form-area label {
  font-size: 16px;
}
.form-area input[type=text], .form-area textarea, .form-area input[type=email], .form-area input[type=tel] {
  background: #ebf0f2;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 1rem;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 768px) {
  .form-area input[type=text], .form-area textarea, .form-area input[type=email], .form-area input[type=tel] {
    padding: 0.5rem 0.75rem;
    width: 100%;
  }
}
.form-area select {
  font-size: 16px;
  background: #ebf0f2;
  border-radius: 5px;
  border: none;
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
}
@media screen and (max-width: 768px) {
  .form-area select {
    padding: 0.5rem;
  }
}
.form-area .zip {
  width: 200px !important;
}
.form-area label {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.form-area label:not(:last-of-type) {
  margin-bottom: 16px;
}
.form-area input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #696969;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 0.5em;
}
.form-area input[type=checkbox]:checked {
  background-color: #80478c;
}
.form-area input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.form-area input[type=submit],
.form-area input[type=button].confirm_button,
.form-area .confirm_button {
  -webkit-appearance: button;
  border: none;
  background: rgb(11, 87, 166);
  background: linear-gradient(90deg, rgb(11, 87, 166) 0%, rgb(0, 146, 211) 100%);
  color: #fff;
  display: block;
  font-size: clamp(14px, 2vw, 16px);
  margin: auto;
  padding: 1.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-area input[type=submit],
  .form-area input[type=button].confirm_button,
  .form-area .confirm_button {
    margin-bottom: 0px;
  }
}
.form-area input[type=submit]:hover,
.form-area input[type=button].confirm_button:hover,
.form-area .confirm_button:hover {
  cursor: pointer;
}
.form-area input[type=button] {
  background: #333;
  border: none;
  color: #fff;
  padding: 14px 20px 14px;
  display: block;
  margin: 0 auto 82px;
}
.form-area input[type=button]:hover {
  cursor: pointer;
}
.form-area button.back_button {
  background: #666;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 14px 20px 14px;
  display: block;
  margin: 0 auto 0;
}
.form-area button.back_button:hover {
  cursor: pointer;
}
.form-area button.zip-button {
  -webkit-appearance: button;
  background: #FF8E00;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px 4px;
}
@media screen and (max-width: 768px) {
  .form-area button.zip-button {
    padding: 4px 10px 4px;
  }
}
.form-area button.zip-button:hover {
  cursor: pointer;
}
.form-area .place .wpcf7-not-valid-tip {
  display: none !important;
}
.form-area .privacy-box {
  background: #e2c0e8;
  border-radius: 10px;
  padding: 20px;
  margin: 1em auto 32px;
  max-width: 1100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box {
    margin: 1em auto 12px;
  }
}
.form-area .privacy-box label {
  margin: auto;
}
.form-area .privacy-box .wpcf7-list-item {
  margin: 0;
}
.form-area .privacy-box .sub-head {
  color: #752485;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box .sub-head {
    padding-bottom: 0.5rem;
  }
}
.form-area .privacy-box .sub-head span {
  border-bottom: 1px solid #752485;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box .sub-head span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.form-area .privacy-box .sub-head + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box .sub-head + p {
    font-size: 14px;
    margin-top: 0.5em;
  }
}
.form-area .privacy-box .sub-head + p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box .sub-head + p + p {
    font-size: 14px;
    margin-top: 1em;
  }
}
.form-area .privacy-box p {
  text-align: center;
}
.form-area .privacy-box a {
  text-decoration: underline;
}
.form-area .privacy-box label {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form-area .privacy-box label {
    font-size: 15px;
    margin-top: 1em;
  }
}
.form-area .privacy-box .privacy-btn p {
  text-align: center;
  margin: 0;
}
.form-area .privacy-box .error {
  font-size: 16px;
}
.form-area {
  /*privacy-box*/
}
.form-area .sup {
  font-size: 13px;
  margin-top: 2em;
}

/*form-area*/
.confirm_button:disabled {
  background: #ccc !important;
}

#confirm,
.confirm_area {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  #confirm,
  .confirm_area {
    margin-top: 2em;
  }
}
#confirm table,
.confirm_area table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #confirm tbody,
  .confirm_area tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #confirm tr,
  .confirm_area tr {
    display: block;
  }
}
#confirm th,
.confirm_area th {
  background: #e4e4e4;
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #confirm th,
  .confirm_area th {
    width: 100%;
  }
}
#confirm th span,
.confirm_area th span {
  display: none;
}
#confirm td,
.confirm_area td {
  border: 1px solid #ccc;
  padding: 0.5rem;
}
#confirm .btn-area,
.confirm_area .btn-area {
  margin-top: 42px;
}

#thanks,
.contact-base,
.thanks_area {
  text-align: center;
}
#thanks .about_desc,
.contact-base .about_desc,
.thanks_area .about_desc {
  margin: 42px 0 0;
}
@media screen and (max-width: 768px) {
  #thanks .about_desc,
  .contact-base .about_desc,
  .thanks_area .about_desc {
    margin: 24px 0 0;
  }
}
#thanks h3,
.contact-base h3,
.thanks_area h3 {
  text-align: center;
  margin: 0 0 1em;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
  position: relative;
  z-index: 300;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 3vw;
  width: 90vw;
  border-radius: 0px;
  box-sizing: border-box;
  border: 10px solid black;
  max-width: 1150px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1583px) {
  .modal__container {
    max-height: 75vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal__container {
    padding: 30px;
    max-height: 75vh;
    max-height: 75dvh;
    width: 90%;
    overflow-y: auto;
  }
}
.modal__container p {
  font-weight: 600;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .modal__container p {
    font-size: 16px;
  }
}
.modal__container h3 {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .modal__container h3 {
    font-size: 16px;
  }
}
.modal__container ul {
  padding-left: 1.5em;
  margin-top: 0;
}
.modal__container ul li {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .modal__container ul li {
    font-size: 14px;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.modal__header h2 {
  margin: 0;
  font-weight: 500;
  font-size: clamp(0px, calc(35 / 1600 * 100vw), 35px);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .modal__header h2 {
    font-size: 28px;
  }
}
.modal__header h2 small {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .modal__header h2 small {
    font-size: 10px;
  }
}

.modal__footer {
  text-align: center;
}
.modal__footer a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal__footer a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic-modal-close.svg) no-repeat center center/contain;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1em;
}
.modal__content h2 {
  margin: 0;
}
.modal__content p {
  line-height: 2;
}
.modal__content .row {
  gap: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal__content .row {
    display: block;
  }
}
.modal__content .row .col {
  flex-grow: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal__content .row .col {
    width: 100%;
  }
}

.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: black;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 0;
  outline: none;
}

.modal__close:before {
  content: "✕";
  color: white;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
  outline: none;
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}/*# sourceMappingURL=styles.css.map */