@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.2rem;
  line-height: 1.5;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  width: auto !important;
}

.fade {
  opacity: 0;
  transform: translateY(10vw);
  transition: opacity 1s, transform 1s;
}
.fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

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

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

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-overBtn {
  transition: transform 0.3s, filter 0.3s;
}
@media screen and (min-width: 768px) {
  .u-overBtn:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
  }
}

.u-noLink {
  pointer-events: none;
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

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

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

.u-inline {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-table {
  display: table;
}

.u-tableCell {
  display: table-cell;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-body {
  position: relative;
}

main {
  overflow: hidden;
  width: 35%;
  margin-left: 50%;
  background: #D2D4D4;
  background: linear-gradient(90deg, rgb(210, 212, 212) 0%, rgb(248, 247, 227) 56%, rgb(204, 202, 205) 100%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
    margin-left: 0;
  }
}

.home-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .home-bg {
    position: absolute;
    height: 100vh;
  }
}
.home-bg span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-bg span {
    background-position: 15% center;
  }
}
@media screen and (max-width: 576px) {
  .home-bg span {
    background-position: 30% center;
  }
}

.flare {
  mix-blend-mode: screen;
}

.left-area {
  position: fixed;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .left-area {
    position: initial;
    width: 100%;
    height: initial;
    padding-top: 120%;
  }
}

.home-pImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home-pImg.-ttl1 {
  margin-top: 2%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 25%;
  z-index: 100;
}
.home-pImg.-ttl2 {
  margin-top: 13%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 82%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .home-pImg.-ttl2 {
    margin-top: 17%;
    width: 90%;
  }
}
.home-pImg.-ttl2 img {
  display: block;
  opacity: 0;
  transform: scale(10);
  transition: opacity 0.2s 0.5s, transform 0.3s 0.5s;
}
.home-pImg.-ttl2.is-fade img {
  opacity: 1;
  transform: scale(1);
}
.home-pImg.-ttl3 {
  margin-top: 45%;
  margin-left: 17%;
  width: 84%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .home-pImg.-ttl3 {
    width: 85%;
    margin-top: 55%;
    margin-left: 15%;
  }
}
.home-pImg.-ttl3 img {
  display: block;
  opacity: 0;
  transform: scale(10);
  transition: opacity 0.3s 0.8s, transform 0.3s 0.8s;
}
.home-pImg.-ttl3.is-fade img {
  opacity: 1;
  transform: scale(1);
}
.home-pImg.-ttl4 {
  margin-top: 84%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 50%;
  z-index: 100;
}
.home-pImg.-ttl4 img {
  display: block;
  opacity: 0;
  transform: scale(10);
  transition: opacity 0.3s 1s, transform 0.3s 1s;
}
.home-pImg.-ttl4.is-fade img {
  opacity: 1;
  transform: scale(1);
}
.home-pImg.-ttl5 {
  margin-top: 98%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 87%;
}
@media screen and (max-width: 767px) {
  .home-pImg.-ttl5 {
    margin-top: 105%;
  }
}
.home-pImg.-new1 {
  margin-top: 5%;
}
.home-pImg.-new2 {
  width: 58.9%;
  margin-top: 103%;
  margin-left: 20%;
  display: grid;
}
.home-pImg.-entry1 {
  margin-top: 4.5%;
}
.home-pImg.-entry2 {
  margin-top: 17%;
}
.home-pImg.-entry3 {
  margin-top: 28%;
}
.home-pImg.-entry4 {
  width: 71.5%;
  margin-top: 84.5%;
  margin-left: 15%;
  display: grid;
}
.home-pImg.-entry5 {
  margin-top: 105%;
}
.home-pImg.-info1 {
  margin-top: 0;
}
.home-pImg.-info2 {
  margin-top: 213%;
}
.home-pImg.-info3 {
  margin-top: 237%;
  width: 71.5%;
  margin-left: 15%;
  display: grid;
}
.home-pImg.-info4 {
  margin-top: 259%;
}
.home-pImg.-apply1 {
  margin-top: 6%;
}
.home-pImg.-apply1-2 {
  margin-top: 30%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home-pImg.-apply1-2 {
    width: 90%;
  }
}
.home-pImg.-apply2 {
  margin-top: 55%;
}
.home-pImg.-apply2-2 {
  margin-top: 75%;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (max-width: 992px) {
  .home-pImg.-apply2-2 {
    width: 90%;
  }
}
.home-pImg.-apply2-2 p {
  text-indent: -1em;
  padding-left: 1em;
}
.home-pImg.-movie1 {
  margin-top: 11%;
}
.home-pImg.-movie2 {
  margin-top: 90%;
}
.home-pImg.-movie3 {
  margin-top: 182%;
}
.home-pImg.-bnr1 {
  margin-top: 23%;
}
.home-pImg.-bnr2 {
  margin-top: 102%;
}
.home-pImg.-bnr3 {
  margin-top: 195%;
}
.home-pImg.-bnr1, .home-pImg.-bnr2, .home-pImg.-bnr3 {
  width: 83.3333%;
  margin-left: 8%;
  display: grid;
}
.home-pImg.-ft1 {
  width: 46.95%;
  margin-top: 5%;
  margin-left: 26%;
}
.home-pImg.-ft2 {
  margin-top: 20%;
  text-align: center;
  padding: 0 20px;
}
.home-pImg img {
  width: 100%;
}

.home-ttl__inner {
  position: relative;
  padding-top: 145%;
}

.home-entry__inner {
  position: relative;
  padding-top: 147%;
}

.home-info__inner {
  position: relative;
  padding-top: 320.5%;
}

.home-apply {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 5%;
}
.home-apply__inner {
  position: relative;
  padding-top: 110%;
}
@media screen and (max-width: 1199px) {
  .home-apply__inner {
    padding-top: 130%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .home-apply__inner {
    padding-top: 110%;
  }
}

.home-movie__inner {
  position: relative;
  padding-top: 165%;
  margin-top: 10%;
  margin-bottom: 0;
}

.home-ft__inner {
  position: relative;
  padding-top: 40%;
}

/*# sourceMappingURL=styles.css.map */
