@charset "UTF-8";
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* @function rem($px, $rem: $pc-rem) {
  @return calc($px / $rem) * 1rem;
} */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
@font-face {
  font-display: swap;
  /* display=swapの設定 */
}
html {
  font-weight: 400;
  font-style: normal;
  color: #8B8B8B;
  font-size: 21px;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}

body {
  background-color: #FFF4E2;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.64;
  }
}

@media screen and (max-width: 1919px) {
  html {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.8vw;
  }
}
body.is-non-scroll {
  overflow: hidden;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.5;
  -webkit-transition: linear 0.13s;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

dt {
  font-weight: 600;
}

em {
  font-style: normal;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  padding: 0.380952381rem 0.5238095238rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.6666666667rem;
}
input[type=text].--harf,
input[type=email].--harf,
input[type=tel].--harf,
textarea.--harf {
  width: 8.3333333333rem;
}
@media screen and (min-width: 769px) {
  input[type=text].--harf,
  input[type=email].--harf,
  input[type=tel].--harf,
  textarea.--harf {
    width: 14.2857142857rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #cc1c05;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ADADAD;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ADADAD;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ADADAD;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ADADAD;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #ADADAD;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #cc1c05;
  color: #fff;
  display: block;
  border-radius: 2.380952381rem;
  font-size: 0.9523809524rem;
  padding: 0.380952381rem 0.5714285714rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    padding: 0.5238095238rem 0.4761904762rem;
  }
}

select {
  border: 1px solid #D9D9D9;
  padding: 0.380952381rem 0.5238095238rem;
  padding-right: 1.9523809524rem;
  background: #F5F5F5 url(../images/common/select-arw.svg) no-repeat 95% 50%;
  background-size: 0.7142857143rem auto;
  width: 100%;
  border-radius: 0;
  font-size: 0.6666666667rem;
}
@media screen and (min-width: 769px) {
  select {
    background-position-x: 98%;
  }
}
select.--harf {
  width: 8.3333333333rem;
}
@media screen and (min-width: 769px) {
  select.--harf {
    width: 14.2857142857rem;
  }
}
select:focus {
  border-color: #cc1c05;
}

textarea {
  height: 9.9047619048rem;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 10.4761904762rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.l-wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.l-main {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .site-bg-wrapper-sp-top {
    padding-top: 6.8571428571rem;
  }
}

.l-outer {
  position: relative;
  width: 92.2916666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-outer {
    width: 100%;
  }
}

.l-inner {
  width: 75.9523809524rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 95%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .l-inner {
    width: 92.4%;
  }
}

.l-inner-small {
  width: 42.7619047619rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-inner-small {
    width: 88%;
  }
}

.l-inner-wide {
  max-width: 90%;
  width: 65.5714285714rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .l-inner-wide {
    width: 88%;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.7619047619rem 0;
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 1.1428571429rem 0 1.7142857143rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: inherit;
}
.l-header__logo {
  width: 11.8847619048rem;
  position: fixed;
  left: 3.8541666667%;
  top: 1.7619047619rem;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    left: 5%;
    top: 1.1428571429rem;
  }
}
.l-header__logo img {
  mix-blend-mode: difference;
  display: block;
}
.l-header__toggle {
  width: 3.0476190476rem;
  height: 1.0995238095rem;
  position: fixed;
  right: 3.8541666667%;
  top: 3rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    right: 5%;
    top: 2.380952381rem;
  }
}
.l-header__toggle-line {
  background-color: #8B8B8B;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition: ease 0.24s;
  transition: ease 0.24s;
}
.l-header__toggle-line:first-of-type {
  top: 0;
}
.l-header__toggle-line:last-of-type {
  bottom: 0;
}
.l-header__toggle.is-open .l-header__toggle-line:first-of-type {
  top: 50%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.l-header__toggle.is-open .l-header__toggle-line:last-of-type {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.l-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100dvh;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.l-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.l-hidemenu {
  background-color: #FFE9BC;
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  height: 100dvh;
  overflow-y: auto;
  max-width: 100%;
  width: 28.5714285714rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
@media screen and (max-width: 768px) {
  .l-hidemenu {
    width: 100%;
  }
}
.l-hidemenu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-hidemenu__ball {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.l-hidemenu__inner {
  padding: 12.1428571429rem 3.2380952381rem 3.4047619048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__inner {
    padding: 14.0476190476rem 3.4952380952rem 4.1619047619rem;
  }
}
.l-hidemenu__nav {
  margin-bottom: 5dvh;
}
.l-hidemenu__nav-item {
  font-weight: 500;
  font-size: 1.0952380952rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__nav-item {
    font-size: 1.4285714286rem;
  }
}
.l-hidemenu__nav-item:not(:last-of-type) {
  margin-bottom: 2.2380952381rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__nav-item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.l-hidemenu__nav-link {
  display: inline-block;
  position: relative;
  padding-left: 1.8076190476rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__nav-link {
    padding-left: 2.4071428571rem;
  }
}
.l-hidemenu__nav-link::before {
  content: "";
  height: 1px;
  width: 0.6171428571rem;
  background-color: #8B8B8B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__nav-link::before {
    width: 0.8261904762rem;
  }
}
.l-hidemenu__logo {
  width: 12.7142857143rem;
}
@media screen and (max-width: 768px) {
  .l-hidemenu__logo {
    width: 20.2857142857rem;
  }
}

.l-fix-btn {
  position: fixed;
  z-index: 5;
  background-color: #fff;
  right: 3.8541666667%;
  bottom: 1.6666666667rem;
  text-align: center;
  border-radius: 50%;
  width: 11.0952380952rem;
  height: 11.0952380952rem;
}
@media screen and (max-width: 768px) {
  .l-fix-btn {
    width: 9.5238095238rem;
    height: 9.5238095238rem;
  }
}
.l-fix-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1428571429rem 0;
  width: 100%;
  height: 100%;
}
.l-fix-btn__eng {
  font-family: "Rubik", sans-serif;
  font-size: 1.6666666667rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.7380952381rem;
}
@media screen and (max-width: 768px) {
  .l-fix-btn__eng {
    font-size: 1.380952381rem;
    margin-bottom: 0.6380952381rem;
  }
}
.l-fix-btn__desc {
  font-size: 0.8571428571rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 768px) {
  .l-fix-btn__desc {
    font-size: 0.7142857143rem;
    line-height: 1.2;
  }
}

.l-footer {
  color: #fff;
  background-color: #817F7F;
  padding: 4.2rem 0 4.5rem;
  position: relative;
  z-index: 2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding: 0 2.380952381rem;
  }
}
.l-footer__logo {
  width: 19.5714285714rem;
  margin-bottom: 4.619047619rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto 3.8571428571rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__gr {
  padding-left: 2.1904761905rem;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__gr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__gr {
    padding-left: 2.619047619rem;
  }
  .l-footer__gr:not(:last-of-type) {
    margin-bottom: 4.1904761905rem;
  }
}
.l-footer__gr-ttl {
  font-size: 1.1904761905rem;
  line-height: 1.72;
  margin-bottom: 2.1904761905rem;
}
@media screen and (max-width: 768px) {
  .l-footer__gr-ttl {
    font-size: 1.4285714286rem;
    line-height: 1.7;
    margin-bottom: 2.0952380952rem;
  }
}
.l-footer__gr-data {
  font-size: 0.9523809524rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-footer__gr-data {
    font-size: 1.1904761905rem;
    line-height: 1.72;
  }
}

.c-sub-title {
  font-size: 2.2380952381rem;
  line-height: 1.5957446809;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-sub-title {
    font-size: 1.4285714286rem;
    line-height: 2.5;
  }
}

/* 

アニメーションのクラス
---------------------------*/
.js-sec-ttl-animation {
  opacity: 0;
}

.js-sec-fadeup {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.js-sec-fadein {
  visibility: hidden;
}

.js-sec-thumb {
  position: relative;
}
.js-sec-thumb .js-sec-thumb-overlay {
  position: absolute;
  left: 0;
  top: -2%;
  background-color: #4961E8;
  width: 100%;
  height: 102%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.js-clip-slide-in {
  clip-path: inset(0 100% 0 0);
}

.c-sec-title {
  color: #4961E8;
  font-size: 2.380952381rem;
  line-height: 1.32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-sec-title > span {
  background-color: #fff;
  padding: 0.3333333333rem 0.6666666667rem;
  padding-right: 1.0476190476rem;
}
@media screen and (max-width: 768px) {
  .c-sec-title.--pc-only {
    display: none;
  }
}
.c-sec-title.--sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-sec-title.--sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-eng-text-bar {
  font-family: "Rubik", sans-serif;
  font-size: 4.7619047619rem;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-eng-text-bar {
    font-size: 3.3333333333rem;
    line-height: 1.2;
  }
}
.c-eng-text-bar::after {
  background-color: #8B8B8B;
  top: 0;
  content: "";
  height: 3px;
  left: -8.4761904762rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: height 0.6s cubic-bezier(0.02, 0.83, 0.53, 0.99);
}
@media screen and (max-width: 768px) {
  .c-eng-text-bar::after {
    height: 0.1428571429rem;
  }
}
.c-eng-text-bar.is-view::after {
  -webkit-transition: width 0.6s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: width 0.6s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  width: 7.0476190476rem;
}

.mv-line {
  position: absolute;
  z-index: 1;
  right: -18.2380952381rem;
  top: -4.7619047619rem;
  width: 102.0952380952rem;
}
@media screen and (max-width: 768px) {
  .mv-line {
    width: 69.4285714286rem;
    height: 77.3333333333rem;
    top: 23.380952381rem;
    right: -22.2380952381rem;
    left: -11.7619047619rem;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 1.1904761905rem;
  }
}
.mv__line {
  position: absolute;
  width: 95%;
  top: -5.2380952381rem;
  right: -38.0952380952rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__line {
    right: -23.8095238095rem;
    top: 20rem;
    width: 67.0952380952rem;
    -webkit-transform: none;
            transform: none;
  }
}
.mv__inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding-top: 4.7619047619rem;
  }
}
.mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  right: 11.09375%;
  top: 4.8095238095rem;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 3.0476190476rem;
  letter-spacing: 0.1em;
  width: 12.4761904762rem;
}
@media screen and (max-width: 768px) {
  .mv__catch {
    top: 4.5238095238rem;
    right: 3.619047619rem;
    font-size: 2.380952381rem;
    width: 8.380952381rem;
  }
}
.mv__catch-paragraph {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
.mv__catch-paragraph.--paragraph01 {
  font-size: 1.6666666667rem;
  letter-spacing: 0.075em;
}
.mv__catch-paragraph.--paragraph02 {
  margin-top: -0.5em;
}
.mv__catch-paragraph.--paragraph03 {
  text-align: right;
  top: 2em;
}
.mv__announce {
  position: absolute;
  left: 3.8541666667%;
  bottom: 0rem;
  width: 22rem;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .mv__announce {
    width: 18.4761904762rem;
    position: relative;
    margin-top: 1.4761904762rem;
  }
}
.mv__photo {
  height: 44.4761904762rem;
  margin-right: 28.6197916667%;
  -webkit-mask-image: url(../images/top/mv_mask.svg);
          mask-image: url(../images/top/mv_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv__photo {
    margin-right: 3.7619047619rem;
    height: 43.5714285714rem;
    -webkit-mask-image: url(../images/top/mv_mask_sp.svg);
            mask-image: url(../images/top/mv_mask_sp.svg);
  }
}
@media screen and (max-width: 768px) {
  .p-sp-inside {
    padding: 0 3.3333333333rem;
  }
}

.site-catch {
  position: relative;
  padding: 21.4285714286rem 0 8rem;
}
@media screen and (min-width: 769px) {
  .site-catch {
    margin-top: -11.9047619048rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .site-catch {
    padding: 4.4761904762rem 0 4.5238095238rem;
  }
}
.site-catch__line {
  width: 100%;
  height: 45.7142857143rem;
  position: absolute;
  right: -9.5238095238rem;
  top: 3.8095238095rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .site-catch__line {
    width: 100%;
    height: auto;
    left: 0;
    top: -1.9047619048rem;
    right: auto;
  }
}
.site-catch__inner {
  position: relative;
  z-index: 3;
}
.site-catch__text {
  text-align: center;
  font-size: 2.2380952381rem;
  letter-spacing: 0.05em;
  line-height: 1.5957446809;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-catch__text {
    font-size: 1.4285714286rem;
    line-height: 1.6666666667;
  }
}
.site-catch__text > span {
  opacity: 0;
}

.program {
  padding: 0 0 5.5476190476rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 3.9761904762rem 0 4.5238095238rem;
  }
}
.program__ball {
  position: absolute;
  right: 0;
  top: -47.619047619rem;
  width: 77.3958333333%;
}
@media screen and (max-width: 768px) {
  .program__ball {
    width: 100%;
    top: -38.0952380952rem;
  }
}
.program__title {
  margin-bottom: 2.8095238095rem;
}
@media screen and (max-width: 768px) {
  .program__title {
    margin-bottom: 1.9047619048rem;
  }
}
.program__read-box {
  max-width: 100%;
  width: 42.8571428571rem;
  margin-bottom: 4.7142857143rem;
}
@media screen and (max-width: 768px) {
  .program__read-box {
    margin-bottom: 3.1904761905rem;
  }
}
.program__read-box-ttl {
  font-size: 2.2380952381rem;
  line-height: 1.5957446809;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .program__read-box-ttl {
    font-size: 1.4285714286rem;
    line-height: 2.5;
    margin-bottom: 2.0952380952rem;
  }
}
.program__read-box-desc {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .program__read-box-desc {
    font-size: 1.1904761905rem;
    letter-spacing: -0.018em;
  }
}
.program__list {
  display: grid;
  grid-template-columns: repeat(2, 36.5238095238rem);
  row-gap: 3.3333333333rem;
  -webkit-column-gap: 2.9047619048rem;
     -moz-column-gap: 2.9047619048rem;
          column-gap: 2.9047619048rem;
}
@media screen and (max-width: 768px) {
  .program__list {
    grid-template-columns: 100%;
    row-gap: 2.380952381rem;
  }
}
.program__list-item {
  background-color: #fff;
  min-height: 14.2857142857rem;
  border-radius: 2.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8571428571rem 2.1428571429rem 1.9523809524rem;
  padding-left: 3.5523809524rem;
}
@media screen and (max-width: 768px) {
  .program__list-item {
    padding: 1.9523809524rem 1rem 2.1904761905rem;
    padding-left: 2.4285714286rem;
    min-height: 11.2857142857rem;
  }
}
.program__list-illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.7142857143rem;
          flex: 0 0 8.7142857143rem;
  margin-right: 2.9142857143rem;
}
@media screen and (max-width: 768px) {
  .program__list-illust {
    -ms-flex-preferred-size: 6.8571428571rem;
        flex-basis: 6.8571428571rem;
    margin-right: 1.8095238095rem;
  }
}
.program__list-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.program__list-ttl {
  font-size: 1.9047619048rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5714285714rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .program__list-ttl {
    font-size: 1.4285714286rem;
    line-height: 1.1666666667;
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .program__list-ttl.--line01 {
    margin-bottom: 0.9523809524rem;
  }
}
.program__list-desc {
  font-size: 1rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .program__list-desc {
    font-size: 0.9523809524rem;
    line-height: 1.5;
  }
}

.discipline {
  padding: 5.5476190476rem 0 6.4523809524rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .discipline {
    padding: 4.5238095238rem 0 4rem;
  }
}
.discipline__line {
  position: absolute;
  right: -4.0714285714rem;
  top: -5.2380952381rem;
  width: 71.619047619rem;
  height: 113.6419047619rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .discipline__line {
    right: -12.6666666667rem;
    top: -4.2857142857rem;
    width: 52.619047619rem;
    height: 136.0952380952rem;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.discipline__title {
  margin-bottom: 2.8095238095rem;
}
@media screen and (max-width: 768px) {
  .discipline__title {
    margin-bottom: 1.9047619048rem;
  }
}
.discipline__sub-ttl {
  margin-bottom: 2.9523809524rem;
}
@media screen and (max-width: 768px) {
  .discipline__sub-ttl {
    margin-bottom: 2.2857142857rem;
  }
}
.discipline__list {
  display: grid;
  grid-template-columns: repeat(4, 17.380952381rem);
  gap: 2.7619047619rem;
}
@media screen and (max-width: 768px) {
  .discipline__list {
    grid-template-columns: 100%;
    gap: 2.380952381rem;
  }
}
.discipline__list-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 17.0476190476rem;
  border-radius: 2.7142857143rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .discipline__list-box {
    height: 12.2380952381rem;
  }
}
.discipline__list-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5238095238rem;
          flex: 0 0 7.5238095238rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9047619048rem;
  line-height: 1.25;
  background-color: #FFD9CB;
}
@media screen and (max-width: 768px) {
  .discipline__list-ttl {
    -ms-flex-preferred-size: 5.6666666667rem;
        flex-basis: 5.6666666667rem;
    font-size: 1.4285714286rem;
  }
}
.discipline__list-ttl.--blue {
  background-color: #D2EDF9;
}
.discipline__list-ttl.--yellow {
  background-color: #FFE9BC;
}
.discipline__list-ttl.--green {
  background-color: #D5F1CA;
}
.discipline__list-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.0476190476rem 1.7142857143rem;
}
@media screen and (max-width: 768px) {
  .discipline__list-info {
    padding: 1.6666666667rem 1.7142857143rem 2.0952380952rem;
  }
}
.discipline__list-desc {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .discipline__list-desc {
    font-size: 0.9523809524rem;
  }
}

.career {
  padding: 6.5952380952rem 0 5.2380952381rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .career {
    padding: 4rem 0 4.4285714286rem;
  }
}
.career__ball {
  position: absolute;
  left: 0;
  top: -38.0952380952rem;
  width: 79.2708333333%;
}
@media screen and (max-width: 768px) {
  .career__ball {
    width: 100%;
    top: -28.5714285714rem;
  }
}
.career__title {
  margin-bottom: 2.8095238095rem;
}
.career__block:not(:last-of-type) {
  padding-bottom: 4.4619047619rem;
  margin-bottom: 5rem;
  border-bottom: 2px solid #8B8B8B;
}
@media screen and (max-width: 768px) {
  .career__block:not(:last-of-type) {
    padding-bottom: 2.6523809524rem;
    margin-bottom: 4.3952380952rem;
    border-width: 0.0952380952rem;
  }
}
.career__sub-ttl {
  margin-bottom: 2.3333333333rem;
}
@media screen and (max-width: 768px) {
  .career__sub-ttl {
    margin-bottom: 1.7142857143rem;
  }
}
.career__desc {
  font-size: 1.4285714286rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .career__desc {
    line-height: 1.4666666667;
    letter-spacing: 0;
  }
}
.career__note {
  margin: 3.0952380952rem 0 4.5238095238rem;
}
@media screen and (max-width: 768px) {
  .career__note {
    margin: 2rem 0 2.619047619rem;
  }
}
.career__note-item {
  font-size: 0.9523809524rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .career__note-item {
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
}
.career__col {
  display: grid;
  grid-template-columns: repeat(2, 35.1904761905rem);
  gap: 6.2857142857rem;
}
@media screen and (max-width: 768px) {
  .career__col {
    grid-template-columns: 100%;
    gap: 2.380952381rem;
  }
}
.career__guide {
  background-color: #fff;
  border-radius: 2.7142857143rem;
  height: 12rem;
  padding: 1.8571428571rem 2.4285714286rem 2.1904761905rem;
}
@media screen and (max-width: 768px) {
  .career__guide {
    height: 8.380952381rem;
    padding: 1.0952380952rem 1.8095238095rem 1.5714285714rem;
    border-radius: 1.6666666667rem;
  }
}
.career__guide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career__guide-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 2px;
  background-color: #8B8B8B;
}
@media screen and (max-width: 768px) {
  .career__guide-line {
    height: 0.0952380952rem;
  }
}
.career__guide-ttl {
  font-size: 1.4285714286rem;
  letter-spacing: 0.05em;
  margin: 0 1.9523809524rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .career__guide-ttl {
    font-size: 0.9523809524rem;
    margin: 0 0.7619047619rem;
  }
}
.career__guide-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  height: 6.4285714286rem;
  border-bottom: 2px solid #8B8B8B;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .career__guide-catch {
    height: 5rem;
    border-width: 0.0952380952rem;
  }
}
.career__guide-text {
  font-size: 2.1428571429rem;
}
@media screen and (max-width: 768px) {
  .career__guide-text {
    font-size: 1.4285714286rem;
  }
}
.career__guide-num {
  font-size: 3.8095238095rem;
}
@media screen and (max-width: 768px) {
  .career__guide-num {
    font-size: 2.380952381rem;
  }
}
.career__guide-num .sub {
  font-size: 0.5625em;
}
@media screen and (max-width: 768px) {
  .career__guide-num .sub {
    font-size: 0.6em;
  }
}

.new-campus {
  background-color: #FFE9BC;
  padding: 6.0952380952rem 0 6.8571428571rem;
}
@media screen and (max-width: 768px) {
  .new-campus {
    padding: 4.1904761905rem 0 4.619047619rem;
  }
}
.new-campus__container {
  padding: 0 7.380952381rem;
}
@media screen and (max-width: 768px) {
  .new-campus__container {
    padding: 0;
  }
}
.new-campus__head {
  margin-bottom: 4.0952380952rem;
}
@media screen and (max-width: 768px) {
  .new-campus__head {
    padding: 0 3.3333333333rem;
    margin-bottom: 3.280952381rem;
  }
}
.new-campus__ttl {
  font-size: 2.380952381rem;
  margin-bottom: 3.1904761905rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-campus__ttl {
    font-size: 1.9047619048rem;
    margin-bottom: 1.4761904762rem;
  }
}
.new-campus__read {
  font-size: 1.4285714286rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .new-campus__read {
    font-size: 1.1904761905rem;
    line-height: 1.8;
  }
}
.new-campus__photo {
  width: 52rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-campus__photo {
    width: 32.8095238095rem;
  }
}

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

.u-object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-text-eng {
  text-transform: lowercase;
}
.u-text-eng::first-letter {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 700;
}

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

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #8B8B8B;
    padding-bottom: 0.0476190476rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-sb.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

.u-text-center {
  text-align: center;
}

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

.u-text-left {
  text-align: left;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #f5d034));
  background: linear-gradient(transparent 80%, #f5d034 0%);
  display: inline-block;
}

.u-c-yellow {
  color: #FFDF00;
}

.u-c-red {
  color: #cc1c05;
}

.u-c-pink {
  color: #d2145a;
}

.u-text-center {
  text-align: center;
}

.u-text-underline {
  text-decoration: underline;
}

.--size-l {
  font-size: 1.42em;
}

.--size-sm {
  font-size: 0.8em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-bg {
  letter-spacing: -0.005em;
  display: contents;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  background-color: #f5d034;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.3333333333rem;
}

.u-c-orange {
  color: #f6921d;
}

.u-c-red {
  color: #cc1c05;
}

.u-no-link {
  pointer-events: none;
}

/*
木村編集
*/
@-webkit-keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.js-mv-photo.is-visible img {
  -webkit-animation-name: anime_left_to_right;
          animation-name: anime_left_to_right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.02, 0.83, 0.53, 0.99);
          animation-timing-function: cubic-bezier(0.02, 0.83, 0.53, 0.99);
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.mv__catch-paragraph {
  position: relative;
  overflow: hidden;
  white-space: collapse;
  clip-path: inset(0 100% 0 0);
  /*
  &::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #fff;

  }
      */
}
.mv__catch-paragraph.is-visible {
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.05, 0.95, 0.4);
  transition: all 0.5s cubic-bezier(0.7, 0.05, 0.95, 0.4);
  -webkit-animation-name: anime_left_to_right;
          animation-name: anime_left_to_right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.02, 0.83, 0.53, 0.99);
          animation-timing-function: cubic-bezier(0.02, 0.83, 0.53, 0.99);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.mv__catch-paragraph.--paragraph02.is-visible {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mv__catch-paragraph.--paragraph03.is-visible {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mv__catch-paragraph .mv__catch-line {
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__catch-paragraph.is-visible .mv__catch-line img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: all 0.3s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mv__catch-paragraph.is-visible .mv__catch-line:nth-child(3) img {
  -webkit-transition: all 0.4s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: all 0.4s cubic-bezier(0.02, 0.83, 0.53, 0.99);
}

#bak.js-header .l-header__logo,
#bak.js-header .l-header__toggle {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#bak.js-header.is-visible .l-header__logo,
#bak.js-header.is-visible .l-header__toggle {
  -webkit-transition: all 0.5s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: all 0.5s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.inview {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.inview.is-view {
  opacity: 1;
  -webkit-transition: all 1.5s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  transition: all 1.5s cubic-bezier(0.02, 0.83, 0.53, 0.99);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* .new-campus__photo.inview {
    opacity: 0;
   // transform: scale(.97);

    &.is-view {
        transition: transform 1.5s $ease-out;
        opacity: 1;
        transform: scale(1);
    }
}
 */
canvas {
  position: relative;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
  max-width: 100%;
}

#glitchCanvas {
  max-width: 100%;
}

img.glitch-source {
  max-width: 100%;
  display: none;
}/*# sourceMappingURL=style.css.map */