@charset "UTF-8";
body {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*
#wpadminbar {
  display: none;
}
#wpcom-launch-banner-wrapper {
  display: none;
}
*/
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #eadb00;
  -webkit-text-size-adjust: 100%;
  /*
    &::-webkit-scrollbar{
      width: 10px;
    }
    &::-webkit-scrollbar-track {
      background-color: transparent;
    }
    &::-webkit-scrollbar-thumb {
      background-color: rgba(0,0,0,1);
    }
  */
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  height: 100%;
  background-color: #eadb00;
  color: #000;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400;
  font-size: 0.8rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  body {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1300px) {
  body {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.6rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}
#wrapper a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
#wrapper a:hover {
  color: #000;
  text-decoration: none;
}
#wrapper strong, #wrapper b {
  font-weight: 700;
}
#wrapper .pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #wrapper .pc {
    display: none !important;
  }
}
#wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #wrapper .sp {
    display: block !important;
  }
}
#wrapper .pc_ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  #wrapper .pc_ib {
    display: none !important;
  }
}
#wrapper .sp_ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #wrapper .sp_ib {
    display: inline-block !important;
  }
}
#wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: currentColor;
}
#wrapper img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrapper .vrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#wrapper .vrl .macron {
  display: inline-block;
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
          transform: matrix(0, 1, 1, 0, 0, 0);
}
#wrapper .w900 {
  font-weight: 900;
}
#wrapper .w700 {
  font-weight: 700;
}
#wrapper .w600 {
  font-weight: 600;
}
#wrapper .w500 {
  font-weight: 500;
}
#wrapper .w400 {
  font-weight: 400;
}
#wrapper .w300 {
  font-weight: 300;
}
#wrapper .touch {
  position: relative;
}
#wrapper .touch .df {
  position: relative;
  top: 0;
  left: 0;
}
#wrapper .touch .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#wrapper .touch.over .ov {
  opacity: 1;
}
#wrapper .outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
#wrapper .fuwafuwa {
  display: inline-block;
  -webkit-animation: 2s fuwafuwa infinite;
          animation: 2s fuwafuwa infinite;
  will-change: transform;
}
#wrapper .posr {
  position: relative;
}

#container {
  position: relative;
  min-height: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  opacity: 0;
}
.end #container {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  header {
    height: 6.3rem;
  }
}
header h1.title {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  header h1.title {
    width: 10rem;
  }
}
@media screen and (min-width: 767px) {
  header h1.title a {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  header h1.title a.over {
    opacity: 0.6;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer #opencampus_link {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 7.5rem;
  height: 7.8rem;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link {
    width: 8.8rem;
    height: 9.15rem;
  }
}
footer #opencampus_link a {
  display: block;
  width: 100%;
  height: 100%;
}
footer #opencampus_link a.over .text_area span.text {
  color: #eadb00;
}
footer #opencampus_link a.over .text_area span.text_2 {
  color: #eadb00;
}
footer #opencampus_link a.over .text_area span.arr {
  left: 3.6rem;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link a.over .text_area span.arr {
    left: 4.15rem;
  }
}
footer #opencampus_link span.bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
footer #opencampus_link .text_area {
  position: absolute;
  top: 2.65rem;
  left: 2.1rem;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link .text_area {
    top: 3.2rem;
    left: 2.5rem;
  }
}
footer #opencampus_link .text_area span.o {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  border: #eadb00 0.5rem solid;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link .text_area span.o {
    width: 2.4rem;
    height: 2.4rem;
  }
}
footer #opencampus_link .text_area span.text {
  position: absolute;
  top: 1rem;
  left: 2.35rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link .text_area span.text {
    top: 1.25rem;
    left: 2.8rem;
    font-size: 1.2rem;
  }
}
footer #opencampus_link .text_area span.text_2 {
  position: absolute;
  top: 2.65rem;
  left: -0.15rem;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link .text_area span.text_2 {
    top: 3.15rem;
    font-size: 0.75rem;
  }
}
footer #opencampus_link .text_area span.arr {
  position: absolute;
  top: 2.7rem;
  left: 3.35rem;
  width: 1.4rem;
  -webkit-transition: left 0.5s linear;
  transition: left 0.5s linear;
}
@media screen and (max-width: 767px) {
  footer #opencampus_link .text_area span.arr {
    top: 3.25rem;
    left: 3.9rem;
    width: 1.6rem;
  }
}

#visual_area {
  position: relative;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
}
.end #visual_area {
  opacity: 1;
}
#visual_area h2.title {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #visual_area h2.title {
    top: 5.1rem;
    right: 1rem;
  }
}
#visual_area h2.title p {
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #visual_area h2.title p {
    font-size: 12.1rem;
  }
}
#visual_area h2.title p span.fuwafuwa:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.3s;
  transition: opacity 1s linear 1.3s;
}
.end #visual_area h2.title p span.fuwafuwa:nth-child(3) {
  opacity: 1;
}
#visual_area h2.title p span.fuwafuwa:nth-child(5) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.6s;
  transition: opacity 1s linear 1.6s;
}
.end #visual_area h2.title p span.fuwafuwa:nth-child(5) {
  opacity: 1;
}
#visual_area h2.title p span.fuwafuwa:nth-child(7) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.9s;
  transition: opacity 1s linear 1.9s;
}
.end #visual_area h2.title p span.fuwafuwa:nth-child(7) {
  opacity: 1;
}
#visual_area h2.title p span.fuwafuwa:nth-child(9) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 2.2s;
  transition: opacity 1s linear 2.2s;
}
.end #visual_area h2.title p span.fuwafuwa:nth-child(9) {
  opacity: 1;
}
#visual_area h2.title p span.outline {
  -webkit-text-stroke: 0.1rem #000;
}
#visual_area .about {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 0.7rem;
  line-height: 1.3571428571;
}
@media screen and (max-width: 767px) {
  #visual_area .about {
    font-size: 0.9rem;
    line-height: 1.1111111111;
  }
}
#visual_area .about p + p {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 767px) {
  #visual_area .about p + p {
    margin: 0.9rem 0 0;
  }
}
#visual_area .illust_area {
  pointer-events: none;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  margin: 0 0 0 -30rem;
  width: 37.5rem;
  height: 37.5rem;
  -webkit-animation: area_rotate 80s linear infinite;
          animation: area_rotate 80s linear infinite;
  will-change: transform;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.8s;
  transition: opacity 1s linear 1.8s;
}
.end #visual_area .illust_area {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #visual_area .illust_area {
    top: 12.5rem;
    margin: 0 0 0 -27.1rem;
    width: 54.2rem;
    height: 54.2rem;
  }
}
#visual_area .illust_area .illust_box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 11.8rem;
  height: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#visual_area .illust_area .illust_box.illust_box_2 {
  -webkit-transform: translate(-50%, 0) rotate(72deg);
          transform: translate(-50%, 0) rotate(72deg);
}
#visual_area .illust_area .illust_box.illust_box_3 {
  -webkit-transform: translate(-50%, 0) rotate(144deg);
          transform: translate(-50%, 0) rotate(144deg);
}
#visual_area .illust_area .illust_box.illust_box_4 {
  -webkit-transform: translate(-50%, 0) rotate(216deg);
          transform: translate(-50%, 0) rotate(216deg);
}
#visual_area .illust_area .illust_box.illust_box_5 {
  -webkit-transform: translate(-50%, 0) rotate(288deg);
          transform: translate(-50%, 0) rotate(288deg);
}
#visual_area .illust_area .illust_box .illust {
  position: relative;
  display: block;
  width: 11.8rem;
  height: 11.8rem;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #visual_area .illust_area .illust_box .illust {
    width: 16.65rem;
    height: 16.65rem;
  }
}
#visual_area .illust_area .illust_box .illust.illust_1 {
  -webkit-animation: illust_rotate 80s linear infinite;
          animation: illust_rotate 80s linear infinite;
}
#visual_area .illust_area .illust_box .illust.illust_2 {
  -webkit-animation: illust_rotate 80s linear infinite -16s;
          animation: illust_rotate 80s linear infinite -16s;
}
#visual_area .illust_area .illust_box .illust.illust_3 {
  -webkit-animation: illust_rotate 80s linear infinite -32s;
          animation: illust_rotate 80s linear infinite -32s;
}
#visual_area .illust_area .illust_box .illust.illust_4 {
  -webkit-animation: illust_rotate 80s linear infinite -48s;
          animation: illust_rotate 80s linear infinite -48s;
}
#visual_area .illust_area .illust_box .illust.illust_5 {
  -webkit-animation: illust_rotate 80s linear infinite -64s;
          animation: illust_rotate 80s linear infinite -64s;
}

@keyframes area_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes area_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes illust_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes illust_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
main h3.title {
  margin: 0 auto 0;
  width: 45rem;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  main h3.title {
    font-size: 3.3rem;
  }
}
main h3.title span.outline {
  -webkit-text-stroke: 0.08rem #000 !important;
}
main .title_illust {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  margin: 0 0 0 6.7rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  main .title_illust {
    top: 15.9rem;
    margin: 0 0 0 1rem;
    width: 15.9rem;
  }
}
main .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  main .title_area {
    margin: 7.5rem auto 0;
  }
}
main .title_area.active h3.title.tate span.fuwafuwa:nth-child(3) {
  opacity: 1;
}
main .title_area.active h3.title.tate span.fuwafuwa:nth-child(5) {
  opacity: 1;
}
main .title_area.active h3.title.tate span.fuwafuwa:nth-child(7) {
  opacity: 1;
}
main .title_area.active h3.title.tate span.fuwafuwa:nth-child(9) {
  opacity: 1;
}
main .title_area h3.title.tate {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .title_area h3.title.tate {
    font-size: 5.5rem;
  }
}
main .title_area h3.title.tate span.outline {
  font-size: 6.25rem;
  -webkit-text-stroke: 0.08rem #000 !important;
}
@media screen and (max-width: 767px) {
  main .title_area h3.title.tate span.outline {
    font-size: 10rem;
  }
}
main .title_area h3.title.tate span.fuwafuwa:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 0.3s;
  transition: opacity 1s linear 0.3s;
}
main .title_area h3.title.tate span.fuwafuwa:nth-child(5) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 0.6s;
  transition: opacity 1s linear 0.6s;
}
main .title_area h3.title.tate span.fuwafuwa:nth-child(7) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 0.9s;
  transition: opacity 1s linear 0.9s;
}
main .title_area h3.title.tate span.fuwafuwa:nth-child(9) {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.2s;
  transition: opacity 1s linear 1.2s;
}
main .text_image_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  main .text_image_box {
    display: block;
    margin: 7.5rem auto 0;
    width: 34.5rem;
  }
}
main .text_image_box .left {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  main .text_image_box .left {
    width: 100%;
  }
}
main .text_image_box .right {
  margin: 0 0 0 2.4rem;
  width: 20.1rem;
}
@media screen and (max-width: 767px) {
  main .text_image_box .right {
    margin: 1.75rem auto 0;
    width: 100%;
  }
}
main .text_image_box h4.title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4666666667;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .text_image_box h4.title {
    font-size: 3.3rem;
    line-height: 1.4545454545;
  }
}
main .text_image_box h4.title span.outline {
  -webkit-text-stroke: 0.06rem #000 !important;
}
main .text_image_box .body {
  margin: 1.65rem auto 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .text_image_box .body {
    margin: 2rem auto 0;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
main .text_image_box .illust_data + .illust_data {
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 767px) {
  main .text_image_box .illust_data + .illust_data {
    margin: 4.6rem auto 0;
  }
}
main .text_image_box .illust_data .illust_box {
  position: relative;
  width: 100%;
}
main .text_image_box .illust_data .illust_plus {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.45rem 0 0 -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
}
main .text_image_box .illust_data .illust_image {
  width: 100%;
}
main .text_image_box .illust_data .illust_image_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main .text_image_box .illust_data .illust_text {
  margin: 0.6rem auto 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .text_image_box .illust_data .illust_text {
    margin: 1.3rem auto 0;
    font-size: 1.9rem;
    line-height: 1.5526315789;
  }
}
main .image_box {
  margin: 4.25rem auto 0;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  main .image_box {
    margin: 7rem auto 0;
  }
}
main .inview {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  main .inview {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}
main .inview.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem auto 0;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  main .link_box {
    display: block;
    margin: 7.5rem auto 0;
    width: 30rem;
  }
}
main .link_box .link {
  margin: 0 1.5rem 3rem;
  width: 20rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  main .link_box .link {
    margin: 0 auto 0;
    width: 30rem;
    height: 6rem;
  }
  main .link_box .link + .link {
    margin: 2.5rem auto 0;
  }
}
main .link_box .link a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 767px) {
  main .link_box .link a:hover span.text {
    color: #eadb00;
  }
  main .link_box .link a:hover span.arr {
    right: 1rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  main .link_box .link a:hover span.arr {
    right: 1.75rem;
  }
}
main .link_box .link a span.text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
@media screen and (max-width: 767px) {
  main .link_box .link a span.text {
    font-size: 1.75rem;
  }
}
main .link_box .link a span.arr {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin: -0.2rem 0 0;
  width: 1.4rem;
  height: 0.45rem;
  -webkit-transition: right 0.5s linear;
  transition: right 0.5s linear;
}
@media screen and (max-width: 767px) {
  main .link_box .link a span.arr {
    right: 2.25rem;
    margin: -0.25rem 0 0;
    width: 1.6rem;
    height: 0.55rem;
  }
}

section#job_area {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  section#job_area {
    margin: 7.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  section#job_area .title_illust {
    top: -8rem;
    margin: 0 0 0 5rem;
    width: 12.5rem;
  }
}
section#job_area .job_title {
  position: relative;
  width: 100%;
  height: 16.25rem;
}
@media screen and (max-width: 767px) {
  section#job_area .job_title {
    height: 31.3rem;
  }
}
section#job_area .job_title .job_title_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 80rem 2.5rem;
  background-position: 0% center;
  will-change: background-position;
  -webkit-animation: text_bg 50s linear infinite;
          animation: text_bg 50s linear infinite;
}
@media screen and (max-width: 767px) {
  section#job_area .job_title .job_title_text {
    background-size: 120rem 3.75rem;
    -webkit-animation: text_bg_sp 50s linear infinite;
            animation: text_bg_sp 50s linear infinite;
  }
}
section#job_area .job_title .job_title_bg {
  margin: 0 auto 0;
  width: 16.25rem;
  height: 16.25rem;
  -webkit-animation: circle 50s linear infinite;
          animation: circle 50s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  section#job_area .job_title .job_title_bg {
    width: 31.3rem;
    height: 31.3rem;
  }
}
section#job_area h3.title {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  section#job_area h3.title {
    margin: 8.05rem auto 0;
    width: 34.5rem;
    font-size: 6.5rem;
  }
}
section#job_area .box_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.35rem auto 0;
  width: 47rem;
}
@media screen and (max-width: 767px) {
  section#job_area .box_images {
    display: block;
    width: 34.5rem;
  }
}
section#job_area .box_images .image {
  margin: 0 1rem 0;
  width: 21.5rem;
}
@media screen and (min-width: 767px) {
  section#job_area .box_images .image:nth-child(n+3) {
    margin: 2rem 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  section#job_area .box_images .image {
    margin: 0;
    width: 100%;
  }
  section#job_area .box_images .image + .image {
    margin: 2.5rem auto 0;
  }
}
section#job_area .box_images .image img {
  border-radius: 0.5rem;
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes text_bg {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -80rem center;
  }
}
@-webkit-keyframes text_bg {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -80rem center;
  }
}
@keyframes text_bg_sp {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -120rem center;
  }
}
@-webkit-keyframes text_bg_sp {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -120rem center;
  }
}
section#schedule_area {
  margin: 3.9rem auto 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  section#schedule_area {
    margin: 7.5rem auto 0;
    width: 34.5rem;
  }
}
@media screen and (max-width: 767px) {
  section#schedule_area h3.title {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  section#schedule_area .title_illust {
    top: -2.5rem;
    margin: 0 0 0 5rem;
    width: 12.5rem;
  }
}
section#schedule_area .schedule_area {
  margin: 3.1rem auto 0;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area {
    margin: 2.3rem auto 0;
  }
}
section#schedule_area .schedule_area .class_title {
  position: relative;
  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;
  margin: 0 auto 2.5rem;
  width: 25rem;
  height: 3.5rem;
  background-color: #000;
  border-radius: 1.75rem;
}
@media screen and (min-width: 767px) {
  section#schedule_area .schedule_area .class_title {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .class_title {
    width: 30rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
}
section#schedule_area .schedule_area .class_title.on span.ico:before {
  opacity: 0;
}
section#schedule_area .schedule_area .class_title span.text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .class_title span.text {
    font-size: 1.5rem;
  }
}
section#schedule_area .schedule_area .class_title span.ico {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  margin: -0.25rem 0 0;
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .class_title span.ico {
    right: 2.5rem;
    margin: -0.375rem 0 0;
    width: 0.75rem;
    height: 0.75rem;
  }
}
section#schedule_area .schedule_area .class_title span.ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background-color: #eadb00;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .class_title span.ico:before {
    margin: 0 0 0 -0.075rem;
    width: 0.15rem;
  }
}
section#schedule_area .schedule_area .class_title span.ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0;
  width: 100%;
  height: 2px;
  background-color: #eadb00;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .class_title span.ico:after {
    margin: -0.075rem 0 0;
    height: 0.15rem;
  }
}
section#schedule_area .schedule_area .schedule_box {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box {
    width: 34.5rem;
  }
}
section#schedule_area .schedule_area .schedule_box.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#schedule_area .schedule_area .schedule_box .schedule {
  margin: 0 0 2rem;
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule {
    margin: 0;
    width: 100%;
  }
  section#schedule_area .schedule_area .schedule_box .schedule + .schedule {
    margin: 3.2rem auto 0;
  }
}
@media screen and (min-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule:nth-child(2n) {
    margin: 0 0 2rem 2rem;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule h5.title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule h5.title {
    font-size: 1.9rem;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule .table {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule .table {
    margin: 2.4rem 0 0;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule .table table {
  border-collapse: collapse;
}
section#schedule_area .schedule_area .schedule_box .schedule .table table tr {
  height: auto !important;
}
section#schedule_area .schedule_area .schedule_box .schedule .table table tr:first-child td {
  border-top: 0;
}
section#schedule_area .schedule_area .schedule_box .schedule .table table th {
  width: 3.35rem !important;
  height: 2.15rem !important;
  background-color: #000;
  color: #eadb00;
  font-size: 0.6rem;
  line-height: 1;
  border-left: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule .table table th {
    width: 3.5rem !important;
    height: 3.5rem !important;
    font-size: 1rem;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule .table table th:first-child {
  width: 1.5rem !important;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule .table table th:first-child {
    width: 2.5rem !important;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule .table table td {
  width: 3.35rem !important;
  height: 3rem !important;
  background-color: #fff;
  font-size: 0.6rem;
  line-height: 1.5;
  border-left: 0.1rem solid #b2b2b2;
  border-top: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule .table table td {
    width: 3.5rem !important;
    height: 4.9rem !important;
    font-size: 1rem;
  }
}
section#schedule_area .schedule_area .schedule_box .schedule .table table td:first-child {
  width: 1.5rem !important;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  section#schedule_area .schedule_area .schedule_box .schedule .table table td:first-child {
    width: 2.5rem !important;
  }
}

section#recruit_area {
  position: relative;
  margin: 5rem auto 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area {
    margin: 7.5rem auto 0;
    width: 34.5rem;
  }
}
@media screen and (max-width: 767px) {
  section#recruit_area h3.title {
    font-size: 6.5rem;
  }
}
section#recruit_area .recruit_data_note {
  margin: 0;
  width: 100%;
  text-align: right;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_data_note {
    margin: 2.75rem 0 0;
    text-align: left;
    font-size: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
section#recruit_area .recruit_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area {
    display: block;
    margin: 10.25rem auto 0;
  }
}
section#recruit_area .recruit_area .recruit_data {
  margin: 0 0 2rem;
  padding: 1.3rem 1.5rem 2.4rem 1.75rem;
  width: 21.5rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area .recruit_data {
    margin: 0 auto 0;
    padding: 2.7rem 1.5rem 3.2rem 1.65rem;
    width: 100%;
  }
  section#recruit_area .recruit_area .recruit_data + .recruit_data {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 767px) {
  section#recruit_area .recruit_area .recruit_data:nth-child(2n) {
    margin: 0 0 2rem 2rem;
  }
}
section#recruit_area .recruit_area .recruit_data h4.recruit_data_title {
  color: #eadb00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area .recruit_data h4.recruit_data_title {
    font-size: 2.5rem;
  }
}
section#recruit_area .recruit_area .recruit_data .box {
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area .recruit_data .box {
    margin: 3.3rem auto 0;
  }
}
section#recruit_area .recruit_area .recruit_data .box .recruit_data_text {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area .recruit_data .box .recruit_data_text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    letter-spacing: 0.16em;
  }
}
section#recruit_area .recruit_area .recruit_data .box .recruit_data_num {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .recruit_area .recruit_data .box .recruit_data_num {
    width: 13.5rem;
  }
}
section#recruit_area h4.job_data_title {
  margin: 2.75rem auto 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section#recruit_area h4.job_data_title {
    margin: 4.5rem auto 0;
    font-size: 3.3rem;
  }
}
section#recruit_area .job_data_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_box {
    display: block;
    margin: 2.1rem auto 0;
  }
}
section#recruit_area .job_data_box .job_data_graph {
  width: 32.15rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_box .job_data_graph {
    width: 100%;
  }
}
section#recruit_area .job_data_box .job_data_graph .job_data_graph_text {
  margin: 2.25rem auto 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  section#recruit_area .job_data_box .job_data_graph .job_data_graph_text {
    display: none;
  }
}
section#recruit_area .job_data_box .job_data_graph_illust {
  margin: 3.9rem 0 0 1.15rem;
  width: 10.75rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_box .job_data_graph_illust {
    margin: 3.65rem auto 0;
    width: 21.5rem;
    display: block;
  }
}
section#recruit_area .job_data_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area {
    margin: 5rem auto 0;
  }
}
section#recruit_area .job_data_area .job_data {
  position: relative;
  margin: 0 0 2rem;
  padding: 1.3rem 0 4.2rem;
  width: 21.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area .job_data {
    margin: 0 0 1rem;
    padding: 1.1rem 0 2.3rem;
    width: 16.75rem;
  }
}
section#recruit_area .job_data_area .job_data:nth-child(2n) {
  margin: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area .job_data:nth-child(2n) {
    margin: 0 0 1rem 1rem;
  }
}
section#recruit_area .job_data_area .job_data h5.job_data_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
section#recruit_area .job_data_area .job_data .job_data_illust {
  position: absolute;
  top: 4.3rem;
  left: 2.2rem;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area .job_data .job_data_illust {
    left: 0.5rem;
    width: 6.9rem;
  }
}
section#recruit_area .job_data_area .job_data .box {
  margin: 3.25rem 0 0 7rem;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area .job_data .box {
    margin: 2.7rem 0 0 7.25rem;
  }
}
section#recruit_area .job_data_area .job_data .box .job_data_num {
  margin: 0 auto 0;
  width: 8.75rem;
}
section#recruit_area .job_data_area .job_data .box .job_data_text {
  margin: 1.8rem 0 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section#recruit_area .job_data_area .job_data .box .job_data_text {
    margin: 1.5rem 0 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 767px) {
  section#recruit_area .job_data_area .job_data .box .job_data_text br {
    display: none;
  }
}

section#bottom_area {
  margin: 3.75rem auto 0;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  section#bottom_area {
    margin: 7.5rem auto 0;
    padding: 0 0 1.75rem;
  }
}
section#bottom_area .sns_area {
  width: 100%;
  height: 3.5rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  section#bottom_area .sns_area {
    height: 5rem;
  }
}
section#bottom_area .sns_area ul.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
section#bottom_area .sns_area ul.sns_list li {
  width: 100%;
  height: 100%;
}
section#bottom_area .sns_area ul.sns_list li a {
  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;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #eadb00;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
section#bottom_area .sns_area ul.sns_list li a.over {
  background-color: #eadb00;
  color: #000;
}
section#bottom_area .sns_area ul.sns_list li a span.ico {
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  section#bottom_area .sns_area ul.sns_list li a span.ico {
    height: 1.5rem;
  }
}
section#bottom_area .sns_area ul.sns_list li a span.ico svg {
  height: 100%;
  width: auto;
}
section#bottom_area .bottom_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  section#bottom_area .bottom_title_area {
    margin: 8rem auto 0;
  }
}
section#bottom_area .bottom_title_area .bottom_title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section#bottom_area .bottom_title_area .bottom_title {
    font-size: 7rem;
  }
}
section#bottom_area .bottom_title_area .bottom_title span.outline {
  -webkit-text-stroke: 0.08rem #000 !important;
}
section#bottom_area .address_area {
  margin: 4.25rem auto 0;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  section#bottom_area .address_area {
    margin: 9.2rem auto 0;
    font-size: 1.1rem;
    line-height: 1.7272727273;
  }
}
@media screen and (min-width: 767px) {
  section#bottom_area .address_area a:hover {
    text-decoration: underline;
  }
}
section#bottom_area .copyright {
  margin: 1.3rem auto 0;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 0.65rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section#bottom_area .copyright {
    display: block;
    margin: 1.8rem auto 0;
    font-size: 1rem;
  }
}/*# sourceMappingURL=lp.css.map */