@charset "UTF-8";
#top_contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#top_contents a {
  color: #202020;
}
#top_contents a:hover {
  text-decoration: none;
}
#top_contents .en_txt {
  font-size: clamp(1.25rem, 0.9866412214rem + 1.0178117048vw, 1.75rem);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: #00ab7d;
  padding-top: 0.5em;
  margin-bottom: 0.4em;
  position: relative;
}
#top_contents .en_txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #ee7ea3;
}
#top_contents .en_txt02 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.25rem, 0.0114503817rem + 8.6513994911vw, 6.5rem);
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
}
#top_contents .en_txt02:before {
  content: none;
}
#top_contents .en_txt03 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.375rem, 0.2022900763rem + 8.3969465649vw, 6.5rem);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #f4f4f4;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
#top_contents .en_txt03:before {
  content: none;
}
#top_contents h2 {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
#top_contents h3 {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.375rem, 0.5190839695rem + 3.3078880407vw, 3rem);
  line-height: 1.4;
  margin: min(50px, 5vw) 0 min(50px, 5vw);
}
#top_contents ul.ul_links {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
}
#top_contents ul.ul_links li {
  display: inline-block;
  padding-right: 0.75em;
  margin-bottom: 6px;
}
#top_contents ul.ul_links li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_contents ul.ul_links li a:hover {
  opacity: 0.7;
}
#top_contents ul.ul_links li:after {
  content: "/";
  margin-left: 0.75em;
}
#top_contents ul.ul_links li:last-child:after {
  content: none;
}
#top_contents .btn_link {
  margin-top: min(50px, 5vw);
  text-align: center;
}
#top_contents .btn_link a {
  display: inline-block;
  padding: 1em 1.5em;
  width: 212px;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  background-color: #00ab7d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_contents .btn_link a:hover {
  background-color: #ee7ea3;
}
#top_contents .btn_link-mov {
  margin: min(50px, 5vw) 0 0;
}
#top_contents .btn_link-mov a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: #202020;
  width: 212px;
  padding: 0.75em 1.5em;
  text-align: center;
  position: relative;
}
#top_contents .btn_link-mov a .link_txt {
  position: relative;
  z-index: 50;
}
#top_contents .btn_link-mov a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24%;
  height: 100%;
  border-radius: 100px;
  background-color: #00ab7d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top_contents .btn_link-mov a:after {
  content: "";
  position: absolute;
  left: 11%;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top_contents .btn_link-mov a:hover {
  color: #fff;
}
#top_contents .btn_link-mov a:hover:before {
  content: "";
  width: 100%;
  background-color: #ee7ea3;
}
#top_contents .btn_link-mov a:hover:after {
  content: "";
  left: 88%;
}
@media screen and (max-width: 768px) {
  #top_contents .btn_link-mov {
    margin: min(75px, 7.5vw) 0 min(35px, 3.5vw);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.zoom_slider {
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
.zoom_slider .slick-slide.add-animation .slick-img img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
.zoom_slider .slick-img img {
  width: 100%;
}

#top_main_img_container {
  position: relative;
  z-index: -1;
}
#top_main_img_container .top_main_img_inner {
  position: relative;
}
#top_main_img_container .top_main_img_inner .top_main_img {
  overflow: hidden;
}
#top_main_img_container .top_main_img_inner .top_main_img img {
  width: 100%;
  height: auto;
}
#top_main_img_container .top_main_img_inner .top_main_img_on_txt {
  position: absolute;
  left: 0;
  top: 16%;
  width: 100%;
  height: 84%;
}
#top_main_img_container .top_main_img_inner .top_main_img_on_txt p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 18%;
  top: 0;
  font-size: clamp(1.5rem, 0.9403625954rem + 2.1628498728vw, 2.5625rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_main_img_container {
    height: 500px;
  }
  #top_main_img_container .top_main_img_inner {
    height: 100%;
  }
  #top_main_img_container .top_main_img_inner .top_main_img {
    height: 500px;
  }
  #top_main_img_container .top_main_img_inner .top_main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #top_main_img_container .top_main_img_inner .top_main_img_on_txt {
    position: absolute;
    left: 0;
    top: 16%;
    width: 100%;
    height: 84%;
  }
  #top_main_img_container .top_main_img_inner .top_main_img_on_txt p {
    position: relative;
    left: auto;
    top: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 auto;
  }
}

#topsec_blog_banners {
  margin-top: -50px;
  position: relative;
  z-index: 50;
}
#topsec_blog_banners .sec_row {
  max-width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_blog_banners .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#topsec_blog_banners .sec_row .sec_col a {
  border-radius: 10px;
  display: block;
  padding: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  aspect-ratio: 1/0.3846;
}
#topsec_blog_banners .sec_row .banner_gakkoseikatsu a {
  background-image: url("../../images/top_bgimg_blog01.png");
}
#topsec_blog_banners .sec_row .banner_dosokai a {
  background-image: url("../../images/top_bgimg_blog02.png");
}
@media screen and (max-width: 768px) {
  #topsec_blog_banners .sec_row {
    display: block;
  }
  #topsec_blog_banners .sec_row .sec_col {
    margin: 0 1em 10px;
  }
}
@media screen and (max-width: 768px) {
  #topsec_blog_banners {
    margin-top: -30px;
  }
}

#topsec_gako_hyoka {
  margin: min(50px, 5vw) 1em;
}
#topsec_gako_hyoka .sec_inner {
  max-width: 1086px;
  margin: 0 auto;
  text-align: center;
}
#topsec_gako_hyoka .sec_inner a {
  display: inline-block;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../../images/ico_pdf.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topsec_gako_hyoka .sec_inner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #topsec_gako_hyoka .sec_inner a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 20px;
    background-size: 16px auto;
  }
}

#topsec_news {
  margin: min(100px, 10vw) 1em;
}
#topsec_news .sec_row {
  max-width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
#topsec_news .sec_row .sec_col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_row {
    display: block;
  }
  #topsec_news .sec_row .sec_col:last-child {
    margin-left: 0;
  }
}

.news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid #d9d9d9;
}
.news_container dl dt {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: normal;
  color: #878787;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  margin-left: 1em;
}
.news_container dl dd {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news_container dl dd a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_container dl dd a:hover {
  color: #ee7ea3 !important;
}
@media screen and (max-width: 768px) {
  .news_container dl {
    display: block;
  }
  .news_container dl dt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4px;
  }
}

#topsec_campus_guide {
  padding: 0 1em min(400px, 40vw);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-image: url("../../images/top_bgimg_campus_guide.png");
  background-size: cover;
}
#topsec_campus_guide .sec_inner {
  text-align: center;
}
#topsec_campus_guide .sec_inner .sec_header h2 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  margin-top: -36px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #topsec_campus_guide .sec_inner .sec_header h2 {
    margin-top: 0;
  }
}
#topsec_campus_guide .sec_inner .en_txt02 {
  top: -18px;
}
@media screen and (max-width: 768px) {
  #topsec_campus_guide .sec_inner .en_txt02 {
    top: 0;
  }
}
#topsec_campus_guide .sec_inner h3 {
  text-align: center;
}
#topsec_campus_guide .sec_inner ul.ul_links {
  max-width: 450px;
  margin: 0 auto;
}
#topsec_campus_guide .sec_inner .sec_txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  margin-bottom: min(50px, 5vw);
}
@media screen and (max-width: 768px) {
  #topsec_campus_guide {
    padding: 0 1em min(450px, 45vw);
    background-color: #9ac6f0;
    background-size: 150% auto;
    background-position: 50% 100%;
  }
}

#topsec_facilities {
  padding: min(120px, 12vw) 1em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bgimg_facili.png");
  background-size: cover;
  overflow: hidden;
}
#topsec_facilities .sec_row {
  max-width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_facilities .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  position: relative;
}
#topsec_facilities .sec_row .sec_col:first-child .sec_inner {
  position: relative;
  z-index: 200;
  padding-left: min(60px, 6vw);
}
@media screen and (max-width: 768px) {
  #topsec_facilities .sec_row .sec_col:first-child .sec_inner {
    padding-left: 0;
  }
}
#topsec_facilities .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
}
#topsec_facilities .sec_row .sec_col:last-child .sec_inne_row {
  margin-top: min(16px, 1.6vw);
  width: 50vw;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#topsec_facilities .sec_row .sec_col:last-child .sec_inne_row .sec_img:first-child {
  position: relative;
  left: 40px;
  bottom: -90px;
}
@media screen and (max-width: 768px) {
  #topsec_facilities .sec_row .sec_col:last-child .sec_inne_row {
    position: relative;
    width: 100%;
    left: auto;
  }
  #topsec_facilities .sec_row .sec_col:last-child .sec_inne_row .sec_img:first-child {
    position: relative;
    left: 20px;
    bottom: -40px;
  }
}
#topsec_facilities .sec_row .sec_header {
  margin-top: min(76px, 7.6vw);
}
#topsec_facilities .sec_row .sec_header h2 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #topsec_facilities .sec_row .sec_header {
    margin-top: min(320px, 32vw);
  }
}
#topsec_facilities .sec_row .sec_txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  margin-bottom: min(50px, 5vw);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #topsec_facilities .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #topsec_facilities .sec_row .en_txt03 {
    top: min(150px, 15vw);
  }
}
@media screen and (max-width: 768px) {
  #topsec_facilities {
    padding: min(40px, 4vw) 1em;
    background-position: 100% 0%;
    background-size: 120% auto;
  }
}

#top_img_sliders {
  margin-top: -20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+52,0+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8%, rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 8%, rgb(255, 255, 255) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top_img_sliders .slide-img {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #top_img_sliders {
    margin-top: 0;
  }
}

#topsec_students {
  padding: min(120px, 12vw) 1em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bgimg_jyukensei.png");
  background-size: cover;
}
#topsec_students .sec_row {
  max-width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_students .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  position: relative;
}
#topsec_students .sec_row .sec_col:first-child .sec_inner {
  position: relative;
  z-index: 200;
  padding-left: min(60px, 6vw);
  padding-top: min(76px, 7.6vw);
}
@media screen and (max-width: 768px) {
  #topsec_students .sec_row .sec_col:first-child .sec_inner {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #topsec_students .sec_row .sec_col:first-child {
    display: contents;
  }
}
#topsec_students .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}
#topsec_students .sec_row .sec_col:last-child .sec_inner_row {
  position: relative;
  z-index: 200;
  margin-top: min(76px, 7.6vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2%;
}
#topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col a:hover {
  opacity: 0.7;
}
#topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col .link_txt {
  padding: 8px 0 8px 28px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../../images/ico_maru_ten_gr.svg");
  background-size: 22px auto;
}
@media screen and (max-width: 768px) {
  #topsec_students .sec_row .sec_col:last-child .sec_inner_row {
    display: block;
  }
  #topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col {
    margin-bottom: 15px;
  }
  #topsec_students .sec_row .sec_col:last-child .sec_inner_row .sec_inner_col .link_txt {
    font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  #topsec_students .sec_row .sec_col:last-child {
    display: contents;
  }
}
#topsec_students .sec_row .sec_txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  margin-bottom: min(50px, 5vw);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #topsec_students .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  #topsec_students .sec_row .en_txt03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #topsec_students .sec_row .sec_header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: min(180px, 18vw);
  }
  #topsec_students .sec_row .sec_inner_row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #topsec_students .sec_row .btn_link-mov {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 768px) {
  #topsec_students {
    padding-bottom: min(340px, 34vw);
    background-size: 150% auto;
    background-position: 0 102%;
  }
}

#topsec_schedule {
  padding: min(100px, 10vw) 1em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bgimg_schejule.png");
  background-size: cover;
}
#topsec_schedule .sec_row {
  max-width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_schedule .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
}
#topsec_schedule .sec_row .sec_col:first-child .sec_inner {
  position: relative;
  z-index: 200;
  padding-left: min(60px, 6vw);
  padding-top: min(76px, 7.6vw);
}
#topsec_schedule .sec_row .sec_col:first-child .sec_inner h3 {
  font-size: clamp(1.1875rem, 0.4961832061rem + 2.6717557252vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  #topsec_schedule .sec_row .sec_col:first-child {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+60,0+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
  #topsec_schedule .sec_row .sec_col:first-child .sec_inner {
    padding-left: 0;
    padding-top: min(180px, 18vw);
  }
}
#topsec_schedule .sec_row .sec_txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  margin-bottom: min(50px, 5vw);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #topsec_schedule .sec_row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #topsec_schedule {
    padding: min(100px, 10vw) 1em min(440px, 44vw);
    background-size: 140% auto;
    background-position: 100% 100%;
  }
}

#topsec_movie_banner {
  margin: min(100px, 10vw) 0 10px;
}
#topsec_movie_banner .sec_row {
  aspect-ratio: 1/0.3358;
  border-radius: 5px;
  max-width: 1054px;
  margin: 0 auto;
  padding: min(30px, 3vw);
  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;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bgimg_movie.png");
  background-size: cover;
}
#topsec_movie_banner .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  position: relative;
}
#topsec_movie_banner .sec_row .sec_col:first-child .en_txt03 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 0.5515267176rem + 5.5979643766vw, 4.75rem);
  top: -50px;
}
#topsec_movie_banner .sec_row .sec_col:first-child .sec_inner {
  position: relative;
  z-index: 200;
  padding-left: min(40px, 4vw);
}
#topsec_movie_banner .sec_row .sec_col:first-child .sec_inner h2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #topsec_movie_banner .sec_row .sec_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topsec_movie_banner .sec_row .sec_col:first-child .en_txt03 {
    top: -24px;
  }
  #topsec_movie_banner .sec_row .sec_col:first-child .sec_inner h2 {
    margin-bottom: 4px;
  }
  #topsec_movie_banner .sec_row .sec_col:first-child .sec_inner .sec_img img {
    width: 80px;
  }
}
#topsec_movie_banner .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
#topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #topsec_movie_banner .sec_row .sec_col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov {
    margin-top: 15px;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    width: auto;
    padding: 0.75em 1.5em;
    color: #fff;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a:before {
    content: "";
    width: 100%;
    border-radius: 20px;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a:after {
    content: "";
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a:hover {
    color: #fff;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a:hover:before {
    content: "";
    width: 100%;
    background-color: #00ab7d;
  }
  #topsec_movie_banner .sec_row .sec_col:last-child .btn_link-mov a:hover:after {
    content: "";
    left: 88%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_movie_banner {
    padding: 0 1em;
  }
}

#topsec_brochure_banner {
  margin: 10px 0 10px;
}
#topsec_brochure_banner .sec_row {
  aspect-ratio: 1/0.3358;
  border-radius: 5px;
  max-width: 1054px;
  margin: 0 auto;
  padding: min(30px, 3vw);
  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;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bgimg_panfu.png");
  background-size: cover;
}
#topsec_brochure_banner .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  position: relative;
}
#topsec_brochure_banner .sec_row .sec_col:first-child .en_txt03 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 0.5515267176rem + 5.5979643766vw, 4.75rem);
  top: -50px;
}
#topsec_brochure_banner .sec_row .sec_col:first-child .sec_inner {
  position: relative;
  z-index: 200;
  padding-left: min(40px, 4vw);
}
#topsec_brochure_banner .sec_row .sec_col:first-child .sec_inner h2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #topsec_brochure_banner .sec_row .sec_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topsec_brochure_banner .sec_row .sec_col:first-child .en_txt03 {
    top: -24px;
  }
  #topsec_brochure_banner .sec_row .sec_col:first-child .sec_inner h2 {
    margin-bottom: 4px;
  }
  #topsec_brochure_banner .sec_row .sec_col:first-child .sec_inner .sec_img img {
    width: 80px;
  }
}
#topsec_brochure_banner .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
#topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #topsec_brochure_banner .sec_row .sec_col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov {
    margin-top: 15px;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    width: auto;
    padding: 0.75em 1.5em;
    color: #fff;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a:before {
    content: "";
    width: 100%;
    border-radius: 20px;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a:after {
    content: "";
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a:hover {
    color: #fff;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a:hover:before {
    content: "";
    width: 100%;
    background-color: #00ab7d;
  }
  #topsec_brochure_banner .sec_row .sec_col:last-child .btn_link-mov a:hover:after {
    content: "";
    left: 88%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_brochure_banner {
    padding: 0 1em;
  }
}

#topsec_zaigakusei_recruit {
  margin: 10px 0 min(100px, 10vw);
}
#topsec_zaigakusei_recruit .sec_row {
  max-width: 1054px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_zaigakusei_recruit .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#topsec_zaigakusei_recruit .sec_row .sec_col a {
  display: block;
  aspect-ratio: 1/0.3846;
  border-radius: 5px;
  padding: min(30px, 3vw);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topsec_zaigakusei_recruit .sec_row .sec_col a:hover {
  opacity: 0.7;
}
#topsec_zaigakusei_recruit .sec_row .sec_col:first-child a {
  background-image: url("../../images/top_bgimg_zaigakusei.png");
}
#topsec_zaigakusei_recruit .sec_row .sec_col:first-child a .has_icon {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../../images/ico_key_kuro.svg");
  background-size: 15px auto;
}
#topsec_zaigakusei_recruit .sec_row .sec_col:last-child a {
  background-image: url("../../images/top_bgimg_recruit.png");
}
@media screen and (max-width: 768px) {
  #topsec_zaigakusei_recruit .sec_row {
    display: block;
    padding: 0 1em;
  }
  #topsec_zaigakusei_recruit .sec_row .sec_col {
    margin-bottom: 15px;
  }
}