@charset "UTF-8";
/* Shared */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  font-size: 2.68rem;
}

@media screen and (max-width: 772px) {
  html {
    font-size: 14.0vw;
  }
}

h1, h2, h3, p, ul, li, dl, dt, dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, li, dl, dt, dd {
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .5s ease;
  outline: none;
}

a:hover {
  opacity: .6;
}

a.disabled {
  pointer-events: none;
  opacity: .25;
}

/* Device
------------------------------------------------------------*/
.spView {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pcView {
    display: none !important;
  }
  .spView {
    display: block !important;
  }
}

/* flex
------------------------------------------------------------*/
.flex {
  display: flex;
}

.flex.column {
  flex-direction: column;
}

.flex.center {
  align-items: center;
  justify-content: center;
}

/* hide
------------------------------------------------------------*/
.hide {
  display: none !important;
}

/* text color
------------------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000 !important;
}

/* body
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #232325;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  color: #272729;
  font-size: .27rem;
  text-align: justify;
  line-height: 2.1;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  -o-font-feature-settings: "palt" 1;
  -webkit-tap-highlight-color: rgba(8, 6, 6, 0);
  background-image: url(../../images/bgr_body.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  body {
    text-align: left;
    letter-spacing: .015vw;
  }
}

/* loading
------------------------------------------------------------*/
.wwd__loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  opacity: 1;
  z-index: 9999;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: all;
  transition-duration: 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.wwd__loading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.wwd__loading img {
  width: 640px;
  margin: 0 auto;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .wwd__loading img {
    max-width: 65.0vw;
  }
}

.wwd__loading.complete {
  left: unset;
  animation: slideOutRight .6s .3s forwards ease;
}

/* nav__header
------------------------------------------------------------*/
.nav__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  height: 100.0vh;
  transition: all .3s ease;
}

.nav__header .c-gnavi__button {
  position: fixed;
  top: .65rem;
  left: .75rem;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: .85rem;
  height: .85rem;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button {
    top: 6.0vw;
    left: 6.0vw;
    width: 8.5vw;
    height: 8.5vw;
  }
}

.nav__header .c-gnavi__button .icon-container span {
  display: block;
  width: .8rem;
  height: .036rem;
  background-color: #FB474A;
  margin: .215rem 0;
  transition: .3s ease-in-out;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button .icon-container span {
    width: 7.0vw;
    height: .38vw;
    margin: 1.8vw 0;
  }
}

.nav__header .c-gnavi__button .icon-container span:nth-child(2) {
  width: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button .icon-container span:nth-child(2) {
    width: 5.0vw;
  }
}

.nav__header .c-gnavi__button.is-open span {
  background-color: #fff;
  margin: 0;
}

.nav__header .c-gnavi__button.is-open span:nth-child(1) {
  transform: translateY(0.036rem) rotate(45deg) !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(1) {
    transform: translateY(0.34vw) rotate(45deg) !important;
  }
}

.nav__header .c-gnavi__button.is-open span:nth-child(2) {
  transform: translateX(-10px) !important;
  opacity: 0 !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(2) {
    transform: translateX(-10px) !important;
  }
}

.nav__header .c-gnavi__button.is-open span:nth-child(3) {
  transform: translateY(-0.036rem) rotate(-45deg) !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(3) {
    transform: translateY(-0.35vw) rotate(-45deg) !important;
  }
}

.nav__header #drawer {
  position: fixed;
  top: 0;
  left: -650px;
  z-index: 1000;
  width: 100%;
  max-width: 650px;
  height: 100%;
  background-color: #232325;
  transition: all .3s ease;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer {
    left: -90.0vw;
    max-width: 90.0vw;
    overflow: auto;
  }
}

.nav__header #drawer.is-show {
  left: 0;
}

.nav__header #drawer .drawer__inner {
  display: flex;
  position: relative;
  padding: 3.24rem .95rem 0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner {
    flex-direction: column;
    padding: 22.0vw 6.0vw 6.0vw 14.0vw;
  }
}

.nav__header #drawer .drawer__inner ul {
  list-style: none;
  width: 50%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul {
    width: 100%;
    margin-bottom: 6.0vw;
  }
}

.nav__header #drawer .drawer__inner ul li {
  position: relative;
  margin-top: 0;
  margin-bottom: .743rem;
  font-size: .325rem;
  line-height: 1.0;
  letter-spacing: 0;
  transition: all .3s ease;
  transform: translateX(10px);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li {
    margin-bottom: 6.0vw;
    font-size: 3.8vw;
    transform: translateX(5vw);
  }
}

.nav__header #drawer .drawer__inner ul li:last-child {
  margin-bottom: 0;
}

.nav__header #drawer .drawer__inner ul li .num img {
  width: auto;
  height: .64rem;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li .num img {
    height: .5rem;
  }
}

.nav__header #drawer .drawer__inner ul li .item {
  display: inline-block;
  padding-left: .45rem;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li .item {
    padding-left: .38rem;
  }
}

.nav__header #drawer .drawer__inner ul li .item small {
  display: inline-block;
  padding-top: .18rem;
  font-family: noto-serif, serif;
  font-style: normal;
  font-weight: 100;
  font-size: .425rem;
  letter-spacing: -0.015rem;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li .item small {
    padding-top: .16rem;
    font-size: .38rem;
  }
}

.nav__header #drawer .drawer__inner ul li a {
  display: flex;
  position: relative;
  padding: 0;
  color: #fff;
}

.nav__header #drawer .drawer__inner ul li a span img {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li a span img {
    height: 6.5vw;
  }
}

.nav__header #drawer .drawer__inner ul li a img {
  display: inline-block;
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li a img {
    margin-top: 2.6vw;
    height: 4.25vw;
  }
}

.nav__header #drawer.is-show .drawer__inner ul li {
  opacity: 1.0;
  transform: translateX(0);
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer.is-show .drawer__inner ul li {
    transform: translateX(0);
  }
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(1) {
  transition-delay: .35s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(2) {
  transition-delay: .40s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(3) {
  transition-delay: .45s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(4) {
  transition-delay: .50s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(5) {
  transition-delay: .55s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(6) {
  transition-delay: .60s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(1) li:nth-child(1) {
  transition-delay: .35s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(1) li:nth-child(2) {
  transition-delay: .40s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(1) li:nth-child(3) {
  transition-delay: .45s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(1) li:nth-child(4) {
  transition-delay: .50s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(2) li:nth-child(1) {
  transition-delay: .55s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(2) li:nth-child(2) {
  transition-delay: .60s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(2) li:nth-child(3) {
  transition-delay: .65s;
}

.nav__header #drawer.is-show .drawer__inner ul:nth-child(2) li:nth-child(4) {
  transition-delay: .70s;
}

/* modal
------------------------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 1.0rem;
  transform: translate(-50%, -50%);
  width: 840px;
  font-size: .425rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .modal__content {
    top: 45%;
    padding-top: 0.8rem;
    width: 85%;
    max-height: 80.0vh;
  }
}

.modal__content_inner {
  background-color: #fff;
  padding: 1.0rem;
  box-sizing: border-box;
  font-size: 0.45rem;
}

@media only screen and (max-width: 768px) {
  .modal__content_inner {
    padding: 0.5rem;
    max-height: calc(80.0vh - 0.8rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.modal__content h2 {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .modal__content h2 {
    font-size: 80%;
  }
}

.modal__content p {
  margin-top: 0.5rem;
  font-size: 80%;
}

@media only screen and (max-width: 768px) {
  .modal__content p {
    font-size: 65%;
  }
}

.modal__content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.0rem;
  height: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .modal__content .btn-close {
    width: 8.0vw;
    height: 8.0vw;
  }
}

.modal__content .btn-close:before, .modal__content .btn-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  right: 11%;
  width: .8rem;
  height: .0285rem;
  background-color: #fff;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .modal__content .btn-close:before, .modal__content .btn-close:after {
    width: 8.0vw;
    height: .38vw;
    margin: 1.8vw 0;
  }
}

.modal__content .btn-close:before {
  transform: translate(0.825vw, -1.65vw) rotate(45deg) !important;
}

.modal__content .btn-close:after {
  transform: translate(0.825vw, -1.65vw) rotate(-45deg) !important;
}

/* btn
------------------------------------------------------------*/
.btn-wrap {
  margin: 0;
  padding: 0;
}

.btn-wrap.center {
  text-align: center;
}

.btn-wrap .btn {
  display: inline-block;
  width: 100%;
  background-color: #FB474A;
  color: #fff;
  font-size: .38rem;
  /* 17px */
  text-align: center;
  line-height: 1.18rem;
  transition: all .3s ease-in;
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn {
    font-size: 4.2vw;
  }
}

.btn-wrap .btn:hover {
  background-color: #fff;
  color: #FB474A;
  opacity: 1;
}

.btn-wrap.disabled {
  pointer-events: none;
}

footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  min-height: 15.0rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  footer {
    min-height: unset;
  }
}

footer .inquiry {
  margin-bottom: 1.6rem;
  width: 300px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .inquiry {
    margin-bottom: 8.5vh;
    width: 68.0vw;
  }
}

footer .inquiry dl dt {
  margin-bottom: .8rem;
  color: #fff;
  font-size: .57rem;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  footer .inquiry dl dt {
    margin-bottom: 3.5vh;
    font-size: 6.8vw;
  }
}

footer .inquiry dl dd.btn-wrap .btn {
  font-size: .465rem;
  line-height: 1.35rem;
}

@media only screen and (max-width: 768px) {
  footer .inquiry dl dd.btn-wrap .btn {
    font-size: 4.8vw;
    line-height: 15.0vw;
  }
}

footer .wwdj-footer-social {
  margin-bottom: 2.0rem;
  width: 3.0rem;
}

@media only screen and (max-width: 768px) {
  footer .wwdj-footer-social {
    margin-bottom: 10.0vh;
    width: 42.0vw;
  }
}

footer .wwdj-footer-social h4 {
  margin-top: 0;
  margin-bottom: .6rem;
  color: #fff;
  font-family: "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  font-size: .32rem;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  footer .wwdj-footer-social h4 {
    margin-bottom: 2.5vh;
    font-size: 3.25vw;
  }
}

footer .wwdj-footer-social ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1;
  list-style: none;
}

footer .wwdj-footer-social ul li {
  width: .6rem;
  height: .6rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  footer .wwdj-footer-social ul li {
    width: 8.0vw;
    height: 8.0vw;
  }
}

footer .wwdj-footer-social ul li:first-child {
  margin-left: 0;
}

footer .wwdj-footer-social ul li a {
  display: block;
}

footer .wwdj-footer-social svg {
  width: .6rem;
  height: .6rem;
  max-width: 100%;
  max-height: 100%;
  fill: #fff;
}

@media only screen and (max-width: 768px) {
  footer .wwdj-footer-social svg {
    width: 8.0vw;
    height: 8.0vw;
  }
}

footer .logo {
  width: 100%;
  width: 240px;
  margin: 0 auto;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  footer .logo {
    width: 100%;
    max-width: 40.0vw;
  }
}

footer .logo path {
  fill: #fff;
}

footer p {
  margin-top: .8rem;
  font-family: "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", "Osaka", sans-serif;
  color: #fff;
  font-size: .2559rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer p {
    margin-top: 4.8vh;
    font-size: 2.35vw;
    font-weight: 100;
  }
}

/* keyframes
------------------------------------------------------------*/
@keyframes slideInLeft {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes slideOutRight {
  from {
    max-width: 100%;
  }
  to {
    max-width: 0;
  }
}

@keyframes slideInTop {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

/*!-------------------------------------------------------------
 Pages
--------------------------------------------------------------*/
.wwd-future-college2021:after {
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -100;
  object-fit: cover;
}

.wwd-future-college2021.loading {
  pointer-events: none;
  touch-action: none;
  overflow: hidden;
}

.setWidth {
  transition: width .3s ease 0.01s;
}

/* bg-movie
------------------------------------------------------------*/
#bg-movie {
  position: fixed;
  z-index: -100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../../images/bgr_movie.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity .6s ease;
}

#bg-movie .guide-scroll {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all .65s ease;
  overflow: hidden;
}

#bg-movie .guide-scroll .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9), (aspect-ratio: 16 / 9) {
  #bg-movie .guide-scroll img {
    height: 25%;
  }
}

@media (orientation: portrait) {
  #bg-movie .guide-scroll img {
    width: 36%;
    height: auto;
  }
}

#bg-movie video {
  position: absolute;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transition: opacity .6s ease-in;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  #bg-movie video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  #bg-movie video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-aspect-ratio: 1 / 1), (aspect-ratio: 9 / 16) {
  #bg-movie video {
    width: 100%;
    height: auto;
    min-height: unset;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

#bg-movie.hidden video {
  opacity: 0;
}

#bg-movie.guideOff .guide-scroll {
  opacity: 0;
  height: 0 !important;
  transition-duration: .85s !important;
}

/* applyBtn
------------------------------------------------------------*/
#applyBtn {
  position: fixed;
  z-index: 999;
  width: 130px;
  height: 130px;
  right: 0.5rem;
  bottom: -0.5rem;
  line-height: 0;
  opacity: 0;
  transition: all .3s ease;
  border-radius: 50%;
  overflow: hidden;
  backdrop-filter: blur(3px);
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #applyBtn {
    width: 28.0vw;
    height: 28.0vw;
    right: 0.25rem;
  }
}

#applyBtn.active {
  bottom: 0.5rem;
  opacity: 1.0;
  pointer-events: unset;
}

@media only screen and (max-width: 768px) {
  #applyBtn.active {
    bottom: 0.25rem;
  }
}

#applyBtn a {
  display: inline-block;
}

/* popup
------------------------------------------------------------*/
.popup-content-wrap {
  position: relative;
  width: 100%;
  padding: 1.0rem;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .popup-content-wrap {
    width: 85.0vw;
    margin: 0 auto;
    padding: 0.5rem;
    text-align: justify;
  }
}

.popup-content-wrap h1 {
  margin-bottom: .5rem;
  font-size: .425rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .popup-content-wrap h1 {
    margin-bottom: 2.425vw;
    font-size: 4.85vw;
    text-align: center;
  }
}

.popup-content-wrap p {
  margin-bottom: 0.85rem;
  font-size: .345rem;
}

@media only screen and (max-width: 768px) {
  .popup-content-wrap p {
    margin-bottom: 6.5vw;
    font-size: 4.0vw;
  }
}

.popup-content-wrap p span {
  display: inline-block;
  margin-top: .345rem;
}

@media only screen and (max-width: 768px) {
  .popup-content-wrap p span {
    margin-top: 4.0vw;
  }
}

.popup-content-wrap .c-button {
  min-width: 180px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  font-size: .345rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 768px) {
  .popup-content-wrap .c-button {
    width: 100%;
    border-radius: 1.5vw;
    padding: 2.4vw 0;
    font-size: 4.0vw;
  }
}

.popup-content-wrap .c-button:hover {
  background-color: #FB474A;
}

.popup-content-wrap .c-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #e8e8e8;
}

.mfp-content {
  max-width: 800px;
  padding-top: 44px;
}

.mfp-fade01.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* box-mainvisual
------------------------------------------------------------*/
.box-mainvisual {
  position: relative;
  position: relative;
  z-index: 99;
}

.box-mainvisual .container {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .container {
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
}

.box-mainvisual .contentTitle {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.box-mainvisual .contentTitle .logo {
  width: 100%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .contentTitle .logo {
    margin: 15.0vw auto;
    max-width: 90vw;
  }
}

.box-mainvisual .contentTitle .scrollsign {
  position: fixed;
  right: .75rem;
  bottom: .65rem;
  transition: opacity .6s ease;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .contentTitle .scrollsign {
    bottom: 6.0vw;
    right: 6.0vw;
  }
}

.box-mainvisual .contentTitle .scrollsign div {
  width: 74px;
  height: 74px;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .contentTitle .scrollsign div {
    width: 8.5vw;
    height: 8.5vw;
  }
}

.box-mainvisual .contentTitle .scrollsign.hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.box-mainvisual .introduction {
  padding: 100px;
  height: calc(100vh - 200px);
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .introduction {
    padding: 15.0vw 0;
  }
}

.box-mainvisual .introduction p {
  margin: 0;
  font-size: .525rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .introduction p {
    padding: 0 .5rem;
    font-size: .345rem;
  }
}

.box-mainvisual .movie {
  position: relative;
  height: 125.0vh;
}

.box-mainvisual .movie .movie_layer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100.0%;
  height: 100.0%;
  opacity: 0;
  transition: opacity .3s ease-in;
  pointer-events: none;
}

.box-mainvisual .movie .movie_layer.is_view {
  opacity: 1;
  pointer-events: unset;
}

.box-mainvisual .movie .movie_layer iframe {
  width: 690px;
  height: calc((690px / 16) * 9);
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .movie .movie_layer iframe {
    width: 6.0rem;
    height: calc((6.0rem / 16) * 9);
  }
}

/* box-contentbody
------------------------------------------------------------*/
.box-contentbody {
  position: relative;
  z-index: 100;
  background-color: #232325;
}

/* box-spread
------------------------------------------------------------*/
.box-spread {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  max-width: 970px;
  box-sizing: border-box;
}

.box-spread .inner-content {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 1.45rem 0 0;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content {
    max-width: unset !important;
    padding-top: 20.0vw;
  }
}

.box-spread .inner-content .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
}

.box-spread .inner-content .container.btn {
  display: block;
  padding-top: 30px;
}

.box-spread .inner-content .container.btn p {
  color: #e80013;
  font-weight: bold;
}

.box-spread .inner-content .box-header {
  width: 100%;
  position: relative;
  margin-bottom: 0.64rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header {
    width: auto;
    margin-bottom: 6.0vw;
    padding-left: 0;
  }
}

.box-spread .inner-content .box-header .title-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 14.69rem;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .title-wrap {
    position: relative;
    width: 90.0vw !important;
    margin: 0 auto;
  }
}

.box-spread .inner-content .box-header .title-wrap .eng {
  font-family: noto-serif, serif;
  color: #F2CAB4;
  font-size: 2.1rem;
  line-height: 1.0;
  font-weight: 100;
  font-style: normal;
  letter-spacing: -0.075rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .title-wrap .eng {
    font-size: 16.5vw;
    text-align: right;
    letter-spacing: -0.25vw;
  }
}

.box-spread .inner-content .box-header .title-wrap h2 {
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.58rem;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .title-wrap h2 {
    margin: 5.0vw 0;
    font-size: 6.3vw;
  }
}

.box-spread .inner-content .box-header .num-wrap {
  position: relative;
  height: 275px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .num-wrap {
    height: 47.8vw;
  }
}

.box-spread .inner-content .box-header .num-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 970px calc(970px * 0.2783);
  display: block;
  width: 970px;
  height: 275px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .num-wrap::before {
    width: 100vw;
    height: calc(100vw * 0.4733);
    background-size: 100vw calc(100vw * 0.4733);
  }
}

.box-spread .inner-content .box-header .num-wrap .inner {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all .8s ease;
  transition-delay: .2s;
}

.box-spread .inner-content .box-header .num-wrap .inner img {
  max-width: unset;
}

.box-spread .inner-content .box-header .num-wrap.is_animated .inner {
  width: 100%;
}

.box-spread .inner-content .box-header .lead-wrap {
  padding: 1.2rem 1.704rem .6rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .lead-wrap {
    padding: 16.0vw 10.0vw 2.0vw;
  }
}

.box-spread .inner-content .box-header .lead-wrap p {
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .lead-wrap p {
    font-size: 6.3vw;
    font-weight: 500;
  }
}

.box-spread .inner-content .box-body {
  display: flex;
  width: 100%;
}

.box-spread .inner-content .box-body.column {
  flex-direction: column;
}

.box-spread .inner-content .box-body .animate {
  position: relative;
  display: block;
  will-change: max-width;
  overflow: hidden;
}

.box-spread .inner-content .box-body .animate.slideInLeft {
  max-width: 0;
}

.box-spread .inner-content .box-body .animate.slideInTop {
  max-height: 0;
}

.box-spread .inner-content .box-body .animate.is_animated.slideInLeft {
  animation: slideInLeft .6s .3s forwards ease;
}

.box-spread .inner-content .box-body .animate.is_animated.slideInTop {
  animation: slideInTop .6s .9s forwards ease;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap {
    width: 100.0vw !important;
  }
}

.box-spread .inner-content .box-body .text-wrap dl {
  display: flex;
  background-color: #D6D6D6;
  border-bottom: .213rem solid #D6D6D6;
}

.box-spread .inner-content .box-body .text-wrap dl:last-child {
  margin-bottom: .213rem;
  border-bottom: none !important;
}

.box-spread .inner-content .box-body .text-wrap dl.border-clear {
  border-bottom: none !important;
}

.box-spread .inner-content .box-body .text-wrap dl.margin-clear {
  margin-bottom: 0 !important;
}

.box-spread .inner-content .box-body .text-wrap dl dt, .box-spread .inner-content .box-body .text-wrap dl dd {
  box-sizing: border-box;
  font-size: .425rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dt, .box-spread .inner-content .box-body .text-wrap dl dd {
    font-size: 4.38vw;
    line-height: 1.85;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dt {
  padding: .5rem 0;
  min-width: 3.65rem;
  background-color: #F2CAB4;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dt {
    padding: 0.45rem 0;
    min-width: 25.0vw;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dt.wide {
  min-width: 7.3rem;
}

.box-spread .inner-content .box-body .text-wrap dl dd {
  padding: 0.5rem 0.8rem;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dd {
    padding: .45rem .38rem;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dd.p0 {
  padding: 0 !important;
}

.box-spread .inner-content .box-body .text-wrap dl dd ul li {
  margin-left: .42rem;
  font-size: .36rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dd ul li {
    font-size: 4.38vw;
    line-height: 1.85;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dd ul li ul {
  margin-bottom: 0.25rem;
}

.box-spread .inner-content .box-body .text-wrap dl dd dl {
  margin-bottom: 0 !important;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dd dl {
    flex-direction: column;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dd dl:last-child {
  border-top: 1px solid #D6D6D6;
}

.box-spread .inner-content .box-body .text-wrap dl dd dl dt {
  min-width: 7.0rem;
  background-color: #e8e8e8;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap dl dd dl dt {
    min-width: unset;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dd a {
  border-bottom: 0.015rem solid #000;
  transition: all .3s ease;
}

.box-spread .inner-content .box-body .text-wrap dl dd a:hover {
  opacity: 1.0;
  color: #FB474A;
  border-bottom-color: #FB474A;
}

.box-spread .inner-content .box-body .text-wrap h3 {
  font-size: .425rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap h3 {
    font-size: 4.38vw;
  }
}

.box-spread .inner-content .box-body .text-wrap h3 a {
  border-bottom: 0.015rem solid #000;
  transition: all .3s ease;
}

.box-spread .inner-content .box-body .text-wrap h3 a:hover {
  opacity: 1.0;
  color: #FB474A;
  border-bottom-color: #FB474A;
}

.box-spread .inner-content .box-body .text-wrap p {
  text-align: justify;
}

.box-spread .inner-content .box-body .text-wrap p:last-child {
  margin-bottom: 0;
}

.box-spread .inner-content .box-body .text-wrap figure {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

.box-spread .inner-content .box-body small {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body small {
    font-size: 3.25vw;
  }
}

.box-spread .inner-content .box-body small.notes {
  margin-top: 0.65rem;
  font-size: .34rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body small.notes {
    margin-top: 0.35rem;
    font-size: 3.5vw;
  }
}

.box-spread#about {
  position: relative;
  z-index: 200;
}

.box-spread#about .box-header .title-wrap {
  width: 15.8rem;
}

.box-spread#about .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter01_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter01sp_ol.svg);
  }
}

.box-spread#about .box-body .text-wrap {
  min-width: 100%;
  padding: 1.129rem;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body .text-wrap {
    padding: 8.5vw 6.5vw;
  }
}

.box-spread#about .box-body .text-wrap p {
  font-size: .465rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body .text-wrap p {
    font-size: 4.38vw;
  }
}

.box-spread#goal .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter02_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter02sp_ol.svg);
  }
}

.box-spread#goal .box-body .text-wrap {
  padding: 1.48rem;
  min-width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .text-wrap {
    padding: 15.0vw 10.0vw;
  }
}

.box-spread#goal .box-body .text-wrap p.catch {
  font-size: 21px;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .text-wrap p.catch {
    font-size: 5.0vw;
  }
}

.box-spread#goal .box-body .text-wrap dl {
  background-color: transparent !important;
  border-bottom: none !important;
  margin-bottom: 0.465rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .text-wrap dl {
    flex-direction: column !important;
    margin-bottom: 10.0vw;
  }
}

.box-spread#goal .box-body .text-wrap dl:last-child {
  margin-bottom: 0 !important;
}

.box-spread#goal .box-body .text-wrap dl dt {
  background-color: transparent !important;
  font-family: noto-serif, serif;
  color: #F85257;
  font-size: 1.28rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .text-wrap dl dt {
    margin: 0 0 2.5vw;
    padding: 0;
    font-size: 12.5vw;
    text-align: left;
  }
}

.box-spread#goal .box-body .text-wrap dl dd {
  padding: .5rem .8rem .5rem 1.3rem;
  font-size: 0.63rem;
  line-height: 1.8;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .text-wrap dl dd {
    padding: 0;
    font-size: 4.85vw;
    line-height: 2.1;
  }
}

.box-spread#goal .box-body .box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.box-spread#goal .box-body .box-wrap dl {
  background-color: #fff;
  width: calc(25.0% - 3px);
  margin-top: 4px;
  margin-right: 4px;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap dl {
    width: calc(50.0% - 2px);
  }
}

.box-spread#goal .box-body .box-wrap dl:nth-child(4n) {
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap dl:nth-child(4n) {
    margin-right: 4px !important;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap dl:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.box-spread#goal .box-body .box-wrap dl dt.flex {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box-spread#goal .box-body .box-wrap dl dt.flex > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .565rem 0;
  width: 50%;
  height: 100%;
  background-color: #F2CAB4;
  font-size: .38rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap dl dt.flex > span {
    padding: 2.4vw 0;
    font-size: 4.05vw;
  }
}

.box-spread#goal .box-body .box-wrap dl dt.flex .date {
  background-color: #e8e8e8;
}

.box-spread#goal .box-body .box-wrap dl dd {
  padding: .45rem .35rem;
  font-size: .41rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap dl dd {
    padding: 5.0vw 3.6vw;
    font-size: 3.85vw;
  }
}

.box-spread#goal .box-body .box-wrap div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: calc(25.0% - 3px);
  padding: 0 .45rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box-spread#goal .box-body .box-wrap div {
    width: calc(50.0% - 2px);
    padding: 0 5.0vw;
  }
}

.box-spread#instructors .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter03_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter03sp_ol.svg);
  }
}

.box-spread#instructors .inner-content .container .line-up {
  width: 100%;
}

.box-spread#instructors .inner-content .container .line-up .instructor {
  margin-bottom: 40px;
  height: auto;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor {
    margin-bottom: 8.0vw;
    flex-direction: column !important;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor > div {
  width: 30.0%;
  height: 11.5rem;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor > div {
    flex-direction: row !important;
    width: 100.0%;
    height: auto;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor > div figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor > div figure {
    width: 50.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor > div figure.animate {
  will-change: max-height;
}

.box-spread#instructors .inner-content .container .line-up .instructor > div figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor > div figure img {
    width: 50.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor > div > div {
  font-weight: normal;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor > div > div {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor > div > div.spView {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 .365rem 0 .385rem;
    box-sizing: border-box;
    width: 50.0vw;
    height: calc((100.0vw / 2) * 1.52);
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor > div .btn-wrap .btn {
  cursor: pointer;
  background-color: #F2CAB4;
  color: #000;
  font-family: noto-serif, serif;
  font-size: .58rem;
  font-style: normal;
  font-weight: 100;
}

.box-spread#instructors .inner-content .container .line-up .instructor > div .btn-wrap .btn.active {
  background-color: #272729;
  color: #F2CAB4;
}

.box-spread#instructors .inner-content .container .line-up .instructor > div .btn-wrap .btn:hover {
  background-color: #fff;
  color: #000;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl {
  width: 70.0%;
  padding: 1.0rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl {
    width: 100.0%;
    padding: 0;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl:last-child {
  margin-bottom: 0;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dt {
  margin-bottom: .75rem;
  font-weight: normal;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dt {
    display: none;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dt .instructor__Status {
  font-size: .465rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dt .instructor__Status {
    font-size: 5.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dt .instructor__Name {
  margin-top: .6rem;
  font-size: .85rem;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dt .instructor__Name i {
  display: block;
  margin-top: .56rem;
  font-family: noto-serif, serif;
  font-size: .65rem;
  font-style: normal;
  font-weight: 100;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd {
  position: relative;
  height: calc(100% - 3.9rem);
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd {
    font-size: 3.6vw;
    text-align: justify;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .btn-wrap .btn {
  position: relative;
  cursor: pointer;
  background-color: #F2CAB4;
  color: #000;
  font-family: noto-serif, serif;
  font-size: .58rem;
  font-style: normal;
  font-weight: 100;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .btn-wrap .btn.active:after {
  transform: rotate(-180deg);
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .btn-wrap .btn:after {
  position: absolute;
  top: calc(50% - 0.24rem);
  right: 0.24rem;
  display: block;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS44IDEwIj48cG9seWdvbiBwb2ludHM9IjAsMS41IDEuNiwwIDgsNi44IDE0LjIsMC4yIDE1LjgsMS43IDgsMTAgIi8+PC9zdmc+");
  background-size: 65%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all .2s ease-out;
  transform-origin: 50% 50%;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Message,
.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile {
  background-color: #fff;
  height: 100%;
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Message {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Message {
    padding: 8.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Message p {
  font-size: .485rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Message p {
    font-size: 4.45vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 0;
  overflow: hidden;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile {
    position: relative;
    max-width: unset;
    height: auto;
    transition: none;
    display: none;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile p {
  width: 13.9rem;
  font-size: .27rem;
  line-height: 1.85;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile p {
    padding: 8.0vw 8.0vw 0;
    width: auto;
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile p:last-child {
    padding-bottom: 8.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile p.links {
  padding-top: .56rem;
  font-family: noto-serif, serif;
  font-size: .45rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor dl dd .instructor__Profile p.links {
    padding-bottom: 8.0vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor .instructor__Status {
  font-size: .465rem;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor .instructor__Status {
    font-size: 3.15vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor .instructor__Name {
  margin-top: .6rem;
  font-size: .93rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor .instructor__Name {
    margin-top: 5.0vw;
    font-size: 6.8vw;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor .instructor__Name i {
  display: block;
  margin-top: .56rem;
  font-family: noto-serif, serif;
  font-size: .65rem;
  font-style: normal;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .box-spread#instructors .inner-content .container .line-up .instructor .instructor__Name i {
    margin-top: 5.0vw;
    font-size: 5.8vw;
    line-height: 1.25;
  }
}

.box-spread#instructors .inner-content .container .line-up .instructor.is-open dl dd .instructor__Profile {
  max-width: 102%;
}

.box-spread#curriculum .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter04_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter04sp_ol.svg);
  }
}

.box-spread#curriculum .box-header .lead-wrap {
  padding: .6rem .704rem .4rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-header .lead-wrap {
    padding: 5.0vw 5.0vw 0;
  }
}

.box-spread#curriculum .box-header .lead-wrap p {
  color: #fff;
  font-size: .45rem;
  text-align: right;
  line-height: 1.9;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-header .lead-wrap p {
    font-size: 4.0vw;
    font-weight: 500;
  }
}

.box-spread#curriculum .box-body .text-wrap dl:last-child {
  border-bottom: .213rem solid #D6D6D6;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide {
  min-width: 7.3rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .text-wrap dl dt.wide {
    min-width: 50.0vw;
  }
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span.one-shot {
  flex-direction: column !important;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span.one-shot .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 1.07rem) !important;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span.one-shot .date {
    padding: 0.18rem 0;
  }
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span a {
  font-size: .395rem;
  line-height: 1.65;
  font-weight: 400;
  border-bottom: 0.015rem solid #000;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span a {
    font-size: 3.85vw;
  }
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex > span a:hover {
  opacity: 1.0;
  color: #FB474A;
  border-bottom-color: #FB474A;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex .date {
  background-color: #e8e8e8;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .text-wrap dl dt.wide.flex .date {
    padding: 0.6rem 0;
  }
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex .btn-wrap {
  display: block;
  margin-top: 0 !important;
  width: 100%;
  height: 1.07rem;
}

.box-spread#curriculum .box-body .text-wrap dl dt.wide.flex .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.07rem;
  line-height: 1.0;
}

.box-spread#curriculum .box-body .text-wrap small.notes {
  margin: .42rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .line-up .text-wrap dl {
    flex-direction: column !important;
  }
}

.box-spread#curriculum .box-body .line-up .text-wrap dl dd .instructors {
  margin-top: 0.15rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .line-up .text-wrap dl dd .instructors {
    margin-top: 0.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#curriculum .box-body .line-up .text-wrap dl dd .instructors small {
    font-size: 3.6vw;
    line-height: 1.85;
  }
}

.box-spread#apply .container {
  padding: 1.5rem 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container {
    padding: 10.0vw 0;
  }
}

.box-spread#apply .container ul {
  width: 10.0rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul {
    width: 90.0vw;
  }
}

.box-spread#apply .container ul li {
  margin-bottom: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul li {
    margin-bottom: 10.0vw;
  }
}

.box-spread#apply .container ul li:nth-child(2) {
  margin-bottom: 0.65rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul li:nth-child(2) {
    margin-bottom: 6.5vw;
  }
}

.box-spread#apply .container ul li:last-child {
  margin-bottom: 0;
}

.box-spread#apply .container ul li.one-shot {
  font-size: .465rem;
  text-align: center;
}

.box-spread#apply .container ul li.one-shot a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul li.one-shot a {
    font-size: .36rem;
  }
}

.box-spread#apply .container ul li .btn-wrap .btn {
  padding: .25rem 0;
  font-size: .465rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul li .btn-wrap .btn {
    padding: .35rem 0;
    font-size: .36rem;
    line-height: 1.6;
  }
}

.box-spread#apply .container ul li .btn-wrap .btn.disabled {
  opacity: 1.0 !important;
}

.box-spread#apply .container ul li .btn-wrap .btn small {
  display: inline-block;
  font-size: 65%;
}

@media only screen and (max-width: 768px) {
  .box-spread#apply .container ul li .btn-wrap .btn small {
    font-size: 70%;
  }
}

.box-spread#how-to-attend .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter05_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#how-to-attend .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter05sp_ol.svg);
  }
}

.box-spread#how-to-attend .box-body.column .left-blank {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .box-spread#how-to-attend .box-body.column .left-blank {
    margin-bottom: 0;
  }
}

.box-spread#how-to-attend .box-body .btn-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread#how-to-attend .box-body .btn-wrap {
    margin-top: 8.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#how-to-attend .box-body .btn-wrap .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.box-spread#premium .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter06_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#premium .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter06sp_ol.svg);
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#premium .text-wrap dl {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#premium .text-wrap dl dd {
    flex-direction: column;
  }
}

.box-spread#premium .text-wrap figure {
  margin-right: 0.85rem;
  min-width: 3.3rem;
  width: 3.3rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#premium .text-wrap figure {
    margin-bottom: 0.5rem;
  }
}

.box-spread#premium .text-wrap figure img {
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
}

.box-spread#one-shot .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter07_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter07sp_ol.svg);
  }
}

.box-spread#one-shot .box-body.column .left-blank {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body.column .left-blank {
    margin-bottom: 0;
  }
}

.box-spread#one-shot .box-body .text-wrap p {
  text-align: justify;
}

.box-spread#one-shot .box-body .text-wrap p:last-child {
  margin-bottom: 0;
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide {
  min-width: 7.3rem;
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide.flex {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide.flex span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: calc(100% - 1.07rem);
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide.flex span.time {
  background-color: #e8e8e8;
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body .text-wrap dl dt.wide.flex span.time {
    padding: 0.45rem 0;
  }
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide.flex .btn-wrap {
  margin-top: 0 !important;
  width: 100%;
  height: 1.07rem;
}

.box-spread#one-shot .box-body .text-wrap dl dt.wide.flex .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.07rem;
}

.box-spread#one-shot .box-body .text-wrap dl dd .non-registered p {
  font-size: .36rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body .text-wrap dl dd .non-registered p {
    font-size: .3rem;
    text-align: center;
  }
}

.box-spread#one-shot .box-body .text-wrap dl dd .non-registered p a {
  color: #FB474A;
  border-bottom: 0.015rem solid #FB474A;
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body .text-wrap.summary dl, .box-spread#one-shot .box-body .text-wrap.line-up dl {
    flex-direction: column !important;
  }
}

.box-spread#one-shot .box-body .text-wrap.summary dl dd .instructors, .box-spread#one-shot .box-body .text-wrap.line-up dl dd .instructors {
  margin: 0.15rem 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body .text-wrap.summary dl dd .instructors, .box-spread#one-shot .box-body .text-wrap.line-up dl dd .instructors {
    margin: 0.15rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#one-shot .box-body .text-wrap.summary dl dd .instructors small, .box-spread#one-shot .box-body .text-wrap.line-up dl dd .instructors small {
    line-height: 2.0;
  }
}

.box-spread#one-shot .box-body .text-wrap small.notes {
  margin: .42rem;
}

.box-spread#caution .box-header .num-wrap::before {
  background-image: url(../../images/svg/chapter08_ol.svg);
}

@media only screen and (max-width: 768px) {
  .box-spread#caution .box-header .num-wrap::before {
    background-image: url(../../images/svg/chapter08sp_ol.svg);
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#caution .box-body .text-wrap dl {
    flex-direction: column;
  }
}
