@charset "UTF-8";
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, img, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

h1, h2, h3, h4, h5, h6, div, p, em, span, ul, ol, li, dl, dt, dd, form, table, tr, th, td, span, label, a, button, input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}

a, button {
  cursor: pointer;
}

.switc-appear-sp {
  display: none;
}

.switc-appear-pc {
  display: block;
}

@media (max-width: 768px) {
  .switc-appear-sp {
    display: block;
  }
  .switc-appear-pc {
    display: none;
  }
}

.replace-image {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 40px 0 60px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  counter-reset: ranking 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

a, a:hover {
  text-decoration: none;
  text-align: center;
}

img {
  vertical-align: bottom;
  display: inline;
  max-width: 100%;
}

section:not(.fv, .fv_sp) {
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  section:not(.fv, .fv_sp) {
    padding: 40px 0 60px;
  }
}

.sp {
  display: none;
}

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

.headline {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 128px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 64px;
  }
}

.headline.type-a {
  color: #db6b68;
  position: relative;
  font-weight: bold;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .headline.type-a {
    max-width: 960px;
    width: 89.58333vw;
    margin: 0 auto;
  }
}

.headline.type-a:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: auto;
  width: 600px;
  height: 6px;
  background: #53abe5;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #53abe5), to(#db6b68));
  background: linear-gradient(to right, #53abe5 15%, #db6b68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53abe5', endColorstr='#db6b68',GradientType=1 );
}

@media (max-width: 768px) {
  .headline.type-a:after {
    width: 300px;
  }
}

.headline.type-a.exp::before {
  content: "";
  width: 650px;
  height: 10vw;
  background-image: url(../images/deco_txt01.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  top: 0;
  left: calc(50% - 460px);
}

@media (max-width: 768px) {
  .headline.type-a.exp::before {
    width: 300px;
    height: 45px;
    background-size: 300px auto;
    left: 0;
    bottom: 50px;
    top: inherit;
  }
}

.headline.type-a.mov::before {
  content: "";
  width: 650px;
  height: 10vw;
  background-image: url(../images/deco_txt03.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  z-index: -1;
  top: 10px;
  left: calc(50% - 460px);
}

@media (max-width: 768px) {
  .headline.type-a.mov::before {
    width: 300px;
    height: 45px;
    background-size: 300px auto;
    left: 0;
    bottom: 30px;
    top: inherit;
  }
}

.headline.type-a.int::before {
  content: "";
  width: 650px;
  height: 10vw;
  background-image: url(../images/deco_txt04.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
  right: calc(50% - 400px);
}

@media (max-width: 768px) {
  .headline.type-a.int::before {
    width: 300px;
    height: 45px;
    background-size: 300px auto;
    left: 0;
    bottom: 30px;
    top: inherit;
  }
}

.headline.type-a span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media (max-width: 768px) {
  .headline.type-a span {
    line-height: 1.25;
  }
}

.headline.type-a span::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/splite_kokusaikun.png);
  background-size: 624px 233px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .headline.type-a span::before {
    display: none;
  }
}

.headline.type-a span.exp::before {
  width: 95px;
  height: 228px;
  right: -100px;
  bottom: -40px;
  background-position: -197px 0;
}

@media (max-width: 768px) {
  .headline.type-a span.exp::before {
    width: 45px;
    height: 76px;
    right: 0;
    bottom: 60px;
    background-position: -94px 0;
  }
}

.headline.type-a span.mov::before {
  width: 104px;
  height: 140px;
  right: -170px;
  bottom: -10px;
  background-position: -92px 0;
  -webkit-animation: 3s cubic-bezier(0.6, 0.2, 0.35, 1) 0s infinite alternate none running jump;
          animation: 3s cubic-bezier(0.6, 0.2, 0.35, 1) 0s infinite alternate none running jump;
}

.headline.type-a span.int::before {
  width: 106px;
  height: 136px;
  left: -300px;
  bottom: -10px;
  background-position: -517px 0;
  -webkit-animation: 3s cubic-bezier(0.6, 0.2, 0.35, 1) 0s infinite alternate none running jump;
          animation: 3s cubic-bezier(0.6, 0.2, 0.35, 1) 0s infinite alternate none running jump;
}

.headline.type-b {
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-top: 80px;
}

.headline.type-b span {
  color: #fff;
  padding: 20px 40px;
  display: inline;
  position: relative;
  z-index: 1;
  background: #53abe5;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(83, 171, 229, 0.8)), to(rgba(219, 107, 104, 0.8)));
  background: linear-gradient(to right, rgba(83, 171, 229, 0.8) 15%, rgba(219, 107, 104, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53abe5', endColorstr='#db6b68',GradientType=1 );
}

.headline.type-b span::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/splite_kokusaikun.png);
  background-size: 624px 233px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .headline.type-b span::before {
    display: none;
  }
}

.headline.type-b span.pro::before {
  width: 116px;
  height: 158px;
  left: -160px;
  bottom: -10px;
  background-position: -288px 0;
}

.headline.type-b span.flo::before {
  width: 116px;
  height: 156px;
  right: -160px;
  bottom: -10px;
  background-position: -398px 0;
}

.headline.type-b.pro::before {
  content: "";
  width: 650px;
  height: 12vw;
  background-image: url(../images/deco_txt02.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  z-index: 0;
  top: -30px;
  right: calc(50% - 460px);
}

@media (max-width: 768px) {
  .headline.type-b.pro::before {
    width: 264px;
    height: 60px;
    background-size: 350px auto;
    top: 0;
    left: calc(50% - 132px);
  }
}

.headline.type-b.flo::before {
  content: "";
  width: 650px;
  height: 12vw;
  background-image: url(../images/deco_txt05.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  z-index: 0;
  top: -20px;
  right: calc(50% - 280px);
}

@media (max-width: 768px) {
  .headline.type-b.flo::before {
    background-image: url(../images/deco_txt06.png);
    width: 126px;
    height: 45px;
    background-size: 300px auto;
    left: calc(50% - 63px);
    bottom: 50px;
    top: inherit;
  }
}

.headline.type-b.suttle::before {
  content: "";
  width: 650px;
  height: 12vw;
  background-image: url(../images/deco_txt06.png);
  display: block;
  position: absolute;
  background-size: 650px auto;
  background-repeat: no-repeat;
  z-index: 0;
  top: -20px;
  right: calc(50% - 280px);
}

.fv {
  position: relative;
}

.fv_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% - 150px);
}

.fv_inner .img_01 {
  width: 100%;
  height: 37vw;
  background-image: url(../images/mv_img_bottom.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -9vw;
}

.fv_inner .img_bottom {
  margin-top: -2%;
}

.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 180px);
  display: block;
  background: url(../images/mv_univ.png) #f8f8f8;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50vw auto;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fv__mv {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw;
}

.fv_sp {
  display: none;
}

@media (max-width: 1024px) {
  .fv {
    display: none;
  }
  .fv_sp {
    display: block;
  }
}

.fv_copy {
  width: 700px;
  padding: 3% 0 0 5.5%;
  position: relative;
}

.fv_copy img {
  width: 100%;
}

.fv__bodycopy {
  padding: 0 45px;
}

.fv__bodycopy p {
  line-height: 2.4;
  letter-spacing: .1em;
  text-align: justify;
}

.movies {
  padding: 50px 0 100px;
  position: relative;
  background-image: url(../images/bg_movie.svg);
  background-size: auto 30%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

/*====================================================================
体験
====================================================================*/
.experience {
  position: relative;
  background-image: url(../images/bg_experience.svg);
  background-size: auto calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (max-width: 768px) {
  .experience {
    background-size: auto calc(100% - 180px);
  }
}

.wrap_colums {
  margin: 6rem auto 8rem;
  position: relative;
}

@media (max-width: 768px) {
  .wrap_colums {
    margin: 4rem 0;
  }
}

.wrap_colums::after {
  content: "";
  display: block;
  width: 45%;
  height: 120px;
  background: #ebf3f8;
  position: absolute;
  top: 6.8%;
  right: 0;
  z-index: -1;
}

.wrap_colums .layout_columns {
  position: relative;
  margin: 0 auto;
  max-width: 106rem;
}

.wrap_colums .layout_columns .items {
  position: relative;
  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;
}

@media (max-width: 768px) {
  .wrap_colums .layout_columns .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrap_colums .layout_columns .items .item_sentence {
  width: 50%;
  height: 100%;
  margin-left: 5%;
  font-family: ryo-display-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

@media (max-width: 768px) {
  .wrap_colums .layout_columns .items .item_sentence {
    max-width: 960px;
    width: 89.58333vw;
    margin: 0 auto;
    margin: 30px auto 0;
  }
}

.wrap_colums .layout_columns .items .item_sentence .ttl {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.57143;
  letter-spacing: .2rem;
}

@media (max-width: 768px) {
  .wrap_colums .layout_columns .items .item_sentence .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.wrap_colums .layout_columns .items .item_sentence .txt {
  margin-top: 4rem;
  line-height: 1.75;
  letter-spacing: .1rem;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .wrap_colums .layout_columns .items .item_sentence .txt {
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.wrap_colums .layout_columns .items .item_img {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .wrap_colums .layout_columns .items .item_img {
    width: 80%;
  }
}

.wrap_colums .layout_columns .items .item_img:before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  top: 16px;
  left: -16px;
  bottom: -16px;
  right: 16px;
  z-index: 0;
  background: #e59d9b;
}

.wrap_colums .layout_columns .items .item_img img {
  position: relative;
  z-index: 1;
}

.wrap_colums.reverse .layout_columns .items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .wrap_colums.reverse .layout_columns .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrap_colums.reverse .layout_columns .items h3, .wrap_colums.reverse .layout_columns .items p {
  display: inline-block;
  text-align: left;
}

.wrap_colums.reverse .layout_columns .items .item_sentence {
  text-align: right;
  margin-left: 0;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .wrap_colums.reverse .layout_columns .items .item_sentence {
    max-width: 960px;
    width: 89.58333vw;
    margin: 0 auto;
    margin: 30px auto 0;
    text-align: left;
  }
}

.wrap_colums.reverse .layout_columns .items .item_img:before {
  top: 16px;
  right: -16px;
  bottom: -16px;
  left: 16px;
}

.wrap_colums.reverse::after {
  content: "";
  left: 0;
}

/*====================================================================
program
====================================================================*/
.program {
  background-image: url(../images/bg_schedule.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.program_inner {
  position: relative;
  margin: 0 auto;
  max-width: 106rem;
  max-width: 960px;
  width: 89.58333vw;
  margin: 0 auto;
}

.program_inner .list_program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program_inner .list_program_item {
  width: 40%;
  max-width: 285px;
  margin-bottom: 20px;
  display: block;
  padding: 16px 12px 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .program_inner .list_program_item {
    width: 43.02083vw;
    max-width: inherit;
    margin-bottom: 3.125vw;
  }
}

.program_inner .list_program_item span {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: lighter;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.program_inner .list_program_item .contents {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  background: #fff;
  margin-top: 10px;
  color: #000;
  padding: 10px;
  font-weight: normal;
  line-height: 1.55;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.program_inner .list_program_item .contents span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.program_inner .list_program_item .contents_title {
  line-height: 1.25;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: dashed #000 1px;
  line-height: inherit;
}

.program_inner .list_program_item.standard {
  background: #db6b68;
}

.program_inner .list_program_item.kokusaikyouyou {
  background: #0083C9;
}

.program_inner .list_program_item.rinsyoushinri {
  background: #c68d50;
}

.program_inner .list_program_item.kankoubusiness {
  background: #767db4;
}

.program_inner .list_program_item.kokusaikankou {
  background: #489bc7;
}

.program_inner .list_program_item.gendaibunka {
  background: #005BAC;
}

.program_inner .list_program_item.kodomoshinri {
  background: #c16769;
}

.program_inner .list_program_item.sportsbusiness {
  background: #5fb15f;
}

.program_inner .list_program_item.sportsshidou {
  background: #1fa7a2;
}

.program_inner .list_program_item.sougouseikatu {
  background: #df7e20;
}

.program_inner .list_program_item.youjikyouiku {
  background: #da6b82;
}

.program_inner .list_program_item.sportskenkou {
  background: #1d794f;
}

.program_inner .list_program_item.kankougaku {
  background: #5d7794;
}

.program_inner .list_program_item.shinrigakukenkyu {
  background: #7d5c82;
}

.program_inner .caution ,.u-tac + .caution{
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 35px 25px;
  -webkit-box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
  max-width: 545px;
  min-width: 312px;
  line-height: 1.55;
  text-align: center;
  margin: 20px auto 0;
}

.u-tac + .caution{
  margin: 40px auto 0;
}
.flow {
  background-image: url(../images/bg_flow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/*====================================================================
Interview
====================================================================*/
.interview {
  background: #f8f8f8;
}

.interview .comment_int {
  max-width: 100rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .interview .comment_int {
    max-width: 960px;
    width: 89.58333vw;
    margin: 0 auto;
    margin: 30px auto 0;
    text-align: justify;
  }
}

.interview .comment_int p {
  line-height: 1.75;
  letter-spacing: .1rem;
}

.interview .comment_int p:not(:first-of-type) {
  margin-top: 20px;
}

.interview .wrap_colums:not(:first-of-type) {
  margin-top: 100px;
}

/*====================================================================
slick
====================================================================*/
.slick-slide {
  margin: 0 5px;
  height: calc(56.25vw - 280px);
  border-radius: 8px;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
  height: calc(56.25vw - 280px);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-slide div, .slick-slide div div {
  height: calc(56.25vw - 280px);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .slick-slide {
    margin: 0 20px;
  }
  .slick-slide, .slick-slide div, .slick-slide div div {
    height: calc(56.25vw - 12px);
  }
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-next {
  right: 220px;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon-next.png);
  background-size: 50px 50px !important;
}

@media (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}

.slick-next::before {
  content: none;
}

.slick-prev {
  left: calc(250px - 57px + 10px);
  left: 220px;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon-prev.png);
  background-size: 50px 50px !important;
}

@media (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}

.slick-prev::before {
  content: none;
}

.slick-prev::hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: -40px;
}

.slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  background-color: #eee;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots .slick-active button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  background-color: #69b2e1;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: auto;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}

.slick-next:hover {
  background-image: url(../images/icon/icon-next.png);
}

.slick-prev:hover {
  background-image: url(../images/icon/icon-prev.png);
}

/*====================================================================
  .full-screen
  ====================================================================*/
iframe {
  width: 100%;
  height: 100%;
}

/*====================================================================
fade in
  ====================================================================*/
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
  -webkit-transition: 800ms;
  transition: 800ms;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*====================================================================
btn
  ====================================================================*/
.c-btn {
  max-width: 430px;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #db6b68;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 auto;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
  .c-btn {
    width: 88%;
    margin: 0 auto;
  }
}

.c-btn::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  background-image: url(../images/bg-pettern.svg);
  width: 100%;
  height: 100%;
  background-size: 81px auto;
}

.c-btn_inr {
  position: relative;
  z-index: 1;
  display: block;
  border: 2px solid #db6b68;
  padding: 24px 0;
  background-color: #fff;
}

.c-btn_inr:hover {
  text-decoration: none;
  background: #db6b68;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
  .c-btn_inr {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 auto;
  }
}

.u-tac {
  text-align: center !important;
}

footer {
  padding: 60px 0 40px;
  position: relative;
}

footer::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/bg-pettern.svg);
  background-position: 50% 50%;
  height: 18px;
}

.l-footer_copy {
  background-color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 12px;
}

.l-footer_copy .l-footer_copy_logo {
  padding: 10px 0 20px;
}

.l-footer_sns .l-footer_sns_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_sns .l-footer_sns_list li {
  width: 36px;
  text-align: center;
}

.l-footer_sns .l-footer_sns_list li:not(:last-child) {
  margin-right: 15px;
}

.floating {
  -webkit-animation: floating 1s cubic-bezier(0.65, 0.2, 0.4, 1) infinite alternate;
  animation: floating 1s cubic-bezier(0.65, 0.2, 0.4, 1) infinite alternate;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.jump {
  -webkit-animation: jump 0.9s linear 0s 2;
          animation: jump 0.9s linear 0s 2;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  10% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  40% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  75% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  85% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  10% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  40% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  75% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  85% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.img_bottom.floating {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.icon_kokusai {
  background-image: url(../images/splite_kokusaikun.png);
  background-size: 624px 233px;
  background-repeat: no-repeat;
}

.icon_kokusai.koku01 {
  width: 95px;
  height: 164px;
  display: block;
  right: -140px;
  position: absolute;
  bottom: 20px;
}

.icon_kokusai.koku01::after {
  content: "";
  width: 250px;
  height: 246px;
  display: block;
  background-image: url(../images/icon/icon-traffic.png);
  position: absolute;
  right: -200px;
  top: -230px;
  -webkit-animation: jump 3s cubic-bezier(0.6, 0.2, 0.35, 1) infinite alternate;
  animation: jump 4s cubic-bezier(0.6, 0.2, 0.35, 1) infinite alternate;
  background-size: 250px auto;
  background-repeat: no-repeat;
}

.flow_inner {
  text-align: center;
  margin: 0 auto 70px;
  width: 89.58333vw;
  max-width: 1050px;
}

.flow_inner img{
 box-shadow: 0 0 0 6px rgba(255,255,255,.35);
}


.internal_link{
  position: relative;
  display: inline-block;
  transition: .3s;
  /* color: #53abe5; */
  color: #53abe5;
  margin-top: 10px;
}
.internal_link:hover{
  letter-spacing: .05rem;
}
.internal_link::after{
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 7px;
    height: 12px;
    background: url(../images/icon/icon-arrow.png) no-repeat 50% 50%;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
}

.internal_link::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #53abe5;
  transition: .3s;
  transform: translateX(-50%);
}
.internal_link:hover::before{
  width: 100%;
}


.c-secTtl03{
  position: relative;
  margin: 80px 0 40px;
  border-left: 5px solid #db6b68;
}
.c-secTtl03:before {
  content: " ";
  position: absolute;
  right: 0;
  top: -20px;
  background-image: url("https://www.siu.ac.jp/assets/images/common/bg-secttl02.svg");
  width: 185px;
  height: 82px;
  z-index: 1;
  background-size: cover;
}

.c-secTtl03>span {
    position: relative;
    background: rgba(255,255,255,.8);
    padding: 3px 0;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    color: #db6b68;
    width: 90%;
    display: block;
    padding: 16px;
}

.c-secTtl03>span>span {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 120px;
}

@media (max-width: 768px) {
  .c-secTtl03>span {

    font-size: 22px;
    font-size: 2.2rem;


}
}

.title03{
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}



  /* オープンキャンパスのCSS */

.card {
    color: var(--var-color-text-primary);
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    background-color: #fff;
}
.card__title {
  line-height: 2.5rem;
  margin-left: 0.25rem;
}
.box-title {
  margin: 10px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.25rem;
  margin-top: 0.9375rem;
}
.box-contents {
  line-height: 2.4rem;
  margin-top: 1.8125rem;
  clear: none;
}
.card__sub-title {
  padding-left: 0.625rem;
  display: inline-block;
  font-weight: bold;
  padding-top: 0.9375rem;
}
.box {
  margin-top: 1.3125rem;
  text-align: left;
  padding: 20px;
}
.kyouyou{
  color: #0083C9;
}
.rinsyoushinri{
  color: #c68d50;
}
.kodomoshinri{
  color: #c16769;
}
.kankoubusiness{
  color: #767db4;
}
.sports{
  color: #5fb15f;
}
.sougouseikatu{
  color: #df7e20;
}
.youjikyouiku{
  color: #da6b82;
}

@media (min-width: 769px){
.card {
      display: block;
      overflow: hidden;
      margin-top: 5.3125rem;
      text-align: left;
}
.card-left .card__image {
    float: left;
    text-align: left;
    margin-right: 3rem;
    margin-left: 0;
    margin-top: 0;
}
.card-right .card__image {
  margin-top: 0;
  float: right;
  text-align: right;
  margin-left: 3rem;
}
.card__title {
  line-height: 2.5rem;
  margin-left: 0.25rem;
  margin: 10px;
  font-size: 1.8rem;
}


.card__sub-title {
  padding-left: 0.625rem;
  display: inline-block;
  font-weight: 500;
  padding-top: 0.9375rem;
}
.box-title {
  margin: 10px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.25rem;
  margin-top: 0.9375rem;
}
.box-contents {
  margin: 10px;
  line-height: 2.4rem;
  margin-top: 1.8125rem;
  clear: none;
}

}
