@charset "UTF-8";
/* ==================== reset ==================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  display: block;
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/* ==================== html, body, wrapper ==================== */
body {
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* ==================== conditional ==================== */
.img-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .img-pc {
    display: none;
  }
}

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

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

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

/* ==================== two-column ==================== */
.two-column-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

.two-column-8 {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .two-column-8 {
    width: 100%;
  }
}

.two-column-7 {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .two-column-7 {
    width: 100%;
  }
}

.two-column-6 {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .two-column-6 {
    width: 100%;
  }
}

.two-column-5 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .two-column-5 {
    width: 100%;
  }
}

.two-column-4 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .two-column-4 {
    width: 100%;
  }
}

.two-column-3 {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .two-column-3 {
    width: 100%;
  }
}

.two-column-2 {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .two-column-2 {
    width: 100%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ==================== wrapper ==================== */
@media screen and (min-width: 769px) {
  .wrapper a {
    transition: opacity 0.6s ease;
  }
  .wrapper a:hover {
    opacity: 0.7;
  }
}

/* ==================== main ==================== */
.main {
  position: relative;
  background: #073174;
}

.main-inner {
  position: relative;
  margin: 0 auto;
  padding: 237px 0 100px;
  background: #073174;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-inner {
    padding: 80px 0 60px;
  }
}
.main-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-object-pc.png) no-repeat;
  background-size: contain;
  width: 1920px;
  height: 2304px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-inner::before {
    background: url(../images/bg-object-sp.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 1000px;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}

.bg-wave-pc {
  display: block;
  position: absolute;
  min-width: 1960px;
  width: 110%;
  height: auto;
  top: -400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .bg-wave-pc {
    min-width: 300%;
    width: 300%;
  }
}
@media screen and (max-width: 768px) {
  .bg-wave-pc {
    display: none;
  }
}

.bg-wave-sp {
  display: none;
  position: absolute;
  width: 160%;
  height: auto;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bg-wave-sp {
    display: block;
  }
}

/* ==================== title-group ==================== */
.title-group {
  position: relative;
  padding: 0 40px 200px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .title-group {
    padding: 0 15px 120px;
  }
}

.title {
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .title {
    max-width: none;
    width: 75%;
  }
}

.lead {
  margin: 40px auto 0;
  width: 526px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin: 15px auto 0;
    width: 62%;
  }
}

.title-video-tmb {
  margin: 110px auto 0;
  max-width: 850px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .title-video-tmb {
    margin: 40px auto 0;
    max-width: none;
    width: 100%;
  }
}

.title-video-tmb-anchor {
  display: block;
}
.title-video-caption {
  width: 290px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .title-video-caption {
    margin: 15px auto 0;
    width: 75%;
  }
}

/* ==================== section-video ==================== */
.section-video {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-video {
    max-width: none;
    width: 100%;
    padding: 0 15px;
  }
}

.section-heading {
  position: relative;
  text-align: center;
}
.section-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 40.75%;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-heading::before {
    width: 32%;
  }
}
.section-heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 40.75%;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading::after {
    width: 32%;
  }
}
.section-heading span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-heading span {
    width: 25%;
  }
}
.section-heading img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .section-heading img {
    width: 100%;
    height: auto;
  }
}

.section-lead {
  margin: 40px auto 0;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .section-lead {
    margin: 30px auto 0;
    width: 62%;
  }
}

.video-tmb-group {
  position: relative;
  margin: 30px auto 0;
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .video-tmb-group {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .video-tmb-group {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
}
.video-tmb-group::before {
  content: "";
  display: block;
  position: absolute;
  width: 81px;
  height: 89px;
  background: url(../images/object.png) no-repeat;
  background-size: contain;
  top: -30px;
  left: -100px;
}
@media screen and (max-width: 960px) {
  .video-tmb-group::before {
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .video-tmb-group::before {
    display: none;
  }
}

.video-tmb-block {
  margin: 60px 0 0 0;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .video-tmb-block {
    margin: 60px auto 0;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .video-tmb-block {
    margin: 45px 0 0 0;
    width: 100%;
  }
}

.video-tmb {
  background: #fff;
}
.video-tmb-anchor {
  display: block;
}
.video-tmb-text {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .video-tmb-text {
    margin: 20px 0 0 0;
  }
}

.video-tmb-text-01 img {
  width: 99.25%;
}
@media screen and (max-width: 768px) {
  .video-tmb-text-01 img {
    width: 97%;
  }
}

.video-tmb-text-02 img {
  width: 104.25%;
}
@media screen and (max-width: 768px) {
  .video-tmb-text-02 img {
    width: 102%;
  }
}

.video-tmb-text-03 img {
  width: 103.8%;
}
@media screen and (max-width: 768px) {
  .video-tmb-text-03 img {
    width: 101.55%;
  }
}

.video-tmb-text-04 img {
  width: 105.25%;
}
@media screen and (max-width: 768px) {
  .video-tmb-text-04 img {
    width: 103%;
  }
}

/* ==================== footer ==================== */
.footer {
  padding: 70px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 15px;
  }
}

.open-campus-button {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .open-campus-button {
    max-width: none;
    width: calc(100% - 40px);
  }
}

.footer-logo {
  margin: 70px auto 0;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 50px auto 0;
    width: 40%;
  }
}

.copyright {
  margin: 65px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #636363;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin: 60px 0 0 0;
    font-size: 1rem;
  }
}

/* ==================== popup ==================== */
.mfp-bg {
  opacity: 0;
  transition: opacity 0.6s;
  background: #fff;
}

.mfp-bg.mfp-ready {
  opacity: 0.9;
}

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

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s;
}

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

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

.video-popup {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .video-popup {
    max-width: none;
    width: calc(100% - 30px);
  }
}
.video-popup::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-popup iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mfp-close {
  width: 60px;
  height: 60px;
  top: -75px;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .mfp-close {
    transition: opacity 0.6s ease;
  }
  .mfp-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .mfp-close {
    width: 50px;
    height: 50px;
    top: -65px;
  }
}
.mfp-close span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #073174;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .mfp-close span {
    width: 50px;
    height: 50px;
    border: 2px solid #073174;
  }
}
.mfp-close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #073174;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .mfp-close span::before {
    width: 20px;
    height: 2px;
  }
}
.mfp-close span::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #073174;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .mfp-close span::after {
    width: 20px;
    height: 2px;
  }
}
